:root {
  --color-accent: #5a0890;
  --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;
}
.uhmxy {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.t4975e {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.rtl8a {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.nbwoi { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.ndtnw { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ndtnw a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.ndtnw a:hover { color: var(--accent-light); }
.mobz     .cvpk90f { border-radius: 6px; }
.mobz .cvpk90f li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.mobz .cvpk90f li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.dpgnx .cvpk90f li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .cvpk90f {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .qu4hloo:hover .cvpk90f,
  .qu4hloo:focus-within .cvpk90f { display: block; }
  .cvpk90f li a { padding: 8px 16px; font-size: 0.88rem; }
}
.s7luerpw {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.q5u1fhkx { display: none; }
@media (max-width: 640px) {
  .q5u1fhkx {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .q5u1fhkx.jmy3 { display: block; }
}
@media (max-width: 640px) {
  .s7luerpw { display: block; }
  .ndtnw > li + li::before { display: none !important; }
  .ndtnw {
    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;
  }
  .ndtnw.jmy3 { display: flex; }
  .ndtnw li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .ndtnw li:last-child a { border-bottom: none; }
}
.xm58o { min-height: 480px; }
.xmqr {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.fcvt { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.uyhxiz .fcvt { margin-left: 0; margin-right: 0; }
.jic2j6 {
  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;
}
.lo3b .jic2j6 { margin-top: 24px; }
.jic2j6:hover { opacity: 0.88; }
.vves1 .xmqr { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.vves1 .fcvt { color: #e2e8f0; }
.vves1.uyhxiz   .qa9c4 { text-align: left; }
.qsbkzu .xmqr { color: var(--text-primary); text-shadow: none; }
.qsbkzu .fcvt { color: var(--text-muted); }
.qsbkzu .jic2j6 { margin-top: 16px; }
.qsbkzu, .qsbkzu.xm58o { min-height: auto !important; }
.qsbkzu.uyhxiz   .qa9c4 { text-align: left; }
.qsbkzu~.eb12hdox{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}
.qsbkzu~.eb12hdox .m4y5o{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.zhx82 .aaat6e,
.zhx82 .hchs0e1 {
  position: relative; overflow: hidden;
}
.zhx82 .aaat6e::after,
.zhx82 .hchs0e1::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.15; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@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); }
}
.zhx82 .vves1 .d6un {
  overflow: hidden;
}
.zhx82 .vves1 .d6un::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;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.aaat6e .xmqr { color: #fff; }
.aaat6e .fcvt { color: rgba(255,255,255,0.85); }
.hl5fsx .inuue271 { position: relative; overflow: hidden; }
.hl5fsx .inuue271::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.ui2x5rdx .inuue271 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.nksjy0z .inuue271 { position: relative; overflow: hidden; }
.nksjy0z .inuue271::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;
}
.zhx82 .inuue271 { position: relative; overflow: hidden; }
.zhx82 .inuue271::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.k1rjz .inuue271 {
  animation: hg-fadein 1.2s ease-out both;
}
.inuue271 {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.kxzflb {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.r60r4 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.qkoep30z {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.inuue271 .xmqr { text-shadow: none; color: var(--text-primary); }
.inuue271 .fcvt { color: var(--text-muted); }
body.yc7x .xmqr {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.w0hs .xmqr {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.xm58o.aaat6e .xmqr,
section.aaat6e .xmqr {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.inuue271.r1f1yg .kxzflb { align-items: center; text-align: center; }
.inuue271.uyhxiz   .kxzflb { align-items: flex-start; text-align: left; }
.zgskwwo1 .r60r4 { position: relative; }
.zgskwwo1 .r60r4::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.zgskwwo1.a4drw70z .r60r4::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.x1fvtq0k .r60r4 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.x1fvtq0k .qkoep30z {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.x1fvtq0k.a4drw70z .r60r4 { padding: 32px 0 32px 32px; }
.i8ibu .r60r4 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.i8ibu .qkoep30z {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.a4drw70z { grid-template-areas: "media text"; }
.a4drw70z .kxzflb {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.i8ibu.a4drw70z .r60r4 { padding: 40px 16px 40px 48px; }
.xm58o .g8h8r {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.g8h8r .m4y7u {
  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;
}
.g8h8r .m4y7u::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.g8h8r .tgiblou6 { display: contents !important; }
.g8h8r .tgiblou6 .s8iqda61 {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.g8h8r .tgiblou6 .l0b9x { max-height: 48px; max-width: 96px; }
.g8h8r .tgiblou6 .pgdi81b {
  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;
}
.g8h8r .p8ic7k {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.g8h8r .e1x5g { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.g8h8r .ahxnj8v { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.g8h8r .ahxnj8v small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.g8h8r .boj0fmq { display: contents !important; }
.g8h8r .boj0fmq .vti47bgd:not(.jwbahmh) { display: none !important; }
.g8h8r .boj0fmq .jwbahmh {
  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;
}
.g8h8r .boj0fmq .jwbahmh .ii693 {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.g8h8r .boj0fmq .jwbahmh .bfqgy {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.g8h8r .w7q2g { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.g8h8r .w7q2g.cjj0 {
  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;
}
.g8h8r .w7q2g.cjj0:hover { opacity: 0.85; }
.g8h8r .m4y7u,
.g8h8r .m4y7u:hover,
.g8h8r .m4y7u:nth-child(even),
.g8h8r .m4y7u:nth-child(odd),
.g8h8r .m4y7u:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.jntcgte .r60r4 {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .inuue271 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .inuue271:not(.jntcgte) .r60r4 { display: none !important; }
  .jntcgte .r60r4 { padding: 16px; }
  .kxzflb  { padding: 36px 24px; }
  .inuue271~.eb12hdox,.a4drw70z~.eb12hdox{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .xm58o, .inuue271 { min-height: 320px !important; }
  .xmqr { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .ahuoy,
  .kqm66wt,
  .drzdcvn { grid-template-columns: 1fr !important; }

  

  
  .gx2ej4h { display: flex !important; flex-direction: column !important; }
  .gx2ej4h .qa9c4 { display: contents; }
  .gx2ej4h .d6un { order: 0; }
  .gx2ej4h .xmqr { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .gx2ej4h .ahuoy { order: 2; padding: 0 16px 12px !important; }
  .gx2ej4h .fcvt { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .lo3b .qa9c4 { display: flex; flex-direction: column; }
  .lo3b .qa9c4 .xmqr { order: 1; }
  .lo3b .qa9c4 .drzdcvn { order: 2; margin: 8px 0 24px !important; }
  .lo3b .qa9c4 .fcvt { order: 3; }
  .lo3b .qa9c4 .jic2j6 { order: 4; align-self: center; margin-top: 0; }

  
  .inuue271.jntcgte {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .inuue271.jntcgte .kxzflb { display: contents; padding: 0; }
  .inuue271.jntcgte .kxzflb .xmqr { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .inuue271.jntcgte .r60r4 { order: 2; padding: 12px 16px; }
  .inuue271.jntcgte .kxzflb .fcvt { order: 3; padding: 0 24px; margin: 0 auto; }
  .inuue271.jntcgte .kxzflb .jic2j6 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.wwitb96l { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ibipy { width: 100%; height: auto; display: block; border-radius: 10px; }
.rwsj6z5 .wwitb96l        { border-radius: 16px; }
.rwsj6z5 .ibipy  { border-radius: 16px; }
.weik .wwitb96l         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.weik .ibipy   { border-radius: 8px; }
.y8wng35z { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.l0xqv { width: 100%; padding: 32px 0; position: relative; }
.wh69d { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.lmaq .l0xqv:nth-child(even) { background: var(--bg-surface); }
.lmaq .l0xqv:nth-child(odd)  { background: var(--bg-page); }
.la8n4 .l0xqv:nth-child(even) { background: var(--bg-card); }
.la8n4 .l0xqv:nth-child(odd)  { background: var(--bg-page); }
.lmaq .l0xqv:nth-child(odd)  .wh69d { background: var(--bg-card); border-radius: 6px; }
.lmaq .l0xqv:nth-child(even) .wh69d { background: var(--bg-raised); border-radius: 6px; }
.la8n4 .l0xqv:nth-child(odd)  .wh69d { background: var(--bg-card); border-radius: 6px; }
.la8n4 .l0xqv:nth-child(even) .wh69d { background: var(--bg-raised); border-radius: 6px; }
.lmaq .l0xqv:nth-child(even) .if7uq .ywievs,
.la8n4 .l0xqv:nth-child(even) .if7uq .ywievs { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.lmaq .l0xqv:nth-child(odd) .if7uq .ywievs,
.la8n4 .l0xqv:nth-child(odd) .if7uq .ywievs { background: var(--bg-card-inner); }
.lmaq .l0xqv:nth-child(even) .tyeb .ywievs:nth-child(odd),
.la8n4 .l0xqv:nth-child(even) .tyeb .ywievs:nth-child(odd)  { background: var(--bg-card); }
.lmaq .l0xqv:nth-child(even) .tyeb .ywievs:nth-child(even),
.la8n4 .l0xqv:nth-child(even) .tyeb .ywievs:nth-child(even) { background: var(--bg-card-inner); }
h1.unkty { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.unkty {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.jtouoozp { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.idvdk00 h2.unkty {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.ya1htuf h2.unkty {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.pxxkiqf h2.unkty {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.mqd2 h2.unkty::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.zos4ms8 h2.unkty {
  color: var(--text-primary); font-size: 1.7rem;
}
.xevc71 h2.unkty::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.ipkbk1jq h2.unkty {
  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) { .dimbr3u7 { display: none; } }
.xi2mwxpa { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.gi2dr5 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.i6d4yk {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.em6dkhoc { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.rltegm { padding-left: 20px; }
.rltegm li { margin-bottom: 6px; }
.rltegm a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.rltegm a:hover { color: var(--accent-light); }
.zzijb8 .em6dkhoc { display: none; }
.yqycir4 .em6dkhoc { display: none; }
.yqycir4 .rltegm { padding-left: 0; list-style: none; }
.yqycir4 .rltegm li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.yqycir4 .rltegm a { font-size: 0.92rem; }
.baash .i6d4yk { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.baash .em6dkhoc { display: none; }
.baash .rltegm { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.baash .rltegm li { margin-bottom: 0; }
.baash .rltegm 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;
}
.baash .rltegm a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.ynib .i6d4yk { padding: 20px 20px 16px; }
.ynib .rltegm {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.ynib .rltegm li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.ynib .rltegm 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;
}
.ynib .rltegm 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;
}
.ynib .rltegm a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ynib .rltegm a:focus,
.ynib .rltegm a:focus-visible,
.ynib .rltegm a:target { outline: none; }
.ynib .rltegm li:target a { border-color: var(--border); color: var(--text-muted); }
.fas5 .i6d4yk { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.fas5 .em6dkhoc { display: none; }
.fas5 .rltegm { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.fas5 .rltegm li { counter-increment: toc-n; margin-bottom: 0; }
.fas5 .rltegm 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;
}
.fas5 .rltegm 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;
}
.fas5 .rltegm a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.cv1my .i6d4yk { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.cv1my .em6dkhoc { display: none; }
.cv1my .rltegm { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.cv1my .rltegm li { margin-bottom: 0; }
.cv1my .rltegm 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;
}
.cv1my .rltegm a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.v0j2ij .i6d4yk { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.v0j2ij .em6dkhoc { display: none; }
.v0j2ij .rltegm { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.v0j2ij .rltegm li { margin-bottom: 0; }
.v0j2ij .rltegm li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.v0j2ij .rltegm li:last-child::after { content: ""; margin-right: 0; }
.v0j2ij .rltegm a { font-size: 0.9rem; }
.ywievs { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.if7uq .ywievs { background: var(--bg-card); }
.tyeb .ywievs:nth-child(odd)  { background: var(--bg-card); }
.tyeb .ywievs:nth-child(even) { background: var(--bg-raised); }
.dtq5xq .ywievs {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.dtq5xq .ywievs:last-child { border-bottom: none; }
.dtq5xq h3.jtouoozp { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.w1zx .ywievs {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.w1zx .ywievs + .ywievs { margin-top: 4px; }
.b5okng6 .ywievs { background: none; border-radius: 0; padding: 12px 0; }
.b5okng6 .ywievs + .ywievs { border-top: 1px solid var(--border-section); }
.ywe42 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.zw67 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.wyabqdh2 { color: var(--text-body); margin-bottom: 10px; }
.z3auu9k9, .svrsh { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.z3auu9k9 li, .svrsh li { margin-bottom: 6px; }
.svrsh li { list-style: decimal; }
.mpbthwm     .z3auu9k9 { list-style-type: "● "; }
.zpm629  .z3auu9k9 { list-style-type: "■ "; }
.vjz7ld .z3auu9k9 { list-style-type: "◆ "; }
.g0asyj3s    .z3auu9k9 { list-style-type: "★ "; }
.mpbthwm     .uq8qz { list-style-type: "● "; }
.zpm629  .uq8qz { list-style-type: "■ "; }
.vjz7ld .uq8qz { list-style-type: "◆ "; }
.g0asyj3s    .uq8qz { list-style-type: "★ "; }
.mpbthwm    .z3auu9k9 li::marker, .mpbthwm    .uq8qz li::marker,
.zpm629 .z3auu9k9 li::marker, .zpm629 .uq8qz li::marker,
.vjz7ld .z3auu9k9 li::marker, .vjz7ld .uq8qz li::marker,
.g0asyj3s   .z3auu9k9 li::marker, .g0asyj3s   .uq8qz li::marker {
  color: var(--cta); font-size: 1em;
}
.mpbthwm .svrsh,
.zpm629 .svrsh,
.vjz7ld .svrsh,
.g0asyj3s .svrsh {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.mpbthwm .svrsh li,
.zpm629 .svrsh li,
.vjz7ld .svrsh li,
.g0asyj3s .svrsh li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.mpbthwm .svrsh li::before,
.zpm629 .svrsh li::before,
.vjz7ld .svrsh li::before,
.g0asyj3s .svrsh 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;
}
.mpbthwm     .svrsh li::before { border-radius: 50%; }
.zpm629  .svrsh li::before { border-radius: 3px; }
.vjz7ld .svrsh li::before { border-radius: 3px; }
.g0asyj3s    .svrsh li::before { border-radius: 50%; }
.wwx4hu9p { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.g3pf7xnq .wwx4hu9p,
.i36r6 .wwx4hu9p { background: transparent; border: none; border-radius: 0; }
.nscw6x3 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.nscw6x3 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.nscw6x3 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.nscw6x3 tr:hover td { background: var(--bg-hover); }
.ohlkvzx .nscw6x3 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.sl0sg2hx .nscw6x3 { border: 1px solid var(--border-alt); }
.sl0sg2hx .nscw6x3 th,
.sl0sg2hx .nscw6x3 td { border: 1px solid var(--border-alt); }
.vxt9lyd .nscw6x3 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.vxt9lyd .nscw6x3 td { border-bottom: none; }
.vxt9lyd .nscw6x3 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.ajj462 .nscw6x3 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.s7cgq4 .wwx4hu9p {
  overflow: hidden;
}
.s7cgq4 .nscw6x3 th { border-bottom: 1px solid var(--border-alt); }
.s7cgq4 .nscw6x3 tr:last-child td { border-bottom: none; }
.g0wct2p0 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.z5sq { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.l911 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.v9zfo { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.ozyxs { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.uq8qz { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.uq8qz 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%}
.chmne .v9zfo { background: transparent; text-align: center; }
.cwpbp2hn .l911 {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.sbco4 .l911 {
  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);
}
.y6g02e .z5sq { display: grid; grid-template-columns: auto 1fr; }
.y6g02e .l911 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.y6g02e .v9zfo { grid-column: 2; }
.y6g02e .ozyxs,
.y6g02e .uq8qz { grid-column: 1 / -1; }
.wt0v .z5sq { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.wt0v .l911 {
  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);
}
.wt0v .v9zfo { grid-column: 2; }
.wt0v .ozyxs,
.wt0v .uq8qz { grid-column: 1 / -1; }
.quahwt .z5sq { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.quahwt .v9zfo { background: none; color: var(--accent-light); font-weight: 700; }
.yrx1 .z5sq { 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); }
.yrx1 .v9zfo { background: none; color: var(--accent-light); font-weight: 700; }
.ydsf1c0 .z5sq { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.ydsf1c0 .z5sq:last-child { border-bottom: none; }
.ydsf1c0 .v9zfo { background: none; color: var(--accent-light); font-weight: 700; }
.rtgr6u .z5sq { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.rtgr6u .v9zfo { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.sfk3 .g0wct2p0 { counter-reset: card-n; }
.sfk3 .z5sq  { counter-increment: card-n; }
.sfk3 .v9zfo { display: flex; align-items: center; gap: 10px; }
.sfk3 .v9zfo::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;
}
.wam8i1 .z5sq { background: var(--bg-surface); border: 1px solid var(--border); }
.wam8i1 .v9zfo { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.hw2jgzt { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.hw2jgzt         { --cl-hue: var(--accent); }
.db4jz11k { --cl-hue: #ea580c; }
.lyfm5o3y    { --cl-hue: #2563eb; }
.voes6bo, .db4jz11k, .lyfm5o3y, .qkm1f {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.ychxc8 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.ychxc8::before { color: var(--cl-hue); }
.hw2jgzt strong { color: var(--text-primary); font-size: 0.95rem; }
.hw2jgzt p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.z2o1gqy4 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.ysuk91q, .w9y9h567 { border-radius: 8px; padding: 14px; }
.ysuk91q { background: var(--bg-pros); }
.w9y9h567 { background: var(--bg-cons); }
.al9szwy { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.ysuk91q .al9szwy { color: var(--c-pros-label); }
.w9y9h567 .al9szwy { color: #f87171; }
.ysuk91q ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.w9y9h567 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ibipy { width: 100%; height: auto; border-radius: 10px; display: block; }
.cjj0 {
  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;
}
.cjj0:hover { opacity: 0.85; }
.v23v .cjj0  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.v23v .cjj0:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.yidwo2 .cjj0  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.yidwo2 .cjj0:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.v23v .w7q2g.cjj0, .yidwo2 .w7q2g.cjj0,
.v23v .i6amz .cjj0, .yidwo2 .i6amz .cjj0 {
  background: var(--cta); border: none; color: #fff;
}
.v23v .w7q2g.cjj0:hover, .yidwo2 .w7q2g.cjj0:hover,
.v23v .i6amz .cjj0:hover, .yidwo2 .i6amz .cjj0:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.fznceq .jic2j6 { border-radius: 50px; }
.fznceq .cjj0  { border-radius: 50px; }
.awroj2h1 .jic2j6,
.awroj2h1 .cjj0 { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.awroj2h1 .jic2j6:hover,
.awroj2h1 .cjj0:hover { filter: brightness(1.08); opacity: 1; }
.jdq3j .jic2j6,
.jdq3j .cjj0 { box-shadow: 0 3px 14px -2px var(--cta); }
.jdq3j .jic2j6:hover,
.jdq3j .cjj0:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.kc8fel .jic2j6,
.kc8fel .cjj0 { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.kc8fel .jic2j6:hover,
.kc8fel .cjj0:hover { opacity: 1; }
.kc8fel .jic2j6:active,
.kc8fel .cjj0:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.b6d0j4 .jic2j6,
.b6d0j4 .cjj0 { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.b6d0j4 .jic2j6:hover,
.b6d0j4 .cjj0:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.b6d0j4 .jic2j6:active,
.b6d0j4 .cjj0:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.uc95 .jic2j6,
.uc95 .cjj0 { position: relative; overflow: hidden; }
.uc95 .jic2j6::before,
.uc95 .cjj0::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;
}
.uc95 .jic2j6:hover::before,
.uc95 .cjj0:hover::before { left: 135%; }
.phcy .jic2j6,
.phcy .cjj0 { border-radius: 0; }
.g7dx .jic2j6 { padding-left: 22px; padding-right: 22px; }
.g7dx .cjj0  { padding-left: 12px; padding-right: 12px; }
.zle9ge .jic2j6 { padding-left: 44px; padding-right: 44px; }
.zle9ge .cjj0  { padding-left: 24px; padding-right: 24px; }
.t850d .jic2j6 { padding-left: 56px; padding-right: 56px; }
.t850d .cjj0  { padding-left: 32px; padding-right: 32px; }
.v4cfzv9p   .jic2j6::after, .v4cfzv9p   .cjj0::after,
.q4koysti .jic2j6::after, .q4koysti .cjj0::after,
.l6ecyjc    .jic2j6::after, .l6ecyjc    .cjj0::after,
.shxvm1xy    .jic2j6::after, .shxvm1xy    .cjj0::after,
.qpo9    .jic2j6::after, .qpo9    .cjj0::after,
.kjwux1bh     .jic2j6::after, .kjwux1bh     .cjj0::after,
.jplhnsr    .jic2j6::after, .jplhnsr    .cjj0::after,
.vbtft   .jic2j6::after, .vbtft   .cjj0::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;
}
.v4cfzv9p .jic2j6::after, .v4cfzv9p .cjj0::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");
}
.q4koysti .jic2j6::after, .q4koysti .cjj0::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");
}
.l6ecyjc .jic2j6::after, .l6ecyjc .cjj0::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");
}
.shxvm1xy .jic2j6::after, .shxvm1xy .cjj0::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");
}
.qpo9 .jic2j6::after, .qpo9 .cjj0::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");
}
.kjwux1bh .jic2j6::after, .kjwux1bh .cjj0::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");
}
.jplhnsr .jic2j6::after, .jplhnsr .cjj0::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");
}
.vbtft .jic2j6::after, .vbtft .cjj0::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");
}
.yxsf5   .zf0022::after, .yxsf5   .ywo12b9m::after,
.bb1w43k .zf0022::after, .bb1w43k .ywo12b9m::after,
.agipn    .zf0022::after, .agipn    .ywo12b9m::after,
.jsekamtl    .zf0022::after, .jsekamtl    .ywo12b9m::after,
.wk6gq1wb    .zf0022::after, .wk6gq1wb    .ywo12b9m::after,
.ihs2ngv     .zf0022::after, .ihs2ngv     .ywo12b9m::after,
.pa5sjte    .zf0022::after, .pa5sjte    .ywo12b9m::after,
.fwr36   .zf0022::after, .fwr36   .ywo12b9m::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;
}
.yxsf5 .zf0022::after, .yxsf5 .ywo12b9m::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");
}
.bb1w43k .zf0022::after, .bb1w43k .ywo12b9m::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");
}
.agipn .zf0022::after, .agipn .ywo12b9m::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");
}
.jsekamtl .zf0022::after, .jsekamtl .ywo12b9m::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");
}
.wk6gq1wb .zf0022::after, .wk6gq1wb .ywo12b9m::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");
}
.ihs2ngv .zf0022::after, .ihs2ngv .ywo12b9m::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");
}
.pa5sjte .zf0022::after, .pa5sjte .ywo12b9m::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");
}
.fwr36 .zf0022::after, .fwr36 .ywo12b9m::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");
}
.e7i832j {
  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;
}
.m4y7u {
  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;
}
.m4y7u > * { min-width: 0; }
.m4y7u:hover { background: var(--bg-hover); }
.m4y7u > [itemprop="item"] { display: contents; }
.m4y7u [itemprop="itemReviewed"],
.m4y7u [itemprop="reviewRating"] { display: none; }
.m4y7u::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;
}
.tgiblou6 {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.s8iqda61 {
  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;
}
.l0b9x { max-height: 52px; max-width: 110px; object-fit: contain; }
.pgdi81b {
  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;
}
.krnx .s8iqda61    { background: #1a1a1a; }
.mjlnjk41 .s8iqda61   { background: rgba(128,128,128,.12); }
.za3cz6e .s8iqda61 { background: var(--bg-raised); }
.ak3ge .s8iqda61    { background: transparent; padding: 0; }
.p8ic7k {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.e1x5g { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.ahxnj8v { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.boj0fmq {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.vti47bgd {
  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;
}
.ii693 {
  
  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%;
}
.bfqgy {
  
  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;
}
.w7q2g {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.w7q2g.cjj0 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .m4y7u {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .m4y7u::before    { grid-area: rank;   }
  .tgiblou6           { grid-area: ident;  }
  .p8ic7k     { grid-area: rating; min-width: 0; width: auto; }
  .boj0fmq           { grid-area: pills;  }
  .w7q2g             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .m4y7u {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .m4y7u::before    { justify-self: center; }
  .tgiblou6           { width: 100%; }
  .p8ic7k     { justify-self: center; }
  .boj0fmq           { grid-template-columns: 1fr; }
}
@media (max-width: 560px) { .jeh7ibq { padding: 10px 16px; gap: 6px 16px; } }
.i6amz .cjj0 { white-space: nowrap; }
@media (max-width: 560px) {
  .k1jwp { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .m4jag { order: 1; }
  .i6amz { order: 2; margin-left: auto; align-self: center; }
  .ibbaps1q { order: 3; flex: 1 1 100%; min-width: 0; }
}
@media (min-width: 860px) {
  .bchdzy .vdpvw1j {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .bchdzy .bnkhfpz { margin: 0; }
}
.kvfh .k1jwp { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.kvfh .ibbaps1q h3 { color: var(--accent-light); }
.kvfh .m4jag { background: var(--bg-page); border: 1px solid var(--border); }
.i36r6 .z2o1gqy4 { gap: 10px; }
.i36r6 .ysuk91q, .i36r6 .w9y9h567 { padding: 12px; }
.i36r6 .ysuk91q ul, .i36r6 .w9y9h567 ul { margin: 4px 0 0; padding-left: 18px; }
.i36r6 .ysuk91q li, .i36r6 .w9y9h567 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .xup0y { grid-template-columns: 1fr; }
  .pm4azty1 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .pm4azty1 .bwmx1 { width: 72px; height: 50px; }
  .pm4azty1 .u7ak397 { max-width: 180px; }
  .pm4azty1 .cqp2j4 { width: auto; }
}
@media (max-width: 720px) {
  .cplk0wm { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .ed2vcfo1 { padding: 16px; }
  .d5ju .hjhnza { min-width: 50%; }
}
.ikp7k .z2o1gqy4 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .km5oen { grid-template-columns: 1fr; }
  .nwflalr4 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .vsykhtq { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .yizuwnr { flex-wrap: wrap; padding: 16px; }
}
.oe93s .z2o1gqy4 { gap: 8px; }
.oe93s .ysuk91q, .oe93s .w9y9h567 { padding: 8px; }
@media (max-width: 480px) {
  .c5u57xjq { flex-direction: column; align-items: stretch; }
}
.uz0s .cqp2j4 .cjj0 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .r13u7 { flex-direction: column; align-items: stretch; gap: 10px; }
  .uz0s .cqp2j4 { text-align: center; }
}
@media (max-width: 720px) {
  .dbjovs5 { grid-template-columns: 1fr; }
  .fsxcxha2 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .n6dp8q { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .nnewb0 { grid-template-columns: 1fr; }
  .wq34izn { width: 100px; height: 100px; margin: 16px auto; }
  .oncl2 { font-size: 1.4rem; }
  .iog7itcw { justify-content: center; }
  .yd0b3wa .hjhnza { min-width: 50%; }
}
.hs5qt .z2o1gqy4 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .wnfldvqe { flex-wrap: wrap; padding: 14px 16px; }
  .pad2 { padding: 12px 16px; }
  .hs5qt .z2o1gqy4 { margin: 0 16px; }
  .hs5qt .efivtz { padding: 0 16px; }
  .b3f146 { padding: 12px 16px; }
}
.wxhkrom8 .m4y7u {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.wxhkrom8 .m4y7u:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.g67cgk .e7i832j { gap: 18px; }
.g67cgk .m4y7u {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.g67cgk .m4y7u:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.ilsc5a66 .e7i832j {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.ilsc5a66 .m4y7u {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.ilsc5a66 .m4y7u:last-child { border-bottom: none; }
.ilsc5a66 .tgiblou6,
.ilsc5a66 .p8ic7k,
.ilsc5a66 .boj0fmq {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.kjkahto .e7i832j { gap: 0; }
.kjkahto .m4y7u {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.kjkahto .m4y7u:last-child { border-bottom: none; }
.kjkahto .m4y7u:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.kjkahto .m4y7u:nth-child(even):hover { background: var(--bg-hover); }
.srwyzzqd .m4y7u {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.qha0j4 .boj0fmq .vti47bgd {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.qha0j4 .boj0fmq .vti47bgd:first-child { border-left: none; }
.ilzr835 .boj0fmq .vti47bgd {
  background: transparent; padding: 4px 8px;
}
.ilzr835 .boj0fmq .ii693 { font-size: .65rem; opacity: .65; }
.ilzr835 .boj0fmq .bfqgy   { font-size: 1.15rem; color: var(--accent-light); }
.r3seny .boj0fmq .vti47bgd {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.ahxnj8v { display: none; }
.ic79r .e1x5g { font-size: 1rem; letter-spacing: 2px; }
.fc40c .e1x5g {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.l4w596 .e1x5g,
.safm0xqq .e1x5g,
.pnqv5d .e1x5g { display: none; }
.l4w596 .ahxnj8v,
.safm0xqq .ahxnj8v,
.pnqv5d .ahxnj8v { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.l4w596 .ahxnj8v { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.l4w596 .ahxnj8v small { display: none; }
.safm0xqq .ahxnj8v {
  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;
}
.safm0xqq .ahxnj8v small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.pnqv5d .ahxnj8v {
  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;
}
.pnqv5d .ahxnj8v small { display: none; }
.safm0xqq .kpxk3 .muvt4f,
.safm0xqq .kpxk3 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;
}
.safm0xqq .jn9nft,
.safm0xqq .hgon { font-size: 1em; }
.rr1x5 { margin: 16px 0; }
.yag5 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.yag5 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.yag5 summary::after { content: "+"; color: var(--accent-light); }
.yag5[open] summary::after { content: "−"; }
.yag5 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.l0xqv { margin-bottom: 0; }
.y903 h2.unkty { color: var(--text-primary); border-color: var(--accent-light); }
.yana h2.unkty { color: var(--text-primary); border-color: var(--accent-light); }
.ypf21vfz .db4jz11k { background: #2d0a1e; border-color: #f43f5e; }
.ypf21vfz .lyfm5o3y    { background: #1e1036; border-color: #a855f7; }
.ypf21vfz .hw2jgzt strong  { color: #f1f5f9; }
.ypf21vfz .hw2jgzt p       { color: #cbd5e1; }
.ypf21vfz .tqqnm    .voes6bo     .ychxc8::before,
.ypf21vfz .b0ox3saw  .voes6bo     .ychxc8::before,
.ypf21vfz .gai9io  .voes6bo     .ychxc8::before,
.ypf21vfz .hw5sg21 .voes6bo     .ychxc8::before { color: #10b981; }
.ypf21vfz .tqqnm    .db4jz11k .ychxc8::before,
.ypf21vfz .b0ox3saw  .db4jz11k .ychxc8::before,
.ypf21vfz .gai9io  .db4jz11k .ychxc8::before,
.ypf21vfz .hw5sg21 .db4jz11k .ychxc8::before { color: #f43f5e; }
.ypf21vfz .tqqnm    .lyfm5o3y    .ychxc8::before,
.ypf21vfz .b0ox3saw  .lyfm5o3y    .ychxc8::before,
.ypf21vfz .gai9io  .lyfm5o3y    .ychxc8::before,
.ypf21vfz .hw5sg21 .lyfm5o3y    .ychxc8::before { color: #a855f7; }
.el9cbx40 .db4jz11k { background: #2d0b0b; border-color: #ef4444; }
.el9cbx40 .lyfm5o3y    { background: #2d1600; border-color: #f97316; }
.el9cbx40 .hw2jgzt strong  { color: #f1f5f9; }
.el9cbx40 .hw2jgzt p       { color: #cbd5e1; }
.el9cbx40 .tqqnm    .voes6bo     .ychxc8::before,
.el9cbx40 .b0ox3saw  .voes6bo     .ychxc8::before,
.el9cbx40 .gai9io  .voes6bo     .ychxc8::before,
.el9cbx40 .hw5sg21 .voes6bo     .ychxc8::before { color: #eab308; }
.el9cbx40 .tqqnm    .db4jz11k .ychxc8::before,
.el9cbx40 .b0ox3saw  .db4jz11k .ychxc8::before,
.el9cbx40 .gai9io  .db4jz11k .ychxc8::before,
.el9cbx40 .hw5sg21 .db4jz11k .ychxc8::before { color: #ef4444; }
.el9cbx40 .tqqnm    .lyfm5o3y    .ychxc8::before,
.el9cbx40 .b0ox3saw  .lyfm5o3y    .ychxc8::before,
.el9cbx40 .gai9io  .lyfm5o3y    .ychxc8::before,
.el9cbx40 .hw5sg21 .lyfm5o3y    .ychxc8::before { color: #f97316; }
.m1nu .db4jz11k { background: #12103a; border-color: #818cf8; }
.m1nu .lyfm5o3y    { background: #0a2020; border-color: #2dd4bf; }
.m1nu .hw2jgzt strong  { color: #f1f5f9; }
.m1nu .hw2jgzt p       { color: #cbd5e1; }
.m1nu .tqqnm    .voes6bo     .ychxc8::before,
.m1nu .b0ox3saw  .voes6bo     .ychxc8::before,
.m1nu .gai9io  .voes6bo     .ychxc8::before,
.m1nu .hw5sg21 .voes6bo     .ychxc8::before { color: #38bdf8; }
.m1nu .tqqnm    .db4jz11k .ychxc8::before,
.m1nu .b0ox3saw  .db4jz11k .ychxc8::before,
.m1nu .gai9io  .db4jz11k .ychxc8::before,
.m1nu .hw5sg21 .db4jz11k .ychxc8::before { color: #818cf8; }
.m1nu .tqqnm    .lyfm5o3y    .ychxc8::before,
.m1nu .b0ox3saw  .lyfm5o3y    .ychxc8::before,
.m1nu .gai9io  .lyfm5o3y    .ychxc8::before,
.m1nu .hw5sg21 .lyfm5o3y    .ychxc8::before { color: #2dd4bf; }
.c96xe::before,
.ykvltiw1::before { margin-right: 5px; }
.x2r7px .ysuk91q ul li,
.x2r7px .hu7nuu li         { color: #4ade80; }
.x2r7px .ysuk91q .c96xe { color: #22c55e; }
.x2r7px .w9y9h567 ul li,
.x2r7px .nolsn3qh li         { color: #f87171; }
.x2r7px .w9y9h567 .ykvltiw1 { color: #ef4444; }
.ry2xui8 .ysuk91q { background: var(--bg-pros); }
.ry2xui8 .w9y9h567 { background: var(--bg-cons); }
.ry2xui8 .ysuk91q .c96xe { color: var(--c-pros-label); }
.ry2xui8 .w9y9h567 .ykvltiw1 { color: var(--c-cons); }
.ry2xui8 .ysuk91q ul li,
.ry2xui8 .w9y9h567 ul li,
.jhxs .ysuk91q { background: var(--bg-pros); }
.jhxs .w9y9h567 { background: var(--bg-cons); }
.jhxs .ysuk91q .c96xe { color: var(--c-pros-label); }
.jhxs .w9y9h567 .ykvltiw1 { color: var(--c-cons); }
.jhxs .ysuk91q ul li,
.jhxs .w9y9h567 ul li,
.qkfh .c96xe::before { content: "✓ "; }
.qkfh .ykvltiw1::before { content: "✗ "; }
.yrv8t8f .c96xe::before { content: "→ "; }
.yrv8t8f .ykvltiw1::before { content: "← "; }
.jr3anub .c96xe::before { content: "★ "; }
.jr3anub .ykvltiw1::before { content: "✕ "; }
.pkdsjg07 .c96xe::before { content: "◆ "; }
.pkdsjg07 .ykvltiw1::before { content: "▲ "; }
.pnlc6n .hw2jgzt { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.pnlc6n .hw2jgzt strong { color: var(--text-primary); }
.pnlc6n .hw2jgzt p      { color: var(--text-muted); }
.uqijo .hw2jgzt { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.g6p8 .hw2jgzt {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.g6p8 .hw2jgzt strong,
.g6p8 .hw2jgzt p { color: #fff; }
.g6p8 .ychxc8::before { color: rgba(255,255,255,0.9) !important; }
.m7ty5 .hw2jgzt {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.m7ty5 .hw2jgzt strong { color: var(--text-primary); }
.m7ty5 .hw2jgzt p      { color: var(--text-muted); }
.q7sn408q .hw2jgzt { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.tqqnm .ychxc8,
.b0ox3saw .ychxc8,
.gai9io .ychxc8,
.hw5sg21 .ychxc8 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.tqqnm .ychxc8::before,
.b0ox3saw .ychxc8::before,
.gai9io .ychxc8::before,
.hw5sg21 .ychxc8::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.tqqnm .voes6bo     .ychxc8::before { content: "✦"; color: var(--c-tip-border); }
.tqqnm .db4jz11k .ychxc8::before { content: "▲"; color: var(--c-warn-border); }
.tqqnm .lyfm5o3y    .ychxc8::before { content: "◉"; color: #60a5fa; }
.b0ox3saw .voes6bo     .ychxc8::before { content: "★"; color: var(--c-tip-border); }
.b0ox3saw .db4jz11k .ychxc8::before { content: "◆"; color: var(--c-warn-border); }
.b0ox3saw .lyfm5o3y    .ychxc8::before { content: "●"; color: #60a5fa; }
.gai9io .voes6bo     .ychxc8::before { content: "▶"; color: var(--c-tip-border); }
.gai9io .db4jz11k .ychxc8::before { content: "■"; color: var(--c-warn-border); }
.gai9io .lyfm5o3y    .ychxc8::before { content: "▸"; color: #60a5fa; }
.hw5sg21 .voes6bo     .ychxc8::before { content: "→"; color: var(--c-tip-border); }
.hw5sg21 .db4jz11k .ychxc8::before { content: "⬥"; color: var(--c-warn-border); }
.hw5sg21 .lyfm5o3y    .ychxc8::before { content: "◈"; color: #60a5fa; }
.ilje0 .if7uq .ywievs,
.ilje0 .tyeb .ywievs  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.ilje0 .z5sq                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.ilje0 .m4y7u                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.ilje0 .wwx4hu9p          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ilje0 .i6d4yk                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.s8q4gbv .if7uq .ywievs,
.s8q4gbv .tyeb .ywievs,
.s8q4gbv .z5sq,
.s8q4gbv .m4y7u,
.s8q4gbv .bnkhfpz,
.s8q4gbv .wwx4hu9p,
.s8q4gbv .i6d4yk,
.s8q4gbv .q7sn408q .hw2jgzt { box-shadow: none; }
.nqjf   .wyabqdh2, .nqjf .ywe42, .nqjf .zw67,
.nqjf   .xi2mwxpa, .nqjf .gi2dr5 { font-size: 0.9rem; }
.nqjf   .z3auu9k9, .nqjf .svrsh { font-size: 0.9rem; }
.m11hyb   .wyabqdh2, .m11hyb .ywe42, .m11hyb .zw67,
.m11hyb   .xi2mwxpa, .m11hyb .gi2dr5 { font-size: 0.95rem; }
.m11hyb   .z3auu9k9, .m11hyb .svrsh { font-size: 0.95rem; }
.kbusz3   .wyabqdh2, .kbusz3 .ywe42, .kbusz3 .zw67,
.kbusz3   .xi2mwxpa, .kbusz3 .gi2dr5 { font-size: 1.08rem; }
.kbusz3   .z3auu9k9, .kbusz3 .svrsh { font-size: 1.05rem; }
.kbusz3   .nscw6x3 { font-size: 0.97rem; }
.amlja52a .xmqr      { font-size: 3.2rem; }
.amlja52a h2.unkty { font-size: 1.9rem; }
.amlja52a h3.jtouoozp     { font-size: 1.4rem; }
.tnye .xmqr      { font-size: 3.8rem; }
.tnye h2.unkty { font-size: 2.2rem; }
.tnye h3.jtouoozp     { font-size: 1.6rem; }
.l0xqv + .l0xqv { position: relative; }
.mtwrxr   .l0xqv + .l0xqv::before,
.qe71lqd4  .l0xqv + .l0xqv::before,
.syqk4   .l0xqv + .l0xqv::before,
.t07ayrl   .l0xqv + .l0xqv::before,
.cg61   .l0xqv + .l0xqv::before,
.wnyf7 .l0xqv + .l0xqv::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.mtwrxr .l0xqv + .l0xqv::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.qe71lqd4 .l0xqv + .l0xqv::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.syqk4 .l0xqv + .l0xqv::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;
}
.t07ayrl .l0xqv + .l0xqv::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.b6q3ta5e .l0xqv { margin-bottom: 16px; }
.b6q3ta5e .l0xqv + .l0xqv { margin-top: 0; }
.b6q3ta5e .wh69d { padding-top: 0; padding-bottom: 0; }
.cg61 .l0xqv + .l0xqv::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.wnyf7 .l0xqv + .l0xqv::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.cghoe6di .l0xqv + .l0xqv::before,
.aignnb .l0xqv + .l0xqv::before,
.dwfd .l0xqv + .l0xqv::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%;
}
.lmaq .cghoe6di .l0xqv:nth-child(even)::before,
.lmaq .aignnb .l0xqv:nth-child(even)::before,
.lmaq .dwfd .l0xqv:nth-child(even)::before { background: var(--bg-surface); }
.la8n4 .cghoe6di .l0xqv:nth-child(even)::before,
.la8n4 .aignnb .l0xqv:nth-child(even)::before,
.la8n4 .dwfd .l0xqv:nth-child(even)::before { background: var(--bg-card); }
.cghoe6di .l0xqv + .l0xqv::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");
}
.aignnb .l0xqv + .l0xqv::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");
}
.dwfd .l0xqv + .l0xqv::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");
}
.gugibcj .vves1 { overflow: hidden; }
.gugibcj .qa9c4 { margin-bottom: 70px; }
.t83pbx8 .kxzflb,
.zwxb1qo .kxzflb { padding-bottom: 60px; }
.gugibcj .kxzflb { padding-bottom: 70px; }
.gugibcj .vves1::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%;
}
.gugibcj .vves1::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");
}
.nsb5hrgp  .vves1:not(.aaat6e) .d6un { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.a3iywzcl .inuue271 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.razr9y .inuue271 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.nsb5hrgp .aaat6e { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.nsb5hrgp .hchs0e1 { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.nsb5hrgp .inuue271 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.gay84 .inuue271 { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.kx5u5i .inuue271 { background: var(--accent-bg); }
.ttazpip .wwitb96l { float: left; width: 38%; margin: 0 28px 16px 0; }
.ttazpip .wwitb96l .ibipy { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ttazpip .wh69d::after { content: ''; display: block; clear: both; }
.siz2 .wwitb96l { float: right; width: 38%; margin: 0 0 16px 28px; }
.siz2 .wwitb96l .ibipy { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.siz2 .wh69d::after { content: ''; display: block; clear: both; }
.b0n8 .l0xqv:nth-child(odd)  .wwitb96l { float: left;  width: 38%; margin: 0 28px 16px 0; }
.b0n8 .l0xqv:nth-child(even) .wwitb96l { float: right; width: 38%; margin: 0 0 16px 28px; }
.b0n8 .wwitb96l .ibipy { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.b0n8 .wh69d::after { content: ''; display: block; clear: both; }
.ttazpip .g0wct2p0,
.ttazpip .e7i832j,
.siz2 .g0wct2p0,
.siz2 .e7i832j,
.b0n8 .g0wct2p0,
.b0n8 .e7i832j { clear: both; }
@media (max-width: 900px) {
  .ttazpip .wwitb96l,
  .siz2 .wwitb96l,
  .b0n8 .l0xqv:nth-child(odd)  .wwitb96l,
  .b0n8 .l0xqv:nth-child(even) .wwitb96l {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .ttazpip .wwitb96l .ibipy,
  .siz2 .wwitb96l .ibipy,
  .b0n8 .wwitb96l .ibipy {
    max-height: none !important;
  }
}
.ttazpip .z3auu9k9,
.ttazpip .svrsh,
.siz2 .z3auu9k9,
.siz2 .svrsh,
.b0n8 .z3auu9k9,
.b0n8 .svrsh { overflow: hidden; }
@media (max-width: 640px) {
  .ttazpip .wwitb96l,
  .siz2 .wwitb96l,
  .b0n8 .wwitb96l { float: none; width: 100%; margin: 0 0 16px 0; }
}
.kcrif43 .y8wng35z,
.kcrif43 .wh69d,
.kcrif43 .pc4zbp  { max-width: 1100px; }
.tsznx .y8wng35z,
.tsznx .wh69d,
.tsznx .pc4zbp  { max-width: 1200px; }
.ujdq5 .y8wng35z,
.ujdq5 .wh69d,
.ujdq5 .pc4zbp  { max-width: 1320px; }
.ahwde { font-size: 0.82rem; color: var(--text-muted); }
.c02dz { display: flex; align-items: center; }
.r6i5 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.o67bpmyo { display: flex; align-items: center; }
.dwkxe { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.dwkxe:hover { text-decoration: underline; }
.fgoxybo { margin: 0 3px; opacity: 0.45; }
.fgoxybo::before { content: '/'; }
.opb2 { padding: 2px 5px; color: var(--text-main); }
.qsq7gc1 .ahwde {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.qsq7gc1 .c02dz { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.o6vsocz .ahwde {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.o6vsocz .c02dz { padding: 0 0 0 12px; }
.eek7gms {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.xeipo9 .c02dz { padding: 0 16px; }
.xeipo9 .ahwde {
  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);
}
.xeipo9 .y8wng35z { padding-top: 28px; }
@media (max-width: 720px) {
  .eek7gms { margin-top: 18px; padding: 0 16px; }
  .xeipo9 .y8wng35z { padding-top: 16px; }
}
.kcrif43.qsq7gc1 .c02dz { max-width: 1100px; }
.tsznx.qsq7gc1 .c02dz { max-width: 1200px; }
.ujdq5.qsq7gc1 .c02dz { max-width: 1320px; }
.kcrif43 .eek7gms { max-width: 1100px; }
.tsznx .eek7gms { max-width: 1200px; }
.ujdq5 .eek7gms { max-width: 1320px; }
.gpauf .l0xqv { padding-top: 16px; padding-bottom: 16px; }
.qcfyd .l0xqv { padding-top: 24px; padding-bottom: 24px; }
.jkgmn .l0xqv { padding-top: 40px; padding-bottom: 40px; }
.bidgxp3 .l0xqv { padding-top: 52px; padding-bottom: 52px; }
.dquwjq .l0xqv:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.dquwjq .l0xqv:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.dquwjq .l0xqv:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.dquwjq .l0xqv:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.dr3r4xjx .wh69d { padding-top: 10px;  padding-bottom: 10px; }
.pjp0ea .wh69d { padding-top: 18px;  padding-bottom: 18px; }
.b68xo2mi .wh69d { padding-top: 36px;  padding-bottom: 36px; }
.ke011 .wh69d { padding-top: 48px;  padding-bottom: 48px; }
.xn80h9 h2.unkty { font-weight: 600; }
.xn80h9 h3.jtouoozp     { font-weight: 600; }
.vly5xy7 h2.unkty { font-weight: 800; }
.vly5xy7 h3.jtouoozp     { font-weight: 700; }
.auiwafw h2.unkty { font-weight: 900; }
.auiwafw h3.jtouoozp     { font-weight: 800; }
.auiwafw .hw2jgzt strong,
.auiwafw .hw2jgzt strong { font-weight: 600; }
.zf0022 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.axat3sc .zf0022 { display: none; }
@media (max-width: 640px) {
  .zf0022 { display: none !important; }
}
.zf0022 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.zf0022:hover { opacity: 0.85; }
.ojub0pv .zf0022 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.sjvkov  .ywo12b9m { left: 32px; }
@media (max-width: 480px) {
  .k6zza8 .ywo12b9m { right: 20px; bottom: 20px; }
  .sjvkov  .ywo12b9m { left: 20px; bottom: 20px; }
}
.jrov { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.pc4zbp { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.lm7kmxzv { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.jn76uz { color: var(--text-dim); font-size: 0.8rem; }
.bc1gun a, .qjd61fq a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.bc1gun a:hover, .qjd61fq a:hover { color: var(--accent-light); }
.qjd61fq { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.nx1bt9f .pc4zbp { text-align: center; }
.nx1bt9f .qjd61fq { justify-content: center; margin-bottom: 16px; }
.nx1bt9f .lm7kmxzv { margin-top: 0; }
.rxxlq { margin-top: 10px; }
.rxxlq a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .pc4zbp { padding-left: 16px; padding-right: 16px; }
  .disy .pc4zbp { padding: 20px 16px; }
  .qjd61fq { gap: 4px 12px; }
  .lm7kmxzv { font-size: 0.78rem; }
}
.zylet .lm7kmxzv { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.zylet .jn76uz { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .zylet .qird { grid-template-columns: 1fr 1fr; } .zylet .p7w5 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .zylet .qird { grid-template-columns: 1fr; } }
.z9a5h7t .lm7kmxzv { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .z9a5h7t .r69smm { gap: 12px; } .z9a5h7t .qccx { margin-right: 0; width: 100%; } }
.n8ahil .lm7kmxzv { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.n8ahil .jn76uz { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .n8ahil .ys3ks { grid-template-columns: 1fr 1fr; } .n8ahil .c8zeo { grid-column: 1 / -1; } }
@media (max-width: 480px) { .n8ahil .ys3ks { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .hfxp .g7zsv { grid-template-columns: 1fr 1fr; } .hfxp .y8axka:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .hfxp .g7zsv { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .haoi .g7zsv { grid-template-columns: 1fr; } }
.fxlw .pc4zbp { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.fxlw .qjd61fq { justify-content: center; }
.aqpaqqw .uhmxy      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.aqpaqqw .jrov { background: var(--bg-page); border-top-color: var(--border-alt); }
.tftcxaw .uhmxy      { background: #0d1117; border-bottom-color: #21262d; }
.tftcxaw .rtl8a { color: var(--accent-light); }
.tftcxaw .ndtnw { --msep-color: #8b949e; }
.tftcxaw .ndtnw a { color: #8b949e; }
.tftcxaw .ndtnw a:hover { color: var(--accent-light); }
.tftcxaw .s7luerpw { color: #8b949e; }
.tftcxaw .jrov { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.tftcxaw .lm7kmxzv,
.tftcxaw .jn76uz { color: #6e7681; }
.tftcxaw .bc1gun a, .tftcxaw .qjd61fq a,
.tftcxaw .bc1gun a:hover, .tftcxaw .qjd61fq a:hover,
@media (max-width: 640px) {
  .tftcxaw .ndtnw { background: #0d1117; border-top-color: #21262d; }
  .tftcxaw .ndtnw li a { border-bottom-color: #21262d; }
}
.v6ly6 .uhmxy      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.v6ly6 .rtl8a { color: var(--accent-light); }
.v6ly6 .ndtnw { --msep-color: #475569; }
.v6ly6 .ndtnw a { color: #475569; }
.v6ly6 .ndtnw a:hover { color: var(--accent-light); }
.v6ly6 .s7luerpw { color: #64748b; }
.v6ly6 .jrov { background: #f0f4f8; border-top-color: #cbd5e1; }
.v6ly6 .lm7kmxzv,
.v6ly6 .jn76uz { color: #64748b; }
.v6ly6 .bc1gun a, .v6ly6 .qjd61fq a,
.v6ly6 .bc1gun a:hover, .v6ly6 .qjd61fq a:hover,
@media (max-width: 640px) {
  .v6ly6 .ndtnw { background: #f0f4f8; border-top-color: #cbd5e1; }
  .v6ly6 .ndtnw li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.n0v9wo .uhmxy      { background: var(--accent); border-bottom-color: var(--accent-light); }
.n0v9wo .rtl8a { color: #fff; }
.n0v9wo .ndtnw { --msep-color: rgba(255,255,255,0.82); }
.n0v9wo .ndtnw a { color: rgba(255,255,255,0.82); }
.n0v9wo .ndtnw a:hover { color: #fff; }
.n0v9wo .s7luerpw { color: rgba(255,255,255,0.9); }
.n0v9wo .jrov { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.n0v9wo .lm7kmxzv,
.n0v9wo .jn76uz { color: rgba(255,255,255,0.72); }
.n0v9wo .bc1gun a, .n0v9wo .qjd61fq a,
.n0v9wo .bc1gun a:hover, .n0v9wo .qjd61fq a:hover,
@media (max-width: 640px) {
  .n0v9wo .ndtnw { background: var(--accent); border-top-color: var(--accent-light); }
  .n0v9wo .ndtnw li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.cfsto3yt .uhmxy {
  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);
}
.cfsto3yt .jrov {
  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) {
  .cfsto3yt .ndtnw {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.xfue9rcq .t4975e { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.mpluknl2 .t4975e { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.iekdhtkf .t4975e { min-height: 72px; height: auto; }
.gyhr .t4975e { min-height: 84px; height: auto; }
.disy .t4975e { max-width: none; padding: 0 32px; }
.disy .pc4zbp  { max-width: none; padding: 24px 32px; }
.lr9z7l.tsznx .t4975e { max-width: 1200px; }
.lr9z7l.ujdq5 .t4975e { max-width: 1320px; }
.v3oxxzv   .rtl8a, .v3oxxzv   .qccx { text-transform: capitalize; }
.tl8hr6x .rtl8a, .tl8hr6x .qccx { text-transform: lowercase; }
.vdmv .rtl8a, .vdmv .qccx { text-transform: uppercase; letter-spacing: 0.06em; }
.up685m, .lls1 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.fzto1 .up685m,
.ipia1c6o .up685m,
.p2qaoe .up685m,
.mr8wp4f .up685m,
.bw3tr9   .ndtnw a { font-weight: 500; }
.nnme0sp .ndtnw a { font-weight: 600; }
.f7dje7u1     .ndtnw a { font-weight: 700; }
.wvfefzy    .ndtnw a { font-weight: 800; letter-spacing: 0.01em; }
.ayn9q06g     .ndtnw > li + li::before,
.vzx7f7    .ndtnw > li + li::before,
.y6yst    .ndtnw > li + li::before,
.ap4cx .ndtnw > li + li::before,
.ja94e .ndtnw > li + li::before,
.a36xj  .ndtnw > li + li::before,
.fz8lv    .ndtnw > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.ayn9q06g     .ndtnw > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.vzx7f7    .ndtnw > li + li::before { content: "|"; }
.y6yst    .ndtnw > li + li::before { content: "—"; }
.ap4cx .ndtnw > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ja94e .ndtnw > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.a36xj  .ndtnw > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.fz8lv    .ndtnw > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .g9zv .s7luerpw,
  .s2kksri .s7luerpw,
  .o9nao8d3 .s7luerpw,
  .htwsdmj .s7luerpw,
  .akpmhk .s7luerpw {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .g9zv .s7luerpw::before,
  .s2kksri .s7luerpw::before,
  .o9nao8d3 .s7luerpw::before,
  .htwsdmj .s7luerpw::before,
  .akpmhk .s7luerpw::before { content: ""; display: block; flex-shrink: 0; }

  
  .g9zv .s7luerpw::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;
  }

  
  .s2kksri .s7luerpw::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;
  }

  
  .o9nao8d3 .s7luerpw::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;
  }

  
  .htwsdmj .s7luerpw::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;
  }

  
  .akpmhk .s7luerpw::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) {
  .vpak5p .s7luerpw {
    padding: 5px 14px;
  }
  .vpak5p .ndtnw {
    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;
  }
  .vpak5p .ndtnw li a {
    border-bottom: none; padding: 10px 22px;
  }
  .vpak5p .ndtnw li a:hover { background: var(--bg-raised); }
  .vpak5p .q5u1fhkx,
  .jwep .q5u1fhkx,
  .qv0v1k .q5u1fhkx { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .xq93gf .s7luerpw {
    padding: 5px 10px;
  }
  .xq93gf .ndtnw {
    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);
  }
  .xq93gf .ndtnw.jmy3 { transform: translateX(0); }
  .xq93gf .ndtnw li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .xq93gf .ndtnw li:last-child a { border-bottom: none; }
  .n0v9wo .ndtnw,
  .tftcxaw .ndtnw { background: var(--accent) !important; }
  .n0v9wo .ndtnw li a,
  .tftcxaw .ndtnw li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .qv0v1k .s7luerpw {
    padding: 5px 10px;
  }
  .qv0v1k .ndtnw {
    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);
  }
  .qv0v1k .ndtnw::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .qv0v1k .ndtnw.jmy3 { transform: translateY(0); }
  .qv0v1k .ndtnw li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .ba4cw1 .s7luerpw {
    padding: 5px 10px;
  }
  .ba4cw1 .ndtnw {
    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;
  }
  .ba4cw1 .ndtnw.jmy3 { opacity: 1; pointer-events: auto; }
  .ba4cw1 .ndtnw li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .vz034z     .s7luerpw { border-radius: 0 !important; }
  .c67m   .s7luerpw { border-radius: 8px !important; }
  .v8r0 .s7luerpw { border-radius: 50% !important; }
  .bxidx   .s7luerpw { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .vual94 .kb9p371 { flex-direction: column; align-items: stretch; }
  .vual94 .m5ffzstl { flex-direction: row; min-width: auto; }
  .vual94 .aznjy0 { align-items: flex-start; text-align: left; }
}
.hpiki,
.hpiki.l0xqv,
.lmaq .hpiki,
.jxfog .hpiki,
.la8n4 .hpiki,
.s2tud .hpiki {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.moo12 {
  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;
}
.npbh { flex: 1 1 280px; min-width: 0; }
.co04gqiw {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.b19js {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.wiwq {
  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;
}
.wiwq:hover { transform: translateY(-1px); opacity: 0.95; }
.tzot9gdy .moo12 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.tzot9gdy .co04gqiw { color: var(--cta); }
.tzot9gdy .b19js { color: var(--text-body); }
.tzot9gdy .wiwq {
  background: var(--cta) !important;
  color: #fff !important;
}
.fk7ig .moo12 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.fk7ig .co04gqiw { color: var(--text-primary); }
.fk7ig .b19js { color: var(--text-body); }
.fk7ig .wiwq {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .moo12 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .npbh { flex: 0 0 auto; }
  .co04gqiw { font-size: 1.2rem; }
  .wiwq { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.lpx3yx .nbwoi { height: 36px; }
.e1ze391t .nbwoi { height: 60px; max-width: 200px; }
.po9j .nbwoi { height: 56px; max-width: 180px; }
.vqc10w9    .e1x5g, .vqc10w9    .muvt4f { color: #f59e0b; }
.k5az      .e1x5g { font-size: 1rem; letter-spacing: 1.5px; }
.dvric72    .e1x5g, .dvric72    .muvt4f { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.btii     .e1x5g, .btii     .muvt4f { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.dxw01ky .e1x5g, .dxw01ky .muvt4f { color: var(--cta); letter-spacing: 2px; }
.s4udqsse   .e1x5g, .s4udqsse   .muvt4f { color: #e91e63; letter-spacing: 2px; }
.xq8cq2  .e1x5g, .xq8cq2  .muvt4f { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.zryqud     .e1x5g, .zryqud     .muvt4f { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.qha0j4 .vti47bgd + .vti47bgd {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.e32w42q .m4y7u { padding: 18px 24px; min-height: 68px; }
.ilzr835 .ii693 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.ilzr835 .bfqgy {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.r3seny .vti47bgd {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.e7i832j { counter-reset: cs-rank; }
.e7i832j .m4y7u { counter-increment: cs-rank; }
.e7i832j .m4y7u::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;
}
.pediswa .e7i832j { counter-reset: cs-rank; gap: 0; }
.pediswa .m4y7u {
  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;
}
.pediswa .m4y7u::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;
}
.pediswa .tgiblou6 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.pediswa .s8iqda61 {
  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;
}
.pediswa .l0b9x { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.pediswa .tgiblou6 { min-width: 0; flex-direction: column; width: 100%; }
.pediswa .pgdi81b {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.pediswa .e1x5g { color: var(--cta, var(--accent)); }
.pediswa .ahxnj8v { font-weight: 700; }
.pediswa .vti47bgd {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.pediswa .ii693 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.pediswa .bfqgy {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.pediswa .jwbahmh .bfqgy { font-size: 1.3rem; color: var(--accent-light); }
.pediswa .w7q2g {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.pediswa .m4y7u:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .pediswa .e7i832j {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .pediswa .m4y7u {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .pediswa .m4y7u { padding: 40px 16px 20px; }
  .pediswa .vti47bgd {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .pediswa .w7q2g { width: 100%; min-width: 0; }
}
.evfwpmt .e7i832j { counter-reset: cs-rank; gap: 10px; }
.evfwpmt .m4y7u {
  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);
}
.evfwpmt .m4y7u::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);
}
.evfwpmt .tgiblou6 {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.evfwpmt .s8iqda61 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.evfwpmt .l0b9x { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.evfwpmt .pgdi81b {
  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;
}
.evfwpmt .e1x5g { color: var(--cta, var(--accent)); }
.evfwpmt .vti47bgd {
  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;
}
.evfwpmt .ii693 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.evfwpmt .bfqgy { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.evfwpmt .jwbahmh .bfqgy { color: var(--accent-light); }
.evfwpmt .w7q2g {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.evfwpmt .m4y7u:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .evfwpmt .m4y7u {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .evfwpmt .m4y7u::before {
    position: absolute; top: 14px; left: 14px;
  }
  .evfwpmt .tgiblou6 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .evfwpmt .pgdi81b { white-space: normal; text-align: center; font-size: 1.2rem; }
  .evfwpmt .vti47bgd {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .evfwpmt .w7q2g { width: 100%; min-width: 0; }
  .evfwpmt .e1x5g { min-width: 0; }
}
.m267s .m4y7u::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.h2lat .yag5 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.h2lat .yag5 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.h2lat .yag5 p { padding: 0 2px 16px; }
.z75s64o .yag5 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.z75s64o .yag5 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.z75s64o .yag5 summary::after { content: "›"; font-size: 1.2em; }
.z75s64o .yag5[open] summary::after { content: "‹"; }
.z75s64o .yag5 p { padding: 10px 22px 4px; }
.bpuz .yag5 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.bpuz .yag5 summary { color: var(--text-primary); padding-left: 16px; }
.bpuz .yag5 summary::after { content: "›"; font-size: 1.1em; }
.bpuz .yag5[open] summary::after { content: "‹"; }
.bpuz .yag5 p { padding-left: 16px; }
.rfsom .rr1x5 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.rfsom .yag5 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.rfsom .yag5:last-child { border-bottom: none; }
.rfsom .yag5 summary { color: var(--text-primary); border-radius: 0; }
.rfsom .yag5 summary::after { content: "›"; font-size: 1.1em; }
.rfsom .yag5[open] summary::after { content: "‹"; }
.rhowd96q .yag5 { overflow: hidden; }
.rhowd96q .yag5 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.rhowd96q .yag5 summary::after { color: rgba(255,255,255,.75); }
.rhowd96q .yag5[open] summary { border-radius: 0; }
.gcjcdj { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.v2kmnn0 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.ts9hl {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.q5o0jy0 { color: var(--text-muted); font-size: 1.05rem; }
.ozrq1cm7 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.v58bu { margin-bottom: 20px; }
.njzb8d {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.lskicm3m {
  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;
}
.lskicm3m:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.ql1tg0z { resize: vertical; min-height: 130px; }
.zxzb { width: 100%; margin-top: 8px; }
.c0pciys4 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.me81 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.tqc544 { color: var(--text-muted); line-height: 1.75; }
.bsen { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.bsen li { margin-bottom: 6px; }
.v3m8tih8 { max-width: 760px; margin: 0 auto; }
.x3e59 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.b2w86zt { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.b2w86zt:last-child { border-bottom: none; }
.b2w86zt h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.b2w86zt p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.hxgvb { max-width: 760px; margin: 0 auto; }
.f6bt { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.tspd5m1 ul.bsen { margin: 0; }
.awb4g { max-width: 900px; margin: 0 auto; }
.m59pwp9a { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.m59pwp9a:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.m59pwp9a .f6bt { margin: 0; font-size: 1rem; }
.m59pwp9a .a4uku p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .m59pwp9a { grid-template-columns: 1fr; gap: 10px; } }
.yxtxr .f6bt { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.ybxpvr .bsen { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .p6oring { grid-template-columns: 1fr; } }
.gth4bj { color: inherit; text-decoration: none; }
.gth4bj:hover { color: var(--accent-light); text-decoration: underline; }
.v10fa { display: inline-block; line-height: 0; }
.leohhp2o { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.wqq0j { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.wqq0j:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.b0qrwntt { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.wqq0j p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.wqq0j ul.bsen { margin: 0; }
.skoxo { color: var(--text-muted); line-height: 1.75; }
.v0gnml .bsen,
.rsfq .bsen,
.p07o .bsen,
.ane98fu .bsen {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.v0gnml .wqq0j,
.rsfq .wqq0j { text-align: left; }
.v0gnml .b0qrwntt,
.rsfq .b0qrwntt { text-align: center; }
.vsivya0 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.dwaz4 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.xukxq7 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.vlr8z6bg { margin-top: 12px; }
.c78iq2 { 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; }
.c78iq2:hover { border-bottom-color: var(--accent-light); }
.zwxxvj { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.zwxxvj img { width: 100%; height: 100%; object-fit: cover; display: block; }
.jet0ps8 { width: 200px; height: 200px; }
.lned { border-radius: 28%; }
.tc0441kh { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.u7r8 { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .lbyp3 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.qvf9ws7 .xukxq7, .qvf9ws7 .dwaz4 { max-width: 640px; }
.ebsi .vsivya0 { font-size: 1.6rem; margin-top: 18px; }
.jk1nb .xukxq7 { margin-bottom: 28px; }
@media (max-width: 860px) { .jkwxhh0c { grid-template-columns: 1fr; } .ebsi { position: static; text-align: center; } }
.uhwg { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.c1yrr { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 32px; text-align: center; }
.c1yrr .zwxxvj { margin: 0 auto 18px; }
.c1yrr .tc0441kh { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .uhwg { grid-template-columns: 1fr; } }
.la7569 .vsivya0 { font-size: 1.6rem; margin-bottom: 6px; }
.ane98fu .bsen { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .la7569 { flex-direction: column; text-align: center; } .h10ba { grid-template-columns: 1fr; } }
.bm6nzi4n .vsivya0 { font-size: 1.35rem; margin: 0 0 4px; }
.bm6nzi4n .tc0441kh { margin: 0; }
.p4y72w2u { max-width: 760px; margin: 0 auto; }
.sd9y0t { position: relative; padding-left: 28px; }
.sd9y0t::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.war7tp { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.war7tp:last-child { padding-bottom: 0; }
.r8uj { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.seskjiz h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.seskjiz p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.djss3d2 .ts9hl { color: var(--accent-light); }
.ogy27 .ts9hl { font-size: 2rem; }
.ogy27 .q5o0jy0 { max-width: 680px; }
.ersm1p .ts9hl { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.ersm1p .q5o0jy0  { margin: 0; }
@media (max-width: 640px) { .ersm1p { flex-direction: column; } }
.q3htve .ts9hl { color: var(--accent-light); }
.k5fel5l {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.k5fel5l .ts9hl { color: #fff; }
.k5fel5l .q5o0jy0  { color: rgba(255,255,255,0.85); }
.syfmnlw { max-width: 680px; margin: 0 auto; }
.rgauv {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .rgauv { grid-template-columns: 1fr; } }
.toe6f .lskicm3m {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.toe6f .lskicm3m:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.eeyz4gl .lskicm3m { background: var(--bg-raised); border-color: transparent; }
.eeyz4gl .lskicm3m:focus { background: var(--bg-card); border-color: var(--accent-light); }
.u1s5d5qc .lskicm3m { border-radius: 100px; padding: 11px 20px; }
.u1s5d5qc .ql1tg0z { border-radius: 14px; }
.pyla114 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.pyla114 summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.pyla114 summary::-webkit-details-marker { display: none; }
.pyla114 summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.pyla114[open] summary::after { content: "−"; }
.gicut {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .ubfv { grid-template-columns: 1fr; } }
.pd8c { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.pd8c li { margin-bottom: 6px; }
.jx63bdf{display:none}
.jx63bdf:empty,.m4y5o:empty{display:none}
.ang5644{position:relative;overflow:visible}
.iahk9 .eb12hdox,.yo3uo9ba .eb12hdox,
.svbinn .eb12hdox,.ai9lfv3a .eb12hdox,
.q2m9tgj .eb12hdox,.q3jsr .eb12hdox{display:block}
.ioqx8ea .ob2tmaqa{display:block}
.iahk9 .eb12hdox,.yo3uo9ba .eb12hdox,
.svbinn .eb12hdox,.ai9lfv3a .eb12hdox,
.q2m9tgj .eb12hdox{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}
.iahk9 .eb12hdox .m4y5o,.yo3uo9ba .eb12hdox .m4y5o,
.svbinn .eb12hdox .m4y5o,.ai9lfv3a .eb12hdox .m4y5o,
.q2m9tgj .eb12hdox .m4y5o{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}
.iahk9 .cm6fgv,.yo3uo9ba .cm6fgv,
.svbinn .cm6fgv,.ai9lfv3a .cm6fgv,
.q2m9tgj .cm6fgv{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.iahk9 .eb12hdox,.yo3uo9ba .eb12hdox{top:12px}
.iahk9 .eb12hdox .m4y5o{margin-right:auto}
.yo3uo9ba .eb12hdox .m4y5o{margin-left:auto}
.yo3uo9ba .eb12hdox{text-align:right}
.svbinn .eb12hdox,.ai9lfv3a .eb12hdox{bottom:12px}
.svbinn .eb12hdox .m4y5o{margin-right:auto}
.ai9lfv3a .eb12hdox .m4y5o{margin-left:auto}
.ai9lfv3a .eb12hdox{text-align:right}
.q2m9tgj .eb12hdox{position:relative;margin-top:16px}
.q2m9tgj .eb12hdox .m4y5o{margin:0 auto}
.q3jsr .eb12hdox{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.q3jsr .eb12hdox .m4y5o{margin:0}
.q3jsr .inuue271~.eb12hdox,
.q3jsr .a4drw70z~.eb12hdox{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.q3jsr .inuue271~.eb12hdox .m4y5o,
.q3jsr .a4drw70z~.eb12hdox .m4y5o{justify-content:flex-start}
.inuue271~.eb12hdox,.a4drw70z~.eb12hdox{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}
.inuue271~.eb12hdox .m4y5o{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.a4drw70z~.eb12hdox .m4y5o{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ob2tmaqa .m4y5o{margin:0 0 12px}
.m4y5o{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.cm6fgv{white-space:nowrap}
.r5h77f .cm6fgv{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.jxnf .cm6fgv{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}
.jxnf .jymeeao::before{content:""}
.cvawa .m4y5o{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.fzee3y9 .cm6fgv{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.vsje5ttd .cm6fgv{color: var(--accent-light);opacity:1;font-weight:500}
.h4jldo .cm6fgv{border-bottom:1px solid currentColor;padding-bottom:2px}
.an4g9bl .m4y5o{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.h8no4{--date-bg:var(--accent-bg)}
.tmrqdmg .jymeeao::before{content:""}
.qhgor8g .cm6fgv + .cm6fgv::before{content:"•";margin-right:6px;opacity:.4}
.z0fbkb1m .cm6fgv + .cm6fgv::before{content:"/";margin-right:6px;opacity:.35}
.djehfs .cm6fgv + .cm6fgv::before{content:"|";margin-right:6px;opacity:.3}
.h2ba1onb .cm6fgv + .cm6fgv::before{content:"—";margin-right:6px;opacity:.3}
.mnl1k .cm6fgv + .cm6fgv::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.tttz .cm6fgv + .cm6fgv::before{content:"·";margin-right:6px;opacity:.4}
.u9zigb3b .cm6fgv + .cm6fgv::before{content:"›";margin-right:6px;opacity:.4}
.r7yxx .cm6fgv + .cm6fgv::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.s5t4je{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.out5{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.bmhb{display:flex;flex-direction:column;gap:3px}
.ivdf5w4s{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.b3r9jzo{font-weight:700;font-size:1rem;color:var(--text-heading)}
.cjacvo{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.onem .s5t4je{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.jflt0yl .s5t4je{border-top:3px solid var(--accent);padding-top:18px}
.f1x4wx2 .s5t4je{border-left:3px solid var(--accent);border-radius:0}
.l3nkiz .s5t4je{padding:20px 0}
@media(max-width:640px){
  .s5t4je{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .cjacvo{max-width:100%}
}
.kne4oqs9 .wwx4hu9p{margin:0}
@media (max-width:560px){
  .soq3r{grid-template-columns:repeat(2,1fr);gap:12px}
}
.jrcl2466 {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.jrcl2466.wfjp {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.cb75csz6 {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.cb75csz6 .hq1tk {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  width: 36px; height: 36px; border-radius: 50%;
  padding: 0; margin: 0;
  z-index: 2;
  font-size: 0 !important; color: transparent !important;   
  transition: background 0.15s;
}
.cb75csz6 .hq1tk::before,
.cb75csz6 .hq1tk::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: 2px;
  background: var(--text-primary, #111);
}
.cb75csz6 .hq1tk::before { transform: translate(-50%, -50%) rotate(45deg); }
.cb75csz6 .hq1tk::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.cb75csz6 .hq1tk:hover { background: rgba(0,0,0,0.12) !important; }
.irm6 {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.m1mentut {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.az2i25bi {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.kuz6v6t {
  margin: 0 0 18px; font-size: 0.98rem;
  color: var(--text-muted, #555);
}
.cb75csz6 .ariy8z0q {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.cb75csz6 .ariy8z0q:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .cb75csz6 { padding: 28px 18px 20px; }
  .az2i25bi { font-size: 1.2rem; }
  .irm6 { max-width: 220px; max-height: 80px; }
}
.fbeqx {
  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);
}
.xr1tcz {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.nj7wp0fp  .fbeqx { border-radius: 50%; }
.m5mj  .fbeqx { border-radius: 6px; }
.h0k4 .fbeqx { border-radius: 22px; }
.gr92h .moo12 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .fbeqx { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.b62w .l0xqv {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.b62w .wh69d {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.b62w .moo12 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.ana3kb {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.ana3kb.wfjp { transform: translate(-50%, 0); }
.ana3kb .l0xqv,
.ana3kb .wh69d {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.ana3kb .moo12 {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.uh17f9 {
  position: absolute;
  
  top: 14px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.uh17f9::before,
.uh17f9::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.uh17f9::before { transform: translate(-50%, -50%) rotate(45deg); }
.uh17f9::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.uh17f9:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .ana3kb { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .ana3kb .moo12 {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .ana3kb .b19js { display: none !important; }
  .ana3kb .co04gqiw { font-size: 1.1rem !important; }
  .ana3kb .fbeqx { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .uh17f9 { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .t4975e { flex-direction: row-reverse; }
[dir="rtl"] .ndtnw { flex-direction: row-reverse; }
[dir="rtl"] .sjvkov  .ywo12b9m { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .k6zza8 .ywo12b9m { right: auto; left: 20px; }
  [dir="rtl"] .sjvkov  .ywo12b9m { left: auto;  right: 20px; }
}
[dir="rtl"] .ttazpip .wwitb96l  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .siz2 .wwitb96l { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .inuue271,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .z3auu9k9, [dir="rtl"] .svrsh { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ysuk91q { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .w9y9h567 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .hw2jgzt { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .moo12 { direction: rtl; }
[dir="rtl"] .fbeqx { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .m4y7u,
[dir="rtl"] .ahwde { direction: rtl; }
[dir="rtl"] .i6d4yk { direction: rtl; }
[dir="rtl"] .rltegm { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .mpbthwm .svrsh,
[dir="rtl"] .zpm629 .svrsh,
[dir="rtl"] .vjz7ld .svrsh,
[dir="rtl"] .g0asyj3s .svrsh {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .mpbthwm .svrsh li::before,
[dir="rtl"] .zpm629 .svrsh li::before,
[dir="rtl"] .vjz7ld .svrsh li::before,
[dir="rtl"] .g0asyj3s .svrsh li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .vves1.uyhxiz .qa9c4,
[dir="rtl"] .qsbkzu.uyhxiz .qa9c4,
[dir="rtl"] .aaat6e.uyhxiz .qa9c4,
[dir="rtl"] .gx2ej4h.uyhxiz .qa9c4,
[dir="rtl"] .lo3b.uyhxiz .qa9c4 { text-align: right; }
[dir="rtl"] .inuue271.uyhxiz .kxzflb { align-items: flex-end; text-align: right; }
[dir="rtl"] .inuue271.r1f1yg .kxzflb { text-align: center; }
[dir="rtl"] .inuue271 .kxzflb { text-align: right; }
[dir="rtl"] .wh69d,
[dir="rtl"] .xi2mwxpa,
[dir="rtl"] .gi2dr5,
[dir="rtl"] .ozrq1cm7,
[dir="rtl"] .njzb8d,
[dir="rtl"] .xukxq7,
[dir="rtl"] .lskicm3m,
[dir="rtl"] .ql1tg0z { text-align: right; direction: rtl; }
[dir="rtl"] .u1s5d5qc .lskicm3m,
[dir="rtl"] .toe6f .lskicm3m { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #5a0890;
  --brand:           #5a0890;
  --brand-light:     #490c71;
  --brand-pale:      #651b96;
  --grad-start:      #900ce6;
  --grad-end:        #a947e9;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #5a0890;
  --cta-light:       #42036c;
  --cta-hover:       #350456;
  --bg-page:         #f7f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f3f6;
  --bg-raised:       #f0edf1;
  --bg-hover:        #f5f3f6;
  --border:          #e6e1e9;
  --border-alt:      #d7cfdd;
  --border-section:  #e6e1e9;
  --text-primary:    #1a161c;
  --text-muted:      #5b5062;
  --text-body:       #342d38;
  --text-sub:        #4e4454;
  --text-faint:      #82728c;
  --text-dim:        #9b8ea3;
  --text-label:      #685b70;
  --text-value:      #413946;
  --accent-bg:       #eddef6;
  --accent-bg-light: #e0c2f4;
  --bg-tip:          #f0f9f7;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f2f9;
  --bg-pros:         #f0f9f7;
  --bg-cons:         #faf3f5;
  --c-pros:          #0c967c;
  --c-cons:          #9f213c;
  --c-pros-label:    #0eb393;
  --c-tip-border:    #10c6a3;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c967c;
}
:root { --logo-bg-opacity: 54%; }
body, button, input { font-family: "Nunito Sans", sans-serif; }
.vdl0 .ychxc8 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.vdl0 .ychxc8::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.vdl0 .voes6bo     .ychxc8::before { content: "";  color: var(--c-tip-border); }.vdl0 .db4jz11k .ychxc8::before { content: ""; color: var(--c-warn-border); }.vdl0 .lyfm5o3y    .ychxc8::before { content: ""; color: #60a5fa; }.ypf21vfz .vdl0 .voes6bo     .ychxc8::before { color: #10b981; }.ypf21vfz .vdl0 .db4jz11k .ychxc8::before { color: #f43f5e; }.ypf21vfz .vdl0 .lyfm5o3y    .ychxc8::before { color: #a855f7; }.el9cbx40  .vdl0 .voes6bo     .ychxc8::before { color: #eab308; }.el9cbx40  .vdl0 .db4jz11k .ychxc8::before { color: #ef4444; }.el9cbx40  .vdl0 .lyfm5o3y    .ychxc8::before { color: #f97316; }.m1nu  .vdl0 .voes6bo     .ychxc8::before { color: #38bdf8; }.m1nu  .vdl0 .db4jz11k .ychxc8::before { color: #818cf8; }.m1nu  .vdl0 .lyfm5o3y    .ychxc8::before { color: #2dd4bf; }.jpt680v .vdl0 .ychxc8::before { color: var(--accent-light) !important; }
.uvgvozkr .hu7nuu li::before, .uvgvozkr .nolsn3qh 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; }.uvgvozkr .hu7nuu li::before { content: ""; }.uvgvozkr .nolsn3qh li::before { content: ""; }.uvgvozkr .c96xe::before, .uvgvozkr .ykvltiw1::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.uvgvozkr .c96xe::before { content: ""; }.uvgvozkr .ykvltiw1::before { content: ""; }
.mfcwws .xm58o, .mfcwws .inuue271 { min-height: 780px; }
.fgoxybo::before { content: '·'; font-size: 1.3em; line-height: 1; }