:root {
  --color-accent: #0cd8cf;
  --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;
}
.n52p3e67 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.h4vmeg {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.clfmv {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.qvp6hj { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.usz0 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.usz0 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.usz0 a:hover { color: var(--accent-light); }
.shnyly5     .t66ur { border-radius: 24px; padding: 8px; }
.shnyly5 .t66ur li a { border-radius: 16px; }
.f8f5h08 .t66ur li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .t66ur {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .o5qgmt:hover .t66ur,
  .o5qgmt:focus-within .t66ur { display: block; }
  .t66ur li a { padding: 8px 16px; font-size: 0.88rem; }
}
.whiv {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.s8km { display: none; }
@media (max-width: 640px) {
  .s8km {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .s8km.fn01 { display: block; }
}
@media (max-width: 640px) {
  .whiv { display: block; }
  .usz0 > li + li::before { display: none !important; }
  .usz0 {
    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;
  }
  .usz0.fn01 { display: flex; }
  .usz0 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .usz0 li:last-child a { border-bottom: none; }
}
.mace3 { min-height: 480px; }
.hzo42z0p {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.af42xt7 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.dvkd2ur .af42xt7 { margin-left: 0; margin-right: 0; }
.cqzbpvx {
  background: var(--cta); color: var(--cta-fg, #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;
}
.yqon .cqzbpvx { margin-top: 24px; }
.cqzbpvx:hover { opacity: 0.88; }
.lee0vl {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.wd4s8 {
  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%);
}
.lee0vl .zyy2 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.lee0vl .hzo42z0p { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.lee0vl .af42xt7 { color: #e2e8f0; }
.lee0vl.f8jn8 .zyy2 { text-align: center; }
.lee0vl.dvkd2ur   .zyy2 { text-align: left; }
.e2dbqzhz .zyy2 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.e2dbqzhz .hzo42z0p { color: var(--text-primary); text-shadow: none; }
.e2dbqzhz .af42xt7 { color: var(--text-muted); }
.e2dbqzhz .cqzbpvx { margin-top: 16px; }
.e2dbqzhz, .e2dbqzhz.mace3 { min-height: auto !important; }
.e2dbqzhz.f8jn8 .zyy2 { text-align: center; }
.e2dbqzhz.dvkd2ur   .zyy2 { text-align: left; }
.e2dbqzhz~.xc1r20e{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}
.e2dbqzhz~.xc1r20e .q6lcp1{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; }
}
.w2rq .lee0vl .wd4s8 {
  overflow: hidden;
}
.w2rq .lee0vl .wd4s8::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); }
}
.fe4rkz .lee0vl .wd4s8 {
  overflow: hidden;
}
.fe4rkz .lee0vl .wd4s8::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;
}
.zn9qw11 .lee0vl .wd4s8 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.h9pwof7 .lee0vl .wd4s8 {
  overflow: hidden;
}
.h9pwof7 .lee0vl .wd4s8::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;
}
.uq4s .lee0vl .wd4s8 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.mjpj .wd4s8 {
  background: none;
}
.mjpj .hzo42z0p { color: #fff; }
.mjpj .af42xt7 { color: rgba(255,255,255,0.85); }
.rcxfsce .hzo42z0p { text-shadow: none; color: var(--text-primary); }
.rcxfsce .af42xt7 { color: var(--text-muted); }
body.vr2y .hzo42z0p {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.ae3l .hzo42z0p {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.mace3.mjpj .hzo42z0p,
section.mjpj .hzo42z0p {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.rcxfsce.f8jn8 .pk8q { align-items: center; text-align: center; }
.mace3 .oiqf {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.oiqf .q83qjcpb {
  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;
}
.oiqf .q83qjcpb::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.oiqf .kqhy { display: contents !important; }
.oiqf .kqhy .ehsvrx1s {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.oiqf .kqhy .qbtsj7p8 { max-height: 48px; max-width: 96px; }
.oiqf .kqhy .i8yseqcv {
  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;
}
.oiqf .ttawpiv5 {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.oiqf .j996toy9 { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.oiqf .vdqy9e9 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.oiqf .vdqy9e9 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.oiqf .wpt5m0o { display: contents !important; }
.oiqf .wpt5m0o .hp8r:not(.qlvrzqd) { display: none !important; }
.oiqf .wpt5m0o .qlvrzqd {
  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;
}
.oiqf .wpt5m0o .qlvrzqd .sue1wcit {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.oiqf .wpt5m0o .qlvrzqd .uwgkyn {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.oiqf .jtgqbrm { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.oiqf .jtgqbrm.xqe780 {
  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;
}
.oiqf .jtgqbrm.xqe780:hover { opacity: 0.85; }
.oiqf .q83qjcpb,
.oiqf .q83qjcpb:hover,
.oiqf .q83qjcpb:nth-child(even),
.oiqf .q83qjcpb:nth-child(odd),
.oiqf .q83qjcpb:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.gape .zyy2 { padding-bottom: 24px; }
.yqon .zyy2 { max-width: 1100px; }
@media (max-width: 700px) {
  .rcxfsce { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .rcxfsce:not(.v8jmlwi) .xzqsa { display: none !important; }
  .v8jmlwi .xzqsa { padding: 16px; }
  .pk8q  { padding: 36px 24px; }
  .rcxfsce~.xc1r20e,.t8w0g5q~.xc1r20e{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .mace3, .rcxfsce { min-height: 320px !important; }
  .hzo42z0p { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .mfgtrkw,
  .m0j3,
  .r7lhv { grid-template-columns: 1fr !important; }

  

  
  .gape { display: flex !important; flex-direction: column !important; }
  .gape .zyy2 { display: contents; }
  .gape .wd4s8 { order: 0; }
  .gape .hzo42z0p { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .gape .mfgtrkw { order: 2; padding: 0 16px 12px !important; }
  .gape .af42xt7 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .yqon .zyy2 { display: flex; flex-direction: column; }
  .yqon .zyy2 .hzo42z0p { order: 1; }
  .yqon .zyy2 .r7lhv { order: 2; margin: 8px 0 24px !important; }
  .yqon .zyy2 .af42xt7 { order: 3; }
  .yqon .zyy2 .cqzbpvx { order: 4; align-self: center; margin-top: 0; }

  
  .rcxfsce.v8jmlwi {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .rcxfsce.v8jmlwi .pk8q { display: contents; padding: 0; }
  .rcxfsce.v8jmlwi .pk8q .hzo42z0p { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .rcxfsce.v8jmlwi .xzqsa { order: 2; padding: 12px 16px; }
  .rcxfsce.v8jmlwi .pk8q .af42xt7 { order: 3; padding: 0 24px; margin: 0 auto; }
  .rcxfsce.v8jmlwi .pk8q .cqzbpvx { order: 4; align-self: center; margin: 8px 0 32px; }
}
.rv09v3kb { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.w80b3j { width: 100%; height: auto; display: block; border-radius: 10px; }
.ws45tg57 .rv09v3kb        { border-radius: 16px; }
.ws45tg57 .w80b3j  { border-radius: 16px; }
.rbxn .rv09v3kb         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.rbxn .w80b3j   { border-radius: 8px; }
.pw2l { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.ub4vm6 { width: 100%; padding: 32px 0; position: relative; }
.guhl6 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.mkudxu .ub4vm6:nth-child(even) { background: var(--bg-surface); }
.mkudxu .ub4vm6:nth-child(odd)  { background: var(--bg-page); }
.a0bnrpr9 .ub4vm6:nth-child(even) { background: var(--bg-card); }
.a0bnrpr9 .ub4vm6:nth-child(odd)  { background: var(--bg-page); }
.mkudxu .ub4vm6:nth-child(odd)  .guhl6 { background: var(--bg-card); border-radius: 6px; }
.mkudxu .ub4vm6:nth-child(even) .guhl6 { background: var(--bg-raised); border-radius: 6px; }
.a0bnrpr9 .ub4vm6:nth-child(odd)  .guhl6 { background: var(--bg-card); border-radius: 6px; }
.a0bnrpr9 .ub4vm6:nth-child(even) .guhl6 { background: var(--bg-raised); border-radius: 6px; }
.mkudxu .ub4vm6:nth-child(even) .mnw2 .zu82q,
.a0bnrpr9 .ub4vm6:nth-child(even) .mnw2 .zu82q { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.mkudxu .ub4vm6:nth-child(odd) .mnw2 .zu82q,
.a0bnrpr9 .ub4vm6:nth-child(odd) .mnw2 .zu82q { background: var(--bg-card-inner); }
.mkudxu .ub4vm6:nth-child(even) .w9pr .zu82q:nth-child(odd),
.a0bnrpr9 .ub4vm6:nth-child(even) .w9pr .zu82q:nth-child(odd)  { background: var(--bg-card); }
.mkudxu .ub4vm6:nth-child(even) .w9pr .zu82q:nth-child(even),
.a0bnrpr9 .ub4vm6:nth-child(even) .w9pr .zu82q:nth-child(even) { background: var(--bg-card-inner); }
h1.vx6zxa0w { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.vx6zxa0w {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.rp8vcul { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.iowf h2.vx6zxa0w {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.r684o h2.vx6zxa0w {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.ui6g h2.vx6zxa0w {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.vpb1 h2.vx6zxa0w::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.qd0s9y9z h2.vx6zxa0w {
  color: var(--text-primary); font-size: 1.7rem;
}
.a1ri051 h2.vx6zxa0w::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.wnlm0l h2.vx6zxa0w {
  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) { .j08kcc { display: none; } }
.s26dkz { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.kjk7o6z { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.rfj6vb1l {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.oppxae { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.bqm597pe { padding-left: 20px; }
.bqm597pe li { margin-bottom: 6px; }
.bqm597pe a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.bqm597pe a:hover { color: var(--accent-light); }
.pxi8236 .oppxae { display: none; }
.m8wu60 .oppxae { display: none; }
.m8wu60 .bqm597pe { padding-left: 0; list-style: none; }
.m8wu60 .bqm597pe li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.m8wu60 .bqm597pe a { font-size: 0.92rem; }
.fbml .rfj6vb1l { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.fbml .oppxae { display: none; }
.fbml .bqm597pe { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.fbml .bqm597pe li { margin-bottom: 0; }
.fbml .bqm597pe 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;
}
.fbml .bqm597pe a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.zehri4 .rfj6vb1l { padding: 20px 20px 16px; }
.zehri4 .bqm597pe {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.zehri4 .bqm597pe li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.zehri4 .bqm597pe 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;
}
.zehri4 .bqm597pe 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;
}
.zehri4 .bqm597pe a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.zehri4 .bqm597pe a:focus,
.zehri4 .bqm597pe a:focus-visible,
.zehri4 .bqm597pe a:target { outline: none; }
.zehri4 .bqm597pe li:target a { border-color: var(--border); color: var(--text-muted); }
.gr456 .rfj6vb1l { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.gr456 .oppxae { display: none; }
.gr456 .bqm597pe { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.gr456 .bqm597pe li { counter-increment: toc-n; margin-bottom: 0; }
.gr456 .bqm597pe 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;
}
.gr456 .bqm597pe 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;
}
.gr456 .bqm597pe a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.spcpq8 .rfj6vb1l { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.spcpq8 .oppxae { display: none; }
.spcpq8 .bqm597pe { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.spcpq8 .bqm597pe li { margin-bottom: 0; }
.spcpq8 .bqm597pe 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;
}
.spcpq8 .bqm597pe a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.mjqe11 .rfj6vb1l { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.mjqe11 .oppxae { display: none; }
.mjqe11 .bqm597pe { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.mjqe11 .bqm597pe li { margin-bottom: 0; }
.mjqe11 .bqm597pe li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.mjqe11 .bqm597pe li:last-child::after { content: ""; margin-right: 0; }
.mjqe11 .bqm597pe a { font-size: 0.9rem; }
.zu82q { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.mnw2 .zu82q { background: var(--bg-card); }
.w9pr .zu82q:nth-child(odd)  { background: var(--bg-card); }
.w9pr .zu82q:nth-child(even) { background: var(--bg-raised); }
.nsshm .zu82q {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.nsshm .zu82q:last-child { border-bottom: none; }
.nsshm h3.rp8vcul { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.euxjtgw .zu82q {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.euxjtgw .zu82q + .zu82q { margin-top: 4px; }
.sdjnt3u .zu82q { background: none; border-radius: 0; padding: 12px 0; }
.sdjnt3u .zu82q + .zu82q { border-top: 1px solid var(--border-section); }
.kxkzkk { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.drurco { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.v8a4, .f3ze { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.v8a4 li, .f3ze li { margin-bottom: 6px; }
.f3ze li { list-style: decimal; }
.rlutv     .v8a4 { list-style-type: "● "; }
.qg4e9  .v8a4 { list-style-type: "■ "; }
.woj8 .v8a4 { list-style-type: "◆ "; }
.f7slk    .v8a4 { list-style-type: "★ "; }
.rlutv     .mk1s { list-style-type: "● "; }
.qg4e9  .mk1s { list-style-type: "■ "; }
.woj8 .mk1s { list-style-type: "◆ "; }
.f7slk    .mk1s { list-style-type: "★ "; }
.rlutv    .v8a4 li::marker, .rlutv    .mk1s li::marker,
.qg4e9 .v8a4 li::marker, .qg4e9 .mk1s li::marker,
.woj8 .v8a4 li::marker, .woj8 .mk1s li::marker,
.f7slk   .v8a4 li::marker, .f7slk   .mk1s li::marker {
  color: var(--cta); font-size: 1em;
}
.rlutv .f3ze,
.qg4e9 .f3ze,
.woj8 .f3ze,
.f7slk .f3ze {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.rlutv .f3ze li,
.qg4e9 .f3ze li,
.woj8 .f3ze li,
.f7slk .f3ze li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.rlutv .f3ze li::before,
.qg4e9 .f3ze li::before,
.woj8 .f3ze li::before,
.f7slk .f3ze 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;
}
.rlutv     .f3ze li::before { border-radius: 50%; }
.qg4e9  .f3ze li::before { border-radius: 3px; }
.woj8 .f3ze li::before { border-radius: 3px; }
.f7slk    .f3ze li::before { border-radius: 50%; }
.ouvo2qy { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.f1x6xl3 .ouvo2qy,
.stovd .ouvo2qy { background: transparent; border: none; border-radius: 0; }
.tcxqbe { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.tcxqbe th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.tcxqbe td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.tcxqbe tr:hover td { background: var(--bg-hover); }
.fym9p2kp .tcxqbe tbody tr:nth-child(even) td { background: var(--bg-surface); }
.an1v8 .tcxqbe { border: 1px solid var(--border-alt); }
.an1v8 .tcxqbe th,
.an1v8 .tcxqbe td { border: 1px solid var(--border-alt); }
.ivq3c .tcxqbe th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.ivq3c .tcxqbe td { border-bottom: none; }
.ivq3c .tcxqbe tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.k443lgen .tcxqbe th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.adu963 .ouvo2qy {
  overflow: hidden;
}
.adu963 .tcxqbe th { border-bottom: 1px solid var(--border-alt); }
.adu963 .tcxqbe tr:last-child td { border-bottom: none; }
.limiy1i { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.kvp4ttp { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.dqdtq0 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.e6sbwuo { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.qoquj9 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.mk1s { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.mk1s 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%}
.vf7wf1x .e6sbwuo { background: transparent; text-align: center; }
.jmxw6 .dqdtq0 {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.hnxqs7sm .dqdtq0 {
  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);
}
.aml1b0dc .kvp4ttp { display: grid; grid-template-columns: auto 1fr; }
.aml1b0dc .dqdtq0 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.aml1b0dc .e6sbwuo { grid-column: 2; }
.aml1b0dc .qoquj9,
.aml1b0dc .mk1s { grid-column: 1 / -1; }
.g3e33 .kvp4ttp { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.g3e33 .dqdtq0 {
  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);
}
.g3e33 .e6sbwuo { grid-column: 2; }
.g3e33 .qoquj9,
.g3e33 .mk1s { grid-column: 1 / -1; }
.kv3ppu .kvp4ttp { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.kv3ppu .e6sbwuo { background: none; color: var(--accent-light); font-weight: 700; }
.k0q0 .kvp4ttp { 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); }
.k0q0 .e6sbwuo { background: none; color: var(--accent-light); font-weight: 700; }
.gk2aziaa .kvp4ttp { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.gk2aziaa .kvp4ttp:last-child { border-bottom: none; }
.gk2aziaa .e6sbwuo { background: none; color: var(--accent-light); font-weight: 700; }
.skygg4uj .kvp4ttp { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.skygg4uj .e6sbwuo { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.ureri38 .limiy1i { counter-reset: card-n; }
.ureri38 .kvp4ttp  { counter-increment: card-n; }
.ureri38 .e6sbwuo { display: flex; align-items: center; gap: 10px; }
.ureri38 .e6sbwuo::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;
}
.qe25cnff .kvp4ttp { background: var(--bg-surface); border: 1px solid var(--border); }
.qe25cnff .e6sbwuo { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.jnstscd { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.jnstscd         { --cl-hue: var(--accent); }
.i22mub     { --cl-hue: #16a34a; }
.r3ggpck0 { --cl-hue: #ea580c; }
.gg57    { --cl-hue: #2563eb; }
.i22mub, .r3ggpck0, .gg57, .yo6jkb {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.uvk76ym { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.uvk76ym::before { color: var(--cl-hue); }
.jnstscd strong { color: var(--text-primary); font-size: 0.95rem; }
.jnstscd p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.bq65emaq { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.ysap, .g9ebwqd { border-radius: 8px; padding: 14px; }
.ysap { background: var(--bg-pros); }
.g9ebwqd { background: var(--bg-cons); }
.wcga2k3 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.ysap .wcga2k3 { color: var(--c-pros-label); }
.g9ebwqd .wcga2k3 { color: #f87171; }
.ysap ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.g9ebwqd ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.w80b3j { width: 100%; height: auto; border-radius: 10px; display: block; }
.xqe780 {
  background: var(--cta); color: var(--cta-fg, #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;
}
.xqe780:hover { opacity: 0.85; }
.zi8r5 .xqe780  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.zi8r5 .xqe780:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.fj6a1r .xqe780  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.fj6a1r .xqe780:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.zi8r5 .jtgqbrm.xqe780, .fj6a1r .jtgqbrm.xqe780,
.zi8r5 .scaid .xqe780, .fj6a1r .scaid .xqe780 {
  background: var(--cta); border: none; color: #fff;
}
.zi8r5 .jtgqbrm.xqe780:hover, .fj6a1r .jtgqbrm.xqe780:hover,
.zi8r5 .scaid .xqe780:hover, .fj6a1r .scaid .xqe780:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.sln3 .cqzbpvx { border-radius: 50px; }
.sln3 .xqe780  { border-radius: 50px; }
.nxdha9 .cqzbpvx,
.nxdha9 .xqe780 { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.nxdha9 .cqzbpvx:hover,
.nxdha9 .xqe780:hover { filter: brightness(1.08); opacity: 1; }
.kdtzf .cqzbpvx,
.kdtzf .xqe780 { box-shadow: 0 3px 14px -2px var(--cta); }
.kdtzf .cqzbpvx:hover,
.kdtzf .xqe780:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.sgawuc9 .cqzbpvx,
.sgawuc9 .xqe780 { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.sgawuc9 .cqzbpvx:hover,
.sgawuc9 .xqe780:hover { opacity: 1; }
.sgawuc9 .cqzbpvx:active,
.sgawuc9 .xqe780:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.rwcawr .cqzbpvx,
.rwcawr .xqe780 { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.rwcawr .cqzbpvx:hover,
.rwcawr .xqe780:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.rwcawr .cqzbpvx:active,
.rwcawr .xqe780:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.l3huds0 .cqzbpvx,
.l3huds0 .xqe780 { position: relative; overflow: hidden; }
.l3huds0 .cqzbpvx::before,
.l3huds0 .xqe780::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;
}
.l3huds0 .cqzbpvx:hover::before,
.l3huds0 .xqe780:hover::before { left: 135%; }
.mr7g .cqzbpvx,
.mr7g .xqe780 { border-radius: 0; }
.fvg9 .cqzbpvx { padding-left: 22px; padding-right: 22px; }
.fvg9 .xqe780  { padding-left: 12px; padding-right: 12px; }
.ot912k .cqzbpvx { padding-left: 44px; padding-right: 44px; }
.ot912k .xqe780  { padding-left: 24px; padding-right: 24px; }
.brhz42 .cqzbpvx { padding-left: 56px; padding-right: 56px; }
.brhz42 .xqe780  { padding-left: 32px; padding-right: 32px; }
.q9h9u   .cqzbpvx::after, .q9h9u   .xqe780::after,
.vy9cbmb .cqzbpvx::after, .vy9cbmb .xqe780::after,
.h1w8wk    .cqzbpvx::after, .h1w8wk    .xqe780::after,
.uii50e    .cqzbpvx::after, .uii50e    .xqe780::after,
.yr6c    .cqzbpvx::after, .yr6c    .xqe780::after,
.xo6cw6     .cqzbpvx::after, .xo6cw6     .xqe780::after,
.nmv4l72    .cqzbpvx::after, .nmv4l72    .xqe780::after,
.lrcxi6   .cqzbpvx::after, .lrcxi6   .xqe780::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;
}
.q9h9u .cqzbpvx::after, .q9h9u .xqe780::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");
}
.vy9cbmb .cqzbpvx::after, .vy9cbmb .xqe780::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");
}
.h1w8wk .cqzbpvx::after, .h1w8wk .xqe780::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");
}
.uii50e .cqzbpvx::after, .uii50e .xqe780::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");
}
.yr6c .cqzbpvx::after, .yr6c .xqe780::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");
}
.xo6cw6 .cqzbpvx::after, .xo6cw6 .xqe780::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");
}
.nmv4l72 .cqzbpvx::after, .nmv4l72 .xqe780::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");
}
.lrcxi6 .cqzbpvx::after, .lrcxi6 .xqe780::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");
}
.z766y90z   .svwt::after, .z766y90z   .r3qi4p::after,
.sbetp5c .svwt::after, .sbetp5c .r3qi4p::after,
.mytf    .svwt::after, .mytf    .r3qi4p::after,
.hipductz    .svwt::after, .hipductz    .r3qi4p::after,
.x5gqp    .svwt::after, .x5gqp    .r3qi4p::after,
.pyqcsv     .svwt::after, .pyqcsv     .r3qi4p::after,
.r3897nk5    .svwt::after, .r3897nk5    .r3qi4p::after,
.b8wk68   .svwt::after, .b8wk68   .r3qi4p::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;
}
.z766y90z .svwt::after, .z766y90z .r3qi4p::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");
}
.sbetp5c .svwt::after, .sbetp5c .r3qi4p::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");
}
.mytf .svwt::after, .mytf .r3qi4p::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");
}
.hipductz .svwt::after, .hipductz .r3qi4p::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");
}
.x5gqp .svwt::after, .x5gqp .r3qi4p::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");
}
.pyqcsv .svwt::after, .pyqcsv .r3qi4p::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");
}
.r3897nk5 .svwt::after, .r3897nk5 .r3qi4p::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");
}
.b8wk68 .svwt::after, .b8wk68 .r3qi4p::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");
}
.wrwj57i {
  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;
}
.q83qjcpb {
  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;
}
.q83qjcpb > * { min-width: 0; }
.q83qjcpb:hover { background: var(--bg-hover); }
.q83qjcpb > [itemprop="item"] { display: contents; }
.q83qjcpb [itemprop="itemReviewed"],
.q83qjcpb [itemprop="reviewRating"] { display: none; }
.q83qjcpb::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;
}
.kqhy {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.ehsvrx1s {
  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;
}
.qbtsj7p8 { max-height: 52px; max-width: 110px; object-fit: contain; }
.i8yseqcv {
  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;
}
.ij1buwzf .ehsvrx1s    { background: #1a1a1a; }
.uaurf3i7 .ehsvrx1s   { background: rgba(128,128,128,.12); }
.qzk2l0jr .ehsvrx1s { background: var(--bg-raised); }
.mgdooa65 .ehsvrx1s    { background: transparent; padding: 0; }
.ttawpiv5 {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.j996toy9 { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.vdqy9e9 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.wpt5m0o {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.hp8r {
  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;
}
.sue1wcit {
  
  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%;
}
.uwgkyn {
  
  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;
}
.jtgqbrm {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.jtgqbrm.xqe780 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .q83qjcpb {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .q83qjcpb::before    { grid-area: rank;   }
  .kqhy           { grid-area: ident;  }
  .ttawpiv5     { grid-area: rating; min-width: 0; width: auto; }
  .wpt5m0o           { grid-area: pills;  }
  .jtgqbrm             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .q83qjcpb {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .q83qjcpb::before    { justify-self: center; }
  .kqhy           { width: 100%; }
  .ttawpiv5     { justify-self: center; }
  .wpt5m0o           { grid-template-columns: 1fr; }
}
.z785 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.hh9ec7 {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.mbaspenp {
  width: 90px; flex-shrink: 0;
  background: var(--bg-page);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  padding: 8px; min-height: 60px;
}
.mbaspenp img { max-width: 80px; max-height: 50px; object-fit: contain; }
.s76j { flex: 1; }
.s76j h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.o579 { color: var(--c-stars); font-size: 1.1rem; }
.pszuorg { margin-bottom: 8px; }
.e1s3t8j7 {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 22px;
  padding: 12px 24px; font-size: 0.86rem;
  background: var(--bg-surface); border-top: 1px solid var(--border-alt);
}
.e1s3t8j7 > span { color: var(--accent); font-weight: 700; }
.hp1fgz em, .gjqxymo em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .e1s3t8j7 { padding: 10px 16px; gap: 6px 16px; } }
.scaid { flex-shrink: 0; align-self: flex-start; }
.scaid .xqe780 { white-space: nowrap; }
@media (max-width: 560px) {
  .hh9ec7 { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .mbaspenp { order: 1; }
  .scaid { order: 2; margin-left: auto; align-self: center; }
  .s76j { order: 3; flex: 1 1 100%; min-width: 0; }
}
.p5itu img.iakco61 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.f1x6xl3 { padding: 20px 24px; }
.w8d2 { color: var(--text-muted); margin-bottom: 16px; }
.zeo3bmt { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.gnl5943, .w53oi2m { list-style: none; font-size: 0.9rem; }
.gnl5943 li { color: var(--c-pros); margin-bottom: 4px; }
.w53oi2m li { color: var(--c-cons); margin-bottom: 4px; }
.gnl5943 li::before { content: "✓"; margin-right: 5px; }
.w53oi2m li::before { content: "✗"; margin-right: 5px; }
.quinacga .gnl5943 li::before { content: "→"; }
.quinacga .w53oi2m li::before { content: "–"; }
.nhdj6k  .gnl5943 li::before { content: "★"; }
.nhdj6k  .w53oi2m li::before { content: "✕"; }
.hjki    .gnl5943 li::before { content: "◆"; }
.hjki    .w53oi2m li::before { content: "▲"; }
.g02futx6  .gnl5943 li::before { content: "▶"; }
.g02futx6  .w53oi2m li::before { content: "■"; }
.tztcm { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.r43ntr { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.xyzr { background: var(--bg-pros); color: var(--c-tag-pay); }
.ftqf { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.l9pq .ftqf { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.hkxasqr .ftqf { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .nyf83f .raj3 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .nyf83f .z785 { margin: 0; }
}
.oaeww .hh9ec7 { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.oaeww .s76j h3 { color: var(--accent-light); }
.oaeww .mbaspenp { background: var(--bg-page); border: 1px solid var(--border); }
.g0ilxwap .z785 { border-top: 4px solid var(--accent); }
.g0ilxwap .hh9ec7 { background: var(--bg-card); }
.s21c92 .z785 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.s21c92 .hh9ec7 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.s21c92 .f1x6xl3 { padding: 14px 16px; }
.s21c92 .mbaspenp { border-radius: 4px; }
.s21c92 .ftqf { border-radius: 0; }
.mdu4l28 .hh9ec7 { padding: 0; gap: 0; overflow: hidden; }
.mdu4l28 .mbaspenp { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.mdu4l28 .s76j { padding: 16px 20px; }
.mdu4l28 .scaid { padding: 16px 20px; align-self: center; }
.n6q29dby .o579 { font-size: .95rem; }
.stovd .bq65emaq { gap: 10px; }
.stovd .ysap, .stovd .g9ebwqd { padding: 12px; }
.stovd .ysap ul, .stovd .g9ebwqd ul { margin: 4px 0 0; padding-left: 18px; }
.stovd .ysap li, .stovd .g9ebwqd li { font-size: .85rem; margin-bottom: 3px; }
.w54x .r43ntr { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .fsnhs5 { grid-template-columns: 1fr; }
  .nsl1oka { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .nsl1oka .qahhslp { width: 72px; height: 50px; }
  .nsl1oka .hilvwdqp { max-width: 180px; }
  .nsl1oka .zlyqn66t { width: auto; }
}
.dbvwue9 .n6q29dby .o579 { filter: brightness(1.2); }
@media (max-width: 720px) {
  .dbvwue9 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .witr82c3 { padding: 16px; }
  .nhmgg .hnuv8h2f { min-width: 50%; }
}
.jdqnvm5 .bq65emaq { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .umnqb { grid-template-columns: 1fr; }
  .hgndy5d { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .h7vw { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .x76j0w { flex-wrap: wrap; padding: 16px; }
}
.hcxjvye .bq65emaq { gap: 8px; }
.hcxjvye .ysap, .hcxjvye .g9ebwqd { padding: 8px; }
@media (max-width: 480px) {
  .s4xzy { flex-direction: column; align-items: stretch; }
}
.p0e3e1 .zlyqn66t .xqe780 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .gmlp8tw { flex-direction: column; align-items: stretch; gap: 10px; }
  .p0e3e1 .zlyqn66t { text-align: center; }
}
@media (max-width: 720px) {
  .nay05ntl { grid-template-columns: 1fr; }
  .b130 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .v809wg { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.d5fcmdm .s7cg0 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.o12rs .o579 { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .q7s9 { grid-template-columns: 1fr; }
  .o12rs { width: 100px; height: 100px; margin: 16px auto; }
  .d5fcmdm { font-size: 1.4rem; }
  .b97q8 { justify-content: center; }
  .bxn58 .hnuv8h2f { min-width: 50%; }
}
.nbl6qmul .bq65emaq { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .lv1e2 { flex-wrap: wrap; padding: 14px 16px; }
  .ed8xbhvo { padding: 12px 16px; }
  .nbl6qmul .bq65emaq { margin: 0 16px; }
  .nbl6qmul .w54x { padding: 0 16px; }
  .egqfu { padding: 12px 16px; }
}
.xznwu9nc .q83qjcpb {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.xznwu9nc .q83qjcpb:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.dbqtjn .wrwj57i { gap: 18px; }
.dbqtjn .q83qjcpb {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.dbqtjn .q83qjcpb:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.ykwfw .wrwj57i {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.ykwfw .q83qjcpb {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.ykwfw .q83qjcpb:last-child { border-bottom: none; }
.ykwfw .kqhy,
.ykwfw .ttawpiv5,
.ykwfw .wpt5m0o {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.sm8cm .wrwj57i { gap: 0; }
.sm8cm .q83qjcpb {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.sm8cm .q83qjcpb:last-child { border-bottom: none; }
.sm8cm .q83qjcpb:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.sm8cm .q83qjcpb:nth-child(even):hover { background: var(--bg-hover); }
.xovza8kb .q83qjcpb {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.h11tb03 .wpt5m0o .hp8r {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.h11tb03 .wpt5m0o .hp8r:first-child { border-left: none; }
.ii84m377 .wpt5m0o .hp8r {
  background: transparent; padding: 4px 8px;
}
.ii84m377 .wpt5m0o .sue1wcit { font-size: .65rem; opacity: .65; }
.ii84m377 .wpt5m0o .uwgkyn   { font-size: 1.15rem; color: var(--accent-light); }
.ysrr0d3u .wpt5m0o .hp8r {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.vdqy9e9 { display: none; }
.u32i9esm .j996toy9 { font-size: 1rem; letter-spacing: 2px; }
.b1l0 .j996toy9 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.wbf9vzd .j996toy9,
.bkr8eouw .j996toy9,
.x3zv02 .j996toy9 { display: none; }
.wbf9vzd .vdqy9e9,
.bkr8eouw .vdqy9e9,
.x3zv02 .vdqy9e9 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.wbf9vzd .vdqy9e9 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.wbf9vzd .vdqy9e9 small { display: none; }
.bkr8eouw .vdqy9e9 {
  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;
}
.bkr8eouw .vdqy9e9 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.x3zv02 .vdqy9e9 {
  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;
}
.x3zv02 .vdqy9e9 small { display: none; }
.wbf9vzd .pszuorg .o579,
.bkr8eouw .pszuorg .o579,
.x3zv02 .pszuorg .o579 { display: none; }
.wbf9vzd .pszuorg strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.wbf9vzd .s7cg0 { display: none; }
.bkr8eouw .pszuorg 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;
}
.bkr8eouw .t9n7lzis,
.bkr8eouw .s7cg0 { font-size: 1em; }
.x3zv02 .pszuorg strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.x3zv02 .s7cg0 { display: none; }
.nwdlb0 { margin: 16px 0; }
.u9rk79 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.u9rk79 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.u9rk79 summary::after { content: "+"; color: var(--accent-light); }
.u9rk79[open] summary::after { content: "−"; }
.u9rk79 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.ub4vm6 { margin-bottom: 0; }
.pqo5ya h2.vx6zxa0w { color: var(--text-primary); border-color: var(--accent-light); }
.rvw12qlz h2.vx6zxa0w { color: var(--text-primary); border-color: var(--accent-light); }
.ip9p .i22mub     { background: #052e16; border-color: #10b981; }
.ip9p .r3ggpck0 { background: #2d0a1e; border-color: #f43f5e; }
.ip9p .gg57    { background: #1e1036; border-color: #a855f7; }
.ip9p .jnstscd strong  { color: #f1f5f9; }
.ip9p .jnstscd p       { color: #cbd5e1; }
.ip9p .ioc2g    .i22mub     .uvk76ym::before,
.ip9p .k0a0  .i22mub     .uvk76ym::before,
.ip9p .rnf8  .i22mub     .uvk76ym::before,
.ip9p .hwobtp .i22mub     .uvk76ym::before { color: #10b981; }
.ip9p .ioc2g    .r3ggpck0 .uvk76ym::before,
.ip9p .k0a0  .r3ggpck0 .uvk76ym::before,
.ip9p .rnf8  .r3ggpck0 .uvk76ym::before,
.ip9p .hwobtp .r3ggpck0 .uvk76ym::before { color: #f43f5e; }
.ip9p .ioc2g    .gg57    .uvk76ym::before,
.ip9p .k0a0  .gg57    .uvk76ym::before,
.ip9p .rnf8  .gg57    .uvk76ym::before,
.ip9p .hwobtp .gg57    .uvk76ym::before { color: #a855f7; }
.x5a5stzm .i22mub     { background: #2d2000; border-color: #eab308; }
.x5a5stzm .r3ggpck0 { background: #2d0b0b; border-color: #ef4444; }
.x5a5stzm .gg57    { background: #2d1600; border-color: #f97316; }
.x5a5stzm .jnstscd strong  { color: #f1f5f9; }
.x5a5stzm .jnstscd p       { color: #cbd5e1; }
.x5a5stzm .ioc2g    .i22mub     .uvk76ym::before,
.x5a5stzm .k0a0  .i22mub     .uvk76ym::before,
.x5a5stzm .rnf8  .i22mub     .uvk76ym::before,
.x5a5stzm .hwobtp .i22mub     .uvk76ym::before { color: #eab308; }
.x5a5stzm .ioc2g    .r3ggpck0 .uvk76ym::before,
.x5a5stzm .k0a0  .r3ggpck0 .uvk76ym::before,
.x5a5stzm .rnf8  .r3ggpck0 .uvk76ym::before,
.x5a5stzm .hwobtp .r3ggpck0 .uvk76ym::before { color: #ef4444; }
.x5a5stzm .ioc2g    .gg57    .uvk76ym::before,
.x5a5stzm .k0a0  .gg57    .uvk76ym::before,
.x5a5stzm .rnf8  .gg57    .uvk76ym::before,
.x5a5stzm .hwobtp .gg57    .uvk76ym::before { color: #f97316; }
.hfom7 .i22mub     { background: #0c1a2e; border-color: #38bdf8; }
.hfom7 .r3ggpck0 { background: #12103a; border-color: #818cf8; }
.hfom7 .gg57    { background: #0a2020; border-color: #2dd4bf; }
.hfom7 .jnstscd strong  { color: #f1f5f9; }
.hfom7 .jnstscd p       { color: #cbd5e1; }
.hfom7 .ioc2g    .i22mub     .uvk76ym::before,
.hfom7 .k0a0  .i22mub     .uvk76ym::before,
.hfom7 .rnf8  .i22mub     .uvk76ym::before,
.hfom7 .hwobtp .i22mub     .uvk76ym::before { color: #38bdf8; }
.hfom7 .ioc2g    .r3ggpck0 .uvk76ym::before,
.hfom7 .k0a0  .r3ggpck0 .uvk76ym::before,
.hfom7 .rnf8  .r3ggpck0 .uvk76ym::before,
.hfom7 .hwobtp .r3ggpck0 .uvk76ym::before { color: #818cf8; }
.hfom7 .ioc2g    .gg57    .uvk76ym::before,
.hfom7 .k0a0  .gg57    .uvk76ym::before,
.hfom7 .rnf8  .gg57    .uvk76ym::before,
.hfom7 .hwobtp .gg57    .uvk76ym::before { color: #2dd4bf; }
.qrza1keo::before,
.l3t7uz::before { margin-right: 5px; }
.h5v0x .ysap ul li,
.h5v0x .gnl5943 li         { color: #4ade80; }
.h5v0x .ysap .qrza1keo { color: #22c55e; }
.h5v0x .g9ebwqd ul li,
.h5v0x .w53oi2m li         { color: #f87171; }
.h5v0x .g9ebwqd .l3t7uz { color: #ef4444; }
.yjzz8l .ysap { background: var(--bg-pros); }
.yjzz8l .g9ebwqd { background: var(--bg-cons); }
.yjzz8l .ysap .qrza1keo { color: var(--c-pros-label); }
.yjzz8l .g9ebwqd .l3t7uz { color: var(--c-cons); }
.yjzz8l .ysap ul li,
.yjzz8l .gnl5943 li            { color: var(--c-pros); }
.yjzz8l .g9ebwqd ul li,
.yjzz8l .w53oi2m li            { color: var(--c-cons); }
.dze42up .ysap { background: var(--bg-pros); }
.dze42up .g9ebwqd { background: var(--bg-cons); }
.dze42up .ysap .qrza1keo { color: var(--c-pros-label); }
.dze42up .g9ebwqd .l3t7uz { color: var(--c-cons); }
.dze42up .ysap ul li,
.dze42up .gnl5943 li          { color: var(--c-pros); }
.dze42up .g9ebwqd ul li,
.dze42up .w53oi2m li          { color: var(--c-cons); }
.n1p8 .qrza1keo::before { content: "✓ "; }
.n1p8 .l3t7uz::before { content: "✗ "; }
.quinacga .qrza1keo::before { content: "→ "; }
.quinacga .l3t7uz::before { content: "← "; }
.nhdj6k .qrza1keo::before { content: "★ "; }
.nhdj6k .l3t7uz::before { content: "✕ "; }
.hjki .qrza1keo::before { content: "◆ "; }
.hjki .l3t7uz::before { content: "▲ "; }
.hkxasqr .jnstscd { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.hkxasqr .jnstscd strong { color: var(--text-primary); }
.hkxasqr .jnstscd p      { color: var(--text-muted); }
.l9pq .jnstscd { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.sn5cos .jnstscd {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.sn5cos .jnstscd strong,
.sn5cos .jnstscd p { color: #fff; }
.sn5cos .uvk76ym::before { color: rgba(255,255,255,0.9) !important; }
.yv8s8xqs .jnstscd {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.yv8s8xqs .jnstscd strong { color: var(--text-primary); }
.yv8s8xqs .jnstscd p      { color: var(--text-muted); }
.xldw .jnstscd { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.ioc2g .uvk76ym,
.k0a0 .uvk76ym,
.rnf8 .uvk76ym,
.hwobtp .uvk76ym { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.ioc2g .uvk76ym::before,
.k0a0 .uvk76ym::before,
.rnf8 .uvk76ym::before,
.hwobtp .uvk76ym::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.ioc2g .i22mub     .uvk76ym::before { content: "✦"; color: var(--c-tip-border); }
.ioc2g .r3ggpck0 .uvk76ym::before { content: "▲"; color: var(--c-warn-border); }
.ioc2g .gg57    .uvk76ym::before { content: "◉"; color: #60a5fa; }
.k0a0 .i22mub     .uvk76ym::before { content: "★"; color: var(--c-tip-border); }
.k0a0 .r3ggpck0 .uvk76ym::before { content: "◆"; color: var(--c-warn-border); }
.k0a0 .gg57    .uvk76ym::before { content: "●"; color: #60a5fa; }
.rnf8 .i22mub     .uvk76ym::before { content: "▶"; color: var(--c-tip-border); }
.rnf8 .r3ggpck0 .uvk76ym::before { content: "■"; color: var(--c-warn-border); }
.rnf8 .gg57    .uvk76ym::before { content: "▸"; color: #60a5fa; }
.hwobtp .i22mub     .uvk76ym::before { content: "→"; color: var(--c-tip-border); }
.hwobtp .r3ggpck0 .uvk76ym::before { content: "⬥"; color: var(--c-warn-border); }
.hwobtp .gg57    .uvk76ym::before { content: "◈"; color: #60a5fa; }
.xgwqr4 .mnw2 .zu82q,
.xgwqr4 .w9pr .zu82q  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.xgwqr4 .kvp4ttp                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.xgwqr4 .q83qjcpb                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.xgwqr4 .z785            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.xgwqr4 .ouvo2qy          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.xgwqr4 .rfj6vb1l                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.pn88ty2s .mnw2 .zu82q,
.pn88ty2s .w9pr .zu82q,
.pn88ty2s .kvp4ttp,
.pn88ty2s .q83qjcpb,
.pn88ty2s .z785,
.pn88ty2s .ouvo2qy,
.pn88ty2s .rfj6vb1l,
.pn88ty2s .xldw .jnstscd { box-shadow: none; }
.vmfv   .phwf2ppe, .vmfv .kxkzkk, .vmfv .drurco,
.vmfv   .s26dkz, .vmfv .kjk7o6z { font-size: 0.9rem; }
.vmfv   .v8a4, .vmfv .f3ze { font-size: 0.9rem; }
.zl5lg   .phwf2ppe, .zl5lg .kxkzkk, .zl5lg .drurco,
.zl5lg   .s26dkz, .zl5lg .kjk7o6z { font-size: 0.95rem; }
.zl5lg   .v8a4, .zl5lg .f3ze { font-size: 0.95rem; }
.thgw   .phwf2ppe, .thgw .kxkzkk, .thgw .drurco,
.thgw   .s26dkz, .thgw .kjk7o6z { font-size: 1.08rem; }
.thgw   .v8a4, .thgw .f3ze { font-size: 1.05rem; }
.thgw   .tcxqbe { font-size: 0.97rem; }
.kym9m .hzo42z0p      { font-size: 3.2rem; }
.kym9m h2.vx6zxa0w { font-size: 1.9rem; }
.kym9m h3.rp8vcul     { font-size: 1.4rem; }
.lu94b7pu .hzo42z0p      { font-size: 3.8rem; }
.lu94b7pu h2.vx6zxa0w { font-size: 2.2rem; }
.lu94b7pu h3.rp8vcul     { font-size: 1.6rem; }
.ub4vm6 + .ub4vm6 { position: relative; }
.fvh3m   .ub4vm6 + .ub4vm6::before,
.jyuvjj  .ub4vm6 + .ub4vm6::before,
.lg2vzz   .ub4vm6 + .ub4vm6::before,
.bowc   .ub4vm6 + .ub4vm6::before,
.xvhdcv5   .ub4vm6 + .ub4vm6::before,
.npd9 .ub4vm6 + .ub4vm6::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.fvh3m .ub4vm6 + .ub4vm6::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.jyuvjj .ub4vm6 + .ub4vm6::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.lg2vzz .ub4vm6 + .ub4vm6::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;
}
.bowc .ub4vm6 + .ub4vm6::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.pou6q6w .ub4vm6 { margin-bottom: 16px; }
.pou6q6w .ub4vm6 + .ub4vm6 { margin-top: 0; }
.pou6q6w .guhl6 { padding-top: 0; padding-bottom: 0; }
.xvhdcv5 .ub4vm6 + .ub4vm6::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.npd9 .ub4vm6 + .ub4vm6::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.iapi .ub4vm6 + .ub4vm6::before,
.sat3ngm3 .ub4vm6 + .ub4vm6::before,
.ytgpq .ub4vm6 + .ub4vm6::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%;
}
.mkudxu .iapi .ub4vm6:nth-child(even)::before,
.mkudxu .sat3ngm3 .ub4vm6:nth-child(even)::before,
.mkudxu .ytgpq .ub4vm6:nth-child(even)::before { background: var(--bg-surface); }
.a0bnrpr9 .iapi .ub4vm6:nth-child(even)::before,
.a0bnrpr9 .sat3ngm3 .ub4vm6:nth-child(even)::before,
.a0bnrpr9 .ytgpq .ub4vm6:nth-child(even)::before { background: var(--bg-card); }
.iapi .ub4vm6 + .ub4vm6::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");
}
.sat3ngm3 .ub4vm6 + .ub4vm6::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");
}
.ytgpq .ub4vm6 + .ub4vm6::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");
}
.l3yd .lee0vl,
.km0q .lee0vl,
.p4mrchlo .lee0vl { overflow: hidden; }
.l3yd .zyy2,
.km0q .zyy2 { margin-bottom: 60px; }
.p4mrchlo .zyy2 { margin-bottom: 70px; }
.l3yd .lee0vl::before,
.km0q .lee0vl::before,
.p4mrchlo .lee0vl::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%;
}
.l3yd .lee0vl::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");
}
.km0q .lee0vl::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");
}
.p4mrchlo .lee0vl::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");
}
.uwwb9 .lee0vl:not(.mjpj) .wd4s8 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.qf04fts3 .lee0vl:not(.mjpj) .wd4s8 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.j6gl0  .lee0vl:not(.mjpj) .wd4s8 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.nfazv3  .lee0vl:not(.mjpj) .wd4s8 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.uwwb9 .mjpj { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.uwwb9 .nqvqskl { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.uwwb9 .rcxfsce { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.uafb .mjpj .wd4s8 { background: none; }
.uafb .lee0vl:not(.mjpj) .wd4s8 { background: rgba(0,0,0,0.6); }
.ghifvdof .rv09v3kb { float: left; width: 38%; margin: 0 28px 16px 0; }
.ghifvdof .rv09v3kb .w80b3j { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ghifvdof .guhl6::after { content: ''; display: block; clear: both; }
.emvh7o .rv09v3kb { float: right; width: 38%; margin: 0 0 16px 28px; }
.emvh7o .rv09v3kb .w80b3j { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.emvh7o .guhl6::after { content: ''; display: block; clear: both; }
.y81k .ub4vm6:nth-child(odd)  .rv09v3kb { float: left;  width: 38%; margin: 0 28px 16px 0; }
.y81k .ub4vm6:nth-child(even) .rv09v3kb { float: right; width: 38%; margin: 0 0 16px 28px; }
.y81k .rv09v3kb .w80b3j { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.y81k .guhl6::after { content: ''; display: block; clear: both; }
.ghifvdof .limiy1i,
.ghifvdof .wrwj57i,
.emvh7o .limiy1i,
.emvh7o .wrwj57i,
.y81k .limiy1i,
.y81k .wrwj57i { clear: both; }
@media (max-width: 900px) {
  .ghifvdof .rv09v3kb,
  .emvh7o .rv09v3kb,
  .y81k .ub4vm6:nth-child(odd)  .rv09v3kb,
  .y81k .ub4vm6:nth-child(even) .rv09v3kb {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .ghifvdof .rv09v3kb .w80b3j,
  .emvh7o .rv09v3kb .w80b3j,
  .y81k .rv09v3kb .w80b3j {
    max-height: none !important;
  }
}
.ghifvdof .v8a4,
.ghifvdof .f3ze,
.emvh7o .v8a4,
.emvh7o .f3ze,
.y81k .v8a4,
.y81k .f3ze { overflow: hidden; }
@media (max-width: 640px) {
  .ghifvdof .rv09v3kb,
  .emvh7o .rv09v3kb,
  .y81k .rv09v3kb { float: none; width: 100%; margin: 0 0 16px 0; }
}
.nexeff5o .pw2l,
.nexeff5o .guhl6,
.nexeff5o .ndbrv  { max-width: 1100px; }
.ci7kd .pw2l,
.ci7kd .guhl6,
.ci7kd .ndbrv  { max-width: 1200px; }
.ci7kd { --content-mw: 1200px; }
.e62r9y3q .pw2l,
.e62r9y3q .guhl6,
.e62r9y3q .ndbrv  { max-width: 1320px; }
.vlwht { font-size: 0.82rem; color: var(--text-muted); }
.tkqu2b { display: flex; align-items: center; }
.dsym {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.dyc3w7pm { display: flex; align-items: center; }
.nn5u { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.nn5u:hover { text-decoration: underline; }
.bog0pzh { margin: 0 3px; opacity: 0.45; }
.bog0pzh::before { content: '/'; }
.mda7zejo { padding: 2px 5px; color: var(--text-main); }
.rto4frqi .vlwht {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.rto4frqi .tkqu2b { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.vayqfowm .vlwht {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.vayqfowm .tkqu2b { padding: 0 0 0 12px; }
.ch9rvnf .tkqu2b { padding: 0 16px; }
.ch9rvnf .vlwht {
  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);
}
.ch9rvnf .pw2l { padding-top: 28px; }
@media (max-width: 720px) {
  .polf25 { margin-top: 18px; padding: 0 16px; }
  .ch9rvnf .pw2l { padding-top: 16px; }
}
.nexeff5o.rto4frqi .tkqu2b { max-width: 1100px; }
.ci7kd.rto4frqi .tkqu2b { max-width: 1200px; }
.e62r9y3q.rto4frqi .tkqu2b { max-width: 1320px; }
.ci7kd .polf25 { max-width: 1200px; }
.t9k6m .ub4vm6 { padding-top: 16px; padding-bottom: 16px; }
.a2p2 .ub4vm6 { padding-top: 24px; padding-bottom: 24px; }
.z0sy2 .ub4vm6 { padding-top: 40px; padding-bottom: 40px; }
.q08so93c .ub4vm6 { padding-top: 52px; padding-bottom: 52px; }
.vuyjzld .ub4vm6:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.vuyjzld .ub4vm6:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.vuyjzld .ub4vm6:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.vuyjzld .ub4vm6:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.eez8pw .guhl6 { padding-top: 10px;  padding-bottom: 10px; }
.myoe3hd .guhl6 { padding-top: 18px;  padding-bottom: 18px; }
.u3o1xyg4 .guhl6 { padding-top: 36px;  padding-bottom: 36px; }
.va5a .guhl6 { padding-top: 48px;  padding-bottom: 48px; }
.nt7ry h2.vx6zxa0w { font-weight: 600; }
.nt7ry h3.rp8vcul     { font-weight: 600; }
.r9ktxq h2.vx6zxa0w { font-weight: 800; }
.r9ktxq h3.rp8vcul     { font-weight: 700; }
.a235cm5 { font-weight: 600; }
.a235cm5 h2.vx6zxa0w { font-weight: 900; }
.a235cm5 h3.rp8vcul     { font-weight: 800; }
.a235cm5 .jnstscd strong,
.a235cm5 .jnstscd strong { font-weight: 600; }
.svwt {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.q5cpnc .svwt { display: none; }
@media (max-width: 640px) {
  .svwt { display: none !important; }
}
.svwt { background: var(--cta) !important; color: #fff !important; border: none !important; }
.svwt:hover { opacity: 0.85; }
.zfphtqay .svwt { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.gtowthn  .r3qi4p { left: 32px; }
@media (max-width: 480px) {
  .blibm5dr .r3qi4p { right: 20px; bottom: 20px; }
  .gtowthn  .r3qi4p { left: 20px; bottom: 20px; }
}
.crhs66v1 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.ndbrv { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.cheheiyv { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.lgi2i { color: var(--text-dim); font-size: 0.8rem; }
.tcg4zyp6 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.tcg4zyp6 img { height: 26px; width: auto; object-fit: contain; }
.vgu7c { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.p3jdm7 .ndbrv { text-align: center; }
.p3jdm7 .cheheiyv { margin-top: 0; }
.o4uoy0a { margin-top: 10px; }
.o4uoy0a a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .ndbrv { padding-left: 16px; padding-right: 16px; }
  .owq93ogq .ndbrv { padding: 20px 16px; }
  .pqq7u45 { gap: 4px 12px; }
  .cheheiyv { font-size: 0.78rem; }
}
.mq9n5t .ac53 .tcg4zyp6 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.mq9n5t .vgu7c { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.mq9n5t .anscxr { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.mq9n5t .anscxr a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.mq9n5t .anscxr a:hover { color: var(--accent-light); }
.mq9n5t .cheheiyv { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.mq9n5t .lgi2i { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .mq9n5t .c1vbg7 { grid-template-columns: 1fr 1fr; } .mq9n5t .ac53 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .mq9n5t .c1vbg7 { grid-template-columns: 1fr; } }
.ixhwisnh .tcg4zyp6 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.ixhwisnh .cheheiyv { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .ixhwisnh .x21js5 { gap: 12px; } .ixhwisnh .tcg4zyp6 { margin-right: 0; width: 100%; } }
.g01vee .ofuhhm { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.g01vee .hhpjc84n .tcg4zyp6 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.g01vee .vgu7c { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.g01vee .jxf3jeno { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.g01vee .anscxr { display: flex; flex-direction: column; gap: 9px; }
.g01vee .anscxr a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.g01vee .anscxr a:hover { color: var(--accent-light); }
.g01vee .efny4 { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.g01vee .cheheiyv { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.g01vee .lgi2i { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .g01vee .ofuhhm { grid-template-columns: 1fr 1fr; } .g01vee .hhpjc84n { grid-column: 1 / -1; } }
@media (max-width: 480px) { .g01vee .ofuhhm { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .w4qnz2 .moqqilj { grid-template-columns: 1fr 1fr; } .w4qnz2 .qkze:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .w4qnz2 .moqqilj { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .k3cnk9 .moqqilj { grid-template-columns: 1fr; } }
.iwroi743 .ndbrv { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.alm99 .n52p3e67      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.alm99 .crhs66v1 { background: var(--bg-page); border-top-color: var(--border-alt); }
.t16t .n52p3e67      { background: #0d1117; border-bottom-color: #21262d; }
.t16t .clfmv { color: var(--accent-light); }
.t16t .usz0 { --msep-color: #8b949e; }
.t16t .usz0 a { color: #8b949e; }
.t16t .usz0 a:hover { color: var(--accent-light); }
.t16t .whiv { color: #8b949e; }
.t16t .crhs66v1 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.t16t .cheheiyv,
.t16t .lgi2i { color: #6e7681; }
.t16t .anscxr a, .t16t .rs3v4ag a,
.t16t .tcg4zyp6 { color: #e6edf3; }
.t16t .anscxr a:hover, .t16t .rs3v4ag a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .t16t .usz0 { background: #0d1117; border-top-color: #21262d; }
  .t16t .usz0 li a { border-bottom-color: #21262d; }
}
.o04v2 .n52p3e67      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.o04v2 .clfmv { color: var(--accent-light); }
.o04v2 .usz0 { --msep-color: #475569; }
.o04v2 .usz0 a { color: #475569; }
.o04v2 .usz0 a:hover { color: var(--accent-light); }
.o04v2 .whiv { color: #64748b; }
.o04v2 .crhs66v1 { background: #f0f4f8; border-top-color: #cbd5e1; }
.o04v2 .cheheiyv,
.o04v2 .lgi2i { color: #64748b; }
.o04v2 .anscxr a, .o04v2 .rs3v4ag a,
.o04v2 .tyyz a, .o04v2 .tcg4zyp6 { color: #374151; }
.o04v2 .anscxr a:hover, .o04v2 .rs3v4ag a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .o04v2 .usz0 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .o04v2 .usz0 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.zkrz9xnp .n52p3e67      { background: var(--accent); border-bottom-color: var(--accent-light); }
.zkrz9xnp .clfmv { color: #fff; }
.zkrz9xnp .usz0 { --msep-color: rgba(255,255,255,0.82); }
.zkrz9xnp .usz0 a { color: rgba(255,255,255,0.82); }
.zkrz9xnp .usz0 a:hover { color: #fff; }
.zkrz9xnp .whiv { color: rgba(255,255,255,0.9); }
.zkrz9xnp .crhs66v1 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.zkrz9xnp .cheheiyv,
.zkrz9xnp .lgi2i { color: rgba(255,255,255,0.72); }
.zkrz9xnp .anscxr a, .zkrz9xnp .rs3v4ag a,
.zkrz9xnp .tyyz a, .zkrz9xnp .tcg4zyp6 { color: #fff; }
.zkrz9xnp .vgu7c, .zkrz9xnp .jxf3jeno { color: rgba(255,255,255,0.7); }
.zkrz9xnp .anscxr a:hover, .zkrz9xnp .rs3v4ag a:hover { color: #fff; }
@media (max-width: 640px) {
  .zkrz9xnp .usz0 { background: var(--accent); border-top-color: var(--accent-light); }
  .zkrz9xnp .usz0 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.w45oyne .n52p3e67 {
  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);
}
.w45oyne .crhs66v1 {
  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) {
  .w45oyne .usz0 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.vsf3zzz .h4vmeg { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.urlw .h4vmeg { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.s4nd86 .h4vmeg { min-height: 72px; height: auto; }
.q6t137e4 .h4vmeg { min-height: 84px; height: auto; }
.owq93ogq .h4vmeg { max-width: none; padding: 0 32px; }
.owq93ogq .ndbrv  { max-width: none; padding: 24px 32px; }
.xyjug.ci7kd .h4vmeg { max-width: 1200px; }
.xyjug.e62r9y3q .h4vmeg { max-width: 1320px; }
.jh7x   .clfmv, .jh7x   .tcg4zyp6 { text-transform: capitalize; }
.fk59ydh7 .clfmv, .fk59ydh7 .tcg4zyp6 { text-transform: lowercase; }
.jgskq57 .clfmv, .jgskq57 .tcg4zyp6 { text-transform: uppercase; letter-spacing: 0.06em; }
.p430, .wu0ibez9 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.dnsct8cj .p430,
.dnsct8cj .wu0ibez9 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.i3j6skd .p430,
.i3j6skd .wu0ibez9 { 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; }
.wtu4g .p430,
.wtu4g .wu0ibez9 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.y9yves .p430,
.y9yves .wu0ibez9 { 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; }
.a65ep   .usz0 a { font-weight: 500; }
.fw32i1tb .usz0 a { font-weight: 600; }
.j7pm     .usz0 a { font-weight: 700; }
.b390k0    .usz0 a { font-weight: 800; letter-spacing: 0.01em; }
.n4w01n     .usz0 > li + li::before,
.juyni7p    .usz0 > li + li::before,
.qfl4i    .usz0 > li + li::before,
.l6nhcq1z .usz0 > li + li::before,
.qgo2u .usz0 > li + li::before,
.swcso  .usz0 > li + li::before,
.x1jj    .usz0 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.n4w01n     .usz0 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.juyni7p    .usz0 > li + li::before { content: "|"; }
.qfl4i    .usz0 > li + li::before { content: "—"; }
.l6nhcq1z .usz0 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.qgo2u .usz0 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.swcso  .usz0 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.x1jj    .usz0 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .upjh .whiv,
  .ghyy8cst .whiv,
  .lg16b7ys .whiv,
  .e3te7 .whiv,
  .gjnbz .whiv {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .upjh .whiv::before,
  .ghyy8cst .whiv::before,
  .lg16b7ys .whiv::before,
  .e3te7 .whiv::before,
  .gjnbz .whiv::before { content: ""; display: block; flex-shrink: 0; }

  
  .upjh .whiv::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;
  }

  
  .ghyy8cst .whiv::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;
  }

  
  .lg16b7ys .whiv::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;
  }

  
  .e3te7 .whiv::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;
  }

  
  .gjnbz .whiv::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) {
  .kkr7iqr .whiv {
    padding: 5px 14px;
  }
  .kkr7iqr .usz0 {
    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;
  }
  .kkr7iqr .usz0 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .kkr7iqr .usz0 li a:hover { background: var(--bg-raised); }
  .kkr7iqr .s8km,
  .x9h0t .s8km,
  .m8fhbwp .s8km { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .hut3 .whiv {
    padding: 5px 10px;
  }
  .hut3 .usz0 {
    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);
  }
  .hut3 .usz0.fn01 { transform: translateX(0); }
  .hut3 .usz0 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .hut3 .usz0 li:last-child a { border-bottom: none; }
  .zkrz9xnp .usz0,
  .t16t .usz0 { background: var(--accent) !important; }
  .zkrz9xnp .usz0 li a,
  .t16t .usz0 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .m8fhbwp .whiv {
    padding: 5px 10px;
  }
  .m8fhbwp .usz0 {
    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);
  }
  .m8fhbwp .usz0::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .m8fhbwp .usz0.fn01 { transform: translateY(0); }
  .m8fhbwp .usz0 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .l4vyepo .whiv {
    padding: 5px 10px;
  }
  .l4vyepo .usz0 {
    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;
  }
  .l4vyepo .usz0.fn01 { opacity: 1; pointer-events: auto; }
  .l4vyepo .usz0 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .xv5sh92y     .whiv { border-radius: 0 !important; }
  .r8167   .whiv { border-radius: 8px !important; }
  .p2o1x .whiv { border-radius: 50% !important; }
  .lufvejsq   .whiv { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .en8intxk .d5ew { flex-direction: column; align-items: stretch; }
  .en8intxk .dg9gg { flex-direction: row; min-width: auto; }
  .en8intxk .ys6elzd { align-items: flex-start; text-align: left; }
}
.gs4a,
.gs4a.ub4vm6,
.mkudxu .gs4a,
.vcur .gs4a,
.a0bnrpr9 .gs4a,
.akax .gs4a {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.uvmwzo {
  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;
}
.x2c2opnc { flex: 1 1 280px; min-width: 0; }
.u6nct {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.p3t8huvd {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.s43cb8 {
  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;
}
.s43cb8:hover { transform: translateY(-1px); opacity: 0.95; }
.wh95s .uvmwzo {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.wh95s .u6nct { color: var(--cta); }
.wh95s .p3t8huvd { color: var(--text-body); }
.wh95s .s43cb8 {
  background: var(--cta) !important;
  color: #fff !important;
}
.enzaeww6 .uvmwzo {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.enzaeww6 .u6nct { color: var(--text-primary); }
.enzaeww6 .p3t8huvd { color: var(--text-body); }
.enzaeww6 .s43cb8 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .uvmwzo {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .x2c2opnc { flex: 0 0 auto; }
  .u6nct { font-size: 1.2rem; }
  .s43cb8 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.n2tv80ot .qvp6hj { height: 36px; }
.cs9p .qvp6hj { height: 60px; max-width: 200px; }
.gxtv0ab .qvp6hj { height: 56px; max-width: 180px; }
.nfpkn    .j996toy9, .nfpkn    .o579 { color: #f59e0b; }
.mu8m3bf3      .j996toy9 { font-size: 1rem; letter-spacing: 1.5px; }
.mu8m3bf3      .o579   { font-size: 1.35rem; }
.yotor    .j996toy9, .yotor    .o579 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.d37qjk19     .j996toy9, .d37qjk19     .o579 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.hant7 .j996toy9, .hant7 .o579 { color: var(--cta); letter-spacing: 2px; }
.ayr1j478   .j996toy9, .ayr1j478   .o579 { color: #e91e63; letter-spacing: 2px; }
.t2o58518  .j996toy9, .t2o58518  .o579 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.vebd8dt     .j996toy9, .vebd8dt     .o579 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.h11tb03 .hp8r + .hp8r {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.rmu8bnuk .q83qjcpb { padding: 18px 24px; min-height: 68px; }
.ii84m377 .sue1wcit {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.ii84m377 .uwgkyn {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.ysrr0d3u .hp8r {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.wrwj57i { counter-reset: cs-rank; }
.wrwj57i .q83qjcpb { counter-increment: cs-rank; }
.wrwj57i .q83qjcpb::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;
}
.c3ml .wrwj57i { counter-reset: cs-rank; gap: 0; }
.c3ml .q83qjcpb {
  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;
}
.c3ml .q83qjcpb::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;
}
.c3ml .kqhy {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.c3ml .ehsvrx1s {
  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;
}
.c3ml .qbtsj7p8 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.c3ml .kqhy { min-width: 0; flex-direction: column; width: 100%; }
.c3ml .i8yseqcv {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.c3ml .j996toy9 { color: var(--cta, var(--accent)); }
.c3ml .vdqy9e9 { font-weight: 700; }
.c3ml .hp8r {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.c3ml .sue1wcit {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.c3ml .uwgkyn {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.c3ml .qlvrzqd .uwgkyn { font-size: 1.3rem; color: var(--accent-light); }
.c3ml .jtgqbrm {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.c3ml .q83qjcpb:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .c3ml .wrwj57i {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .c3ml .q83qjcpb {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .c3ml .q83qjcpb { padding: 40px 16px 20px; }
  .c3ml .hp8r {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .c3ml .jtgqbrm { width: 100%; min-width: 0; }
}
.gxr906k6 .wrwj57i { counter-reset: cs-rank; gap: 10px; }
.gxr906k6 .q83qjcpb {
  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);
}
.gxr906k6 .q83qjcpb::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);
}
.gxr906k6 .kqhy {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.gxr906k6 .ehsvrx1s {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.gxr906k6 .qbtsj7p8 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.gxr906k6 .i8yseqcv {
  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;
}
.gxr906k6 .j996toy9 { color: var(--cta, var(--accent)); }
.gxr906k6 .hp8r {
  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;
}
.gxr906k6 .sue1wcit {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.gxr906k6 .uwgkyn { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.gxr906k6 .qlvrzqd .uwgkyn { color: var(--accent-light); }
.gxr906k6 .jtgqbrm {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.gxr906k6 .q83qjcpb:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .gxr906k6 .q83qjcpb {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .gxr906k6 .q83qjcpb::before {
    position: absolute; top: 14px; left: 14px;
  }
  .gxr906k6 .kqhy {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .gxr906k6 .i8yseqcv { white-space: normal; text-align: center; font-size: 1.2rem; }
  .gxr906k6 .hp8r {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .gxr906k6 .jtgqbrm { width: 100%; min-width: 0; }
  .gxr906k6 .j996toy9 { min-width: 0; }
}
.w13a .q83qjcpb::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.sxni5 .u9rk79 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.sxni5 .u9rk79 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.sxni5 .u9rk79 p { padding: 0 2px 16px; }
.zzjavs1 .u9rk79 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.zzjavs1 .u9rk79 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.zzjavs1 .u9rk79 summary::after { content: "›"; font-size: 1.2em; }
.zzjavs1 .u9rk79[open] summary::after { content: "‹"; }
.zzjavs1 .u9rk79 p { padding: 10px 22px 4px; }
.a7llb .u9rk79 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.a7llb .u9rk79 summary { color: var(--text-primary); padding-left: 16px; }
.a7llb .u9rk79 summary::after { content: "›"; font-size: 1.1em; }
.a7llb .u9rk79[open] summary::after { content: "‹"; }
.a7llb .u9rk79 p { padding-left: 16px; }
.a12bn .nwdlb0 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.a12bn .u9rk79 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.a12bn .u9rk79:last-child { border-bottom: none; }
.a12bn .u9rk79 summary { color: var(--text-primary); border-radius: 0; }
.a12bn .u9rk79 summary::after { content: "›"; font-size: 1.1em; }
.a12bn .u9rk79[open] summary::after { content: "‹"; }
.oc17d2u4 .u9rk79 { overflow: hidden; }
.oc17d2u4 .u9rk79 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.oc17d2u4 .u9rk79 summary::after { color: rgba(255,255,255,.75); }
.oc17d2u4 .u9rk79[open] summary { border-radius: 0; }
.lqbnvw5 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.emvvpqh {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.k6176 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.gzd4ir { color: var(--text-muted); font-size: 1.05rem; }
.ekbk9 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.ozud2 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.vf77jnzs { margin-bottom: 20px; }
.aedzh4 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.lu57 {
  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;
}
.lu57:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.rxjz73lg { resize: vertical; min-height: 130px; }
.gwelx { width: 100%; margin-top: 8px; }
.ldvh6s62 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.xcpdv27a {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.tgi53 { color: var(--text-muted); line-height: 1.75; }
.esu74 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.esu74 li { margin-bottom: 6px; }
.q5a4 { max-width: 760px; margin: 0 auto; }
.lt7u5 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.ufbk { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.ufbk:last-child { border-bottom: none; }
.ufbk h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.ufbk p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.huiheq { max-width: 760px; margin: 0 auto; }
.xz4wmq4k { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.xz4wmq4k:last-child { border-bottom: none; }
.vc0r { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.xz4wmq4k p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.xz4wmq4k ul.esu74 { margin: 0; }
.lily4n .vc0r { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .lily4n { grid-template-columns: 1fr; gap: 10px; } }
.qmgde .vc0r { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.fffw .esu74 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .zg2198i { grid-template-columns: 1fr; } }
.ssmkud { color: inherit; text-decoration: none; }
.ssmkud:hover { color: var(--accent-light); text-decoration: underline; }
.bxq2e { display: inline-block; line-height: 0; }
.dyup { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.g2049l0 { margin-bottom: 48px; }
.t5rj5oa { max-width: 760px; margin: 0 auto; }
.o9ql9 { text-align: center; }
.qyjwh0q { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.qyjwh0q:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.yapr { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.qyjwh0q p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.qyjwh0q ul.esu74 { margin: 0; }
.wj0q { color: var(--text-muted); line-height: 1.75; }
.o9ql9 .esu74,
.a7gmzrm .esu74,
.a966ig2i .esu74,
.udh8l7 .esu74 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.o9ql9 .qyjwh0q,
.a7gmzrm .qyjwh0q { text-align: left; }
.o9ql9 .yapr,
.a7gmzrm .yapr { text-align: center; }
.oofux { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.d2if5 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.icco4z { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.v6s6 { margin-top: 12px; }
.sgzvw { 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; }
.sgzvw:hover { border-bottom-color: var(--accent-light); }
.onpk { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.onpk img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vb1x3ukj { width: 200px; height: 200px; }
.sqils9v { border-radius: 50%; }
.p0rnpfvf { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.j1b9 { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .kz2691w { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.h44qbtck { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.h44qbtck .icco4z, .h44qbtck .d2if5 { max-width: 640px; }
.q0qj8hs .oofux { font-size: 1.6rem; margin-top: 18px; }
.iwpwl2kp .icco4z { margin-bottom: 28px; }
@media (max-width: 860px) { .gb0cu3ti { grid-template-columns: 1fr; } .q0qj8hs { position: static; text-align: center; } }
.m6wq .onpk { margin: 0 auto 18px; }
.m6wq .p0rnpfvf { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .ru2t { grid-template-columns: 1fr; } }
.pmxa .oofux { font-size: 1.6rem; margin-bottom: 6px; }
.udh8l7 .esu74 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .pmxa { flex-direction: column; text-align: center; } .txghge58 { grid-template-columns: 1fr; } }
.lig9 .oofux { font-size: 1.35rem; margin: 0 0 4px; }
.lig9 .p0rnpfvf { margin: 0; }
.ygiczuu .k6176 { color: var(--accent-light); }
.ye94h9m {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.ye94h9m .k6176 { font-size: 2rem; }
.ye94h9m .gzd4ir { max-width: 680px; }
.zk1k .k6176 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.zk1k .gzd4ir  { margin: 0; }
@media (max-width: 640px) { .zk1k { flex-direction: column; } }
.gr1cf4 .k6176 { color: var(--accent-light); }
.nljcl63d .k6176 { color: #fff; }
.nljcl63d .gzd4ir  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .fwmqt3h1 { grid-template-columns: 1fr; } }
.qtrh8yz { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.qtrh8yz .lu57 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.qtrh8yz .lu57:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.kcex0 .lu57 { background: var(--bg-raised); border-color: transparent; }
.kcex0 .lu57:focus { background: var(--bg-card); border-color: var(--accent-light); }
.qc6vy0fv .lu57 { border-radius: 100px; padding: 11px 20px; }
.qc6vy0fv .rxjz73lg { border-radius: 14px; }
@media (max-width: 640px) { .mvirvdsk { grid-template-columns: 1fr; } }
.lhhgpas{display:none}
.lhhgpas:empty,.q6lcp1:empty{display:none}
.uk5s{position:relative;overflow:visible}
.m8hs .xc1r20e,.n57a77 .xc1r20e,
.okgm .xc1r20e,.katz .xc1r20e,
.huquaw6d .xc1r20e,.hjagv2kn .xc1r20e{display:block}
.pa1t18 .jh2amm{display:block}
.m8hs .xc1r20e,.n57a77 .xc1r20e,
.okgm .xc1r20e,.katz .xc1r20e,
.huquaw6d .xc1r20e{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}
.m8hs .xc1r20e .q6lcp1,.n57a77 .xc1r20e .q6lcp1,
.okgm .xc1r20e .q6lcp1,.katz .xc1r20e .q6lcp1,
.huquaw6d .xc1r20e .q6lcp1{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}
.m8hs .yzrp6jjx,.n57a77 .yzrp6jjx,
.okgm .yzrp6jjx,.katz .yzrp6jjx,
.huquaw6d .yzrp6jjx{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.m8hs .xc1r20e,.n57a77 .xc1r20e{top:12px}
.m8hs .xc1r20e .q6lcp1{margin-right:auto}
.n57a77 .xc1r20e .q6lcp1{margin-left:auto}
.n57a77 .xc1r20e{text-align:right}
.okgm .xc1r20e,.katz .xc1r20e{bottom:12px}
.okgm .xc1r20e .q6lcp1{margin-right:auto}
.katz .xc1r20e .q6lcp1{margin-left:auto}
.katz .xc1r20e{text-align:right}
.huquaw6d .xc1r20e{position:relative;margin-top:16px}
.huquaw6d .xc1r20e .q6lcp1{margin:0 auto}
.hjagv2kn .xc1r20e{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.hjagv2kn .xc1r20e .q6lcp1{margin:0}
.hjagv2kn .rcxfsce~.xc1r20e,
.hjagv2kn .t8w0g5q~.xc1r20e{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.hjagv2kn .rcxfsce~.xc1r20e .q6lcp1,
.hjagv2kn .t8w0g5q~.xc1r20e .q6lcp1{justify-content:flex-start}
.rcxfsce~.xc1r20e,.t8w0g5q~.xc1r20e{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}
.rcxfsce~.xc1r20e .q6lcp1{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.t8w0g5q~.xc1r20e .q6lcp1{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.jh2amm .q6lcp1{margin:0 0 12px}
.q6lcp1{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.yzrp6jjx{white-space:nowrap}
.sqq2o .yzrp6jjx{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.ef22p .yzrp6jjx{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.w50at .q6lcp1{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.n0zzzb2 .yzrp6jjx{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.y7h6 .yzrp6jjx{color: var(--accent-light);opacity:1;font-weight:500}
.od7x .yzrp6jjx{border-bottom:1px solid currentColor;padding-bottom:2px}
.a1nsn .q6lcp1{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.onv1{--date-bg:var(--accent-bg-light)}
.noxpie7 .m56w0i6::before{content:""}
.hkwc9ujf .yzrp6jjx + .yzrp6jjx::before{content:"•";margin-right:6px;opacity:.4}
.f6hxxfjz .yzrp6jjx + .yzrp6jjx::before{content:"/";margin-right:6px;opacity:.35}
.mwyxrd .yzrp6jjx + .yzrp6jjx::before{content:"|";margin-right:6px;opacity:.3}
.mz0plx .yzrp6jjx + .yzrp6jjx::before{content:"—";margin-right:6px;opacity:.3}
.cut7wcyn .yzrp6jjx + .yzrp6jjx::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.m8hv0wc .yzrp6jjx + .yzrp6jjx::before{content:"·";margin-right:6px;opacity:.4}
.l9setb9g .yzrp6jjx + .yzrp6jjx::before{content:"›";margin-right:6px;opacity:.4}
.u7ws3n .yzrp6jjx + .yzrp6jjx::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.eifppret{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.nwo3w{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.vqi6q{display:flex;flex-direction:column;gap:3px}
.f8vs2{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.dyxr{font-weight:700;font-size:1rem;color:var(--text-heading)}
.pslb3{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.qj87ga34 .eifppret{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.s9glz .eifppret{border-top:3px solid var(--accent);padding-top:18px}
.flkt .eifppret{border-left:3px solid var(--accent);border-radius:0}
.sda1n .eifppret{padding:20px 0}
@media(max-width:640px){
  .eifppret{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .pslb3{max-width:100%}
}
.hnq5six .ouvo2qy{margin:0}
@media (max-width:560px){
  .a200{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .dgsp8ifb { padding: 28px 18px 20px; }
  .lkxtsqn { font-size: 1.2rem; }
  .x25n9c1 { max-width: 220px; max-height: 80px; }
}
.mj6oy7z {
  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);
}
.uvtf {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.h9zaah  .mj6oy7z { border-radius: 50%; }
.phip  .mj6oy7z { border-radius: 6px; }
.ain5 .mj6oy7z { border-radius: 22px; }
.z5ncg6o .uvmwzo {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .mj6oy7z { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.dgry8 .ub4vm6 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.dgry8 .guhl6 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.dgry8 .uvmwzo {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.of5z978m .ub4vm6,
.of5z978m .guhl6 {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.of5z978m .uvmwzo {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
@media (max-width: 640px) {
  .of5z978m { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .of5z978m .uvmwzo {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .of5z978m .p3t8huvd { display: none !important; }
  .of5z978m .u6nct { font-size: 1.1rem !important; }
  .of5z978m .mj6oy7z { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .o155 { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .h4vmeg { flex-direction: row-reverse; }
[dir="rtl"] .usz0 { flex-direction: row-reverse; }
[dir="rtl"] .gtowthn  .r3qi4p { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .blibm5dr .r3qi4p { right: auto; left: 20px; }
  [dir="rtl"] .gtowthn  .r3qi4p { left: auto;  right: 20px; }
}
[dir="rtl"] .ghifvdof .rv09v3kb  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .emvh7o .rv09v3kb { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .v8a4, [dir="rtl"] .f3ze { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ysap { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .g9ebwqd { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .jnstscd { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .uvmwzo { direction: rtl; }
[dir="rtl"] .mj6oy7z { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .q83qjcpb,
[dir="rtl"] .vlwht { direction: rtl; }
[dir="rtl"] .rfj6vb1l { direction: rtl; }
[dir="rtl"] .bqm597pe { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .rlutv .f3ze,
[dir="rtl"] .qg4e9 .f3ze,
[dir="rtl"] .woj8 .f3ze,
[dir="rtl"] .f7slk .f3ze {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .rlutv .f3ze li::before,
[dir="rtl"] .qg4e9 .f3ze li::before,
[dir="rtl"] .woj8 .f3ze li::before,
[dir="rtl"] .f7slk .f3ze li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .lee0vl.dvkd2ur .zyy2,
[dir="rtl"] .e2dbqzhz.dvkd2ur .zyy2,
[dir="rtl"] .mjpj.dvkd2ur .zyy2,
[dir="rtl"] .gape.dvkd2ur .zyy2,
[dir="rtl"] .yqon.dvkd2ur .zyy2 { text-align: right; }
[dir="rtl"] .rcxfsce.f8jn8 .pk8q { text-align: center; }
[dir="rtl"] .guhl6,
[dir="rtl"] .s26dkz,
[dir="rtl"] .kjk7o6z,
[dir="rtl"] .zyy2 { text-align: right; }
[dir="rtl"] .ozud2,
[dir="rtl"] .aedzh4,
[dir="rtl"] .icco4z,
[dir="rtl"] .lu57,
[dir="rtl"] .rxjz73lg { text-align: right; direction: rtl; }
[dir="rtl"] .qc6vy0fv .lu57,
[dir="rtl"] .qtrh8yz .lu57 { padding-right: 20px; padding-left: 20px; }
.t481w .wrwj57i,
.y1er6sja .wrwj57i,
.wb1wj .wrwj57i { gap: 0; }
.b7wtf8z8 .wrwj57i { gap: 14px; }
.t481w .q83qjcpb,
.y1er6sja .q83qjcpb,
.b7wtf8z8 .q83qjcpb,
.wb1wj .q83qjcpb {
  
  grid-template-columns: auto 260px minmax(0, 1fr) auto auto;
  gap: 20px;
  padding: 22px 26px;
  align-items: center;
  
  grid-auto-flow: dense;
}
.t481w .q83qjcpb,
.y1er6sja .q83qjcpb,
.wb1wj .q83qjcpb {
  background: var(--bg-card);
  border: none; border-radius: 0;
}
.t481w .q83qjcpb:nth-child(even),
.wb1wj .q83qjcpb:nth-child(even) { background: var(--accent-bg); }
.y1er6sja .q83qjcpb + .q83qjcpb { border-top: 1px solid var(--border-alt); }
.b7wtf8z8 .q83qjcpb {
  border: 1px solid var(--border-alt); border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}
.t481w .q83qjcpb:hover,
.y1er6sja .q83qjcpb:hover,
.wb1wj .q83qjcpb:hover { background: var(--bg-hover); }
.t481w .q83qjcpb::before,
.y1er6sja .q83qjcpb::before,
.b7wtf8z8 .q83qjcpb::before,
.wb1wj .q83qjcpb::before {
  width: 40px; min-width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--accent-bg); color: var(--accent);
  font-size: 1.15rem; font-weight: 700;
}
.wb1wj .q83qjcpb::before {
  background: var(--accent); color: var(--cta-fg, #fff);
}
.t481w .kqhy,
.y1er6sja .kqhy,
.b7wtf8z8 .kqhy,
.wb1wj .kqhy {
  grid-column: 2;
  flex-direction: row; align-items: center; justify-content: flex-start;
  width: auto; gap: 16px; text-align: left;
}
.t481w .ehsvrx1s,
.y1er6sja .ehsvrx1s,
.b7wtf8z8 .ehsvrx1s,
.wb1wj .ehsvrx1s {
  width: 78px; height: 78px; padding: 0;
  border-radius: 50%; overflow: hidden; flex-shrink: 0;
}
.t481w .qbtsj7p8,
.y1er6sja .qbtsj7p8,
.b7wtf8z8 .qbtsj7p8,
.wb1wj .qbtsj7p8 {
  width: 100%; height: 100%; max-width: none; max-height: none;
  object-fit: cover;
}
.t481w .i8yseqcv,
.y1er6sja .i8yseqcv,
.b7wtf8z8 .i8yseqcv,
.wb1wj .i8yseqcv {
  font-size: 1.3rem; font-weight: 700; color: var(--accent);
  text-align: left;
}
.wb1wj .i8yseqcv { font-size: 1.45rem; font-weight: 800; }
.t481w .wpt5m0o,
.y1er6sja .wpt5m0o,
.b7wtf8z8 .wpt5m0o,
.wb1wj .wpt5m0o {
  grid-column: 3; display: block;
  justify-self: center; width: min(100%, 340px);
}
.t481w .wpt5m0o .qlvrzqd,
.y1er6sja .wpt5m0o .qlvrzqd,
.b7wtf8z8 .wpt5m0o .qlvrzqd,
.wb1wj .wpt5m0o .qlvrzqd {
  background: var(--accent-bg);
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  flex-direction: row; justify-content: center;
}
.t481w .wpt5m0o .qlvrzqd .sue1wcit,
.y1er6sja .wpt5m0o .qlvrzqd .sue1wcit,
.b7wtf8z8 .wpt5m0o .qlvrzqd .sue1wcit,
.wb1wj .wpt5m0o .qlvrzqd .sue1wcit { display: none; }
.t481w .wpt5m0o .qlvrzqd .uwgkyn::before,
.y1er6sja .wpt5m0o .qlvrzqd .uwgkyn::before,
.b7wtf8z8 .wpt5m0o .qlvrzqd .uwgkyn::before,
.wb1wj .wpt5m0o .qlvrzqd .uwgkyn::before { content: "\1F381\00a0"; }
.t481w .wpt5m0o .qlvrzqd .uwgkyn,
.y1er6sja .wpt5m0o .qlvrzqd .uwgkyn,
.b7wtf8z8 .wpt5m0o .qlvrzqd .uwgkyn,
.wb1wj .wpt5m0o .qlvrzqd .uwgkyn {
  font-size: 1.05rem; font-weight: 700; color: var(--text-primary);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.t481w .wpt5m0o .a2zbdpp,
.y1er6sja .wpt5m0o .a2zbdpp,
.b7wtf8z8 .wpt5m0o .a2zbdpp,
.wb1wj .wpt5m0o .a2zbdpp { display: none; }
.t481w .ttawpiv5,
.y1er6sja .ttawpiv5,
.b7wtf8z8 .ttawpiv5,
.wb1wj .ttawpiv5 {
  grid-column: 4; min-width: 120px; width: auto;
}
.t481w .j996toy9,
.y1er6sja .j996toy9,
.b7wtf8z8 .j996toy9,
.wb1wj .j996toy9 { display: block; font-size: 1.25rem; letter-spacing: 2px; }
.t481w .vdqy9e9,
.y1er6sja .vdqy9e9,
.b7wtf8z8 .vdqy9e9,
.wb1wj .vdqy9e9 { display: none; }
.t481w .jtgqbrm.xqe780,
.y1er6sja .jtgqbrm.xqe780,
.b7wtf8z8 .jtgqbrm.xqe780,
.wb1wj .jtgqbrm.xqe780 {
  grid-column: 5;
  min-width: 190px;
  border-radius: 999px;
  padding: 17px 34px !important;
  font-size: 1.05rem !important; font-weight: 700;
}
.wb1wj .jtgqbrm.xqe780 { box-shadow: 0 4px 16px color-mix(in srgb, var(--cta) 45%, transparent); }
@media (max-width: 1080px) {
  .t481w .q83qjcpb,
  .y1er6sja .q83qjcpb,
  .b7wtf8z8 .q83qjcpb,
  .wb1wj .q83qjcpb {
    grid-template-columns: auto 220px minmax(0, 1fr) auto;
    gap: 16px; padding: 18px;
  }
  .t481w .ttawpiv5,
  .y1er6sja .ttawpiv5,
  .b7wtf8z8 .ttawpiv5,
  .wb1wj .ttawpiv5 { display: none; }
  .t481w .jtgqbrm.xqe780,
  .y1er6sja .jtgqbrm.xqe780,
  .b7wtf8z8 .jtgqbrm.xqe780,
  .wb1wj .jtgqbrm.xqe780 { grid-column: 4; min-width: 150px; padding: 14px 24px !important; }
}
@media (max-width: 720px) {
  .t481w .q83qjcpb,
  .y1er6sja .q83qjcpb,
  .b7wtf8z8 .q83qjcpb,
  .wb1wj .q83qjcpb {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "rank  ident"
      "pills pills"
      "cta   cta";
    gap: 12px 14px; padding: 18px 16px;
    text-align: left;
  }
  .t481w .q83qjcpb::before,
  .y1er6sja .q83qjcpb::before,
  .b7wtf8z8 .q83qjcpb::before,
  .wb1wj .q83qjcpb::before { grid-area: rank; align-self: center; justify-self: start; }
  .t481w .kqhy,
  .y1er6sja .kqhy,
  .b7wtf8z8 .kqhy,
  .wb1wj .kqhy { grid-area: ident; width: auto; justify-content: flex-start; }
  .t481w .wpt5m0o,
  .y1er6sja .wpt5m0o,
  .b7wtf8z8 .wpt5m0o,
  .wb1wj .wpt5m0o { grid-area: pills; }
  
  .t481w .wpt5m0o .qlvrzqd,
  .y1er6sja .wpt5m0o .qlvrzqd,
  .b7wtf8z8 .wpt5m0o .qlvrzqd,
  .wb1wj .wpt5m0o .qlvrzqd {
    background: var(--accent-bg); border-radius: 999px;
    padding: 11px 18px; justify-content: center;
  }
  .t481w .jtgqbrm.xqe780,
  .y1er6sja .jtgqbrm.xqe780,
  .b7wtf8z8 .jtgqbrm.xqe780,
  .wb1wj .jtgqbrm.xqe780 { grid-area: cta; width: 100%; }
  .t481w .ehsvrx1s,
  .y1er6sja .ehsvrx1s,
  .b7wtf8z8 .ehsvrx1s,
  .wb1wj .ehsvrx1s { width: 56px; height: 56px; }
  .t481w .i8yseqcv,
  .y1er6sja .i8yseqcv,
  .b7wtf8z8 .i8yseqcv,
  .wb1wj .i8yseqcv { font-size: 1.1rem; }
}
:root {
  --accent:          #0cd8cf;
  --brand:           #0cd8cf;
  --brand-light:     #14b5ae;
  --brand-pale:      #26d6cf;
  --grad-start:      #4af4ed;
  --grad-end:        #8bf1ed;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #15803d;
  --cta-fg:          #ffffff;
  --cta-light:       #0c5f2b;
  --cta-hover:       #0c4b23;
  --bg-page:         #f6f8f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f6f5;
  --bg-raised:       #edf1f1;
  --bg-hover:        #f3f6f5;
  --border:          #e1e9e8;
  --border-alt:      #cfdddc;
  --border-section:  #e1e9e8;
  --text-primary:    #161c1b;
  --text-muted:      #506261;
  --text-body:       #2d3837;
  --text-sub:        #445453;
  --text-faint:      #728c8b;
  --text-dim:        #8ea3a2;
  --text-label:      #5b706f;
  --text-value:      #394645;
  --accent-bg:       #def6f5;
  --accent-bg-light: #c2f4f1;
  --bg-tip:          #f9f0f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f5f9;
  --bg-pros:         #f9f0f0;
  --bg-cons:         #faf6f3;
  --c-pros:          #960c12;
  --c-cons:          #9f5921;
  --c-pros-label:    #b30e15;
  --c-tip-border:    #c61018;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #960c12;
}
:root { --logo-bg-opacity: 30%; }
body, button, input { font-family: "Montserrat", sans-serif; }
.s3ae6tzo .gnl5943 li::before, .s3ae6tzo .w53oi2m li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.s3ae6tzo .gnl5943 li::before { content: ""; }.s3ae6tzo .w53oi2m li::before { content: ""; }.s3ae6tzo .qrza1keo::before, .s3ae6tzo .l3t7uz::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.s3ae6tzo .qrza1keo::before { content: ""; }.s3ae6tzo .l3t7uz::before { content: ""; }
.z48wqf8d .mace3, .z48wqf8d .rcxfsce { min-height: 420px; }
.bog0pzh::before { content: '•'; }