:root {
  --color-accent: #16bb42;
  --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;
}
.k18i3g {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.vm7b9ptx {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.yyor0 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.i0ie { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.gag62n { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.gag62n a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.gag62n a:hover { color: var(--accent-light); }
.f9g5msm     .e5u4nll { border-radius: 6px; }
.f9g5msm .e5u4nll li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.f9g5msm .e5u4nll li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.jncz .e5u4nll li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .e5u4nll {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .raezueo:hover .e5u4nll,
  .raezueo:focus-within .e5u4nll { display: block; }
  .e5u4nll li a { padding: 8px 16px; font-size: 0.88rem; }
}
.r11668no {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.svrt0thb { display: none; }
@media (max-width: 640px) {
  .svrt0thb {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .svrt0thb.qpl0and7 { display: block; }
}
@media (max-width: 640px) {
  .r11668no { display: block; }
  .gag62n > li + li::before { display: none !important; }
  .gag62n {
    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;
  }
  .gag62n.qpl0and7 { display: flex; }
  .gag62n li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .gag62n li:last-child a { border-bottom: none; }
}
.io8oa { min-height: 480px; }
.ryzjzw {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.ekglrou { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.kx6j .ekglrou { margin-left: 0; margin-right: 0; }
.ucyn {
  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;
}
.cszj5u9 .ucyn { margin-top: 24px; }
.ucyn:hover { opacity: 0.88; }
.c3jv .ryzjzw { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.c3jv .ekglrou { color: #e2e8f0; }
.c3jv.oxgwco .gg03 { text-align: center; }
.p25ph .ryzjzw { color: var(--text-primary); text-shadow: none; }
.p25ph .ekglrou { color: var(--text-muted); }
.p25ph .ucyn { margin-top: 16px; }
.p25ph, .p25ph.io8oa { min-height: auto !important; }
.p25ph.oxgwco .gg03 { text-align: center; }
.p25ph~.j3ah{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.p25ph~.j3ah .ht352{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.wnx94 .ryzjzw { color: #fff; }
.wnx94 .ekglrou { color: rgba(255,255,255,0.85); }
.wnx94 .ucyn { background: #fff; color: var(--cta); }
.wnx94 .ucyn:hover { opacity: 0.92; }
.dhugrd .jobd0 { position: relative; overflow: hidden; }
.dhugrd .jobd0::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;
}
.spe3y .jobd0 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.tydo9 .jobd0 { position: relative; overflow: hidden; }
.tydo9 .jobd0::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;
}
.s7zijk .jobd0 { position: relative; overflow: hidden; }
.s7zijk .jobd0::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;
}
.dkf56bx .jobd0 {
  animation: hg-fadein 1.2s ease-out both;
}
.jobd0 {
  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%);
}
.rqipzu2q {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.ixsg9b {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.dchaih {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.jobd0 .ryzjzw { text-shadow: none; color: var(--text-primary); }
.jobd0 .ekglrou { color: var(--text-muted); }
body.o8ptd .ryzjzw {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.hh2552l .ryzjzw {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.io8oa.wnx94 .ryzjzw,
section.wnx94 .ryzjzw {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.jobd0.oxgwco .rqipzu2q { align-items: center; text-align: center; }
.jobd0.kx6j   .rqipzu2q { align-items: flex-start; text-align: left; }
.utmxec6w .ixsg9b { position: relative; }
.utmxec6w .ixsg9b::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.utmxec6w.t0k3k .ixsg9b::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.nt89er .ixsg9b {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.nt89er .dchaih {
  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);
}
.nt89er.t0k3k .ixsg9b { padding: 32px 0 32px 32px; }
.vzxq .ixsg9b {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.vzxq .dchaih {
  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);
}
.vzxq .b0g7e6g5 {
  position: static;
  width: 100%; aspect-ratio: 4/3;
  border-radius: 16px;
}
.t0k3k { grid-template-areas: "media text"; }
.t0k3k .rqipzu2q {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.vzxq.t0k3k .ixsg9b { padding: 40px 16px 40px 48px; }
.io8oa .i6r9i2q9 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.i6r9i2q9 .hpc1 {
  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;
}
.i6r9i2q9 .hpc1::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.i6r9i2q9 .xa9ng { display: contents !important; }
.i6r9i2q9 .xa9ng .n1y9ckr {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.i6r9i2q9 .xa9ng .bux839e { max-height: 48px; max-width: 96px; }
.i6r9i2q9 .xa9ng .h63ad5 {
  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;
}
.i6r9i2q9 .ic6hm {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.i6r9i2q9 .lg0u { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.i6r9i2q9 .cz0fvubg { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.i6r9i2q9 .cz0fvubg small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.i6r9i2q9 .w06q { display: contents !important; }
.i6r9i2q9 .w06q .fpzwc7uz:not(.uxrs) { display: none !important; }
.i6r9i2q9 .w06q .uxrs {
  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;
}
.i6r9i2q9 .w06q .uxrs .pqzcwec7 {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.i6r9i2q9 .w06q .uxrs .wg7cbuy {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.i6r9i2q9 .akq11 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.i6r9i2q9 .akq11.xet4v7x {
  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;
}
.i6r9i2q9 .akq11.xet4v7x:hover { opacity: 0.85; }
.yv5spw .ixsg9b {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .jobd0 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .jobd0:not(.yv5spw) .ixsg9b { display: none !important; }
  .yv5spw .ixsg9b { padding: 16px; }
  .rqipzu2q  { padding: 36px 24px; }
  .jobd0~.j3ah,.t0k3k~.j3ah{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .io8oa, .jobd0 { min-height: 320px !important; }
  .ryzjzw { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .wxdq0,
  .j7y41,
  .g13a7jl { grid-template-columns: 1fr !important; }

  

  
  .pmamc { display: flex !important; flex-direction: column !important; }
  .pmamc .gg03 { display: contents; }
  .pmamc .pd0qrnhg { order: 0; }
  .pmamc .ryzjzw { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .pmamc .wxdq0 { order: 2; padding: 0 16px 12px !important; }
  .pmamc .ekglrou { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .cszj5u9 .gg03 { display: flex; flex-direction: column; }
  .cszj5u9 .gg03 .ryzjzw { order: 1; }
  .cszj5u9 .gg03 .g13a7jl { order: 2; margin: 8px 0 24px !important; }
  .cszj5u9 .gg03 .ekglrou { order: 3; }
  .cszj5u9 .gg03 .ucyn { order: 4; align-self: center; margin-top: 0; }

  
  .jobd0.yv5spw {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .jobd0.yv5spw .rqipzu2q { display: contents; padding: 0; }
  .jobd0.yv5spw .rqipzu2q .ryzjzw { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .jobd0.yv5spw .ixsg9b { order: 2; padding: 12px 16px; }
  .jobd0.yv5spw .rqipzu2q .ekglrou { order: 3; padding: 0 24px; margin: 0 auto; }
  .jobd0.yv5spw .rqipzu2q .ucyn { order: 4; align-self: center; margin: 8px 0 32px; }
}
.trrh6wr { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.c10y { width: 100%; height: auto; display: block; border-radius: 10px; }
.d4ho1n .trrh6wr        { border-radius: 16px; }
.d4ho1n .c10y  { border-radius: 16px; }
.yh92ym .trrh6wr         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.yh92ym .c10y   { border-radius: 8px; }
.sxhi0 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.edfnx1 { width: 100%; padding: 32px 0; position: relative; }
.s7gwbb58 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ahg31wa .edfnx1:nth-child(even) { background: var(--bg-surface); }
.ahg31wa .edfnx1:nth-child(odd)  { background: var(--bg-page); }
.p4fg .edfnx1:nth-child(even) { background: var(--bg-card); }
.p4fg .edfnx1:nth-child(odd)  { background: var(--bg-page); }
.ahg31wa .edfnx1:nth-child(odd)  .s7gwbb58 { background: var(--bg-card); border-radius: 6px; }
.ahg31wa .edfnx1:nth-child(even) .s7gwbb58 { background: var(--bg-raised); border-radius: 6px; }
.p4fg .edfnx1:nth-child(odd)  .s7gwbb58 { background: var(--bg-card); border-radius: 6px; }
.p4fg .edfnx1:nth-child(even) .s7gwbb58 { background: var(--bg-raised); border-radius: 6px; }
.ahg31wa .edfnx1:nth-child(even) .ylnv .ny3hv,
.p4fg .edfnx1:nth-child(even) .ylnv .ny3hv { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.ahg31wa .edfnx1:nth-child(odd) .ylnv .ny3hv,
.p4fg .edfnx1:nth-child(odd) .ylnv .ny3hv { background: var(--bg-card-inner); }
.ahg31wa .edfnx1:nth-child(even) .tvsvmc .ny3hv:nth-child(odd),
.p4fg .edfnx1:nth-child(even) .tvsvmc .ny3hv:nth-child(odd)  { background: var(--bg-card); }
.ahg31wa .edfnx1:nth-child(even) .tvsvmc .ny3hv:nth-child(even),
.p4fg .edfnx1:nth-child(even) .tvsvmc .ny3hv:nth-child(even) { background: var(--bg-card-inner); }
h1.fdtf { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.fdtf {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.z2hab { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.cvmxtcaz h2.fdtf {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.kv99 h2.fdtf {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.lkq3 h2.fdtf {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.ny1his h2.fdtf::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.xn36e h2.fdtf {
  color: var(--text-primary); font-size: 1.7rem;
}
.nml1mpu h2.fdtf::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.e2adcxdg h2.fdtf {
  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;
}
.ikvrqe5p { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .ikvrqe5p { display: none; } }
.jklb8s5 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.rch030a { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.evj2qb {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.m2awio { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.ki79 { padding-left: 20px; }
.ki79 li { margin-bottom: 6px; }
.ki79 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.ki79 a:hover { color: var(--accent-light); }
.pacdok .m2awio { display: none; }
.bv417 .m2awio { display: none; }
.bv417 .ki79 { padding-left: 0; list-style: none; }
.bv417 .ki79 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.bv417 .ki79 a { font-size: 0.92rem; }
.j9e1vbi .evj2qb { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.j9e1vbi .m2awio { display: none; }
.j9e1vbi .ki79 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.j9e1vbi .ki79 li { margin-bottom: 0; }
.j9e1vbi .ki79 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;
}
.j9e1vbi .ki79 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.s499 .evj2qb { padding: 20px 20px 16px; }
.s499 .ki79 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.s499 .ki79 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.s499 .ki79 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;
}
.s499 .ki79 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;
}
.s499 .ki79 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.s499 .ki79 a:focus,
.s499 .ki79 a:focus-visible,
.s499 .ki79 a:target { outline: none; }
.s499 .ki79 li:target a { border-color: var(--border); color: var(--text-muted); }
.x5ipf7l .evj2qb { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.x5ipf7l .m2awio { display: none; }
.x5ipf7l .ki79 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.x5ipf7l .ki79 li { margin-bottom: 0; }
.x5ipf7l .ki79 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.x5ipf7l .ki79 li:last-child::after { content: ""; margin-right: 0; }
.x5ipf7l .ki79 a { font-size: 0.9rem; }
.ny3hv { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.ylnv .ny3hv { background: var(--bg-card); }
.tvsvmc .ny3hv:nth-child(odd)  { background: var(--bg-card); }
.tvsvmc .ny3hv:nth-child(even) { background: var(--bg-raised); }
.l2ec665m .ny3hv {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.l2ec665m .ny3hv:last-child { border-bottom: none; }
.l2ec665m h3.z2hab { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.fgxekh .ny3hv {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.fgxekh .ny3hv + .ny3hv { margin-top: 4px; }
.kixom .ny3hv { background: none; border-radius: 0; padding: 12px 0; }
.kixom .ny3hv + .ny3hv { border-top: 1px solid var(--border-section); }
.n3spyzkk { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.pmqxjuhw { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.h55y5 { color: var(--text-body); margin-bottom: 10px; }
.seds, .yscqfd6 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.seds li, .yscqfd6 li { margin-bottom: 6px; }
.yscqfd6 li { list-style: decimal; }
.imaol     .seds { list-style-type: "● "; }
.e73830a  .seds { list-style-type: "■ "; }
.d9nrnsx .seds { list-style-type: "◆ "; }
.ddyh    .seds { list-style-type: "★ "; }
.imaol     .k3varav { list-style-type: "● "; }
.e73830a  .k3varav { list-style-type: "■ "; }
.d9nrnsx .k3varav { list-style-type: "◆ "; }
.ddyh    .k3varav { list-style-type: "★ "; }
.imaol    .seds li::marker, .imaol    .k3varav li::marker,
.e73830a .seds li::marker, .e73830a .k3varav li::marker,
.d9nrnsx .seds li::marker, .d9nrnsx .k3varav li::marker,
.ddyh   .seds li::marker, .ddyh   .k3varav li::marker {
  color: var(--cta); font-size: 1em;
}
.imaol .yscqfd6,
.e73830a .yscqfd6,
.d9nrnsx .yscqfd6,
.ddyh .yscqfd6 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.imaol .yscqfd6 li,
.e73830a .yscqfd6 li,
.d9nrnsx .yscqfd6 li,
.ddyh .yscqfd6 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.imaol .yscqfd6 li::before,
.e73830a .yscqfd6 li::before,
.d9nrnsx .yscqfd6 li::before,
.ddyh .yscqfd6 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;
}
.imaol     .yscqfd6 li::before { border-radius: 50%; }
.e73830a  .yscqfd6 li::before { border-radius: 3px; }
.d9nrnsx .yscqfd6 li::before { border-radius: 3px; }
.ddyh    .yscqfd6 li::before { border-radius: 50%; }
.wp00x { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.ydx3 .wp00x,
.jime .wp00x { background: transparent; border: none; border-radius: 0; }
.lzstsf { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.lzstsf th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.lzstsf td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.lzstsf tr:hover td { background: var(--bg-hover); }
.d3xrh9v .lzstsf tbody tr:nth-child(even) td { background: var(--bg-surface); }
.s32f9o .lzstsf { border: 1px solid var(--border-alt); }
.s32f9o .lzstsf th,
.s32f9o .lzstsf td { border: 1px solid var(--border-alt); }
.t782fqh .lzstsf th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.t782fqh .lzstsf td { border-bottom: none; }
.t782fqh .lzstsf tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.ca21 .lzstsf th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.igoug1 .wp00x {
  overflow: hidden;
}
.igoug1 .lzstsf th { border-bottom: 1px solid var(--border-alt); }
.igoug1 .lzstsf tr:last-child td { border-bottom: none; }
.aot9f { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.h1f9m { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.g0sn3c { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.im4v5td5 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.k8y05hl { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.k3varav { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.k3varav 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%}
.hrld5abk .im4v5td5 { background: transparent; text-align: center; }
.ggnj .g0sn3c {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.ijtno .g0sn3c {
  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);
}
.x9jz6fp .h1f9m { display: grid; grid-template-columns: auto 1fr; }
.x9jz6fp .g0sn3c {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.x9jz6fp .im4v5td5 { grid-column: 2; }
.x9jz6fp .k8y05hl,
.x9jz6fp .k3varav { grid-column: 1 / -1; }
.axdr .h1f9m { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.axdr .g0sn3c {
  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);
}
.axdr .im4v5td5 { grid-column: 2; }
.axdr .k8y05hl,
.axdr .k3varav { grid-column: 1 / -1; }
.igsf8 .h1f9m { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.igsf8 .im4v5td5 { background: none; color: var(--accent-light); font-weight: 700; }
.zt6u .h1f9m { 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); }
.zt6u .im4v5td5 { background: none; color: var(--accent-light); font-weight: 700; }
.pblnr0 .h1f9m { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.pblnr0 .h1f9m:last-child { border-bottom: none; }
.pblnr0 .im4v5td5 { background: none; color: var(--accent-light); font-weight: 700; }
.imx5d8 .h1f9m { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.imx5d8 .im4v5td5 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.nhlmqdj .aot9f { counter-reset: card-n; }
.nhlmqdj .h1f9m  { counter-increment: card-n; }
.nhlmqdj .im4v5td5 { display: flex; align-items: center; gap: 10px; }
.nhlmqdj .im4v5td5::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;
}
.z41iyw8 .h1f9m { background: var(--bg-surface); border: 1px solid var(--border); }
.z41iyw8 .im4v5td5 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.e2mjetc { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.egd889tu  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.n73ku2 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.v9mgxtlk { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.o11q8k { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.e2mjetc strong { color: var(--text-primary); font-size: 0.95rem; }
.e2mjetc p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.lrnev { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.mv2f5wt, .mv47k46s { border-radius: 8px; padding: 14px; }
.mv2f5wt { background: var(--bg-pros); }
.mv47k46s { background: var(--bg-cons); }
.kg29gnr { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.mv2f5wt .kg29gnr { color: var(--c-pros-label); }
.mv47k46s .kg29gnr { color: #f87171; }
.mv2f5wt ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.mv47k46s ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.c10y { width: 100%; height: auto; border-radius: 10px; display: block; }
.xet4v7x {
  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;
}
.xet4v7x:hover { opacity: 0.85; }
.b5dw58 .xet4v7x  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.b5dw58 .xet4v7x:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.zhau .xet4v7x  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.zhau .xet4v7x:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.vpwa9r .ucyn { border-radius: 50px; }
.vpwa9r .xet4v7x  { border-radius: 50px; }
.axybkgi .ucyn { padding-left: 22px; padding-right: 22px; }
.axybkgi .xet4v7x  { padding-left: 12px; padding-right: 12px; }
.b2p42ldj .ucyn { padding-left: 44px; padding-right: 44px; }
.b2p42ldj .xet4v7x  { padding-left: 24px; padding-right: 24px; }
.fo0k9xx .ucyn { padding-left: 56px; padding-right: 56px; }
.fo0k9xx .xet4v7x  { padding-left: 32px; padding-right: 32px; }
.dtimo8jk   .ucyn::after, .dtimo8jk   .xet4v7x::after,
.qdcez .ucyn::after, .qdcez .xet4v7x::after,
.oa9j    .ucyn::after, .oa9j    .xet4v7x::after,
.ubxb5    .ucyn::after, .ubxb5    .xet4v7x::after,
.tzwsns    .ucyn::after, .tzwsns    .xet4v7x::after,
.ehvl     .ucyn::after, .ehvl     .xet4v7x::after,
.r4z0n2    .ucyn::after, .r4z0n2    .xet4v7x::after,
.dhnn   .ucyn::after, .dhnn   .xet4v7x::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;
}
.dtimo8jk .ucyn::after, .dtimo8jk .xet4v7x::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");
}
.qdcez .ucyn::after, .qdcez .xet4v7x::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");
}
.oa9j .ucyn::after, .oa9j .xet4v7x::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");
}
.ubxb5 .ucyn::after, .ubxb5 .xet4v7x::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");
}
.tzwsns .ucyn::after, .tzwsns .xet4v7x::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");
}
.ehvl .ucyn::after, .ehvl .xet4v7x::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");
}
.r4z0n2 .ucyn::after, .r4z0n2 .xet4v7x::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");
}
.dhnn .ucyn::after, .dhnn .xet4v7x::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");
}
.pcldzhwk   .oj48p2p5::after, .pcldzhwk   .pccabj::after,
.u3dfifc .oj48p2p5::after, .u3dfifc .pccabj::after,
.e4znii0    .oj48p2p5::after, .e4znii0    .pccabj::after,
.gs6uhpt7    .oj48p2p5::after, .gs6uhpt7    .pccabj::after,
.e9bkv8    .oj48p2p5::after, .e9bkv8    .pccabj::after,
.jvjiw57z     .oj48p2p5::after, .jvjiw57z     .pccabj::after,
.kgyhl6    .oj48p2p5::after, .kgyhl6    .pccabj::after,
.zpam7dv   .oj48p2p5::after, .zpam7dv   .pccabj::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;
}
.pcldzhwk .oj48p2p5::after, .pcldzhwk .pccabj::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");
}
.u3dfifc .oj48p2p5::after, .u3dfifc .pccabj::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");
}
.e4znii0 .oj48p2p5::after, .e4znii0 .pccabj::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");
}
.gs6uhpt7 .oj48p2p5::after, .gs6uhpt7 .pccabj::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");
}
.e9bkv8 .oj48p2p5::after, .e9bkv8 .pccabj::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");
}
.jvjiw57z .oj48p2p5::after, .jvjiw57z .pccabj::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");
}
.kgyhl6 .oj48p2p5::after, .kgyhl6 .pccabj::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");
}
.zpam7dv .oj48p2p5::after, .zpam7dv .pccabj::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");
}
.hfz8 {
  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;
}
.hpc1 {
  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;
}
.hpc1 > * { min-width: 0; }
.hpc1:hover { background: var(--bg-hover); }
.hpc1 > [itemprop="item"] { display: contents; }
.hpc1 [itemprop="itemReviewed"],
.hpc1 [itemprop="reviewRating"] { display: none; }
.hpc1::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;
}
.xa9ng {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.n1y9ckr {
  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;
}
.bux839e { max-height: 52px; max-width: 110px; object-fit: contain; }
.h63ad5 {
  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;
}
.tghhmezv .n1y9ckr    { background: #1a1a1a; }
.a2up .n1y9ckr   { background: rgba(128,128,128,.12); }
.lj0pkcsk .n1y9ckr { background: var(--bg-raised); }
.dtvqxg6 .n1y9ckr    { background: transparent; padding: 0; }
.ic6hm {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.lg0u { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.cz0fvubg { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.w06q {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.fpzwc7uz {
  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;
}
.pqzcwec7 {
  
  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%;
}
.wg7cbuy {
  
  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;
}
.akq11 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.akq11.xet4v7x {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .hpc1 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .hpc1::before    { grid-area: rank;   }
  .xa9ng           { grid-area: ident;  }
  .ic6hm     { grid-area: rating; min-width: 0; width: auto; }
  .w06q           { grid-area: pills;  }
  .akq11             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .hpc1 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .hpc1::before    { justify-self: center; }
  .xa9ng           { width: 100%; }
  .ic6hm     { justify-self: center; }
  .w06q           { grid-template-columns: 1fr; }
}
.pacchywm {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.btq8l {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.ni7esh {
  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;
}
.ni7esh img { max-width: 80px; max-height: 50px; object-fit: contain; }
.zhmw { flex: 1; }
.zhmw h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.db2ilr3 { color: var(--c-stars); font-size: 1.1rem; }
.w66s { margin-bottom: 8px; }
.v46o { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.yxxh::before   { content: "★ "; color: var(--accent-light); }
.tu2z { flex-shrink: 0; }
.mmkezy img.cy0j8 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.ydx3 { padding: 20px 24px; }
.kjju { color: var(--text-muted); margin-bottom: 16px; }
.yuz6d2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.f6dj, .t37m { list-style: none; font-size: 0.9rem; }
.f6dj li { color: var(--c-pros); margin-bottom: 4px; }
.t37m li { color: var(--c-cons); margin-bottom: 4px; }
.f6dj li::before { content: "✓"; margin-right: 5px; }
.t37m li::before { content: "✗"; margin-right: 5px; }
.q1y0 .f6dj li::before { content: "→"; }
.q1y0 .t37m li::before { content: "–"; }
.naxem  .f6dj li::before { content: "★"; }
.naxem  .t37m li::before { content: "✕"; }
.yajv2    .f6dj li::before { content: "◆"; }
.yajv2    .t37m li::before { content: "▲"; }
.naspevzc  .f6dj li::before { content: "▶"; }
.naspevzc  .t37m li::before { content: "■"; }
.soxa2 { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.o861 { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.ls2yrh4o { background: var(--bg-pros); color: var(--c-tag-pay); }
.ltzjwc { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.il02h .ltzjwc { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.x2fp .ltzjwc { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .j484uc7p .jduxnn31 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .j484uc7p .pacchywm { margin: 0; }
}
.shp7 .btq8l { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.shp7 .zhmw h3 { color: var(--accent-light); }
.shp7 .ni7esh { background: var(--bg-page); border: 1px solid var(--border); }
.tz94uzjv .pacchywm { border-top: 4px solid var(--accent); }
.tz94uzjv .btq8l { background: var(--bg-card); }
.v2myi47 .pacchywm { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.v2myi47 .btq8l { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.v2myi47 .ydx3 { padding: 14px 16px; }
.v2myi47 .ni7esh { border-radius: 4px; }
.v2myi47 .ltzjwc { border-radius: 0; }
.w4ihx8d .btq8l { padding: 0; gap: 0; overflow: hidden; }
.w4ihx8d .ni7esh { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.w4ihx8d .zhmw { padding: 16px 20px; }
.w4ihx8d .tu2z { padding: 16px 20px; align-self: center; }
.j47gg .db2ilr3 { font-size: .95rem; }
.jime .lrnev { gap: 10px; }
.jime .mv2f5wt, .jime .mv47k46s { padding: 12px; }
.jime .mv2f5wt ul, .jime .mv47k46s ul { margin: 4px 0 0; padding-left: 18px; }
.jime .mv2f5wt li, .jime .mv47k46s li { font-size: .85rem; margin-bottom: 3px; }
.ywc56 .o861 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .jzzj6 { grid-template-columns: 1fr; }
  .a04sten { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .a04sten .j79r { width: 72px; height: 50px; }
  .a04sten .hx2s4 { max-width: 180px; }
  .a04sten .xyl2aji { width: auto; }
}
.rmutgna .j47gg .db2ilr3 { filter: brightness(1.2); }
@media (max-width: 720px) {
  .rmutgna { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .cihu { padding: 16px; }
  .hzs4q .ts43i { min-width: 50%; }
}
.w8vijqj0 .lrnev { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .zp3vns3 { grid-template-columns: 1fr; }
  .jitw { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .sxthp3k { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .imey { flex-wrap: wrap; padding: 16px; }
}
.puxizj .lrnev { gap: 8px; }
.puxizj .mv2f5wt, .puxizj .mv47k46s { padding: 8px; }
@media (max-width: 480px) {
  .pt2tod7 { flex-direction: column; align-items: stretch; }
}
.gq6x5 .xyl2aji .xet4v7x { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .jeaqa1o { flex-direction: column; align-items: stretch; gap: 10px; }
  .gq6x5 .xyl2aji { text-align: center; }
}
@media (max-width: 720px) {
  .amde { grid-template-columns: 1fr; }
  .kvrathrk { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .gy5c { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.bpjs .x4dlihaz { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.h5cn3 .db2ilr3 { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .qqdq { grid-template-columns: 1fr; }
  .h5cn3 { width: 100px; height: 100px; margin: 16px auto; }
  .bpjs { font-size: 1.4rem; }
  .w5ita { justify-content: center; }
  .jr2o4gu8 .ts43i { min-width: 50%; }
}
.r5yq .lrnev { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .bndw1y6 { flex-wrap: wrap; padding: 14px 16px; }
  .e54x { padding: 12px 16px; }
  .r5yq .lrnev { margin: 0 16px; }
  .r5yq .ywc56 { padding: 0 16px; }
  .pphs { padding: 12px 16px; }
}
.d2u9 .hpc1 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.d2u9 .hpc1:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.a3l8cqe0 .hfz8 { gap: 18px; }
.a3l8cqe0 .hpc1 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.a3l8cqe0 .hpc1:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.rreodt89 .hfz8 {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.rreodt89 .hpc1 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.rreodt89 .hpc1:last-child { border-bottom: none; }
.rreodt89 .xa9ng,
.rreodt89 .ic6hm,
.rreodt89 .w06q {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.wfa0ggep .hfz8 { gap: 0; }
.wfa0ggep .hpc1 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.wfa0ggep .hpc1:last-child { border-bottom: none; }
.wfa0ggep .hpc1:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.wfa0ggep .hpc1:nth-child(even):hover { background: var(--bg-hover); }
.tadej2d .hpc1 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.dwb0wba .w06q .fpzwc7uz {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.dwb0wba .w06q .fpzwc7uz:first-child { border-left: none; }
.c961fmb7 .w06q .fpzwc7uz {
  background: transparent; padding: 4px 8px;
}
.c961fmb7 .w06q .pqzcwec7 { font-size: .65rem; opacity: .65; }
.c961fmb7 .w06q .wg7cbuy   { font-size: 1.15rem; color: var(--accent-light); }
.upeh .w06q .fpzwc7uz {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.cz0fvubg { display: none; }
.ypkbx0 .lg0u { font-size: 1rem; letter-spacing: 2px; }
.h84v52ez .lg0u {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.wf0zf1 .lg0u,
.m7cinkid .lg0u,
.gcx77 .lg0u { display: none; }
.wf0zf1 .cz0fvubg,
.m7cinkid .cz0fvubg,
.gcx77 .cz0fvubg { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.wf0zf1 .cz0fvubg { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.wf0zf1 .cz0fvubg small { display: none; }
.m7cinkid .cz0fvubg {
  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;
}
.m7cinkid .cz0fvubg small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.gcx77 .cz0fvubg {
  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;
}
.gcx77 .cz0fvubg small { display: none; }
.wf0zf1 .w66s .db2ilr3,
.m7cinkid .w66s .db2ilr3,
.gcx77 .w66s .db2ilr3 { display: none; }
.wf0zf1 .w66s strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.wf0zf1 .x4dlihaz { display: none; }
.m7cinkid .w66s 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;
}
.m7cinkid .e9w90r1,
.m7cinkid .x4dlihaz { font-size: 1em; }
.gcx77 .w66s strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.gcx77 .x4dlihaz { display: none; }
.ih0k { margin: 16px 0; }
.hv7dpw6 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.hv7dpw6 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.hv7dpw6 summary::after { content: "+"; color: var(--accent-light); }
.hv7dpw6[open] summary::after { content: "−"; }
.hv7dpw6 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.edfnx1 { margin-bottom: 0; }
.iar718w2 h2.fdtf { color: var(--text-primary); border-color: var(--accent-light); }
.yuytxvf h2.fdtf { color: var(--text-primary); border-color: var(--accent-light); }
.nn76s4cb .egd889tu     { background: #052e16; border-color: #10b981; }
.nn76s4cb .n73ku2 { background: #2d0a1e; border-color: #f43f5e; }
.nn76s4cb .v9mgxtlk    { background: #1e1036; border-color: #a855f7; }
.nn76s4cb .e2mjetc strong  { color: #f1f5f9; }
.nn76s4cb .e2mjetc p       { color: #cbd5e1; }
.nn76s4cb .ufekw    .egd889tu     .o11q8k::before,
.nn76s4cb .ol87p  .egd889tu     .o11q8k::before,
.nn76s4cb .z74usqav  .egd889tu     .o11q8k::before,
.nn76s4cb .z3r8 .egd889tu     .o11q8k::before { color: #10b981; }
.nn76s4cb .ufekw    .n73ku2 .o11q8k::before,
.nn76s4cb .ol87p  .n73ku2 .o11q8k::before,
.nn76s4cb .z74usqav  .n73ku2 .o11q8k::before,
.nn76s4cb .z3r8 .n73ku2 .o11q8k::before { color: #f43f5e; }
.nn76s4cb .ufekw    .v9mgxtlk    .o11q8k::before,
.nn76s4cb .ol87p  .v9mgxtlk    .o11q8k::before,
.nn76s4cb .z74usqav  .v9mgxtlk    .o11q8k::before,
.nn76s4cb .z3r8 .v9mgxtlk    .o11q8k::before { color: #a855f7; }
.ugydwf .egd889tu     { background: #2d2000; border-color: #eab308; }
.ugydwf .n73ku2 { background: #2d0b0b; border-color: #ef4444; }
.ugydwf .v9mgxtlk    { background: #2d1600; border-color: #f97316; }
.ugydwf .e2mjetc strong  { color: #f1f5f9; }
.ugydwf .e2mjetc p       { color: #cbd5e1; }
.ugydwf .ufekw    .egd889tu     .o11q8k::before,
.ugydwf .ol87p  .egd889tu     .o11q8k::before,
.ugydwf .z74usqav  .egd889tu     .o11q8k::before,
.ugydwf .z3r8 .egd889tu     .o11q8k::before { color: #eab308; }
.ugydwf .ufekw    .n73ku2 .o11q8k::before,
.ugydwf .ol87p  .n73ku2 .o11q8k::before,
.ugydwf .z74usqav  .n73ku2 .o11q8k::before,
.ugydwf .z3r8 .n73ku2 .o11q8k::before { color: #ef4444; }
.ugydwf .ufekw    .v9mgxtlk    .o11q8k::before,
.ugydwf .ol87p  .v9mgxtlk    .o11q8k::before,
.ugydwf .z74usqav  .v9mgxtlk    .o11q8k::before,
.ugydwf .z3r8 .v9mgxtlk    .o11q8k::before { color: #f97316; }
.d5b030 .egd889tu     { background: #0c1a2e; border-color: #38bdf8; }
.d5b030 .n73ku2 { background: #12103a; border-color: #818cf8; }
.d5b030 .v9mgxtlk    { background: #0a2020; border-color: #2dd4bf; }
.d5b030 .e2mjetc strong  { color: #f1f5f9; }
.d5b030 .e2mjetc p       { color: #cbd5e1; }
.d5b030 .ufekw    .egd889tu     .o11q8k::before,
.d5b030 .ol87p  .egd889tu     .o11q8k::before,
.d5b030 .z74usqav  .egd889tu     .o11q8k::before,
.d5b030 .z3r8 .egd889tu     .o11q8k::before { color: #38bdf8; }
.d5b030 .ufekw    .n73ku2 .o11q8k::before,
.d5b030 .ol87p  .n73ku2 .o11q8k::before,
.d5b030 .z74usqav  .n73ku2 .o11q8k::before,
.d5b030 .z3r8 .n73ku2 .o11q8k::before { color: #818cf8; }
.d5b030 .ufekw    .v9mgxtlk    .o11q8k::before,
.d5b030 .ol87p  .v9mgxtlk    .o11q8k::before,
.d5b030 .z74usqav  .v9mgxtlk    .o11q8k::before,
.d5b030 .z3r8 .v9mgxtlk    .o11q8k::before { color: #2dd4bf; }
.df72wh .egd889tu     { background: var(--accent-bg); border-color: var(--accent-light); }
.df72wh .n73ku2 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.df72wh .v9mgxtlk    { background: var(--accent-bg); border-color: var(--accent-pale); }
.df72wh .ufekw    .o11q8k::before,
.df72wh .ol87p  .o11q8k::before,
.df72wh .z74usqav  .o11q8k::before,
.df72wh .z3r8 .o11q8k::before { color: var(--accent-light) !important; }
.porazjqy::before,
.hb5s::before { margin-right: 5px; }
.u2na .mv2f5wt ul li,
.u2na .f6dj li         { color: #4ade80; }
.u2na .mv2f5wt .porazjqy { color: #22c55e; }
.u2na .mv47k46s ul li,
.u2na .t37m li         { color: #f87171; }
.u2na .mv47k46s .hb5s { color: #ef4444; }
.uh75 .mv2f5wt { background: var(--bg-pros); }
.uh75 .mv47k46s { background: var(--bg-cons); }
.uh75 .mv2f5wt .porazjqy { color: var(--c-pros-label); }
.uh75 .mv47k46s .hb5s { color: var(--c-cons); }
.uh75 .mv2f5wt ul li,
.uh75 .f6dj li            { color: var(--c-pros); }
.uh75 .mv47k46s ul li,
.uh75 .t37m li            { color: var(--c-cons); }
.thry8c3x .mv2f5wt { background: var(--bg-pros); }
.thry8c3x .mv47k46s { background: var(--bg-cons); }
.thry8c3x .mv2f5wt .porazjqy { color: var(--c-pros-label); }
.thry8c3x .mv47k46s .hb5s { color: var(--c-cons); }
.thry8c3x .mv2f5wt ul li,
.thry8c3x .f6dj li          { color: var(--c-pros); }
.thry8c3x .mv47k46s ul li,
.thry8c3x .t37m li          { color: var(--c-cons); }
.rgu8i1 .porazjqy::before { content: "✓ "; }
.rgu8i1 .hb5s::before { content: "✗ "; }
.q1y0 .porazjqy::before { content: "→ "; }
.q1y0 .hb5s::before { content: "← "; }
.naxem .porazjqy::before { content: "★ "; }
.naxem .hb5s::before { content: "✕ "; }
.yajv2 .porazjqy::before { content: "◆ "; }
.yajv2 .hb5s::before { content: "▲ "; }
.x2fp .e2mjetc { background: transparent; border-left: none; border: 1.5px solid; }
.x2fp .egd889tu     { border-color: var(--c-tip-border); }
.x2fp .n73ku2 { border-color: var(--c-warn-border); }
.x2fp .v9mgxtlk    { border-color: #60a5fa; }
.x2fp .e2mjetc strong { color: var(--text-primary); }
.x2fp .e2mjetc p      { color: var(--text-muted); }
.il02h .e2mjetc { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.il02h .egd889tu     { border-top-color: var(--c-tip-border); }
.il02h .n73ku2 { border-top-color: var(--c-warn-border); }
.il02h .v9mgxtlk    { border-top-color: #60a5fa; }
.g863 .e2mjetc { border-left: none; border-radius: 8px; }
.g863 .egd889tu     { background: #065f46; }
.g863 .n73ku2 { background: #92400e; }
.g863 .v9mgxtlk    { background: #1e3a8a; }
.g863 .e2mjetc strong,
.g863 .e2mjetc p { color: #fff; }
.g863 .o11q8k::before { color: rgba(255,255,255,0.85) !important; }
.nn76s4cb.g863 .egd889tu,
.nn76s4cb .g863 .egd889tu     { background: #052e16; }
.nn76s4cb.g863 .n73ku2,
.nn76s4cb .g863 .n73ku2 { background: #2d0a1e; }
.nn76s4cb.g863 .v9mgxtlk,
.nn76s4cb .g863 .v9mgxtlk    { background: #1e1036; }
.ugydwf.g863 .egd889tu,
.ugydwf .g863 .egd889tu      { background: #2d2000; }
.ugydwf.g863 .n73ku2,
.ugydwf .g863 .n73ku2  { background: #2d0b0b; }
.ugydwf.g863 .v9mgxtlk,
.ugydwf .g863 .v9mgxtlk     { background: #2d1600; }
.d5b030.g863 .egd889tu,
.d5b030 .g863 .egd889tu      { background: #0c1a2e; }
.d5b030.g863 .n73ku2,
.d5b030 .g863 .n73ku2  { background: #12103a; }
.d5b030.g863 .v9mgxtlk,
.d5b030 .g863 .v9mgxtlk     { background: #0a2020; }
.wkaj5mv .e2mjetc { border-left: none; border-radius: 6px; padding: 10px 14px; }
.wkaj5mv .egd889tu     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.wkaj5mv .n73ku2 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.wkaj5mv .v9mgxtlk    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.wkaj5mv .e2mjetc strong { color: var(--text-primary); }
.wkaj5mv .e2mjetc p      { color: var(--text-muted); }
.mq4c .e2mjetc { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.ufekw .o11q8k,
.ol87p .o11q8k,
.z74usqav .o11q8k,
.z3r8 .o11q8k { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.ufekw .o11q8k::before,
.ol87p .o11q8k::before,
.z74usqav .o11q8k::before,
.z3r8 .o11q8k::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.ufekw .egd889tu     .o11q8k::before { content: "✦"; color: var(--c-tip-border); }
.ufekw .n73ku2 .o11q8k::before { content: "▲"; color: var(--c-warn-border); }
.ufekw .v9mgxtlk    .o11q8k::before { content: "◉"; color: #60a5fa; }
.ol87p .egd889tu     .o11q8k::before { content: "★"; color: var(--c-tip-border); }
.ol87p .n73ku2 .o11q8k::before { content: "◆"; color: var(--c-warn-border); }
.ol87p .v9mgxtlk    .o11q8k::before { content: "●"; color: #60a5fa; }
.z74usqav .egd889tu     .o11q8k::before { content: "▶"; color: var(--c-tip-border); }
.z74usqav .n73ku2 .o11q8k::before { content: "■"; color: var(--c-warn-border); }
.z74usqav .v9mgxtlk    .o11q8k::before { content: "▸"; color: #60a5fa; }
.z3r8 .egd889tu     .o11q8k::before { content: "→"; color: var(--c-tip-border); }
.z3r8 .n73ku2 .o11q8k::before { content: "⬥"; color: var(--c-warn-border); }
.z3r8 .v9mgxtlk    .o11q8k::before { content: "◈"; color: #60a5fa; }
.prs1shp .ylnv .ny3hv,
.prs1shp .tvsvmc .ny3hv  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.prs1shp .h1f9m                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.prs1shp .hpc1                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.prs1shp .pacchywm            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.prs1shp .wp00x          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.prs1shp .evj2qb                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.vew8blv .ylnv .ny3hv,
.vew8blv .tvsvmc .ny3hv,
.vew8blv .h1f9m,
.vew8blv .hpc1,
.vew8blv .pacchywm,
.vew8blv .wp00x,
.vew8blv .evj2qb,
.vew8blv .mq4c .e2mjetc { box-shadow: none; }
.ido5tynj   .h55y5, .ido5tynj .n3spyzkk, .ido5tynj .pmqxjuhw,
.ido5tynj   .jklb8s5, .ido5tynj .rch030a { font-size: 0.9rem; }
.ido5tynj   .seds, .ido5tynj .yscqfd6 { font-size: 0.9rem; }
.v4ol7sw   .h55y5, .v4ol7sw .n3spyzkk, .v4ol7sw .pmqxjuhw,
.v4ol7sw   .jklb8s5, .v4ol7sw .rch030a { font-size: 0.95rem; }
.v4ol7sw   .seds, .v4ol7sw .yscqfd6 { font-size: 0.95rem; }
.sne2   .h55y5, .sne2 .n3spyzkk, .sne2 .pmqxjuhw,
.sne2   .jklb8s5, .sne2 .rch030a { font-size: 1.08rem; }
.sne2   .seds, .sne2 .yscqfd6 { font-size: 1.05rem; }
.sne2   .lzstsf { font-size: 0.97rem; }
.mfx5dtst .ryzjzw      { font-size: 3.2rem; }
.mfx5dtst h2.fdtf { font-size: 1.9rem; }
.mfx5dtst h3.z2hab     { font-size: 1.4rem; }
.m5zoua .ryzjzw      { font-size: 3.8rem; }
.m5zoua h2.fdtf { font-size: 2.2rem; }
.m5zoua h3.z2hab     { font-size: 1.6rem; }
.edfnx1 + .edfnx1 { position: relative; }
.zwoaf   .edfnx1 + .edfnx1::before,
.xxa8a3zv  .edfnx1 + .edfnx1::before,
.xczx   .edfnx1 + .edfnx1::before,
.jmqs4   .edfnx1 + .edfnx1::before,
.c9h9a   .edfnx1 + .edfnx1::before,
.thdrg7 .edfnx1 + .edfnx1::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.zwoaf .edfnx1 + .edfnx1::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.xxa8a3zv .edfnx1 + .edfnx1::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.xczx .edfnx1 + .edfnx1::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;
}
.jmqs4 .edfnx1 + .edfnx1::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.pd8tk .edfnx1 { margin-bottom: 16px; }
.pd8tk .edfnx1 + .edfnx1 { margin-top: 0; }
.pd8tk .s7gwbb58 { padding-top: 0; padding-bottom: 0; }
.c9h9a .edfnx1 + .edfnx1::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.thdrg7 .edfnx1 + .edfnx1::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.gh2t8vhq .edfnx1 + .edfnx1::before,
.hfeo .edfnx1 + .edfnx1::before,
.eydvc .edfnx1 + .edfnx1::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%;
}
.ahg31wa .gh2t8vhq .edfnx1:nth-child(even)::before,
.ahg31wa .hfeo .edfnx1:nth-child(even)::before,
.ahg31wa .eydvc .edfnx1:nth-child(even)::before { background: var(--bg-surface); }
.p4fg .gh2t8vhq .edfnx1:nth-child(even)::before,
.p4fg .hfeo .edfnx1:nth-child(even)::before,
.p4fg .eydvc .edfnx1:nth-child(even)::before { background: var(--bg-card); }
.gh2t8vhq .edfnx1 + .edfnx1::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");
}
.hfeo .edfnx1 + .edfnx1::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");
}
.eydvc .edfnx1 + .edfnx1::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");
}
.lws0 .rqipzu2q,
.c0lty .rqipzu2q { padding-bottom: 60px; }
.ys29 .rqipzu2q { padding-bottom: 70px; }
.sa89  .c3jv:not(.wnx94) .pd0qrnhg { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ua1ds .jobd0 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.f9wj07 .jobd0 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.sa89 .wnx94 { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.sa89 .b0g7e6g5 { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.sa89 .jobd0 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.uoc8vv .jobd0 { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.hcjcbg .jobd0 { background: var(--accent-bg); }
.ow8wslm .trrh6wr { float: left; width: 38%; margin: 0 28px 16px 0; }
.ow8wslm .trrh6wr .c10y { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ow8wslm .s7gwbb58::after { content: ''; display: block; clear: both; }
.qh6qqso .trrh6wr { float: right; width: 38%; margin: 0 0 16px 28px; }
.qh6qqso .trrh6wr .c10y { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.qh6qqso .s7gwbb58::after { content: ''; display: block; clear: both; }
.i305ll6 .edfnx1:nth-child(odd)  .trrh6wr { float: left;  width: 38%; margin: 0 28px 16px 0; }
.i305ll6 .edfnx1:nth-child(even) .trrh6wr { float: right; width: 38%; margin: 0 0 16px 28px; }
.i305ll6 .trrh6wr .c10y { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.i305ll6 .s7gwbb58::after { content: ''; display: block; clear: both; }
.ow8wslm .aot9f,
.ow8wslm .hfz8,
.qh6qqso .aot9f,
.qh6qqso .hfz8,
.i305ll6 .aot9f,
.i305ll6 .hfz8 { clear: both; }
@media (max-width: 900px) {
  .ow8wslm .trrh6wr,
  .qh6qqso .trrh6wr,
  .i305ll6 .edfnx1:nth-child(odd)  .trrh6wr,
  .i305ll6 .edfnx1:nth-child(even) .trrh6wr {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .ow8wslm .trrh6wr .c10y,
  .qh6qqso .trrh6wr .c10y,
  .i305ll6 .trrh6wr .c10y {
    max-height: none !important;
  }
}
.ow8wslm .seds,
.ow8wslm .yscqfd6,
.qh6qqso .seds,
.qh6qqso .yscqfd6,
.i305ll6 .seds,
.i305ll6 .yscqfd6 { overflow: hidden; }
@media (max-width: 640px) {
  .ow8wslm .trrh6wr,
  .qh6qqso .trrh6wr,
  .i305ll6 .trrh6wr { float: none; width: 100%; margin: 0 0 16px 0; }
}
.elu6 .sxhi0,
.elu6 .s7gwbb58,
.elu6 .m20qon7j  { max-width: 1100px; }
.ywg5fg9 .sxhi0,
.ywg5fg9 .s7gwbb58,
.ywg5fg9 .m20qon7j  { max-width: 1200px; }
.t670ftoi .sxhi0,
.t670ftoi .s7gwbb58,
.t670ftoi .m20qon7j  { max-width: 1320px; }
.ue38un { font-size: 0.82rem; color: var(--text-muted); }
.rri2oec { display: flex; align-items: center; }
.wbatwqk8 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.j8fgu4 { display: flex; align-items: center; }
.gfe87t6 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.gfe87t6:hover { text-decoration: underline; }
.nwfh { margin: 0 3px; opacity: 0.45; }
.nwfh::before { content: '/'; }
.m4d6 { padding: 2px 5px; color: var(--text-main); }
.rcm3m .ue38un {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.rcm3m .rri2oec { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.c6boocy .ue38un {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.c6boocy .rri2oec { padding: 0 0 0 12px; }
.a0oi .rri2oec { padding: 0 16px; }
.a0oi .ue38un {
  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);
}
.a0oi .sxhi0 { padding-top: 28px; }
@media (max-width: 720px) {
  .b7xnz { margin-top: 18px; padding: 0 16px; }
  .a0oi .sxhi0 { padding-top: 16px; }
}
.elu6.rcm3m .rri2oec { max-width: 1100px; }
.ywg5fg9.rcm3m .rri2oec { max-width: 1200px; }
.t670ftoi.rcm3m .rri2oec { max-width: 1320px; }
.dl839 .edfnx1 { padding-top: 16px; padding-bottom: 16px; }
.h82nmn3 .edfnx1 { padding-top: 24px; padding-bottom: 24px; }
.e1t8mzm .edfnx1 { padding-top: 40px; padding-bottom: 40px; }
.yh8h .edfnx1 { padding-top: 52px; padding-bottom: 52px; }
.o5lm87 .edfnx1:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.o5lm87 .edfnx1:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.o5lm87 .edfnx1:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.o5lm87 .edfnx1:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.eoj7qu5 .s7gwbb58 { padding-top: 10px;  padding-bottom: 10px; }
.u2e2d2fx .s7gwbb58 { padding-top: 18px;  padding-bottom: 18px; }
.ehcr .s7gwbb58 { padding-top: 36px;  padding-bottom: 36px; }
.pehwky22 .s7gwbb58 { padding-top: 48px;  padding-bottom: 48px; }
.o3to h2.fdtf { font-weight: 600; }
.o3to h3.z2hab     { font-weight: 600; }
.v6ke9fmf { font-weight: 500; }
.v6ke9fmf h2.fdtf { font-weight: 800; }
.v6ke9fmf h3.z2hab     { font-weight: 700; }
.ot63ip h2.fdtf { font-weight: 900; }
.ot63ip h3.z2hab     { font-weight: 800; }
.ot63ip .e2mjetc strong,
.ot63ip .e2mjetc strong { font-weight: 600; }
.oj48p2p5 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.ykfca6p .oj48p2p5 { display: none; }
@media (max-width: 640px) {
  .nqlfvz { display: none; }
  .oj48p2p5 {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.oj48p2p5 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.oj48p2p5:hover { opacity: 0.85; }
.s8mxrk25 .oj48p2p5 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.msa03rob .oj48p2p5,
.yipcx8  .oj48p2p5 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.msa03rob .oj48p2p5:hover,
.yipcx8  .oj48p2p5:hover { opacity: 0.88; }
.s8mxrk25.msa03rob .oj48p2p5,
.s8mxrk25.yipcx8  .oj48p2p5 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.pccabj {
  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;
}
.pccabj:hover { transform: translateY(-2px); opacity: 0.92; }
.pccabj { background: var(--cta) !important; color: #fff !important; border: none !important; }
.khx5 .pccabj { display: none; }
.nk8wc .pccabj { right: 32px; }
.wqq08hnf  .pccabj { left: 32px; }
@media (max-width: 480px) {
  .nk8wc .pccabj { right: 20px; bottom: 20px; }
  .wqq08hnf  .pccabj { left: 20px; bottom: 20px; }
}
.yir1qa { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.m20qon7j { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.qnxhw0 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.yeja3 { color: var(--text-dim); font-size: 0.8rem; }
.sdebmnc4 a, .ktr74 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.sdebmnc4 a:hover, .ktr74 a:hover { color: var(--accent-light); }
.ktr74 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.n6t88um2 .m20qon7j { text-align: center; }
.n6t88um2 .ktr74 { justify-content: center; margin-bottom: 16px; }
.n6t88um2 .qnxhw0 { margin-top: 0; }
.fy4i0 { margin-top: 10px; }
.fy4i0 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .m20qon7j { padding-left: 16px; padding-right: 16px; }
  .wtgj .m20qon7j { padding: 20px 16px; }
  .ktr74 { gap: 4px 12px; }
  .qnxhw0 { font-size: 0.78rem; }
}
.g7seuohv .qnxhw0 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.g7seuohv .yeja3 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .g7seuohv .lex78n { grid-template-columns: 1fr 1fr; } .g7seuohv .pxzw2s { grid-column: 1 / -1; } }
@media (max-width: 480px) { .g7seuohv .lex78n { grid-template-columns: 1fr; } }
.qdrp .qnxhw0 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .qdrp .l1e13kz { gap: 12px; } .qdrp .nylftpm { margin-right: 0; width: 100%; } }
.r5dg .qnxhw0 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.r5dg .yeja3 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .r5dg .hbcw5o { grid-template-columns: 1fr 1fr; } .r5dg .to0czl83 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .r5dg .hbcw5o { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .lknws6zn .ay4pme { grid-template-columns: 1fr 1fr; } .lknws6zn .edp3:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .lknws6zn .ay4pme { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .mi8o3i8z .ay4pme { grid-template-columns: 1fr; } }
.nkoutywt .m20qon7j { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.nkoutywt .ktr74 { justify-content: center; }
.izwlee7 .k18i3g      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.izwlee7 .yir1qa { background: var(--bg-page); border-top-color: var(--border-alt); }
.b5ai0 .k18i3g      { background: #0d1117; border-bottom-color: #21262d; }
.b5ai0 .yyor0 { color: var(--accent-light); }
.b5ai0 .gag62n { --msep-color: #8b949e; }
.b5ai0 .gag62n a { color: #8b949e; }
.b5ai0 .gag62n a:hover { color: var(--accent-light); }
.b5ai0 .r11668no { color: #8b949e; }
.b5ai0 .yir1qa { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.b5ai0 .qnxhw0,
.b5ai0 .yeja3 { color: #6e7681; }
.b5ai0 .sdebmnc4 a, .b5ai0 .ktr74 a,
.b5ai0 .sdebmnc4 a:hover, .b5ai0 .ktr74 a:hover,
@media (max-width: 640px) {
  .b5ai0 .gag62n { background: #0d1117; border-top-color: #21262d; }
  .b5ai0 .gag62n li a { border-bottom-color: #21262d; }
}
.litye7 .k18i3g      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.litye7 .yyor0 { color: var(--accent-light); }
.litye7 .gag62n { --msep-color: #475569; }
.litye7 .gag62n a { color: #475569; }
.litye7 .gag62n a:hover { color: var(--accent-light); }
.litye7 .r11668no { color: #64748b; }
.litye7 .yir1qa { background: #f0f4f8; border-top-color: #cbd5e1; }
.litye7 .qnxhw0,
.litye7 .yeja3 { color: #64748b; }
.litye7 .sdebmnc4 a, .litye7 .ktr74 a,
.litye7 .sdebmnc4 a:hover, .litye7 .ktr74 a:hover,
@media (max-width: 640px) {
  .litye7 .gag62n { background: #f0f4f8; border-top-color: #cbd5e1; }
  .litye7 .gag62n li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.msa03rob .k18i3g      { background: var(--accent); border-bottom-color: var(--accent-light); }
.msa03rob .yyor0 { color: #fff; }
.msa03rob .gag62n { --msep-color: rgba(255,255,255,0.82); }
.msa03rob .gag62n a { color: rgba(255,255,255,0.82); }
.msa03rob .gag62n a:hover { color: #fff; }
.msa03rob .r11668no { color: rgba(255,255,255,0.9); }
.msa03rob .yir1qa { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.msa03rob .qnxhw0,
.msa03rob .yeja3 { color: rgba(255,255,255,0.72); }
.msa03rob .sdebmnc4 a, .msa03rob .ktr74 a,
.msa03rob .sdebmnc4 a:hover, .msa03rob .ktr74 a:hover,
@media (max-width: 640px) {
  .msa03rob .gag62n { background: var(--accent); border-top-color: var(--accent-light); }
  .msa03rob .gag62n li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.yipcx8 .k18i3g {
  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);
}
.yipcx8 .yir1qa {
  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) {
  .yipcx8 .gag62n {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.gyktpzw .vm7b9ptx { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.hngkb .vm7b9ptx { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.x2djs .vm7b9ptx { min-height: 72px; height: auto; }
.wora .vm7b9ptx { min-height: 84px; height: auto; }
.wtgj .vm7b9ptx { max-width: none; padding: 0 32px; }
.wtgj .m20qon7j  { max-width: none; padding: 24px 32px; }
.ft59k.ywg5fg9 .vm7b9ptx { max-width: 1200px; }
.ft59k.t670ftoi .vm7b9ptx { max-width: 1320px; }
.bejr8r9w   .yyor0, .bejr8r9w   .nylftpm { text-transform: capitalize; }
.kkabtgzt .yyor0, .kkabtgzt .nylftpm { text-transform: lowercase; }
.uk6l .yyor0, .uk6l .nylftpm { text-transform: uppercase; letter-spacing: 0.06em; }
.w4dneio6, .erue8r {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.m0ymgmu .w4dneio6,
.csovwy7 .w4dneio6,
.w53lg .w4dneio6,
.hxeqru .w4dneio6,
.xcqziir   .gag62n a { font-weight: 500; }
.xtv9op .gag62n a { font-weight: 600; }
.y7t8evgn     .gag62n a { font-weight: 700; }
.sw110d5    .gag62n a { font-weight: 800; letter-spacing: 0.01em; }
.ccsw     .gag62n > li + li::before,
.x0i61    .gag62n > li + li::before,
.jcpix    .gag62n > li + li::before,
.z9t4pdog .gag62n > li + li::before,
.myujg6 .gag62n > li + li::before,
.s9fa  .gag62n > li + li::before,
.c8xb    .gag62n > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.ccsw     .gag62n > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.x0i61    .gag62n > li + li::before { content: "|"; }
.jcpix    .gag62n > li + li::before { content: "—"; }
.z9t4pdog .gag62n > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.myujg6 .gag62n > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.s9fa  .gag62n > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.c8xb    .gag62n > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .lrusj5t .r11668no,
  .phxz .r11668no,
  .zurc .r11668no,
  .ogw4i .r11668no,
  .ap5pa5 .r11668no {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .lrusj5t .r11668no::before,
  .phxz .r11668no::before,
  .zurc .r11668no::before,
  .ogw4i .r11668no::before,
  .ap5pa5 .r11668no::before { content: ""; display: block; flex-shrink: 0; }

  
  .lrusj5t .r11668no::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;
  }

  
  .phxz .r11668no::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;
  }

  
  .zurc .r11668no::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;
  }

  
  .ogw4i .r11668no::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;
  }

  
  .ap5pa5 .r11668no::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) {
  .i3r68qdh .r11668no {
    padding: 5px 14px;
  }
  .i3r68qdh .gag62n {
    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;
  }
  .i3r68qdh .gag62n li a {
    border-bottom: none; padding: 10px 22px;
  }
  .i3r68qdh .gag62n li a:hover { background: var(--bg-raised); }
  .i3r68qdh .svrt0thb,
  .md0jft .svrt0thb,
  .fsb0gp .svrt0thb { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .z1pmdxx .r11668no {
    padding: 5px 10px;
  }
  .z1pmdxx .gag62n {
    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);
  }
  .z1pmdxx .gag62n.qpl0and7 { transform: translateX(0); }
  .z1pmdxx .gag62n li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .z1pmdxx .gag62n li:last-child a { border-bottom: none; }
  .msa03rob .gag62n,
  .b5ai0 .gag62n { background: var(--accent) !important; }
  .msa03rob .gag62n li a,
  .b5ai0 .gag62n li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .fsb0gp .r11668no {
    padding: 5px 10px;
  }
  .fsb0gp .gag62n {
    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);
  }
  .fsb0gp .gag62n::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .fsb0gp .gag62n.qpl0and7 { transform: translateY(0); }
  .fsb0gp .gag62n li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .tlkqqu .r11668no {
    padding: 5px 10px;
  }
  .tlkqqu .gag62n {
    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;
  }
  .tlkqqu .gag62n.qpl0and7 { opacity: 1; pointer-events: auto; }
  .tlkqqu .gag62n li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .wgu2gs     .r11668no { border-radius: 0 !important; }
  .pd25n6oi   .r11668no { border-radius: 8px !important; }
  .mq70 .r11668no { border-radius: 50% !important; }
  .a8rflwz   .r11668no { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .dbx6 .h2bb7 { flex-direction: column; align-items: stretch; }
  .dbx6 .idq68 { flex-direction: row; min-width: auto; }
  .dbx6 .j6oan { align-items: flex-start; text-align: left; }
}
.flyc4u5v,
.flyc4u5v.edfnx1,
.ahg31wa .flyc4u5v,
.t1a504e .flyc4u5v,
.p4fg .flyc4u5v,
.uqyn7q .flyc4u5v {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.voub {
  background: linear-gradient(135deg, var(--cta) 0%, var(--cta-hover) 100%);
  border-radius: 16px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px 0;
}
.nrsybn0 { flex: 1 1 280px; min-width: 0; }
.shhx {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.dtwetw {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.g0afa {
  background: #fff !important;
  color: var(--cta) !important;
  padding: 14px 44px !important;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.15s, opacity 0.2s;
  white-space: nowrap;
}
.g0afa:hover { transform: translateY(-1px); opacity: 0.95; }
.quy86a .voub {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.quy86a .shhx { color: var(--cta); }
.quy86a .dtwetw { color: var(--text-body); }
.quy86a .g0afa {
  background: var(--cta) !important;
  color: #fff !important;
}
.kuab .voub {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.kuab .shhx { color: var(--text-primary); }
.kuab .dtwetw { color: var(--text-body); }
.kuab .g0afa {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .voub {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .nrsybn0 { flex: 0 0 auto; }
  .shhx { font-size: 1.2rem; }
  .g0afa { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.qq57p .i0ie { height: 36px; }
.zsnq21x .i0ie { height: 60px; max-width: 200px; }
.afgr8khx .i0ie { height: 56px; max-width: 180px; }
.t0ez4qo9    .lg0u, .t0ez4qo9    .db2ilr3 { color: #f59e0b; }
.s8h8      .lg0u { font-size: 1rem; letter-spacing: 1.5px; }
.s8h8      .db2ilr3   { font-size: 1.35rem; }
.zqryduex    .lg0u, .zqryduex    .db2ilr3 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.bhc7rpg     .lg0u, .bhc7rpg     .db2ilr3 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.hkx2 .lg0u, .hkx2 .db2ilr3 { color: var(--cta); letter-spacing: 2px; }
.d4a9   .lg0u, .d4a9   .db2ilr3 { color: #e91e63; letter-spacing: 2px; }
.m3oz6  .lg0u, .m3oz6  .db2ilr3 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.mmp2sc     .lg0u, .mmp2sc     .db2ilr3 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.dwb0wba .fpzwc7uz + .fpzwc7uz {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.dly0pt .hpc1 { padding: 18px 24px; min-height: 68px; }
.c961fmb7 .pqzcwec7 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.c961fmb7 .wg7cbuy {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.upeh .fpzwc7uz {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.hfz8 { counter-reset: cs-rank; }
.hfz8 .hpc1 { counter-increment: cs-rank; }
.hfz8 .hpc1::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;
}
.uokt25bu .hfz8 { counter-reset: cs-rank; gap: 0; }
.uokt25bu .hpc1 {
  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;
}
.uokt25bu .hpc1::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;
}
.uokt25bu .xa9ng {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.uokt25bu .n1y9ckr {
  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;
}
.uokt25bu .bux839e { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.uokt25bu .xa9ng { min-width: 0; flex-direction: column; width: 100%; }
.uokt25bu .h63ad5 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.uokt25bu .lg0u { color: var(--cta, var(--accent)); }
.uokt25bu .cz0fvubg { font-weight: 700; }
.uokt25bu .fpzwc7uz {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.uokt25bu .pqzcwec7 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.uokt25bu .wg7cbuy {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.uokt25bu .uxrs .wg7cbuy { font-size: 1.3rem; color: var(--accent-light); }
.uokt25bu .akq11 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.uokt25bu .hpc1:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .uokt25bu .hfz8 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .uokt25bu .hpc1 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .uokt25bu .hpc1 { padding: 40px 16px 20px; }
  .uokt25bu .fpzwc7uz {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .uokt25bu .akq11 { width: 100%; min-width: 0; }
}
.rquspz .hfz8 { counter-reset: cs-rank; gap: 10px; }
.rquspz .hpc1 {
  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);
}
.rquspz .hpc1::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);
}
.rquspz .xa9ng {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.rquspz .n1y9ckr {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.rquspz .bux839e { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.rquspz .h63ad5 {
  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;
}
.rquspz .lg0u { color: var(--cta, var(--accent)); }
.rquspz .fpzwc7uz {
  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;
}
.rquspz .pqzcwec7 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.rquspz .wg7cbuy { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.rquspz .uxrs .wg7cbuy { color: var(--accent-light); }
.rquspz .akq11 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.rquspz .hpc1:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .rquspz .hpc1 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .rquspz .hpc1::before {
    position: absolute; top: 14px; left: 14px;
  }
  .rquspz .xa9ng {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .rquspz .h63ad5 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .rquspz .fpzwc7uz {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .rquspz .akq11 { width: 100%; min-width: 0; }
  .rquspz .lg0u { min-width: 0; }
}
.e7zi3w .hpc1::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.x2jw .hv7dpw6 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.x2jw .hv7dpw6 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.x2jw .hv7dpw6 p { padding: 0 2px 16px; }
.bpnl .hv7dpw6 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.bpnl .hv7dpw6 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.bpnl .hv7dpw6 summary::after { content: "›"; font-size: 1.2em; }
.bpnl .hv7dpw6[open] summary::after { content: "‹"; }
.bpnl .hv7dpw6 p { padding: 10px 22px 4px; }
.ri7rc .hv7dpw6 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.ri7rc .hv7dpw6 summary { color: var(--text-primary); padding-left: 16px; }
.ri7rc .hv7dpw6 summary::after { content: "›"; font-size: 1.1em; }
.ri7rc .hv7dpw6[open] summary::after { content: "‹"; }
.ri7rc .hv7dpw6 p { padding-left: 16px; }
.b5u9 .ih0k { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.b5u9 .hv7dpw6 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.b5u9 .hv7dpw6:last-child { border-bottom: none; }
.b5u9 .hv7dpw6 summary { color: var(--text-primary); border-radius: 0; }
.b5u9 .hv7dpw6 summary::after { content: "›"; font-size: 1.1em; }
.b5u9 .hv7dpw6[open] summary::after { content: "‹"; }
.tca0x .hv7dpw6 { overflow: hidden; }
.tca0x .hv7dpw6 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.tca0x .hv7dpw6 summary::after { color: rgba(255,255,255,.75); }
.tca0x .hv7dpw6[open] summary { border-radius: 0; }
.i0dkspy { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.c1pb88 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.grqk4c {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.tlgv1e { color: var(--text-muted); font-size: 1.05rem; }
.raghht {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.vle4 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.flgmd { margin-bottom: 20px; }
.gut7 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.se2vea7 {
  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;
}
.se2vea7:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.h765g30 { resize: vertical; min-height: 130px; }
.iizc6 { width: 100%; margin-top: 8px; }
.q083ul {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.fllt9d {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.bgloqa { color: var(--text-muted); line-height: 1.75; }
.n1t84ap1 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.n1t84ap1 li { margin-bottom: 6px; }
.hw74 { max-width: 760px; margin: 0 auto; }
.g4rywn { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.l3jzxk { max-width: 760px; margin: 0 auto; }
.h3c17pqc { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.o83y4 ul.n1t84ap1 { margin: 0; }
.wx8h .h3c17pqc { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .wx8h { grid-template-columns: 1fr; gap: 10px; } }
.v9df { max-width: 640px; margin: 0 auto; text-align: center; }
.bilrc { margin-bottom: 48px; }
.bilrc .h3c17pqc { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.bilrc p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.stjm .n1t84ap1 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .nmviw6e { grid-template-columns: 1fr; } }
.yorri1 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.yorri1:hover .lupdv2 { color: var(--accent-light); text-decoration: underline; }
.dshywog { color: inherit; text-decoration: none; }
.dshywog:hover { color: var(--accent-light); text-decoration: underline; }
.p0l0 { display: inline-block; line-height: 0; }
.n8sun { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.n2kd6yh { margin-bottom: 48px; }
.le1u8tfc { max-width: 760px; margin: 0 auto; }
.jndeh3z8 { text-align: center; }
.vfjk { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.vfjk:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.lc4x21 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.vfjk p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.vfjk ul.n1t84ap1 { margin: 0; }
.a66j3yp { color: var(--text-muted); line-height: 1.75; }
.jndeh3z8 .n1t84ap1,
.cm55c3u .n1t84ap1,
.xqkaxyyp .n1t84ap1,
.vkfw .n1t84ap1 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.jndeh3z8 .vfjk,
.cm55c3u .vfjk { text-align: left; }
.jndeh3z8 .lc4x21,
.cm55c3u .lc4x21 { text-align: center; }
.xwpm5xz { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.cvt7w { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.w9jyhifa { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.efxjdzq { margin-top: 12px; }
.pc7q2mh { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.pc7q2mh:hover { border-bottom-color: var(--accent-light); }
.qnni05 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.qnni05 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fwlzr { width: 200px; height: 200px; }
.s4pi2qmi { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.psjrw { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.gxws76j { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.gxws76j::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .xgb5ted { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.juprmn { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.juprmn .w9jyhifa, .juprmn .cvt7w { max-width: 640px; }
.fmv9xgcr .xwpm5xz { font-size: 1.6rem; margin-top: 18px; }
.vrdu .w9jyhifa { margin-bottom: 28px; }
@media (max-width: 860px) { .q86ufqc { grid-template-columns: 1fr; } .fmv9xgcr { position: static; text-align: center; } }
.kcdnom .qnni05 { margin: 0 auto 18px; }
.kcdnom .psjrw { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .ynxt8d62 { grid-template-columns: 1fr; } }
.poxv .xwpm5xz { font-size: 1.6rem; margin-bottom: 6px; }
.vkfw .n1t84ap1 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .poxv { flex-direction: column; text-align: center; } .mbtaps { grid-template-columns: 1fr; } }
.xb48f .xwpm5xz { font-size: 1.35rem; margin: 0 0 4px; }
.xb48f .psjrw { margin: 0; }
.x4t7gfnh .grqk4c { color: var(--accent-light); }
.c3ktut {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.c3ktut .grqk4c { font-size: 2rem; }
.c3ktut .tlgv1e { max-width: 680px; }
.f59w7vg .grqk4c { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.f59w7vg .tlgv1e  { margin: 0; }
@media (max-width: 640px) { .f59w7vg { flex-direction: column; } }
.q69bx871 .grqk4c { color: var(--accent-light); }
.r0vn2p .grqk4c { color: #fff; }
.r0vn2p .tlgv1e  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .m3x2dc { grid-template-columns: 1fr; } }
.uoqcc .se2vea7 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.uoqcc .se2vea7:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.yu7z3we .se2vea7 { background: var(--bg-raised); border-color: transparent; }
.yu7z3we .se2vea7:focus { background: var(--bg-card); border-color: var(--accent-light); }
.guojem .se2vea7 { border-radius: 100px; padding: 11px 20px; }
.guojem .h765g30 { border-radius: 14px; }
.mlay2bwa {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .mlay2bwa { grid-template-columns: 1fr; } }
.tfpi4 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.tfpi4 h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.tfpi4 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.j4jm7g { counter-reset: priv-count; }
.thpq5 {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.thpq5:last-child { border-bottom: none; }
.n4hal {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.thpq5 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.thpq5 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.be0989of { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.be0989of li { margin-bottom: 6px; }
.inls{display:none}
.inls:empty,.ht352:empty{display:none}
.pou985{position:relative;overflow:visible}
.jze7ek4l .j3ah,.v57q .j3ah,
.mm8fp3 .j3ah,.w94xh5i .j3ah,
.cb80s .j3ah,.ucmyjd7 .j3ah{display:block}
.hvf0nwle .pg19n{display:block}
.jze7ek4l .j3ah,.v57q .j3ah,
.mm8fp3 .j3ah,.w94xh5i .j3ah,
.cb80s .j3ah{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.jze7ek4l .j3ah .ht352,.v57q .j3ah .ht352,
.mm8fp3 .j3ah .ht352,.w94xh5i .j3ah .ht352,
.cb80s .j3ah .ht352{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.jze7ek4l .imz7r,.v57q .imz7r,
.mm8fp3 .imz7r,.w94xh5i .imz7r,
.cb80s .imz7r{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.jze7ek4l .j3ah,.v57q .j3ah{top:12px}
.jze7ek4l .j3ah .ht352{margin-right:auto}
.v57q .j3ah .ht352{margin-left:auto}
.v57q .j3ah{text-align:right}
.mm8fp3 .j3ah,.w94xh5i .j3ah{bottom:12px}
.mm8fp3 .j3ah .ht352{margin-right:auto}
.w94xh5i .j3ah .ht352{margin-left:auto}
.w94xh5i .j3ah{text-align:right}
.cb80s .j3ah{position:relative;margin-top:16px}
.cb80s .j3ah .ht352{margin:0 auto}
.ucmyjd7 .j3ah{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.ucmyjd7 .j3ah .ht352{margin:0}
.ucmyjd7 .jobd0~.j3ah,
.ucmyjd7 .t0k3k~.j3ah{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.ucmyjd7 .jobd0~.j3ah .ht352,
.ucmyjd7 .t0k3k~.j3ah .ht352{justify-content:flex-start}
.jobd0~.j3ah,.t0k3k~.j3ah{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}
.jobd0~.j3ah .ht352{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.t0k3k~.j3ah .ht352{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.pg19n .ht352{margin:0 0 12px}
.ht352{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.h2up{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.lupdv2{font-weight:600;color:var(--text-heading);opacity:1}
.xzaj8ae::before{content:"·";margin:0 2px;opacity:.5}
.imz7r{white-space:nowrap}
.yk836544 .h2up{display:none}
.di0t .imz7r{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.di0t .xzaj8ae::before{content:""}
.aeg4txi .imz7r{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}
.aeg4txi .xzaj8ae::before{content:""}
.rdxn .ht352{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.odun7r .imz7r{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.odun7r .xzaj8ae::before{content:""}
.w7e46u .imz7r{color: var(--accent-light);opacity:1;font-weight:500}
.yh9n .imz7r{border-bottom:1px solid currentColor;padding-bottom:2px}
.p2gzh6 .ht352{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.mz42yxj{--date-bg:var(--accent-bg-light)}
.wbt2kei .xzaj8ae::before{content:""}
.lnffqmq .xzaj8ae::before{content:"•";opacity:.4}
.lnffqmq .imz7r + .imz7r::before{content:"•";margin-right:6px;opacity:.4}
.n8f4x .xzaj8ae::before{content:"/";opacity:.35}
.n8f4x .imz7r + .imz7r::before{content:"/";margin-right:6px;opacity:.35}
.dsmjdb .xzaj8ae::before{content:"|";opacity:.3}
.dsmjdb .imz7r + .imz7r::before{content:"|";margin-right:6px;opacity:.3}
.duhki1 .xzaj8ae::before{content:"—";opacity:.3}
.duhki1 .imz7r + .imz7r::before{content:"—";margin-right:6px;opacity:.3}
.nhrm .xzaj8ae::before{content:"◆";font-size:.5em;opacity:.35}
.nhrm .imz7r + .imz7r::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.m21zx .xzaj8ae::before{content:"·";opacity:.4}
.m21zx .imz7r + .imz7r::before{content:"·";margin-right:6px;opacity:.4}
.x9fa .xzaj8ae::before{content:"›";opacity:.4}
.x9fa .imz7r + .imz7r::before{content:"›";margin-right:6px;opacity:.4}
.sujg .xzaj8ae::before{content:"→";opacity:.35;font-size:.85em}
.sujg .imz7r + .imz7r::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.sdr0a{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.ie51{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.xg6k{display:flex;flex-direction:column;gap:3px}
.iwi8l{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.kq6j14u{font-weight:700;font-size:1rem;color:var(--text-heading)}
.bdv920op{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.waa20 .sdr0a{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.t4pj0bvy .sdr0a{border-top:3px solid var(--accent);padding-top:18px}
.eueok .sdr0a{border-left:3px solid var(--accent);border-radius:0}
.l92a .sdr0a{padding:20px 0}
@media(max-width:640px){
  .sdr0a{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .bdv920op{max-width:100%}
}
.e6wuy68 .wp00x{margin:0}
@media (max-width:560px){
  .bplckq{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .d32hv { padding: 28px 18px 20px; }
  .wc1c { font-size: 1.2rem; }
  .pcmfkjrl { max-width: 220px; max-height: 80px; }
}
.jab4t34m {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
  width: 96px; height: 96px;
  padding: 10px;
  margin-right: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.bc6n {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.zw2ng  .jab4t34m { border-radius: 50%; }
.j94ij4g  .jab4t34m { border-radius: 6px; }
.nn1eedcj .jab4t34m { border-radius: 22px; }
.mcgdr .voub {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .jab4t34m { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.yvbaq1 {
  margin: 28px 0 24px;
}
.yvbaq1 .edfnx1 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.yvbaq1 .s7gwbb58 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.yvbaq1 .voub {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .vm7b9ptx { flex-direction: row-reverse; }
[dir="rtl"] .gag62n { flex-direction: row-reverse; }
[dir="rtl"] .nk8wc .pccabj { right: auto; left: 32px; }
[dir="rtl"] .wqq08hnf  .pccabj { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .nk8wc .pccabj { right: auto; left: 20px; }
  [dir="rtl"] .wqq08hnf  .pccabj { left: auto;  right: 20px; }
}
[dir="rtl"] .ow8wslm .trrh6wr  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .qh6qqso .trrh6wr { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .jobd0,
[dir="rtl"] .vzxq,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .seds, [dir="rtl"] .yscqfd6 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .mv2f5wt { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .mv47k46s { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .e2mjetc { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .voub { direction: rtl; }
[dir="rtl"] .jab4t34m { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .hpc1,
[dir="rtl"] .ue38un { direction: rtl; }
[dir="rtl"] .evj2qb { direction: rtl; }
[dir="rtl"] .ki79 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .imaol .yscqfd6,
[dir="rtl"] .e73830a .yscqfd6,
[dir="rtl"] .d9nrnsx .yscqfd6,
[dir="rtl"] .ddyh .yscqfd6 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .imaol .yscqfd6 li::before,
[dir="rtl"] .e73830a .yscqfd6 li::before,
[dir="rtl"] .d9nrnsx .yscqfd6 li::before,
[dir="rtl"] .ddyh .yscqfd6 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .jobd0.kx6j .rqipzu2q { align-items: flex-end; text-align: right; }
[dir="rtl"] .jobd0.oxgwco .rqipzu2q { text-align: center; }
[dir="rtl"] .jobd0 .rqipzu2q { text-align: right; }
[dir="rtl"] .s7gwbb58,
[dir="rtl"] .jklb8s5,
[dir="rtl"] .rch030a,
[dir="rtl"] .ikvrqe5p,
[dir="rtl"] .vle4,
[dir="rtl"] .gut7,
[dir="rtl"] .w9jyhifa,
[dir="rtl"] .se2vea7,
[dir="rtl"] .h765g30 { text-align: right; direction: rtl; }
[dir="rtl"] .guojem .se2vea7,
[dir="rtl"] .uoqcc .se2vea7 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #16bb42;
  --brand:           #16bb42;
  --brand-light:     #1c9b3e;
  --brand-pale:      #30ba54;
  --grad-start:      #43e86f;
  --grad-end:        #81e89d;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #16bb42;
  --cta-light:       #0d9a33;
  --cta-hover:       #0f842e;
  --bg-page:         #f6f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f6f4;
  --bg-raised:       #edf1ee;
  --bg-hover:        #f3f6f4;
  --border:          #e1e9e3;
  --border-alt:      #cfddd2;
  --border-section:  #e1e9e3;
  --text-primary:    #171b18;
  --text-muted:      #506155;
  --text-body:       #2e3730;
  --text-sub:        #455349;
  --text-faint:      #738b79;
  --text-dim:        #8fa294;
  --text-label:      #5c6f61;
  --text-value:      #39453c;
  --accent-bg:       #e0f4e5;
  --accent-bg-light: #c6f0d1;
  --bg-tip:          #f9f0f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f6f9;
  --bg-pros:         #f9f0f6;
  --bg-cons:         #faf6f3;
  --c-pros:          #960c71;
  --c-cons:          #9f4c21;
  --c-pros-label:    #b30e87;
  --c-tip-border:    #c61095;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #960c71;
}
:root { --logo-bg-opacity: 48%; }
body, button, input { font-family: "Quantico", sans-serif; }
.uobndqsf .o11q8k { font-size: 0; width: 1.2rem; flex-shrink: 0; }.uobndqsf .o11q8k::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.uobndqsf .egd889tu     .o11q8k::before { content: "";  color: var(--c-tip-border); }.uobndqsf .n73ku2 .o11q8k::before { content: ""; color: var(--c-warn-border); }.uobndqsf .v9mgxtlk    .o11q8k::before { content: ""; color: #60a5fa; }.nn76s4cb .uobndqsf .egd889tu     .o11q8k::before { color: #10b981; }.nn76s4cb .uobndqsf .n73ku2 .o11q8k::before { color: #f43f5e; }.nn76s4cb .uobndqsf .v9mgxtlk    .o11q8k::before { color: #a855f7; }.ugydwf  .uobndqsf .egd889tu     .o11q8k::before { color: #eab308; }.ugydwf  .uobndqsf .n73ku2 .o11q8k::before { color: #ef4444; }.ugydwf  .uobndqsf .v9mgxtlk    .o11q8k::before { color: #f97316; }.d5b030  .uobndqsf .egd889tu     .o11q8k::before { color: #38bdf8; }.d5b030  .uobndqsf .n73ku2 .o11q8k::before { color: #818cf8; }.d5b030  .uobndqsf .v9mgxtlk    .o11q8k::before { color: #2dd4bf; }.df72wh .uobndqsf .o11q8k::before { color: var(--accent-light) !important; }
.z35xp .io8oa, .z35xp .jobd0 { min-height: 420px; }
.dv30dq7 .oj48p2p5::after,.dv30dq7 .pccabj::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; }
.nwfh::before { content: '/'; }