:root {
  --color-accent: #173e6c;
  --font-family: Inter;
  --font-weight-body: 400;
  --radius-card: 12px;
  --radius-button: 8px;
  --spacing-section: 4rem;
  --spacing-content: 1100px;
}
:root {
  
  --bg-page:        #0f1117;
  --bg-surface:     #151929;
  --bg-card:        #1a1f2e;
  --bg-card-inner:  #242938;
  --bg-raised:      #2d3748;
  --bg-hover:       #1e2638;
  
  --border:         #1e2535;
  --border-alt:     #2d3748;
  --border-section: #374151;
  
  --text-primary:   #e2e8f0;
  --text-muted:     #94a3b8;
  --text-body:      #cbd5e1;
  --text-sub:       #a0aec0;
  --text-faint:     #6b7280;
  --text-dim:       #4b5563;
  --text-label:     #8892a4;
  --text-value:     #c9d1e0;
  
  --bg-tip:         #1a2e1a;
  --bg-warning:     #2d1f0e;
  --bg-info:        #1a1f2e;
  --bg-pros:        #1a2e1a;
  --bg-cons:        #2d1a1a;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: system-ui, sans-serif;
  background: var(--bg-page);
  color: var(--text-primary);
  line-height: 1.7;
}
.kl7kz7 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.pzwia {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.xn5lt {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.sktv { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.o9yuhev0 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.o9yuhev0 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.o9yuhev0 a:hover { color: var(--accent-light); }
.sy6iodnd  .fwqqmi1 { border-radius: 14px; }
.sy6iodnd .fwqqmi1 li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.sy6iodnd .fwqqmi1 li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.bf1i .fwqqmi1 li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .fwqqmi1 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .q2jv2007:hover .fwqqmi1,
  .q2jv2007:focus-within .fwqqmi1 { display: block; }
  .fwqqmi1 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.u8fj3vt {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.jt4g { display: none; }
@media (max-width: 640px) {
  .jt4g {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .jt4g.ao9s5d { display: block; }
}
@media (max-width: 640px) {
  .u8fj3vt { display: block; }
  .o9yuhev0 > li + li::before { display: none !important; }
  .o9yuhev0 {
    display: none; flex-direction: column; gap: 0; align-items: stretch; flex-wrap: nowrap;
    position: absolute; top: 56px; left: 0; right: 0;
    background: var(--bg-surface);
    border-top: 1px solid var(--border); padding: 8px 0;
  }
  .o9yuhev0.ao9s5d { display: flex; }
  .o9yuhev0 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .o9yuhev0 li:last-child a { border-bottom: none; }
}
.ed11n { min-height: 480px; }
.ddiudjna {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.sy7s78l { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.goparw .sy7s78l { margin-left: 0; margin-right: 0; }
.r68kq9 {
  background: var(--cta); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.e8qrz .r68kq9 { margin-top: 24px; }
.r68kq9:hover { opacity: 0.88; }
.cr6ti4 .ddiudjna { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.cr6ti4 .sy7s78l { color: #e2e8f0; }
.cr6ti4.goparw   .bvi1 { text-align: left; }
.jn63i2u .ddiudjna { color: var(--text-primary); text-shadow: none; }
.jn63i2u .sy7s78l { color: var(--text-muted); }
.jn63i2u .r68kq9 { margin-top: 16px; }
.jn63i2u, .jn63i2u.ed11n { min-height: auto !important; }
.jn63i2u.goparw   .bvi1 { text-align: left; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.djw1zi4 .ddiudjna { color: #fff; }
.djw1zi4 .sy7s78l { color: rgba(255,255,255,0.85); }
.djw1zi4 .r68kq9 { background: #fff; color: var(--cta); }
.djw1zi4 .r68kq9:hover { opacity: 0.92; }
.zx3pkc .zd11hp { position: relative; overflow: hidden; }
.zx3pkc .zd11hp::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.d9jkihb .zd11hp {
  animation: hg-breathe 7s ease-in-out infinite;
}
.ubb1u20f .zd11hp { position: relative; overflow: hidden; }
.ubb1u20f .zd11hp::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
.udnc5 .zd11hp { position: relative; overflow: hidden; }
.udnc5 .zd11hp::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.o7bh8qej .zd11hp {
  animation: hg-fadein 1.2s ease-out both;
}
.zd11hp {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.s6mo9 {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.k5528czt {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.k61umkyq {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.zd11hp .ddiudjna { text-shadow: none; color: var(--text-primary); }
.zd11hp .sy7s78l { color: var(--text-muted); }
body.ybobe6hj .ddiudjna {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.irdd4ee .ddiudjna {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.ed11n.djw1zi4 .ddiudjna,
section.djw1zi4 .ddiudjna {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.zd11hp.q37s2 .s6mo9 { align-items: center; text-align: center; }
.zd11hp.goparw   .s6mo9 { align-items: flex-start; text-align: left; }
.xlhx0h8 .k5528czt { position: relative; }
.xlhx0h8 .k5528czt::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.xlhx0h8.zon9y3l .k5528czt::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.bfq7st .k5528czt {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.bfq7st .k61umkyq {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.bfq7st.zon9y3l .k5528czt { padding: 32px 0 32px 32px; }
.b6v9 .k5528czt {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.b6v9 .k61umkyq {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.zon9y3l .s6mo9 {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.b6v9.zon9y3l .k5528czt { padding: 40px 16px 40px 48px; }
.ed11n .k2ys {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.k2ys .h2gi {
  grid-template-columns: 1fr !important;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-areas:
    "rank"
    "logo"
    "name"
    "rating"
    "bonus"
    "cta" !important;
  row-gap: 10px !important;
  column-gap: 0 !important;
  padding: 16px 18px 18px !important;
  font-size: 0.95rem;
  align-items: center;
  text-align: center;
}
.k2ys .h2gi::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.k2ys .tytjjwo9 { display: contents !important; }
.k2ys .tytjjwo9 .g16cqi72 {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.k2ys .tytjjwo9 .tq3phxr { max-height: 48px; max-width: 96px; }
.k2ys .tytjjwo9 .w4rpv1fg {
  display: block !important;
  grid-area: name;
  text-align: center; font-size: 1rem; font-weight: 700;
  line-height: 1.15; min-width: 0; max-width: 100%;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  overflow-wrap: normal; word-break: normal; hyphens: none;
}
.k2ys .wi8cjqs {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.k2ys .fy4o { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.k2ys .arwufqrc { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.k2ys .arwufqrc small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.k2ys .u2nd { display: contents !important; }
.k2ys .u2nd .acc8a:not(.p0mwxl) { display: none !important; }
.k2ys .u2nd .p0mwxl {
  grid-area: bonus;
  background: var(--accent-bg, rgba(0,0,0,.04)) !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  flex-direction: column !important; align-items: center; gap: 2px;
  min-width: 0; max-width: 100%; text-align: center;
}
.k2ys .u2nd .p0mwxl .sseqm2p {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.k2ys .u2nd .p0mwxl .b7bm {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.k2ys .wrx0 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.k2ys .wrx0.gwb04yb {
  padding: 10px 14px !important; font-size: 0.88rem !important;
  font-weight: 700;
  background: var(--cta) !important; color: #fff !important;
  border: none !important;
  display: flex; align-items: center; justify-content: center;
}
.k2ys .wrx0.gwb04yb:hover { opacity: 0.85; }
.lq0e3a9 .k5528czt {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .zd11hp { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .zd11hp:not(.lq0e3a9) .k5528czt { display: none !important; }
  .lq0e3a9 .k5528czt { padding: 16px; }
  .s6mo9  { padding: 36px 24px; }
  .zd11hp~.lwtwj62,.zon9y3l~.lwtwj62{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .ed11n, .zd11hp { min-height: 320px !important; }
  .ddiudjna { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .nejjz4,
  .zif5x08p,
  .ocah { grid-template-columns: 1fr !important; }

  

  
  .y15uzq { display: flex !important; flex-direction: column !important; }
  .y15uzq .bvi1 { display: contents; }
  .y15uzq .bnd175j0 { order: 0; }
  .y15uzq .ddiudjna { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .y15uzq .nejjz4 { order: 2; padding: 0 16px 12px !important; }
  .y15uzq .sy7s78l { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .e8qrz .bvi1 { display: flex; flex-direction: column; }
  .e8qrz .bvi1 .ddiudjna { order: 1; }
  .e8qrz .bvi1 .ocah { order: 2; margin: 8px 0 24px !important; }
  .e8qrz .bvi1 .sy7s78l { order: 3; }
  .e8qrz .bvi1 .r68kq9 { order: 4; align-self: center; margin-top: 0; }

  
  .zd11hp.lq0e3a9 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .zd11hp.lq0e3a9 .s6mo9 { display: contents; padding: 0; }
  .zd11hp.lq0e3a9 .s6mo9 .ddiudjna { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .zd11hp.lq0e3a9 .k5528czt { order: 2; padding: 12px 16px; }
  .zd11hp.lq0e3a9 .s6mo9 .sy7s78l { order: 3; padding: 0 24px; margin: 0 auto; }
  .zd11hp.lq0e3a9 .s6mo9 .r68kq9 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.v27d2ga { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.pfkr { width: 100%; height: auto; display: block; border-radius: 10px; }
.qxq4g .v27d2ga        { border-radius: 16px; }
.qxq4g .pfkr  { border-radius: 16px; }
.r5t6 .v27d2ga         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.r5t6 .pfkr   { border-radius: 8px; }
.mfhz { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.xr7aihps { width: 100%; padding: 32px 0; position: relative; }
.miuk74l { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.pfg0u8ku .xr7aihps:nth-child(even) { background: var(--bg-surface); }
.pfg0u8ku .xr7aihps:nth-child(odd)  { background: var(--bg-page); }
.rby66 .xr7aihps:nth-child(even) { background: var(--bg-card); }
.rby66 .xr7aihps:nth-child(odd)  { background: var(--bg-page); }
.pfg0u8ku .xr7aihps:nth-child(odd)  .miuk74l { background: var(--bg-card); border-radius: 6px; }
.pfg0u8ku .xr7aihps:nth-child(even) .miuk74l { background: var(--bg-raised); border-radius: 6px; }
.rby66 .xr7aihps:nth-child(odd)  .miuk74l { background: var(--bg-card); border-radius: 6px; }
.rby66 .xr7aihps:nth-child(even) .miuk74l { background: var(--bg-raised); border-radius: 6px; }
.pfg0u8ku .xr7aihps:nth-child(even) .emameh .sv85szhn,
.rby66 .xr7aihps:nth-child(even) .emameh .sv85szhn { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.pfg0u8ku .xr7aihps:nth-child(odd) .emameh .sv85szhn,
.rby66 .xr7aihps:nth-child(odd) .emameh .sv85szhn { background: var(--bg-card-inner); }
.pfg0u8ku .xr7aihps:nth-child(even) .uqbulkm .sv85szhn:nth-child(odd),
.rby66 .xr7aihps:nth-child(even) .uqbulkm .sv85szhn:nth-child(odd)  { background: var(--bg-card); }
.pfg0u8ku .xr7aihps:nth-child(even) .uqbulkm .sv85szhn:nth-child(even),
.rby66 .xr7aihps:nth-child(even) .uqbulkm .sv85szhn:nth-child(even) { background: var(--bg-card-inner); }
h1.ko645v2 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.ko645v2 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.rvawk { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.mj80pflp h2.ko645v2 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.rtyorwa h2.ko645v2 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.kunler h2.ko645v2 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.j0s074o2 h2.ko645v2::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.rsrv h2.ko645v2 {
  color: var(--text-primary); font-size: 1.7rem;
}
.yul6w h2.ko645v2::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.fupsqa h2.ko645v2 {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.jn11j2 { font-size: 1.35rem; font-weight: 700; color: var(--accent-light); margin-bottom: 12px; }
.jqbk { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .jqbk { display: none; } }
.u85q { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ssqo4lpl { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ewss1 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.hzn1s { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.s6cvhl26 { padding-left: 20px; }
.s6cvhl26 li { margin-bottom: 6px; }
.s6cvhl26 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.s6cvhl26 a:hover { color: var(--accent-light); }
.qqux9 .hzn1s { display: none; }
.xna9 .hzn1s { display: none; }
.xna9 .s6cvhl26 { padding-left: 0; list-style: none; }
.xna9 .s6cvhl26 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.xna9 .s6cvhl26 a { font-size: 0.92rem; }
.a6et1ul .ewss1 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.a6et1ul .hzn1s { display: none; }
.a6et1ul .s6cvhl26 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.a6et1ul .s6cvhl26 li { margin-bottom: 0; }
.a6et1ul .s6cvhl26 a {
  display: inline-block;
  background: var(--accent-bg); color: var(--accent-light);
  border: 1px solid var(--accent-pale); border-radius: 999px;
  padding: 5px 16px; font-size: 0.88rem; font-weight: 500;
}
.a6et1ul .s6cvhl26 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.alwu2 .ewss1 { padding: 20px 20px 16px; }
.alwu2 .s6cvhl26 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.alwu2 .s6cvhl26 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.alwu2 .s6cvhl26 a {
  display: flex; align-items: center; gap: 12px;
  background: var(--bg-card); border-radius: 8px;
  padding: 12px 14px; border: 1px solid var(--border);
  font-size: 0.92rem; line-height: 1.35; color: var(--text-muted);
  width: 100%; min-height: 58px;
  transition: border-color .15s, color .15s, background .15s;
}
.alwu2 .s6cvhl26 a::before {
  content: counter(toc-c);
  flex-shrink: 0; width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.alwu2 .s6cvhl26 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.alwu2 .s6cvhl26 a:focus,
.alwu2 .s6cvhl26 a:focus-visible,
.alwu2 .s6cvhl26 a:target { outline: none; }
.alwu2 .s6cvhl26 li:target a { border-color: var(--border); color: var(--text-muted); }
.qg1b .ewss1 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.qg1b .hzn1s { display: none; }
.qg1b .s6cvhl26 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.qg1b .s6cvhl26 li { margin-bottom: 0; }
.qg1b .s6cvhl26 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.qg1b .s6cvhl26 li:last-child::after { content: ""; margin-right: 0; }
.qg1b .s6cvhl26 a { font-size: 0.9rem; }
.sv85szhn { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.emameh .sv85szhn { background: var(--bg-card); }
.uqbulkm .sv85szhn:nth-child(odd)  { background: var(--bg-card); }
.uqbulkm .sv85szhn:nth-child(even) { background: var(--bg-raised); }
.t97o .sv85szhn {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.t97o .sv85szhn:last-child { border-bottom: none; }
.t97o h3.rvawk { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.dklp .sv85szhn {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.dklp .sv85szhn + .sv85szhn { margin-top: 4px; }
.by8xf .sv85szhn { background: none; border-radius: 0; padding: 12px 0; }
.by8xf .sv85szhn + .sv85szhn { border-top: 1px solid var(--border-section); }
.rd4pt8 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ku9g { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.yyh3koim { color: var(--text-body); margin-bottom: 10px; }
.cc1e, .tfalozjt { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.cc1e li, .tfalozjt li { margin-bottom: 6px; }
.tfalozjt li { list-style: decimal; }
.jxa0     .cc1e { list-style-type: "● "; }
.ymyr6z  .cc1e { list-style-type: "■ "; }
.v2y8q6k .cc1e { list-style-type: "◆ "; }
.c61zcqkd    .cc1e { list-style-type: "★ "; }
.jxa0    .cc1e li::marker, .jxa0    .uyw20zi li::marker,
.ymyr6z .cc1e li::marker, .ymyr6z .uyw20zi li::marker,
.v2y8q6k .cc1e li::marker, .v2y8q6k .uyw20zi li::marker,
.c61zcqkd   .cc1e li::marker, .c61zcqkd   .uyw20zi li::marker {
  color: var(--cta); font-size: 1em;
}
.jxa0 .tfalozjt,
.ymyr6z .tfalozjt,
.v2y8q6k .tfalozjt,
.c61zcqkd .tfalozjt {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.jxa0 .tfalozjt li,
.ymyr6z .tfalozjt li,
.v2y8q6k .tfalozjt li,
.c61zcqkd .tfalozjt li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.jxa0 .tfalozjt li::before,
.ymyr6z .tfalozjt li::before,
.v2y8q6k .tfalozjt li::before,
.c61zcqkd .tfalozjt li::before {
  content: counter(el-step);
  position: absolute; left: -2.2em; top: 0.05em;
  width: 1.45em; height: 1.45em;
  background: var(--accent); color: #fff;
  font-size: 0.72em; font-weight: 700;
  line-height: 1.45em; text-align: center;
}
.jxa0     .tfalozjt li::before { border-radius: 50%; }
.ymyr6z  .tfalozjt li::before { border-radius: 3px; }
.v2y8q6k .tfalozjt li::before { border-radius: 3px; }
.c61zcqkd    .tfalozjt li::before { border-radius: 50%; }
.w17mgu { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.q1ybdj .w17mgu,
.b8yhr6t8 .w17mgu { background: transparent; border: none; border-radius: 0; }
.o8thtaob { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.o8thtaob th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.o8thtaob td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.o8thtaob tr:hover td { background: var(--bg-hover); }
.ycbq8heu .o8thtaob tbody tr:nth-child(even) td { background: var(--bg-surface); }
.dt1j .o8thtaob { border: 1px solid var(--border-alt); }
.dt1j .o8thtaob th,
.dt1j .o8thtaob td { border: 1px solid var(--border-alt); }
.h61mgeq .o8thtaob th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.h61mgeq .o8thtaob td { border-bottom: none; }
.h61mgeq .o8thtaob tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.kee3g .o8thtaob th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.iqgbsyi .w17mgu {
  overflow: hidden;
}
.iqgbsyi .o8thtaob th { border-bottom: 1px solid var(--border-alt); }
.iqgbsyi .o8thtaob tr:last-child td { border-bottom: none; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.i3wl .ggxa {
  width: 72px; height: 72px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 16px auto 4px; display: block;
  border: 3px solid var(--accent-bg);
}
.k2irar1n { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.ue8bnh  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.qkm25k { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.rzeyjl { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.mqto { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.k2irar1n strong { color: var(--text-primary); font-size: 0.95rem; }
.k2irar1n p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.n3ardxm { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.fypmit, .wipg { border-radius: 8px; padding: 14px; }
.fypmit { background: var(--bg-pros); }
.wipg { background: var(--bg-cons); }
.jne8t8 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.fypmit .jne8t8 { color: var(--c-pros-label); }
.wipg .jne8t8 { color: #f87171; }
.fypmit ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.wipg ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.pfkr { width: 100%; height: auto; border-radius: 10px; display: block; }
.gwb04yb {
  background: var(--cta); color: #fff; border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.gwb04yb:hover { opacity: 0.85; }
.sesh9s .gwb04yb  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.sesh9s .gwb04yb:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.tsx0e9 .gwb04yb  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.tsx0e9 .gwb04yb:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.sr0e4 .r68kq9 { border-radius: 50px; }
.sr0e4 .gwb04yb  { border-radius: 50px; }
.pkwnl2r5 .r68kq9 { padding-left: 22px; padding-right: 22px; }
.pkwnl2r5 .gwb04yb  { padding-left: 12px; padding-right: 12px; }
.rckvji .r68kq9 { padding-left: 44px; padding-right: 44px; }
.rckvji .gwb04yb  { padding-left: 24px; padding-right: 24px; }
.qf1cg6k .r68kq9 { padding-left: 56px; padding-right: 56px; }
.qf1cg6k .gwb04yb  { padding-left: 32px; padding-right: 32px; }
.blu41wa   .r68kq9::after, .blu41wa   .gwb04yb::after,
.vp7hf3x .r68kq9::after, .vp7hf3x .gwb04yb::after,
.h03mv    .r68kq9::after, .h03mv    .gwb04yb::after,
.lll15va    .r68kq9::after, .lll15va    .gwb04yb::after,
.o9f6    .r68kq9::after, .o9f6    .gwb04yb::after,
.p7wujell     .r68kq9::after, .p7wujell     .gwb04yb::after,
.lp6tgfdp    .r68kq9::after, .lp6tgfdp    .gwb04yb::after,
.ekoe25ls   .r68kq9::after, .ekoe25ls   .gwb04yb::after {
  content: ""; display: inline-block;
  width: 1em; height: 1em; margin-left: 6px; vertical-align: -0.15em;
  background: currentColor;
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
}
.blu41wa .r68kq9::after, .blu41wa .gwb04yb::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
}
.vp7hf3x .r68kq9::after, .vp7hf3x .gwb04yb::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
}
.h03mv .r68kq9::after, .h03mv .gwb04yb::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
}
.lll15va .r68kq9::after, .lll15va .gwb04yb::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
}
.o9f6 .r68kq9::after, .o9f6 .gwb04yb::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
}
.p7wujell .r68kq9::after, .p7wujell .gwb04yb::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
}
.lp6tgfdp .r68kq9::after, .lp6tgfdp .gwb04yb::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
}
.ekoe25ls .r68kq9::after, .ekoe25ls .gwb04yb::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
}
.estmbyw   .hcmw9lp::after, .estmbyw   .jvi2::after,
.edhobrr .hcmw9lp::after, .edhobrr .jvi2::after,
.blygvy    .hcmw9lp::after, .blygvy    .jvi2::after,
.cws2ykdf    .hcmw9lp::after, .cws2ykdf    .jvi2::after,
.izc6l4nn    .hcmw9lp::after, .izc6l4nn    .jvi2::after,
.ovzsrn     .hcmw9lp::after, .ovzsrn     .jvi2::after,
.jtqcx    .hcmw9lp::after, .jtqcx    .jvi2::after,
.olx9   .hcmw9lp::after, .olx9   .jvi2::after {
  content: "" !important; display: inline-block !important;
  width: 1em; height: 1em; margin-left: 6px; vertical-align: -0.15em;
  background: currentColor !important;
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
}
.estmbyw .hcmw9lp::after, .estmbyw .jvi2::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
}
.edhobrr .hcmw9lp::after, .edhobrr .jvi2::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
}
.blygvy .hcmw9lp::after, .blygvy .jvi2::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
}
.cws2ykdf .hcmw9lp::after, .cws2ykdf .jvi2::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
}
.izc6l4nn .hcmw9lp::after, .izc6l4nn .jvi2::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
}
.ovzsrn .hcmw9lp::after, .ovzsrn .jvi2::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
}
.jtqcx .hcmw9lp::after, .jtqcx .jvi2::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
}
.olx9 .hcmw9lp::after, .olx9 .jvi2::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
}
.dmn5lus0 {
  display: flex; flex-direction: column; gap: 12px;
  
  position: relative;
  width: min(100vw - 40px, 1400px);
  max-width: 100%; box-sizing: border-box;
  margin: 32px auto;
  left: 50%; transform: translateX(-50%);
  overflow-x: clip;
  counter-reset: cs-rank;
}
.h2gi {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 14px;
  padding: 18px 22px;
  display: grid;
  
  grid-template-columns: auto auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  box-sizing: border-box;
  max-width: 100%;
  counter-increment: cs-rank;
  transition: background .15s, box-shadow .15s, border-color .15s;
}
.h2gi > * { min-width: 0; }
.h2gi:hover { background: var(--bg-hover); }
.h2gi > [itemprop="item"] { display: contents; }
.h2gi [itemprop="itemReviewed"],
.h2gi [itemprop="reviewRating"] { display: none; }
.h2gi::before {
  content: counter(cs-rank);
  grid-column: 1;
  font-size: 1.4rem; font-weight: 800;
  color: var(--text-muted, var(--accent-light));
  min-width: 28px; width: 28px; text-align: center;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.tytjjwo9 {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.g16cqi72 {
  background: var(--accent-bg);
  border-radius: 10px; padding: 6px 10px;
  display: flex; align-items: center; justify-content: center;
  width: 130px; height: 64px; flex-shrink: 0;
}
.tq3phxr { max-height: 52px; max-width: 110px; object-fit: contain; }
.w4rpv1fg {
  font-weight: 700; font-size: 1rem;
  color: var(--text-primary); line-height: 1.2;
  min-width: 0; max-width: 100%;
  overflow-wrap: break-word; hyphens: auto;
}
.t4vznjpd .g16cqi72    { background: #1a1a1a; }
.b86wp12o .g16cqi72   { background: rgba(128,128,128,.12); }
.wy63 .g16cqi72 { background: var(--bg-raised); }
.j1pt8 .g16cqi72    { background: transparent; padding: 0; }
.wi8cjqs {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.fy4o { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.arwufqrc { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.u2nd {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.acc8a {
  background: var(--accent-bg, rgba(0,0,0,.04));
  border-radius: 10px;
  padding: 10px 12px;
  display: flex; flex-direction: column; align-items: center;
  gap: 4px; min-width: 0;
  text-align: center; line-height: 1.25;
}
.sseqm2p {
  
  color: var(--text-muted);
  opacity: 0.65;
  font-size: .72rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: .06em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  max-width: 100%;
}
.b7bm {
  
  color: var(--accent);
  font-weight: 800; font-size: 1rem; line-height: 1.25;
  min-width: 0; max-width: 100%;
  overflow-wrap: break-word; word-break: break-word;
}
.wrx0 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.wrx0.gwb04yb {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .h2gi {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .h2gi::before    { grid-area: rank;   }
  .tytjjwo9           { grid-area: ident;  }
  .wi8cjqs     { grid-area: rating; min-width: 0; width: auto; }
  .u2nd           { grid-area: pills;  }
  .wrx0             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .h2gi {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .h2gi::before    { justify-self: center; }
  .tytjjwo9           { width: 100%; }
  .wi8cjqs     { justify-self: center; }
  .u2nd           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .oau7 .iz8r {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .oau7 .f1nvw { margin: 0; }
}
.gxihi .f1nvw { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.gxihi .japvkbn4 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.gxihi .q1ybdj { padding: 14px 16px; }
.gxihi .kxjwahne { border-radius: 4px; }
.gxihi .es85l0 { border-radius: 0; }
.b8yhr6t8 .n3ardxm { gap: 10px; }
.b8yhr6t8 .fypmit, .b8yhr6t8 .wipg { padding: 12px; }
.b8yhr6t8 .fypmit ul, .b8yhr6t8 .wipg ul { margin: 4px 0 0; padding-left: 18px; }
.b8yhr6t8 .fypmit li, .b8yhr6t8 .wipg li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .g6sut { grid-template-columns: 1fr; }
  .ej05rchn { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .ej05rchn .kx0xcp23 { width: 72px; height: 50px; }
  .ej05rchn .o3xrv { max-width: 180px; }
  .ej05rchn .zv1b { width: auto; }
}
@media (max-width: 720px) {
  .otwk6g { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .axx9 { padding: 16px; }
  .ub3yqbc .r2zp5a27 { min-width: 50%; }
}
.z7z0u1 .n3ardxm { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .jrwgut9z { grid-template-columns: 1fr; }
  .v18tr { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .gjutdu { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .z719bnym { flex-wrap: wrap; padding: 16px; }
}
.l8z2g3 .n3ardxm { gap: 8px; }
.l8z2g3 .fypmit, .l8z2g3 .wipg { padding: 8px; }
@media (max-width: 480px) {
  .k67n6 { flex-direction: column; align-items: stretch; }
}
.u153 .zv1b .gwb04yb { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .xhiblm9 { flex-direction: column; align-items: stretch; gap: 10px; }
  .u153 .zv1b { text-align: center; }
}
@media (max-width: 720px) {
  .u6r0 { grid-template-columns: 1fr; }
  .vtcark { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .blah { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .dv0vsxk { grid-template-columns: 1fr; }
  .awofwp37 { width: 100px; height: 100px; margin: 16px auto; }
  .y5tbf9 { font-size: 1.4rem; }
  .h1szhnkj { justify-content: center; }
  .i74ny .r2zp5a27 { min-width: 50%; }
}
.yaflasle .n3ardxm { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .xrrc5 { flex-wrap: wrap; padding: 14px 16px; }
  .keq38ux { padding: 12px 16px; }
  .yaflasle .n3ardxm { margin: 0 16px; }
  .yaflasle .xcmh { padding: 0 16px; }
  .wmemrr74 { padding: 12px 16px; }
}
.hb8bosj9 .h2gi {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.hb8bosj9 .h2gi:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.e3dl .dmn5lus0 { gap: 18px; }
.e3dl .h2gi {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.e3dl .h2gi:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.ly8hv .dmn5lus0 {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.ly8hv .h2gi {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.ly8hv .h2gi:last-child { border-bottom: none; }
.ly8hv .tytjjwo9,
.ly8hv .wi8cjqs,
.ly8hv .u2nd {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.db66b .dmn5lus0 { gap: 0; }
.db66b .h2gi {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.db66b .h2gi:last-child { border-bottom: none; }
.db66b .h2gi:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.db66b .h2gi:nth-child(even):hover { background: var(--bg-hover); }
.hgnxlgk .h2gi {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.m9s3l16 .u2nd .acc8a {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.m9s3l16 .u2nd .acc8a:first-child { border-left: none; }
.bg6847 .u2nd .acc8a {
  background: transparent; padding: 4px 8px;
}
.bg6847 .u2nd .sseqm2p { font-size: .65rem; opacity: .65; }
.bg6847 .u2nd .b7bm   { font-size: 1.15rem; color: var(--accent-light); }
.dzpvhtfj .u2nd .acc8a {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.arwufqrc { display: none; }
.foyg0h .fy4o { font-size: 1rem; letter-spacing: 2px; }
.qm8h4r .fy4o {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.whr2wgs .fy4o,
.l57h .fy4o,
.i62d8 .fy4o { display: none; }
.whr2wgs .arwufqrc,
.l57h .arwufqrc,
.i62d8 .arwufqrc { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.whr2wgs .arwufqrc { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.whr2wgs .arwufqrc small { display: none; }
.l57h .arwufqrc {
  font-size: 1.1rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.l57h .arwufqrc small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.i62d8 .arwufqrc {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.i62d8 .arwufqrc small { display: none; }
.nsuahgt { margin: 16px 0; }
.ecrh4nt { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.ecrh4nt summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.ecrh4nt summary::after { content: "+"; color: var(--accent-light); }
.ecrh4nt[open] summary::after { content: "−"; }
.ecrh4nt p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.xr7aihps { margin-bottom: 0; }
.xwmrv h2.ko645v2 { color: var(--text-primary); border-color: var(--accent-light); }
.b2y9k6 h2.ko645v2 { color: var(--text-primary); border-color: var(--accent-light); }
.g085 .ue8bnh     { background: #052e16; border-color: #10b981; }
.g085 .qkm25k { background: #2d0a1e; border-color: #f43f5e; }
.g085 .rzeyjl    { background: #1e1036; border-color: #a855f7; }
.g085 .k2irar1n strong  { color: #f1f5f9; }
.g085 .k2irar1n p       { color: #cbd5e1; }
.g085 .hdhr    .ue8bnh     .mqto::before,
.g085 .brqxk  .ue8bnh     .mqto::before,
.g085 .vk9z57tz  .ue8bnh     .mqto::before,
.g085 .oxh6wpwi .ue8bnh     .mqto::before { color: #10b981; }
.g085 .hdhr    .qkm25k .mqto::before,
.g085 .brqxk  .qkm25k .mqto::before,
.g085 .vk9z57tz  .qkm25k .mqto::before,
.g085 .oxh6wpwi .qkm25k .mqto::before { color: #f43f5e; }
.g085 .hdhr    .rzeyjl    .mqto::before,
.g085 .brqxk  .rzeyjl    .mqto::before,
.g085 .vk9z57tz  .rzeyjl    .mqto::before,
.g085 .oxh6wpwi .rzeyjl    .mqto::before { color: #a855f7; }
.sqo0w .ue8bnh     { background: #2d2000; border-color: #eab308; }
.sqo0w .qkm25k { background: #2d0b0b; border-color: #ef4444; }
.sqo0w .rzeyjl    { background: #2d1600; border-color: #f97316; }
.sqo0w .k2irar1n strong  { color: #f1f5f9; }
.sqo0w .k2irar1n p       { color: #cbd5e1; }
.sqo0w .hdhr    .ue8bnh     .mqto::before,
.sqo0w .brqxk  .ue8bnh     .mqto::before,
.sqo0w .vk9z57tz  .ue8bnh     .mqto::before,
.sqo0w .oxh6wpwi .ue8bnh     .mqto::before { color: #eab308; }
.sqo0w .hdhr    .qkm25k .mqto::before,
.sqo0w .brqxk  .qkm25k .mqto::before,
.sqo0w .vk9z57tz  .qkm25k .mqto::before,
.sqo0w .oxh6wpwi .qkm25k .mqto::before { color: #ef4444; }
.sqo0w .hdhr    .rzeyjl    .mqto::before,
.sqo0w .brqxk  .rzeyjl    .mqto::before,
.sqo0w .vk9z57tz  .rzeyjl    .mqto::before,
.sqo0w .oxh6wpwi .rzeyjl    .mqto::before { color: #f97316; }
.ej4slk .ue8bnh     { background: #0c1a2e; border-color: #38bdf8; }
.ej4slk .qkm25k { background: #12103a; border-color: #818cf8; }
.ej4slk .rzeyjl    { background: #0a2020; border-color: #2dd4bf; }
.ej4slk .k2irar1n strong  { color: #f1f5f9; }
.ej4slk .k2irar1n p       { color: #cbd5e1; }
.ej4slk .hdhr    .ue8bnh     .mqto::before,
.ej4slk .brqxk  .ue8bnh     .mqto::before,
.ej4slk .vk9z57tz  .ue8bnh     .mqto::before,
.ej4slk .oxh6wpwi .ue8bnh     .mqto::before { color: #38bdf8; }
.ej4slk .hdhr    .qkm25k .mqto::before,
.ej4slk .brqxk  .qkm25k .mqto::before,
.ej4slk .vk9z57tz  .qkm25k .mqto::before,
.ej4slk .oxh6wpwi .qkm25k .mqto::before { color: #818cf8; }
.ej4slk .hdhr    .rzeyjl    .mqto::before,
.ej4slk .brqxk  .rzeyjl    .mqto::before,
.ej4slk .vk9z57tz  .rzeyjl    .mqto::before,
.ej4slk .oxh6wpwi .rzeyjl    .mqto::before { color: #2dd4bf; }
.std9yt .ue8bnh     { background: var(--accent-bg); border-color: var(--accent-light); }
.std9yt .qkm25k { background: var(--accent-bg-light); border-color: var(--accent-light); }
.std9yt .rzeyjl    { background: var(--accent-bg); border-color: var(--accent-pale); }
.std9yt .hdhr    .mqto::before,
.std9yt .brqxk  .mqto::before,
.std9yt .vk9z57tz  .mqto::before,
.std9yt .oxh6wpwi .mqto::before { color: var(--accent-light) !important; }
.yski::before,
.kkw1rty::before { margin-right: 5px; }
.x8xo301 .fypmit ul li,
.x8xo301 .fypmit .yski { color: #22c55e; }
.x8xo301 .wipg ul li,
.x8xo301 .wipg .kkw1rty { color: #ef4444; }
.d3iqbxt .fypmit { background: var(--bg-pros); }
.d3iqbxt .wipg { background: var(--bg-cons); }
.d3iqbxt .fypmit .yski { color: var(--c-pros-label); }
.d3iqbxt .wipg .kkw1rty { color: var(--c-cons); }
.d3iqbxt .fypmit ul li,
.d3iqbxt .wipg ul li,
.d4bj3 .fypmit { background: var(--bg-pros); }
.d4bj3 .wipg { background: var(--bg-cons); }
.d4bj3 .fypmit .yski { color: var(--c-pros-label); }
.d4bj3 .wipg .kkw1rty { color: var(--c-cons); }
.d4bj3 .fypmit ul li,
.d4bj3 .ok576po li          { color: var(--c-pros); }
.d4bj3 .wipg ul li,
.d4bj3 .ewbmwf10 li          { color: var(--c-cons); }
.kre9107d .yski::before { content: "✓ "; }
.kre9107d .kkw1rty::before { content: "✗ "; }
.gm59 .yski::before { content: "→ "; }
.gm59 .kkw1rty::before { content: "← "; }
.ywkej .yski::before { content: "★ "; }
.ywkej .kkw1rty::before { content: "✕ "; }
.a8hlgo .yski::before { content: "◆ "; }
.a8hlgo .kkw1rty::before { content: "▲ "; }
.e1fjmqdu .k2irar1n { background: transparent; border-left: none; border: 1.5px solid; }
.e1fjmqdu .ue8bnh     { border-color: var(--c-tip-border); }
.e1fjmqdu .qkm25k { border-color: var(--c-warn-border); }
.e1fjmqdu .rzeyjl    { border-color: #60a5fa; }
.e1fjmqdu .k2irar1n strong { color: var(--text-primary); }
.e1fjmqdu .k2irar1n p      { color: var(--text-muted); }
.u22avx .k2irar1n { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.u22avx .ue8bnh     { border-top-color: var(--c-tip-border); }
.u22avx .qkm25k { border-top-color: var(--c-warn-border); }
.u22avx .rzeyjl    { border-top-color: #60a5fa; }
.pux142 .k2irar1n { border-left: none; border-radius: 8px; }
.pux142 .ue8bnh     { background: #065f46; }
.pux142 .qkm25k { background: #92400e; }
.pux142 .rzeyjl    { background: #1e3a8a; }
.pux142 .k2irar1n strong,
.pux142 .k2irar1n p { color: #fff; }
.pux142 .mqto::before { color: rgba(255,255,255,0.85) !important; }
.g085.pux142 .ue8bnh,
.g085 .pux142 .ue8bnh     { background: #052e16; }
.g085.pux142 .qkm25k,
.g085 .pux142 .qkm25k { background: #2d0a1e; }
.g085.pux142 .rzeyjl,
.g085 .pux142 .rzeyjl    { background: #1e1036; }
.sqo0w.pux142 .ue8bnh,
.sqo0w .pux142 .ue8bnh      { background: #2d2000; }
.sqo0w.pux142 .qkm25k,
.sqo0w .pux142 .qkm25k  { background: #2d0b0b; }
.sqo0w.pux142 .rzeyjl,
.sqo0w .pux142 .rzeyjl     { background: #2d1600; }
.ej4slk.pux142 .ue8bnh,
.ej4slk .pux142 .ue8bnh      { background: #0c1a2e; }
.ej4slk.pux142 .qkm25k,
.ej4slk .pux142 .qkm25k  { background: #12103a; }
.ej4slk.pux142 .rzeyjl,
.ej4slk .pux142 .rzeyjl     { background: #0a2020; }
.bo6oj .k2irar1n { border-left: none; border-radius: 6px; padding: 10px 14px; }
.bo6oj .ue8bnh     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.bo6oj .qkm25k { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.bo6oj .rzeyjl    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.bo6oj .k2irar1n strong { color: var(--text-primary); }
.bo6oj .k2irar1n p      { color: var(--text-muted); }
.xmn2tx .k2irar1n { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.hdhr .mqto,
.brqxk .mqto,
.vk9z57tz .mqto,
.oxh6wpwi .mqto { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.hdhr .mqto::before,
.brqxk .mqto::before,
.vk9z57tz .mqto::before,
.oxh6wpwi .mqto::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.hdhr .ue8bnh     .mqto::before { content: "✦"; color: var(--c-tip-border); }
.hdhr .qkm25k .mqto::before { content: "▲"; color: var(--c-warn-border); }
.hdhr .rzeyjl    .mqto::before { content: "◉"; color: #60a5fa; }
.brqxk .ue8bnh     .mqto::before { content: "★"; color: var(--c-tip-border); }
.brqxk .qkm25k .mqto::before { content: "◆"; color: var(--c-warn-border); }
.brqxk .rzeyjl    .mqto::before { content: "●"; color: #60a5fa; }
.vk9z57tz .ue8bnh     .mqto::before { content: "▶"; color: var(--c-tip-border); }
.vk9z57tz .qkm25k .mqto::before { content: "■"; color: var(--c-warn-border); }
.vk9z57tz .rzeyjl    .mqto::before { content: "▸"; color: #60a5fa; }
.oxh6wpwi .ue8bnh     .mqto::before { content: "→"; color: var(--c-tip-border); }
.oxh6wpwi .qkm25k .mqto::before { content: "⬥"; color: var(--c-warn-border); }
.oxh6wpwi .rzeyjl    .mqto::before { content: "◈"; color: #60a5fa; }
.x84n5s .emameh .sv85szhn,
.x84n5s .uqbulkm .sv85szhn  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.x84n5s .h2gi                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.x84n5s .w17mgu          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.x84n5s .ewss1                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.l7a3uk3k .emameh .sv85szhn,
.l7a3uk3k .uqbulkm .sv85szhn,
.l7a3uk3k .pj7hfw7x,
.l7a3uk3k .h2gi,
.l7a3uk3k .f1nvw,
.l7a3uk3k .w17mgu,
.l7a3uk3k .ewss1,
.l7a3uk3k .xmn2tx .k2irar1n { box-shadow: none; }
.vju85p   body, .vju85p   { font-size: 0.9rem; }
.vju85p   .yyh3koim, .vju85p .rd4pt8, .vju85p .ku9g,
.vju85p   .u85q, .vju85p .ssqo4lpl { font-size: 0.9rem; }
.vju85p   .cc1e, .vju85p .tfalozjt { font-size: 0.9rem; }
.tx78   .yyh3koim, .tx78 .rd4pt8, .tx78 .ku9g,
.tx78   .u85q, .tx78 .ssqo4lpl { font-size: 0.95rem; }
.tx78   .cc1e, .tx78 .tfalozjt { font-size: 0.95rem; }
.prc6   .yyh3koim, .prc6 .rd4pt8, .prc6 .ku9g,
.prc6   .u85q, .prc6 .ssqo4lpl { font-size: 1.08rem; }
.prc6   .cc1e, .prc6 .tfalozjt { font-size: 1.05rem; }
.prc6   .o8thtaob { font-size: 0.97rem; }
.zahrm .ddiudjna      { font-size: 3.2rem; }
.zahrm h2.ko645v2 { font-size: 1.9rem; }
.zahrm h3.rvawk     { font-size: 1.4rem; }
.ik8rr .ddiudjna      { font-size: 3.8rem; }
.ik8rr h2.ko645v2 { font-size: 2.2rem; }
.ik8rr h3.rvawk     { font-size: 1.6rem; }
.xr7aihps + .xr7aihps { position: relative; }
.c4a284h5   .xr7aihps + .xr7aihps::before,
.s52xjz  .xr7aihps + .xr7aihps::before,
.rpxbw3   .xr7aihps + .xr7aihps::before,
.pjl5rj5h   .xr7aihps + .xr7aihps::before,
.f67o   .xr7aihps + .xr7aihps::before,
.xeulk .xr7aihps + .xr7aihps::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.c4a284h5 .xr7aihps + .xr7aihps::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.s52xjz .xr7aihps + .xr7aihps::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.rpxbw3 .xr7aihps + .xr7aihps::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent-light); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.pjl5rj5h .xr7aihps + .xr7aihps::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.jzzl57m .xr7aihps { margin-bottom: 16px; }
.jzzl57m .xr7aihps + .xr7aihps { margin-top: 0; }
.jzzl57m .miuk74l { padding-top: 0; padding-bottom: 0; }
.f67o .xr7aihps + .xr7aihps::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.xeulk .xr7aihps + .xr7aihps::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.wqyzwd .xr7aihps + .xr7aihps::before,
.cqsrb .xr7aihps + .xr7aihps::before,
.wm64z4 .xr7aihps + .xr7aihps::before {
  content: ""; display: block;
  position: absolute; top: -70px; left: 0; right: 0; height: 70px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%; mask-size: 100% 100%;
}
.pfg0u8ku .wqyzwd .xr7aihps:nth-child(even)::before,
.pfg0u8ku .cqsrb .xr7aihps:nth-child(even)::before,
.pfg0u8ku .wm64z4 .xr7aihps:nth-child(even)::before { background: var(--bg-surface); }
.rby66 .wqyzwd .xr7aihps:nth-child(even)::before,
.rby66 .cqsrb .xr7aihps:nth-child(even)::before,
.rby66 .wm64z4 .xr7aihps:nth-child(even)::before { background: var(--bg-card); }
.wqyzwd .xr7aihps + .xr7aihps::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C12 0 37 0 50 20 C63 40 88 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C12 0 37 0 50 20 C63 40 88 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.cqsrb .xr7aihps + .xr7aihps::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C8 0 17 0 25 20 C33 40 42 40 50 20 C58 0 67 0 75 20 C83 40 92 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C8 0 17 0 25 20 C33 40 42 40 50 20 C58 0 67 0 75 20 C83 40 92 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.wm64z4 .xr7aihps + .xr7aihps::before {
  height: 80px; top: -80px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.k7qz9235 .cr6ti4,
.k7qz9235 .bvi1 { margin-bottom: 60px; }
.ocm7 .s6mo9,
.k7qz9235 .s6mo9 { padding-bottom: 60px; }
.jwmv1zpb .s6mo9 { padding-bottom: 70px; }
.k7qz9235 .cr6ti4::before,
.k7qz9235 .cr6ti4::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C8 0 17 0 25 20 C33 40 42 40 50 20 C58 0 67 0 75 20 C83 40 92 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C8 0 17 0 25 20 C33 40 42 40 50 20 C58 0 67 0 75 20 C83 40 92 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.ru33  .cr6ti4:not(.djw1zi4) .bnd175j0 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ua5mhi .zd11hp { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.ivmn .zd11hp { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.ru33 .djw1zi4 { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.ru33 .r0ei7wp { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.ru33 .zd11hp { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.hkm9 .zd11hp { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.wmbow .zd11hp { background: var(--accent-bg); }
.nzd2f97 .v27d2ga { float: left; width: 38%; margin: 0 28px 16px 0; }
.nzd2f97 .v27d2ga .pfkr { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.nzd2f97 .miuk74l::after { content: ''; display: block; clear: both; }
.gx1cvqg6 .v27d2ga { float: right; width: 38%; margin: 0 0 16px 28px; }
.gx1cvqg6 .v27d2ga .pfkr { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.gx1cvqg6 .miuk74l::after { content: ''; display: block; clear: both; }
.ejd8 .xr7aihps:nth-child(odd)  .v27d2ga { float: left;  width: 38%; margin: 0 28px 16px 0; }
.ejd8 .xr7aihps:nth-child(even) .v27d2ga { float: right; width: 38%; margin: 0 0 16px 28px; }
.ejd8 .v27d2ga .pfkr { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ejd8 .miuk74l::after { content: ''; display: block; clear: both; }
.nzd2f97 .dmn5lus0,
.gx1cvqg6 .dmn5lus0,
.ejd8 .dmn5lus0 { clear: both; }
@media (max-width: 900px) {
  .nzd2f97 .v27d2ga,
  .gx1cvqg6 .v27d2ga,
  .ejd8 .xr7aihps:nth-child(odd)  .v27d2ga,
  .ejd8 .xr7aihps:nth-child(even) .v27d2ga {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .nzd2f97 .v27d2ga .pfkr,
  .gx1cvqg6 .v27d2ga .pfkr,
  .ejd8 .v27d2ga .pfkr {
    max-height: none !important;
  }
}
.nzd2f97 .cc1e,
.nzd2f97 .tfalozjt,
.gx1cvqg6 .cc1e,
.gx1cvqg6 .tfalozjt,
.ejd8 .cc1e,
.ejd8 .tfalozjt { overflow: hidden; }
@media (max-width: 640px) {
  .nzd2f97 .v27d2ga,
  .gx1cvqg6 .v27d2ga,
  .ejd8 .v27d2ga { float: none; width: 100%; margin: 0 0 16px 0; }
}
.ll9p6 .mfhz,
.ll9p6 .miuk74l,
.ll9p6 .tcwvigcg  { max-width: 1100px; }
.qacxqpzw .mfhz,
.qacxqpzw .miuk74l,
.qacxqpzw .tcwvigcg  { max-width: 1200px; }
.qacxqpzw { --content-mw: 1200px; }
.m5yb10 .mfhz,
.m5yb10 .miuk74l,
.m5yb10 .tcwvigcg  { max-width: 1320px; }
.dcdv3l { font-size: 0.82rem; color: var(--text-muted); }
.l8fdw4 { display: flex; align-items: center; }
.ji5j {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.jbiwi44m { display: flex; align-items: center; }
.uurpp { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.uurpp:hover { text-decoration: underline; }
.u2w3cx { margin: 0 3px; opacity: 0.45; }
.u2w3cx::before { content: '/'; }
.nu1o1z { padding: 2px 5px; color: var(--text-main); }
.mpqtlt8v .dcdv3l {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.mpqtlt8v .l8fdw4 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.y8aeuvdg .dcdv3l {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.y8aeuvdg .l8fdw4 { padding: 0 0 0 12px; }
.j497rc .l8fdw4 { padding: 0 16px; }
.j497rc .dcdv3l {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 11px 0;
  box-shadow: 0 4px 18px rgba(0,0,0,0.28);
}
.j497rc .mfhz { padding-top: 28px; }
@media (max-width: 720px) {
  .ubkc { margin-top: 18px; padding: 0 16px; }
  .j497rc .mfhz { padding-top: 16px; }
}
.ll9p6.mpqtlt8v .l8fdw4 { max-width: 1100px; }
.qacxqpzw.mpqtlt8v .l8fdw4 { max-width: 1200px; }
.m5yb10.mpqtlt8v .l8fdw4 { max-width: 1320px; }
.qacxqpzw .ubkc { max-width: 1200px; }
.z1qfw .xr7aihps { padding-top: 16px; padding-bottom: 16px; }
.tfqmxv9 .xr7aihps { padding-top: 24px; padding-bottom: 24px; }
.bnk31yrv .xr7aihps { padding-top: 40px; padding-bottom: 40px; }
.fysp .xr7aihps { padding-top: 52px; padding-bottom: 52px; }
.qg58aqmt .xr7aihps:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.qg58aqmt .xr7aihps:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.qg58aqmt .xr7aihps:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.qg58aqmt .xr7aihps:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.iw793o .miuk74l { padding-top: 10px;  padding-bottom: 10px; }
.ojgxual .miuk74l { padding-top: 18px;  padding-bottom: 18px; }
.app8 .miuk74l { padding-top: 36px;  padding-bottom: 36px; }
.apr47q7d .miuk74l { padding-top: 48px;  padding-bottom: 48px; }
.rlcd7 h2.ko645v2 { font-weight: 600; }
.rlcd7 h3.rvawk     { font-weight: 600; }
.l89d { font-weight: 500; }
.l89d h2.ko645v2 { font-weight: 800; }
.l89d h3.rvawk     { font-weight: 700; }
.fyipp46 h2.ko645v2 { font-weight: 900; }
.fyipp46 h3.rvawk     { font-weight: 800; }
.fyipp46 .k2irar1n strong,
.fyipp46 .k2irar1n strong { font-weight: 600; }
.hcmw9lp {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.t14km8my .hcmw9lp { display: none; }
@media (max-width: 640px) {
  .zn9jp { display: none; }
  .hcmw9lp {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.hcmw9lp { background: var(--cta) !important; color: #fff !important; border: none !important; }
.hcmw9lp:hover { opacity: 0.85; }
.wmifgxxl .hcmw9lp { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.p1axh .hcmw9lp,
.bacgc  .hcmw9lp { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.p1axh .hcmw9lp:hover,
.bacgc  .hcmw9lp:hover { opacity: 0.88; }
.wmifgxxl.p1axh .hcmw9lp,
.wmifgxxl.bacgc  .hcmw9lp { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.jvi2 {
  position: fixed; bottom: 32px; z-index: 900;
  padding: 12px 22px; font-size: 0.9rem; font-weight: 700; border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform .15s, opacity .15s;
}
.jvi2:hover { transform: translateY(-2px); opacity: 0.92; }
.jvi2 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.s19ejfv .jvi2 { display: none; }
.jzb8 .jvi2 { right: 32px; }
.pw1scere  .jvi2 { left: 32px; }
@media (max-width: 480px) {
  .jzb8 .jvi2 { right: 20px; bottom: 20px; }
  .pw1scere  .jvi2 { left: 20px; bottom: 20px; }
}
.n5r4lfet { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.tcwvigcg { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.r30je7tf { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.qdnelu { color: var(--text-dim); font-size: 0.8rem; }
.chjl45f a, .o7tz24pe a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.chjl45f a:hover, .o7tz24pe a:hover { color: var(--accent-light); }
.o7tz24pe { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.zin8x .tcwvigcg { text-align: center; }
.zin8x .o7tz24pe { justify-content: center; margin-bottom: 16px; }
.zin8x .r30je7tf { margin-top: 0; }
.mo439m { margin-top: 10px; }
.mo439m a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .tcwvigcg { padding-left: 16px; padding-right: 16px; }
  .sntlo24m .tcwvigcg { padding: 20px 16px; }
  .o7tz24pe { gap: 4px 12px; }
  .r30je7tf { font-size: 0.78rem; }
}
.exotrq .r30je7tf { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.exotrq .qdnelu { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .exotrq .ekqmg1e5 { grid-template-columns: 1fr 1fr; } .exotrq .c29h { grid-column: 1 / -1; } }
@media (max-width: 480px) { .exotrq .ekqmg1e5 { grid-template-columns: 1fr; } }
.swz590g .r30je7tf { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .swz590g .y3ghhzhu { gap: 12px; } .swz590g .o9bm { margin-right: 0; width: 100%; } }
.vujft .r30je7tf { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.vujft .qdnelu { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .vujft .c2ui3ja4 { grid-template-columns: 1fr 1fr; } .vujft .zz3i { grid-column: 1 / -1; } }
@media (max-width: 480px) { .vujft .c2ui3ja4 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .yhp9n .j6tci { grid-template-columns: 1fr 1fr; } .yhp9n .gox2:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .yhp9n .j6tci { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .nezh6io .j6tci { grid-template-columns: 1fr; } }
.q572j .tcwvigcg { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.q572j .o7tz24pe { justify-content: center; }
.g2h26h3 .kl7kz7      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.g2h26h3 .n5r4lfet { background: var(--bg-page); border-top-color: var(--border-alt); }
.fgmc .kl7kz7      { background: #0d1117; border-bottom-color: #21262d; }
.fgmc .xn5lt { color: var(--accent-light); }
.fgmc .o9yuhev0 { --msep-color: #8b949e; }
.fgmc .o9yuhev0 a { color: #8b949e; }
.fgmc .o9yuhev0 a:hover { color: var(--accent-light); }
.fgmc .u8fj3vt { color: #8b949e; }
.fgmc .n5r4lfet { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.fgmc .r30je7tf,
.fgmc .qdnelu { color: #6e7681; }
.fgmc .chjl45f a, .fgmc .o7tz24pe a,
.fgmc .chjl45f a:hover, .fgmc .o7tz24pe a:hover,
@media (max-width: 640px) {
  .fgmc .o9yuhev0 { background: #0d1117; border-top-color: #21262d; }
  .fgmc .o9yuhev0 li a { border-bottom-color: #21262d; }
}
.we9a .kl7kz7      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.we9a .xn5lt { color: var(--accent-light); }
.we9a .o9yuhev0 { --msep-color: #475569; }
.we9a .o9yuhev0 a { color: #475569; }
.we9a .o9yuhev0 a:hover { color: var(--accent-light); }
.we9a .u8fj3vt { color: #64748b; }
.we9a .n5r4lfet { background: #f0f4f8; border-top-color: #cbd5e1; }
.we9a .r30je7tf,
.we9a .qdnelu { color: #64748b; }
.we9a .chjl45f a, .we9a .o7tz24pe a,
.we9a .chjl45f a:hover, .we9a .o7tz24pe a:hover,
@media (max-width: 640px) {
  .we9a .o9yuhev0 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .we9a .o9yuhev0 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.p1axh .kl7kz7      { background: var(--accent); border-bottom-color: var(--accent-light); }
.p1axh .xn5lt { color: #fff; }
.p1axh .o9yuhev0 { --msep-color: rgba(255,255,255,0.82); }
.p1axh .o9yuhev0 a { color: rgba(255,255,255,0.82); }
.p1axh .o9yuhev0 a:hover { color: #fff; }
.p1axh .u8fj3vt { color: rgba(255,255,255,0.9); }
.p1axh .n5r4lfet { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.p1axh .r30je7tf,
.p1axh .qdnelu { color: rgba(255,255,255,0.72); }
.p1axh .chjl45f a, .p1axh .o7tz24pe a,
.p1axh .chjl45f a:hover, .p1axh .o7tz24pe a:hover,
@media (max-width: 640px) {
  .p1axh .o9yuhev0 { background: var(--accent); border-top-color: var(--accent-light); }
  .p1axh .o9yuhev0 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.bacgc .kl7kz7 {
  background: color-mix(in srgb, var(--bg-surface) 60%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.bacgc .n5r4lfet {
  background: color-mix(in srgb, var(--bg-surface) 60%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top-color: color-mix(in srgb, var(--border) 50%, transparent);
}
@media (max-width: 640px) {
  .bacgc .o9yuhev0 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.xott .pzwia { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.dbmcf5et .pzwia { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.jw2l .pzwia { min-height: 72px; height: auto; }
.gu97 .pzwia { min-height: 84px; height: auto; }
.sntlo24m .pzwia { max-width: none; padding: 0 32px; }
.sntlo24m .tcwvigcg  { max-width: none; padding: 24px 32px; }
.rpbeeuz.qacxqpzw .pzwia { max-width: 1200px; }
.rpbeeuz.m5yb10 .pzwia { max-width: 1320px; }
.fx67ok   .xn5lt, .fx67ok   .o9bm { text-transform: capitalize; }
.p56rsli .xn5lt, .p56rsli .o9bm { text-transform: lowercase; }
.vtvfo0vu .xn5lt, .vtvfo0vu .o9bm { text-transform: uppercase; letter-spacing: 0.06em; }
.j30me7, .akghx2 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.j4nt9 .j30me7,
.tkc00lf .j30me7,
.l7jlsrx .j30me7,
.zy5hi .j30me7,
.f13ane00   .o9yuhev0 a { font-weight: 500; }
.n8dujrp .o9yuhev0 a { font-weight: 600; }
.iy5r2     .o9yuhev0 a { font-weight: 700; }
.wpmm    .o9yuhev0 a { font-weight: 800; letter-spacing: 0.01em; }
.d4jvh10     .o9yuhev0 > li + li::before,
.qbeffa    .o9yuhev0 > li + li::before,
.ob737lf    .o9yuhev0 > li + li::before,
.hk8ejfli .o9yuhev0 > li + li::before,
.awyq5 .o9yuhev0 > li + li::before,
.ozcgz  .o9yuhev0 > li + li::before,
.sc0ke    .o9yuhev0 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.d4jvh10     .o9yuhev0 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.qbeffa    .o9yuhev0 > li + li::before { content: "|"; }
.ob737lf    .o9yuhev0 > li + li::before { content: "—"; }
.hk8ejfli .o9yuhev0 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.awyq5 .o9yuhev0 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.ozcgz  .o9yuhev0 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.sc0ke    .o9yuhev0 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ndo5xm .u8fj3vt,
  .mektfbxr .u8fj3vt,
  .jyrz4ur .u8fj3vt,
  .bzca745 .u8fj3vt,
  .wgw2f4g .u8fj3vt {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ndo5xm .u8fj3vt::before,
  .mektfbxr .u8fj3vt::before,
  .jyrz4ur .u8fj3vt::before,
  .bzca745 .u8fj3vt::before,
  .wgw2f4g .u8fj3vt::before { content: ""; display: block; flex-shrink: 0; }

  
  .ndo5xm .u8fj3vt::before {
    width: 22px; height: 11px;
    background:
      linear-gradient(currentColor, currentColor) 0 0    / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% /  68% 2px no-repeat;
  }

  
  .mektfbxr .u8fj3vt::before {
    width: 22px; height: 17px;
    background:
      linear-gradient(currentColor, currentColor) 0 0    / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 50%  / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% / 100% 2px no-repeat;
  }

  
  .jyrz4ur .u8fj3vt::before {
    width: 22px; height: 17px;
    background:
      linear-gradient(currentColor, currentColor) 0 0    / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 50%  /  70% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% /  42% 2px no-repeat;
  }

  
  .bzca745 .u8fj3vt::before {
    width: 22px; height: 17px;
    background:
      linear-gradient(currentColor, currentColor) 0 0    / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 50%  /  52% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% / 100% 2px no-repeat;
  }

  
  .wgw2f4g .u8fj3vt::before {
    width: 22px; height: 25px;
    background:
      linear-gradient(currentColor, currentColor) 0 0     / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 33.3% /  76% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 66.6% /  52% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100%  /  28% 2px no-repeat;
  }

}
@media (max-width: 640px) {
  .nd6907w .u8fj3vt {
    padding: 5px 14px;
  }
  .nd6907w .o9yuhev0 {
    left: auto; right: 12px; top: 54px;
    width: auto; min-width: 180px;
    border-radius: 14px;
    background: var(--bg-surface);
    border: 1px solid var(--border);
    box-shadow: 0 8px 28px rgba(0,0,0,0.2);
    padding: 6px 0;
  }
  .nd6907w .o9yuhev0 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .nd6907w .o9yuhev0 li a:hover { background: var(--bg-raised); }
  .nd6907w .jt4g,
  .n76q .jt4g,
  .f7r7tdd .jt4g { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .hd1e .u8fj3vt {
    padding: 5px 10px;
  }
  .hd1e .o9yuhev0 {
    display: flex !important;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: auto;
    width: 72vw; max-width: 280px;
    background: var(--bg-surface);
    border-left: 1px solid var(--border);
    border-top: none; border-radius: 0;
    padding: 72px 0 24px;
    transform: translateX(105%);
    transition: transform 0.28s cubic-bezier(0.4,0,0.2,1);
    z-index: 900;
    box-shadow: -4px 0 24px rgba(0,0,0,0.22);
  }
  .hd1e .o9yuhev0.ao9s5d { transform: translateX(0); }
  .hd1e .o9yuhev0 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .hd1e .o9yuhev0 li:last-child a { border-bottom: none; }
  .p1axh .o9yuhev0,
  .fgmc .o9yuhev0 { background: var(--accent) !important; }
  .p1axh .o9yuhev0 li a,
  .fgmc .o9yuhev0 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .f7r7tdd .u8fj3vt {
    padding: 5px 10px;
  }
  .f7r7tdd .o9yuhev0 {
    display: flex !important;
    position: fixed;
    bottom: 0; left: 0; right: 0; top: auto;
    border-radius: 18px 18px 0 0;
    border-top: 1px solid var(--border); border-left: none; border-right: none;
    padding: 20px 0 28px;
    transform: translateY(110%);
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
    z-index: 900;
    box-shadow: 0 -6px 28px rgba(0,0,0,0.2);
  }
  .f7r7tdd .o9yuhev0::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .f7r7tdd .o9yuhev0.ao9s5d { transform: translateY(0); }
  .f7r7tdd .o9yuhev0 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .ezofxa .u8fj3vt {
    padding: 5px 10px;
  }
  .ezofxa .o9yuhev0 {
    display: flex !important;
    position: fixed; inset: 0;
    background: color-mix(in srgb, var(--bg-surface) 96%, transparent);
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    flex-direction: column; align-items: center; justify-content: center;
    gap: 4px; border: none; border-radius: 0; padding: 0;
    opacity: 0; pointer-events: none;
    transition: opacity 0.22s ease; z-index: 900;
  }
  .ezofxa .o9yuhev0.ao9s5d { opacity: 1; pointer-events: auto; }
  .ezofxa .o9yuhev0 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .owjr     .u8fj3vt { border-radius: 0 !important; }
  .s78s   .u8fj3vt { border-radius: 8px !important; }
  .q0qn08mf .u8fj3vt { border-radius: 50% !important; }
  .vd11y4p   .u8fj3vt { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .mbetfz .o5lvbf { flex-direction: column; align-items: stretch; }
  .mbetfz .oh1yr { flex-direction: row; min-width: auto; }
  .mbetfz .vmnmgx5 { align-items: flex-start; text-align: left; }
}
.hcjycn5n,
.hcjycn5n.xr7aihps,
.pfg0u8ku .hcjycn5n,
.to2gfc85 .hcjycn5n,
.rby66 .hcjycn5n,
.imh1 .hcjycn5n {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.qmn86n10 {
  background: linear-gradient(135deg, var(--cta) 0%, var(--cta-hover) 100%);
  border-radius: 16px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px 0;
}
.kkvm0 { flex: 1 1 280px; min-width: 0; }
.xjy17 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.f9r7dzs {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.haa41 {
  background: #fff !important;
  color: var(--cta) !important;
  padding: 14px 44px !important;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.15s, opacity 0.2s;
  white-space: nowrap;
}
.haa41:hover { transform: translateY(-1px); opacity: 0.95; }
.pk6j4fbc .qmn86n10 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.pk6j4fbc .xjy17 { color: var(--cta); }
.pk6j4fbc .f9r7dzs { color: var(--text-body); }
.pk6j4fbc .haa41 {
  background: var(--cta) !important;
  color: #fff !important;
}
.beuhoq1 .qmn86n10 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.beuhoq1 .xjy17 { color: var(--text-primary); }
.beuhoq1 .f9r7dzs { color: var(--text-body); }
.beuhoq1 .haa41 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .qmn86n10 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .kkvm0 { flex: 0 0 auto; }
  .xjy17 { font-size: 1.2rem; }
  .haa41 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.m8dg6c .sktv { height: 36px; }
.wkb3jm .sktv { height: 60px; max-width: 200px; }
.hiuse .sktv { height: 56px; max-width: 180px; }
.fur10eq    .fy4o, .fur10eq    .ifd6nt { color: #f59e0b; }
.jqst      .fy4o { font-size: 1rem; letter-spacing: 1.5px; }
.w7qpzph    .fy4o, .w7qpzph    .ifd6nt { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.c7ec     .fy4o, .c7ec     .ifd6nt { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.dpfz3fpe .fy4o, .dpfz3fpe .ifd6nt { color: var(--cta); letter-spacing: 2px; }
.wyvi   .fy4o, .wyvi   .ifd6nt { color: #e91e63; letter-spacing: 2px; }
.yal4  .fy4o, .yal4  .ifd6nt { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.p1ydrta     .fy4o, .p1ydrta     .ifd6nt { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.m9s3l16 .acc8a + .acc8a {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.kqa2tssz .h2gi { padding: 18px 24px; min-height: 68px; }
.bg6847 .sseqm2p {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.bg6847 .b7bm {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.dzpvhtfj .acc8a {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.dmn5lus0 { counter-reset: cs-rank; }
.dmn5lus0 .h2gi { counter-increment: cs-rank; }
.dmn5lus0 .h2gi::before {
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 800;
  color: var(--text-muted, var(--accent-light));
  min-width: 28px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
  order: -1;
}
.fwp6g8w4 .dmn5lus0 { counter-reset: cs-rank; gap: 0; }
.fwp6g8w4 .h2gi {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 44px 18px 18px;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
  margin-bottom: 14px;
}
.fwp6g8w4 .h2gi::before {
  content: counter(cs-rank);
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1rem; line-height: 1;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
  z-index: 2;
}
.fwp6g8w4 .tytjjwo9 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.fwp6g8w4 .g16cqi72 {
  width: 140px; height: 140px; min-width: 140px; padding: 0;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto;
}
.fwp6g8w4 .tq3phxr { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.fwp6g8w4 .tytjjwo9 { min-width: 0; flex-direction: column; width: 100%; }
.fwp6g8w4 .w4rpv1fg {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.fwp6g8w4 .fy4o { color: var(--cta, var(--accent)); }
.fwp6g8w4 .arwufqrc { font-weight: 700; }
.fwp6g8w4 .acc8a {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.fwp6g8w4 .sseqm2p {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.fwp6g8w4 .b7bm {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.fwp6g8w4 .p0mwxl .b7bm { font-size: 1.3rem; color: var(--accent-light); }
.fwp6g8w4 .wrx0 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.fwp6g8w4 .h2gi:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .fwp6g8w4 .dmn5lus0 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .fwp6g8w4 .h2gi {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .fwp6g8w4 .h2gi { padding: 40px 16px 20px; }
  .fwp6g8w4 .acc8a {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .fwp6g8w4 .wrx0 { width: 100%; min-width: 0; }
}
.eyqwk8kr .dmn5lus0 { counter-reset: cs-rank; gap: 10px; }
.eyqwk8kr .h2gi {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 14px 18px 14px 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
}
.eyqwk8kr .h2gi::before {
  content: counter(cs-rank);
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.95rem; flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.eyqwk8kr .tytjjwo9 {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.eyqwk8kr .g16cqi72 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.eyqwk8kr .tq3phxr { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.eyqwk8kr .w4rpv1fg {
  font-size: 1.05rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: 0; max-width: 140px;
  overflow-wrap: break-word; hyphens: auto;
}
.eyqwk8kr .fy4o { color: var(--cta, var(--accent)); }
.eyqwk8kr .acc8a {
  flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  border-top: none; padding-top: 0; width: auto; flex: 1 1 160px; min-width: 140px;
  text-align: center;
}
.eyqwk8kr .sseqm2p {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.eyqwk8kr .b7bm { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.eyqwk8kr .p0mwxl .b7bm { color: var(--accent-light); }
.eyqwk8kr .wrx0 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.eyqwk8kr .h2gi:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .eyqwk8kr .h2gi {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .eyqwk8kr .h2gi::before {
    position: absolute; top: 14px; left: 14px;
  }
  .eyqwk8kr .tytjjwo9 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .eyqwk8kr .w4rpv1fg { white-space: normal; text-align: center; font-size: 1.2rem; }
  .eyqwk8kr .acc8a {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .eyqwk8kr .wrx0 { width: 100%; min-width: 0; }
  .eyqwk8kr .fy4o { min-width: 0; }
}
.xrqj6 .h2gi::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.py5il .ecrh4nt {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.py5il .ecrh4nt summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.py5il .ecrh4nt p { padding: 0 2px 16px; }
.z7r51r .ecrh4nt { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.z7r51r .ecrh4nt summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.z7r51r .ecrh4nt summary::after { content: "›"; font-size: 1.2em; }
.z7r51r .ecrh4nt[open] summary::after { content: "‹"; }
.z7r51r .ecrh4nt p { padding: 10px 22px 4px; }
.dbz0if2v .ecrh4nt {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.dbz0if2v .ecrh4nt summary { color: var(--text-primary); padding-left: 16px; }
.dbz0if2v .ecrh4nt summary::after { content: "›"; font-size: 1.1em; }
.dbz0if2v .ecrh4nt[open] summary::after { content: "‹"; }
.dbz0if2v .ecrh4nt p { padding-left: 16px; }
.yd16 .nsuahgt { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.yd16 .ecrh4nt {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.yd16 .ecrh4nt:last-child { border-bottom: none; }
.yd16 .ecrh4nt summary { color: var(--text-primary); border-radius: 0; }
.yd16 .ecrh4nt summary::after { content: "›"; font-size: 1.1em; }
.yd16 .ecrh4nt[open] summary::after { content: "‹"; }
.dsqp .ecrh4nt { overflow: hidden; }
.dsqp .ecrh4nt summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.dsqp .ecrh4nt summary::after { color: rgba(255,255,255,.75); }
.dsqp .ecrh4nt[open] summary { border-radius: 0; }
.a8hb21 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.myntz7 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.jbds1 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.i9ozqeo { color: var(--text-muted); font-size: 1.05rem; }
.z9u58 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.ozeti05 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.cifwvlk { margin-bottom: 20px; }
.ddozmqyi {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.vtih {
  width: 100%; background: var(--bg-page);
  border: 1px solid var(--border-alt); border-radius: 8px;
  padding: 10px 14px; color: var(--text-primary);
  font-size: 0.95rem; font-family: inherit;
  outline: none; transition: border-color .15s; box-sizing: border-box;
}
.vtih:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.rydcnhh { resize: vertical; min-height: 130px; }
.duw4si { width: 100%; margin-top: 8px; }
.c0si23 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.qvl2 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.fh7hpfpq { color: var(--text-muted); line-height: 1.75; }
.tnaf { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.tnaf li { margin-bottom: 6px; }
.z813o5 { max-width: 760px; margin: 0 auto; }
.zxr0 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.d1041p8m { max-width: 760px; margin: 0 auto; }
.hn1wsprk { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.hn1wsprk:last-child { border-bottom: none; }
.n3f3 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.hn1wsprk p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.hn1wsprk ul.tnaf { margin: 0; }
.qqowp .n3f3 { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .qqowp { grid-template-columns: 1fr; gap: 10px; } }
.iugammf6 .n3f3 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.s86q8xg9 .tnaf { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .zzbgf { grid-template-columns: 1fr; } }
.krhkux6c ul.tnaf { margin: 0; }
.m2jjtv .tnaf,
.njx4baa .tnaf,
.zkz4 .tnaf,
.mpeik2h .tnaf {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .ycv6 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .z6uqc { grid-template-columns: 1fr; } .xum5wx7 { position: static; text-align: center; } }
@media (max-width: 860px) { .nkva { grid-template-columns: 1fr; } }
.mpeik2h .tnaf { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .b1zkxb6 { flex-direction: column; text-align: center; } .n6usopq { grid-template-columns: 1fr; } }
.o0zmht { max-width: 760px; margin: 0 auto; }
.ivpg9 { position: relative; padding-left: 28px; }
.ivpg9::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.o5zupu8 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.o5zupu8:last-child { padding-bottom: 0; }
.m8ibtf { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.e8w0nvb h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.e8w0nvb p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.tdrk7 {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.tdrk7 .jbds1 { color: var(--accent-light); }
.l0nl4vi .jbds1 { font-size: 2rem; }
.l0nl4vi .i9ozqeo { max-width: 680px; }
.pprbzl .jbds1 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.pprbzl .i9ozqeo  { margin: 0; }
@media (max-width: 640px) { .pprbzl { flex-direction: column; } }
.uxy3 .jbds1 { color: var(--accent-light); }
.vwwv .jbds1 { color: #fff; }
.vwwv .i9ozqeo  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .a9hwb { grid-template-columns: 1fr; } }
.x7r6d7 .vtih {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.x7r6d7 .vtih:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.zfjck .vtih { background: var(--bg-raised); border-color: transparent; }
.zfjck .vtih:focus { background: var(--bg-card); border-color: var(--accent-light); }
.g44s727c .vtih { border-radius: 100px; padding: 11px 20px; }
.g44s727c .rydcnhh { border-radius: 14px; }
.aoznekr {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .aoznekr { grid-template-columns: 1fr; } }
.hi4z657r {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.hi4z657r h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.hi4z657r p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.vb3zsjku { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.vb3zsjku li { margin-bottom: 6px; }
.roos{position:relative;overflow:visible}
.hutf .z8z72{display:block}
.bfzuj .zd11hp~.lwtwj62,
.bfzuj .zd11hp~.lwtwj62 .ya1tsw7u,
.zd11hp~.lwtwj62,.zon9y3l~.lwtwj62{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.zd11hp~.lwtwj62 .ya1tsw7u{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.cu55cgs .ncwskrk{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.cu55cgs .cqv5kp::before{content:""}
.n7ahr6{--date-bg:transparent}
.iz45qtd .cqv5kp::before{content:""}
.owdm2 .yhaz1zd{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .yhaz1zd{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .nrazs{max-width:100%}
}
.fi102lx .w17mgu{margin:0}
@media (max-width:560px){
  .npllbn7{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .nilmdpyp { padding: 28px 18px 20px; }
  .slddy { font-size: 1.2rem; }
  .lx8k9e90 { max-width: 220px; max-height: 80px; }
}
.rvxqklx {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
  width: 96px; height: 96px;
  padding: 10px;
  margin-right: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.op20oxtj {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.var008q  .rvxqklx { border-radius: 50%; }
.nl3b  .rvxqklx { border-radius: 6px; }
.o5kodtre .rvxqklx { border-radius: 22px; }
.bs64 .qmn86n10 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .rvxqklx { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.wfje5 {
  margin: 28px 0 24px;
}
.wfje5 .xr7aihps {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.wfje5 .miuk74l {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.wfje5 .qmn86n10 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .pzwia { flex-direction: row-reverse; }
[dir="rtl"] .o9yuhev0 { flex-direction: row-reverse; }
[dir="rtl"] .jzb8 .jvi2 { right: auto; left: 32px; }
[dir="rtl"] .pw1scere  .jvi2 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .jzb8 .jvi2 { right: auto; left: 20px; }
  [dir="rtl"] .pw1scere  .jvi2 { left: auto;  right: 20px; }
}
[dir="rtl"] .nzd2f97 .v27d2ga  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .gx1cvqg6 .v27d2ga { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .zd11hp,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .cc1e, [dir="rtl"] .tfalozjt { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .fypmit { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .wipg { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .k2irar1n { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .qmn86n10 { direction: rtl; }
[dir="rtl"] .rvxqklx { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .h2gi,
[dir="rtl"] .dcdv3l { direction: rtl; }
[dir="rtl"] .ewss1 { direction: rtl; }
[dir="rtl"] .s6cvhl26 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .jxa0 .tfalozjt,
[dir="rtl"] .ymyr6z .tfalozjt,
[dir="rtl"] .v2y8q6k .tfalozjt,
[dir="rtl"] .c61zcqkd .tfalozjt {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .jxa0 .tfalozjt li::before,
[dir="rtl"] .ymyr6z .tfalozjt li::before,
[dir="rtl"] .v2y8q6k .tfalozjt li::before,
[dir="rtl"] .c61zcqkd .tfalozjt li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .cr6ti4.goparw .bvi1,
[dir="rtl"] .jn63i2u.goparw .bvi1,
[dir="rtl"] .djw1zi4.goparw .bvi1,
[dir="rtl"] .y15uzq.goparw .bvi1,
[dir="rtl"] .e8qrz.goparw .bvi1 { text-align: right; }
[dir="rtl"] .zd11hp.goparw .s6mo9 { align-items: flex-end; text-align: right; }
[dir="rtl"] .zd11hp.q37s2 .s6mo9 { text-align: center; }
[dir="rtl"] .zd11hp .s6mo9 { text-align: right; }
[dir="rtl"] .miuk74l,
[dir="rtl"] .u85q,
[dir="rtl"] .ssqo4lpl,
[dir="rtl"] .jqbk,
[dir="rtl"] .ozeti05,
[dir="rtl"] .ddozmqyi,
[dir="rtl"] .vtih,
[dir="rtl"] .rydcnhh { text-align: right; direction: rtl; }
[dir="rtl"] .g44s727c .vtih,
[dir="rtl"] .x7r6d7 .vtih { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #173e6c;
  --brand:           #173e6c;
  --brand-light:     #173251;
  --brand-pale:      #2b4b71;
  --grad-start:      #2769b7;
  --grad-end:        #4f88cc;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #173e6c;
  --cta-light:       #0d2a4c;
  --cta-hover:       #0c2139;
  --bg-page:         #f6f7f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f4f5;
  --bg-raised:       #eeeff1;
  --bg-hover:        #f3f4f5;
  --border:          #e2e5e8;
  --border-alt:      #d0d5dc;
  --border-section:  #e2e5e8;
  --text-primary:    #17191b;
  --text-muted:      #525860;
  --text-body:       #2f3236;
  --text-sub:        #464c52;
  --text-faint:      #757e89;
  --text-dim:        #9198a0;
  --text-label:      #5e656d;
  --text-value:      #3a3f44;
  --accent-bg:       #e3eaf1;
  --accent-bg-light: #cbd9eb;
  --bg-tip:          #f0f9f5;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f4f9;
  --bg-pros:         #f0f9f5;
  --bg-cons:         #faf3f6;
  --c-pros:          #148f60;
  --c-cons:          #9f2150;
  --c-pros-label:    #17a972;
  --c-tip-border:    #1abb7e;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #148f60;
}
:root { --logo-bg-opacity: 66%; }
body, button, input { font-family: "Quantico", sans-serif; }
.vsi3 .mqto { font-size: 0; width: 1.2rem; flex-shrink: 0; }.vsi3 .mqto::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.vsi3 .ue8bnh     .mqto::before { content: "";  color: var(--c-tip-border); }.vsi3 .qkm25k .mqto::before { content: ""; color: var(--c-warn-border); }.vsi3 .rzeyjl    .mqto::before { content: ""; color: #60a5fa; }.g085 .vsi3 .ue8bnh     .mqto::before { color: #10b981; }.g085 .vsi3 .qkm25k .mqto::before { color: #f43f5e; }.g085 .vsi3 .rzeyjl    .mqto::before { color: #a855f7; }.sqo0w  .vsi3 .ue8bnh     .mqto::before { color: #eab308; }.sqo0w  .vsi3 .qkm25k .mqto::before { color: #ef4444; }.sqo0w  .vsi3 .rzeyjl    .mqto::before { color: #f97316; }.ej4slk  .vsi3 .ue8bnh     .mqto::before { color: #38bdf8; }.ej4slk  .vsi3 .qkm25k .mqto::before { color: #818cf8; }.ej4slk  .vsi3 .rzeyjl    .mqto::before { color: #2dd4bf; }.std9yt .vsi3 .mqto::before { color: var(--accent-light) !important; }
.t8mn .ok576po li::before, .t8mn .ewbmwf10 li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.t8mn .ok576po li::before { content: ""; }.t8mn .ewbmwf10 li::before { content: ""; }.t8mn .yski::before, .t8mn .kkw1rty::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.t8mn .yski::before { content: ""; }.t8mn .kkw1rty::before { content: ""; }
.j3mjpyfx .ed11n, .j3mjpyfx .zd11hp { min-height: 320px; }
.u2w3cx::before { content: '•'; }