:root {
  --color-accent: #8b5cf6;
  --color-cta: #d946ef;
  --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;
}
.x5h776ne {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.fih0ifq {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.hkkdtg2 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.j9w2ft9 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.n1ymosst { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.n1ymosst a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.n1ymosst a:hover { color: var(--accent-light); }
.t2ubr3     .envpt { border-radius: 6px; }
.t2ubr3 .envpt li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.t2ubr3 .envpt li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.m3ul  .envpt li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .envpt {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .fx9pa:hover .envpt,
  .fx9pa:focus-within .envpt { display: block; }
  .envpt li a { padding: 8px 16px; font-size: 0.88rem; }
}
.op9jbe {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.guu7 { display: none; }
@media (max-width: 640px) {
  .guu7 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .guu7.whqcut0 { display: block; }
}
@media (max-width: 640px) {
  .op9jbe { display: block; }
  .n1ymosst > li + li::before { display: none !important; }
  .n1ymosst {
    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;
  }
  .n1ymosst.whqcut0 { display: flex; }
  .n1ymosst li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .n1ymosst li:last-child a { border-bottom: none; }
}
.ulk6e { min-height: 480px; }
.vmiq {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.z77j4 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.tmal .z77j4 { margin-left: 0; margin-right: 0; }
.yd2cx {
  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;
}
.i1aft .yd2cx { margin-top: 24px; }
.yd2cx:hover { opacity: 0.88; }
.qkg0z8tc .vmiq { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.qkg0z8tc .z77j4 { color: #e2e8f0; }
.qkg0z8tc.tmal   .jvbs { text-align: left; }
.wmqtajy .vmiq { color: var(--text-primary); text-shadow: none; }
.wmqtajy .z77j4 { color: var(--text-muted); }
.wmqtajy .yd2cx { margin-top: 16px; }
.wmqtajy, .wmqtajy.ulk6e { min-height: auto !important; }
.wmqtajy.tmal   .jvbs { text-align: left; }
.wmqtajy~.llzaiub{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}
.wmqtajy~.llzaiub .owt9{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; }
}
.ftna2ik .vmiq { color: #fff; }
.ftna2ik .z77j4 { color: rgba(255,255,255,0.85); }
.ftna2ik .yd2cx { background: #fff; color: var(--cta); }
.ftna2ik .yd2cx:hover { opacity: 0.92; }
.hg7z1io7 .lmzp { position: relative; overflow: hidden; }
.hg7z1io7 .lmzp::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;
}
.ew6zw .lmzp {
  animation: hg-breathe 7s ease-in-out infinite;
}
.d2hjumy7 .lmzp { position: relative; overflow: hidden; }
.d2hjumy7 .lmzp::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;
}
.tbuv .lmzp { position: relative; overflow: hidden; }
.tbuv .lmzp::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;
}
.fovjeq .lmzp {
  animation: hg-fadein 1.2s ease-out both;
}
.lmzp {
  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%);
}
.blwio {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.cvpdz6xy {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.ctkdma2v {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.lmzp .vmiq { text-shadow: none; color: var(--text-primary); }
.lmzp .z77j4 { color: var(--text-muted); }
body.sk8xct6 .vmiq {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.pepcaj5 .vmiq {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.ulk6e.ftna2ik .vmiq,
section.ftna2ik .vmiq {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.lmzp.obnr .blwio { align-items: center; text-align: center; }
.lmzp.tmal   .blwio { align-items: flex-start; text-align: left; }
.jkytogcs .cvpdz6xy { position: relative; }
.jkytogcs .cvpdz6xy::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.jkytogcs.yc5m .cvpdz6xy::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.m95fksfx .cvpdz6xy {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.m95fksfx .ctkdma2v {
  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);
}
.m95fksfx .h5luqt {
  position: static; width: 100%; aspect-ratio: 4/3; border-radius: 16px;
}
.m95fksfx.yc5m .cvpdz6xy { padding: 32px 0 32px 32px; }
.uqd91 .cvpdz6xy {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.uqd91 .ctkdma2v {
  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);
}
.yc5m .blwio {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.uqd91.yc5m .cvpdz6xy { padding: 40px 16px 40px 48px; }
.ulk6e .el34b {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.el34b .igtc {
  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;
}
.el34b .igtc::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.el34b .eiflt { display: contents !important; }
.el34b .eiflt .gi7xa97k {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.el34b .eiflt .qbfs7 { max-height: 48px; max-width: 96px; }
.el34b .eiflt .x10s {
  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;
}
.el34b .rhph {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.el34b .x0bp5j { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.el34b .wvf4 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.el34b .wvf4 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.el34b .to2lyi { display: contents !important; }
.el34b .to2lyi .or4i8:not(.ccxh3r) { display: none !important; }
.el34b .to2lyi .ccxh3r {
  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;
}
.el34b .to2lyi .ccxh3r .d77n2at {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.el34b .to2lyi .ccxh3r .yt4c15v {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.el34b .bd90553l { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.el34b .bd90553l.kcrv {
  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;
}
.el34b .bd90553l.kcrv:hover { opacity: 0.85; }
.klhhn .cvpdz6xy {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .lmzp { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .lmzp:not(.klhhn) .cvpdz6xy { display: none !important; }
  .klhhn .cvpdz6xy { padding: 16px; }
  .blwio  { padding: 36px 24px; }
  .lmzp~.llzaiub,.yc5m~.llzaiub{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .ulk6e, .lmzp { min-height: 320px !important; }
  .vmiq { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .uhawe03,
  .ojnxpt,
  .rpv4 { grid-template-columns: 1fr !important; }

  

  
  .v6sj6qvl { display: flex !important; flex-direction: column !important; }
  .v6sj6qvl .jvbs { display: contents; }
  .v6sj6qvl .xo34 { order: 0; }
  .v6sj6qvl .vmiq { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .v6sj6qvl .uhawe03 { order: 2; padding: 0 16px 12px !important; }
  .v6sj6qvl .z77j4 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .i1aft .jvbs { display: flex; flex-direction: column; }
  .i1aft .jvbs .vmiq { order: 1; }
  .i1aft .jvbs .rpv4 { order: 2; margin: 8px 0 24px !important; }
  .i1aft .jvbs .z77j4 { order: 3; }
  .i1aft .jvbs .yd2cx { order: 4; align-self: center; margin-top: 0; }

  
  .lmzp.klhhn {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .lmzp.klhhn .blwio { display: contents; padding: 0; }
  .lmzp.klhhn .blwio .vmiq { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .lmzp.klhhn .cvpdz6xy { order: 2; padding: 12px 16px; }
  .lmzp.klhhn .blwio .z77j4 { order: 3; padding: 0 24px; margin: 0 auto; }
  .lmzp.klhhn .blwio .yd2cx { order: 4; align-self: center; margin: 8px 0 32px; }
}
.emwh9 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.tevz { width: 100%; height: auto; display: block; border-radius: 10px; }
.au4ciqok .emwh9        { border-radius: 16px; }
.au4ciqok .tevz  { border-radius: 16px; }
.vwgll .emwh9         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.vwgll .tevz   { border-radius: 8px; }
.u4ckpj { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.tskk { width: 100%; padding: 32px 0; position: relative; }
.t53ni0g { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.v8x1wo .tskk:nth-child(even) { background: var(--bg-surface); }
.v8x1wo .tskk:nth-child(odd)  { background: var(--bg-page); }
.c2iaw0oj .tskk:nth-child(even) { background: var(--bg-card); }
.c2iaw0oj .tskk:nth-child(odd)  { background: var(--bg-page); }
.v8x1wo .tskk:nth-child(odd)  .t53ni0g { background: var(--bg-card); border-radius: 6px; }
.v8x1wo .tskk:nth-child(even) .t53ni0g { background: var(--bg-raised); border-radius: 6px; }
.c2iaw0oj .tskk:nth-child(odd)  .t53ni0g { background: var(--bg-card); border-radius: 6px; }
.c2iaw0oj .tskk:nth-child(even) .t53ni0g { background: var(--bg-raised); border-radius: 6px; }
.v8x1wo .tskk:nth-child(even) .a7sx3n .uaabsbs,
.c2iaw0oj .tskk:nth-child(even) .a7sx3n .uaabsbs { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.v8x1wo .tskk:nth-child(odd) .a7sx3n .uaabsbs,
.c2iaw0oj .tskk:nth-child(odd) .a7sx3n .uaabsbs { background: var(--bg-card-inner); }
.v8x1wo .tskk:nth-child(even) .nfx40y .uaabsbs:nth-child(odd),
.c2iaw0oj .tskk:nth-child(even) .nfx40y .uaabsbs:nth-child(odd)  { background: var(--bg-card); }
.v8x1wo .tskk:nth-child(even) .nfx40y .uaabsbs:nth-child(even),
.c2iaw0oj .tskk:nth-child(even) .nfx40y .uaabsbs:nth-child(even) { background: var(--bg-card-inner); }
h1.pkka2i { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.pkka2i {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.d9mjomv { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.g2wi1 h2.pkka2i {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.cg01i34 h2.pkka2i {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.nostk4n h2.pkka2i {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.fm48yef h2.pkka2i::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.udn2kzx h2.pkka2i {
  color: var(--text-primary); font-size: 1.7rem;
}
.ho86 h2.pkka2i::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.o1nk8fz h2.pkka2i {
  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;
}
.hb9wxd { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .hb9wxd { display: none; } }
.ro6g3 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.p0pg { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.wt6pzdno {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.pqooqbb7 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.gsqi6h { padding-left: 20px; }
.gsqi6h li { margin-bottom: 6px; }
.gsqi6h a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.gsqi6h a:hover { color: var(--accent-light); }
.dzmv8k .pqooqbb7 { display: none; }
.fzo6w .pqooqbb7 { display: none; }
.fzo6w .gsqi6h { padding-left: 0; list-style: none; }
.fzo6w .gsqi6h li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.fzo6w .gsqi6h a { font-size: 0.92rem; }
.db35 .wt6pzdno { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.db35 .pqooqbb7 { display: none; }
.db35 .gsqi6h { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.db35 .gsqi6h li { margin-bottom: 0; }
.db35 .gsqi6h 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;
}
.db35 .gsqi6h a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.ezwewhh .wt6pzdno { padding: 20px 20px 16px; }
.ezwewhh .gsqi6h {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.ezwewhh .gsqi6h li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.ezwewhh .gsqi6h 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;
}
.ezwewhh .gsqi6h 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;
}
.ezwewhh .gsqi6h a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ezwewhh .gsqi6h a:focus,
.ezwewhh .gsqi6h a:focus-visible,
.ezwewhh .gsqi6h a:target { outline: none; }
.ezwewhh .gsqi6h li:target a { border-color: var(--border); color: var(--text-muted); }
.qay06zjf .wt6pzdno { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.qay06zjf .pqooqbb7 { display: none; }
.qay06zjf .gsqi6h { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.qay06zjf .gsqi6h li { margin-bottom: 0; }
.qay06zjf .gsqi6h li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.qay06zjf .gsqi6h li:last-child::after { content: ""; margin-right: 0; }
.qay06zjf .gsqi6h a { font-size: 0.9rem; }
.uaabsbs { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.a7sx3n .uaabsbs { background: var(--bg-card); }
.nfx40y .uaabsbs:nth-child(odd)  { background: var(--bg-card); }
.nfx40y .uaabsbs:nth-child(even) { background: var(--bg-raised); }
.bouaa8z .uaabsbs {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.bouaa8z .uaabsbs:last-child { border-bottom: none; }
.bouaa8z h3.d9mjomv { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.zt6kd .uaabsbs {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.zt6kd .uaabsbs + .uaabsbs { margin-top: 4px; }
.aspdcb82 .uaabsbs { background: none; border-radius: 0; padding: 12px 0; }
.aspdcb82 .uaabsbs + .uaabsbs { border-top: 1px solid var(--border-section); }
.jy4n { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ebtg { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.h4u0ep { color: var(--text-body); margin-bottom: 10px; }
.qcitl7, .lqdf { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.qcitl7 li, .lqdf li { margin-bottom: 6px; }
.lqdf li { list-style: decimal; }
.vlpvha     .qcitl7 { list-style-type: "● "; }
.pfnb  .qcitl7 { list-style-type: "■ "; }
.ajwa .qcitl7 { list-style-type: "◆ "; }
.uncp    .qcitl7 { list-style-type: "★ "; }
.vlpvha     .w5g2o { list-style-type: "● "; }
.pfnb  .w5g2o { list-style-type: "■ "; }
.ajwa .w5g2o { list-style-type: "◆ "; }
.uncp    .w5g2o { list-style-type: "★ "; }
.vlpvha    .qcitl7 li::marker, .vlpvha    .w5g2o li::marker,
.pfnb .qcitl7 li::marker, .pfnb .w5g2o li::marker,
.ajwa .qcitl7 li::marker, .ajwa .w5g2o li::marker,
.uncp   .qcitl7 li::marker, .uncp   .w5g2o li::marker {
  color: var(--cta); font-size: 1em;
}
.vlpvha .lqdf,
.pfnb .lqdf,
.ajwa .lqdf,
.uncp .lqdf {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.vlpvha .lqdf li,
.pfnb .lqdf li,
.ajwa .lqdf li,
.uncp .lqdf li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.vlpvha .lqdf li::before,
.pfnb .lqdf li::before,
.ajwa .lqdf li::before,
.uncp .lqdf 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;
}
.vlpvha     .lqdf li::before { border-radius: 50%; }
.pfnb  .lqdf li::before { border-radius: 3px; }
.ajwa .lqdf li::before { border-radius: 3px; }
.uncp    .lqdf li::before { border-radius: 50%; }
.rhnf7ly { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.eyqk .rhnf7ly,
.bvk5 .rhnf7ly { background: transparent; border: none; border-radius: 0; }
.q9fjrqdt { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.q9fjrqdt th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.q9fjrqdt td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.q9fjrqdt tr:hover td { background: var(--bg-hover); }
.wt7i1xj .q9fjrqdt tbody tr:nth-child(even) td { background: var(--bg-surface); }
.c3exb33 .q9fjrqdt { border: 1px solid var(--border-alt); }
.c3exb33 .q9fjrqdt th,
.c3exb33 .q9fjrqdt td { border: 1px solid var(--border-alt); }
.gs1nub1 .q9fjrqdt th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.gs1nub1 .q9fjrqdt td { border-bottom: none; }
.gs1nub1 .q9fjrqdt tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.b8z3b3s2 .q9fjrqdt th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.fx7u .rhnf7ly {
  overflow: hidden;
}
.fx7u .q9fjrqdt th { border-bottom: 1px solid var(--border-alt); }
.fx7u .q9fjrqdt tr:last-child td { border-bottom: none; }
.d6k2smh { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.oacqr { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.ero7287 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.vt8y { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.fhavkjl { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.w5g2o { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.w5g2o 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%}
.tga4cx .vt8y { background: transparent; text-align: center; }
.tbggje .ero7287 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.plrk71 .ero7287 {
  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);
}
.f37tnv8 .oacqr { display: grid; grid-template-columns: auto 1fr; }
.f37tnv8 .ero7287 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.f37tnv8 .vt8y { grid-column: 2; }
.f37tnv8 .fhavkjl,
.f37tnv8 .w5g2o { grid-column: 1 / -1; }
.f5uj1htm .oacqr { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.f5uj1htm .ero7287 {
  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);
}
.f5uj1htm .vt8y { grid-column: 2; }
.f5uj1htm .fhavkjl,
.f5uj1htm .w5g2o { grid-column: 1 / -1; }
.dwle43ay .oacqr { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.dwle43ay .vt8y { background: none; color: var(--accent-light); font-weight: 700; }
.tooemm .oacqr { 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); }
.tooemm .vt8y { background: none; color: var(--accent-light); font-weight: 700; }
.p08as04 .oacqr { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.p08as04 .oacqr:last-child { border-bottom: none; }
.p08as04 .vt8y { background: none; color: var(--accent-light); font-weight: 700; }
.trnq2 .oacqr { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.trnq2 .vt8y { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.edv3j7za .d6k2smh { counter-reset: card-n; }
.edv3j7za .oacqr  { counter-increment: card-n; }
.edv3j7za .vt8y { display: flex; align-items: center; gap: 10px; }
.edv3j7za .vt8y::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;
}
.ecr3 .oacqr { background: var(--bg-surface); border: 1px solid var(--border); }
.ecr3 .vt8y { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.r52ka8p { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.x98zn31  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.v1mwnof { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.h1wy { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.hk8m47bk { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.r52ka8p strong { color: var(--text-primary); font-size: 0.95rem; }
.r52ka8p p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.eh1q44g { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.g7r3f, .ntdsv { border-radius: 8px; padding: 14px; }
.g7r3f { background: var(--bg-pros); }
.ntdsv { background: var(--bg-cons); }
.w6gnj { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.g7r3f .w6gnj { color: var(--c-pros-label); }
.ntdsv .w6gnj { color: #f87171; }
.g7r3f ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ntdsv ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.tevz { width: 100%; height: auto; border-radius: 10px; display: block; }
.kcrv {
  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;
}
.kcrv:hover { opacity: 0.85; }
.znjkg .kcrv  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.znjkg .kcrv:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.cp0s .kcrv  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.cp0s .kcrv:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ivibrqs .yd2cx { border-radius: 50px; }
.ivibrqs .kcrv  { border-radius: 50px; }
.hpcy .yd2cx { padding-left: 22px; padding-right: 22px; }
.hpcy .kcrv  { padding-left: 12px; padding-right: 12px; }
.sv2jf .yd2cx { padding-left: 44px; padding-right: 44px; }
.sv2jf .kcrv  { padding-left: 24px; padding-right: 24px; }
.p3bzttkw .yd2cx { padding-left: 56px; padding-right: 56px; }
.p3bzttkw .kcrv  { padding-left: 32px; padding-right: 32px; }
.atpqc   .yd2cx::after, .atpqc   .kcrv::after,
.xfzyy9yx .yd2cx::after, .xfzyy9yx .kcrv::after,
.h2tml3w9    .yd2cx::after, .h2tml3w9    .kcrv::after,
.un7y    .yd2cx::after, .un7y    .kcrv::after,
.mj2yqlgk    .yd2cx::after, .mj2yqlgk    .kcrv::after,
.qf8grxl     .yd2cx::after, .qf8grxl     .kcrv::after,
.lbfxjk    .yd2cx::after, .lbfxjk    .kcrv::after,
.mkfys2r   .yd2cx::after, .mkfys2r   .kcrv::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;
}
.atpqc .yd2cx::after, .atpqc .kcrv::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");
}
.xfzyy9yx .yd2cx::after, .xfzyy9yx .kcrv::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");
}
.h2tml3w9 .yd2cx::after, .h2tml3w9 .kcrv::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");
}
.un7y .yd2cx::after, .un7y .kcrv::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");
}
.mj2yqlgk .yd2cx::after, .mj2yqlgk .kcrv::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");
}
.qf8grxl .yd2cx::after, .qf8grxl .kcrv::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");
}
.lbfxjk .yd2cx::after, .lbfxjk .kcrv::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");
}
.mkfys2r .yd2cx::after, .mkfys2r .kcrv::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");
}
.ft2d   .kejo0snx::after, .ft2d   .h1idk::after,
.kgul48c .kejo0snx::after, .kgul48c .h1idk::after,
.pcdop5    .kejo0snx::after, .pcdop5    .h1idk::after,
.o2hya    .kejo0snx::after, .o2hya    .h1idk::after,
.di6qbpfy    .kejo0snx::after, .di6qbpfy    .h1idk::after,
.rw3tede     .kejo0snx::after, .rw3tede     .h1idk::after,
.xl7p4    .kejo0snx::after, .xl7p4    .h1idk::after,
.q3j0h9   .kejo0snx::after, .q3j0h9   .h1idk::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;
}
.ft2d .kejo0snx::after, .ft2d .h1idk::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");
}
.kgul48c .kejo0snx::after, .kgul48c .h1idk::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");
}
.pcdop5 .kejo0snx::after, .pcdop5 .h1idk::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");
}
.o2hya .kejo0snx::after, .o2hya .h1idk::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");
}
.di6qbpfy .kejo0snx::after, .di6qbpfy .h1idk::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");
}
.rw3tede .kejo0snx::after, .rw3tede .h1idk::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");
}
.xl7p4 .kejo0snx::after, .xl7p4 .h1idk::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");
}
.q3j0h9 .kejo0snx::after, .q3j0h9 .h1idk::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");
}
.q6xs69 {
  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;
}
.igtc {
  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;
}
.igtc > * { min-width: 0; }
.igtc:hover { background: var(--bg-hover); }
.igtc > [itemprop="item"] { display: contents; }
.igtc [itemprop="itemReviewed"],
.igtc [itemprop="reviewRating"] { display: none; }
.igtc::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;
}
.eiflt {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.gi7xa97k {
  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;
}
.qbfs7 { max-height: 52px; max-width: 110px; object-fit: contain; }
.x10s {
  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;
}
.ktrjo .gi7xa97k    { background: #1a1a1a; }
.clvcokp4 .gi7xa97k   { background: rgba(128,128,128,.12); }
.glhfj6la .gi7xa97k { background: var(--bg-raised); }
.g5t8m5 .gi7xa97k    { background: transparent; padding: 0; }
.rhph {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.x0bp5j { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.wvf4 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.to2lyi {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.or4i8 {
  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;
}
.d77n2at {
  
  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%;
}
.yt4c15v {
  
  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;
}
.bd90553l {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.bd90553l.kcrv {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .igtc {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .igtc::before    { grid-area: rank;   }
  .eiflt           { grid-area: ident;  }
  .rhph     { grid-area: rating; min-width: 0; width: auto; }
  .to2lyi           { grid-area: pills;  }
  .bd90553l             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .igtc {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .igtc::before    { justify-self: center; }
  .eiflt           { width: 100%; }
  .rhph     { justify-self: center; }
  .to2lyi           { grid-template-columns: 1fr; }
}
.etbnehuw {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.e2bn {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.dzrfs {
  width: 90px; flex-shrink: 0;
  background: var(--bg-page);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  padding: 8px; min-height: 60px;
}
.dzrfs img { max-width: 80px; max-height: 50px; object-fit: contain; }
.c0h0 { flex: 1; }
.c0h0 h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.lxco59hc { color: var(--c-stars); font-size: 1.1rem; }
.pioys5 { margin-bottom: 8px; }
.cl7e8v7a { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.jh91y::before   { content: "★ "; color: var(--accent-light); }
.j40tl { flex-shrink: 0; }
.mhxxfs img.ktyc { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.eyqk { padding: 20px 24px; }
.zaxy5c { color: var(--text-muted); margin-bottom: 16px; }
.rk80 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.x4lxc, .h9xvzr8 { list-style: none; font-size: 0.9rem; }
.x4lxc li { color: var(--c-pros); margin-bottom: 4px; }
.h9xvzr8 li { color: var(--c-cons); margin-bottom: 4px; }
.x4lxc li::before { content: "✓"; margin-right: 5px; }
.h9xvzr8 li::before { content: "✗"; margin-right: 5px; }
.lnpfvubt .x4lxc li::before { content: "→"; }
.lnpfvubt .h9xvzr8 li::before { content: "–"; }
.i274hdi  .x4lxc li::before { content: "★"; }
.i274hdi  .h9xvzr8 li::before { content: "✕"; }
.det11f80    .x4lxc li::before { content: "◆"; }
.det11f80    .h9xvzr8 li::before { content: "▲"; }
.wisyl6b6  .x4lxc li::before { content: "▶"; }
.wisyl6b6  .h9xvzr8 li::before { content: "■"; }
.l0q1 { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.bqqtm6 { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.l60m0b { background: var(--bg-pros); color: var(--c-tag-pay); }
.y7ul9 { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.ijcjf6k .y7ul9 { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.h0vjj8 .y7ul9 { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .wk78 .l4j3 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .wk78 .etbnehuw { margin: 0; }
}
.r4e1 .e2bn { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.r4e1 .c0h0 h3 { color: var(--accent-light); }
.r4e1 .dzrfs { background: var(--bg-page); border: 1px solid var(--border); }
.hc4ux9d .etbnehuw { border-top: 4px solid var(--accent); }
.hc4ux9d .e2bn { background: var(--bg-card); }
.zm03j0 .etbnehuw { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.zm03j0 .e2bn { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.zm03j0 .eyqk { padding: 14px 16px; }
.zm03j0 .dzrfs { border-radius: 4px; }
.zm03j0 .y7ul9 { border-radius: 0; }
.gn8exp .e2bn { padding: 0; gap: 0; overflow: hidden; }
.gn8exp .dzrfs { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.gn8exp .c0h0 { padding: 16px 20px; }
.gn8exp .j40tl { padding: 16px 20px; align-self: center; }
.qwgknig6 .lxco59hc { font-size: .95rem; }
.bvk5 .eh1q44g { gap: 10px; }
.bvk5 .g7r3f, .bvk5 .ntdsv { padding: 12px; }
.bvk5 .g7r3f ul, .bvk5 .ntdsv ul { margin: 4px 0 0; padding-left: 18px; }
.bvk5 .g7r3f li, .bvk5 .ntdsv li { font-size: .85rem; margin-bottom: 3px; }
.q78wo5k .bqqtm6 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .sclxx0 { grid-template-columns: 1fr; }
  .l041mh { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .l041mh .b51zy { width: 72px; height: 50px; }
  .l041mh .my8ox { max-width: 180px; }
  .l041mh .pxx02 { width: auto; }
}
.y0jtg .qwgknig6 .lxco59hc { filter: brightness(1.2); }
@media (max-width: 720px) {
  .y0jtg { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .cw4mn7 { padding: 16px; }
  .mbu2t .byzyp { min-width: 50%; }
}
.j6axcr0 .eh1q44g { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .ei1uaz { grid-template-columns: 1fr; }
  .tnt8 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ejviz3p { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .t0yyjkd { flex-wrap: wrap; padding: 16px; }
}
.pxjd .eh1q44g { gap: 8px; }
.pxjd .g7r3f, .pxjd .ntdsv { padding: 8px; }
@media (max-width: 480px) {
  .oxeerne { flex-direction: column; align-items: stretch; }
}
.w5jpzp .pxx02 .kcrv { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .eyrh { flex-direction: column; align-items: stretch; gap: 10px; }
  .w5jpzp .pxx02 { text-align: center; }
}
@media (max-width: 720px) {
  .v6x7p5 { grid-template-columns: 1fr; }
  .qoa9i { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .yx8k { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.fdzflbhj .ubf09hx { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.jh4xy .lxco59hc { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .go0ws { grid-template-columns: 1fr; }
  .jh4xy { width: 100px; height: 100px; margin: 16px auto; }
  .fdzflbhj { font-size: 1.4rem; }
  .az1wp9s { justify-content: center; }
  .b6cgsbt .byzyp { min-width: 50%; }
}
.jcbz44bx .eh1q44g { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .eu9x38d3 { flex-wrap: wrap; padding: 14px 16px; }
  .abpc1 { padding: 12px 16px; }
  .jcbz44bx .eh1q44g { margin: 0 16px; }
  .jcbz44bx .q78wo5k { padding: 0 16px; }
  .n0995v { padding: 12px 16px; }
}
.q0hf3rnq .igtc {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.q0hf3rnq .igtc:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.ze2jb .q6xs69 { gap: 18px; }
.ze2jb .igtc {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.ze2jb .igtc:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.t4x1oe .q6xs69 {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.t4x1oe .igtc {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.t4x1oe .igtc:last-child { border-bottom: none; }
.t4x1oe .eiflt,
.t4x1oe .rhph,
.t4x1oe .to2lyi {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.q4bo .q6xs69 { gap: 0; }
.q4bo .igtc {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.q4bo .igtc:last-child { border-bottom: none; }
.q4bo .igtc:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.q4bo .igtc:nth-child(even):hover { background: var(--bg-hover); }
.ix04e .igtc {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.kqql7be .to2lyi .or4i8 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.kqql7be .to2lyi .or4i8:first-child { border-left: none; }
.o7rjc7tp .to2lyi .or4i8 {
  background: transparent; padding: 4px 8px;
}
.o7rjc7tp .to2lyi .d77n2at { font-size: .65rem; opacity: .65; }
.o7rjc7tp .to2lyi .yt4c15v   { font-size: 1.15rem; color: var(--accent-light); }
.d8880plr .to2lyi .or4i8 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.wvf4 { display: none; }
.z09vi .x0bp5j { font-size: 1rem; letter-spacing: 2px; }
.wj8dr2i3 .x0bp5j {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.y5guy1sa .x0bp5j,
.i5zm96t .x0bp5j,
.vbhco2o2 .x0bp5j { display: none; }
.y5guy1sa .wvf4,
.i5zm96t .wvf4,
.vbhco2o2 .wvf4 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.y5guy1sa .wvf4 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.y5guy1sa .wvf4 small { display: none; }
.i5zm96t .wvf4 {
  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;
}
.i5zm96t .wvf4 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.vbhco2o2 .wvf4 {
  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;
}
.vbhco2o2 .wvf4 small { display: none; }
.y5guy1sa .pioys5 .lxco59hc,
.i5zm96t .pioys5 .lxco59hc,
.vbhco2o2 .pioys5 .lxco59hc { display: none; }
.y5guy1sa .pioys5 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.y5guy1sa .ubf09hx { display: none; }
.i5zm96t .pioys5 strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.i5zm96t .e9a5,
.i5zm96t .ubf09hx { font-size: 1em; }
.vbhco2o2 .pioys5 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.vbhco2o2 .ubf09hx { display: none; }
.cqnu { margin: 16px 0; }
.byv79m8 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.byv79m8 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.byv79m8 summary::after { content: "+"; color: var(--accent-light); }
.byv79m8[open] summary::after { content: "−"; }
.byv79m8 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.tskk { margin-bottom: 0; }
.a85zxu h2.pkka2i { color: var(--text-primary); border-color: var(--accent-light); }
.gcoion h2.pkka2i { color: var(--text-primary); border-color: var(--accent-light); }
.mgfplbm4 .x98zn31     { background: #052e16; border-color: #10b981; }
.mgfplbm4 .v1mwnof { background: #2d0a1e; border-color: #f43f5e; }
.mgfplbm4 .h1wy    { background: #1e1036; border-color: #a855f7; }
.mgfplbm4 .r52ka8p strong  { color: #f1f5f9; }
.mgfplbm4 .r52ka8p p       { color: #cbd5e1; }
.mgfplbm4 .isvq8o    .x98zn31     .hk8m47bk::before,
.mgfplbm4 .ownz  .x98zn31     .hk8m47bk::before,
.mgfplbm4 .et8b74  .x98zn31     .hk8m47bk::before,
.mgfplbm4 .g90e8g5g .x98zn31     .hk8m47bk::before { color: #10b981; }
.mgfplbm4 .isvq8o    .v1mwnof .hk8m47bk::before,
.mgfplbm4 .ownz  .v1mwnof .hk8m47bk::before,
.mgfplbm4 .et8b74  .v1mwnof .hk8m47bk::before,
.mgfplbm4 .g90e8g5g .v1mwnof .hk8m47bk::before { color: #f43f5e; }
.mgfplbm4 .isvq8o    .h1wy    .hk8m47bk::before,
.mgfplbm4 .ownz  .h1wy    .hk8m47bk::before,
.mgfplbm4 .et8b74  .h1wy    .hk8m47bk::before,
.mgfplbm4 .g90e8g5g .h1wy    .hk8m47bk::before { color: #a855f7; }
.g690ys9 .x98zn31     { background: #2d2000; border-color: #eab308; }
.g690ys9 .v1mwnof { background: #2d0b0b; border-color: #ef4444; }
.g690ys9 .h1wy    { background: #2d1600; border-color: #f97316; }
.g690ys9 .r52ka8p strong  { color: #f1f5f9; }
.g690ys9 .r52ka8p p       { color: #cbd5e1; }
.g690ys9 .isvq8o    .x98zn31     .hk8m47bk::before,
.g690ys9 .ownz  .x98zn31     .hk8m47bk::before,
.g690ys9 .et8b74  .x98zn31     .hk8m47bk::before,
.g690ys9 .g90e8g5g .x98zn31     .hk8m47bk::before { color: #eab308; }
.g690ys9 .isvq8o    .v1mwnof .hk8m47bk::before,
.g690ys9 .ownz  .v1mwnof .hk8m47bk::before,
.g690ys9 .et8b74  .v1mwnof .hk8m47bk::before,
.g690ys9 .g90e8g5g .v1mwnof .hk8m47bk::before { color: #ef4444; }
.g690ys9 .isvq8o    .h1wy    .hk8m47bk::before,
.g690ys9 .ownz  .h1wy    .hk8m47bk::before,
.g690ys9 .et8b74  .h1wy    .hk8m47bk::before,
.g690ys9 .g90e8g5g .h1wy    .hk8m47bk::before { color: #f97316; }
.joyi .x98zn31     { background: #0c1a2e; border-color: #38bdf8; }
.joyi .v1mwnof { background: #12103a; border-color: #818cf8; }
.joyi .h1wy    { background: #0a2020; border-color: #2dd4bf; }
.joyi .r52ka8p strong  { color: #f1f5f9; }
.joyi .r52ka8p p       { color: #cbd5e1; }
.joyi .isvq8o    .x98zn31     .hk8m47bk::before,
.joyi .ownz  .x98zn31     .hk8m47bk::before,
.joyi .et8b74  .x98zn31     .hk8m47bk::before,
.joyi .g90e8g5g .x98zn31     .hk8m47bk::before { color: #38bdf8; }
.joyi .isvq8o    .v1mwnof .hk8m47bk::before,
.joyi .ownz  .v1mwnof .hk8m47bk::before,
.joyi .et8b74  .v1mwnof .hk8m47bk::before,
.joyi .g90e8g5g .v1mwnof .hk8m47bk::before { color: #818cf8; }
.joyi .isvq8o    .h1wy    .hk8m47bk::before,
.joyi .ownz  .h1wy    .hk8m47bk::before,
.joyi .et8b74  .h1wy    .hk8m47bk::before,
.joyi .g90e8g5g .h1wy    .hk8m47bk::before { color: #2dd4bf; }
.m6hqfr .x98zn31     { background: var(--accent-bg); border-color: var(--accent-light); }
.m6hqfr .v1mwnof { background: var(--accent-bg-light); border-color: var(--accent-light); }
.m6hqfr .h1wy    { background: var(--accent-bg); border-color: var(--accent-pale); }
.m6hqfr .isvq8o    .hk8m47bk::before,
.m6hqfr .ownz  .hk8m47bk::before,
.m6hqfr .et8b74  .hk8m47bk::before,
.m6hqfr .g90e8g5g .hk8m47bk::before { color: var(--accent-light) !important; }
.z9qfanp::before,
.pm66d541::before { margin-right: 5px; }
.rnbzoxu7 .g7r3f ul li,
.rnbzoxu7 .x4lxc li         { color: #4ade80; }
.rnbzoxu7 .g7r3f .z9qfanp { color: #22c55e; }
.rnbzoxu7 .ntdsv ul li,
.rnbzoxu7 .h9xvzr8 li         { color: #f87171; }
.rnbzoxu7 .ntdsv .pm66d541 { color: #ef4444; }
.cfqjeuk .g7r3f { background: var(--bg-pros); }
.cfqjeuk .ntdsv { background: var(--bg-cons); }
.cfqjeuk .g7r3f .z9qfanp { color: var(--c-pros-label); }
.cfqjeuk .ntdsv .pm66d541 { color: var(--c-cons); }
.cfqjeuk .g7r3f ul li,
.cfqjeuk .x4lxc li            { color: var(--c-pros); }
.cfqjeuk .ntdsv ul li,
.cfqjeuk .h9xvzr8 li            { color: var(--c-cons); }
.i6aao9d .g7r3f { background: var(--bg-pros); }
.i6aao9d .ntdsv { background: var(--bg-cons); }
.i6aao9d .g7r3f .z9qfanp { color: var(--c-pros-label); }
.i6aao9d .ntdsv .pm66d541 { color: var(--c-cons); }
.i6aao9d .g7r3f ul li,
.i6aao9d .x4lxc li          { color: var(--c-pros); }
.i6aao9d .ntdsv ul li,
.i6aao9d .h9xvzr8 li          { color: var(--c-cons); }
.tk3ti .z9qfanp::before { content: "✓ "; }
.tk3ti .pm66d541::before { content: "✗ "; }
.lnpfvubt .z9qfanp::before { content: "→ "; }
.lnpfvubt .pm66d541::before { content: "← "; }
.i274hdi .z9qfanp::before { content: "★ "; }
.i274hdi .pm66d541::before { content: "✕ "; }
.det11f80 .z9qfanp::before { content: "◆ "; }
.det11f80 .pm66d541::before { content: "▲ "; }
.h0vjj8 .r52ka8p { background: transparent; border-left: none; border: 1.5px solid; }
.h0vjj8 .x98zn31     { border-color: var(--c-tip-border); }
.h0vjj8 .v1mwnof { border-color: var(--c-warn-border); }
.h0vjj8 .h1wy    { border-color: #60a5fa; }
.h0vjj8 .r52ka8p strong { color: var(--text-primary); }
.h0vjj8 .r52ka8p p      { color: var(--text-muted); }
.ijcjf6k .r52ka8p { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.ijcjf6k .x98zn31     { border-top-color: var(--c-tip-border); }
.ijcjf6k .v1mwnof { border-top-color: var(--c-warn-border); }
.ijcjf6k .h1wy    { border-top-color: #60a5fa; }
.nxr3cdy8 .r52ka8p { border-left: none; border-radius: 8px; }
.nxr3cdy8 .x98zn31     { background: #065f46; }
.nxr3cdy8 .v1mwnof { background: #92400e; }
.nxr3cdy8 .h1wy    { background: #1e3a8a; }
.nxr3cdy8 .r52ka8p strong,
.nxr3cdy8 .r52ka8p p { color: #fff; }
.nxr3cdy8 .hk8m47bk::before { color: rgba(255,255,255,0.85) !important; }
.mgfplbm4.nxr3cdy8 .x98zn31,
.mgfplbm4 .nxr3cdy8 .x98zn31     { background: #052e16; }
.mgfplbm4.nxr3cdy8 .v1mwnof,
.mgfplbm4 .nxr3cdy8 .v1mwnof { background: #2d0a1e; }
.mgfplbm4.nxr3cdy8 .h1wy,
.mgfplbm4 .nxr3cdy8 .h1wy    { background: #1e1036; }
.g690ys9.nxr3cdy8 .x98zn31,
.g690ys9 .nxr3cdy8 .x98zn31      { background: #2d2000; }
.g690ys9.nxr3cdy8 .v1mwnof,
.g690ys9 .nxr3cdy8 .v1mwnof  { background: #2d0b0b; }
.g690ys9.nxr3cdy8 .h1wy,
.g690ys9 .nxr3cdy8 .h1wy     { background: #2d1600; }
.joyi.nxr3cdy8 .x98zn31,
.joyi .nxr3cdy8 .x98zn31      { background: #0c1a2e; }
.joyi.nxr3cdy8 .v1mwnof,
.joyi .nxr3cdy8 .v1mwnof  { background: #12103a; }
.joyi.nxr3cdy8 .h1wy,
.joyi .nxr3cdy8 .h1wy     { background: #0a2020; }
.bqg9dz8 .r52ka8p { border-left: none; border-radius: 6px; padding: 10px 14px; }
.bqg9dz8 .x98zn31     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.bqg9dz8 .v1mwnof { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.bqg9dz8 .h1wy    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.bqg9dz8 .r52ka8p strong { color: var(--text-primary); }
.bqg9dz8 .r52ka8p p      { color: var(--text-muted); }
.bvlukbk .r52ka8p { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.isvq8o .hk8m47bk,
.ownz .hk8m47bk,
.et8b74 .hk8m47bk,
.g90e8g5g .hk8m47bk { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.isvq8o .hk8m47bk::before,
.ownz .hk8m47bk::before,
.et8b74 .hk8m47bk::before,
.g90e8g5g .hk8m47bk::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.isvq8o .x98zn31     .hk8m47bk::before { content: "✦"; color: var(--c-tip-border); }
.isvq8o .v1mwnof .hk8m47bk::before { content: "▲"; color: var(--c-warn-border); }
.isvq8o .h1wy    .hk8m47bk::before { content: "◉"; color: #60a5fa; }
.ownz .x98zn31     .hk8m47bk::before { content: "★"; color: var(--c-tip-border); }
.ownz .v1mwnof .hk8m47bk::before { content: "◆"; color: var(--c-warn-border); }
.ownz .h1wy    .hk8m47bk::before { content: "●"; color: #60a5fa; }
.et8b74 .x98zn31     .hk8m47bk::before { content: "▶"; color: var(--c-tip-border); }
.et8b74 .v1mwnof .hk8m47bk::before { content: "■"; color: var(--c-warn-border); }
.et8b74 .h1wy    .hk8m47bk::before { content: "▸"; color: #60a5fa; }
.g90e8g5g .x98zn31     .hk8m47bk::before { content: "→"; color: var(--c-tip-border); }
.g90e8g5g .v1mwnof .hk8m47bk::before { content: "⬥"; color: var(--c-warn-border); }
.g90e8g5g .h1wy    .hk8m47bk::before { content: "◈"; color: #60a5fa; }
.jkje .a7sx3n .uaabsbs,
.jkje .nfx40y .uaabsbs  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.jkje .oacqr                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.jkje .igtc                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.jkje .etbnehuw            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.jkje .rhnf7ly          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.jkje .wt6pzdno                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.jbunjn .a7sx3n .uaabsbs,
.jbunjn .nfx40y .uaabsbs,
.jbunjn .oacqr,
.jbunjn .igtc,
.jbunjn .etbnehuw,
.jbunjn .rhnf7ly,
.jbunjn .wt6pzdno,
.jbunjn .bvlukbk .r52ka8p { box-shadow: none; }
.va52   .h4u0ep, .va52 .jy4n, .va52 .ebtg,
.va52   .ro6g3, .va52 .p0pg { font-size: 0.9rem; }
.va52   .qcitl7, .va52 .lqdf { font-size: 0.9rem; }
.z71wz1   .h4u0ep, .z71wz1 .jy4n, .z71wz1 .ebtg,
.z71wz1   .ro6g3, .z71wz1 .p0pg { font-size: 0.95rem; }
.z71wz1   .qcitl7, .z71wz1 .lqdf { font-size: 0.95rem; }
.f5r11   .h4u0ep, .f5r11 .jy4n, .f5r11 .ebtg,
.f5r11   .ro6g3, .f5r11 .p0pg { font-size: 1.08rem; }
.f5r11   .qcitl7, .f5r11 .lqdf { font-size: 1.05rem; }
.f5r11   .q9fjrqdt { font-size: 0.97rem; }
.pa75ctr .vmiq      { font-size: 3.2rem; }
.pa75ctr h2.pkka2i { font-size: 1.9rem; }
.pa75ctr h3.d9mjomv     { font-size: 1.4rem; }
.lwlpvj .vmiq      { font-size: 3.8rem; }
.lwlpvj h2.pkka2i { font-size: 2.2rem; }
.lwlpvj h3.d9mjomv     { font-size: 1.6rem; }
.tskk + .tskk { position: relative; }
.mw41r440   .tskk + .tskk::before,
.z075gb  .tskk + .tskk::before,
.k4s7vgw   .tskk + .tskk::before,
.w4jdv   .tskk + .tskk::before,
.lv29vri   .tskk + .tskk::before,
.thnam .tskk + .tskk::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.mw41r440 .tskk + .tskk::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.z075gb .tskk + .tskk::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.k4s7vgw .tskk + .tskk::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;
}
.w4jdv .tskk + .tskk::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.lfg00 .tskk { margin-bottom: 16px; }
.lfg00 .tskk + .tskk { margin-top: 0; }
.lfg00 .t53ni0g { padding-top: 0; padding-bottom: 0; }
.lv29vri .tskk + .tskk::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.thnam .tskk + .tskk::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.zay8h .tskk + .tskk::before,
.m3udsduh .tskk + .tskk::before,
.fxt5m9 .tskk + .tskk::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%;
}
.v8x1wo .zay8h .tskk:nth-child(even)::before,
.v8x1wo .m3udsduh .tskk:nth-child(even)::before,
.v8x1wo .fxt5m9 .tskk:nth-child(even)::before { background: var(--bg-surface); }
.c2iaw0oj .zay8h .tskk:nth-child(even)::before,
.c2iaw0oj .m3udsduh .tskk:nth-child(even)::before,
.c2iaw0oj .fxt5m9 .tskk:nth-child(even)::before { background: var(--bg-card); }
.zay8h .tskk + .tskk::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");
}
.m3udsduh .tskk + .tskk::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");
}
.fxt5m9 .tskk + .tskk::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");
}
.kda85h5 .qkg0z8tc,
.kda85h5 .jvbs,
.kda85h5 .blwio,
.o2zyitl .blwio { padding-bottom: 60px; }
.dhpp .blwio { padding-bottom: 70px; }
.kda85h5 .qkg0z8tc::before,
.kda85h5 .qkg0z8tc::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");
}
.vve5k7y  .qkg0z8tc:not(.ftna2ik) .xo34 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.w13iva .lmzp { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.pfgp .lmzp { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.vve5k7y .ftna2ik { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.vve5k7y .h5luqt { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.vve5k7y .lmzp { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.qba1ax7 .lmzp { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.nplztu9 .lmzp { background: var(--accent-bg); }
.c89j30i .emwh9 { float: left; width: 38%; margin: 0 28px 16px 0; }
.c89j30i .emwh9 .tevz { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.c89j30i .t53ni0g::after { content: ''; display: block; clear: both; }
.rryx .emwh9 { float: right; width: 38%; margin: 0 0 16px 28px; }
.rryx .emwh9 .tevz { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.rryx .t53ni0g::after { content: ''; display: block; clear: both; }
.ndf1 .tskk:nth-child(odd)  .emwh9 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.ndf1 .tskk:nth-child(even) .emwh9 { float: right; width: 38%; margin: 0 0 16px 28px; }
.ndf1 .emwh9 .tevz { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ndf1 .t53ni0g::after { content: ''; display: block; clear: both; }
.c89j30i .d6k2smh,
.c89j30i .q6xs69,
.rryx .d6k2smh,
.rryx .q6xs69,
.ndf1 .d6k2smh,
.ndf1 .q6xs69 { clear: both; }
@media (max-width: 900px) {
  .c89j30i .emwh9,
  .rryx .emwh9,
  .ndf1 .tskk:nth-child(odd)  .emwh9,
  .ndf1 .tskk:nth-child(even) .emwh9 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .c89j30i .emwh9 .tevz,
  .rryx .emwh9 .tevz,
  .ndf1 .emwh9 .tevz {
    max-height: none !important;
  }
}
.c89j30i .qcitl7,
.c89j30i .lqdf,
.rryx .qcitl7,
.rryx .lqdf,
.ndf1 .qcitl7,
.ndf1 .lqdf { overflow: hidden; }
@media (max-width: 640px) {
  .c89j30i .emwh9,
  .rryx .emwh9,
  .ndf1 .emwh9 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.klyli .u4ckpj,
.klyli .t53ni0g,
.klyli .fauk  { max-width: 1100px; }
.klyli { --content-mw: 1100px; }
.b1h7m1 .u4ckpj,
.b1h7m1 .t53ni0g,
.b1h7m1 .fauk  { max-width: 1200px; }
.hl7nr2r7 .u4ckpj,
.hl7nr2r7 .t53ni0g,
.hl7nr2r7 .fauk  { max-width: 1320px; }
.unyujhwc { font-size: 0.82rem; color: var(--text-muted); }
.wck36qf { display: flex; align-items: center; }
.lzmc {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.b5rn { display: flex; align-items: center; }
.rlbf87gj { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.rlbf87gj:hover { text-decoration: underline; }
.cl4qk { margin: 0 3px; opacity: 0.45; }
.cl4qk::before { content: '/'; }
.pudm1x { padding: 2px 5px; color: var(--text-main); }
.v2h3 .unyujhwc {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.v2h3 .wck36qf { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.koby3td .unyujhwc {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.koby3td .wck36qf { padding: 0 0 0 12px; }
.rjmv6bm .wck36qf { padding: 0 16px; }
.rjmv6bm .unyujhwc {
  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);
}
.rjmv6bm .u4ckpj { padding-top: 28px; }
@media (max-width: 720px) {
  .eut7f2l { margin-top: 18px; padding: 0 16px; }
  .rjmv6bm .u4ckpj { padding-top: 16px; }
}
.klyli.v2h3 .wck36qf { max-width: 1100px; }
.b1h7m1.v2h3 .wck36qf { max-width: 1200px; }
.hl7nr2r7.v2h3 .wck36qf { max-width: 1320px; }
.klyli .eut7f2l { max-width: 1100px; }
.kru312 .tskk { padding-top: 16px; padding-bottom: 16px; }
.mft4ei .tskk { padding-top: 24px; padding-bottom: 24px; }
.z66nf072 .tskk { padding-top: 40px; padding-bottom: 40px; }
.x1e2yiu8 .tskk { padding-top: 52px; padding-bottom: 52px; }
.wd6ez18 .tskk:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.wd6ez18 .tskk:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.wd6ez18 .tskk:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.wd6ez18 .tskk:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.kfmxv7 .t53ni0g { padding-top: 10px;  padding-bottom: 10px; }
.xgkk8 .t53ni0g { padding-top: 18px;  padding-bottom: 18px; }
.p6e05s .t53ni0g { padding-top: 36px;  padding-bottom: 36px; }
.qp0v .t53ni0g { padding-top: 48px;  padding-bottom: 48px; }
.xg7gpbxy h2.pkka2i { font-weight: 600; }
.xg7gpbxy h3.d9mjomv     { font-weight: 600; }
.mj96wb { font-weight: 500; }
.mj96wb h2.pkka2i { font-weight: 800; }
.mj96wb h3.d9mjomv     { font-weight: 700; }
.fh62pil2 h2.pkka2i { font-weight: 900; }
.fh62pil2 h3.d9mjomv     { font-weight: 800; }
.fh62pil2 .r52ka8p strong,
.fh62pil2 .r52ka8p strong { font-weight: 600; }
.kejo0snx {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.bvd4a8 .kejo0snx { display: none; }
@media (max-width: 640px) {
  .uk99g { display: none; }
  .kejo0snx {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.kejo0snx { background: var(--cta) !important; color: #fff !important; border: none !important; }
.kejo0snx:hover { opacity: 0.85; }
.bpvhmw5m .kejo0snx { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.gwzdxf .kejo0snx,
.bdta  .kejo0snx { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.gwzdxf .kejo0snx:hover,
.bdta  .kejo0snx:hover { opacity: 0.88; }
.bpvhmw5m.gwzdxf .kejo0snx,
.bpvhmw5m.bdta  .kejo0snx { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.h1idk {
  position: fixed; bottom: 32px; z-index: 900;
  padding: 12px 22px; font-size: 0.9rem; font-weight: 700; border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform .15s, opacity .15s;
}
.h1idk:hover { transform: translateY(-2px); opacity: 0.92; }
.h1idk { background: var(--cta) !important; color: #fff !important; border: none !important; }
.lwz1lw .h1idk { display: none; }
.rjby .h1idk { right: 32px; }
.xwtjta  .h1idk { left: 32px; }
@media (max-width: 480px) {
  .rjby .h1idk { right: 20px; bottom: 20px; }
  .xwtjta  .h1idk { left: 20px; bottom: 20px; }
}
.juac { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.fauk { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.qxr6 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.swc2 { color: var(--text-dim); font-size: 0.8rem; }
.s550 a, .pg3v a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.s550 a:hover, .pg3v a:hover { color: var(--accent-light); }
.pg3v { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.pvmu .fauk { text-align: center; }
.pvmu .pg3v { justify-content: center; margin-bottom: 16px; }
.pvmu .qxr6 { margin-top: 0; }
.mwrxu { margin-top: 10px; }
.mwrxu a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .fauk { padding-left: 16px; padding-right: 16px; }
  .b1t6qe .fauk { padding: 20px 16px; }
  .pg3v { gap: 4px 12px; }
  .qxr6 { font-size: 0.78rem; }
}
.h7by2c .qxr6 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.h7by2c .swc2 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .h7by2c .ak3cj6f9 { grid-template-columns: 1fr 1fr; } .h7by2c .s3lsy { grid-column: 1 / -1; } }
@media (max-width: 480px) { .h7by2c .ak3cj6f9 { grid-template-columns: 1fr; } }
.lqctpjdf .qxr6 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .lqctpjdf .ohotz0 { gap: 12px; } .lqctpjdf .x14y { margin-right: 0; width: 100%; } }
.yu1t .qxr6 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.yu1t .swc2 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .yu1t .sdf26wgt { grid-template-columns: 1fr 1fr; } .yu1t .kaam94 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .yu1t .sdf26wgt { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .k83ff .zae7myni { grid-template-columns: 1fr 1fr; } .k83ff .zcfx2gzs:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .k83ff .zae7myni { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .yoz91r1d .zae7myni { grid-template-columns: 1fr; } }
.vsid .fauk { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.vsid .pg3v { justify-content: center; }
.umd6hgvt .x5h776ne      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.umd6hgvt .juac { background: var(--bg-page); border-top-color: var(--border-alt); }
.s1i94 .x5h776ne      { background: #0d1117; border-bottom-color: #21262d; }
.s1i94 .hkkdtg2 { color: var(--accent-light); }
.s1i94 .n1ymosst { --msep-color: #8b949e; }
.s1i94 .n1ymosst a { color: #8b949e; }
.s1i94 .n1ymosst a:hover { color: var(--accent-light); }
.s1i94 .op9jbe { color: #8b949e; }
.s1i94 .juac { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.s1i94 .qxr6,
.s1i94 .swc2 { color: #6e7681; }
.s1i94 .s550 a, .s1i94 .pg3v a,
.s1i94 .s550 a:hover, .s1i94 .pg3v a:hover,
@media (max-width: 640px) {
  .s1i94 .n1ymosst { background: #0d1117; border-top-color: #21262d; }
  .s1i94 .n1ymosst li a { border-bottom-color: #21262d; }
}
.x8251atk .x5h776ne      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.x8251atk .hkkdtg2 { color: var(--accent-light); }
.x8251atk .n1ymosst { --msep-color: #475569; }
.x8251atk .n1ymosst a { color: #475569; }
.x8251atk .n1ymosst a:hover { color: var(--accent-light); }
.x8251atk .op9jbe { color: #64748b; }
.x8251atk .juac { background: #f0f4f8; border-top-color: #cbd5e1; }
.x8251atk .qxr6,
.x8251atk .swc2 { color: #64748b; }
.x8251atk .s550 a, .x8251atk .pg3v a,
.x8251atk .s550 a:hover, .x8251atk .pg3v a:hover,
@media (max-width: 640px) {
  .x8251atk .n1ymosst { background: #f0f4f8; border-top-color: #cbd5e1; }
  .x8251atk .n1ymosst li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.gwzdxf .x5h776ne      { background: var(--accent); border-bottom-color: var(--accent-light); }
.gwzdxf .hkkdtg2 { color: #fff; }
.gwzdxf .n1ymosst { --msep-color: rgba(255,255,255,0.82); }
.gwzdxf .n1ymosst a { color: rgba(255,255,255,0.82); }
.gwzdxf .n1ymosst a:hover { color: #fff; }
.gwzdxf .op9jbe { color: rgba(255,255,255,0.9); }
.gwzdxf .juac { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.gwzdxf .qxr6,
.gwzdxf .swc2 { color: rgba(255,255,255,0.72); }
.gwzdxf .s550 a, .gwzdxf .pg3v a,
.gwzdxf .s550 a:hover, .gwzdxf .pg3v a:hover,
@media (max-width: 640px) {
  .gwzdxf .n1ymosst { background: var(--accent); border-top-color: var(--accent-light); }
  .gwzdxf .n1ymosst li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.bdta .x5h776ne {
  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);
}
.bdta .juac {
  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) {
  .bdta .n1ymosst {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.sq6axyv9 .fih0ifq { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.wl60e59g .fih0ifq { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.nejow6g .fih0ifq { min-height: 72px; height: auto; }
.zqo2w36p .fih0ifq { min-height: 84px; height: auto; }
.b1t6qe .fih0ifq { max-width: none; padding: 0 32px; }
.b1t6qe .fauk  { max-width: none; padding: 24px 32px; }
.mmljddv4.b1h7m1 .fih0ifq { max-width: 1200px; }
.mmljddv4.hl7nr2r7 .fih0ifq { max-width: 1320px; }
.mfkjl3sr   .hkkdtg2, .mfkjl3sr   .x14y { text-transform: capitalize; }
.bga2tbml .hkkdtg2, .bga2tbml .x14y { text-transform: lowercase; }
.lx590 .hkkdtg2, .lx590 .x14y { text-transform: uppercase; letter-spacing: 0.06em; }
.tarw, .lzlf9s {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.vecdwht .tarw,
.cw6ezfa .tarw,
.jdx45e .tarw,
.x6nrcsk .tarw,
.sysrk82   .n1ymosst a { font-weight: 500; }
.dq6rlcb .n1ymosst a { font-weight: 600; }
.ogh26o     .n1ymosst a { font-weight: 700; }
.mgqw888    .n1ymosst a { font-weight: 800; letter-spacing: 0.01em; }
.ywgy     .n1ymosst > li + li::before,
.ylrl8sw    .n1ymosst > li + li::before,
.jr116hwa    .n1ymosst > li + li::before,
.ci03 .n1ymosst > li + li::before,
.wjesv .n1ymosst > li + li::before,
.t01nhpe  .n1ymosst > li + li::before,
.fgfi8a3v    .n1ymosst > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.ywgy     .n1ymosst > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.ylrl8sw    .n1ymosst > li + li::before { content: "|"; }
.jr116hwa    .n1ymosst > li + li::before { content: "—"; }
.ci03 .n1ymosst > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.wjesv .n1ymosst > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.t01nhpe  .n1ymosst > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.fgfi8a3v    .n1ymosst > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .dmzn .op9jbe,
  .ehuqcs .op9jbe,
  .t64n2yw .op9jbe,
  .qdvz1 .op9jbe,
  .obfs6d .op9jbe {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .dmzn .op9jbe::before,
  .ehuqcs .op9jbe::before,
  .t64n2yw .op9jbe::before,
  .qdvz1 .op9jbe::before,
  .obfs6d .op9jbe::before { content: ""; display: block; flex-shrink: 0; }

  
  .dmzn .op9jbe::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;
  }

  
  .ehuqcs .op9jbe::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;
  }

  
  .t64n2yw .op9jbe::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;
  }

  
  .qdvz1 .op9jbe::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;
  }

  
  .obfs6d .op9jbe::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) {
  .fffq .op9jbe {
    padding: 5px 14px;
  }
  .fffq .n1ymosst {
    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;
  }
  .fffq .n1ymosst li a {
    border-bottom: none; padding: 10px 22px;
  }
  .fffq .n1ymosst li a:hover { background: var(--bg-raised); }
  .fffq .guu7,
  .iijm .guu7,
  .nr1ug4 .guu7 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .bxjh .op9jbe {
    padding: 5px 10px;
  }
  .bxjh .n1ymosst {
    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);
  }
  .bxjh .n1ymosst.whqcut0 { transform: translateX(0); }
  .bxjh .n1ymosst li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .bxjh .n1ymosst li:last-child a { border-bottom: none; }
  .gwzdxf .n1ymosst,
  .s1i94 .n1ymosst { background: var(--accent) !important; }
  .gwzdxf .n1ymosst li a,
  .s1i94 .n1ymosst li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .nr1ug4 .op9jbe {
    padding: 5px 10px;
  }
  .nr1ug4 .n1ymosst {
    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);
  }
  .nr1ug4 .n1ymosst::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .nr1ug4 .n1ymosst.whqcut0 { transform: translateY(0); }
  .nr1ug4 .n1ymosst li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .ul6e .op9jbe {
    padding: 5px 10px;
  }
  .ul6e .n1ymosst {
    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;
  }
  .ul6e .n1ymosst.whqcut0 { opacity: 1; pointer-events: auto; }
  .ul6e .n1ymosst li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .exq1lx6a     .op9jbe { border-radius: 0 !important; }
  .l797umz   .op9jbe { border-radius: 8px !important; }
  .vub8skw9 .op9jbe { border-radius: 50% !important; }
  .bgw433   .op9jbe { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .qtza .gye52kd { flex-direction: column; align-items: stretch; }
  .qtza .vnlpun { flex-direction: row; min-width: auto; }
  .qtza .x9gjh2 { align-items: flex-start; text-align: left; }
}
.qucyua,
.qucyua.tskk,
.v8x1wo .qucyua,
.yoma3t .qucyua,
.c2iaw0oj .qucyua,
.h8ndy0lv .qucyua {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.pep14yjo {
  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;
}
.n7v15 { flex: 1 1 280px; min-width: 0; }
.w75s1lj {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.bdv9m2 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.tyts67se {
  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;
}
.tyts67se:hover { transform: translateY(-1px); opacity: 0.95; }
.xhprbh .pep14yjo {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.xhprbh .w75s1lj { color: var(--cta); }
.xhprbh .bdv9m2 { color: var(--text-body); }
.xhprbh .tyts67se {
  background: var(--cta) !important;
  color: #fff !important;
}
.to9ytlrz .pep14yjo {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.to9ytlrz .w75s1lj { color: var(--text-primary); }
.to9ytlrz .bdv9m2 { color: var(--text-body); }
.to9ytlrz .tyts67se {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .pep14yjo {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .n7v15 { flex: 0 0 auto; }
  .w75s1lj { font-size: 1.2rem; }
  .tyts67se { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.pqowxs4 .j9w2ft9 { height: 36px; }
.aty6aqsh .j9w2ft9 { height: 60px; max-width: 200px; }
.f7gi .j9w2ft9 { height: 56px; max-width: 180px; }
.ywe4y1    .x0bp5j, .ywe4y1    .lxco59hc { color: #f59e0b; }
.zkipo89      .x0bp5j { font-size: 1rem; letter-spacing: 1.5px; }
.zkipo89      .lxco59hc   { font-size: 1.35rem; }
.duobfow    .x0bp5j, .duobfow    .lxco59hc { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.shii     .x0bp5j, .shii     .lxco59hc { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.i51kn0u .x0bp5j, .i51kn0u .lxco59hc { color: var(--cta); letter-spacing: 2px; }
.eobf   .x0bp5j, .eobf   .lxco59hc { color: #e91e63; letter-spacing: 2px; }
.pu5bsgx  .x0bp5j, .pu5bsgx  .lxco59hc { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.t57ui6fp     .x0bp5j, .t57ui6fp     .lxco59hc { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.kqql7be .or4i8 + .or4i8 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.ubts .igtc { padding: 18px 24px; min-height: 68px; }
.o7rjc7tp .d77n2at {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.o7rjc7tp .yt4c15v {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.d8880plr .or4i8 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.q6xs69 { counter-reset: cs-rank; }
.q6xs69 .igtc { counter-increment: cs-rank; }
.q6xs69 .igtc::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;
}
.veq64f .q6xs69 { counter-reset: cs-rank; gap: 0; }
.veq64f .igtc {
  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;
}
.veq64f .igtc::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;
}
.veq64f .eiflt {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.veq64f .gi7xa97k {
  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;
}
.veq64f .qbfs7 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.veq64f .eiflt { min-width: 0; flex-direction: column; width: 100%; }
.veq64f .x10s {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.veq64f .x0bp5j { color: var(--cta, var(--accent)); }
.veq64f .wvf4 { font-weight: 700; }
.veq64f .or4i8 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.veq64f .d77n2at {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.veq64f .yt4c15v {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.veq64f .ccxh3r .yt4c15v { font-size: 1.3rem; color: var(--accent-light); }
.veq64f .bd90553l {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.veq64f .igtc:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .veq64f .q6xs69 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .veq64f .igtc {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .veq64f .igtc { padding: 40px 16px 20px; }
  .veq64f .or4i8 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .veq64f .bd90553l { width: 100%; min-width: 0; }
}
.is31ke1s .q6xs69 { counter-reset: cs-rank; gap: 10px; }
.is31ke1s .igtc {
  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);
}
.is31ke1s .igtc::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);
}
.is31ke1s .eiflt {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.is31ke1s .gi7xa97k {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.is31ke1s .qbfs7 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.is31ke1s .x10s {
  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;
}
.is31ke1s .x0bp5j { color: var(--cta, var(--accent)); }
.is31ke1s .or4i8 {
  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;
}
.is31ke1s .d77n2at {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.is31ke1s .yt4c15v { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.is31ke1s .ccxh3r .yt4c15v { color: var(--accent-light); }
.is31ke1s .bd90553l {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.is31ke1s .igtc:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .is31ke1s .igtc {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .is31ke1s .igtc::before {
    position: absolute; top: 14px; left: 14px;
  }
  .is31ke1s .eiflt {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .is31ke1s .x10s { white-space: normal; text-align: center; font-size: 1.2rem; }
  .is31ke1s .or4i8 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .is31ke1s .bd90553l { width: 100%; min-width: 0; }
  .is31ke1s .x0bp5j { min-width: 0; }
}
.l60a .igtc::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.g1wr .byv79m8 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.g1wr .byv79m8 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.g1wr .byv79m8 p { padding: 0 2px 16px; }
.s62kp .byv79m8 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.s62kp .byv79m8 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.s62kp .byv79m8 summary::after { content: "›"; font-size: 1.2em; }
.s62kp .byv79m8[open] summary::after { content: "‹"; }
.s62kp .byv79m8 p { padding: 10px 22px 4px; }
.sr4tjjw .byv79m8 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.sr4tjjw .byv79m8 summary { color: var(--text-primary); padding-left: 16px; }
.sr4tjjw .byv79m8 summary::after { content: "›"; font-size: 1.1em; }
.sr4tjjw .byv79m8[open] summary::after { content: "‹"; }
.sr4tjjw .byv79m8 p { padding-left: 16px; }
.ctou0q .cqnu { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.ctou0q .byv79m8 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ctou0q .byv79m8:last-child { border-bottom: none; }
.ctou0q .byv79m8 summary { color: var(--text-primary); border-radius: 0; }
.ctou0q .byv79m8 summary::after { content: "›"; font-size: 1.1em; }
.ctou0q .byv79m8[open] summary::after { content: "‹"; }
.yaqhe .byv79m8 { overflow: hidden; }
.yaqhe .byv79m8 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.yaqhe .byv79m8 summary::after { color: rgba(255,255,255,.75); }
.yaqhe .byv79m8[open] summary { border-radius: 0; }
.s7n8ma { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.xb0mic {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.li3kyel4 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.l7qr { color: var(--text-muted); font-size: 1.05rem; }
.vdjoigbb {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.jlc3tat {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.ba5cvd { margin-bottom: 20px; }
.a744u {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.jh6qrq {
  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;
}
.jh6qrq:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.d43fj8c1 { resize: vertical; min-height: 130px; }
.lxnfcie1 { width: 100%; margin-top: 8px; }
.b9qxuk {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.gmn1fkbd {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.bnnp0ghe { color: var(--text-muted); line-height: 1.75; }
.snryf { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.snryf li { margin-bottom: 6px; }
.lqjzj { max-width: 760px; margin: 0 auto; }
.dutzrs4g { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.slct9qqb { max-width: 760px; margin: 0 auto; }
.mwwbmgv ul.snryf { margin: 0; }
@media (max-width: 640px) { .kdknivbh { grid-template-columns: 1fr; gap: 10px; } }
.lfboy { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.kerk9p2 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.t7m56 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.kerk9p2 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.kerk9p2 .snryf { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .lfboy { grid-template-columns: 1fr; } }
.ponllr { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.ponllr:hover .pn6nlr { color: var(--accent-light); text-decoration: underline; }
.mn41 { color: inherit; text-decoration: none; }
.mn41:hover { color: var(--accent-light); text-decoration: underline; }
.wxenpb { display: inline-block; line-height: 0; }
.imv13 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.tbyb { margin-bottom: 48px; }
.qpsfgjnp { max-width: 760px; margin: 0 auto; }
.q99ozdh { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.q99ozdh:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.poku1k { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.q99ozdh p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.q99ozdh ul.snryf { margin: 0; }
.xq8tea { color: var(--text-muted); line-height: 1.75; }
.e0yjxq .snryf,
.jfk8 .snryf,
.c9134f .snryf,
.smke2 .snryf {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.e0yjxq .q99ozdh,
.jfk8 .q99ozdh { text-align: left; }
.e0yjxq .poku1k,
.jfk8 .poku1k { text-align: center; }
.hzng { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.hkxtj174 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.y6z7goc { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.f0t5 { margin-top: 12px; }
.hacwz { 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; }
.hacwz:hover { border-bottom-color: var(--accent-light); }
.rh9s08po { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.rh9s08po img { width: 100%; height: 100%; object-fit: cover; display: block; }
.efciko9r { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.l7jzs2 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.jaiw { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
.bslib { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
@media (max-width: 640px) { .bslib { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.cq43gtf .y6z7goc, .cq43gtf .hkxtj174 { max-width: 640px; }
.y47k .hzng { font-size: 1.6rem; margin-top: 18px; }
.xvcldqi .y6z7goc { margin-bottom: 28px; }
@media (max-width: 860px) { .vc6xxx { grid-template-columns: 1fr; } .y47k { position: static; text-align: center; } }
.la0hb .rh9s08po { margin: 0 auto 18px; }
.la0hb .l7jzs2 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .ife6a4xf { grid-template-columns: 1fr; } }
.p7y5m0 .hzng { font-size: 1.6rem; margin-bottom: 6px; }
.smke2 .snryf { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .p7y5m0 { flex-direction: column; text-align: center; } .frd0ts3 { grid-template-columns: 1fr; } }
.er7b5e .hzng { font-size: 1.35rem; margin: 0 0 4px; }
.er7b5e .l7jzs2 { margin: 0; }
.sb6vn6 { max-width: 760px; margin: 0 auto; }
.kj0j34 { position: relative; padding-left: 28px; }
.kj0j34::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.n9wa6mdn { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.n9wa6mdn:last-child { padding-bottom: 0; }
.krdt { 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; }
.jfkbv h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.jfkbv p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.m7ta6epk .li3kyel4 { color: var(--accent-light); }
.ngv8 {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.ngv8 .li3kyel4 { font-size: 2rem; }
.ngv8 .l7qr { max-width: 680px; }
.md6pvzgf .li3kyel4 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.md6pvzgf .l7qr  { margin: 0; }
@media (max-width: 640px) { .md6pvzgf { flex-direction: column; } }
.f66utjm .li3kyel4 { color: var(--accent-light); }
.fn7aizc .li3kyel4 { color: #fff; }
.fn7aizc .l7qr  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .sojr81z6 { grid-template-columns: 1fr; } }
.l6imx1w .jh6qrq {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.l6imx1w .jh6qrq:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.tamusu9 .jh6qrq { background: var(--bg-raised); border-color: transparent; }
.tamusu9 .jh6qrq:focus { background: var(--bg-card); border-color: var(--accent-light); }
.b0lbj .jh6qrq { border-radius: 100px; padding: 11px 20px; }
.b0lbj .d43fj8c1 { border-radius: 14px; }
@media (max-width: 640px) { .xz3t4f { grid-template-columns: 1fr; } }
.lc0dono{display:none}
.lc0dono:empty,.owt9:empty{display:none}
.xb9pu5cy{position:relative;overflow:visible}
.sl43vag4 .llzaiub,.rtjpl4w5 .llzaiub,
.p08g .llzaiub,.hdys .llzaiub,
.r0zy7tsa .llzaiub,.u96u .llzaiub{display:block}
.df7c .gjsv{display:block}
.sl43vag4 .llzaiub,.rtjpl4w5 .llzaiub,
.p08g .llzaiub,.hdys .llzaiub,
.r0zy7tsa .llzaiub{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}
.sl43vag4 .llzaiub .owt9,.rtjpl4w5 .llzaiub .owt9,
.p08g .llzaiub .owt9,.hdys .llzaiub .owt9,
.r0zy7tsa .llzaiub .owt9{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}
.sl43vag4 .dkdi,.rtjpl4w5 .dkdi,
.p08g .dkdi,.hdys .dkdi,
.r0zy7tsa .dkdi{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.sl43vag4 .llzaiub,.rtjpl4w5 .llzaiub{top:12px}
.sl43vag4 .llzaiub .owt9{margin-right:auto}
.rtjpl4w5 .llzaiub .owt9{margin-left:auto}
.rtjpl4w5 .llzaiub{text-align:right}
.p08g .llzaiub,.hdys .llzaiub{bottom:12px}
.p08g .llzaiub .owt9{margin-right:auto}
.hdys .llzaiub .owt9{margin-left:auto}
.hdys .llzaiub{text-align:right}
.r0zy7tsa .llzaiub{position:relative;margin-top:16px}
.r0zy7tsa .llzaiub .owt9{margin:0 auto}
.u96u .llzaiub{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.u96u .llzaiub .owt9{margin:0}
.u96u .lmzp~.llzaiub,
.u96u .yc5m~.llzaiub{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.u96u .lmzp~.llzaiub .owt9,
.u96u .yc5m~.llzaiub .owt9{justify-content:flex-start}
.lmzp~.llzaiub,.yc5m~.llzaiub{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}
.lmzp~.llzaiub .owt9{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.yc5m~.llzaiub .owt9{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.gjsv .owt9{margin:0 0 12px}
.owt9{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.m48x54wu{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.pn6nlr{font-weight:600;color:var(--text-heading);opacity:1}
.xbaec3u::before{content:"·";margin:0 2px;opacity:.5}
.dkdi{white-space:nowrap}
.wfzb659 .m48x54wu{display:none}
.chqittn .dkdi{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.chqittn .xbaec3u::before{content:""}
.lx2as .dkdi{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}
.lx2as .xbaec3u::before{content:""}
.qvkwkp .owt9{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.c0q2 .dkdi{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.c0q2 .xbaec3u::before{content:""}
.zxy1 .dkdi{color: var(--accent-light);opacity:1;font-weight:500}
.q3xzv .dkdi{border-bottom:1px solid currentColor;padding-bottom:2px}
.kcmb5ra5 .owt9{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.qhqj4p{--date-bg:var(--accent-bg)}
.eb0lj5b .xbaec3u::before{content:""}
.gh9ygj .xbaec3u::before{content:"•";opacity:.4}
.gh9ygj .dkdi + .dkdi::before{content:"•";margin-right:6px;opacity:.4}
.pqwyx .xbaec3u::before{content:"/";opacity:.35}
.pqwyx .dkdi + .dkdi::before{content:"/";margin-right:6px;opacity:.35}
.vwpf .xbaec3u::before{content:"|";opacity:.3}
.vwpf .dkdi + .dkdi::before{content:"|";margin-right:6px;opacity:.3}
.utcdf .xbaec3u::before{content:"—";opacity:.3}
.utcdf .dkdi + .dkdi::before{content:"—";margin-right:6px;opacity:.3}
.uudh .xbaec3u::before{content:"◆";font-size:.5em;opacity:.35}
.uudh .dkdi + .dkdi::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.xuey .xbaec3u::before{content:"·";opacity:.4}
.xuey .dkdi + .dkdi::before{content:"·";margin-right:6px;opacity:.4}
.imwf6 .xbaec3u::before{content:"›";opacity:.4}
.imwf6 .dkdi + .dkdi::before{content:"›";margin-right:6px;opacity:.4}
.m5t3me80 .xbaec3u::before{content:"→";opacity:.35;font-size:.85em}
.m5t3me80 .dkdi + .dkdi::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.sn6d{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.urhy{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.i21u3{display:flex;flex-direction:column;gap:3px}
.xm2ezn{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.d9zkh{font-weight:700;font-size:1rem;color:var(--text-heading)}
.ztjtp{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.g7o7 .sn6d{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.nhoel .sn6d{border-top:3px solid var(--accent);padding-top:18px}
.v5yq3 .sn6d{border-left:3px solid var(--accent);border-radius:0}
.lm3mdl .sn6d{padding:20px 0}
@media(max-width:640px){
  .sn6d{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .ztjtp{max-width:100%}
}
.ooyag .rhnf7ly{margin:0}
@media (max-width:560px){
  .b2hnkx{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .qq6zascq { padding: 28px 18px 20px; }
  .uauk { font-size: 1.2rem; }
  .e1e8h { max-width: 220px; max-height: 80px; }
}
.wp2131 {
  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);
}
.gsnidzk {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.vqd8zmc  .wp2131 { border-radius: 50%; }
.meqclcjh  .wp2131 { border-radius: 6px; }
.p9roz2pk .wp2131 { border-radius: 22px; }
.j5eeqzs .pep14yjo {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .wp2131 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.svhd9xqf {
  margin: 28px 0 24px;
}
.svhd9xqf .tskk {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.svhd9xqf .t53ni0g {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.svhd9xqf .pep14yjo {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .fih0ifq { flex-direction: row-reverse; }
[dir="rtl"] .n1ymosst { flex-direction: row-reverse; }
[dir="rtl"] .rjby .h1idk { right: auto; left: 32px; }
[dir="rtl"] .xwtjta  .h1idk { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .rjby .h1idk { right: auto; left: 20px; }
  [dir="rtl"] .xwtjta  .h1idk { left: auto;  right: 20px; }
}
[dir="rtl"] .c89j30i .emwh9  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .rryx .emwh9 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .lmzp,
[dir="rtl"] .m95fksfx,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .qcitl7, [dir="rtl"] .lqdf { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .g7r3f { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .ntdsv { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .r52ka8p { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .pep14yjo { direction: rtl; }
[dir="rtl"] .wp2131 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .igtc,
[dir="rtl"] .unyujhwc { direction: rtl; }
[dir="rtl"] .wt6pzdno { direction: rtl; }
[dir="rtl"] .gsqi6h { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .vlpvha .lqdf,
[dir="rtl"] .pfnb .lqdf,
[dir="rtl"] .ajwa .lqdf,
[dir="rtl"] .uncp .lqdf {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .vlpvha .lqdf li::before,
[dir="rtl"] .pfnb .lqdf li::before,
[dir="rtl"] .ajwa .lqdf li::before,
[dir="rtl"] .uncp .lqdf li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .qkg0z8tc.tmal .jvbs,
[dir="rtl"] .wmqtajy.tmal .jvbs,
[dir="rtl"] .ftna2ik.tmal .jvbs,
[dir="rtl"] .v6sj6qvl.tmal .jvbs,
[dir="rtl"] .i1aft.tmal .jvbs { text-align: right; }
[dir="rtl"] .lmzp.tmal .blwio { align-items: flex-end; text-align: right; }
[dir="rtl"] .lmzp.obnr .blwio { text-align: center; }
[dir="rtl"] .lmzp .blwio { text-align: right; }
[dir="rtl"] .t53ni0g,
[dir="rtl"] .ro6g3,
[dir="rtl"] .p0pg,
[dir="rtl"] .hb9wxd,
[dir="rtl"] .jlc3tat,
[dir="rtl"] .a744u,
[dir="rtl"] .y6z7goc,
[dir="rtl"] .jh6qrq,
[dir="rtl"] .d43fj8c1 { text-align: right; direction: rtl; }
[dir="rtl"] .b0lbj .jh6qrq,
[dir="rtl"] .l6imx1w .jh6qrq { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #8b5cf6;
  --brand:           #8b5cf6;
  --brand-light:     #4614b7;
  --brand-pale:      #6d3cdc;
  --grad-start:      #c8b2fa;
  --grad-end:        #f2edfd;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #d946ef;
  --cta-light:       #d51af1;
  --cta-hover:       #c813e4;
  --bg-page:         #f6f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f3f6;
  --bg-raised:       #eeedf1;
  --bg-hover:        #f4f3f6;
  --border:          #e4e1e9;
  --border-alt:      #d3cfdd;
  --border-section:  #e4e1e9;
  --text-primary:    #18161c;
  --text-muted:      #555062;
  --text-body:       #312d38;
  --text-sub:        #494454;
  --text-faint:      #7a728c;
  --text-dim:        #958ea3;
  --text-label:      #625b70;
  --text-value:      #3d3946;
  --accent-bg:       #e5def6;
  --accent-bg-light: #d1c2f4;
  --bg-tip:          #f0f9f7;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f2f9;
  --bg-pros:         #f0f9f7;
  --bg-cons:         #faf3f5;
  --c-pros:          #0c9675;
  --c-cons:          #9f2141;
  --c-pros-label:    #0eb38b;
  --c-tip-border:    #10c699;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9675;
}
:root { --logo-bg-opacity: 37%; }
body, button, input { font-family: "Heebo", sans-serif; }
.fn2ca5 .ulk6e, .fn2ca5 .lmzp { min-height: 780px; }
.may9 .kejo0snx::after,.may9 .h1idk::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.cl4qk::before { content: '◆'; font-size: 0.5em; }