:root {
  --color-accent: #19c01e;
  --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;
}
.k3pjq4r {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.glo92my {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.pqlqcs {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.vm6qw { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.esewt0lp { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.esewt0lp a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.esewt0lp a:hover { color: var(--accent-light); }
.zy83q5l  .du73k2 { border-radius: 14px; }
.zy83q5l .du73k2 li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.zy83q5l .du73k2 li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.rm6zn .du73k2 li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .du73k2 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .qxlgzj0d:hover .du73k2,
  .qxlgzj0d:focus-within .du73k2 { display: block; }
  .du73k2 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.t52omz3 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.mmlx { display: none; }
@media (max-width: 640px) {
  .mmlx {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .mmlx.x8vyg { display: block; }
}
@media (max-width: 640px) {
  .t52omz3 { display: block; }
  .esewt0lp > li + li::before { display: none !important; }
  .esewt0lp {
    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;
  }
  .esewt0lp.x8vyg { display: flex; }
  .esewt0lp li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .esewt0lp li:last-child a { border-bottom: none; }
}
.epf5s { min-height: 480px; }
.bda33d {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.ze39s8rn { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.poo4ldq4 .ze39s8rn { margin-left: 0; margin-right: 0; }
.hnjy9 {
  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;
}
.f8jd3vfj .hnjy9 { margin-top: 24px; }
.hnjy9:hover { opacity: 0.88; }
.zd02y .bda33d { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.zd02y .ze39s8rn { color: #e2e8f0; }
.zd02y.poo4ldq4   .mgd48s { text-align: left; }
.wgle .bda33d { color: var(--text-primary); text-shadow: none; }
.wgle .ze39s8rn { color: var(--text-muted); }
.wgle .hnjy9 { margin-top: 16px; }
.wgle, .wgle.epf5s { min-height: auto !important; }
.wgle.poo4ldq4   .mgd48s { text-align: left; }
.wgle~.okx96qgn{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.wgle~.okx96qgn .jn59{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@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; }
}
.dnh4 .bda33d { color: #fff; }
.dnh4 .ze39s8rn { color: rgba(255,255,255,0.85); }
.a0paks .cwjt1i0h { position: relative; overflow: hidden; }
.a0paks .cwjt1i0h::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;
}
.qztm .cwjt1i0h {
  animation: hg-breathe 7s ease-in-out infinite;
}
.dj545l .cwjt1i0h { position: relative; overflow: hidden; }
.dj545l .cwjt1i0h::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;
}
.jjcyg .cwjt1i0h { position: relative; overflow: hidden; }
.jjcyg .cwjt1i0h::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;
}
.edcj .cwjt1i0h {
  animation: hg-fadein 1.2s ease-out both;
}
.cwjt1i0h {
  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%);
}
.uywww {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.os9x6w {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.qurw7 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.cwjt1i0h .bda33d { text-shadow: none; color: var(--text-primary); }
.cwjt1i0h .ze39s8rn { color: var(--text-muted); }
body.is7zdi .bda33d {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.br02s7ra .bda33d {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.epf5s.dnh4 .bda33d,
section.dnh4 .bda33d {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.cwjt1i0h.q9gq5sl .uywww { align-items: center; text-align: center; }
.cwjt1i0h.poo4ldq4   .uywww { align-items: flex-start; text-align: left; }
.pbrl .os9x6w { position: relative; }
.pbrl .os9x6w::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.pbrl.ifdqet .os9x6w::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.fxnbnfl .os9x6w {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.fxnbnfl .qurw7 {
  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);
}
.fxnbnfl.ifdqet .os9x6w { padding: 32px 0 32px 32px; }
.l73wroyf .os9x6w {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.l73wroyf .qurw7 {
  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);
}
.l73wroyf .x2hp2v {
  position: static;
  width: 100%; aspect-ratio: 4/3;
  border-radius: 16px;
}
.ifdqet { grid-template-areas: "media text"; }
.ifdqet .uywww {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.l73wroyf.ifdqet .os9x6w { padding: 40px 16px 40px 48px; }
.epf5s .gllk2c {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.gllk2c .wf7cevb4 {
  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;
}
.gllk2c .wf7cevb4::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.gllk2c .d5cwhe { display: contents !important; }
.gllk2c .d5cwhe .wnyaa8 {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.gllk2c .d5cwhe .hwml8eu { max-height: 48px; max-width: 96px; }
.gllk2c .d5cwhe .hu2i {
  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;
}
.gllk2c .wbyx82e {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.gllk2c .gdnfj { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.gllk2c .pkkcy { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.gllk2c .pkkcy small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.gllk2c .y10y { display: contents !important; }
.gllk2c .y10y .olin:not(.edni2a) { display: none !important; }
.gllk2c .y10y .edni2a {
  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;
}
.gllk2c .y10y .edni2a .uogw905 {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.gllk2c .y10y .edni2a .rdjc0u {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.gllk2c .m9n8bj8 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.gllk2c .m9n8bj8.xzmy {
  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;
}
.gllk2c .m9n8bj8.xzmy:hover { opacity: 0.85; }
.gllk2c .wf7cevb4,
.gllk2c .wf7cevb4:hover,
.gllk2c .wf7cevb4:nth-child(even),
.gllk2c .wf7cevb4:nth-child(odd),
.gllk2c .wf7cevb4:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.tfwe .os9x6w {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .cwjt1i0h { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .cwjt1i0h:not(.tfwe) .os9x6w { display: none !important; }
  .tfwe .os9x6w { padding: 16px; }
  .uywww  { padding: 36px 24px; }
  .cwjt1i0h~.okx96qgn,.ifdqet~.okx96qgn{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .epf5s, .cwjt1i0h { min-height: 320px !important; }
  .bda33d { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .p84at,
  .e53eeoj,
  .khnpte { grid-template-columns: 1fr !important; }

  

  
  .ni26q7f { display: flex !important; flex-direction: column !important; }
  .ni26q7f .mgd48s { display: contents; }
  .ni26q7f .qjvlzy7j { order: 0; }
  .ni26q7f .bda33d { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .ni26q7f .p84at { order: 2; padding: 0 16px 12px !important; }
  .ni26q7f .ze39s8rn { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .f8jd3vfj .mgd48s { display: flex; flex-direction: column; }
  .f8jd3vfj .mgd48s .bda33d { order: 1; }
  .f8jd3vfj .mgd48s .khnpte { order: 2; margin: 8px 0 24px !important; }
  .f8jd3vfj .mgd48s .ze39s8rn { order: 3; }
  .f8jd3vfj .mgd48s .hnjy9 { order: 4; align-self: center; margin-top: 0; }

  
  .cwjt1i0h.tfwe {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .cwjt1i0h.tfwe .uywww { display: contents; padding: 0; }
  .cwjt1i0h.tfwe .uywww .bda33d { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .cwjt1i0h.tfwe .os9x6w { order: 2; padding: 12px 16px; }
  .cwjt1i0h.tfwe .uywww .ze39s8rn { order: 3; padding: 0 24px; margin: 0 auto; }
  .cwjt1i0h.tfwe .uywww .hnjy9 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.mhervk4g { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.kmbyu54 { width: 100%; height: auto; display: block; border-radius: 10px; }
.r0bypn8 .mhervk4g        { border-radius: 16px; }
.r0bypn8 .kmbyu54  { border-radius: 16px; }
.aab1eqgz .mhervk4g         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.aab1eqgz .kmbyu54   { border-radius: 8px; }
.p13jmum { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.w4ldjy { width: 100%; padding: 32px 0; position: relative; }
.urjl67cz { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.c8dm .w4ldjy:nth-child(even) { background: var(--bg-surface); }
.c8dm .w4ldjy:nth-child(odd)  { background: var(--bg-page); }
.rmd7 .w4ldjy:nth-child(even) { background: var(--bg-card); }
.rmd7 .w4ldjy:nth-child(odd)  { background: var(--bg-page); }
.c8dm .w4ldjy:nth-child(odd)  .urjl67cz { background: var(--bg-card); border-radius: 6px; }
.c8dm .w4ldjy:nth-child(even) .urjl67cz { background: var(--bg-raised); border-radius: 6px; }
.rmd7 .w4ldjy:nth-child(odd)  .urjl67cz { background: var(--bg-card); border-radius: 6px; }
.rmd7 .w4ldjy:nth-child(even) .urjl67cz { background: var(--bg-raised); border-radius: 6px; }
.c8dm .w4ldjy:nth-child(even) .slmg .tnkrhlz,
.rmd7 .w4ldjy:nth-child(even) .slmg .tnkrhlz { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.c8dm .w4ldjy:nth-child(odd) .slmg .tnkrhlz,
.rmd7 .w4ldjy:nth-child(odd) .slmg .tnkrhlz { background: var(--bg-card-inner); }
.c8dm .w4ldjy:nth-child(even) .owez4js .tnkrhlz:nth-child(odd),
.rmd7 .w4ldjy:nth-child(even) .owez4js .tnkrhlz:nth-child(odd)  { background: var(--bg-card); }
.c8dm .w4ldjy:nth-child(even) .owez4js .tnkrhlz:nth-child(even),
.rmd7 .w4ldjy:nth-child(even) .owez4js .tnkrhlz:nth-child(even) { background: var(--bg-card-inner); }
h1.zkt642vb { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.zkt642vb {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.fptf6joz { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.nolkcvbl h2.zkt642vb {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.x8q84l6 h2.zkt642vb {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.jtika h2.zkt642vb {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.qpxkas08 h2.zkt642vb::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.tl1l7 h2.zkt642vb {
  color: var(--text-primary); font-size: 1.7rem;
}
.rbxnas h2.zkt642vb::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.jx4w4sna h2.zkt642vb {
  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;
}
@media (max-width: 640px) { .woipjed { display: none; } }
.k02un { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.y69uat9 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.yako6y {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.harv { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.fsgompji { padding-left: 20px; }
.fsgompji li { margin-bottom: 6px; }
.fsgompji a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.fsgompji a:hover { color: var(--accent-light); }
.c8sn .harv { display: none; }
.bempd .harv { display: none; }
.bempd .fsgompji { padding-left: 0; list-style: none; }
.bempd .fsgompji li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.bempd .fsgompji a { font-size: 0.92rem; }
.q7ig .yako6y { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.q7ig .harv { display: none; }
.q7ig .fsgompji { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.q7ig .fsgompji li { margin-bottom: 0; }
.q7ig .fsgompji 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;
}
.q7ig .fsgompji a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.hi1gu .yako6y { padding: 20px 20px 16px; }
.hi1gu .fsgompji {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.hi1gu .fsgompji li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.hi1gu .fsgompji 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;
}
.hi1gu .fsgompji 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;
}
.hi1gu .fsgompji a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.hi1gu .fsgompji a:focus,
.hi1gu .fsgompji a:focus-visible,
.hi1gu .fsgompji a:target { outline: none; }
.hi1gu .fsgompji li:target a { border-color: var(--border); color: var(--text-muted); }
.cgay .yako6y { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.cgay .harv { display: none; }
.cgay .fsgompji { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.cgay .fsgompji li { counter-increment: toc-n; margin-bottom: 0; }
.cgay .fsgompji a {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--bg-card); color: var(--text-muted);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 11px 20px 11px 11px; font-size: 0.92rem; font-weight: 500;
  transition: border-color .15s, color .15s;
}
.cgay .fsgompji a::before {
  content: counter(toc-n, decimal-leading-zero);
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--accent); color: #fff; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.cgay .fsgompji a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.f33mok .yako6y { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.f33mok .harv { display: none; }
.f33mok .fsgompji { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.f33mok .fsgompji li { margin-bottom: 0; }
.f33mok .fsgompji a {
  display: inline-block; padding: 9px 16px;
  font-size: 0.9rem; font-weight: 600; color: var(--text-muted);
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.f33mok .fsgompji a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.hjjjk .yako6y { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.hjjjk .harv { display: none; }
.hjjjk .fsgompji { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.hjjjk .fsgompji li { margin-bottom: 0; }
.hjjjk .fsgompji li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.hjjjk .fsgompji li:last-child::after { content: ""; margin-right: 0; }
.hjjjk .fsgompji a { font-size: 0.9rem; }
.tnkrhlz { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.slmg .tnkrhlz { background: var(--bg-card); }
.owez4js .tnkrhlz:nth-child(odd)  { background: var(--bg-card); }
.owez4js .tnkrhlz:nth-child(even) { background: var(--bg-raised); }
.c9k2 .tnkrhlz {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.c9k2 .tnkrhlz:last-child { border-bottom: none; }
.c9k2 h3.fptf6joz { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.xaylf9l .tnkrhlz {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.xaylf9l .tnkrhlz + .tnkrhlz { margin-top: 4px; }
.hn1tc .tnkrhlz { background: none; border-radius: 0; padding: 12px 0; }
.hn1tc .tnkrhlz + .tnkrhlz { border-top: 1px solid var(--border-section); }
.q4kx2wkw { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.r1co { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.i8mga3 { color: var(--text-body); margin-bottom: 10px; }
.ynf80, .s4hmi { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ynf80 li, .s4hmi li { margin-bottom: 6px; }
.s4hmi li { list-style: decimal; }
.z098p     .ynf80 { list-style-type: "● "; }
.kjgh  .ynf80 { list-style-type: "■ "; }
.ep3j04o .ynf80 { list-style-type: "◆ "; }
.x0ox29    .ynf80 { list-style-type: "★ "; }
.z098p     .v6i72rx { list-style-type: "● "; }
.kjgh  .v6i72rx { list-style-type: "■ "; }
.ep3j04o .v6i72rx { list-style-type: "◆ "; }
.x0ox29    .v6i72rx { list-style-type: "★ "; }
.z098p    .ynf80 li::marker, .z098p    .v6i72rx li::marker,
.kjgh .ynf80 li::marker, .kjgh .v6i72rx li::marker,
.ep3j04o .ynf80 li::marker, .ep3j04o .v6i72rx li::marker,
.x0ox29   .ynf80 li::marker, .x0ox29   .v6i72rx li::marker {
  color: var(--cta); font-size: 1em;
}
.z098p .s4hmi,
.kjgh .s4hmi,
.ep3j04o .s4hmi,
.x0ox29 .s4hmi {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.z098p .s4hmi li,
.kjgh .s4hmi li,
.ep3j04o .s4hmi li,
.x0ox29 .s4hmi li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.z098p .s4hmi li::before,
.kjgh .s4hmi li::before,
.ep3j04o .s4hmi li::before,
.x0ox29 .s4hmi 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;
}
.z098p     .s4hmi li::before { border-radius: 50%; }
.kjgh  .s4hmi li::before { border-radius: 3px; }
.ep3j04o .s4hmi li::before { border-radius: 3px; }
.x0ox29    .s4hmi li::before { border-radius: 50%; }
.rmt9u0rd { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.fqob .rmt9u0rd,
.cfrqk87 .rmt9u0rd { background: transparent; border: none; border-radius: 0; }
.wlu2u { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.wlu2u th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.wlu2u td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.wlu2u tr:hover td { background: var(--bg-hover); }
.a689lt .wlu2u tbody tr:nth-child(even) td { background: var(--bg-surface); }
.o1bggl .wlu2u { border: 1px solid var(--border-alt); }
.o1bggl .wlu2u th,
.o1bggl .wlu2u td { border: 1px solid var(--border-alt); }
.nbrlkf .wlu2u th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.nbrlkf .wlu2u td { border-bottom: none; }
.nbrlkf .wlu2u tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.liwm4fo .wlu2u th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.hulofjt .rmt9u0rd {
  overflow: hidden;
}
.hulofjt .wlu2u th { border-bottom: 1px solid var(--border-alt); }
.hulofjt .wlu2u tr:last-child td { border-bottom: none; }
.qf1bbu { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.hjvtc5q8 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.ailh1ij { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.yy216 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.qqhe { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.v6i72rx { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.v6i72rx li { margin-bottom: 3px; }
[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%}
.gcl2 .yy216 { background: transparent; text-align: center; }
.i6oararl .ailh1ij {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.weh03q5 .ailh1ij {
  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);
}
.fktcue .hjvtc5q8 { display: grid; grid-template-columns: auto 1fr; }
.fktcue .ailh1ij {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.fktcue .yy216 { grid-column: 2; }
.fktcue .qqhe,
.fktcue .v6i72rx { grid-column: 1 / -1; }
.w2gtaeh .hjvtc5q8 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.w2gtaeh .ailh1ij {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 14px 12px; border: 2px solid var(--accent-pale);
}
.w2gtaeh .yy216 { grid-column: 2; }
.w2gtaeh .qqhe,
.w2gtaeh .v6i72rx { grid-column: 1 / -1; }
.lau8g .hjvtc5q8 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.lau8g .yy216 { background: none; color: var(--accent-light); font-weight: 700; }
.un0dn7p .hjvtc5q8 { background: rgba(255,255,255,0.04); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.08); }
.un0dn7p .yy216 { background: none; color: var(--accent-light); font-weight: 700; }
.t9i5v .hjvtc5q8 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.t9i5v .hjvtc5q8:last-child { border-bottom: none; }
.t9i5v .yy216 { background: none; color: var(--accent-light); font-weight: 700; }
.jo4eo6 .hjvtc5q8 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.jo4eo6 .yy216 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.a7wiu5es .qf1bbu { counter-reset: card-n; }
.a7wiu5es .hjvtc5q8  { counter-increment: card-n; }
.a7wiu5es .yy216 { display: flex; align-items: center; gap: 10px; }
.a7wiu5es .yy216::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.76rem; font-weight: 700;
}
.ljk2b .hjvtc5q8 { background: var(--bg-surface); border: 1px solid var(--border); }
.ljk2b .yy216 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.zwoju { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.zwoju         { --cl-hue: var(--accent); }
.c47vs     { --cl-hue: #16a34a; }
.y5lbc5j { --cl-hue: #ea580c; }
.av5vddkl    { --cl-hue: #2563eb; }
.c47vs, .y5lbc5j, .av5vddkl, .rpqrps {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.ed4whfv { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.ed4whfv::before { color: var(--cl-hue); }
.zwoju strong { color: var(--text-primary); font-size: 0.95rem; }
.zwoju p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.h2ku61ra { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.ki898, .iurpi0mp { border-radius: 8px; padding: 14px; }
.ki898 { background: var(--bg-pros); }
.iurpi0mp { background: var(--bg-cons); }
.o9bcl5 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.ki898 .o9bcl5 { color: var(--c-pros-label); }
.iurpi0mp .o9bcl5 { color: #f87171; }
.ki898 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.iurpi0mp ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.kmbyu54 { width: 100%; height: auto; border-radius: 10px; display: block; }
.xzmy {
  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;
}
.xzmy:hover { opacity: 0.85; }
.vsyrrbwh .xzmy  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.vsyrrbwh .xzmy:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ifd2p3 .xzmy  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ifd2p3 .xzmy:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.vsyrrbwh .m9n8bj8.xzmy, .ifd2p3 .m9n8bj8.xzmy,
.vsyrrbwh .d1a5nd .xzmy, .ifd2p3 .d1a5nd .xzmy {
  background: var(--cta); border: none; color: #fff;
}
.vsyrrbwh .m9n8bj8.xzmy:hover, .ifd2p3 .m9n8bj8.xzmy:hover,
.vsyrrbwh .d1a5nd .xzmy:hover, .ifd2p3 .d1a5nd .xzmy:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.ps09nitm .hnjy9 { border-radius: 50px; }
.ps09nitm .xzmy  { border-radius: 50px; }
.mcw5mhl1 .hnjy9,
.mcw5mhl1 .xzmy { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.mcw5mhl1 .hnjy9:hover,
.mcw5mhl1 .xzmy:hover { filter: brightness(1.08); opacity: 1; }
.ayrb1 .hnjy9,
.ayrb1 .xzmy { box-shadow: 0 3px 14px -2px var(--cta); }
.ayrb1 .hnjy9:hover,
.ayrb1 .xzmy:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.ab1q .hnjy9,
.ab1q .xzmy { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.ab1q .hnjy9:hover,
.ab1q .xzmy:hover { opacity: 1; }
.ab1q .hnjy9:active,
.ab1q .xzmy:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.iddr1 .hnjy9,
.iddr1 .xzmy { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.iddr1 .hnjy9:hover,
.iddr1 .xzmy:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.iddr1 .hnjy9:active,
.iddr1 .xzmy:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.ilscc .hnjy9,
.ilscc .xzmy { position: relative; overflow: hidden; }
.ilscc .hnjy9::before,
.ilscc .xzmy::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.ilscc .hnjy9:hover::before,
.ilscc .xzmy:hover::before { left: 135%; }
.y3ahur2j .hnjy9,
.y3ahur2j .xzmy { border-radius: 0; }
.gi3fc5 .hnjy9 { padding-left: 22px; padding-right: 22px; }
.gi3fc5 .xzmy  { padding-left: 12px; padding-right: 12px; }
.efwn .hnjy9 { padding-left: 44px; padding-right: 44px; }
.efwn .xzmy  { padding-left: 24px; padding-right: 24px; }
.dfn3 .hnjy9 { padding-left: 56px; padding-right: 56px; }
.dfn3 .xzmy  { padding-left: 32px; padding-right: 32px; }
.j7dau   .hnjy9::after, .j7dau   .xzmy::after,
.qm1dk2 .hnjy9::after, .qm1dk2 .xzmy::after,
.ceqny    .hnjy9::after, .ceqny    .xzmy::after,
.ijyg    .hnjy9::after, .ijyg    .xzmy::after,
.rgvt4    .hnjy9::after, .rgvt4    .xzmy::after,
.io9tk6     .hnjy9::after, .io9tk6     .xzmy::after,
.fca4    .hnjy9::after, .fca4    .xzmy::after,
.r7ood7lb   .hnjy9::after, .r7ood7lb   .xzmy::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;
}
.j7dau .hnjy9::after, .j7dau .xzmy::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");
}
.qm1dk2 .hnjy9::after, .qm1dk2 .xzmy::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");
}
.ceqny .hnjy9::after, .ceqny .xzmy::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");
}
.ijyg .hnjy9::after, .ijyg .xzmy::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");
}
.rgvt4 .hnjy9::after, .rgvt4 .xzmy::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");
}
.io9tk6 .hnjy9::after, .io9tk6 .xzmy::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");
}
.fca4 .hnjy9::after, .fca4 .xzmy::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");
}
.r7ood7lb .hnjy9::after, .r7ood7lb .xzmy::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");
}
.e6p2m   .o2px::after, .e6p2m   .ffgy1::after,
.ndcr7 .o2px::after, .ndcr7 .ffgy1::after,
.kxskh3uf    .o2px::after, .kxskh3uf    .ffgy1::after,
.wnuuark    .o2px::after, .wnuuark    .ffgy1::after,
.jhtm44    .o2px::after, .jhtm44    .ffgy1::after,
.ddendvvt     .o2px::after, .ddendvvt     .ffgy1::after,
.ultjh    .o2px::after, .ultjh    .ffgy1::after,
.svz2   .o2px::after, .svz2   .ffgy1::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;
}
.e6p2m .o2px::after, .e6p2m .ffgy1::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");
}
.ndcr7 .o2px::after, .ndcr7 .ffgy1::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");
}
.kxskh3uf .o2px::after, .kxskh3uf .ffgy1::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");
}
.wnuuark .o2px::after, .wnuuark .ffgy1::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");
}
.jhtm44 .o2px::after, .jhtm44 .ffgy1::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");
}
.ddendvvt .o2px::after, .ddendvvt .ffgy1::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");
}
.ultjh .o2px::after, .ultjh .ffgy1::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");
}
.svz2 .o2px::after, .svz2 .ffgy1::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");
}
.omws6zpx {
  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;
}
.wf7cevb4 {
  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;
}
.wf7cevb4 > * { min-width: 0; }
.wf7cevb4:hover { background: var(--bg-hover); }
.wf7cevb4 > [itemprop="item"] { display: contents; }
.wf7cevb4 [itemprop="itemReviewed"],
.wf7cevb4 [itemprop="reviewRating"] { display: none; }
.wf7cevb4::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;
}
.d5cwhe {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.wnyaa8 {
  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;
}
.hwml8eu { max-height: 52px; max-width: 110px; object-fit: contain; }
.hu2i {
  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;
}
.nggc .wnyaa8    { background: #1a1a1a; }
.llak .wnyaa8   { background: rgba(128,128,128,.12); }
.pqb3 .wnyaa8 { background: var(--bg-raised); }
.mqqngvd .wnyaa8    { background: transparent; padding: 0; }
.wbyx82e {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.gdnfj { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.pkkcy { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.y10y {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.olin {
  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;
}
.uogw905 {
  
  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%;
}
.rdjc0u {
  
  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;
}
.m9n8bj8 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.m9n8bj8.xzmy {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .wf7cevb4 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .wf7cevb4::before    { grid-area: rank;   }
  .d5cwhe           { grid-area: ident;  }
  .wbyx82e     { grid-area: rating; min-width: 0; width: auto; }
  .y10y           { grid-area: pills;  }
  .m9n8bj8             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .wf7cevb4 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .wf7cevb4::before    { justify-self: center; }
  .d5cwhe           { width: 100%; }
  .wbyx82e     { justify-self: center; }
  .y10y           { grid-template-columns: 1fr; }
}
@media (max-width: 560px) { .h7p8 { padding: 10px 16px; gap: 6px 16px; } }
.d1a5nd .xzmy { white-space: nowrap; }
@media (max-width: 560px) {
  .r2pj { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .igaqh828 { order: 1; }
  .d1a5nd { order: 2; margin-left: auto; align-self: center; }
  .c4fvq { order: 3; flex: 1 1 100%; min-width: 0; }
}
.arwiy  .u50b9rj li::before { content: "★"; }
.arwiy  .fy9j1 li::before { content: "✕"; }
@media (min-width: 860px) {
  .umjjy .dcox {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .umjjy .iezqw7h { margin: 0; }
}
.cfrqk87 .h2ku61ra { gap: 10px; }
.cfrqk87 .ki898, .cfrqk87 .iurpi0mp { padding: 12px; }
.cfrqk87 .ki898 ul, .cfrqk87 .iurpi0mp ul { margin: 4px 0 0; padding-left: 18px; }
.cfrqk87 .ki898 li, .cfrqk87 .iurpi0mp li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .k5dgs { grid-template-columns: 1fr; }
  .l409 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .l409 .unh2it { width: 72px; height: 50px; }
  .l409 .p4ql { max-width: 180px; }
  .l409 .sdwhfd { width: auto; }
}
@media (max-width: 720px) {
  .ljau23 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .m62g2 { padding: 16px; }
  .gv8v7v .h23p { min-width: 50%; }
}
.zgxivrz .h2ku61ra { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .m9ln { grid-template-columns: 1fr; }
  .t8yshwo { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .s7cu0jy { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .nshs { flex-wrap: wrap; padding: 16px; }
}
.f7yxaw .h2ku61ra { gap: 8px; }
.f7yxaw .ki898, .f7yxaw .iurpi0mp { padding: 8px; }
@media (max-width: 480px) {
  .c75rk { flex-direction: column; align-items: stretch; }
}
.nz15qd3p .sdwhfd .xzmy { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .e30u5 { flex-direction: column; align-items: stretch; gap: 10px; }
  .nz15qd3p .sdwhfd { text-align: center; }
}
@media (max-width: 720px) {
  .l74xni { grid-template-columns: 1fr; }
  .dxn5xq4 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .qe0bck { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .eg7ny1v { grid-template-columns: 1fr; }
  .bu23ex { width: 100px; height: 100px; margin: 16px auto; }
  .qad0wshp { font-size: 1.4rem; }
  .xgad1h4u { justify-content: center; }
  .u9a526q .h23p { min-width: 50%; }
}
.iu3xqfew .h2ku61ra { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .w6cii5m { flex-wrap: wrap; padding: 14px 16px; }
  .cbfq { padding: 12px 16px; }
  .iu3xqfew .h2ku61ra { margin: 0 16px; }
  .iu3xqfew .v245xd { padding: 0 16px; }
  .naue { padding: 12px 16px; }
}
.bsuy8ipz .wf7cevb4 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.bsuy8ipz .wf7cevb4:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.a5ny6psx .omws6zpx { gap: 18px; }
.a5ny6psx .wf7cevb4 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.a5ny6psx .wf7cevb4:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.mknvmd .omws6zpx {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.mknvmd .wf7cevb4 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.mknvmd .wf7cevb4:last-child { border-bottom: none; }
.mknvmd .d5cwhe,
.mknvmd .wbyx82e,
.mknvmd .y10y {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.e8vfi .omws6zpx { gap: 0; }
.e8vfi .wf7cevb4 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.e8vfi .wf7cevb4:last-child { border-bottom: none; }
.e8vfi .wf7cevb4:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.e8vfi .wf7cevb4:nth-child(even):hover { background: var(--bg-hover); }
.f773ii .wf7cevb4 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.jnbx7 .y10y .olin {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.jnbx7 .y10y .olin:first-child { border-left: none; }
.iaszn .y10y .olin {
  background: transparent; padding: 4px 8px;
}
.iaszn .y10y .uogw905 { font-size: .65rem; opacity: .65; }
.iaszn .y10y .rdjc0u   { font-size: 1.15rem; color: var(--accent-light); }
.dcdsj3 .y10y .olin {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.pkkcy { display: none; }
.jl06w .gdnfj { font-size: 1rem; letter-spacing: 2px; }
.ik05ak .gdnfj {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.ztq204qb .gdnfj,
.tw3rvy .gdnfj,
.v1213u .gdnfj { display: none; }
.ztq204qb .pkkcy,
.tw3rvy .pkkcy,
.v1213u .pkkcy { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.ztq204qb .pkkcy { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.ztq204qb .pkkcy small { display: none; }
.tw3rvy .pkkcy {
  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;
}
.tw3rvy .pkkcy small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.v1213u .pkkcy {
  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;
}
.v1213u .pkkcy small { display: none; }
.e783b4zr { margin: 16px 0; }
.zd67zsj { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.zd67zsj summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.zd67zsj summary::after { content: "+"; color: var(--accent-light); }
.zd67zsj[open] summary::after { content: "−"; }
.zd67zsj p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.w4ldjy { margin-bottom: 0; }
.ydrk6y h2.zkt642vb { color: var(--text-primary); border-color: var(--accent-light); }
.qmw8i0mi h2.zkt642vb { color: var(--text-primary); border-color: var(--accent-light); }
.wfwj .c47vs     { background: #052e16; border-color: #10b981; }
.wfwj .y5lbc5j { background: #2d0a1e; border-color: #f43f5e; }
.wfwj .av5vddkl    { background: #1e1036; border-color: #a855f7; }
.wfwj .zwoju strong  { color: #f1f5f9; }
.wfwj .zwoju p       { color: #cbd5e1; }
.wfwj .r3qkkvyw    .c47vs     .ed4whfv::before,
.wfwj .fn5k  .c47vs     .ed4whfv::before,
.wfwj .ubvrfl  .c47vs     .ed4whfv::before,
.wfwj .b4y2q .c47vs     .ed4whfv::before { color: #10b981; }
.wfwj .r3qkkvyw    .y5lbc5j .ed4whfv::before,
.wfwj .fn5k  .y5lbc5j .ed4whfv::before,
.wfwj .ubvrfl  .y5lbc5j .ed4whfv::before,
.wfwj .b4y2q .y5lbc5j .ed4whfv::before { color: #f43f5e; }
.wfwj .r3qkkvyw    .av5vddkl    .ed4whfv::before,
.wfwj .fn5k  .av5vddkl    .ed4whfv::before,
.wfwj .ubvrfl  .av5vddkl    .ed4whfv::before,
.wfwj .b4y2q .av5vddkl    .ed4whfv::before { color: #a855f7; }
.mf8m .c47vs     { background: #2d2000; border-color: #eab308; }
.mf8m .y5lbc5j { background: #2d0b0b; border-color: #ef4444; }
.mf8m .av5vddkl    { background: #2d1600; border-color: #f97316; }
.mf8m .zwoju strong  { color: #f1f5f9; }
.mf8m .zwoju p       { color: #cbd5e1; }
.mf8m .r3qkkvyw    .c47vs     .ed4whfv::before,
.mf8m .fn5k  .c47vs     .ed4whfv::before,
.mf8m .ubvrfl  .c47vs     .ed4whfv::before,
.mf8m .b4y2q .c47vs     .ed4whfv::before { color: #eab308; }
.mf8m .r3qkkvyw    .y5lbc5j .ed4whfv::before,
.mf8m .fn5k  .y5lbc5j .ed4whfv::before,
.mf8m .ubvrfl  .y5lbc5j .ed4whfv::before,
.mf8m .b4y2q .y5lbc5j .ed4whfv::before { color: #ef4444; }
.mf8m .r3qkkvyw    .av5vddkl    .ed4whfv::before,
.mf8m .fn5k  .av5vddkl    .ed4whfv::before,
.mf8m .ubvrfl  .av5vddkl    .ed4whfv::before,
.mf8m .b4y2q .av5vddkl    .ed4whfv::before { color: #f97316; }
.xdu6wx .c47vs     { background: #0c1a2e; border-color: #38bdf8; }
.xdu6wx .y5lbc5j { background: #12103a; border-color: #818cf8; }
.xdu6wx .av5vddkl    { background: #0a2020; border-color: #2dd4bf; }
.xdu6wx .zwoju strong  { color: #f1f5f9; }
.xdu6wx .zwoju p       { color: #cbd5e1; }
.xdu6wx .r3qkkvyw    .c47vs     .ed4whfv::before,
.xdu6wx .fn5k  .c47vs     .ed4whfv::before,
.xdu6wx .ubvrfl  .c47vs     .ed4whfv::before,
.xdu6wx .b4y2q .c47vs     .ed4whfv::before { color: #38bdf8; }
.xdu6wx .r3qkkvyw    .y5lbc5j .ed4whfv::before,
.xdu6wx .fn5k  .y5lbc5j .ed4whfv::before,
.xdu6wx .ubvrfl  .y5lbc5j .ed4whfv::before,
.xdu6wx .b4y2q .y5lbc5j .ed4whfv::before { color: #818cf8; }
.xdu6wx .r3qkkvyw    .av5vddkl    .ed4whfv::before,
.xdu6wx .fn5k  .av5vddkl    .ed4whfv::before,
.xdu6wx .ubvrfl  .av5vddkl    .ed4whfv::before,
.xdu6wx .b4y2q .av5vddkl    .ed4whfv::before { color: #2dd4bf; }
.mtql::before,
.lk9iu::before { margin-right: 5px; }
.puygmh3 .ki898 ul li,
.puygmh3 .ki898 .mtql { color: #22c55e; }
.puygmh3 .iurpi0mp ul li,
.puygmh3 .iurpi0mp .lk9iu { color: #ef4444; }
.p7op3 .ki898 { background: var(--bg-pros); }
.p7op3 .iurpi0mp { background: var(--bg-cons); }
.p7op3 .ki898 .mtql { color: var(--c-pros-label); }
.p7op3 .iurpi0mp .lk9iu { color: var(--c-cons); }
.p7op3 .ki898 ul li,
.p7op3 .iurpi0mp ul li,
.aj7iyn0 .ki898 { background: var(--bg-pros); }
.aj7iyn0 .iurpi0mp { background: var(--bg-cons); }
.aj7iyn0 .ki898 .mtql { color: var(--c-pros-label); }
.aj7iyn0 .iurpi0mp .lk9iu { color: var(--c-cons); }
.aj7iyn0 .ki898 ul li,
.aj7iyn0 .u50b9rj li          { color: var(--c-pros); }
.aj7iyn0 .iurpi0mp ul li,
.aj7iyn0 .fy9j1 li          { color: var(--c-cons); }
.spy9nhnn .mtql::before { content: "✓ "; }
.spy9nhnn .lk9iu::before { content: "✗ "; }
.cuzda4m .mtql::before { content: "→ "; }
.cuzda4m .lk9iu::before { content: "← "; }
.arwiy .mtql::before { content: "★ "; }
.arwiy .lk9iu::before { content: "✕ "; }
.s50zek1 .mtql::before { content: "◆ "; }
.s50zek1 .lk9iu::before { content: "▲ "; }
.xz1rsgi .zwoju { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.xz1rsgi .zwoju strong { color: var(--text-primary); }
.xz1rsgi .zwoju p      { color: var(--text-muted); }
.whtu68pp .zwoju { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.g60w .zwoju {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.g60w .zwoju strong,
.g60w .zwoju p { color: #fff; }
.g60w .ed4whfv::before { color: rgba(255,255,255,0.9) !important; }
.snap0q6k .zwoju {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.snap0q6k .zwoju strong { color: var(--text-primary); }
.snap0q6k .zwoju p      { color: var(--text-muted); }
.dkjgm3 .zwoju { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.r3qkkvyw .ed4whfv,
.fn5k .ed4whfv,
.ubvrfl .ed4whfv,
.b4y2q .ed4whfv { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.r3qkkvyw .ed4whfv::before,
.fn5k .ed4whfv::before,
.ubvrfl .ed4whfv::before,
.b4y2q .ed4whfv::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.r3qkkvyw .c47vs     .ed4whfv::before { content: "✦"; color: var(--c-tip-border); }
.r3qkkvyw .y5lbc5j .ed4whfv::before { content: "▲"; color: var(--c-warn-border); }
.r3qkkvyw .av5vddkl    .ed4whfv::before { content: "◉"; color: #60a5fa; }
.fn5k .c47vs     .ed4whfv::before { content: "★"; color: var(--c-tip-border); }
.fn5k .y5lbc5j .ed4whfv::before { content: "◆"; color: var(--c-warn-border); }
.fn5k .av5vddkl    .ed4whfv::before { content: "●"; color: #60a5fa; }
.ubvrfl .c47vs     .ed4whfv::before { content: "▶"; color: var(--c-tip-border); }
.ubvrfl .y5lbc5j .ed4whfv::before { content: "■"; color: var(--c-warn-border); }
.ubvrfl .av5vddkl    .ed4whfv::before { content: "▸"; color: #60a5fa; }
.b4y2q .c47vs     .ed4whfv::before { content: "→"; color: var(--c-tip-border); }
.b4y2q .y5lbc5j .ed4whfv::before { content: "⬥"; color: var(--c-warn-border); }
.b4y2q .av5vddkl    .ed4whfv::before { content: "◈"; color: #60a5fa; }
.ykmmd .slmg .tnkrhlz,
.ykmmd .owez4js .tnkrhlz  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.ykmmd .hjvtc5q8                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.ykmmd .wf7cevb4                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.ykmmd .rmt9u0rd          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ykmmd .yako6y                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ri142 .slmg .tnkrhlz,
.ri142 .owez4js .tnkrhlz,
.ri142 .hjvtc5q8,
.ri142 .wf7cevb4,
.ri142 .iezqw7h,
.ri142 .rmt9u0rd,
.ri142 .yako6y,
.ri142 .dkjgm3 .zwoju { box-shadow: none; }
.ybk6fvj   .i8mga3, .ybk6fvj .q4kx2wkw, .ybk6fvj .r1co,
.ybk6fvj   .k02un, .ybk6fvj .y69uat9 { font-size: 0.9rem; }
.ybk6fvj   .ynf80, .ybk6fvj .s4hmi { font-size: 0.9rem; }
.n6i1   .i8mga3, .n6i1 .q4kx2wkw, .n6i1 .r1co,
.n6i1   .k02un, .n6i1 .y69uat9 { font-size: 0.95rem; }
.n6i1   .ynf80, .n6i1 .s4hmi { font-size: 0.95rem; }
.gaxvip1   .i8mga3, .gaxvip1 .q4kx2wkw, .gaxvip1 .r1co,
.gaxvip1   .k02un, .gaxvip1 .y69uat9 { font-size: 1.08rem; }
.gaxvip1   .ynf80, .gaxvip1 .s4hmi { font-size: 1.05rem; }
.gaxvip1   .wlu2u { font-size: 0.97rem; }
.lph6tuz .bda33d      { font-size: 3.2rem; }
.lph6tuz h2.zkt642vb { font-size: 1.9rem; }
.lph6tuz h3.fptf6joz     { font-size: 1.4rem; }
.ez45gip .bda33d      { font-size: 3.8rem; }
.ez45gip h2.zkt642vb { font-size: 2.2rem; }
.ez45gip h3.fptf6joz     { font-size: 1.6rem; }
.w4ldjy + .w4ldjy { position: relative; }
.pb2e   .w4ldjy + .w4ldjy::before,
.lgqmor8  .w4ldjy + .w4ldjy::before,
.zon9fi   .w4ldjy + .w4ldjy::before,
.smv3m8g   .w4ldjy + .w4ldjy::before,
.q0b2xb9   .w4ldjy + .w4ldjy::before,
.j7pm9 .w4ldjy + .w4ldjy::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.pb2e .w4ldjy + .w4ldjy::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.lgqmor8 .w4ldjy + .w4ldjy::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.zon9fi .w4ldjy + .w4ldjy::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;
}
.smv3m8g .w4ldjy + .w4ldjy::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.e7tz0ifx .w4ldjy { margin-bottom: 16px; }
.e7tz0ifx .w4ldjy + .w4ldjy { margin-top: 0; }
.e7tz0ifx .urjl67cz { padding-top: 0; padding-bottom: 0; }
.q0b2xb9 .w4ldjy + .w4ldjy::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.j7pm9 .w4ldjy + .w4ldjy::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.acuyfy20 .w4ldjy + .w4ldjy::before,
.xo4d .w4ldjy + .w4ldjy::before,
.apqdca .w4ldjy + .w4ldjy::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%;
}
.c8dm .acuyfy20 .w4ldjy:nth-child(even)::before,
.c8dm .xo4d .w4ldjy:nth-child(even)::before,
.c8dm .apqdca .w4ldjy:nth-child(even)::before { background: var(--bg-surface); }
.rmd7 .acuyfy20 .w4ldjy:nth-child(even)::before,
.rmd7 .xo4d .w4ldjy:nth-child(even)::before,
.rmd7 .apqdca .w4ldjy:nth-child(even)::before { background: var(--bg-card); }
.acuyfy20 .w4ldjy + .w4ldjy::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");
}
.xo4d .w4ldjy + .w4ldjy::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");
}
.apqdca .w4ldjy + .w4ldjy::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");
}
.brir4sqa .uywww,
.zbs8 .uywww { padding-bottom: 60px; }
.x4cb .uywww { padding-bottom: 70px; }
.nr73y0 .zd02y:not(.dnh4) .qjvlzy7j { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.l74kz2 .cwjt1i0h { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.nr73y0 .dnh4 { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.nr73y0 .x2hp2v { background: linear-gradient(45deg, var(--accent), var(--accent-light)); }
.nr73y0 .cwjt1i0h { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.m2tkxyn .cwjt1i0h { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.w1ke9d .cwjt1i0h { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.wya6gm .cwjt1i0h { background: var(--accent-bg); }
.gjs7t7wy .mhervk4g { float: left; width: 38%; margin: 0 28px 16px 0; }
.gjs7t7wy .mhervk4g .kmbyu54 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.gjs7t7wy .urjl67cz::after { content: ''; display: block; clear: both; }
.sn8dsc .mhervk4g { float: right; width: 38%; margin: 0 0 16px 28px; }
.sn8dsc .mhervk4g .kmbyu54 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.sn8dsc .urjl67cz::after { content: ''; display: block; clear: both; }
.z83ed27 .w4ldjy:nth-child(odd)  .mhervk4g { float: left;  width: 38%; margin: 0 28px 16px 0; }
.z83ed27 .w4ldjy:nth-child(even) .mhervk4g { float: right; width: 38%; margin: 0 0 16px 28px; }
.z83ed27 .mhervk4g .kmbyu54 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.z83ed27 .urjl67cz::after { content: ''; display: block; clear: both; }
.gjs7t7wy .qf1bbu,
.gjs7t7wy .omws6zpx,
.sn8dsc .qf1bbu,
.sn8dsc .omws6zpx,
.z83ed27 .qf1bbu,
.z83ed27 .omws6zpx { clear: both; }
@media (max-width: 900px) {
  .gjs7t7wy .mhervk4g,
  .sn8dsc .mhervk4g,
  .z83ed27 .w4ldjy:nth-child(odd)  .mhervk4g,
  .z83ed27 .w4ldjy:nth-child(even) .mhervk4g {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .gjs7t7wy .mhervk4g .kmbyu54,
  .sn8dsc .mhervk4g .kmbyu54,
  .z83ed27 .mhervk4g .kmbyu54 {
    max-height: none !important;
  }
}
.gjs7t7wy .ynf80,
.gjs7t7wy .s4hmi,
.sn8dsc .ynf80,
.sn8dsc .s4hmi,
.z83ed27 .ynf80,
.z83ed27 .s4hmi { overflow: hidden; }
@media (max-width: 640px) {
  .gjs7t7wy .mhervk4g,
  .sn8dsc .mhervk4g,
  .z83ed27 .mhervk4g { float: none; width: 100%; margin: 0 0 16px 0; }
}
.flux9dtv .p13jmum,
.flux9dtv .urjl67cz,
.flux9dtv .dqp13  { max-width: 1100px; }
.u7yxks .p13jmum,
.u7yxks .urjl67cz,
.u7yxks .dqp13  { max-width: 1200px; }
.cd98il45 .p13jmum,
.cd98il45 .urjl67cz,
.cd98il45 .dqp13  { max-width: 1320px; }
.yi6jw { font-size: 0.82rem; color: var(--text-muted); }
.tw1okybl { display: flex; align-items: center; }
.tgtxhbl {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.p9f1x { display: flex; align-items: center; }
.w8ytujxw { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.w8ytujxw:hover { text-decoration: underline; }
.czgel { margin: 0 3px; opacity: 0.45; }
.czgel::before { content: '/'; }
.arr2uyq { padding: 2px 5px; color: var(--text-main); }
.iqanh3 .yi6jw {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.iqanh3 .tw1okybl { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.f87610 .yi6jw {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.f87610 .tw1okybl { padding: 0 0 0 12px; }
.mjgkvtgc .tw1okybl { padding: 0 16px; }
.mjgkvtgc .yi6jw {
  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);
}
.mjgkvtgc .p13jmum { padding-top: 28px; }
@media (max-width: 720px) {
  .dunocb { margin-top: 18px; padding: 0 16px; }
  .mjgkvtgc .p13jmum { padding-top: 16px; }
}
.flux9dtv.iqanh3 .tw1okybl { max-width: 1100px; }
.u7yxks.iqanh3 .tw1okybl { max-width: 1200px; }
.cd98il45.iqanh3 .tw1okybl { max-width: 1320px; }
.zbvt0nv .w4ldjy { padding-top: 16px; padding-bottom: 16px; }
.r0vkyo .w4ldjy { padding-top: 24px; padding-bottom: 24px; }
.hm0mxx .w4ldjy { padding-top: 40px; padding-bottom: 40px; }
.b9rg .w4ldjy { padding-top: 52px; padding-bottom: 52px; }
.spkdq93 .w4ldjy:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.spkdq93 .w4ldjy:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.spkdq93 .w4ldjy:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.spkdq93 .w4ldjy:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.enk778zo .urjl67cz { padding-top: 10px;  padding-bottom: 10px; }
.jj2pe .urjl67cz { padding-top: 18px;  padding-bottom: 18px; }
.g5zwq8b9 .urjl67cz { padding-top: 36px;  padding-bottom: 36px; }
.eszlx .urjl67cz { padding-top: 48px;  padding-bottom: 48px; }
.rhmea0 h2.zkt642vb { font-weight: 600; }
.rhmea0 h3.fptf6joz     { font-weight: 600; }
.ek9l7xa h2.zkt642vb { font-weight: 800; }
.ek9l7xa h3.fptf6joz     { font-weight: 700; }
.u2ibj { font-weight: 600; }
.u2ibj h2.zkt642vb { font-weight: 900; }
.u2ibj h3.fptf6joz     { font-weight: 800; }
.u2ibj .zwoju strong,
.u2ibj .zwoju strong { font-weight: 600; }
.o2px {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.qxqo .o2px { display: none; }
@media (max-width: 640px) {
  .o2px { display: none !important; }
}
.o2px { background: var(--cta) !important; color: #fff !important; border: none !important; }
.o2px:hover { opacity: 0.85; }
.y6z6s3 .o2px { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.x4g2 .ffgy1 { right: 32px; }
@media (max-width: 480px) {
  .x4g2 .ffgy1 { right: 20px; bottom: 20px; }
  .j5cd9q7v  .ffgy1 { left: 20px; bottom: 20px; }
}
.kuzm { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.dqp13 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.pneji { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.bo5ht { color: var(--text-dim); font-size: 0.8rem; }
.z9vy1trl { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.z9vy1trl img { height: 26px; width: auto; object-fit: contain; }
.vnoi { display: flex; flex-direction: column; gap: 6px; }
.vnoi a, .kl6s34 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.vnoi a:hover, .kl6s34 a:hover { color: var(--accent-light); }
.vnoi .vk2qwfr6 { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.gj1b .dqp13 { text-align: center; }
.gj1b .pneji { margin-top: 0; }
.q2gf { margin-top: 10px; }
.q2gf a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .dqp13 { padding-left: 16px; padding-right: 16px; }
  .vu2dgo .dqp13 { padding: 20px 16px; }
  .kl6s34 { gap: 4px 12px; }
  .pneji { font-size: 0.78rem; }
}
.glwcl .ooubpzxt .z9vy1trl { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.glwcl .pneji { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.glwcl .bo5ht { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .glwcl .gu28b3x { grid-template-columns: 1fr 1fr; } .glwcl .ooubpzxt { grid-column: 1 / -1; } }
@media (max-width: 480px) { .glwcl .gu28b3x { grid-template-columns: 1fr; } }
.lpvb4 .z9vy1trl { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.lpvb4 .pneji { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .lpvb4 .r9h412 { gap: 12px; } .lpvb4 .z9vy1trl { margin-right: 0; width: 100%; } }
.rsrf .ui4zhiqq .z9vy1trl { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.rsrf .pneji { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.rsrf .bo5ht { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .rsrf .mj47hyr0 { grid-template-columns: 1fr 1fr; } .rsrf .ui4zhiqq { grid-column: 1 / -1; } }
@media (max-width: 480px) { .rsrf .mj47hyr0 { grid-template-columns: 1fr; } }
.mod80h .pcnt { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.mod80h .vnoi { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .mod80h .pcnt { grid-template-columns: 1fr 1fr; } .mod80h .sxdadmx:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .mod80h .pcnt { grid-template-columns: 1fr; } }
.uy7f .pcnt { grid-template-columns: 1fr 2fr; }
.uy7f .ovqjxs4y .vnoi { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .uy7f .pcnt { grid-template-columns: 1fr; } }
.gkorv .dqp13 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.injnh .k3pjq4r      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.injnh .kuzm { background: var(--bg-page); border-top-color: var(--border-alt); }
.nmt7 .k3pjq4r      { background: #0d1117; border-bottom-color: #21262d; }
.nmt7 .pqlqcs { color: var(--accent-light); }
.nmt7 .esewt0lp { --msep-color: #8b949e; }
.nmt7 .esewt0lp a { color: #8b949e; }
.nmt7 .esewt0lp a:hover { color: var(--accent-light); }
.nmt7 .t52omz3 { color: #8b949e; }
.nmt7 .kuzm { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.nmt7 .pneji,
.nmt7 .bo5ht { color: #6e7681; }
.nmt7 .vnoi a, .nmt7 .kl6s34 a,
.nmt7 .z9vy1trl { color: #e6edf3; }
.nmt7 .vnoi a:hover, .nmt7 .kl6s34 a:hover,
@media (max-width: 640px) {
  .nmt7 .esewt0lp { background: #0d1117; border-top-color: #21262d; }
  .nmt7 .esewt0lp li a { border-bottom-color: #21262d; }
}
.uw132jh1 .k3pjq4r      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.uw132jh1 .pqlqcs { color: var(--accent-light); }
.uw132jh1 .esewt0lp { --msep-color: #475569; }
.uw132jh1 .esewt0lp a { color: #475569; }
.uw132jh1 .esewt0lp a:hover { color: var(--accent-light); }
.uw132jh1 .t52omz3 { color: #64748b; }
.uw132jh1 .kuzm { background: #f0f4f8; border-top-color: #cbd5e1; }
.uw132jh1 .pneji,
.uw132jh1 .bo5ht { color: #64748b; }
.uw132jh1 .vnoi a, .uw132jh1 .kl6s34 a,
.uw132jh1 .ae5cs a, .uw132jh1 .z9vy1trl { color: #374151; }
.uw132jh1 .vnoi a:hover, .uw132jh1 .kl6s34 a:hover,
@media (max-width: 640px) {
  .uw132jh1 .esewt0lp { background: #f0f4f8; border-top-color: #cbd5e1; }
  .uw132jh1 .esewt0lp li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.bpkahvv .k3pjq4r      { background: var(--accent); border-bottom-color: var(--accent-light); }
.bpkahvv .pqlqcs { color: #fff; }
.bpkahvv .esewt0lp { --msep-color: rgba(255,255,255,0.82); }
.bpkahvv .esewt0lp a { color: rgba(255,255,255,0.82); }
.bpkahvv .esewt0lp a:hover { color: #fff; }
.bpkahvv .t52omz3 { color: rgba(255,255,255,0.9); }
.bpkahvv .du73k2 a { color: var(--text-primary) !important; }
.bpkahvv .du73k2 a:hover { color: var(--accent-light) !important; }
.bpkahvv .kuzm { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.bpkahvv .pneji,
.bpkahvv .bo5ht { color: rgba(255,255,255,0.72); }
.bpkahvv .vnoi a, .bpkahvv .kl6s34 a,
.bpkahvv .rkr176h a, .bpkahvv .n9u6i5 a,
.bpkahvv .ae5cs a, .bpkahvv .z9vy1trl { color: #fff; }
.bpkahvv .kbajxr, .bpkahvv .oit0 { color: rgba(255,255,255,0.7); }
.bpkahvv .vnoi a:hover, .bpkahvv .kl6s34 a:hover,
.bpkahvv .rkr176h a:hover, .bpkahvv .n9u6i5 a:hover { color: #fff; }
@media (max-width: 640px) {
  .bpkahvv .esewt0lp { background: var(--accent); border-top-color: var(--accent-light); }
  .bpkahvv .esewt0lp li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.hao1hzu .k3pjq4r {
  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);
}
.hao1hzu .kuzm {
  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) {
  .hao1hzu .esewt0lp {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.nf6we8 .glo92my { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.hx9s1 .glo92my { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.aw97qt .glo92my { min-height: 72px; height: auto; }
.y0szro5h .glo92my { min-height: 84px; height: auto; }
.vu2dgo .glo92my { max-width: none; padding: 0 32px; }
.vu2dgo .dqp13  { max-width: none; padding: 24px 32px; }
.lgcig.u7yxks .glo92my { max-width: 1200px; }
.lgcig.cd98il45 .glo92my { max-width: 1320px; }
.qr3cccyv   .pqlqcs, .qr3cccyv   .z9vy1trl { text-transform: capitalize; }
.bzj5f .pqlqcs, .bzj5f .z9vy1trl { text-transform: lowercase; }
.kqe9 .pqlqcs, .kqe9 .z9vy1trl { text-transform: uppercase; letter-spacing: 0.06em; }
.lqoo, .isxbx {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.tn81g .lqoo,
.tn81g .isxbx { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.fdlj7 .lqoo,
.fdlj7 .isxbx { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.x4v0 .lqoo,
.x4v0 .isxbx { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.biz167 .lqoo,
.biz167 .isxbx { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.efp1kqtj   .esewt0lp a { font-weight: 500; }
.vedl8j .esewt0lp a { font-weight: 600; }
.npyxv     .esewt0lp a { font-weight: 700; }
.e49tl5o    .esewt0lp a { font-weight: 800; letter-spacing: 0.01em; }
.gp9kfs0i     .esewt0lp > li + li::before,
.nybyx    .esewt0lp > li + li::before,
.iq5n9m5l    .esewt0lp > li + li::before,
.jk9ga2 .esewt0lp > li + li::before,
.ct6f .esewt0lp > li + li::before,
.z1f1274  .esewt0lp > li + li::before,
.piht01g    .esewt0lp > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.gp9kfs0i     .esewt0lp > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.nybyx    .esewt0lp > li + li::before { content: "|"; }
.iq5n9m5l    .esewt0lp > li + li::before { content: "—"; }
.jk9ga2 .esewt0lp > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ct6f .esewt0lp > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.z1f1274  .esewt0lp > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.piht01g    .esewt0lp > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .dkyk .t52omz3,
  .uzmu .t52omz3,
  .x9owb .t52omz3,
  .j7c97 .t52omz3,
  .hgsstant .t52omz3 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .dkyk .t52omz3::before,
  .uzmu .t52omz3::before,
  .x9owb .t52omz3::before,
  .j7c97 .t52omz3::before,
  .hgsstant .t52omz3::before { content: ""; display: block; flex-shrink: 0; }

  
  .dkyk .t52omz3::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;
  }

  
  .uzmu .t52omz3::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;
  }

  
  .x9owb .t52omz3::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;
  }

  
  .j7c97 .t52omz3::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;
  }

  
  .hgsstant .t52omz3::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) {
  .kacfir .t52omz3 {
    padding: 5px 14px;
  }
  .kacfir .esewt0lp {
    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;
  }
  .kacfir .esewt0lp li a {
    border-bottom: none; padding: 10px 22px;
  }
  .kacfir .esewt0lp li a:hover { background: var(--bg-raised); }
  .kacfir .mmlx,
  .uo3uxys .mmlx,
  .d9cy .mmlx { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .kwm7e925 .t52omz3 {
    padding: 5px 10px;
  }
  .kwm7e925 .esewt0lp {
    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);
  }
  .kwm7e925 .esewt0lp.x8vyg { transform: translateX(0); }
  .kwm7e925 .esewt0lp li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .kwm7e925 .esewt0lp li:last-child a { border-bottom: none; }
  .bpkahvv .esewt0lp,
  .nmt7 .esewt0lp { background: var(--accent) !important; }
  .bpkahvv .esewt0lp li a,
  .nmt7 .esewt0lp li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .d9cy .t52omz3 {
    padding: 5px 10px;
  }
  .d9cy .esewt0lp {
    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);
  }
  .d9cy .esewt0lp::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .d9cy .esewt0lp.x8vyg { transform: translateY(0); }
  .d9cy .esewt0lp li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .ws54a .t52omz3 {
    padding: 5px 10px;
  }
  .ws54a .esewt0lp {
    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;
  }
  .ws54a .esewt0lp.x8vyg { opacity: 1; pointer-events: auto; }
  .ws54a .esewt0lp li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .nozvvn     .t52omz3 { border-radius: 0 !important; }
  .l5p3   .t52omz3 { border-radius: 8px !important; }
  .tj1kpb .t52omz3 { border-radius: 50% !important; }
  .lb2kr4q   .t52omz3 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .zim1xj .gdslc1 { flex-direction: column; align-items: stretch; }
  .zim1xj .xkcc9ad { flex-direction: row; min-width: auto; }
  .zim1xj .iooz { align-items: flex-start; text-align: left; }
}
.l9c1d1g,
.l9c1d1g.w4ldjy,
.c8dm .l9c1d1g,
.qo576 .l9c1d1g,
.rmd7 .l9c1d1g,
.teuhag .l9c1d1g {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.p3r52qs {
  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;
}
.enqn9k { flex: 1 1 280px; min-width: 0; }
.aius2nh {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.dwzgvsy {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.meztu9 {
  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;
}
.meztu9:hover { transform: translateY(-1px); opacity: 0.95; }
.jenpgt .p3r52qs {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.jenpgt .aius2nh { color: var(--cta); }
.jenpgt .dwzgvsy { color: var(--text-body); }
.jenpgt .meztu9 {
  background: var(--cta) !important;
  color: #fff !important;
}
.tqwon0 .p3r52qs {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.tqwon0 .aius2nh { color: var(--text-primary); }
.tqwon0 .dwzgvsy { color: var(--text-body); }
.tqwon0 .meztu9 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .p3r52qs {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .enqn9k { flex: 0 0 auto; }
  .aius2nh { font-size: 1.2rem; }
  .meztu9 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.j506 .vm6qw { height: 36px; }
.dcx40 .vm6qw { height: 60px; max-width: 200px; }
.nn39 .vm6qw { height: 56px; max-width: 180px; }
.sube3    .gdnfj, .sube3    .lpw7 { color: #f59e0b; }
.ngo0gy12      .gdnfj { font-size: 1rem; letter-spacing: 1.5px; }
.kw4le    .gdnfj, .kw4le    .lpw7 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.adhs     .gdnfj, .adhs     .lpw7 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.zfw4 .gdnfj, .zfw4 .lpw7 { color: var(--cta); letter-spacing: 2px; }
.ctr9wxua   .gdnfj, .ctr9wxua   .lpw7 { color: #e91e63; letter-spacing: 2px; }
.ce13  .gdnfj, .ce13  .lpw7 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.ovq1     .gdnfj, .ovq1     .lpw7 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.jnbx7 .olin + .olin {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.fifl46bh .wf7cevb4 { padding: 18px 24px; min-height: 68px; }
.iaszn .uogw905 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.iaszn .rdjc0u {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.dcdsj3 .olin {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.omws6zpx { counter-reset: cs-rank; }
.omws6zpx .wf7cevb4 { counter-increment: cs-rank; }
.omws6zpx .wf7cevb4::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;
}
.ufl0 .omws6zpx { counter-reset: cs-rank; gap: 0; }
.ufl0 .wf7cevb4 {
  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;
}
.ufl0 .wf7cevb4::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;
}
.ufl0 .d5cwhe {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.ufl0 .wnyaa8 {
  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;
}
.ufl0 .hwml8eu { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.ufl0 .d5cwhe { min-width: 0; flex-direction: column; width: 100%; }
.ufl0 .hu2i {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.ufl0 .gdnfj { color: var(--cta, var(--accent)); }
.ufl0 .pkkcy { font-weight: 700; }
.ufl0 .olin {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.ufl0 .uogw905 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.ufl0 .rdjc0u {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.ufl0 .edni2a .rdjc0u { font-size: 1.3rem; color: var(--accent-light); }
.ufl0 .m9n8bj8 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.ufl0 .wf7cevb4:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .ufl0 .omws6zpx {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .ufl0 .wf7cevb4 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .ufl0 .wf7cevb4 { padding: 40px 16px 20px; }
  .ufl0 .olin {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .ufl0 .m9n8bj8 { width: 100%; min-width: 0; }
}
.ist4d .omws6zpx { counter-reset: cs-rank; gap: 10px; }
.ist4d .wf7cevb4 {
  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);
}
.ist4d .wf7cevb4::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);
}
.ist4d .d5cwhe {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.ist4d .wnyaa8 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.ist4d .hwml8eu { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.ist4d .hu2i {
  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;
}
.ist4d .gdnfj { color: var(--cta, var(--accent)); }
.ist4d .olin {
  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;
}
.ist4d .uogw905 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.ist4d .rdjc0u { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.ist4d .edni2a .rdjc0u { color: var(--accent-light); }
.ist4d .m9n8bj8 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.ist4d .wf7cevb4:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .ist4d .wf7cevb4 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .ist4d .wf7cevb4::before {
    position: absolute; top: 14px; left: 14px;
  }
  .ist4d .d5cwhe {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .ist4d .hu2i { white-space: normal; text-align: center; font-size: 1.2rem; }
  .ist4d .olin {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .ist4d .m9n8bj8 { width: 100%; min-width: 0; }
  .ist4d .gdnfj { min-width: 0; }
}
.nm1j .wf7cevb4::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.dc47gbo6 .zd67zsj {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.dc47gbo6 .zd67zsj summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.dc47gbo6 .zd67zsj p { padding: 0 2px 16px; }
.jibtu .zd67zsj { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.jibtu .zd67zsj summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.jibtu .zd67zsj summary::after { content: "›"; font-size: 1.2em; }
.jibtu .zd67zsj[open] summary::after { content: "‹"; }
.jibtu .zd67zsj p { padding: 10px 22px 4px; }
.va1fh .zd67zsj {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.va1fh .zd67zsj summary { color: var(--text-primary); padding-left: 16px; }
.va1fh .zd67zsj summary::after { content: "›"; font-size: 1.1em; }
.va1fh .zd67zsj[open] summary::after { content: "‹"; }
.va1fh .zd67zsj p { padding-left: 16px; }
.ljwsh7p .e783b4zr { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.ljwsh7p .zd67zsj {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ljwsh7p .zd67zsj:last-child { border-bottom: none; }
.ljwsh7p .zd67zsj summary { color: var(--text-primary); border-radius: 0; }
.ljwsh7p .zd67zsj summary::after { content: "›"; font-size: 1.1em; }
.ljwsh7p .zd67zsj[open] summary::after { content: "‹"; }
.bhvxowp2 .zd67zsj { overflow: hidden; }
.bhvxowp2 .zd67zsj summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.bhvxowp2 .zd67zsj summary::after { color: rgba(255,255,255,.75); }
.bhvxowp2 .zd67zsj[open] summary { border-radius: 0; }
.ej0i { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.lki6zdi8 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.c50x4tw {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.ulrp4j9z { color: var(--text-muted); font-size: 1.05rem; }
.jyuwpqy0 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.otuis6 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.miytmty { margin-bottom: 20px; }
.pozm6y {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.i2mtl65 {
  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;
}
.i2mtl65:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.tcmto { resize: vertical; min-height: 130px; }
.m5fs { width: 100%; margin-top: 8px; }
.cnlklc {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.gajblv3 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.ycv08gc { color: var(--text-muted); line-height: 1.75; }
.eb95e9w { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.eb95e9w li { margin-bottom: 6px; }
.p1hsa { max-width: 760px; margin: 0 auto; }
.j7le { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.he114prq { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.he114prq:last-child { border-bottom: none; }
.he114prq h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.he114prq p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.bai2k { max-width: 760px; margin: 0 auto; }
.j72e4oxx ul.eb95e9w { margin: 0; }
@media (max-width: 640px) { .x96wdkl { grid-template-columns: 1fr; gap: 10px; } }
.apcwvue { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.zb6eud { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.n27o { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.zb6eud p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.zb6eud .eb95e9w { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .apcwvue { grid-template-columns: 1fr; } }
.hlt1wsa2 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.hlt1wsa2:hover .k65on7o { color: var(--accent-light); text-decoration: underline; }
.qw1ez { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.by1jg { max-width: 760px; margin: 0 auto; }
.wrqidd3q ul.eb95e9w { margin: 0; }
.hknhr3vq { color: var(--text-muted); line-height: 1.75; }
.tvgkq6m .eb95e9w,
.mvsloiue .eb95e9w,
.tg1d1 .eb95e9w,
.jflwir7 .eb95e9w {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.w8h4 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.l44ds { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.ezne4t { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.l2fb { margin-top: 12px; }
.a39wefh { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.a39wefh:hover { border-bottom-color: var(--accent-light); }
.dhzuumay { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.dhzuumay img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wxk6 { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.al2c36 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.sipt1u6z { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.sipt1u6z::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .g8h6 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.b13b6v .ezne4t, .b13b6v .l44ds { max-width: 640px; }
.heyu0h2 .w8h4 { font-size: 1.6rem; margin-top: 18px; }
.ctut7lr .ezne4t { margin-bottom: 28px; }
@media (max-width: 860px) { .zl6iar1 { grid-template-columns: 1fr; } .heyu0h2 { position: static; text-align: center; } }
.ote7m1ni .dhzuumay { margin: 0 auto 18px; }
.ote7m1ni .al2c36 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .j1xc0 { grid-template-columns: 1fr; } }
.oq97l { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.l625n { flex: 1; }
.oq97l .w8h4 { font-size: 1.6rem; margin-bottom: 6px; }
.l4vztj47 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.jflwir7 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.veh6jrt { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.jflwir7 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.jflwir7 .eb95e9w { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .oq97l { flex-direction: column; text-align: center; } .l4vztj47 { grid-template-columns: 1fr; } }
.pgih3mqz .w8h4 { font-size: 1.35rem; margin: 0 0 4px; }
.pgih3mqz .al2c36 { margin: 0; }
.ymk4 { max-width: 760px; margin: 0 auto; }
.ezfb8 { position: relative; padding-left: 28px; }
.ezfb8::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.pk9wryu { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.pk9wryu:last-child { padding-bottom: 0; }
.ywgb32b { 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; }
.wm66ul h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.wm66ul p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ix64t6pg .c50x4tw { color: var(--accent-light); }
.jp1tslp {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.jp1tslp .c50x4tw { font-size: 2rem; }
.jp1tslp .ulrp4j9z { max-width: 680px; }
.zcrr .c50x4tw { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.zcrr .ulrp4j9z  { margin: 0; }
@media (max-width: 640px) { .zcrr { flex-direction: column; } }
.usi8cw7q .c50x4tw { color: var(--accent-light); }
.i3sv3 .c50x4tw { color: #fff; }
.i3sv3 .ulrp4j9z  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .g34r4i { grid-template-columns: 1fr; } }
.u29l4 .i2mtl65 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.u29l4 .i2mtl65:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.prwkekvz .i2mtl65 { background: var(--bg-raised); border-color: transparent; }
.prwkekvz .i2mtl65:focus { background: var(--bg-card); border-color: var(--accent-light); }
.lllegj2 .i2mtl65 { border-radius: 100px; padding: 11px 20px; }
.lllegj2 .tcmto { border-radius: 14px; }
.r7w1 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .r7w1 { grid-template-columns: 1fr; } }
.e68jx {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.e68jx h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.e68jx p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.b203y8 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.b203y8 li { margin-bottom: 6px; }
.tz3l22{display:none}
.tz3l22:empty,.jn59:empty{display:none}
.wx70yls{position:relative;overflow:visible}
.vvko3 .okx96qgn,.fyc5g3w .okx96qgn,
.ow1u .okx96qgn,.juri5v .okx96qgn,
.j24ym9z .okx96qgn,.l0x4 .okx96qgn{display:block}
.plc4lxz9 .pxbwyg{display:block}
.vvko3 .okx96qgn,.fyc5g3w .okx96qgn,
.ow1u .okx96qgn,.juri5v .okx96qgn,
.j24ym9z .okx96qgn{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.vvko3 .okx96qgn .jn59,.fyc5g3w .okx96qgn .jn59,
.ow1u .okx96qgn .jn59,.juri5v .okx96qgn .jn59,
.j24ym9z .okx96qgn .jn59{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.vvko3 .ksjigg7,.fyc5g3w .ksjigg7,
.ow1u .ksjigg7,.juri5v .ksjigg7,
.j24ym9z .ksjigg7{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.vvko3 .okx96qgn,.fyc5g3w .okx96qgn{top:12px}
.vvko3 .okx96qgn .jn59{margin-right:auto}
.fyc5g3w .okx96qgn .jn59{margin-left:auto}
.fyc5g3w .okx96qgn{text-align:right}
.ow1u .okx96qgn,.juri5v .okx96qgn{bottom:12px}
.ow1u .okx96qgn .jn59{margin-right:auto}
.juri5v .okx96qgn .jn59{margin-left:auto}
.juri5v .okx96qgn{text-align:right}
.j24ym9z .okx96qgn{position:relative;margin-top:16px}
.j24ym9z .okx96qgn .jn59{margin:0 auto}
.l0x4 .okx96qgn{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.l0x4 .okx96qgn .jn59{margin:0}
.l0x4 .cwjt1i0h~.okx96qgn,
.l0x4 .ifdqet~.okx96qgn{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.l0x4 .cwjt1i0h~.okx96qgn .jn59,
.l0x4 .ifdqet~.okx96qgn .jn59{justify-content:flex-start}
.cwjt1i0h~.okx96qgn,.ifdqet~.okx96qgn{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}
.cwjt1i0h~.okx96qgn .jn59{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ifdqet~.okx96qgn .jn59{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.pxbwyg .jn59{margin:0 0 12px}
.jn59{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.ff5hlrm{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.k65on7o{font-weight:600;color:var(--text-heading);opacity:1}
.yzba::before{content:"·";margin:0 2px;opacity:.5}
.ksjigg7{white-space:nowrap}
.i4v4ulc .ff5hlrm{display:none}
.rqmged0 .ksjigg7{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.rqmged0 .yzba::before{content:""}
.ei3upwx .ksjigg7{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.ei3upwx .yzba::before{content:""}
.uyls0 .jn59{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.ums7diq .ksjigg7{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.ums7diq .yzba::before{content:""}
.pow2q4v .ksjigg7{color: var(--accent-light);opacity:1;font-weight:500}
.p0wk .ksjigg7{border-bottom:1px solid currentColor;padding-bottom:2px}
.nizr271 .jn59{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.oljnd{--date-bg:var(--accent-bg-light)}
.zdcnfz5 .yzba::before{content:""}
.z1zi .yzba::before{content:"•";opacity:.4}
.z1zi .ksjigg7 + .ksjigg7::before{content:"•";margin-right:6px;opacity:.4}
.noxr6l .yzba::before{content:"/";opacity:.35}
.noxr6l .ksjigg7 + .ksjigg7::before{content:"/";margin-right:6px;opacity:.35}
.cgml7 .yzba::before{content:"|";opacity:.3}
.cgml7 .ksjigg7 + .ksjigg7::before{content:"|";margin-right:6px;opacity:.3}
.pi7w4 .yzba::before{content:"—";opacity:.3}
.pi7w4 .ksjigg7 + .ksjigg7::before{content:"—";margin-right:6px;opacity:.3}
.haj2 .yzba::before{content:"◆";font-size:.5em;opacity:.35}
.haj2 .ksjigg7 + .ksjigg7::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.s0b2vi0 .yzba::before{content:"·";opacity:.4}
.s0b2vi0 .ksjigg7 + .ksjigg7::before{content:"·";margin-right:6px;opacity:.4}
.f7ohp .yzba::before{content:"›";opacity:.4}
.f7ohp .ksjigg7 + .ksjigg7::before{content:"›";margin-right:6px;opacity:.4}
.s4hne .yzba::before{content:"→";opacity:.35;font-size:.85em}
.s4hne .ksjigg7 + .ksjigg7::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.wh11 .gphbpgr{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .gphbpgr{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .lr4qg4y4{max-width:100%}
}
.xbj4 .rmt9u0rd{margin:0}
@media (max-width:560px){
  .naw4wlk2{grid-template-columns:repeat(2,1fr);gap:12px}
}
.eoel5bpk {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.eoel5bpk.l88tcu2h {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.kqenx {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.kqenx .hym7tco {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  width: 36px; height: 36px; border-radius: 50%;
  padding: 0; margin: 0;
  z-index: 2;
  font-size: 0 !important; color: transparent !important;   
  transition: background 0.15s;
}
.kqenx .hym7tco::before,
.kqenx .hym7tco::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: 2px;
  background: var(--text-primary, #111);
}
.kqenx .hym7tco::before { transform: translate(-50%, -50%) rotate(45deg); }
.kqenx .hym7tco::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.kqenx .hym7tco:hover { background: rgba(0,0,0,0.12) !important; }
.k6ynue {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.jicn31c {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.fp8b {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.fq85i {
  margin: 0 0 18px; font-size: 0.98rem;
  color: var(--text-muted, #555);
}
.kqenx .drxtm {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.kqenx .drxtm:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .kqenx { padding: 28px 18px 20px; }
  .fp8b { font-size: 1.2rem; }
  .k6ynue { max-width: 220px; max-height: 80px; }
}
.xb40 {
  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);
}
.hryukqcv {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.rbtu  .xb40 { border-radius: 50%; }
.oiyuxlgk  .xb40 { border-radius: 6px; }
.g944 .xb40 { border-radius: 22px; }
.ycfy5 .p3r52qs {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .xb40 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.hzd43nt .w4ldjy {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.hzd43nt .urjl67cz {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.hzd43nt .p3r52qs {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.shpa71v {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.shpa71v.l88tcu2h { transform: translate(-50%, 0); }
.shpa71v .w4ldjy,
.shpa71v .urjl67cz {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.shpa71v .p3r52qs {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.fpnr7im {
  position: absolute;
  
  top: 14px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.fpnr7im::before,
.fpnr7im::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.fpnr7im::before { transform: translate(-50%, -50%) rotate(45deg); }
.fpnr7im::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.fpnr7im:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .shpa71v { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .shpa71v .p3r52qs {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .shpa71v .dwzgvsy { display: none !important; }
  .shpa71v .aius2nh { font-size: 1.1rem !important; }
  .shpa71v .xb40 { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .fpnr7im { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .glo92my { flex-direction: row-reverse; }
[dir="rtl"] .esewt0lp { flex-direction: row-reverse; }
[dir="rtl"] .x4g2 .ffgy1 { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .x4g2 .ffgy1 { right: auto; left: 20px; }
  [dir="rtl"] .j5cd9q7v  .ffgy1 { left: auto;  right: 20px; }
}
[dir="rtl"] .gjs7t7wy .mhervk4g  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .sn8dsc .mhervk4g { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .cwjt1i0h,
[dir="rtl"] .l73wroyf,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ynf80, [dir="rtl"] .s4hmi { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ki898 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .iurpi0mp { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .zwoju { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .p3r52qs { direction: rtl; }
[dir="rtl"] .xb40 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .wf7cevb4,
[dir="rtl"] .yi6jw { direction: rtl; }
[dir="rtl"] .yako6y { direction: rtl; }
[dir="rtl"] .fsgompji { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .z098p .s4hmi,
[dir="rtl"] .kjgh .s4hmi,
[dir="rtl"] .ep3j04o .s4hmi,
[dir="rtl"] .x0ox29 .s4hmi {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .z098p .s4hmi li::before,
[dir="rtl"] .kjgh .s4hmi li::before,
[dir="rtl"] .ep3j04o .s4hmi li::before,
[dir="rtl"] .x0ox29 .s4hmi li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .zd02y.poo4ldq4 .mgd48s,
[dir="rtl"] .wgle.poo4ldq4 .mgd48s,
[dir="rtl"] .dnh4.poo4ldq4 .mgd48s,
[dir="rtl"] .ni26q7f.poo4ldq4 .mgd48s,
[dir="rtl"] .f8jd3vfj.poo4ldq4 .mgd48s { text-align: right; }
[dir="rtl"] .cwjt1i0h.poo4ldq4 .uywww { align-items: flex-end; text-align: right; }
[dir="rtl"] .cwjt1i0h.q9gq5sl .uywww { text-align: center; }
[dir="rtl"] .cwjt1i0h .uywww { text-align: right; }
[dir="rtl"] .urjl67cz,
[dir="rtl"] .k02un,
[dir="rtl"] .y69uat9,
[dir="rtl"] .otuis6,
[dir="rtl"] .pozm6y,
[dir="rtl"] .ezne4t,
[dir="rtl"] .i2mtl65,
[dir="rtl"] .tcmto { text-align: right; direction: rtl; }
[dir="rtl"] .lllegj2 .i2mtl65,
[dir="rtl"] .u29l4 .i2mtl65 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #19c01e;
  --brand:           #19c01e;
  --brand-light:     #1f9f23;
  --brand-pale:      #34be38;
  --grad-start:      #4ce751;
  --grad-end:        #8ae78c;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #19c01e;
  --cta-light:       #0fa014;
  --cta-hover:       #118915;
  --bg-page:         #f6f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f5f3;
  --bg-raised:       #edf1ee;
  --bg-hover:        #f3f5f3;
  --border:          #e1e9e2;
  --border-alt:      #cfdccf;
  --border-section:  #e1e9e2;
  --text-primary:    #171b17;
  --text-muted:      #516151;
  --text-body:       #2e372e;
  --text-sub:        #455345;
  --text-faint:      #738b74;
  --text-dim:        #8fa290;
  --text-label:      #5c6f5d;
  --text-value:      #39453a;
  --accent-bg:       #e1f4e1;
  --accent-bg-light: #c6efc8;
  --bg-tip:          #f9f0f9;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f6f9;
  --bg-pros:         #f9f0f9;
  --bg-cons:         #faf6f3;
  --c-pros:          #960d91;
  --c-cons:          #9f4821;
  --c-pros-label:    #b20fad;
  --c-tip-border:    #c411bf;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #960d91;
}
:root { --logo-bg-opacity: 43%; }
body, button, input { font-family: "Montserrat", sans-serif; }
.h0bg .ed4whfv { font-size: 0; width: 1.2rem; flex-shrink: 0; }.h0bg .ed4whfv::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.h0bg .c47vs     .ed4whfv::before { content: "";  color: var(--c-tip-border); }.h0bg .y5lbc5j .ed4whfv::before { content: ""; color: var(--c-warn-border); }.h0bg .av5vddkl    .ed4whfv::before { content: ""; color: #60a5fa; }.wfwj .h0bg .c47vs     .ed4whfv::before { color: #10b981; }.wfwj .h0bg .y5lbc5j .ed4whfv::before { color: #f43f5e; }.wfwj .h0bg .av5vddkl    .ed4whfv::before { color: #a855f7; }.mf8m  .h0bg .c47vs     .ed4whfv::before { color: #eab308; }.mf8m  .h0bg .y5lbc5j .ed4whfv::before { color: #ef4444; }.mf8m  .h0bg .av5vddkl    .ed4whfv::before { color: #f97316; }.xdu6wx  .h0bg .c47vs     .ed4whfv::before { color: #38bdf8; }.xdu6wx  .h0bg .y5lbc5j .ed4whfv::before { color: #818cf8; }.xdu6wx  .h0bg .av5vddkl    .ed4whfv::before { color: #2dd4bf; }.lxxuo42i .h0bg .ed4whfv::before { color: var(--accent-light) !important; }
.r5i2b .epf5s, .r5i2b .cwjt1i0h { min-height: 640px; }
.czgel::before { content: '•'; }