:root {
  --color-accent: #24c33f;
  --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;
}
.qk4huydf {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.a2g0xrwh {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.rqurxy {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.x31jm { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.gtp2n { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.gtp2n a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.gtp2n a:hover { color: var(--accent-light); }
.lheb     .hgr5195 { border-radius: 6px; }
.lheb .hgr5195 li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.lheb .hgr5195 li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.mhbjqu  .hgr5195 li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .hgr5195 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .xsfn6:hover .hgr5195,
  .xsfn6:focus-within .hgr5195 { display: block; }
  .hgr5195 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.wutx {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.dvgq0t { display: none; }
@media (max-width: 640px) {
  .dvgq0t {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .dvgq0t.d737 { display: block; }
}
@media (max-width: 640px) {
  .wutx { display: block; }
  .gtp2n > li + li::before { display: none !important; }
  .gtp2n {
    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;
  }
  .gtp2n.d737 { display: flex; }
  .gtp2n li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .gtp2n li:last-child a { border-bottom: none; }
}
.u7suyg74 { min-height: 480px; }
.dscd {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.v5alyaa { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.r46xt .v5alyaa { margin-left: 0; margin-right: 0; }
.fyyw {
  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;
}
.pntrvuqa .fyyw { margin-top: 24px; }
.fyyw:hover { opacity: 0.88; }
.brz1p .mhsv {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.brz1p .dscd { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.brz1p .v5alyaa { color: #e2e8f0; }
.brz1p.qcmtrh8 .mhsv { text-align: center; }
.brz1p.r46xt   .mhsv { text-align: left; }
.r0hb {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-page);
  min-height: auto; padding: 48px 0 32px;
  border-bottom: 1px solid var(--border);
}
.r0hb .mhsv {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.r0hb .dscd { color: var(--text-primary); text-shadow: none; }
.r0hb .v5alyaa { color: var(--text-muted); }
.r0hb .fyyw { margin-top: 16px; }
.r0hb, .r0hb.u7suyg74 { min-height: auto !important; }
.r0hb.qcmtrh8 .mhsv { text-align: center; }
.r0hb.r46xt   .mhsv { text-align: left; }
.r0hb~.w4vw{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}
.r0hb~.w4vw .irtx{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%); }
}
.jgm3qf .jes7ef,
.jgm3qf .hb32 {
  position: relative; overflow: hidden;
}
.jgm3qf .jes7ef::after,
.jgm3qf .hb32::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); }
}
.jgm3qf .brz1p .hba6j6x {
  overflow: hidden;
}
.jgm3qf .brz1p .hba6j6x::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; }
}
.jes7ef .dscd { color: #fff; }
.jes7ef .v5alyaa { color: rgba(255,255,255,0.85); }
.jes7ef .fyyw { background: #fff; color: var(--cta); }
.jes7ef .fyyw:hover { opacity: 0.92; }
.jgm3qf .wk8t0 { position: relative; overflow: hidden; }
.jgm3qf .wk8t0::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;
}
.wk8t0 .dscd { text-shadow: none; color: var(--text-primary); }
.wk8t0 .v5alyaa { color: var(--text-muted); }
body.ekf2o .dscd {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.qeel .dscd {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.u7suyg74.jes7ef .dscd,
section.jes7ef .dscd {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.wk8t0.qcmtrh8 .rcw5r7br { align-items: center; text-align: center; }
.u7suyg74 .wretud5 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.wretud5 .gtncj.uy0abkrt {
  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;
}
.wretud5 .gtncj.uy0abkrt:hover { opacity: 0.85; }
.epec9 .mhsv { padding-bottom: 24px; }
.pntrvuqa .mhsv { max-width: 1100px; }
@media (max-width: 700px) {
  .wk8t0 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .wk8t0:not(.qa5sq737) .dxezhxxq { display: none !important; }
  .qa5sq737 .dxezhxxq { padding: 16px; }
  .rcw5r7br  { padding: 36px 24px; }
  .wk8t0~.w4vw,.stvv18h0~.w4vw{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .u7suyg74, .wk8t0 { min-height: 320px !important; }
  .dscd { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .wozt,
  .gg7yzs,
  .ascr9 { grid-template-columns: 1fr !important; }

  

  
  .epec9 { display: flex !important; flex-direction: column !important; }
  .epec9 .mhsv { display: contents; }
  .epec9 .hba6j6x { order: 0; }
  .epec9 .dscd { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .epec9 .wozt { order: 2; padding: 0 16px 12px !important; }
  .epec9 .v5alyaa { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .pntrvuqa .mhsv { display: flex; flex-direction: column; }
  .pntrvuqa .mhsv .dscd { order: 1; }
  .pntrvuqa .mhsv .ascr9 { order: 2; margin: 8px 0 24px !important; }
  .pntrvuqa .mhsv .v5alyaa { order: 3; }
  .pntrvuqa .mhsv .fyyw { order: 4; align-self: center; margin-top: 0; }

  
  .wk8t0.qa5sq737 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .wk8t0.qa5sq737 .rcw5r7br { display: contents; padding: 0; }
  .wk8t0.qa5sq737 .rcw5r7br .dscd { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .wk8t0.qa5sq737 .dxezhxxq { order: 2; padding: 12px 16px; }
  .wk8t0.qa5sq737 .rcw5r7br .v5alyaa { order: 3; padding: 0 24px; margin: 0 auto; }
  .wk8t0.qa5sq737 .rcw5r7br .fyyw { order: 4; align-self: center; margin: 8px 0 32px; }
}
.yjt5b6pg { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.rv1q0 { width: 100%; height: auto; display: block; border-radius: 10px; }
.lpwg42 .yjt5b6pg        { border-radius: 16px; }
.lpwg42 .rv1q0  { border-radius: 16px; }
.e9c7 .yjt5b6pg         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.e9c7 .rv1q0   { border-radius: 8px; }
.h7opo0b3 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.x97ht2 { width: 100%; padding: 32px 0; position: relative; }
.wgxz { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.lbcoifsh .x97ht2:nth-child(even) { background: var(--bg-surface); }
.lbcoifsh .x97ht2:nth-child(odd)  { background: var(--bg-page); }
.om317w09 .x97ht2:nth-child(even) { background: var(--bg-card); }
.om317w09 .x97ht2:nth-child(odd)  { background: var(--bg-page); }
.lbcoifsh .x97ht2:nth-child(odd)  .wgxz { background: var(--bg-card); border-radius: 6px; }
.lbcoifsh .x97ht2:nth-child(even) .wgxz { background: var(--bg-raised); border-radius: 6px; }
.om317w09 .x97ht2:nth-child(odd)  .wgxz { background: var(--bg-card); border-radius: 6px; }
.om317w09 .x97ht2:nth-child(even) .wgxz { background: var(--bg-raised); border-radius: 6px; }
.lbcoifsh .x97ht2:nth-child(even) .w2ayx8je .h2lrrq,
.om317w09 .x97ht2:nth-child(even) .w2ayx8je .h2lrrq { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.lbcoifsh .x97ht2:nth-child(odd) .w2ayx8je .h2lrrq,
.om317w09 .x97ht2:nth-child(odd) .w2ayx8je .h2lrrq { background: var(--bg-card-inner); }
.lbcoifsh .x97ht2:nth-child(even) .ze772w .h2lrrq:nth-child(odd),
.om317w09 .x97ht2:nth-child(even) .ze772w .h2lrrq:nth-child(odd)  { background: var(--bg-card); }
.lbcoifsh .x97ht2:nth-child(even) .ze772w .h2lrrq:nth-child(even),
.om317w09 .x97ht2:nth-child(even) .ze772w .h2lrrq:nth-child(even) { background: var(--bg-card-inner); }
h1.itnu5r { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.itnu5r {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.ds9j { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.lbojg h2.itnu5r {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.oi4pdg h2.itnu5r {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.vklvgq h2.itnu5r {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.jxspao4 h2.itnu5r::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.n5ncm00 h2.itnu5r {
  color: var(--text-primary); font-size: 1.7rem;
}
.x5segi h2.itnu5r::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.s9748qc h2.itnu5r {
  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;
}
.i5ks2ntx { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .i5ks2ntx { display: none; } }
.v47fqz5g { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.hjgl1j { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.b1yh {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.edls { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.qtd0k18 { padding-left: 20px; }
.qtd0k18 li { margin-bottom: 6px; }
.qtd0k18 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.qtd0k18 a:hover { color: var(--accent-light); }
.yn4sr .edls { display: none; }
.kosfh9ze .edls { display: none; }
.kosfh9ze .qtd0k18 { padding-left: 0; list-style: none; }
.kosfh9ze .qtd0k18 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.kosfh9ze .qtd0k18 a { font-size: 0.92rem; }
.s0ntt6e .b1yh { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.s0ntt6e .edls { display: none; }
.s0ntt6e .qtd0k18 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.s0ntt6e .qtd0k18 li { margin-bottom: 0; }
.s0ntt6e .qtd0k18 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;
}
.s0ntt6e .qtd0k18 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.z9p5uc6s .b1yh { padding: 20px 20px 16px; }
.z9p5uc6s .qtd0k18 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.z9p5uc6s .qtd0k18 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.z9p5uc6s .qtd0k18 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;
}
.z9p5uc6s .qtd0k18 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;
}
.z9p5uc6s .qtd0k18 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.z9p5uc6s .qtd0k18 a:focus,
.z9p5uc6s .qtd0k18 a:focus-visible,
.z9p5uc6s .qtd0k18 a:target { outline: none; }
.z9p5uc6s .qtd0k18 li:target a { border-color: var(--border); color: var(--text-muted); }
.vc72 .b1yh { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.vc72 .edls { display: none; }
.vc72 .qtd0k18 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.vc72 .qtd0k18 li { margin-bottom: 0; }
.vc72 .qtd0k18 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.vc72 .qtd0k18 li:last-child::after { content: ""; margin-right: 0; }
.vc72 .qtd0k18 a { font-size: 0.9rem; }
.h2lrrq { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.w2ayx8je .h2lrrq { background: var(--bg-card); }
.ze772w .h2lrrq:nth-child(odd)  { background: var(--bg-card); }
.ze772w .h2lrrq:nth-child(even) { background: var(--bg-raised); }
.p1ooiv3l .h2lrrq {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.p1ooiv3l .h2lrrq:last-child { border-bottom: none; }
.p1ooiv3l h3.ds9j { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.dzol41iz .h2lrrq {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.dzol41iz .h2lrrq + .h2lrrq { margin-top: 4px; }
.t2z91p .h2lrrq { background: none; border-radius: 0; padding: 12px 0; }
.t2z91p .h2lrrq + .h2lrrq { border-top: 1px solid var(--border-section); }
.olatjx2e { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.xczy { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.cvjf { color: var(--text-body); margin-bottom: 10px; }
.cclc0ba, .cus1j0k { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.cclc0ba li, .cus1j0k li { margin-bottom: 6px; }
.cus1j0k li { list-style: decimal; }
.mjo7cr2     .cclc0ba { list-style-type: "● "; }
.czm61x  .cclc0ba { list-style-type: "■ "; }
.zjndm2o3 .cclc0ba { list-style-type: "◆ "; }
.aktiup    .cclc0ba { list-style-type: "★ "; }
.mjo7cr2     .r2xhci4n { list-style-type: "● "; }
.czm61x  .r2xhci4n { list-style-type: "■ "; }
.zjndm2o3 .r2xhci4n { list-style-type: "◆ "; }
.aktiup    .r2xhci4n { list-style-type: "★ "; }
.mjo7cr2    .cclc0ba li::marker, .mjo7cr2    .r2xhci4n li::marker,
.czm61x .cclc0ba li::marker, .czm61x .r2xhci4n li::marker,
.zjndm2o3 .cclc0ba li::marker, .zjndm2o3 .r2xhci4n li::marker,
.aktiup   .cclc0ba li::marker, .aktiup   .r2xhci4n li::marker {
  color: var(--cta); font-size: 1em;
}
.mjo7cr2 .cus1j0k,
.czm61x .cus1j0k,
.zjndm2o3 .cus1j0k,
.aktiup .cus1j0k {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.mjo7cr2 .cus1j0k li,
.czm61x .cus1j0k li,
.zjndm2o3 .cus1j0k li,
.aktiup .cus1j0k li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.mjo7cr2 .cus1j0k li::before,
.czm61x .cus1j0k li::before,
.zjndm2o3 .cus1j0k li::before,
.aktiup .cus1j0k 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;
}
.mjo7cr2     .cus1j0k li::before { border-radius: 50%; }
.czm61x  .cus1j0k li::before { border-radius: 3px; }
.zjndm2o3 .cus1j0k li::before { border-radius: 3px; }
.aktiup    .cus1j0k li::before { border-radius: 50%; }
.cfrv2cb3 .kui965h th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.hlghq9 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.kz1mu02 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.rsxa33l { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.saexi18 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.d89apqw { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.r2xhci4n { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.r2xhci4n 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%}
.niccfzhb .saexi18 { background: transparent; text-align: center; }
.ijdb5gk .rsxa33l {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.qqg6n .rsxa33l {
  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);
}
.kddzvfi .kz1mu02 { display: grid; grid-template-columns: auto 1fr; }
.kddzvfi .rsxa33l {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.kddzvfi .saexi18 { grid-column: 2; }
.kddzvfi .d89apqw,
.kddzvfi .r2xhci4n { grid-column: 1 / -1; }
.a4kjz5 .kz1mu02 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.a4kjz5 .rsxa33l {
  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);
}
.a4kjz5 .saexi18 { grid-column: 2; }
.a4kjz5 .d89apqw,
.a4kjz5 .r2xhci4n { grid-column: 1 / -1; }
.a1xqt .kz1mu02 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.a1xqt .saexi18 { background: none; color: var(--accent-light); font-weight: 700; }
.efwkgvd3 .kz1mu02 { 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); }
.efwkgvd3 .saexi18 { background: none; color: var(--accent-light); font-weight: 700; }
.dfrhahy .kz1mu02 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.dfrhahy .kz1mu02:last-child { border-bottom: none; }
.dfrhahy .saexi18 { background: none; color: var(--accent-light); font-weight: 700; }
.nzv83ii .kz1mu02 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.nzv83ii .saexi18 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.a5q8m .hlghq9 { counter-reset: card-n; }
.a5q8m .kz1mu02  { counter-increment: card-n; }
.a5q8m .saexi18 { display: flex; align-items: center; gap: 10px; }
.a5q8m .saexi18::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;
}
.tnga6u69 .kz1mu02 { background: var(--bg-surface); border: 1px solid var(--border); }
.tnga6u69 .saexi18 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.l5up { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.wk033  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.iri9eh3 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.vg93 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.l5up strong { color: var(--text-primary); font-size: 0.95rem; }
.l5up p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.rv1q0 { width: 100%; height: auto; border-radius: 10px; display: block; }
.uy0abkrt {
  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;
}
.uy0abkrt:hover { opacity: 0.85; }
.lljdbw0p .uy0abkrt  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.lljdbw0p .uy0abkrt:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.vxcpl .uy0abkrt  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.vxcpl .uy0abkrt:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.huvpq87 .fyyw { border-radius: 50px; }
.huvpq87 .uy0abkrt  { border-radius: 50px; }
.hzjq .fyyw { padding-left: 22px; padding-right: 22px; }
.hzjq .uy0abkrt  { padding-left: 12px; padding-right: 12px; }
.urpii .fyyw { padding-left: 44px; padding-right: 44px; }
.urpii .uy0abkrt  { padding-left: 24px; padding-right: 24px; }
.gcvwej0w .fyyw { padding-left: 56px; padding-right: 56px; }
.gcvwej0w .uy0abkrt  { padding-left: 32px; padding-right: 32px; }
.rd115h2x   .fyyw::after, .rd115h2x   .uy0abkrt::after,
.dpnd5pg .fyyw::after, .dpnd5pg .uy0abkrt::after,
.pxjn9s    .fyyw::after, .pxjn9s    .uy0abkrt::after,
.ff9rqm8e    .fyyw::after, .ff9rqm8e    .uy0abkrt::after,
.d9zut    .fyyw::after, .d9zut    .uy0abkrt::after,
.f0i3x45k     .fyyw::after, .f0i3x45k     .uy0abkrt::after,
.vt63yyaz    .fyyw::after, .vt63yyaz    .uy0abkrt::after,
.ult3   .fyyw::after, .ult3   .uy0abkrt::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;
}
.rd115h2x .fyyw::after, .rd115h2x .uy0abkrt::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");
}
.dpnd5pg .fyyw::after, .dpnd5pg .uy0abkrt::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");
}
.pxjn9s .fyyw::after, .pxjn9s .uy0abkrt::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");
}
.ff9rqm8e .fyyw::after, .ff9rqm8e .uy0abkrt::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");
}
.d9zut .fyyw::after, .d9zut .uy0abkrt::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");
}
.f0i3x45k .fyyw::after, .f0i3x45k .uy0abkrt::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");
}
.vt63yyaz .fyyw::after, .vt63yyaz .uy0abkrt::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");
}
.ult3 .fyyw::after, .ult3 .uy0abkrt::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");
}
.nnxaiixu   .z7svt::after, .nnxaiixu   .t618::after,
.kwj6o .z7svt::after, .kwj6o .t618::after,
.t3nvj    .z7svt::after, .t3nvj    .t618::after,
.qtn1yadt    .z7svt::after, .qtn1yadt    .t618::after,
.hetlb2aq    .z7svt::after, .hetlb2aq    .t618::after,
.w0erq2i0     .z7svt::after, .w0erq2i0     .t618::after,
.tn4vg9t3    .z7svt::after, .tn4vg9t3    .t618::after,
.ycsum   .z7svt::after, .ycsum   .t618::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;
}
.nnxaiixu .z7svt::after, .nnxaiixu .t618::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");
}
.kwj6o .z7svt::after, .kwj6o .t618::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");
}
.t3nvj .z7svt::after, .t3nvj .t618::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");
}
.qtn1yadt .z7svt::after, .qtn1yadt .t618::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");
}
.hetlb2aq .z7svt::after, .hetlb2aq .t618::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");
}
.w0erq2i0 .z7svt::after, .w0erq2i0 .t618::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");
}
.tn4vg9t3 .z7svt::after, .tn4vg9t3 .t618::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");
}
.ycsum .z7svt::after, .ycsum .t618::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");
}
.geq9p5p .uahzj   { background: rgba(128,128,128,.12); }
.gtncj.uy0abkrt {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .i1ak3 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .i1ak3::before    { grid-area: rank;   }
  .zd4j           { grid-area: ident;  }
  .uq5wq     { grid-area: rating; min-width: 0; width: auto; }
  .tackl8d           { grid-area: pills;  }
  .gtncj             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .i1ak3 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .i1ak3::before    { justify-self: center; }
  .zd4j           { width: 100%; }
  .uq5wq     { justify-self: center; }
  .tackl8d           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .q4b0l .zkvhb {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .q4b0l .hak5 { margin: 0; }
}
.vykr62 .hak5 { border-top: 4px solid var(--accent); }
.vykr62 .v46x3d6o { background: var(--bg-card); }
@media (max-width: 720px) {
  .zadz { grid-template-columns: 1fr; }
  .wjxtpfg { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .wjxtpfg .xp4kw0d { width: 72px; height: 50px; }
  .wjxtpfg .sxhkk4 { max-width: 180px; }
  .wjxtpfg .a1fv { width: auto; }
}
@media (max-width: 720px) {
  .dh0i { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .lkawqyqy { padding: 16px; }
  .b7qe1wq1 .quc1sxn { min-width: 50%; }
}
@media (max-width: 860px) {
  .s6nyhl9 { grid-template-columns: 1fr; }
  .qo98zsm { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .y2pwz5 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .adp1 { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .acul { flex-direction: column; align-items: stretch; }
}
.oclh0m .a1fv .uy0abkrt { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .bo1w4id1 { flex-direction: column; align-items: stretch; gap: 10px; }
  .oclh0m .a1fv { text-align: center; }
}
@media (max-width: 720px) {
  .ro0tc7 { grid-template-columns: 1fr; }
  .bpybi29l { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .aekagjn { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .myqgv { grid-template-columns: 1fr; }
  .cfdxadd1 { width: 100px; height: 100px; margin: 16px auto; }
  .aoag { font-size: 1.4rem; }
  .v6l7fg { justify-content: center; }
  .bq8z9f .quc1sxn { min-width: 50%; }
}
@media (max-width: 540px) {
  .tmb0gftz { flex-wrap: wrap; padding: 14px 16px; }
  .bn0n9 { padding: 12px 16px; }
  .wfeg .wdkm { margin: 0 16px; }
  .wfeg .ibr84ow { padding: 0 16px; }
  .ihckfxh { padding: 12px 16px; }
}
.uyiaa0c .tackl8d .oc09n74m {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.uyiaa0c .tackl8d .oc09n74m:first-child { border-left: none; }
.v206iat { margin: 16px 0; }
.no7ju { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.no7ju summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.no7ju summary::after { content: "+"; color: var(--accent-light); }
.no7ju[open] summary::after { content: "−"; }
.no7ju p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.x97ht2 { margin-bottom: 0; }
.tia4h1c h2.itnu5r { color: var(--text-primary); border-color: var(--accent-light); }
.mbs3ziz h2.itnu5r { color: var(--text-primary); border-color: var(--accent-light); }
.a7kct6 .wk033     { background: #052e16; border-color: #10b981; }
.a7kct6 .iri9eh3    { background: #1e1036; border-color: #a855f7; }
.a7kct6 .l5up strong  { color: #f1f5f9; }
.a7kct6 .l5up p       { color: #cbd5e1; }
.a7kct6 .h7qqlp    .wk033     .vg93::before,
.a7kct6 .d79q7r3  .wk033     .vg93::before,
.a7kct6 .sa39j2g  .wk033     .vg93::before,
.a7kct6 .wf5myu80 .wk033     .vg93::before { color: #10b981; }
.a7kct6 .h7qqlp    .thzj0x .vg93::before,
.a7kct6 .d79q7r3  .thzj0x .vg93::before,
.a7kct6 .sa39j2g  .thzj0x .vg93::before,
.a7kct6 .wf5myu80 .thzj0x .vg93::before { color: #f43f5e; }
.a7kct6 .h7qqlp    .iri9eh3    .vg93::before,
.a7kct6 .d79q7r3  .iri9eh3    .vg93::before,
.a7kct6 .sa39j2g  .iri9eh3    .vg93::before,
.a7kct6 .wf5myu80 .iri9eh3    .vg93::before { color: #a855f7; }
.zxrzjr4 .wk033     { background: #2d2000; border-color: #eab308; }
.zxrzjr4 .iri9eh3    { background: #2d1600; border-color: #f97316; }
.zxrzjr4 .l5up strong  { color: #f1f5f9; }
.zxrzjr4 .l5up p       { color: #cbd5e1; }
.zxrzjr4 .h7qqlp    .wk033     .vg93::before,
.zxrzjr4 .d79q7r3  .wk033     .vg93::before,
.zxrzjr4 .sa39j2g  .wk033     .vg93::before,
.zxrzjr4 .wf5myu80 .wk033     .vg93::before { color: #eab308; }
.zxrzjr4 .h7qqlp    .thzj0x .vg93::before,
.zxrzjr4 .d79q7r3  .thzj0x .vg93::before,
.zxrzjr4 .sa39j2g  .thzj0x .vg93::before,
.zxrzjr4 .wf5myu80 .thzj0x .vg93::before { color: #ef4444; }
.zxrzjr4 .h7qqlp    .iri9eh3    .vg93::before,
.zxrzjr4 .d79q7r3  .iri9eh3    .vg93::before,
.zxrzjr4 .sa39j2g  .iri9eh3    .vg93::before,
.zxrzjr4 .wf5myu80 .iri9eh3    .vg93::before { color: #f97316; }
.fxefxmn .wk033     { background: #0c1a2e; border-color: #38bdf8; }
.fxefxmn .iri9eh3    { background: #0a2020; border-color: #2dd4bf; }
.fxefxmn .l5up strong  { color: #f1f5f9; }
.fxefxmn .l5up p       { color: #cbd5e1; }
.fxefxmn .h7qqlp    .wk033     .vg93::before,
.fxefxmn .d79q7r3  .wk033     .vg93::before,
.fxefxmn .sa39j2g  .wk033     .vg93::before,
.fxefxmn .wf5myu80 .wk033     .vg93::before { color: #38bdf8; }
.fxefxmn .h7qqlp    .thzj0x .vg93::before,
.fxefxmn .d79q7r3  .thzj0x .vg93::before,
.fxefxmn .sa39j2g  .thzj0x .vg93::before,
.fxefxmn .wf5myu80 .thzj0x .vg93::before { color: #818cf8; }
.fxefxmn .h7qqlp    .iri9eh3    .vg93::before,
.fxefxmn .d79q7r3  .iri9eh3    .vg93::before,
.fxefxmn .sa39j2g  .iri9eh3    .vg93::before,
.fxefxmn .wf5myu80 .iri9eh3    .vg93::before { color: #2dd4bf; }
.a0c6 .wk033     { background: var(--accent-bg); border-color: var(--accent-light); }
.a0c6 .iri9eh3    { background: var(--accent-bg); border-color: var(--accent-pale); }
.a0c6 .h7qqlp    .vg93::before,
.a0c6 .d79q7r3  .vg93::before,
.a0c6 .sa39j2g  .vg93::before,
.a0c6 .wf5myu80 .vg93::before { color: var(--accent-light) !important; }
.p7h6jw9u .ymvleca { background: var(--bg-pros); }
.p7h6jw9u .kwu0 { background: var(--bg-cons); }
.p7h6jw9u .ymvleca .bfb4x { color: var(--c-pros-label); }
.p7h6jw9u .kwu0 .qs9sdn { color: var(--c-cons); }
.p7h6jw9u .ymvleca ul li,
.p7h6jw9u .s8xy li          { color: var(--c-pros); }
.p7h6jw9u .kwu0 ul li,
.p7h6jw9u .ytx3f955 li          { color: var(--c-cons); }
.lg3wwp .bfb4x::before { content: "✓ "; }
.lg3wwp .qs9sdn::before { content: "✗ "; }
.kfuiocd .l5up { background: transparent; border-left: none; border: 1.5px solid; }
.kfuiocd .wk033     { border-color: var(--c-tip-border); }
.kfuiocd .iri9eh3    { border-color: #60a5fa; }
.kfuiocd .l5up strong { color: var(--text-primary); }
.kfuiocd .l5up p      { color: var(--text-muted); }
.ky5mjyct .l5up { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.ky5mjyct .wk033     { border-top-color: var(--c-tip-border); }
.ky5mjyct .iri9eh3    { border-top-color: #60a5fa; }
.thuh1k6a .l5up { border-left: none; border-radius: 8px; }
.thuh1k6a .wk033     { background: #065f46; }
.thuh1k6a .iri9eh3    { background: #1e3a8a; }
.thuh1k6a .l5up strong,
.thuh1k6a .l5up p { color: #fff; }
.thuh1k6a .vg93::before { color: rgba(255,255,255,0.85) !important; }
.a7kct6.thuh1k6a .wk033,
.a7kct6 .thuh1k6a .wk033     { background: #052e16; }
.a7kct6.thuh1k6a .iri9eh3,
.a7kct6 .thuh1k6a .iri9eh3    { background: #1e1036; }
.zxrzjr4.thuh1k6a .wk033,
.zxrzjr4 .thuh1k6a .wk033      { background: #2d2000; }
.zxrzjr4.thuh1k6a .iri9eh3,
.zxrzjr4 .thuh1k6a .iri9eh3     { background: #2d1600; }
.fxefxmn.thuh1k6a .wk033,
.fxefxmn .thuh1k6a .wk033      { background: #0c1a2e; }
.fxefxmn.thuh1k6a .iri9eh3,
.fxefxmn .thuh1k6a .iri9eh3     { background: #0a2020; }
.zajez9 .l5up { border-left: none; border-radius: 6px; padding: 10px 14px; }
.zajez9 .wk033     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.zajez9 .iri9eh3    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.zajez9 .l5up strong { color: var(--text-primary); }
.zajez9 .l5up p      { color: var(--text-muted); }
.kpkzkk .l5up { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.h7qqlp .vg93,
.d79q7r3 .vg93,
.sa39j2g .vg93,
.wf5myu80 .vg93 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.h7qqlp .vg93::before,
.d79q7r3 .vg93::before,
.sa39j2g .vg93::before,
.wf5myu80 .vg93::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.h7qqlp .wk033     .vg93::before { content: "✦"; color: var(--c-tip-border); }
.h7qqlp .thzj0x .vg93::before { content: "▲"; color: var(--c-warn-border); }
.h7qqlp .iri9eh3    .vg93::before { content: "◉"; color: #60a5fa; }
.d79q7r3 .wk033     .vg93::before { content: "★"; color: var(--c-tip-border); }
.d79q7r3 .thzj0x .vg93::before { content: "◆"; color: var(--c-warn-border); }
.d79q7r3 .iri9eh3    .vg93::before { content: "●"; color: #60a5fa; }
.sa39j2g .wk033     .vg93::before { content: "▶"; color: var(--c-tip-border); }
.sa39j2g .thzj0x .vg93::before { content: "■"; color: var(--c-warn-border); }
.sa39j2g .iri9eh3    .vg93::before { content: "▸"; color: #60a5fa; }
.wf5myu80 .wk033     .vg93::before { content: "→"; color: var(--c-tip-border); }
.wf5myu80 .thzj0x .vg93::before { content: "⬥"; color: var(--c-warn-border); }
.wf5myu80 .iri9eh3    .vg93::before { content: "◈"; color: #60a5fa; }
.vdknm2t .w2ayx8je .h2lrrq,
.vdknm2t .ze772w .h2lrrq  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.vdknm2t .kz1mu02                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.vdknm2t .b1yh                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.do4d .w2ayx8je .h2lrrq,
.do4d .ze772w .h2lrrq,
.do4d .kz1mu02,
.do4d .i1ak3,
.do4d .hak5,
.do4d .ltp8kwa0,
.do4d .b1yh,
.do4d .kpkzkk .l5up { box-shadow: none; }
.wal9m   .cvjf, .wal9m .olatjx2e, .wal9m .xczy,
.wal9m   .v47fqz5g, .wal9m .hjgl1j { font-size: 0.9rem; }
.wal9m   .cclc0ba, .wal9m .cus1j0k { font-size: 0.9rem; }
.fdm8   .cvjf, .fdm8 .olatjx2e, .fdm8 .xczy,
.fdm8   .v47fqz5g, .fdm8 .hjgl1j { font-size: 0.95rem; }
.fdm8   .cclc0ba, .fdm8 .cus1j0k { font-size: 0.95rem; }
.la2tur   .cvjf, .la2tur .olatjx2e, .la2tur .xczy,
.la2tur   .v47fqz5g, .la2tur .hjgl1j { font-size: 1.08rem; }
.la2tur   .cclc0ba, .la2tur .cus1j0k { font-size: 1.05rem; }
.qidi .dscd      { font-size: 3.2rem; }
.qidi h2.itnu5r { font-size: 1.9rem; }
.qidi h3.ds9j     { font-size: 1.4rem; }
.sr0c8j .dscd      { font-size: 3.8rem; }
.sr0c8j h2.itnu5r { font-size: 2.2rem; }
.sr0c8j h3.ds9j     { font-size: 1.6rem; }
.x97ht2 + .x97ht2 { position: relative; }
.rjir0jhw   .x97ht2 + .x97ht2::before,
.rgzd44m6  .x97ht2 + .x97ht2::before,
.ye6gff   .x97ht2 + .x97ht2::before,
.q364h   .x97ht2 + .x97ht2::before,
.njgllv3w   .x97ht2 + .x97ht2::before,
.sj0ely .x97ht2 + .x97ht2::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.rjir0jhw .x97ht2 + .x97ht2::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.rgzd44m6 .x97ht2 + .x97ht2::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.ye6gff .x97ht2 + .x97ht2::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;
}
.q364h .x97ht2 + .x97ht2::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.ke2rh7ub .x97ht2 { margin-bottom: 16px; }
.ke2rh7ub .x97ht2 + .x97ht2 { margin-top: 0; }
.ke2rh7ub .wgxz { padding-top: 0; padding-bottom: 0; }
.njgllv3w .x97ht2 + .x97ht2::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.sj0ely .x97ht2 + .x97ht2::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.gpnsy .x97ht2 + .x97ht2::before,
.eu84 .x97ht2 + .x97ht2::before,
.cqya9 .x97ht2 + .x97ht2::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%;
}
.lbcoifsh .gpnsy .x97ht2:nth-child(even)::before,
.lbcoifsh .eu84 .x97ht2:nth-child(even)::before,
.lbcoifsh .cqya9 .x97ht2:nth-child(even)::before { background: var(--bg-surface); }
.om317w09 .gpnsy .x97ht2:nth-child(even)::before,
.om317w09 .eu84 .x97ht2:nth-child(even)::before,
.om317w09 .cqya9 .x97ht2:nth-child(even)::before { background: var(--bg-card); }
.gpnsy .x97ht2 + .x97ht2::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");
}
.eu84 .x97ht2 + .x97ht2::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");
}
.cqya9 .x97ht2 + .x97ht2::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");
}
.uxk45 .brz1p,
.a7oyi6 .mhsv,
.uxk45 .mhsv { margin-bottom: 60px; }
.w3qg .mhsv { margin-bottom: 70px; }
.uxk45 .rcw5r7br { padding-bottom: 60px; }
.uxk45 .brz1p::before,
.uxk45 .brz1p::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");
}
.n3tl61d  .brz1p:not(.jes7ef) .hba6j6x { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.n3tl61d .jes7ef { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.n3tl61d .hb32 { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.n3tl61d .wk8t0 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.zyry .yjt5b6pg { float: left; width: 38%; margin: 0 28px 16px 0; }
.zyry .yjt5b6pg .rv1q0 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.zyry .wgxz::after { content: ''; display: block; clear: both; }
.hpl3 .yjt5b6pg { float: right; width: 38%; margin: 0 0 16px 28px; }
.hpl3 .yjt5b6pg .rv1q0 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.hpl3 .wgxz::after { content: ''; display: block; clear: both; }
.wdbf .x97ht2:nth-child(odd)  .yjt5b6pg { float: left;  width: 38%; margin: 0 28px 16px 0; }
.wdbf .x97ht2:nth-child(even) .yjt5b6pg { float: right; width: 38%; margin: 0 0 16px 28px; }
.wdbf .yjt5b6pg .rv1q0 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.wdbf .wgxz::after { content: ''; display: block; clear: both; }
.zyry .hlghq9,
.hpl3 .hlghq9,
.hpl3 .pour0,
.wdbf .hlghq9,
@media (max-width: 900px) {
  .zyry .yjt5b6pg,
  .hpl3 .yjt5b6pg,
  .wdbf .x97ht2:nth-child(odd)  .yjt5b6pg,
  .wdbf .x97ht2:nth-child(even) .yjt5b6pg {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .zyry .yjt5b6pg .rv1q0,
  .hpl3 .yjt5b6pg .rv1q0,
  .wdbf .yjt5b6pg .rv1q0 {
    max-height: none !important;
  }
}
.zyry .cclc0ba,
.zyry .cus1j0k,
.hpl3 .cclc0ba,
.hpl3 .cus1j0k,
.wdbf .cclc0ba,
.wdbf .cus1j0k { overflow: hidden; }
@media (max-width: 640px) {
  .zyry .yjt5b6pg,
  .hpl3 .yjt5b6pg,
  .wdbf .yjt5b6pg { float: none; width: 100%; margin: 0 0 16px 0; }
}
.j2ini2c .h7opo0b3,
.j2ini2c .wgxz,
.j2ini2c .hq81ae  { max-width: 1100px; }
.j2ini2c { --content-mw: 1100px; }
.vleidus .h7opo0b3,
.vleidus .wgxz,
.vleidus .hq81ae  { max-width: 1200px; }
.wyvpeij .h7opo0b3,
.wyvpeij .wgxz,
.wyvpeij .hq81ae  { max-width: 1320px; }
.exychkz { font-size: 0.82rem; color: var(--text-muted); }
.ix1g { display: flex; align-items: center; }
.fsyha52 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.syo0 { display: flex; align-items: center; }
.utw4 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.utw4:hover { text-decoration: underline; }
.ncgyibh { margin: 0 3px; opacity: 0.45; }
.ncgyibh::before { content: '/'; }
.ycb37x7b { padding: 2px 5px; color: var(--text-main); }
.bwb63jjf .exychkz {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.bwb63jjf .ix1g { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.i2949n .exychkz {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.i2949n .ix1g { padding: 0 0 0 12px; }
.dletmqh .ix1g { padding: 0 16px; }
.dletmqh .exychkz {
  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);
}
.dletmqh .h7opo0b3 { padding-top: 28px; }
@media (max-width: 720px) {
  .mvos { margin-top: 18px; padding: 0 16px; }
  .dletmqh .h7opo0b3 { padding-top: 16px; }
}
.j2ini2c.bwb63jjf .ix1g { max-width: 1100px; }
.vleidus.bwb63jjf .ix1g { max-width: 1200px; }
.wyvpeij.bwb63jjf .ix1g { max-width: 1320px; }
.j2ini2c .mvos { max-width: 1100px; }
.wkiknl .x97ht2 { padding-top: 16px; padding-bottom: 16px; }
.o295cx2u .x97ht2 { padding-top: 24px; padding-bottom: 24px; }
.mzwtta87 .x97ht2 { padding-top: 40px; padding-bottom: 40px; }
.bjqi .x97ht2 { padding-top: 52px; padding-bottom: 52px; }
.sestrl4j .x97ht2:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.sestrl4j .x97ht2:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.sestrl4j .x97ht2:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.sestrl4j .x97ht2:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.xjbgmv .wgxz { padding-top: 10px;  padding-bottom: 10px; }
.rh401crz .wgxz { padding-top: 18px;  padding-bottom: 18px; }
.nyp2 .wgxz { padding-top: 36px;  padding-bottom: 36px; }
.dk57x3 .wgxz { padding-top: 48px;  padding-bottom: 48px; }
.mp7x h2.itnu5r { font-weight: 600; }
.mp7x h3.ds9j     { font-weight: 600; }
.kauph1 { font-weight: 500; }
.kauph1 h2.itnu5r { font-weight: 800; }
.kauph1 h3.ds9j     { font-weight: 700; }
.g5x2b15b h2.itnu5r { font-weight: 900; }
.g5x2b15b h3.ds9j     { font-weight: 800; }
.g5x2b15b .l5up strong,
.g5x2b15b .l5up strong { font-weight: 600; }
.z7svt {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.deenqfs .z7svt { display: none; }
@media (max-width: 640px) {
  .ed1103 { display: none; }
  .z7svt {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.z7svt { background: var(--cta) !important; color: #fff !important; border: none !important; }
.z7svt:hover { opacity: 0.85; }
.o7pyr .z7svt { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.plit .z7svt,
.m28s7  .z7svt { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.plit .z7svt:hover,
.m28s7  .z7svt:hover { opacity: 0.88; }
.o7pyr.plit .z7svt,
.o7pyr.m28s7  .z7svt { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.t618 {
  position: fixed; bottom: 32px; z-index: 900;
  padding: 12px 22px; font-size: 0.9rem; font-weight: 700; border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform .15s, opacity .15s;
}
.t618:hover { transform: translateY(-2px); opacity: 0.92; }
.t618 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ybzd6 .t618 { display: none; }
.l76n .t618 { right: 32px; }
.xm4k1  .t618 { left: 32px; }
@media (max-width: 480px) {
  .l76n .t618 { right: 20px; bottom: 20px; }
  .xm4k1  .t618 { left: 20px; bottom: 20px; }
}
.o7k3f { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.hq81ae { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.wn25m { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.iukr1 { color: var(--text-dim); font-size: 0.8rem; }
.suwja1 a, .z590lcvm a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.suwja1 a:hover, .z590lcvm a:hover { color: var(--accent-light); }
.z590lcvm { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.ahh4agl .hq81ae { text-align: center; }
.ahh4agl .z590lcvm { justify-content: center; margin-bottom: 16px; }
.ahh4agl .wn25m { margin-top: 0; }
.wvdojxi { margin-top: 10px; }
.wvdojxi a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .hq81ae { padding-left: 16px; padding-right: 16px; }
  .qr2xy4 .hq81ae { padding: 20px 16px; }
  .z590lcvm { gap: 4px 12px; }
  .wn25m { font-size: 0.78rem; }
}
.zmv5ax .wn25m { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.zmv5ax .iukr1 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .zmv5ax .jjxmksu2 { grid-template-columns: 1fr 1fr; } .zmv5ax .hwfo8dp { grid-column: 1 / -1; } }
@media (max-width: 480px) { .zmv5ax .jjxmksu2 { grid-template-columns: 1fr; } }
.kac4v8r .wn25m { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .kac4v8r .p76g5os9 { gap: 12px; } .kac4v8r .zdjrxup { margin-right: 0; width: 100%; } }
.wk3ylw54 .wn25m { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.wk3ylw54 .iukr1 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .wk3ylw54 .b3fz0s { grid-template-columns: 1fr 1fr; } .wk3ylw54 .ktstb { grid-column: 1 / -1; } }
@media (max-width: 480px) { .wk3ylw54 .b3fz0s { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .e771keal .kefv9 { grid-template-columns: 1fr 1fr; } .e771keal .l7whlcqh:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .e771keal .kefv9 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .cckl4r .kefv9 { grid-template-columns: 1fr; } }
.f4t5q5 .hq81ae { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.f4t5q5 .z590lcvm { justify-content: center; }
.k07sc .qk4huydf      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.k07sc .o7k3f { background: var(--bg-page); border-top-color: var(--border-alt); }
.pd1wecvt .qk4huydf      { background: #0d1117; border-bottom-color: #21262d; }
.pd1wecvt .rqurxy { color: var(--accent-light); }
.pd1wecvt .gtp2n { --msep-color: #8b949e; }
.pd1wecvt .gtp2n a { color: #8b949e; }
.pd1wecvt .gtp2n a:hover { color: var(--accent-light); }
.pd1wecvt .wutx { color: #8b949e; }
.pd1wecvt .o7k3f { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.pd1wecvt .wn25m,
.pd1wecvt .iukr1 { color: #6e7681; }
.pd1wecvt .suwja1 a, .pd1wecvt .z590lcvm a,
.pd1wecvt .suwja1 a:hover, .pd1wecvt .z590lcvm a:hover,
@media (max-width: 640px) {
  .pd1wecvt .gtp2n { background: #0d1117; border-top-color: #21262d; }
  .pd1wecvt .gtp2n li a { border-bottom-color: #21262d; }
}
.zmeh83 .qk4huydf      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.zmeh83 .rqurxy { color: var(--accent-light); }
.zmeh83 .gtp2n { --msep-color: #475569; }
.zmeh83 .gtp2n a { color: #475569; }
.zmeh83 .gtp2n a:hover { color: var(--accent-light); }
.zmeh83 .wutx { color: #64748b; }
.zmeh83 .o7k3f { background: #f0f4f8; border-top-color: #cbd5e1; }
.zmeh83 .wn25m,
.zmeh83 .iukr1 { color: #64748b; }
.zmeh83 .suwja1 a, .zmeh83 .z590lcvm a,
.zmeh83 .suwja1 a:hover, .zmeh83 .z590lcvm a:hover,
@media (max-width: 640px) {
  .zmeh83 .gtp2n { background: #f0f4f8; border-top-color: #cbd5e1; }
  .zmeh83 .gtp2n li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.plit .qk4huydf      { background: var(--accent); border-bottom-color: var(--accent-light); }
.plit .rqurxy { color: #fff; }
.plit .gtp2n { --msep-color: rgba(255,255,255,0.82); }
.plit .gtp2n a { color: rgba(255,255,255,0.82); }
.plit .gtp2n a:hover { color: #fff; }
.plit .wutx { color: rgba(255,255,255,0.9); }
.plit .o7k3f { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.plit .wn25m,
.plit .iukr1 { color: rgba(255,255,255,0.72); }
.plit .suwja1 a, .plit .z590lcvm a,
.plit .suwja1 a:hover, .plit .z590lcvm a:hover,
@media (max-width: 640px) {
  .plit .gtp2n { background: var(--accent); border-top-color: var(--accent-light); }
  .plit .gtp2n li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.m28s7 .qk4huydf {
  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);
}
.m28s7 .o7k3f {
  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) {
  .m28s7 .gtp2n {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.vul2p .a2g0xrwh { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.tnlg .a2g0xrwh { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.bpsp .a2g0xrwh { min-height: 72px; height: auto; }
.j63e .a2g0xrwh { min-height: 84px; height: auto; }
.qr2xy4 .a2g0xrwh { max-width: none; padding: 0 32px; }
.qr2xy4 .hq81ae  { max-width: none; padding: 24px 32px; }
.rkvrdq.vleidus .a2g0xrwh { max-width: 1200px; }
.rkvrdq.wyvpeij .a2g0xrwh { max-width: 1320px; }
.thpcr   .rqurxy, .thpcr   .zdjrxup { text-transform: capitalize; }
.ndypzi .rqurxy, .ndypzi .zdjrxup { text-transform: lowercase; }
.spxc .rqurxy, .spxc .zdjrxup { text-transform: uppercase; letter-spacing: 0.06em; }
.ro76, .kjoa {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.canj .ro76,
.vhv8kdu5 .ro76,
.onill .ro76,
.cfjr .ro76,
.z5cg4   .gtp2n a { font-weight: 500; }
.qlgonhl .gtp2n a { font-weight: 600; }
.um2h     .gtp2n a { font-weight: 700; }
.tdem2    .gtp2n a { font-weight: 800; letter-spacing: 0.01em; }
.r6p3     .gtp2n > li + li::before,
.pyqai4    .gtp2n > li + li::before,
.h3nh    .gtp2n > li + li::before,
.n2bz0rq .gtp2n > li + li::before,
.sown6vq .gtp2n > li + li::before,
.yq0pjqiq  .gtp2n > li + li::before,
.zc72txi0    .gtp2n > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.r6p3     .gtp2n > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.pyqai4    .gtp2n > li + li::before { content: "|"; }
.h3nh    .gtp2n > li + li::before { content: "—"; }
.n2bz0rq .gtp2n > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.sown6vq .gtp2n > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.yq0pjqiq  .gtp2n > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.zc72txi0    .gtp2n > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .f83q .wutx,
  .p69gnmy .wutx,
  .dbima0 .wutx,
  .jtdq4gl .wutx,
  .h0dk14o .wutx {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .f83q .wutx::before,
  .p69gnmy .wutx::before,
  .dbima0 .wutx::before,
  .jtdq4gl .wutx::before,
  .h0dk14o .wutx::before { content: ""; display: block; flex-shrink: 0; }

  
  .f83q .wutx::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;
  }

  
  .p69gnmy .wutx::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;
  }

  
  .dbima0 .wutx::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;
  }

  
  .jtdq4gl .wutx::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;
  }

  
  .h0dk14o .wutx::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) {
  .fxa113 .wutx {
    padding: 5px 14px;
  }
  .fxa113 .gtp2n {
    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;
  }
  .fxa113 .gtp2n li a {
    border-bottom: none; padding: 10px 22px;
  }
  .fxa113 .gtp2n li a:hover { background: var(--bg-raised); }
  .fxa113 .dvgq0t,
  .kuxy .dvgq0t,
  .cryt .dvgq0t { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .n7mgm .wutx {
    padding: 5px 10px;
  }
  .n7mgm .gtp2n {
    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);
  }
  .n7mgm .gtp2n.d737 { transform: translateX(0); }
  .n7mgm .gtp2n li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .n7mgm .gtp2n li:last-child a { border-bottom: none; }
  .plit .gtp2n,
  .pd1wecvt .gtp2n { background: var(--accent) !important; }
  .plit .gtp2n li a,
  .pd1wecvt .gtp2n li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .cryt .wutx {
    padding: 5px 10px;
  }
  .cryt .gtp2n {
    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);
  }
  .cryt .gtp2n::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .cryt .gtp2n.d737 { transform: translateY(0); }
  .cryt .gtp2n li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .tbcmupp .wutx {
    padding: 5px 10px;
  }
  .tbcmupp .gtp2n {
    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;
  }
  .tbcmupp .gtp2n.d737 { opacity: 1; pointer-events: auto; }
  .tbcmupp .gtp2n li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .y71nem59     .wutx { border-radius: 0 !important; }
  .q0k3   .wutx { border-radius: 8px !important; }
  .mh853r .wutx { border-radius: 50% !important; }
  .byhz8   .wutx { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .nf2aq .iilr { flex-direction: column; align-items: stretch; }
  .nf2aq .k33l { flex-direction: row; min-width: auto; }
  .nf2aq .kbynzuf { align-items: flex-start; text-align: left; }
}
.vdws6,
.vdws6.x97ht2,
.lbcoifsh .vdws6,
.gfn76c .vdws6,
.om317w09 .vdws6,
.p5ke6q .vdws6 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.sl7u {
  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;
}
.bpglo { flex: 1 1 280px; min-width: 0; }
.cgq8 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.m65yvtoo {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.mwrsb {
  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;
}
.mwrsb:hover { transform: translateY(-1px); opacity: 0.95; }
.i6t1 .sl7u {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.i6t1 .cgq8 { color: var(--cta); }
.i6t1 .m65yvtoo { color: var(--text-body); }
.i6t1 .mwrsb {
  background: var(--cta) !important;
  color: #fff !important;
}
.fnnpi .sl7u {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.fnnpi .cgq8 { color: var(--text-primary); }
.fnnpi .m65yvtoo { color: var(--text-body); }
.fnnpi .mwrsb {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .sl7u {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .bpglo { flex: 0 0 auto; }
  .cgq8 { font-size: 1.2rem; }
  .mwrsb { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.bvhw4bq .x31jm { height: 36px; }
.in9h4 .x31jm { height: 60px; max-width: 200px; }
.w32m67dg .x31jm { height: 56px; max-width: 180px; }
.th54a     .y806ie5r, .th54a     .c6k7tw { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.uyiaa0c .oc09n74m + .oc09n74m {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .bm53if8 .pour0 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .bm53if8 .i1ak3 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .bm53if8 .i1ak3 { padding: 40px 16px 20px; }
  .bm53if8 .oc09n74m {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .bm53if8 .gtncj { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .oe9rfv5 .i1ak3 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .oe9rfv5 .i1ak3::before {
    position: absolute; top: 14px; left: 14px;
  }
  .oe9rfv5 .zd4j {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .oe9rfv5 .bgesz { white-space: normal; text-align: center; font-size: 1.2rem; }
  .oe9rfv5 .oc09n74m {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .oe9rfv5 .gtncj { width: 100%; min-width: 0; }
  .oe9rfv5 .y806ie5r { min-width: 0; }
}
.xw3zhzdx .i1ak3::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.u9s0ztg5 .no7ju {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.u9s0ztg5 .no7ju summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.u9s0ztg5 .no7ju p { padding: 0 2px 16px; }
.f0w7u .no7ju { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.f0w7u .no7ju summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.f0w7u .no7ju summary::after { content: "›"; font-size: 1.2em; }
.f0w7u .no7ju[open] summary::after { content: "‹"; }
.f0w7u .no7ju p { padding: 10px 22px 4px; }
.uzjc96 .no7ju {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.uzjc96 .no7ju summary { color: var(--text-primary); padding-left: 16px; }
.uzjc96 .no7ju summary::after { content: "›"; font-size: 1.1em; }
.uzjc96 .no7ju[open] summary::after { content: "‹"; }
.uzjc96 .no7ju p { padding-left: 16px; }
.o146g5it .v206iat { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.o146g5it .no7ju {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.o146g5it .no7ju:last-child { border-bottom: none; }
.o146g5it .no7ju summary { color: var(--text-primary); border-radius: 0; }
.o146g5it .no7ju summary::after { content: "›"; font-size: 1.1em; }
.o146g5it .no7ju[open] summary::after { content: "‹"; }
.zj512 .no7ju { overflow: hidden; }
.zj512 .no7ju summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.zj512 .no7ju summary::after { color: rgba(255,255,255,.75); }
.zj512 .no7ju[open] summary { border-radius: 0; }
.bko4opsn { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.vm6czno {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.yk4r2es {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.i88y { color: var(--text-muted); font-size: 1.05rem; }
.d7vyn3 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.dacn { margin-bottom: 20px; }
.g28nrma {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.wkrg6ie7 {
  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;
}
.wkrg6ie7:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.ansob17 { resize: vertical; min-height: 130px; }
.djyk { width: 100%; margin-top: 8px; }
.vh05mjdy {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.fbnzveo {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.n3ecq { color: var(--text-muted); line-height: 1.75; }
.qac8 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.qac8 li { margin-bottom: 6px; }
.ejhv71jt { max-width: 760px; margin: 0 auto; }
.a9bdxtg3 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.d9rgp7 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.d9rgp7:last-child { border-bottom: none; }
.d9rgp7 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.d9rgp7 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.sy5ev1 { max-width: 760px; margin: 0 auto; }
.ysaz { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.ea6zw9i4 ul.qac8 { margin: 0; }
.uafhwser { max-width: 900px; margin: 0 auto; }
.j2m6 { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.j2m6:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.j2m6 .ysaz { margin: 0; font-size: 1rem; }
.j2m6 .ts5wjpf p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .j2m6 { grid-template-columns: 1fr; gap: 10px; } }
.kxdy1h62 .ysaz { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.dawa .qac8 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .u9jho6 { grid-template-columns: 1fr; } }
.ju8gnv7 ul.qac8 { margin: 0; }
.qu466n .qac8,
.tgswjfeu .qac8,
.ou2kd9tz .qac8,
.yeja .qac8 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .ehya7lri { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .fc1jmjep { grid-template-columns: 1fr; } .iqv0pn { position: static; text-align: center; } }
@media (max-width: 860px) { .v9gdp { grid-template-columns: 1fr; } }
.yeja .qac8 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .aez6z7x { flex-direction: column; text-align: center; } .my7ewovk { grid-template-columns: 1fr; } }
.aj23b .yk4r2es { color: var(--accent-light); }
.rr47w .yk4r2es { font-size: 2rem; }
.rr47w .i88y { max-width: 680px; }
.jpp2 {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.jpp2 .yk4r2es { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.jpp2 .i88y  { margin: 0; }
@media (max-width: 640px) { .jpp2 { flex-direction: column; } }
.v812j .yk4r2es { color: var(--accent-light); }
.th7ioy .yk4r2es { color: #fff; }
.th7ioy .i88y  { color: rgba(255,255,255,0.85); }
.sek1aty { max-width: 680px; margin: 0 auto; }
@media (max-width: 540px) { .upll8w5 { grid-template-columns: 1fr; } }
.ybf4pw .wkrg6ie7 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.ybf4pw .wkrg6ie7:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.ogi5df .wkrg6ie7 { background: var(--bg-raised); border-color: transparent; }
.ogi5df .wkrg6ie7:focus { background: var(--bg-card); border-color: var(--accent-light); }
.wufqjn .wkrg6ie7 { border-radius: 100px; padding: 11px 20px; }
.wufqjn .ansob17 { border-radius: 14px; }
.l5c5ge8d {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.l5c5ge8d 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;
}
.l5c5ge8d summary::-webkit-details-marker { display: none; }
.l5c5ge8d summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.l5c5ge8d[open] summary::after { content: "−"; }
.n6op55a {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .oltmi { grid-template-columns: 1fr; } }
.jhpyfxc { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.jhpyfxc li { margin-bottom: 6px; }
.q9l0{position:relative;overflow:visible}
.qf3ag .zx9g{display:block}
.zywfb7 .pydg{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.zywfb7 .goxe::before{content:""}
.rcnz3{--date-bg:var(--accent-bg)}
.mlnkafo .goxe::before{content:""}
.x4m8wr .omivnzro{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .omivnzro{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .l4p4ejv1{max-width:100%}
}
@media (max-width:560px){
  .l9mv14x{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .dfo38b { padding: 28px 18px 20px; }
  .igytg6 { font-size: 1.2rem; }
  .ofzb9iu7 { max-width: 220px; max-height: 80px; }
}
.m1fgoq  .yfkw { border-radius: 6px; }
.aim01ci3 .sl7u {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .yfkw { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.p36rjlq {
  margin: 28px 0 24px;
}
.p36rjlq .x97ht2 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.p36rjlq .wgxz {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.p36rjlq .sl7u {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .a2g0xrwh { flex-direction: row-reverse; }
[dir="rtl"] .gtp2n { flex-direction: row-reverse; }
[dir="rtl"] .l76n .t618 { right: auto; left: 32px; }
[dir="rtl"] .xm4k1  .t618 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .l76n .t618 { right: auto; left: 20px; }
  [dir="rtl"] .xm4k1  .t618 { left: auto;  right: 20px; }
}
[dir="rtl"] .zyry .yjt5b6pg  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .hpl3 .yjt5b6pg { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .cclc0ba, [dir="rtl"] .cus1j0k { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .l5up { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .sl7u { direction: rtl; }
[dir="rtl"] .exychkz { direction: rtl; }
[dir="rtl"] .b1yh { direction: rtl; }
[dir="rtl"] .qtd0k18 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .mjo7cr2 .cus1j0k,
[dir="rtl"] .czm61x .cus1j0k,
[dir="rtl"] .zjndm2o3 .cus1j0k,
[dir="rtl"] .aktiup .cus1j0k {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .mjo7cr2 .cus1j0k li::before,
[dir="rtl"] .czm61x .cus1j0k li::before,
[dir="rtl"] .zjndm2o3 .cus1j0k li::before,
[dir="rtl"] .aktiup .cus1j0k li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .brz1p.r46xt .mhsv,
[dir="rtl"] .r0hb.r46xt .mhsv,
[dir="rtl"] .jes7ef.r46xt .mhsv,
[dir="rtl"] .epec9.r46xt .mhsv,
[dir="rtl"] .pntrvuqa.r46xt .mhsv { text-align: right; }
[dir="rtl"] .wk8t0.qcmtrh8 .rcw5r7br { text-align: center; }
[dir="rtl"] .wgxz,
[dir="rtl"] .v47fqz5g,
[dir="rtl"] .hjgl1j,
[dir="rtl"] .i5ks2ntx,
[dir="rtl"] .mhsv { text-align: right; }
[dir="rtl"] .d7vyn3,
[dir="rtl"] .g28nrma,
[dir="rtl"] .wkrg6ie7,
[dir="rtl"] .ansob17 { text-align: right; direction: rtl; }
[dir="rtl"] .wufqjn .wkrg6ie7,
[dir="rtl"] .ybf4pw .wkrg6ie7 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #24c33f;
  --brand:           #24c33f;
  --brand-light:     #29a23e;
  --brand-pale:      #42be57;
  --grad-start:      #60e176;
  --grad-end:        #9ae5a7;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #24c33f;
  --cta-light:       #18a530;
  --cta-hover:       #1a8f2e;
  --bg-page:         #f6f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f5f4;
  --bg-raised:       #eef1ee;
  --bg-hover:        #f3f5f4;
  --border:          #e2e8e3;
  --border-alt:      #cfdcd2;
  --border-section:  #e2e8e3;
  --text-primary:    #171b18;
  --text-muted:      #516054;
  --text-body:       #2e3730;
  --text-sub:        #465248;
  --text-faint:      #748a78;
  --text-dim:        #90a193;
  --text-label:      #5d6e60;
  --text-value:      #3a453c;
  --accent-bg:       #e2f2e5;
  --accent-bg-light: #c9eccf;
  --bg-tip:          #f9f0f7;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f6f9;
  --bg-pros:         #f9f0f7;
  --bg-cons:         #faf6f3;
  --c-pros:          #91117b;
  --c-cons:          #9f4a21;
  --c-pros-label:    #ac1592;
  --c-tip-border:    #be17a2;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #91117b;
}
:root { --logo-bg-opacity: 70%; }
body, button, input { font-family: "Noto Sans", sans-serif; }
.be7m7w .u7suyg74, .be7m7w .wk8t0 { min-height: 420px; }
.jfv2 .fyyw::after, .jfv2 .uy0abkrt::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.ncgyibh::before { content: '>'; }