:root {
  --color-accent: #095594;
  --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;
}
.ix2s8d {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.hv6mk {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.xoswm0h {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.joc0 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.iove { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.iove a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.iove a:hover { color: var(--accent-light); }
.ujdzqjlo   .v1fo { border-radius: 0; }
.k112l7jb  .v1fo li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .v1fo {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .kkzymih:hover .v1fo,
  .kkzymih:focus-within .v1fo { display: block; }
  .v1fo li a { padding: 8px 16px; font-size: 0.88rem; }
}
.pvdj {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.izct3 { display: none; }
@media (max-width: 640px) {
  .izct3 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .izct3.i38y { display: block; }
}
@media (max-width: 640px) {
  .pvdj { display: block; }
  .iove > li + li::before { display: none !important; }
  .iove {
    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;
  }
  .iove.i38y { display: flex; }
  .iove li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .iove li:last-child a { border-bottom: none; }
}
.wtx3f { min-height: 480px; }
.mj4xq {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.wzr0bt5 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.njjnvt .wzr0bt5 { margin-left: 0; margin-right: 0; }
.z559n4 {
  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;
}
.z559n4:hover { opacity: 0.88; }
.kssbv0yq .mj4xq { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.kssbv0yq .wzr0bt5 { color: #e2e8f0; }
.kssbv0yq.e3fxkpce .ulrq { text-align: center; }
.s6dau2a7 .mj4xq { color: var(--text-primary); text-shadow: none; }
.s6dau2a7 .wzr0bt5 { color: var(--text-muted); }
.s6dau2a7 .z559n4 { margin-top: 16px; }
.s6dau2a7, .s6dau2a7.wtx3f { min-height: auto !important; }
.s6dau2a7.e3fxkpce .ulrq { text-align: center; }
@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); }
}
.tsvph8yd .xxwn4f,
.tsvph8yd .l10a8eb7,
.tsvph8yd .kssbv0yq .f4ug19 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.xxwn4f .mj4xq { color: #fff; }
.xxwn4f .wzr0bt5 { color: rgba(255,255,255,0.85); }
.xxwn4f .z559n4 { background: #fff; color: var(--cta); }
.xxwn4f .z559n4:hover { opacity: 0.92; }
.c9i309 .lyahj { position: relative; overflow: hidden; }
.c9i309 .lyahj::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.knx722ts .lyahj {
  animation: hg-breathe 7s ease-in-out infinite;
}
.ckfzmr6 .lyahj { position: relative; overflow: hidden; }
.ckfzmr6 .lyahj::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
.qc28ygwm .lyahj { position: relative; overflow: hidden; }
.qc28ygwm .lyahj::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.tsvph8yd .lyahj {
  animation: hg-fadein 1.2s ease-out both;
}
.lyahj {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.zpba {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.bzsv7j {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.vygv {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.lyahj .mj4xq { text-shadow: none; color: var(--text-primary); }
.lyahj .wzr0bt5 { color: var(--text-muted); }
body.vdxm .mj4xq {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.ngkcn7 .mj4xq {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.wtx3f.xxwn4f .mj4xq,
section.xxwn4f .mj4xq {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.lyahj.e3fxkpce .zpba { align-items: center; text-align: center; }
.lyahj.njjnvt   .zpba { align-items: flex-start; text-align: left; }
.kmhgcmx .bzsv7j { position: relative; }
.kmhgcmx .bzsv7j::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.kmhgcmx.ekyhu .bzsv7j::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.dt87eo .bzsv7j {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.dt87eo .vygv {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.dt87eo.ekyhu .bzsv7j { padding: 32px 0 32px 32px; }
.rl7i .bzsv7j {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.rl7i .vygv {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.rl7i .l10a8eb7 {
  position: static;
  width: 100%; aspect-ratio: 4/3;
  border-radius: 16px;
}
.ekyhu .zpba {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.rl7i.ekyhu .bzsv7j { padding: 40px 16px 40px 48px; }
.wtx3f .tnh3as {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.tnh3as .t20alwy {
  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;
}
.tnh3as .t20alwy::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.tnh3as .qp83h { display: contents !important; }
.tnh3as .qp83h .ystzdzuw {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.tnh3as .qp83h .ldy94a { max-height: 48px; max-width: 96px; }
.tnh3as .qp83h .gr228y {
  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;
}
.tnh3as .nzxx6mku {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.tnh3as .pgubua { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.tnh3as .sgzez { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.tnh3as .sgzez small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.tnh3as .rxt2t { display: contents !important; }
.tnh3as .rxt2t .wv33ns8j:not(.jmot930) { display: none !important; }
.tnh3as .rxt2t .jmot930 {
  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;
}
.tnh3as .rxt2t .jmot930 .zkgj {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.tnh3as .rxt2t .jmot930 .ljjtk {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.tnh3as .gi83 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.tnh3as .gi83.i21t {
  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;
}
.tnh3as .gi83.i21t:hover { opacity: 0.85; }
.xl8i0qy6 .bzsv7j {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .lyahj { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .lyahj:not(.xl8i0qy6) .bzsv7j { display: none !important; }
  .xl8i0qy6 .bzsv7j { padding: 16px; }
  .zpba  { padding: 36px 24px; }
  .lyahj~.r867,.ekyhu~.r867{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .wtx3f, .lyahj { min-height: 320px !important; }
  .mj4xq { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .upsxe,
  .nlwt4s,
  .ouai0szu { grid-template-columns: 1fr !important; }

  

  
  .s57tl { display: flex !important; flex-direction: column !important; }
  .s57tl .ulrq { display: contents; }
  .s57tl .f4ug19 { order: 0; }
  .s57tl .mj4xq { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .s57tl .upsxe { order: 2; padding: 0 16px 12px !important; }
  .s57tl .wzr0bt5 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .tz56gk .ulrq { display: flex; flex-direction: column; }
  .tz56gk .ulrq .mj4xq { order: 1; }
  .tz56gk .ulrq .ouai0szu { order: 2; margin: 8px 0 24px !important; }
  .tz56gk .ulrq .wzr0bt5 { order: 3; }
  .tz56gk .ulrq .z559n4 { order: 4; align-self: center; margin-top: 0; }

  
  .lyahj.xl8i0qy6 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .lyahj.xl8i0qy6 .zpba { display: contents; padding: 0; }
  .lyahj.xl8i0qy6 .zpba .mj4xq { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .lyahj.xl8i0qy6 .bzsv7j { order: 2; padding: 12px 16px; }
  .lyahj.xl8i0qy6 .zpba .wzr0bt5 { order: 3; padding: 0 24px; margin: 0 auto; }
  .lyahj.xl8i0qy6 .zpba .z559n4 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.pvu3ig { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.gtmtluwe { width: 100%; height: auto; display: block; border-radius: 10px; }
.tflsf .pvu3ig        { border-radius: 16px; }
.tflsf .gtmtluwe  { border-radius: 16px; }
.tuuj4 .pvu3ig         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.tuuj4 .gtmtluwe   { border-radius: 8px; }
.cw2wkhkt { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.z814y641 { width: 100%; padding: 32px 0; position: relative; }
.z207pq { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.oxbh4 .z814y641:nth-child(even) { background: var(--bg-surface); }
.oxbh4 .z814y641:nth-child(odd)  { background: var(--bg-page); }
.ym1x6 .z814y641:nth-child(even) { background: var(--bg-card); }
.ym1x6 .z814y641:nth-child(odd)  { background: var(--bg-page); }
.oxbh4 .z814y641:nth-child(odd)  .z207pq { background: var(--bg-card); border-radius: 6px; }
.oxbh4 .z814y641:nth-child(even) .z207pq { background: var(--bg-raised); border-radius: 6px; }
.ym1x6 .z814y641:nth-child(odd)  .z207pq { background: var(--bg-card); border-radius: 6px; }
.ym1x6 .z814y641:nth-child(even) .z207pq { background: var(--bg-raised); border-radius: 6px; }
.oxbh4 .z814y641:nth-child(even) .b8s1 .gup4b,
.ym1x6 .z814y641:nth-child(even) .b8s1 .gup4b { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.oxbh4 .z814y641:nth-child(odd) .b8s1 .gup4b,
.ym1x6 .z814y641:nth-child(odd) .b8s1 .gup4b { background: var(--bg-card-inner); }
.oxbh4 .z814y641:nth-child(even) .evbkyc .gup4b:nth-child(odd),
.ym1x6 .z814y641:nth-child(even) .evbkyc .gup4b:nth-child(odd)  { background: var(--bg-card); }
.oxbh4 .z814y641:nth-child(even) .evbkyc .gup4b:nth-child(even),
.ym1x6 .z814y641:nth-child(even) .evbkyc .gup4b:nth-child(even) { background: var(--bg-card-inner); }
h1.pnp41h { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.pnp41h {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.h0861j { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.lcoijnvz h2.pnp41h {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.dy1e h2.pnp41h {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.pbj37y h2.pnp41h {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.kgmq h2.pnp41h::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.k70ih9 h2.pnp41h {
  color: var(--text-primary); font-size: 1.7rem;
}
.hjhpzx7c h2.pnp41h::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.e1r1ypr h2.pnp41h {
  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;
}
.p27rod5 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .p27rod5 { display: none; } }
.lo3f1 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.b6brzqby { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ilw8ke {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.sl1c { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.z9bf { padding-left: 20px; }
.z9bf li { margin-bottom: 6px; }
.z9bf a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.z9bf a:hover { color: var(--accent-light); }
.vw9wx1 .sl1c { display: none; }
.tre9w58 .sl1c { display: none; }
.tre9w58 .z9bf { padding-left: 0; list-style: none; }
.tre9w58 .z9bf li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.tre9w58 .z9bf a { font-size: 0.92rem; }
.c4glr2r .ilw8ke { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.c4glr2r .sl1c { display: none; }
.c4glr2r .z9bf { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.c4glr2r .z9bf li { margin-bottom: 0; }
.c4glr2r .z9bf 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;
}
.c4glr2r .z9bf a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.gwba7q .ilw8ke { padding: 20px 20px 16px; }
.gwba7q .z9bf {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.gwba7q .z9bf li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.gwba7q .z9bf 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;
}
.gwba7q .z9bf 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;
}
.gwba7q .z9bf a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.gwba7q .z9bf a:focus,
.gwba7q .z9bf a:focus-visible,
.gwba7q .z9bf a:target { outline: none; }
.gwba7q .z9bf li:target a { border-color: var(--border); color: var(--text-muted); }
.luc6gcab .ilw8ke { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.luc6gcab .sl1c { display: none; }
.luc6gcab .z9bf { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.luc6gcab .z9bf li { margin-bottom: 0; }
.luc6gcab .z9bf li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.luc6gcab .z9bf li:last-child::after { content: ""; margin-right: 0; }
.luc6gcab .z9bf a { font-size: 0.9rem; }
.gup4b { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.b8s1 .gup4b { background: var(--bg-card); }
.evbkyc .gup4b:nth-child(odd)  { background: var(--bg-card); }
.evbkyc .gup4b:nth-child(even) { background: var(--bg-raised); }
.lwm2v .gup4b {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.lwm2v .gup4b:last-child { border-bottom: none; }
.lwm2v h3.h0861j { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.u6qc .gup4b {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.u6qc .gup4b + .gup4b { margin-top: 4px; }
.u2ar .gup4b { background: none; border-radius: 0; padding: 12px 0; }
.u2ar .gup4b + .gup4b { border-top: 1px solid var(--border-section); }
.klie4 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.l42npd { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.tcc6 { color: var(--text-body); margin-bottom: 10px; }
.jjqhm4q, .zr6s { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.jjqhm4q li, .zr6s li { margin-bottom: 6px; }
.zr6s li { list-style: decimal; }
.rcal6     .jjqhm4q { list-style-type: "● "; }
.idc5h  .jjqhm4q { list-style-type: "■ "; }
.iocz .jjqhm4q { list-style-type: "◆ "; }
.hb1cb3va    .jjqhm4q { list-style-type: "★ "; }
.rcal6     .slzrf0l { list-style-type: "● "; }
.idc5h  .slzrf0l { list-style-type: "■ "; }
.iocz .slzrf0l { list-style-type: "◆ "; }
.hb1cb3va    .slzrf0l { list-style-type: "★ "; }
.rcal6    .jjqhm4q li::marker, .rcal6    .slzrf0l li::marker,
.idc5h .jjqhm4q li::marker, .idc5h .slzrf0l li::marker,
.iocz .jjqhm4q li::marker, .iocz .slzrf0l li::marker,
.hb1cb3va   .jjqhm4q li::marker, .hb1cb3va   .slzrf0l li::marker {
  color: var(--cta); font-size: 1em;
}
.rcal6 .zr6s,
.idc5h .zr6s,
.iocz .zr6s,
.hb1cb3va .zr6s {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.rcal6 .zr6s li,
.idc5h .zr6s li,
.iocz .zr6s li,
.hb1cb3va .zr6s li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.rcal6 .zr6s li::before,
.idc5h .zr6s li::before,
.iocz .zr6s li::before,
.hb1cb3va .zr6s 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;
}
.rcal6     .zr6s li::before { border-radius: 50%; }
.idc5h  .zr6s li::before { border-radius: 3px; }
.iocz .zr6s li::before { border-radius: 3px; }
.hb1cb3va    .zr6s li::before { border-radius: 50%; }
.xgsk { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.kwmnxj1c .xgsk,
.qkmbk .xgsk { background: transparent; border: none; border-radius: 0; }
.dtcs3io { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.dtcs3io th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.dtcs3io td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.dtcs3io tr:hover td { background: var(--bg-hover); }
.fwoy .dtcs3io tbody tr:nth-child(even) td { background: var(--bg-surface); }
.lr62p0fc .dtcs3io { border: 1px solid var(--border-alt); }
.lr62p0fc .dtcs3io th,
.lr62p0fc .dtcs3io td { border: 1px solid var(--border-alt); }
.wtuni .dtcs3io th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.wtuni .dtcs3io td { border-bottom: none; }
.wtuni .dtcs3io tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.zevde3uy .dtcs3io th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.b1z2 .xgsk {
  overflow: hidden;
}
.b1z2 .dtcs3io th { border-bottom: 1px solid var(--border-alt); }
.b1z2 .dtcs3io tr:last-child td { border-bottom: none; }
.zte6 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.zb5r6g { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.bs2v { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.jzhyvu { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.o8z8nprm { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.slzrf0l { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.slzrf0l li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.zz1s3ja .jzhyvu { background: transparent; text-align: center; }
.uxu9v .bs2v {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.yg71nwvz .bs2v {
  width: 72px; height: 72px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 16px auto 4px; display: block;
  border: 3px solid var(--accent-bg);
}
.weyn .zb5r6g { display: grid; grid-template-columns: auto 1fr; }
.weyn .bs2v {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.weyn .jzhyvu { grid-column: 2; }
.weyn .o8z8nprm,
.weyn .slzrf0l { grid-column: 1 / -1; }
.w2p2m .zb5r6g { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.w2p2m .bs2v {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 14px 12px; border: 2px solid var(--accent-pale);
}
.w2p2m .jzhyvu { grid-column: 2; }
.w2p2m .o8z8nprm,
.w2p2m .slzrf0l { grid-column: 1 / -1; }
.ux0nts .zb5r6g { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.ux0nts .jzhyvu { background: none; color: var(--accent-light); font-weight: 700; }
.n20oyvn .zb5r6g { background: rgba(255,255,255,0.04); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.08); }
.n20oyvn .jzhyvu { background: none; color: var(--accent-light); font-weight: 700; }
.arr19q .zb5r6g { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.arr19q .zb5r6g:last-child { border-bottom: none; }
.arr19q .jzhyvu { background: none; color: var(--accent-light); font-weight: 700; }
.vk8u .zb5r6g { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.vk8u .jzhyvu { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.lnja .zte6 { counter-reset: card-n; }
.lnja .zb5r6g  { counter-increment: card-n; }
.lnja .jzhyvu { display: flex; align-items: center; gap: 10px; }
.lnja .jzhyvu::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.76rem; font-weight: 700;
}
.a6ze .zb5r6g { background: var(--bg-surface); border: 1px solid var(--border); }
.a6ze .jzhyvu { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.hejv { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.tpky  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.to4smkx9 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.k1gn { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.xy6qd { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.hejv strong { color: var(--text-primary); font-size: 0.95rem; }
.hejv p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.u9nykp6 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.pxp77, .dpejpu8 { border-radius: 8px; padding: 14px; }
.pxp77 { background: var(--bg-pros); }
.dpejpu8 { background: var(--bg-cons); }
.ysfataru { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.pxp77 .ysfataru { color: var(--c-pros-label); }
.dpejpu8 .ysfataru { color: #f87171; }
.pxp77 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.dpejpu8 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.gtmtluwe { width: 100%; height: auto; border-radius: 10px; display: block; }
.i21t {
  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;
}
.i21t:hover { opacity: 0.85; }
.tas7 .i21t  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.tas7 .i21t:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.uakrb .i21t  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.uakrb .i21t:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.lcchje7u .z559n4 { border-radius: 50px; }
.lcchje7u .i21t  { border-radius: 50px; }
.yd8l .z559n4 { padding-left: 22px; padding-right: 22px; }
.yd8l .i21t  { padding-left: 12px; padding-right: 12px; }
.ewy7 .z559n4 { padding-left: 44px; padding-right: 44px; }
.ewy7 .i21t  { padding-left: 24px; padding-right: 24px; }
.xmr7pj .z559n4 { padding-left: 56px; padding-right: 56px; }
.xmr7pj .i21t  { padding-left: 32px; padding-right: 32px; }
.lhe7u   .z559n4::after, .lhe7u   .i21t::after,
.kbf1b .z559n4::after, .kbf1b .i21t::after,
.m99yi    .z559n4::after, .m99yi    .i21t::after,
.n7i5p    .z559n4::after, .n7i5p    .i21t::after,
.ynqaujfz    .z559n4::after, .ynqaujfz    .i21t::after,
.kprnjg     .z559n4::after, .kprnjg     .i21t::after,
.mpm1yi    .z559n4::after, .mpm1yi    .i21t::after,
.uot3a   .z559n4::after, .uot3a   .i21t::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;
}
.lhe7u .z559n4::after, .lhe7u .i21t::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");
}
.kbf1b .z559n4::after, .kbf1b .i21t::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");
}
.m99yi .z559n4::after, .m99yi .i21t::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");
}
.n7i5p .z559n4::after, .n7i5p .i21t::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");
}
.ynqaujfz .z559n4::after, .ynqaujfz .i21t::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");
}
.kprnjg .z559n4::after, .kprnjg .i21t::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");
}
.mpm1yi .z559n4::after, .mpm1yi .i21t::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");
}
.uot3a .z559n4::after, .uot3a .i21t::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");
}
.zretiw   .ejpusjm::after, .zretiw   .ik3jmz::after,
.m4bz .ejpusjm::after, .m4bz .ik3jmz::after,
.v623zcyn    .ejpusjm::after, .v623zcyn    .ik3jmz::after,
.jgmn7wiq    .ejpusjm::after, .jgmn7wiq    .ik3jmz::after,
.gt0q9vg    .ejpusjm::after, .gt0q9vg    .ik3jmz::after,
.m35e69hd     .ejpusjm::after, .m35e69hd     .ik3jmz::after,
.ybgprwc    .ejpusjm::after, .ybgprwc    .ik3jmz::after,
.isl2t42   .ejpusjm::after, .isl2t42   .ik3jmz::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;
}
.zretiw .ejpusjm::after, .zretiw .ik3jmz::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");
}
.m4bz .ejpusjm::after, .m4bz .ik3jmz::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");
}
.v623zcyn .ejpusjm::after, .v623zcyn .ik3jmz::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");
}
.jgmn7wiq .ejpusjm::after, .jgmn7wiq .ik3jmz::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");
}
.gt0q9vg .ejpusjm::after, .gt0q9vg .ik3jmz::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");
}
.m35e69hd .ejpusjm::after, .m35e69hd .ik3jmz::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");
}
.ybgprwc .ejpusjm::after, .ybgprwc .ik3jmz::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");
}
.isl2t42 .ejpusjm::after, .isl2t42 .ik3jmz::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");
}
.v6o0g8e {
  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;
}
.t20alwy {
  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;
}
.t20alwy > * { min-width: 0; }
.t20alwy:hover { background: var(--bg-hover); }
.t20alwy > [itemprop="item"] { display: contents; }
.t20alwy [itemprop="itemReviewed"],
.t20alwy [itemprop="reviewRating"] { display: none; }
.t20alwy::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;
}
.qp83h {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.ystzdzuw {
  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;
}
.ldy94a { max-height: 52px; max-width: 110px; object-fit: contain; }
.gr228y {
  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;
}
.k78ljj5 .ystzdzuw    { background: #1a1a1a; }
.dos08axr .ystzdzuw   { background: rgba(128,128,128,.12); }
.mpi8 .ystzdzuw { background: var(--bg-raised); }
.k7b5i .ystzdzuw    { background: transparent; padding: 0; }
.nzxx6mku {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.pgubua { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.sgzez { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.rxt2t {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.wv33ns8j {
  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;
}
.zkgj {
  
  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%;
}
.ljjtk {
  
  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;
}
.gi83 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.gi83.i21t {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .t20alwy {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .t20alwy::before    { grid-area: rank;   }
  .qp83h           { grid-area: ident;  }
  .nzxx6mku     { grid-area: rating; min-width: 0; width: auto; }
  .rxt2t           { grid-area: pills;  }
  .gi83             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .t20alwy {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .t20alwy::before    { justify-self: center; }
  .qp83h           { width: 100%; }
  .nzxx6mku     { justify-self: center; }
  .rxt2t           { grid-template-columns: 1fr; }
}
.v1yflw1 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.v9sqn4i {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.cpxse {
  width: 90px; flex-shrink: 0;
  background: var(--bg-page);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  padding: 8px; min-height: 60px;
}
.cpxse img { max-width: 80px; max-height: 50px; object-fit: contain; }
.pcaho { flex: 1; }
.pcaho h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.uj99kih { color: var(--c-stars); font-size: 1.1rem; }
.fas60dh { margin-bottom: 8px; }
.y4t4io { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.kxuy::before   { content: "★ "; color: var(--accent-light); }
.mwh5ug { flex-shrink: 0; }
.pughzv1 img.sdqt { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.kwmnxj1c { padding: 20px 24px; }
.lgb5b00u { color: var(--text-muted); margin-bottom: 16px; }
.p6efjqb { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.qa3l, .cgjjq { list-style: none; font-size: 0.9rem; }
.qa3l li { color: var(--c-pros); margin-bottom: 4px; }
.cgjjq li { color: var(--c-cons); margin-bottom: 4px; }
.qa3l li::before { content: "✓"; margin-right: 5px; }
.cgjjq li::before { content: "✗"; margin-right: 5px; }
.bkf814t .qa3l li::before { content: "→"; }
.bkf814t .cgjjq li::before { content: "–"; }
.ud0u7h  .qa3l li::before { content: "★"; }
.ud0u7h  .cgjjq li::before { content: "✕"; }
.dx9lvun    .qa3l li::before { content: "◆"; }
.dx9lvun    .cgjjq li::before { content: "▲"; }
.zwght876  .qa3l li::before { content: "▶"; }
.zwght876  .cgjjq li::before { content: "■"; }
.l0q4 { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.b9aflmxb { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.m4o6j { background: var(--bg-pros); color: var(--c-tag-pay); }
.eedu { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.ns2a6 .eedu { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.n1f7 .eedu { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .ft8mg0lk .b14td {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .ft8mg0lk .v1yflw1 { margin: 0; }
}
.iw5s .v9sqn4i { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.iw5s .pcaho h3 { color: var(--accent-light); }
.iw5s .cpxse { background: var(--bg-page); border: 1px solid var(--border); }
.z2bofd .v1yflw1 { border-top: 4px solid var(--accent); }
.z2bofd .v9sqn4i { background: var(--bg-card); }
.z22we .v1yflw1 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.z22we .v9sqn4i { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.z22we .kwmnxj1c { padding: 14px 16px; }
.z22we .cpxse { border-radius: 4px; }
.z22we .eedu { border-radius: 0; }
.pdi3avr .v9sqn4i { padding: 0; gap: 0; overflow: hidden; }
.pdi3avr .cpxse { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.pdi3avr .pcaho { padding: 16px 20px; }
.pdi3avr .mwh5ug { padding: 16px 20px; align-self: center; }
.w8oeh .uj99kih { font-size: .95rem; }
.qkmbk .u9nykp6 { gap: 10px; }
.qkmbk .pxp77, .qkmbk .dpejpu8 { padding: 12px; }
.qkmbk .pxp77 ul, .qkmbk .dpejpu8 ul { margin: 4px 0 0; padding-left: 18px; }
.qkmbk .pxp77 li, .qkmbk .dpejpu8 li { font-size: .85rem; margin-bottom: 3px; }
.k8dkf .b9aflmxb { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .ucj3k { grid-template-columns: 1fr; }
  .xu0i4v8i { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .xu0i4v8i .jbl9mc { width: 72px; height: 50px; }
  .xu0i4v8i .q71b8 { max-width: 180px; }
  .xu0i4v8i .ku8415 { width: auto; }
}
.ari2 .w8oeh .uj99kih { filter: brightness(1.2); }
@media (max-width: 720px) {
  .ari2 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .t3feb9 { padding: 16px; }
  .u3ecoz2s .wnnyve { min-width: 50%; }
}
.rcot6ik .u9nykp6 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .tgqnzh { grid-template-columns: 1fr; }
  .aa5qst { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .hr8f6x { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .u71q137 { flex-wrap: wrap; padding: 16px; }
}
.fozkmsak .u9nykp6 { gap: 8px; }
.fozkmsak .pxp77, .fozkmsak .dpejpu8 { padding: 8px; }
@media (max-width: 480px) {
  .xp751 { flex-direction: column; align-items: stretch; }
}
.d41jd .ku8415 .i21t { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .m5tpp { flex-direction: column; align-items: stretch; gap: 10px; }
  .d41jd .ku8415 { text-align: center; }
}
@media (max-width: 720px) {
  .rtexm { grid-template-columns: 1fr; }
  .gibo7g5 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .mktfy6z { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.xu4yi23 .pg7ug77e { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.mtj1p .uj99kih { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .i2s17 { grid-template-columns: 1fr; }
  .mtj1p { width: 100px; height: 100px; margin: 16px auto; }
  .xu4yi23 { font-size: 1.4rem; }
  .lf05916m { justify-content: center; }
  .eee7 .wnnyve { min-width: 50%; }
}
.ga1c .u9nykp6 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .tba1szx { flex-wrap: wrap; padding: 14px 16px; }
  .nozkr2d { padding: 12px 16px; }
  .ga1c .u9nykp6 { margin: 0 16px; }
  .ga1c .k8dkf { padding: 0 16px; }
  .dz06zw { padding: 12px 16px; }
}
.x311cve .t20alwy {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.x311cve .t20alwy:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.yhprts .v6o0g8e { gap: 18px; }
.yhprts .t20alwy {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.yhprts .t20alwy:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.tclr0pzs .v6o0g8e {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.tclr0pzs .t20alwy {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.tclr0pzs .t20alwy:last-child { border-bottom: none; }
.tclr0pzs .qp83h,
.tclr0pzs .nzxx6mku,
.tclr0pzs .rxt2t {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.sshvn .v6o0g8e { gap: 0; }
.sshvn .t20alwy {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.sshvn .t20alwy:last-child { border-bottom: none; }
.sshvn .t20alwy:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.sshvn .t20alwy:nth-child(even):hover { background: var(--bg-hover); }
.tzsq .t20alwy {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.uzre67q .rxt2t .wv33ns8j {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.uzre67q .rxt2t .wv33ns8j:first-child { border-left: none; }
.bvgy .rxt2t .wv33ns8j {
  background: transparent; padding: 4px 8px;
}
.bvgy .rxt2t .zkgj { font-size: .65rem; opacity: .65; }
.bvgy .rxt2t .ljjtk   { font-size: 1.15rem; color: var(--accent-light); }
.t6gv1 .rxt2t .wv33ns8j {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.sgzez { display: none; }
.ocqhyj .pgubua { font-size: 1rem; letter-spacing: 2px; }
.burh90dp .pgubua {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.sagk .pgubua,
.pu2sp5x .pgubua,
.l5gp1 .pgubua { display: none; }
.sagk .sgzez,
.pu2sp5x .sgzez,
.l5gp1 .sgzez { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.sagk .sgzez { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.sagk .sgzez small { display: none; }
.pu2sp5x .sgzez {
  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;
}
.pu2sp5x .sgzez small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.l5gp1 .sgzez {
  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;
}
.l5gp1 .sgzez small { display: none; }
.sagk .fas60dh .uj99kih,
.pu2sp5x .fas60dh .uj99kih,
.l5gp1 .fas60dh .uj99kih { display: none; }
.sagk .fas60dh strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.sagk .pg7ug77e { display: none; }
.pu2sp5x .fas60dh strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.pu2sp5x .ywcgt6,
.pu2sp5x .pg7ug77e { font-size: 1em; }
.l5gp1 .fas60dh strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.l5gp1 .pg7ug77e { display: none; }
.xso4 { margin: 16px 0; }
.as96 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.as96 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.as96 summary::after { content: "+"; color: var(--accent-light); }
.as96[open] summary::after { content: "−"; }
.as96 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.z814y641 { margin-bottom: 0; }
.v4ha h2.pnp41h { color: var(--text-primary); border-color: var(--accent-light); }
.r7yujcqz h2.pnp41h { color: var(--text-primary); border-color: var(--accent-light); }
.gcg9bc .tpky     { background: #052e16; border-color: #10b981; }
.gcg9bc .to4smkx9 { background: #2d0a1e; border-color: #f43f5e; }
.gcg9bc .k1gn    { background: #1e1036; border-color: #a855f7; }
.gcg9bc .hejv strong  { color: #f1f5f9; }
.gcg9bc .hejv p       { color: #cbd5e1; }
.gcg9bc .zmgs    .tpky     .xy6qd::before,
.gcg9bc .uxqqqyy5  .tpky     .xy6qd::before,
.gcg9bc .krmkx222  .tpky     .xy6qd::before,
.gcg9bc .taa7f0a .tpky     .xy6qd::before { color: #10b981; }
.gcg9bc .zmgs    .to4smkx9 .xy6qd::before,
.gcg9bc .uxqqqyy5  .to4smkx9 .xy6qd::before,
.gcg9bc .krmkx222  .to4smkx9 .xy6qd::before,
.gcg9bc .taa7f0a .to4smkx9 .xy6qd::before { color: #f43f5e; }
.gcg9bc .zmgs    .k1gn    .xy6qd::before,
.gcg9bc .uxqqqyy5  .k1gn    .xy6qd::before,
.gcg9bc .krmkx222  .k1gn    .xy6qd::before,
.gcg9bc .taa7f0a .k1gn    .xy6qd::before { color: #a855f7; }
.ti1oyq26 .tpky     { background: #2d2000; border-color: #eab308; }
.ti1oyq26 .to4smkx9 { background: #2d0b0b; border-color: #ef4444; }
.ti1oyq26 .k1gn    { background: #2d1600; border-color: #f97316; }
.ti1oyq26 .hejv strong  { color: #f1f5f9; }
.ti1oyq26 .hejv p       { color: #cbd5e1; }
.ti1oyq26 .zmgs    .tpky     .xy6qd::before,
.ti1oyq26 .uxqqqyy5  .tpky     .xy6qd::before,
.ti1oyq26 .krmkx222  .tpky     .xy6qd::before,
.ti1oyq26 .taa7f0a .tpky     .xy6qd::before { color: #eab308; }
.ti1oyq26 .zmgs    .to4smkx9 .xy6qd::before,
.ti1oyq26 .uxqqqyy5  .to4smkx9 .xy6qd::before,
.ti1oyq26 .krmkx222  .to4smkx9 .xy6qd::before,
.ti1oyq26 .taa7f0a .to4smkx9 .xy6qd::before { color: #ef4444; }
.ti1oyq26 .zmgs    .k1gn    .xy6qd::before,
.ti1oyq26 .uxqqqyy5  .k1gn    .xy6qd::before,
.ti1oyq26 .krmkx222  .k1gn    .xy6qd::before,
.ti1oyq26 .taa7f0a .k1gn    .xy6qd::before { color: #f97316; }
.fmuujj .tpky     { background: #0c1a2e; border-color: #38bdf8; }
.fmuujj .to4smkx9 { background: #12103a; border-color: #818cf8; }
.fmuujj .k1gn    { background: #0a2020; border-color: #2dd4bf; }
.fmuujj .hejv strong  { color: #f1f5f9; }
.fmuujj .hejv p       { color: #cbd5e1; }
.fmuujj .zmgs    .tpky     .xy6qd::before,
.fmuujj .uxqqqyy5  .tpky     .xy6qd::before,
.fmuujj .krmkx222  .tpky     .xy6qd::before,
.fmuujj .taa7f0a .tpky     .xy6qd::before { color: #38bdf8; }
.fmuujj .zmgs    .to4smkx9 .xy6qd::before,
.fmuujj .uxqqqyy5  .to4smkx9 .xy6qd::before,
.fmuujj .krmkx222  .to4smkx9 .xy6qd::before,
.fmuujj .taa7f0a .to4smkx9 .xy6qd::before { color: #818cf8; }
.fmuujj .zmgs    .k1gn    .xy6qd::before,
.fmuujj .uxqqqyy5  .k1gn    .xy6qd::before,
.fmuujj .krmkx222  .k1gn    .xy6qd::before,
.fmuujj .taa7f0a .k1gn    .xy6qd::before { color: #2dd4bf; }
.x0k92b .tpky     { background: var(--accent-bg); border-color: var(--accent-light); }
.x0k92b .to4smkx9 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.x0k92b .k1gn    { background: var(--accent-bg); border-color: var(--accent-pale); }
.x0k92b .zmgs    .xy6qd::before,
.x0k92b .uxqqqyy5  .xy6qd::before,
.x0k92b .krmkx222  .xy6qd::before,
.x0k92b .taa7f0a .xy6qd::before { color: var(--accent-light) !important; }
.xk0ti::before,
.jl21726s::before { margin-right: 5px; }
.f0ps .pxp77 ul li,
.f0ps .qa3l li         { color: #4ade80; }
.f0ps .pxp77 .xk0ti { color: #22c55e; }
.f0ps .dpejpu8 ul li,
.f0ps .cgjjq li         { color: #f87171; }
.f0ps .dpejpu8 .jl21726s { color: #ef4444; }
.ua3q .pxp77 { background: var(--bg-pros); }
.ua3q .dpejpu8 { background: var(--bg-cons); }
.ua3q .pxp77 .xk0ti { color: var(--c-pros-label); }
.ua3q .dpejpu8 .jl21726s { color: var(--c-cons); }
.ua3q .pxp77 ul li,
.ua3q .qa3l li            { color: var(--c-pros); }
.ua3q .dpejpu8 ul li,
.ua3q .cgjjq li            { color: var(--c-cons); }
.uim2rl0x .pxp77 { background: var(--bg-pros); }
.uim2rl0x .dpejpu8 { background: var(--bg-cons); }
.uim2rl0x .pxp77 .xk0ti { color: var(--c-pros-label); }
.uim2rl0x .dpejpu8 .jl21726s { color: var(--c-cons); }
.uim2rl0x .pxp77 ul li,
.uim2rl0x .qa3l li          { color: var(--c-pros); }
.uim2rl0x .dpejpu8 ul li,
.uim2rl0x .cgjjq li          { color: var(--c-cons); }
.d7t89y8p .xk0ti::before { content: "✓ "; }
.d7t89y8p .jl21726s::before { content: "✗ "; }
.bkf814t .xk0ti::before { content: "→ "; }
.bkf814t .jl21726s::before { content: "← "; }
.ud0u7h .xk0ti::before { content: "★ "; }
.ud0u7h .jl21726s::before { content: "✕ "; }
.dx9lvun .xk0ti::before { content: "◆ "; }
.dx9lvun .jl21726s::before { content: "▲ "; }
.n1f7 .hejv { background: transparent; border-left: none; border: 1.5px solid; }
.n1f7 .tpky     { border-color: var(--c-tip-border); }
.n1f7 .to4smkx9 { border-color: var(--c-warn-border); }
.n1f7 .k1gn    { border-color: #60a5fa; }
.n1f7 .hejv strong { color: var(--text-primary); }
.n1f7 .hejv p      { color: var(--text-muted); }
.ns2a6 .hejv { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.ns2a6 .tpky     { border-top-color: var(--c-tip-border); }
.ns2a6 .to4smkx9 { border-top-color: var(--c-warn-border); }
.ns2a6 .k1gn    { border-top-color: #60a5fa; }
.jpvh .hejv { border-left: none; border-radius: 8px; }
.jpvh .tpky     { background: #065f46; }
.jpvh .to4smkx9 { background: #92400e; }
.jpvh .k1gn    { background: #1e3a8a; }
.jpvh .hejv strong,
.jpvh .hejv p { color: #fff; }
.jpvh .xy6qd::before { color: rgba(255,255,255,0.85) !important; }
.gcg9bc.jpvh .tpky,
.gcg9bc .jpvh .tpky     { background: #052e16; }
.gcg9bc.jpvh .to4smkx9,
.gcg9bc .jpvh .to4smkx9 { background: #2d0a1e; }
.gcg9bc.jpvh .k1gn,
.gcg9bc .jpvh .k1gn    { background: #1e1036; }
.ti1oyq26.jpvh .tpky,
.ti1oyq26 .jpvh .tpky      { background: #2d2000; }
.ti1oyq26.jpvh .to4smkx9,
.ti1oyq26 .jpvh .to4smkx9  { background: #2d0b0b; }
.ti1oyq26.jpvh .k1gn,
.ti1oyq26 .jpvh .k1gn     { background: #2d1600; }
.fmuujj.jpvh .tpky,
.fmuujj .jpvh .tpky      { background: #0c1a2e; }
.fmuujj.jpvh .to4smkx9,
.fmuujj .jpvh .to4smkx9  { background: #12103a; }
.fmuujj.jpvh .k1gn,
.fmuujj .jpvh .k1gn     { background: #0a2020; }
.ig6f9g7 .hejv { border-left: none; border-radius: 6px; padding: 10px 14px; }
.ig6f9g7 .tpky     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.ig6f9g7 .to4smkx9 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.ig6f9g7 .k1gn    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.ig6f9g7 .hejv strong { color: var(--text-primary); }
.ig6f9g7 .hejv p      { color: var(--text-muted); }
.ghj2yse6 .hejv { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.zmgs .xy6qd,
.uxqqqyy5 .xy6qd,
.krmkx222 .xy6qd,
.taa7f0a .xy6qd { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.zmgs .xy6qd::before,
.uxqqqyy5 .xy6qd::before,
.krmkx222 .xy6qd::before,
.taa7f0a .xy6qd::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.zmgs .tpky     .xy6qd::before { content: "✦"; color: var(--c-tip-border); }
.zmgs .to4smkx9 .xy6qd::before { content: "▲"; color: var(--c-warn-border); }
.zmgs .k1gn    .xy6qd::before { content: "◉"; color: #60a5fa; }
.uxqqqyy5 .tpky     .xy6qd::before { content: "★"; color: var(--c-tip-border); }
.uxqqqyy5 .to4smkx9 .xy6qd::before { content: "◆"; color: var(--c-warn-border); }
.uxqqqyy5 .k1gn    .xy6qd::before { content: "●"; color: #60a5fa; }
.krmkx222 .tpky     .xy6qd::before { content: "▶"; color: var(--c-tip-border); }
.krmkx222 .to4smkx9 .xy6qd::before { content: "■"; color: var(--c-warn-border); }
.krmkx222 .k1gn    .xy6qd::before { content: "▸"; color: #60a5fa; }
.taa7f0a .tpky     .xy6qd::before { content: "→"; color: var(--c-tip-border); }
.taa7f0a .to4smkx9 .xy6qd::before { content: "⬥"; color: var(--c-warn-border); }
.taa7f0a .k1gn    .xy6qd::before { content: "◈"; color: #60a5fa; }
.j2ckma .b8s1 .gup4b,
.j2ckma .evbkyc .gup4b  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.j2ckma .zb5r6g                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.j2ckma .t20alwy                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.j2ckma .v1yflw1            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.j2ckma .xgsk          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.j2ckma .ilw8ke                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.om0pgk .b8s1 .gup4b,
.om0pgk .evbkyc .gup4b,
.om0pgk .zb5r6g,
.om0pgk .t20alwy,
.om0pgk .v1yflw1,
.om0pgk .xgsk,
.om0pgk .ilw8ke,
.om0pgk .ghj2yse6 .hejv { box-shadow: none; }
.pegqfr7q   .tcc6, .pegqfr7q .klie4, .pegqfr7q .l42npd,
.pegqfr7q   .lo3f1, .pegqfr7q .b6brzqby { font-size: 0.9rem; }
.pegqfr7q   .jjqhm4q, .pegqfr7q .zr6s { font-size: 0.9rem; }
.fvah   .tcc6, .fvah .klie4, .fvah .l42npd,
.fvah   .lo3f1, .fvah .b6brzqby { font-size: 0.95rem; }
.fvah   .jjqhm4q, .fvah .zr6s { font-size: 0.95rem; }
.thnw   .tcc6, .thnw .klie4, .thnw .l42npd,
.thnw   .lo3f1, .thnw .b6brzqby { font-size: 1.08rem; }
.thnw   .jjqhm4q, .thnw .zr6s { font-size: 1.05rem; }
.thnw   .dtcs3io { font-size: 0.97rem; }
.klljk .mj4xq      { font-size: 3.2rem; }
.klljk h2.pnp41h { font-size: 1.9rem; }
.klljk h3.h0861j     { font-size: 1.4rem; }
.rf7kkk4 .mj4xq      { font-size: 3.8rem; }
.rf7kkk4 h2.pnp41h { font-size: 2.2rem; }
.rf7kkk4 h3.h0861j     { font-size: 1.6rem; }
.z814y641 + .z814y641 { position: relative; }
.y12qmh   .z814y641 + .z814y641::before,
.xu2bb  .z814y641 + .z814y641::before,
.zv3xj   .z814y641 + .z814y641::before,
.wt1l   .z814y641 + .z814y641::before,
.maaq7t   .z814y641 + .z814y641::before,
.y35h .z814y641 + .z814y641::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.y12qmh .z814y641 + .z814y641::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.xu2bb .z814y641 + .z814y641::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.zv3xj .z814y641 + .z814y641::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;
}
.wt1l .z814y641 + .z814y641::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.x244 .z814y641 { margin-bottom: 16px; }
.x244 .z814y641 + .z814y641 { margin-top: 0; }
.x244 .z207pq { padding-top: 0; padding-bottom: 0; }
.maaq7t .z814y641 + .z814y641::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.y35h .z814y641 + .z814y641::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.euwfan .z814y641 + .z814y641::before,
.aiknr .z814y641 + .z814y641::before,
.ex7y5 .z814y641 + .z814y641::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%;
}
.oxbh4 .euwfan .z814y641:nth-child(even)::before,
.oxbh4 .aiknr .z814y641:nth-child(even)::before,
.oxbh4 .ex7y5 .z814y641:nth-child(even)::before { background: var(--bg-surface); }
.ym1x6 .euwfan .z814y641:nth-child(even)::before,
.ym1x6 .aiknr .z814y641:nth-child(even)::before,
.ym1x6 .ex7y5 .z814y641:nth-child(even)::before { background: var(--bg-card); }
.euwfan .z814y641 + .z814y641::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");
}
.aiknr .z814y641 + .z814y641::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");
}
.ex7y5 .z814y641 + .z814y641::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");
}
.vkvj .kssbv0yq { overflow: hidden; }
.vkvj .ulrq { margin-bottom: 70px; }
.cjmsxav5 .zpba,
.i73hr .zpba { padding-bottom: 60px; }
.vkvj .zpba { padding-bottom: 70px; }
.vkvj .kssbv0yq::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%;
}
.vkvj .kssbv0yq::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");
}
.pufz .kssbv0yq:not(.xxwn4f) .f4ug19 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.pufz .xxwn4f { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.pufz .l10a8eb7 { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.pufz .lyahj { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.teckl .lyahj { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.t505ucg .lyahj { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.uxjgzoq .lyahj { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.o4y5k93f .lyahj { background: var(--accent-bg); }
.kzl3hci .pvu3ig { float: left; width: 38%; margin: 0 28px 16px 0; }
.kzl3hci .pvu3ig .gtmtluwe { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.kzl3hci .z207pq::after { content: ''; display: block; clear: both; }
.tzqz .pvu3ig { float: right; width: 38%; margin: 0 0 16px 28px; }
.tzqz .pvu3ig .gtmtluwe { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.tzqz .z207pq::after { content: ''; display: block; clear: both; }
.fjod2i .z814y641:nth-child(odd)  .pvu3ig { float: left;  width: 38%; margin: 0 28px 16px 0; }
.fjod2i .z814y641:nth-child(even) .pvu3ig { float: right; width: 38%; margin: 0 0 16px 28px; }
.fjod2i .pvu3ig .gtmtluwe { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.fjod2i .z207pq::after { content: ''; display: block; clear: both; }
.kzl3hci .zte6,
.kzl3hci .v6o0g8e,
.tzqz .zte6,
.tzqz .v6o0g8e,
.fjod2i .zte6,
.fjod2i .v6o0g8e { clear: both; }
@media (max-width: 900px) {
  .kzl3hci .pvu3ig,
  .tzqz .pvu3ig,
  .fjod2i .z814y641:nth-child(odd)  .pvu3ig,
  .fjod2i .z814y641:nth-child(even) .pvu3ig {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .kzl3hci .pvu3ig .gtmtluwe,
  .tzqz .pvu3ig .gtmtluwe,
  .fjod2i .pvu3ig .gtmtluwe {
    max-height: none !important;
  }
}
.kzl3hci .jjqhm4q,
.kzl3hci .zr6s,
.tzqz .jjqhm4q,
.tzqz .zr6s,
.fjod2i .jjqhm4q,
.fjod2i .zr6s { overflow: hidden; }
@media (max-width: 640px) {
  .kzl3hci .pvu3ig,
  .tzqz .pvu3ig,
  .fjod2i .pvu3ig { float: none; width: 100%; margin: 0 0 16px 0; }
}
.l1yabz .cw2wkhkt,
.l1yabz .z207pq,
.l1yabz .da9cv  { max-width: 1100px; }
.zwtb .cw2wkhkt,
.zwtb .z207pq,
.zwtb .da9cv  { max-width: 1200px; }
.wr7r .cw2wkhkt,
.wr7r .z207pq,
.wr7r .da9cv  { max-width: 1320px; }
.tfjou { font-size: 0.82rem; color: var(--text-muted); }
.ns7cv1e { display: flex; align-items: center; }
.zep2anm {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.hkoc { display: flex; align-items: center; }
.zwwu08l { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.zwwu08l:hover { text-decoration: underline; }
.q1148 { margin: 0 3px; opacity: 0.45; }
.q1148::before { content: '/'; }
.peye { padding: 2px 5px; color: var(--text-main); }
.xoxe7dbd .tfjou {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.xoxe7dbd .ns7cv1e { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.lk1ecvcy .tfjou {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.lk1ecvcy .ns7cv1e { padding: 0 0 0 12px; }
.jzegogam {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.n910440k .ns7cv1e { padding: 0 16px; }
.n910440k .tfjou {
  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);
}
.n910440k .cw2wkhkt { padding-top: 28px; }
@media (max-width: 720px) {
  .jzegogam { margin-top: 18px; padding: 0 16px; }
  .n910440k .cw2wkhkt { padding-top: 16px; }
}
.l1yabz.xoxe7dbd .ns7cv1e { max-width: 1100px; }
.zwtb.xoxe7dbd .ns7cv1e { max-width: 1200px; }
.wr7r.xoxe7dbd .ns7cv1e { max-width: 1320px; }
.l1yabz .jzegogam { max-width: 1100px; }
.zwtb .jzegogam { max-width: 1200px; }
.wr7r .jzegogam { max-width: 1320px; }
.a7cr .z814y641 { padding-top: 16px; padding-bottom: 16px; }
.smwr5 .z814y641 { padding-top: 24px; padding-bottom: 24px; }
.v307fq3 .z814y641 { padding-top: 40px; padding-bottom: 40px; }
.d6lkpca .z814y641 { padding-top: 52px; padding-bottom: 52px; }
.sskrx76 .z814y641:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.sskrx76 .z814y641:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.sskrx76 .z814y641:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.sskrx76 .z814y641:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.oglvy7e .z207pq { padding-top: 10px;  padding-bottom: 10px; }
.ppc5c .z207pq { padding-top: 18px;  padding-bottom: 18px; }
.qzwv .z207pq { padding-top: 36px;  padding-bottom: 36px; }
.qag5 .z207pq { padding-top: 48px;  padding-bottom: 48px; }
.s8at h2.pnp41h { font-weight: 600; }
.s8at h3.h0861j     { font-weight: 600; }
.emu5i { font-weight: 500; }
.emu5i h2.pnp41h { font-weight: 800; }
.emu5i h3.h0861j     { font-weight: 700; }
.bxkfb h2.pnp41h { font-weight: 900; }
.bxkfb h3.h0861j     { font-weight: 800; }
.bxkfb .hejv strong,
.bxkfb .hejv strong { font-weight: 600; }
.ejpusjm {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.kzqs8mz .ejpusjm { display: none; }
@media (max-width: 640px) { .ejpusjm { display: none; } }
.ejpusjm { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ejpusjm:hover { opacity: 0.85; }
.wucuvq2 .ejpusjm { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.pggf9 .ejpusjm,
.slwv7jpt  .ejpusjm { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.pggf9 .ejpusjm:hover,
.slwv7jpt  .ejpusjm:hover { opacity: 0.88; }
.wucuvq2.pggf9 .ejpusjm,
.wucuvq2.slwv7jpt  .ejpusjm { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.ik3jmz {
  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;
}
.ik3jmz:hover { transform: translateY(-2px); opacity: 0.92; }
.ik3jmz { background: var(--cta) !important; color: #fff !important; border: none !important; }
.um9i10qs .ik3jmz { display: none; }
.ctgya6c .ik3jmz { right: 32px; }
.kkteebc  .ik3jmz { left: 32px; }
@media (max-width: 480px) {
  .ctgya6c .ik3jmz { right: 20px; bottom: 20px; }
  .kkteebc  .ik3jmz { left: 20px; bottom: 20px; }
}
.payf0glo { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.da9cv { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.s5y3d { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.oq87l2ia { color: var(--text-dim); font-size: 0.8rem; }
.wnsh a, .zdmcc a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.wnsh a:hover, .zdmcc a:hover { color: var(--accent-light); }
.zdmcc { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.bvr89bpt .da9cv { text-align: center; }
.bvr89bpt .zdmcc { justify-content: center; margin-bottom: 16px; }
.bvr89bpt .s5y3d { margin-top: 0; }
.ees7 { margin-top: 10px; }
.ees7 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .da9cv { padding-left: 16px; padding-right: 16px; }
  .nqfkyr .da9cv { padding: 20px 16px; }
  .zdmcc { gap: 4px 12px; }
  .s5y3d { font-size: 0.78rem; }
}
.poj5qehj .s5y3d { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.poj5qehj .oq87l2ia { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .poj5qehj .p7mw { grid-template-columns: 1fr 1fr; } .poj5qehj .nosi4srw { grid-column: 1 / -1; } }
@media (max-width: 480px) { .poj5qehj .p7mw { grid-template-columns: 1fr; } }
.i3aqdi .s5y3d { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .i3aqdi .vm7qc { gap: 12px; } .i3aqdi .gcm5a { margin-right: 0; width: 100%; } }
.ppx3n .s5y3d { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.ppx3n .oq87l2ia { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .ppx3n .pt94t { grid-template-columns: 1fr 1fr; } .ppx3n .mu68aeda { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ppx3n .pt94t { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .mz8smn4x .x3d2l { grid-template-columns: 1fr 1fr; } .mz8smn4x .mh7nt:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .mz8smn4x .x3d2l { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .gbb3h .x3d2l { grid-template-columns: 1fr; } }
.m7w6 .da9cv { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.m7w6 .zdmcc { justify-content: center; }
.m4uj0xxj .ix2s8d      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.m4uj0xxj .payf0glo { background: var(--bg-page); border-top-color: var(--border-alt); }
.rn8t .ix2s8d      { background: #0d1117; border-bottom-color: #21262d; }
.rn8t .xoswm0h { color: var(--accent-light); }
.rn8t .iove { --msep-color: #8b949e; }
.rn8t .iove a { color: #8b949e; }
.rn8t .iove a:hover { color: var(--accent-light); }
.rn8t .pvdj { color: #8b949e; }
.rn8t .payf0glo { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.rn8t .s5y3d,
.rn8t .oq87l2ia { color: #6e7681; }
.rn8t .wnsh a, .rn8t .zdmcc a,
.rn8t .ttbp1 a, .rn8t .cvhw8u a,
.rn8t .bidszbpf a { color: #8b949e; }
.rn8t .gcm5a { color: #e6edf3; }
.rn8t .wnsh a:hover, .rn8t .zdmcc a:hover,
.rn8t .ttbp1 a:hover, .rn8t .cvhw8u a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .rn8t .iove { background: #0d1117; border-top-color: #21262d; }
  .rn8t .iove li a { border-bottom-color: #21262d; }
}
.orap5 .ix2s8d      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.orap5 .xoswm0h { color: var(--accent-light); }
.orap5 .iove { --msep-color: #475569; }
.orap5 .iove a { color: #475569; }
.orap5 .iove a:hover { color: var(--accent-light); }
.orap5 .pvdj { color: #64748b; }
.orap5 .payf0glo { background: #f0f4f8; border-top-color: #cbd5e1; }
.orap5 .s5y3d,
.orap5 .oq87l2ia { color: #64748b; }
.orap5 .wnsh a, .orap5 .zdmcc a,
.orap5 .wnsh a:hover, .orap5 .zdmcc a:hover,
@media (max-width: 640px) {
  .orap5 .iove { background: #f0f4f8; border-top-color: #cbd5e1; }
  .orap5 .iove li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.pggf9 .ix2s8d      { background: var(--accent); border-bottom-color: var(--accent-light); }
.pggf9 .xoswm0h { color: #fff; }
.pggf9 .iove { --msep-color: rgba(255,255,255,0.82); }
.pggf9 .iove a { color: rgba(255,255,255,0.82); }
.pggf9 .iove a:hover { color: #fff; }
.pggf9 .pvdj { color: rgba(255,255,255,0.9); }
.pggf9 .payf0glo { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.pggf9 .s5y3d,
.pggf9 .oq87l2ia { color: rgba(255,255,255,0.72); }
.pggf9 .wnsh a, .pggf9 .zdmcc a,
.pggf9 .wnsh a:hover, .pggf9 .zdmcc a:hover,
@media (max-width: 640px) {
  .pggf9 .iove { background: var(--accent); border-top-color: var(--accent-light); }
  .pggf9 .iove li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.slwv7jpt .ix2s8d {
  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);
}
.slwv7jpt .payf0glo {
  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) {
  .slwv7jpt .iove {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.xfjf .hv6mk { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.gf39tvyo .hv6mk { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.jedhf .hv6mk { min-height: 72px; height: auto; }
.cwh3wci .hv6mk { min-height: 84px; height: auto; }
.nqfkyr .hv6mk { max-width: none; padding: 0 32px; }
.nqfkyr .da9cv  { max-width: none; padding: 24px 32px; }
.ky1bv.zwtb .hv6mk { max-width: 1200px; }
.ky1bv.wr7r .hv6mk { max-width: 1320px; }
.snzm   .xoswm0h, .snzm   .gcm5a { text-transform: capitalize; }
.o9qi33q .xoswm0h, .o9qi33q .gcm5a { text-transform: lowercase; }
.es57vku .xoswm0h, .es57vku .gcm5a { text-transform: uppercase; letter-spacing: 0.06em; }
.hse581i, .zd4cc {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hwzodu .hse581i,
.jfyvi .hse581i,
.slwn1ptm .hse581i,
.mi1pfn8l .hse581i,
.o9g07jms   .iove a { font-weight: 500; }
.xlkr .iove a { font-weight: 600; }
.mlw5     .iove a { font-weight: 700; }
.yqc1k    .iove a { font-weight: 800; letter-spacing: 0.01em; }
.i3qvjcb     .iove > li + li::before,
.afbxhw    .iove > li + li::before,
.ye01pz0    .iove > li + li::before,
.wocjs .iove > li + li::before,
.pnmry8 .iove > li + li::before,
.ybms149  .iove > li + li::before,
.opbwsgpz    .iove > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.i3qvjcb     .iove > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.afbxhw    .iove > li + li::before { content: "|"; }
.ye01pz0    .iove > li + li::before { content: "—"; }
.wocjs .iove > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.pnmry8 .iove > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.ybms149  .iove > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.opbwsgpz    .iove > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .jcji4d .pvdj,
  .i5dtp .pvdj,
  .k84p3 .pvdj,
  .nh7n .pvdj,
  .gs8ppjn .pvdj {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .jcji4d .pvdj::before,
  .i5dtp .pvdj::before,
  .k84p3 .pvdj::before,
  .nh7n .pvdj::before,
  .gs8ppjn .pvdj::before { content: ""; display: block; flex-shrink: 0; }

  
  .jcji4d .pvdj::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;
  }

  
  .i5dtp .pvdj::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;
  }

  
  .k84p3 .pvdj::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;
  }

  
  .nh7n .pvdj::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;
  }

  
  .gs8ppjn .pvdj::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) {
  .gh2lcqv .pvdj {
    padding: 5px 14px;
  }
  .gh2lcqv .iove {
    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;
  }
  .gh2lcqv .iove li a {
    border-bottom: none; padding: 10px 22px;
  }
  .gh2lcqv .iove li a:hover { background: var(--bg-raised); }
  .gh2lcqv .izct3,
  .jk45bngy .izct3,
  .phow2i .izct3 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .et66 .pvdj {
    padding: 5px 10px;
  }
  .et66 .iove {
    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);
  }
  .et66 .iove.i38y { transform: translateX(0); }
  .et66 .iove li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .et66 .iove li:last-child a { border-bottom: none; }
  .pggf9 .iove,
  .rn8t .iove { background: var(--accent) !important; }
  .pggf9 .iove li a,
  .rn8t .iove li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .phow2i .pvdj {
    padding: 5px 10px;
  }
  .phow2i .iove {
    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);
  }
  .phow2i .iove::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .phow2i .iove.i38y { transform: translateY(0); }
  .phow2i .iove li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .qhqbxvun .pvdj {
    padding: 5px 10px;
  }
  .qhqbxvun .iove {
    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;
  }
  .qhqbxvun .iove.i38y { opacity: 1; pointer-events: auto; }
  .qhqbxvun .iove li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .kgege7x     .pvdj { border-radius: 0 !important; }
  .f8to   .pvdj { border-radius: 8px !important; }
  .lv81 .pvdj { border-radius: 50% !important; }
  .d2l0a0   .pvdj { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .ifnuvt6 .xamncyv { flex-direction: column; align-items: stretch; }
  .ifnuvt6 .mf33jlcj { flex-direction: row; min-width: auto; }
  .ifnuvt6 .znduxj { align-items: flex-start; text-align: left; }
}
.gtk7.z814y641,
.oxbh4 .gtk7,
@media (max-width: 640px) {
  .c1ct6o4 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .joqnuk1b { flex: 0 0 auto; }
  .oavjcel { font-size: 1.2rem; }
  .ptclhp { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.a4eofn .joc0 { height: 36px; }
.cnfpex .joc0 { height: 60px; max-width: 200px; }
.qxk0o5i .joc0 { height: 76px; max-width: 240px; }
.who0xqew    .pgubua, .who0xqew    .uj99kih { color: #f59e0b; }
.jehhkea1      .pgubua { font-size: 1rem; letter-spacing: 1.5px; }
.jehhkea1      .uj99kih   { font-size: 1.35rem; }
.kwjd    .pgubua, .kwjd    .uj99kih { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.f9tgj8     .pgubua, .f9tgj8     .uj99kih { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.o9zk .pgubua, .o9zk .uj99kih { color: var(--cta); letter-spacing: 2px; }
.sx4gw7x   .pgubua, .sx4gw7x   .uj99kih { color: #e91e63; letter-spacing: 2px; }
.j2pw6  .pgubua, .j2pw6  .uj99kih { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.ykmwh     .pgubua, .ykmwh     .uj99kih { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.uzre67q .wv33ns8j + .wv33ns8j {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.r5p4 .t20alwy { padding: 18px 24px; min-height: 68px; }
.bvgy .zkgj {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.bvgy .ljjtk {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.t6gv1 .wv33ns8j {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.v6o0g8e { counter-reset: cs-rank; }
.v6o0g8e .t20alwy { counter-increment: cs-rank; }
.v6o0g8e .t20alwy::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;
}
.yo21z8i .v6o0g8e { counter-reset: cs-rank; gap: 0; }
.yo21z8i .t20alwy {
  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;
}
.yo21z8i .t20alwy::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;
}
.yo21z8i .qp83h {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.yo21z8i .ystzdzuw {
  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;
}
.yo21z8i .ldy94a { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.yo21z8i .qp83h { min-width: 0; flex-direction: column; width: 100%; }
.yo21z8i .gr228y {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.yo21z8i .pgubua { color: var(--cta, var(--accent)); }
.yo21z8i .sgzez { font-weight: 700; }
.yo21z8i .wv33ns8j {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.yo21z8i .zkgj {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.yo21z8i .ljjtk {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.yo21z8i .jmot930 .ljjtk { font-size: 1.3rem; color: var(--accent-light); }
.yo21z8i .gi83 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.yo21z8i .t20alwy:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .yo21z8i .v6o0g8e {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .yo21z8i .t20alwy {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .yo21z8i .t20alwy { padding: 40px 16px 20px; }
  .yo21z8i .wv33ns8j {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .yo21z8i .gi83 { width: 100%; min-width: 0; }
}
.x70qsfw .v6o0g8e { counter-reset: cs-rank; gap: 10px; }
.x70qsfw .t20alwy {
  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);
}
.x70qsfw .t20alwy::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);
}
.x70qsfw .qp83h {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.x70qsfw .ystzdzuw {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.x70qsfw .ldy94a { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.x70qsfw .gr228y {
  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;
}
.x70qsfw .pgubua { color: var(--cta, var(--accent)); }
.x70qsfw .wv33ns8j {
  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;
}
.x70qsfw .zkgj {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.x70qsfw .ljjtk { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.x70qsfw .jmot930 .ljjtk { color: var(--accent-light); }
.x70qsfw .gi83 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.x70qsfw .t20alwy:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .x70qsfw .t20alwy {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .x70qsfw .t20alwy::before {
    position: absolute; top: 14px; left: 14px;
  }
  .x70qsfw .qp83h {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .x70qsfw .gr228y { white-space: normal; text-align: center; font-size: 1.2rem; }
  .x70qsfw .wv33ns8j {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .x70qsfw .gi83 { width: 100%; min-width: 0; }
  .x70qsfw .pgubua { min-width: 0; }
}
.df9k80tq .t20alwy::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.aersj .as96 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.aersj .as96 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.aersj .as96 p { padding: 0 2px 16px; }
.ml53p8 .as96 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.ml53p8 .as96 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.ml53p8 .as96 summary::after { content: "›"; font-size: 1.2em; }
.ml53p8 .as96[open] summary::after { content: "‹"; }
.ml53p8 .as96 p { padding: 10px 22px 4px; }
.dqi5y2b .as96 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.dqi5y2b .as96 summary { color: var(--text-primary); padding-left: 16px; }
.dqi5y2b .as96 summary::after { content: "›"; font-size: 1.1em; }
.dqi5y2b .as96[open] summary::after { content: "‹"; }
.dqi5y2b .as96 p { padding-left: 16px; }
.cvx0x .xso4 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.cvx0x .as96 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.cvx0x .as96:last-child { border-bottom: none; }
.cvx0x .as96 summary { color: var(--text-primary); border-radius: 0; }
.cvx0x .as96 summary::after { content: "›"; font-size: 1.1em; }
.cvx0x .as96[open] summary::after { content: "‹"; }
.ovhwhha .as96 { overflow: hidden; }
.ovhwhha .as96 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.ovhwhha .as96 summary::after { color: rgba(255,255,255,.75); }
.ovhwhha .as96[open] summary { border-radius: 0; }
.kukn4 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.kk24xbvp {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.ckvc1 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.a56i { color: var(--text-muted); font-size: 1.05rem; }
.ac4egdx {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.x3bm { margin-bottom: 20px; }
.ehgjceol {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.rxswjf6 {
  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;
}
.rxswjf6:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.pnzpr { resize: vertical; min-height: 130px; }
.tcd6sec { width: 100%; margin-top: 8px; }
.mmt2z {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.vbfljn {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.ek0dg3 { color: var(--text-muted); line-height: 1.75; }
.do0i { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.do0i li { margin-bottom: 6px; }
.ebansz { max-width: 760px; margin: 0 auto; }
.pygecu { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.ibc3vnc ul.do0i { margin: 0; }
.grr49tpg { max-width: 900px; margin: 0 auto; }
.ckviyh { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.ckviyh:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.ckviyh .pygecu { margin: 0; font-size: 1rem; }
.ckviyh .bldweuj p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .ckviyh { grid-template-columns: 1fr; gap: 10px; } }
.z5wc .pygecu { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.yzca0 .do0i { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .julqsl37 { grid-template-columns: 1fr; } }
.bltfl ul.do0i { margin: 0; }
.b85t .do0i,
.mt53z4b .do0i,
.hfmad6 .do0i,
.je33ia .do0i {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .nnq70rf { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .ksgymrhg { grid-template-columns: 1fr; } .ygs8 { position: static; text-align: center; } }
@media (max-width: 860px) { .flgf6a { grid-template-columns: 1fr; } }
.je33ia .do0i { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .j77ze { flex-direction: column; text-align: center; } .bteao { grid-template-columns: 1fr; } }
.kjvmb .ckvc1 { color: var(--accent-light); }
.w3f9dhe .ckvc1 { font-size: 2rem; }
.w3f9dhe .a56i { max-width: 680px; }
.g59mr2 .ckvc1 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.g59mr2 .a56i  { margin: 0; }
@media (max-width: 640px) { .g59mr2 { flex-direction: column; } }
.ub9by2 .ckvc1 { color: var(--accent-light); }
.qyetast .ckvc1 { color: #fff; }
.qyetast .a56i  { color: rgba(255,255,255,0.85); }
.v9c6f { max-width: 680px; margin: 0 auto; }
.urmj {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .urmj { grid-template-columns: 1fr; } }
.iyks6gbv { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.iyks6gbv .rxswjf6 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.iyks6gbv .rxswjf6:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.if3rv9ts .rxswjf6 { background: var(--bg-raised); border-color: transparent; }
.if3rv9ts .rxswjf6:focus { background: var(--bg-card); border-color: var(--accent-light); }
.wao54n .rxswjf6 { border-radius: 100px; padding: 11px 20px; }
.wao54n .pnzpr { border-radius: 14px; }
@media (max-width: 640px) { .a082b { grid-template-columns: 1fr; } }
.l91ivpd{position:relative;overflow:visible}
.i1ze .jj7d{display:block}
.flv0dgnq .lyahj~.r867,
.flv0dgnq .lyahj~.r867 .fzjfrh,
.lyahj~.r867,.ekyhu~.r867{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}
.lyahj~.r867 .fzjfrh{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.fr162xkt .kn2v{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.fr162xkt .qbn6w::before{content:""}
.cad96{--date-bg:var(--accent-bg)}
.n2gs .qbn6w::before{content:""}
.f22l .w7zq95o{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .w7zq95o{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .cqj9fwbk{max-width:100%}
}
.qcg8bv .xgsk{margin:0}
@media (max-width:560px){
  .mvm757l{grid-template-columns:repeat(2,1fr);gap:12px}
}
:root {
  --accent:          #095594;
  --brand:           #095594;
  --brand-light:     #0e4675;
  --brand-pale:      #1c6199;
  --grad-start:      #0e86ea;
  --grad-end:        #4ca2e9;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #095594;
  --cta-light:       #033f70;
  --cta-hover:       #05335a;
  --bg-page:         #f6f7f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f4f6;
  --bg-raised:       #edeff1;
  --bg-hover:        #f3f4f6;
  --border:          #e1e5e9;
  --border-alt:      #cfd6dd;
  --border-section:  #e1e5e9;
  --text-primary:    #16191c;
  --text-muted:      #505a62;
  --text-body:       #2d3338;
  --text-sub:        #444d54;
  --text-faint:      #72808c;
  --text-dim:        #8e99a3;
  --text-label:      #5b6670;
  --text-value:      #394046;
  --accent-bg:       #deebf6;
  --accent-bg-light: #c2ddf3;
  --bg-tip:          #f0f9f5;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f4f9;
  --bg-pros:         #f0f9f5;
  --bg-cons:         #faf3f6;
  --c-pros:          #0c965f;
  --c-cons:          #9f2152;
  --c-pros-label:    #0eb371;
  --c-tip-border:    #10c67d;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c965f;
}
:root { --logo-bg-opacity: 53%; }
body, button, input { font-family: "Open Sans", sans-serif; }
.vc7r .qa3l li::before, .vc7r .cgjjq li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.vc7r .qa3l li::before { content: ""; }.vc7r .cgjjq li::before { content: ""; }.vc7r .xk0ti::before, .vc7r .jl21726s::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.vc7r .xk0ti::before { content: ""; }.vc7r .jl21726s::before { content: ""; }
.alk36u1 .wtx3f, .alk36u1 .lyahj { min-height: 520px; }
.z0b7vts .ejpusjm::after,.z0b7vts .ik3jmz::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; }
.q1148::before { content: '›'; font-size: 1.1em; }