:root {
  --color-accent: #3b82f6;
  --color-cta: #e5a100;
  --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;
}
.o7mcv {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.oyhxho {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.yr7o48x {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.m0fhhyp { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.eb974sj { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.eb974sj a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.eb974sj a:hover { color: var(--accent-light); }
.dzialcz   .z7spdy5f { border-radius: 0; }
.jbzlyk  .z7spdy5f li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .z7spdy5f {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .tjo3p:hover .z7spdy5f,
  .tjo3p:focus-within .z7spdy5f { display: block; }
  .z7spdy5f li a { padding: 8px 16px; font-size: 0.88rem; }
}
.dbjc {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.salksv3 { display: none; }
@media (max-width: 640px) {
  .salksv3 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .salksv3.whzr2fm { display: block; }
}
@media (max-width: 640px) {
  .dbjc { display: block; }
  .eb974sj > li + li::before { display: none !important; }
  .eb974sj {
    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;
  }
  .eb974sj.whzr2fm { display: flex; }
  .eb974sj li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .eb974sj li:last-child a { border-bottom: none; }
}
.uatq { min-height: 480px; }
.n9n033hh {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.cvd4l6 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.yjdava .cvd4l6 { margin-left: 0; margin-right: 0; }
.n0mczc {
  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;
}
.cn8ghg .n0mczc { margin-top: 24px; }
.n0mczc:hover { opacity: 0.88; }
.l4txb3h .n9n033hh { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.l4txb3h .cvd4l6 { color: #e2e8f0; }
.l4txb3h.idgpigp7 .oiq0 { text-align: center; }
.mevk .n9n033hh { color: var(--text-primary); text-shadow: none; }
.mevk .cvd4l6 { color: var(--text-muted); }
.mevk .n0mczc { margin-top: 16px; }
.mevk, .mevk.uatq { min-height: auto !important; }
.mevk.idgpigp7 .oiq0 { text-align: center; }
.mevk~.ai285d{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}
.mevk~.ai285d .x4paijv6{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; }
}
.gv0pl .xcwk,
.gv0pl .b2kjx8r,
.gv0pl .l4txb3h .gh1to {
  overflow: hidden;
}
.gv0pl .xcwk::after,
.gv0pl .b2kjx8r::after,
.gv0pl .l4txb3h .gh1to::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;
}
@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; }
}
.xcwk .n9n033hh { color: #fff; }
.xcwk .cvd4l6 { color: rgba(255,255,255,0.85); }
.xcwk .n0mczc { background: #fff; color: var(--cta); }
.xcwk .n0mczc:hover { opacity: 0.92; }
.hi50w05 .ko04 { position: relative; overflow: hidden; }
.hi50w05 .ko04::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;
}
.nbrsw .ko04 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.gv0pl .ko04 { position: relative; overflow: hidden; }
.gv0pl .ko04::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;
}
.jv3l512 .ko04 { position: relative; overflow: hidden; }
.jv3l512 .ko04::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;
}
.yf55zm .ko04 {
  animation: hg-fadein 1.2s ease-out both;
}
.ko04 {
  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%);
}
.vvegjl {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.iaxkim7 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.n9hp {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.ko04 .n9n033hh { text-shadow: none; color: var(--text-primary); }
.ko04 .cvd4l6 { color: var(--text-muted); }
body.u7odp .n9n033hh {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.avuxxgow .n9n033hh {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.uatq.xcwk .n9n033hh,
section.xcwk .n9n033hh {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.ko04.idgpigp7 .vvegjl { align-items: center; text-align: center; }
.ko04.yjdava   .vvegjl { align-items: flex-start; text-align: left; }
.oo3rc7 .iaxkim7 { position: relative; }
.oo3rc7 .iaxkim7::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.oo3rc7.xp81b .iaxkim7::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.mrsnv4 .iaxkim7 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.mrsnv4 .n9hp {
  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);
}
.mrsnv4.xp81b .iaxkim7 { padding: 32px 0 32px 32px; }
.jiat6a .iaxkim7 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.jiat6a .n9hp {
  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);
}
.xp81b .vvegjl {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.jiat6a.xp81b .iaxkim7 { padding: 40px 16px 40px 48px; }
.uatq .ajmin {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.ajmin .xwo2lj {
  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;
}
.ajmin .xwo2lj::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.ajmin .yv0pb { display: contents !important; }
.ajmin .yv0pb .u951z {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.ajmin .yv0pb .z9cmk88j { max-height: 48px; max-width: 96px; }
.ajmin .yv0pb .zigj {
  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;
}
.ajmin .epxeb {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.ajmin .j7lrrqx { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.ajmin .jfz28a6z { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.ajmin .jfz28a6z small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.ajmin .txa95pf { display: contents !important; }
.ajmin .txa95pf .nty6qsu:not(.whn5b) { display: none !important; }
.ajmin .txa95pf .whn5b {
  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;
}
.ajmin .txa95pf .whn5b .o14w {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.ajmin .txa95pf .whn5b .ueph9z {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.ajmin .atoy7 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.ajmin .atoy7.nbai {
  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;
}
.ajmin .atoy7.nbai:hover { opacity: 0.85; }
.tzx4fp .iaxkim7 {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .ko04 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .ko04:not(.tzx4fp) .iaxkim7 { display: none !important; }
  .tzx4fp .iaxkim7 { padding: 16px; }
  .vvegjl  { padding: 36px 24px; }
  .ko04~.ai285d,.xp81b~.ai285d{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .uatq, .ko04 { min-height: 320px !important; }
  .n9n033hh { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .lqqrx,
  .lhlf4,
  .yidm { grid-template-columns: 1fr !important; }

  

  
  .oj56 { display: flex !important; flex-direction: column !important; }
  .oj56 .oiq0 { display: contents; }
  .oj56 .gh1to { order: 0; }
  .oj56 .n9n033hh { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .oj56 .lqqrx { order: 2; padding: 0 16px 12px !important; }
  .oj56 .cvd4l6 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .cn8ghg .oiq0 { display: flex; flex-direction: column; }
  .cn8ghg .oiq0 .n9n033hh { order: 1; }
  .cn8ghg .oiq0 .yidm { order: 2; margin: 8px 0 24px !important; }
  .cn8ghg .oiq0 .cvd4l6 { order: 3; }
  .cn8ghg .oiq0 .n0mczc { order: 4; align-self: center; margin-top: 0; }

  
  .ko04.tzx4fp {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .ko04.tzx4fp .vvegjl { display: contents; padding: 0; }
  .ko04.tzx4fp .vvegjl .n9n033hh { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .ko04.tzx4fp .iaxkim7 { order: 2; padding: 12px 16px; }
  .ko04.tzx4fp .vvegjl .cvd4l6 { order: 3; padding: 0 24px; margin: 0 auto; }
  .ko04.tzx4fp .vvegjl .n0mczc { order: 4; align-self: center; margin: 8px 0 32px; }
}
.nwu2 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.nfupgblw { width: 100%; height: auto; display: block; border-radius: 10px; }
.ga8c8k .nwu2        { border-radius: 16px; }
.ga8c8k .nfupgblw  { border-radius: 16px; }
.w27m22 .nwu2         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.w27m22 .nfupgblw   { border-radius: 8px; }
.jnlpgu5 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.a9l2n42h { width: 100%; padding: 32px 0; position: relative; }
.ntlz1 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.pkjayv0 .a9l2n42h:nth-child(even) { background: var(--bg-surface); }
.pkjayv0 .a9l2n42h:nth-child(odd)  { background: var(--bg-page); }
.tuq64oem .a9l2n42h:nth-child(even) { background: var(--bg-card); }
.tuq64oem .a9l2n42h:nth-child(odd)  { background: var(--bg-page); }
.pkjayv0 .a9l2n42h:nth-child(odd)  .ntlz1 { background: var(--bg-card); border-radius: 6px; }
.pkjayv0 .a9l2n42h:nth-child(even) .ntlz1 { background: var(--bg-raised); border-radius: 6px; }
.tuq64oem .a9l2n42h:nth-child(odd)  .ntlz1 { background: var(--bg-card); border-radius: 6px; }
.tuq64oem .a9l2n42h:nth-child(even) .ntlz1 { background: var(--bg-raised); border-radius: 6px; }
.pkjayv0 .a9l2n42h:nth-child(even) .o93xho57 .hnqdj1,
.tuq64oem .a9l2n42h:nth-child(even) .o93xho57 .hnqdj1 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.pkjayv0 .a9l2n42h:nth-child(odd) .o93xho57 .hnqdj1,
.tuq64oem .a9l2n42h:nth-child(odd) .o93xho57 .hnqdj1 { background: var(--bg-card-inner); }
.pkjayv0 .a9l2n42h:nth-child(even) .bf09 .hnqdj1:nth-child(odd),
.tuq64oem .a9l2n42h:nth-child(even) .bf09 .hnqdj1:nth-child(odd)  { background: var(--bg-card); }
.pkjayv0 .a9l2n42h:nth-child(even) .bf09 .hnqdj1:nth-child(even),
.tuq64oem .a9l2n42h:nth-child(even) .bf09 .hnqdj1:nth-child(even) { background: var(--bg-card-inner); }
h1.s4q9ddsv { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.s4q9ddsv {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.y3n6rk { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.hgcrg3d h2.s4q9ddsv {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.g6yh h2.s4q9ddsv {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.o2mb h2.s4q9ddsv {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.nv63e h2.s4q9ddsv::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.j6a67smg h2.s4q9ddsv {
  color: var(--text-primary); font-size: 1.7rem;
}
.z1ksmvfs h2.s4q9ddsv::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.zkp7ez h2.s4q9ddsv {
  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;
}
.kb4glvv { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .kb4glvv { display: none; } }
.cwx4 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.m8h9pkh { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.m5jb {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.mx2q { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.r0ohrx { padding-left: 20px; }
.r0ohrx li { margin-bottom: 6px; }
.r0ohrx a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.r0ohrx a:hover { color: var(--accent-light); }
.rxwjo9je .mx2q { display: none; }
.qar1kr .mx2q { display: none; }
.qar1kr .r0ohrx { padding-left: 0; list-style: none; }
.qar1kr .r0ohrx li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.qar1kr .r0ohrx a { font-size: 0.92rem; }
.w9bjf .m5jb { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.w9bjf .mx2q { display: none; }
.w9bjf .r0ohrx { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.w9bjf .r0ohrx li { margin-bottom: 0; }
.w9bjf .r0ohrx 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;
}
.w9bjf .r0ohrx a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.jpeatc4 .m5jb { padding: 20px 20px 16px; }
.jpeatc4 .r0ohrx {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.jpeatc4 .r0ohrx li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.jpeatc4 .r0ohrx 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;
}
.jpeatc4 .r0ohrx 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;
}
.jpeatc4 .r0ohrx a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.jpeatc4 .r0ohrx a:focus,
.jpeatc4 .r0ohrx a:focus-visible,
.jpeatc4 .r0ohrx a:target { outline: none; }
.jpeatc4 .r0ohrx li:target a { border-color: var(--border); color: var(--text-muted); }
.qzropxw .m5jb { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.qzropxw .mx2q { display: none; }
.qzropxw .r0ohrx { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.qzropxw .r0ohrx li { margin-bottom: 0; }
.qzropxw .r0ohrx li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.qzropxw .r0ohrx li:last-child::after { content: ""; margin-right: 0; }
.qzropxw .r0ohrx a { font-size: 0.9rem; }
.hnqdj1 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.o93xho57 .hnqdj1 { background: var(--bg-card); }
.bf09 .hnqdj1:nth-child(odd)  { background: var(--bg-card); }
.bf09 .hnqdj1:nth-child(even) { background: var(--bg-raised); }
.o2hz1e .hnqdj1 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.o2hz1e .hnqdj1:last-child { border-bottom: none; }
.o2hz1e h3.y3n6rk { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.ba8ldqoe .hnqdj1 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.ba8ldqoe .hnqdj1 + .hnqdj1 { margin-top: 4px; }
.zu6nr .hnqdj1 { background: none; border-radius: 0; padding: 12px 0; }
.zu6nr .hnqdj1 + .hnqdj1 { border-top: 1px solid var(--border-section); }
.r1b7iz { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.nccuo { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.e5xul6c, .x62gwkq2 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.e5xul6c li, .x62gwkq2 li { margin-bottom: 6px; }
.x62gwkq2 li { list-style: decimal; }
.xjmf     .e5xul6c { list-style-type: "● "; }
.suk0n82k  .e5xul6c { list-style-type: "■ "; }
.h6ip8u3b .e5xul6c { list-style-type: "◆ "; }
.bzt9fe    .e5xul6c { list-style-type: "★ "; }
.xjmf     .az6agn0 { list-style-type: "● "; }
.suk0n82k  .az6agn0 { list-style-type: "■ "; }
.h6ip8u3b .az6agn0 { list-style-type: "◆ "; }
.bzt9fe    .az6agn0 { list-style-type: "★ "; }
.xjmf    .e5xul6c li::marker, .xjmf    .az6agn0 li::marker,
.suk0n82k .e5xul6c li::marker, .suk0n82k .az6agn0 li::marker,
.h6ip8u3b .e5xul6c li::marker, .h6ip8u3b .az6agn0 li::marker,
.bzt9fe   .e5xul6c li::marker, .bzt9fe   .az6agn0 li::marker {
  color: var(--cta); font-size: 1em;
}
.xjmf .x62gwkq2,
.suk0n82k .x62gwkq2,
.h6ip8u3b .x62gwkq2,
.bzt9fe .x62gwkq2 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.xjmf .x62gwkq2 li,
.suk0n82k .x62gwkq2 li,
.h6ip8u3b .x62gwkq2 li,
.bzt9fe .x62gwkq2 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.xjmf .x62gwkq2 li::before,
.suk0n82k .x62gwkq2 li::before,
.h6ip8u3b .x62gwkq2 li::before,
.bzt9fe .x62gwkq2 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;
}
.xjmf     .x62gwkq2 li::before { border-radius: 50%; }
.suk0n82k  .x62gwkq2 li::before { border-radius: 3px; }
.h6ip8u3b .x62gwkq2 li::before { border-radius: 3px; }
.bzt9fe    .x62gwkq2 li::before { border-radius: 50%; }
.xz3psva { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.e308p .xz3psva,
.yiwhyhyt .xz3psva { background: transparent; border: none; border-radius: 0; }
.kc9o73 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.kc9o73 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.kc9o73 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.kc9o73 tr:hover td { background: var(--bg-hover); }
.pjnqy .kc9o73 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.mdh88 .kc9o73 { border: 1px solid var(--border-alt); }
.mdh88 .kc9o73 th,
.mdh88 .kc9o73 td { border: 1px solid var(--border-alt); }
.b8saq9 .kc9o73 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.b8saq9 .kc9o73 td { border-bottom: none; }
.b8saq9 .kc9o73 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.f0hl6tpt .kc9o73 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.bhjn953e .xz3psva {
  overflow: hidden;
}
.bhjn953e .kc9o73 th { border-bottom: 1px solid var(--border-alt); }
.bhjn953e .kc9o73 tr:last-child td { border-bottom: none; }
.vsjcg3up { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.nh0ad66g { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.fdbdftr { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.ljf4v { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.wasp { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.az6agn0 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.az6agn0 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%}
.ahftyp7c .ljf4v { background: transparent; text-align: center; }
.c4btgb5 .fdbdftr {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.aeyy7h .fdbdftr {
  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);
}
.mhyy .nh0ad66g { display: grid; grid-template-columns: auto 1fr; }
.mhyy .fdbdftr {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.mhyy .ljf4v { grid-column: 2; }
.mhyy .wasp,
.mhyy .az6agn0 { grid-column: 1 / -1; }
.n2xs .nh0ad66g { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.n2xs .fdbdftr {
  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);
}
.n2xs .ljf4v { grid-column: 2; }
.n2xs .wasp,
.n2xs .az6agn0 { grid-column: 1 / -1; }
.gx1i61 .nh0ad66g { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.gx1i61 .ljf4v { background: none; color: var(--accent-light); font-weight: 700; }
.qnlhbno .nh0ad66g { 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); }
.qnlhbno .ljf4v { background: none; color: var(--accent-light); font-weight: 700; }
.hrvxxcoy .nh0ad66g { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.hrvxxcoy .nh0ad66g:last-child { border-bottom: none; }
.hrvxxcoy .ljf4v { background: none; color: var(--accent-light); font-weight: 700; }
.y2xx .nh0ad66g { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.y2xx .ljf4v { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.nqyars .vsjcg3up { counter-reset: card-n; }
.nqyars .nh0ad66g  { counter-increment: card-n; }
.nqyars .ljf4v { display: flex; align-items: center; gap: 10px; }
.nqyars .ljf4v::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;
}
.m2lz3qj .nh0ad66g { background: var(--bg-surface); border: 1px solid var(--border); }
.m2lz3qj .ljf4v { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.e7is2vn { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.m9xb1  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.fa6q { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.qy93xcr { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.ive9que { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.e7is2vn strong { color: var(--text-primary); font-size: 0.95rem; }
.e7is2vn p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.xpv5, .zzp8hxr { border-radius: 8px; padding: 14px; }
.xpv5 { background: var(--bg-pros); }
.zzp8hxr { background: var(--bg-cons); }
.hmnn5 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.xpv5 .hmnn5 { color: var(--c-pros-label); }
.zzp8hxr .hmnn5 { color: #f87171; }
.xpv5 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.zzp8hxr ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.nfupgblw { width: 100%; height: auto; border-radius: 10px; display: block; }
.nbai {
  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;
}
.nbai:hover { opacity: 0.85; }
.vgniv .nbai  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.vgniv .nbai:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.eqxbkgec .nbai  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.eqxbkgec .nbai:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.yir7niwy .n0mczc { border-radius: 50px; }
.yir7niwy .nbai  { border-radius: 50px; }
.f5nr5z .n0mczc { padding-left: 22px; padding-right: 22px; }
.f5nr5z .nbai  { padding-left: 12px; padding-right: 12px; }
.oo9uv .n0mczc { padding-left: 44px; padding-right: 44px; }
.oo9uv .nbai  { padding-left: 24px; padding-right: 24px; }
.y3igd .n0mczc { padding-left: 56px; padding-right: 56px; }
.y3igd .nbai  { padding-left: 32px; padding-right: 32px; }
.huevt6   .n0mczc::after, .huevt6   .nbai::after,
.ob617 .n0mczc::after, .ob617 .nbai::after,
.f78q7y    .n0mczc::after, .f78q7y    .nbai::after,
.q128ke    .n0mczc::after, .q128ke    .nbai::after,
.zg748c7    .n0mczc::after, .zg748c7    .nbai::after,
.lklxz     .n0mczc::after, .lklxz     .nbai::after,
.rp4x    .n0mczc::after, .rp4x    .nbai::after,
.fq6bj4   .n0mczc::after, .fq6bj4   .nbai::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;
}
.huevt6 .n0mczc::after, .huevt6 .nbai::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");
}
.ob617 .n0mczc::after, .ob617 .nbai::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");
}
.f78q7y .n0mczc::after, .f78q7y .nbai::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");
}
.q128ke .n0mczc::after, .q128ke .nbai::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");
}
.zg748c7 .n0mczc::after, .zg748c7 .nbai::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");
}
.lklxz .n0mczc::after, .lklxz .nbai::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");
}
.rp4x .n0mczc::after, .rp4x .nbai::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");
}
.fq6bj4 .n0mczc::after, .fq6bj4 .nbai::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");
}
.xe0znv   .yq976698::after, .xe0znv   .o23z6::after,
.l4j7sx4b .yq976698::after, .l4j7sx4b .o23z6::after,
.uzrbx8iu    .yq976698::after, .uzrbx8iu    .o23z6::after,
.io6s95    .yq976698::after, .io6s95    .o23z6::after,
.zi5mpd    .yq976698::after, .zi5mpd    .o23z6::after,
.nl5vgkkj     .yq976698::after, .nl5vgkkj     .o23z6::after,
.eke5h    .yq976698::after, .eke5h    .o23z6::after,
.yj58   .yq976698::after, .yj58   .o23z6::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;
}
.xe0znv .yq976698::after, .xe0znv .o23z6::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");
}
.l4j7sx4b .yq976698::after, .l4j7sx4b .o23z6::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");
}
.uzrbx8iu .yq976698::after, .uzrbx8iu .o23z6::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");
}
.io6s95 .yq976698::after, .io6s95 .o23z6::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");
}
.zi5mpd .yq976698::after, .zi5mpd .o23z6::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");
}
.nl5vgkkj .yq976698::after, .nl5vgkkj .o23z6::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");
}
.eke5h .yq976698::after, .eke5h .o23z6::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");
}
.yj58 .yq976698::after, .yj58 .o23z6::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");
}
.solahm {
  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;
}
.xwo2lj {
  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;
}
.xwo2lj > * { min-width: 0; }
.xwo2lj:hover { background: var(--bg-hover); }
.xwo2lj > [itemprop="item"] { display: contents; }
.xwo2lj [itemprop="itemReviewed"],
.xwo2lj [itemprop="reviewRating"] { display: none; }
.xwo2lj::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;
}
.yv0pb {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.u951z {
  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;
}
.z9cmk88j { max-height: 52px; max-width: 110px; object-fit: contain; }
.zigj {
  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;
}
.gmjbxg0c .u951z    { background: #1a1a1a; }
.h2x2sm .u951z   { background: rgba(128,128,128,.12); }
.wrq4 .u951z { background: var(--bg-raised); }
.suliv .u951z    { background: transparent; padding: 0; }
.epxeb {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.j7lrrqx { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.jfz28a6z { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.txa95pf {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.nty6qsu {
  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;
}
.o14w {
  
  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%;
}
.ueph9z {
  
  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;
}
.atoy7 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.atoy7.nbai {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .xwo2lj {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .xwo2lj::before    { grid-area: rank;   }
  .yv0pb           { grid-area: ident;  }
  .epxeb     { grid-area: rating; min-width: 0; width: auto; }
  .txa95pf           { grid-area: pills;  }
  .atoy7             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .xwo2lj {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .xwo2lj::before    { justify-self: center; }
  .yv0pb           { width: 100%; }
  .epxeb     { justify-self: center; }
  .txa95pf           { grid-template-columns: 1fr; }
}
.w3muwwi3 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.yf65or0 {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.cepv6q {
  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;
}
.cepv6q img { max-width: 80px; max-height: 50px; object-fit: contain; }
.qophx { flex: 1; }
.qophx h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.ange0456 { color: var(--c-stars); font-size: 1.1rem; }
.s4eb { margin-bottom: 8px; }
.xqo4u { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.nkky5mo::before   { content: "★ "; color: var(--accent-light); }
.uioy { flex-shrink: 0; }
.z5xgv2 img.c6rx { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.e308p { padding: 20px 24px; }
.jpgw9ptl { color: var(--text-muted); margin-bottom: 16px; }
.vwva2r { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.i0edoq2, .fpddlo { list-style: none; font-size: 0.9rem; }
.i0edoq2 li { color: var(--c-pros); margin-bottom: 4px; }
.fpddlo li { color: var(--c-cons); margin-bottom: 4px; }
.i0edoq2 li::before { content: "✓"; margin-right: 5px; }
.fpddlo li::before { content: "✗"; margin-right: 5px; }
.ctvbd8s .i0edoq2 li::before { content: "→"; }
.ctvbd8s .fpddlo li::before { content: "–"; }
.ls620  .i0edoq2 li::before { content: "★"; }
.ls620  .fpddlo li::before { content: "✕"; }
.sl98    .i0edoq2 li::before { content: "◆"; }
.sl98    .fpddlo li::before { content: "▲"; }
.nrgle  .i0edoq2 li::before { content: "▶"; }
.nrgle  .fpddlo li::before { content: "■"; }
.v7gs0 { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.o5hdg4 { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.jsnytkp { background: var(--bg-pros); color: var(--c-tag-pay); }
.fuxec3 { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.fgkhrpc .fuxec3 { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.ivim .fuxec3 { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .m0uw .ys5vqpg {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .m0uw .w3muwwi3 { margin: 0; }
}
.wzcv .yf65or0 { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.wzcv .qophx h3 { color: var(--accent-light); }
.wzcv .cepv6q { background: var(--bg-page); border: 1px solid var(--border); }
.qt5sv .w3muwwi3 { border-top: 4px solid var(--accent); }
.qt5sv .yf65or0 { background: var(--bg-card); }
.djv5 .w3muwwi3 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.djv5 .yf65or0 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.djv5 .e308p { padding: 14px 16px; }
.djv5 .cepv6q { border-radius: 4px; }
.djv5 .fuxec3 { border-radius: 0; }
.v06k2nx .yf65or0 { padding: 0; gap: 0; overflow: hidden; }
.v06k2nx .cepv6q { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.v06k2nx .qophx { padding: 16px 20px; }
.v06k2nx .uioy { padding: 16px 20px; align-self: center; }
.g0wck .ange0456 { font-size: .95rem; }
.yiwhyhyt .xpv5, .yiwhyhyt .zzp8hxr { padding: 12px; }
.yiwhyhyt .xpv5 ul, .yiwhyhyt .zzp8hxr ul { margin: 4px 0 0; padding-left: 18px; }
.yiwhyhyt .xpv5 li, .yiwhyhyt .zzp8hxr li { font-size: .85rem; margin-bottom: 3px; }
.pyz7vzj .o5hdg4 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .v6dc { grid-template-columns: 1fr; }
  .lkwyue { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .lkwyue .rozdwtt { width: 72px; height: 50px; }
  .lkwyue .y15sy { max-width: 180px; }
  .lkwyue .brxwc { width: auto; }
}
.eoq7eb5 .g0wck .ange0456 { filter: brightness(1.2); }
@media (max-width: 720px) {
  .eoq7eb5 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .d9s4cn { padding: 16px; }
  .lhek .vdi9 { min-width: 50%; }
}
@media (max-width: 860px) {
  .a817mpp7 { grid-template-columns: 1fr; }
  .ywvet { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .hqmj509y { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .vmwx { flex-wrap: wrap; padding: 16px; }
}
.fnzigzr6 .xpv5, .fnzigzr6 .zzp8hxr { padding: 8px; }
@media (max-width: 480px) {
  .e1d6 { flex-direction: column; align-items: stretch; }
}
.xap1jm .brxwc .nbai { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .ov3k8 { flex-direction: column; align-items: stretch; gap: 10px; }
  .xap1jm .brxwc { text-align: center; }
}
@media (max-width: 720px) {
  .saog639 { grid-template-columns: 1fr; }
  .ndv6o7 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .byp4g1ta { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.bg3pycf .hwgkqrd { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.ryt7 .ange0456 { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .paslj { grid-template-columns: 1fr; }
  .ryt7 { width: 100px; height: 100px; margin: 16px auto; }
  .bg3pycf { font-size: 1.4rem; }
  .hxpwy6q7 { justify-content: center; }
  .gbgy8nre .vdi9 { min-width: 50%; }
}
@media (max-width: 540px) {
  .gcl7pn { flex-wrap: wrap; padding: 14px 16px; }
  .hap84p { padding: 12px 16px; }
  .ygbhm .qs0a9dkm { margin: 0 16px; }
  .ygbhm .pyz7vzj { padding: 0 16px; }
  .x66t { padding: 12px 16px; }
}
.pi9gov .xwo2lj {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.pi9gov .xwo2lj:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.ipy0f5l .solahm { gap: 18px; }
.ipy0f5l .xwo2lj {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.ipy0f5l .xwo2lj:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.t19lqn9 .solahm {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.t19lqn9 .xwo2lj {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.t19lqn9 .xwo2lj:last-child { border-bottom: none; }
.t19lqn9 .yv0pb,
.t19lqn9 .epxeb,
.t19lqn9 .txa95pf {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.n234 .solahm { gap: 0; }
.n234 .xwo2lj {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.n234 .xwo2lj:last-child { border-bottom: none; }
.n234 .xwo2lj:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.n234 .xwo2lj:nth-child(even):hover { background: var(--bg-hover); }
.fjqvu9l .xwo2lj {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.zoiftg .txa95pf .nty6qsu {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.zoiftg .txa95pf .nty6qsu:first-child { border-left: none; }
.xis0 .txa95pf .nty6qsu {
  background: transparent; padding: 4px 8px;
}
.xis0 .txa95pf .o14w { font-size: .65rem; opacity: .65; }
.xis0 .txa95pf .ueph9z   { font-size: 1.15rem; color: var(--accent-light); }
.j94gw .txa95pf .nty6qsu {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.jfz28a6z { display: none; }
.ajz581q .j7lrrqx { font-size: 1rem; letter-spacing: 2px; }
.fbsg .j7lrrqx {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.jplfznr .j7lrrqx,
.vcwh .j7lrrqx,
.fhtu6yx .j7lrrqx { display: none; }
.jplfznr .jfz28a6z,
.vcwh .jfz28a6z,
.fhtu6yx .jfz28a6z { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.jplfznr .jfz28a6z { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.jplfznr .jfz28a6z small { display: none; }
.vcwh .jfz28a6z {
  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;
}
.vcwh .jfz28a6z small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.fhtu6yx .jfz28a6z {
  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;
}
.fhtu6yx .jfz28a6z small { display: none; }
.jplfznr .s4eb .ange0456,
.vcwh .s4eb .ange0456,
.fhtu6yx .s4eb .ange0456 { display: none; }
.jplfznr .s4eb strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.jplfznr .hwgkqrd { display: none; }
.vcwh .s4eb 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;
}
.vcwh .fyb1,
.vcwh .hwgkqrd { font-size: 1em; }
.fhtu6yx .s4eb strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.fhtu6yx .hwgkqrd { display: none; }
.h26si { margin: 16px 0; }
.sz4108c { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.sz4108c summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.sz4108c summary::after { content: "+"; color: var(--accent-light); }
.sz4108c[open] summary::after { content: "−"; }
.sz4108c p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.a9l2n42h { margin-bottom: 0; }
.h5xln h2.s4q9ddsv { color: var(--text-primary); border-color: var(--accent-light); }
.y6nmjo h2.s4q9ddsv { color: var(--text-primary); border-color: var(--accent-light); }
.mxgp .m9xb1     { background: #052e16; border-color: #10b981; }
.mxgp .fa6q { background: #2d0a1e; border-color: #f43f5e; }
.mxgp .qy93xcr    { background: #1e1036; border-color: #a855f7; }
.mxgp .e7is2vn strong  { color: #f1f5f9; }
.mxgp .e7is2vn p       { color: #cbd5e1; }
.mxgp .wdb0h    .m9xb1     .ive9que::before,
.mxgp .ocgjvx  .m9xb1     .ive9que::before,
.mxgp .wmy0  .m9xb1     .ive9que::before,
.mxgp .okak3g .m9xb1     .ive9que::before { color: #10b981; }
.mxgp .wdb0h    .fa6q .ive9que::before,
.mxgp .ocgjvx  .fa6q .ive9que::before,
.mxgp .wmy0  .fa6q .ive9que::before,
.mxgp .okak3g .fa6q .ive9que::before { color: #f43f5e; }
.mxgp .wdb0h    .qy93xcr    .ive9que::before,
.mxgp .ocgjvx  .qy93xcr    .ive9que::before,
.mxgp .wmy0  .qy93xcr    .ive9que::before,
.mxgp .okak3g .qy93xcr    .ive9que::before { color: #a855f7; }
.godsj .m9xb1     { background: #2d2000; border-color: #eab308; }
.godsj .fa6q { background: #2d0b0b; border-color: #ef4444; }
.godsj .qy93xcr    { background: #2d1600; border-color: #f97316; }
.godsj .e7is2vn strong  { color: #f1f5f9; }
.godsj .e7is2vn p       { color: #cbd5e1; }
.godsj .wdb0h    .m9xb1     .ive9que::before,
.godsj .ocgjvx  .m9xb1     .ive9que::before,
.godsj .wmy0  .m9xb1     .ive9que::before,
.godsj .okak3g .m9xb1     .ive9que::before { color: #eab308; }
.godsj .wdb0h    .fa6q .ive9que::before,
.godsj .ocgjvx  .fa6q .ive9que::before,
.godsj .wmy0  .fa6q .ive9que::before,
.godsj .okak3g .fa6q .ive9que::before { color: #ef4444; }
.godsj .wdb0h    .qy93xcr    .ive9que::before,
.godsj .ocgjvx  .qy93xcr    .ive9que::before,
.godsj .wmy0  .qy93xcr    .ive9que::before,
.godsj .okak3g .qy93xcr    .ive9que::before { color: #f97316; }
.ybejrj .m9xb1     { background: #0c1a2e; border-color: #38bdf8; }
.ybejrj .fa6q { background: #12103a; border-color: #818cf8; }
.ybejrj .qy93xcr    { background: #0a2020; border-color: #2dd4bf; }
.ybejrj .e7is2vn strong  { color: #f1f5f9; }
.ybejrj .e7is2vn p       { color: #cbd5e1; }
.ybejrj .wdb0h    .m9xb1     .ive9que::before,
.ybejrj .ocgjvx  .m9xb1     .ive9que::before,
.ybejrj .wmy0  .m9xb1     .ive9que::before,
.ybejrj .okak3g .m9xb1     .ive9que::before { color: #38bdf8; }
.ybejrj .wdb0h    .fa6q .ive9que::before,
.ybejrj .ocgjvx  .fa6q .ive9que::before,
.ybejrj .wmy0  .fa6q .ive9que::before,
.ybejrj .okak3g .fa6q .ive9que::before { color: #818cf8; }
.ybejrj .wdb0h    .qy93xcr    .ive9que::before,
.ybejrj .ocgjvx  .qy93xcr    .ive9que::before,
.ybejrj .wmy0  .qy93xcr    .ive9que::before,
.ybejrj .okak3g .qy93xcr    .ive9que::before { color: #2dd4bf; }
.j1z9n .m9xb1     { background: var(--accent-bg); border-color: var(--accent-light); }
.j1z9n .fa6q { background: var(--accent-bg-light); border-color: var(--accent-light); }
.j1z9n .qy93xcr    { background: var(--accent-bg); border-color: var(--accent-pale); }
.j1z9n .wdb0h    .ive9que::before,
.j1z9n .ocgjvx  .ive9que::before,
.j1z9n .wmy0  .ive9que::before,
.j1z9n .okak3g .ive9que::before { color: var(--accent-light) !important; }
.t6wazjp::before,
.y2bfl::before { margin-right: 5px; }
.o31bu0tx .xpv5 ul li,
.o31bu0tx .i0edoq2 li         { color: #4ade80; }
.o31bu0tx .xpv5 .t6wazjp { color: #22c55e; }
.o31bu0tx .zzp8hxr ul li,
.o31bu0tx .fpddlo li         { color: #f87171; }
.o31bu0tx .zzp8hxr .y2bfl { color: #ef4444; }
.lorkm .xpv5 { background: var(--bg-pros); }
.lorkm .zzp8hxr { background: var(--bg-cons); }
.lorkm .xpv5 .t6wazjp { color: var(--c-pros-label); }
.lorkm .zzp8hxr .y2bfl { color: var(--c-cons); }
.lorkm .xpv5 ul li,
.lorkm .i0edoq2 li            { color: var(--c-pros); }
.lorkm .zzp8hxr ul li,
.lorkm .fpddlo li            { color: var(--c-cons); }
.dot2zbz9 .xpv5 { background: var(--bg-pros); }
.dot2zbz9 .zzp8hxr { background: var(--bg-cons); }
.dot2zbz9 .xpv5 .t6wazjp { color: var(--c-pros-label); }
.dot2zbz9 .zzp8hxr .y2bfl { color: var(--c-cons); }
.dot2zbz9 .xpv5 ul li,
.dot2zbz9 .i0edoq2 li          { color: var(--c-pros); }
.dot2zbz9 .zzp8hxr ul li,
.dot2zbz9 .fpddlo li          { color: var(--c-cons); }
.cb4g7g0 .t6wazjp::before { content: "✓ "; }
.cb4g7g0 .y2bfl::before { content: "✗ "; }
.ctvbd8s .t6wazjp::before { content: "→ "; }
.ctvbd8s .y2bfl::before { content: "← "; }
.ls620 .t6wazjp::before { content: "★ "; }
.ls620 .y2bfl::before { content: "✕ "; }
.sl98 .t6wazjp::before { content: "◆ "; }
.sl98 .y2bfl::before { content: "▲ "; }
.ivim .e7is2vn { background: transparent; border-left: none; border: 1.5px solid; }
.ivim .m9xb1     { border-color: var(--c-tip-border); }
.ivim .fa6q { border-color: var(--c-warn-border); }
.ivim .qy93xcr    { border-color: #60a5fa; }
.ivim .e7is2vn strong { color: var(--text-primary); }
.ivim .e7is2vn p      { color: var(--text-muted); }
.fgkhrpc .e7is2vn { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.fgkhrpc .m9xb1     { border-top-color: var(--c-tip-border); }
.fgkhrpc .fa6q { border-top-color: var(--c-warn-border); }
.fgkhrpc .qy93xcr    { border-top-color: #60a5fa; }
.k2cezy4c .e7is2vn { border-left: none; border-radius: 8px; }
.k2cezy4c .m9xb1     { background: #065f46; }
.k2cezy4c .fa6q { background: #92400e; }
.k2cezy4c .qy93xcr    { background: #1e3a8a; }
.k2cezy4c .e7is2vn strong,
.k2cezy4c .e7is2vn p { color: #fff; }
.k2cezy4c .ive9que::before { color: rgba(255,255,255,0.85) !important; }
.mxgp.k2cezy4c .m9xb1,
.mxgp .k2cezy4c .m9xb1     { background: #052e16; }
.mxgp.k2cezy4c .fa6q,
.mxgp .k2cezy4c .fa6q { background: #2d0a1e; }
.mxgp.k2cezy4c .qy93xcr,
.mxgp .k2cezy4c .qy93xcr    { background: #1e1036; }
.godsj.k2cezy4c .m9xb1,
.godsj .k2cezy4c .m9xb1      { background: #2d2000; }
.godsj.k2cezy4c .fa6q,
.godsj .k2cezy4c .fa6q  { background: #2d0b0b; }
.godsj.k2cezy4c .qy93xcr,
.godsj .k2cezy4c .qy93xcr     { background: #2d1600; }
.ybejrj.k2cezy4c .m9xb1,
.ybejrj .k2cezy4c .m9xb1      { background: #0c1a2e; }
.ybejrj.k2cezy4c .fa6q,
.ybejrj .k2cezy4c .fa6q  { background: #12103a; }
.ybejrj.k2cezy4c .qy93xcr,
.ybejrj .k2cezy4c .qy93xcr     { background: #0a2020; }
.n6qi1 .e7is2vn { border-left: none; border-radius: 6px; padding: 10px 14px; }
.n6qi1 .m9xb1     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.n6qi1 .fa6q { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.n6qi1 .qy93xcr    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.n6qi1 .e7is2vn strong { color: var(--text-primary); }
.n6qi1 .e7is2vn p      { color: var(--text-muted); }
.ka87heag .e7is2vn { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.wdb0h .ive9que,
.ocgjvx .ive9que,
.wmy0 .ive9que,
.okak3g .ive9que { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.wdb0h .ive9que::before,
.ocgjvx .ive9que::before,
.wmy0 .ive9que::before,
.okak3g .ive9que::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.wdb0h .m9xb1     .ive9que::before { content: "✦"; color: var(--c-tip-border); }
.wdb0h .fa6q .ive9que::before { content: "▲"; color: var(--c-warn-border); }
.wdb0h .qy93xcr    .ive9que::before { content: "◉"; color: #60a5fa; }
.ocgjvx .m9xb1     .ive9que::before { content: "★"; color: var(--c-tip-border); }
.ocgjvx .fa6q .ive9que::before { content: "◆"; color: var(--c-warn-border); }
.ocgjvx .qy93xcr    .ive9que::before { content: "●"; color: #60a5fa; }
.wmy0 .m9xb1     .ive9que::before { content: "▶"; color: var(--c-tip-border); }
.wmy0 .fa6q .ive9que::before { content: "■"; color: var(--c-warn-border); }
.wmy0 .qy93xcr    .ive9que::before { content: "▸"; color: #60a5fa; }
.okak3g .m9xb1     .ive9que::before { content: "→"; color: var(--c-tip-border); }
.okak3g .fa6q .ive9que::before { content: "⬥"; color: var(--c-warn-border); }
.okak3g .qy93xcr    .ive9que::before { content: "◈"; color: #60a5fa; }
.z6bh .o93xho57 .hnqdj1,
.z6bh .bf09 .hnqdj1  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.z6bh .nh0ad66g                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.z6bh .xwo2lj                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.z6bh .w3muwwi3            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.z6bh .xz3psva          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.z6bh .m5jb                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.j9y9 .o93xho57 .hnqdj1,
.j9y9 .bf09 .hnqdj1,
.j9y9 .nh0ad66g,
.j9y9 .xwo2lj,
.j9y9 .w3muwwi3,
.j9y9 .xz3psva,
.j9y9 .m5jb,
.j9y9 .ka87heag .e7is2vn { box-shadow: none; }
.t3w1n9f   body, .t3w1n9f   { font-size: 0.9rem; }
.t3w1n9f   .w74j, .t3w1n9f .r1b7iz, .t3w1n9f .nccuo,
.t3w1n9f   .cwx4, .t3w1n9f .m8h9pkh { font-size: 0.9rem; }
.t3w1n9f   .e5xul6c, .t3w1n9f .x62gwkq2 { font-size: 0.9rem; }
.v2f1kbw   .w74j, .v2f1kbw .r1b7iz, .v2f1kbw .nccuo,
.v2f1kbw   .cwx4, .v2f1kbw .m8h9pkh { font-size: 0.95rem; }
.v2f1kbw   .e5xul6c, .v2f1kbw .x62gwkq2 { font-size: 0.95rem; }
.kxan8fym   .w74j, .kxan8fym .r1b7iz, .kxan8fym .nccuo,
.kxan8fym   .cwx4, .kxan8fym .m8h9pkh { font-size: 1.08rem; }
.kxan8fym   .e5xul6c, .kxan8fym .x62gwkq2 { font-size: 1.05rem; }
.kxan8fym   .kc9o73 { font-size: 0.97rem; }
.q04olbm .n9n033hh      { font-size: 3.2rem; }
.q04olbm h2.s4q9ddsv { font-size: 1.9rem; }
.q04olbm h3.y3n6rk     { font-size: 1.4rem; }
.w8nn .n9n033hh      { font-size: 3.8rem; }
.w8nn h2.s4q9ddsv { font-size: 2.2rem; }
.w8nn h3.y3n6rk     { font-size: 1.6rem; }
.a9l2n42h + .a9l2n42h { position: relative; }
.jt6btb1   .a9l2n42h + .a9l2n42h::before,
.szvab  .a9l2n42h + .a9l2n42h::before,
.nntiv7y   .a9l2n42h + .a9l2n42h::before,
.wti81a   .a9l2n42h + .a9l2n42h::before,
.zh3wir   .a9l2n42h + .a9l2n42h::before,
.h9wdc .a9l2n42h + .a9l2n42h::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.jt6btb1 .a9l2n42h + .a9l2n42h::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.szvab .a9l2n42h + .a9l2n42h::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.nntiv7y .a9l2n42h + .a9l2n42h::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;
}
.wti81a .a9l2n42h + .a9l2n42h::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.zhdr1p5 .a9l2n42h { margin-bottom: 16px; }
.zhdr1p5 .a9l2n42h + .a9l2n42h { margin-top: 0; }
.zhdr1p5 .ntlz1 { padding-top: 0; padding-bottom: 0; }
.zh3wir .a9l2n42h + .a9l2n42h::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.h9wdc .a9l2n42h + .a9l2n42h::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.o6rmk368 .a9l2n42h + .a9l2n42h::before,
.mhv7i69 .a9l2n42h + .a9l2n42h::before,
.h7fr .a9l2n42h + .a9l2n42h::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%;
}
.pkjayv0 .o6rmk368 .a9l2n42h:nth-child(even)::before,
.pkjayv0 .mhv7i69 .a9l2n42h:nth-child(even)::before,
.pkjayv0 .h7fr .a9l2n42h:nth-child(even)::before { background: var(--bg-surface); }
.tuq64oem .o6rmk368 .a9l2n42h:nth-child(even)::before,
.tuq64oem .mhv7i69 .a9l2n42h:nth-child(even)::before,
.tuq64oem .h7fr .a9l2n42h:nth-child(even)::before { background: var(--bg-card); }
.o6rmk368 .a9l2n42h + .a9l2n42h::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");
}
.mhv7i69 .a9l2n42h + .a9l2n42h::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");
}
.h7fr .a9l2n42h + .a9l2n42h::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");
}
.egqt48av .l4txb3h { overflow: hidden; }
.egqt48av .oiq0 { margin-bottom: 70px; }
.k4kawuxe .vvegjl,
.s1p7 .vvegjl { padding-bottom: 60px; }
.egqt48av .vvegjl { padding-bottom: 70px; }
.egqt48av .l4txb3h::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.egqt48av .l4txb3h::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.fiidxh .l4txb3h:not(.xcwk) .gh1to { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.fiidxh .xcwk { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.fiidxh .b2kjx8r { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.fiidxh .ko04 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.drzc7e .ko04 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.jjh86v .ko04 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.syio .ko04 { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.zx1g50t .ko04 { background: var(--accent-bg); }
.utit .nwu2 { float: left; width: 38%; margin: 0 28px 16px 0; }
.utit .nwu2 .nfupgblw { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.utit .ntlz1::after { content: ''; display: block; clear: both; }
.xsfr8 .nwu2 { float: right; width: 38%; margin: 0 0 16px 28px; }
.xsfr8 .nwu2 .nfupgblw { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.xsfr8 .ntlz1::after { content: ''; display: block; clear: both; }
.mv8o .a9l2n42h:nth-child(odd)  .nwu2 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.mv8o .a9l2n42h:nth-child(even) .nwu2 { float: right; width: 38%; margin: 0 0 16px 28px; }
.mv8o .nwu2 .nfupgblw { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.mv8o .ntlz1::after { content: ''; display: block; clear: both; }
.utit .vsjcg3up,
.utit .solahm,
.xsfr8 .vsjcg3up,
.xsfr8 .solahm,
.mv8o .vsjcg3up,
.mv8o .solahm { clear: both; }
@media (max-width: 900px) {
  .utit .nwu2,
  .xsfr8 .nwu2,
  .mv8o .a9l2n42h:nth-child(odd)  .nwu2,
  .mv8o .a9l2n42h:nth-child(even) .nwu2 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .utit .nwu2 .nfupgblw,
  .xsfr8 .nwu2 .nfupgblw,
  .mv8o .nwu2 .nfupgblw {
    max-height: none !important;
  }
}
.utit .e5xul6c,
.utit .x62gwkq2,
.xsfr8 .e5xul6c,
.xsfr8 .x62gwkq2,
.mv8o .e5xul6c,
.mv8o .x62gwkq2 { overflow: hidden; }
@media (max-width: 640px) {
  .utit .nwu2,
  .xsfr8 .nwu2,
  .mv8o .nwu2 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.l0bi .jnlpgu5,
.l0bi .ntlz1,
.l0bi .o7su5  { max-width: 1100px; }
.d5h4j8ze .jnlpgu5,
.d5h4j8ze .ntlz1,
.d5h4j8ze .o7su5  { max-width: 1200px; }
.d5h4j8ze { --content-mw: 1200px; }
.fbdj2ogh .jnlpgu5,
.fbdj2ogh .ntlz1,
.fbdj2ogh .o7su5  { max-width: 1320px; }
.gj37fp { font-size: 0.82rem; color: var(--text-muted); }
.p7p24mqd { display: flex; align-items: center; }
.fl8t {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.yftc { display: flex; align-items: center; }
.ip18 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.ip18:hover { text-decoration: underline; }
.ufw1sv0 { margin: 0 3px; opacity: 0.45; }
.ufw1sv0::before { content: '/'; }
.ufnc5a { padding: 2px 5px; color: var(--text-main); }
.kxykys .gj37fp {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.kxykys .p7p24mqd { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.d2mrnagy .gj37fp {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.d2mrnagy .p7p24mqd { padding: 0 0 0 12px; }
.ww5549 .p7p24mqd { padding: 0 16px; }
.ww5549 .gj37fp {
  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);
}
.ww5549 .jnlpgu5 { padding-top: 28px; }
@media (max-width: 720px) {
  .ssuuvj7 { margin-top: 18px; padding: 0 16px; }
  .ww5549 .jnlpgu5 { padding-top: 16px; }
}
.l0bi.kxykys .p7p24mqd { max-width: 1100px; }
.d5h4j8ze.kxykys .p7p24mqd { max-width: 1200px; }
.fbdj2ogh.kxykys .p7p24mqd { max-width: 1320px; }
.d5h4j8ze .ssuuvj7 { max-width: 1200px; }
.htvb .a9l2n42h { padding-top: 16px; padding-bottom: 16px; }
.lvd9we .a9l2n42h { padding-top: 24px; padding-bottom: 24px; }
.t01d .a9l2n42h { padding-top: 40px; padding-bottom: 40px; }
.z6ti .a9l2n42h { padding-top: 52px; padding-bottom: 52px; }
.wcr1 .a9l2n42h:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.wcr1 .a9l2n42h:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.wcr1 .a9l2n42h:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.wcr1 .a9l2n42h:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.r25ytv .ntlz1 { padding-top: 10px;  padding-bottom: 10px; }
.g3kmk .ntlz1 { padding-top: 18px;  padding-bottom: 18px; }
.lxkj .ntlz1 { padding-top: 36px;  padding-bottom: 36px; }
.fquux908 .ntlz1 { padding-top: 48px;  padding-bottom: 48px; }
.tnybx h2.s4q9ddsv { font-weight: 600; }
.tnybx h3.y3n6rk     { font-weight: 600; }
.v7orctj h2.s4q9ddsv { font-weight: 800; }
.v7orctj h3.y3n6rk     { font-weight: 700; }
.mqzp h2.s4q9ddsv { font-weight: 900; }
.mqzp h3.y3n6rk     { font-weight: 800; }
.mqzp .e7is2vn strong,
.mqzp .e7is2vn strong { font-weight: 600; }
.yq976698 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.k502m2pt .yq976698 { display: none; }
@media (max-width: 640px) {
  .o9yrd97 { display: none; }
  .yq976698 {
    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;
  }
}
.yq976698 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.yq976698:hover { opacity: 0.85; }
.tdr4q .yq976698 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.o26xbhkv .yq976698,
.qevjm  .yq976698 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.o26xbhkv .yq976698:hover,
.qevjm  .yq976698:hover { opacity: 0.88; }
.tdr4q.o26xbhkv .yq976698,
.tdr4q.qevjm  .yq976698 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.o23z6 {
  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;
}
.o23z6:hover { transform: translateY(-2px); opacity: 0.92; }
.o23z6 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.zl9s .o23z6 { display: none; }
.h4bj .o23z6 { right: 32px; }
.p7mi3iv5  .o23z6 { left: 32px; }
@media (max-width: 480px) {
  .h4bj .o23z6 { right: 20px; bottom: 20px; }
  .p7mi3iv5  .o23z6 { left: 20px; bottom: 20px; }
}
.b52bg { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.o7su5 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.g7xfp { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.u0abm { color: var(--text-dim); font-size: 0.8rem; }
.vnvvv6z { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.vnvvv6z img { height: 26px; width: auto; object-fit: contain; }
.ceglmx9u { display: flex; flex-direction: column; gap: 6px; }
.ceglmx9u a, .im33jhja a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.ceglmx9u a:hover, .im33jhja a:hover { color: var(--accent-light); }
.ceglmx9u .vipi { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.fv24 .o7su5 { text-align: center; }
.fv24 .g7xfp { margin-top: 0; }
.r52cp { margin-top: 10px; }
.r52cp a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .o7su5 { padding-left: 16px; padding-right: 16px; }
  .xqj9d .o7su5 { padding: 20px 16px; }
  .im33jhja { gap: 4px 12px; }
  .g7xfp { font-size: 0.78rem; }
}
.i7nxy1 .epbff8 .vnvvv6z { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.i7nxy1 .g7xfp { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.i7nxy1 .u0abm { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .i7nxy1 .pukfi7 { grid-template-columns: 1fr 1fr; } .i7nxy1 .epbff8 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .i7nxy1 .pukfi7 { grid-template-columns: 1fr; } }
.xiwv .vnvvv6z { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.xiwv .g7xfp { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .xiwv .m474qc { gap: 12px; } .xiwv .vnvvv6z { margin-right: 0; width: 100%; } }
.jecw .yta65i .vnvvv6z { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.jecw .g7xfp { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.jecw .u0abm { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .jecw .vn87sjcq { grid-template-columns: 1fr 1fr; } .jecw .yta65i { grid-column: 1 / -1; } }
@media (max-width: 480px) { .jecw .vn87sjcq { grid-template-columns: 1fr; } }
.qe3z1sp .wazw029 { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.qe3z1sp .ceglmx9u { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .qe3z1sp .wazw029 { grid-template-columns: 1fr 1fr; } .qe3z1sp .v31wjt3:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .qe3z1sp .wazw029 { grid-template-columns: 1fr; } }
.xuon .wazw029 { grid-template-columns: 1fr 2fr; }
.xuon .iubcp .ceglmx9u { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .xuon .wazw029 { grid-template-columns: 1fr; } }
.hyofydym .o7su5 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.pudbnp .o7mcv      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.pudbnp .b52bg { background: var(--bg-page); border-top-color: var(--border-alt); }
.cexqxlo .o7mcv      { background: #0d1117; border-bottom-color: #21262d; }
.cexqxlo .yr7o48x { color: var(--accent-light); }
.cexqxlo .eb974sj { --msep-color: #8b949e; }
.cexqxlo .eb974sj a { color: #8b949e; }
.cexqxlo .eb974sj a:hover { color: var(--accent-light); }
.cexqxlo .dbjc { color: #8b949e; }
.cexqxlo .b52bg { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.cexqxlo .g7xfp,
.cexqxlo .u0abm { color: #6e7681; }
.cexqxlo .ceglmx9u a, .cexqxlo .im33jhja a,
.cexqxlo .vnvvv6z { color: #e6edf3; }
.cexqxlo .ceglmx9u a:hover, .cexqxlo .im33jhja a:hover,
@media (max-width: 640px) {
  .cexqxlo .eb974sj { background: #0d1117; border-top-color: #21262d; }
  .cexqxlo .eb974sj li a { border-bottom-color: #21262d; }
}
.q1vxfa .o7mcv      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.q1vxfa .yr7o48x { color: var(--accent-light); }
.q1vxfa .eb974sj { --msep-color: #475569; }
.q1vxfa .eb974sj a { color: #475569; }
.q1vxfa .eb974sj a:hover { color: var(--accent-light); }
.q1vxfa .dbjc { color: #64748b; }
.q1vxfa .b52bg { background: #f0f4f8; border-top-color: #cbd5e1; }
.q1vxfa .g7xfp,
.q1vxfa .u0abm { color: #64748b; }
.q1vxfa .ceglmx9u a, .q1vxfa .im33jhja a,
.q1vxfa .jvuog a, .q1vxfa .vnvvv6z { color: #374151; }
.q1vxfa .ceglmx9u a:hover, .q1vxfa .im33jhja a:hover,
@media (max-width: 640px) {
  .q1vxfa .eb974sj { background: #f0f4f8; border-top-color: #cbd5e1; }
  .q1vxfa .eb974sj li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.o26xbhkv .o7mcv      { background: var(--accent); border-bottom-color: var(--accent-light); }
.o26xbhkv .yr7o48x { color: #fff; }
.o26xbhkv .eb974sj { --msep-color: rgba(255,255,255,0.82); }
.o26xbhkv .eb974sj a { color: rgba(255,255,255,0.82); }
.o26xbhkv .eb974sj a:hover { color: #fff; }
.o26xbhkv .dbjc { color: rgba(255,255,255,0.9); }
.o26xbhkv .b52bg { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.o26xbhkv .g7xfp,
.o26xbhkv .u0abm { color: rgba(255,255,255,0.72); }
.o26xbhkv .ceglmx9u a, .o26xbhkv .im33jhja a,
.o26xbhkv .jvuog a, .o26xbhkv .vnvvv6z { color: #fff; }
.o26xbhkv .ceglmx9u a:hover, .o26xbhkv .im33jhja a:hover,
@media (max-width: 640px) {
  .o26xbhkv .eb974sj { background: var(--accent); border-top-color: var(--accent-light); }
  .o26xbhkv .eb974sj li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.qevjm .o7mcv {
  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);
}
.qevjm .b52bg {
  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) {
  .qevjm .eb974sj {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.rbma .oyhxho { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.wuye45k4 .oyhxho { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.wy7je .oyhxho { min-height: 72px; height: auto; }
.v58uq .oyhxho { min-height: 84px; height: auto; }
.xqj9d .oyhxho { max-width: none; padding: 0 32px; }
.xqj9d .o7su5  { max-width: none; padding: 24px 32px; }
.n3nnodc.d5h4j8ze .oyhxho { max-width: 1200px; }
.n3nnodc.fbdj2ogh .oyhxho { max-width: 1320px; }
.gpmb   .yr7o48x, .gpmb   .vnvvv6z { text-transform: capitalize; }
.g1p87p3 .yr7o48x, .g1p87p3 .vnvvv6z { text-transform: lowercase; }
.tb681ku .yr7o48x, .tb681ku .vnvvv6z { text-transform: uppercase; letter-spacing: 0.06em; }
.waths0s, .dw8d8y3c {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ufmmu .waths0s,
.ufmmu .dw8d8y3c { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.x5p73w8 .waths0s,
.x5p73w8 .dw8d8y3c { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.k6ts6w .waths0s,
.k6ts6w .dw8d8y3c { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.gk8cqrkw .waths0s,
.gk8cqrkw .dw8d8y3c { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.bys415f   .eb974sj a { font-weight: 500; }
.uwsfmh .eb974sj a { font-weight: 600; }
.oflllo1     .eb974sj a { font-weight: 700; }
.y4ktx3    .eb974sj a { font-weight: 800; letter-spacing: 0.01em; }
.aswd8pbq     .eb974sj > li + li::before,
.d6ih    .eb974sj > li + li::before,
.ewtibb    .eb974sj > li + li::before,
.bnaad7 .eb974sj > li + li::before,
.f3yml2 .eb974sj > li + li::before,
.xrjlmx  .eb974sj > li + li::before,
.n5ys14    .eb974sj > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.aswd8pbq     .eb974sj > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.d6ih    .eb974sj > li + li::before { content: "|"; }
.ewtibb    .eb974sj > li + li::before { content: "—"; }
.bnaad7 .eb974sj > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.f3yml2 .eb974sj > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.xrjlmx  .eb974sj > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.n5ys14    .eb974sj > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .c3ozf2 .dbjc,
  .wkzy .dbjc,
  .z6xn .dbjc,
  .auhq .dbjc,
  .sxv5suja .dbjc {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .c3ozf2 .dbjc::before,
  .wkzy .dbjc::before,
  .z6xn .dbjc::before,
  .auhq .dbjc::before,
  .sxv5suja .dbjc::before { content: ""; display: block; flex-shrink: 0; }

  
  .c3ozf2 .dbjc::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;
  }

  
  .wkzy .dbjc::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;
  }

  
  .z6xn .dbjc::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;
  }

  
  .auhq .dbjc::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;
  }

  
  .sxv5suja .dbjc::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) {
  .fa1gaa .dbjc {
    padding: 5px 14px;
  }
  .fa1gaa .eb974sj {
    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;
  }
  .fa1gaa .eb974sj li a {
    border-bottom: none; padding: 10px 22px;
  }
  .fa1gaa .eb974sj li a:hover { background: var(--bg-raised); }
  .fa1gaa .salksv3,
  .mjja3 .salksv3,
  .rp2dj .salksv3 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .uogp .dbjc {
    padding: 5px 10px;
  }
  .uogp .eb974sj {
    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);
  }
  .uogp .eb974sj.whzr2fm { transform: translateX(0); }
  .uogp .eb974sj li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .uogp .eb974sj li:last-child a { border-bottom: none; }
  .o26xbhkv .eb974sj,
  .cexqxlo .eb974sj { background: var(--accent) !important; }
  .o26xbhkv .eb974sj li a,
  .cexqxlo .eb974sj li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .rp2dj .dbjc {
    padding: 5px 10px;
  }
  .rp2dj .eb974sj {
    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);
  }
  .rp2dj .eb974sj::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .rp2dj .eb974sj.whzr2fm { transform: translateY(0); }
  .rp2dj .eb974sj li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .fkim71m .dbjc {
    padding: 5px 10px;
  }
  .fkim71m .eb974sj {
    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;
  }
  .fkim71m .eb974sj.whzr2fm { opacity: 1; pointer-events: auto; }
  .fkim71m .eb974sj li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .v0bp     .dbjc { border-radius: 0 !important; }
  .es89av   .dbjc { border-radius: 8px !important; }
  .kmvl3o9 .dbjc { border-radius: 50% !important; }
  .ky9ex   .dbjc { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .fgnio .lzzv { flex-direction: column; align-items: stretch; }
  .fgnio .fcasuk { flex-direction: row; min-width: auto; }
  .fgnio .f7hmuhw { align-items: flex-start; text-align: left; }
}
.q1hq8v6,
.q1hq8v6.a9l2n42h,
.pkjayv0 .q1hq8v6,
.khjqazg .q1hq8v6,
.tuq64oem .q1hq8v6,
.xll25 .q1hq8v6 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.uoq8 {
  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;
}
.luf9i { flex: 1 1 280px; min-width: 0; }
.yzqu {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.lpk0wcn {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.ou8jpz {
  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;
}
.ou8jpz:hover { transform: translateY(-1px); opacity: 0.95; }
.qxmsn8 .uoq8 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.qxmsn8 .yzqu { color: var(--cta); }
.qxmsn8 .lpk0wcn { color: var(--text-body); }
.qxmsn8 .ou8jpz {
  background: var(--cta) !important;
  color: #fff !important;
}
.jo483zze .uoq8 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.jo483zze .yzqu { color: var(--text-primary); }
.jo483zze .lpk0wcn { color: var(--text-body); }
.jo483zze .ou8jpz {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .uoq8 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .luf9i { flex: 0 0 auto; }
  .yzqu { font-size: 1.2rem; }
  .ou8jpz { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.nk9q4j .m0fhhyp { height: 36px; }
.z3igdt .m0fhhyp { height: 60px; max-width: 200px; }
.wibts .m0fhhyp { height: 56px; max-width: 180px; }
.jn3kzow0    .j7lrrqx, .jn3kzow0    .ange0456 { color: #f59e0b; }
.rl72      .j7lrrqx { font-size: 1rem; letter-spacing: 1.5px; }
.rl72      .ange0456   { font-size: 1.35rem; }
.gc97h    .j7lrrqx, .gc97h    .ange0456 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.ep2ncn     .j7lrrqx, .ep2ncn     .ange0456 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.hy53v .j7lrrqx, .hy53v .ange0456 { color: var(--cta); letter-spacing: 2px; }
.u2bz   .j7lrrqx, .u2bz   .ange0456 { color: #e91e63; letter-spacing: 2px; }
.eve4ma  .j7lrrqx, .eve4ma  .ange0456 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.c6zy     .j7lrrqx, .c6zy     .ange0456 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.zoiftg .nty6qsu + .nty6qsu {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.ohei7b6q .xwo2lj { padding: 18px 24px; min-height: 68px; }
.xis0 .o14w {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.xis0 .ueph9z {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.j94gw .nty6qsu {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.solahm { counter-reset: cs-rank; }
.solahm .xwo2lj { counter-increment: cs-rank; }
.solahm .xwo2lj::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;
}
.l9z0i .solahm { counter-reset: cs-rank; gap: 0; }
.l9z0i .xwo2lj {
  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;
}
.l9z0i .xwo2lj::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;
}
.l9z0i .yv0pb {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.l9z0i .u951z {
  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;
}
.l9z0i .z9cmk88j { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.l9z0i .yv0pb { min-width: 0; flex-direction: column; width: 100%; }
.l9z0i .zigj {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.l9z0i .j7lrrqx { color: var(--cta, var(--accent)); }
.l9z0i .jfz28a6z { font-weight: 700; }
.l9z0i .nty6qsu {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.l9z0i .o14w {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.l9z0i .ueph9z {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.l9z0i .whn5b .ueph9z { font-size: 1.3rem; color: var(--accent-light); }
.l9z0i .atoy7 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.l9z0i .xwo2lj:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .l9z0i .solahm {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .l9z0i .xwo2lj {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .l9z0i .xwo2lj { padding: 40px 16px 20px; }
  .l9z0i .nty6qsu {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .l9z0i .atoy7 { width: 100%; min-width: 0; }
}
.xvqsid5 .solahm { counter-reset: cs-rank; gap: 10px; }
.xvqsid5 .xwo2lj {
  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);
}
.xvqsid5 .xwo2lj::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);
}
.xvqsid5 .yv0pb {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.xvqsid5 .u951z {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.xvqsid5 .z9cmk88j { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.xvqsid5 .zigj {
  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;
}
.xvqsid5 .j7lrrqx { color: var(--cta, var(--accent)); }
.xvqsid5 .nty6qsu {
  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;
}
.xvqsid5 .o14w {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.xvqsid5 .ueph9z { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.xvqsid5 .whn5b .ueph9z { color: var(--accent-light); }
.xvqsid5 .atoy7 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.xvqsid5 .xwo2lj:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .xvqsid5 .xwo2lj {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .xvqsid5 .xwo2lj::before {
    position: absolute; top: 14px; left: 14px;
  }
  .xvqsid5 .yv0pb {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .xvqsid5 .zigj { white-space: normal; text-align: center; font-size: 1.2rem; }
  .xvqsid5 .nty6qsu {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .xvqsid5 .atoy7 { width: 100%; min-width: 0; }
  .xvqsid5 .j7lrrqx { min-width: 0; }
}
.bj4kxa .xwo2lj::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.w3q2 .sz4108c {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.w3q2 .sz4108c summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.w3q2 .sz4108c p { padding: 0 2px 16px; }
.urrwz9tq .sz4108c { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.urrwz9tq .sz4108c summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.urrwz9tq .sz4108c summary::after { content: "›"; font-size: 1.2em; }
.urrwz9tq .sz4108c[open] summary::after { content: "‹"; }
.urrwz9tq .sz4108c p { padding: 10px 22px 4px; }
.ycqk2y0 .sz4108c {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.ycqk2y0 .sz4108c summary { color: var(--text-primary); padding-left: 16px; }
.ycqk2y0 .sz4108c summary::after { content: "›"; font-size: 1.1em; }
.ycqk2y0 .sz4108c[open] summary::after { content: "‹"; }
.ycqk2y0 .sz4108c p { padding-left: 16px; }
.oi39ud3 .h26si { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.oi39ud3 .sz4108c {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.oi39ud3 .sz4108c:last-child { border-bottom: none; }
.oi39ud3 .sz4108c summary { color: var(--text-primary); border-radius: 0; }
.oi39ud3 .sz4108c summary::after { content: "›"; font-size: 1.1em; }
.oi39ud3 .sz4108c[open] summary::after { content: "‹"; }
.g2xea1i .sz4108c { overflow: hidden; }
.g2xea1i .sz4108c summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.g2xea1i .sz4108c summary::after { color: rgba(255,255,255,.75); }
.g2xea1i .sz4108c[open] summary { border-radius: 0; }
.xvrv7v { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.hj1ocfa {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.iado2ji4 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.gcax { color: var(--text-muted); font-size: 1.05rem; }
.p7wsa {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.sxq3u5 { margin-bottom: 20px; }
.boqgam {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.vovci {
  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;
}
.vovci:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.j2os { resize: vertical; min-height: 130px; }
.p6z2cr84 { width: 100%; margin-top: 8px; }
.t54i0vyh {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.nhqz7 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.k85cdylr { color: var(--text-muted); line-height: 1.75; }
.rgq9gbbh { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.rgq9gbbh li { margin-bottom: 6px; }
.jjeoqi02 { max-width: 760px; margin: 0 auto; }
.qja74 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.tdu9nn { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.tdu9nn:last-child { border-bottom: none; }
.tdu9nn h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.tdu9nn p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.s463qc { max-width: 760px; margin: 0 auto; }
.u0nxe { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.u0nxe:last-child { border-bottom: none; }
.q53qsk3g { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.u0nxe p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.u0nxe ul.rgq9gbbh { margin: 0; }
.u244rtdn .q53qsk3g { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .u244rtdn { grid-template-columns: 1fr; gap: 10px; } }
.xechefec .q53qsk3g { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.ld36j99 .rgq9gbbh { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ntcgc95e { grid-template-columns: 1fr; } }
.ag352i1a { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.ag352i1a:hover .turf { color: var(--accent-light); text-decoration: underline; }
.wo8rt { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.vzi6brk { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.vzi6brk:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.ky4siu7 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.vzi6brk p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.vzi6brk ul.rgq9gbbh { margin: 0; }
.zpsmw6 { color: var(--text-muted); line-height: 1.75; }
.m0af .rgq9gbbh,
.g8mj .rgq9gbbh,
.tcylpz8h .rgq9gbbh,
.kve5w .rgq9gbbh {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.m0af .vzi6brk,
.g8mj .vzi6brk { text-align: left; }
.m0af .ky4siu7,
.g8mj .ky4siu7 { text-align: center; }
.hjju114 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.rbe8wyf { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.d6r0o { font-size: 1.1rem; }
.dnb8x4ad { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.f0h9pa { margin-top: 12px; }
.ddsk1 { 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; }
.ddsk1:hover { border-bottom-color: var(--accent-light); }
.c0o4fv { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.c0o4fv img { width: 100%; height: 100%; object-fit: cover; display: block; }
.kg0cvv { width: 260px; height: 260px; }
.t2tce { border-radius: 50%; }
.d34ydj { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.jmbiem32 { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.jmbiem32::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .tkodhqvm { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.e7f7mb3 .dnb8x4ad, .e7f7mb3 .rbe8wyf { max-width: 640px; }
.mhgigzi { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.s69tf1 { position: sticky; top: 96px; align-self: start; }
.s69tf1 .hjju114 { font-size: 1.6rem; margin-top: 18px; }
.dvhugg .dnb8x4ad { margin-bottom: 28px; }
@media (max-width: 860px) { .mhgigzi { grid-template-columns: 1fr; } .s69tf1 { position: static; text-align: center; } }
.za29 .c0o4fv { margin: 0 auto 18px; }
.za29 .d34ydj { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .e1oi44 { grid-template-columns: 1fr; } }
.io71uq6 .hjju114 { font-size: 1.6rem; margin-bottom: 6px; }
.kve5w .rgq9gbbh { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .io71uq6 { flex-direction: column; text-align: center; } .cueb6 { grid-template-columns: 1fr; } }
.eaop .hjju114 { font-size: 1.35rem; margin: 0 0 4px; }
.eaop .d34ydj { margin: 0; }
.xzaw .iado2ji4 { color: var(--accent-light); }
.k88yjnh .iado2ji4 { font-size: 2rem; }
.k88yjnh .gcax { max-width: 680px; }
.lj5geo82 .iado2ji4 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.lj5geo82 .gcax  { margin: 0; }
@media (max-width: 640px) { .lj5geo82 { flex-direction: column; } }
.h2gytff .iado2ji4 { color: var(--accent-light); }
.dns1l5 .iado2ji4 { color: #fff; }
.dns1l5 .gcax  { color: rgba(255,255,255,0.85); }
.mx3x6p85 { max-width: 680px; margin: 0 auto; }
.pphr4cml {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .pphr4cml { grid-template-columns: 1fr; } }
.ha10iu .vovci {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.ha10iu .vovci:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.z4v8y .vovci { background: var(--bg-raised); border-color: transparent; }
.z4v8y .vovci:focus { background: var(--bg-card); border-color: var(--accent-light); }
.ibbwa2l .vovci { border-radius: 100px; padding: 11px 20px; }
.ibbwa2l .j2os { border-radius: 14px; }
.qhw4ojof {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .qhw4ojof { grid-template-columns: 1fr; } }
.zov5nr {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.zov5nr h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.zov5nr p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.d52ta{display:none}
.d52ta:empty,.x4paijv6:empty{display:none}
.b0eqdw94{position:relative;overflow:visible}
.qsiq2x48 .ai285d,.zyuzu6il .ai285d,
.nt5uvac4 .ai285d,.mna6 .ai285d,
.lzwuidw .ai285d,.z0cfudz .ai285d{display:block}
.zi6xn2 .lrr5i{display:block}
.qsiq2x48 .ai285d,.zyuzu6il .ai285d,
.nt5uvac4 .ai285d,.mna6 .ai285d,
.lzwuidw .ai285d{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}
.qsiq2x48 .ai285d .x4paijv6,.zyuzu6il .ai285d .x4paijv6,
.nt5uvac4 .ai285d .x4paijv6,.mna6 .ai285d .x4paijv6,
.lzwuidw .ai285d .x4paijv6{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}
.qsiq2x48 .p0rn,.zyuzu6il .p0rn,
.nt5uvac4 .p0rn,.mna6 .p0rn,
.lzwuidw .p0rn{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.qsiq2x48 .ai285d,.zyuzu6il .ai285d{top:12px}
.qsiq2x48 .ai285d .x4paijv6{margin-right:auto}
.zyuzu6il .ai285d .x4paijv6{margin-left:auto}
.zyuzu6il .ai285d{text-align:right}
.nt5uvac4 .ai285d,.mna6 .ai285d{bottom:12px}
.nt5uvac4 .ai285d .x4paijv6{margin-right:auto}
.mna6 .ai285d .x4paijv6{margin-left:auto}
.mna6 .ai285d{text-align:right}
.lzwuidw .ai285d{position:relative;margin-top:16px}
.lzwuidw .ai285d .x4paijv6{margin:0 auto}
.z0cfudz .ai285d{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.z0cfudz .ai285d .x4paijv6{margin:0}
.z0cfudz .ko04~.ai285d,
.z0cfudz .xp81b~.ai285d{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.z0cfudz .ko04~.ai285d .x4paijv6,
.z0cfudz .xp81b~.ai285d .x4paijv6{justify-content:flex-start}
.ko04~.ai285d,.xp81b~.ai285d{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}
.ko04~.ai285d .x4paijv6{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.xp81b~.ai285d .x4paijv6{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.lrr5i .x4paijv6{margin:0 0 12px}
.x4paijv6{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.l1tvprl{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.turf{font-weight:600;color:var(--text-heading);opacity:1}
.vjbjf::before{content:"·";margin:0 2px;opacity:.5}
.p0rn{white-space:nowrap}
.e1p4zbi .l1tvprl{display:none}
.o7y7 .p0rn{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.o7y7 .vjbjf::before{content:""}
.jqfj0 .p0rn{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}
.jqfj0 .vjbjf::before{content:""}
.y39icc .x4paijv6{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.mc0p8c .p0rn{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.mc0p8c .vjbjf::before{content:""}
.lgxtb .p0rn{color: var(--accent-light);opacity:1;font-weight:500}
.qhwk .p0rn{border-bottom:1px solid currentColor;padding-bottom:2px}
.p30dheqc .x4paijv6{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.u9f4ga{--date-bg:transparent}
.e4qkpa .vjbjf::before{content:""}
.q4qex .vjbjf::before{content:"•";opacity:.4}
.q4qex .p0rn + .p0rn::before{content:"•";margin-right:6px;opacity:.4}
.hzd00 .vjbjf::before{content:"/";opacity:.35}
.hzd00 .p0rn + .p0rn::before{content:"/";margin-right:6px;opacity:.35}
.hkxxew .vjbjf::before{content:"|";opacity:.3}
.hkxxew .p0rn + .p0rn::before{content:"|";margin-right:6px;opacity:.3}
.l1mlsih .vjbjf::before{content:"—";opacity:.3}
.l1mlsih .p0rn + .p0rn::before{content:"—";margin-right:6px;opacity:.3}
.ceru0u .vjbjf::before{content:"◆";font-size:.5em;opacity:.35}
.ceru0u .p0rn + .p0rn::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.buv15t .vjbjf::before{content:"·";opacity:.4}
.buv15t .p0rn + .p0rn::before{content:"·";margin-right:6px;opacity:.4}
.m69vtv5y .vjbjf::before{content:"›";opacity:.4}
.m69vtv5y .p0rn + .p0rn::before{content:"›";margin-right:6px;opacity:.4}
.v64j8k01 .vjbjf::before{content:"→";opacity:.35;font-size:.85em}
.v64j8k01 .p0rn + .p0rn::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.usifu .k5hwq{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .k5hwq{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .ahugoz{max-width:100%}
}
.d03n .xz3psva{margin:0}
@media (max-width:560px){
  .ga2z53{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) {
  .y6jfx0ve { padding: 28px 18px 20px; }
  .eabs436b { font-size: 1.2rem; }
  .wku0zlyr { max-width: 220px; max-height: 80px; }
}
.tjiao9re {
  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);
}
.rsxsf9d {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.gfl2eipw  .tjiao9re { border-radius: 50%; }
.d4jl  .tjiao9re { border-radius: 6px; }
.duc22um .tjiao9re { border-radius: 22px; }
.mrcujt .uoq8 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .tjiao9re { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.xrp4 {
  margin: 28px 0 24px;
}
.xrp4 .a9l2n42h {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.xrp4 .ntlz1 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.xrp4 .uoq8 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .oyhxho { flex-direction: row-reverse; }
[dir="rtl"] .eb974sj { flex-direction: row-reverse; }
[dir="rtl"] .h4bj .o23z6 { right: auto; left: 32px; }
[dir="rtl"] .p7mi3iv5  .o23z6 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .h4bj .o23z6 { right: auto; left: 20px; }
  [dir="rtl"] .p7mi3iv5  .o23z6 { left: auto;  right: 20px; }
}
[dir="rtl"] .utit .nwu2  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .xsfr8 .nwu2 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .ko04,
[dir="rtl"] .oo3rc7,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .e5xul6c, [dir="rtl"] .x62gwkq2 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .xpv5 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .zzp8hxr { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .e7is2vn { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .uoq8 { direction: rtl; }
[dir="rtl"] .tjiao9re { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .xwo2lj,
[dir="rtl"] .gj37fp { direction: rtl; }
[dir="rtl"] .m5jb { direction: rtl; }
[dir="rtl"] .r0ohrx { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .xjmf .x62gwkq2,
[dir="rtl"] .suk0n82k .x62gwkq2,
[dir="rtl"] .h6ip8u3b .x62gwkq2,
[dir="rtl"] .bzt9fe .x62gwkq2 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .xjmf .x62gwkq2 li::before,
[dir="rtl"] .suk0n82k .x62gwkq2 li::before,
[dir="rtl"] .h6ip8u3b .x62gwkq2 li::before,
[dir="rtl"] .bzt9fe .x62gwkq2 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .ko04.yjdava .vvegjl { align-items: flex-end; text-align: right; }
[dir="rtl"] .ko04.idgpigp7 .vvegjl { text-align: center; }
[dir="rtl"] .ko04 .vvegjl { text-align: right; }
[dir="rtl"] .ntlz1,
[dir="rtl"] .cwx4,
[dir="rtl"] .m8h9pkh,
[dir="rtl"] .kb4glvv,
[dir="rtl"] .p7wsa,
[dir="rtl"] .boqgam,
[dir="rtl"] .dnb8x4ad,
[dir="rtl"] .vovci,
[dir="rtl"] .j2os { text-align: right; direction: rtl; }
[dir="rtl"] .ibbwa2l .vovci,
[dir="rtl"] .ha10iu .vovci { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #3b82f6;
  --brand:           #3b82f6;
  --brand-light:     #1352b8;
  --brand-pale:      #3a78dd;
  --grad-start:      #92b9fa;
  --grad-end:        #cfdffa;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #e5a100;
  --cta-light:       #bc8400;
  --cta-hover:       #a77500;
  --bg-page:         #f6f7f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f4f6;
  --bg-raised:       #edeff1;
  --bg-hover:        #f3f4f6;
  --border:          #e1e4e9;
  --border-alt:      #cfd4dd;
  --border-section:  #e1e4e9;
  --text-primary:    #16181c;
  --text-muted:      #505762;
  --text-body:       #2d3138;
  --text-sub:        #444a54;
  --text-faint:      #727c8c;
  --text-dim:        #8e96a3;
  --text-label:      #5b6370;
  --text-value:      #393e46;
  --accent-bg:       #dee7f7;
  --accent-bg-light: #c1d5f4;
  --bg-tip:          #f0f9f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f3f9;
  --bg-pros:         #f0f9f6;
  --bg-cons:         #faf3f6;
  --c-pros:          #0c9664;
  --c-cons:          #9f214e;
  --c-pros-label:    #0eb376;
  --c-tip-border:    #10c683;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9664;
}
:root { --logo-bg-opacity: 80%; }
body, button, input { font-family: "Oxanium", sans-serif; }
.cbvk .uatq, .cbvk .ko04 { min-height: 420px; }
.pys0 .n0mczc::after, .pys0 .nbai::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.h8hvuc .yq976698::after,.h8hvuc .o23z6::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; }
.ufw1sv0::before { content: '|'; opacity: 0.3; }