:root {
  --color-accent: #b3199e;
  --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;
}
.xz8ml {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.t4oblz {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.y6pe {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.frtvr41d { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.x2e0 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.x2e0 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.x2e0 a:hover { color: var(--accent-light); }
.jrnw  .h8xe { border-radius: 14px; }
.jrnw .h8xe li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.jrnw .h8xe li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.nc2qr3g .h8xe li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .h8xe {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .nmqygl:hover .h8xe,
  .nmqygl:focus-within .h8xe { display: block; }
  .h8xe li a { padding: 8px 16px; font-size: 0.88rem; }
}
.i0h08 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.ncxnp { display: none; }
@media (max-width: 640px) {
  .ncxnp {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .ncxnp.pnodvzv { display: block; }
}
@media (max-width: 640px) {
  .i0h08 { display: block; }
  .x2e0 > li + li::before { display: none !important; }
  .x2e0 {
    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;
  }
  .x2e0.pnodvzv { display: flex; }
  .x2e0 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .x2e0 li:last-child a { border-bottom: none; }
}
.by515l { min-height: 480px; }
.vigfzd {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.kmbxz { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.pm9rl .kmbxz { margin-left: 0; margin-right: 0; }
.olw4h8 {
  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;
}
.olw4h8:hover { opacity: 0.88; }
.szga1 .vigfzd { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.szga1 .kmbxz { color: #e2e8f0; }
.szga1.f6cuj0 .rrau12du { text-align: center; }
.zws7f .vigfzd { color: var(--text-primary); text-shadow: none; }
.zws7f .kmbxz { color: var(--text-muted); }
.zws7f .olw4h8 { margin-top: 16px; }
.zws7f, .zws7f.by515l { min-height: auto !important; }
.zws7f.f6cuj0 .rrau12du { text-align: center; }
.zws7f~.u24l{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}
.zws7f~.u24l .sffol{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; }
}
.x31w .vigfzd { color: #fff; }
.x31w .kmbxz { color: rgba(255,255,255,0.85); }
.x31w .olw4h8 { background: #fff; color: var(--cta); }
.x31w .olw4h8:hover { opacity: 0.92; }
.gx7lu .n2q0wm { position: relative; overflow: hidden; }
.gx7lu .n2q0wm::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;
}
.qi5if9t .n2q0wm {
  animation: hg-breathe 7s ease-in-out infinite;
}
.vid0 .n2q0wm { position: relative; overflow: hidden; }
.vid0 .n2q0wm::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;
}
.n7nflon8 .n2q0wm { position: relative; overflow: hidden; }
.n7nflon8 .n2q0wm::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;
}
.d1m5 .n2q0wm {
  animation: hg-fadein 1.2s ease-out both;
}
.n2q0wm {
  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%);
}
.kmepuyqu {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.snbj1 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.n2q0wm .vigfzd { text-shadow: none; color: var(--text-primary); }
.n2q0wm .kmbxz { color: var(--text-muted); }
body.gs72 .vigfzd {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.x5vzfn0m .vigfzd {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.by515l.x31w .vigfzd,
section.x31w .vigfzd {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.n2q0wm.f6cuj0 .kmepuyqu { align-items: center; text-align: center; }
.n2q0wm.pm9rl   .kmepuyqu { align-items: flex-start; text-align: left; }
.eahym2wv .snbj1 { position: relative; }
.eahym2wv .snbj1::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.eahym2wv.jufyos81 .snbj1::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.ajjez4t .snbj1 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.ajjez4t.jufyos81 .snbj1 { padding: 32px 0 32px 32px; }
.aq874glw .snbj1 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.jufyos81 .kmepuyqu {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.aq874glw.jufyos81 .snbj1 { padding: 40px 16px 40px 48px; }
.by515l .j0wh {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.j0wh .c8kb8r {
  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;
}
.j0wh .c8kb8r::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.j0wh .nrc6e920 { display: contents !important; }
.j0wh .nrc6e920 .p7a0qnn {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.j0wh .nrc6e920 .srmk9bt { max-height: 48px; max-width: 96px; }
.j0wh .nrc6e920 .sjsg5ikd {
  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;
}
.j0wh .nm479inh {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.j0wh .fw74dzf { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.j0wh .zprh { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.j0wh .zprh small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.j0wh .zpda6srt { display: contents !important; }
.j0wh .zpda6srt .huvs:not(.v93h) { display: none !important; }
.j0wh .zpda6srt .v93h {
  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;
}
.j0wh .zpda6srt .v93h .f4auwlls {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.j0wh .zpda6srt .v93h .wedmbpwt {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.j0wh .sncrn8 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.j0wh .sncrn8.hjzo {
  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;
}
.j0wh .sncrn8.hjzo:hover { opacity: 0.85; }
.zccy .snbj1 {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
.vnollfp {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px !important;
  width: 100%;
}
@media (max-width: 700px) {
  .n2q0wm { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .n2q0wm:not(.zccy) .snbj1 { display: none !important; }
  .zccy .snbj1 { padding: 16px; }
  .kmepuyqu  { padding: 36px 24px; }
  .n2q0wm~.u24l,.jufyos81~.u24l{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .by515l, .n2q0wm { min-height: 320px !important; }
  .vigfzd { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .n2823,
  .vnollfp,
  .yv5jfv2 { grid-template-columns: 1fr !important; }

  

  
  .bbzwtb { display: flex !important; flex-direction: column !important; }
  .bbzwtb .rrau12du { display: contents; }
  .bbzwtb .jgntqrkf { order: 0; }
  .bbzwtb .vigfzd { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .bbzwtb .n2823 { order: 2; padding: 0 16px 12px !important; }
  .bbzwtb .kmbxz { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .j5xxf64 .rrau12du { display: flex; flex-direction: column; }
  .j5xxf64 .rrau12du .vigfzd { order: 1; }
  .j5xxf64 .rrau12du .yv5jfv2 { order: 2; margin: 8px 0 24px !important; }
  .j5xxf64 .rrau12du .kmbxz { order: 3; }
  .j5xxf64 .rrau12du .olw4h8 { order: 4; align-self: center; margin-top: 0; }

  
  .n2q0wm.zccy {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .n2q0wm.zccy .kmepuyqu { display: contents; padding: 0; }
  .n2q0wm.zccy .kmepuyqu .vigfzd { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .n2q0wm.zccy .snbj1 { order: 2; padding: 12px 16px; }
  .n2q0wm.zccy .kmepuyqu .kmbxz { order: 3; padding: 0 24px; margin: 0 auto; }
  .n2q0wm.zccy .kmepuyqu .olw4h8 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.buiscq { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.hgteg { width: 100%; height: auto; display: block; border-radius: 10px; }
.xxa1 .buiscq        { border-radius: 16px; }
.xxa1 .hgteg  { border-radius: 16px; }
.i530 .buiscq         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.i530 .hgteg   { border-radius: 8px; }
.lx38cc { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.gea2m { width: 100%; padding: 32px 0; position: relative; }
.isfz { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.pa8rx .gea2m:nth-child(even) { background: var(--bg-surface); }
.pa8rx .gea2m:nth-child(odd)  { background: var(--bg-page); }
.cny2s .gea2m:nth-child(even) { background: var(--bg-card); }
.cny2s .gea2m:nth-child(odd)  { background: var(--bg-page); }
.pa8rx .gea2m:nth-child(odd)  .isfz { background: var(--bg-card); border-radius: 6px; }
.pa8rx .gea2m:nth-child(even) .isfz { background: var(--bg-raised); border-radius: 6px; }
.cny2s .gea2m:nth-child(odd)  .isfz { background: var(--bg-card); border-radius: 6px; }
.cny2s .gea2m:nth-child(even) .isfz { background: var(--bg-raised); border-radius: 6px; }
.pa8rx .gea2m:nth-child(even) .cn1bsx .sg9376c,
.cny2s .gea2m:nth-child(even) .cn1bsx .sg9376c { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.pa8rx .gea2m:nth-child(odd) .cn1bsx .sg9376c,
.cny2s .gea2m:nth-child(odd) .cn1bsx .sg9376c { background: var(--bg-card-inner); }
.pa8rx .gea2m:nth-child(even) .lpkrb9 .sg9376c:nth-child(odd),
.cny2s .gea2m:nth-child(even) .lpkrb9 .sg9376c:nth-child(odd)  { background: var(--bg-card); }
.pa8rx .gea2m:nth-child(even) .lpkrb9 .sg9376c:nth-child(even),
.cny2s .gea2m:nth-child(even) .lpkrb9 .sg9376c:nth-child(even) { background: var(--bg-card-inner); }
h1.bjcmyz { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.bjcmyz {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.ppkt20aa { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.u9p8gai h2.bjcmyz {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.f9ium h2.bjcmyz {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.m0wfrppf h2.bjcmyz {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.ngsyqo h2.bjcmyz::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.gcbt h2.bjcmyz {
  color: var(--text-primary); font-size: 1.7rem;
}
.taeret1 h2.bjcmyz::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.jemo1gxw h2.bjcmyz {
  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;
}
.kqp9h { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .kqp9h { display: none; } }
.cnk029 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.xrz9eo { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.m6gzi5p {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.jjzlrm { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.fiiejbm { padding-left: 20px; }
.fiiejbm li { margin-bottom: 6px; }
.fiiejbm a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.fiiejbm a:hover { color: var(--accent-light); }
.c1119r7j .jjzlrm { display: none; }
.aka01zw .jjzlrm { display: none; }
.aka01zw .fiiejbm { padding-left: 0; list-style: none; }
.aka01zw .fiiejbm li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.aka01zw .fiiejbm a { font-size: 0.92rem; }
.k63q9 .m6gzi5p { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.k63q9 .jjzlrm { display: none; }
.k63q9 .fiiejbm { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.k63q9 .fiiejbm li { margin-bottom: 0; }
.k63q9 .fiiejbm 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;
}
.k63q9 .fiiejbm a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.waoendh .m6gzi5p { padding: 20px 20px 16px; }
.waoendh .fiiejbm {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.waoendh .fiiejbm li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.waoendh .fiiejbm 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;
}
.waoendh .fiiejbm 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;
}
.waoendh .fiiejbm a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.waoendh .fiiejbm a:focus,
.waoendh .fiiejbm a:focus-visible,
.waoendh .fiiejbm a:target { outline: none; }
.waoendh .fiiejbm li:target a { border-color: var(--border); color: var(--text-muted); }
.sach2iq .m6gzi5p { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.sach2iq .jjzlrm { display: none; }
.sach2iq .fiiejbm { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.sach2iq .fiiejbm li { margin-bottom: 0; }
.sach2iq .fiiejbm li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.sach2iq .fiiejbm li:last-child::after { content: ""; margin-right: 0; }
.sach2iq .fiiejbm a { font-size: 0.9rem; }
.sg9376c { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.cn1bsx .sg9376c { background: var(--bg-card); }
.lpkrb9 .sg9376c:nth-child(odd)  { background: var(--bg-card); }
.lpkrb9 .sg9376c:nth-child(even) { background: var(--bg-raised); }
.n89l .sg9376c {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.n89l .sg9376c:last-child { border-bottom: none; }
.n89l h3.ppkt20aa { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.ouvcjh .sg9376c {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.ouvcjh .sg9376c + .sg9376c { margin-top: 4px; }
.v685i .sg9376c { background: none; border-radius: 0; padding: 12px 0; }
.v685i .sg9376c + .sg9376c { border-top: 1px solid var(--border-section); }
.b1hzc { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.oheco { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.gi7mn { color: var(--text-body); margin-bottom: 10px; }
.nqf9bgxo, .u5eazu8h { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.nqf9bgxo li, .u5eazu8h li { margin-bottom: 6px; }
.u5eazu8h li { list-style: decimal; }
.p06d167d     .nqf9bgxo { list-style-type: "● "; }
.fpps51  .nqf9bgxo { list-style-type: "■ "; }
.ivj0pm .nqf9bgxo { list-style-type: "◆ "; }
.d67y9bb    .nqf9bgxo { list-style-type: "★ "; }
.p06d167d     .gdb3 { list-style-type: "● "; }
.fpps51  .gdb3 { list-style-type: "■ "; }
.ivj0pm .gdb3 { list-style-type: "◆ "; }
.d67y9bb    .gdb3 { list-style-type: "★ "; }
.p06d167d    .nqf9bgxo li::marker, .p06d167d    .gdb3 li::marker,
.fpps51 .nqf9bgxo li::marker, .fpps51 .gdb3 li::marker,
.ivj0pm .nqf9bgxo li::marker, .ivj0pm .gdb3 li::marker,
.d67y9bb   .nqf9bgxo li::marker, .d67y9bb   .gdb3 li::marker {
  color: var(--cta); font-size: 1em;
}
.p06d167d .u5eazu8h,
.fpps51 .u5eazu8h,
.ivj0pm .u5eazu8h,
.d67y9bb .u5eazu8h {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.p06d167d .u5eazu8h li,
.fpps51 .u5eazu8h li,
.ivj0pm .u5eazu8h li,
.d67y9bb .u5eazu8h li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.p06d167d .u5eazu8h li::before,
.fpps51 .u5eazu8h li::before,
.ivj0pm .u5eazu8h li::before,
.d67y9bb .u5eazu8h 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;
}
.p06d167d     .u5eazu8h li::before { border-radius: 50%; }
.fpps51  .u5eazu8h li::before { border-radius: 3px; }
.ivj0pm .u5eazu8h li::before { border-radius: 3px; }
.d67y9bb    .u5eazu8h li::before { border-radius: 50%; }
.dxjd9x6 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.rg6rgnzk .dxjd9x6,
.yalqrw2 .dxjd9x6 { background: transparent; border: none; border-radius: 0; }
.b423jo { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.b423jo th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.b423jo td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.b423jo tr:hover td { background: var(--bg-hover); }
.h2chgaj .b423jo tbody tr:nth-child(even) td { background: var(--bg-surface); }
.rkdx .b423jo { border: 1px solid var(--border-alt); }
.rkdx .b423jo th,
.rkdx .b423jo td { border: 1px solid var(--border-alt); }
.mjrho5 .b423jo th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.mjrho5 .b423jo td { border-bottom: none; }
.mjrho5 .b423jo tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.kwy4 .b423jo th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.psrcevo .dxjd9x6 {
  overflow: hidden;
}
.psrcevo .b423jo th { border-bottom: 1px solid var(--border-alt); }
.psrcevo .b423jo tr:last-child td { border-bottom: none; }
.prmwuc { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.nsa5a6nb { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.n6fxmfh { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.wn29a { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.yfy6 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.gdb3 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.gdb3 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%}
.zzbmkw9 .wn29a { background: transparent; text-align: center; }
.vlz1f4wm .n6fxmfh {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.qrq4 .n6fxmfh {
  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);
}
.gytd5hgi .nsa5a6nb { display: grid; grid-template-columns: auto 1fr; }
.gytd5hgi .n6fxmfh {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.gytd5hgi .wn29a { grid-column: 2; }
.gytd5hgi .yfy6,
.gytd5hgi .gdb3 { grid-column: 1 / -1; }
.jt6yay .nsa5a6nb { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.jt6yay .n6fxmfh {
  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);
}
.jt6yay .wn29a { grid-column: 2; }
.jt6yay .yfy6,
.jt6yay .gdb3 { grid-column: 1 / -1; }
.zk7nnqx .nsa5a6nb { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.zk7nnqx .wn29a { background: none; color: var(--accent-light); font-weight: 700; }
.rbaad7 .nsa5a6nb { 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); }
.rbaad7 .wn29a { background: none; color: var(--accent-light); font-weight: 700; }
.ecqo .nsa5a6nb { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.ecqo .nsa5a6nb:last-child { border-bottom: none; }
.ecqo .wn29a { background: none; color: var(--accent-light); font-weight: 700; }
.nxon .nsa5a6nb { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.nxon .wn29a { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.chgj5 .prmwuc { counter-reset: card-n; }
.chgj5 .nsa5a6nb  { counter-increment: card-n; }
.chgj5 .wn29a { display: flex; align-items: center; gap: 10px; }
.chgj5 .wn29a::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;
}
.zseveis4 .nsa5a6nb { background: var(--bg-surface); border: 1px solid var(--border); }
.zseveis4 .wn29a { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.il7ktb { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.gkpe  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.nby869n { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.asnei { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.zdybtx { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.il7ktb strong { color: var(--text-primary); font-size: 0.95rem; }
.il7ktb p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.nmd6 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.uyho7ax5, .k000msv { border-radius: 8px; padding: 14px; }
.uyho7ax5 { background: var(--bg-pros); }
.k000msv { background: var(--bg-cons); }
.hy57q { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.uyho7ax5 .hy57q { color: var(--c-pros-label); }
.k000msv .hy57q { color: #f87171; }
.uyho7ax5 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.k000msv ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.hgteg { width: 100%; height: auto; border-radius: 10px; display: block; }
.hjzo {
  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;
}
.hjzo:hover { opacity: 0.85; }
.e8d6toa .hjzo  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.e8d6toa .hjzo:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.uo45o .hjzo  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.uo45o .hjzo:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.kgki1296 .olw4h8 { border-radius: 50px; }
.kgki1296 .hjzo  { border-radius: 50px; }
.m733c .olw4h8 { padding-left: 22px; padding-right: 22px; }
.m733c .hjzo  { padding-left: 12px; padding-right: 12px; }
.xtvd8 .olw4h8 { padding-left: 44px; padding-right: 44px; }
.xtvd8 .hjzo  { padding-left: 24px; padding-right: 24px; }
.teivz .olw4h8 { padding-left: 56px; padding-right: 56px; }
.teivz .hjzo  { padding-left: 32px; padding-right: 32px; }
.plrwk   .olw4h8::after, .plrwk   .hjzo::after,
.whnavg .olw4h8::after, .whnavg .hjzo::after,
.e9pz    .olw4h8::after, .e9pz    .hjzo::after,
.t8jg    .olw4h8::after, .t8jg    .hjzo::after,
.hd90jt    .olw4h8::after, .hd90jt    .hjzo::after,
.dwtr746w     .olw4h8::after, .dwtr746w     .hjzo::after,
.xc5fjzvp    .olw4h8::after, .xc5fjzvp    .hjzo::after,
.e4f40   .olw4h8::after, .e4f40   .hjzo::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;
}
.plrwk .olw4h8::after, .plrwk .hjzo::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");
}
.whnavg .olw4h8::after, .whnavg .hjzo::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");
}
.e9pz .olw4h8::after, .e9pz .hjzo::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");
}
.t8jg .olw4h8::after, .t8jg .hjzo::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");
}
.hd90jt .olw4h8::after, .hd90jt .hjzo::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");
}
.dwtr746w .olw4h8::after, .dwtr746w .hjzo::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");
}
.xc5fjzvp .olw4h8::after, .xc5fjzvp .hjzo::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");
}
.e4f40 .olw4h8::after, .e4f40 .hjzo::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");
}
.zo38w   .f1j7chfh::after, .zo38w   .fkoyje::after,
.jnildbq .f1j7chfh::after, .jnildbq .fkoyje::after,
.n9hkvw    .f1j7chfh::after, .n9hkvw    .fkoyje::after,
.oz0yuyw    .f1j7chfh::after, .oz0yuyw    .fkoyje::after,
.furlm74b    .f1j7chfh::after, .furlm74b    .fkoyje::after,
.y9xiz0     .f1j7chfh::after, .y9xiz0     .fkoyje::after,
.wul6jkz    .f1j7chfh::after, .wul6jkz    .fkoyje::after,
.tsrzrhxm   .f1j7chfh::after, .tsrzrhxm   .fkoyje::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;
}
.zo38w .f1j7chfh::after, .zo38w .fkoyje::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");
}
.jnildbq .f1j7chfh::after, .jnildbq .fkoyje::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");
}
.n9hkvw .f1j7chfh::after, .n9hkvw .fkoyje::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");
}
.oz0yuyw .f1j7chfh::after, .oz0yuyw .fkoyje::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");
}
.furlm74b .f1j7chfh::after, .furlm74b .fkoyje::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");
}
.y9xiz0 .f1j7chfh::after, .y9xiz0 .fkoyje::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");
}
.wul6jkz .f1j7chfh::after, .wul6jkz .fkoyje::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");
}
.tsrzrhxm .f1j7chfh::after, .tsrzrhxm .fkoyje::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");
}
.o0o1w {
  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;
}
.c8kb8r {
  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;
}
.c8kb8r > * { min-width: 0; }
.c8kb8r:hover { background: var(--bg-hover); }
.c8kb8r > [itemprop="item"] { display: contents; }
.c8kb8r [itemprop="itemReviewed"],
.c8kb8r [itemprop="reviewRating"] { display: none; }
.c8kb8r::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;
}
.nrc6e920 {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.p7a0qnn {
  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;
}
.srmk9bt { max-height: 52px; max-width: 110px; object-fit: contain; }
.sjsg5ikd {
  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;
}
.sg5p1yh .p7a0qnn    { background: #1a1a1a; }
.eio35qm .p7a0qnn   { background: rgba(128,128,128,.12); }
.vzxkrg .p7a0qnn { background: var(--bg-raised); }
.dt32 .p7a0qnn    { background: transparent; padding: 0; }
.nm479inh {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.fw74dzf { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.zprh { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.zpda6srt {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.huvs {
  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;
}
.f4auwlls {
  
  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%;
}
.wedmbpwt {
  
  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;
}
.sncrn8 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.sncrn8.hjzo {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .c8kb8r {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .c8kb8r::before    { grid-area: rank;   }
  .nrc6e920           { grid-area: ident;  }
  .nm479inh     { grid-area: rating; min-width: 0; width: auto; }
  .zpda6srt           { grid-area: pills;  }
  .sncrn8             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .c8kb8r {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .c8kb8r::before    { justify-self: center; }
  .nrc6e920           { width: 100%; }
  .nm479inh     { justify-self: center; }
  .zpda6srt           { grid-template-columns: 1fr; }
}
.j09g6z {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.sg7b1 {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.l097 {
  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;
}
.l097 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.ptx70lm { flex: 1; }
.ptx70lm h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.boc8uw2 { color: var(--c-stars); font-size: 1.1rem; }
.z7be { margin-bottom: 8px; }
.a445 { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.ofbdghi::before   { content: "★ "; color: var(--accent-light); }
.ac19onti { flex-shrink: 0; }
.c9aemr6e img.fiwo { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.rg6rgnzk { padding: 20px 24px; }
.o6b8cd { color: var(--text-muted); margin-bottom: 16px; }
.aiyanh7t { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.uq11saq, .ezezochg { list-style: none; font-size: 0.9rem; }
.uq11saq li { color: var(--c-pros); margin-bottom: 4px; }
.ezezochg li { color: var(--c-cons); margin-bottom: 4px; }
.uq11saq li::before { content: "✓"; margin-right: 5px; }
.ezezochg li::before { content: "✗"; margin-right: 5px; }
.tuboyw .uq11saq li::before { content: "→"; }
.tuboyw .ezezochg li::before { content: "–"; }
.w16hnt  .uq11saq li::before { content: "★"; }
.w16hnt  .ezezochg li::before { content: "✕"; }
.fr1msk    .uq11saq li::before { content: "◆"; }
.fr1msk    .ezezochg li::before { content: "▲"; }
.vsu7hvm  .uq11saq li::before { content: "▶"; }
.vsu7hvm  .ezezochg li::before { content: "■"; }
.f03ps6p { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.d6oxtvzv { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.wq57 { background: var(--bg-pros); color: var(--c-tag-pay); }
.jgzqpo { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.am2tv5l .jgzqpo { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.y1hcgg .jgzqpo { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .twdk5oix .a6g7g0 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .twdk5oix .j09g6z { margin: 0; }
}
.xizh49 .sg7b1 { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.xizh49 .ptx70lm h3 { color: var(--accent-light); }
.xizh49 .l097 { background: var(--bg-page); border: 1px solid var(--border); }
.pwcft .j09g6z { border-top: 4px solid var(--accent); }
.pwcft .sg7b1 { background: var(--bg-card); }
.fjgp6 .j09g6z { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.fjgp6 .sg7b1 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.fjgp6 .rg6rgnzk { padding: 14px 16px; }
.fjgp6 .l097 { border-radius: 4px; }
.fjgp6 .jgzqpo { border-radius: 0; }
.o6hn .sg7b1 { padding: 0; gap: 0; overflow: hidden; }
.o6hn .l097 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.o6hn .ptx70lm { padding: 16px 20px; }
.o6hn .ac19onti { padding: 16px 20px; align-self: center; }
.r27upzac .boc8uw2 { font-size: .95rem; }
.yalqrw2 .nmd6 { gap: 10px; }
.yalqrw2 .uyho7ax5, .yalqrw2 .k000msv { padding: 12px; }
.yalqrw2 .uyho7ax5 ul, .yalqrw2 .k000msv ul { margin: 4px 0 0; padding-left: 18px; }
.yalqrw2 .uyho7ax5 li, .yalqrw2 .k000msv li { font-size: .85rem; margin-bottom: 3px; }
.i0078sxl .d6oxtvzv { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .n1o3 { grid-template-columns: 1fr; }
  .x3qm1 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .x3qm1 .jccf { width: 72px; height: 50px; }
  .x3qm1 .dnrhe5f { max-width: 180px; }
  .x3qm1 .j8r1rcmr { width: auto; }
}
.v1hi2gz .r27upzac .boc8uw2 { filter: brightness(1.2); }
@media (max-width: 720px) {
  .v1hi2gz { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .ny3eoc { padding: 16px; }
  .zzww38 .sqwbgnpd { min-width: 50%; }
}
.vws1r .nmd6 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .prqgycrm { grid-template-columns: 1fr; }
  .zinsu { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .licq { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .f80fxiqp { flex-wrap: wrap; padding: 16px; }
}
.xmoe .nmd6 { gap: 8px; }
.xmoe .uyho7ax5, .xmoe .k000msv { padding: 8px; }
@media (max-width: 480px) {
  .t9zj9gv { flex-direction: column; align-items: stretch; }
}
.pp5vho4 .j8r1rcmr .hjzo { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .jpw9jh8 { flex-direction: column; align-items: stretch; gap: 10px; }
  .pp5vho4 .j8r1rcmr { text-align: center; }
}
@media (max-width: 720px) {
  .ss5sab { grid-template-columns: 1fr; }
  .k9ch5 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .nwdjhp { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.ddhww3t4 .t9sl1 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.hwnefxj .boc8uw2 { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .p20bm9 { grid-template-columns: 1fr; }
  .hwnefxj { width: 100px; height: 100px; margin: 16px auto; }
  .ddhww3t4 { font-size: 1.4rem; }
  .cgp4 { justify-content: center; }
  .u3ailu8 .sqwbgnpd { min-width: 50%; }
}
.e020gp .nmd6 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .xsz8 { flex-wrap: wrap; padding: 14px 16px; }
  .bijs { padding: 12px 16px; }
  .e020gp .nmd6 { margin: 0 16px; }
  .e020gp .i0078sxl { padding: 0 16px; }
  .mwnv2 { padding: 12px 16px; }
}
.rrrepm97 .c8kb8r {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.rrrepm97 .c8kb8r:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.e6cp9ce .o0o1w { gap: 18px; }
.e6cp9ce .c8kb8r {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.e6cp9ce .c8kb8r:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.apnc .o0o1w {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.apnc .c8kb8r {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.apnc .c8kb8r:last-child { border-bottom: none; }
.apnc .nrc6e920,
.apnc .nm479inh,
.apnc .zpda6srt {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.nrelcl .o0o1w { gap: 0; }
.nrelcl .c8kb8r {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.nrelcl .c8kb8r:last-child { border-bottom: none; }
.nrelcl .c8kb8r:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.nrelcl .c8kb8r:nth-child(even):hover { background: var(--bg-hover); }
.emdwzac .c8kb8r {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.rfmnvtx .zpda6srt .huvs {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.rfmnvtx .zpda6srt .huvs:first-child { border-left: none; }
.yy9snd .zpda6srt .huvs {
  background: transparent; padding: 4px 8px;
}
.yy9snd .zpda6srt .f4auwlls { font-size: .65rem; opacity: .65; }
.yy9snd .zpda6srt .wedmbpwt   { font-size: 1.15rem; color: var(--accent-light); }
.mfllc8 .zpda6srt .huvs {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.zprh { display: none; }
.nqowjx3o .fw74dzf { font-size: 1rem; letter-spacing: 2px; }
.y2hyu .fw74dzf {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.uk5wd .fw74dzf,
.r4msq48 .fw74dzf,
.a5hfcrc .fw74dzf { display: none; }
.uk5wd .zprh,
.r4msq48 .zprh,
.a5hfcrc .zprh { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.uk5wd .zprh { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.uk5wd .zprh small { display: none; }
.r4msq48 .zprh {
  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;
}
.r4msq48 .zprh small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.a5hfcrc .zprh {
  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;
}
.a5hfcrc .zprh small { display: none; }
.uk5wd .z7be .boc8uw2,
.r4msq48 .z7be .boc8uw2,
.a5hfcrc .z7be .boc8uw2 { display: none; }
.uk5wd .z7be strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.uk5wd .t9sl1 { display: none; }
.r4msq48 .z7be 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;
}
.r4msq48 .m9g3xxcn,
.r4msq48 .t9sl1 { font-size: 1em; }
.a5hfcrc .z7be strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.a5hfcrc .t9sl1 { display: none; }
.izwydzxk { margin: 16px 0; }
.t1ku8y6c { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.t1ku8y6c summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.t1ku8y6c summary::after { content: "+"; color: var(--accent-light); }
.t1ku8y6c[open] summary::after { content: "−"; }
.t1ku8y6c p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.gea2m { margin-bottom: 0; }
.cjoav h2.bjcmyz { color: var(--text-primary); border-color: var(--accent-light); }
.wpa8cdmj h2.bjcmyz { color: var(--text-primary); border-color: var(--accent-light); }
.rrz9 .gkpe     { background: #052e16; border-color: #10b981; }
.rrz9 .nby869n { background: #2d0a1e; border-color: #f43f5e; }
.rrz9 .asnei    { background: #1e1036; border-color: #a855f7; }
.rrz9 .il7ktb strong  { color: #f1f5f9; }
.rrz9 .il7ktb p       { color: #cbd5e1; }
.rrz9 .vpzicw    .gkpe     .zdybtx::before,
.rrz9 .o4fut5  .gkpe     .zdybtx::before,
.rrz9 .bal5fr  .gkpe     .zdybtx::before,
.rrz9 .inathnc .gkpe     .zdybtx::before { color: #10b981; }
.rrz9 .vpzicw    .nby869n .zdybtx::before,
.rrz9 .o4fut5  .nby869n .zdybtx::before,
.rrz9 .bal5fr  .nby869n .zdybtx::before,
.rrz9 .inathnc .nby869n .zdybtx::before { color: #f43f5e; }
.rrz9 .vpzicw    .asnei    .zdybtx::before,
.rrz9 .o4fut5  .asnei    .zdybtx::before,
.rrz9 .bal5fr  .asnei    .zdybtx::before,
.rrz9 .inathnc .asnei    .zdybtx::before { color: #a855f7; }
.jwuw8dl .gkpe     { background: #2d2000; border-color: #eab308; }
.jwuw8dl .nby869n { background: #2d0b0b; border-color: #ef4444; }
.jwuw8dl .asnei    { background: #2d1600; border-color: #f97316; }
.jwuw8dl .il7ktb strong  { color: #f1f5f9; }
.jwuw8dl .il7ktb p       { color: #cbd5e1; }
.jwuw8dl .vpzicw    .gkpe     .zdybtx::before,
.jwuw8dl .o4fut5  .gkpe     .zdybtx::before,
.jwuw8dl .bal5fr  .gkpe     .zdybtx::before,
.jwuw8dl .inathnc .gkpe     .zdybtx::before { color: #eab308; }
.jwuw8dl .vpzicw    .nby869n .zdybtx::before,
.jwuw8dl .o4fut5  .nby869n .zdybtx::before,
.jwuw8dl .bal5fr  .nby869n .zdybtx::before,
.jwuw8dl .inathnc .nby869n .zdybtx::before { color: #ef4444; }
.jwuw8dl .vpzicw    .asnei    .zdybtx::before,
.jwuw8dl .o4fut5  .asnei    .zdybtx::before,
.jwuw8dl .bal5fr  .asnei    .zdybtx::before,
.jwuw8dl .inathnc .asnei    .zdybtx::before { color: #f97316; }
.gnbops .gkpe     { background: #0c1a2e; border-color: #38bdf8; }
.gnbops .nby869n { background: #12103a; border-color: #818cf8; }
.gnbops .asnei    { background: #0a2020; border-color: #2dd4bf; }
.gnbops .il7ktb strong  { color: #f1f5f9; }
.gnbops .il7ktb p       { color: #cbd5e1; }
.gnbops .vpzicw    .gkpe     .zdybtx::before,
.gnbops .o4fut5  .gkpe     .zdybtx::before,
.gnbops .bal5fr  .gkpe     .zdybtx::before,
.gnbops .inathnc .gkpe     .zdybtx::before { color: #38bdf8; }
.gnbops .vpzicw    .nby869n .zdybtx::before,
.gnbops .o4fut5  .nby869n .zdybtx::before,
.gnbops .bal5fr  .nby869n .zdybtx::before,
.gnbops .inathnc .nby869n .zdybtx::before { color: #818cf8; }
.gnbops .vpzicw    .asnei    .zdybtx::before,
.gnbops .o4fut5  .asnei    .zdybtx::before,
.gnbops .bal5fr  .asnei    .zdybtx::before,
.gnbops .inathnc .asnei    .zdybtx::before { color: #2dd4bf; }
.bpx9l97 .gkpe     { background: var(--accent-bg); border-color: var(--accent-light); }
.bpx9l97 .nby869n { background: var(--accent-bg-light); border-color: var(--accent-light); }
.bpx9l97 .asnei    { background: var(--accent-bg); border-color: var(--accent-pale); }
.bpx9l97 .vpzicw    .zdybtx::before,
.bpx9l97 .o4fut5  .zdybtx::before,
.bpx9l97 .bal5fr  .zdybtx::before,
.bpx9l97 .inathnc .zdybtx::before { color: var(--accent-light) !important; }
.dh36h::before,
.me8zk::before { margin-right: 5px; }
.bj7for .uyho7ax5 ul li,
.bj7for .uq11saq li         { color: #4ade80; }
.bj7for .uyho7ax5 .dh36h { color: #22c55e; }
.bj7for .k000msv ul li,
.bj7for .ezezochg li         { color: #f87171; }
.bj7for .k000msv .me8zk { color: #ef4444; }
.o6j8j .uyho7ax5 { background: var(--bg-pros); }
.o6j8j .k000msv { background: var(--bg-cons); }
.o6j8j .uyho7ax5 .dh36h { color: var(--c-pros-label); }
.o6j8j .k000msv .me8zk { color: var(--c-cons); }
.o6j8j .uyho7ax5 ul li,
.o6j8j .uq11saq li            { color: var(--c-pros); }
.o6j8j .k000msv ul li,
.o6j8j .ezezochg li            { color: var(--c-cons); }
.v1ux9 .uyho7ax5 { background: var(--bg-pros); }
.v1ux9 .k000msv { background: var(--bg-cons); }
.v1ux9 .uyho7ax5 .dh36h { color: var(--c-pros-label); }
.v1ux9 .k000msv .me8zk { color: var(--c-cons); }
.v1ux9 .uyho7ax5 ul li,
.v1ux9 .uq11saq li          { color: var(--c-pros); }
.v1ux9 .k000msv ul li,
.v1ux9 .ezezochg li          { color: var(--c-cons); }
.wjjjnq .dh36h::before { content: "✓ "; }
.wjjjnq .me8zk::before { content: "✗ "; }
.tuboyw .dh36h::before { content: "→ "; }
.tuboyw .me8zk::before { content: "← "; }
.w16hnt .dh36h::before { content: "★ "; }
.w16hnt .me8zk::before { content: "✕ "; }
.fr1msk .dh36h::before { content: "◆ "; }
.fr1msk .me8zk::before { content: "▲ "; }
.y1hcgg .il7ktb { background: transparent; border-left: none; border: 1.5px solid; }
.y1hcgg .gkpe     { border-color: var(--c-tip-border); }
.y1hcgg .nby869n { border-color: var(--c-warn-border); }
.y1hcgg .asnei    { border-color: #60a5fa; }
.y1hcgg .il7ktb strong { color: var(--text-primary); }
.y1hcgg .il7ktb p      { color: var(--text-muted); }
.am2tv5l .il7ktb { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.am2tv5l .gkpe     { border-top-color: var(--c-tip-border); }
.am2tv5l .nby869n { border-top-color: var(--c-warn-border); }
.am2tv5l .asnei    { border-top-color: #60a5fa; }
.z8nycp .il7ktb { border-left: none; border-radius: 8px; }
.z8nycp .gkpe     { background: #065f46; }
.z8nycp .nby869n { background: #92400e; }
.z8nycp .asnei    { background: #1e3a8a; }
.z8nycp .il7ktb strong,
.z8nycp .il7ktb p { color: #fff; }
.z8nycp .zdybtx::before { color: rgba(255,255,255,0.85) !important; }
.rrz9.z8nycp .gkpe,
.rrz9 .z8nycp .gkpe     { background: #052e16; }
.rrz9.z8nycp .nby869n,
.rrz9 .z8nycp .nby869n { background: #2d0a1e; }
.rrz9.z8nycp .asnei,
.rrz9 .z8nycp .asnei    { background: #1e1036; }
.jwuw8dl.z8nycp .gkpe,
.jwuw8dl .z8nycp .gkpe      { background: #2d2000; }
.jwuw8dl.z8nycp .nby869n,
.jwuw8dl .z8nycp .nby869n  { background: #2d0b0b; }
.jwuw8dl.z8nycp .asnei,
.jwuw8dl .z8nycp .asnei     { background: #2d1600; }
.gnbops.z8nycp .gkpe,
.gnbops .z8nycp .gkpe      { background: #0c1a2e; }
.gnbops.z8nycp .nby869n,
.gnbops .z8nycp .nby869n  { background: #12103a; }
.gnbops.z8nycp .asnei,
.gnbops .z8nycp .asnei     { background: #0a2020; }
.wjbr .il7ktb { border-left: none; border-radius: 6px; padding: 10px 14px; }
.wjbr .gkpe     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.wjbr .nby869n { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.wjbr .asnei    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.wjbr .il7ktb strong { color: var(--text-primary); }
.wjbr .il7ktb p      { color: var(--text-muted); }
.shzubtao .il7ktb { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.vpzicw .zdybtx,
.o4fut5 .zdybtx,
.bal5fr .zdybtx,
.inathnc .zdybtx { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.vpzicw .zdybtx::before,
.o4fut5 .zdybtx::before,
.bal5fr .zdybtx::before,
.inathnc .zdybtx::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.vpzicw .gkpe     .zdybtx::before { content: "✦"; color: var(--c-tip-border); }
.vpzicw .nby869n .zdybtx::before { content: "▲"; color: var(--c-warn-border); }
.vpzicw .asnei    .zdybtx::before { content: "◉"; color: #60a5fa; }
.o4fut5 .gkpe     .zdybtx::before { content: "★"; color: var(--c-tip-border); }
.o4fut5 .nby869n .zdybtx::before { content: "◆"; color: var(--c-warn-border); }
.o4fut5 .asnei    .zdybtx::before { content: "●"; color: #60a5fa; }
.bal5fr .gkpe     .zdybtx::before { content: "▶"; color: var(--c-tip-border); }
.bal5fr .nby869n .zdybtx::before { content: "■"; color: var(--c-warn-border); }
.bal5fr .asnei    .zdybtx::before { content: "▸"; color: #60a5fa; }
.inathnc .gkpe     .zdybtx::before { content: "→"; color: var(--c-tip-border); }
.inathnc .nby869n .zdybtx::before { content: "⬥"; color: var(--c-warn-border); }
.inathnc .asnei    .zdybtx::before { content: "◈"; color: #60a5fa; }
.krrpact5 .cn1bsx .sg9376c,
.krrpact5 .lpkrb9 .sg9376c  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.krrpact5 .nsa5a6nb                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.krrpact5 .c8kb8r                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.krrpact5 .j09g6z            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.krrpact5 .dxjd9x6          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.krrpact5 .m6gzi5p                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.fzl32fj .cn1bsx .sg9376c,
.fzl32fj .lpkrb9 .sg9376c,
.fzl32fj .nsa5a6nb,
.fzl32fj .c8kb8r,
.fzl32fj .j09g6z,
.fzl32fj .dxjd9x6,
.fzl32fj .m6gzi5p,
.fzl32fj .shzubtao .il7ktb { box-shadow: none; }
.ctwin   .gi7mn, .ctwin .b1hzc, .ctwin .oheco,
.ctwin   .cnk029, .ctwin .xrz9eo { font-size: 0.9rem; }
.ctwin   .nqf9bgxo, .ctwin .u5eazu8h { font-size: 0.9rem; }
.i6msab   .gi7mn, .i6msab .b1hzc, .i6msab .oheco,
.i6msab   .cnk029, .i6msab .xrz9eo { font-size: 0.95rem; }
.i6msab   .nqf9bgxo, .i6msab .u5eazu8h { font-size: 0.95rem; }
.ytaqhok   .gi7mn, .ytaqhok .b1hzc, .ytaqhok .oheco,
.ytaqhok   .cnk029, .ytaqhok .xrz9eo { font-size: 1.08rem; }
.ytaqhok   .nqf9bgxo, .ytaqhok .u5eazu8h { font-size: 1.05rem; }
.ytaqhok   .b423jo { font-size: 0.97rem; }
.etij .vigfzd      { font-size: 3.2rem; }
.etij h2.bjcmyz { font-size: 1.9rem; }
.etij h3.ppkt20aa     { font-size: 1.4rem; }
.byhd6f9x .vigfzd      { font-size: 3.8rem; }
.byhd6f9x h2.bjcmyz { font-size: 2.2rem; }
.byhd6f9x h3.ppkt20aa     { font-size: 1.6rem; }
.gea2m + .gea2m { position: relative; }
.d4akpr   .gea2m + .gea2m::before,
.cn4cd  .gea2m + .gea2m::before,
.ij3mi   .gea2m + .gea2m::before,
.fkt64x   .gea2m + .gea2m::before,
.rg58   .gea2m + .gea2m::before,
.vuim3 .gea2m + .gea2m::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.d4akpr .gea2m + .gea2m::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.cn4cd .gea2m + .gea2m::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.ij3mi .gea2m + .gea2m::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;
}
.fkt64x .gea2m + .gea2m::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.hutvxqg .gea2m { margin-bottom: 16px; }
.hutvxqg .gea2m + .gea2m { margin-top: 0; }
.hutvxqg .isfz { padding-top: 0; padding-bottom: 0; }
.rg58 .gea2m + .gea2m::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.vuim3 .gea2m + .gea2m::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.aqms6a .gea2m + .gea2m::before,
.twmjqdf .gea2m + .gea2m::before,
.t35x .gea2m + .gea2m::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%;
}
.pa8rx .aqms6a .gea2m:nth-child(even)::before,
.pa8rx .twmjqdf .gea2m:nth-child(even)::before,
.pa8rx .t35x .gea2m:nth-child(even)::before { background: var(--bg-surface); }
.cny2s .aqms6a .gea2m:nth-child(even)::before,
.cny2s .twmjqdf .gea2m:nth-child(even)::before,
.cny2s .t35x .gea2m:nth-child(even)::before { background: var(--bg-card); }
.aqms6a .gea2m + .gea2m::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");
}
.twmjqdf .gea2m + .gea2m::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");
}
.t35x .gea2m + .gea2m::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");
}
.h7vw .szga1 { overflow: hidden; }
.h7vw .rrau12du { margin-bottom: 70px; }
.zuk1t83 .kmepuyqu,
.b35azo .kmepuyqu { padding-bottom: 60px; }
.h7vw .kmepuyqu { padding-bottom: 70px; }
.h7vw .szga1::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.h7vw .szga1::before {
  height: 70px;
  -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");
}
.f4n3tue6  .szga1:not(.x31w) .jgntqrkf { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ruw2d6do .n2q0wm { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.jv8m .n2q0wm { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.eegop .n2q0wm { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.f4n3tue6 .x31w { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.f4n3tue6 .er9k { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.f4n3tue6 .n2q0wm { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.mq2vlo .n2q0wm { background: var(--accent-bg); }
.ffv1zj .buiscq { float: left; width: 38%; margin: 0 28px 16px 0; }
.ffv1zj .buiscq .hgteg { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ffv1zj .isfz::after { content: ''; display: block; clear: both; }
.i98i .buiscq { float: right; width: 38%; margin: 0 0 16px 28px; }
.i98i .buiscq .hgteg { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.i98i .isfz::after { content: ''; display: block; clear: both; }
.muvcc .gea2m:nth-child(odd)  .buiscq { float: left;  width: 38%; margin: 0 28px 16px 0; }
.muvcc .gea2m:nth-child(even) .buiscq { float: right; width: 38%; margin: 0 0 16px 28px; }
.muvcc .buiscq .hgteg { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.muvcc .isfz::after { content: ''; display: block; clear: both; }
.ffv1zj .prmwuc,
.ffv1zj .o0o1w,
.i98i .prmwuc,
.i98i .o0o1w,
.muvcc .prmwuc,
.muvcc .o0o1w { clear: both; }
@media (max-width: 900px) {
  .ffv1zj .buiscq,
  .i98i .buiscq,
  .muvcc .gea2m:nth-child(odd)  .buiscq,
  .muvcc .gea2m:nth-child(even) .buiscq {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .ffv1zj .buiscq .hgteg,
  .i98i .buiscq .hgteg,
  .muvcc .buiscq .hgteg {
    max-height: none !important;
  }
}
.ffv1zj .nqf9bgxo,
.ffv1zj .u5eazu8h,
.i98i .nqf9bgxo,
.i98i .u5eazu8h,
.muvcc .nqf9bgxo,
.muvcc .u5eazu8h { overflow: hidden; }
@media (max-width: 640px) {
  .ffv1zj .buiscq,
  .i98i .buiscq,
  .muvcc .buiscq { float: none; width: 100%; margin: 0 0 16px 0; }
}
.kutc .lx38cc,
.kutc .isfz,
.kutc .ldj8x4e  { max-width: 1100px; }
.k37wt0d .lx38cc,
.k37wt0d .isfz,
.k37wt0d .ldj8x4e  { max-width: 1200px; }
.xs8g .lx38cc,
.xs8g .isfz,
.xs8g .ldj8x4e  { max-width: 1320px; }
.xs8g { --content-mw: 1320px; }
.ja9jc9fx { font-size: 0.82rem; color: var(--text-muted); }
.lf9t0y9a { display: flex; align-items: center; }
.wyvh5mf {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.j2sq { display: flex; align-items: center; }
.lbmesugy { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.lbmesugy:hover { text-decoration: underline; }
.yff49 { margin: 0 3px; opacity: 0.45; }
.yff49::before { content: '/'; }
.kz67 { padding: 2px 5px; color: var(--text-main); }
.t2mg1 .ja9jc9fx {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.t2mg1 .lf9t0y9a { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.qeut .ja9jc9fx {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.qeut .lf9t0y9a { padding: 0 0 0 12px; }
.cii5qwdo .lf9t0y9a { padding: 0 16px; }
.cii5qwdo .ja9jc9fx {
  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);
}
.cii5qwdo .lx38cc { padding-top: 28px; }
@media (max-width: 720px) {
  .sgym4lim { margin-top: 18px; padding: 0 16px; }
  .cii5qwdo .lx38cc { padding-top: 16px; }
}
.kutc.t2mg1 .lf9t0y9a { max-width: 1100px; }
.k37wt0d.t2mg1 .lf9t0y9a { max-width: 1200px; }
.xs8g.t2mg1 .lf9t0y9a { max-width: 1320px; }
.xs8g .sgym4lim { max-width: 1320px; }
.o1pq .gea2m { padding-top: 16px; padding-bottom: 16px; }
.dbbn .gea2m { padding-top: 24px; padding-bottom: 24px; }
.rz5n .gea2m { padding-top: 40px; padding-bottom: 40px; }
.ipe5ch4 .gea2m { padding-top: 52px; padding-bottom: 52px; }
.zwapwmf .gea2m:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.zwapwmf .gea2m:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.zwapwmf .gea2m:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.zwapwmf .gea2m:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.crelhwan .isfz { padding-top: 10px;  padding-bottom: 10px; }
.j3on .isfz { padding-top: 18px;  padding-bottom: 18px; }
.ddyq .isfz { padding-top: 36px;  padding-bottom: 36px; }
.wj28o8q .isfz { padding-top: 48px;  padding-bottom: 48px; }
.qshdovv h2.bjcmyz { font-weight: 600; }
.qshdovv h3.ppkt20aa     { font-weight: 600; }
.uj79m h2.bjcmyz { font-weight: 800; }
.uj79m h3.ppkt20aa     { font-weight: 700; }
.zm5gs5 { font-weight: 600; }
.zm5gs5 h2.bjcmyz { font-weight: 900; }
.zm5gs5 h3.ppkt20aa     { font-weight: 800; }
.zm5gs5 .il7ktb strong,
.zm5gs5 .il7ktb strong { font-weight: 600; }
.f1j7chfh {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.k9zaqi75 .f1j7chfh { display: none; }
@media (max-width: 640px) { .f1j7chfh { display: none; } }
.f1j7chfh { background: var(--cta) !important; color: #fff !important; border: none !important; }
.f1j7chfh:hover { opacity: 0.85; }
.mkha05em .f1j7chfh { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.rgwi8r7p .f1j7chfh,
.fi2y0r37  .f1j7chfh { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.rgwi8r7p .f1j7chfh:hover,
.fi2y0r37  .f1j7chfh:hover { opacity: 0.88; }
.mkha05em.rgwi8r7p .f1j7chfh,
.mkha05em.fi2y0r37  .f1j7chfh { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.fkoyje {
  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;
}
.fkoyje:hover { transform: translateY(-2px); opacity: 0.92; }
.fkoyje { background: var(--cta) !important; color: #fff !important; border: none !important; }
.qc0e46 .fkoyje { display: none; }
.rqstro3 .fkoyje { right: 32px; }
.emhl  .fkoyje { left: 32px; }
@media (max-width: 480px) {
  .rqstro3 .fkoyje { right: 20px; bottom: 20px; }
  .emhl  .fkoyje { left: 20px; bottom: 20px; }
}
.l2no2101 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.ldj8x4e { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.jz7fa { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.txcfn { color: var(--text-dim); font-size: 0.8rem; }
.curx0ly { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.curx0ly img { height: 26px; width: auto; object-fit: contain; }
.avce0cw .ldj8x4e { text-align: center; }
.avce0cw .jz7fa { margin-top: 0; }
@media (max-width: 640px) {
  .ldj8x4e { padding-left: 16px; padding-right: 16px; }
  .rrxj .ldj8x4e { padding: 20px 16px; }
  .wzqvg { gap: 4px 12px; }
  .jz7fa { font-size: 0.78rem; }
}
.u4gnt7a .a2jgkt .curx0ly { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.u4gnt7a .jz7fa { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.u4gnt7a .txcfn { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .u4gnt7a .iywc { grid-template-columns: 1fr 1fr; } .u4gnt7a .a2jgkt { grid-column: 1 / -1; } }
@media (max-width: 480px) { .u4gnt7a .iywc { grid-template-columns: 1fr; } }
.t65b76lx .yt3804ps { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.t65b76lx .curx0ly { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.t65b76lx .w8qbq { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.t65b76lx .w8qbq a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.t65b76lx .w8qbq a:hover { color: var(--accent-light); }
.hzmo8sfm { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.t65b76lx .csxzu { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.t65b76lx .dwgv9hwv { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.t65b76lx .dwgv9hwv a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.t65b76lx .dwgv9hwv a:hover { color: var(--accent-light); }
.t65b76lx .jz7fa { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .t65b76lx .yt3804ps { gap: 12px; } .t65b76lx .curx0ly { margin-right: 0; width: 100%; } }
.g5cp3z .aab0e .curx0ly { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.g5cp3z .jz7fa { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.g5cp3z .txcfn { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .g5cp3z .xog9g03v { grid-template-columns: 1fr 1fr; } .g5cp3z .aab0e { grid-column: 1 / -1; } }
@media (max-width: 480px) { .g5cp3z .xog9g03v { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .topmr .n6zc { grid-template-columns: 1fr 1fr; } .topmr .yksi:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .topmr .n6zc { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .qo1jj9cl .n6zc { grid-template-columns: 1fr; } }
.uj0cx0 .ldj8x4e { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.pmw4 .xz8ml      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.pmw4 .l2no2101 { background: var(--bg-page); border-top-color: var(--border-alt); }
.k8rt .xz8ml      { background: #0d1117; border-bottom-color: #21262d; }
.k8rt .y6pe { color: var(--accent-light); }
.k8rt .x2e0 { --msep-color: #8b949e; }
.k8rt .x2e0 a { color: #8b949e; }
.k8rt .x2e0 a:hover { color: var(--accent-light); }
.k8rt .i0h08 { color: #8b949e; }
.k8rt .l2no2101 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.k8rt .jz7fa,
.k8rt .txcfn { color: #6e7681; }
.k8rt .dwgv9hwv a { color: #8b949e; }
.k8rt .curx0ly { color: #e6edf3; }
@media (max-width: 640px) {
  .k8rt .x2e0 { background: #0d1117; border-top-color: #21262d; }
  .k8rt .x2e0 li a { border-bottom-color: #21262d; }
}
.q2hrkwo4 .xz8ml      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.q2hrkwo4 .y6pe { color: var(--accent-light); }
.q2hrkwo4 .x2e0 { --msep-color: #475569; }
.q2hrkwo4 .x2e0 a { color: #475569; }
.q2hrkwo4 .x2e0 a:hover { color: var(--accent-light); }
.q2hrkwo4 .i0h08 { color: #64748b; }
.q2hrkwo4 .l2no2101 { background: #f0f4f8; border-top-color: #cbd5e1; }
.q2hrkwo4 .jz7fa,
.q2hrkwo4 .txcfn { color: #64748b; }
.q2hrkwo4 .dwgv9hwv a, .q2hrkwo4 .curx0ly { color: #374151; }
@media (max-width: 640px) {
  .q2hrkwo4 .x2e0 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .q2hrkwo4 .x2e0 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.rgwi8r7p .xz8ml      { background: var(--accent); border-bottom-color: var(--accent-light); }
.rgwi8r7p .y6pe { color: #fff; }
.rgwi8r7p .x2e0 { --msep-color: rgba(255,255,255,0.82); }
.rgwi8r7p .x2e0 a { color: rgba(255,255,255,0.82); }
.rgwi8r7p .x2e0 a:hover { color: #fff; }
.rgwi8r7p .i0h08 { color: rgba(255,255,255,0.9); }
.rgwi8r7p .l2no2101 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.rgwi8r7p .jz7fa,
.rgwi8r7p .txcfn { color: rgba(255,255,255,0.72); }
.rgwi8r7p .dwgv9hwv a, .rgwi8r7p .curx0ly { color: #fff; }
@media (max-width: 640px) {
  .rgwi8r7p .x2e0 { background: var(--accent); border-top-color: var(--accent-light); }
  .rgwi8r7p .x2e0 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.fi2y0r37 .xz8ml {
  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);
}
.fi2y0r37 .l2no2101 {
  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) {
  .fi2y0r37 .x2e0 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.tb6gje .t4oblz { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.nn38gcx .t4oblz { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.qjko .t4oblz { min-height: 72px; height: auto; }
.xhj2ic .t4oblz { min-height: 84px; height: auto; }
.rrxj .t4oblz { max-width: none; padding: 0 32px; }
.rrxj .ldj8x4e  { max-width: none; padding: 24px 32px; }
.vp5qkg6v.k37wt0d .t4oblz { max-width: 1200px; }
.vp5qkg6v.xs8g .t4oblz { max-width: 1320px; }
.wecapwwn   .y6pe, .wecapwwn   .curx0ly { text-transform: capitalize; }
.bbhd785 .y6pe, .bbhd785 .curx0ly { text-transform: lowercase; }
.hhcyqq4 .y6pe, .hhcyqq4 .curx0ly { text-transform: uppercase; letter-spacing: 0.06em; }
.ozwtv, .fj9p5qh5 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.myq4 .ozwtv,
.myq4 .fj9p5qh5 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.wwz1iuh .ozwtv,
.wwz1iuh .fj9p5qh5 { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.zf4nka6u .ozwtv,
.zf4nka6u .fj9p5qh5 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.kgf01f .ozwtv,
.kgf01f .fj9p5qh5 { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.t3cn0fyu   .x2e0 a { font-weight: 500; }
.cepe .x2e0 a { font-weight: 600; }
.huhry     .x2e0 a { font-weight: 700; }
.sppahv    .x2e0 a { font-weight: 800; letter-spacing: 0.01em; }
.nopwhdr     .x2e0 > li + li::before,
.na1u    .x2e0 > li + li::before,
.lp59    .x2e0 > li + li::before,
.ovks97z .x2e0 > li + li::before,
.zmd3 .x2e0 > li + li::before,
.kn1hp82  .x2e0 > li + li::before,
.try62x    .x2e0 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.nopwhdr     .x2e0 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.na1u    .x2e0 > li + li::before { content: "|"; }
.lp59    .x2e0 > li + li::before { content: "—"; }
.ovks97z .x2e0 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.zmd3 .x2e0 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.kn1hp82  .x2e0 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.try62x    .x2e0 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .bva2iec .i0h08,
  .ebbuq5i .i0h08,
  .oays7t .i0h08,
  .pxvpp .i0h08,
  .xdpqx7a6 .i0h08 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .bva2iec .i0h08::before,
  .ebbuq5i .i0h08::before,
  .oays7t .i0h08::before,
  .pxvpp .i0h08::before,
  .xdpqx7a6 .i0h08::before { content: ""; display: block; flex-shrink: 0; }

  
  .bva2iec .i0h08::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;
  }

  
  .ebbuq5i .i0h08::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;
  }

  
  .oays7t .i0h08::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;
  }

  
  .pxvpp .i0h08::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;
  }

  
  .xdpqx7a6 .i0h08::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) {
  .k23gdul .i0h08 {
    padding: 5px 14px;
  }
  .k23gdul .x2e0 {
    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;
  }
  .k23gdul .x2e0 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .k23gdul .x2e0 li a:hover { background: var(--bg-raised); }
  .k23gdul .ncxnp,
  .vnkg .ncxnp,
  .vdgpf .ncxnp { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .hgowycg .i0h08 {
    padding: 5px 10px;
  }
  .hgowycg .x2e0 {
    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);
  }
  .hgowycg .x2e0.pnodvzv { transform: translateX(0); }
  .hgowycg .x2e0 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .hgowycg .x2e0 li:last-child a { border-bottom: none; }
  .rgwi8r7p .x2e0,
  .k8rt .x2e0 { background: var(--accent) !important; }
  .rgwi8r7p .x2e0 li a,
  .k8rt .x2e0 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .vdgpf .i0h08 {
    padding: 5px 10px;
  }
  .vdgpf .x2e0 {
    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);
  }
  .vdgpf .x2e0::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .vdgpf .x2e0.pnodvzv { transform: translateY(0); }
  .vdgpf .x2e0 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .x5rn .i0h08 {
    padding: 5px 10px;
  }
  .x5rn .x2e0 {
    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;
  }
  .x5rn .x2e0.pnodvzv { opacity: 1; pointer-events: auto; }
  .x5rn .x2e0 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .kjl4     .i0h08 { border-radius: 0 !important; }
  .mokdrb   .i0h08 { border-radius: 8px !important; }
  .bs5kg .i0h08 { border-radius: 50% !important; }
  .qpaa   .i0h08 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .g8ye1wm .lkn6tsg { flex-direction: column; align-items: stretch; }
  .g8ye1wm .zn0ipan { flex-direction: row; min-width: auto; }
  .g8ye1wm .kkk5yl { align-items: flex-start; text-align: left; }
}
.c4tg.gea2m,
@media (max-width: 640px) {
  .nbkt4 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .mo6gtr2 { flex: 0 0 auto; }
  .jj4h { font-size: 1.2rem; }
  .c6380 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.msgmp .frtvr41d { height: 36px; }
.q60vpopv .frtvr41d { height: 60px; max-width: 200px; }
.bl7nvteq .frtvr41d { height: 76px; max-width: 240px; }
.efzpptsz    .fw74dzf, .efzpptsz    .boc8uw2 { color: #f59e0b; }
.xpd9bcso      .fw74dzf { font-size: 1rem; letter-spacing: 1.5px; }
.xpd9bcso      .boc8uw2   { font-size: 1.35rem; }
.gzde9xqh    .fw74dzf, .gzde9xqh    .boc8uw2 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.lji4rtc7     .fw74dzf, .lji4rtc7     .boc8uw2 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.h4sx .fw74dzf, .h4sx .boc8uw2 { color: var(--cta); letter-spacing: 2px; }
.s1g93xud   .fw74dzf, .s1g93xud   .boc8uw2 { color: #e91e63; letter-spacing: 2px; }
.i7a55mh6  .fw74dzf, .i7a55mh6  .boc8uw2 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.tggkujn     .fw74dzf, .tggkujn     .boc8uw2 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.rfmnvtx .huvs + .huvs {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.pwukmpl .c8kb8r { padding: 18px 24px; min-height: 68px; }
.yy9snd .f4auwlls {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.yy9snd .wedmbpwt {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.mfllc8 .huvs {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.o0o1w { counter-reset: cs-rank; }
.o0o1w .c8kb8r { counter-increment: cs-rank; }
.o0o1w .c8kb8r::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;
}
.qdpt .o0o1w { counter-reset: cs-rank; gap: 0; }
.qdpt .c8kb8r {
  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;
}
.qdpt .c8kb8r::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;
}
.qdpt .nrc6e920 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.qdpt .p7a0qnn {
  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;
}
.qdpt .srmk9bt { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.qdpt .nrc6e920 { min-width: 0; flex-direction: column; width: 100%; }
.qdpt .sjsg5ikd {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.qdpt .fw74dzf { color: var(--cta, var(--accent)); }
.qdpt .zprh { font-weight: 700; }
.qdpt .huvs {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.qdpt .f4auwlls {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.qdpt .wedmbpwt {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.qdpt .v93h .wedmbpwt { font-size: 1.3rem; color: var(--accent-light); }
.qdpt .sncrn8 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.qdpt .c8kb8r:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .qdpt .o0o1w {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .qdpt .c8kb8r {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .qdpt .c8kb8r { padding: 40px 16px 20px; }
  .qdpt .huvs {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .qdpt .sncrn8 { width: 100%; min-width: 0; }
}
.cpse6 .o0o1w { counter-reset: cs-rank; gap: 10px; }
.cpse6 .c8kb8r {
  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);
}
.cpse6 .c8kb8r::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);
}
.cpse6 .nrc6e920 {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.cpse6 .p7a0qnn {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.cpse6 .srmk9bt { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.cpse6 .sjsg5ikd {
  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;
}
.cpse6 .fw74dzf { color: var(--cta, var(--accent)); }
.cpse6 .huvs {
  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;
}
.cpse6 .f4auwlls {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.cpse6 .wedmbpwt { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.cpse6 .v93h .wedmbpwt { color: var(--accent-light); }
.cpse6 .sncrn8 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.cpse6 .c8kb8r:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .cpse6 .c8kb8r {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .cpse6 .c8kb8r::before {
    position: absolute; top: 14px; left: 14px;
  }
  .cpse6 .nrc6e920 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .cpse6 .sjsg5ikd { white-space: normal; text-align: center; font-size: 1.2rem; }
  .cpse6 .huvs {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .cpse6 .sncrn8 { width: 100%; min-width: 0; }
  .cpse6 .fw74dzf { min-width: 0; }
}
.ilp19rbg .c8kb8r::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.tovst .t1ku8y6c {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.tovst .t1ku8y6c summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.tovst .t1ku8y6c p { padding: 0 2px 16px; }
.lccc9 .t1ku8y6c { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.lccc9 .t1ku8y6c summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.lccc9 .t1ku8y6c summary::after { content: "›"; font-size: 1.2em; }
.lccc9 .t1ku8y6c[open] summary::after { content: "‹"; }
.lccc9 .t1ku8y6c p { padding: 10px 22px 4px; }
.f6hm .t1ku8y6c {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.f6hm .t1ku8y6c summary { color: var(--text-primary); padding-left: 16px; }
.f6hm .t1ku8y6c summary::after { content: "›"; font-size: 1.1em; }
.f6hm .t1ku8y6c[open] summary::after { content: "‹"; }
.f6hm .t1ku8y6c p { padding-left: 16px; }
.xi1q .izwydzxk { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.xi1q .t1ku8y6c {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.xi1q .t1ku8y6c:last-child { border-bottom: none; }
.xi1q .t1ku8y6c summary { color: var(--text-primary); border-radius: 0; }
.xi1q .t1ku8y6c summary::after { content: "›"; font-size: 1.1em; }
.xi1q .t1ku8y6c[open] summary::after { content: "‹"; }
.sp286 .t1ku8y6c { overflow: hidden; }
.sp286 .t1ku8y6c summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.sp286 .t1ku8y6c summary::after { color: rgba(255,255,255,.75); }
.sp286 .t1ku8y6c[open] summary { border-radius: 0; }
.mhk76f5 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.r3nsg {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.v68zaqp {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.yxji { color: var(--text-muted); font-size: 1.05rem; }
.ii3rfeq {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.u9x18otg {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.tlrhp { margin-bottom: 20px; }
.tvnuwll {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.xpw7x {
  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;
}
.xpw7x:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.jmm59etl { resize: vertical; min-height: 130px; }
.jzmag83 { width: 100%; margin-top: 8px; }
.m6flu2ra {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.lj9yfft {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.j6v1wu3s { color: var(--text-muted); line-height: 1.75; }
.w8a4ii { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.w8a4ii li { margin-bottom: 6px; }
.b4mh4mr5 { max-width: 760px; margin: 0 auto; }
.da09 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.alqy7339 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.alqy7339:last-child { border-bottom: none; }
.alqy7339 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.alqy7339 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.qw7n { max-width: 760px; margin: 0 auto; }
.cuzr ul.w8a4ii { margin: 0; }
@media (max-width: 640px) { .baf6 { grid-template-columns: 1fr; gap: 10px; } }
.k3ozk1i { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.o0b147 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.ahtv { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.o0b147 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.o0b147 .w8a4ii { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .k3ozk1i { grid-template-columns: 1fr; } }
.mtkhw7y { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.mtkhw7y:hover .znho { color: var(--accent-light); text-decoration: underline; }
.e3fydw { color: inherit; text-decoration: none; }
.e3fydw:hover { color: var(--accent-light); text-decoration: underline; }
.vk80c { display: inline-block; line-height: 0; }
.ou9i8 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.fqnjk37f { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.fqnjk37f:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.ijtn { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.fqnjk37f p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.fqnjk37f ul.w8a4ii { margin: 0; }
.kojv { color: var(--text-muted); line-height: 1.75; }
.bizaa2z .w8a4ii,
.js1u6wxi .w8a4ii,
.x7hbthy .w8a4ii,
.cketql2 .w8a4ii {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.bizaa2z .fqnjk37f,
.js1u6wxi .fqnjk37f { text-align: left; }
.bizaa2z .ijtn,
.js1u6wxi .ijtn { text-align: center; }
.vv6i9ce { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.eh6bvv6 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.b8qulp { font-size: 1.1rem; }
.v9ltf { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.z9ndp6hg { margin-top: 12px; }
.fpifv { 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; }
.fpifv:hover { border-bottom-color: var(--accent-light); }
.zlaj { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.zlaj img { width: 100%; height: 100%; object-fit: cover; display: block; }
.thcw581 { width: 260px; height: 260px; }
.asler2 { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.tv9qas { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.ks7j04cj { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .s2v5 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.dowo .v9ltf, .dowo .eh6bvv6 { max-width: 640px; }
.xc9ew { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.lnjb9k { position: sticky; top: 96px; align-self: start; }
.lnjb9k .vv6i9ce { font-size: 1.6rem; margin-top: 18px; }
.cczjcr .v9ltf { margin-bottom: 28px; }
@media (max-width: 860px) { .xc9ew { grid-template-columns: 1fr; } .lnjb9k { position: static; text-align: center; } }
.gkn9h3 .zlaj { margin: 0 auto 18px; }
.gkn9h3 .tv9qas { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .ke0ir5 { grid-template-columns: 1fr; } }
.zea8j .vv6i9ce { font-size: 1.6rem; margin-bottom: 6px; }
.cketql2 .w8a4ii { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .zea8j { flex-direction: column; text-align: center; } .ykj12hfp { grid-template-columns: 1fr; } }
.jaxz .vv6i9ce { font-size: 1.35rem; margin: 0 0 4px; }
.jaxz .tv9qas { margin: 0; }
.eks11 .v68zaqp { color: var(--accent-light); }
.c2ffa5 .v68zaqp { font-size: 2rem; }
.c2ffa5 .yxji { max-width: 680px; }
.bmt2 {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.bmt2 .v68zaqp { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.bmt2 .yxji  { margin: 0; }
@media (max-width: 640px) { .bmt2 { flex-direction: column; } }
.u6comj .v68zaqp { color: var(--accent-light); }
.jdvatis .v68zaqp { color: #fff; }
.jdvatis .yxji  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .rjncsnru { grid-template-columns: 1fr; } }
.r8o7noee { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.r8o7noee .xpw7x {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.r8o7noee .xpw7x:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.f0e5 .xpw7x { background: var(--bg-raised); border-color: transparent; }
.f0e5 .xpw7x:focus { background: var(--bg-card); border-color: var(--accent-light); }
.rrxcpb .xpw7x { border-radius: 100px; padding: 11px 20px; }
.rrxcpb .jmm59etl { border-radius: 14px; }
@media (max-width: 640px) { .ciih4zl { grid-template-columns: 1fr; } }
.ol7k7 { counter-reset: priv-count; }
.ovr4g7 {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.ovr4g7:last-child { border-bottom: none; }
.v376af {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.ovr4g7 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.ovr4g7 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.r1o67t { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.r1o67t li { margin-bottom: 6px; }
.iyk9ky3{display:none}
.iyk9ky3:empty,.sffol:empty{display:none}
.c39x5m{position:relative;overflow:visible}
.vj51p7q .u24l,.l76r5 .u24l,
.k7ikz .u24l,.nv7j6s .u24l,
.kel6zzer .u24l,.fz0rqmo .u24l{display:block}
.qzjomwg .b7ovt{display:block}
.vj51p7q .u24l,.l76r5 .u24l,
.k7ikz .u24l,.nv7j6s .u24l,
.kel6zzer .u24l{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}
.vj51p7q .u24l .sffol,.l76r5 .u24l .sffol,
.k7ikz .u24l .sffol,.nv7j6s .u24l .sffol,
.kel6zzer .u24l .sffol{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}
.vj51p7q .wl9yp8p,.l76r5 .wl9yp8p,
.k7ikz .wl9yp8p,.nv7j6s .wl9yp8p,
.kel6zzer .wl9yp8p{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.vj51p7q .u24l,.l76r5 .u24l{top:12px}
.vj51p7q .u24l .sffol{margin-right:auto}
.l76r5 .u24l .sffol{margin-left:auto}
.l76r5 .u24l{text-align:right}
.k7ikz .u24l,.nv7j6s .u24l{bottom:12px}
.k7ikz .u24l .sffol{margin-right:auto}
.nv7j6s .u24l .sffol{margin-left:auto}
.nv7j6s .u24l{text-align:right}
.kel6zzer .u24l{position:relative;margin-top:16px}
.kel6zzer .u24l .sffol{margin:0 auto}
.fz0rqmo .u24l{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.fz0rqmo .u24l .sffol{margin:0}
.fz0rqmo .n2q0wm~.u24l,
.fz0rqmo .jufyos81~.u24l{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.fz0rqmo .n2q0wm~.u24l .sffol,
.fz0rqmo .jufyos81~.u24l .sffol{justify-content:flex-start}
.n2q0wm~.u24l,.jufyos81~.u24l{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}
.n2q0wm~.u24l .sffol{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.jufyos81~.u24l .sffol{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.b7ovt .sffol{margin:0 0 12px}
.sffol{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.u1z7r{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.znho{font-weight:600;color:var(--text-heading);opacity:1}
.jj24rxh::before{content:"·";margin:0 2px;opacity:.5}
.wl9yp8p{white-space:nowrap}
.hh93618k .u1z7r{display:none}
.dg9tgfz8 .wl9yp8p{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.dg9tgfz8 .jj24rxh::before{content:""}
.glifvfk .wl9yp8p{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}
.glifvfk .jj24rxh::before{content:""}
.oh2u .sffol{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.qk8c .wl9yp8p{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.qk8c .jj24rxh::before{content:""}
.f2lriv .wl9yp8p{color: var(--accent-light);opacity:1;font-weight:500}
.xv41 .wl9yp8p{border-bottom:1px solid currentColor;padding-bottom:2px}
.ti7dgpp7 .sffol{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.vvs1{--date-bg:var(--accent-bg-light)}
.sf63x .jj24rxh::before{content:""}
.ivi3 .jj24rxh::before{content:"•";opacity:.4}
.ivi3 .wl9yp8p + .wl9yp8p::before{content:"•";margin-right:6px;opacity:.4}
.jh60l .jj24rxh::before{content:"/";opacity:.35}
.jh60l .wl9yp8p + .wl9yp8p::before{content:"/";margin-right:6px;opacity:.35}
.jc1f1 .jj24rxh::before{content:"|";opacity:.3}
.jc1f1 .wl9yp8p + .wl9yp8p::before{content:"|";margin-right:6px;opacity:.3}
.un7zfsr .jj24rxh::before{content:"—";opacity:.3}
.un7zfsr .wl9yp8p + .wl9yp8p::before{content:"—";margin-right:6px;opacity:.3}
.t4oddw .jj24rxh::before{content:"◆";font-size:.5em;opacity:.35}
.t4oddw .wl9yp8p + .wl9yp8p::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.azn2j .jj24rxh::before{content:"·";opacity:.4}
.azn2j .wl9yp8p + .wl9yp8p::before{content:"·";margin-right:6px;opacity:.4}
.e74jik .jj24rxh::before{content:"›";opacity:.4}
.e74jik .wl9yp8p + .wl9yp8p::before{content:"›";margin-right:6px;opacity:.4}
.b0uqrrd .jj24rxh::before{content:"→";opacity:.35;font-size:.85em}
.b0uqrrd .wl9yp8p + .wl9yp8p::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.eqgkdp8s{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.gi8m2{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.y6n3b{display:flex;flex-direction:column;gap:3px}
.ujk5y8{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.qgslu{font-weight:700;font-size:1rem;color:var(--text-heading)}
.swa8yqe{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.vj9jb53 .eqgkdp8s{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.jwaw1vh .eqgkdp8s{border-top:3px solid var(--accent);padding-top:18px}
.vborl3 .eqgkdp8s{border-left:3px solid var(--accent);border-radius:0}
.a2w9 .eqgkdp8s{padding:20px 0}
@media(max-width:640px){
  .eqgkdp8s{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .swa8yqe{max-width:100%}
}
.yjej .dxjd9x6{margin:0}
@media (max-width:560px){
  .uxnu{grid-template-columns:repeat(2,1fr);gap:12px}
}
:root {
  --accent:          #b3199e;
  --brand:           #b3199e;
  --brand-light:     #931e83;
  --brand-pale:      #b233a1;
  --grad-start:      #e443ce;
  --grad-end:        #e480d6;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #b3199e;
  --cta-light:       #930f81;
  --cta-hover:       #7d116e;
  --bg-page:         #f8f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f3f5;
  --bg-raised:       #f1edf0;
  --bg-hover:        #f5f3f5;
  --border:          #e9e1e8;
  --border-alt:      #dccfdb;
  --border-section:  #e9e1e8;
  --text-primary:    #1b171b;
  --text-muted:      #61515f;
  --text-body:       #372e36;
  --text-sub:        #534551;
  --text-faint:      #8b7387;
  --text-dim:        #a28f9f;
  --text-label:      #6f5c6c;
  --text-value:      #453943;
  --accent-bg:       #f3e1f1;
  --accent-bg-light: #efc7e9;
  --bg-tip:          #f0f9f8;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f1f9;
  --bg-pros:         #f0f9f8;
  --bg-cons:         #faf3f4;
  --c-pros:          #0d9588;
  --c-cons:          #9f2132;
  --c-pros-label:    #10b1a2;
  --c-tip-border:    #12c3b3;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0d9588;
}
:root { --logo-bg-opacity: 31%; }
body, button, input { font-family: "Chakra Petch", sans-serif; }
.tl8wbilf .uq11saq li::before, .tl8wbilf .ezezochg li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.tl8wbilf .uq11saq li::before { content: ""; }.tl8wbilf .ezezochg li::before { content: ""; }.tl8wbilf .dh36h::before, .tl8wbilf .me8zk::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.tl8wbilf .dh36h::before { content: ""; }.tl8wbilf .me8zk::before { content: ""; }
.ges0x .by515l, .ges0x .n2q0wm { min-height: 320px; }
.vxmzoha0 .olw4h8::after, .vxmzoha0 .hjzo::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.v9b9 .f1j7chfh::after,.v9b9 .fkoyje::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; }
.yff49::before { content: '›'; font-size: 1.1em; }