:root {
  --color-accent: #ff003c;
  --color-cta: #e5a100;
  --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;
}
.wqp47b11 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.ek7o1amf {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.b5uf5s {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.a8t3 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.jifwa8 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.jifwa8 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.jifwa8 a:hover { color: var(--accent-light); }
.lgdtf     .nedhx { border-radius: 6px; }
.lgdtf .nedhx li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.lgdtf .nedhx li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.a4g1  .nedhx li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .nedhx {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .d3m2:hover .nedhx,
  .d3m2:focus-within .nedhx { display: block; }
  .nedhx li a { padding: 8px 16px; font-size: 0.88rem; }
}
.l5kiza {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.z4830 { display: none; }
@media (max-width: 640px) {
  .z4830 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .z4830.n9hq8k0 { display: block; }
}
@media (max-width: 640px) {
  .l5kiza { display: block; }
  .jifwa8 > li + li::before { display: none !important; }
  .jifwa8 {
    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;
  }
  .jifwa8.n9hq8k0 { display: flex; }
  .jifwa8 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .jifwa8 li:last-child a { border-bottom: none; }
}
.ea43t { min-height: 480px; }
.yeka {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.rr07l { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.yu71 .rr07l { margin-left: 0; margin-right: 0; }
.iaa6zv {
  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;
}
.ucj1dou0 .iaa6zv { margin-top: 24px; }
.iaa6zv:hover { opacity: 0.88; }
.qu3u8 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.jps9k {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.qu3u8 .kcd2 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.qu3u8 .yeka { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.qu3u8 .rr07l { color: #e2e8f0; }
.qu3u8.p7hgt1 .kcd2 { text-align: center; }
.qu3u8.yu71   .kcd2 { text-align: left; }
.lhr76xy .kcd2 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.lhr76xy .yeka { color: var(--text-primary); text-shadow: none; }
.lhr76xy .rr07l { color: var(--text-muted); }
.lhr76xy .iaa6zv { margin-top: 16px; }
.lhr76xy, .lhr76xy.ea43t { min-height: auto !important; }
.lhr76xy.p7hgt1 .kcd2 { text-align: center; }
.lhr76xy.yu71   .kcd2 { text-align: left; }
.lhr76xy~.tndz7{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}
.lhr76xy~.tndz7 .rr5e{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; }
}
.a11xmz6 .wk41unr9,
.a11xmz6 .c18sx,
.a11xmz6 .qu3u8 .jps9k {
  overflow: hidden;
}
.a11xmz6 .wk41unr9::after,
.a11xmz6 .c18sx::after,
.a11xmz6 .qu3u8 .jps9k::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;
}
@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); }
}
.lyrs .qu3u8 .jps9k {
  overflow: hidden;
}
.lyrs .qu3u8 .jps9k::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.rdh4fnx7 .qu3u8 .jps9k {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.baxh .qu3u8 .jps9k {
  overflow: hidden;
}
.baxh .qu3u8 .jps9k::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.n8xzgshf .qu3u8 .jps9k {
  animation: hg-breathe 10s ease-in-out infinite;
}
.wk41unr9 .jps9k {
  background: none;
}
.wk41unr9 .yeka { color: #fff; }
.wk41unr9 .rr07l { color: rgba(255,255,255,0.85); }
.a11xmz6 .t6xdh { position: relative; overflow: hidden; }
.a11xmz6 .t6xdh::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;
}
.t6xdh .yeka { text-shadow: none; color: var(--text-primary); }
.t6xdh .rr07l { color: var(--text-muted); }
body.os1ur .yeka {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.w55c .yeka {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.ea43t.wk41unr9 .yeka,
section.wk41unr9 .yeka {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.t6xdh.p7hgt1 .g5tjdpob { align-items: center; text-align: center; }
.ea43t .hjelo {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.hjelo .t2c6diyo {
  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;
}
.hjelo .t2c6diyo::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.hjelo .o9zhbj { display: contents !important; }
.hjelo .o9zhbj .c08f4a7 {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.hjelo .o9zhbj .dfdhlli9 { max-height: 48px; max-width: 96px; }
.hjelo .o9zhbj .m09me52q {
  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;
}
.hjelo .bjp2sn {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.hjelo .bwuwia { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.hjelo .ji61p1ko { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.hjelo .ji61p1ko small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.hjelo .z23kcg { display: contents !important; }
.hjelo .z23kcg .wbfw:not(.j90g) { display: none !important; }
.hjelo .z23kcg .j90g {
  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;
}
.hjelo .z23kcg .j90g .n98n {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.hjelo .z23kcg .j90g .neq6hczv {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.hjelo .dw5rk { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.hjelo .dw5rk.wg7qbi {
  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;
}
.hjelo .dw5rk.wg7qbi:hover { opacity: 0.85; }
.hjelo .t2c6diyo,
.hjelo .t2c6diyo:hover,
.hjelo .t2c6diyo:nth-child(even),
.hjelo .t2c6diyo:nth-child(odd),
.hjelo .t2c6diyo:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.wrd0fg .kcd2 { padding-bottom: 24px; }
.ucj1dou0 .kcd2 { max-width: 1100px; }
@media (max-width: 700px) {
  .t6xdh { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .t6xdh:not(.b7qx) .pznh1un { display: none !important; }
  .b7qx .pznh1un { padding: 16px; }
  .g5tjdpob  { padding: 36px 24px; }
  .t6xdh~.tndz7,.fgyku~.tndz7{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .ea43t, .t6xdh { min-height: 320px !important; }
  .yeka { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .krg299c,
  .omjitrac,
  .dllerwfh { grid-template-columns: 1fr !important; }

  

  
  .wrd0fg { display: flex !important; flex-direction: column !important; }
  .wrd0fg .kcd2 { display: contents; }
  .wrd0fg .jps9k { order: 0; }
  .wrd0fg .yeka { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .wrd0fg .krg299c { order: 2; padding: 0 16px 12px !important; }
  .wrd0fg .rr07l { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .ucj1dou0 .kcd2 { display: flex; flex-direction: column; }
  .ucj1dou0 .kcd2 .yeka { order: 1; }
  .ucj1dou0 .kcd2 .dllerwfh { order: 2; margin: 8px 0 24px !important; }
  .ucj1dou0 .kcd2 .rr07l { order: 3; }
  .ucj1dou0 .kcd2 .iaa6zv { order: 4; align-self: center; margin-top: 0; }

  
  .t6xdh.b7qx {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .t6xdh.b7qx .g5tjdpob { display: contents; padding: 0; }
  .t6xdh.b7qx .g5tjdpob .yeka { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .t6xdh.b7qx .pznh1un { order: 2; padding: 12px 16px; }
  .t6xdh.b7qx .g5tjdpob .rr07l { order: 3; padding: 0 24px; margin: 0 auto; }
  .t6xdh.b7qx .g5tjdpob .iaa6zv { order: 4; align-self: center; margin: 8px 0 32px; }
}
.mhf93 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.v7m6esf { width: 100%; height: auto; display: block; border-radius: 10px; }
.mhlg3ud5 .mhf93        { border-radius: 16px; }
.mhlg3ud5 .v7m6esf  { border-radius: 16px; }
.x8oca56 .mhf93         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.x8oca56 .v7m6esf   { border-radius: 8px; }
.y94ss7n { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.azg2t { width: 100%; padding: 32px 0; position: relative; }
.ojm2swp { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.w68t .azg2t:nth-child(even) { background: var(--bg-surface); }
.w68t .azg2t:nth-child(odd)  { background: var(--bg-page); }
.n7jek01 .azg2t:nth-child(even) { background: var(--bg-card); }
.n7jek01 .azg2t:nth-child(odd)  { background: var(--bg-page); }
.w68t .azg2t:nth-child(odd)  .ojm2swp { background: var(--bg-card); border-radius: 6px; }
.w68t .azg2t:nth-child(even) .ojm2swp { background: var(--bg-raised); border-radius: 6px; }
.n7jek01 .azg2t:nth-child(odd)  .ojm2swp { background: var(--bg-card); border-radius: 6px; }
.n7jek01 .azg2t:nth-child(even) .ojm2swp { background: var(--bg-raised); border-radius: 6px; }
.w68t .azg2t:nth-child(even) .ohaadda .o270,
.n7jek01 .azg2t:nth-child(even) .ohaadda .o270 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.w68t .azg2t:nth-child(odd) .ohaadda .o270,
.n7jek01 .azg2t:nth-child(odd) .ohaadda .o270 { background: var(--bg-card-inner); }
.w68t .azg2t:nth-child(even) .et9h .o270:nth-child(odd),
.n7jek01 .azg2t:nth-child(even) .et9h .o270:nth-child(odd)  { background: var(--bg-card); }
.w68t .azg2t:nth-child(even) .et9h .o270:nth-child(even),
.n7jek01 .azg2t:nth-child(even) .et9h .o270:nth-child(even) { background: var(--bg-card-inner); }
h1.zzdeq { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.zzdeq {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.cdcgs8om { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.qs2e h2.zzdeq {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.kw8z7 h2.zzdeq {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.ae42 h2.zzdeq {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.ozf2ec h2.zzdeq::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.loew h2.zzdeq {
  color: var(--text-primary); font-size: 1.7rem;
}
.ktilr4aj h2.zzdeq::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.mg4c h2.zzdeq {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
@media (max-width: 640px) { .s2adb65 { display: none; } }
.yt4sm96 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.f2tcme { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.a436bia {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.tw386j { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.a00bzjlh { padding-left: 20px; }
.a00bzjlh li { margin-bottom: 6px; }
.a00bzjlh a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.a00bzjlh a:hover { color: var(--accent-light); }
.n4fr .tw386j { display: none; }
.fib7lgx .tw386j { display: none; }
.fib7lgx .a00bzjlh { padding-left: 0; list-style: none; }
.fib7lgx .a00bzjlh li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.fib7lgx .a00bzjlh a { font-size: 0.92rem; }
.y4m7 .a436bia { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.y4m7 .tw386j { display: none; }
.y4m7 .a00bzjlh { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.y4m7 .a00bzjlh li { margin-bottom: 0; }
.y4m7 .a00bzjlh 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;
}
.y4m7 .a00bzjlh a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.ahi1doh .a436bia { padding: 20px 20px 16px; }
.ahi1doh .a00bzjlh {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.ahi1doh .a00bzjlh li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.ahi1doh .a00bzjlh 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;
}
.ahi1doh .a00bzjlh 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;
}
.ahi1doh .a00bzjlh a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ahi1doh .a00bzjlh a:focus,
.ahi1doh .a00bzjlh a:focus-visible,
.ahi1doh .a00bzjlh a:target { outline: none; }
.ahi1doh .a00bzjlh li:target a { border-color: var(--border); color: var(--text-muted); }
.qq84epjv .a436bia { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.qq84epjv .tw386j { display: none; }
.qq84epjv .a00bzjlh { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.qq84epjv .a00bzjlh li { counter-increment: toc-n; margin-bottom: 0; }
.qq84epjv .a00bzjlh a {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--bg-card); color: var(--text-muted);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 11px 20px 11px 11px; font-size: 0.92rem; font-weight: 500;
  transition: border-color .15s, color .15s;
}
.qq84epjv .a00bzjlh a::before {
  content: counter(toc-n, decimal-leading-zero);
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--accent); color: #fff; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.qq84epjv .a00bzjlh a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.dg97qt5 .a436bia { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.dg97qt5 .tw386j { display: none; }
.dg97qt5 .a00bzjlh { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.dg97qt5 .a00bzjlh li { margin-bottom: 0; }
.dg97qt5 .a00bzjlh a {
  display: inline-block; padding: 9px 16px;
  font-size: 0.9rem; font-weight: 600; color: var(--text-muted);
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.dg97qt5 .a00bzjlh a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.l8ka .a436bia { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.l8ka .tw386j { display: none; }
.l8ka .a00bzjlh { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.l8ka .a00bzjlh li { margin-bottom: 0; }
.l8ka .a00bzjlh li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.l8ka .a00bzjlh li:last-child::after { content: ""; margin-right: 0; }
.l8ka .a00bzjlh a { font-size: 0.9rem; }
.o270 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.ohaadda .o270 { background: var(--bg-card); }
.et9h .o270:nth-child(odd)  { background: var(--bg-card); }
.et9h .o270:nth-child(even) { background: var(--bg-raised); }
.z2718n .o270 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.z2718n .o270:last-child { border-bottom: none; }
.z2718n h3.cdcgs8om { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.m8ht .o270 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.m8ht .o270 + .o270 { margin-top: 4px; }
.t32p .o270 { background: none; border-radius: 0; padding: 12px 0; }
.t32p .o270 + .o270 { border-top: 1px solid var(--border-section); }
.bublcdp { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.a2lj { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.fiz72tp { color: var(--text-body); margin-bottom: 10px; }
.q7f1, .m8b9mio { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.q7f1 li, .m8b9mio li { margin-bottom: 6px; }
.m8b9mio li { list-style: decimal; }
.ormgr     .q7f1 { list-style-type: "● "; }
.eiqbh  .q7f1 { list-style-type: "■ "; }
.w03zeu .q7f1 { list-style-type: "◆ "; }
.tz1jrfo    .q7f1 { list-style-type: "★ "; }
.ormgr     .zl7i0jj7 { list-style-type: "● "; }
.eiqbh  .zl7i0jj7 { list-style-type: "■ "; }
.w03zeu .zl7i0jj7 { list-style-type: "◆ "; }
.tz1jrfo    .zl7i0jj7 { list-style-type: "★ "; }
.ormgr    .q7f1 li::marker, .ormgr    .zl7i0jj7 li::marker,
.eiqbh .q7f1 li::marker, .eiqbh .zl7i0jj7 li::marker,
.w03zeu .q7f1 li::marker, .w03zeu .zl7i0jj7 li::marker,
.tz1jrfo   .q7f1 li::marker, .tz1jrfo   .zl7i0jj7 li::marker {
  color: var(--cta); font-size: 1em;
}
.ormgr .m8b9mio,
.eiqbh .m8b9mio,
.w03zeu .m8b9mio,
.tz1jrfo .m8b9mio {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.ormgr .m8b9mio li,
.eiqbh .m8b9mio li,
.w03zeu .m8b9mio li,
.tz1jrfo .m8b9mio li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.ormgr .m8b9mio li::before,
.eiqbh .m8b9mio li::before,
.w03zeu .m8b9mio li::before,
.tz1jrfo .m8b9mio 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;
}
.ormgr     .m8b9mio li::before { border-radius: 50%; }
.eiqbh  .m8b9mio li::before { border-radius: 3px; }
.w03zeu .m8b9mio li::before { border-radius: 3px; }
.tz1jrfo    .m8b9mio li::before { border-radius: 50%; }
.tthzw { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.wqxawp .tthzw,
.lzloka0 .tthzw { background: transparent; border: none; border-radius: 0; }
.zloa4n { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.zloa4n th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.zloa4n td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.zloa4n tr:hover td { background: var(--bg-hover); }
.vcb3 .zloa4n tbody tr:nth-child(even) td { background: var(--bg-surface); }
.ljx18u .zloa4n { border: 1px solid var(--border-alt); }
.ljx18u .zloa4n th,
.ljx18u .zloa4n td { border: 1px solid var(--border-alt); }
.i3xkoh0n .zloa4n th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.i3xkoh0n .zloa4n td { border-bottom: none; }
.i3xkoh0n .zloa4n tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.xb7g6 .zloa4n th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.nztz .tthzw {
  overflow: hidden;
}
.nztz .zloa4n th { border-bottom: 1px solid var(--border-alt); }
.nztz .zloa4n tr:last-child td { border-bottom: none; }
.h8iyoi { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.jf2e { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.i5dy { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.cdfbqk { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.hwio { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.zl7i0jj7 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.zl7i0jj7 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%}
.w27xbda .cdfbqk { background: transparent; text-align: center; }
.fzeuxa9u .i5dy {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.oi2wk .i5dy {
  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);
}
.lgabe6vi .jf2e { display: grid; grid-template-columns: auto 1fr; }
.lgabe6vi .i5dy {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.lgabe6vi .cdfbqk { grid-column: 2; }
.lgabe6vi .hwio,
.lgabe6vi .zl7i0jj7 { grid-column: 1 / -1; }
.jkin .jf2e { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.jkin .i5dy {
  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);
}
.jkin .cdfbqk { grid-column: 2; }
.jkin .hwio,
.jkin .zl7i0jj7 { grid-column: 1 / -1; }
.rpaid6h3 .jf2e { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.rpaid6h3 .cdfbqk { background: none; color: var(--accent-light); font-weight: 700; }
.d3vj0z3j .jf2e { 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); }
.d3vj0z3j .cdfbqk { background: none; color: var(--accent-light); font-weight: 700; }
.pnsla .jf2e { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.pnsla .jf2e:last-child { border-bottom: none; }
.pnsla .cdfbqk { background: none; color: var(--accent-light); font-weight: 700; }
.vuoq77xa .jf2e { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.vuoq77xa .cdfbqk { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.ty1aqnes .h8iyoi { counter-reset: card-n; }
.ty1aqnes .jf2e  { counter-increment: card-n; }
.ty1aqnes .cdfbqk { display: flex; align-items: center; gap: 10px; }
.ty1aqnes .cdfbqk::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;
}
.oqyqv6 .jf2e { background: var(--bg-surface); border: 1px solid var(--border); }
.oqyqv6 .cdfbqk { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.hmqya { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.hmqya         { --cl-hue: var(--accent); }
.sq7eh8n     { --cl-hue: #16a34a; }
.iur3cnp { --cl-hue: #ea580c; }
.jtnlfyv3    { --cl-hue: #2563eb; }
.sq7eh8n, .iur3cnp, .jtnlfyv3, .doamh {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.m67kvtez { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.m67kvtez::before { color: var(--cl-hue); }
.hmqya strong { color: var(--text-primary); font-size: 0.95rem; }
.hmqya p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.zo1z77uw { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.bt1oxp, .jy0zkn { border-radius: 8px; padding: 14px; }
.bt1oxp { background: var(--bg-pros); }
.jy0zkn { background: var(--bg-cons); }
.m2fh { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.bt1oxp .m2fh { color: var(--c-pros-label); }
.jy0zkn .m2fh { color: #f87171; }
.bt1oxp ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.jy0zkn ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.v7m6esf { width: 100%; height: auto; border-radius: 10px; display: block; }
.wg7qbi {
  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;
}
.wg7qbi:hover { opacity: 0.85; }
.anpzf5qr .wg7qbi  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.anpzf5qr .wg7qbi:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.l7bnyws .wg7qbi  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.l7bnyws .wg7qbi:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.anpzf5qr .dw5rk.wg7qbi, .l7bnyws .dw5rk.wg7qbi,
.anpzf5qr .nqnzvgre .wg7qbi, .l7bnyws .nqnzvgre .wg7qbi {
  background: var(--cta); border: none; color: #fff;
}
.anpzf5qr .dw5rk.wg7qbi:hover, .l7bnyws .dw5rk.wg7qbi:hover,
.anpzf5qr .nqnzvgre .wg7qbi:hover, .l7bnyws .nqnzvgre .wg7qbi:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.euw2u3fi .iaa6zv { border-radius: 50px; }
.euw2u3fi .wg7qbi  { border-radius: 50px; }
.hafrx .iaa6zv,
.hafrx .wg7qbi { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.hafrx .iaa6zv:hover,
.hafrx .wg7qbi:hover { filter: brightness(1.08); opacity: 1; }
.sthls .iaa6zv,
.sthls .wg7qbi { box-shadow: 0 3px 14px -2px var(--cta); }
.sthls .iaa6zv:hover,
.sthls .wg7qbi:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.cjxh .iaa6zv,
.cjxh .wg7qbi { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.cjxh .iaa6zv:hover,
.cjxh .wg7qbi:hover { opacity: 1; }
.cjxh .iaa6zv:active,
.cjxh .wg7qbi:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.vl5j .iaa6zv,
.vl5j .wg7qbi { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.vl5j .iaa6zv:hover,
.vl5j .wg7qbi:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.vl5j .iaa6zv:active,
.vl5j .wg7qbi:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.t4fwh .iaa6zv,
.t4fwh .wg7qbi { position: relative; overflow: hidden; }
.t4fwh .iaa6zv::before,
.t4fwh .wg7qbi::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.t4fwh .iaa6zv:hover::before,
.t4fwh .wg7qbi:hover::before { left: 135%; }
.kryl7yi .iaa6zv,
.kryl7yi .wg7qbi { border-radius: 0; }
.n1f6wg15 .iaa6zv { padding-left: 22px; padding-right: 22px; }
.n1f6wg15 .wg7qbi  { padding-left: 12px; padding-right: 12px; }
.eyjb0iox .iaa6zv { padding-left: 44px; padding-right: 44px; }
.eyjb0iox .wg7qbi  { padding-left: 24px; padding-right: 24px; }
.dh6et6nr .iaa6zv { padding-left: 56px; padding-right: 56px; }
.dh6et6nr .wg7qbi  { padding-left: 32px; padding-right: 32px; }
.fl6gd6d   .iaa6zv::after, .fl6gd6d   .wg7qbi::after,
.lg2im9 .iaa6zv::after, .lg2im9 .wg7qbi::after,
.aej08    .iaa6zv::after, .aej08    .wg7qbi::after,
.jpk9sh    .iaa6zv::after, .jpk9sh    .wg7qbi::after,
.k8c80dw    .iaa6zv::after, .k8c80dw    .wg7qbi::after,
.c2e99d9j     .iaa6zv::after, .c2e99d9j     .wg7qbi::after,
.v5jz1i9    .iaa6zv::after, .v5jz1i9    .wg7qbi::after,
.lnq9   .iaa6zv::after, .lnq9   .wg7qbi::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;
}
.fl6gd6d .iaa6zv::after, .fl6gd6d .wg7qbi::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");
}
.lg2im9 .iaa6zv::after, .lg2im9 .wg7qbi::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");
}
.aej08 .iaa6zv::after, .aej08 .wg7qbi::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");
}
.jpk9sh .iaa6zv::after, .jpk9sh .wg7qbi::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");
}
.k8c80dw .iaa6zv::after, .k8c80dw .wg7qbi::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");
}
.c2e99d9j .iaa6zv::after, .c2e99d9j .wg7qbi::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");
}
.v5jz1i9 .iaa6zv::after, .v5jz1i9 .wg7qbi::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");
}
.lnq9 .iaa6zv::after, .lnq9 .wg7qbi::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");
}
.hwkx90   .xw6v3mp::after, .hwkx90   .if2mcg::after,
.x82jesn .xw6v3mp::after, .x82jesn .if2mcg::after,
.upor28    .xw6v3mp::after, .upor28    .if2mcg::after,
.alrolv    .xw6v3mp::after, .alrolv    .if2mcg::after,
.wrok    .xw6v3mp::after, .wrok    .if2mcg::after,
.wsg8t9     .xw6v3mp::after, .wsg8t9     .if2mcg::after,
.t5w2rrqo    .xw6v3mp::after, .t5w2rrqo    .if2mcg::after,
.fy4t2   .xw6v3mp::after, .fy4t2   .if2mcg::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;
}
.hwkx90 .xw6v3mp::after, .hwkx90 .if2mcg::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");
}
.x82jesn .xw6v3mp::after, .x82jesn .if2mcg::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");
}
.upor28 .xw6v3mp::after, .upor28 .if2mcg::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");
}
.alrolv .xw6v3mp::after, .alrolv .if2mcg::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");
}
.wrok .xw6v3mp::after, .wrok .if2mcg::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");
}
.wsg8t9 .xw6v3mp::after, .wsg8t9 .if2mcg::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");
}
.t5w2rrqo .xw6v3mp::after, .t5w2rrqo .if2mcg::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");
}
.fy4t2 .xw6v3mp::after, .fy4t2 .if2mcg::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");
}
.e90kdsus {
  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;
}
.t2c6diyo {
  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;
}
.t2c6diyo > * { min-width: 0; }
.t2c6diyo:hover { background: var(--bg-hover); }
.t2c6diyo > [itemprop="item"] { display: contents; }
.t2c6diyo [itemprop="itemReviewed"],
.t2c6diyo [itemprop="reviewRating"] { display: none; }
.t2c6diyo::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;
}
.o9zhbj {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.c08f4a7 {
  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;
}
.dfdhlli9 { max-height: 52px; max-width: 110px; object-fit: contain; }
.m09me52q {
  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;
}
.h4d6122 .c08f4a7    { background: #1a1a1a; }
.bgc2mk .c08f4a7   { background: rgba(128,128,128,.12); }
.dxascs5 .c08f4a7 { background: var(--bg-raised); }
.ctneoxt .c08f4a7    { background: transparent; padding: 0; }
.bjp2sn {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.bwuwia { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.ji61p1ko { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.z23kcg {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.wbfw {
  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;
}
.n98n {
  
  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%;
}
.neq6hczv {
  
  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;
}
.dw5rk {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.dw5rk.wg7qbi {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .t2c6diyo {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .t2c6diyo::before    { grid-area: rank;   }
  .o9zhbj           { grid-area: ident;  }
  .bjp2sn     { grid-area: rating; min-width: 0; width: auto; }
  .z23kcg           { grid-area: pills;  }
  .dw5rk             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .t2c6diyo {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .t2c6diyo::before    { justify-self: center; }
  .o9zhbj           { width: 100%; }
  .bjp2sn     { justify-self: center; }
  .z23kcg           { grid-template-columns: 1fr; }
}
@media (max-width: 560px) { .ig53 { padding: 10px 16px; gap: 6px 16px; } }
.nqnzvgre .wg7qbi { white-space: nowrap; }
@media (max-width: 560px) {
  .oh7vu { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .cwrj7 { order: 1; }
  .nqnzvgre { order: 2; margin-left: auto; align-self: center; }
  .mlxy1hi { order: 3; flex: 1 1 100%; min-width: 0; }
}
.bcwvuwld    .tljx57n5 li::before { content: "◆"; }
.bcwvuwld    .aoauhe li::before { content: "▲"; }
.ku9d .rile { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
@media (min-width: 860px) {
  .u09z .hbqu {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .u09z .xcq7 { margin: 0; }
}
.k8mg9t .oh7vu { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.k8mg9t .mlxy1hi h3 { color: var(--accent-light); }
.k8mg9t .cwrj7 { background: var(--bg-page); border: 1px solid var(--border); }
.lzloka0 .zo1z77uw { gap: 10px; }
.lzloka0 .bt1oxp, .lzloka0 .jy0zkn { padding: 12px; }
.lzloka0 .bt1oxp ul, .lzloka0 .jy0zkn ul { margin: 4px 0 0; padding-left: 18px; }
.lzloka0 .bt1oxp li, .lzloka0 .jy0zkn li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .mw3j0l { grid-template-columns: 1fr; }
  .capc { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .capc .ytdqlh { width: 72px; height: 50px; }
  .capc .dxfu { max-width: 180px; }
  .capc .qhgvo { width: auto; }
}
@media (max-width: 720px) {
  .y7un346r { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .sbv86e { padding: 16px; }
  .oydka .fg438 { min-width: 50%; }
}
.s67y26ae .zo1z77uw { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .uz0ja89g { grid-template-columns: 1fr; }
  .cynn { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .a1y24rkh { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .ub46hia { flex-wrap: wrap; padding: 16px; }
}
.bxvm0u .zo1z77uw { gap: 8px; }
.bxvm0u .bt1oxp, .bxvm0u .jy0zkn { padding: 8px; }
@media (max-width: 480px) {
  .kit73ot { flex-direction: column; align-items: stretch; }
}
.nps7tzuk .qhgvo .wg7qbi { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .bhjy { flex-direction: column; align-items: stretch; gap: 10px; }
  .nps7tzuk .qhgvo { text-align: center; }
}
@media (max-width: 720px) {
  .w4xqg { grid-template-columns: 1fr; }
  .bf38 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .gyct { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .y4ef { grid-template-columns: 1fr; }
  .ft8m { width: 100px; height: 100px; margin: 16px auto; }
  .za8kb4 { font-size: 1.4rem; }
  .psza { justify-content: center; }
  .e2qr .fg438 { min-width: 50%; }
}
.tp9go45d .zo1z77uw { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .tbe7b { flex-wrap: wrap; padding: 14px 16px; }
  .emxeyi { padding: 12px 16px; }
  .tp9go45d .zo1z77uw { margin: 0 16px; }
  .tp9go45d .tzb4 { padding: 0 16px; }
  .qs27hl6z { padding: 12px 16px; }
}
.iyzwg .t2c6diyo {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.iyzwg .t2c6diyo:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.dwthignn .e90kdsus { gap: 18px; }
.dwthignn .t2c6diyo {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.dwthignn .t2c6diyo:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.g9g0qjt .e90kdsus {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.g9g0qjt .t2c6diyo {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.g9g0qjt .t2c6diyo:last-child { border-bottom: none; }
.g9g0qjt .o9zhbj,
.g9g0qjt .bjp2sn,
.g9g0qjt .z23kcg {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.zwrjcn .e90kdsus { gap: 0; }
.zwrjcn .t2c6diyo {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.zwrjcn .t2c6diyo:last-child { border-bottom: none; }
.zwrjcn .t2c6diyo:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.zwrjcn .t2c6diyo:nth-child(even):hover { background: var(--bg-hover); }
.tj1vn3 .t2c6diyo {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.mm22 .z23kcg .wbfw {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.mm22 .z23kcg .wbfw:first-child { border-left: none; }
.fgiepylt .z23kcg .wbfw {
  background: transparent; padding: 4px 8px;
}
.fgiepylt .z23kcg .n98n { font-size: .65rem; opacity: .65; }
.fgiepylt .z23kcg .neq6hczv   { font-size: 1.15rem; color: var(--accent-light); }
.cy5vwd .z23kcg .wbfw {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.ji61p1ko { display: none; }
.mtdqv .bwuwia { font-size: 1rem; letter-spacing: 2px; }
.r98wlr .bwuwia {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.iwjvhw .bwuwia,
.nfraudc .bwuwia,
.wgc7g6c .bwuwia { display: none; }
.iwjvhw .ji61p1ko,
.nfraudc .ji61p1ko,
.wgc7g6c .ji61p1ko { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.iwjvhw .ji61p1ko { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.iwjvhw .ji61p1ko small { display: none; }
.nfraudc .ji61p1ko {
  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;
}
.nfraudc .ji61p1ko small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.wgc7g6c .ji61p1ko {
  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;
}
.wgc7g6c .ji61p1ko small { display: none; }
.nfraudc .dp913 .d0m9hf,
.nfraudc .dp913 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;
}
.nfraudc .dwde4b29,
.nfraudc .fzbyv { font-size: 1em; }
.trw5jf { margin: 16px 0; }
.xllc4k { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.xllc4k summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.xllc4k summary::after { content: "+"; color: var(--accent-light); }
.xllc4k[open] summary::after { content: "−"; }
.xllc4k p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.azg2t { margin-bottom: 0; }
.jdzjt h2.zzdeq { color: var(--text-primary); border-color: var(--accent-light); }
.jle50uf0 h2.zzdeq { color: var(--text-primary); border-color: var(--accent-light); }
.rzjjb .sq7eh8n     { background: #052e16; border-color: #10b981; }
.rzjjb .iur3cnp { background: #2d0a1e; border-color: #f43f5e; }
.rzjjb .jtnlfyv3    { background: #1e1036; border-color: #a855f7; }
.rzjjb .hmqya strong  { color: #f1f5f9; }
.rzjjb .hmqya p       { color: #cbd5e1; }
.rzjjb .i9jf    .sq7eh8n     .m67kvtez::before,
.rzjjb .x5ydodah  .sq7eh8n     .m67kvtez::before,
.rzjjb .ovx6  .sq7eh8n     .m67kvtez::before,
.rzjjb .goof .sq7eh8n     .m67kvtez::before { color: #10b981; }
.rzjjb .i9jf    .iur3cnp .m67kvtez::before,
.rzjjb .x5ydodah  .iur3cnp .m67kvtez::before,
.rzjjb .ovx6  .iur3cnp .m67kvtez::before,
.rzjjb .goof .iur3cnp .m67kvtez::before { color: #f43f5e; }
.rzjjb .i9jf    .jtnlfyv3    .m67kvtez::before,
.rzjjb .x5ydodah  .jtnlfyv3    .m67kvtez::before,
.rzjjb .ovx6  .jtnlfyv3    .m67kvtez::before,
.rzjjb .goof .jtnlfyv3    .m67kvtez::before { color: #a855f7; }
.uemjhp31 .sq7eh8n     { background: #2d2000; border-color: #eab308; }
.uemjhp31 .iur3cnp { background: #2d0b0b; border-color: #ef4444; }
.uemjhp31 .jtnlfyv3    { background: #2d1600; border-color: #f97316; }
.uemjhp31 .hmqya strong  { color: #f1f5f9; }
.uemjhp31 .hmqya p       { color: #cbd5e1; }
.uemjhp31 .i9jf    .sq7eh8n     .m67kvtez::before,
.uemjhp31 .x5ydodah  .sq7eh8n     .m67kvtez::before,
.uemjhp31 .ovx6  .sq7eh8n     .m67kvtez::before,
.uemjhp31 .goof .sq7eh8n     .m67kvtez::before { color: #eab308; }
.uemjhp31 .i9jf    .iur3cnp .m67kvtez::before,
.uemjhp31 .x5ydodah  .iur3cnp .m67kvtez::before,
.uemjhp31 .ovx6  .iur3cnp .m67kvtez::before,
.uemjhp31 .goof .iur3cnp .m67kvtez::before { color: #ef4444; }
.uemjhp31 .i9jf    .jtnlfyv3    .m67kvtez::before,
.uemjhp31 .x5ydodah  .jtnlfyv3    .m67kvtez::before,
.uemjhp31 .ovx6  .jtnlfyv3    .m67kvtez::before,
.uemjhp31 .goof .jtnlfyv3    .m67kvtez::before { color: #f97316; }
.wrqg .sq7eh8n     { background: #0c1a2e; border-color: #38bdf8; }
.wrqg .iur3cnp { background: #12103a; border-color: #818cf8; }
.wrqg .jtnlfyv3    { background: #0a2020; border-color: #2dd4bf; }
.wrqg .hmqya strong  { color: #f1f5f9; }
.wrqg .hmqya p       { color: #cbd5e1; }
.wrqg .i9jf    .sq7eh8n     .m67kvtez::before,
.wrqg .x5ydodah  .sq7eh8n     .m67kvtez::before,
.wrqg .ovx6  .sq7eh8n     .m67kvtez::before,
.wrqg .goof .sq7eh8n     .m67kvtez::before { color: #38bdf8; }
.wrqg .i9jf    .iur3cnp .m67kvtez::before,
.wrqg .x5ydodah  .iur3cnp .m67kvtez::before,
.wrqg .ovx6  .iur3cnp .m67kvtez::before,
.wrqg .goof .iur3cnp .m67kvtez::before { color: #818cf8; }
.wrqg .i9jf    .jtnlfyv3    .m67kvtez::before,
.wrqg .x5ydodah  .jtnlfyv3    .m67kvtez::before,
.wrqg .ovx6  .jtnlfyv3    .m67kvtez::before,
.wrqg .goof .jtnlfyv3    .m67kvtez::before { color: #2dd4bf; }
.ytsyf::before,
.x8t8dbz::before { margin-right: 5px; }
.kpu18r6 .bt1oxp ul li,
.kpu18r6 .bt1oxp .ytsyf { color: #22c55e; }
.kpu18r6 .jy0zkn ul li,
.kpu18r6 .jy0zkn .x8t8dbz { color: #ef4444; }
.balrgqb .bt1oxp { background: var(--bg-pros); }
.balrgqb .jy0zkn { background: var(--bg-cons); }
.balrgqb .bt1oxp .ytsyf { color: var(--c-pros-label); }
.balrgqb .jy0zkn .x8t8dbz { color: var(--c-cons); }
.balrgqb .bt1oxp ul li,
.balrgqb .jy0zkn ul li,
.uobni5 .bt1oxp { background: var(--bg-pros); }
.uobni5 .jy0zkn { background: var(--bg-cons); }
.uobni5 .bt1oxp .ytsyf { color: var(--c-pros-label); }
.uobni5 .jy0zkn .x8t8dbz { color: var(--c-cons); }
.uobni5 .bt1oxp ul li,
.uobni5 .tljx57n5 li          { color: var(--c-pros); }
.uobni5 .jy0zkn ul li,
.uobni5 .aoauhe li          { color: var(--c-cons); }
.bn032a4e .ytsyf::before { content: "✓ "; }
.bn032a4e .x8t8dbz::before { content: "✗ "; }
.hfvx8 .ytsyf::before { content: "→ "; }
.hfvx8 .x8t8dbz::before { content: "← "; }
.qoyic33u .ytsyf::before { content: "★ "; }
.qoyic33u .x8t8dbz::before { content: "✕ "; }
.bcwvuwld .ytsyf::before { content: "◆ "; }
.bcwvuwld .x8t8dbz::before { content: "▲ "; }
.jlxnn .hmqya { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.jlxnn .hmqya strong { color: var(--text-primary); }
.jlxnn .hmqya p      { color: var(--text-muted); }
.ku9d .hmqya { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.jsp6em .hmqya {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.jsp6em .hmqya strong,
.jsp6em .hmqya p { color: #fff; }
.jsp6em .m67kvtez::before { color: rgba(255,255,255,0.9) !important; }
.axogvp7 .hmqya {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.axogvp7 .hmqya strong { color: var(--text-primary); }
.axogvp7 .hmqya p      { color: var(--text-muted); }
.ywewm5 .hmqya { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.i9jf .m67kvtez,
.x5ydodah .m67kvtez,
.ovx6 .m67kvtez,
.goof .m67kvtez { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.i9jf .m67kvtez::before,
.x5ydodah .m67kvtez::before,
.ovx6 .m67kvtez::before,
.goof .m67kvtez::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.i9jf .sq7eh8n     .m67kvtez::before { content: "✦"; color: var(--c-tip-border); }
.i9jf .iur3cnp .m67kvtez::before { content: "▲"; color: var(--c-warn-border); }
.i9jf .jtnlfyv3    .m67kvtez::before { content: "◉"; color: #60a5fa; }
.x5ydodah .sq7eh8n     .m67kvtez::before { content: "★"; color: var(--c-tip-border); }
.x5ydodah .iur3cnp .m67kvtez::before { content: "◆"; color: var(--c-warn-border); }
.x5ydodah .jtnlfyv3    .m67kvtez::before { content: "●"; color: #60a5fa; }
.ovx6 .sq7eh8n     .m67kvtez::before { content: "▶"; color: var(--c-tip-border); }
.ovx6 .iur3cnp .m67kvtez::before { content: "■"; color: var(--c-warn-border); }
.ovx6 .jtnlfyv3    .m67kvtez::before { content: "▸"; color: #60a5fa; }
.goof .sq7eh8n     .m67kvtez::before { content: "→"; color: var(--c-tip-border); }
.goof .iur3cnp .m67kvtez::before { content: "⬥"; color: var(--c-warn-border); }
.goof .jtnlfyv3    .m67kvtez::before { content: "◈"; color: #60a5fa; }
.lthv .ohaadda .o270,
.lthv .et9h .o270  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.lthv .jf2e                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.lthv .t2c6diyo                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.lthv .tthzw          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.lthv .a436bia                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.e4pqf .ohaadda .o270,
.e4pqf .et9h .o270,
.e4pqf .jf2e,
.e4pqf .t2c6diyo,
.e4pqf .xcq7,
.e4pqf .tthzw,
.e4pqf .a436bia,
.e4pqf .ywewm5 .hmqya { box-shadow: none; }
.nlln939c   .fiz72tp, .nlln939c .bublcdp, .nlln939c .a2lj,
.nlln939c   .yt4sm96, .nlln939c .f2tcme { font-size: 0.9rem; }
.nlln939c   .q7f1, .nlln939c .m8b9mio { font-size: 0.9rem; }
.eg7pdsq   .fiz72tp, .eg7pdsq .bublcdp, .eg7pdsq .a2lj,
.eg7pdsq   .yt4sm96, .eg7pdsq .f2tcme { font-size: 0.95rem; }
.eg7pdsq   .q7f1, .eg7pdsq .m8b9mio { font-size: 0.95rem; }
.pcvs0d   .fiz72tp, .pcvs0d .bublcdp, .pcvs0d .a2lj,
.pcvs0d   .yt4sm96, .pcvs0d .f2tcme { font-size: 1.08rem; }
.pcvs0d   .q7f1, .pcvs0d .m8b9mio { font-size: 1.05rem; }
.pcvs0d   .zloa4n { font-size: 0.97rem; }
.jtq0 .yeka      { font-size: 3.2rem; }
.jtq0 h2.zzdeq { font-size: 1.9rem; }
.jtq0 h3.cdcgs8om     { font-size: 1.4rem; }
.pe46bni0 .yeka      { font-size: 3.8rem; }
.pe46bni0 h2.zzdeq { font-size: 2.2rem; }
.pe46bni0 h3.cdcgs8om     { font-size: 1.6rem; }
.azg2t + .azg2t { position: relative; }
.zklt0vx   .azg2t + .azg2t::before,
.wquol0  .azg2t + .azg2t::before,
.f4na   .azg2t + .azg2t::before,
.q4qs7   .azg2t + .azg2t::before,
.ubz5ny   .azg2t + .azg2t::before,
.skmbx .azg2t + .azg2t::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.zklt0vx .azg2t + .azg2t::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.wquol0 .azg2t + .azg2t::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.f4na .azg2t + .azg2t::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;
}
.q4qs7 .azg2t + .azg2t::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.epk3wj .azg2t { margin-bottom: 16px; }
.epk3wj .azg2t + .azg2t { margin-top: 0; }
.epk3wj .ojm2swp { padding-top: 0; padding-bottom: 0; }
.ubz5ny .azg2t + .azg2t::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.skmbx .azg2t + .azg2t::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.ku3l .azg2t + .azg2t::before,
.zbe8 .azg2t + .azg2t::before,
.trw3i .azg2t + .azg2t::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%;
}
.w68t .ku3l .azg2t:nth-child(even)::before,
.w68t .zbe8 .azg2t:nth-child(even)::before,
.w68t .trw3i .azg2t:nth-child(even)::before { background: var(--bg-surface); }
.n7jek01 .ku3l .azg2t:nth-child(even)::before,
.n7jek01 .zbe8 .azg2t:nth-child(even)::before,
.n7jek01 .trw3i .azg2t:nth-child(even)::before { background: var(--bg-card); }
.ku3l .azg2t + .azg2t::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");
}
.zbe8 .azg2t + .azg2t::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");
}
.trw3i .azg2t + .azg2t::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");
}
.yyn6s .qu3u8,
.i8go .qu3u8,
.leap1 .qu3u8 { overflow: hidden; }
.yyn6s .kcd2,
.i8go .kcd2 { margin-bottom: 60px; }
.leap1 .kcd2 { margin-bottom: 70px; }
.leap1 .g5tjdpob { padding-bottom: 70px; }
.yyn6s .qu3u8::before,
.i8go .qu3u8::before,
.leap1 .qu3u8::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%;
}
.yyn6s .qu3u8::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");
}
.i8go .qu3u8::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");
}
.leap1 .qu3u8::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");
}
.qn8l4mfb .qu3u8:not(.wk41unr9) .jps9k { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.uq8kjoeg .qu3u8:not(.wk41unr9) .jps9k { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.sa1q  .qu3u8:not(.wk41unr9) .jps9k { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.bvyfqe  .qu3u8:not(.wk41unr9) .jps9k { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ywxpb .wk41unr9 { background: var(--accent); }
.ywxpb .wk41unr9 .jps9k { background: none; }
.ywxpb .c18sx { background: var(--accent); }
.ywxpb .t6xdh { background: var(--accent-bg); }
.ywxpb .qu3u8:not(.wk41unr9) .jps9k { background: rgba(0,0,0,0.6); }
.t4ex .mhf93 { float: left; width: 38%; margin: 0 28px 16px 0; }
.t4ex .mhf93 .v7m6esf { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.t4ex .ojm2swp::after { content: ''; display: block; clear: both; }
.ik7r7 .mhf93 { float: right; width: 38%; margin: 0 0 16px 28px; }
.ik7r7 .mhf93 .v7m6esf { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ik7r7 .ojm2swp::after { content: ''; display: block; clear: both; }
.t28vi0wc .azg2t:nth-child(odd)  .mhf93 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.t28vi0wc .azg2t:nth-child(even) .mhf93 { float: right; width: 38%; margin: 0 0 16px 28px; }
.t28vi0wc .mhf93 .v7m6esf { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.t28vi0wc .ojm2swp::after { content: ''; display: block; clear: both; }
.t4ex .h8iyoi,
.t4ex .e90kdsus,
.ik7r7 .h8iyoi,
.ik7r7 .e90kdsus,
.t28vi0wc .h8iyoi,
.t28vi0wc .e90kdsus { clear: both; }
@media (max-width: 900px) {
  .t4ex .mhf93,
  .ik7r7 .mhf93,
  .t28vi0wc .azg2t:nth-child(odd)  .mhf93,
  .t28vi0wc .azg2t:nth-child(even) .mhf93 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .t4ex .mhf93 .v7m6esf,
  .ik7r7 .mhf93 .v7m6esf,
  .t28vi0wc .mhf93 .v7m6esf {
    max-height: none !important;
  }
}
.t4ex .q7f1,
.t4ex .m8b9mio,
.ik7r7 .q7f1,
.ik7r7 .m8b9mio,
.t28vi0wc .q7f1,
.t28vi0wc .m8b9mio { overflow: hidden; }
@media (max-width: 640px) {
  .t4ex .mhf93,
  .ik7r7 .mhf93,
  .t28vi0wc .mhf93 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.jyot5a .y94ss7n,
.jyot5a .ojm2swp,
.jyot5a .n0nwc  { max-width: 1100px; }
.w6sz .y94ss7n,
.w6sz .ojm2swp,
.w6sz .n0nwc  { max-width: 1200px; }
.r93nf .y94ss7n,
.r93nf .ojm2swp,
.r93nf .n0nwc  { max-width: 1320px; }
.r93nf { --content-mw: 1320px; }
.mdcu { font-size: 0.82rem; color: var(--text-muted); }
.xkb18y { display: flex; align-items: center; }
.l4z7 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ilpi { display: flex; align-items: center; }
.ct0u64go { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.ct0u64go:hover { text-decoration: underline; }
.fxxnk5h6 { margin: 0 3px; opacity: 0.45; }
.fxxnk5h6::before { content: '/'; }
.yj5mbyg { padding: 2px 5px; color: var(--text-main); }
.yooftod .mdcu {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.yooftod .xkb18y { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.f7u9e .mdcu {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.f7u9e .xkb18y { padding: 0 0 0 12px; }
.puiad {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.c1pynl .xkb18y { padding: 0 16px; }
.c1pynl .mdcu {
  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);
}
.c1pynl .y94ss7n { padding-top: 28px; }
@media (max-width: 720px) {
  .puiad { margin-top: 18px; padding: 0 16px; }
  .c1pynl .y94ss7n { padding-top: 16px; }
}
.jyot5a.yooftod .xkb18y { max-width: 1100px; }
.w6sz.yooftod .xkb18y { max-width: 1200px; }
.r93nf.yooftod .xkb18y { max-width: 1320px; }
.jyot5a .puiad { max-width: 1100px; }
.w6sz .puiad { max-width: 1200px; }
.r93nf .puiad { max-width: 1320px; }
.baorf .azg2t { padding-top: 16px; padding-bottom: 16px; }
.ossvcu0 .azg2t { padding-top: 24px; padding-bottom: 24px; }
.brccmd .azg2t { padding-top: 40px; padding-bottom: 40px; }
.u6zo .azg2t { padding-top: 52px; padding-bottom: 52px; }
.fhbyt .azg2t:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.fhbyt .azg2t:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.fhbyt .azg2t:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.fhbyt .azg2t:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.oaqs31ie .ojm2swp { padding-top: 10px;  padding-bottom: 10px; }
.atpcr .ojm2swp { padding-top: 18px;  padding-bottom: 18px; }
.zpx1 .ojm2swp { padding-top: 36px;  padding-bottom: 36px; }
.pcvb .ojm2swp { padding-top: 48px;  padding-bottom: 48px; }
.vxw0b h2.zzdeq { font-weight: 600; }
.vxw0b h3.cdcgs8om     { font-weight: 600; }
.cvch3qh4 h2.zzdeq { font-weight: 800; }
.cvch3qh4 h3.cdcgs8om     { font-weight: 700; }
.el51h08 { font-weight: 600; }
.el51h08 h2.zzdeq { font-weight: 900; }
.el51h08 h3.cdcgs8om     { font-weight: 800; }
.el51h08 .hmqya strong,
.el51h08 .hmqya strong { font-weight: 600; }
.xw6v3mp {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.y1bupm .xw6v3mp { display: none; }
@media (max-width: 640px) {
  .xw6v3mp { display: none !important; }
}
.xw6v3mp { background: var(--cta) !important; color: #fff !important; border: none !important; }
.xw6v3mp:hover { opacity: 0.85; }
.fmfwewp .xw6v3mp { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.bij96b .if2mcg { right: 32px; }
@media (max-width: 480px) {
  .bij96b .if2mcg { right: 20px; bottom: 20px; }
  .b057  .if2mcg { left: 20px; bottom: 20px; }
}
.t1cb30 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.n0nwc { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.mw80h4 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.sl3j { color: var(--text-dim); font-size: 0.8rem; }
.vnn2c55g { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.vnn2c55g img { height: 26px; width: auto; object-fit: contain; }
.fih06asz a, .hb5o2kk a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.fih06asz a:hover, .hb5o2kk a:hover { color: var(--accent-light); }
.hb5o2kk { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.bgzx3ae .n0nwc { text-align: center; }
.bgzx3ae .hb5o2kk { justify-content: center; margin-bottom: 16px; }
.bgzx3ae .mw80h4 { margin-top: 0; }
.tzbua0n { margin-top: 10px; }
.tzbua0n a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .n0nwc { padding-left: 16px; padding-right: 16px; }
  .r47el3 .n0nwc { padding: 20px 16px; }
  .hb5o2kk { gap: 4px 12px; }
  .mw80h4 { font-size: 0.78rem; }
}
.j75f4ej .evb3aws .vnn2c55g { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.j75f4ej .mw80h4 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.j75f4ej .sl3j { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .j75f4ej .u5iowh { grid-template-columns: 1fr 1fr; } .j75f4ej .evb3aws { grid-column: 1 / -1; } }
@media (max-width: 480px) { .j75f4ej .u5iowh { grid-template-columns: 1fr; } }
.llqf1 .vnn2c55g { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.llqf1 .mw80h4 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .llqf1 .psrn9ujc { gap: 12px; } .llqf1 .vnn2c55g { margin-right: 0; width: 100%; } }
.ffh4643 .sx9fdy .vnn2c55g { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.ffh4643 .mw80h4 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.ffh4643 .sl3j { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .ffh4643 .glx3p { grid-template-columns: 1fr 1fr; } .ffh4643 .sx9fdy { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ffh4643 .glx3p { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .fpczqmd .cei8gr { grid-template-columns: 1fr 1fr; } .fpczqmd .ozmrwqp5:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .fpczqmd .cei8gr { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .afztr .cei8gr { grid-template-columns: 1fr; } }
.vpadh .n0nwc { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.vpadh .hb5o2kk { justify-content: center; }
.ylzsn .wqp47b11      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.ylzsn .t1cb30 { background: var(--bg-page); border-top-color: var(--border-alt); }
.zqeonm9b .wqp47b11      { background: #0d1117; border-bottom-color: #21262d; }
.zqeonm9b .b5uf5s { color: var(--accent-light); }
.zqeonm9b .jifwa8 { --msep-color: #8b949e; }
.zqeonm9b .jifwa8 a { color: #8b949e; }
.zqeonm9b .jifwa8 a:hover { color: var(--accent-light); }
.zqeonm9b .l5kiza { color: #8b949e; }
.zqeonm9b .t1cb30 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.zqeonm9b .mw80h4,
.zqeonm9b .sl3j { color: #6e7681; }
.zqeonm9b .fih06asz a, .zqeonm9b .hb5o2kk a,
.zqeonm9b .vnn2c55g { color: #e6edf3; }
.zqeonm9b .fih06asz a:hover, .zqeonm9b .hb5o2kk a:hover,
@media (max-width: 640px) {
  .zqeonm9b .jifwa8 { background: #0d1117; border-top-color: #21262d; }
  .zqeonm9b .jifwa8 li a { border-bottom-color: #21262d; }
}
.t3h05f .wqp47b11      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.t3h05f .b5uf5s { color: var(--accent-light); }
.t3h05f .jifwa8 { --msep-color: #475569; }
.t3h05f .jifwa8 a { color: #475569; }
.t3h05f .jifwa8 a:hover { color: var(--accent-light); }
.t3h05f .l5kiza { color: #64748b; }
.t3h05f .t1cb30 { background: #f0f4f8; border-top-color: #cbd5e1; }
.t3h05f .mw80h4,
.t3h05f .sl3j { color: #64748b; }
.t3h05f .fih06asz a, .t3h05f .hb5o2kk a,
.t3h05f .glu53070 a, .t3h05f .vnn2c55g { color: #374151; }
.t3h05f .fih06asz a:hover, .t3h05f .hb5o2kk a:hover,
@media (max-width: 640px) {
  .t3h05f .jifwa8 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .t3h05f .jifwa8 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.nur05jeb .wqp47b11      { background: var(--accent); border-bottom-color: var(--accent-light); }
.nur05jeb .b5uf5s { color: #fff; }
.nur05jeb .jifwa8 { --msep-color: rgba(255,255,255,0.82); }
.nur05jeb .jifwa8 a { color: rgba(255,255,255,0.82); }
.nur05jeb .jifwa8 a:hover { color: #fff; }
.nur05jeb .l5kiza { color: rgba(255,255,255,0.9); }
.nur05jeb .t1cb30 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.nur05jeb .mw80h4,
.nur05jeb .sl3j { color: rgba(255,255,255,0.72); }
.nur05jeb .fih06asz a, .nur05jeb .hb5o2kk a,
.nur05jeb .glu53070 a, .nur05jeb .vnn2c55g { color: #fff; }
.nur05jeb .fih06asz a:hover, .nur05jeb .hb5o2kk a:hover,
@media (max-width: 640px) {
  .nur05jeb .jifwa8 { background: var(--accent); border-top-color: var(--accent-light); }
  .nur05jeb .jifwa8 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.qr9k .wqp47b11 {
  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);
}
.qr9k .t1cb30 {
  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) {
  .qr9k .jifwa8 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.a8eo0mdt .ek7o1amf { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.p3aj0t30 .ek7o1amf { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.b8oi .ek7o1amf { min-height: 72px; height: auto; }
.tw7979 .ek7o1amf { min-height: 84px; height: auto; }
.r47el3 .ek7o1amf { max-width: none; padding: 0 32px; }
.r47el3 .n0nwc  { max-width: none; padding: 24px 32px; }
.t0nxs.w6sz .ek7o1amf { max-width: 1200px; }
.t0nxs.r93nf .ek7o1amf { max-width: 1320px; }
.p3cqsw6   .b5uf5s, .p3cqsw6   .vnn2c55g { text-transform: capitalize; }
.dn5l89 .b5uf5s, .dn5l89 .vnn2c55g { text-transform: lowercase; }
.yqye .b5uf5s, .yqye .vnn2c55g { text-transform: uppercase; letter-spacing: 0.06em; }
.u0cvtfr, .myezfi3b {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.g0c1 .u0cvtfr,
.g0c1 .myezfi3b { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.v8yed .u0cvtfr,
.v8yed .myezfi3b { 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; }
.y9wsh0g .u0cvtfr,
.y9wsh0g .myezfi3b { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.o2jg1vn .u0cvtfr,
.o2jg1vn .myezfi3b { 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; }
.mfjxm   .jifwa8 a { font-weight: 500; }
.xwjvj .jifwa8 a { font-weight: 600; }
.el2o     .jifwa8 a { font-weight: 700; }
.ul1bu    .jifwa8 a { font-weight: 800; letter-spacing: 0.01em; }
.u3fxxw7l     .jifwa8 > li + li::before,
.fwys5    .jifwa8 > li + li::before,
.n9k9    .jifwa8 > li + li::before,
.yxlofuv .jifwa8 > li + li::before,
.umcvml5 .jifwa8 > li + li::before,
.ztrc3ra  .jifwa8 > li + li::before,
.x05w61hc    .jifwa8 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.u3fxxw7l     .jifwa8 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.fwys5    .jifwa8 > li + li::before { content: "|"; }
.n9k9    .jifwa8 > li + li::before { content: "—"; }
.yxlofuv .jifwa8 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.umcvml5 .jifwa8 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.ztrc3ra  .jifwa8 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.x05w61hc    .jifwa8 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .dx8so4r .l5kiza,
  .jfx4 .l5kiza,
  .pljr5 .l5kiza,
  .bnbm1mxn .l5kiza,
  .e71or8 .l5kiza {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .dx8so4r .l5kiza::before,
  .jfx4 .l5kiza::before,
  .pljr5 .l5kiza::before,
  .bnbm1mxn .l5kiza::before,
  .e71or8 .l5kiza::before { content: ""; display: block; flex-shrink: 0; }

  
  .dx8so4r .l5kiza::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;
  }

  
  .jfx4 .l5kiza::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;
  }

  
  .pljr5 .l5kiza::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;
  }

  
  .bnbm1mxn .l5kiza::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;
  }

  
  .e71or8 .l5kiza::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) {
  .i66mcxm .l5kiza {
    padding: 5px 14px;
  }
  .i66mcxm .jifwa8 {
    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;
  }
  .i66mcxm .jifwa8 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .i66mcxm .jifwa8 li a:hover { background: var(--bg-raised); }
  .i66mcxm .z4830,
  .rm5h8byo .z4830,
  .i57iav .z4830 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .zpqq50 .l5kiza {
    padding: 5px 10px;
  }
  .zpqq50 .jifwa8 {
    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);
  }
  .zpqq50 .jifwa8.n9hq8k0 { transform: translateX(0); }
  .zpqq50 .jifwa8 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .zpqq50 .jifwa8 li:last-child a { border-bottom: none; }
  .nur05jeb .jifwa8,
  .zqeonm9b .jifwa8 { background: var(--accent) !important; }
  .nur05jeb .jifwa8 li a,
  .zqeonm9b .jifwa8 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .i57iav .l5kiza {
    padding: 5px 10px;
  }
  .i57iav .jifwa8 {
    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);
  }
  .i57iav .jifwa8::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .i57iav .jifwa8.n9hq8k0 { transform: translateY(0); }
  .i57iav .jifwa8 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .xe3kct .l5kiza {
    padding: 5px 10px;
  }
  .xe3kct .jifwa8 {
    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;
  }
  .xe3kct .jifwa8.n9hq8k0 { opacity: 1; pointer-events: auto; }
  .xe3kct .jifwa8 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .bs1v11t     .l5kiza { border-radius: 0 !important; }
  .hi0b3   .l5kiza { border-radius: 8px !important; }
  .pv8u .l5kiza { border-radius: 50% !important; }
  .u2r8b   .l5kiza { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .uvbb0 .px6b47t { flex-direction: column; align-items: stretch; }
  .uvbb0 .mht2kvy { flex-direction: row; min-width: auto; }
  .uvbb0 .ko33x { align-items: flex-start; text-align: left; }
}
.aoz90,
.aoz90.azg2t,
.w68t .aoz90,
.pflbx .aoz90,
.n7jek01 .aoz90,
.h8ogjct .aoz90 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.fm9ejc {
  background: linear-gradient(135deg, var(--cta) 0%, var(--cta-hover) 100%);
  border-radius: 16px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px 0;
}
.htyruy { flex: 1 1 280px; min-width: 0; }
.fpghf5y {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.wpn7o {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.iqrqhypj {
  background: #fff !important;
  color: var(--cta) !important;
  padding: 14px 44px !important;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.15s, opacity 0.2s;
  white-space: nowrap;
}
.iqrqhypj:hover { transform: translateY(-1px); opacity: 0.95; }
.ncku2f0 .fm9ejc {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.ncku2f0 .fpghf5y { color: var(--cta); }
.ncku2f0 .wpn7o { color: var(--text-body); }
.ncku2f0 .iqrqhypj {
  background: var(--cta) !important;
  color: #fff !important;
}
.teql .fm9ejc {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.teql .fpghf5y { color: var(--text-primary); }
.teql .wpn7o { color: var(--text-body); }
.teql .iqrqhypj {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .fm9ejc {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .htyruy { flex: 0 0 auto; }
  .fpghf5y { font-size: 1.2rem; }
  .iqrqhypj { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.c9xmpau9 .a8t3 { height: 36px; }
.qscouf6d .a8t3 { height: 60px; max-width: 200px; }
.sbf6s7m .a8t3 { height: 56px; max-width: 180px; }
.rxqex5    .bwuwia, .rxqex5    .d0m9hf { color: #f59e0b; }
.bz6ez9      .bwuwia { font-size: 1rem; letter-spacing: 1.5px; }
.of2ofqrd    .bwuwia, .of2ofqrd    .d0m9hf { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.wp2h4u     .bwuwia, .wp2h4u     .d0m9hf { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.lf5az6 .bwuwia, .lf5az6 .d0m9hf { color: var(--cta); letter-spacing: 2px; }
.bgn7h   .bwuwia, .bgn7h   .d0m9hf { color: #e91e63; letter-spacing: 2px; }
.w756  .bwuwia, .w756  .d0m9hf { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.ei7b70n     .bwuwia, .ei7b70n     .d0m9hf { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.mm22 .wbfw + .wbfw {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.dlkt213b .t2c6diyo { padding: 18px 24px; min-height: 68px; }
.fgiepylt .n98n {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.fgiepylt .neq6hczv {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.cy5vwd .wbfw {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.e90kdsus { counter-reset: cs-rank; }
.e90kdsus .t2c6diyo { counter-increment: cs-rank; }
.e90kdsus .t2c6diyo::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;
}
.shjb22zc .e90kdsus { counter-reset: cs-rank; gap: 0; }
.shjb22zc .t2c6diyo {
  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;
}
.shjb22zc .t2c6diyo::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;
}
.shjb22zc .o9zhbj {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.shjb22zc .c08f4a7 {
  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;
}
.shjb22zc .dfdhlli9 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.shjb22zc .o9zhbj { min-width: 0; flex-direction: column; width: 100%; }
.shjb22zc .m09me52q {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.shjb22zc .bwuwia { color: var(--cta, var(--accent)); }
.shjb22zc .ji61p1ko { font-weight: 700; }
.shjb22zc .wbfw {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.shjb22zc .n98n {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.shjb22zc .neq6hczv {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.shjb22zc .j90g .neq6hczv { font-size: 1.3rem; color: var(--accent-light); }
.shjb22zc .dw5rk {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.shjb22zc .t2c6diyo:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .shjb22zc .e90kdsus {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .shjb22zc .t2c6diyo {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .shjb22zc .t2c6diyo { padding: 40px 16px 20px; }
  .shjb22zc .wbfw {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .shjb22zc .dw5rk { width: 100%; min-width: 0; }
}
.xb7d3 .e90kdsus { counter-reset: cs-rank; gap: 10px; }
.xb7d3 .t2c6diyo {
  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);
}
.xb7d3 .t2c6diyo::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);
}
.xb7d3 .o9zhbj {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.xb7d3 .c08f4a7 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.xb7d3 .dfdhlli9 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.xb7d3 .m09me52q {
  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;
}
.xb7d3 .bwuwia { color: var(--cta, var(--accent)); }
.xb7d3 .wbfw {
  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;
}
.xb7d3 .n98n {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.xb7d3 .neq6hczv { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.xb7d3 .j90g .neq6hczv { color: var(--accent-light); }
.xb7d3 .dw5rk {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.xb7d3 .t2c6diyo:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .xb7d3 .t2c6diyo {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .xb7d3 .t2c6diyo::before {
    position: absolute; top: 14px; left: 14px;
  }
  .xb7d3 .o9zhbj {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .xb7d3 .m09me52q { white-space: normal; text-align: center; font-size: 1.2rem; }
  .xb7d3 .wbfw {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .xb7d3 .dw5rk { width: 100%; min-width: 0; }
  .xb7d3 .bwuwia { min-width: 0; }
}
.jojebw .t2c6diyo::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.efvm59ia .xllc4k {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.efvm59ia .xllc4k summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.efvm59ia .xllc4k p { padding: 0 2px 16px; }
.zu29h .xllc4k { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.zu29h .xllc4k summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.zu29h .xllc4k summary::after { content: "›"; font-size: 1.2em; }
.zu29h .xllc4k[open] summary::after { content: "‹"; }
.zu29h .xllc4k p { padding: 10px 22px 4px; }
.qge5i .xllc4k {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.qge5i .xllc4k summary { color: var(--text-primary); padding-left: 16px; }
.qge5i .xllc4k summary::after { content: "›"; font-size: 1.1em; }
.qge5i .xllc4k[open] summary::after { content: "‹"; }
.qge5i .xllc4k p { padding-left: 16px; }
.u8ua0379 .trw5jf { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.u8ua0379 .xllc4k {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.u8ua0379 .xllc4k:last-child { border-bottom: none; }
.u8ua0379 .xllc4k summary { color: var(--text-primary); border-radius: 0; }
.u8ua0379 .xllc4k summary::after { content: "›"; font-size: 1.1em; }
.u8ua0379 .xllc4k[open] summary::after { content: "‹"; }
.v5hdgo .xllc4k { overflow: hidden; }
.v5hdgo .xllc4k summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.v5hdgo .xllc4k summary::after { color: rgba(255,255,255,.75); }
.v5hdgo .xllc4k[open] summary { border-radius: 0; }
.m8iibq { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.fjpmr8 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.csiffvk5 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.rk9w { color: var(--text-muted); font-size: 1.05rem; }
.fmdo {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.fyisqb {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.gr6njp { margin-bottom: 20px; }
.hwfvjp {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.xfq0 {
  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;
}
.xfq0:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.bciwbg { resize: vertical; min-height: 130px; }
.q5oeay8 { width: 100%; margin-top: 8px; }
.n7z98i {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.alfie0 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.pk955xe { color: var(--text-muted); line-height: 1.75; }
.ysuapj { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.ysuapj li { margin-bottom: 6px; }
.fksiuj { max-width: 760px; margin: 0 auto; }
.w2z9ucq { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.w40j { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.w40j:last-child { border-bottom: none; }
.w40j h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.w40j p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.q8p0cx9i { max-width: 760px; margin: 0 auto; }
.icl9n { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.u27ddco2 ul.ysuapj { margin: 0; }
.f3ye .icl9n { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .f3ye { grid-template-columns: 1fr; gap: 10px; } }
.ru9t { max-width: 640px; margin: 0 auto; text-align: center; }
.n9b4y6i { margin-bottom: 48px; }
.n9b4y6i .icl9n { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.n9b4y6i p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.q50gu .ysuapj { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ul0lf3 { grid-template-columns: 1fr; } }
.j5fi4gx { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.j5fi4gx:hover .uy6i { color: var(--accent-light); text-decoration: underline; }
.wcerw40 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.x73gwzl { margin-bottom: 48px; }
.pb9ovz { max-width: 760px; margin: 0 auto; }
.uksc0qrk { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.uksc0qrk:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.xn2t3 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.uksc0qrk p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.uksc0qrk ul.ysuapj { margin: 0; }
.g8o0 { color: var(--text-muted); line-height: 1.75; }
.vqaeido0 .ysuapj,
.cykh .ysuapj,
.f6qvkq .ysuapj,
.yg6no8h3 .ysuapj {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.vqaeido0 .uksc0qrk,
.cykh .uksc0qrk { text-align: left; }
.vqaeido0 .xn2t3,
.cykh .xn2t3 { text-align: center; }
.otwk5p { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.yokd { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.kekdeja { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.lybn { margin-top: 12px; }
.j4zp { 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; }
.j4zp:hover { border-bottom-color: var(--accent-light); }
.z5uhknjf { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.z5uhknjf img { width: 100%; height: 100%; object-fit: cover; display: block; }
.elnay { border-radius: 28%; }
.vzht2ngs { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.xvwcy { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
.w347p4 { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
@media (max-width: 640px) { .w347p4 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.egb10 .kekdeja, .egb10 .yokd { max-width: 640px; }
.edelh .otwk5p { font-size: 1.6rem; margin-top: 18px; }
.ne4g .kekdeja { margin-bottom: 28px; }
@media (max-width: 860px) { .nyoqq { grid-template-columns: 1fr; } .edelh { position: static; text-align: center; } }
.h8t63 .z5uhknjf { margin: 0 auto 18px; }
.h8t63 .vzht2ngs { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .z2cq { grid-template-columns: 1fr; } }
.hi8zmfa3 .otwk5p { font-size: 1.6rem; margin-bottom: 6px; }
.yg6no8h3 .ysuapj { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .hi8zmfa3 { flex-direction: column; text-align: center; } .vdq32yu { grid-template-columns: 1fr; } }
.a5b4v08 .otwk5p { font-size: 1.35rem; margin: 0 0 4px; }
.a5b4v08 .vzht2ngs { margin: 0; }
.seryo4 { max-width: 760px; margin: 0 auto; }
.i6qq0 { position: relative; padding-left: 28px; }
.i6qq0::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.sod0j { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.sod0j:last-child { padding-bottom: 0; }
.vdf0cr { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.ptrozx1p h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.ptrozx1p p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.nq2p6 .csiffvk5 { color: var(--accent-light); }
.kw8fz14 {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.kw8fz14 .csiffvk5 { font-size: 2rem; }
.kw8fz14 .rk9w { max-width: 680px; }
.lovikdhq .csiffvk5 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.lovikdhq .rk9w  { margin: 0; }
@media (max-width: 640px) { .lovikdhq { flex-direction: column; } }
.tjxk .csiffvk5 { color: var(--accent-light); }
.xkkryzk .csiffvk5 { color: #fff; }
.xkkryzk .rk9w  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .lr9gd3uo { grid-template-columns: 1fr; } }
.v9tdcboh .xfq0 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.v9tdcboh .xfq0:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.aimk3kjb .xfq0 { background: var(--bg-raised); border-color: transparent; }
.aimk3kjb .xfq0:focus { background: var(--bg-card); border-color: var(--accent-light); }
.u6shjh4w .xfq0 { border-radius: 100px; padding: 11px 20px; }
.u6shjh4w .bciwbg { border-radius: 14px; }
@media (max-width: 640px) { .ijhpg { grid-template-columns: 1fr; } }
.p2mqvq { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.p2mqvq li { margin-bottom: 6px; }
.sh18yi8{display:none}
.sh18yi8:empty,.rr5e:empty{display:none}
.mhmm{position:relative;overflow:visible}
.rh1cf .tndz7,.tme9d .tndz7,
.t3ox .tndz7,.xc75 .tndz7,
.huvc7cg .tndz7,.dakrm .tndz7{display:block}
.qtyvo0 .yssdhuhm{display:block}
.rh1cf .tndz7,.tme9d .tndz7,
.t3ox .tndz7,.xc75 .tndz7,
.huvc7cg .tndz7{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}
.rh1cf .tndz7 .rr5e,.tme9d .tndz7 .rr5e,
.t3ox .tndz7 .rr5e,.xc75 .tndz7 .rr5e,
.huvc7cg .tndz7 .rr5e{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}
.rh1cf .tndz7,.tme9d .tndz7{top:12px}
.rh1cf .tndz7 .rr5e{margin-right:auto}
.tme9d .tndz7 .rr5e{margin-left:auto}
.tme9d .tndz7{text-align:right}
.t3ox .tndz7,.xc75 .tndz7{bottom:12px}
.t3ox .tndz7 .rr5e{margin-right:auto}
.xc75 .tndz7 .rr5e{margin-left:auto}
.xc75 .tndz7{text-align:right}
.huvc7cg .tndz7{position:relative;margin-top:16px}
.huvc7cg .tndz7 .rr5e{margin:0 auto}
.dakrm .tndz7{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.dakrm .tndz7 .rr5e{margin:0}
.dakrm .t6xdh~.tndz7,
.dakrm .fgyku~.tndz7{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.dakrm .t6xdh~.tndz7 .rr5e,
.dakrm .fgyku~.tndz7 .rr5e{justify-content:flex-start}
.t6xdh~.tndz7,.fgyku~.tndz7{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}
.t6xdh~.tndz7 .rr5e{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.fgyku~.tndz7 .rr5e{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.yssdhuhm .rr5e{margin:0 0 12px}
.rr5e{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.r8kz{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.uy6i{font-weight:600;color:var(--text-heading);opacity:1}
.l5iz .r8kz{display:none}
.tj2ae5c5 .rr5e{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.k8kd9w4w .qfkph8m{color: var(--accent-light);opacity:1;font-weight:500}
.x79dqt2 .rr5e{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.xq51s{--date-bg:var(--accent-bg)}
.sxjxn .wg986y::before{content:""}
.jf9ttvss .ueg7e{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .ueg7e{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .id86y{max-width:100%}
}
.d3h4t1zf .tthzw{margin:0}
@media (max-width:560px){
  .lrh1i5{grid-template-columns:repeat(2,1fr);gap:12px}
}
.yb7hyc {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.yb7hyc.dp2kll {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.snchgb8 {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.snchgb8 .y17y3 {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  width: 36px; height: 36px; border-radius: 50%;
  padding: 0; margin: 0;
  z-index: 2;
  font-size: 0 !important; color: transparent !important;   
  transition: background 0.15s;
}
.snchgb8 .y17y3::before,
.snchgb8 .y17y3::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: 2px;
  background: var(--text-primary, #111);
}
.snchgb8 .y17y3::before { transform: translate(-50%, -50%) rotate(45deg); }
.snchgb8 .y17y3::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.snchgb8 .y17y3:hover { background: rgba(0,0,0,0.12) !important; }
.gau2o {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.ohlb4g8 {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.m6lg {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.lbbya4 {
  margin: 0 0 18px; font-size: 0.98rem;
  color: var(--text-muted, #555);
}
.snchgb8 .mvt0qk {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.snchgb8 .mvt0qk:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .snchgb8 { padding: 28px 18px 20px; }
  .m6lg { font-size: 1.2rem; }
  .gau2o { max-width: 220px; max-height: 80px; }
}
.ypb380 {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
  width: 96px; height: 96px;
  padding: 10px;
  margin-right: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.r1zdeb {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.bbf2  .ypb380 { border-radius: 50%; }
.i707cel  .ypb380 { border-radius: 6px; }
.jcon .ypb380 { border-radius: 22px; }
.ixepv8 .fm9ejc {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .ypb380 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.r9ho .azg2t {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.r9ho .ojm2swp {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.r9ho .fm9ejc {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.lxghq8 {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.lxghq8.dp2kll { transform: translate(-50%, 0); }
.lxghq8 .azg2t,
.lxghq8 .ojm2swp {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.lxghq8 .fm9ejc {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.el3c {
  position: absolute;
  
  top: 14px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.el3c::before,
.el3c::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.el3c::before { transform: translate(-50%, -50%) rotate(45deg); }
.el3c::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.el3c:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .lxghq8 { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .lxghq8 .fm9ejc {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .lxghq8 .wpn7o { display: none !important; }
  .lxghq8 .fpghf5y { font-size: 1.1rem !important; }
  .lxghq8 .ypb380 { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .el3c { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .ek7o1amf { flex-direction: row-reverse; }
[dir="rtl"] .jifwa8 { flex-direction: row-reverse; }
[dir="rtl"] .bij96b .if2mcg { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .bij96b .if2mcg { right: auto; left: 20px; }
  [dir="rtl"] .b057  .if2mcg { left: auto;  right: 20px; }
}
[dir="rtl"] .t4ex .mhf93  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .ik7r7 .mhf93 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .q7f1, [dir="rtl"] .m8b9mio { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .bt1oxp { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .jy0zkn { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .hmqya { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .fm9ejc { direction: rtl; }
[dir="rtl"] .ypb380 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .t2c6diyo,
[dir="rtl"] .mdcu { direction: rtl; }
[dir="rtl"] .a436bia { direction: rtl; }
[dir="rtl"] .a00bzjlh { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .ormgr .m8b9mio,
[dir="rtl"] .eiqbh .m8b9mio,
[dir="rtl"] .w03zeu .m8b9mio,
[dir="rtl"] .tz1jrfo .m8b9mio {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .ormgr .m8b9mio li::before,
[dir="rtl"] .eiqbh .m8b9mio li::before,
[dir="rtl"] .w03zeu .m8b9mio li::before,
[dir="rtl"] .tz1jrfo .m8b9mio li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .qu3u8.yu71 .kcd2,
[dir="rtl"] .lhr76xy.yu71 .kcd2,
[dir="rtl"] .wk41unr9.yu71 .kcd2,
[dir="rtl"] .wrd0fg.yu71 .kcd2,
[dir="rtl"] .ucj1dou0.yu71 .kcd2 { text-align: right; }
[dir="rtl"] .t6xdh.p7hgt1 .g5tjdpob { text-align: center; }
[dir="rtl"] .ojm2swp,
[dir="rtl"] .yt4sm96,
[dir="rtl"] .f2tcme,
[dir="rtl"] .kcd2 { text-align: right; }
[dir="rtl"] .fyisqb,
[dir="rtl"] .hwfvjp,
[dir="rtl"] .kekdeja,
[dir="rtl"] .xfq0,
[dir="rtl"] .bciwbg { text-align: right; direction: rtl; }
[dir="rtl"] .u6shjh4w .xfq0,
[dir="rtl"] .v9tdcboh .xfq0 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #ff003c;
  --brand:           #ff003c;
  --brand-light:     #c10a35;
  --brand-pale:      #e8305b;
  --grad-start:      #ff5b82;
  --grad-end:        #f99eb3;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #e5a100;
  --cta-light:       #bc8400;
  --cta-hover:       #a77500;
  --bg-page:         #f8f6f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f6f3f4;
  --bg-raised:       #f1edee;
  --bg-hover:        #f6f3f4;
  --border:          #e9e1e3;
  --border-alt:      #ddcfd2;
  --border-section:  #e9e1e3;
  --text-primary:    #1c1618;
  --text-muted:      #625054;
  --text-body:       #382d30;
  --text-sub:        #544448;
  --text-faint:      #8c7278;
  --text-dim:        #a38e93;
  --text-label:      #705b60;
  --text-value:      #46393c;
  --accent-bg:       #f8dce3;
  --accent-bg-light: #f7becc;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf3f4;
  --c-pros:          #14960c;
  --c-cons:          #9f2126;
  --c-pros-label:    #18b30e;
  --c-tip-border:    #1bc610;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #14960c;
}
:root { --logo-bg-opacity: 60%; }
body, button, input { font-family: "Poppins", sans-serif; }
.zc098y .m67kvtez { font-size: 0; width: 1.2rem; flex-shrink: 0; }.zc098y .m67kvtez::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.zc098y .sq7eh8n     .m67kvtez::before { content: "";  color: var(--c-tip-border); }.zc098y .iur3cnp .m67kvtez::before { content: ""; color: var(--c-warn-border); }.zc098y .jtnlfyv3    .m67kvtez::before { content: ""; color: #60a5fa; }.rzjjb .zc098y .sq7eh8n     .m67kvtez::before { color: #10b981; }.rzjjb .zc098y .iur3cnp .m67kvtez::before { color: #f43f5e; }.rzjjb .zc098y .jtnlfyv3    .m67kvtez::before { color: #a855f7; }.uemjhp31  .zc098y .sq7eh8n     .m67kvtez::before { color: #eab308; }.uemjhp31  .zc098y .iur3cnp .m67kvtez::before { color: #ef4444; }.uemjhp31  .zc098y .jtnlfyv3    .m67kvtez::before { color: #f97316; }.wrqg  .zc098y .sq7eh8n     .m67kvtez::before { color: #38bdf8; }.wrqg  .zc098y .iur3cnp .m67kvtez::before { color: #818cf8; }.wrqg  .zc098y .jtnlfyv3    .m67kvtez::before { color: #2dd4bf; }.dlf4 .zc098y .m67kvtez::before { color: var(--accent-light) !important; }
.nbknz7lv .ea43t, .nbknz7lv .t6xdh { min-height: 420px; }
.fxxnk5h6::before { content: '•'; }