:root {
  --color-accent: #c79558;
  --color-cta: #f59e0b;
  --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;
}
.dtks2n {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.i27qju {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.qd2qr04 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.s4q4983b { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.nk2r0 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.nk2r0 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.nk2r0 a:hover { color: var(--accent-light); }
.hbh278uy     .ds7q7 { border-radius: 6px; }
.hbh278uy .ds7q7 li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.hbh278uy .ds7q7 li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.yzpf6 .ds7q7 li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .ds7q7 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .jbw88z:hover .ds7q7,
  .jbw88z:focus-within .ds7q7 { display: block; }
  .ds7q7 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.kj3mu6pk {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.kdy7r { display: none; }
@media (max-width: 640px) {
  .kdy7r {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .kdy7r.tn05 { display: block; }
}
@media (max-width: 640px) {
  .kj3mu6pk { display: block; }
  .nk2r0 > li + li::before { display: none !important; }
  .nk2r0 {
    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;
  }
  .nk2r0.tn05 { display: flex; }
  .nk2r0 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .nk2r0 li:last-child a { border-bottom: none; }
}
.e180gu { min-height: 480px; }
.yv7pwt {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.qoy93akz { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.wtkr28t .qoy93akz { margin-left: 0; margin-right: 0; }
.dtucslk {
  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;
}
.vd4pl .dtucslk { margin-top: 24px; }
.dtucslk:hover { opacity: 0.88; }
.b703yz {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.qnrogfl {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.b703yz .frhdrh {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.b703yz .yv7pwt { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.b703yz .qoy93akz { color: #e2e8f0; }
.b703yz.lgmrxi .frhdrh { text-align: center; }
.b703yz.wtkr28t   .frhdrh { text-align: left; }
.tphpda .frhdrh {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.tphpda .yv7pwt { color: var(--text-primary); text-shadow: none; }
.tphpda .qoy93akz { color: var(--text-muted); }
.tphpda .dtucslk { margin-top: 16px; }
.tphpda, .tphpda.e180gu { min-height: auto !important; }
.tphpda.lgmrxi .frhdrh { text-align: center; }
.tphpda.wtkr28t   .frhdrh { text-align: left; }
.xk7tvt {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.mq6lww7 .xk7tvt,
.mq6lww7 .dbxa4wr {
  position: relative; overflow: hidden;
}
.mq6lww7 .xk7tvt::after,
.mq6lww7 .dbxa4wr::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.04) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.pw9ydw .xk7tvt,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.gy3m1 .xk7tvt,
.gy3m1 .b703yz .qnrogfl {
  overflow: hidden;
}
.gy3m1 .xk7tvt::after,
.gy3m1 .b703yz .qnrogfl::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.h25hvr1 .xk7tvt,
.h25hvr1 .xk7tvt::after,
@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); }
}
.h25hvr1 .b703yz .qnrogfl {
  overflow: hidden;
}
.h25hvr1 .b703yz .qnrogfl::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.f19d .xk7tvt,
.f19d .b703yz .qnrogfl {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.mq6lww7 .b703yz .qnrogfl {
  overflow: hidden;
}
.mq6lww7 .b703yz .qnrogfl::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.pw9ydw .b703yz .qnrogfl {
  animation: hg-breathe 10s ease-in-out infinite;
}
.xk7tvt .qnrogfl {
  background: none;
}
.xk7tvt .yv7pwt { color: #fff; }
.xk7tvt .qoy93akz { color: rgba(255,255,255,0.85); }
.mq6lww7 .rjkh { position: relative; overflow: hidden; }
.mq6lww7 .rjkh::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;
}
.rjkh .yv7pwt { text-shadow: none; color: var(--text-primary); }
.rjkh .qoy93akz { color: var(--text-muted); }
body.yv3rmv6 .yv7pwt {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.ibhpy5 .yv7pwt {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.e180gu.xk7tvt .yv7pwt,
section.xk7tvt .yv7pwt {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.rjkh.wtkr28t   .l1uan9 { align-items: flex-start; text-align: left; }
.e180gu .pg1nnh8l {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.pg1nnh8l .kyg4n5 {
  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;
}
.pg1nnh8l .kyg4n5::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.pg1nnh8l .pnul0ck5 { display: contents !important; }
.pg1nnh8l .pnul0ck5 .vi00 {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.pg1nnh8l .pnul0ck5 .tblm44u { max-height: 48px; max-width: 96px; }
.pg1nnh8l .pnul0ck5 .s7gn58 {
  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;
}
.pg1nnh8l .d94f8u {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.pg1nnh8l .y035gb { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.pg1nnh8l .k7nem { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.pg1nnh8l .k7nem small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.pg1nnh8l .na7go1e8 { display: contents !important; }
.pg1nnh8l .na7go1e8 .t7mw2t1:not(.zmgzfd) { display: none !important; }
.pg1nnh8l .na7go1e8 .zmgzfd {
  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;
}
.pg1nnh8l .na7go1e8 .zmgzfd .j3n5l {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.pg1nnh8l .na7go1e8 .zmgzfd .hg19nhe {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.pg1nnh8l .o021j { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.pg1nnh8l .o021j.fzyea56t {
  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;
}
.pg1nnh8l .o021j.fzyea56t:hover { opacity: 0.85; }
.pg1nnh8l .kyg4n5,
.pg1nnh8l .kyg4n5:hover,
.pg1nnh8l .kyg4n5:nth-child(even),
.pg1nnh8l .kyg4n5:nth-child(odd),
.pg1nnh8l .kyg4n5:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.dqdxj .frhdrh { padding-bottom: 24px; }
.vd4pl .frhdrh { max-width: 1100px; }
@media (max-width: 700px) {
  .rjkh { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .rjkh:not(.ezx1qe) .zrbyx2ub { display: none !important; }
  .ezx1qe .zrbyx2ub { padding: 16px; }
  .l1uan9  { padding: 36px 24px; }
  .rjkh~.cxdprc7,.yukyi~.cxdprc7{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .e180gu, .rjkh { min-height: 320px !important; }
  .yv7pwt { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .jm7wrz,
  .b3xbk2,
  .c8l1z { grid-template-columns: 1fr !important; }

  

  
  .dqdxj { display: flex !important; flex-direction: column !important; }
  .dqdxj .frhdrh { display: contents; }
  .dqdxj .qnrogfl { order: 0; }
  .dqdxj .yv7pwt { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .dqdxj .jm7wrz { order: 2; padding: 0 16px 12px !important; }
  .dqdxj .qoy93akz { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .vd4pl .frhdrh { display: flex; flex-direction: column; }
  .vd4pl .frhdrh .yv7pwt { order: 1; }
  .vd4pl .frhdrh .c8l1z { order: 2; margin: 8px 0 24px !important; }
  .vd4pl .frhdrh .qoy93akz { order: 3; }
  .vd4pl .frhdrh .dtucslk { order: 4; align-self: center; margin-top: 0; }

  
  .rjkh.ezx1qe {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .rjkh.ezx1qe .l1uan9 { display: contents; padding: 0; }
  .rjkh.ezx1qe .l1uan9 .yv7pwt { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .rjkh.ezx1qe .zrbyx2ub { order: 2; padding: 12px 16px; }
  .rjkh.ezx1qe .l1uan9 .qoy93akz { order: 3; padding: 0 24px; margin: 0 auto; }
  .rjkh.ezx1qe .l1uan9 .dtucslk { order: 4; align-self: center; margin: 8px 0 32px; }
}
.ah8o5 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.bf52p9q { width: 100%; height: auto; display: block; border-radius: 10px; }
.wu0m .ah8o5        { border-radius: 16px; }
.wu0m .bf52p9q  { border-radius: 16px; }
.mo3g6 .ah8o5         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.mo3g6 .bf52p9q   { border-radius: 8px; }
.dml5qn { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.ll29zpo { width: 100%; padding: 32px 0; position: relative; }
.ctxv { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.paqb .ll29zpo:nth-child(even) { background: var(--bg-surface); }
.paqb .ll29zpo:nth-child(odd)  { background: var(--bg-page); }
.iqhe9mo .ll29zpo:nth-child(even) { background: var(--bg-card); }
.iqhe9mo .ll29zpo:nth-child(odd)  { background: var(--bg-page); }
.paqb .ll29zpo:nth-child(odd)  .ctxv { background: var(--bg-card); border-radius: 6px; }
.paqb .ll29zpo:nth-child(even) .ctxv { background: var(--bg-raised); border-radius: 6px; }
.iqhe9mo .ll29zpo:nth-child(odd)  .ctxv { background: var(--bg-card); border-radius: 6px; }
.iqhe9mo .ll29zpo:nth-child(even) .ctxv { background: var(--bg-raised); border-radius: 6px; }
.paqb .ll29zpo:nth-child(even) .u8989 .w9os,
.iqhe9mo .ll29zpo:nth-child(even) .u8989 .w9os { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.paqb .ll29zpo:nth-child(odd) .u8989 .w9os,
.iqhe9mo .ll29zpo:nth-child(odd) .u8989 .w9os { background: var(--bg-card-inner); }
.paqb .ll29zpo:nth-child(even) .dedbx6 .w9os:nth-child(odd),
.iqhe9mo .ll29zpo:nth-child(even) .dedbx6 .w9os:nth-child(odd)  { background: var(--bg-card); }
.paqb .ll29zpo:nth-child(even) .dedbx6 .w9os:nth-child(even),
.iqhe9mo .ll29zpo:nth-child(even) .dedbx6 .w9os:nth-child(even) { background: var(--bg-card-inner); }
h1.l2urww { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.l2urww {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.a7ht80 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.je76upe0 h2.l2urww {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.v2p6x1t h2.l2urww {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.dyl1inv h2.l2urww {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.gv2i h2.l2urww::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.h6c4af h2.l2urww {
  color: var(--text-primary); font-size: 1.7rem;
}
.rlogob h2.l2urww::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.xw8sk h2.l2urww {
  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) { .wvhyj { display: none; } }
.wd58fs { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.fulo3vj { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.battjgix {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.llvf8cy { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.juu6htdw { padding-left: 20px; }
.juu6htdw li { margin-bottom: 6px; }
.juu6htdw a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.juu6htdw a:hover { color: var(--accent-light); }
.jmdg7m .llvf8cy { display: none; }
.mz00nr .llvf8cy { display: none; }
.mz00nr .juu6htdw { padding-left: 0; list-style: none; }
.mz00nr .juu6htdw li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.mz00nr .juu6htdw a { font-size: 0.92rem; }
.uhy39 .battjgix { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.uhy39 .llvf8cy { display: none; }
.uhy39 .juu6htdw { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.uhy39 .juu6htdw li { margin-bottom: 0; }
.uhy39 .juu6htdw 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;
}
.uhy39 .juu6htdw a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.dwfdgg .battjgix { padding: 20px 20px 16px; }
.dwfdgg .juu6htdw {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.dwfdgg .juu6htdw li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.dwfdgg .juu6htdw 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;
}
.dwfdgg .juu6htdw 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;
}
.dwfdgg .juu6htdw a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.dwfdgg .juu6htdw a:focus,
.dwfdgg .juu6htdw a:focus-visible,
.dwfdgg .juu6htdw a:target { outline: none; }
.dwfdgg .juu6htdw li:target a { border-color: var(--border); color: var(--text-muted); }
.zsfsesm .battjgix { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.zsfsesm .llvf8cy { display: none; }
.zsfsesm .juu6htdw { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.zsfsesm .juu6htdw li { counter-increment: toc-n; margin-bottom: 0; }
.zsfsesm .juu6htdw 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;
}
.zsfsesm .juu6htdw 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;
}
.zsfsesm .juu6htdw a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.g3kqz7 .battjgix { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.g3kqz7 .llvf8cy { display: none; }
.g3kqz7 .juu6htdw { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.g3kqz7 .juu6htdw li { margin-bottom: 0; }
.g3kqz7 .juu6htdw 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;
}
.g3kqz7 .juu6htdw a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.sr61p .battjgix { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.sr61p .llvf8cy { display: none; }
.sr61p .juu6htdw { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.sr61p .juu6htdw li { margin-bottom: 0; }
.sr61p .juu6htdw li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.sr61p .juu6htdw li:last-child::after { content: ""; margin-right: 0; }
.sr61p .juu6htdw a { font-size: 0.9rem; }
.w9os { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.u8989 .w9os { background: var(--bg-card); }
.dedbx6 .w9os:nth-child(odd)  { background: var(--bg-card); }
.dedbx6 .w9os:nth-child(even) { background: var(--bg-raised); }
.qq4ox .w9os {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.qq4ox .w9os:last-child { border-bottom: none; }
.qq4ox h3.a7ht80 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.y02s86f3 .w9os {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.y02s86f3 .w9os + .w9os { margin-top: 4px; }
.ii06h086 .w9os { background: none; border-radius: 0; padding: 12px 0; }
.ii06h086 .w9os + .w9os { border-top: 1px solid var(--border-section); }
.wsavx0 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.s6os { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.a99gskpe { color: var(--text-body); margin-bottom: 10px; }
.dc2arwq, .l3e5 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.dc2arwq li, .l3e5 li { margin-bottom: 6px; }
.l3e5 li { list-style: decimal; }
.eo44st5r     .dc2arwq { list-style-type: "● "; }
.pu7or3  .dc2arwq { list-style-type: "■ "; }
.p6l7fbv .dc2arwq { list-style-type: "◆ "; }
.s8em    .dc2arwq { list-style-type: "★ "; }
.eo44st5r     .sefos { list-style-type: "● "; }
.pu7or3  .sefos { list-style-type: "■ "; }
.p6l7fbv .sefos { list-style-type: "◆ "; }
.s8em    .sefos { list-style-type: "★ "; }
.eo44st5r    .dc2arwq li::marker, .eo44st5r    .sefos li::marker,
.pu7or3 .dc2arwq li::marker, .pu7or3 .sefos li::marker,
.p6l7fbv .dc2arwq li::marker, .p6l7fbv .sefos li::marker,
.s8em   .dc2arwq li::marker, .s8em   .sefos li::marker {
  color: var(--cta); font-size: 1em;
}
.eo44st5r .l3e5,
.pu7or3 .l3e5,
.p6l7fbv .l3e5,
.s8em .l3e5 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.eo44st5r .l3e5 li,
.pu7or3 .l3e5 li,
.p6l7fbv .l3e5 li,
.s8em .l3e5 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.eo44st5r .l3e5 li::before,
.pu7or3 .l3e5 li::before,
.p6l7fbv .l3e5 li::before,
.s8em .l3e5 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;
}
.eo44st5r     .l3e5 li::before { border-radius: 50%; }
.pu7or3  .l3e5 li::before { border-radius: 3px; }
.p6l7fbv .l3e5 li::before { border-radius: 3px; }
.s8em    .l3e5 li::before { border-radius: 50%; }
.iqpgf9p { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.vhcyt .iqpgf9p,
.zhnp .iqpgf9p { background: transparent; border: none; border-radius: 0; }
.rx2tgyx { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.rx2tgyx th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.rx2tgyx td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.rx2tgyx tr:hover td { background: var(--bg-hover); }
.mrp47e7v .rx2tgyx tbody tr:nth-child(even) td { background: var(--bg-surface); }
.tu4ofe60 .rx2tgyx { border: 1px solid var(--border-alt); }
.tu4ofe60 .rx2tgyx th,
.tu4ofe60 .rx2tgyx td { border: 1px solid var(--border-alt); }
.gb2no .rx2tgyx th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.gb2no .rx2tgyx td { border-bottom: none; }
.gb2no .rx2tgyx tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.zujvyt .rx2tgyx th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.secgyinz .iqpgf9p {
  overflow: hidden;
}
.secgyinz .rx2tgyx th { border-bottom: 1px solid var(--border-alt); }
.secgyinz .rx2tgyx tr:last-child td { border-bottom: none; }
.stxd66 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.y1d7w { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.kv73m { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.f0thk1j { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.hzwje { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.sefos { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.sefos 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%}
.gem3ch0 .f0thk1j { background: transparent; text-align: center; }
.vbnec4 .kv73m {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.x00wdvn6 .kv73m {
  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);
}
.nlqnpf .y1d7w { display: grid; grid-template-columns: auto 1fr; }
.nlqnpf .kv73m {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.nlqnpf .f0thk1j { grid-column: 2; }
.nlqnpf .hzwje,
.nlqnpf .sefos { grid-column: 1 / -1; }
.p9y306qr .y1d7w { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.p9y306qr .kv73m {
  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);
}
.p9y306qr .f0thk1j { grid-column: 2; }
.p9y306qr .hzwje,
.p9y306qr .sefos { grid-column: 1 / -1; }
.c6drbyk3 .y1d7w { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.c6drbyk3 .f0thk1j { background: none; color: var(--accent-light); font-weight: 700; }
.az6a .y1d7w { 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); }
.az6a .f0thk1j { background: none; color: var(--accent-light); font-weight: 700; }
.fmc9p .y1d7w { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.fmc9p .y1d7w:last-child { border-bottom: none; }
.fmc9p .f0thk1j { background: none; color: var(--accent-light); font-weight: 700; }
.on3za0s .y1d7w { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.on3za0s .f0thk1j { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.hg3lc9 .stxd66 { counter-reset: card-n; }
.hg3lc9 .y1d7w  { counter-increment: card-n; }
.hg3lc9 .f0thk1j { display: flex; align-items: center; gap: 10px; }
.hg3lc9 .f0thk1j::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;
}
.q6i2010a .y1d7w { background: var(--bg-surface); border: 1px solid var(--border); }
.q6i2010a .f0thk1j { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.dkv0c { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.dkv0c         { --cl-hue: var(--accent); }
.uwov     { --cl-hue: #16a34a; }
.ft7dc    { --cl-hue: #2563eb; }
.uwov, .r1pe5, .ft7dc, .bh4y {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.ota3pbf4 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.ota3pbf4::before { color: var(--cl-hue); }
.dkv0c strong { color: var(--text-primary); font-size: 0.95rem; }
.dkv0c p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.tp09 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.j4k4g, .ka0a4h { border-radius: 8px; padding: 14px; }
.j4k4g { background: var(--bg-pros); }
.ka0a4h { background: var(--bg-cons); }
.ow2ii6yo { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.j4k4g .ow2ii6yo { color: var(--c-pros-label); }
.ka0a4h .ow2ii6yo { color: #f87171; }
.j4k4g ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ka0a4h ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.bf52p9q { width: 100%; height: auto; border-radius: 10px; display: block; }
.fzyea56t {
  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;
}
.fzyea56t:hover { opacity: 0.85; }
.vmeto .fzyea56t  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.vmeto .fzyea56t:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.m4n8d8l .fzyea56t  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.m4n8d8l .fzyea56t:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.vmeto .o021j.fzyea56t, .m4n8d8l .o021j.fzyea56t,
.vmeto .m3zgsa .fzyea56t, .m4n8d8l .m3zgsa .fzyea56t {
  background: var(--cta); border: none; color: #fff;
}
.vmeto .o021j.fzyea56t:hover, .m4n8d8l .o021j.fzyea56t:hover,
.vmeto .m3zgsa .fzyea56t:hover, .m4n8d8l .m3zgsa .fzyea56t:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.bv0u .dtucslk { border-radius: 50px; }
.bv0u .fzyea56t  { border-radius: 50px; }
.tznc .dtucslk,
.tznc .fzyea56t { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.tznc .dtucslk:hover,
.tznc .fzyea56t:hover { filter: brightness(1.08); opacity: 1; }
.lvtwhmd .dtucslk,
.lvtwhmd .fzyea56t { box-shadow: 0 3px 14px -2px var(--cta); }
.lvtwhmd .dtucslk:hover,
.lvtwhmd .fzyea56t:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.v8n14 .dtucslk,
.v8n14 .fzyea56t { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.v8n14 .dtucslk:hover,
.v8n14 .fzyea56t:hover { opacity: 1; }
.v8n14 .dtucslk:active,
.v8n14 .fzyea56t:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.wfis1dq .dtucslk,
.wfis1dq .fzyea56t { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.wfis1dq .dtucslk:hover,
.wfis1dq .fzyea56t:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.wfis1dq .dtucslk:active,
.wfis1dq .fzyea56t:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.olrrg .dtucslk,
.olrrg .fzyea56t { position: relative; overflow: hidden; }
.olrrg .dtucslk::before,
.olrrg .fzyea56t::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;
}
.olrrg .dtucslk:hover::before,
.olrrg .fzyea56t:hover::before { left: 135%; }
.w9jsx .dtucslk,
.w9jsx .fzyea56t { border-radius: 0; }
.yptvdnu .dtucslk { padding-left: 22px; padding-right: 22px; }
.yptvdnu .fzyea56t  { padding-left: 12px; padding-right: 12px; }
.v58vn .dtucslk { padding-left: 44px; padding-right: 44px; }
.v58vn .fzyea56t  { padding-left: 24px; padding-right: 24px; }
.hbzb .dtucslk { padding-left: 56px; padding-right: 56px; }
.hbzb .fzyea56t  { padding-left: 32px; padding-right: 32px; }
.b3g6sinp   .dtucslk::after, .b3g6sinp   .fzyea56t::after,
.kll5 .dtucslk::after, .kll5 .fzyea56t::after,
.a6ju    .dtucslk::after, .a6ju    .fzyea56t::after,
.g6cih    .dtucslk::after, .g6cih    .fzyea56t::after,
.qim1pgjm    .dtucslk::after, .qim1pgjm    .fzyea56t::after,
.pn2l5v     .dtucslk::after, .pn2l5v     .fzyea56t::after,
.z9z5hzkz    .dtucslk::after, .z9z5hzkz    .fzyea56t::after,
.bzm3wq   .dtucslk::after, .bzm3wq   .fzyea56t::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;
}
.b3g6sinp .dtucslk::after, .b3g6sinp .fzyea56t::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");
}
.kll5 .dtucslk::after, .kll5 .fzyea56t::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");
}
.a6ju .dtucslk::after, .a6ju .fzyea56t::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");
}
.g6cih .dtucslk::after, .g6cih .fzyea56t::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");
}
.qim1pgjm .dtucslk::after, .qim1pgjm .fzyea56t::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");
}
.pn2l5v .dtucslk::after, .pn2l5v .fzyea56t::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");
}
.z9z5hzkz .dtucslk::after, .z9z5hzkz .fzyea56t::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");
}
.bzm3wq .dtucslk::after, .bzm3wq .fzyea56t::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");
}
.pkztj7   .m2e0::after, .pkztj7   .ku3q5f7::after,
.fatfwca6 .m2e0::after, .fatfwca6 .ku3q5f7::after,
.t45i    .m2e0::after, .t45i    .ku3q5f7::after,
.icc5s    .m2e0::after, .icc5s    .ku3q5f7::after,
.qvpjdvui    .m2e0::after, .qvpjdvui    .ku3q5f7::after,
.qhxxp261     .m2e0::after, .qhxxp261     .ku3q5f7::after,
.ty9dlbqu    .m2e0::after, .ty9dlbqu    .ku3q5f7::after,
.fzzhb19e   .m2e0::after, .fzzhb19e   .ku3q5f7::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;
}
.pkztj7 .m2e0::after, .pkztj7 .ku3q5f7::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");
}
.fatfwca6 .m2e0::after, .fatfwca6 .ku3q5f7::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");
}
.t45i .m2e0::after, .t45i .ku3q5f7::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");
}
.icc5s .m2e0::after, .icc5s .ku3q5f7::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");
}
.qvpjdvui .m2e0::after, .qvpjdvui .ku3q5f7::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");
}
.qhxxp261 .m2e0::after, .qhxxp261 .ku3q5f7::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");
}
.ty9dlbqu .m2e0::after, .ty9dlbqu .ku3q5f7::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");
}
.fzzhb19e .m2e0::after, .fzzhb19e .ku3q5f7::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");
}
.u49k8yc7 {
  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;
}
.kyg4n5 {
  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;
}
.kyg4n5 > * { min-width: 0; }
.kyg4n5:hover { background: var(--bg-hover); }
.kyg4n5 > [itemprop="item"] { display: contents; }
.kyg4n5 [itemprop="itemReviewed"],
.kyg4n5 [itemprop="reviewRating"] { display: none; }
.kyg4n5::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;
}
.pnul0ck5 {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.vi00 {
  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;
}
.tblm44u { max-height: 52px; max-width: 110px; object-fit: contain; }
.s7gn58 {
  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;
}
.ajr9 .vi00    { background: #1a1a1a; }
.wxmv .vi00   { background: rgba(128,128,128,.12); }
.uher54h .vi00 { background: var(--bg-raised); }
.zmoz4v1 .vi00    { background: transparent; padding: 0; }
.d94f8u {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.y035gb { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.k7nem { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.na7go1e8 {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.t7mw2t1 {
  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;
}
.j3n5l {
  
  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%;
}
.hg19nhe {
  
  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;
}
.o021j {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.o021j.fzyea56t {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .kyg4n5 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .kyg4n5::before    { grid-area: rank;   }
  .pnul0ck5           { grid-area: ident;  }
  .d94f8u     { grid-area: rating; min-width: 0; width: auto; }
  .na7go1e8           { grid-area: pills;  }
  .o021j             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .kyg4n5 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .kyg4n5::before    { justify-self: center; }
  .pnul0ck5           { width: 100%; }
  .d94f8u     { justify-self: center; }
  .na7go1e8           { grid-template-columns: 1fr; }
}
.dxlx {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.kjoxnc {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.p75zqrb {
  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;
}
.p75zqrb img { max-width: 80px; max-height: 50px; object-fit: contain; }
.r1drhu { flex: 1; }
.r1drhu h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.km01 { color: var(--c-stars); font-size: 1.1rem; }
.try2 { margin-bottom: 8px; }
.i6cdzu {
  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);
}
.i6cdzu > span { color: var(--accent); font-weight: 700; }
.y9zgq em, .slgxt em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .i6cdzu { padding: 10px 16px; gap: 6px 16px; } }
.m3zgsa { flex-shrink: 0; align-self: flex-start; }
.m3zgsa .fzyea56t { white-space: nowrap; }
@media (max-width: 560px) {
  .kjoxnc { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .p75zqrb { order: 1; }
  .m3zgsa { order: 2; margin-left: auto; align-self: center; }
  .r1drhu { order: 3; flex: 1 1 100%; min-width: 0; }
}
.fv19 img.p5zoy3 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.vhcyt { padding: 20px 24px; }
.tc6rr0e { color: var(--text-muted); margin-bottom: 16px; }
.yolr { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.fswx691, .r0wf { list-style: none; font-size: 0.9rem; }
.fswx691 li { color: var(--c-pros); margin-bottom: 4px; }
.r0wf li { color: var(--c-cons); margin-bottom: 4px; }
.fswx691 li::before { content: "✓"; margin-right: 5px; }
.r0wf li::before { content: "✗"; margin-right: 5px; }
.oh1ykzty .fswx691 li::before { content: "→"; }
.oh1ykzty .r0wf li::before { content: "–"; }
.dpj8w  .fswx691 li::before { content: "★"; }
.dpj8w  .r0wf li::before { content: "✕"; }
.z1bpt84    .fswx691 li::before { content: "◆"; }
.z1bpt84    .r0wf li::before { content: "▲"; }
.qq6v  .fswx691 li::before { content: "▶"; }
.qq6v  .r0wf li::before { content: "■"; }
.b4k9 { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.r6exw { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.l5uz { background: var(--bg-pros); color: var(--c-tag-pay); }
.jp3j { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.igfc7g .jp3j { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.l6dmoky .jp3j { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .jhc67vgq .fdy4ked {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .jhc67vgq .dxlx { margin: 0; }
}
.ke75ral .kjoxnc { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.ke75ral .r1drhu h3 { color: var(--accent-light); }
.ke75ral .p75zqrb { background: var(--bg-page); border: 1px solid var(--border); }
.pdf4us .dxlx { border-top: 4px solid var(--accent); }
.pdf4us .kjoxnc { background: var(--bg-card); }
.ap0t1t3 .dxlx { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.ap0t1t3 .kjoxnc { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.ap0t1t3 .vhcyt { padding: 14px 16px; }
.ap0t1t3 .p75zqrb { border-radius: 4px; }
.ap0t1t3 .jp3j { border-radius: 0; }
.g4h7f8m .kjoxnc { padding: 0; gap: 0; overflow: hidden; }
.g4h7f8m .p75zqrb { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.g4h7f8m .r1drhu { padding: 16px 20px; }
.g4h7f8m .m3zgsa { padding: 16px 20px; align-self: center; }
.h33x8 .km01 { font-size: .95rem; }
.zhnp .tp09 { gap: 10px; }
.zhnp .j4k4g, .zhnp .ka0a4h { padding: 12px; }
.zhnp .j4k4g ul, .zhnp .ka0a4h ul { margin: 4px 0 0; padding-left: 18px; }
.zhnp .j4k4g li, .zhnp .ka0a4h li { font-size: .85rem; margin-bottom: 3px; }
.o6ogw .r6exw { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .ep1mpr9k { grid-template-columns: 1fr; }
  .vcys0xv { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .vcys0xv .t3e09 { width: 72px; height: 50px; }
  .vcys0xv .hlbknffo { max-width: 180px; }
  .vcys0xv .dknu { width: auto; }
}
.fdvb0y .h33x8 .km01 { filter: brightness(1.2); }
@media (max-width: 720px) {
  .fdvb0y { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .sp3hc4 { padding: 16px; }
  .h4f9bw .za1v5h36 { min-width: 50%; }
}
.oc7jt .tp09 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .f63c { grid-template-columns: 1fr; }
  .jpnzsta7 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .lfl93w0 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .nwkp { flex-wrap: wrap; padding: 16px; }
}
.rtf1 .tp09 { gap: 8px; }
.rtf1 .j4k4g, .rtf1 .ka0a4h { padding: 8px; }
@media (max-width: 480px) {
  .igk8lzp { flex-direction: column; align-items: stretch; }
}
.jqkcx9qq .dknu .fzyea56t { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .nc4gic { flex-direction: column; align-items: stretch; gap: 10px; }
  .jqkcx9qq .dknu { text-align: center; }
}
@media (max-width: 720px) {
  .s85p60 { grid-template-columns: 1fr; }
  .uz0n { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ebv3 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.loc8 .f38ch1e3 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.cuhky40 .km01 { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .e7fecw { grid-template-columns: 1fr; }
  .cuhky40 { width: 100px; height: 100px; margin: 16px auto; }
  .loc8 { font-size: 1.4rem; }
  .xkxidxx { justify-content: center; }
  .ci7ver9m .za1v5h36 { min-width: 50%; }
}
.nrtrnsr .tp09 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .cs30 { flex-wrap: wrap; padding: 14px 16px; }
  .hr47m { padding: 12px 16px; }
  .nrtrnsr .tp09 { margin: 0 16px; }
  .nrtrnsr .o6ogw { padding: 0 16px; }
  .hnb8cm3 { padding: 12px 16px; }
}
.crkwyt .kyg4n5 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.crkwyt .kyg4n5:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.f8psd7 .u49k8yc7 { gap: 18px; }
.f8psd7 .kyg4n5 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.f8psd7 .kyg4n5:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.wkl7 .u49k8yc7 {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.wkl7 .kyg4n5 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.wkl7 .kyg4n5:last-child { border-bottom: none; }
.wkl7 .pnul0ck5,
.wkl7 .d94f8u,
.wkl7 .na7go1e8 {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.i48t .u49k8yc7 { gap: 0; }
.i48t .kyg4n5 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.i48t .kyg4n5:last-child { border-bottom: none; }
.i48t .kyg4n5:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.i48t .kyg4n5:nth-child(even):hover { background: var(--bg-hover); }
.j9d72d3 .kyg4n5 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.d3pipoj .na7go1e8 .t7mw2t1 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.d3pipoj .na7go1e8 .t7mw2t1:first-child { border-left: none; }
.pnal0ej .na7go1e8 .t7mw2t1 {
  background: transparent; padding: 4px 8px;
}
.pnal0ej .na7go1e8 .j3n5l { font-size: .65rem; opacity: .65; }
.pnal0ej .na7go1e8 .hg19nhe   { font-size: 1.15rem; color: var(--accent-light); }
.alfu1u .na7go1e8 .t7mw2t1 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.k7nem { display: none; }
.zzjzq7 .y035gb { font-size: 1rem; letter-spacing: 2px; }
.xtvuwm4 .y035gb {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.uit797g .y035gb,
.lq3j .y035gb,
.pin41q3 .y035gb { display: none; }
.uit797g .k7nem,
.lq3j .k7nem,
.pin41q3 .k7nem { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.uit797g .k7nem { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.uit797g .k7nem small { display: none; }
.lq3j .k7nem {
  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;
}
.lq3j .k7nem small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.pin41q3 .k7nem {
  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;
}
.pin41q3 .k7nem small { display: none; }
.uit797g .try2 .km01,
.lq3j .try2 .km01,
.pin41q3 .try2 .km01 { display: none; }
.uit797g .try2 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.uit797g .f38ch1e3 { display: none; }
.lq3j .try2 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;
}
.lq3j .ejbo,
.lq3j .f38ch1e3 { font-size: 1em; }
.pin41q3 .try2 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.pin41q3 .f38ch1e3 { display: none; }
.q9bllk { margin: 16px 0; }
.o336zl { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.o336zl summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.o336zl summary::after { content: "+"; color: var(--accent-light); }
.o336zl[open] summary::after { content: "−"; }
.o336zl p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.ll29zpo { margin-bottom: 0; }
.d78akr h2.l2urww { color: var(--text-primary); border-color: var(--accent-light); }
.jcg5x h2.l2urww { color: var(--text-primary); border-color: var(--accent-light); }
.omxko6 .uwov     { background: #052e16; border-color: #10b981; }
.omxko6 .ft7dc    { background: #1e1036; border-color: #a855f7; }
.omxko6 .dkv0c strong  { color: #f1f5f9; }
.omxko6 .dkv0c p       { color: #cbd5e1; }
.omxko6 .obk83    .uwov     .ota3pbf4::before,
.omxko6 .hy8kh  .uwov     .ota3pbf4::before,
.omxko6 .inhlrg6  .uwov     .ota3pbf4::before,
.omxko6 .j0wxwvtt .uwov     .ota3pbf4::before { color: #10b981; }
.omxko6 .obk83    .r1pe5 .ota3pbf4::before,
.omxko6 .hy8kh  .r1pe5 .ota3pbf4::before,
.omxko6 .inhlrg6  .r1pe5 .ota3pbf4::before,
.omxko6 .j0wxwvtt .r1pe5 .ota3pbf4::before { color: #f43f5e; }
.omxko6 .obk83    .ft7dc    .ota3pbf4::before,
.omxko6 .hy8kh  .ft7dc    .ota3pbf4::before,
.omxko6 .inhlrg6  .ft7dc    .ota3pbf4::before,
.omxko6 .j0wxwvtt .ft7dc    .ota3pbf4::before { color: #a855f7; }
.qlld .uwov     { background: #2d2000; border-color: #eab308; }
.qlld .ft7dc    { background: #2d1600; border-color: #f97316; }
.qlld .dkv0c strong  { color: #f1f5f9; }
.qlld .dkv0c p       { color: #cbd5e1; }
.qlld .obk83    .uwov     .ota3pbf4::before,
.qlld .hy8kh  .uwov     .ota3pbf4::before,
.qlld .inhlrg6  .uwov     .ota3pbf4::before,
.qlld .j0wxwvtt .uwov     .ota3pbf4::before { color: #eab308; }
.qlld .obk83    .r1pe5 .ota3pbf4::before,
.qlld .hy8kh  .r1pe5 .ota3pbf4::before,
.qlld .inhlrg6  .r1pe5 .ota3pbf4::before,
.qlld .j0wxwvtt .r1pe5 .ota3pbf4::before { color: #ef4444; }
.qlld .obk83    .ft7dc    .ota3pbf4::before,
.qlld .hy8kh  .ft7dc    .ota3pbf4::before,
.qlld .inhlrg6  .ft7dc    .ota3pbf4::before,
.qlld .j0wxwvtt .ft7dc    .ota3pbf4::before { color: #f97316; }
.ndw2kyfa .uwov     { background: #0c1a2e; border-color: #38bdf8; }
.ndw2kyfa .ft7dc    { background: #0a2020; border-color: #2dd4bf; }
.ndw2kyfa .dkv0c strong  { color: #f1f5f9; }
.ndw2kyfa .dkv0c p       { color: #cbd5e1; }
.ndw2kyfa .obk83    .uwov     .ota3pbf4::before,
.ndw2kyfa .hy8kh  .uwov     .ota3pbf4::before,
.ndw2kyfa .inhlrg6  .uwov     .ota3pbf4::before,
.ndw2kyfa .j0wxwvtt .uwov     .ota3pbf4::before { color: #38bdf8; }
.ndw2kyfa .obk83    .r1pe5 .ota3pbf4::before,
.ndw2kyfa .hy8kh  .r1pe5 .ota3pbf4::before,
.ndw2kyfa .inhlrg6  .r1pe5 .ota3pbf4::before,
.ndw2kyfa .j0wxwvtt .r1pe5 .ota3pbf4::before { color: #818cf8; }
.ndw2kyfa .obk83    .ft7dc    .ota3pbf4::before,
.ndw2kyfa .hy8kh  .ft7dc    .ota3pbf4::before,
.ndw2kyfa .inhlrg6  .ft7dc    .ota3pbf4::before,
.ndw2kyfa .j0wxwvtt .ft7dc    .ota3pbf4::before { color: #2dd4bf; }
.vqok::before,
.j0fzn::before { margin-right: 5px; }
.i0kc8tlk .j4k4g ul li,
.i0kc8tlk .fswx691 li         { color: #4ade80; }
.i0kc8tlk .j4k4g .vqok { color: #22c55e; }
.i0kc8tlk .ka0a4h ul li,
.i0kc8tlk .r0wf li         { color: #f87171; }
.i0kc8tlk .ka0a4h .j0fzn { color: #ef4444; }
.x6mq .j4k4g { background: var(--bg-pros); }
.x6mq .ka0a4h { background: var(--bg-cons); }
.x6mq .j4k4g .vqok { color: var(--c-pros-label); }
.x6mq .ka0a4h .j0fzn { color: var(--c-cons); }
.x6mq .j4k4g ul li,
.x6mq .fswx691 li            { color: var(--c-pros); }
.x6mq .ka0a4h ul li,
.x6mq .r0wf li            { color: var(--c-cons); }
.y1j0fp .j4k4g { background: var(--bg-pros); }
.y1j0fp .ka0a4h { background: var(--bg-cons); }
.y1j0fp .j4k4g .vqok { color: var(--c-pros-label); }
.y1j0fp .ka0a4h .j0fzn { color: var(--c-cons); }
.y1j0fp .j4k4g ul li,
.y1j0fp .fswx691 li          { color: var(--c-pros); }
.y1j0fp .ka0a4h ul li,
.y1j0fp .r0wf li          { color: var(--c-cons); }
.lmnmgm .vqok::before { content: "✓ "; }
.lmnmgm .j0fzn::before { content: "✗ "; }
.oh1ykzty .vqok::before { content: "→ "; }
.oh1ykzty .j0fzn::before { content: "← "; }
.dpj8w .vqok::before { content: "★ "; }
.dpj8w .j0fzn::before { content: "✕ "; }
.z1bpt84 .vqok::before { content: "◆ "; }
.z1bpt84 .j0fzn::before { content: "▲ "; }
.l6dmoky .dkv0c { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.l6dmoky .dkv0c strong { color: var(--text-primary); }
.l6dmoky .dkv0c p      { color: var(--text-muted); }
.igfc7g .dkv0c { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.pznh2u .dkv0c {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.pznh2u .dkv0c strong,
.pznh2u .dkv0c p { color: #fff; }
.pznh2u .ota3pbf4::before { color: rgba(255,255,255,0.9) !important; }
.u7jf .dkv0c {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.u7jf .dkv0c strong { color: var(--text-primary); }
.u7jf .dkv0c p      { color: var(--text-muted); }
.dmmg8p1q .dkv0c { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.obk83 .ota3pbf4,
.hy8kh .ota3pbf4,
.inhlrg6 .ota3pbf4,
.j0wxwvtt .ota3pbf4 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.obk83 .ota3pbf4::before,
.hy8kh .ota3pbf4::before,
.inhlrg6 .ota3pbf4::before,
.j0wxwvtt .ota3pbf4::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.obk83 .uwov     .ota3pbf4::before { content: "✦"; color: var(--c-tip-border); }
.obk83 .r1pe5 .ota3pbf4::before { content: "▲"; color: var(--c-warn-border); }
.obk83 .ft7dc    .ota3pbf4::before { content: "◉"; color: #60a5fa; }
.hy8kh .uwov     .ota3pbf4::before { content: "★"; color: var(--c-tip-border); }
.hy8kh .r1pe5 .ota3pbf4::before { content: "◆"; color: var(--c-warn-border); }
.hy8kh .ft7dc    .ota3pbf4::before { content: "●"; color: #60a5fa; }
.inhlrg6 .uwov     .ota3pbf4::before { content: "▶"; color: var(--c-tip-border); }
.inhlrg6 .r1pe5 .ota3pbf4::before { content: "■"; color: var(--c-warn-border); }
.inhlrg6 .ft7dc    .ota3pbf4::before { content: "▸"; color: #60a5fa; }
.j0wxwvtt .uwov     .ota3pbf4::before { content: "→"; color: var(--c-tip-border); }
.j0wxwvtt .r1pe5 .ota3pbf4::before { content: "⬥"; color: var(--c-warn-border); }
.j0wxwvtt .ft7dc    .ota3pbf4::before { content: "◈"; color: #60a5fa; }
.e6iip .u8989 .w9os,
.e6iip .dedbx6 .w9os  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.e6iip .y1d7w                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.e6iip .kyg4n5                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.e6iip .dxlx            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.e6iip .iqpgf9p          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.e6iip .battjgix                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.cv74 .u8989 .w9os,
.cv74 .dedbx6 .w9os,
.cv74 .y1d7w,
.cv74 .kyg4n5,
.cv74 .dxlx,
.cv74 .iqpgf9p,
.cv74 .battjgix,
.cv74 .dmmg8p1q .dkv0c { box-shadow: none; }
.skgu   .a99gskpe, .skgu .wsavx0, .skgu .s6os,
.skgu   .wd58fs, .skgu .fulo3vj { font-size: 0.9rem; }
.skgu   .dc2arwq, .skgu .l3e5 { font-size: 0.9rem; }
.ec1ftf6   .a99gskpe, .ec1ftf6 .wsavx0, .ec1ftf6 .s6os,
.ec1ftf6   .wd58fs, .ec1ftf6 .fulo3vj { font-size: 0.95rem; }
.ec1ftf6   .dc2arwq, .ec1ftf6 .l3e5 { font-size: 0.95rem; }
.tcqcd6   .a99gskpe, .tcqcd6 .wsavx0, .tcqcd6 .s6os,
.tcqcd6   .wd58fs, .tcqcd6 .fulo3vj { font-size: 1.08rem; }
.tcqcd6   .dc2arwq, .tcqcd6 .l3e5 { font-size: 1.05rem; }
.tcqcd6   .rx2tgyx { font-size: 0.97rem; }
.dvmq8l .yv7pwt      { font-size: 3.2rem; }
.dvmq8l h2.l2urww { font-size: 1.9rem; }
.dvmq8l h3.a7ht80     { font-size: 1.4rem; }
.wb93 .yv7pwt      { font-size: 3.8rem; }
.wb93 h2.l2urww { font-size: 2.2rem; }
.wb93 h3.a7ht80     { font-size: 1.6rem; }
.ll29zpo + .ll29zpo { position: relative; }
.iuxbu5   .ll29zpo + .ll29zpo::before,
.hd0jq8y7  .ll29zpo + .ll29zpo::before,
.jbmw   .ll29zpo + .ll29zpo::before,
.tr9j914p   .ll29zpo + .ll29zpo::before,
.n3gp   .ll29zpo + .ll29zpo::before,
.zmuagonc .ll29zpo + .ll29zpo::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.iuxbu5 .ll29zpo + .ll29zpo::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.hd0jq8y7 .ll29zpo + .ll29zpo::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.jbmw .ll29zpo + .ll29zpo::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;
}
.tr9j914p .ll29zpo + .ll29zpo::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.epmk3 .ll29zpo { margin-bottom: 16px; }
.epmk3 .ll29zpo + .ll29zpo { margin-top: 0; }
.epmk3 .ctxv { padding-top: 0; padding-bottom: 0; }
.n3gp .ll29zpo + .ll29zpo::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.zmuagonc .ll29zpo + .ll29zpo::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.pfwn .ll29zpo + .ll29zpo::before,
.zspg .ll29zpo + .ll29zpo::before,
.tt7bclh .ll29zpo + .ll29zpo::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%;
}
.paqb .pfwn .ll29zpo:nth-child(even)::before,
.paqb .zspg .ll29zpo:nth-child(even)::before,
.paqb .tt7bclh .ll29zpo:nth-child(even)::before { background: var(--bg-surface); }
.iqhe9mo .pfwn .ll29zpo:nth-child(even)::before,
.iqhe9mo .zspg .ll29zpo:nth-child(even)::before,
.iqhe9mo .tt7bclh .ll29zpo:nth-child(even)::before { background: var(--bg-card); }
.pfwn .ll29zpo + .ll29zpo::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");
}
.zspg .ll29zpo + .ll29zpo::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");
}
.tt7bclh .ll29zpo + .ll29zpo::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");
}
.wvm5 .b703yz,
.wsuim .b703yz,
.aog30yr .b703yz { overflow: hidden; }
.wvm5 .frhdrh,
.wsuim .frhdrh { margin-bottom: 60px; }
.aog30yr .frhdrh { margin-bottom: 70px; }
.wvm5 .b703yz::before,
.wsuim .b703yz::before,
.aog30yr .b703yz::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.wvm5 .b703yz::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");
}
.wsuim .b703yz::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");
}
.aog30yr .b703yz::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.xy6bjm5 .b703yz:not(.xk7tvt) .qnrogfl { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ym5fu .b703yz:not(.xk7tvt) .qnrogfl { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.glbqj  .b703yz:not(.xk7tvt) .qnrogfl { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.trki  .b703yz:not(.xk7tvt) .qnrogfl { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.xy6bjm5 .xk7tvt { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.ym5fu .xk7tvt { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.glbqj .xk7tvt { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.trki .xk7tvt { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.lbk73b .xk7tvt { background: var(--accent); }
.lbk73b .xk7tvt .qnrogfl { background: none; }
.lbk73b .dbxa4wr { background: var(--accent); }
.lbk73b .rjkh { background: var(--accent-bg); }
.lbk73b .b703yz:not(.xk7tvt) .qnrogfl { background: rgba(0,0,0,0.6); }
.f9lp .ah8o5 { float: left; width: 38%; margin: 0 28px 16px 0; }
.f9lp .ah8o5 .bf52p9q { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.f9lp .ctxv::after { content: ''; display: block; clear: both; }
.lrk7z .ah8o5 { float: right; width: 38%; margin: 0 0 16px 28px; }
.lrk7z .ah8o5 .bf52p9q { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.lrk7z .ctxv::after { content: ''; display: block; clear: both; }
.u3cuygut .ll29zpo:nth-child(odd)  .ah8o5 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.u3cuygut .ll29zpo:nth-child(even) .ah8o5 { float: right; width: 38%; margin: 0 0 16px 28px; }
.u3cuygut .ah8o5 .bf52p9q { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.u3cuygut .ctxv::after { content: ''; display: block; clear: both; }
.f9lp .stxd66,
.f9lp .u49k8yc7,
.lrk7z .stxd66,
.lrk7z .u49k8yc7,
.u3cuygut .stxd66,
.u3cuygut .u49k8yc7 { clear: both; }
@media (max-width: 900px) {
  .f9lp .ah8o5,
  .lrk7z .ah8o5,
  .u3cuygut .ll29zpo:nth-child(odd)  .ah8o5,
  .u3cuygut .ll29zpo:nth-child(even) .ah8o5 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .f9lp .ah8o5 .bf52p9q,
  .lrk7z .ah8o5 .bf52p9q,
  .u3cuygut .ah8o5 .bf52p9q {
    max-height: none !important;
  }
}
.f9lp .dc2arwq,
.f9lp .l3e5,
.lrk7z .dc2arwq,
.lrk7z .l3e5,
.u3cuygut .dc2arwq,
.u3cuygut .l3e5 { overflow: hidden; }
@media (max-width: 640px) {
  .f9lp .ah8o5,
  .lrk7z .ah8o5,
  .u3cuygut .ah8o5 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.xpcgudet .dml5qn,
.xpcgudet .ctxv,
.xpcgudet .umtpo1s  { max-width: 1100px; }
.xpcgudet { --content-mw: 1100px; }
.lruj24vo .dml5qn,
.lruj24vo .ctxv,
.lruj24vo .umtpo1s  { max-width: 1200px; }
.i1mm1ul .dml5qn,
.i1mm1ul .ctxv,
.i1mm1ul .umtpo1s  { max-width: 1320px; }
.qoae4d { font-size: 0.82rem; color: var(--text-muted); }
.ndxm { display: flex; align-items: center; }
.cqpxo {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.at3rve8n { display: flex; align-items: center; }
.czy21t { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.czy21t:hover { text-decoration: underline; }
.lg9zr3xp { margin: 0 3px; opacity: 0.45; }
.lg9zr3xp::before { content: '/'; }
.ih5p3msy { padding: 2px 5px; color: var(--text-main); }
.eb9vuwlf .qoae4d {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.eb9vuwlf .ndxm { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.ihm3j13g .qoae4d {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ihm3j13g .ndxm { padding: 0 0 0 12px; }
.bobow .ndxm { padding: 0 16px; }
.bobow .qoae4d {
  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);
}
.bobow .dml5qn { padding-top: 28px; }
@media (max-width: 720px) {
  .x5tq2y6f { margin-top: 18px; padding: 0 16px; }
  .bobow .dml5qn { padding-top: 16px; }
}
.xpcgudet.eb9vuwlf .ndxm { max-width: 1100px; }
.lruj24vo.eb9vuwlf .ndxm { max-width: 1200px; }
.i1mm1ul.eb9vuwlf .ndxm { max-width: 1320px; }
.xpcgudet .x5tq2y6f { max-width: 1100px; }
.g63pwrvn .ll29zpo { padding-top: 16px; padding-bottom: 16px; }
.nxhr1r .ll29zpo { padding-top: 24px; padding-bottom: 24px; }
.dg03kqnq .ll29zpo { padding-top: 40px; padding-bottom: 40px; }
.cft6qu .ll29zpo { padding-top: 52px; padding-bottom: 52px; }
.grri4tm .ll29zpo:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.grri4tm .ll29zpo:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.grri4tm .ll29zpo:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.grri4tm .ll29zpo:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.czbzix .ctxv { padding-top: 10px;  padding-bottom: 10px; }
.g7tstoq .ctxv { padding-top: 18px;  padding-bottom: 18px; }
.tzn6jjg .ctxv { padding-top: 36px;  padding-bottom: 36px; }
.lu8vq .ctxv { padding-top: 48px;  padding-bottom: 48px; }
.ftpl3 h2.l2urww { font-weight: 600; }
.ftpl3 h3.a7ht80     { font-weight: 600; }
.btazoka { font-weight: 500; }
.btazoka h2.l2urww { font-weight: 800; }
.btazoka h3.a7ht80     { font-weight: 700; }
.jhtttb h2.l2urww { font-weight: 900; }
.jhtttb h3.a7ht80     { font-weight: 800; }
.jhtttb .dkv0c strong,
.jhtttb .dkv0c strong { font-weight: 600; }
.m2e0 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.wr7ql5 .m2e0 { display: none; }
@media (max-width: 640px) {
  .m2e0 { display: none !important; }
}
.m2e0 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.m2e0:hover { opacity: 0.85; }
.j1vu3a .m2e0 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.v67b5 .ku3q5f7 { right: 32px; }
@media (max-width: 480px) {
  .v67b5 .ku3q5f7 { right: 20px; bottom: 20px; }
  .heu35  .ku3q5f7 { left: 20px; bottom: 20px; }
}
.fjwkg5k { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.umtpo1s { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.s1jynfl { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.g8nxo { color: var(--text-dim); font-size: 0.8rem; }
.brfh5i1 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.brfh5i1 img { height: 26px; width: auto; object-fit: contain; }
.lba9hw a, .ig7w9daz a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.lba9hw a:hover, .ig7w9daz a:hover { color: var(--accent-light); }
.ig7w9daz { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.sm6fqf .umtpo1s { text-align: center; }
.sm6fqf .ig7w9daz { justify-content: center; margin-bottom: 16px; }
.sm6fqf .s1jynfl { margin-top: 0; }
.iawodq { margin-top: 10px; }
.iawodq a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .umtpo1s { padding-left: 16px; padding-right: 16px; }
  .yj2toq .umtpo1s { padding: 20px 16px; }
  .ig7w9daz { gap: 4px 12px; }
  .s1jynfl { font-size: 0.78rem; }
}
.a79frza .rzgck6 .brfh5i1 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.a79frza .s1jynfl { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.a79frza .g8nxo { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .a79frza .uezytpig { grid-template-columns: 1fr 1fr; } .a79frza .rzgck6 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .a79frza .uezytpig { grid-template-columns: 1fr; } }
.opj6bbno .brfh5i1 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.opj6bbno .s1jynfl { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .opj6bbno .h4oo { gap: 12px; } .opj6bbno .brfh5i1 { margin-right: 0; width: 100%; } }
.puw8u .s3s5 .brfh5i1 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.puw8u .s1jynfl { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.puw8u .g8nxo { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .puw8u .giox9u { grid-template-columns: 1fr 1fr; } .puw8u .s3s5 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .puw8u .giox9u { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .g2qmz9 .js4z { grid-template-columns: 1fr 1fr; } .g2qmz9 .kwcn5:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .g2qmz9 .js4z { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .nnfy .js4z { grid-template-columns: 1fr; } }
.k0725ysb .umtpo1s { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.k0725ysb .ig7w9daz { justify-content: center; }
.bsss7 .dtks2n      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.bsss7 .fjwkg5k { background: var(--bg-page); border-top-color: var(--border-alt); }
.sgli55yi .dtks2n      { background: #0d1117; border-bottom-color: #21262d; }
.sgli55yi .qd2qr04 { color: var(--accent-light); }
.sgli55yi .nk2r0 { --msep-color: #8b949e; }
.sgli55yi .nk2r0 a { color: #8b949e; }
.sgli55yi .nk2r0 a:hover { color: var(--accent-light); }
.sgli55yi .kj3mu6pk { color: #8b949e; }
.sgli55yi .fjwkg5k { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.sgli55yi .s1jynfl,
.sgli55yi .g8nxo { color: #6e7681; }
.sgli55yi .lba9hw a, .sgli55yi .ig7w9daz a,
.sgli55yi .brfh5i1 { color: #e6edf3; }
.sgli55yi .lba9hw a:hover, .sgli55yi .ig7w9daz a:hover,
@media (max-width: 640px) {
  .sgli55yi .nk2r0 { background: #0d1117; border-top-color: #21262d; }
  .sgli55yi .nk2r0 li a { border-bottom-color: #21262d; }
}
.raukpo .dtks2n      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.raukpo .qd2qr04 { color: var(--accent-light); }
.raukpo .nk2r0 { --msep-color: #475569; }
.raukpo .nk2r0 a { color: #475569; }
.raukpo .nk2r0 a:hover { color: var(--accent-light); }
.raukpo .kj3mu6pk { color: #64748b; }
.raukpo .fjwkg5k { background: #f0f4f8; border-top-color: #cbd5e1; }
.raukpo .s1jynfl,
.raukpo .g8nxo { color: #64748b; }
.raukpo .lba9hw a, .raukpo .ig7w9daz a,
.raukpo .w9e9 a, .raukpo .brfh5i1 { color: #374151; }
.raukpo .lba9hw a:hover, .raukpo .ig7w9daz a:hover,
@media (max-width: 640px) {
  .raukpo .nk2r0 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .raukpo .nk2r0 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.lk4j2mcd .dtks2n      { background: var(--accent); border-bottom-color: var(--accent-light); }
.lk4j2mcd .qd2qr04 { color: #fff; }
.lk4j2mcd .nk2r0 { --msep-color: rgba(255,255,255,0.82); }
.lk4j2mcd .nk2r0 a { color: rgba(255,255,255,0.82); }
.lk4j2mcd .nk2r0 a:hover { color: #fff; }
.lk4j2mcd .kj3mu6pk { color: rgba(255,255,255,0.9); }
.lk4j2mcd .fjwkg5k { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.lk4j2mcd .s1jynfl,
.lk4j2mcd .g8nxo { color: rgba(255,255,255,0.72); }
.lk4j2mcd .lba9hw a, .lk4j2mcd .ig7w9daz a,
.lk4j2mcd .w9e9 a, .lk4j2mcd .brfh5i1 { color: #fff; }
.lk4j2mcd .lba9hw a:hover, .lk4j2mcd .ig7w9daz a:hover,
@media (max-width: 640px) {
  .lk4j2mcd .nk2r0 { background: var(--accent); border-top-color: var(--accent-light); }
  .lk4j2mcd .nk2r0 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.qr8zby4v .dtks2n {
  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);
}
.qr8zby4v .fjwkg5k {
  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) {
  .qr8zby4v .nk2r0 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.b0qocn .i27qju { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.a8897o .i27qju { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.bbn4hs .i27qju { min-height: 72px; height: auto; }
.gqfxdd .i27qju { min-height: 84px; height: auto; }
.yj2toq .i27qju { max-width: none; padding: 0 32px; }
.yj2toq .umtpo1s  { max-width: none; padding: 24px 32px; }
.cwohm.lruj24vo .i27qju { max-width: 1200px; }
.cwohm.i1mm1ul .i27qju { max-width: 1320px; }
.m3p0sc   .qd2qr04, .m3p0sc   .brfh5i1 { text-transform: capitalize; }
.xul48k .qd2qr04, .xul48k .brfh5i1 { text-transform: lowercase; }
.qql7y1 .qd2qr04, .qql7y1 .brfh5i1 { text-transform: uppercase; letter-spacing: 0.06em; }
.a8cdn, .a7n2eu4 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.vd3kwb4 .a8cdn,
.vd3kwb4 .a7n2eu4 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.q31aacr4 .a8cdn,
.q31aacr4 .a7n2eu4 { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.rhu281af .a8cdn,
.rhu281af .a7n2eu4 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.ph8h .a8cdn,
.ph8h .a7n2eu4 { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.g7gl   .nk2r0 a { font-weight: 500; }
.am144bpg .nk2r0 a { font-weight: 600; }
.msj22km     .nk2r0 a { font-weight: 700; }
.gwz7    .nk2r0 a { font-weight: 800; letter-spacing: 0.01em; }
.pjej4     .nk2r0 > li + li::before,
.ertcicmb    .nk2r0 > li + li::before,
.wba1lwy    .nk2r0 > li + li::before,
.yvaaqs3 .nk2r0 > li + li::before,
.yzfg7vtq .nk2r0 > li + li::before,
.hm0gl  .nk2r0 > li + li::before,
.l3ern    .nk2r0 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.pjej4     .nk2r0 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.ertcicmb    .nk2r0 > li + li::before { content: "|"; }
.wba1lwy    .nk2r0 > li + li::before { content: "—"; }
.yvaaqs3 .nk2r0 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.yzfg7vtq .nk2r0 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.hm0gl  .nk2r0 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.l3ern    .nk2r0 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .jsip8ss .kj3mu6pk,
  .bfcn4 .kj3mu6pk,
  .uyxki6s8 .kj3mu6pk,
  .s5919c1 .kj3mu6pk,
  .zyjfcv .kj3mu6pk {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .jsip8ss .kj3mu6pk::before,
  .bfcn4 .kj3mu6pk::before,
  .uyxki6s8 .kj3mu6pk::before,
  .s5919c1 .kj3mu6pk::before,
  .zyjfcv .kj3mu6pk::before { content: ""; display: block; flex-shrink: 0; }

  
  .jsip8ss .kj3mu6pk::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;
  }

  
  .bfcn4 .kj3mu6pk::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;
  }

  
  .uyxki6s8 .kj3mu6pk::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;
  }

  
  .s5919c1 .kj3mu6pk::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;
  }

  
  .zyjfcv .kj3mu6pk::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) {
  .euokaxh .kj3mu6pk {
    padding: 5px 14px;
  }
  .euokaxh .nk2r0 {
    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;
  }
  .euokaxh .nk2r0 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .euokaxh .nk2r0 li a:hover { background: var(--bg-raised); }
  .euokaxh .kdy7r,
  .u6ce9de7 .kdy7r,
  .x2dozb .kdy7r { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .t4i6pc .kj3mu6pk {
    padding: 5px 10px;
  }
  .t4i6pc .nk2r0 {
    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);
  }
  .t4i6pc .nk2r0.tn05 { transform: translateX(0); }
  .t4i6pc .nk2r0 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .t4i6pc .nk2r0 li:last-child a { border-bottom: none; }
  .lk4j2mcd .nk2r0,
  .sgli55yi .nk2r0 { background: var(--accent) !important; }
  .lk4j2mcd .nk2r0 li a,
  .sgli55yi .nk2r0 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .x2dozb .kj3mu6pk {
    padding: 5px 10px;
  }
  .x2dozb .nk2r0 {
    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);
  }
  .x2dozb .nk2r0::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .x2dozb .nk2r0.tn05 { transform: translateY(0); }
  .x2dozb .nk2r0 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .e7aer .kj3mu6pk {
    padding: 5px 10px;
  }
  .e7aer .nk2r0 {
    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;
  }
  .e7aer .nk2r0.tn05 { opacity: 1; pointer-events: auto; }
  .e7aer .nk2r0 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .j99a     .kj3mu6pk { border-radius: 0 !important; }
  .qj0x3agw   .kj3mu6pk { border-radius: 8px !important; }
  .gnwjyc .kj3mu6pk { border-radius: 50% !important; }
  .wvqapqov   .kj3mu6pk { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .acti .qhwzs { flex-direction: column; align-items: stretch; }
  .acti .e1j1z { flex-direction: row; min-width: auto; }
  .acti .m2672 { align-items: flex-start; text-align: left; }
}
.m59seshc,
.m59seshc.ll29zpo,
.paqb .m59seshc,
.wsve5 .m59seshc,
.iqhe9mo .m59seshc,
.fhelrn8x .m59seshc {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.qm6stpz {
  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;
}
.bxbh { flex: 1 1 280px; min-width: 0; }
.vt6jp3nw {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.cdy5q {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.n34kd {
  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;
}
.n34kd:hover { transform: translateY(-1px); opacity: 0.95; }
.dvgiiuyv .qm6stpz {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.dvgiiuyv .vt6jp3nw { color: var(--cta); }
.dvgiiuyv .cdy5q { color: var(--text-body); }
.dvgiiuyv .n34kd {
  background: var(--cta) !important;
  color: #fff !important;
}
.vphx .qm6stpz {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.vphx .vt6jp3nw { color: var(--text-primary); }
.vphx .cdy5q { color: var(--text-body); }
.vphx .n34kd {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .qm6stpz {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .bxbh { flex: 0 0 auto; }
  .vt6jp3nw { font-size: 1.2rem; }
  .n34kd { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.w0ok7a6 .s4q4983b { height: 36px; }
.uy1e4zv .s4q4983b { height: 60px; max-width: 200px; }
.tokmo .s4q4983b { height: 56px; max-width: 180px; }
.tbwq    .y035gb, .tbwq    .km01 { color: #f59e0b; }
.lgw1a      .y035gb { font-size: 1rem; letter-spacing: 1.5px; }
.lgw1a      .km01   { font-size: 1.35rem; }
.hoybg8    .y035gb, .hoybg8    .km01 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.lt8gp3     .y035gb, .lt8gp3     .km01 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.p9txt3wh .y035gb, .p9txt3wh .km01 { color: var(--cta); letter-spacing: 2px; }
.uyglle   .y035gb, .uyglle   .km01 { color: #e91e63; letter-spacing: 2px; }
.nqukbljs  .y035gb, .nqukbljs  .km01 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.tid2q     .y035gb, .tid2q     .km01 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.d3pipoj .t7mw2t1 + .t7mw2t1 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.banoj .kyg4n5 { padding: 18px 24px; min-height: 68px; }
.pnal0ej .j3n5l {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.pnal0ej .hg19nhe {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.alfu1u .t7mw2t1 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.u49k8yc7 { counter-reset: cs-rank; }
.u49k8yc7 .kyg4n5 { counter-increment: cs-rank; }
.u49k8yc7 .kyg4n5::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;
}
.en4yk .u49k8yc7 { counter-reset: cs-rank; gap: 0; }
.en4yk .kyg4n5 {
  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;
}
.en4yk .kyg4n5::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;
}
.en4yk .pnul0ck5 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.en4yk .vi00 {
  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;
}
.en4yk .tblm44u { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.en4yk .pnul0ck5 { min-width: 0; flex-direction: column; width: 100%; }
.en4yk .s7gn58 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.en4yk .y035gb { color: var(--cta, var(--accent)); }
.en4yk .k7nem { font-weight: 700; }
.en4yk .t7mw2t1 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.en4yk .j3n5l {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.en4yk .hg19nhe {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.en4yk .zmgzfd .hg19nhe { font-size: 1.3rem; color: var(--accent-light); }
.en4yk .o021j {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.en4yk .kyg4n5:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .en4yk .u49k8yc7 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .en4yk .kyg4n5 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .en4yk .kyg4n5 { padding: 40px 16px 20px; }
  .en4yk .t7mw2t1 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .en4yk .o021j { width: 100%; min-width: 0; }
}
.tipy .u49k8yc7 { counter-reset: cs-rank; gap: 10px; }
.tipy .kyg4n5 {
  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);
}
.tipy .kyg4n5::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);
}
.tipy .pnul0ck5 {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.tipy .vi00 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.tipy .tblm44u { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.tipy .s7gn58 {
  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;
}
.tipy .y035gb { color: var(--cta, var(--accent)); }
.tipy .t7mw2t1 {
  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;
}
.tipy .j3n5l {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.tipy .hg19nhe { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.tipy .zmgzfd .hg19nhe { color: var(--accent-light); }
.tipy .o021j {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.tipy .kyg4n5:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .tipy .kyg4n5 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .tipy .kyg4n5::before {
    position: absolute; top: 14px; left: 14px;
  }
  .tipy .pnul0ck5 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .tipy .s7gn58 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .tipy .t7mw2t1 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .tipy .o021j { width: 100%; min-width: 0; }
  .tipy .y035gb { min-width: 0; }
}
.hmzcw .kyg4n5::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.h6hzmw8f .o336zl {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.h6hzmw8f .o336zl summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.h6hzmw8f .o336zl p { padding: 0 2px 16px; }
.a9u3 .o336zl { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.a9u3 .o336zl summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.a9u3 .o336zl summary::after { content: "›"; font-size: 1.2em; }
.a9u3 .o336zl[open] summary::after { content: "‹"; }
.a9u3 .o336zl p { padding: 10px 22px 4px; }
.f18y6i .o336zl {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.f18y6i .o336zl summary { color: var(--text-primary); padding-left: 16px; }
.f18y6i .o336zl summary::after { content: "›"; font-size: 1.1em; }
.f18y6i .o336zl[open] summary::after { content: "‹"; }
.f18y6i .o336zl p { padding-left: 16px; }
.cbabo .q9bllk { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.cbabo .o336zl {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.cbabo .o336zl:last-child { border-bottom: none; }
.cbabo .o336zl summary { color: var(--text-primary); border-radius: 0; }
.cbabo .o336zl summary::after { content: "›"; font-size: 1.1em; }
.cbabo .o336zl[open] summary::after { content: "‹"; }
.ahbllxkw .o336zl { overflow: hidden; }
.ahbllxkw .o336zl summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.ahbllxkw .o336zl summary::after { color: rgba(255,255,255,.75); }
.ahbllxkw .o336zl[open] summary { border-radius: 0; }
.fedti8j { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.jh31sei {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.kp81vg {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.x01x3 { color: var(--text-muted); font-size: 1.05rem; }
.chcz4t {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.di04 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.ff4d3q { margin-bottom: 20px; }
.bz20xnbi {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.ty52y {
  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;
}
.ty52y:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.i1jz { resize: vertical; min-height: 130px; }
.ayeveit { width: 100%; margin-top: 8px; }
.dx7c {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.x101g {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.f5q40 { color: var(--text-muted); line-height: 1.75; }
.kr7lm { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.kr7lm li { margin-bottom: 6px; }
.m466mld0 { max-width: 760px; margin: 0 auto; }
.nx4u { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.lt4b0h ul.kr7lm { margin: 0; }
.gpana { max-width: 900px; margin: 0 auto; }
.ls3l5 { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.ls3l5:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.ls3l5 .nx4u { margin: 0; font-size: 1rem; }
.ls3l5 .va4vi p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .ls3l5 { grid-template-columns: 1fr; gap: 10px; } }
.p49nkw8m .nx4u { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.freptw .kr7lm { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .b7pvd21a { grid-template-columns: 1fr; } }
.gr973g3 { color: inherit; text-decoration: none; }
.gr973g3:hover { color: var(--accent-light); text-decoration: underline; }
.rtv837gz { display: inline-block; line-height: 0; }
.s5kolcis { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.opmb2u6g { margin-bottom: 48px; }
.fya0ox5b { max-width: 760px; margin: 0 auto; }
.htwf { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.htwf:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.blx9du { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.htwf p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.htwf ul.kr7lm { margin: 0; }
.rdn7zi { color: var(--text-muted); line-height: 1.75; }
.j827 .kr7lm,
.f6ng1 .kr7lm,
.ivxubml8 .kr7lm,
.rdgj8b .kr7lm {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.j827 .htwf,
.f6ng1 .htwf { text-align: left; }
.j827 .blx9du,
.f6ng1 .blx9du { text-align: center; }
.ywv2fx { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.lcrmqk { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.aoqgt { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.kopm2es { margin-top: 12px; }
.kpluudn7 { 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; }
.kpluudn7:hover { border-bottom-color: var(--accent-light); }
.hptotu6 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.hptotu6 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fa8hg8q { border-radius: 50%; }
.rh2x7ia { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.oskchh { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
.zbws41uy { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
@media (max-width: 640px) { .zbws41uy { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.vrlyt .aoqgt, .vrlyt .lcrmqk { max-width: 640px; }
.uygwsi0 .ywv2fx { font-size: 1.6rem; margin-top: 18px; }
.rqnc5hhk .aoqgt { margin-bottom: 28px; }
@media (max-width: 860px) { .tpzv2kcz { grid-template-columns: 1fr; } .uygwsi0 { position: static; text-align: center; } }
.oc6znfi .hptotu6 { margin: 0 auto 18px; }
.oc6znfi .rh2x7ia { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .h9040v { grid-template-columns: 1fr; } }
.krhw837 .ywv2fx { font-size: 1.6rem; margin-bottom: 6px; }
.rdgj8b .kr7lm { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .krhw837 { flex-direction: column; text-align: center; } .om3he3 { grid-template-columns: 1fr; } }
.g5gn .ywv2fx { font-size: 1.35rem; margin: 0 0 4px; }
.g5gn .rh2x7ia { margin: 0; }
.lnjh2 .kp81vg { color: var(--accent-light); }
.k9byd .kp81vg { font-size: 2rem; }
.k9byd .x01x3 { max-width: 680px; }
.j0ago7m .kp81vg { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.j0ago7m .x01x3  { margin: 0; }
@media (max-width: 640px) { .j0ago7m { flex-direction: column; } }
.cavqdd .kp81vg { color: var(--accent-light); }
.a96hld .kp81vg { color: #fff; }
.a96hld .x01x3  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .he61 { grid-template-columns: 1fr; } }
.eby76l .ty52y {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.eby76l .ty52y:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.l34iwgw .ty52y { background: var(--bg-raised); border-color: transparent; }
.l34iwgw .ty52y:focus { background: var(--bg-card); border-color: var(--accent-light); }
.jbtjphv .ty52y { border-radius: 100px; padding: 11px 20px; }
.jbtjphv .i1jz { border-radius: 14px; }
@media (max-width: 640px) { .pt8sv0 { grid-template-columns: 1fr; } }
.bjrw1nic{position:relative;overflow:visible}
.htgssg .lze208c{display:block}
.o8nu4 .fc5k7c{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.rx5k1fqg{--date-bg:transparent}
.tvdq425 .yxd6ie45::before{content:""}
.lld42yuc{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.p0z4uat{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.n4wt7g{display:flex;flex-direction:column;gap:3px}
.ri6pp{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.sam1zps{font-weight:700;font-size:1rem;color:var(--text-heading)}
.n6p0nui{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.vmbs .lld42yuc{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.xjql3vyd .lld42yuc{border-top:3px solid var(--accent);padding-top:18px}
.pu0ddoc .lld42yuc{border-left:3px solid var(--accent);border-radius:0}
.morpqs4 .lld42yuc{padding:20px 0}
@media(max-width:640px){
  .lld42yuc{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .n6p0nui{max-width:100%}
}
.mwtj .iqpgf9p{margin:0}
@media (max-width:560px){
  .e5or5{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) {
  .ni0sop { padding: 28px 18px 20px; }
  .mv2l { font-size: 1.2rem; }
  .db0n { max-width: 220px; max-height: 80px; }
}
.ckr8l {
  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);
}
.fk809n {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.ogf57  .ckr8l { border-radius: 50%; }
.k2zyau1  .ckr8l { border-radius: 6px; }
.tae4go .ckr8l { border-radius: 22px; }
.k25yj .qm6stpz {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .ckr8l { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.ee2yem0j .ll29zpo {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.ee2yem0j .ctxv {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.ee2yem0j .qm6stpz {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.od2imr .ll29zpo,
.od2imr .ctxv {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.od2imr .qm6stpz {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
@media (max-width: 640px) {
  .od2imr { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .od2imr .qm6stpz {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .od2imr .cdy5q { display: none !important; }
  .od2imr .vt6jp3nw { font-size: 1.1rem !important; }
  .od2imr .ckr8l { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .rb8o0 { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .i27qju { flex-direction: row-reverse; }
[dir="rtl"] .nk2r0 { flex-direction: row-reverse; }
[dir="rtl"] .v67b5 .ku3q5f7 { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .v67b5 .ku3q5f7 { right: auto; left: 20px; }
  [dir="rtl"] .heu35  .ku3q5f7 { left: auto;  right: 20px; }
}
[dir="rtl"] .f9lp .ah8o5  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .lrk7z .ah8o5 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .dc2arwq, [dir="rtl"] .l3e5 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .j4k4g { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .ka0a4h { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .dkv0c { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .qm6stpz { direction: rtl; }
[dir="rtl"] .ckr8l { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .kyg4n5,
[dir="rtl"] .qoae4d { direction: rtl; }
[dir="rtl"] .battjgix { direction: rtl; }
[dir="rtl"] .juu6htdw { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .eo44st5r .l3e5,
[dir="rtl"] .pu7or3 .l3e5,
[dir="rtl"] .p6l7fbv .l3e5,
[dir="rtl"] .s8em .l3e5 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .eo44st5r .l3e5 li::before,
[dir="rtl"] .pu7or3 .l3e5 li::before,
[dir="rtl"] .p6l7fbv .l3e5 li::before,
[dir="rtl"] .s8em .l3e5 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .b703yz.wtkr28t .frhdrh,
[dir="rtl"] .tphpda.wtkr28t .frhdrh,
[dir="rtl"] .xk7tvt.wtkr28t .frhdrh,
[dir="rtl"] .dqdxj.wtkr28t .frhdrh,
[dir="rtl"] .vd4pl.wtkr28t .frhdrh { text-align: right; }
[dir="rtl"] .rjkh.wtkr28t .l1uan9 { align-items: flex-end; text-align: right; }
[dir="rtl"] .ctxv,
[dir="rtl"] .wd58fs,
[dir="rtl"] .fulo3vj,
[dir="rtl"] .frhdrh { text-align: right; }
[dir="rtl"] .di04,
[dir="rtl"] .bz20xnbi,
[dir="rtl"] .aoqgt,
[dir="rtl"] .ty52y,
[dir="rtl"] .i1jz { text-align: right; direction: rtl; }
[dir="rtl"] .jbtjphv .ty52y,
[dir="rtl"] .eby76l .ty52y { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #c79558;
  --brand:           #c79558;
  --brand-light:     #8e6a3d;
  --brand-pale:      #ae8f6a;
  --grad-start:      #dec09c;
  --grad-end:        #e9ddce;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #f59e0b;
  --cta-light:       #d48603;
  --cta-hover:       #bb7807;
  --bg-page:         #f7f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f4f4;
  --bg-raised:       #f0efee;
  --bg-hover:        #f5f4f4;
  --border:          #e8e5e2;
  --border-alt:      #dbd6d1;
  --border-section:  #e8e5e2;
  --text-primary:    #1b1917;
  --text-muted:      #5e5953;
  --text-body:       #36332f;
  --text-sub:        #514c47;
  --text-faint:      #878077;
  --text-dim:        #9f9992;
  --text-label:      #6c665f;
  --text-value:      #43403b;
  --accent-bg:       #eeeae6;
  --accent-bg-light: #e5dcd0;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f1f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf4f3;
  --c-pros:          #1c8625;
  --c-cons:          #9f2c21;
  --c-pros-label:    #229f2c;
  --c-tip-border:    #25b030;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #1c8625;
}
:root { --logo-bg-opacity: 59%; }
body, button, input { font-family: "Inter", sans-serif; }
.rsmu .ota3pbf4 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.rsmu .ota3pbf4::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.rsmu .uwov     .ota3pbf4::before { content: "";  color: var(--c-tip-border); }.rsmu .r1pe5 .ota3pbf4::before { content: ""; color: var(--c-warn-border); }.rsmu .ft7dc    .ota3pbf4::before { content: ""; color: #60a5fa; }.omxko6 .rsmu .uwov     .ota3pbf4::before { color: #10b981; }.omxko6 .rsmu .r1pe5 .ota3pbf4::before { color: #f43f5e; }.omxko6 .rsmu .ft7dc    .ota3pbf4::before { color: #a855f7; }.qlld  .rsmu .uwov     .ota3pbf4::before { color: #eab308; }.qlld  .rsmu .r1pe5 .ota3pbf4::before { color: #ef4444; }.qlld  .rsmu .ft7dc    .ota3pbf4::before { color: #f97316; }.ndw2kyfa  .rsmu .uwov     .ota3pbf4::before { color: #38bdf8; }.ndw2kyfa  .rsmu .r1pe5 .ota3pbf4::before { color: #818cf8; }.ndw2kyfa  .rsmu .ft7dc    .ota3pbf4::before { color: #2dd4bf; }.yhe0 .rsmu .ota3pbf4::before { color: var(--accent-light) !important; }
.aqel .e180gu, .aqel .rjkh { min-height: 420px; }
.lg9zr3xp::before { content: '•'; }