:root {
  --color-accent: #93d526;
  --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;
}
.raljnyd {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.upzi6nd {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.jvudjbhw {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.hzny { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.h6sp { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.h6sp a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.h6sp a:hover { color: var(--accent-light); }
.nqoil9sc  .ech1 { border-radius: 14px; }
.nqoil9sc .ech1 li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.nqoil9sc .ech1 li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
@media (max-width: 640px) {
  .ech1 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .rjejob87:hover .ech1,
  .rjejob87:focus-within .ech1 { display: block; }
  .ech1 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.ov1kec {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.i0ujwg2 { display: none; }
@media (max-width: 640px) {
  .i0ujwg2 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .i0ujwg2.e9mvu { display: block; }
}
@media (max-width: 640px) {
  .ov1kec { display: block; }
  .h6sp > li + li::before { display: none !important; }
  .h6sp {
    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;
  }
  .h6sp.e9mvu { display: flex; }
  .h6sp li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .h6sp li:last-child a { border-bottom: none; }
}
.giw4h3m { min-height: 480px; }
.picph {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.hjve9 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.bydg .hjve9 { margin-left: 0; margin-right: 0; }
.o3h9 {
  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;
}
.o3h9:hover { opacity: 0.88; }
.pppk1ojm .hs30ebnq {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.pppk1ojm .picph { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.pppk1ojm .hjve9 { color: #e2e8f0; }
.pppk1ojm.inyvwe .hs30ebnq { text-align: center; }
.pppk1ojm.bydg   .hs30ebnq { text-align: left; }
.ko8fj {
  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);
}
.ko8fj .hs30ebnq {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.ko8fj .picph { color: var(--text-primary); text-shadow: none; }
.ko8fj .hjve9 { color: var(--text-muted); }
.ko8fj .o3h9 { margin-top: 16px; }
.ko8fj, .ko8fj.giw4h3m { min-height: auto !important; }
.ko8fj.inyvwe .hs30ebnq { text-align: center; }
.ko8fj.bydg   .hs30ebnq { text-align: left; }
.ko8fj~.u9zg5ib5{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}
.ko8fj~.u9zg5ib5 .clmgcg{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%); }
}
@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); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.kksg1 .picph { color: #fff; }
.kksg1 .hjve9 { color: rgba(255,255,255,0.85); }
.kksg1 .o3h9 { background: #fff; color: var(--cta); }
.kksg1 .o3h9:hover { opacity: 0.92; }
.ychwg .picph { text-shadow: none; color: var(--text-primary); }
.ychwg .hjve9 { color: var(--text-muted); }
body.dgitr3 .picph {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.p3f4r .picph {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.giw4h3m.kksg1 .picph,
section.kksg1 .picph {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.ychwg.inyvwe .tila6 { align-items: center; text-align: center; }
.giw4h3m .uq9ar {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.uq9ar .qcgllb {
  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;
}
.uq9ar .qcgllb::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.uq9ar .yyofi { display: contents !important; }
.uq9ar .yyofi .c181wil {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.uq9ar .yyofi .tufqnc { max-height: 48px; max-width: 96px; }
.uq9ar .yyofi .gswk2 {
  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;
}
.uq9ar .lz03 {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.uq9ar .smhgv3 { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.uq9ar .cut1kt1 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.uq9ar .cut1kt1 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.uq9ar .qupogd { display: contents !important; }
.uq9ar .qupogd .urx7p6b:not(.nhxq1f) { display: none !important; }
.uq9ar .qupogd .nhxq1f {
  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;
}
.uq9ar .qupogd .nhxq1f .jtken3yp {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.uq9ar .qupogd .nhxq1f .wwc3v {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.uq9ar .av5d { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.uq9ar .av5d.hw98m6cu {
  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;
}
.uq9ar .av5d.hw98m6cu:hover { opacity: 0.85; }
.t2kid6bn .hs30ebnq { padding-bottom: 24px; }
.szz2jskp .hs30ebnq { max-width: 1100px; }
@media (max-width: 700px) {
  .ychwg { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .ychwg:not(.r0luve) .xy1h67f { display: none !important; }
  .r0luve .xy1h67f { padding: 16px; }
  .tila6  { padding: 36px 24px; }
  .ychwg~.u9zg5ib5,.urvi~.u9zg5ib5{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .giw4h3m, .ychwg { min-height: 320px !important; }
  .picph { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .hjzv66mt,
  .wg3dmmlv,
  .calxaj { grid-template-columns: 1fr !important; }

  

  
  .t2kid6bn { display: flex !important; flex-direction: column !important; }
  .t2kid6bn .hs30ebnq { display: contents; }
  .t2kid6bn .sieko9 { order: 0; }
  .t2kid6bn .picph { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .t2kid6bn .hjzv66mt { order: 2; padding: 0 16px 12px !important; }
  .t2kid6bn .hjve9 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .szz2jskp .hs30ebnq { display: flex; flex-direction: column; }
  .szz2jskp .hs30ebnq .picph { order: 1; }
  .szz2jskp .hs30ebnq .calxaj { order: 2; margin: 8px 0 24px !important; }
  .szz2jskp .hs30ebnq .hjve9 { order: 3; }
  .szz2jskp .hs30ebnq .o3h9 { order: 4; align-self: center; margin-top: 0; }

  
  .ychwg.r0luve {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .ychwg.r0luve .tila6 { display: contents; padding: 0; }
  .ychwg.r0luve .tila6 .picph { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .ychwg.r0luve .xy1h67f { order: 2; padding: 12px 16px; }
  .ychwg.r0luve .tila6 .hjve9 { order: 3; padding: 0 24px; margin: 0 auto; }
  .ychwg.r0luve .tila6 .o3h9 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.hczi6t { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ohb6 { width: 100%; height: auto; display: block; border-radius: 10px; }
.munfx .hczi6t        { border-radius: 16px; }
.munfx .ohb6  { border-radius: 16px; }
.j7gz5x2h .hczi6t         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.j7gz5x2h .ohb6   { border-radius: 8px; }
.u2m1hsux { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.gu6034k { width: 100%; padding: 32px 0; position: relative; }
.umxz { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.jvfj .gu6034k:nth-child(even) { background: var(--bg-surface); }
.jvfj .gu6034k:nth-child(odd)  { background: var(--bg-page); }
.x2awu0y .gu6034k:nth-child(even) { background: var(--bg-card); }
.x2awu0y .gu6034k:nth-child(odd)  { background: var(--bg-page); }
.jvfj .gu6034k:nth-child(odd)  .umxz { background: var(--bg-card); border-radius: 6px; }
.jvfj .gu6034k:nth-child(even) .umxz { background: var(--bg-raised); border-radius: 6px; }
.x2awu0y .gu6034k:nth-child(odd)  .umxz { background: var(--bg-card); border-radius: 6px; }
.x2awu0y .gu6034k:nth-child(even) .umxz { background: var(--bg-raised); border-radius: 6px; }
.jvfj .gu6034k:nth-child(even) .avqk1 .rbuh9jm3,
.x2awu0y .gu6034k:nth-child(even) .avqk1 .rbuh9jm3 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.jvfj .gu6034k:nth-child(odd) .avqk1 .rbuh9jm3,
.x2awu0y .gu6034k:nth-child(odd) .avqk1 .rbuh9jm3 { background: var(--bg-card-inner); }
.jvfj .gu6034k:nth-child(even) .yzcu6npb .rbuh9jm3:nth-child(odd),
.x2awu0y .gu6034k:nth-child(even) .yzcu6npb .rbuh9jm3:nth-child(odd)  { background: var(--bg-card); }
.jvfj .gu6034k:nth-child(even) .yzcu6npb .rbuh9jm3:nth-child(even),
.x2awu0y .gu6034k:nth-child(even) .yzcu6npb .rbuh9jm3:nth-child(even) { background: var(--bg-card-inner); }
h1.g93xo { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.g93xo {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.h9p3pw6 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.tciiin2l h2.g93xo {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.i7ds3cn h2.g93xo {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.z37n h2.g93xo {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.ztp1e h2.g93xo::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.mvgizv h2.g93xo {
  color: var(--text-primary); font-size: 1.7rem;
}
.ttkv2i h2.g93xo::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.aiyjtr h2.g93xo {
  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;
}
.idw3 { font-size: 1.35rem; font-weight: 700; color: var(--accent-light); margin-bottom: 12px; }
.m6gu6 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .m6gu6 { display: none; } }
.tabi4 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.deg1ke6v { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.mezz {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.epev { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.xsst { padding-left: 20px; }
.xsst li { margin-bottom: 6px; }
.xsst a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.xsst a:hover { color: var(--accent-light); }
.mv7o7to .epev { display: none; }
.jt1tdi .epev { display: none; }
.jt1tdi .xsst { padding-left: 0; list-style: none; }
.jt1tdi .xsst li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.jt1tdi .xsst a { font-size: 0.92rem; }
.c7skpgw .mezz { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.c7skpgw .epev { display: none; }
.c7skpgw .xsst { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.c7skpgw .xsst li { margin-bottom: 0; }
.c7skpgw .xsst 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;
}
.c7skpgw .xsst a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.hfwuh48r .mezz { padding: 20px 20px 16px; }
.hfwuh48r .xsst {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.hfwuh48r .xsst li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.hfwuh48r .xsst 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;
}
.hfwuh48r .xsst 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;
}
.hfwuh48r .xsst a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.hfwuh48r .xsst a:focus,
.hfwuh48r .xsst a:focus-visible,
.hfwuh48r .xsst a:target { outline: none; }
.hfwuh48r .xsst li:target a { border-color: var(--border); color: var(--text-muted); }
.debr .mezz { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.debr .epev { display: none; }
.debr .xsst { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.debr .xsst li { margin-bottom: 0; }
.debr .xsst li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.debr .xsst li:last-child::after { content: ""; margin-right: 0; }
.debr .xsst a { font-size: 0.9rem; }
.rbuh9jm3 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.avqk1 .rbuh9jm3 { background: var(--bg-card); }
.yzcu6npb .rbuh9jm3:nth-child(odd)  { background: var(--bg-card); }
.yzcu6npb .rbuh9jm3:nth-child(even) { background: var(--bg-raised); }
.l7mjpz .rbuh9jm3 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.l7mjpz .rbuh9jm3:last-child { border-bottom: none; }
.l7mjpz h3.h9p3pw6 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.hh6s8 .rbuh9jm3 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.hh6s8 .rbuh9jm3 + .rbuh9jm3 { margin-top: 4px; }
.vvy316 .rbuh9jm3 { background: none; border-radius: 0; padding: 12px 0; }
.vvy316 .rbuh9jm3 + .rbuh9jm3 { border-top: 1px solid var(--border-section); }
.lsss { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.oep8 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.nn8niwy, .p8ng3h { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.nn8niwy li, .p8ng3h li { margin-bottom: 6px; }
.p8ng3h li { list-style: decimal; }
.udc0     .nn8niwy { list-style-type: "● "; }
.v49z5y7h  .nn8niwy { list-style-type: "■ "; }
.eni3 .nn8niwy { list-style-type: "◆ "; }
.ft3y24    .nn8niwy { list-style-type: "★ "; }
.v49z5y7h  .u6pcba { list-style-type: "■ "; }
.udc0    .nn8niwy li::marker, .udc0    .u6pcba li::marker,
.v49z5y7h .nn8niwy li::marker, .v49z5y7h .u6pcba li::marker,
.eni3 .nn8niwy li::marker, .eni3 .u6pcba li::marker,
.ft3y24   .nn8niwy li::marker, .ft3y24   .u6pcba li::marker {
  color: var(--cta); font-size: 1em;
}
.udc0 .p8ng3h,
.v49z5y7h .p8ng3h,
.eni3 .p8ng3h,
.ft3y24 .p8ng3h {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.udc0 .p8ng3h li,
.v49z5y7h .p8ng3h li,
.eni3 .p8ng3h li,
.ft3y24 .p8ng3h li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.udc0 .p8ng3h li::before,
.v49z5y7h .p8ng3h li::before,
.eni3 .p8ng3h li::before,
.ft3y24 .p8ng3h 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;
}
.udc0     .p8ng3h li::before { border-radius: 50%; }
.v49z5y7h  .p8ng3h li::before { border-radius: 3px; }
.eni3 .p8ng3h li::before { border-radius: 3px; }
.ft3y24    .p8ng3h li::before { border-radius: 50%; }
.kvri3 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.jw4js .kvri3,
.ii5bldz .kvri3 { background: transparent; border: none; border-radius: 0; }
.yyho5vwf { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.yyho5vwf th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.yyho5vwf td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.yyho5vwf tr:hover td { background: var(--bg-hover); }
.lmnxl .yyho5vwf tbody tr:nth-child(even) td { background: var(--bg-surface); }
.sfcgq .yyho5vwf { border: 1px solid var(--border-alt); }
.sfcgq .yyho5vwf th,
.sfcgq .yyho5vwf td { border: 1px solid var(--border-alt); }
.d1u97ci .yyho5vwf th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.d1u97ci .yyho5vwf td { border-bottom: none; }
.d1u97ci .yyho5vwf tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.j4tik .yyho5vwf th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.f7ms .kvri3 {
  overflow: hidden;
}
.f7ms .yyho5vwf th { border-bottom: 1px solid var(--border-alt); }
.f7ms .yyho5vwf tr:last-child td { border-bottom: none; }
[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%}
.kqxsn1 .ftox {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.uubn .wnib { background: var(--bg-surface); border: 1px solid var(--border); }
.uubn .ku0clp1 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.zpn8frm { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.lxyc  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.zzyu6njy { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.zpn8frm strong { color: var(--text-primary); font-size: 0.95rem; }
.zpn8frm p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.aponvceo { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.i5vv2d5g, .zn920q { border-radius: 8px; padding: 14px; }
.i5vv2d5g { background: var(--bg-pros); }
.zn920q { background: var(--bg-cons); }
.lo355hcv { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.i5vv2d5g .lo355hcv { color: var(--c-pros-label); }
.zn920q .lo355hcv { color: #f87171; }
.i5vv2d5g ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.zn920q ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ohb6 { width: 100%; height: auto; border-radius: 10px; display: block; }
.hw98m6cu {
  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;
}
.hw98m6cu:hover { opacity: 0.85; }
.j7x5 .hw98m6cu  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.j7x5 .hw98m6cu:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.e6exk .hw98m6cu  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.e6exk .hw98m6cu:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.sq01y6k .o3h9 { border-radius: 50px; }
.sq01y6k .hw98m6cu  { border-radius: 50px; }
.yd9a .o3h9 { padding-left: 22px; padding-right: 22px; }
.yd9a .hw98m6cu  { padding-left: 12px; padding-right: 12px; }
.qdus16a .o3h9 { padding-left: 44px; padding-right: 44px; }
.qdus16a .hw98m6cu  { padding-left: 24px; padding-right: 24px; }
.m7sivr .o3h9 { padding-left: 56px; padding-right: 56px; }
.m7sivr .hw98m6cu  { padding-left: 32px; padding-right: 32px; }
.pdx8   .o3h9::after, .pdx8   .hw98m6cu::after,
.o42utn .o3h9::after, .o42utn .hw98m6cu::after,
.zaj6    .o3h9::after, .zaj6    .hw98m6cu::after,
.mxerdfu    .o3h9::after, .mxerdfu    .hw98m6cu::after,
.xmpe6sm    .o3h9::after, .xmpe6sm    .hw98m6cu::after,
.qd4em     .o3h9::after, .qd4em     .hw98m6cu::after,
.rbjz3    .o3h9::after, .rbjz3    .hw98m6cu::after,
.t0r3bx1   .o3h9::after, .t0r3bx1   .hw98m6cu::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;
}
.pdx8 .o3h9::after, .pdx8 .hw98m6cu::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");
}
.o42utn .o3h9::after, .o42utn .hw98m6cu::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");
}
.zaj6 .o3h9::after, .zaj6 .hw98m6cu::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");
}
.mxerdfu .o3h9::after, .mxerdfu .hw98m6cu::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");
}
.xmpe6sm .o3h9::after, .xmpe6sm .hw98m6cu::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");
}
.qd4em .o3h9::after, .qd4em .hw98m6cu::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");
}
.rbjz3 .o3h9::after, .rbjz3 .hw98m6cu::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");
}
.t0r3bx1 .o3h9::after, .t0r3bx1 .hw98m6cu::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");
}
.xifm6p   .j0j312::after, .xifm6p   .kxkbpm::after,
.ukcddbtg .j0j312::after, .ukcddbtg .kxkbpm::after,
.fstd    .j0j312::after, .fstd    .kxkbpm::after,
.dpy4    .j0j312::after, .dpy4    .kxkbpm::after,
.eztqn4    .j0j312::after, .eztqn4    .kxkbpm::after,
.zhkebny     .j0j312::after, .zhkebny     .kxkbpm::after,
.jqy24f    .j0j312::after, .jqy24f    .kxkbpm::after,
.kzi897ga   .j0j312::after, .kzi897ga   .kxkbpm::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;
}
.xifm6p .j0j312::after, .xifm6p .kxkbpm::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");
}
.ukcddbtg .j0j312::after, .ukcddbtg .kxkbpm::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");
}
.fstd .j0j312::after, .fstd .kxkbpm::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");
}
.dpy4 .j0j312::after, .dpy4 .kxkbpm::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");
}
.eztqn4 .j0j312::after, .eztqn4 .kxkbpm::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");
}
.zhkebny .j0j312::after, .zhkebny .kxkbpm::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");
}
.jqy24f .j0j312::after, .jqy24f .kxkbpm::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");
}
.kzi897ga .j0j312::after, .kzi897ga .kxkbpm::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");
}
.bn8cod {
  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;
}
.qcgllb {
  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;
}
.qcgllb > * { min-width: 0; }
.qcgllb:hover { background: var(--bg-hover); }
.qcgllb > [itemprop="item"] { display: contents; }
.qcgllb [itemprop="itemReviewed"],
.qcgllb [itemprop="reviewRating"] { display: none; }
.qcgllb::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;
}
.yyofi {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.c181wil {
  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;
}
.tufqnc { max-height: 52px; max-width: 110px; object-fit: contain; }
.gswk2 {
  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;
}
.e44172 .c181wil    { background: #1a1a1a; }
.fk9d .c181wil   { background: rgba(128,128,128,.12); }
.ci2p .c181wil { background: var(--bg-raised); }
.gahadfr7 .c181wil    { background: transparent; padding: 0; }
.lz03 {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.smhgv3 { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.cut1kt1 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.qupogd {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.urx7p6b {
  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;
}
.jtken3yp {
  
  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%;
}
.wwc3v {
  
  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;
}
.av5d {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.av5d.hw98m6cu {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .qcgllb {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .qcgllb::before    { grid-area: rank;   }
  .yyofi           { grid-area: ident;  }
  .lz03     { grid-area: rating; min-width: 0; width: auto; }
  .qupogd           { grid-area: pills;  }
  .av5d             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .qcgllb {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .qcgllb::before    { justify-self: center; }
  .yyofi           { width: 100%; }
  .lz03     { justify-self: center; }
  .qupogd           { grid-template-columns: 1fr; }
}
.d0hq8j3  .ifdn li::before { content: "★"; }
.d0hq8j3  .f48ga9n li::before { content: "✕"; }
@media (min-width: 860px) {
  .m34x .i8k4 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .m34x .ew9mdu78 { margin: 0; }
}
.ngflcf .ew9mdu78 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.ngflcf .naknk { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.ngflcf .jw4js { padding: 14px 16px; }
.ngflcf .pv9by4al { border-radius: 4px; }
.ngflcf .n4sf { border-radius: 0; }
.ii5bldz .aponvceo { gap: 10px; }
.ii5bldz .i5vv2d5g, .ii5bldz .zn920q { padding: 12px; }
.ii5bldz .i5vv2d5g ul, .ii5bldz .zn920q ul { margin: 4px 0 0; padding-left: 18px; }
.ii5bldz .i5vv2d5g li, .ii5bldz .zn920q li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .hr9epf8l { grid-template-columns: 1fr; }
  .ncg8cqy6 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .ncg8cqy6 .tnryy5 { width: 72px; height: 50px; }
  .ncg8cqy6 .ur0b9mac { max-width: 180px; }
  .ncg8cqy6 .lnhssct { width: auto; }
}
@media (max-width: 720px) {
  .vr85l67 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .wp2wmgu { padding: 16px; }
  .w7q3rq12 .fg3w { min-width: 50%; }
}
.vg2p .aponvceo { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .kc69h { grid-template-columns: 1fr; }
  .pkezc7jw { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ixh7t2wl { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .hwgh3rw { flex-wrap: wrap; padding: 16px; }
}
.j8fv .aponvceo { gap: 8px; }
.j8fv .i5vv2d5g, .j8fv .zn920q { padding: 8px; }
@media (max-width: 480px) {
  .qzlr5p4n { flex-direction: column; align-items: stretch; }
}
.os7m .lnhssct .hw98m6cu { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .b3rc { flex-direction: column; align-items: stretch; gap: 10px; }
  .os7m .lnhssct { text-align: center; }
}
@media (max-width: 720px) {
  .zecr { grid-template-columns: 1fr; }
  .uga2uvf4 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .gwc7qoz3 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .tbh9 { grid-template-columns: 1fr; }
  .s0s5u { width: 100px; height: 100px; margin: 16px auto; }
  .f5olbka { font-size: 1.4rem; }
  .stx9m { justify-content: center; }
  .mabhdh .fg3w { min-width: 50%; }
}
.u1sque .aponvceo { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .rp4x52 { flex-wrap: wrap; padding: 14px 16px; }
  .wr2sn { padding: 12px 16px; }
  .u1sque .aponvceo { margin: 0 16px; }
  .u1sque .ijc8bl63 { padding: 0 16px; }
  .b5ntbqp2 { padding: 12px 16px; }
}
.z5j8s .qcgllb {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.z5j8s .qcgllb:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.q69pab9 .bn8cod { gap: 18px; }
.q69pab9 .qcgllb {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.q69pab9 .qcgllb:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.gorw320 .bn8cod {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.gorw320 .qcgllb {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.gorw320 .qcgllb:last-child { border-bottom: none; }
.gorw320 .yyofi,
.gorw320 .lz03,
.gorw320 .qupogd {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.j7sub .bn8cod { gap: 0; }
.j7sub .qcgllb {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.j7sub .qcgllb:last-child { border-bottom: none; }
.j7sub .qcgllb:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.j7sub .qcgllb:nth-child(even):hover { background: var(--bg-hover); }
.nf1n116 .qcgllb {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.jam7jg0 .qupogd .urx7p6b {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.jam7jg0 .qupogd .urx7p6b:first-child { border-left: none; }
.gsg4sw .qupogd .urx7p6b {
  background: transparent; padding: 4px 8px;
}
.gsg4sw .qupogd .jtken3yp { font-size: .65rem; opacity: .65; }
.gsg4sw .qupogd .wwc3v   { font-size: 1.15rem; color: var(--accent-light); }
.vy2kh .qupogd .urx7p6b {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.cut1kt1 { display: none; }
.lwlzn .smhgv3 { font-size: 1rem; letter-spacing: 2px; }
.k87fau5t .smhgv3 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.i820q .smhgv3,
.akl1wixr .smhgv3,
.sbybdt9p .smhgv3 { display: none; }
.i820q .cut1kt1,
.akl1wixr .cut1kt1,
.sbybdt9p .cut1kt1 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.i820q .cut1kt1 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.i820q .cut1kt1 small { display: none; }
.akl1wixr .cut1kt1 {
  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;
}
.akl1wixr .cut1kt1 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.sbybdt9p .cut1kt1 {
  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;
}
.sbybdt9p .cut1kt1 small { display: none; }
.yg9txl { margin: 16px 0; }
.xukvq3j { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.xukvq3j summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.xukvq3j summary::after { content: "+"; color: var(--accent-light); }
.xukvq3j[open] summary::after { content: "−"; }
.xukvq3j p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.gu6034k { margin-bottom: 0; }
.c8oygov h2.g93xo { color: var(--text-primary); border-color: var(--accent-light); }
.ep61q h2.g93xo { color: var(--text-primary); border-color: var(--accent-light); }
.xz07pr6j .lxyc     { background: #052e16; border-color: #10b981; }
.xz07pr6j .zpn8frm strong  { color: #f1f5f9; }
.xz07pr6j .zpn8frm p       { color: #cbd5e1; }
.xz07pr6j .iuy9etr    .lxyc     .zzyu6njy::before,
.xz07pr6j .wt3pru1  .lxyc     .zzyu6njy::before,
.xz07pr6j .mi04yb  .lxyc     .zzyu6njy::before,
.xz07pr6j .c2bepg .lxyc     .zzyu6njy::before { color: #10b981; }
.xz07pr6j .iuy9etr    .d7sr .zzyu6njy::before,
.xz07pr6j .wt3pru1  .d7sr .zzyu6njy::before,
.xz07pr6j .mi04yb  .d7sr .zzyu6njy::before,
.xz07pr6j .c2bepg .d7sr .zzyu6njy::before { color: #f43f5e; }
.xz07pr6j .iuy9etr    .ovu7    .zzyu6njy::before,
.xz07pr6j .wt3pru1  .ovu7    .zzyu6njy::before,
.xz07pr6j .mi04yb  .ovu7    .zzyu6njy::before,
.xz07pr6j .c2bepg .ovu7    .zzyu6njy::before { color: #a855f7; }
.cwfdora .lxyc     { background: #2d2000; border-color: #eab308; }
.cwfdora .d7sr { background: #2d0b0b; border-color: #ef4444; }
.cwfdora .ovu7    { background: #2d1600; border-color: #f97316; }
.cwfdora .zpn8frm strong  { color: #f1f5f9; }
.cwfdora .zpn8frm p       { color: #cbd5e1; }
.cwfdora .iuy9etr    .lxyc     .zzyu6njy::before,
.cwfdora .wt3pru1  .lxyc     .zzyu6njy::before,
.cwfdora .mi04yb  .lxyc     .zzyu6njy::before,
.cwfdora .c2bepg .lxyc     .zzyu6njy::before { color: #eab308; }
.cwfdora .iuy9etr    .d7sr .zzyu6njy::before,
.cwfdora .wt3pru1  .d7sr .zzyu6njy::before,
.cwfdora .mi04yb  .d7sr .zzyu6njy::before,
.cwfdora .c2bepg .d7sr .zzyu6njy::before { color: #ef4444; }
.cwfdora .iuy9etr    .ovu7    .zzyu6njy::before,
.cwfdora .wt3pru1  .ovu7    .zzyu6njy::before,
.cwfdora .mi04yb  .ovu7    .zzyu6njy::before,
.cwfdora .c2bepg .ovu7    .zzyu6njy::before { color: #f97316; }
.sinjixe .lxyc     { background: #0c1a2e; border-color: #38bdf8; }
.sinjixe .zpn8frm strong  { color: #f1f5f9; }
.sinjixe .zpn8frm p       { color: #cbd5e1; }
.sinjixe .iuy9etr    .lxyc     .zzyu6njy::before,
.sinjixe .wt3pru1  .lxyc     .zzyu6njy::before,
.sinjixe .mi04yb  .lxyc     .zzyu6njy::before,
.sinjixe .c2bepg .lxyc     .zzyu6njy::before { color: #38bdf8; }
.sinjixe .iuy9etr    .d7sr .zzyu6njy::before,
.sinjixe .wt3pru1  .d7sr .zzyu6njy::before,
.sinjixe .mi04yb  .d7sr .zzyu6njy::before,
.sinjixe .c2bepg .d7sr .zzyu6njy::before { color: #818cf8; }
.sinjixe .iuy9etr    .ovu7    .zzyu6njy::before,
.sinjixe .wt3pru1  .ovu7    .zzyu6njy::before,
.sinjixe .mi04yb  .ovu7    .zzyu6njy::before,
.sinjixe .c2bepg .ovu7    .zzyu6njy::before { color: #2dd4bf; }
.cfw8msx .lxyc     { background: var(--accent-bg); border-color: var(--accent-light); }
.cfw8msx .iuy9etr    .zzyu6njy::before,
.cfw8msx .wt3pru1  .zzyu6njy::before,
.cfw8msx .mi04yb  .zzyu6njy::before,
.cfw8msx .c2bepg .zzyu6njy::before { color: var(--accent-light) !important; }
.xuhs::before,
.kxdjsrx::before { margin-right: 5px; }
.ghih6c .i5vv2d5g ul li,
.ghih6c .i5vv2d5g .xuhs { color: #22c55e; }
.ghih6c .zn920q ul li,
.ghih6c .zn920q .kxdjsrx { color: #ef4444; }
.uo1sbsp .i5vv2d5g { background: var(--bg-pros); }
.uo1sbsp .zn920q { background: var(--bg-cons); }
.uo1sbsp .i5vv2d5g .xuhs { color: var(--c-pros-label); }
.uo1sbsp .zn920q .kxdjsrx { color: var(--c-cons); }
.uo1sbsp .i5vv2d5g ul li,
.uo1sbsp .zn920q ul li,
.fggdvd .i5vv2d5g { background: var(--bg-pros); }
.fggdvd .zn920q { background: var(--bg-cons); }
.fggdvd .i5vv2d5g .xuhs { color: var(--c-pros-label); }
.fggdvd .zn920q .kxdjsrx { color: var(--c-cons); }
.fggdvd .i5vv2d5g ul li,
.fggdvd .ifdn li          { color: var(--c-pros); }
.fggdvd .zn920q ul li,
.fggdvd .f48ga9n li          { color: var(--c-cons); }
.lyp8im .xuhs::before { content: "✓ "; }
.lyp8im .kxdjsrx::before { content: "✗ "; }
.pju0hyd .xuhs::before { content: "→ "; }
.pju0hyd .kxdjsrx::before { content: "← "; }
.d0hq8j3 .xuhs::before { content: "★ "; }
.d0hq8j3 .kxdjsrx::before { content: "✕ "; }
.p2rtpi46 .xuhs::before { content: "◆ "; }
.p2rtpi46 .kxdjsrx::before { content: "▲ "; }
.f3vf .zpn8frm { background: transparent; border-left: none; border: 1.5px solid; }
.f3vf .lxyc     { border-color: var(--c-tip-border); }
.f3vf .zpn8frm strong { color: var(--text-primary); }
.f3vf .zpn8frm p      { color: var(--text-muted); }
.hzmzjq .zpn8frm { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.hzmzjq .lxyc     { border-top-color: var(--c-tip-border); }
.su4bf7 .zpn8frm { border-left: none; border-radius: 8px; }
.su4bf7 .lxyc     { background: #065f46; }
.su4bf7 .zpn8frm strong,
.su4bf7 .zpn8frm p { color: #fff; }
.su4bf7 .zzyu6njy::before { color: rgba(255,255,255,0.85) !important; }
.xz07pr6j.su4bf7 .lxyc,
.xz07pr6j .su4bf7 .lxyc     { background: #052e16; }
.cwfdora.su4bf7 .lxyc,
.cwfdora .su4bf7 .lxyc      { background: #2d2000; }
.cwfdora.su4bf7 .d7sr,
.cwfdora .su4bf7 .d7sr  { background: #2d0b0b; }
.cwfdora.su4bf7 .ovu7,
.cwfdora .su4bf7 .ovu7     { background: #2d1600; }
.sinjixe.su4bf7 .lxyc,
.sinjixe .su4bf7 .lxyc      { background: #0c1a2e; }
.d5jd .zpn8frm { border-left: none; border-radius: 6px; padding: 10px 14px; }
.d5jd .lxyc     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.d5jd .zpn8frm strong { color: var(--text-primary); }
.d5jd .zpn8frm p      { color: var(--text-muted); }
.bvki .zpn8frm { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.iuy9etr .zzyu6njy,
.wt3pru1 .zzyu6njy,
.mi04yb .zzyu6njy,
.c2bepg .zzyu6njy { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.iuy9etr .zzyu6njy::before,
.wt3pru1 .zzyu6njy::before,
.mi04yb .zzyu6njy::before,
.c2bepg .zzyu6njy::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.iuy9etr .lxyc     .zzyu6njy::before { content: "✦"; color: var(--c-tip-border); }
.iuy9etr .d7sr .zzyu6njy::before { content: "▲"; color: var(--c-warn-border); }
.iuy9etr .ovu7    .zzyu6njy::before { content: "◉"; color: #60a5fa; }
.wt3pru1 .lxyc     .zzyu6njy::before { content: "★"; color: var(--c-tip-border); }
.wt3pru1 .d7sr .zzyu6njy::before { content: "◆"; color: var(--c-warn-border); }
.wt3pru1 .ovu7    .zzyu6njy::before { content: "●"; color: #60a5fa; }
.mi04yb .lxyc     .zzyu6njy::before { content: "▶"; color: var(--c-tip-border); }
.mi04yb .d7sr .zzyu6njy::before { content: "■"; color: var(--c-warn-border); }
.mi04yb .ovu7    .zzyu6njy::before { content: "▸"; color: #60a5fa; }
.c2bepg .lxyc     .zzyu6njy::before { content: "→"; color: var(--c-tip-border); }
.c2bepg .d7sr .zzyu6njy::before { content: "⬥"; color: var(--c-warn-border); }
.c2bepg .ovu7    .zzyu6njy::before { content: "◈"; color: #60a5fa; }
.xrxpelmd .avqk1 .rbuh9jm3,
.xrxpelmd .yzcu6npb .rbuh9jm3  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.xrxpelmd .qcgllb                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.xrxpelmd .kvri3          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.xrxpelmd .mezz                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.puv2gj .avqk1 .rbuh9jm3,
.puv2gj .yzcu6npb .rbuh9jm3,
.puv2gj .wnib,
.puv2gj .qcgllb,
.puv2gj .ew9mdu78,
.puv2gj .kvri3,
.puv2gj .mezz,
.puv2gj .bvki .zpn8frm { box-shadow: none; }
.hadrsod   .f8igp, .hadrsod .lsss, .hadrsod .oep8,
.hadrsod   .tabi4, .hadrsod .deg1ke6v { font-size: 0.9rem; }
.hadrsod   .nn8niwy, .hadrsod .p8ng3h { font-size: 0.9rem; }
.mwzif   .f8igp, .mwzif .lsss, .mwzif .oep8,
.mwzif   .tabi4, .mwzif .deg1ke6v { font-size: 0.95rem; }
.mwzif   .nn8niwy, .mwzif .p8ng3h { font-size: 0.95rem; }
.aydxqhnb   .f8igp, .aydxqhnb .lsss, .aydxqhnb .oep8,
.aydxqhnb   .tabi4, .aydxqhnb .deg1ke6v { font-size: 1.08rem; }
.aydxqhnb   .nn8niwy, .aydxqhnb .p8ng3h { font-size: 1.05rem; }
.aydxqhnb   .yyho5vwf { font-size: 0.97rem; }
.w9vd .picph      { font-size: 3.2rem; }
.w9vd h2.g93xo { font-size: 1.9rem; }
.w9vd h3.h9p3pw6     { font-size: 1.4rem; }
.qysq86mb .picph      { font-size: 3.8rem; }
.qysq86mb h2.g93xo { font-size: 2.2rem; }
.qysq86mb h3.h9p3pw6     { font-size: 1.6rem; }
.gu6034k + .gu6034k { position: relative; }
.q3qy   .gu6034k + .gu6034k::before,
.rhwnnd  .gu6034k + .gu6034k::before,
.ppsipr   .gu6034k + .gu6034k::before,
.b1z7o89e   .gu6034k + .gu6034k::before,
.p0gt4pj   .gu6034k + .gu6034k::before,
.o6lpi .gu6034k + .gu6034k::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.q3qy .gu6034k + .gu6034k::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.rhwnnd .gu6034k + .gu6034k::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.ppsipr .gu6034k + .gu6034k::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;
}
.b1z7o89e .gu6034k + .gu6034k::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.qhp9k3 .gu6034k { margin-bottom: 16px; }
.qhp9k3 .gu6034k + .gu6034k { margin-top: 0; }
.qhp9k3 .umxz { padding-top: 0; padding-bottom: 0; }
.p0gt4pj .gu6034k + .gu6034k::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.o6lpi .gu6034k + .gu6034k::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.vyj487xq .gu6034k + .gu6034k::before,
.nvy7c .gu6034k + .gu6034k::before,
.e1y3bp .gu6034k + .gu6034k::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%;
}
.jvfj .vyj487xq .gu6034k:nth-child(even)::before,
.jvfj .nvy7c .gu6034k:nth-child(even)::before,
.jvfj .e1y3bp .gu6034k:nth-child(even)::before { background: var(--bg-surface); }
.x2awu0y .vyj487xq .gu6034k:nth-child(even)::before,
.x2awu0y .nvy7c .gu6034k:nth-child(even)::before,
.x2awu0y .e1y3bp .gu6034k:nth-child(even)::before { background: var(--bg-card); }
.vyj487xq .gu6034k + .gu6034k::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");
}
.nvy7c .gu6034k + .gu6034k::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");
}
.e1y3bp .gu6034k + .gu6034k::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");
}
.cm1htn .pppk1ojm { overflow: hidden; }
.agoukb .hs30ebnq,
.beq6p .hs30ebnq { margin-bottom: 60px; }
.cm1htn .hs30ebnq { margin-bottom: 70px; }
.cm1htn .tila6 { padding-bottom: 70px; }
.cm1htn .pppk1ojm::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%;
}
.cm1htn .pppk1ojm::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");
}
.ew0ho .hczi6t { float: left; width: 38%; margin: 0 28px 16px 0; }
.ew0ho .hczi6t .ohb6 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ew0ho .umxz::after { content: ''; display: block; clear: both; }
.oko63v2s .hczi6t { float: right; width: 38%; margin: 0 0 16px 28px; }
.oko63v2s .hczi6t .ohb6 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.oko63v2s .umxz::after { content: ''; display: block; clear: both; }
.ux959y .gu6034k:nth-child(odd)  .hczi6t { float: left;  width: 38%; margin: 0 28px 16px 0; }
.ux959y .gu6034k:nth-child(even) .hczi6t { float: right; width: 38%; margin: 0 0 16px 28px; }
.ux959y .hczi6t .ohb6 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ux959y .umxz::after { content: ''; display: block; clear: both; }
.ew0ho .bn8cod,
.oko63v2s .bn8cod,
.ux959y .bn8cod { clear: both; }
@media (max-width: 900px) {
  .ew0ho .hczi6t,
  .oko63v2s .hczi6t,
  .ux959y .gu6034k:nth-child(odd)  .hczi6t,
  .ux959y .gu6034k:nth-child(even) .hczi6t {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .ew0ho .hczi6t .ohb6,
  .oko63v2s .hczi6t .ohb6,
  .ux959y .hczi6t .ohb6 {
    max-height: none !important;
  }
}
.ew0ho .nn8niwy,
.ew0ho .p8ng3h,
.oko63v2s .nn8niwy,
.oko63v2s .p8ng3h,
.ux959y .nn8niwy,
.ux959y .p8ng3h { overflow: hidden; }
@media (max-width: 640px) {
  .ew0ho .hczi6t,
  .oko63v2s .hczi6t,
  .ux959y .hczi6t { float: none; width: 100%; margin: 0 0 16px 0; }
}
.f3ky29n .u2m1hsux,
.f3ky29n .umxz,
.f3ky29n .j787  { max-width: 1100px; }
.f3ky29n { --content-mw: 1100px; }
.n21st .u2m1hsux,
.n21st .umxz,
.n21st .j787  { max-width: 1200px; }
.b26w .u2m1hsux,
.b26w .umxz,
.b26w .j787  { max-width: 1320px; }
.oi6e1wky { font-size: 0.82rem; color: var(--text-muted); }
.v9mlk2pq { display: flex; align-items: center; }
.t9bv {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.b6b10z5 { display: flex; align-items: center; }
.ue739 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.ue739:hover { text-decoration: underline; }
.swk5a { margin: 0 3px; opacity: 0.45; }
.swk5a::before { content: '/'; }
.lw9ik { padding: 2px 5px; color: var(--text-main); }
.npwiqh .oi6e1wky {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.npwiqh .v9mlk2pq { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.r9h36nt .oi6e1wky {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.r9h36nt .v9mlk2pq { padding: 0 0 0 12px; }
.lq3lk .v9mlk2pq { padding: 0 16px; }
.lq3lk .oi6e1wky {
  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);
}
.lq3lk .u2m1hsux { padding-top: 28px; }
@media (max-width: 720px) {
  .qj8u927i { margin-top: 18px; padding: 0 16px; }
  .lq3lk .u2m1hsux { padding-top: 16px; }
}
.f3ky29n.npwiqh .v9mlk2pq { max-width: 1100px; }
.n21st.npwiqh .v9mlk2pq { max-width: 1200px; }
.b26w.npwiqh .v9mlk2pq { max-width: 1320px; }
.f3ky29n .qj8u927i { max-width: 1100px; }
.y2dp .gu6034k { padding-top: 16px; padding-bottom: 16px; }
.jadwyspo .gu6034k { padding-top: 24px; padding-bottom: 24px; }
.g7sfds8 .gu6034k { padding-top: 40px; padding-bottom: 40px; }
.dufn .gu6034k { padding-top: 52px; padding-bottom: 52px; }
.mp61a .gu6034k:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.mp61a .gu6034k:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.mp61a .gu6034k:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.mp61a .gu6034k:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.un8wnc .umxz { padding-top: 10px;  padding-bottom: 10px; }
.m0ni3lxs .umxz { padding-top: 18px;  padding-bottom: 18px; }
.u0m37g .umxz { padding-top: 36px;  padding-bottom: 36px; }
.qxjh7 .umxz { padding-top: 48px;  padding-bottom: 48px; }
.riex h2.g93xo { font-weight: 600; }
.riex h3.h9p3pw6     { font-weight: 600; }
.tmbtzy3 h2.g93xo { font-weight: 800; }
.tmbtzy3 h3.h9p3pw6     { font-weight: 700; }
.jqwx1 h2.g93xo { font-weight: 900; }
.jqwx1 h3.h9p3pw6     { font-weight: 800; }
.jqwx1 .zpn8frm strong,
.jqwx1 .zpn8frm strong { font-weight: 600; }
.j0j312 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.s1hl .j0j312 { display: none; }
@media (max-width: 640px) {
  .zpy4xww { display: none; }
  .j0j312 {
    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;
  }
}
.j0j312 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.j0j312:hover { opacity: 0.85; }
.hraebrn .j0j312 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.awygq24r .j0j312,
.c0vsb  .j0j312 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.awygq24r .j0j312:hover,
.c0vsb  .j0j312:hover { opacity: 0.88; }
.hraebrn.awygq24r .j0j312,
.hraebrn.c0vsb  .j0j312 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.kxkbpm {
  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;
}
.kxkbpm:hover { transform: translateY(-2px); opacity: 0.92; }
.kxkbpm { background: var(--cta) !important; color: #fff !important; border: none !important; }
.tymehn .kxkbpm { display: none; }
.br53a .kxkbpm { right: 32px; }
.l1ugo10y  .kxkbpm { left: 32px; }
@media (max-width: 480px) {
  .br53a .kxkbpm { right: 20px; bottom: 20px; }
  .l1ugo10y  .kxkbpm { left: 20px; bottom: 20px; }
}
.ycsq063 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.j787 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.jo9ivqy { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.ab2o { color: var(--text-dim); font-size: 0.8rem; }
.gk1og975 a, .hmrhqn1 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.gk1og975 a:hover, .hmrhqn1 a:hover { color: var(--accent-light); }
.hmrhqn1 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.zj84g .j787 { text-align: center; }
.zj84g .hmrhqn1 { justify-content: center; margin-bottom: 16px; }
.zj84g .jo9ivqy { margin-top: 0; }
.a6fiph { margin-top: 10px; }
.a6fiph a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .j787 { padding-left: 16px; padding-right: 16px; }
  .jwnq1 .j787 { padding: 20px 16px; }
  .hmrhqn1 { gap: 4px 12px; }
  .jo9ivqy { font-size: 0.78rem; }
}
.ak3n5 .jo9ivqy { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.ak3n5 .ab2o { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .ak3n5 .f5r833 { grid-template-columns: 1fr 1fr; } .ak3n5 .m0gmv6kv { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ak3n5 .f5r833 { grid-template-columns: 1fr; } }
.ht683 .jo9ivqy { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .ht683 .nmptct5 { gap: 12px; } .ht683 .qgebd { margin-right: 0; width: 100%; } }
.y4s85qv4 .jo9ivqy { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.y4s85qv4 .ab2o { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .y4s85qv4 .jhzifnk { grid-template-columns: 1fr 1fr; } .y4s85qv4 .afzhei { grid-column: 1 / -1; } }
@media (max-width: 480px) { .y4s85qv4 .jhzifnk { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .zj1a26m9 .wll3t { grid-template-columns: 1fr 1fr; } .zj1a26m9 .tefq:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .zj1a26m9 .wll3t { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .v46sgn .wll3t { grid-template-columns: 1fr; } }
.pmw1h7 .j787 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.pmw1h7 .hmrhqn1 { justify-content: center; }
.d8wv .raljnyd      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.d8wv .ycsq063 { background: var(--bg-page); border-top-color: var(--border-alt); }
.e17o .raljnyd      { background: #0d1117; border-bottom-color: #21262d; }
.e17o .jvudjbhw { color: var(--accent-light); }
.e17o .h6sp { --msep-color: #8b949e; }
.e17o .h6sp a { color: #8b949e; }
.e17o .h6sp a:hover { color: var(--accent-light); }
.e17o .ov1kec { color: #8b949e; }
.e17o .ycsq063 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.e17o .jo9ivqy,
.e17o .ab2o { color: #6e7681; }
.e17o .gk1og975 a, .e17o .hmrhqn1 a,
.e17o .gk1og975 a:hover, .e17o .hmrhqn1 a:hover,
@media (max-width: 640px) {
  .e17o .h6sp { background: #0d1117; border-top-color: #21262d; }
  .e17o .h6sp li a { border-bottom-color: #21262d; }
}
.nvhxra .raljnyd      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.nvhxra .jvudjbhw { color: var(--accent-light); }
.nvhxra .h6sp { --msep-color: #475569; }
.nvhxra .h6sp a { color: #475569; }
.nvhxra .h6sp a:hover { color: var(--accent-light); }
.nvhxra .ov1kec { color: #64748b; }
.nvhxra .ycsq063 { background: #f0f4f8; border-top-color: #cbd5e1; }
.nvhxra .jo9ivqy,
.nvhxra .ab2o { color: #64748b; }
.nvhxra .gk1og975 a, .nvhxra .hmrhqn1 a,
.nvhxra .gk1og975 a:hover, .nvhxra .hmrhqn1 a:hover,
@media (max-width: 640px) {
  .nvhxra .h6sp { background: #f0f4f8; border-top-color: #cbd5e1; }
  .nvhxra .h6sp li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.awygq24r .raljnyd      { background: var(--accent); border-bottom-color: var(--accent-light); }
.awygq24r .jvudjbhw { color: #fff; }
.awygq24r .h6sp { --msep-color: rgba(255,255,255,0.82); }
.awygq24r .h6sp a { color: rgba(255,255,255,0.82); }
.awygq24r .h6sp a:hover { color: #fff; }
.awygq24r .ov1kec { color: rgba(255,255,255,0.9); }
.awygq24r .ycsq063 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.awygq24r .jo9ivqy,
.awygq24r .ab2o { color: rgba(255,255,255,0.72); }
.awygq24r .gk1og975 a, .awygq24r .hmrhqn1 a,
.awygq24r .gk1og975 a:hover, .awygq24r .hmrhqn1 a:hover,
@media (max-width: 640px) {
  .awygq24r .h6sp { background: var(--accent); border-top-color: var(--accent-light); }
  .awygq24r .h6sp li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.c0vsb .raljnyd {
  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);
}
.c0vsb .ycsq063 {
  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) {
  .c0vsb .h6sp {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.f2u61m .upzi6nd { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.h0b2bek .upzi6nd { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.v2df74 .upzi6nd { min-height: 72px; height: auto; }
.fs4qk .upzi6nd { min-height: 84px; height: auto; }
.jwnq1 .upzi6nd { max-width: none; padding: 0 32px; }
.jwnq1 .j787  { max-width: none; padding: 24px 32px; }
.eqx1.n21st .upzi6nd { max-width: 1200px; }
.eqx1.b26w .upzi6nd { max-width: 1320px; }
.etgopg0a   .jvudjbhw, .etgopg0a   .qgebd { text-transform: capitalize; }
.sgm83 .jvudjbhw, .sgm83 .qgebd { text-transform: lowercase; }
.lgbmk .jvudjbhw, .lgbmk .qgebd { text-transform: uppercase; letter-spacing: 0.06em; }
.ofh7k, .dvm57qgn {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.vu0x1mj .ofh7k,
.owzt .ofh7k,
.eu8vtd0x .ofh7k,
.dfxih .ofh7k,
.u6am   .h6sp a { font-weight: 500; }
.q4n7mgj .h6sp a { font-weight: 600; }
.jbdo9s4z     .h6sp a { font-weight: 700; }
.oh7wh    .h6sp a { font-weight: 800; letter-spacing: 0.01em; }
.tgjazt     .h6sp > li + li::before,
.yz82p    .h6sp > li + li::before,
.i1c4    .h6sp > li + li::before,
.s3uk4z .h6sp > li + li::before,
.njoonged .h6sp > li + li::before,
.jvnsx  .h6sp > li + li::before,
.fky78p    .h6sp > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.tgjazt     .h6sp > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.yz82p    .h6sp > li + li::before { content: "|"; }
.i1c4    .h6sp > li + li::before { content: "—"; }
.s3uk4z .h6sp > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.njoonged .h6sp > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.jvnsx  .h6sp > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.fky78p    .h6sp > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .gbvh9 .ov1kec,
  .uz83g .ov1kec,
  .uiyr .ov1kec,
  .dxhky8 .ov1kec,
  .tswiy4 .ov1kec {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .gbvh9 .ov1kec::before,
  .uz83g .ov1kec::before,
  .uiyr .ov1kec::before,
  .dxhky8 .ov1kec::before,
  .tswiy4 .ov1kec::before { content: ""; display: block; flex-shrink: 0; }

  
  .gbvh9 .ov1kec::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;
  }

  
  .uz83g .ov1kec::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;
  }

  
  .uiyr .ov1kec::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;
  }

  
  .dxhky8 .ov1kec::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;
  }

  
  .tswiy4 .ov1kec::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) {
  .i89okn56 .ov1kec {
    padding: 5px 14px;
  }
  .i89okn56 .h6sp {
    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;
  }
  .i89okn56 .h6sp li a {
    border-bottom: none; padding: 10px 22px;
  }
  .i89okn56 .h6sp li a:hover { background: var(--bg-raised); }
  .i89okn56 .i0ujwg2,
  .tku7bu .i0ujwg2,
  .mavx .i0ujwg2 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .lhrz7ze .ov1kec {
    padding: 5px 10px;
  }
  .lhrz7ze .h6sp {
    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);
  }
  .lhrz7ze .h6sp.e9mvu { transform: translateX(0); }
  .lhrz7ze .h6sp li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .lhrz7ze .h6sp li:last-child a { border-bottom: none; }
  .awygq24r .h6sp,
  .e17o .h6sp { background: var(--accent) !important; }
  .awygq24r .h6sp li a,
  .e17o .h6sp li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .mavx .ov1kec {
    padding: 5px 10px;
  }
  .mavx .h6sp {
    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);
  }
  .mavx .h6sp::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .mavx .h6sp.e9mvu { transform: translateY(0); }
  .mavx .h6sp li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .f0un .ov1kec {
    padding: 5px 10px;
  }
  .f0un .h6sp {
    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;
  }
  .f0un .h6sp.e9mvu { opacity: 1; pointer-events: auto; }
  .f0un .h6sp li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .uckmyja     .ov1kec { border-radius: 0 !important; }
  .u0dym9q   .ov1kec { border-radius: 8px !important; }
  .c8k36k .ov1kec { border-radius: 50% !important; }
  .w8cu1   .ov1kec { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .e5uzw .ai20 { flex-direction: column; align-items: stretch; }
  .e5uzw .nv8f { flex-direction: row; min-width: auto; }
  .e5uzw .so0pbyhy { align-items: flex-start; text-align: left; }
}
.o0z7360,
.o0z7360.gu6034k,
.jvfj .o0z7360,
.seussbp .o0z7360,
.x2awu0y .o0z7360,
.d1im6v3 .o0z7360 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.jdpz {
  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;
}
.wds5 { flex: 1 1 280px; min-width: 0; }
.wtswbm3 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.k2w4k {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.z82c51ja {
  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;
}
.z82c51ja:hover { transform: translateY(-1px); opacity: 0.95; }
.jsmrv .jdpz {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.jsmrv .wtswbm3 { color: var(--cta); }
.jsmrv .k2w4k { color: var(--text-body); }
.jsmrv .z82c51ja {
  background: var(--cta) !important;
  color: #fff !important;
}
.wqw2cw .jdpz {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.wqw2cw .wtswbm3 { color: var(--text-primary); }
.wqw2cw .k2w4k { color: var(--text-body); }
.wqw2cw .z82c51ja {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .jdpz {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .wds5 { flex: 0 0 auto; }
  .wtswbm3 { font-size: 1.2rem; }
  .z82c51ja { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.wlazgu .hzny { height: 36px; }
.zy7ag .hzny { height: 60px; max-width: 200px; }
.bkou45pr .hzny { height: 56px; max-width: 180px; }
.q7e6ra    .smhgv3, .q7e6ra    .qp8ohx5s { color: #f59e0b; }
.j83g8t      .smhgv3 { font-size: 1rem; letter-spacing: 1.5px; }
.s9gbr    .smhgv3, .s9gbr    .qp8ohx5s { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.cizpp     .smhgv3, .cizpp     .qp8ohx5s { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.q5j8pl .smhgv3, .q5j8pl .qp8ohx5s { color: var(--cta); letter-spacing: 2px; }
.xo0s   .smhgv3, .xo0s   .qp8ohx5s { color: #e91e63; letter-spacing: 2px; }
.lwm0  .smhgv3, .lwm0  .qp8ohx5s { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.q2f90     .smhgv3, .q2f90     .qp8ohx5s { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.jam7jg0 .urx7p6b + .urx7p6b {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.twxv63q .qcgllb { padding: 18px 24px; min-height: 68px; }
.gsg4sw .jtken3yp {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.gsg4sw .wwc3v {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.vy2kh .urx7p6b {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.bn8cod { counter-reset: cs-rank; }
.bn8cod .qcgllb { counter-increment: cs-rank; }
.bn8cod .qcgllb::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;
}
.wg6ex .bn8cod { counter-reset: cs-rank; gap: 0; }
.wg6ex .qcgllb {
  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;
}
.wg6ex .qcgllb::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;
}
.wg6ex .yyofi {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.wg6ex .c181wil {
  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;
}
.wg6ex .tufqnc { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.wg6ex .yyofi { min-width: 0; flex-direction: column; width: 100%; }
.wg6ex .gswk2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.wg6ex .smhgv3 { color: var(--cta, var(--accent)); }
.wg6ex .cut1kt1 { font-weight: 700; }
.wg6ex .urx7p6b {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.wg6ex .jtken3yp {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.wg6ex .wwc3v {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.wg6ex .nhxq1f .wwc3v { font-size: 1.3rem; color: var(--accent-light); }
.wg6ex .av5d {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.wg6ex .qcgllb:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .wg6ex .bn8cod {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .wg6ex .qcgllb {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .wg6ex .qcgllb { padding: 40px 16px 20px; }
  .wg6ex .urx7p6b {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .wg6ex .av5d { width: 100%; min-width: 0; }
}
.ho35hv .bn8cod { counter-reset: cs-rank; gap: 10px; }
.ho35hv .qcgllb {
  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);
}
.ho35hv .qcgllb::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);
}
.ho35hv .yyofi {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.ho35hv .c181wil {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.ho35hv .tufqnc { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.ho35hv .gswk2 {
  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;
}
.ho35hv .smhgv3 { color: var(--cta, var(--accent)); }
.ho35hv .urx7p6b {
  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;
}
.ho35hv .jtken3yp {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.ho35hv .wwc3v { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.ho35hv .nhxq1f .wwc3v { color: var(--accent-light); }
.ho35hv .av5d {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.ho35hv .qcgllb:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .ho35hv .qcgllb {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .ho35hv .qcgllb::before {
    position: absolute; top: 14px; left: 14px;
  }
  .ho35hv .yyofi {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .ho35hv .gswk2 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .ho35hv .urx7p6b {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .ho35hv .av5d { width: 100%; min-width: 0; }
  .ho35hv .smhgv3 { min-width: 0; }
}
.w5phus .qcgllb::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.cqf9n1 .xukvq3j {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.cqf9n1 .xukvq3j summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.cqf9n1 .xukvq3j p { padding: 0 2px 16px; }
.xp2yf .xukvq3j { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.xp2yf .xukvq3j summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.xp2yf .xukvq3j summary::after { content: "›"; font-size: 1.2em; }
.xp2yf .xukvq3j[open] summary::after { content: "‹"; }
.xp2yf .xukvq3j p { padding: 10px 22px 4px; }
.pv1uv .xukvq3j {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.pv1uv .xukvq3j summary { color: var(--text-primary); padding-left: 16px; }
.pv1uv .xukvq3j summary::after { content: "›"; font-size: 1.1em; }
.pv1uv .xukvq3j[open] summary::after { content: "‹"; }
.pv1uv .xukvq3j p { padding-left: 16px; }
.ov8qd .yg9txl { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.ov8qd .xukvq3j {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ov8qd .xukvq3j:last-child { border-bottom: none; }
.ov8qd .xukvq3j summary { color: var(--text-primary); border-radius: 0; }
.ov8qd .xukvq3j summary::after { content: "›"; font-size: 1.1em; }
.ov8qd .xukvq3j[open] summary::after { content: "‹"; }
.e47e0o .xukvq3j { overflow: hidden; }
.e47e0o .xukvq3j summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.e47e0o .xukvq3j summary::after { color: rgba(255,255,255,.75); }
.e47e0o .xukvq3j[open] summary { border-radius: 0; }
.qzpvs { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.uortmv {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.h17be {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.ct5z { color: var(--text-muted); font-size: 1.05rem; }
.htpm4pv {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.rhyx3 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.bquoftc { margin-bottom: 20px; }
.g3x1r {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.pc9a {
  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;
}
.pc9a:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.peqp6 { resize: vertical; min-height: 130px; }
.x4cjpjf { width: 100%; margin-top: 8px; }
.y4irzqt {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.nvacz {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.vfcng { color: var(--text-muted); line-height: 1.75; }
.ua6wfsd { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.ua6wfsd li { margin-bottom: 6px; }
.ahv7x { max-width: 760px; margin: 0 auto; }
.slupgss { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.fnyh5qr { max-width: 760px; margin: 0 auto; }
.by0d { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.by0d:last-child { border-bottom: none; }
.rfswuc { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.by0d p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.by0d ul.ua6wfsd { margin: 0; }
.v180t .rfswuc { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .v180t { grid-template-columns: 1fr; gap: 10px; } }
.f0xkc1p .rfswuc { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.ff1621dc .ua6wfsd { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ohzkbdx { grid-template-columns: 1fr; } }
.qr8lqm { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.qr8lqm:hover .plhv { color: var(--accent-light); text-decoration: underline; }
.u7w8lf { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.oebd5dro { margin-bottom: 48px; }
.otoz { max-width: 760px; margin: 0 auto; }
.w9aaz60 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.w9aaz60:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.dyel4 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.w9aaz60 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.w9aaz60 ul.ua6wfsd { margin: 0; }
.gk27s { color: var(--text-muted); line-height: 1.75; }
.cuc6q .ua6wfsd,
.ajrj3 .ua6wfsd,
.eocca .ua6wfsd,
.fazjt4 .ua6wfsd {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.cuc6q .w9aaz60,
.ajrj3 .w9aaz60 { text-align: left; }
.cuc6q .dyel4,
.ajrj3 .dyel4 { text-align: center; }
.wnts { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.r7j9 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.nrw0pq { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.emq0o { margin-top: 12px; }
.l4ketin2 { 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; }
.l4ketin2:hover { border-bottom-color: var(--accent-light); }
.z9shwk { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.z9shwk img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wy01 { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.bi50j17 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.dh11 { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
.rfm2ivk { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
@media (max-width: 640px) { .rfm2ivk { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.w3lnzmgb .nrw0pq, .w3lnzmgb .r7j9 { max-width: 640px; }
.mihfsa .wnts { font-size: 1.6rem; margin-top: 18px; }
.h7ae6 .nrw0pq { margin-bottom: 28px; }
@media (max-width: 860px) { .aerf2to { grid-template-columns: 1fr; } .mihfsa { position: static; text-align: center; } }
.fkuwqaji .z9shwk { margin: 0 auto 18px; }
.fkuwqaji .bi50j17 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .ys88 { grid-template-columns: 1fr; } }
.unzp0 .wnts { font-size: 1.6rem; margin-bottom: 6px; }
.fazjt4 .ua6wfsd { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .unzp0 { flex-direction: column; text-align: center; } .ugb6fv3v { grid-template-columns: 1fr; } }
.rhypk0 .wnts { font-size: 1.35rem; margin: 0 0 4px; }
.rhypk0 .bi50j17 { margin: 0; }
.f3hqs4nu .h17be { color: var(--accent-light); }
.v9vt .h17be { font-size: 2rem; }
.v9vt .ct5z { max-width: 680px; }
.vtdi .h17be { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.vtdi .ct5z  { margin: 0; }
@media (max-width: 640px) { .vtdi { flex-direction: column; } }
.jsww7n {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.jsww7n .h17be { color: var(--accent-light); }
.ru0u .h17be { color: #fff; }
.ru0u .ct5z  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .ixe25 { grid-template-columns: 1fr; } }
.s2llxuvg .pc9a {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.s2llxuvg .pc9a:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.a0eo .pc9a { background: var(--bg-raised); border-color: transparent; }
.a0eo .pc9a:focus { background: var(--bg-card); border-color: var(--accent-light); }
.sy49w .pc9a { border-radius: 100px; padding: 11px 20px; }
.sy49w .peqp6 { border-radius: 14px; }
.tb6i6g {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .tb6i6g { grid-template-columns: 1fr; } }
.actv3jy {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.actv3jy h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.actv3jy p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.b47es { counter-reset: priv-count; }
.z45j {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.z45j:last-child { border-bottom: none; }
.urtwsv5 {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.z45j h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.z45j p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.pz4ygfnc { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.pz4ygfnc li { margin-bottom: 6px; }
.a6d04fv{display:none}
.a6d04fv:empty,.clmgcg:empty{display:none}
.qkx3g{position:relative;overflow:visible}
.a2gk6cwc .u9zg5ib5,.xo1h .u9zg5ib5,
.l4axicy .u9zg5ib5,.rs6a .u9zg5ib5,
.yahq8tp .u9zg5ib5,.dvhmz3tu .u9zg5ib5{display:block}
.gbsfuk8 .eseob{display:block}
.a2gk6cwc .u9zg5ib5,.xo1h .u9zg5ib5,
.l4axicy .u9zg5ib5,.rs6a .u9zg5ib5,
.yahq8tp .u9zg5ib5{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}
.a2gk6cwc .u9zg5ib5 .clmgcg,.xo1h .u9zg5ib5 .clmgcg,
.l4axicy .u9zg5ib5 .clmgcg,.rs6a .u9zg5ib5 .clmgcg,
.yahq8tp .u9zg5ib5 .clmgcg{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}
.a2gk6cwc .u9zg5ib5,.xo1h .u9zg5ib5{top:12px}
.a2gk6cwc .u9zg5ib5 .clmgcg{margin-right:auto}
.xo1h .u9zg5ib5 .clmgcg{margin-left:auto}
.xo1h .u9zg5ib5{text-align:right}
.l4axicy .u9zg5ib5,.rs6a .u9zg5ib5{bottom:12px}
.l4axicy .u9zg5ib5 .clmgcg{margin-right:auto}
.rs6a .u9zg5ib5 .clmgcg{margin-left:auto}
.rs6a .u9zg5ib5{text-align:right}
.yahq8tp .u9zg5ib5{position:relative;margin-top:16px}
.yahq8tp .u9zg5ib5 .clmgcg{margin:0 auto}
.dvhmz3tu .u9zg5ib5{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.dvhmz3tu .u9zg5ib5 .clmgcg{margin:0}
.dvhmz3tu .ychwg~.u9zg5ib5,
.dvhmz3tu .urvi~.u9zg5ib5{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.dvhmz3tu .ychwg~.u9zg5ib5 .clmgcg,
.dvhmz3tu .urvi~.u9zg5ib5 .clmgcg{justify-content:flex-start}
.ychwg~.u9zg5ib5,.urvi~.u9zg5ib5{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}
.ychwg~.u9zg5ib5 .clmgcg{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.urvi~.u9zg5ib5 .clmgcg{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.eseob .clmgcg{margin:0 0 12px}
.clmgcg{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.nvstlmx{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.plhv{font-weight:600;color:var(--text-heading);opacity:1}
.o7bv1qs .nvstlmx{display:none}
.flfefw .u9sect{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.flfefw .uyc5s::before{content:""}
.k7no4cg .clmgcg{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.r5wr .clmgcg{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.ybg9r{--date-bg:transparent}
.b3l2 .uyc5s::before{content:""}
.q4cc .rkp5rg96{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .rkp5rg96{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .wx9fd{max-width:100%}
}
.knsh .kvri3{margin:0}
@media (max-width:560px){
  .iyrx4qq{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) {
  .f6jp { padding: 28px 18px 20px; }
  .dw73k0c4 { font-size: 1.2rem; }
  .drjzwy9t { max-width: 220px; max-height: 80px; }
}
.lzbty {
  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);
}
.coyf {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.ydhz  .lzbty { border-radius: 50%; }
.n8w3  .lzbty { border-radius: 6px; }
.glwgsp29 .lzbty { border-radius: 22px; }
.yxavnq .jdpz {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .lzbty { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.cpx4m {
  margin: 0 0 24px;
}
.cpx4m .gu6034k {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.cpx4m .umxz {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.cpx4m .jdpz {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .upzi6nd { flex-direction: row-reverse; }
[dir="rtl"] .h6sp { flex-direction: row-reverse; }
[dir="rtl"] .br53a .kxkbpm { right: auto; left: 32px; }
[dir="rtl"] .l1ugo10y  .kxkbpm { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .br53a .kxkbpm { right: auto; left: 20px; }
  [dir="rtl"] .l1ugo10y  .kxkbpm { left: auto;  right: 20px; }
}
[dir="rtl"] .ew0ho .hczi6t  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .oko63v2s .hczi6t { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .nn8niwy, [dir="rtl"] .p8ng3h { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .i5vv2d5g { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .zn920q { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .zpn8frm { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .jdpz { direction: rtl; }
[dir="rtl"] .lzbty { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .qcgllb,
[dir="rtl"] .oi6e1wky { direction: rtl; }
[dir="rtl"] .mezz { direction: rtl; }
[dir="rtl"] .xsst { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .udc0 .p8ng3h,
[dir="rtl"] .v49z5y7h .p8ng3h,
[dir="rtl"] .eni3 .p8ng3h,
[dir="rtl"] .ft3y24 .p8ng3h {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .udc0 .p8ng3h li::before,
[dir="rtl"] .v49z5y7h .p8ng3h li::before,
[dir="rtl"] .eni3 .p8ng3h li::before,
[dir="rtl"] .ft3y24 .p8ng3h li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .pppk1ojm.bydg .hs30ebnq,
[dir="rtl"] .ko8fj.bydg .hs30ebnq,
[dir="rtl"] .kksg1.bydg .hs30ebnq,
[dir="rtl"] .t2kid6bn.bydg .hs30ebnq,
[dir="rtl"] .szz2jskp.bydg .hs30ebnq { text-align: right; }
[dir="rtl"] .ychwg.inyvwe .tila6 { text-align: center; }
[dir="rtl"] .umxz,
[dir="rtl"] .tabi4,
[dir="rtl"] .deg1ke6v,
[dir="rtl"] .m6gu6,
[dir="rtl"] .hs30ebnq { text-align: right; }
[dir="rtl"] .rhyx3,
[dir="rtl"] .g3x1r,
[dir="rtl"] .nrw0pq,
[dir="rtl"] .pc9a,
[dir="rtl"] .peqp6 { text-align: right; direction: rtl; }
[dir="rtl"] .sy49w .pc9a,
[dir="rtl"] .s2llxuvg .pc9a { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #93d526;
  --brand:           #93d526;
  --brand-light:     #74a229;
  --brand-pale:      #98c450;
  --grad-start:      #b9e571;
  --grad-end:        #d1e9aa;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #93d526;
  --cta-light:       #7cb71a;
  --cta-hover:       #6fa11c;
  --bg-page:         #f7f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f5f3;
  --bg-raised:       #f0f1ee;
  --bg-hover:        #f5f5f3;
  --border:          #e6e8e2;
  --border-alt:      #d7dccf;
  --border-section:  #e6e8e2;
  --text-primary:    #1a1b17;
  --text-muted:      #5b6051;
  --text-body:       #34372e;
  --text-sub:        #4e5246;
  --text-faint:      #828a74;
  --text-dim:        #9ba190;
  --text-label:      #686e5d;
  --text-value:      #41453a;
  --accent-bg:       #ecf2e2;
  --accent-bg-light: #dfedc9;
  --bg-tip:          #f0f9f2;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f8f9;
  --bg-pros:         #f0f9f2;
  --bg-cons:         #faf5f3;
  --c-pros:          #11912e;
  --c-cons:          #9f3b21;
  --c-pros-label:    #14ad37;
  --c-tip-border:    #16bf3d;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #11912e;
}
:root { --logo-bg-opacity: 38%; }
body, button, input { font-family: "Poppins", sans-serif; }
.j9csi .giw4h3m, .j9csi .ychwg { min-height: 640px; }
.r9act .j0j312::after,.r9act .kxkbpm::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.swk5a::before { content: '>'; }