:root {
  --color-accent: #812555;
  --color-cta: #ec4899;
  --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;
}
.ga1wqt {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.qb7qo {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.ttkbmc {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.rlw0 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.jsv8 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.jsv8 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.jsv8 a:hover { color: var(--accent-light); }
.quq8     .ilu6od0 { border-radius: 6px; }
.quq8 .ilu6od0 li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.quq8 .ilu6od0 li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.fi0r .ilu6od0 li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .ilu6od0 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .gap23nwb:hover .ilu6od0,
  .gap23nwb:focus-within .ilu6od0 { display: block; }
  .ilu6od0 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.cimc {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.tnwr { display: none; }
@media (max-width: 640px) {
  .tnwr {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .tnwr.f5ro9y { display: block; }
}
@media (max-width: 640px) {
  .cimc { display: block; }
  .jsv8 > li + li::before { display: none !important; }
  .jsv8 {
    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;
  }
  .jsv8.f5ro9y { display: flex; }
  .jsv8 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .jsv8 li:last-child a { border-bottom: none; }
}
.u2g7nfbb { min-height: 480px; }
.cfap21 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.gqkjegt { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.n5gif0xy .gqkjegt { margin-left: 0; margin-right: 0; }
.sw5sg {
  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;
}
.ma69pt .sw5sg { margin-top: 24px; }
.sw5sg:hover { opacity: 0.88; }
.shcsx {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.bsehf {
  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%);
}
.shcsx .tlsm {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.shcsx .cfap21 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.shcsx .gqkjegt { color: #e2e8f0; }
.shcsx.equsslff .tlsm { text-align: center; }
.shcsx.n5gif0xy   .tlsm { text-align: left; }
.bc541 .tlsm {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.bc541 .cfap21 { color: var(--text-primary); text-shadow: none; }
.bc541 .gqkjegt { color: var(--text-muted); }
.bc541 .sw5sg { margin-top: 16px; }
.bc541, .bc541.u2g7nfbb { min-height: auto !important; }
.bc541.equsslff .tlsm { text-align: center; }
.bc541.n5gif0xy   .tlsm { text-align: left; }
.bc541~.kx9x5j5{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}
.bc541~.kx9x5j5 .hts3qcx{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}
.jm0t1a {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.ahku .jm0t1a,
.ahku .jm0t1a::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.xvje018o .jm0t1a,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.yiku .jm0t1a,
.yiku .shcsx .bsehf {
  overflow: hidden;
}
.yiku .jm0t1a::after,
.yiku .shcsx .bsehf::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%); }
}
.vos1d .jm0t1a,
.vos1d .jm0t1a::after,
@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); }
}
.vos1d .shcsx .bsehf {
  overflow: hidden;
}
.vos1d .shcsx .bsehf::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;
}
.d3ctk8lv .jm0t1a,
.d3ctk8lv .shcsx .bsehf {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.ahku .shcsx .bsehf {
  overflow: hidden;
}
.ahku .shcsx .bsehf::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;
}
.xvje018o .shcsx .bsehf {
  animation: hg-breathe 10s ease-in-out infinite;
}
.jm0t1a .bsehf {
  background: none;
}
.jm0t1a .cfap21 { color: #fff; }
.jm0t1a .gqkjegt { color: rgba(255,255,255,0.85); }
.qicmozw .cfap21 { text-shadow: none; color: var(--text-primary); }
.qicmozw .gqkjegt { color: var(--text-muted); }
body.gb40h .cfap21 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.lzi6qyo .cfap21 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.u2g7nfbb.jm0t1a .cfap21,
section.jm0t1a .cfap21 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.qicmozw.equsslff .sdnl0 { align-items: center; text-align: center; }
.u2g7nfbb .upasvu {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.upasvu .glqrag {
  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;
}
.upasvu .glqrag::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.upasvu .ao5zkm { display: contents !important; }
.upasvu .ao5zkm .did7xc8 {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.upasvu .ao5zkm .t80t8 { max-height: 48px; max-width: 96px; }
.upasvu .ao5zkm .d49pk {
  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;
}
.upasvu .lwl6ohzo {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.upasvu .jnbq { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.upasvu .aqlikzu { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.upasvu .aqlikzu small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.upasvu .xt98akcp { display: contents !important; }
.upasvu .xt98akcp .g7ppr6fd:not(.tbvyaz) { display: none !important; }
.upasvu .xt98akcp .tbvyaz {
  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;
}
.upasvu .xt98akcp .tbvyaz .sckl1 {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.upasvu .xt98akcp .tbvyaz .n0wck4u {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.upasvu .lcp9at { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.upasvu .lcp9at.c3fyvw {
  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;
}
.upasvu .lcp9at.c3fyvw:hover { opacity: 0.85; }
.upasvu .glqrag,
.upasvu .glqrag:hover,
.upasvu .glqrag:nth-child(even),
.upasvu .glqrag:nth-child(odd),
.upasvu .glqrag:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.ad4n9k9 .tlsm { padding-bottom: 24px; }
.ma69pt .tlsm { max-width: 1100px; }
@media (max-width: 700px) {
  .qicmozw { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .qicmozw:not(.rusrj) .iwfio8 { display: none !important; }
  .rusrj .iwfio8 { padding: 16px; }
  .sdnl0  { padding: 36px 24px; }
  .qicmozw~.kx9x5j5,.u0znvv~.kx9x5j5{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .u2g7nfbb, .qicmozw { min-height: 320px !important; }
  .cfap21 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .rdf2p,
  .f0qf,
  .uk88 { grid-template-columns: 1fr !important; }

  

  
  .ad4n9k9 { display: flex !important; flex-direction: column !important; }
  .ad4n9k9 .tlsm { display: contents; }
  .ad4n9k9 .bsehf { order: 0; }
  .ad4n9k9 .cfap21 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .ad4n9k9 .rdf2p { order: 2; padding: 0 16px 12px !important; }
  .ad4n9k9 .gqkjegt { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .ma69pt .tlsm { display: flex; flex-direction: column; }
  .ma69pt .tlsm .cfap21 { order: 1; }
  .ma69pt .tlsm .uk88 { order: 2; margin: 8px 0 24px !important; }
  .ma69pt .tlsm .gqkjegt { order: 3; }
  .ma69pt .tlsm .sw5sg { order: 4; align-self: center; margin-top: 0; }

  
  .qicmozw.rusrj {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .qicmozw.rusrj .sdnl0 { display: contents; padding: 0; }
  .qicmozw.rusrj .sdnl0 .cfap21 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .qicmozw.rusrj .iwfio8 { order: 2; padding: 12px 16px; }
  .qicmozw.rusrj .sdnl0 .gqkjegt { order: 3; padding: 0 24px; margin: 0 auto; }
  .qicmozw.rusrj .sdnl0 .sw5sg { order: 4; align-self: center; margin: 8px 0 32px; }
}
.znfzfs { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.vusq { width: 100%; height: auto; display: block; border-radius: 10px; }
.x3j5 .znfzfs        { border-radius: 16px; }
.x3j5 .vusq  { border-radius: 16px; }
.ipdhu .znfzfs         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.ipdhu .vusq   { border-radius: 8px; }
.pgc4um8 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.f0g4e554 { width: 100%; padding: 32px 0; position: relative; }
.kd5ksu { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.dm56522 .f0g4e554:nth-child(even) { background: var(--bg-surface); }
.dm56522 .f0g4e554:nth-child(odd)  { background: var(--bg-page); }
.u0et39 .f0g4e554:nth-child(even) { background: var(--bg-card); }
.u0et39 .f0g4e554:nth-child(odd)  { background: var(--bg-page); }
.dm56522 .f0g4e554:nth-child(odd)  .kd5ksu { background: var(--bg-card); border-radius: 6px; }
.dm56522 .f0g4e554:nth-child(even) .kd5ksu { background: var(--bg-raised); border-radius: 6px; }
.u0et39 .f0g4e554:nth-child(odd)  .kd5ksu { background: var(--bg-card); border-radius: 6px; }
.u0et39 .f0g4e554:nth-child(even) .kd5ksu { background: var(--bg-raised); border-radius: 6px; }
.dm56522 .f0g4e554:nth-child(even) .h6tixe .km62ip,
.u0et39 .f0g4e554:nth-child(even) .h6tixe .km62ip { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.dm56522 .f0g4e554:nth-child(odd) .h6tixe .km62ip,
.u0et39 .f0g4e554:nth-child(odd) .h6tixe .km62ip { background: var(--bg-card-inner); }
.dm56522 .f0g4e554:nth-child(even) .s0e7k2 .km62ip:nth-child(odd),
.u0et39 .f0g4e554:nth-child(even) .s0e7k2 .km62ip:nth-child(odd)  { background: var(--bg-card); }
.dm56522 .f0g4e554:nth-child(even) .s0e7k2 .km62ip:nth-child(even),
.u0et39 .f0g4e554:nth-child(even) .s0e7k2 .km62ip:nth-child(even) { background: var(--bg-card-inner); }
h1.jgj3dzlq { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.jgj3dzlq {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.bjdz2194 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.wevjwn h2.jgj3dzlq {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.aqgh8bqu h2.jgj3dzlq {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.ahtk94 h2.jgj3dzlq {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.ijzdv9q h2.jgj3dzlq::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.bwx5 h2.jgj3dzlq {
  color: var(--text-primary); font-size: 1.7rem;
}
.ik24 h2.jgj3dzlq::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.qjcp0mz h2.jgj3dzlq {
  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) { .t2xhvx { display: none; } }
.oof9f { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.picw0 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.m60hpg {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.ysdt4c { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.jxriv { padding-left: 20px; }
.jxriv li { margin-bottom: 6px; }
.jxriv a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.jxriv a:hover { color: var(--accent-light); }
.a5wjdejs .ysdt4c { display: none; }
.ox2n .ysdt4c { display: none; }
.ox2n .jxriv { padding-left: 0; list-style: none; }
.ox2n .jxriv li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.ox2n .jxriv a { font-size: 0.92rem; }
.vls5km .m60hpg { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.vls5km .ysdt4c { display: none; }
.vls5km .jxriv { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.vls5km .jxriv li { margin-bottom: 0; }
.vls5km .jxriv 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;
}
.vls5km .jxriv a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.mo8r2 .m60hpg { padding: 20px 20px 16px; }
.mo8r2 .jxriv {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.mo8r2 .jxriv li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.mo8r2 .jxriv 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;
}
.mo8r2 .jxriv 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;
}
.mo8r2 .jxriv a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.mo8r2 .jxriv a:focus,
.mo8r2 .jxriv a:focus-visible,
.mo8r2 .jxriv a:target { outline: none; }
.mo8r2 .jxriv li:target a { border-color: var(--border); color: var(--text-muted); }
.ps45 .m60hpg { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ps45 .ysdt4c { display: none; }
.ps45 .jxriv { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.ps45 .jxriv li { counter-increment: toc-n; margin-bottom: 0; }
.ps45 .jxriv 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;
}
.ps45 .jxriv 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;
}
.ps45 .jxriv a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.pfyxk4 .m60hpg { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.pfyxk4 .ysdt4c { display: none; }
.pfyxk4 .jxriv { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.pfyxk4 .jxriv li { margin-bottom: 0; }
.pfyxk4 .jxriv 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;
}
.pfyxk4 .jxriv a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.mh9961dq .m60hpg { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.mh9961dq .ysdt4c { display: none; }
.mh9961dq .jxriv { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.mh9961dq .jxriv li { margin-bottom: 0; }
.mh9961dq .jxriv li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.mh9961dq .jxriv li:last-child::after { content: ""; margin-right: 0; }
.mh9961dq .jxriv a { font-size: 0.9rem; }
.km62ip { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.h6tixe .km62ip { background: var(--bg-card); }
.s0e7k2 .km62ip:nth-child(odd)  { background: var(--bg-card); }
.s0e7k2 .km62ip:nth-child(even) { background: var(--bg-raised); }
.ecy1kt5 .km62ip {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.ecy1kt5 .km62ip:last-child { border-bottom: none; }
.ecy1kt5 h3.bjdz2194 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.av61fu1r .km62ip {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.av61fu1r .km62ip + .km62ip { margin-top: 4px; }
.p0vc6 .km62ip { background: none; border-radius: 0; padding: 12px 0; }
.p0vc6 .km62ip + .km62ip { border-top: 1px solid var(--border-section); }
.pf8ksoww { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.tcbo6bvy { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.qe997ah3 { color: var(--text-body); margin-bottom: 10px; }
.q86qbz, .m35xyss { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.q86qbz li, .m35xyss li { margin-bottom: 6px; }
.m35xyss li { list-style: decimal; }
.cmm9lrv     .q86qbz { list-style-type: "● "; }
.pr9z  .q86qbz { list-style-type: "■ "; }
.dleuam32 .q86qbz { list-style-type: "◆ "; }
.mn7h66ba    .q86qbz { list-style-type: "★ "; }
.cmm9lrv     .r99556 { list-style-type: "● "; }
.pr9z  .r99556 { list-style-type: "■ "; }
.dleuam32 .r99556 { list-style-type: "◆ "; }
.mn7h66ba    .r99556 { list-style-type: "★ "; }
.cmm9lrv    .q86qbz li::marker, .cmm9lrv    .r99556 li::marker,
.pr9z .q86qbz li::marker, .pr9z .r99556 li::marker,
.dleuam32 .q86qbz li::marker, .dleuam32 .r99556 li::marker,
.mn7h66ba   .q86qbz li::marker, .mn7h66ba   .r99556 li::marker {
  color: var(--cta); font-size: 1em;
}
.cmm9lrv .m35xyss,
.pr9z .m35xyss,
.dleuam32 .m35xyss,
.mn7h66ba .m35xyss {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.cmm9lrv .m35xyss li,
.pr9z .m35xyss li,
.dleuam32 .m35xyss li,
.mn7h66ba .m35xyss li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.cmm9lrv .m35xyss li::before,
.pr9z .m35xyss li::before,
.dleuam32 .m35xyss li::before,
.mn7h66ba .m35xyss 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;
}
.cmm9lrv     .m35xyss li::before { border-radius: 50%; }
.pr9z  .m35xyss li::before { border-radius: 3px; }
.dleuam32 .m35xyss li::before { border-radius: 3px; }
.mn7h66ba    .m35xyss li::before { border-radius: 50%; }
.tc01zf { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.oqvb .tc01zf,
.ryhc .tc01zf { background: transparent; border: none; border-radius: 0; }
.q94fgo { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.q94fgo th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.q94fgo td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.q94fgo tr:hover td { background: var(--bg-hover); }
.usm2f01 .q94fgo tbody tr:nth-child(even) td { background: var(--bg-surface); }
.clcug03e .q94fgo { border: 1px solid var(--border-alt); }
.clcug03e .q94fgo th,
.clcug03e .q94fgo td { border: 1px solid var(--border-alt); }
.zds4 .q94fgo th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.zds4 .q94fgo td { border-bottom: none; }
.zds4 .q94fgo tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.nbyl .q94fgo th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.spmmk9 .tc01zf {
  overflow: hidden;
}
.spmmk9 .q94fgo th { border-bottom: 1px solid var(--border-alt); }
.spmmk9 .q94fgo tr:last-child td { border-bottom: none; }
.ivd1dymt { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.yn7jiimu { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.l9eb { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.pzuqa { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.e5pxo { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.r99556 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.r99556 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%}
.qydd84c .pzuqa { background: transparent; text-align: center; }
.zag8f3 .l9eb {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.xa52dx .l9eb {
  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);
}
.xalvx6c .yn7jiimu { display: grid; grid-template-columns: auto 1fr; }
.xalvx6c .l9eb {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.xalvx6c .pzuqa { grid-column: 2; }
.xalvx6c .e5pxo,
.xalvx6c .r99556 { grid-column: 1 / -1; }
.nziwhv5l .yn7jiimu { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.nziwhv5l .l9eb {
  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);
}
.nziwhv5l .pzuqa { grid-column: 2; }
.nziwhv5l .e5pxo,
.nziwhv5l .r99556 { grid-column: 1 / -1; }
.krtd .yn7jiimu { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.krtd .pzuqa { background: none; color: var(--accent-light); font-weight: 700; }
.npgii .yn7jiimu { 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); }
.npgii .pzuqa { background: none; color: var(--accent-light); font-weight: 700; }
.zkj94 .yn7jiimu { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.zkj94 .yn7jiimu:last-child { border-bottom: none; }
.zkj94 .pzuqa { background: none; color: var(--accent-light); font-weight: 700; }
.bsig6 .yn7jiimu { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.bsig6 .pzuqa { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.by1q .ivd1dymt { counter-reset: card-n; }
.by1q .yn7jiimu  { counter-increment: card-n; }
.by1q .pzuqa { display: flex; align-items: center; gap: 10px; }
.by1q .pzuqa::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;
}
.hswxgbh2 .yn7jiimu { background: var(--bg-surface); border: 1px solid var(--border); }
.hswxgbh2 .pzuqa { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.mn7246b1 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.mn7246b1         { --cl-hue: var(--accent); }
.iutwul5     { --cl-hue: #16a34a; }
.vpjn59tn { --cl-hue: #ea580c; }
.mrur1    { --cl-hue: #2563eb; }
.iutwul5, .vpjn59tn, .mrur1, .k7ova {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.suqah02l { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.suqah02l::before { color: var(--cl-hue); }
.mn7246b1 strong { color: var(--text-primary); font-size: 0.95rem; }
.mn7246b1 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.l2eh { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.eycbzk, .fbunji { border-radius: 8px; padding: 14px; }
.eycbzk { background: var(--bg-pros); }
.fbunji { background: var(--bg-cons); }
.k20oxg6 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.eycbzk .k20oxg6 { color: var(--c-pros-label); }
.fbunji .k20oxg6 { color: #f87171; }
.eycbzk ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.fbunji ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.vusq { width: 100%; height: auto; border-radius: 10px; display: block; }
.c3fyvw {
  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;
}
.c3fyvw:hover { opacity: 0.85; }
.h7zc .c3fyvw  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.h7zc .c3fyvw:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.y50212e1 .c3fyvw  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.y50212e1 .c3fyvw:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.h7zc .lcp9at.c3fyvw, .y50212e1 .lcp9at.c3fyvw,
.h7zc .pbq1 .c3fyvw, .y50212e1 .pbq1 .c3fyvw {
  background: var(--cta); border: none; color: #fff;
}
.h7zc .lcp9at.c3fyvw:hover, .y50212e1 .lcp9at.c3fyvw:hover,
.h7zc .pbq1 .c3fyvw:hover, .y50212e1 .pbq1 .c3fyvw:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.yyu9p .sw5sg { border-radius: 50px; }
.yyu9p .c3fyvw  { border-radius: 50px; }
.rakpi1 .sw5sg,
.rakpi1 .c3fyvw { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.rakpi1 .sw5sg:hover,
.rakpi1 .c3fyvw:hover { filter: brightness(1.08); opacity: 1; }
.uzo8rl4b .sw5sg,
.uzo8rl4b .c3fyvw { box-shadow: 0 3px 14px -2px var(--cta); }
.uzo8rl4b .sw5sg:hover,
.uzo8rl4b .c3fyvw:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.tt5cjy .sw5sg,
.tt5cjy .c3fyvw { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.tt5cjy .sw5sg:hover,
.tt5cjy .c3fyvw:hover { opacity: 1; }
.tt5cjy .sw5sg:active,
.tt5cjy .c3fyvw:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.extf2j9 .sw5sg,
.extf2j9 .c3fyvw { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.extf2j9 .sw5sg:hover,
.extf2j9 .c3fyvw:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.extf2j9 .sw5sg:active,
.extf2j9 .c3fyvw:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.kekg .sw5sg,
.kekg .c3fyvw { position: relative; overflow: hidden; }
.kekg .sw5sg::before,
.kekg .c3fyvw::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;
}
.kekg .sw5sg:hover::before,
.kekg .c3fyvw:hover::before { left: 135%; }
.f66ynf .sw5sg,
.f66ynf .c3fyvw { border-radius: 0; }
.qab7 .sw5sg { padding-left: 22px; padding-right: 22px; }
.qab7 .c3fyvw  { padding-left: 12px; padding-right: 12px; }
.ml7enam4 .sw5sg { padding-left: 44px; padding-right: 44px; }
.ml7enam4 .c3fyvw  { padding-left: 24px; padding-right: 24px; }
.b0kn3 .sw5sg { padding-left: 56px; padding-right: 56px; }
.b0kn3 .c3fyvw  { padding-left: 32px; padding-right: 32px; }
.sxbnegk   .sw5sg::after, .sxbnegk   .c3fyvw::after,
.xeetfcy .sw5sg::after, .xeetfcy .c3fyvw::after,
.q1humit4    .sw5sg::after, .q1humit4    .c3fyvw::after,
.qact6cnv    .sw5sg::after, .qact6cnv    .c3fyvw::after,
.gbvbfzp    .sw5sg::after, .gbvbfzp    .c3fyvw::after,
.onl20     .sw5sg::after, .onl20     .c3fyvw::after,
.pbss    .sw5sg::after, .pbss    .c3fyvw::after,
.q1t3o7y   .sw5sg::after, .q1t3o7y   .c3fyvw::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;
}
.sxbnegk .sw5sg::after, .sxbnegk .c3fyvw::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");
}
.xeetfcy .sw5sg::after, .xeetfcy .c3fyvw::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");
}
.q1humit4 .sw5sg::after, .q1humit4 .c3fyvw::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");
}
.qact6cnv .sw5sg::after, .qact6cnv .c3fyvw::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");
}
.gbvbfzp .sw5sg::after, .gbvbfzp .c3fyvw::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");
}
.onl20 .sw5sg::after, .onl20 .c3fyvw::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");
}
.pbss .sw5sg::after, .pbss .c3fyvw::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");
}
.q1t3o7y .sw5sg::after, .q1t3o7y .c3fyvw::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");
}
.esua3o   .gi9wtijb::after, .esua3o   .h2eczg::after,
.fz7fcq5c .gi9wtijb::after, .fz7fcq5c .h2eczg::after,
.ccs1    .gi9wtijb::after, .ccs1    .h2eczg::after,
.czk3ibl    .gi9wtijb::after, .czk3ibl    .h2eczg::after,
.vb6gq    .gi9wtijb::after, .vb6gq    .h2eczg::after,
.h77xo9     .gi9wtijb::after, .h77xo9     .h2eczg::after,
.wjb9g9    .gi9wtijb::after, .wjb9g9    .h2eczg::after,
.jm0pc6k   .gi9wtijb::after, .jm0pc6k   .h2eczg::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;
}
.esua3o .gi9wtijb::after, .esua3o .h2eczg::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");
}
.fz7fcq5c .gi9wtijb::after, .fz7fcq5c .h2eczg::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");
}
.ccs1 .gi9wtijb::after, .ccs1 .h2eczg::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");
}
.czk3ibl .gi9wtijb::after, .czk3ibl .h2eczg::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");
}
.vb6gq .gi9wtijb::after, .vb6gq .h2eczg::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");
}
.h77xo9 .gi9wtijb::after, .h77xo9 .h2eczg::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");
}
.wjb9g9 .gi9wtijb::after, .wjb9g9 .h2eczg::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");
}
.jm0pc6k .gi9wtijb::after, .jm0pc6k .h2eczg::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");
}
.vto0n {
  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;
}
.glqrag {
  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;
}
.glqrag > * { min-width: 0; }
.glqrag:hover { background: var(--bg-hover); }
.glqrag > [itemprop="item"] { display: contents; }
.glqrag [itemprop="itemReviewed"],
.glqrag [itemprop="reviewRating"] { display: none; }
.glqrag::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;
}
.ao5zkm {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.did7xc8 {
  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;
}
.t80t8 { max-height: 52px; max-width: 110px; object-fit: contain; }
.d49pk {
  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;
}
.q4rg3 .did7xc8    { background: #1a1a1a; }
.zc5pd .did7xc8   { background: rgba(128,128,128,.12); }
.de7zz7d .did7xc8 { background: var(--bg-raised); }
.wfvvcg .did7xc8    { background: transparent; padding: 0; }
.lwl6ohzo {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.jnbq { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.aqlikzu { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.xt98akcp {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.g7ppr6fd {
  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;
}
.sckl1 {
  
  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%;
}
.n0wck4u {
  
  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;
}
.lcp9at {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.lcp9at.c3fyvw {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .glqrag {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .glqrag::before    { grid-area: rank;   }
  .ao5zkm           { grid-area: ident;  }
  .lwl6ohzo     { grid-area: rating; min-width: 0; width: auto; }
  .xt98akcp           { grid-area: pills;  }
  .lcp9at             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .glqrag {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .glqrag::before    { justify-self: center; }
  .ao5zkm           { width: 100%; }
  .lwl6ohzo     { justify-self: center; }
  .xt98akcp           { grid-template-columns: 1fr; }
}
.ffka {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.r93g {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.kmp8z25z {
  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;
}
.kmp8z25z img { max-width: 80px; max-height: 50px; object-fit: contain; }
.q10zeqf { flex: 1; }
.q10zeqf h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.mjujqax { color: var(--c-stars); font-size: 1.1rem; }
.r6ap1p { margin-bottom: 8px; }
.mvxuf52 {
  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);
}
.mvxuf52 > span { color: var(--accent); font-weight: 700; }
.hycroje em, .mv2uh8 em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .mvxuf52 { padding: 10px 16px; gap: 6px 16px; } }
.pbq1 { flex-shrink: 0; align-self: flex-start; }
.pbq1 .c3fyvw { white-space: nowrap; }
@media (max-width: 560px) {
  .r93g { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .kmp8z25z { order: 1; }
  .pbq1 { order: 2; margin-left: auto; align-self: center; }
  .q10zeqf { order: 3; flex: 1 1 100%; min-width: 0; }
}
.m481 img.v3t6hmm { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.oqvb { padding: 20px 24px; }
.vqr6d { color: var(--text-muted); margin-bottom: 16px; }
.y3t7dfu { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.w7117, .bv96hf { list-style: none; font-size: 0.9rem; }
.w7117 li { color: var(--c-pros); margin-bottom: 4px; }
.bv96hf li { color: var(--c-cons); margin-bottom: 4px; }
.w7117 li::before { content: "✓"; margin-right: 5px; }
.bv96hf li::before { content: "✗"; margin-right: 5px; }
.gfs5 .w7117 li::before { content: "→"; }
.gfs5 .bv96hf li::before { content: "–"; }
.mmi8gg28  .w7117 li::before { content: "★"; }
.mmi8gg28  .bv96hf li::before { content: "✕"; }
.mmpf    .w7117 li::before { content: "◆"; }
.mmpf    .bv96hf li::before { content: "▲"; }
.yp5m  .w7117 li::before { content: "▶"; }
.yp5m  .bv96hf li::before { content: "■"; }
.t750am6i { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.c2npnn { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.nvv9 { background: var(--bg-pros); color: var(--c-tag-pay); }
.vhmm { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.l2x73t97 .vhmm { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.nhku .vhmm { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .ff4t8vd .lvdq0 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .ff4t8vd .ffka { margin: 0; }
}
.ol35tj .r93g { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.ol35tj .q10zeqf h3 { color: var(--accent-light); }
.ol35tj .kmp8z25z { background: var(--bg-page); border: 1px solid var(--border); }
.ek8g0x .ffka { border-top: 4px solid var(--accent); }
.ek8g0x .r93g { background: var(--bg-card); }
.bpnzi490 .ffka { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.bpnzi490 .r93g { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.bpnzi490 .oqvb { padding: 14px 16px; }
.bpnzi490 .kmp8z25z { border-radius: 4px; }
.bpnzi490 .vhmm { border-radius: 0; }
.djlbk .r93g { padding: 0; gap: 0; overflow: hidden; }
.djlbk .kmp8z25z { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.djlbk .q10zeqf { padding: 16px 20px; }
.djlbk .pbq1 { padding: 16px 20px; align-self: center; }
.uir352x .mjujqax { font-size: .95rem; }
.ryhc .l2eh { gap: 10px; }
.ryhc .eycbzk, .ryhc .fbunji { padding: 12px; }
.ryhc .eycbzk ul, .ryhc .fbunji ul { margin: 4px 0 0; padding-left: 18px; }
.ryhc .eycbzk li, .ryhc .fbunji li { font-size: .85rem; margin-bottom: 3px; }
.hyjz7l .c2npnn { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .h8i5ex0 { grid-template-columns: 1fr; }
  .si86cb1 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .si86cb1 .oix6 { width: 72px; height: 50px; }
  .si86cb1 .ugc0r { max-width: 180px; }
  .si86cb1 .kzv6 { width: auto; }
}
.xfi3tt .uir352x .mjujqax { filter: brightness(1.2); }
@media (max-width: 720px) {
  .xfi3tt { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .xp42 { padding: 16px; }
  .r2z6uc .ffn9ijw2 { min-width: 50%; }
}
.n47fe2jd .l2eh { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .cjgb793 { grid-template-columns: 1fr; }
  .tvy2b61w { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .t3i6jw7 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .h6bj { flex-wrap: wrap; padding: 16px; }
}
.zbkm6zd .l2eh { gap: 8px; }
.zbkm6zd .eycbzk, .zbkm6zd .fbunji { padding: 8px; }
@media (max-width: 480px) {
  .tn3gkxp { flex-direction: column; align-items: stretch; }
}
.s1l2e .kzv6 .c3fyvw { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .ojr5fz9k { flex-direction: column; align-items: stretch; gap: 10px; }
  .s1l2e .kzv6 { text-align: center; }
}
@media (max-width: 720px) {
  .j957 { grid-template-columns: 1fr; }
  .ani5 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .byxmf { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.eizx6 .nr9f { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.gxi0rxq .mjujqax { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .q9azas { grid-template-columns: 1fr; }
  .gxi0rxq { width: 100px; height: 100px; margin: 16px auto; }
  .eizx6 { font-size: 1.4rem; }
  .uqpbnzq9 { justify-content: center; }
  .um2eb .ffn9ijw2 { min-width: 50%; }
}
.vg6k6z5j .l2eh { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .f6tnjjkq { flex-wrap: wrap; padding: 14px 16px; }
  .lrtz { padding: 12px 16px; }
  .vg6k6z5j .l2eh { margin: 0 16px; }
  .vg6k6z5j .hyjz7l { padding: 0 16px; }
  .mh4pyvx { padding: 12px 16px; }
}
.sb4g6 .glqrag {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.sb4g6 .glqrag:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.phevf59l .vto0n { gap: 18px; }
.phevf59l .glqrag {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.phevf59l .glqrag:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.ot7ew5nb .vto0n {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.ot7ew5nb .glqrag {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.ot7ew5nb .glqrag:last-child { border-bottom: none; }
.ot7ew5nb .ao5zkm,
.ot7ew5nb .lwl6ohzo,
.ot7ew5nb .xt98akcp {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.irdx .vto0n { gap: 0; }
.irdx .glqrag {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.irdx .glqrag:last-child { border-bottom: none; }
.irdx .glqrag:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.irdx .glqrag:nth-child(even):hover { background: var(--bg-hover); }
.sjajm .glqrag {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.qkor .xt98akcp .g7ppr6fd {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.qkor .xt98akcp .g7ppr6fd:first-child { border-left: none; }
.jllpx .xt98akcp .g7ppr6fd {
  background: transparent; padding: 4px 8px;
}
.jllpx .xt98akcp .sckl1 { font-size: .65rem; opacity: .65; }
.jllpx .xt98akcp .n0wck4u   { font-size: 1.15rem; color: var(--accent-light); }
.m237p .xt98akcp .g7ppr6fd {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.aqlikzu { display: none; }
.io2poy .jnbq { font-size: 1rem; letter-spacing: 2px; }
.xdir5 .jnbq {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.glyc .jnbq,
.r6ye .jnbq,
.zvu19ffw .jnbq { display: none; }
.glyc .aqlikzu,
.r6ye .aqlikzu,
.zvu19ffw .aqlikzu { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.glyc .aqlikzu { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.glyc .aqlikzu small { display: none; }
.r6ye .aqlikzu {
  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;
}
.r6ye .aqlikzu small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.zvu19ffw .aqlikzu {
  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;
}
.zvu19ffw .aqlikzu small { display: none; }
.glyc .r6ap1p .mjujqax,
.r6ye .r6ap1p .mjujqax,
.zvu19ffw .r6ap1p .mjujqax { display: none; }
.glyc .r6ap1p strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.glyc .nr9f { display: none; }
.r6ye .r6ap1p 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;
}
.r6ye .gq14,
.r6ye .nr9f { font-size: 1em; }
.zvu19ffw .r6ap1p strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.zvu19ffw .nr9f { display: none; }
.te4y1su { margin: 16px 0; }
.yb1m { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.yb1m summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.yb1m summary::after { content: "+"; color: var(--accent-light); }
.yb1m[open] summary::after { content: "−"; }
.yb1m p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.f0g4e554 { margin-bottom: 0; }
.cd7ynqbw h2.jgj3dzlq { color: var(--text-primary); border-color: var(--accent-light); }
.cg6qc h2.jgj3dzlq { color: var(--text-primary); border-color: var(--accent-light); }
.d8m2 .iutwul5     { background: #052e16; border-color: #10b981; }
.d8m2 .vpjn59tn { background: #2d0a1e; border-color: #f43f5e; }
.d8m2 .mrur1    { background: #1e1036; border-color: #a855f7; }
.d8m2 .mn7246b1 strong  { color: #f1f5f9; }
.d8m2 .mn7246b1 p       { color: #cbd5e1; }
.d8m2 .fkvai    .iutwul5     .suqah02l::before,
.d8m2 .uyr50  .iutwul5     .suqah02l::before,
.d8m2 .f8tsc4a3  .iutwul5     .suqah02l::before,
.d8m2 .l11i .iutwul5     .suqah02l::before { color: #10b981; }
.d8m2 .fkvai    .vpjn59tn .suqah02l::before,
.d8m2 .uyr50  .vpjn59tn .suqah02l::before,
.d8m2 .f8tsc4a3  .vpjn59tn .suqah02l::before,
.d8m2 .l11i .vpjn59tn .suqah02l::before { color: #f43f5e; }
.d8m2 .fkvai    .mrur1    .suqah02l::before,
.d8m2 .uyr50  .mrur1    .suqah02l::before,
.d8m2 .f8tsc4a3  .mrur1    .suqah02l::before,
.d8m2 .l11i .mrur1    .suqah02l::before { color: #a855f7; }
.wseazc .iutwul5     { background: #2d2000; border-color: #eab308; }
.wseazc .vpjn59tn { background: #2d0b0b; border-color: #ef4444; }
.wseazc .mrur1    { background: #2d1600; border-color: #f97316; }
.wseazc .mn7246b1 strong  { color: #f1f5f9; }
.wseazc .mn7246b1 p       { color: #cbd5e1; }
.wseazc .fkvai    .iutwul5     .suqah02l::before,
.wseazc .uyr50  .iutwul5     .suqah02l::before,
.wseazc .f8tsc4a3  .iutwul5     .suqah02l::before,
.wseazc .l11i .iutwul5     .suqah02l::before { color: #eab308; }
.wseazc .fkvai    .vpjn59tn .suqah02l::before,
.wseazc .uyr50  .vpjn59tn .suqah02l::before,
.wseazc .f8tsc4a3  .vpjn59tn .suqah02l::before,
.wseazc .l11i .vpjn59tn .suqah02l::before { color: #ef4444; }
.wseazc .fkvai    .mrur1    .suqah02l::before,
.wseazc .uyr50  .mrur1    .suqah02l::before,
.wseazc .f8tsc4a3  .mrur1    .suqah02l::before,
.wseazc .l11i .mrur1    .suqah02l::before { color: #f97316; }
.r933f .iutwul5     { background: #0c1a2e; border-color: #38bdf8; }
.r933f .vpjn59tn { background: #12103a; border-color: #818cf8; }
.r933f .mrur1    { background: #0a2020; border-color: #2dd4bf; }
.r933f .mn7246b1 strong  { color: #f1f5f9; }
.r933f .mn7246b1 p       { color: #cbd5e1; }
.r933f .fkvai    .iutwul5     .suqah02l::before,
.r933f .uyr50  .iutwul5     .suqah02l::before,
.r933f .f8tsc4a3  .iutwul5     .suqah02l::before,
.r933f .l11i .iutwul5     .suqah02l::before { color: #38bdf8; }
.r933f .fkvai    .vpjn59tn .suqah02l::before,
.r933f .uyr50  .vpjn59tn .suqah02l::before,
.r933f .f8tsc4a3  .vpjn59tn .suqah02l::before,
.r933f .l11i .vpjn59tn .suqah02l::before { color: #818cf8; }
.r933f .fkvai    .mrur1    .suqah02l::before,
.r933f .uyr50  .mrur1    .suqah02l::before,
.r933f .f8tsc4a3  .mrur1    .suqah02l::before,
.r933f .l11i .mrur1    .suqah02l::before { color: #2dd4bf; }
.v15o6::before,
.gc0g6::before { margin-right: 5px; }
.invnhare .eycbzk ul li,
.invnhare .w7117 li         { color: #4ade80; }
.invnhare .eycbzk .v15o6 { color: #22c55e; }
.invnhare .fbunji ul li,
.invnhare .bv96hf li         { color: #f87171; }
.invnhare .fbunji .gc0g6 { color: #ef4444; }
.davui .eycbzk { background: var(--bg-pros); }
.davui .fbunji { background: var(--bg-cons); }
.davui .eycbzk .v15o6 { color: var(--c-pros-label); }
.davui .fbunji .gc0g6 { color: var(--c-cons); }
.davui .eycbzk ul li,
.davui .w7117 li            { color: var(--c-pros); }
.davui .fbunji ul li,
.davui .bv96hf li            { color: var(--c-cons); }
.xeq9a .eycbzk { background: var(--bg-pros); }
.xeq9a .fbunji { background: var(--bg-cons); }
.xeq9a .eycbzk .v15o6 { color: var(--c-pros-label); }
.xeq9a .fbunji .gc0g6 { color: var(--c-cons); }
.xeq9a .eycbzk ul li,
.xeq9a .w7117 li          { color: var(--c-pros); }
.xeq9a .fbunji ul li,
.xeq9a .bv96hf li          { color: var(--c-cons); }
.t6yeiw .v15o6::before { content: "✓ "; }
.t6yeiw .gc0g6::before { content: "✗ "; }
.gfs5 .v15o6::before { content: "→ "; }
.gfs5 .gc0g6::before { content: "← "; }
.mmi8gg28 .v15o6::before { content: "★ "; }
.mmi8gg28 .gc0g6::before { content: "✕ "; }
.mmpf .v15o6::before { content: "◆ "; }
.mmpf .gc0g6::before { content: "▲ "; }
.nhku .mn7246b1 { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.nhku .mn7246b1 strong { color: var(--text-primary); }
.nhku .mn7246b1 p      { color: var(--text-muted); }
.l2x73t97 .mn7246b1 { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.fj2r .mn7246b1 {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.fj2r .mn7246b1 strong,
.fj2r .mn7246b1 p { color: #fff; }
.fj2r .suqah02l::before { color: rgba(255,255,255,0.9) !important; }
.v38f9a .mn7246b1 {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.v38f9a .mn7246b1 strong { color: var(--text-primary); }
.v38f9a .mn7246b1 p      { color: var(--text-muted); }
.h2v7 .mn7246b1 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.fkvai .suqah02l,
.uyr50 .suqah02l,
.f8tsc4a3 .suqah02l,
.l11i .suqah02l { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.fkvai .suqah02l::before,
.uyr50 .suqah02l::before,
.f8tsc4a3 .suqah02l::before,
.l11i .suqah02l::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.fkvai .iutwul5     .suqah02l::before { content: "✦"; color: var(--c-tip-border); }
.fkvai .vpjn59tn .suqah02l::before { content: "▲"; color: var(--c-warn-border); }
.fkvai .mrur1    .suqah02l::before { content: "◉"; color: #60a5fa; }
.uyr50 .iutwul5     .suqah02l::before { content: "★"; color: var(--c-tip-border); }
.uyr50 .vpjn59tn .suqah02l::before { content: "◆"; color: var(--c-warn-border); }
.uyr50 .mrur1    .suqah02l::before { content: "●"; color: #60a5fa; }
.f8tsc4a3 .iutwul5     .suqah02l::before { content: "▶"; color: var(--c-tip-border); }
.f8tsc4a3 .vpjn59tn .suqah02l::before { content: "■"; color: var(--c-warn-border); }
.f8tsc4a3 .mrur1    .suqah02l::before { content: "▸"; color: #60a5fa; }
.l11i .iutwul5     .suqah02l::before { content: "→"; color: var(--c-tip-border); }
.l11i .vpjn59tn .suqah02l::before { content: "⬥"; color: var(--c-warn-border); }
.l11i .mrur1    .suqah02l::before { content: "◈"; color: #60a5fa; }
.g6ykj .h6tixe .km62ip,
.g6ykj .s0e7k2 .km62ip  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.g6ykj .yn7jiimu                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.g6ykj .glqrag                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.g6ykj .ffka            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.g6ykj .tc01zf          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.g6ykj .m60hpg                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.umyc6bg7 .h6tixe .km62ip,
.umyc6bg7 .s0e7k2 .km62ip,
.umyc6bg7 .yn7jiimu,
.umyc6bg7 .glqrag,
.umyc6bg7 .ffka,
.umyc6bg7 .tc01zf,
.umyc6bg7 .m60hpg,
.umyc6bg7 .h2v7 .mn7246b1 { box-shadow: none; }
.xg8c   body, .xg8c   { font-size: 0.9rem; }
.xg8c   .qe997ah3, .xg8c .pf8ksoww, .xg8c .tcbo6bvy,
.xg8c   .oof9f, .xg8c .picw0 { font-size: 0.9rem; }
.xg8c   .q86qbz, .xg8c .m35xyss { font-size: 0.9rem; }
.jgz9m   .qe997ah3, .jgz9m .pf8ksoww, .jgz9m .tcbo6bvy,
.jgz9m   .oof9f, .jgz9m .picw0 { font-size: 0.95rem; }
.jgz9m   .q86qbz, .jgz9m .m35xyss { font-size: 0.95rem; }
.huyo   .qe997ah3, .huyo .pf8ksoww, .huyo .tcbo6bvy,
.huyo   .oof9f, .huyo .picw0 { font-size: 1.08rem; }
.huyo   .q86qbz, .huyo .m35xyss { font-size: 1.05rem; }
.huyo   .q94fgo { font-size: 0.97rem; }
.mvixb .cfap21      { font-size: 3.2rem; }
.mvixb h2.jgj3dzlq { font-size: 1.9rem; }
.mvixb h3.bjdz2194     { font-size: 1.4rem; }
.cd1b01a .cfap21      { font-size: 3.8rem; }
.cd1b01a h2.jgj3dzlq { font-size: 2.2rem; }
.cd1b01a h3.bjdz2194     { font-size: 1.6rem; }
.f0g4e554 + .f0g4e554 { position: relative; }
.zaus3zo1   .f0g4e554 + .f0g4e554::before,
.bxuvdv  .f0g4e554 + .f0g4e554::before,
.tapak8a   .f0g4e554 + .f0g4e554::before,
.dimx   .f0g4e554 + .f0g4e554::before,
.lkk9   .f0g4e554 + .f0g4e554::before,
.aqczw76v .f0g4e554 + .f0g4e554::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.zaus3zo1 .f0g4e554 + .f0g4e554::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.bxuvdv .f0g4e554 + .f0g4e554::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.tapak8a .f0g4e554 + .f0g4e554::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;
}
.dimx .f0g4e554 + .f0g4e554::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.o5o1ar .f0g4e554 { margin-bottom: 16px; }
.o5o1ar .f0g4e554 + .f0g4e554 { margin-top: 0; }
.o5o1ar .kd5ksu { padding-top: 0; padding-bottom: 0; }
.lkk9 .f0g4e554 + .f0g4e554::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.aqczw76v .f0g4e554 + .f0g4e554::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.ot71p3e .f0g4e554 + .f0g4e554::before,
.wrar .f0g4e554 + .f0g4e554::before,
.fjsy .f0g4e554 + .f0g4e554::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%;
}
.dm56522 .ot71p3e .f0g4e554:nth-child(even)::before,
.dm56522 .wrar .f0g4e554:nth-child(even)::before,
.dm56522 .fjsy .f0g4e554:nth-child(even)::before { background: var(--bg-surface); }
.u0et39 .ot71p3e .f0g4e554:nth-child(even)::before,
.u0et39 .wrar .f0g4e554:nth-child(even)::before,
.u0et39 .fjsy .f0g4e554:nth-child(even)::before { background: var(--bg-card); }
.ot71p3e .f0g4e554 + .f0g4e554::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");
}
.wrar .f0g4e554 + .f0g4e554::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");
}
.fjsy .f0g4e554 + .f0g4e554::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");
}
.o0w96spl .shcsx,
.iqra9i .shcsx,
.zzy56dkx .shcsx { overflow: hidden; }
.o0w96spl .tlsm,
.iqra9i .tlsm { margin-bottom: 60px; }
.zzy56dkx .tlsm { margin-bottom: 70px; }
.o0w96spl .shcsx::before,
.iqra9i .shcsx::before,
.zzy56dkx .shcsx::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%;
}
.o0w96spl .shcsx::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");
}
.iqra9i .shcsx::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");
}
.zzy56dkx .shcsx::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");
}
.dk9cu .shcsx:not(.jm0t1a) .bsehf { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.llszov .shcsx:not(.jm0t1a) .bsehf { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.d2bmb  .shcsx:not(.jm0t1a) .bsehf { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.v203y2  .shcsx:not(.jm0t1a) .bsehf { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.dk9cu .jm0t1a { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.llszov .jm0t1a { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.d2bmb .jm0t1a { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.v203y2 .jm0t1a { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.v203y2 .vm0cu3m { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.v203y2 .qicmozw { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.w5j03g9 .jm0t1a { background: var(--accent); }
.w5j03g9 .jm0t1a .bsehf { background: none; }
.w5j03g9 .shcsx:not(.jm0t1a) .bsehf { background: rgba(0,0,0,0.6); }
.j86kmf .znfzfs { float: left; width: 38%; margin: 0 28px 16px 0; }
.j86kmf .znfzfs .vusq { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.j86kmf .kd5ksu::after { content: ''; display: block; clear: both; }
.infntg4m .znfzfs { float: right; width: 38%; margin: 0 0 16px 28px; }
.infntg4m .znfzfs .vusq { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.infntg4m .kd5ksu::after { content: ''; display: block; clear: both; }
.aiorn .f0g4e554:nth-child(odd)  .znfzfs { float: left;  width: 38%; margin: 0 28px 16px 0; }
.aiorn .f0g4e554:nth-child(even) .znfzfs { float: right; width: 38%; margin: 0 0 16px 28px; }
.aiorn .znfzfs .vusq { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.aiorn .kd5ksu::after { content: ''; display: block; clear: both; }
.j86kmf .ivd1dymt,
.j86kmf .vto0n,
.infntg4m .ivd1dymt,
.infntg4m .vto0n,
.aiorn .ivd1dymt,
.aiorn .vto0n { clear: both; }
@media (max-width: 900px) {
  .j86kmf .znfzfs,
  .infntg4m .znfzfs,
  .aiorn .f0g4e554:nth-child(odd)  .znfzfs,
  .aiorn .f0g4e554:nth-child(even) .znfzfs {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .j86kmf .znfzfs .vusq,
  .infntg4m .znfzfs .vusq,
  .aiorn .znfzfs .vusq {
    max-height: none !important;
  }
}
.j86kmf .q86qbz,
.j86kmf .m35xyss,
.infntg4m .q86qbz,
.infntg4m .m35xyss,
.aiorn .q86qbz,
.aiorn .m35xyss { overflow: hidden; }
@media (max-width: 640px) {
  .j86kmf .znfzfs,
  .infntg4m .znfzfs,
  .aiorn .znfzfs { float: none; width: 100%; margin: 0 0 16px 0; }
}
.ohi74nfe .pgc4um8,
.ohi74nfe .kd5ksu,
.ohi74nfe .h6bkyi4x  { max-width: 1100px; }
.u33oxh0i .pgc4um8,
.u33oxh0i .kd5ksu,
.u33oxh0i .h6bkyi4x  { max-width: 1200px; }
.u33oxh0i { --content-mw: 1200px; }
.pir5ob .pgc4um8,
.pir5ob .kd5ksu,
.pir5ob .h6bkyi4x  { max-width: 1320px; }
.qeyqc4 { font-size: 0.82rem; color: var(--text-muted); }
.qil9v4be { display: flex; align-items: center; }
.sm0f {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.vqdasj9f { display: flex; align-items: center; }
.sl7d6 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.sl7d6:hover { text-decoration: underline; }
.z4a27djm { margin: 0 3px; opacity: 0.45; }
.z4a27djm::before { content: '/'; }
.mpbb4l9 { padding: 2px 5px; color: var(--text-main); }
.wq4c .qeyqc4 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.wq4c .qil9v4be { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.u2chm5 .qeyqc4 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.u2chm5 .qil9v4be { padding: 0 0 0 12px; }
.pfgafy .qil9v4be { padding: 0 16px; }
.pfgafy .qeyqc4 {
  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);
}
.pfgafy .pgc4um8 { padding-top: 28px; }
@media (max-width: 720px) {
  .tozjz1k { margin-top: 18px; padding: 0 16px; }
  .pfgafy .pgc4um8 { padding-top: 16px; }
}
.ohi74nfe.wq4c .qil9v4be { max-width: 1100px; }
.u33oxh0i.wq4c .qil9v4be { max-width: 1200px; }
.pir5ob.wq4c .qil9v4be { max-width: 1320px; }
.u33oxh0i .tozjz1k { max-width: 1200px; }
.tx3ugsy .f0g4e554 { padding-top: 16px; padding-bottom: 16px; }
.vpnx .f0g4e554 { padding-top: 24px; padding-bottom: 24px; }
.mxkcda .f0g4e554 { padding-top: 40px; padding-bottom: 40px; }
.zb2go .f0g4e554 { padding-top: 52px; padding-bottom: 52px; }
.p898ux .f0g4e554:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.p898ux .f0g4e554:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.p898ux .f0g4e554:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.p898ux .f0g4e554:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.sf631i .kd5ksu { padding-top: 10px;  padding-bottom: 10px; }
.e60tac7 .kd5ksu { padding-top: 18px;  padding-bottom: 18px; }
.mrey .kd5ksu { padding-top: 36px;  padding-bottom: 36px; }
.n7f2o .kd5ksu { padding-top: 48px;  padding-bottom: 48px; }
.d3pr h2.jgj3dzlq { font-weight: 600; }
.d3pr h3.bjdz2194     { font-weight: 600; }
.lkc7n { font-weight: 500; }
.lkc7n h2.jgj3dzlq { font-weight: 800; }
.lkc7n h3.bjdz2194     { font-weight: 700; }
.gc61 h2.jgj3dzlq { font-weight: 900; }
.gc61 h3.bjdz2194     { font-weight: 800; }
.gc61 .mn7246b1 strong,
.gc61 .mn7246b1 strong { font-weight: 600; }
.gi9wtijb {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.b6e4pqf .gi9wtijb { display: none; }
@media (max-width: 640px) {
  .gi9wtijb { display: none !important; }
}
.gi9wtijb { background: var(--cta) !important; color: #fff !important; border: none !important; }
.gi9wtijb:hover { opacity: 0.85; }
.sg812qn .gi9wtijb { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.ybro5v  .h2eczg { left: 32px; }
@media (max-width: 480px) {
  .lr28a3j .h2eczg { right: 20px; bottom: 20px; }
  .ybro5v  .h2eczg { left: 20px; bottom: 20px; }
}
.b33gu88 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.h6bkyi4x { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.h3jgk23q { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.e6t41 { color: var(--text-dim); font-size: 0.8rem; }
.c2v27g5h { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.c2v27g5h img { height: 26px; width: auto; object-fit: contain; }
.f75wz0f .h6bkyi4x { text-align: center; }
.f75wz0f .h3jgk23q { margin-top: 0; }
@media (max-width: 640px) {
  .h6bkyi4x { padding-left: 16px; padding-right: 16px; }
  .gt7r2 .h6bkyi4x { padding: 20px 16px; }
  .hgqo1t { gap: 4px 12px; }
  .h3jgk23q { font-size: 0.78rem; }
}
.zkrdz4 .wlrbdz .c2v27g5h { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.zkrdz4 .h3jgk23q { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.zkrdz4 .e6t41 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .zkrdz4 .wrvi9x { grid-template-columns: 1fr 1fr; } .zkrdz4 .wlrbdz { grid-column: 1 / -1; } }
@media (max-width: 480px) { .zkrdz4 .wrvi9x { grid-template-columns: 1fr; } }
.b17b95 .pnvaw75m { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.b17b95 .c2v27g5h { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.b17b95 .jw2ibkvo { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.b17b95 .jw2ibkvo a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.b17b95 .jw2ibkvo a:hover { color: var(--accent-light); }
.biin { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.b17b95 .hne7lt { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.b17b95 .sqxw8rh { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.b17b95 .sqxw8rh a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.b17b95 .sqxw8rh a:hover { color: var(--accent-light); }
.b17b95 .h3jgk23q { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .b17b95 .pnvaw75m { gap: 12px; } .b17b95 .c2v27g5h { margin-right: 0; width: 100%; } }
.tavb .gl7w .c2v27g5h { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.tavb .h3jgk23q { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.tavb .e6t41 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .tavb .f8fr { grid-template-columns: 1fr 1fr; } .tavb .gl7w { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tavb .f8fr { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .u6xv .wyaqu { grid-template-columns: 1fr 1fr; } .u6xv .um69sce3:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .u6xv .wyaqu { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .jp8q .wyaqu { grid-template-columns: 1fr; } }
.o8a75 .h6bkyi4x { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.wq93n .ga1wqt      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.wq93n .b33gu88 { background: var(--bg-page); border-top-color: var(--border-alt); }
.pb44yq3g .ga1wqt      { background: #0d1117; border-bottom-color: #21262d; }
.pb44yq3g .ttkbmc { color: var(--accent-light); }
.pb44yq3g .jsv8 { --msep-color: #8b949e; }
.pb44yq3g .jsv8 a { color: #8b949e; }
.pb44yq3g .jsv8 a:hover { color: var(--accent-light); }
.pb44yq3g .cimc { color: #8b949e; }
.pb44yq3g .b33gu88 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.pb44yq3g .h3jgk23q,
.pb44yq3g .e6t41 { color: #6e7681; }
.pb44yq3g .tzzyj0te a, .pb44yq3g .jw2ibkvo a,
.pb44yq3g .sqxw8rh a { color: #8b949e; }
.pb44yq3g .c2v27g5h { color: #e6edf3; }
.pb44yq3g .tzzyj0te a:hover, .pb44yq3g .jw2ibkvo a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .pb44yq3g .jsv8 { background: #0d1117; border-top-color: #21262d; }
  .pb44yq3g .jsv8 li a { border-bottom-color: #21262d; }
}
.iy0a75 .ga1wqt      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.iy0a75 .ttkbmc { color: var(--accent-light); }
.iy0a75 .jsv8 { --msep-color: #475569; }
.iy0a75 .jsv8 a { color: #475569; }
.iy0a75 .jsv8 a:hover { color: var(--accent-light); }
.iy0a75 .cimc { color: #64748b; }
.iy0a75 .b33gu88 { background: #f0f4f8; border-top-color: #cbd5e1; }
.iy0a75 .h3jgk23q,
.iy0a75 .e6t41 { color: #64748b; }
.iy0a75 .tzzyj0te a, .iy0a75 .jw2ibkvo a,
.iy0a75 .sqxw8rh a, .iy0a75 .c2v27g5h { color: #374151; }
.iy0a75 .tzzyj0te a:hover, .iy0a75 .jw2ibkvo a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .iy0a75 .jsv8 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .iy0a75 .jsv8 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.mmy7w .ga1wqt      { background: var(--accent); border-bottom-color: var(--accent-light); }
.mmy7w .ttkbmc { color: #fff; }
.mmy7w .jsv8 { --msep-color: rgba(255,255,255,0.82); }
.mmy7w .jsv8 a { color: rgba(255,255,255,0.82); }
.mmy7w .jsv8 a:hover { color: #fff; }
.mmy7w .cimc { color: rgba(255,255,255,0.9); }
.mmy7w .b33gu88 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.mmy7w .h3jgk23q,
.mmy7w .e6t41 { color: rgba(255,255,255,0.72); }
.mmy7w .tzzyj0te a, .mmy7w .jw2ibkvo a,
.mmy7w .sqxw8rh a, .mmy7w .c2v27g5h { color: #fff; }
.mmy7w .tzzyj0te a:hover, .mmy7w .jw2ibkvo a:hover { color: #fff; }
@media (max-width: 640px) {
  .mmy7w .jsv8 { background: var(--accent); border-top-color: var(--accent-light); }
  .mmy7w .jsv8 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.asmh .ga1wqt {
  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);
}
.asmh .b33gu88 {
  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) {
  .asmh .jsv8 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.ls8aj .qb7qo { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.ovtk41qz .qb7qo { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.jzwwd .qb7qo { min-height: 72px; height: auto; }
.hwquboze .qb7qo { min-height: 84px; height: auto; }
.gt7r2 .qb7qo { max-width: none; padding: 0 32px; }
.gt7r2 .h6bkyi4x  { max-width: none; padding: 24px 32px; }
.b92jqz.u33oxh0i .qb7qo { max-width: 1200px; }
.b92jqz.pir5ob .qb7qo { max-width: 1320px; }
.ti89q7rv   .ttkbmc, .ti89q7rv   .c2v27g5h { text-transform: capitalize; }
.vuszel3w .ttkbmc, .vuszel3w .c2v27g5h { text-transform: lowercase; }
.x2nbu .ttkbmc, .x2nbu .c2v27g5h { text-transform: uppercase; letter-spacing: 0.06em; }
.v5jgka4, .axl01 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.sr0pi .v5jgka4,
.sr0pi .axl01 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.j1u40hg .v5jgka4,
.j1u40hg .axl01 { 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; }
.lyy52imn .v5jgka4,
.lyy52imn .axl01 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.b3ppkx2 .v5jgka4,
.b3ppkx2 .axl01 { 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; }
.atzq   .jsv8 a { font-weight: 500; }
.ty1s84m4 .jsv8 a { font-weight: 600; }
.x19kd2     .jsv8 a { font-weight: 700; }
.cxje86hn    .jsv8 a { font-weight: 800; letter-spacing: 0.01em; }
.orz9bj     .jsv8 > li + li::before,
.oo6hca    .jsv8 > li + li::before,
.hgoccc    .jsv8 > li + li::before,
.k9cie1y .jsv8 > li + li::before,
.rmo7 .jsv8 > li + li::before,
.kkvep  .jsv8 > li + li::before,
.xz3nnn    .jsv8 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.orz9bj     .jsv8 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.oo6hca    .jsv8 > li + li::before { content: "|"; }
.hgoccc    .jsv8 > li + li::before { content: "—"; }
.k9cie1y .jsv8 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.rmo7 .jsv8 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.kkvep  .jsv8 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.xz3nnn    .jsv8 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .xrxlay .cimc,
  .h7v9ij11 .cimc,
  .wihdflf .cimc,
  .vzx2 .cimc,
  .s3xb4 .cimc {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .xrxlay .cimc::before,
  .h7v9ij11 .cimc::before,
  .wihdflf .cimc::before,
  .vzx2 .cimc::before,
  .s3xb4 .cimc::before { content: ""; display: block; flex-shrink: 0; }

  
  .xrxlay .cimc::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;
  }

  
  .h7v9ij11 .cimc::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;
  }

  
  .wihdflf .cimc::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;
  }

  
  .vzx2 .cimc::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;
  }

  
  .s3xb4 .cimc::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) {
  .slnd3msg .cimc {
    padding: 5px 14px;
  }
  .slnd3msg .jsv8 {
    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;
  }
  .slnd3msg .jsv8 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .slnd3msg .jsv8 li a:hover { background: var(--bg-raised); }
  .slnd3msg .tnwr,
  .wjvzd .tnwr,
  .i72x .tnwr { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .js45 .cimc {
    padding: 5px 10px;
  }
  .js45 .jsv8 {
    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);
  }
  .js45 .jsv8.f5ro9y { transform: translateX(0); }
  .js45 .jsv8 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .js45 .jsv8 li:last-child a { border-bottom: none; }
  .mmy7w .jsv8,
  .pb44yq3g .jsv8 { background: var(--accent) !important; }
  .mmy7w .jsv8 li a,
  .pb44yq3g .jsv8 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .i72x .cimc {
    padding: 5px 10px;
  }
  .i72x .jsv8 {
    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);
  }
  .i72x .jsv8::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .i72x .jsv8.f5ro9y { transform: translateY(0); }
  .i72x .jsv8 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .pj9g5 .cimc {
    padding: 5px 10px;
  }
  .pj9g5 .jsv8 {
    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;
  }
  .pj9g5 .jsv8.f5ro9y { opacity: 1; pointer-events: auto; }
  .pj9g5 .jsv8 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .p4n3ba0v     .cimc { border-radius: 0 !important; }
  .qqpmm   .cimc { border-radius: 8px !important; }
  .q6ziu .cimc { border-radius: 50% !important; }
  .frr1   .cimc { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .db8mv1 .r3u4ma50 { flex-direction: column; align-items: stretch; }
  .db8mv1 .p8dl { flex-direction: row; min-width: auto; }
  .db8mv1 .qc2u { align-items: flex-start; text-align: left; }
}
.x06j0,
.x06j0.f0g4e554,
.dm56522 .x06j0,
.byew1 .x06j0,
.u0et39 .x06j0,
.e128gu .x06j0 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.yfdc {
  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;
}
.jmx1 { flex: 1 1 280px; min-width: 0; }
.pawutuq {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.ja8cwzt {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.hq5s {
  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;
}
.hq5s:hover { transform: translateY(-1px); opacity: 0.95; }
.nkp33z1z .yfdc {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.nkp33z1z .pawutuq { color: var(--cta); }
.nkp33z1z .ja8cwzt { color: var(--text-body); }
.nkp33z1z .hq5s {
  background: var(--cta) !important;
  color: #fff !important;
}
.tpsm3k .yfdc {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.tpsm3k .pawutuq { color: var(--text-primary); }
.tpsm3k .ja8cwzt { color: var(--text-body); }
.tpsm3k .hq5s {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .yfdc {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .jmx1 { flex: 0 0 auto; }
  .pawutuq { font-size: 1.2rem; }
  .hq5s { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.mnq1s6 .rlw0 { height: 36px; }
.ruamrz .rlw0 { height: 60px; max-width: 200px; }
.o7xhw2ly .rlw0 { height: 56px; max-width: 180px; }
.vnqw    .jnbq, .vnqw    .mjujqax { color: #f59e0b; }
.kqoz      .jnbq { font-size: 1rem; letter-spacing: 1.5px; }
.kqoz      .mjujqax   { font-size: 1.35rem; }
.b8j42qr    .jnbq, .b8j42qr    .mjujqax { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.pboo     .jnbq, .pboo     .mjujqax { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.ulzd .jnbq, .ulzd .mjujqax { color: var(--cta); letter-spacing: 2px; }
.fce98p21   .jnbq, .fce98p21   .mjujqax { color: #e91e63; letter-spacing: 2px; }
.vptd4  .jnbq, .vptd4  .mjujqax { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.clcv6egu     .jnbq, .clcv6egu     .mjujqax { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.qkor .g7ppr6fd + .g7ppr6fd {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.pjq1pd7 .glqrag { padding: 18px 24px; min-height: 68px; }
.jllpx .sckl1 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.jllpx .n0wck4u {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.m237p .g7ppr6fd {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.vto0n { counter-reset: cs-rank; }
.vto0n .glqrag { counter-increment: cs-rank; }
.vto0n .glqrag::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;
}
.a20dx5b4 .vto0n { counter-reset: cs-rank; gap: 0; }
.a20dx5b4 .glqrag {
  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;
}
.a20dx5b4 .glqrag::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;
}
.a20dx5b4 .ao5zkm {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.a20dx5b4 .did7xc8 {
  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;
}
.a20dx5b4 .t80t8 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.a20dx5b4 .ao5zkm { min-width: 0; flex-direction: column; width: 100%; }
.a20dx5b4 .d49pk {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.a20dx5b4 .jnbq { color: var(--cta, var(--accent)); }
.a20dx5b4 .aqlikzu { font-weight: 700; }
.a20dx5b4 .g7ppr6fd {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.a20dx5b4 .sckl1 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.a20dx5b4 .n0wck4u {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.a20dx5b4 .tbvyaz .n0wck4u { font-size: 1.3rem; color: var(--accent-light); }
.a20dx5b4 .lcp9at {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.a20dx5b4 .glqrag:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .a20dx5b4 .vto0n {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .a20dx5b4 .glqrag {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .a20dx5b4 .glqrag { padding: 40px 16px 20px; }
  .a20dx5b4 .g7ppr6fd {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .a20dx5b4 .lcp9at { width: 100%; min-width: 0; }
}
.v7v3 .vto0n { counter-reset: cs-rank; gap: 10px; }
.v7v3 .glqrag {
  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);
}
.v7v3 .glqrag::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);
}
.v7v3 .ao5zkm {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.v7v3 .did7xc8 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.v7v3 .t80t8 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.v7v3 .d49pk {
  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;
}
.v7v3 .jnbq { color: var(--cta, var(--accent)); }
.v7v3 .g7ppr6fd {
  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;
}
.v7v3 .sckl1 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.v7v3 .n0wck4u { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.v7v3 .tbvyaz .n0wck4u { color: var(--accent-light); }
.v7v3 .lcp9at {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.v7v3 .glqrag:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .v7v3 .glqrag {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .v7v3 .glqrag::before {
    position: absolute; top: 14px; left: 14px;
  }
  .v7v3 .ao5zkm {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .v7v3 .d49pk { white-space: normal; text-align: center; font-size: 1.2rem; }
  .v7v3 .g7ppr6fd {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .v7v3 .lcp9at { width: 100%; min-width: 0; }
  .v7v3 .jnbq { min-width: 0; }
}
.jrhhxgsu .glqrag::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.i1b51 .yb1m {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.i1b51 .yb1m summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.i1b51 .yb1m p { padding: 0 2px 16px; }
.isx2i .yb1m { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.isx2i .yb1m summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.isx2i .yb1m summary::after { content: "›"; font-size: 1.2em; }
.isx2i .yb1m[open] summary::after { content: "‹"; }
.isx2i .yb1m p { padding: 10px 22px 4px; }
.kq9i .yb1m {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.kq9i .yb1m summary { color: var(--text-primary); padding-left: 16px; }
.kq9i .yb1m summary::after { content: "›"; font-size: 1.1em; }
.kq9i .yb1m[open] summary::after { content: "‹"; }
.kq9i .yb1m p { padding-left: 16px; }
.c5pk90n .te4y1su { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.c5pk90n .yb1m {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.c5pk90n .yb1m:last-child { border-bottom: none; }
.c5pk90n .yb1m summary { color: var(--text-primary); border-radius: 0; }
.c5pk90n .yb1m summary::after { content: "›"; font-size: 1.1em; }
.c5pk90n .yb1m[open] summary::after { content: "‹"; }
.fuar83r .yb1m { overflow: hidden; }
.fuar83r .yb1m summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.fuar83r .yb1m summary::after { color: rgba(255,255,255,.75); }
.fuar83r .yb1m[open] summary { border-radius: 0; }
.p7xr1 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.qr8jx67l {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.d0hte5 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.jg5me2 { color: var(--text-muted); font-size: 1.05rem; }
.vpcrjg {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.gim7 { margin-bottom: 20px; }
.der98m {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.bicqb {
  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;
}
.bicqb:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.ys08k9n { resize: vertical; min-height: 130px; }
.hpv56zl { width: 100%; margin-top: 8px; }
.lkk1 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.ym9ovxr {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.joshtp { color: var(--text-muted); line-height: 1.75; }
.dwfoa { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.dwfoa li { margin-bottom: 6px; }
.hjo7 { max-width: 760px; margin: 0 auto; }
.b527c ul.dwfoa { margin: 0; }
@media (max-width: 640px) { .kyktagsx { grid-template-columns: 1fr; gap: 10px; } }
.i1i5lp { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.z5z6g { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.u3ynj6f { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.z5z6g p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.z5z6g .dwfoa { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .i1i5lp { grid-template-columns: 1fr; } }
.fxg0x { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.fxg0x:hover .lhzi { color: var(--accent-light); text-decoration: underline; }
.gg61axq5 { color: inherit; text-decoration: none; }
.gg61axq5:hover { color: var(--accent-light); text-decoration: underline; }
.p4acis { display: inline-block; line-height: 0; }
.uzw4pr8 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.nzv4mw { max-width: 760px; margin: 0 auto; }
.rmxzdxmv ul.dwfoa { margin: 0; }
.c9hg { color: var(--text-muted); line-height: 1.75; }
.v8s07 .dwfoa,
.zky7 .dwfoa,
.v9nv .dwfoa,
.ir3a0qur .dwfoa {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.t0xp { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.urk8uy { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.p49u { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.tnsqlqd { margin-top: 12px; }
.jagx { 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; }
.jagx:hover { border-bottom-color: var(--accent-light); }
.b2v4wnnj { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.b2v4wnnj img { width: 100%; height: 100%; object-fit: cover; display: block; }
.i63z5r { border-radius: 50%; }
.hr469e3c { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.fqh8 { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.fqh8::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .brthxh { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.yg8agk .p49u, .yg8agk .urk8uy { max-width: 640px; }
.mg1us .t0xp { font-size: 1.6rem; margin-top: 18px; }
.fb7m3k2 .p49u { margin-bottom: 28px; }
@media (max-width: 860px) { .m5cjrx69 { grid-template-columns: 1fr; } .mg1us { position: static; text-align: center; } }
.mgrh0tq .b2v4wnnj { margin: 0 auto 18px; }
.mgrh0tq .hr469e3c { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .xgi5 { grid-template-columns: 1fr; } }
.gvtwcwpl { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.b0ri { flex: 1; }
.gvtwcwpl .t0xp { font-size: 1.6rem; margin-bottom: 6px; }
.ciz5 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.ir3a0qur { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.xbybr { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.ir3a0qur p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.ir3a0qur .dwfoa { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .gvtwcwpl { flex-direction: column; text-align: center; } .ciz5 { grid-template-columns: 1fr; } }
.g9u0tn1 .t0xp { font-size: 1.35rem; margin: 0 0 4px; }
.g9u0tn1 .hr469e3c { margin: 0; }
.yjz43c {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.yjz43c .d0hte5 { color: var(--accent-light); }
.c7w3r5j .d0hte5 { font-size: 2rem; }
.c7w3r5j .jg5me2 { max-width: 680px; }
.jnhcgr .d0hte5 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.jnhcgr .jg5me2  { margin: 0; }
@media (max-width: 640px) { .jnhcgr { flex-direction: column; } }
.vs2k .d0hte5 { color: var(--accent-light); }
.dj49 .d0hte5 { color: #fff; }
.dj49 .jg5me2  { color: rgba(255,255,255,0.85); }
.cqx8 { max-width: 680px; margin: 0 auto; }
.l1ea {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .l1ea { grid-template-columns: 1fr; } }
.lutguiuz .bicqb {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.lutguiuz .bicqb:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.a47exl06 .bicqb { background: var(--bg-raised); border-color: transparent; }
.a47exl06 .bicqb:focus { background: var(--bg-card); border-color: var(--accent-light); }
.my82dpq0 .bicqb { border-radius: 100px; padding: 11px 20px; }
.my82dpq0 .ys08k9n { border-radius: 14px; }
@media (max-width: 640px) { .wasog4i { grid-template-columns: 1fr; } }
.bpj2k{display:none}
.bpj2k:empty,.hts3qcx:empty{display:none}
.dz1l{position:relative;overflow:visible}
.lopv5 .kx9x5j5,.oyxgrj0 .kx9x5j5,
.jsasd7 .kx9x5j5,.y9q41z .kx9x5j5,
.k9ff1 .kx9x5j5,.pvjsbabv .kx9x5j5{display:block}
.l9qly .rx46ioy{display:block}
.lopv5 .kx9x5j5,.oyxgrj0 .kx9x5j5,
.jsasd7 .kx9x5j5,.y9q41z .kx9x5j5,
.k9ff1 .kx9x5j5{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}
.lopv5 .kx9x5j5 .hts3qcx,.oyxgrj0 .kx9x5j5 .hts3qcx,
.jsasd7 .kx9x5j5 .hts3qcx,.y9q41z .kx9x5j5 .hts3qcx,
.k9ff1 .kx9x5j5 .hts3qcx{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}
.lopv5 .uxfs,.oyxgrj0 .uxfs,
.jsasd7 .uxfs,.y9q41z .uxfs,
.k9ff1 .uxfs{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.lopv5 .kx9x5j5,.oyxgrj0 .kx9x5j5{top:12px}
.lopv5 .kx9x5j5 .hts3qcx{margin-right:auto}
.oyxgrj0 .kx9x5j5 .hts3qcx{margin-left:auto}
.oyxgrj0 .kx9x5j5{text-align:right}
.jsasd7 .kx9x5j5,.y9q41z .kx9x5j5{bottom:12px}
.jsasd7 .kx9x5j5 .hts3qcx{margin-right:auto}
.y9q41z .kx9x5j5 .hts3qcx{margin-left:auto}
.y9q41z .kx9x5j5{text-align:right}
.k9ff1 .kx9x5j5{position:relative;margin-top:16px}
.k9ff1 .kx9x5j5 .hts3qcx{margin:0 auto}
.pvjsbabv .kx9x5j5{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.pvjsbabv .kx9x5j5 .hts3qcx{margin:0}
.pvjsbabv .qicmozw~.kx9x5j5,
.pvjsbabv .u0znvv~.kx9x5j5{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.pvjsbabv .qicmozw~.kx9x5j5 .hts3qcx,
.pvjsbabv .u0znvv~.kx9x5j5 .hts3qcx{justify-content:flex-start}
.qicmozw~.kx9x5j5,.u0znvv~.kx9x5j5{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}
.qicmozw~.kx9x5j5 .hts3qcx{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.u0znvv~.kx9x5j5 .hts3qcx{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.rx46ioy .hts3qcx{margin:0 0 12px}
.hts3qcx{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.xaur9gnr{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.lhzi{font-weight:600;color:var(--text-heading);opacity:1}
.rzicif::before{content:"·";margin:0 2px;opacity:.5}
.uxfs{white-space:nowrap}
.acfa .xaur9gnr{display:none}
.ukdv .uxfs{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.ukdv .rzicif::before{content:""}
.lu0b7v .uxfs{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}
.lu0b7v .rzicif::before{content:""}
.ep3d .hts3qcx{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.pter .uxfs{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.pter .rzicif::before{content:""}
.qmhx84 .uxfs{color: var(--accent-light);opacity:1;font-weight:500}
.f609r .uxfs{border-bottom:1px solid currentColor;padding-bottom:2px}
.k9w8sp .hts3qcx{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.hhv2kpqn{--date-bg:transparent}
.dfmzxc0 .rzicif::before{content:""}
.olsx6 .rzicif::before{content:"•";opacity:.4}
.olsx6 .uxfs + .uxfs::before{content:"•";margin-right:6px;opacity:.4}
.uqajk6 .rzicif::before{content:"/";opacity:.35}
.uqajk6 .uxfs + .uxfs::before{content:"/";margin-right:6px;opacity:.35}
.qsuotbp .rzicif::before{content:"|";opacity:.3}
.qsuotbp .uxfs + .uxfs::before{content:"|";margin-right:6px;opacity:.3}
.lr89 .rzicif::before{content:"—";opacity:.3}
.lr89 .uxfs + .uxfs::before{content:"—";margin-right:6px;opacity:.3}
.ai977je .rzicif::before{content:"◆";font-size:.5em;opacity:.35}
.ai977je .uxfs + .uxfs::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.tuue9ybh .rzicif::before{content:"·";opacity:.4}
.tuue9ybh .uxfs + .uxfs::before{content:"·";margin-right:6px;opacity:.4}
.rexb58 .rzicif::before{content:"›";opacity:.4}
.rexb58 .uxfs + .uxfs::before{content:"›";margin-right:6px;opacity:.4}
.v0u5r .rzicif::before{content:"→";opacity:.35;font-size:.85em}
.v0u5r .uxfs + .uxfs::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.educ7{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.ofuk{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.f3xzf2w{display:flex;flex-direction:column;gap:3px}
.cyyicl{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.uy79wul{font-weight:700;font-size:1rem;color:var(--text-heading)}
.o4fecg{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.b0xowi6 .educ7{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.b9fq .educ7{border-top:3px solid var(--accent);padding-top:18px}
.ev1ap16 .educ7{border-left:3px solid var(--accent);border-radius:0}
.uukc .educ7{padding:20px 0}
@media(max-width:640px){
  .educ7{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .o4fecg{max-width:100%}
}
.dhxx074 .tc01zf{margin:0}
@media (max-width:560px){
  .ja0wb{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .bqhqhf { padding: 28px 18px 20px; }
  .jqv1iw { font-size: 1.2rem; }
  .acg7yi { max-width: 220px; max-height: 80px; }
}
.kopovs1b {
  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);
}
.fjbjfvr {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.lsvwn  .kopovs1b { border-radius: 50%; }
.j6bm2x  .kopovs1b { border-radius: 6px; }
.xxxw3 .kopovs1b { border-radius: 22px; }
.daaaw5u5 .yfdc {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .kopovs1b { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.fj7rkdmy .f0g4e554 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.fj7rkdmy .kd5ksu {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.fj7rkdmy .yfdc {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.ze9c8qjp .f0g4e554,
.ze9c8qjp .kd5ksu {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.ze9c8qjp .yfdc {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
@media (max-width: 640px) {
  .ze9c8qjp { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .ze9c8qjp .yfdc {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .ze9c8qjp .ja8cwzt { display: none !important; }
  .ze9c8qjp .pawutuq { font-size: 1.1rem !important; }
  .ze9c8qjp .kopovs1b { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .iod0dt { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .qb7qo { flex-direction: row-reverse; }
[dir="rtl"] .jsv8 { flex-direction: row-reverse; }
[dir="rtl"] .ybro5v  .h2eczg { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .lr28a3j .h2eczg { right: auto; left: 20px; }
  [dir="rtl"] .ybro5v  .h2eczg { left: auto;  right: 20px; }
}
[dir="rtl"] .j86kmf .znfzfs  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .infntg4m .znfzfs { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .q86qbz, [dir="rtl"] .m35xyss { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .eycbzk { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .fbunji { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .mn7246b1 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .yfdc { direction: rtl; }
[dir="rtl"] .kopovs1b { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .glqrag,
[dir="rtl"] .qeyqc4 { direction: rtl; }
[dir="rtl"] .m60hpg { direction: rtl; }
[dir="rtl"] .jxriv { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .cmm9lrv .m35xyss,
[dir="rtl"] .pr9z .m35xyss,
[dir="rtl"] .dleuam32 .m35xyss,
[dir="rtl"] .mn7h66ba .m35xyss {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .cmm9lrv .m35xyss li::before,
[dir="rtl"] .pr9z .m35xyss li::before,
[dir="rtl"] .dleuam32 .m35xyss li::before,
[dir="rtl"] .mn7h66ba .m35xyss li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .shcsx.n5gif0xy .tlsm,
[dir="rtl"] .bc541.n5gif0xy .tlsm,
[dir="rtl"] .jm0t1a.n5gif0xy .tlsm,
[dir="rtl"] .ad4n9k9.n5gif0xy .tlsm,
[dir="rtl"] .ma69pt.n5gif0xy .tlsm { text-align: right; }
[dir="rtl"] .qicmozw.equsslff .sdnl0 { text-align: center; }
[dir="rtl"] .kd5ksu,
[dir="rtl"] .oof9f,
[dir="rtl"] .picw0,
[dir="rtl"] .tlsm { text-align: right; }
[dir="rtl"] .vpcrjg,
[dir="rtl"] .der98m,
[dir="rtl"] .p49u,
[dir="rtl"] .bicqb,
[dir="rtl"] .ys08k9n { text-align: right; direction: rtl; }
[dir="rtl"] .my82dpq0 .bicqb,
[dir="rtl"] .lutguiuz .bicqb { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #812555;
  --brand:           #812555;
  --brand-light:     #662647;
  --brand-pale:      #813d61;
  --grad-start:      #c63b83;
  --grad-end:        #ca74a1;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #ec4899;
  --cta-light:       #ee1c84;
  --cta-hover:       #df177a;
  --bg-page:         #f7f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f3f4;
  --bg-raised:       #f0eeef;
  --bg-hover:        #f5f3f4;
  --border:          #e8e2e5;
  --border-alt:      #dbd0d6;
  --border-section:  #e8e2e5;
  --text-primary:    #1b1719;
  --text-muted:      #5f5359;
  --text-body:       #362f33;
  --text-sub:        #51474c;
  --text-faint:      #87777f;
  --text-dim:        #9f9299;
  --text-label:      #6c5f66;
  --text-value:      #433b3f;
  --accent-bg:       #efe5ea;
  --accent-bg-light: #e7cedb;
  --bg-tip:          #f1f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f1f9f0;
  --bg-cons:         #faf3f4;
  --c-pros:          #268919;
  --c-cons:          #9f212b;
  --c-pros-label:    #2da31e;
  --c-tip-border:    #31b421;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #268919;
}
:root { --logo-bg-opacity: 59%; }
body, button, input { font-family: "Poppins", sans-serif; }
.q86c52 .w7117 li::before, .q86c52 .bv96hf li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.q86c52 .w7117 li::before { content: ""; }.q86c52 .bv96hf li::before { content: ""; }.q86c52 .v15o6::before, .q86c52 .gc0g6::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.q86c52 .v15o6::before { content: ""; }.q86c52 .gc0g6::before { content: ""; }
.ru4wwk .u2g7nfbb, .ru4wwk .qicmozw { min-height: 520px; }
.z4a27djm::before { content: '›'; font-size: 1.1em; }