:root {
  --color-accent: #dc2660;
  --color-cta: #f43f5e;
  --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;
}
.m87ozan {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.o8zeh75v {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.w1npsghu {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.ohmd2r2 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.fvrz { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.fvrz a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.fvrz a:hover { color: var(--accent-light); }
.j4jtl     .og1wnwd { border-radius: 6px; }
.j4jtl .og1wnwd li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.j4jtl .og1wnwd li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.db9rqd0y .og1wnwd li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .og1wnwd {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .q7z2gmio:hover .og1wnwd,
  .q7z2gmio:focus-within .og1wnwd { display: block; }
  .og1wnwd li a { padding: 8px 16px; font-size: 0.88rem; }
}
.cpohb {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.oxum8g { display: none; }
@media (max-width: 640px) {
  .oxum8g {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .oxum8g.zl2d7zjw { display: block; }
}
@media (max-width: 640px) {
  .cpohb { display: block; }
  .fvrz > li + li::before { display: none !important; }
  .fvrz {
    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;
  }
  .fvrz.zl2d7zjw { display: flex; }
  .fvrz li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .fvrz li:last-child a { border-bottom: none; }
}
.lc0h { min-height: 480px; }
.petvnhs {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.qnf8n { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ndtfgzn .qnf8n { margin-left: 0; margin-right: 0; }
.s5bvbsw4 {
  background: var(--cta); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.lnwexg .s5bvbsw4 { margin-top: 24px; }
.s5bvbsw4:hover { opacity: 0.88; }
.fdmw64u {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.j4zm3x3 {
  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%);
}
.fdmw64u .gjuj5 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.fdmw64u .petvnhs { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.fdmw64u .qnf8n { color: #e2e8f0; }
.fdmw64u.pvfy .gjuj5 { text-align: center; }
.fdmw64u.ndtfgzn   .gjuj5 { text-align: left; }
.qbzlq33 .gjuj5 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.qbzlq33 .petvnhs { color: var(--text-primary); text-shadow: none; }
.qbzlq33 .qnf8n { color: var(--text-muted); }
.qbzlq33 .s5bvbsw4 { margin-top: 16px; }
.qbzlq33, .qbzlq33.lc0h { min-height: auto !important; }
.qbzlq33.pvfy .gjuj5 { text-align: center; }
.qbzlq33.ndtfgzn   .gjuj5 { text-align: left; }
.qbzlq33~.b7ifr{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}
.qbzlq33~.b7ifr .ka8t1{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; }
}
.nje6bl .fdmw64u .j4zm3x3 {
  overflow: hidden;
}
.nje6bl .fdmw64u .j4zm3x3::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); }
}
.dp5y .fdmw64u .j4zm3x3 {
  overflow: hidden;
}
.dp5y .fdmw64u .j4zm3x3::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;
}
.isem .d85b,
.isem .dhp0ph,
.isem .fdmw64u .j4zm3x3 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.okpon .fdmw64u .j4zm3x3 {
  overflow: hidden;
}
.okpon .fdmw64u .j4zm3x3::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;
}
.em7hz .fdmw64u .j4zm3x3 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.d85b .j4zm3x3 {
  background: none;
}
.d85b .petvnhs { color: #fff; }
.d85b .qnf8n { color: rgba(255,255,255,0.85); }
.isem .hq4gla {
  animation: hg-fadein 1.2s ease-out both;
}
.hq4gla .petvnhs { text-shadow: none; color: var(--text-primary); }
.hq4gla .qnf8n { color: var(--text-muted); }
body.io8hgvmz .petvnhs {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.rf9e0jq .petvnhs {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.lc0h.d85b .petvnhs,
section.d85b .petvnhs {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.hq4gla.pvfy .qkgsa2j { align-items: center; text-align: center; }
.lc0h .kn06xm {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.kn06xm .jrlde {
  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;
}
.kn06xm .jrlde::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.kn06xm .d0ql { display: contents !important; }
.kn06xm .d0ql .syhzt2iu {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.kn06xm .d0ql .ko13wa { max-height: 48px; max-width: 96px; }
.kn06xm .d0ql .fif95 {
  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;
}
.kn06xm .ei2t1 {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.kn06xm .xjqv { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.kn06xm .fpu1 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.kn06xm .fpu1 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.kn06xm .j8umb { display: contents !important; }
.kn06xm .j8umb .fo4vjt3:not(.ygwifv) { display: none !important; }
.kn06xm .j8umb .ygwifv {
  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;
}
.kn06xm .j8umb .ygwifv .im3v42 {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.kn06xm .j8umb .ygwifv .lfnqvyp {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.kn06xm .lhjqr05f { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.kn06xm .lhjqr05f.o0ey0 {
  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;
}
.kn06xm .lhjqr05f.o0ey0:hover { opacity: 0.85; }
.kn06xm .jrlde,
.kn06xm .jrlde:hover,
.kn06xm .jrlde:nth-child(even),
.kn06xm .jrlde:nth-child(odd),
.kn06xm .jrlde:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.xi7k .gjuj5 { padding-bottom: 24px; }
.lnwexg .gjuj5 { max-width: 1100px; }
@media (max-width: 700px) {
  .hq4gla { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .hq4gla:not(.couqj) .fqme { display: none !important; }
  .couqj .fqme { padding: 16px; }
  .qkgsa2j  { padding: 36px 24px; }
  .hq4gla~.b7ifr,.qso4~.b7ifr{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .lc0h, .hq4gla { min-height: 320px !important; }
  .petvnhs { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .h6z1acd,
  .o67th0d,
  .ygorc { grid-template-columns: 1fr !important; }

  

  
  .xi7k { display: flex !important; flex-direction: column !important; }
  .xi7k .gjuj5 { display: contents; }
  .xi7k .j4zm3x3 { order: 0; }
  .xi7k .petvnhs { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .xi7k .h6z1acd { order: 2; padding: 0 16px 12px !important; }
  .xi7k .qnf8n { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .lnwexg .gjuj5 { display: flex; flex-direction: column; }
  .lnwexg .gjuj5 .petvnhs { order: 1; }
  .lnwexg .gjuj5 .ygorc { order: 2; margin: 8px 0 24px !important; }
  .lnwexg .gjuj5 .qnf8n { order: 3; }
  .lnwexg .gjuj5 .s5bvbsw4 { order: 4; align-self: center; margin-top: 0; }

  
  .hq4gla.couqj {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .hq4gla.couqj .qkgsa2j { display: contents; padding: 0; }
  .hq4gla.couqj .qkgsa2j .petvnhs { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .hq4gla.couqj .fqme { order: 2; padding: 12px 16px; }
  .hq4gla.couqj .qkgsa2j .qnf8n { order: 3; padding: 0 24px; margin: 0 auto; }
  .hq4gla.couqj .qkgsa2j .s5bvbsw4 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.rfqcy0 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.wbj6rt { width: 100%; height: auto; display: block; border-radius: 10px; }
.dfjc .rfqcy0        { border-radius: 16px; }
.dfjc .wbj6rt  { border-radius: 16px; }
.apwn .rfqcy0         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.apwn .wbj6rt   { border-radius: 8px; }
.nkn2mzw7 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.etxwc { width: 100%; padding: 32px 0; position: relative; }
.xrqo1y { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.fhwgq .etxwc:nth-child(even) { background: var(--bg-surface); }
.fhwgq .etxwc:nth-child(odd)  { background: var(--bg-page); }
.sou0up6 .etxwc:nth-child(even) { background: var(--bg-card); }
.sou0up6 .etxwc:nth-child(odd)  { background: var(--bg-page); }
.fhwgq .etxwc:nth-child(odd)  .xrqo1y { background: var(--bg-card); border-radius: 6px; }
.fhwgq .etxwc:nth-child(even) .xrqo1y { background: var(--bg-raised); border-radius: 6px; }
.sou0up6 .etxwc:nth-child(odd)  .xrqo1y { background: var(--bg-card); border-radius: 6px; }
.sou0up6 .etxwc:nth-child(even) .xrqo1y { background: var(--bg-raised); border-radius: 6px; }
.fhwgq .etxwc:nth-child(even) .x1ajy .sw06kes,
.sou0up6 .etxwc:nth-child(even) .x1ajy .sw06kes { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.fhwgq .etxwc:nth-child(odd) .x1ajy .sw06kes,
.sou0up6 .etxwc:nth-child(odd) .x1ajy .sw06kes { background: var(--bg-card-inner); }
.fhwgq .etxwc:nth-child(even) .x4honh .sw06kes:nth-child(odd),
.sou0up6 .etxwc:nth-child(even) .x4honh .sw06kes:nth-child(odd)  { background: var(--bg-card); }
.fhwgq .etxwc:nth-child(even) .x4honh .sw06kes:nth-child(even),
.sou0up6 .etxwc:nth-child(even) .x4honh .sw06kes:nth-child(even) { background: var(--bg-card-inner); }
h1.tmomrw { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.tmomrw {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.gal7 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.st1s8 h2.tmomrw {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.iw14hm h2.tmomrw {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.pp0dstl h2.tmomrw {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.btwx h2.tmomrw::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.s7xjt h2.tmomrw {
  color: var(--text-primary); font-size: 1.7rem;
}
.ponyonc h2.tmomrw::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.k7sr2c2 h2.tmomrw {
  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) { .ufbuhob { display: none; } }
.fvo5or3r { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.qmvn { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.x1y2wh3 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.tqms3ad { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.fxuw5k8 { padding-left: 20px; }
.fxuw5k8 li { margin-bottom: 6px; }
.fxuw5k8 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.fxuw5k8 a:hover { color: var(--accent-light); }
.nivp .tqms3ad { display: none; }
.rg0fhh .tqms3ad { display: none; }
.rg0fhh .fxuw5k8 { padding-left: 0; list-style: none; }
.rg0fhh .fxuw5k8 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.rg0fhh .fxuw5k8 a { font-size: 0.92rem; }
.dr78n .x1y2wh3 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.dr78n .tqms3ad { display: none; }
.dr78n .fxuw5k8 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.dr78n .fxuw5k8 li { margin-bottom: 0; }
.dr78n .fxuw5k8 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;
}
.dr78n .fxuw5k8 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.isho4 .x1y2wh3 { padding: 20px 20px 16px; }
.isho4 .fxuw5k8 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.isho4 .fxuw5k8 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.isho4 .fxuw5k8 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;
}
.isho4 .fxuw5k8 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;
}
.isho4 .fxuw5k8 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.isho4 .fxuw5k8 a:focus,
.isho4 .fxuw5k8 a:focus-visible,
.isho4 .fxuw5k8 a:target { outline: none; }
.isho4 .fxuw5k8 li:target a { border-color: var(--border); color: var(--text-muted); }
.mzz3l1 .x1y2wh3 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.mzz3l1 .tqms3ad { display: none; }
.mzz3l1 .fxuw5k8 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.mzz3l1 .fxuw5k8 li { counter-increment: toc-n; margin-bottom: 0; }
.mzz3l1 .fxuw5k8 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;
}
.mzz3l1 .fxuw5k8 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;
}
.mzz3l1 .fxuw5k8 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.amjipf7 .x1y2wh3 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.amjipf7 .tqms3ad { display: none; }
.amjipf7 .fxuw5k8 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.amjipf7 .fxuw5k8 li { margin-bottom: 0; }
.amjipf7 .fxuw5k8 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;
}
.amjipf7 .fxuw5k8 a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.hdxezxu0 .x1y2wh3 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.hdxezxu0 .tqms3ad { display: none; }
.hdxezxu0 .fxuw5k8 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.hdxezxu0 .fxuw5k8 li { margin-bottom: 0; }
.hdxezxu0 .fxuw5k8 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.hdxezxu0 .fxuw5k8 li:last-child::after { content: ""; margin-right: 0; }
.hdxezxu0 .fxuw5k8 a { font-size: 0.9rem; }
.sw06kes { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.x1ajy .sw06kes { background: var(--bg-card); }
.x4honh .sw06kes:nth-child(odd)  { background: var(--bg-card); }
.x4honh .sw06kes:nth-child(even) { background: var(--bg-raised); }
.ij4s .sw06kes {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.ij4s .sw06kes:last-child { border-bottom: none; }
.ij4s h3.gal7 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.yyj2 .sw06kes {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.yyj2 .sw06kes + .sw06kes { margin-top: 4px; }
.adqlitzo .sw06kes { background: none; border-radius: 0; padding: 12px 0; }
.adqlitzo .sw06kes + .sw06kes { border-top: 1px solid var(--border-section); }
.v6lzhs7i { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.szd4 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.nopdut0 { color: var(--text-body); margin-bottom: 10px; }
.ri8uec5a, .xlq1b9 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ri8uec5a li, .xlq1b9 li { margin-bottom: 6px; }
.xlq1b9 li { list-style: decimal; }
.smc6beps     .ri8uec5a { list-style-type: "● "; }
.kaxlo0yg  .ri8uec5a { list-style-type: "■ "; }
.nkplp5s .ri8uec5a { list-style-type: "◆ "; }
.jivveoum    .ri8uec5a { list-style-type: "★ "; }
.smc6beps     .hw25y { list-style-type: "● "; }
.kaxlo0yg  .hw25y { list-style-type: "■ "; }
.nkplp5s .hw25y { list-style-type: "◆ "; }
.jivveoum    .hw25y { list-style-type: "★ "; }
.smc6beps    .ri8uec5a li::marker, .smc6beps    .hw25y li::marker,
.kaxlo0yg .ri8uec5a li::marker, .kaxlo0yg .hw25y li::marker,
.nkplp5s .ri8uec5a li::marker, .nkplp5s .hw25y li::marker,
.jivveoum   .ri8uec5a li::marker, .jivveoum   .hw25y li::marker {
  color: var(--cta); font-size: 1em;
}
.smc6beps .xlq1b9,
.kaxlo0yg .xlq1b9,
.nkplp5s .xlq1b9,
.jivveoum .xlq1b9 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.smc6beps .xlq1b9 li,
.kaxlo0yg .xlq1b9 li,
.nkplp5s .xlq1b9 li,
.jivveoum .xlq1b9 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.smc6beps .xlq1b9 li::before,
.kaxlo0yg .xlq1b9 li::before,
.nkplp5s .xlq1b9 li::before,
.jivveoum .xlq1b9 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;
}
.smc6beps     .xlq1b9 li::before { border-radius: 50%; }
.kaxlo0yg  .xlq1b9 li::before { border-radius: 3px; }
.nkplp5s .xlq1b9 li::before { border-radius: 3px; }
.jivveoum    .xlq1b9 li::before { border-radius: 50%; }
.yl72ae { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.g1cb73ro .yl72ae,
.vgagw0la .yl72ae { background: transparent; border: none; border-radius: 0; }
.xp5ae6 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.xp5ae6 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.xp5ae6 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.xp5ae6 tr:hover td { background: var(--bg-hover); }
.f3ptjl .xp5ae6 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.zuzufnon .xp5ae6 { border: 1px solid var(--border-alt); }
.zuzufnon .xp5ae6 th,
.zuzufnon .xp5ae6 td { border: 1px solid var(--border-alt); }
.ijp6sg .xp5ae6 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.ijp6sg .xp5ae6 td { border-bottom: none; }
.ijp6sg .xp5ae6 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.nw25l6x .xp5ae6 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.vdz2jq0 .yl72ae {
  overflow: hidden;
}
.vdz2jq0 .xp5ae6 th { border-bottom: 1px solid var(--border-alt); }
.vdz2jq0 .xp5ae6 tr:last-child td { border-bottom: none; }
.sigc { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.k0w11qng { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.i46rol { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.dy39w { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.v29z3d { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.hw25y { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.hw25y 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%}
.gemm77a3 .dy39w { background: transparent; text-align: center; }
.f9ois .i46rol {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.n6vatb7o .i46rol {
  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);
}
.pq3pp9 .k0w11qng { display: grid; grid-template-columns: auto 1fr; }
.pq3pp9 .i46rol {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.pq3pp9 .dy39w { grid-column: 2; }
.pq3pp9 .v29z3d,
.pq3pp9 .hw25y { grid-column: 1 / -1; }
.ph5qg9 .k0w11qng { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.ph5qg9 .i46rol {
  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);
}
.ph5qg9 .dy39w { grid-column: 2; }
.ph5qg9 .v29z3d,
.ph5qg9 .hw25y { grid-column: 1 / -1; }
.iu56 .k0w11qng { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.iu56 .dy39w { background: none; color: var(--accent-light); font-weight: 700; }
.i5b9 .k0w11qng { 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); }
.i5b9 .dy39w { background: none; color: var(--accent-light); font-weight: 700; }
.cggeg7ym .k0w11qng { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.cggeg7ym .k0w11qng:last-child { border-bottom: none; }
.cggeg7ym .dy39w { background: none; color: var(--accent-light); font-weight: 700; }
.ai23p5 .k0w11qng { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.ai23p5 .dy39w { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.tdchutv0 .sigc { counter-reset: card-n; }
.tdchutv0 .k0w11qng  { counter-increment: card-n; }
.tdchutv0 .dy39w { display: flex; align-items: center; gap: 10px; }
.tdchutv0 .dy39w::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;
}
.swnqqi .k0w11qng { background: var(--bg-surface); border: 1px solid var(--border); }
.swnqqi .dy39w { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.er27ah { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.er27ah         { --cl-hue: var(--accent); }
.qam2     { --cl-hue: #16a34a; }
.qam2, .v3lgniz8, .bb7fk90, .rj9swix2 {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.hzkbt5bk { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.hzkbt5bk::before { color: var(--cl-hue); }
.er27ah strong { color: var(--text-primary); font-size: 0.95rem; }
.er27ah p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.qeo9p { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.kiko, .wh2jts1 { border-radius: 8px; padding: 14px; }
.kiko { background: var(--bg-pros); }
.wh2jts1 { background: var(--bg-cons); }
.o4umh2x { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.kiko .o4umh2x { color: var(--c-pros-label); }
.wh2jts1 .o4umh2x { color: #f87171; }
.kiko ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.wh2jts1 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.wbj6rt { width: 100%; height: auto; border-radius: 10px; display: block; }
.o0ey0 {
  background: var(--cta); color: #fff; border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.o0ey0:hover { opacity: 0.85; }
.g73ochu .o0ey0  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.g73ochu .o0ey0:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.miwd .o0ey0  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.miwd .o0ey0:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.g73ochu .lhjqr05f.o0ey0, .miwd .lhjqr05f.o0ey0,
.g73ochu .vq668i .o0ey0, .miwd .vq668i .o0ey0 {
  background: var(--cta); border: none; color: #fff;
}
.g73ochu .lhjqr05f.o0ey0:hover, .miwd .lhjqr05f.o0ey0:hover,
.g73ochu .vq668i .o0ey0:hover, .miwd .vq668i .o0ey0:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.oi4oim .s5bvbsw4 { border-radius: 50px; }
.oi4oim .o0ey0  { border-radius: 50px; }
.ji6erij .s5bvbsw4,
.ji6erij .o0ey0 { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.ji6erij .s5bvbsw4:hover,
.ji6erij .o0ey0:hover { filter: brightness(1.08); opacity: 1; }
.r3ix .s5bvbsw4,
.r3ix .o0ey0 { box-shadow: 0 3px 14px -2px var(--cta); }
.r3ix .s5bvbsw4:hover,
.r3ix .o0ey0:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.bt34erc .s5bvbsw4,
.bt34erc .o0ey0 { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.bt34erc .s5bvbsw4:hover,
.bt34erc .o0ey0:hover { opacity: 1; }
.bt34erc .s5bvbsw4:active,
.bt34erc .o0ey0:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.i4a9hd .s5bvbsw4,
.i4a9hd .o0ey0 { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.i4a9hd .s5bvbsw4:hover,
.i4a9hd .o0ey0:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.i4a9hd .s5bvbsw4:active,
.i4a9hd .o0ey0:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.lyg1i .s5bvbsw4,
.lyg1i .o0ey0 { position: relative; overflow: hidden; }
.lyg1i .s5bvbsw4::before,
.lyg1i .o0ey0::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;
}
.lyg1i .s5bvbsw4:hover::before,
.lyg1i .o0ey0:hover::before { left: 135%; }
.r278u9 .s5bvbsw4,
.r278u9 .o0ey0 { border-radius: 0; }
.bxbow5 .s5bvbsw4 { padding-left: 22px; padding-right: 22px; }
.bxbow5 .o0ey0  { padding-left: 12px; padding-right: 12px; }
.ljki3y .s5bvbsw4 { padding-left: 44px; padding-right: 44px; }
.ljki3y .o0ey0  { padding-left: 24px; padding-right: 24px; }
.vhw1e .s5bvbsw4 { padding-left: 56px; padding-right: 56px; }
.vhw1e .o0ey0  { padding-left: 32px; padding-right: 32px; }
.ia4ax4   .s5bvbsw4::after, .ia4ax4   .o0ey0::after,
.jcun .s5bvbsw4::after, .jcun .o0ey0::after,
.m8l98yz4    .s5bvbsw4::after, .m8l98yz4    .o0ey0::after,
.um6td    .s5bvbsw4::after, .um6td    .o0ey0::after,
.k3tph    .s5bvbsw4::after, .k3tph    .o0ey0::after,
.hkbmgdo     .s5bvbsw4::after, .hkbmgdo     .o0ey0::after,
.yzz1    .s5bvbsw4::after, .yzz1    .o0ey0::after,
.p7mj   .s5bvbsw4::after, .p7mj   .o0ey0::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;
}
.ia4ax4 .s5bvbsw4::after, .ia4ax4 .o0ey0::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");
}
.jcun .s5bvbsw4::after, .jcun .o0ey0::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");
}
.m8l98yz4 .s5bvbsw4::after, .m8l98yz4 .o0ey0::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");
}
.um6td .s5bvbsw4::after, .um6td .o0ey0::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");
}
.k3tph .s5bvbsw4::after, .k3tph .o0ey0::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");
}
.hkbmgdo .s5bvbsw4::after, .hkbmgdo .o0ey0::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");
}
.yzz1 .s5bvbsw4::after, .yzz1 .o0ey0::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");
}
.p7mj .s5bvbsw4::after, .p7mj .o0ey0::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");
}
.xeb8pf1l   .za6iw17r::after, .xeb8pf1l   .m5wedr::after,
.q4z4o9 .za6iw17r::after, .q4z4o9 .m5wedr::after,
.lw6em    .za6iw17r::after, .lw6em    .m5wedr::after,
.giggy    .za6iw17r::after, .giggy    .m5wedr::after,
.i2qrwl3k    .za6iw17r::after, .i2qrwl3k    .m5wedr::after,
.n70a     .za6iw17r::after, .n70a     .m5wedr::after,
.c54a52j    .za6iw17r::after, .c54a52j    .m5wedr::after,
.mf2dog   .za6iw17r::after, .mf2dog   .m5wedr::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;
}
.xeb8pf1l .za6iw17r::after, .xeb8pf1l .m5wedr::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");
}
.q4z4o9 .za6iw17r::after, .q4z4o9 .m5wedr::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");
}
.lw6em .za6iw17r::after, .lw6em .m5wedr::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");
}
.giggy .za6iw17r::after, .giggy .m5wedr::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");
}
.i2qrwl3k .za6iw17r::after, .i2qrwl3k .m5wedr::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");
}
.n70a .za6iw17r::after, .n70a .m5wedr::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");
}
.c54a52j .za6iw17r::after, .c54a52j .m5wedr::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");
}
.mf2dog .za6iw17r::after, .mf2dog .m5wedr::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");
}
.iwcz257 {
  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;
}
.jrlde {
  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;
}
.jrlde > * { min-width: 0; }
.jrlde:hover { background: var(--bg-hover); }
.jrlde > [itemprop="item"] { display: contents; }
.jrlde [itemprop="itemReviewed"],
.jrlde [itemprop="reviewRating"] { display: none; }
.jrlde::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;
}
.d0ql {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.syhzt2iu {
  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;
}
.ko13wa { max-height: 52px; max-width: 110px; object-fit: contain; }
.fif95 {
  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;
}
.t19y .syhzt2iu    { background: #1a1a1a; }
.c81x9 .syhzt2iu   { background: rgba(128,128,128,.12); }
.wjwo9jx8 .syhzt2iu { background: var(--bg-raised); }
.qnjx3r .syhzt2iu    { background: transparent; padding: 0; }
.ei2t1 {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.xjqv { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.fpu1 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.j8umb {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.fo4vjt3 {
  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;
}
.im3v42 {
  
  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%;
}
.lfnqvyp {
  
  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;
}
.lhjqr05f {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.lhjqr05f.o0ey0 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .jrlde {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .jrlde::before    { grid-area: rank;   }
  .d0ql           { grid-area: ident;  }
  .ei2t1     { grid-area: rating; min-width: 0; width: auto; }
  .j8umb           { grid-area: pills;  }
  .lhjqr05f             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .jrlde {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .jrlde::before    { justify-self: center; }
  .d0ql           { width: 100%; }
  .ei2t1     { justify-self: center; }
  .j8umb           { grid-template-columns: 1fr; }
}
.rcceqvvo {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.ucprn {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.r98xld {
  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;
}
.r98xld img { max-width: 80px; max-height: 50px; object-fit: contain; }
.mc9w8g { flex: 1; }
.mc9w8g h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.jnqp8ekk { color: var(--c-stars); font-size: 1.1rem; }
.xndj { margin-bottom: 8px; }
.b67hs4c {
  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);
}
.b67hs4c > span { color: var(--accent); font-weight: 700; }
.tyzkc em, .hnqdy em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .b67hs4c { padding: 10px 16px; gap: 6px 16px; } }
.vq668i { flex-shrink: 0; align-self: flex-start; }
.vq668i .o0ey0 { white-space: nowrap; }
@media (max-width: 560px) {
  .ucprn { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .r98xld { order: 1; }
  .vq668i { order: 2; margin-left: auto; align-self: center; }
  .mc9w8g { order: 3; flex: 1 1 100%; min-width: 0; }
}
.wa7a img.uzvdh { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.g1cb73ro { padding: 20px 24px; }
.zac6wrd { color: var(--text-muted); margin-bottom: 16px; }
.fp9o { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.vkol, .x4rk6k4 { list-style: none; font-size: 0.9rem; }
.vkol li { color: var(--c-pros); margin-bottom: 4px; }
.x4rk6k4 li { color: var(--c-cons); margin-bottom: 4px; }
.vkol li::before { content: "✓"; margin-right: 5px; }
.x4rk6k4 li::before { content: "✗"; margin-right: 5px; }
.n7fj .vkol li::before { content: "→"; }
.n7fj .x4rk6k4 li::before { content: "–"; }
.cmaiuopm  .vkol li::before { content: "★"; }
.cmaiuopm  .x4rk6k4 li::before { content: "✕"; }
.yobqyuv    .vkol li::before { content: "◆"; }
.yobqyuv    .x4rk6k4 li::before { content: "▲"; }
.q4f4  .vkol li::before { content: "▶"; }
.q4f4  .x4rk6k4 li::before { content: "■"; }
.rxudn { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.rhbavg8g { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.piv7c2sp { background: var(--bg-pros); color: var(--c-tag-pay); }
.hd4p7ku { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.hn2q5xb .hd4p7ku { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.tz9apgq .hd4p7ku { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .q5rxp .skhr0h7 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .q5rxp .rcceqvvo { margin: 0; }
}
.tkhm3y .ucprn { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.tkhm3y .mc9w8g h3 { color: var(--accent-light); }
.tkhm3y .r98xld { background: var(--bg-page); border: 1px solid var(--border); }
.a4lh .rcceqvvo { border-top: 4px solid var(--accent); }
.a4lh .ucprn { background: var(--bg-card); }
.zh5oqjgd .rcceqvvo { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.zh5oqjgd .ucprn { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.zh5oqjgd .g1cb73ro { padding: 14px 16px; }
.zh5oqjgd .r98xld { border-radius: 4px; }
.zh5oqjgd .hd4p7ku { border-radius: 0; }
.d3espdt3 .ucprn { padding: 0; gap: 0; overflow: hidden; }
.d3espdt3 .r98xld { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.d3espdt3 .mc9w8g { padding: 16px 20px; }
.d3espdt3 .vq668i { padding: 16px 20px; align-self: center; }
.kpsd6 .jnqp8ekk { font-size: .95rem; }
.vgagw0la .qeo9p { gap: 10px; }
.vgagw0la .kiko, .vgagw0la .wh2jts1 { padding: 12px; }
.vgagw0la .kiko ul, .vgagw0la .wh2jts1 ul { margin: 4px 0 0; padding-left: 18px; }
.vgagw0la .kiko li, .vgagw0la .wh2jts1 li { font-size: .85rem; margin-bottom: 3px; }
.e15nb .rhbavg8g { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .mpt1rh8 { grid-template-columns: 1fr; }
  .f6rx { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .f6rx .uc76oi { width: 72px; height: 50px; }
  .f6rx .i9y26c { max-width: 180px; }
  .f6rx .y2vdr { width: auto; }
}
.hbjpjs .kpsd6 .jnqp8ekk { filter: brightness(1.2); }
@media (max-width: 720px) {
  .hbjpjs { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .g4huelbg { padding: 16px; }
  .q51yk .avp7 { min-width: 50%; }
}
.ocshtwe .qeo9p { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .g2is8u8 { grid-template-columns: 1fr; }
  .r42nut { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ftmqsr9 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .aigiei { flex-wrap: wrap; padding: 16px; }
}
.nxl4qkxr .qeo9p { gap: 8px; }
.nxl4qkxr .kiko, .nxl4qkxr .wh2jts1 { padding: 8px; }
@media (max-width: 480px) {
  .zleloul { flex-direction: column; align-items: stretch; }
}
.cwyzrq .y2vdr .o0ey0 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .zard { flex-direction: column; align-items: stretch; gap: 10px; }
  .cwyzrq .y2vdr { text-align: center; }
}
@media (max-width: 720px) {
  .iiry7h { grid-template-columns: 1fr; }
  .ma7lweu { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .aiufpc { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.shtjka0 .h5p2x9 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.tlmuo1 .jnqp8ekk { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .o1rl { grid-template-columns: 1fr; }
  .tlmuo1 { width: 100px; height: 100px; margin: 16px auto; }
  .shtjka0 { font-size: 1.4rem; }
  .ftqj { justify-content: center; }
  .ev01mvx .avp7 { min-width: 50%; }
}
.zd6s .qeo9p { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .g5fy2f2a { flex-wrap: wrap; padding: 14px 16px; }
  .ruo47b { padding: 12px 16px; }
  .zd6s .qeo9p { margin: 0 16px; }
  .zd6s .e15nb { padding: 0 16px; }
  .n8kfm2 { padding: 12px 16px; }
}
.a8bky .jrlde {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.a8bky .jrlde:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.m7br148f .iwcz257 { gap: 18px; }
.m7br148f .jrlde {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.m7br148f .jrlde:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.z33b .iwcz257 {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.z33b .jrlde {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.z33b .jrlde:last-child { border-bottom: none; }
.z33b .d0ql,
.z33b .ei2t1,
.z33b .j8umb {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.os16pyn .iwcz257 { gap: 0; }
.os16pyn .jrlde {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.os16pyn .jrlde:last-child { border-bottom: none; }
.os16pyn .jrlde:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.os16pyn .jrlde:nth-child(even):hover { background: var(--bg-hover); }
.d67ds .jrlde {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.tia54zxt .j8umb .fo4vjt3 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.tia54zxt .j8umb .fo4vjt3:first-child { border-left: none; }
.wsixd .j8umb .fo4vjt3 {
  background: transparent; padding: 4px 8px;
}
.wsixd .j8umb .im3v42 { font-size: .65rem; opacity: .65; }
.wsixd .j8umb .lfnqvyp   { font-size: 1.15rem; color: var(--accent-light); }
.qko44m .j8umb .fo4vjt3 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.fpu1 { display: none; }
.arrd .xjqv { font-size: 1rem; letter-spacing: 2px; }
.ydu3jc .xjqv {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.cbwi .xjqv,
.ovdcuq6 .xjqv,
.cbvir0 .xjqv { display: none; }
.cbwi .fpu1,
.ovdcuq6 .fpu1,
.cbvir0 .fpu1 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.cbwi .fpu1 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.cbwi .fpu1 small { display: none; }
.ovdcuq6 .fpu1 {
  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;
}
.ovdcuq6 .fpu1 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.cbvir0 .fpu1 {
  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;
}
.cbvir0 .fpu1 small { display: none; }
.cbwi .xndj .jnqp8ekk,
.ovdcuq6 .xndj .jnqp8ekk,
.cbvir0 .xndj .jnqp8ekk { display: none; }
.cbwi .xndj strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.cbwi .h5p2x9 { display: none; }
.ovdcuq6 .xndj 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;
}
.ovdcuq6 .ythvu,
.ovdcuq6 .h5p2x9 { font-size: 1em; }
.cbvir0 .xndj strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.cbvir0 .h5p2x9 { display: none; }
.qx1u4o { margin: 16px 0; }
.r5f8q8e { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.r5f8q8e summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.r5f8q8e summary::after { content: "+"; color: var(--accent-light); }
.r5f8q8e[open] summary::after { content: "−"; }
.r5f8q8e p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.etxwc { margin-bottom: 0; }
.np15ymf h2.tmomrw { color: var(--text-primary); border-color: var(--accent-light); }
.w2s7l67 h2.tmomrw { color: var(--text-primary); border-color: var(--accent-light); }
.qwxunmc .qam2     { background: #052e16; border-color: #10b981; }
.qwxunmc .er27ah strong  { color: #f1f5f9; }
.qwxunmc .er27ah p       { color: #cbd5e1; }
.qwxunmc .oht7t    .qam2     .hzkbt5bk::before,
.qwxunmc .a5rn  .qam2     .hzkbt5bk::before,
.qwxunmc .lfy9y9o  .qam2     .hzkbt5bk::before,
.qwxunmc .uef4b2e .qam2     .hzkbt5bk::before { color: #10b981; }
.qwxunmc .oht7t    .v3lgniz8 .hzkbt5bk::before,
.qwxunmc .a5rn  .v3lgniz8 .hzkbt5bk::before,
.qwxunmc .lfy9y9o  .v3lgniz8 .hzkbt5bk::before,
.qwxunmc .uef4b2e .v3lgniz8 .hzkbt5bk::before { color: #f43f5e; }
.qwxunmc .oht7t    .bb7fk90    .hzkbt5bk::before,
.qwxunmc .a5rn  .bb7fk90    .hzkbt5bk::before,
.qwxunmc .lfy9y9o  .bb7fk90    .hzkbt5bk::before,
.qwxunmc .uef4b2e .bb7fk90    .hzkbt5bk::before { color: #a855f7; }
.iydr .qam2     { background: #2d2000; border-color: #eab308; }
.iydr .er27ah strong  { color: #f1f5f9; }
.iydr .er27ah p       { color: #cbd5e1; }
.iydr .oht7t    .qam2     .hzkbt5bk::before,
.iydr .a5rn  .qam2     .hzkbt5bk::before,
.iydr .lfy9y9o  .qam2     .hzkbt5bk::before,
.iydr .uef4b2e .qam2     .hzkbt5bk::before { color: #eab308; }
.iydr .oht7t    .v3lgniz8 .hzkbt5bk::before,
.iydr .a5rn  .v3lgniz8 .hzkbt5bk::before,
.iydr .lfy9y9o  .v3lgniz8 .hzkbt5bk::before,
.iydr .uef4b2e .v3lgniz8 .hzkbt5bk::before { color: #ef4444; }
.iydr .oht7t    .bb7fk90    .hzkbt5bk::before,
.iydr .a5rn  .bb7fk90    .hzkbt5bk::before,
.iydr .lfy9y9o  .bb7fk90    .hzkbt5bk::before,
.iydr .uef4b2e .bb7fk90    .hzkbt5bk::before { color: #f97316; }
.z61gv0 .qam2     { background: #0c1a2e; border-color: #38bdf8; }
.z61gv0 .er27ah strong  { color: #f1f5f9; }
.z61gv0 .er27ah p       { color: #cbd5e1; }
.z61gv0 .oht7t    .qam2     .hzkbt5bk::before,
.z61gv0 .a5rn  .qam2     .hzkbt5bk::before,
.z61gv0 .lfy9y9o  .qam2     .hzkbt5bk::before,
.z61gv0 .uef4b2e .qam2     .hzkbt5bk::before { color: #38bdf8; }
.z61gv0 .oht7t    .v3lgniz8 .hzkbt5bk::before,
.z61gv0 .a5rn  .v3lgniz8 .hzkbt5bk::before,
.z61gv0 .lfy9y9o  .v3lgniz8 .hzkbt5bk::before,
.z61gv0 .uef4b2e .v3lgniz8 .hzkbt5bk::before { color: #818cf8; }
.z61gv0 .oht7t    .bb7fk90    .hzkbt5bk::before,
.z61gv0 .a5rn  .bb7fk90    .hzkbt5bk::before,
.z61gv0 .lfy9y9o  .bb7fk90    .hzkbt5bk::before,
.z61gv0 .uef4b2e .bb7fk90    .hzkbt5bk::before { color: #2dd4bf; }
.gr90a::before,
.kfn82::before { margin-right: 5px; }
.c31iyr .kiko ul li,
.c31iyr .vkol li         { color: #4ade80; }
.c31iyr .kiko .gr90a { color: #22c55e; }
.c31iyr .wh2jts1 ul li,
.c31iyr .x4rk6k4 li         { color: #f87171; }
.c31iyr .wh2jts1 .kfn82 { color: #ef4444; }
.g81szkk .kiko { background: var(--bg-pros); }
.g81szkk .wh2jts1 { background: var(--bg-cons); }
.g81szkk .kiko .gr90a { color: var(--c-pros-label); }
.g81szkk .wh2jts1 .kfn82 { color: var(--c-cons); }
.g81szkk .kiko ul li,
.g81szkk .vkol li            { color: var(--c-pros); }
.g81szkk .wh2jts1 ul li,
.g81szkk .x4rk6k4 li            { color: var(--c-cons); }
.b98pw0n .kiko { background: var(--bg-pros); }
.b98pw0n .wh2jts1 { background: var(--bg-cons); }
.b98pw0n .kiko .gr90a { color: var(--c-pros-label); }
.b98pw0n .wh2jts1 .kfn82 { color: var(--c-cons); }
.b98pw0n .kiko ul li,
.b98pw0n .vkol li          { color: var(--c-pros); }
.b98pw0n .wh2jts1 ul li,
.b98pw0n .x4rk6k4 li          { color: var(--c-cons); }
.gb7m0 .gr90a::before { content: "✓ "; }
.gb7m0 .kfn82::before { content: "✗ "; }
.n7fj .gr90a::before { content: "→ "; }
.n7fj .kfn82::before { content: "← "; }
.cmaiuopm .gr90a::before { content: "★ "; }
.cmaiuopm .kfn82::before { content: "✕ "; }
.yobqyuv .gr90a::before { content: "◆ "; }
.yobqyuv .kfn82::before { content: "▲ "; }
.tz9apgq .er27ah { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.tz9apgq .er27ah strong { color: var(--text-primary); }
.tz9apgq .er27ah p      { color: var(--text-muted); }
.hn2q5xb .er27ah { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.nxel8xz9 .er27ah {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.nxel8xz9 .er27ah strong,
.nxel8xz9 .er27ah p { color: #fff; }
.nxel8xz9 .hzkbt5bk::before { color: rgba(255,255,255,0.9) !important; }
.ty68 .er27ah {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.ty68 .er27ah strong { color: var(--text-primary); }
.ty68 .er27ah p      { color: var(--text-muted); }
.ri2iv3tl .er27ah { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.oht7t .hzkbt5bk,
.a5rn .hzkbt5bk,
.lfy9y9o .hzkbt5bk,
.uef4b2e .hzkbt5bk { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.oht7t .hzkbt5bk::before,
.a5rn .hzkbt5bk::before,
.lfy9y9o .hzkbt5bk::before,
.uef4b2e .hzkbt5bk::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.oht7t .qam2     .hzkbt5bk::before { content: "✦"; color: var(--c-tip-border); }
.oht7t .v3lgniz8 .hzkbt5bk::before { content: "▲"; color: var(--c-warn-border); }
.oht7t .bb7fk90    .hzkbt5bk::before { content: "◉"; color: #60a5fa; }
.a5rn .qam2     .hzkbt5bk::before { content: "★"; color: var(--c-tip-border); }
.a5rn .v3lgniz8 .hzkbt5bk::before { content: "◆"; color: var(--c-warn-border); }
.a5rn .bb7fk90    .hzkbt5bk::before { content: "●"; color: #60a5fa; }
.lfy9y9o .qam2     .hzkbt5bk::before { content: "▶"; color: var(--c-tip-border); }
.lfy9y9o .v3lgniz8 .hzkbt5bk::before { content: "■"; color: var(--c-warn-border); }
.lfy9y9o .bb7fk90    .hzkbt5bk::before { content: "▸"; color: #60a5fa; }
.uef4b2e .qam2     .hzkbt5bk::before { content: "→"; color: var(--c-tip-border); }
.uef4b2e .v3lgniz8 .hzkbt5bk::before { content: "⬥"; color: var(--c-warn-border); }
.uef4b2e .bb7fk90    .hzkbt5bk::before { content: "◈"; color: #60a5fa; }
.g8f1 .x1ajy .sw06kes,
.g8f1 .x4honh .sw06kes  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.g8f1 .k0w11qng                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.g8f1 .jrlde                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.g8f1 .rcceqvvo            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.g8f1 .yl72ae          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.g8f1 .x1y2wh3                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.dsk1 .x1ajy .sw06kes,
.dsk1 .x4honh .sw06kes,
.dsk1 .k0w11qng,
.dsk1 .jrlde,
.dsk1 .rcceqvvo,
.dsk1 .yl72ae,
.dsk1 .x1y2wh3,
.dsk1 .ri2iv3tl .er27ah { box-shadow: none; }
.vpqsqvo   .nopdut0, .vpqsqvo .v6lzhs7i, .vpqsqvo .szd4,
.vpqsqvo   .fvo5or3r, .vpqsqvo .qmvn { font-size: 0.9rem; }
.vpqsqvo   .ri8uec5a, .vpqsqvo .xlq1b9 { font-size: 0.9rem; }
.f5dd58   .nopdut0, .f5dd58 .v6lzhs7i, .f5dd58 .szd4,
.f5dd58   .fvo5or3r, .f5dd58 .qmvn { font-size: 0.95rem; }
.f5dd58   .ri8uec5a, .f5dd58 .xlq1b9 { font-size: 0.95rem; }
.ew556pdg   .nopdut0, .ew556pdg .v6lzhs7i, .ew556pdg .szd4,
.ew556pdg   .fvo5or3r, .ew556pdg .qmvn { font-size: 1.08rem; }
.ew556pdg   .ri8uec5a, .ew556pdg .xlq1b9 { font-size: 1.05rem; }
.ew556pdg   .xp5ae6 { font-size: 0.97rem; }
.n5bfzq .petvnhs      { font-size: 3.2rem; }
.n5bfzq h2.tmomrw { font-size: 1.9rem; }
.n5bfzq h3.gal7     { font-size: 1.4rem; }
.a1y7ns7b .petvnhs      { font-size: 3.8rem; }
.a1y7ns7b h2.tmomrw { font-size: 2.2rem; }
.a1y7ns7b h3.gal7     { font-size: 1.6rem; }
.etxwc + .etxwc { position: relative; }
.z52uuz3   .etxwc + .etxwc::before,
.tdgvrwqs  .etxwc + .etxwc::before,
.zj0dypv4   .etxwc + .etxwc::before,
.qmjjhz   .etxwc + .etxwc::before,
.rasqeo4   .etxwc + .etxwc::before,
.y90sx .etxwc + .etxwc::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.z52uuz3 .etxwc + .etxwc::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.tdgvrwqs .etxwc + .etxwc::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.zj0dypv4 .etxwc + .etxwc::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;
}
.qmjjhz .etxwc + .etxwc::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.a8bem .etxwc { margin-bottom: 16px; }
.a8bem .etxwc + .etxwc { margin-top: 0; }
.a8bem .xrqo1y { padding-top: 0; padding-bottom: 0; }
.rasqeo4 .etxwc + .etxwc::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.y90sx .etxwc + .etxwc::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.g7dogk .etxwc + .etxwc::before,
.pgh7kg .etxwc + .etxwc::before,
.ksx9a .etxwc + .etxwc::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%;
}
.fhwgq .g7dogk .etxwc:nth-child(even)::before,
.fhwgq .pgh7kg .etxwc:nth-child(even)::before,
.fhwgq .ksx9a .etxwc:nth-child(even)::before { background: var(--bg-surface); }
.sou0up6 .g7dogk .etxwc:nth-child(even)::before,
.sou0up6 .pgh7kg .etxwc:nth-child(even)::before,
.sou0up6 .ksx9a .etxwc:nth-child(even)::before { background: var(--bg-card); }
.g7dogk .etxwc + .etxwc::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");
}
.pgh7kg .etxwc + .etxwc::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");
}
.ksx9a .etxwc + .etxwc::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");
}
.ciy3t .fdmw64u,
.pfpu .fdmw64u,
.qox4o34 .fdmw64u { overflow: hidden; }
.ciy3t .gjuj5,
.pfpu .gjuj5 { margin-bottom: 60px; }
.qox4o34 .gjuj5 { margin-bottom: 70px; }
.ciy3t .qkgsa2j,
.ciy3t .fdmw64u::before,
.pfpu .fdmw64u::before,
.qox4o34 .fdmw64u::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%;
}
.ciy3t .fdmw64u::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");
}
.pfpu .fdmw64u::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");
}
.qox4o34 .fdmw64u::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");
}
.vxkcno .fdmw64u:not(.d85b) .j4zm3x3 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.orl8tl6 .fdmw64u:not(.d85b) .j4zm3x3 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.d3s4  .fdmw64u:not(.d85b) .j4zm3x3 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.xldcm  .fdmw64u:not(.d85b) .j4zm3x3 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.e9iypq .d85b { background: var(--accent); }
.e9iypq .d85b .j4zm3x3 { background: none; }
.e9iypq .dhp0ph { background: var(--accent); }
.e9iypq .hq4gla { background: var(--accent-bg); }
.e9iypq .fdmw64u:not(.d85b) .j4zm3x3 { background: rgba(0,0,0,0.6); }
.nm3dez7p .rfqcy0 { float: left; width: 38%; margin: 0 28px 16px 0; }
.nm3dez7p .rfqcy0 .wbj6rt { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.nm3dez7p .xrqo1y::after { content: ''; display: block; clear: both; }
.w1oift .rfqcy0 { float: right; width: 38%; margin: 0 0 16px 28px; }
.w1oift .rfqcy0 .wbj6rt { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.w1oift .xrqo1y::after { content: ''; display: block; clear: both; }
.onifyp1r .etxwc:nth-child(odd)  .rfqcy0 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.onifyp1r .etxwc:nth-child(even) .rfqcy0 { float: right; width: 38%; margin: 0 0 16px 28px; }
.onifyp1r .rfqcy0 .wbj6rt { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.onifyp1r .xrqo1y::after { content: ''; display: block; clear: both; }
.nm3dez7p .sigc,
.nm3dez7p .iwcz257,
.w1oift .sigc,
.w1oift .iwcz257,
.onifyp1r .sigc,
.onifyp1r .iwcz257 { clear: both; }
@media (max-width: 900px) {
  .nm3dez7p .rfqcy0,
  .w1oift .rfqcy0,
  .onifyp1r .etxwc:nth-child(odd)  .rfqcy0,
  .onifyp1r .etxwc:nth-child(even) .rfqcy0 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .nm3dez7p .rfqcy0 .wbj6rt,
  .w1oift .rfqcy0 .wbj6rt,
  .onifyp1r .rfqcy0 .wbj6rt {
    max-height: none !important;
  }
}
.nm3dez7p .ri8uec5a,
.nm3dez7p .xlq1b9,
.w1oift .ri8uec5a,
.w1oift .xlq1b9,
.onifyp1r .ri8uec5a,
.onifyp1r .xlq1b9 { overflow: hidden; }
@media (max-width: 640px) {
  .nm3dez7p .rfqcy0,
  .w1oift .rfqcy0,
  .onifyp1r .rfqcy0 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.jcni .nkn2mzw7,
.jcni .xrqo1y,
.jcni .oekm  { max-width: 1100px; }
.j5aeaak .nkn2mzw7,
.j5aeaak .xrqo1y,
.j5aeaak .oekm  { max-width: 1200px; }
.nyejw7 .nkn2mzw7,
.nyejw7 .xrqo1y,
.nyejw7 .oekm  { max-width: 1320px; }
.z5c1u3 { font-size: 0.82rem; color: var(--text-muted); }
.cqkgwmqk { display: flex; align-items: center; }
.v8ja {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.b8d8 { display: flex; align-items: center; }
.h0hf5ar { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.h0hf5ar:hover { text-decoration: underline; }
.hkzq19qd { margin: 0 3px; opacity: 0.45; }
.hkzq19qd::before { content: '/'; }
.tqwj3 { padding: 2px 5px; color: var(--text-main); }
.csvjf .z5c1u3 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.csvjf .cqkgwmqk { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.dcdyey0g .z5c1u3 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.dcdyey0g .cqkgwmqk { padding: 0 0 0 12px; }
.p4rq .cqkgwmqk { padding: 0 16px; }
.p4rq .z5c1u3 {
  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);
}
.p4rq .nkn2mzw7 { padding-top: 28px; }
@media (max-width: 720px) {
  .nfbce9 { margin-top: 18px; padding: 0 16px; }
  .p4rq .nkn2mzw7 { padding-top: 16px; }
}
.jcni.csvjf .cqkgwmqk { max-width: 1100px; }
.j5aeaak.csvjf .cqkgwmqk { max-width: 1200px; }
.nyejw7.csvjf .cqkgwmqk { max-width: 1320px; }
.l04pwgm .etxwc { padding-top: 16px; padding-bottom: 16px; }
.x42922 .etxwc { padding-top: 24px; padding-bottom: 24px; }
.rcxi8 .etxwc { padding-top: 40px; padding-bottom: 40px; }
.gsoy05a .etxwc { padding-top: 52px; padding-bottom: 52px; }
.lzrcnh .etxwc:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.lzrcnh .etxwc:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.lzrcnh .etxwc:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.lzrcnh .etxwc:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.sqe9 .xrqo1y { padding-top: 10px;  padding-bottom: 10px; }
.ve9r .xrqo1y { padding-top: 18px;  padding-bottom: 18px; }
.q1uikll7 .xrqo1y { padding-top: 36px;  padding-bottom: 36px; }
.o306f .xrqo1y { padding-top: 48px;  padding-bottom: 48px; }
.mtpkhcih h2.tmomrw { font-weight: 600; }
.mtpkhcih h3.gal7     { font-weight: 600; }
.xz5j h2.tmomrw { font-weight: 800; }
.xz5j h3.gal7     { font-weight: 700; }
.eqachfs9 { font-weight: 600; }
.eqachfs9 h2.tmomrw { font-weight: 900; }
.eqachfs9 h3.gal7     { font-weight: 800; }
.eqachfs9 .er27ah strong,
.eqachfs9 .er27ah strong { font-weight: 600; }
.za6iw17r {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.uq26 .za6iw17r { display: none; }
@media (max-width: 640px) {
  .za6iw17r { display: none !important; }
}
.za6iw17r { background: var(--cta) !important; color: #fff !important; border: none !important; }
.za6iw17r:hover { opacity: 0.85; }
.ewue7q3 .za6iw17r { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.d1sae8zc  .m5wedr { left: 32px; }
@media (max-width: 480px) {
  .tctw2hf .m5wedr { right: 20px; bottom: 20px; }
  .d1sae8zc  .m5wedr { left: 20px; bottom: 20px; }
}
.nl4l6xbz { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.oekm { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.c79bdu { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.kr74t5 { color: var(--text-dim); font-size: 0.8rem; }
.mk0faz { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.mk0faz img { height: 26px; width: auto; object-fit: contain; }
.bkkaaqxg a, .we2m1 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.bkkaaqxg a:hover, .we2m1 a:hover { color: var(--accent-light); }
.we2m1 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.ltv6i .oekm { text-align: center; }
.ltv6i .we2m1 { justify-content: center; margin-bottom: 16px; }
.ltv6i .c79bdu { margin-top: 0; }
.niiy5 { margin-top: 10px; }
.niiy5 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .oekm { padding-left: 16px; padding-right: 16px; }
  .z77k5 .oekm { padding: 20px 16px; }
  .we2m1 { gap: 4px 12px; }
  .c79bdu { font-size: 0.78rem; }
}
.fym67v .zvd0f .mk0faz { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.fym67v .c79bdu { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.fym67v .kr74t5 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .fym67v .ftte { grid-template-columns: 1fr 1fr; } .fym67v .zvd0f { grid-column: 1 / -1; } }
@media (max-width: 480px) { .fym67v .ftte { grid-template-columns: 1fr; } }
.vi9e .mk0faz { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.vi9e .c79bdu { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .vi9e .rwl78 { gap: 12px; } .vi9e .mk0faz { margin-right: 0; width: 100%; } }
.jy15o .hrilv2 .mk0faz { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.jy15o .c79bdu { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.jy15o .kr74t5 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .jy15o .lb1cl { grid-template-columns: 1fr 1fr; } .jy15o .hrilv2 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .jy15o .lb1cl { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .ampee4c .dgw2 { grid-template-columns: 1fr 1fr; } .ampee4c .cu99m:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ampee4c .dgw2 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .tl7x .dgw2 { grid-template-columns: 1fr; } }
.s0y9f .oekm { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.s0y9f .we2m1 { justify-content: center; }
.bk3e .m87ozan      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.bk3e .nl4l6xbz { background: var(--bg-page); border-top-color: var(--border-alt); }
.gnuj5l6 .m87ozan      { background: #0d1117; border-bottom-color: #21262d; }
.gnuj5l6 .w1npsghu { color: var(--accent-light); }
.gnuj5l6 .fvrz { --msep-color: #8b949e; }
.gnuj5l6 .fvrz a { color: #8b949e; }
.gnuj5l6 .fvrz a:hover { color: var(--accent-light); }
.gnuj5l6 .cpohb { color: #8b949e; }
.gnuj5l6 .nl4l6xbz { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.gnuj5l6 .c79bdu,
.gnuj5l6 .kr74t5 { color: #6e7681; }
.gnuj5l6 .bkkaaqxg a, .gnuj5l6 .we2m1 a,
.gnuj5l6 .mk0faz { color: #e6edf3; }
.gnuj5l6 .bkkaaqxg a:hover, .gnuj5l6 .we2m1 a:hover,
@media (max-width: 640px) {
  .gnuj5l6 .fvrz { background: #0d1117; border-top-color: #21262d; }
  .gnuj5l6 .fvrz li a { border-bottom-color: #21262d; }
}
.y6zg0m .m87ozan      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.y6zg0m .w1npsghu { color: var(--accent-light); }
.y6zg0m .fvrz { --msep-color: #475569; }
.y6zg0m .fvrz a { color: #475569; }
.y6zg0m .fvrz a:hover { color: var(--accent-light); }
.y6zg0m .cpohb { color: #64748b; }
.y6zg0m .nl4l6xbz { background: #f0f4f8; border-top-color: #cbd5e1; }
.y6zg0m .c79bdu,
.y6zg0m .kr74t5 { color: #64748b; }
.y6zg0m .bkkaaqxg a, .y6zg0m .we2m1 a,
.y6zg0m .icxdklk a, .y6zg0m .mk0faz { color: #374151; }
.y6zg0m .bkkaaqxg a:hover, .y6zg0m .we2m1 a:hover,
@media (max-width: 640px) {
  .y6zg0m .fvrz { background: #f0f4f8; border-top-color: #cbd5e1; }
  .y6zg0m .fvrz li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.dswl .m87ozan      { background: var(--accent); border-bottom-color: var(--accent-light); }
.dswl .w1npsghu { color: #fff; }
.dswl .fvrz { --msep-color: rgba(255,255,255,0.82); }
.dswl .fvrz a { color: rgba(255,255,255,0.82); }
.dswl .fvrz a:hover { color: #fff; }
.dswl .cpohb { color: rgba(255,255,255,0.9); }
.dswl .nl4l6xbz { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.dswl .c79bdu,
.dswl .kr74t5 { color: rgba(255,255,255,0.72); }
.dswl .bkkaaqxg a, .dswl .we2m1 a,
.dswl .icxdklk a, .dswl .mk0faz { color: #fff; }
.dswl .bkkaaqxg a:hover, .dswl .we2m1 a:hover,
@media (max-width: 640px) {
  .dswl .fvrz { background: var(--accent); border-top-color: var(--accent-light); }
  .dswl .fvrz li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.rxo5ks .m87ozan {
  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);
}
.rxo5ks .nl4l6xbz {
  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) {
  .rxo5ks .fvrz {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.zj3pvm .o8zeh75v { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.bcjzeh .o8zeh75v { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.obl8q .o8zeh75v { min-height: 72px; height: auto; }
.knr7 .o8zeh75v { min-height: 84px; height: auto; }
.z77k5 .o8zeh75v { max-width: none; padding: 0 32px; }
.z77k5 .oekm  { max-width: none; padding: 24px 32px; }
.qk2eb6om.j5aeaak .o8zeh75v { max-width: 1200px; }
.qk2eb6om.nyejw7 .o8zeh75v { max-width: 1320px; }
.n7rsqf5u   .w1npsghu, .n7rsqf5u   .mk0faz { text-transform: capitalize; }
.wkplnd35 .w1npsghu, .wkplnd35 .mk0faz { text-transform: lowercase; }
.wlk6 .w1npsghu, .wlk6 .mk0faz { text-transform: uppercase; letter-spacing: 0.06em; }
.p74vrzlw, .actyos {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.iamen .p74vrzlw,
.iamen .actyos { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.vv4l .p74vrzlw,
.vv4l .actyos { 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; }
.sm72sk .p74vrzlw,
.sm72sk .actyos { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.v3oejek .p74vrzlw,
.v3oejek .actyos { 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; }
.piy7   .fvrz a { font-weight: 500; }
.uekx .fvrz a { font-weight: 600; }
.ebew1b7n     .fvrz a { font-weight: 700; }
.zn04zr    .fvrz a { font-weight: 800; letter-spacing: 0.01em; }
.gnpv7t     .fvrz > li + li::before,
.bjo87ndl    .fvrz > li + li::before,
.pcygmf    .fvrz > li + li::before,
.vr9e .fvrz > li + li::before,
.vkj51ov9 .fvrz > li + li::before,
.qhpa20no  .fvrz > li + li::before,
.zhl9    .fvrz > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.gnpv7t     .fvrz > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.bjo87ndl    .fvrz > li + li::before { content: "|"; }
.pcygmf    .fvrz > li + li::before { content: "—"; }
.vr9e .fvrz > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.vkj51ov9 .fvrz > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.qhpa20no  .fvrz > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.zhl9    .fvrz > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ch5tocos .cpohb,
  .ah78q .cpohb,
  .efmlyb .cpohb,
  .itdekcr .cpohb,
  .j2qxo .cpohb {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ch5tocos .cpohb::before,
  .ah78q .cpohb::before,
  .efmlyb .cpohb::before,
  .itdekcr .cpohb::before,
  .j2qxo .cpohb::before { content: ""; display: block; flex-shrink: 0; }

  
  .ch5tocos .cpohb::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;
  }

  
  .ah78q .cpohb::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;
  }

  
  .efmlyb .cpohb::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;
  }

  
  .itdekcr .cpohb::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;
  }

  
  .j2qxo .cpohb::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) {
  .m5gu .cpohb {
    padding: 5px 14px;
  }
  .m5gu .fvrz {
    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;
  }
  .m5gu .fvrz li a {
    border-bottom: none; padding: 10px 22px;
  }
  .m5gu .fvrz li a:hover { background: var(--bg-raised); }
  .m5gu .oxum8g,
  .ykfy2 .oxum8g,
  .ukynjz .oxum8g { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .nj9c .cpohb {
    padding: 5px 10px;
  }
  .nj9c .fvrz {
    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);
  }
  .nj9c .fvrz.zl2d7zjw { transform: translateX(0); }
  .nj9c .fvrz li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .nj9c .fvrz li:last-child a { border-bottom: none; }
  .dswl .fvrz,
  .gnuj5l6 .fvrz { background: var(--accent) !important; }
  .dswl .fvrz li a,
  .gnuj5l6 .fvrz li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .ukynjz .cpohb {
    padding: 5px 10px;
  }
  .ukynjz .fvrz {
    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);
  }
  .ukynjz .fvrz::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .ukynjz .fvrz.zl2d7zjw { transform: translateY(0); }
  .ukynjz .fvrz li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .vg46ig .cpohb {
    padding: 5px 10px;
  }
  .vg46ig .fvrz {
    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;
  }
  .vg46ig .fvrz.zl2d7zjw { opacity: 1; pointer-events: auto; }
  .vg46ig .fvrz li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .lh6vszh     .cpohb { border-radius: 0 !important; }
  .zrdfq3a   .cpohb { border-radius: 8px !important; }
  .hmxn49 .cpohb { border-radius: 50% !important; }
  .tvxc   .cpohb { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .yfc3mvz .imtm4o { flex-direction: column; align-items: stretch; }
  .yfc3mvz .b8v5sj { flex-direction: row; min-width: auto; }
  .yfc3mvz .fh0fgy { align-items: flex-start; text-align: left; }
}
.btoit,
.btoit.etxwc,
.fhwgq .btoit,
.spht9c9 .btoit,
.sou0up6 .btoit,
.x4vf .btoit {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.kjnmsepq {
  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;
}
.p0t9719 { flex: 1 1 280px; min-width: 0; }
.ignc7qb {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.iamshce {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.wapt {
  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;
}
.wapt:hover { transform: translateY(-1px); opacity: 0.95; }
.oh6wf .kjnmsepq {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.oh6wf .ignc7qb { color: var(--cta); }
.oh6wf .iamshce { color: var(--text-body); }
.oh6wf .wapt {
  background: var(--cta) !important;
  color: #fff !important;
}
.amvjk55 .kjnmsepq {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.amvjk55 .ignc7qb { color: var(--text-primary); }
.amvjk55 .iamshce { color: var(--text-body); }
.amvjk55 .wapt {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .kjnmsepq {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .p0t9719 { flex: 0 0 auto; }
  .ignc7qb { font-size: 1.2rem; }
  .wapt { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.v0ccfs80 .ohmd2r2 { height: 36px; }
.pfyhk4b .ohmd2r2 { height: 60px; max-width: 200px; }
.zoef3sbz .ohmd2r2 { height: 56px; max-width: 180px; }
.n2vd0b    .xjqv, .n2vd0b    .jnqp8ekk { color: #f59e0b; }
.cycvt      .xjqv { font-size: 1rem; letter-spacing: 1.5px; }
.cycvt      .jnqp8ekk   { font-size: 1.35rem; }
.rh3ji9rl    .xjqv, .rh3ji9rl    .jnqp8ekk { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.fpyzbfw     .xjqv, .fpyzbfw     .jnqp8ekk { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.gm4rx .xjqv, .gm4rx .jnqp8ekk { color: var(--cta); letter-spacing: 2px; }
.j22jtvb   .xjqv, .j22jtvb   .jnqp8ekk { color: #e91e63; letter-spacing: 2px; }
.fa8bfrk  .xjqv, .fa8bfrk  .jnqp8ekk { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.vkm4ht9     .xjqv, .vkm4ht9     .jnqp8ekk { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.tia54zxt .fo4vjt3 + .fo4vjt3 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.zn1rw .jrlde { padding: 18px 24px; min-height: 68px; }
.wsixd .im3v42 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.wsixd .lfnqvyp {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.qko44m .fo4vjt3 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.iwcz257 { counter-reset: cs-rank; }
.iwcz257 .jrlde { counter-increment: cs-rank; }
.iwcz257 .jrlde::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;
}
.u2hg .iwcz257 { counter-reset: cs-rank; gap: 0; }
.u2hg .jrlde {
  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;
}
.u2hg .jrlde::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;
}
.u2hg .d0ql {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.u2hg .syhzt2iu {
  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;
}
.u2hg .ko13wa { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.u2hg .d0ql { min-width: 0; flex-direction: column; width: 100%; }
.u2hg .fif95 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.u2hg .xjqv { color: var(--cta, var(--accent)); }
.u2hg .fpu1 { font-weight: 700; }
.u2hg .fo4vjt3 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.u2hg .im3v42 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.u2hg .lfnqvyp {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.u2hg .ygwifv .lfnqvyp { font-size: 1.3rem; color: var(--accent-light); }
.u2hg .lhjqr05f {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.u2hg .jrlde:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .u2hg .iwcz257 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .u2hg .jrlde {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .u2hg .jrlde { padding: 40px 16px 20px; }
  .u2hg .fo4vjt3 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .u2hg .lhjqr05f { width: 100%; min-width: 0; }
}
.tr7g .iwcz257 { counter-reset: cs-rank; gap: 10px; }
.tr7g .jrlde {
  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);
}
.tr7g .jrlde::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);
}
.tr7g .d0ql {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.tr7g .syhzt2iu {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.tr7g .ko13wa { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.tr7g .fif95 {
  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;
}
.tr7g .xjqv { color: var(--cta, var(--accent)); }
.tr7g .fo4vjt3 {
  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;
}
.tr7g .im3v42 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.tr7g .lfnqvyp { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.tr7g .ygwifv .lfnqvyp { color: var(--accent-light); }
.tr7g .lhjqr05f {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.tr7g .jrlde:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .tr7g .jrlde {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .tr7g .jrlde::before {
    position: absolute; top: 14px; left: 14px;
  }
  .tr7g .d0ql {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .tr7g .fif95 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .tr7g .fo4vjt3 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .tr7g .lhjqr05f { width: 100%; min-width: 0; }
  .tr7g .xjqv { min-width: 0; }
}
.c9l00n .jrlde::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.x9acnr .r5f8q8e {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.x9acnr .r5f8q8e summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.x9acnr .r5f8q8e p { padding: 0 2px 16px; }
.a2rd .r5f8q8e { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.a2rd .r5f8q8e summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.a2rd .r5f8q8e summary::after { content: "›"; font-size: 1.2em; }
.a2rd .r5f8q8e[open] summary::after { content: "‹"; }
.a2rd .r5f8q8e p { padding: 10px 22px 4px; }
.z7cu .r5f8q8e {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.z7cu .r5f8q8e summary { color: var(--text-primary); padding-left: 16px; }
.z7cu .r5f8q8e summary::after { content: "›"; font-size: 1.1em; }
.z7cu .r5f8q8e[open] summary::after { content: "‹"; }
.z7cu .r5f8q8e p { padding-left: 16px; }
.schz0uk3 .qx1u4o { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.schz0uk3 .r5f8q8e {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.schz0uk3 .r5f8q8e:last-child { border-bottom: none; }
.schz0uk3 .r5f8q8e summary { color: var(--text-primary); border-radius: 0; }
.schz0uk3 .r5f8q8e summary::after { content: "›"; font-size: 1.1em; }
.schz0uk3 .r5f8q8e[open] summary::after { content: "‹"; }
.ni07jb .r5f8q8e { overflow: hidden; }
.ni07jb .r5f8q8e summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.ni07jb .r5f8q8e summary::after { color: rgba(255,255,255,.75); }
.ni07jb .r5f8q8e[open] summary { border-radius: 0; }
.t490ixl { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.atp00ur {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.l3ochyol {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.vxagi98 { color: var(--text-muted); font-size: 1.05rem; }
.m8d3m6 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.lqb9x { margin-bottom: 20px; }
.vhspk {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.izq75rm {
  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;
}
.izq75rm:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.azp4fhj { resize: vertical; min-height: 130px; }
.naqh { width: 100%; margin-top: 8px; }
.nzk1l2nk {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.rxejiyls {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.sh9lo0 { color: var(--text-muted); line-height: 1.75; }
.s7fty2u7 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.s7fty2u7 li { margin-bottom: 6px; }
.h3qk { max-width: 760px; margin: 0 auto; }
.i7y3f9yh { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.qtt9tq { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.qtt9tq:last-child { border-bottom: none; }
.qtt9tq h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.qtt9tq p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ae88j { max-width: 760px; margin: 0 auto; }
.a3cpoeth ul.s7fty2u7 { margin: 0; }
@media (max-width: 640px) { .aabmj3uk { grid-template-columns: 1fr; gap: 10px; } }
.fluahk4 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.ksji22gk { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.m8v5 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.ksji22gk p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.ksji22gk .s7fty2u7 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .fluahk4 { grid-template-columns: 1fr; } }
.r0o25 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.r0o25:hover .bwub { color: var(--accent-light); text-decoration: underline; }
.y2v6jy { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.r01im7 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.r01im7:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.xt99 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.r01im7 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.r01im7 ul.s7fty2u7 { margin: 0; }
.ublca7q { color: var(--text-muted); line-height: 1.75; }
.m16c1thg .s7fty2u7,
.vt2mot .s7fty2u7,
.ii21qalx .s7fty2u7,
.e9lha7k7 .s7fty2u7 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.m16c1thg .r01im7,
.vt2mot .r01im7 { text-align: left; }
.m16c1thg .xt99,
.vt2mot .xt99 { text-align: center; }
.pml1bk3 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.sax2 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.cbad8b9k { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.zp7nr { margin-top: 12px; }
.s7w4nq { 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; }
.s7w4nq:hover { border-bottom-color: var(--accent-light); }
.jxh98boo { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.jxh98boo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.g5uev11 { width: 200px; height: 200px; }
.w5pitf { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.es592 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.s6lb { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .ottw { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.f40zoi0 .cbad8b9k, .f40zoi0 .sax2 { max-width: 640px; }
.jtyr .pml1bk3 { font-size: 1.6rem; margin-top: 18px; }
.rer3mw .cbad8b9k { margin-bottom: 28px; }
@media (max-width: 860px) { .uz9cr { grid-template-columns: 1fr; } .jtyr { position: static; text-align: center; } }
.i1eoyu { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.bz0h5 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 32px; text-align: center; }
.bz0h5 .jxh98boo { margin: 0 auto 18px; }
.bz0h5 .es592 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .i1eoyu { grid-template-columns: 1fr; } }
.fcvfi .pml1bk3 { font-size: 1.6rem; margin-bottom: 6px; }
.e9lha7k7 .s7fty2u7 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .fcvfi { flex-direction: column; text-align: center; } .y79y { grid-template-columns: 1fr; } }
.yfasix05 .pml1bk3 { font-size: 1.35rem; margin: 0 0 4px; }
.yfasix05 .es592 { margin: 0; }
.schg0o .l3ochyol { color: var(--accent-light); }
.t1yhq4l {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.t1yhq4l .l3ochyol { font-size: 2rem; }
.t1yhq4l .vxagi98 { max-width: 680px; }
.rq6b069 .l3ochyol { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.rq6b069 .vxagi98  { margin: 0; }
@media (max-width: 640px) { .rq6b069 { flex-direction: column; } }
.sucdj .l3ochyol { color: var(--accent-light); }
.getd .l3ochyol { color: #fff; }
.getd .vxagi98  { color: rgba(255,255,255,0.85); }
.d551g7 { max-width: 680px; margin: 0 auto; }
.dnh9i6 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .dnh9i6 { grid-template-columns: 1fr; } }
.g2gpvk .izq75rm {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.g2gpvk .izq75rm:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.gvdh .izq75rm { background: var(--bg-raised); border-color: transparent; }
.gvdh .izq75rm:focus { background: var(--bg-card); border-color: var(--accent-light); }
.d3jt .izq75rm { border-radius: 100px; padding: 11px 20px; }
.d3jt .azp4fhj { border-radius: 14px; }
.mbhy2 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .mbhy2 { grid-template-columns: 1fr; } }
.ur9d65ta {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.ur9d65ta h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.ur9d65ta p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.l9o8m{display:none}
.l9o8m:empty,.ka8t1:empty{display:none}
.zm5zbuj{position:relative;overflow:visible}
.nt6tb .b7ifr,.vvfcad4m .b7ifr,
.einl .b7ifr,.c8a0gwrj .b7ifr,
.fcanp0h .b7ifr,.nshr .b7ifr{display:block}
.opaf .gadi{display:block}
.nt6tb .b7ifr,.vvfcad4m .b7ifr,
.einl .b7ifr,.c8a0gwrj .b7ifr,
.fcanp0h .b7ifr{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}
.nt6tb .b7ifr .ka8t1,.vvfcad4m .b7ifr .ka8t1,
.einl .b7ifr .ka8t1,.c8a0gwrj .b7ifr .ka8t1,
.fcanp0h .b7ifr .ka8t1{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}
.nt6tb .p8hs2m,.vvfcad4m .p8hs2m,
.einl .p8hs2m,.c8a0gwrj .p8hs2m,
.fcanp0h .p8hs2m{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.nt6tb .b7ifr,.vvfcad4m .b7ifr{top:12px}
.nt6tb .b7ifr .ka8t1{margin-right:auto}
.vvfcad4m .b7ifr .ka8t1{margin-left:auto}
.vvfcad4m .b7ifr{text-align:right}
.einl .b7ifr,.c8a0gwrj .b7ifr{bottom:12px}
.einl .b7ifr .ka8t1{margin-right:auto}
.c8a0gwrj .b7ifr .ka8t1{margin-left:auto}
.c8a0gwrj .b7ifr{text-align:right}
.fcanp0h .b7ifr{position:relative;margin-top:16px}
.fcanp0h .b7ifr .ka8t1{margin:0 auto}
.nshr .b7ifr{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.nshr .b7ifr .ka8t1{margin:0}
.nshr .hq4gla~.b7ifr,
.nshr .qso4~.b7ifr{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.nshr .hq4gla~.b7ifr .ka8t1,
.nshr .qso4~.b7ifr .ka8t1{justify-content:flex-start}
.hq4gla~.b7ifr,.qso4~.b7ifr{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}
.hq4gla~.b7ifr .ka8t1{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.qso4~.b7ifr .ka8t1{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.gadi .ka8t1{margin:0 0 12px}
.ka8t1{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.dctd{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.bwub{font-weight:600;color:var(--text-heading);opacity:1}
.kuvz9yxh::before{content:"·";margin:0 2px;opacity:.5}
.p8hs2m{white-space:nowrap}
.rdz78 .dctd{display:none}
.wxahm .p8hs2m{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.wxahm .kuvz9yxh::before{content:""}
.d6inmlkf .p8hs2m{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}
.d6inmlkf .kuvz9yxh::before{content:""}
.nb8jjvm .ka8t1{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.dsqdy6 .p8hs2m{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.dsqdy6 .kuvz9yxh::before{content:""}
.bon443j0 .p8hs2m{color: var(--accent-light);opacity:1;font-weight:500}
.zw6vj8g0 .p8hs2m{border-bottom:1px solid currentColor;padding-bottom:2px}
.zltjs9 .ka8t1{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.ct7u{--date-bg:var(--accent-bg)}
.x4xnlb .kuvz9yxh::before{content:""}
.uzwff8 .kuvz9yxh::before{content:"•";opacity:.4}
.uzwff8 .p8hs2m + .p8hs2m::before{content:"•";margin-right:6px;opacity:.4}
.jmjtag0 .kuvz9yxh::before{content:"/";opacity:.35}
.jmjtag0 .p8hs2m + .p8hs2m::before{content:"/";margin-right:6px;opacity:.35}
.xxxjz .kuvz9yxh::before{content:"|";opacity:.3}
.xxxjz .p8hs2m + .p8hs2m::before{content:"|";margin-right:6px;opacity:.3}
.hmrqdi7u .kuvz9yxh::before{content:"—";opacity:.3}
.hmrqdi7u .p8hs2m + .p8hs2m::before{content:"—";margin-right:6px;opacity:.3}
.bphml0o9 .kuvz9yxh::before{content:"◆";font-size:.5em;opacity:.35}
.bphml0o9 .p8hs2m + .p8hs2m::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.xgge .kuvz9yxh::before{content:"·";opacity:.4}
.xgge .p8hs2m + .p8hs2m::before{content:"·";margin-right:6px;opacity:.4}
.ykzrh .kuvz9yxh::before{content:"›";opacity:.4}
.ykzrh .p8hs2m + .p8hs2m::before{content:"›";margin-right:6px;opacity:.4}
.z8bu .kuvz9yxh::before{content:"→";opacity:.35;font-size:.85em}
.z8bu .p8hs2m + .p8hs2m::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.u8uf .va51f{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .va51f{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .fpki{max-width:100%}
}
.jzmgjk5 .yl72ae{margin:0}
@media (max-width:560px){
  .s4klgt{grid-template-columns:repeat(2,1fr);gap:12px}
}
.tf8r9n7 {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.tf8r9n7.jeo76fj {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.pmt1a {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.pmt1a .r7b2w {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  width: 36px; height: 36px; border-radius: 50%;
  padding: 0; margin: 0;
  z-index: 2;
  font-size: 0 !important; color: transparent !important;   
  transition: background 0.15s;
}
.pmt1a .r7b2w::before,
.pmt1a .r7b2w::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: 2px;
  background: var(--text-primary, #111);
}
.pmt1a .r7b2w::before { transform: translate(-50%, -50%) rotate(45deg); }
.pmt1a .r7b2w::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.pmt1a .r7b2w:hover { background: rgba(0,0,0,0.12) !important; }
.olmu0f0 {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.irf7 {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.q2m8ve27 {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.beqk3 {
  margin: 0 0 18px; font-size: 0.98rem;
  color: var(--text-muted, #555);
}
.pmt1a .n42tb {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.pmt1a .n42tb:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .pmt1a { padding: 28px 18px 20px; }
  .q2m8ve27 { font-size: 1.2rem; }
  .olmu0f0 { max-width: 220px; max-height: 80px; }
}
.o7oys7 {
  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);
}
.d3mlapry {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.zcov  .o7oys7 { border-radius: 50%; }
.vf348  .o7oys7 { border-radius: 6px; }
.rvbba6 .o7oys7 { border-radius: 22px; }
.foe4w5l .kjnmsepq {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .o7oys7 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.k9kstn .etxwc {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.k9kstn .xrqo1y {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.k9kstn .kjnmsepq {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.iofen {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.iofen.jeo76fj { transform: translate(-50%, 0); }
.iofen .etxwc,
.iofen .xrqo1y {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.iofen .kjnmsepq {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.vk54ov {
  position: absolute;
  
  top: 14px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.vk54ov::before,
.vk54ov::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.vk54ov::before { transform: translate(-50%, -50%) rotate(45deg); }
.vk54ov::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.vk54ov:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .iofen { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .iofen .kjnmsepq {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .iofen .iamshce { display: none !important; }
  .iofen .ignc7qb { font-size: 1.1rem !important; }
  .iofen .o7oys7 { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .vk54ov { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .o8zeh75v { flex-direction: row-reverse; }
[dir="rtl"] .fvrz { flex-direction: row-reverse; }
[dir="rtl"] .d1sae8zc  .m5wedr { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .tctw2hf .m5wedr { right: auto; left: 20px; }
  [dir="rtl"] .d1sae8zc  .m5wedr { left: auto;  right: 20px; }
}
[dir="rtl"] .nm3dez7p .rfqcy0  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .w1oift .rfqcy0 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ri8uec5a, [dir="rtl"] .xlq1b9 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .kiko { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .wh2jts1 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .er27ah { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .kjnmsepq { direction: rtl; }
[dir="rtl"] .o7oys7 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .jrlde,
[dir="rtl"] .z5c1u3 { direction: rtl; }
[dir="rtl"] .x1y2wh3 { direction: rtl; }
[dir="rtl"] .fxuw5k8 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .smc6beps .xlq1b9,
[dir="rtl"] .kaxlo0yg .xlq1b9,
[dir="rtl"] .nkplp5s .xlq1b9,
[dir="rtl"] .jivveoum .xlq1b9 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .smc6beps .xlq1b9 li::before,
[dir="rtl"] .kaxlo0yg .xlq1b9 li::before,
[dir="rtl"] .nkplp5s .xlq1b9 li::before,
[dir="rtl"] .jivveoum .xlq1b9 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .fdmw64u.ndtfgzn .gjuj5,
[dir="rtl"] .qbzlq33.ndtfgzn .gjuj5,
[dir="rtl"] .d85b.ndtfgzn .gjuj5,
[dir="rtl"] .xi7k.ndtfgzn .gjuj5,
[dir="rtl"] .lnwexg.ndtfgzn .gjuj5 { text-align: right; }
[dir="rtl"] .hq4gla.pvfy .qkgsa2j { text-align: center; }
[dir="rtl"] .xrqo1y,
[dir="rtl"] .fvo5or3r,
[dir="rtl"] .qmvn,
[dir="rtl"] .gjuj5 { text-align: right; }
[dir="rtl"] .m8d3m6,
[dir="rtl"] .vhspk,
[dir="rtl"] .cbad8b9k,
[dir="rtl"] .izq75rm,
[dir="rtl"] .azp4fhj { text-align: right; direction: rtl; }
[dir="rtl"] .d3jt .izq75rm,
[dir="rtl"] .g2gpvk .izq75rm { padding-right: 20px; padding-left: 20px; }
.suqkk5ah .iwcz257 {
  width: 100%; max-width: 100%;
  left: auto; transform: none; margin: 24px 0; gap: 14px;
}
.suqkk5ah .jrlde {
  display: flex !important;
  flex-direction: column; align-items: center; text-align: center;
  gap: 10px; padding: 20px 18px;
  border: 1px solid var(--border-alt); border-radius: 14px;
}
.suqkk5ah .jrlde::before {          
  order: -1; width: 36px; height: 36px; min-width: 36px; margin: 0; padding: 0;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; background: var(--accent-bg); color: var(--accent);
  font-size: 1rem; font-weight: 700;
}
.suqkk5ah .d0ql { order: 1; flex-direction: column; align-items: center; gap: 8px; width: auto; }
.suqkk5ah .d0ql .syhzt2iu { order: 0; }
.suqkk5ah .d0ql .fif95     { order: 1; }
.suqkk5ah .syhzt2iu {
  background: transparent; padding: 0; flex-shrink: 0;
  width: 118px; height: 118px; border-radius: 50%; overflow: hidden;
}
.suqkk5ah .ko13wa {
  width: 118px; height: 118px; max-width: 118px; max-height: 118px;
  object-fit: cover; border-radius: 50%;
}
.suqkk5ah .fif95 { font-size: 20px; font-weight: 700; color: var(--accent); }
.suqkk5ah .j8umb { order: 2; display: block; width: auto; min-width: 0; }
.suqkk5ah .j8umb .fo4vjt3.ygwifv {
  background: var(--accent-bg); border-radius: 999px;
  padding: 8px 18px; display: inline-flex;
}
.suqkk5ah .j8umb .ygwifv .im3v42 { display: none; }
.suqkk5ah .j8umb .ygwifv .lfnqvyp {
  font-size: 18px; font-weight: 800; color: var(--accent); white-space: nowrap;
}
.suqkk5ah .j8umb .ygwifv .lfnqvyp::before { content: "\1F381\00A0"; }
.suqkk5ah .ei2t1 {
  order: 3; flex-direction: row; align-items: center; justify-content: center;
  gap: 8px; width: auto; min-width: 0;
}
.suqkk5ah .lhjqr05f { order: 4; }
.suqkk5ah .lhjqr05f.o0ey0 { border-radius: 100px !important; padding: 12px 28px !important; max-width: 220px; width: 100%; }
@media (min-width: 981px) {
  .suqkk5ah .jrlde {
    display: grid !important;
    
    grid-template-columns: 52px 260px minmax(120px, 1fr) 120px 170px;
    align-items: center; gap: 20px; text-align: left;
    border: none; border-radius: 0;
    border-top: 1px solid var(--border-alt); padding: 16px 22px;
  }
  .suqkk5ah .jrlde:first-child { border-top: none; }
  .suqkk5ah .jrlde::before { grid-column: 1; justify-self: center; }
  .suqkk5ah .d0ql {
    grid-column: 2; flex-direction: row; align-items: center;
    justify-content: flex-start; gap: 16px; width: auto; text-align: left;
  }
  .suqkk5ah .syhzt2iu,
  .suqkk5ah .ko13wa { width: 96px; height: 96px; max-width: 96px; max-height: 96px; }
  .suqkk5ah .fif95 { font-size: 20px; }
  .suqkk5ah .j8umb { grid-column: 3; display: flex; justify-content: center; padding: 0; }
  .suqkk5ah .j8umb .ygwifv { align-items: center; text-align: center; }
  .suqkk5ah .j8umb .ygwifv .lfnqvyp { font-size: 19px; }
  .suqkk5ah .ei2t1 { grid-column: 4; justify-content: center; }
  .suqkk5ah .lhjqr05f { grid-column: 5; justify-self: end; }
  .suqkk5ah .lhjqr05f.o0ey0 { width: auto; }
  .suqkk5ah .jrlde:nth-child(even) { background: var(--accent-bg); }
}
:root {
  --accent:          #dc2660;
  --brand:           #dc2660;
  --brand-light:     #a5264e;
  --brand-pale:      #c85076;
  --grad-start:      #e87599;
  --grad-end:        #ecaec2;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #f43f5e;
  --cta-light:       #f71239;
  --cta-hover:       #e80d32;
  --bg-page:         #f8f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f3f4;
  --bg-raised:       #f1eeef;
  --bg-hover:        #f5f3f4;
  --border:          #e9e1e4;
  --border-alt:      #dccfd3;
  --border-section:  #e9e1e4;
  --text-primary:    #1b1718;
  --text-muted:      #605156;
  --text-body:       #372e31;
  --text-sub:        #53454a;
  --text-faint:      #8a747b;
  --text-dim:        #a19095;
  --text-label:      #6e5d62;
  --text-value:      #453a3d;
  --accent-bg:       #f3e1e7;
  --accent-bg-light: #edc8d4;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf3f4;
  --c-pros:          #19930f;
  --c-cons:          #9f2127;
  --c-pros-label:    #1eae12;
  --c-tip-border:    #21c114;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #19930f;
}
:root { --logo-bg-opacity: 48%; }
body, button, input { font-family: "Nunito Sans", sans-serif; }
.hr6zes .lc0h, .hr6zes .hq4gla { min-height: 520px; }
.hkzq19qd::before { content: '|'; opacity: 0.3; }