:root {
  --color-accent: #2f5cd0;
  --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;
}
.xna7k {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.l489twx {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.ilh0v {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.r1u50 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.lqm11ip { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.lqm11ip a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.lqm11ip a:hover { color: var(--accent-light); }
.fq79ei44  .tf0j1 { border-radius: 14px; }
.fq79ei44 .tf0j1 li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.fq79ei44 .tf0j1 li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.knr3w6 .tf0j1 li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .tf0j1 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .j2qlv:hover .tf0j1,
  .j2qlv:focus-within .tf0j1 { display: block; }
  .tf0j1 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.ha8yuji {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.cc9mdo { display: none; }
@media (max-width: 640px) {
  .cc9mdo {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .cc9mdo.txn51 { display: block; }
}
@media (max-width: 640px) {
  .ha8yuji { display: block; }
  .lqm11ip > li + li::before { display: none !important; }
  .lqm11ip {
    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;
  }
  .lqm11ip.txn51 { display: flex; }
  .lqm11ip li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .lqm11ip li:last-child a { border-bottom: none; }
}
.gldd { min-height: 480px; }
.vvawe {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.m0yw7 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.wv7fxshv .m0yw7 { margin-left: 0; margin-right: 0; }
.kt72ilv {
  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;
}
.fr35x .kt72ilv { margin-top: 24px; }
.kt72ilv:hover { opacity: 0.88; }
.d4icy .vvawe { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.d4icy .m0yw7 { color: #e2e8f0; }
.d4icy.hwyx9 .tj5tz4 { text-align: center; }
.i9b2mjv .vvawe { color: var(--text-primary); text-shadow: none; }
.i9b2mjv .m0yw7 { color: var(--text-muted); }
.i9b2mjv .kt72ilv { margin-top: 16px; }
.i9b2mjv, .i9b2mjv.gldd { min-height: auto !important; }
.i9b2mjv.hwyx9 .tj5tz4 { text-align: center; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.ewp5ss .vvawe { color: #fff; }
.ewp5ss .m0yw7 { color: rgba(255,255,255,0.85); }
.fz707hpv .efv07g { position: relative; overflow: hidden; }
.fz707hpv .efv07g::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;
}
.ogrb8i .efv07g {
  animation: hg-breathe 7s ease-in-out infinite;
}
.n3d3fm .efv07g { position: relative; overflow: hidden; }
.n3d3fm .efv07g::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;
}
.bum7isow .efv07g { position: relative; overflow: hidden; }
.bum7isow .efv07g::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;
}
.lhlkm1e .efv07g {
  animation: hg-fadein 1.2s ease-out both;
}
.efv07g {
  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%);
}
.hchcqmi {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.mgfol2j {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.gr1pq {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.efv07g .vvawe { text-shadow: none; color: var(--text-primary); }
.efv07g .m0yw7 { color: var(--text-muted); }
body.dsse0m .vvawe {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.kkf8v .vvawe {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.gldd.ewp5ss .vvawe,
section.ewp5ss .vvawe {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.efv07g.hwyx9 .hchcqmi { align-items: center; text-align: center; }
.efv07g.wv7fxshv   .hchcqmi { align-items: flex-start; text-align: left; }
.l16y30z .mgfol2j { position: relative; }
.l16y30z .mgfol2j::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.l16y30z.kdgeo .mgfol2j::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.qsmklvk .mgfol2j {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.qsmklvk .gr1pq {
  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);
}
.qsmklvk.kdgeo .mgfol2j { padding: 32px 0 32px 32px; }
.npias7n .mgfol2j {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.npias7n .gr1pq {
  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);
}
.kdgeo .hchcqmi {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.npias7n.kdgeo .mgfol2j { padding: 40px 16px 40px 48px; }
.gldd .jtkkc {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.jtkkc .cimspk {
  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;
}
.jtkkc .cimspk::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.jtkkc .n3a2z6 { display: contents !important; }
.jtkkc .n3a2z6 .qmo84xb {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.jtkkc .n3a2z6 .lz5lsft { max-height: 48px; max-width: 96px; }
.jtkkc .n3a2z6 .op50py {
  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;
}
.jtkkc .v8xr4 {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.jtkkc .qjsj { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.jtkkc .mikq { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.jtkkc .mikq small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.jtkkc .sf4ehl6 { display: contents !important; }
.jtkkc .sf4ehl6 .ypimqmgs:not(.c7hh3) { display: none !important; }
.jtkkc .sf4ehl6 .c7hh3 {
  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;
}
.jtkkc .sf4ehl6 .c7hh3 .cv7uw {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.jtkkc .sf4ehl6 .c7hh3 .wek70o5i {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.jtkkc .ggmb { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.jtkkc .ggmb.fsy9bh {
  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;
}
.jtkkc .ggmb.fsy9bh:hover { opacity: 0.85; }
.jtkkc .cimspk,
.jtkkc .cimspk:hover,
.jtkkc .cimspk:nth-child(even),
.jtkkc .cimspk:nth-child(odd),
.jtkkc .cimspk:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.jr9xic .mgfol2j {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .efv07g { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .efv07g:not(.jr9xic) .mgfol2j { display: none !important; }
  .jr9xic .mgfol2j { padding: 16px; }
  .hchcqmi  { padding: 36px 24px; }
  .efv07g~.zs07c94w,.kdgeo~.zs07c94w{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .gldd, .efv07g { min-height: 320px !important; }
  .vvawe { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .xe0y,
  .gcraj1o,
  .faezx5l { grid-template-columns: 1fr !important; }

  

  
  .f3va0ann { display: flex !important; flex-direction: column !important; }
  .f3va0ann .tj5tz4 { display: contents; }
  .f3va0ann .z7x6 { order: 0; }
  .f3va0ann .vvawe { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .f3va0ann .xe0y { order: 2; padding: 0 16px 12px !important; }
  .f3va0ann .m0yw7 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .fr35x .tj5tz4 { display: flex; flex-direction: column; }
  .fr35x .tj5tz4 .vvawe { order: 1; }
  .fr35x .tj5tz4 .faezx5l { order: 2; margin: 8px 0 24px !important; }
  .fr35x .tj5tz4 .m0yw7 { order: 3; }
  .fr35x .tj5tz4 .kt72ilv { order: 4; align-self: center; margin-top: 0; }

  
  .efv07g.jr9xic {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .efv07g.jr9xic .hchcqmi { display: contents; padding: 0; }
  .efv07g.jr9xic .hchcqmi .vvawe { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .efv07g.jr9xic .mgfol2j { order: 2; padding: 12px 16px; }
  .efv07g.jr9xic .hchcqmi .m0yw7 { order: 3; padding: 0 24px; margin: 0 auto; }
  .efv07g.jr9xic .hchcqmi .kt72ilv { order: 4; align-self: center; margin: 8px 0 32px; }
}
.qvpf4m { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.skwhg0r { width: 100%; height: auto; display: block; border-radius: 10px; }
.c6ih2tnz .qvpf4m        { border-radius: 16px; }
.c6ih2tnz .skwhg0r  { border-radius: 16px; }
.fmc9p2 .qvpf4m         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.fmc9p2 .skwhg0r   { border-radius: 8px; }
.d41cc { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.s31k9mrr { width: 100%; padding: 32px 0; position: relative; }
.bu6d9d9 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.dwrsjmx .s31k9mrr:nth-child(even) { background: var(--bg-surface); }
.dwrsjmx .s31k9mrr:nth-child(odd)  { background: var(--bg-page); }
.hukc .s31k9mrr:nth-child(even) { background: var(--bg-card); }
.hukc .s31k9mrr:nth-child(odd)  { background: var(--bg-page); }
.dwrsjmx .s31k9mrr:nth-child(odd)  .bu6d9d9 { background: var(--bg-card); border-radius: 6px; }
.dwrsjmx .s31k9mrr:nth-child(even) .bu6d9d9 { background: var(--bg-raised); border-radius: 6px; }
.hukc .s31k9mrr:nth-child(odd)  .bu6d9d9 { background: var(--bg-card); border-radius: 6px; }
.hukc .s31k9mrr:nth-child(even) .bu6d9d9 { background: var(--bg-raised); border-radius: 6px; }
.dwrsjmx .s31k9mrr:nth-child(even) .c6187 .i423c,
.hukc .s31k9mrr:nth-child(even) .c6187 .i423c { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.dwrsjmx .s31k9mrr:nth-child(odd) .c6187 .i423c,
.hukc .s31k9mrr:nth-child(odd) .c6187 .i423c { background: var(--bg-card-inner); }
.dwrsjmx .s31k9mrr:nth-child(even) .e58wap .i423c:nth-child(odd),
.hukc .s31k9mrr:nth-child(even) .e58wap .i423c:nth-child(odd)  { background: var(--bg-card); }
.dwrsjmx .s31k9mrr:nth-child(even) .e58wap .i423c:nth-child(even),
.hukc .s31k9mrr:nth-child(even) .e58wap .i423c:nth-child(even) { background: var(--bg-card-inner); }
h1.w4v3mlmz { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.w4v3mlmz {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.m3rgp57 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.jkvjf h2.w4v3mlmz {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.xg7ds3 h2.w4v3mlmz {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.ro2666d h2.w4v3mlmz {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.zooc h2.w4v3mlmz::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.jolnzhip h2.w4v3mlmz {
  color: var(--text-primary); font-size: 1.7rem;
}
.ujd9kx h2.w4v3mlmz::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.mwhfv h2.w4v3mlmz {
  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;
}
@media (max-width: 640px) { .xc82 { display: none; } }
.shl36 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.xxri37v { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.t3kgfrl {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.ycw9n3f { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.a2e1 { padding-left: 20px; }
.a2e1 li { margin-bottom: 6px; }
.a2e1 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.a2e1 a:hover { color: var(--accent-light); }
.dmns .ycw9n3f { display: none; }
.opsl .ycw9n3f { display: none; }
.opsl .a2e1 { padding-left: 0; list-style: none; }
.opsl .a2e1 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.opsl .a2e1 a { font-size: 0.92rem; }
.uecb51ki .t3kgfrl { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.uecb51ki .ycw9n3f { display: none; }
.uecb51ki .a2e1 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.uecb51ki .a2e1 li { margin-bottom: 0; }
.uecb51ki .a2e1 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;
}
.uecb51ki .a2e1 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.yacx .t3kgfrl { padding: 20px 20px 16px; }
.yacx .a2e1 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.yacx .a2e1 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.yacx .a2e1 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;
}
.yacx .a2e1 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;
}
.yacx .a2e1 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.yacx .a2e1 a:focus,
.yacx .a2e1 a:focus-visible,
.yacx .a2e1 a:target { outline: none; }
.yacx .a2e1 li:target a { border-color: var(--border); color: var(--text-muted); }
.e72mv4 .t3kgfrl { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.e72mv4 .ycw9n3f { display: none; }
.e72mv4 .a2e1 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.e72mv4 .a2e1 li { counter-increment: toc-n; margin-bottom: 0; }
.e72mv4 .a2e1 a {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--bg-card); color: var(--text-muted);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 11px 20px 11px 11px; font-size: 0.92rem; font-weight: 500;
  transition: border-color .15s, color .15s;
}
.e72mv4 .a2e1 a::before {
  content: counter(toc-n, decimal-leading-zero);
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--accent); color: #fff; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.e72mv4 .a2e1 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.vjkf0 .t3kgfrl { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.vjkf0 .ycw9n3f { display: none; }
.vjkf0 .a2e1 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.vjkf0 .a2e1 li { margin-bottom: 0; }
.vjkf0 .a2e1 a {
  display: inline-block; padding: 9px 16px;
  font-size: 0.9rem; font-weight: 600; color: var(--text-muted);
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.vjkf0 .a2e1 a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.q9q9 .t3kgfrl { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.q9q9 .ycw9n3f { display: none; }
.q9q9 .a2e1 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.q9q9 .a2e1 li { margin-bottom: 0; }
.q9q9 .a2e1 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.q9q9 .a2e1 li:last-child::after { content: ""; margin-right: 0; }
.q9q9 .a2e1 a { font-size: 0.9rem; }
.i423c { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.c6187 .i423c { background: var(--bg-card); }
.e58wap .i423c:nth-child(odd)  { background: var(--bg-card); }
.e58wap .i423c:nth-child(even) { background: var(--bg-raised); }
.ufdtq3x .i423c {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.ufdtq3x .i423c:last-child { border-bottom: none; }
.ufdtq3x h3.m3rgp57 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.k9mrswe .i423c {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.k9mrswe .i423c + .i423c { margin-top: 4px; }
.k1ic2odm .i423c { background: none; border-radius: 0; padding: 12px 0; }
.k1ic2odm .i423c + .i423c { border-top: 1px solid var(--border-section); }
.hyjrpujj { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.j94uzk8o { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.n67osi2 { color: var(--text-body); margin-bottom: 10px; }
.sbvz, .a13q { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.sbvz li, .a13q li { margin-bottom: 6px; }
.a13q li { list-style: decimal; }
.ff3eycv     .sbvz { list-style-type: "● "; }
.l3xws  .sbvz { list-style-type: "■ "; }
.p8fcyz .sbvz { list-style-type: "◆ "; }
.mblhh    .sbvz { list-style-type: "★ "; }
.ff3eycv     .qb3k { list-style-type: "● "; }
.l3xws  .qb3k { list-style-type: "■ "; }
.p8fcyz .qb3k { list-style-type: "◆ "; }
.mblhh    .qb3k { list-style-type: "★ "; }
.ff3eycv    .sbvz li::marker, .ff3eycv    .qb3k li::marker,
.l3xws .sbvz li::marker, .l3xws .qb3k li::marker,
.p8fcyz .sbvz li::marker, .p8fcyz .qb3k li::marker,
.mblhh   .sbvz li::marker, .mblhh   .qb3k li::marker {
  color: var(--cta); font-size: 1em;
}
.ff3eycv .a13q,
.l3xws .a13q,
.p8fcyz .a13q,
.mblhh .a13q {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.ff3eycv .a13q li,
.l3xws .a13q li,
.p8fcyz .a13q li,
.mblhh .a13q li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.ff3eycv .a13q li::before,
.l3xws .a13q li::before,
.p8fcyz .a13q li::before,
.mblhh .a13q 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;
}
.ff3eycv     .a13q li::before { border-radius: 50%; }
.l3xws  .a13q li::before { border-radius: 3px; }
.p8fcyz .a13q li::before { border-radius: 3px; }
.mblhh    .a13q li::before { border-radius: 50%; }
.ql5qduv8 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.d4k6 .ql5qduv8,
.f16m7wv .ql5qduv8 { background: transparent; border: none; border-radius: 0; }
.tf3yl2 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.tf3yl2 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.tf3yl2 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.tf3yl2 tr:hover td { background: var(--bg-hover); }
.emagj7 .tf3yl2 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.vag0 .tf3yl2 { border: 1px solid var(--border-alt); }
.vag0 .tf3yl2 th,
.vag0 .tf3yl2 td { border: 1px solid var(--border-alt); }
.pl6lyjs .tf3yl2 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.pl6lyjs .tf3yl2 td { border-bottom: none; }
.pl6lyjs .tf3yl2 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.cj4jz .tf3yl2 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.j2q8d7ad .ql5qduv8 {
  overflow: hidden;
}
.j2q8d7ad .tf3yl2 th { border-bottom: 1px solid var(--border-alt); }
.j2q8d7ad .tf3yl2 tr:last-child td { border-bottom: none; }
.tatlkc7 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.tms92hya { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.ymsw5ugd { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.hm36usv { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.pwosh7v { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.qb3k { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.qb3k 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%}
.y1a7w .hm36usv { background: transparent; text-align: center; }
.lbvk3y .ymsw5ugd {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.y14gf70c .ymsw5ugd {
  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);
}
.kmt8 .tms92hya { display: grid; grid-template-columns: auto 1fr; }
.kmt8 .ymsw5ugd {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.kmt8 .hm36usv { grid-column: 2; }
.kmt8 .pwosh7v,
.kmt8 .qb3k { grid-column: 1 / -1; }
.gb4equ .tms92hya { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.gb4equ .ymsw5ugd {
  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);
}
.gb4equ .hm36usv { grid-column: 2; }
.gb4equ .pwosh7v,
.gb4equ .qb3k { grid-column: 1 / -1; }
.z7o7sty .tms92hya { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.z7o7sty .hm36usv { background: none; color: var(--accent-light); font-weight: 700; }
.h29j84ia .tms92hya { 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); }
.h29j84ia .hm36usv { background: none; color: var(--accent-light); font-weight: 700; }
.mshf97j .tms92hya { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.mshf97j .tms92hya:last-child { border-bottom: none; }
.mshf97j .hm36usv { background: none; color: var(--accent-light); font-weight: 700; }
.fntu .tms92hya { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.fntu .hm36usv { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.bvi7fr .tatlkc7 { counter-reset: card-n; }
.bvi7fr .tms92hya  { counter-increment: card-n; }
.bvi7fr .hm36usv { display: flex; align-items: center; gap: 10px; }
.bvi7fr .hm36usv::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;
}
.pbs6m4yr .tms92hya { background: var(--bg-surface); border: 1px solid var(--border); }
.pbs6m4yr .hm36usv { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.s8yg { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.s8yg         { --cl-hue: var(--accent); }
.h5dlg     { --cl-hue: #16a34a; }
.trta { --cl-hue: #ea580c; }
.mvtr    { --cl-hue: #2563eb; }
.h5dlg, .trta, .mvtr, .wifh {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.r4q5g { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.r4q5g::before { color: var(--cl-hue); }
.s8yg strong { color: var(--text-primary); font-size: 0.95rem; }
.s8yg p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.hffnc { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.tnzppkm, .r1d2 { border-radius: 8px; padding: 14px; }
.tnzppkm { background: var(--bg-pros); }
.r1d2 { background: var(--bg-cons); }
.n71j2no { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.tnzppkm .n71j2no { color: var(--c-pros-label); }
.r1d2 .n71j2no { color: #f87171; }
.tnzppkm ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.r1d2 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.skwhg0r { width: 100%; height: auto; border-radius: 10px; display: block; }
.fsy9bh {
  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;
}
.fsy9bh:hover { opacity: 0.85; }
.yfvj .fsy9bh  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.yfvj .fsy9bh:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.vjg3c .fsy9bh  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.vjg3c .fsy9bh:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.yfvj .ggmb.fsy9bh, .vjg3c .ggmb.fsy9bh,
.yfvj .vx7y0jdo .fsy9bh, .vjg3c .vx7y0jdo .fsy9bh {
  background: var(--cta); border: none; color: #fff;
}
.yfvj .ggmb.fsy9bh:hover, .vjg3c .ggmb.fsy9bh:hover,
.yfvj .vx7y0jdo .fsy9bh:hover, .vjg3c .vx7y0jdo .fsy9bh:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.vkwexcr .kt72ilv { border-radius: 50px; }
.vkwexcr .fsy9bh  { border-radius: 50px; }
.f6q8w9v .kt72ilv,
.f6q8w9v .fsy9bh { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.f6q8w9v .kt72ilv:hover,
.f6q8w9v .fsy9bh:hover { filter: brightness(1.08); opacity: 1; }
.cay5k38 .kt72ilv,
.cay5k38 .fsy9bh { box-shadow: 0 3px 14px -2px var(--cta); }
.cay5k38 .kt72ilv:hover,
.cay5k38 .fsy9bh:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.xq3s .kt72ilv,
.xq3s .fsy9bh { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.xq3s .kt72ilv:hover,
.xq3s .fsy9bh:hover { opacity: 1; }
.xq3s .kt72ilv:active,
.xq3s .fsy9bh:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.uops4j .kt72ilv,
.uops4j .fsy9bh { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.uops4j .kt72ilv:hover,
.uops4j .fsy9bh:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.uops4j .kt72ilv:active,
.uops4j .fsy9bh:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.j901r .kt72ilv,
.j901r .fsy9bh { position: relative; overflow: hidden; }
.j901r .kt72ilv::before,
.j901r .fsy9bh::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.j901r .kt72ilv:hover::before,
.j901r .fsy9bh:hover::before { left: 135%; }
.zwxkgfvq .kt72ilv,
.zwxkgfvq .fsy9bh { border-radius: 0; }
.gilh .kt72ilv { padding-left: 22px; padding-right: 22px; }
.gilh .fsy9bh  { padding-left: 12px; padding-right: 12px; }
.zd2kp .kt72ilv { padding-left: 44px; padding-right: 44px; }
.zd2kp .fsy9bh  { padding-left: 24px; padding-right: 24px; }
.fo5d .kt72ilv { padding-left: 56px; padding-right: 56px; }
.fo5d .fsy9bh  { padding-left: 32px; padding-right: 32px; }
.idxy11   .kt72ilv::after, .idxy11   .fsy9bh::after,
.rypv64 .kt72ilv::after, .rypv64 .fsy9bh::after,
.t1s99gn    .kt72ilv::after, .t1s99gn    .fsy9bh::after,
.svitt    .kt72ilv::after, .svitt    .fsy9bh::after,
.j7uk7dyt    .kt72ilv::after, .j7uk7dyt    .fsy9bh::after,
.af4orqs4     .kt72ilv::after, .af4orqs4     .fsy9bh::after,
.iq62pzi8    .kt72ilv::after, .iq62pzi8    .fsy9bh::after,
.grvorgb   .kt72ilv::after, .grvorgb   .fsy9bh::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;
}
.idxy11 .kt72ilv::after, .idxy11 .fsy9bh::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");
}
.rypv64 .kt72ilv::after, .rypv64 .fsy9bh::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");
}
.t1s99gn .kt72ilv::after, .t1s99gn .fsy9bh::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");
}
.svitt .kt72ilv::after, .svitt .fsy9bh::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");
}
.j7uk7dyt .kt72ilv::after, .j7uk7dyt .fsy9bh::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");
}
.af4orqs4 .kt72ilv::after, .af4orqs4 .fsy9bh::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");
}
.iq62pzi8 .kt72ilv::after, .iq62pzi8 .fsy9bh::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");
}
.grvorgb .kt72ilv::after, .grvorgb .fsy9bh::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");
}
.o5lk   .pp6swg6c::after, .o5lk   .kp4p::after,
.fbcygvr .pp6swg6c::after, .fbcygvr .kp4p::after,
.f61smj    .pp6swg6c::after, .f61smj    .kp4p::after,
.e6cb6q    .pp6swg6c::after, .e6cb6q    .kp4p::after,
.y9994g    .pp6swg6c::after, .y9994g    .kp4p::after,
.x44i1     .pp6swg6c::after, .x44i1     .kp4p::after,
.nqm1    .pp6swg6c::after, .nqm1    .kp4p::after,
.ockkemi   .pp6swg6c::after, .ockkemi   .kp4p::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;
}
.o5lk .pp6swg6c::after, .o5lk .kp4p::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");
}
.fbcygvr .pp6swg6c::after, .fbcygvr .kp4p::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");
}
.f61smj .pp6swg6c::after, .f61smj .kp4p::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");
}
.e6cb6q .pp6swg6c::after, .e6cb6q .kp4p::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");
}
.y9994g .pp6swg6c::after, .y9994g .kp4p::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");
}
.x44i1 .pp6swg6c::after, .x44i1 .kp4p::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");
}
.nqm1 .pp6swg6c::after, .nqm1 .kp4p::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");
}
.ockkemi .pp6swg6c::after, .ockkemi .kp4p::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");
}
.anm2u6 {
  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;
}
.cimspk {
  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;
}
.cimspk > * { min-width: 0; }
.cimspk:hover { background: var(--bg-hover); }
.cimspk > [itemprop="item"] { display: contents; }
.cimspk [itemprop="itemReviewed"],
.cimspk [itemprop="reviewRating"] { display: none; }
.cimspk::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;
}
.n3a2z6 {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.qmo84xb {
  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;
}
.lz5lsft { max-height: 52px; max-width: 110px; object-fit: contain; }
.op50py {
  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;
}
.gro0 .qmo84xb    { background: #1a1a1a; }
.gueyq5la .qmo84xb   { background: rgba(128,128,128,.12); }
.zwp5z6cl .qmo84xb { background: var(--bg-raised); }
.e636 .qmo84xb    { background: transparent; padding: 0; }
.v8xr4 {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.qjsj { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.mikq { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.sf4ehl6 {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.ypimqmgs {
  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;
}
.cv7uw {
  
  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%;
}
.wek70o5i {
  
  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;
}
.ggmb {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.ggmb.fsy9bh {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .cimspk {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .cimspk::before    { grid-area: rank;   }
  .n3a2z6           { grid-area: ident;  }
  .v8xr4     { grid-area: rating; min-width: 0; width: auto; }
  .sf4ehl6           { grid-area: pills;  }
  .ggmb             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .cimspk {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .cimspk::before    { justify-self: center; }
  .n3a2z6           { width: 100%; }
  .v8xr4     { justify-self: center; }
  .sf4ehl6           { grid-template-columns: 1fr; }
}
.sc0ooi7p {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.mmh3m {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.e1tifg {
  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;
}
.e1tifg img { max-width: 80px; max-height: 50px; object-fit: contain; }
.y0yu2 { flex: 1; }
.y0yu2 h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.eovx8 { color: var(--c-stars); font-size: 1.1rem; }
.apgjp8z { margin-bottom: 8px; }
.y6ekx98 {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 22px;
  padding: 12px 24px; font-size: 0.86rem;
  background: var(--bg-surface); border-top: 1px solid var(--border-alt);
}
.y6ekx98 > span { color: var(--accent); font-weight: 700; }
.xh4i4rc em, .nq4iya em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .y6ekx98 { padding: 10px 16px; gap: 6px 16px; } }
.vx7y0jdo { flex-shrink: 0; align-self: flex-start; }
.vx7y0jdo .fsy9bh { white-space: nowrap; }
@media (max-width: 560px) {
  .mmh3m { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .e1tifg { order: 1; }
  .vx7y0jdo { order: 2; margin-left: auto; align-self: center; }
  .y0yu2 { order: 3; flex: 1 1 100%; min-width: 0; }
}
.rhfqrgxh img.bzw5bf { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.d4k6 { padding: 20px 24px; }
.twoo { color: var(--text-muted); margin-bottom: 16px; }
.cxwiv { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.ljm72v, .kygoc { list-style: none; font-size: 0.9rem; }
.ljm72v li { color: var(--c-pros); margin-bottom: 4px; }
.kygoc li { color: var(--c-cons); margin-bottom: 4px; }
.ljm72v li::before { content: "✓"; margin-right: 5px; }
.kygoc li::before { content: "✗"; margin-right: 5px; }
.l0ani7ld .ljm72v li::before { content: "→"; }
.l0ani7ld .kygoc li::before { content: "–"; }
.ljqj  .ljm72v li::before { content: "★"; }
.ljqj  .kygoc li::before { content: "✕"; }
.liad5c    .ljm72v li::before { content: "◆"; }
.liad5c    .kygoc li::before { content: "▲"; }
.xpz3  .ljm72v li::before { content: "▶"; }
.xpz3  .kygoc li::before { content: "■"; }
.gdms5n { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.huyp7i { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.sq4ruw { background: var(--bg-pros); color: var(--c-tag-pay); }
.aug3 { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.jak88oog .aug3 { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.ozmq4i .aug3 { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .mau0g .e8c72x {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .mau0g .sc0ooi7p { margin: 0; }
}
.efc9mqr .mmh3m { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.efc9mqr .y0yu2 h3 { color: var(--accent-light); }
.efc9mqr .e1tifg { background: var(--bg-page); border: 1px solid var(--border); }
.cm1zywem .sc0ooi7p { border-top: 4px solid var(--accent); }
.cm1zywem .mmh3m { background: var(--bg-card); }
.nwqe .sc0ooi7p { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.nwqe .mmh3m { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.nwqe .d4k6 { padding: 14px 16px; }
.nwqe .e1tifg { border-radius: 4px; }
.nwqe .aug3 { border-radius: 0; }
.zxeg .mmh3m { padding: 0; gap: 0; overflow: hidden; }
.zxeg .e1tifg { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.zxeg .y0yu2 { padding: 16px 20px; }
.zxeg .vx7y0jdo { padding: 16px 20px; align-self: center; }
.ggfrk .eovx8 { font-size: .95rem; }
.f16m7wv .hffnc { gap: 10px; }
.f16m7wv .tnzppkm, .f16m7wv .r1d2 { padding: 12px; }
.f16m7wv .tnzppkm ul, .f16m7wv .r1d2 ul { margin: 4px 0 0; padding-left: 18px; }
.f16m7wv .tnzppkm li, .f16m7wv .r1d2 li { font-size: .85rem; margin-bottom: 3px; }
.bb5xssp2 .huyp7i { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .b376 { grid-template-columns: 1fr; }
  .x8kq92t4 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .x8kq92t4 .bid4xcfa { width: 72px; height: 50px; }
  .x8kq92t4 .kqrfz6 { max-width: 180px; }
  .x8kq92t4 .zqpqms9d { width: auto; }
}
.i3nf .ggfrk .eovx8 { filter: brightness(1.2); }
@media (max-width: 720px) {
  .i3nf { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .r8hy { padding: 16px; }
  .easty .crfk0wk { min-width: 50%; }
}
.yu695svv .hffnc { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .fkxvpwd { grid-template-columns: 1fr; }
  .yo9f { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .v97suc { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .f8nw { flex-wrap: wrap; padding: 16px; }
}
.wqsx .hffnc { gap: 8px; }
.wqsx .tnzppkm, .wqsx .r1d2 { padding: 8px; }
@media (max-width: 480px) {
  .uexdr3dk { flex-direction: column; align-items: stretch; }
}
.oqkw7om1 .zqpqms9d .fsy9bh { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .aknf5u3q { flex-direction: column; align-items: stretch; gap: 10px; }
  .oqkw7om1 .zqpqms9d { text-align: center; }
}
@media (max-width: 720px) {
  .nyis23y6 { grid-template-columns: 1fr; }
  .ck9r2145 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .n2ip { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.g2qq .wvzm { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.kdffwkgs .eovx8 { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .zqu9wv { grid-template-columns: 1fr; }
  .kdffwkgs { width: 100px; height: 100px; margin: 16px auto; }
  .g2qq { font-size: 1.4rem; }
  .nfaxi { justify-content: center; }
  .ewka .crfk0wk { min-width: 50%; }
}
.bk0t6on .hffnc { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .us33 { flex-wrap: wrap; padding: 14px 16px; }
  .bhxr4hn1 { padding: 12px 16px; }
  .bk0t6on .hffnc { margin: 0 16px; }
  .bk0t6on .bb5xssp2 { padding: 0 16px; }
  .k4u1qhpu { padding: 12px 16px; }
}
.fxpcwv8 .cimspk {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.fxpcwv8 .cimspk:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.iniixz .anm2u6 { gap: 18px; }
.iniixz .cimspk {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.iniixz .cimspk:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.vhsjd .anm2u6 {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.vhsjd .cimspk {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.vhsjd .cimspk:last-child { border-bottom: none; }
.vhsjd .n3a2z6,
.vhsjd .v8xr4,
.vhsjd .sf4ehl6 {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.nm6xed .anm2u6 { gap: 0; }
.nm6xed .cimspk {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.nm6xed .cimspk:last-child { border-bottom: none; }
.nm6xed .cimspk:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.nm6xed .cimspk:nth-child(even):hover { background: var(--bg-hover); }
.kfr01sc .cimspk {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.gw5m1 .sf4ehl6 .ypimqmgs {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.gw5m1 .sf4ehl6 .ypimqmgs:first-child { border-left: none; }
.albos .sf4ehl6 .ypimqmgs {
  background: transparent; padding: 4px 8px;
}
.albos .sf4ehl6 .cv7uw { font-size: .65rem; opacity: .65; }
.albos .sf4ehl6 .wek70o5i   { font-size: 1.15rem; color: var(--accent-light); }
.fpn1f .sf4ehl6 .ypimqmgs {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.mikq { display: none; }
.tkde .qjsj { font-size: 1rem; letter-spacing: 2px; }
.rberyyl .qjsj {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.l564ldy2 .qjsj,
.tea9s .qjsj,
.b7xey2 .qjsj { display: none; }
.l564ldy2 .mikq,
.tea9s .mikq,
.b7xey2 .mikq { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.l564ldy2 .mikq { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.l564ldy2 .mikq small { display: none; }
.tea9s .mikq {
  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;
}
.tea9s .mikq small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.b7xey2 .mikq {
  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;
}
.b7xey2 .mikq small { display: none; }
.l564ldy2 .apgjp8z .eovx8,
.tea9s .apgjp8z .eovx8,
.b7xey2 .apgjp8z .eovx8 { display: none; }
.l564ldy2 .apgjp8z strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.l564ldy2 .wvzm { display: none; }
.tea9s .apgjp8z 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;
}
.tea9s .w36trs1,
.tea9s .wvzm { font-size: 1em; }
.b7xey2 .apgjp8z strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.b7xey2 .wvzm { display: none; }
.b963c { margin: 16px 0; }
.bn6gm { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.bn6gm summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.bn6gm summary::after { content: "+"; color: var(--accent-light); }
.bn6gm[open] summary::after { content: "−"; }
.bn6gm p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.s31k9mrr { margin-bottom: 0; }
.qto24 h2.w4v3mlmz { color: var(--text-primary); border-color: var(--accent-light); }
.doajt h2.w4v3mlmz { color: var(--text-primary); border-color: var(--accent-light); }
.ts63o .h5dlg     { background: #052e16; border-color: #10b981; }
.ts63o .trta { background: #2d0a1e; border-color: #f43f5e; }
.ts63o .mvtr    { background: #1e1036; border-color: #a855f7; }
.ts63o .s8yg strong  { color: #f1f5f9; }
.ts63o .s8yg p       { color: #cbd5e1; }
.ts63o .ywba    .h5dlg     .r4q5g::before,
.ts63o .q7z75ba  .h5dlg     .r4q5g::before,
.ts63o .zk9b  .h5dlg     .r4q5g::before,
.ts63o .su8ay .h5dlg     .r4q5g::before { color: #10b981; }
.ts63o .ywba    .trta .r4q5g::before,
.ts63o .q7z75ba  .trta .r4q5g::before,
.ts63o .zk9b  .trta .r4q5g::before,
.ts63o .su8ay .trta .r4q5g::before { color: #f43f5e; }
.ts63o .ywba    .mvtr    .r4q5g::before,
.ts63o .q7z75ba  .mvtr    .r4q5g::before,
.ts63o .zk9b  .mvtr    .r4q5g::before,
.ts63o .su8ay .mvtr    .r4q5g::before { color: #a855f7; }
.t0tnk8iy .h5dlg     { background: #2d2000; border-color: #eab308; }
.t0tnk8iy .trta { background: #2d0b0b; border-color: #ef4444; }
.t0tnk8iy .mvtr    { background: #2d1600; border-color: #f97316; }
.t0tnk8iy .s8yg strong  { color: #f1f5f9; }
.t0tnk8iy .s8yg p       { color: #cbd5e1; }
.t0tnk8iy .ywba    .h5dlg     .r4q5g::before,
.t0tnk8iy .q7z75ba  .h5dlg     .r4q5g::before,
.t0tnk8iy .zk9b  .h5dlg     .r4q5g::before,
.t0tnk8iy .su8ay .h5dlg     .r4q5g::before { color: #eab308; }
.t0tnk8iy .ywba    .trta .r4q5g::before,
.t0tnk8iy .q7z75ba  .trta .r4q5g::before,
.t0tnk8iy .zk9b  .trta .r4q5g::before,
.t0tnk8iy .su8ay .trta .r4q5g::before { color: #ef4444; }
.t0tnk8iy .ywba    .mvtr    .r4q5g::before,
.t0tnk8iy .q7z75ba  .mvtr    .r4q5g::before,
.t0tnk8iy .zk9b  .mvtr    .r4q5g::before,
.t0tnk8iy .su8ay .mvtr    .r4q5g::before { color: #f97316; }
.cpv1uewd .h5dlg     { background: #0c1a2e; border-color: #38bdf8; }
.cpv1uewd .trta { background: #12103a; border-color: #818cf8; }
.cpv1uewd .mvtr    { background: #0a2020; border-color: #2dd4bf; }
.cpv1uewd .s8yg strong  { color: #f1f5f9; }
.cpv1uewd .s8yg p       { color: #cbd5e1; }
.cpv1uewd .ywba    .h5dlg     .r4q5g::before,
.cpv1uewd .q7z75ba  .h5dlg     .r4q5g::before,
.cpv1uewd .zk9b  .h5dlg     .r4q5g::before,
.cpv1uewd .su8ay .h5dlg     .r4q5g::before { color: #38bdf8; }
.cpv1uewd .ywba    .trta .r4q5g::before,
.cpv1uewd .q7z75ba  .trta .r4q5g::before,
.cpv1uewd .zk9b  .trta .r4q5g::before,
.cpv1uewd .su8ay .trta .r4q5g::before { color: #818cf8; }
.cpv1uewd .ywba    .mvtr    .r4q5g::before,
.cpv1uewd .q7z75ba  .mvtr    .r4q5g::before,
.cpv1uewd .zk9b  .mvtr    .r4q5g::before,
.cpv1uewd .su8ay .mvtr    .r4q5g::before { color: #2dd4bf; }
.d8tyabw::before,
.yrsy5::before { margin-right: 5px; }
.czf1 .tnzppkm ul li,
.czf1 .ljm72v li         { color: #4ade80; }
.czf1 .tnzppkm .d8tyabw { color: #22c55e; }
.czf1 .r1d2 ul li,
.czf1 .kygoc li         { color: #f87171; }
.czf1 .r1d2 .yrsy5 { color: #ef4444; }
.rwz7uncu .tnzppkm { background: var(--bg-pros); }
.rwz7uncu .r1d2 { background: var(--bg-cons); }
.rwz7uncu .tnzppkm .d8tyabw { color: var(--c-pros-label); }
.rwz7uncu .r1d2 .yrsy5 { color: var(--c-cons); }
.rwz7uncu .tnzppkm ul li,
.rwz7uncu .ljm72v li            { color: var(--c-pros); }
.rwz7uncu .r1d2 ul li,
.rwz7uncu .kygoc li            { color: var(--c-cons); }
.bx11l .tnzppkm { background: var(--bg-pros); }
.bx11l .r1d2 { background: var(--bg-cons); }
.bx11l .tnzppkm .d8tyabw { color: var(--c-pros-label); }
.bx11l .r1d2 .yrsy5 { color: var(--c-cons); }
.bx11l .tnzppkm ul li,
.bx11l .ljm72v li          { color: var(--c-pros); }
.bx11l .r1d2 ul li,
.bx11l .kygoc li          { color: var(--c-cons); }
.tj63wss .d8tyabw::before { content: "✓ "; }
.tj63wss .yrsy5::before { content: "✗ "; }
.l0ani7ld .d8tyabw::before { content: "→ "; }
.l0ani7ld .yrsy5::before { content: "← "; }
.ljqj .d8tyabw::before { content: "★ "; }
.ljqj .yrsy5::before { content: "✕ "; }
.liad5c .d8tyabw::before { content: "◆ "; }
.liad5c .yrsy5::before { content: "▲ "; }
.ozmq4i .s8yg { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.ozmq4i .s8yg strong { color: var(--text-primary); }
.ozmq4i .s8yg p      { color: var(--text-muted); }
.jak88oog .s8yg { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.m6y2d47i .s8yg {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.m6y2d47i .s8yg strong,
.m6y2d47i .s8yg p { color: #fff; }
.m6y2d47i .r4q5g::before { color: rgba(255,255,255,0.9) !important; }
.wjiap .s8yg {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.wjiap .s8yg strong { color: var(--text-primary); }
.wjiap .s8yg p      { color: var(--text-muted); }
.fad42 .s8yg { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.ywba .r4q5g,
.q7z75ba .r4q5g,
.zk9b .r4q5g,
.su8ay .r4q5g { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.ywba .r4q5g::before,
.q7z75ba .r4q5g::before,
.zk9b .r4q5g::before,
.su8ay .r4q5g::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.ywba .h5dlg     .r4q5g::before { content: "✦"; color: var(--c-tip-border); }
.ywba .trta .r4q5g::before { content: "▲"; color: var(--c-warn-border); }
.ywba .mvtr    .r4q5g::before { content: "◉"; color: #60a5fa; }
.q7z75ba .h5dlg     .r4q5g::before { content: "★"; color: var(--c-tip-border); }
.q7z75ba .trta .r4q5g::before { content: "◆"; color: var(--c-warn-border); }
.q7z75ba .mvtr    .r4q5g::before { content: "●"; color: #60a5fa; }
.zk9b .h5dlg     .r4q5g::before { content: "▶"; color: var(--c-tip-border); }
.zk9b .trta .r4q5g::before { content: "■"; color: var(--c-warn-border); }
.zk9b .mvtr    .r4q5g::before { content: "▸"; color: #60a5fa; }
.su8ay .h5dlg     .r4q5g::before { content: "→"; color: var(--c-tip-border); }
.su8ay .trta .r4q5g::before { content: "⬥"; color: var(--c-warn-border); }
.su8ay .mvtr    .r4q5g::before { content: "◈"; color: #60a5fa; }
.x74z67pb .c6187 .i423c,
.x74z67pb .e58wap .i423c  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.x74z67pb .tms92hya                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.x74z67pb .cimspk                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.x74z67pb .sc0ooi7p            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.x74z67pb .ql5qduv8          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.x74z67pb .t3kgfrl                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.o5in .c6187 .i423c,
.o5in .e58wap .i423c,
.o5in .tms92hya,
.o5in .cimspk,
.o5in .sc0ooi7p,
.o5in .ql5qduv8,
.o5in .t3kgfrl,
.o5in .fad42 .s8yg { box-shadow: none; }
.ugvtm1n   .n67osi2, .ugvtm1n .hyjrpujj, .ugvtm1n .j94uzk8o,
.ugvtm1n   .shl36, .ugvtm1n .xxri37v { font-size: 0.9rem; }
.ugvtm1n   .sbvz, .ugvtm1n .a13q { font-size: 0.9rem; }
.ofb68quf   .n67osi2, .ofb68quf .hyjrpujj, .ofb68quf .j94uzk8o,
.ofb68quf   .shl36, .ofb68quf .xxri37v { font-size: 0.95rem; }
.ofb68quf   .sbvz, .ofb68quf .a13q { font-size: 0.95rem; }
.ouacyzq0   .n67osi2, .ouacyzq0 .hyjrpujj, .ouacyzq0 .j94uzk8o,
.ouacyzq0   .shl36, .ouacyzq0 .xxri37v { font-size: 1.08rem; }
.ouacyzq0   .sbvz, .ouacyzq0 .a13q { font-size: 1.05rem; }
.ouacyzq0   .tf3yl2 { font-size: 0.97rem; }
.n3trd9 .vvawe      { font-size: 3.2rem; }
.n3trd9 h2.w4v3mlmz { font-size: 1.9rem; }
.n3trd9 h3.m3rgp57     { font-size: 1.4rem; }
.p1juy6w .vvawe      { font-size: 3.8rem; }
.p1juy6w h2.w4v3mlmz { font-size: 2.2rem; }
.p1juy6w h3.m3rgp57     { font-size: 1.6rem; }
.s31k9mrr + .s31k9mrr { position: relative; }
.z5rkxsq6   .s31k9mrr + .s31k9mrr::before,
.u2ee  .s31k9mrr + .s31k9mrr::before,
.lucq0   .s31k9mrr + .s31k9mrr::before,
.atjpv   .s31k9mrr + .s31k9mrr::before,
.a0v0   .s31k9mrr + .s31k9mrr::before,
.yjs7u9m .s31k9mrr + .s31k9mrr::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.z5rkxsq6 .s31k9mrr + .s31k9mrr::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.u2ee .s31k9mrr + .s31k9mrr::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.lucq0 .s31k9mrr + .s31k9mrr::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;
}
.atjpv .s31k9mrr + .s31k9mrr::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.udkmf5q8 .s31k9mrr { margin-bottom: 16px; }
.udkmf5q8 .s31k9mrr + .s31k9mrr { margin-top: 0; }
.udkmf5q8 .bu6d9d9 { padding-top: 0; padding-bottom: 0; }
.a0v0 .s31k9mrr + .s31k9mrr::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.yjs7u9m .s31k9mrr + .s31k9mrr::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.ilotshao .s31k9mrr + .s31k9mrr::before,
.mnvq .s31k9mrr + .s31k9mrr::before,
.er3v9r .s31k9mrr + .s31k9mrr::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%;
}
.dwrsjmx .ilotshao .s31k9mrr:nth-child(even)::before,
.dwrsjmx .mnvq .s31k9mrr:nth-child(even)::before,
.dwrsjmx .er3v9r .s31k9mrr:nth-child(even)::before { background: var(--bg-surface); }
.hukc .ilotshao .s31k9mrr:nth-child(even)::before,
.hukc .mnvq .s31k9mrr:nth-child(even)::before,
.hukc .er3v9r .s31k9mrr:nth-child(even)::before { background: var(--bg-card); }
.ilotshao .s31k9mrr + .s31k9mrr::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");
}
.mnvq .s31k9mrr + .s31k9mrr::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");
}
.er3v9r .s31k9mrr + .s31k9mrr::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");
}
.rz08 .d4icy,
.rz08 .tj5tz4 { margin-bottom: 60px; }
.bvlrn2 .hchcqmi,
.rz08 .hchcqmi { padding-bottom: 60px; }
.q1auu69 .hchcqmi { padding-bottom: 70px; }
.rz08 .d4icy::before,
.rz08 .d4icy::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");
}
.kf3rmbgn  .d4icy:not(.ewp5ss) .z7x6 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.yzd9 .efv07g { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.po29p4o .efv07g { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.dd6taw .efv07g { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.kf3rmbgn .ewp5ss { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.kf3rmbgn .zuk1 { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.kf3rmbgn .efv07g { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.a4a1lv87 .efv07g { background: var(--accent-bg); }
.b75p2l6 .qvpf4m { float: left; width: 38%; margin: 0 28px 16px 0; }
.b75p2l6 .qvpf4m .skwhg0r { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.b75p2l6 .bu6d9d9::after { content: ''; display: block; clear: both; }
.wxerev3j .qvpf4m { float: right; width: 38%; margin: 0 0 16px 28px; }
.wxerev3j .qvpf4m .skwhg0r { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.wxerev3j .bu6d9d9::after { content: ''; display: block; clear: both; }
.b9kmqq .s31k9mrr:nth-child(odd)  .qvpf4m { float: left;  width: 38%; margin: 0 28px 16px 0; }
.b9kmqq .s31k9mrr:nth-child(even) .qvpf4m { float: right; width: 38%; margin: 0 0 16px 28px; }
.b9kmqq .qvpf4m .skwhg0r { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.b9kmqq .bu6d9d9::after { content: ''; display: block; clear: both; }
.b75p2l6 .tatlkc7,
.b75p2l6 .anm2u6,
.wxerev3j .tatlkc7,
.wxerev3j .anm2u6,
.b9kmqq .tatlkc7,
.b9kmqq .anm2u6 { clear: both; }
@media (max-width: 900px) {
  .b75p2l6 .qvpf4m,
  .wxerev3j .qvpf4m,
  .b9kmqq .s31k9mrr:nth-child(odd)  .qvpf4m,
  .b9kmqq .s31k9mrr:nth-child(even) .qvpf4m {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .b75p2l6 .qvpf4m .skwhg0r,
  .wxerev3j .qvpf4m .skwhg0r,
  .b9kmqq .qvpf4m .skwhg0r {
    max-height: none !important;
  }
}
.b75p2l6 .sbvz,
.b75p2l6 .a13q,
.wxerev3j .sbvz,
.wxerev3j .a13q,
.b9kmqq .sbvz,
.b9kmqq .a13q { overflow: hidden; }
@media (max-width: 640px) {
  .b75p2l6 .qvpf4m,
  .wxerev3j .qvpf4m,
  .b9kmqq .qvpf4m { float: none; width: 100%; margin: 0 0 16px 0; }
}
.sozw .d41cc,
.sozw .bu6d9d9,
.sozw .miq01b  { max-width: 1100px; }
.sozw { --content-mw: 1100px; }
.te8i .d41cc,
.te8i .bu6d9d9,
.te8i .miq01b  { max-width: 1200px; }
.ijprt .d41cc,
.ijprt .bu6d9d9,
.ijprt .miq01b  { max-width: 1320px; }
.ch7w { font-size: 0.82rem; color: var(--text-muted); }
.rhhrop97 { display: flex; align-items: center; }
.iolev {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.c4knqs { display: flex; align-items: center; }
.h21a5 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.h21a5:hover { text-decoration: underline; }
.ux5hia89 { margin: 0 3px; opacity: 0.45; }
.ux5hia89::before { content: '/'; }
.sltv { padding: 2px 5px; color: var(--text-main); }
.yk627g9 .ch7w {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.yk627g9 .rhhrop97 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.pidtb .ch7w {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.pidtb .rhhrop97 { padding: 0 0 0 12px; }
.aq4kdk4s {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.m44khsc .rhhrop97 { padding: 0 16px; }
.m44khsc .ch7w {
  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);
}
.m44khsc .d41cc { padding-top: 28px; }
@media (max-width: 720px) {
  .aq4kdk4s { margin-top: 18px; padding: 0 16px; }
  .m44khsc .d41cc { padding-top: 16px; }
}
.sozw.yk627g9 .rhhrop97 { max-width: 1100px; }
.te8i.yk627g9 .rhhrop97 { max-width: 1200px; }
.ijprt.yk627g9 .rhhrop97 { max-width: 1320px; }
.sozw .aq4kdk4s { max-width: 1100px; }
.te8i .aq4kdk4s { max-width: 1200px; }
.ijprt .aq4kdk4s { max-width: 1320px; }
.tgyn6gsr .s31k9mrr { padding-top: 16px; padding-bottom: 16px; }
.gyts5jh .s31k9mrr { padding-top: 24px; padding-bottom: 24px; }
.f3zb .s31k9mrr { padding-top: 40px; padding-bottom: 40px; }
.e1vh .s31k9mrr { padding-top: 52px; padding-bottom: 52px; }
.r1lz .s31k9mrr:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.r1lz .s31k9mrr:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.r1lz .s31k9mrr:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.r1lz .s31k9mrr:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.aqemo .bu6d9d9 { padding-top: 10px;  padding-bottom: 10px; }
.e312m .bu6d9d9 { padding-top: 18px;  padding-bottom: 18px; }
.vom69 .bu6d9d9 { padding-top: 36px;  padding-bottom: 36px; }
.wk7u .bu6d9d9 { padding-top: 48px;  padding-bottom: 48px; }
.nk0n59jk h2.w4v3mlmz { font-weight: 600; }
.nk0n59jk h3.m3rgp57     { font-weight: 600; }
.cyoh8tv h2.w4v3mlmz { font-weight: 800; }
.cyoh8tv h3.m3rgp57     { font-weight: 700; }
.h1ew64 { font-weight: 600; }
.h1ew64 h2.w4v3mlmz { font-weight: 900; }
.h1ew64 h3.m3rgp57     { font-weight: 800; }
.h1ew64 .s8yg strong,
.h1ew64 .s8yg strong { font-weight: 600; }
.pp6swg6c {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.f8kqu .pp6swg6c { display: none; }
@media (max-width: 640px) {
  .pp6swg6c { display: none !important; }
}
.pp6swg6c { background: var(--cta) !important; color: #fff !important; border: none !important; }
.pp6swg6c:hover { opacity: 0.85; }
.yoso .pp6swg6c { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.bu5i  .kp4p { left: 32px; }
@media (max-width: 480px) {
  .a9ns1dag .kp4p { right: 20px; bottom: 20px; }
  .bu5i  .kp4p { left: 20px; bottom: 20px; }
}
.adhrx { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.miq01b { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.re86 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.zi6u5oj { color: var(--text-dim); font-size: 0.8rem; }
.e5l0i a, .ldxxz a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.e5l0i a:hover, .ldxxz a:hover { color: var(--accent-light); }
.ldxxz { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.epyx6r5w .miq01b { text-align: center; }
.epyx6r5w .ldxxz { justify-content: center; margin-bottom: 16px; }
.epyx6r5w .re86 { margin-top: 0; }
.xlcs0vtg { margin-top: 10px; }
.xlcs0vtg a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .miq01b { padding-left: 16px; padding-right: 16px; }
  .qeyqlpmp .miq01b { padding: 20px 16px; }
  .ldxxz { gap: 4px 12px; }
  .re86 { font-size: 0.78rem; }
}
.lsf9fb .re86 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.lsf9fb .zi6u5oj { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .lsf9fb .tsqk { grid-template-columns: 1fr 1fr; } .lsf9fb .ac873qm { grid-column: 1 / -1; } }
@media (max-width: 480px) { .lsf9fb .tsqk { grid-template-columns: 1fr; } }
.h4kypknb .re86 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .h4kypknb .yy48 { gap: 12px; } .h4kypknb .v4482p { margin-right: 0; width: 100%; } }
.glx0ih .re86 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.glx0ih .zi6u5oj { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .glx0ih .jzy72j { grid-template-columns: 1fr 1fr; } .glx0ih .uoea8o { grid-column: 1 / -1; } }
@media (max-width: 480px) { .glx0ih .jzy72j { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .ssua4hc7 .gtn2 { grid-template-columns: 1fr 1fr; } .ssua4hc7 .c3f47:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ssua4hc7 .gtn2 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .so5689 .gtn2 { grid-template-columns: 1fr; } }
.hf4s7s3 .miq01b { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.hf4s7s3 .ldxxz { justify-content: center; }
.p2ckx43x .xna7k      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.p2ckx43x .adhrx { background: var(--bg-page); border-top-color: var(--border-alt); }
.zfeqnfx .xna7k      { background: #0d1117; border-bottom-color: #21262d; }
.zfeqnfx .ilh0v { color: var(--accent-light); }
.zfeqnfx .lqm11ip { --msep-color: #8b949e; }
.zfeqnfx .lqm11ip a { color: #8b949e; }
.zfeqnfx .lqm11ip a:hover { color: var(--accent-light); }
.zfeqnfx .ha8yuji { color: #8b949e; }
.zfeqnfx .adhrx { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.zfeqnfx .re86,
.zfeqnfx .zi6u5oj { color: #6e7681; }
.zfeqnfx .e5l0i a, .zfeqnfx .ldxxz a,
.zfeqnfx .e5l0i a:hover, .zfeqnfx .ldxxz a:hover,
@media (max-width: 640px) {
  .zfeqnfx .lqm11ip { background: #0d1117; border-top-color: #21262d; }
  .zfeqnfx .lqm11ip li a { border-bottom-color: #21262d; }
}
.uugtk .xna7k      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.uugtk .ilh0v { color: var(--accent-light); }
.uugtk .lqm11ip { --msep-color: #475569; }
.uugtk .lqm11ip a { color: #475569; }
.uugtk .lqm11ip a:hover { color: var(--accent-light); }
.uugtk .ha8yuji { color: #64748b; }
.uugtk .adhrx { background: #f0f4f8; border-top-color: #cbd5e1; }
.uugtk .re86,
.uugtk .zi6u5oj { color: #64748b; }
.uugtk .e5l0i a, .uugtk .ldxxz a,
.uugtk .e5l0i a:hover, .uugtk .ldxxz a:hover,
@media (max-width: 640px) {
  .uugtk .lqm11ip { background: #f0f4f8; border-top-color: #cbd5e1; }
  .uugtk .lqm11ip li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.kai1l8a .xna7k      { background: var(--accent); border-bottom-color: var(--accent-light); }
.kai1l8a .ilh0v { color: #fff; }
.kai1l8a .lqm11ip { --msep-color: rgba(255,255,255,0.82); }
.kai1l8a .lqm11ip a { color: rgba(255,255,255,0.82); }
.kai1l8a .lqm11ip a:hover { color: #fff; }
.kai1l8a .ha8yuji { color: rgba(255,255,255,0.9); }
.kai1l8a .adhrx { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.kai1l8a .re86,
.kai1l8a .zi6u5oj { color: rgba(255,255,255,0.72); }
.kai1l8a .e5l0i a, .kai1l8a .ldxxz a,
.kai1l8a .e5l0i a:hover, .kai1l8a .ldxxz a:hover,
@media (max-width: 640px) {
  .kai1l8a .lqm11ip { background: var(--accent); border-top-color: var(--accent-light); }
  .kai1l8a .lqm11ip li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.rucgb0hi .xna7k {
  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);
}
.rucgb0hi .adhrx {
  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) {
  .rucgb0hi .lqm11ip {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.w8qa27 .l489twx { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.rouhl265 .l489twx { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ngu6qk8 .l489twx { min-height: 72px; height: auto; }
.b02pm .l489twx { min-height: 84px; height: auto; }
.qeyqlpmp .l489twx { max-width: none; padding: 0 32px; }
.qeyqlpmp .miq01b  { max-width: none; padding: 24px 32px; }
.qfk8s57.te8i .l489twx { max-width: 1200px; }
.qfk8s57.ijprt .l489twx { max-width: 1320px; }
.qhne   .ilh0v, .qhne   .v4482p { text-transform: capitalize; }
.nyg31 .ilh0v, .nyg31 .v4482p { text-transform: lowercase; }
.fvmif .ilh0v, .fvmif .v4482p { text-transform: uppercase; letter-spacing: 0.06em; }
.g50s00t, .uwj3vzjm {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.wzda0289 .g50s00t,
.er37ml .g50s00t,
.y1dsxs .g50s00t,
.x3zrmi6f .g50s00t,
.jtgwy4lz   .lqm11ip a { font-weight: 500; }
.orwhu5 .lqm11ip a { font-weight: 600; }
.v4wqkr     .lqm11ip a { font-weight: 700; }
.bk8y3v5    .lqm11ip a { font-weight: 800; letter-spacing: 0.01em; }
.rsi3     .lqm11ip > li + li::before,
.e9baa2    .lqm11ip > li + li::before,
.djko    .lqm11ip > li + li::before,
.vpahez .lqm11ip > li + li::before,
.sdx0ymz .lqm11ip > li + li::before,
.gl0d73  .lqm11ip > li + li::before,
.yhthpzs1    .lqm11ip > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.rsi3     .lqm11ip > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.e9baa2    .lqm11ip > li + li::before { content: "|"; }
.djko    .lqm11ip > li + li::before { content: "—"; }
.vpahez .lqm11ip > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.sdx0ymz .lqm11ip > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.gl0d73  .lqm11ip > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.yhthpzs1    .lqm11ip > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .evciq .ha8yuji,
  .m30n .ha8yuji,
  .sb2n23 .ha8yuji,
  .t7julu .ha8yuji,
  .msq2l .ha8yuji {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .evciq .ha8yuji::before,
  .m30n .ha8yuji::before,
  .sb2n23 .ha8yuji::before,
  .t7julu .ha8yuji::before,
  .msq2l .ha8yuji::before { content: ""; display: block; flex-shrink: 0; }

  
  .evciq .ha8yuji::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;
  }

  
  .m30n .ha8yuji::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;
  }

  
  .sb2n23 .ha8yuji::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;
  }

  
  .t7julu .ha8yuji::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;
  }

  
  .msq2l .ha8yuji::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) {
  .wtrjv .ha8yuji {
    padding: 5px 14px;
  }
  .wtrjv .lqm11ip {
    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;
  }
  .wtrjv .lqm11ip li a {
    border-bottom: none; padding: 10px 22px;
  }
  .wtrjv .lqm11ip li a:hover { background: var(--bg-raised); }
  .wtrjv .cc9mdo,
  .xinc .cc9mdo,
  .t7ht .cc9mdo { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .h6hoy .ha8yuji {
    padding: 5px 10px;
  }
  .h6hoy .lqm11ip {
    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);
  }
  .h6hoy .lqm11ip.txn51 { transform: translateX(0); }
  .h6hoy .lqm11ip li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .h6hoy .lqm11ip li:last-child a { border-bottom: none; }
  .kai1l8a .lqm11ip,
  .zfeqnfx .lqm11ip { background: var(--accent) !important; }
  .kai1l8a .lqm11ip li a,
  .zfeqnfx .lqm11ip li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .t7ht .ha8yuji {
    padding: 5px 10px;
  }
  .t7ht .lqm11ip {
    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);
  }
  .t7ht .lqm11ip::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .t7ht .lqm11ip.txn51 { transform: translateY(0); }
  .t7ht .lqm11ip li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .rxqpqdx4 .ha8yuji {
    padding: 5px 10px;
  }
  .rxqpqdx4 .lqm11ip {
    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;
  }
  .rxqpqdx4 .lqm11ip.txn51 { opacity: 1; pointer-events: auto; }
  .rxqpqdx4 .lqm11ip li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .rz1rqjz     .ha8yuji { border-radius: 0 !important; }
  .c7fsk   .ha8yuji { border-radius: 8px !important; }
  .qy6p .ha8yuji { border-radius: 50% !important; }
  .wxjynuxs   .ha8yuji { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .hramk .pkymbi { flex-direction: column; align-items: stretch; }
  .hramk .nn7rxi5z { flex-direction: row; min-width: auto; }
  .hramk .g3ogio { align-items: flex-start; text-align: left; }
}
.dr8vq,
.dr8vq.s31k9mrr,
.dwrsjmx .dr8vq,
.m40f .dr8vq,
.hukc .dr8vq,
.terlhe .dr8vq {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.f7wh0 {
  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;
}
.eaoaf { flex: 1 1 280px; min-width: 0; }
.ja9h4aw {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.ncysvv {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.i7yw8l5 {
  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;
}
.i7yw8l5:hover { transform: translateY(-1px); opacity: 0.95; }
.ol8h6 .f7wh0 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.ol8h6 .ja9h4aw { color: var(--cta); }
.ol8h6 .ncysvv { color: var(--text-body); }
.ol8h6 .i7yw8l5 {
  background: var(--cta) !important;
  color: #fff !important;
}
.bsnfkce .f7wh0 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.bsnfkce .ja9h4aw { color: var(--text-primary); }
.bsnfkce .ncysvv { color: var(--text-body); }
.bsnfkce .i7yw8l5 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .f7wh0 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .eaoaf { flex: 0 0 auto; }
  .ja9h4aw { font-size: 1.2rem; }
  .i7yw8l5 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.o5d4izv3 .r1u50 { height: 36px; }
.eschmrz3 .r1u50 { height: 60px; max-width: 200px; }
.jv6h2b .r1u50 { height: 56px; max-width: 180px; }
.poan    .qjsj, .poan    .eovx8 { color: #f59e0b; }
.xktqvm      .qjsj { font-size: 1rem; letter-spacing: 1.5px; }
.xktqvm      .eovx8   { font-size: 1.35rem; }
.gglxjof5    .qjsj, .gglxjof5    .eovx8 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.z58dj9     .qjsj, .z58dj9     .eovx8 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.gjioparw .qjsj, .gjioparw .eovx8 { color: var(--cta); letter-spacing: 2px; }
.yrdd6   .qjsj, .yrdd6   .eovx8 { color: #e91e63; letter-spacing: 2px; }
.k37jox0f  .qjsj, .k37jox0f  .eovx8 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.buu1nij     .qjsj, .buu1nij     .eovx8 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.gw5m1 .ypimqmgs + .ypimqmgs {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.vamm .cimspk { padding: 18px 24px; min-height: 68px; }
.albos .cv7uw {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.albos .wek70o5i {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.fpn1f .ypimqmgs {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.anm2u6 { counter-reset: cs-rank; }
.anm2u6 .cimspk { counter-increment: cs-rank; }
.anm2u6 .cimspk::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;
}
.ju3o9u .anm2u6 { counter-reset: cs-rank; gap: 0; }
.ju3o9u .cimspk {
  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;
}
.ju3o9u .cimspk::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;
}
.ju3o9u .n3a2z6 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.ju3o9u .qmo84xb {
  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;
}
.ju3o9u .lz5lsft { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.ju3o9u .n3a2z6 { min-width: 0; flex-direction: column; width: 100%; }
.ju3o9u .op50py {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.ju3o9u .qjsj { color: var(--cta, var(--accent)); }
.ju3o9u .mikq { font-weight: 700; }
.ju3o9u .ypimqmgs {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.ju3o9u .cv7uw {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.ju3o9u .wek70o5i {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.ju3o9u .c7hh3 .wek70o5i { font-size: 1.3rem; color: var(--accent-light); }
.ju3o9u .ggmb {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.ju3o9u .cimspk:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .ju3o9u .anm2u6 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .ju3o9u .cimspk {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .ju3o9u .cimspk { padding: 40px 16px 20px; }
  .ju3o9u .ypimqmgs {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .ju3o9u .ggmb { width: 100%; min-width: 0; }
}
.k1quj .anm2u6 { counter-reset: cs-rank; gap: 10px; }
.k1quj .cimspk {
  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);
}
.k1quj .cimspk::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);
}
.k1quj .n3a2z6 {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.k1quj .qmo84xb {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.k1quj .lz5lsft { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.k1quj .op50py {
  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;
}
.k1quj .qjsj { color: var(--cta, var(--accent)); }
.k1quj .ypimqmgs {
  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;
}
.k1quj .cv7uw {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.k1quj .wek70o5i { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.k1quj .c7hh3 .wek70o5i { color: var(--accent-light); }
.k1quj .ggmb {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.k1quj .cimspk:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .k1quj .cimspk {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .k1quj .cimspk::before {
    position: absolute; top: 14px; left: 14px;
  }
  .k1quj .n3a2z6 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .k1quj .op50py { white-space: normal; text-align: center; font-size: 1.2rem; }
  .k1quj .ypimqmgs {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .k1quj .ggmb { width: 100%; min-width: 0; }
  .k1quj .qjsj { min-width: 0; }
}
.z70r .cimspk::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.ut04 .bn6gm {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.ut04 .bn6gm summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.ut04 .bn6gm p { padding: 0 2px 16px; }
.udt5m4 .bn6gm { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.udt5m4 .bn6gm summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.udt5m4 .bn6gm summary::after { content: "›"; font-size: 1.2em; }
.udt5m4 .bn6gm[open] summary::after { content: "‹"; }
.udt5m4 .bn6gm p { padding: 10px 22px 4px; }
.vhlaf .bn6gm {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.vhlaf .bn6gm summary { color: var(--text-primary); padding-left: 16px; }
.vhlaf .bn6gm summary::after { content: "›"; font-size: 1.1em; }
.vhlaf .bn6gm[open] summary::after { content: "‹"; }
.vhlaf .bn6gm p { padding-left: 16px; }
.tbenf .b963c { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.tbenf .bn6gm {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.tbenf .bn6gm:last-child { border-bottom: none; }
.tbenf .bn6gm summary { color: var(--text-primary); border-radius: 0; }
.tbenf .bn6gm summary::after { content: "›"; font-size: 1.1em; }
.tbenf .bn6gm[open] summary::after { content: "‹"; }
.rxyfivrr .bn6gm { overflow: hidden; }
.rxyfivrr .bn6gm summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.rxyfivrr .bn6gm summary::after { color: rgba(255,255,255,.75); }
.rxyfivrr .bn6gm[open] summary { border-radius: 0; }
.mpkicf { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.w3annyq {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.jlqtn {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.myolfsc3 { color: var(--text-muted); font-size: 1.05rem; }
.oi1i2 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.rad2vxy {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.esfd6rre { margin-bottom: 20px; }
.ow9c {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.ca57 {
  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;
}
.ca57:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.mk55 { resize: vertical; min-height: 130px; }
.y56nud { width: 100%; margin-top: 8px; }
.bat7m3kf {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.jmz6zz8 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.kasmfh8w { color: var(--text-muted); line-height: 1.75; }
.toic1 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.toic1 li { margin-bottom: 6px; }
.pu0tno { max-width: 760px; margin: 0 auto; }
.p5pm1q { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.pgqyib5 ul.toic1 { margin: 0; }
.pz0ib6o { max-width: 900px; margin: 0 auto; }
.j3kv4nqg { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.j3kv4nqg:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.j3kv4nqg .p5pm1q { margin: 0; font-size: 1rem; }
.j3kv4nqg .lnnyknd0 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .j3kv4nqg { grid-template-columns: 1fr; gap: 10px; } }
.webo .p5pm1q { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.b2yp .toic1 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .vvmhpd { grid-template-columns: 1fr; } }
.r6remb3 { color: inherit; text-decoration: none; }
.r6remb3:hover { color: var(--accent-light); text-decoration: underline; }
.ydbsqq4w { display: inline-block; line-height: 0; }
.erunj1p { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.deeudp49 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.deeudp49:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.sm3axnb { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.deeudp49 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.deeudp49 ul.toic1 { margin: 0; }
.frn8oum { color: var(--text-muted); line-height: 1.75; }
.jn6crrc .toic1,
.vb13 .toic1,
.tfj8 .toic1,
.g3229ow .toic1 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.jn6crrc .deeudp49,
.vb13 .deeudp49 { text-align: left; }
.jn6crrc .sm3axnb,
.vb13 .sm3axnb { text-align: center; }
.xp5pj { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.afx0wk { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.b1n2ix { font-size: 1.1rem; }
.j8bsm { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.igqbayuf { margin-top: 12px; }
.y2wrn { 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; }
.y2wrn:hover { border-bottom-color: var(--accent-light); }
.i197u { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.i197u img { width: 100%; height: 100%; object-fit: cover; display: block; }
.m3smw { width: 260px; height: 260px; }
.l3ym5 { border-radius: 50%; }
.qpws5jx0 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.oaboa { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .gsvle { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.uynfl2c3 .j8bsm, .uynfl2c3 .afx0wk { max-width: 640px; }
.maifym { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.qegv { position: sticky; top: 96px; align-self: start; }
.qegv .xp5pj { font-size: 1.6rem; margin-top: 18px; }
.kue1ep8 .j8bsm { margin-bottom: 28px; }
@media (max-width: 860px) { .maifym { grid-template-columns: 1fr; } .qegv { position: static; text-align: center; } }
.fdh6 .i197u { margin: 0 auto 18px; }
.fdh6 .qpws5jx0 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .qop6 { grid-template-columns: 1fr; } }
.rw31cn .xp5pj { font-size: 1.6rem; margin-bottom: 6px; }
.g3229ow .toic1 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .rw31cn { flex-direction: column; text-align: center; } .zp43fm { grid-template-columns: 1fr; } }
.lnq4 .xp5pj { font-size: 1.35rem; margin: 0 0 4px; }
.lnq4 .qpws5jx0 { margin: 0; }
.z7cma .jlqtn { color: var(--accent-light); }
.dgkt .jlqtn { font-size: 2rem; }
.dgkt .myolfsc3 { max-width: 680px; }
.drpt1 .jlqtn { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.drpt1 .myolfsc3  { margin: 0; }
@media (max-width: 640px) { .drpt1 { flex-direction: column; } }
.dmkmr54n .jlqtn { color: var(--accent-light); }
.vbn5n .jlqtn { color: #fff; }
.vbn5n .myolfsc3  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .z3ej81v { grid-template-columns: 1fr; } }
.vvu3p6 .ca57 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.vvu3p6 .ca57:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.j98e0 .ca57 { background: var(--bg-raised); border-color: transparent; }
.j98e0 .ca57:focus { background: var(--bg-card); border-color: var(--accent-light); }
.xb3yr .ca57 { border-radius: 100px; padding: 11px 20px; }
.xb3yr .mk55 { border-radius: 14px; }
@media (max-width: 640px) { .ou6y1x8c { grid-template-columns: 1fr; } }
.e3imi5r{position:relative;overflow:visible}
.xu6nb .qjfa{display:block}
.pkho .efv07g~.zs07c94w,
.pkho .efv07g~.zs07c94w .rux20eq,
.efv07g~.zs07c94w,.kdgeo~.zs07c94w{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}
.efv07g~.zs07c94w .rux20eq{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.pmn0 .s7u2l{border-bottom:1px solid currentColor;padding-bottom:2px}
.u9c4d{--date-bg:transparent}
.jcc0wj .excvtvpe::before{content:""}
.addija{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.jtpf{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.gjb6u{display:flex;flex-direction:column;gap:3px}
.qouo{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.j017w{font-weight:700;font-size:1rem;color:var(--text-heading)}
.uhtdif{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.x0xmutc .addija{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.cumnl .addija{border-top:3px solid var(--accent);padding-top:18px}
.udp82 .addija{border-left:3px solid var(--accent);border-radius:0}
.awzep .addija{padding:20px 0}
@media(max-width:640px){
  .addija{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .uhtdif{max-width:100%}
}
.inz07k5 .ql5qduv8{margin:0}
@media (max-width:560px){
  .a1md{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) {
  .e90s35 { padding: 28px 18px 20px; }
  .dikz24m { font-size: 1.2rem; }
  .dlmk9 { max-width: 220px; max-height: 80px; }
}
.qmgmvi {
  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);
}
.vj0v {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.r4phz  .qmgmvi { border-radius: 50%; }
.o4oyuh0j  .qmgmvi { border-radius: 6px; }
.hlj162qb .qmgmvi { border-radius: 22px; }
.d19k3tqq .f7wh0 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .qmgmvi { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.w7kx77sc .s31k9mrr {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.w7kx77sc .bu6d9d9 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.w7kx77sc .f7wh0 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.rj0zn .s31k9mrr,
.rj0zn .bu6d9d9 {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.rj0zn .f7wh0 {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
@media (max-width: 640px) {
  .rj0zn { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .rj0zn .f7wh0 {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .rj0zn .ncysvv { display: none !important; }
  .rj0zn .ja9h4aw { font-size: 1.1rem !important; }
  .rj0zn .qmgmvi { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .hoq8li { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .l489twx { flex-direction: row-reverse; }
[dir="rtl"] .lqm11ip { flex-direction: row-reverse; }
[dir="rtl"] .bu5i  .kp4p { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .a9ns1dag .kp4p { right: auto; left: 20px; }
  [dir="rtl"] .bu5i  .kp4p { left: auto;  right: 20px; }
}
[dir="rtl"] .b75p2l6 .qvpf4m  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .wxerev3j .qvpf4m { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .efv07g,
[dir="rtl"] .l16y30z,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .sbvz, [dir="rtl"] .a13q { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .tnzppkm { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .r1d2 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .s8yg { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .f7wh0 { direction: rtl; }
[dir="rtl"] .qmgmvi { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .cimspk,
[dir="rtl"] .ch7w { direction: rtl; }
[dir="rtl"] .t3kgfrl { direction: rtl; }
[dir="rtl"] .a2e1 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .ff3eycv .a13q,
[dir="rtl"] .l3xws .a13q,
[dir="rtl"] .p8fcyz .a13q,
[dir="rtl"] .mblhh .a13q {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .ff3eycv .a13q li::before,
[dir="rtl"] .l3xws .a13q li::before,
[dir="rtl"] .p8fcyz .a13q li::before,
[dir="rtl"] .mblhh .a13q li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .efv07g.wv7fxshv .hchcqmi { align-items: flex-end; text-align: right; }
[dir="rtl"] .efv07g.hwyx9 .hchcqmi { text-align: center; }
[dir="rtl"] .efv07g .hchcqmi { text-align: right; }
[dir="rtl"] .bu6d9d9,
[dir="rtl"] .shl36,
[dir="rtl"] .xxri37v,
[dir="rtl"] .rad2vxy,
[dir="rtl"] .ow9c,
[dir="rtl"] .j8bsm,
[dir="rtl"] .ca57,
[dir="rtl"] .mk55 { text-align: right; direction: rtl; }
[dir="rtl"] .xb3yr .ca57,
[dir="rtl"] .vvu3p6 .ca57 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #2f5cd0;
  --brand:           #2f5cd0;
  --brand-light:     #2f4e9c;
  --brand-pale:      #5a76bd;
  --grad-start:      #7996e0;
  --grad-end:        #b0c0e7;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #2f5cd0;
  --cta-light:       #224ab4;
  --cta-hover:       #23459e;
  --bg-page:         #f6f7f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f4f5;
  --bg-raised:       #eeeff1;
  --bg-hover:        #f3f4f5;
  --border:          #e2e4e8;
  --border-alt:      #d0d3dc;
  --border-section:  #e2e4e8;
  --text-primary:    #17181b;
  --text-muted:      #525660;
  --text-body:       #2f3136;
  --text-sub:        #464952;
  --text-faint:      #757b89;
  --text-dim:        #9195a0;
  --text-label:      #5e626d;
  --text-value:      #3a3d44;
  --accent-bg:       #e3e7f1;
  --accent-bg-light: #cbd4ea;
  --bg-tip:          #f0f9f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f3f9;
  --bg-pros:         #f0f9f6;
  --bg-cons:         #faf3f6;
  --c-pros:          #158e63;
  --c-cons:          #9f214c;
  --c-pros-label:    #19a876;
  --c-tip-border:    #1bba83;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #158e63;
}
:root { --logo-bg-opacity: 79%; }
body, button, input { font-family: "Manrope", sans-serif; }
.fx2qi .r4q5g { font-size: 0; width: 1.2rem; flex-shrink: 0; }.fx2qi .r4q5g::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.fx2qi .h5dlg     .r4q5g::before { content: "";  color: var(--c-tip-border); }.fx2qi .trta .r4q5g::before { content: ""; color: var(--c-warn-border); }.fx2qi .mvtr    .r4q5g::before { content: ""; color: #60a5fa; }.ts63o .fx2qi .h5dlg     .r4q5g::before { color: #10b981; }.ts63o .fx2qi .trta .r4q5g::before { color: #f43f5e; }.ts63o .fx2qi .mvtr    .r4q5g::before { color: #a855f7; }.t0tnk8iy  .fx2qi .h5dlg     .r4q5g::before { color: #eab308; }.t0tnk8iy  .fx2qi .trta .r4q5g::before { color: #ef4444; }.t0tnk8iy  .fx2qi .mvtr    .r4q5g::before { color: #f97316; }.cpv1uewd  .fx2qi .h5dlg     .r4q5g::before { color: #38bdf8; }.cpv1uewd  .fx2qi .trta .r4q5g::before { color: #818cf8; }.cpv1uewd  .fx2qi .mvtr    .r4q5g::before { color: #2dd4bf; }.ddlvb .fx2qi .r4q5g::before { color: var(--accent-light) !important; }
.trmzm9 .gldd, .trmzm9 .efv07g { min-height: 320px; }
.ux5hia89::before { content: '›'; font-size: 1.1em; }