: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;
}
.sswprapp {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.ss9eyk {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.j61fkjy {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.frg6kb { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.iwcdt { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.iwcdt a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.iwcdt a:hover { color: var(--accent-light); }
.g01pnyvu  .s2htjc { border-radius: 14px; }
.g01pnyvu .s2htjc li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.g01pnyvu .s2htjc li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.w8juyzn  .s2htjc li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .s2htjc {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .a0ywvtpc:hover .s2htjc,
  .a0ywvtpc:focus-within .s2htjc { display: block; }
  .s2htjc li a { padding: 8px 16px; font-size: 0.88rem; }
}
.lwdv5 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.uj04xa { display: none; }
@media (max-width: 640px) {
  .uj04xa {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .uj04xa.bgy9 { display: block; }
}
@media (max-width: 640px) {
  .lwdv5 { display: block; }
  .iwcdt > li + li::before { display: none !important; }
  .iwcdt {
    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;
  }
  .iwcdt.bgy9 { display: flex; }
  .iwcdt li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .iwcdt li:last-child a { border-bottom: none; }
}
.pebf { min-height: 480px; }
.hth1 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.tsq7ehyw { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.qfbp2 .tsq7ehyw { margin-left: 0; margin-right: 0; }
.gp1d {
  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;
}
.gp1d:hover { opacity: 0.88; }
.pova4 .hth1 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.pova4 .tsq7ehyw { color: #e2e8f0; }
.pova4.qiyy0y .pzkkhdkm { text-align: center; }
.n870hue .hth1 { color: var(--text-primary); text-shadow: none; }
.n870hue .tsq7ehyw { color: var(--text-muted); }
.n870hue .gp1d { margin-top: 16px; }
.n870hue, .n870hue.pebf { min-height: auto !important; }
.n870hue.qiyy0y .pzkkhdkm { text-align: center; }
.n870hue~.tflttnr{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.n870hue~.tflttnr .i4ee7{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.lxxh5ft3 .hth1 { color: #fff; }
.lxxh5ft3 .tsq7ehyw { color: rgba(255,255,255,0.85); }
.lxxh5ft3 .gp1d { background: #fff; color: var(--cta); }
.lxxh5ft3 .gp1d:hover { opacity: 0.92; }
.elfb .x15w { position: relative; overflow: hidden; }
.elfb .x15w::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;
}
.hta99b2 .x15w {
  animation: hg-breathe 7s ease-in-out infinite;
}
.edhuz .x15w { position: relative; overflow: hidden; }
.edhuz .x15w::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;
}
.qo9onf .x15w { position: relative; overflow: hidden; }
.qo9onf .x15w::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.e610 .x15w {
  animation: hg-fadein 1.2s ease-out both;
}
.x15w {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.cieg9 {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.qymuq4 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.fm3akrim {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.x15w .hth1 { text-shadow: none; color: var(--text-primary); }
.x15w .tsq7ehyw { color: var(--text-muted); }
.x15w.qiyy0y .cieg9 { align-items: center; text-align: center; }
.x15w.qfbp2   .cieg9 { align-items: flex-start; text-align: left; }
.ci0u .qymuq4 { position: relative; }
.ci0u .qymuq4::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.ci0u.wtpmmyo .qymuq4::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.qt5hj .qymuq4 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.qt5hj .fm3akrim {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.qt5hj.wtpmmyo .qymuq4 { padding: 32px 0 32px 32px; }
.na27r .qymuq4 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.na27r .fm3akrim {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.wtpmmyo .cieg9 {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.na27r.wtpmmyo .qymuq4 { padding: 40px 16px 40px 48px; }
.pj3zv .qymuq4 { display: flex !important; align-items: center; justify-content: center; position: relative; }
@media (max-width: 700px) {
  .x15w { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .x15w .qymuq4 { display: none !important; }
  .pj3zv .qymuq4 { display: none !important; }
  .ptb4f13u .g1hl2tl { display: none !important; }
  .zlp2 .hlhh2t { display: none !important; }
  .cieg9  { padding: 36px 24px; }
  .x15w~.tflttnr,.wtpmmyo~.tflttnr{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .pebf, .x15w { min-height: 320px !important; }
  
  .hth1 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .m1jznwu { display: none !important; }
  
  .e0jrw9a { flex-direction: column; align-items: center; }
  .hbjtnc3 { width: 100%; max-width: 340px; }
}
.t58s { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.uze3vdvr { width: 100%; height: auto; display: block; border-radius: 10px; }
.x5m1o5m .t58s        { border-radius: 16px; }
.x5m1o5m .uze3vdvr  { border-radius: 16px; }
.yoxj .t58s         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.yoxj .uze3vdvr   { border-radius: 8px; }
.jzsh0 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.tvin { width: 100%; padding: 32px 0; position: relative; }
.zzq1e56j { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.mngm .tvin:nth-child(even) { background: var(--bg-surface); }
.mngm .tvin:nth-child(odd)  { background: var(--bg-page); }
.pw0y .tvin:nth-child(even) { background: var(--bg-card); }
.pw0y .tvin:nth-child(odd)  { background: var(--bg-page); }
.mngm .tvin:nth-child(odd)  .zzq1e56j { background: var(--bg-card); border-radius: 6px; }
.mngm .tvin:nth-child(even) .zzq1e56j { background: var(--bg-raised); border-radius: 6px; }
.pw0y .tvin:nth-child(odd)  .zzq1e56j { background: var(--bg-card); border-radius: 6px; }
.pw0y .tvin:nth-child(even) .zzq1e56j { background: var(--bg-raised); border-radius: 6px; }
.mngm .tvin:nth-child(even) .kww0zb3u .kizjblah,
.pw0y .tvin:nth-child(even) .kww0zb3u .kizjblah { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.mngm .tvin:nth-child(odd) .kww0zb3u .kizjblah,
.pw0y .tvin:nth-child(odd) .kww0zb3u .kizjblah { background: var(--bg-card-inner); }
.mngm .tvin:nth-child(even) .ocfw .kizjblah:nth-child(odd),
.pw0y .tvin:nth-child(even) .ocfw .kizjblah:nth-child(odd)  { background: var(--bg-card); }
.mngm .tvin:nth-child(even) .ocfw .kizjblah:nth-child(even),
.pw0y .tvin:nth-child(even) .ocfw .kizjblah:nth-child(even) { background: var(--bg-card-inner); }
h1.z5wpee6r { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.z5wpee6r {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.gpfxz { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.kz8w087s h2.z5wpee6r {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.ulbsp4j4 h2.z5wpee6r {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.m1u0ayz h2.z5wpee6r {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.d1qv h2.z5wpee6r::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.lfsn02 h2.z5wpee6r {
  color: var(--text-primary); font-size: 1.7rem;
}
.br9jrdhl h2.z5wpee6r::before {
  content: "/"; color: var(--accent); font-weight: 800;
  margin-right: 10px;
}
.rzhn5iog h2.z5wpee6r {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.k5xdrbq { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .k5xdrbq { display: none; } }
.qcjh1zh { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.gzh1 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.vfuk7d {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.spsch { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.z2lh3 { padding-left: 20px; }
.z2lh3 li { margin-bottom: 6px; }
.z2lh3 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.z2lh3 a:hover { color: var(--accent-light); }
.rxvzq .spsch { display: none; }
.qol6u9vl .spsch { display: none; }
.qol6u9vl .z2lh3 { padding-left: 0; list-style: none; }
.qol6u9vl .z2lh3 li::before { content: "—"; margin-right: 9px; color: var(--accent); opacity: 0.7; }
.qol6u9vl .z2lh3 a { font-size: 0.92rem; }
.xcu7 .vfuk7d { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.xcu7 .spsch { display: none; }
.xcu7 .z2lh3 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.xcu7 .z2lh3 li { margin-bottom: 0; }
.xcu7 .z2lh3 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;
}
.xcu7 .z2lh3 a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.gaei .vfuk7d { padding: 20px 20px 16px; }
.gaei .z2lh3 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.gaei .z2lh3 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.gaei .z2lh3 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;
}
.gaei .z2lh3 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;
}
.gaei .z2lh3 a:hover { color: var(--accent-light); border-color: var(--accent); }
.gaei .z2lh3 a:focus,
.gaei .z2lh3 a:focus-visible,
.gaei .z2lh3 a:target { outline: none; }
.gaei .z2lh3 li:target a { border-color: var(--border); color: var(--text-muted); }
.y232nv8 .vfuk7d { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.y232nv8 .spsch { display: none; }
.y232nv8 .z2lh3 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.y232nv8 .z2lh3 li { margin-bottom: 0; }
.y232nv8 .z2lh3 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.y232nv8 .z2lh3 li:last-child::after { content: ""; margin-right: 0; }
.y232nv8 .z2lh3 a { font-size: 0.9rem; }
.kizjblah { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.kww0zb3u .kizjblah { background: var(--bg-card); }
.ocfw .kizjblah:nth-child(odd)  { background: var(--bg-card); }
.ocfw .kizjblah:nth-child(even) { background: var(--bg-raised); }
.w831mpe .kizjblah {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.w831mpe .kizjblah:last-child { border-bottom: none; }
.w831mpe h3.gpfxz { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.q42a .kizjblah {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.q42a .kizjblah + .kizjblah { margin-top: 4px; }
.aevjos .kizjblah { background: none; border-radius: 0; padding: 12px 0; }
.aevjos .kizjblah + .kizjblah { border-top: 1px solid var(--border-section); }
.dy759ca { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.u37pn41o { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.y21rcpq { color: var(--text-body); margin-bottom: 10px; }
.u8ii5qt6, .h6tkpe { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.u8ii5qt6 li, .h6tkpe li { margin-bottom: 6px; }
.h6tkpe li { list-style: decimal; }
.ray8mr     .u8ii5qt6 { list-style-type: "● "; }
.yb7jmu1  .u8ii5qt6 { list-style-type: "■ "; }
.vhlxzx .u8ii5qt6 { list-style-type: "◆ "; }
.dy3sg    .u8ii5qt6 { list-style-type: "★ "; }
.ray8mr     .qrx3nxjw { list-style-type: "● "; }
.yb7jmu1  .qrx3nxjw { list-style-type: "■ "; }
.vhlxzx .qrx3nxjw { list-style-type: "◆ "; }
.dy3sg    .qrx3nxjw { list-style-type: "★ "; }
.ray8mr    .u8ii5qt6 li::marker, .ray8mr    .qrx3nxjw li::marker,
.yb7jmu1 .u8ii5qt6 li::marker, .yb7jmu1 .qrx3nxjw li::marker,
.vhlxzx .u8ii5qt6 li::marker, .vhlxzx .qrx3nxjw li::marker,
.dy3sg   .u8ii5qt6 li::marker, .dy3sg   .qrx3nxjw li::marker {
  color: var(--cta); font-size: 1em;
}
.ray8mr .h6tkpe,
.yb7jmu1 .h6tkpe,
.vhlxzx .h6tkpe,
.dy3sg .h6tkpe {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.ray8mr .h6tkpe li,
.yb7jmu1 .h6tkpe li,
.vhlxzx .h6tkpe li,
.dy3sg .h6tkpe li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.ray8mr .h6tkpe li::before,
.yb7jmu1 .h6tkpe li::before,
.vhlxzx .h6tkpe li::before,
.dy3sg .h6tkpe 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;
}
.ray8mr     .h6tkpe li::before { border-radius: 50%; }
.yb7jmu1  .h6tkpe li::before { border-radius: 3px; }
.vhlxzx .h6tkpe li::before { border-radius: 3px; }
.dy3sg    .h6tkpe li::before { border-radius: 50%; }
.w5bq22k { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.vunqns .w5bq22k,
.v27fhpc .w5bq22k { background: transparent; border: none; border-radius: 0; }
.gxlt0uz { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.gxlt0uz th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.gxlt0uz td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.gxlt0uz tr:hover td { background: var(--bg-hover); }
.jtdt61o .gxlt0uz tbody tr:nth-child(even) td { background: var(--bg-surface); }
.wiger10 .gxlt0uz { border: 1px solid var(--border-alt); }
.wiger10 .gxlt0uz th,
.wiger10 .gxlt0uz td { border: 1px solid var(--border-alt); }
.fmsier7 .gxlt0uz th {
  background: transparent; color: var(--accent);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.fmsier7 .gxlt0uz td { border-bottom: none; }
.fmsier7 .gxlt0uz tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.m9h22 .gxlt0uz th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.hf1e2 .w5bq22k {
  overflow: hidden;
}
.hf1e2 .gxlt0uz th { border-bottom: 1px solid var(--border-alt); }
.hf1e2 .gxlt0uz tr:last-child td { border-bottom: none; }
.lkj014jr { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.i1x72 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.c2dh { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.gqlaml8g { background: var(--accent-bg-light); color: var(--accent); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.y52l { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.qrx3nxjw { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.qrx3nxjw 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);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%}
.m7ior .gqlaml8g { background: transparent; text-align: center; }
.apdep6 .c2dh {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.j4i2olkv .c2dh {
  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);
}
.zo6im6 .i1x72 { display: grid; grid-template-columns: auto 1fr; }
.zo6im6 .c2dh {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.zo6im6 .gqlaml8g { grid-column: 2; }
.zo6im6 .y52l,
.zo6im6 .qrx3nxjw { grid-column: 1 / -1; }
.k8knjlxy .i1x72 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.k8knjlxy .c2dh {
  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);
}
.k8knjlxy .gqlaml8g { grid-column: 2; }
.k8knjlxy .y52l,
.k8knjlxy .qrx3nxjw { grid-column: 1 / -1; }
.jcb9kx5 .i1x72 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.jcb9kx5 .gqlaml8g { background: none; color: var(--accent-light); font-weight: 700; }
.oxkwhsc .i1x72 { 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); }
.oxkwhsc .gqlaml8g { background: none; color: var(--accent-light); font-weight: 700; }
.q7edf .i1x72 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.q7edf .i1x72:last-child { border-bottom: none; }
.q7edf .gqlaml8g { background: none; color: var(--accent-light); font-weight: 700; }
.estm0q .i1x72 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.estm0q .gqlaml8g { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.skuj8 .lkj014jr { counter-reset: card-n; }
.skuj8 .i1x72  { counter-increment: card-n; }
.skuj8 .gqlaml8g { display: flex; align-items: center; gap: 10px; }
.skuj8 .gqlaml8g::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;
}
.ur051 .i1x72 { background: var(--bg-surface); border: 1px solid var(--border); }
.ur051 .gqlaml8g { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.xp2n4ci { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.b1kjrr  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.nc8p { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.nmynz { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.pye9ix9c { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.xp2n4ci strong { color: var(--text-primary); font-size: 0.95rem; }
.xp2n4ci p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.xd21ca { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.ulrn, .rlmc5gj { border-radius: 8px; padding: 14px; }
.ulrn { background: var(--bg-pros); }
.rlmc5gj { background: var(--bg-cons); }
.xc9f { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.ulrn .xc9f { color: var(--c-pros-label); }
.rlmc5gj .xc9f { color: #f87171; }
.ulrn ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.rlmc5gj ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.uze3vdvr { width: 100%; height: auto; border-radius: 10px; display: block; }
.t3hxcix {
  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;
}
.t3hxcix:hover { opacity: 0.85; }
.qzq92aw0 .t3hxcix  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.qzq92aw0 .t3hxcix:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.bf5h .t3hxcix  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.bf5h .t3hxcix:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.vu3s .gp1d { border-radius: 50px; }
.vu3s .t3hxcix  { border-radius: 50px; }
.o2pc .gp1d { padding-left: 22px; padding-right: 22px; }
.o2pc .t3hxcix  { padding-left: 12px; padding-right: 12px; }
.j8a53v .gp1d { padding-left: 44px; padding-right: 44px; }
.j8a53v .t3hxcix  { padding-left: 24px; padding-right: 24px; }
.o0n2d403 .gp1d { padding-left: 56px; padding-right: 56px; }
.o0n2d403 .t3hxcix  { padding-left: 32px; padding-right: 32px; }
.f3naq   .gp1d::after, .f3naq   .t3hxcix::after,
.o1vegg .gp1d::after, .o1vegg .t3hxcix::after,
.w9yv    .gp1d::after, .w9yv    .t3hxcix::after,
.c6lc    .gp1d::after, .c6lc    .t3hxcix::after,
.ytb6    .gp1d::after, .ytb6    .t3hxcix::after,
.s7fo     .gp1d::after, .s7fo     .t3hxcix::after,
.zl3h8b    .gp1d::after, .zl3h8b    .t3hxcix::after,
.ukbw   .gp1d::after, .ukbw   .t3hxcix::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;
}
.f3naq .gp1d::after, .f3naq .t3hxcix::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");
}
.o1vegg .gp1d::after, .o1vegg .t3hxcix::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");
}
.w9yv .gp1d::after, .w9yv .t3hxcix::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");
}
.c6lc .gp1d::after, .c6lc .t3hxcix::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");
}
.ytb6 .gp1d::after, .ytb6 .t3hxcix::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");
}
.s7fo .gp1d::after, .s7fo .t3hxcix::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");
}
.zl3h8b .gp1d::after, .zl3h8b .t3hxcix::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");
}
.ukbw .gp1d::after, .ukbw .t3hxcix::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");
}
.orc1   .ar6gb::after, .orc1   .h307pfj::after,
.rj9et .ar6gb::after, .rj9et .h307pfj::after,
.ts7mmt    .ar6gb::after, .ts7mmt    .h307pfj::after,
.kv0pmmp0    .ar6gb::after, .kv0pmmp0    .h307pfj::after,
.dhuic    .ar6gb::after, .dhuic    .h307pfj::after,
.ffxjmn8f     .ar6gb::after, .ffxjmn8f     .h307pfj::after,
.fo0v    .ar6gb::after, .fo0v    .h307pfj::after,
.srxjstdn   .ar6gb::after, .srxjstdn   .h307pfj::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;
}
.orc1 .ar6gb::after, .orc1 .h307pfj::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");
}
.rj9et .ar6gb::after, .rj9et .h307pfj::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");
}
.ts7mmt .ar6gb::after, .ts7mmt .h307pfj::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");
}
.kv0pmmp0 .ar6gb::after, .kv0pmmp0 .h307pfj::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");
}
.dhuic .ar6gb::after, .dhuic .h307pfj::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");
}
.ffxjmn8f .ar6gb::after, .ffxjmn8f .h307pfj::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");
}
.fo0v .ar6gb::after, .fo0v .h307pfj::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");
}
.srxjstdn .ar6gb::after, .srxjstdn .h307pfj::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");
}
.i5q0hsl {
  display: flex; flex-direction: column; gap: 12px;
  
  position: relative;
  width: min(100vw - 40px, 1400px);
  margin: 32px auto;
  left: 50%; transform: translateX(-50%);
}
.g4zwp3 {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 18px 24px;
  display: flex; flex-direction: row; align-items: center; gap: 24px;
  transition: background .15s;
}
.g4zwp3 > [itemprop="item"] { display: contents; }
.g4zwp3 [itemprop="itemReviewed"],
.g4zwp3 [itemprop="reviewRating"] { display: none; }
.g4zwp3:hover { background: var(--bg-hover); }
.xeudx {
  background: var(--accent-bg);
  border-radius: 10px; padding: 8px 12px;
  display: flex; align-items: center; justify-content: center;
  min-width: 140px; width: 140px; height: 90px; flex-shrink: 0;
}
.hwi77pyl .xeudx { background: #1a1a1a; }
.d07yg .xeudx { background: rgba(128,128,128,.12); }
.nxwgdx .xeudx { background: var(--bg-raised); }
.e4mhs0 .xeudx { background: transparent; padding: 0; }
.royay { max-height: 74px; max-width: 120px; object-fit: contain; }
.rgyx4v { display: flex; align-items: center; gap: 16px; min-width: 0; }
.rgyx4v .xeudx + .ml6vo1 { flex: 1 1 auto; }
.ml6vo1 { font-weight: 700; font-size: 1.25rem; color: var(--text-primary); line-height: 1.25; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.xtxkpb { color: var(--cta); font-size: 1.2rem; letter-spacing: 2px; line-height: 1; text-align: center; }
.ul10 { text-align: center; font-size: 1.2rem; font-weight: 700; }
.mokvez { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; line-height: 1.3; min-width: 0; gap: 4px; }
@media (min-width: 721px) {
  .rgyx4v { flex: 0 0 260px; width: 260px; }
  .xtxkpb { flex: 0 0 120px; width: 120px; }
  .ul10 { flex: 0 0 110px; width: 110px; }
  .mokvez   { flex: 0 0 180px; width: 180px; }
}
.nfqy1 { color: var(--text-label); font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.cnn572 { color: var(--text-value); font-weight: 700; font-size: 1.22rem; line-height: 1.3; max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
.rgu3v { white-space: nowrap; text-align: center; align-self: center; }
@media (min-width: 721px) {
  .rgu3v { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.rgu3v.t3hxcix { padding-left: 28px !important; padding-right: 28px !important; padding-top: 14px !important; padding-bottom: 14px !important; font-size: 1.05rem !important; }
@media (max-width: 820px) {
  .i5q0hsl { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .i5q0hsl .g4zwp3 { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .i5q0hsl .rgyx4v { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .i5q0hsl .xeudx { width: 100%; min-width: unset; height: 120px; }
  .i5q0hsl .royay { max-height: 96px; max-width: 200px; }
  .i5q0hsl .ml6vo1 { min-width: unset; text-align: center; white-space: normal; }
  .i5q0hsl .xtxkpb { min-width: 0; }
  .i5q0hsl .mokvez { flex-direction: row; justify-content: space-between; align-items: baseline; width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto; min-width: 0; }
  .i5q0hsl .rgu3v { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .xhftiwqp .g4zwp3 { row-gap: 8px !important; gap: 10px !important; }
}
.hyzpze {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.ltn4xv {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.ub4x0ae {
  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;
}
.ub4x0ae img { max-width: 80px; max-height: 50px; object-fit: contain; }
.n9534d3m { flex: 1; }
.n9534d3m h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.v34sf { color: var(--c-stars); font-size: 1.1rem; }
.ceb3 { margin-bottom: 8px; }
.o1lb { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.zvy1z::before   { content: "★ "; color: var(--accent); }
.wgsdjueq { flex-shrink: 0; }
.bey2 img.kxor { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.vunqns { padding: 20px 24px; }
.ojwcqr7m { color: var(--text-muted); margin-bottom: 16px; }
.hb80ayd3 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.o6g0e6c5, .a5k7h { list-style: none; font-size: 0.9rem; }
.o6g0e6c5 li { color: var(--c-pros); margin-bottom: 4px; }
.a5k7h li { color: var(--c-cons); margin-bottom: 4px; }
.o6g0e6c5 li::before { content: "✓"; margin-right: 5px; }
.a5k7h li::before { content: "✗"; margin-right: 5px; }
.gbnvhd .o6g0e6c5 li::before { content: "→"; }
.gbnvhd .a5k7h li::before { content: "–"; }
.ag6e  .o6g0e6c5 li::before { content: "★"; }
.ag6e  .a5k7h li::before { content: "✕"; }
.uag8ru    .o6g0e6c5 li::before { content: "◆"; }
.uag8ru    .a5k7h li::before { content: "▲"; }
.mvt6tn  .o6g0e6c5 li::before { content: "▶"; }
.mvt6tn  .a5k7h li::before { content: "■"; }
.yobi2khy { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.qh98n2 { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.l76ek1x1 { background: var(--bg-pros); color: var(--c-tag-pay); }
.yf5ymlq { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.g7ycjyn .yf5ymlq { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.wxjge .yf5ymlq { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .pg1i26 .w0hbsa {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .pg1i26 .hyzpze { margin: 0; }
}
.vkuij .ltn4xv { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.vkuij .n9534d3m h3 { color: var(--accent-light); }
.vkuij .ub4x0ae { background: var(--bg-page); border: 1px solid var(--border); }
.i2ll5qz .hyzpze { border-top: 4px solid var(--accent); }
.i2ll5qz .ltn4xv { background: var(--bg-card); }
.tm5ob5 .hyzpze { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.tm5ob5 .ltn4xv { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.tm5ob5 .vunqns { padding: 14px 16px; }
.tm5ob5 .ub4x0ae { border-radius: 4px; }
.tm5ob5 .yf5ymlq { border-radius: 0; }
.h7yq6n .ltn4xv { padding: 0; gap: 0; overflow: hidden; }
.h7yq6n .ub4x0ae { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.h7yq6n .n9534d3m { padding: 16px 20px; }
.h7yq6n .wgsdjueq { padding: 16px 20px; align-self: center; }
.psxca .v34sf { font-size: .95rem; }
.v27fhpc .xd21ca { gap: 10px; }
.v27fhpc .ulrn, .v27fhpc .rlmc5gj { padding: 12px; }
.v27fhpc .ulrn ul, .v27fhpc .rlmc5gj ul { margin: 4px 0 0; padding-left: 18px; }
.v27fhpc .ulrn li, .v27fhpc .rlmc5gj li { font-size: .85rem; margin-bottom: 3px; }
.q1rkrabo .qh98n2 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .wz2a2qd6 { grid-template-columns: 1fr; }
  .rvqxole0 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .rvqxole0 .jt00 { width: 72px; height: 50px; }
  .rvqxole0 .xfpw { max-width: 180px; }
  .rvqxole0 .v7d1d { width: auto; }
}
.p9yrjaz4 .psxca .v34sf { filter: brightness(1.2); }
@media (max-width: 720px) {
  .p9yrjaz4 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .ar56w { padding: 16px; }
  .lyc1xk .dshih3hr { min-width: 50%; }
}
.uoafcg0 .xd21ca { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .rk77i50 { grid-template-columns: 1fr; }
  .pipp8 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .msd81qrc { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .rj4k3kd { flex-wrap: wrap; padding: 16px; }
}
.c0jk .xd21ca { gap: 8px; }
.c0jk .ulrn, .c0jk .rlmc5gj { padding: 8px; }
@media (max-width: 480px) {
  .wwm3 { flex-direction: column; align-items: stretch; }
}
.k50gy0lo .v7d1d .t3hxcix { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .aqx05tt { flex-direction: column; align-items: stretch; gap: 10px; }
  .k50gy0lo .v7d1d { text-align: center; }
}
@media (max-width: 720px) {
  .ewlii { grid-template-columns: 1fr; }
  .fqb3u8pg { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .cf1awjmw { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.fjg4g4 .e37yo4r { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.g99ipb5q .v34sf { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .a5yyl { grid-template-columns: 1fr; }
  .g99ipb5q { width: 100px; height: 100px; margin: 16px auto; }
  .fjg4g4 { font-size: 1.4rem; }
  .j6le8w5 { justify-content: center; }
  .eh6yd .dshih3hr { min-width: 50%; }
}
.gorzgtw .xd21ca { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .zq91 { flex-wrap: wrap; padding: 14px 16px; }
  .iijukd { padding: 12px 16px; }
  .gorzgtw .xd21ca { margin: 0 16px; }
  .gorzgtw .q1rkrabo { padding: 0 16px; }
  .fjmuewo6 { padding: 12px 16px; }
}
.ofaju .i5q0hsl {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px;
}
.ofaju .i5q0hsl .g4zwp3:only-child { grid-column: 1 / -1; }
.ofaju .i5q0hsl .g4zwp3 {
  flex-direction: column; align-items: center; padding: 20px 18px; border-radius: 14px; gap: 14px;
}
.ofaju .i5q0hsl .rgyx4v { flex-direction: column; align-items: center; gap: 12px; width: 100%; min-width: 0; }
.ofaju .i5q0hsl .xeudx { width: 100%; min-width: unset; height: 120px; }
.ofaju .i5q0hsl .royay { max-height: 100px; max-width: 200px; }
.ofaju .i5q0hsl .ml6vo1 { min-width: unset; text-align: center; white-space: normal; }
.ofaju .i5q0hsl .xtxkpb { min-width: 0; }
.ofaju .i5q0hsl .mokvez {
  flex-direction: row; justify-content: space-between; align-items: baseline;
  width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  flex: 0 0 auto; min-width: 0;
}
.ofaju .i5q0hsl .rgu3v { width: 100%; text-align: center; margin-left: 0; min-width: 0; }
.ofaju .ltn4xv { gap: 14px; }
.jsy1ql .cnn572 {
  color: var(--accent); font-weight: 700;
  background: var(--accent-bg); border-radius: 100px;
  padding: 5px 14px; font-size: 1.1rem;
}
.jsy1ql .xtxkpb { color: var(--cta); }
.jsy1ql .ltn4xv { background: var(--accent-bg); }
.jsy1ql .zvy1z, .jsy1ql .lad7a1d, .jsy1ql .r9o5moei {
  background: var(--bg-card); border-radius: 100px; padding: 1px 10px;
  border: 1px solid var(--border);
}
.l1rz .mokvez { flex-direction: column; align-items: flex-start; gap: 4px; padding-top: 6px; }
.l1rz .cnn572 {
  font-weight: 700; font-size: 1.1rem;
  color: var(--accent); background: var(--accent-bg);
  border-radius: 6px; padding: 4px 12px; display: inline-block;
}
.l1rz .xtxkpb { color: var(--cta); }
.l1rz .ltn4xv { border-bottom: 2px solid var(--accent-bg); }
.l1rz .zvy1z, .l1rz .lad7a1d, .l1rz .r9o5moei {
  background: var(--accent-bg); color: var(--accent); border-radius: 100px;
  padding: 2px 10px; font-weight: 600; border: none;
}
.q8op .g4zwp3 { border-top: 3px solid var(--accent); }
.q8op .hyzpze { overflow: hidden; }
.q8op .ltn4xv { background: var(--accent-bg); }
.bkdtfw1n .g4zwp3 { padding: 14px 18px; gap: 16px; }
.bkdtfw1n .ml6vo1 { font-size: 1rem; }
.bkdtfw1n .ltn4xv { padding: 14px 18px; gap: 14px; }
.bkdtfw1n .vunqns { padding: 14px 18px; }
.bkdtfw1n .ub4x0ae { width: 70px; }
.bkdtfw1n .n9534d3m h3 { font-size: 1.05rem; }
.v9qu6 .i5q0hsl { gap: 0; }
.v9qu6 .g4zwp3 {
  border-radius: 0; border-left: none; border-right: none;
  border-top: none; border-bottom: 1px solid var(--border);
}
.v9qu6 .g4zwp3:last-child { border-bottom: none; }
.v9qu6 .g4zwp3:nth-child(odd) { background: var(--accent-bg); }
.v9qu6 .g4zwp3:nth-child(odd):hover { background: var(--bg-hover); }
.xhftiwqp .i5q0hsl {
  gap: 0; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.xhftiwqp .g4zwp3 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border); row-gap: 0; column-gap: 12px;
}
.xhftiwqp .g4zwp3:last-child { border-bottom: none; }
.xhftiwqp .xtxkpb,
.xhftiwqp .k7xh,
.xhftiwqp .jw6yha { border-left: 1px solid var(--border); padding-left: 10px; }
.xhftiwqp .ml6vo1 { padding: 0 10px; }
.pkkx1 .rgyx4v { flex-direction: column; align-items: center; gap: 10px; min-width: 240px; flex-shrink: 0; }
.pkkx1 .ml6vo1 { text-align: center; white-space: normal; font-size: 1.05rem; line-height: 1.25; }
.b3kuvdv7 .rgyx4v { flex-direction: column-reverse; align-items: center; gap: 10px; min-width: 240px; flex-shrink: 0; }
.b3kuvdv7 .ml6vo1 { text-align: center; white-space: normal; font-size: 1.05rem; line-height: 1.25; }
.tyq30x .i5q0hsl { gap: 14px; }
.tyq30x .g4zwp3 {
  padding: 20px 26px; gap: 24px; border-radius: 12px;
  min-height: 140px;
}
.tyq30x .ml6vo1 { font-size: 1.15rem; }
.tyq30x .cnn572 { font-size: 1.22rem; }
.tyq30x .rgu3v.t3hxcix { padding: 14px 30px !important; font-size: 1rem; }
.b1q7rod4 .i5q0hsl { gap: 18px; }
.b1q7rod4 .g4zwp3 {
  padding: 28px 32px; gap: 28px; border-radius: 14px;
  min-height: 160px; border-width: 2px;
}
.b1q7rod4 .xeudx {
  min-width: 180px; width: 180px; height: 120px; padding: 10px 14px; border-radius: 14px;
  background: var(--bg-raised);
}
.b1q7rod4 .royay { max-height: 100px; max-width: 160px; }
.b1q7rod4 .rgyx4v { min-width: 260px; }
.b1q7rod4 .ml6vo1 { font-size: 1.25rem; font-weight: 800; }
.b1q7rod4 .xtxkpb { font-size: 1.1rem; letter-spacing: 2px; }
.b1q7rod4 .cnn572 { font-size: 1.3rem; font-weight: 800; }
.b1q7rod4 .nfqy1 { font-size: .9rem; text-transform: uppercase; letter-spacing: .06em; }
.b1q7rod4 .rgu3v.t3hxcix { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.bmluh4 .k7xh { flex: 1.8; }
.bmluh4 .k7xh .cnn572 {
  font-size: 1.35rem; font-weight: 800; color: var(--accent-light);
}
.bmluh4 .k7xh .nfqy1 { font-weight: 700; color: var(--text-primary); }
.bmluh4 .o3211y,
.bmluh4 .mwxxlm0d,
.bmluh4 .r7jsy90 { flex: 0.75; opacity: 0.75; }
.ul10 { display: none; }
.auhgfl0 .xtxkpb { display: none; }
.eh4ew9a9 .xtxkpb { font-size: 1rem; letter-spacing: 2px; }
.lze5zk3 .xtxkpb {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.kf5q .xtxkpb,
.vjtorw1f .xtxkpb,
.cd5ngd0 .xtxkpb { display: none; }
.kf5q .ul10,
.vjtorw1f .ul10,
.cd5ngd0 .ul10 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.kf5q .ul10 { font-size: 1.7rem; font-weight: 900; color: var(--accent); }
.kf5q .ul10 small { display: none; }
.vjtorw1f .ul10 {
  font-size: 1.1rem; font-weight: 800; color: var(--accent);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.vjtorw1f .ul10 small { font-size: 0.85em; font-weight: 700; color: var(--accent); opacity: 0.75; }
.cd5ngd0 .ul10 {
  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;
}
.cd5ngd0 .ul10 small { display: none; }
.kf5q .ceb3 .v34sf,
.vjtorw1f .ceb3 .v34sf,
.cd5ngd0 .ceb3 .v34sf { display: none; }
.kf5q .ceb3 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent); }
.kf5q .e37yo4r { display: none; }
.vjtorw1f .ceb3 strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.vjtorw1f .vuiath,
.vjtorw1f .e37yo4r { font-size: 1em; }
.cd5ngd0 .ceb3 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.cd5ngd0 .e37yo4r { display: none; }
.tbzp { margin: 16px 0; }
.xcmve { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.xcmve summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.xcmve summary::after { content: "+"; color: var(--accent); }
.xcmve[open] summary::after { content: "−"; }
.xcmve p { padding: 0 18px 14px; color: var(--text-muted); font-size: 0.95rem; }
.tvin { margin-bottom: 0; }
.axoqq h2.z5wpee6r { color: var(--text-primary); border-color: var(--accent); }
.q4ri3lrn h2.z5wpee6r { color: var(--text-primary); border-color: var(--accent); }
.w8e9 .b1kjrr     { background: #052e16; border-color: #10b981; }
.w8e9 .nc8p { background: #2d0a1e; border-color: #f43f5e; }
.w8e9 .nmynz    { background: #1e1036; border-color: #a855f7; }
.w8e9 .xp2n4ci strong  { color: #f1f5f9; }
.w8e9 .xp2n4ci p       { color: #cbd5e1; }
.w8e9 .vhwg9ms    .b1kjrr     .pye9ix9c::before,
.w8e9 .abiequ  .b1kjrr     .pye9ix9c::before,
.w8e9 .zhkyxi  .b1kjrr     .pye9ix9c::before,
.w8e9 .fzsxon6w .b1kjrr     .pye9ix9c::before { color: #10b981; }
.w8e9 .vhwg9ms    .nc8p .pye9ix9c::before,
.w8e9 .abiequ  .nc8p .pye9ix9c::before,
.w8e9 .zhkyxi  .nc8p .pye9ix9c::before,
.w8e9 .fzsxon6w .nc8p .pye9ix9c::before { color: #f43f5e; }
.w8e9 .vhwg9ms    .nmynz    .pye9ix9c::before,
.w8e9 .abiequ  .nmynz    .pye9ix9c::before,
.w8e9 .zhkyxi  .nmynz    .pye9ix9c::before,
.w8e9 .fzsxon6w .nmynz    .pye9ix9c::before { color: #a855f7; }
.nempi .b1kjrr     { background: #2d2000; border-color: #eab308; }
.nempi .nc8p { background: #2d0b0b; border-color: #ef4444; }
.nempi .nmynz    { background: #2d1600; border-color: #f97316; }
.nempi .xp2n4ci strong  { color: #f1f5f9; }
.nempi .xp2n4ci p       { color: #cbd5e1; }
.nempi .vhwg9ms    .b1kjrr     .pye9ix9c::before,
.nempi .abiequ  .b1kjrr     .pye9ix9c::before,
.nempi .zhkyxi  .b1kjrr     .pye9ix9c::before,
.nempi .fzsxon6w .b1kjrr     .pye9ix9c::before { color: #eab308; }
.nempi .vhwg9ms    .nc8p .pye9ix9c::before,
.nempi .abiequ  .nc8p .pye9ix9c::before,
.nempi .zhkyxi  .nc8p .pye9ix9c::before,
.nempi .fzsxon6w .nc8p .pye9ix9c::before { color: #ef4444; }
.nempi .vhwg9ms    .nmynz    .pye9ix9c::before,
.nempi .abiequ  .nmynz    .pye9ix9c::before,
.nempi .zhkyxi  .nmynz    .pye9ix9c::before,
.nempi .fzsxon6w .nmynz    .pye9ix9c::before { color: #f97316; }
.c6hso .b1kjrr     { background: #0c1a2e; border-color: #38bdf8; }
.c6hso .nc8p { background: #12103a; border-color: #818cf8; }
.c6hso .nmynz    { background: #0a2020; border-color: #2dd4bf; }
.c6hso .xp2n4ci strong  { color: #f1f5f9; }
.c6hso .xp2n4ci p       { color: #cbd5e1; }
.c6hso .vhwg9ms    .b1kjrr     .pye9ix9c::before,
.c6hso .abiequ  .b1kjrr     .pye9ix9c::before,
.c6hso .zhkyxi  .b1kjrr     .pye9ix9c::before,
.c6hso .fzsxon6w .b1kjrr     .pye9ix9c::before { color: #38bdf8; }
.c6hso .vhwg9ms    .nc8p .pye9ix9c::before,
.c6hso .abiequ  .nc8p .pye9ix9c::before,
.c6hso .zhkyxi  .nc8p .pye9ix9c::before,
.c6hso .fzsxon6w .nc8p .pye9ix9c::before { color: #818cf8; }
.c6hso .vhwg9ms    .nmynz    .pye9ix9c::before,
.c6hso .abiequ  .nmynz    .pye9ix9c::before,
.c6hso .zhkyxi  .nmynz    .pye9ix9c::before,
.c6hso .fzsxon6w .nmynz    .pye9ix9c::before { color: #2dd4bf; }
.gsbocsii .b1kjrr     { background: var(--accent-bg); border-color: var(--accent); }
.gsbocsii .nc8p { background: var(--accent-bg-light); border-color: var(--accent-light); }
.gsbocsii .nmynz    { background: var(--accent-bg); border-color: var(--accent-pale); }
.gsbocsii .vhwg9ms    .pye9ix9c::before,
.gsbocsii .abiequ  .pye9ix9c::before,
.gsbocsii .zhkyxi  .pye9ix9c::before,
.gsbocsii .fzsxon6w .pye9ix9c::before { color: var(--accent-light) !important; }
.ikqqu::before,
.l4iadk::before { margin-right: 5px; }
.nag3mm .ulrn ul li,
.nag3mm .o6g0e6c5 li         { color: #4ade80; }
.nag3mm .ulrn .ikqqu { color: #22c55e; }
.nag3mm .rlmc5gj ul li,
.nag3mm .a5k7h li         { color: #f87171; }
.nag3mm .rlmc5gj .l4iadk { color: #ef4444; }
.xec7vx1i .ulrn { background: var(--bg-pros); }
.xec7vx1i .rlmc5gj { background: var(--bg-cons); }
.xec7vx1i .ulrn .ikqqu { color: var(--c-pros-label); }
.xec7vx1i .rlmc5gj .l4iadk { color: var(--c-cons); }
.xec7vx1i .ulrn ul li,
.xec7vx1i .o6g0e6c5 li            { color: var(--c-pros); }
.xec7vx1i .rlmc5gj ul li,
.xec7vx1i .a5k7h li            { color: var(--c-cons); }
.vpyiw7 .ulrn { background: var(--bg-pros); }
.vpyiw7 .rlmc5gj { background: var(--bg-cons); }
.vpyiw7 .ulrn .ikqqu { color: var(--c-pros-label); }
.vpyiw7 .rlmc5gj .l4iadk { color: var(--c-cons); }
.vpyiw7 .ulrn ul li,
.vpyiw7 .o6g0e6c5 li          { color: var(--c-pros); }
.vpyiw7 .rlmc5gj ul li,
.vpyiw7 .a5k7h li          { color: var(--c-cons); }
.wxb3hr .ikqqu::before { content: "✓ "; }
.wxb3hr .l4iadk::before { content: "✗ "; }
.gbnvhd .ikqqu::before { content: "→ "; }
.gbnvhd .l4iadk::before { content: "← "; }
.ag6e .ikqqu::before { content: "★ "; }
.ag6e .l4iadk::before { content: "✕ "; }
.uag8ru .ikqqu::before { content: "◆ "; }
.uag8ru .l4iadk::before { content: "▲ "; }
.wxjge .xp2n4ci { background: transparent; border-left: none; border: 1.5px solid; }
.wxjge .b1kjrr     { border-color: var(--c-tip-border); }
.wxjge .nc8p { border-color: var(--c-warn-border); }
.wxjge .nmynz    { border-color: #60a5fa; }
.wxjge .xp2n4ci strong { color: var(--text-primary); }
.wxjge .xp2n4ci p      { color: var(--text-muted); }
.g7ycjyn .xp2n4ci { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.g7ycjyn .b1kjrr     { border-top-color: var(--c-tip-border); }
.g7ycjyn .nc8p { border-top-color: var(--c-warn-border); }
.g7ycjyn .nmynz    { border-top-color: #60a5fa; }
.ilwopm .xp2n4ci { border-left: none; border-radius: 8px; }
.ilwopm .b1kjrr     { background: #065f46; }
.ilwopm .nc8p { background: #92400e; }
.ilwopm .nmynz    { background: #1e3a8a; }
.ilwopm .xp2n4ci strong,
.ilwopm .xp2n4ci p { color: #fff; }
.ilwopm .pye9ix9c::before { color: rgba(255,255,255,0.85) !important; }
.w8e9.ilwopm .b1kjrr,
.w8e9 .ilwopm .b1kjrr     { background: #052e16; }
.w8e9.ilwopm .nc8p,
.w8e9 .ilwopm .nc8p { background: #2d0a1e; }
.w8e9.ilwopm .nmynz,
.w8e9 .ilwopm .nmynz    { background: #1e1036; }
.nempi.ilwopm .b1kjrr,
.nempi .ilwopm .b1kjrr      { background: #2d2000; }
.nempi.ilwopm .nc8p,
.nempi .ilwopm .nc8p  { background: #2d0b0b; }
.nempi.ilwopm .nmynz,
.nempi .ilwopm .nmynz     { background: #2d1600; }
.c6hso.ilwopm .b1kjrr,
.c6hso .ilwopm .b1kjrr      { background: #0c1a2e; }
.c6hso.ilwopm .nc8p,
.c6hso .ilwopm .nc8p  { background: #12103a; }
.c6hso.ilwopm .nmynz,
.c6hso .ilwopm .nmynz     { background: #0a2020; }
.k8mgq .xp2n4ci { border-left: none; border-radius: 6px; padding: 10px 14px; }
.k8mgq .b1kjrr     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.k8mgq .nc8p { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.k8mgq .nmynz    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.k8mgq .xp2n4ci strong { color: var(--text-primary); }
.k8mgq .xp2n4ci p      { color: var(--text-muted); }
.w3tvw .xp2n4ci { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.vhwg9ms .pye9ix9c,
.abiequ .pye9ix9c,
.zhkyxi .pye9ix9c,
.fzsxon6w .pye9ix9c { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.vhwg9ms .pye9ix9c::before,
.abiequ .pye9ix9c::before,
.zhkyxi .pye9ix9c::before,
.fzsxon6w .pye9ix9c::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.vhwg9ms .b1kjrr     .pye9ix9c::before { content: "✦"; color: var(--c-tip-border); }
.vhwg9ms .nc8p .pye9ix9c::before { content: "▲"; color: var(--c-warn-border); }
.vhwg9ms .nmynz    .pye9ix9c::before { content: "◉"; color: #60a5fa; }
.abiequ .b1kjrr     .pye9ix9c::before { content: "★"; color: var(--c-tip-border); }
.abiequ .nc8p .pye9ix9c::before { content: "◆"; color: var(--c-warn-border); }
.abiequ .nmynz    .pye9ix9c::before { content: "●"; color: #60a5fa; }
.zhkyxi .b1kjrr     .pye9ix9c::before { content: "▶"; color: var(--c-tip-border); }
.zhkyxi .nc8p .pye9ix9c::before { content: "■"; color: var(--c-warn-border); }
.zhkyxi .nmynz    .pye9ix9c::before { content: "▸"; color: #60a5fa; }
.fzsxon6w .b1kjrr     .pye9ix9c::before { content: "→"; color: var(--c-tip-border); }
.fzsxon6w .nc8p .pye9ix9c::before { content: "⬥"; color: var(--c-warn-border); }
.fzsxon6w .nmynz    .pye9ix9c::before { content: "◈"; color: #60a5fa; }
.b38s .kww0zb3u .kizjblah,
.b38s .ocfw .kizjblah  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.b38s .i1x72                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.b38s .g4zwp3                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.b38s .hyzpze            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.b38s .w5bq22k          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.b38s .vfuk7d                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.kj44 .kww0zb3u .kizjblah,
.kj44 .ocfw .kizjblah,
.kj44 .i1x72,
.kj44 .g4zwp3,
.kj44 .hyzpze,
.kj44 .w5bq22k,
.kj44 .vfuk7d,
.kj44 .w3tvw .xp2n4ci { box-shadow: none; }
.wdw2fwb   .y21rcpq, .wdw2fwb .dy759ca, .wdw2fwb .u37pn41o,
.wdw2fwb   .qcjh1zh, .wdw2fwb .gzh1 { font-size: 0.9rem; }
.wdw2fwb   .u8ii5qt6, .wdw2fwb .h6tkpe { font-size: 0.9rem; }
.nvo60   .y21rcpq, .nvo60 .dy759ca, .nvo60 .u37pn41o,
.nvo60   .qcjh1zh, .nvo60 .gzh1 { font-size: 0.95rem; }
.nvo60   .u8ii5qt6, .nvo60 .h6tkpe { font-size: 0.95rem; }
.qq2n2qv   .y21rcpq, .qq2n2qv .dy759ca, .qq2n2qv .u37pn41o,
.qq2n2qv   .qcjh1zh, .qq2n2qv .gzh1 { font-size: 1.08rem; }
.qq2n2qv   .u8ii5qt6, .qq2n2qv .h6tkpe { font-size: 1.05rem; }
.qq2n2qv   .gxlt0uz { font-size: 0.97rem; }
.vwjj12 .hth1      { font-size: 3.2rem; }
.vwjj12 h2.z5wpee6r { font-size: 1.9rem; }
.vwjj12 h3.gpfxz     { font-size: 1.4rem; }
.ft42 .hth1      { font-size: 3.8rem; }
.ft42 h2.z5wpee6r { font-size: 2.2rem; }
.ft42 h3.gpfxz     { font-size: 1.6rem; }
.tvin + .tvin { position: relative; }
.nwglc   .tvin + .tvin::before,
.wcfqp0ar  .tvin + .tvin::before,
.dhc8szei   .tvin + .tvin::before,
.huvu   .tvin + .tvin::before,
.ubhrao   .tvin + .tvin::before,
.thra .tvin + .tvin::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.nwglc .tvin + .tvin::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.wcfqp0ar .tvin + .tvin::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.dhc8szei .tvin + .tvin::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.huvu .tvin + .tvin::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.agtj .tvin { margin-bottom: 16px; }
.agtj .tvin + .tvin { margin-top: 0; }
.agtj .zzq1e56j { padding-top: 0; padding-bottom: 0; }
.ubhrao .tvin + .tvin::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.thra .tvin + .tvin::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.o8zp .tvin + .tvin::before,
.nh0k .tvin + .tvin::before,
.u629f86o .tvin + .tvin::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%;
}
.mngm .o8zp .tvin:nth-child(even)::before,
.mngm .nh0k .tvin:nth-child(even)::before,
.mngm .u629f86o .tvin:nth-child(even)::before { background: var(--bg-surface); }
.pw0y .o8zp .tvin:nth-child(even)::before,
.pw0y .nh0k .tvin:nth-child(even)::before,
.pw0y .u629f86o .tvin:nth-child(even)::before { background: var(--bg-card); }
.o8zp .tvin + .tvin::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");
}
.nh0k .tvin + .tvin::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");
}
.u629f86o .tvin + .tvin::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");
}
.s22445 .cieg9,
.oardgq .cieg9 { padding-bottom: 60px; }
.l52nzsxi .cieg9 { padding-bottom: 70px; }
.hugldb  .pova4:not(.lxxh5ft3) .qwwd { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.r5wj4l .x15w { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.hdu3b .x15w { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.lm62q .x15w { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.hugldb .lxxh5ft3 { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.hugldb .rae2w6k { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.hugldb .x15w { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.zu4csown .x15w { background: var(--accent-bg); }
.ppbqt .t58s { float: left; width: 38%; margin: 0 28px 16px 0; }
.ppbqt .t58s .uze3vdvr { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ppbqt .zzq1e56j::after { content: ''; display: block; clear: both; }
.qgtrn4s .t58s { float: right; width: 38%; margin: 0 0 16px 28px; }
.qgtrn4s .t58s .uze3vdvr { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.qgtrn4s .zzq1e56j::after { content: ''; display: block; clear: both; }
.ve76snfe .tvin:nth-child(odd)  .t58s { float: left;  width: 38%; margin: 0 28px 16px 0; }
.ve76snfe .tvin:nth-child(even) .t58s { float: right; width: 38%; margin: 0 0 16px 28px; }
.ve76snfe .t58s .uze3vdvr { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ve76snfe .zzq1e56j::after { content: ''; display: block; clear: both; }
.ppbqt .lkj014jr,
.ppbqt .i5q0hsl,
.qgtrn4s .lkj014jr,
.qgtrn4s .i5q0hsl,
.ve76snfe .lkj014jr,
.ve76snfe .i5q0hsl { clear: both; }
.ppbqt .u8ii5qt6,
.ppbqt .h6tkpe,
.qgtrn4s .u8ii5qt6,
.qgtrn4s .h6tkpe,
.ve76snfe .u8ii5qt6,
.ve76snfe .h6tkpe { overflow: hidden; }
@media (max-width: 640px) {
  .ppbqt .t58s,
  .qgtrn4s .t58s,
  .ve76snfe .t58s { float: none; width: 100%; margin: 0 0 16px 0; }
}
.sx61x .jzsh0,
.sx61x .zzq1e56j,
.sx61x .t46wa4v  { max-width: 1100px; }
.sx61x { --content-mw: 1100px; }
.wii1t .jzsh0,
.wii1t .zzq1e56j,
.wii1t .t46wa4v  { max-width: 1200px; }
.jl1bh9 .jzsh0,
.jl1bh9 .zzq1e56j,
.jl1bh9 .t46wa4v  { max-width: 1320px; }
.afz7nyl { font-size: 0.82rem; color: var(--text-muted); }
.wjgly { display: flex; align-items: center; }
.oru6dsx5 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.i4j8kn3o { display: flex; align-items: center; }
.gnndn3q { color: var(--accent); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.gnndn3q:hover { text-decoration: underline; }
.yeer { margin: 0 3px; opacity: 0.45; }
.yeer::before { content: '/'; }
.wqhp { padding: 2px 5px; color: var(--text-main); }
.cko5szqk .afz7nyl {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.cko5szqk .wjgly { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.rneh .afz7nyl {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.rneh .wjgly { padding: 0 0 0 12px; }
.mp29zup {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.isj7dp .wjgly { padding: 0 16px; }
.isj7dp .afz7nyl {
  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);
}
.isj7dp .jzsh0 { padding-top: 28px; }
@media (max-width: 720px) {
  .mp29zup { margin-top: 18px; padding: 0 16px; }
  .isj7dp .jzsh0 { padding-top: 16px; }
}
.sx61x.cko5szqk .wjgly { max-width: 1100px; }
.wii1t.cko5szqk .wjgly { max-width: 1200px; }
.jl1bh9.cko5szqk .wjgly { max-width: 1320px; }
.sx61x .mp29zup { max-width: 1100px; }
.wii1t .mp29zup { max-width: 1200px; }
.jl1bh9 .mp29zup { max-width: 1320px; }
.vc11iz .tvin { padding-top: 16px; padding-bottom: 16px; }
.ulseu4vd .tvin { padding-top: 24px; padding-bottom: 24px; }
.gmwxht .tvin { padding-top: 40px; padding-bottom: 40px; }
.n5ue8wx .tvin { padding-top: 52px; padding-bottom: 52px; }
.a2bv .tvin:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.a2bv .tvin:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.a2bv .tvin:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.a2bv .tvin:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.nao9sqn .zzq1e56j { padding-top: 10px;  padding-bottom: 10px; }
.ejl20 .zzq1e56j { padding-top: 18px;  padding-bottom: 18px; }
.vvjvf5it .zzq1e56j { padding-top: 36px;  padding-bottom: 36px; }
.jjc1bz6p .zzq1e56j { padding-top: 48px;  padding-bottom: 48px; }
.n4al6ohd h2.z5wpee6r { font-weight: 600; }
.n4al6ohd h3.gpfxz     { font-weight: 600; }
.nxojekkp { font-weight: 500; }
.nxojekkp h2.z5wpee6r { font-weight: 800; }
.nxojekkp h3.gpfxz     { font-weight: 700; }
.yrum h2.z5wpee6r { font-weight: 900; }
.yrum h3.gpfxz     { font-weight: 800; }
.yrum .xp2n4ci strong,
.yrum .xp2n4ci strong { font-weight: 600; }
.ar6gb {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.j41fqdkt .ar6gb { display: none; }
@media (max-width: 640px) { .ar6gb { display: none; } }
.ar6gb { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ar6gb:hover { opacity: 0.85; }
.lunica3 .ar6gb { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.efyklhdz .ar6gb,
.rvbiof  .ar6gb { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.efyklhdz .ar6gb:hover,
.rvbiof  .ar6gb:hover { opacity: 0.88; }
.lunica3.efyklhdz .ar6gb,
.lunica3.rvbiof  .ar6gb { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.h307pfj {
  position: fixed; bottom: 32px; z-index: 900;
  padding: 12px 22px; font-size: 0.9rem; font-weight: 700; border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform .15s, opacity .15s;
}
.h307pfj:hover { transform: translateY(-2px); opacity: 0.92; }
.h307pfj { background: var(--cta) !important; color: #fff !important; border: none !important; }
.oh3z .h307pfj { display: none; }
.nv2i9jyq .h307pfj { right: 32px; }
.ic9pk  .h307pfj { left: 32px; }
@media (max-width: 480px) {
  .nv2i9jyq .h307pfj { right: 20px; bottom: 20px; }
  .ic9pk  .h307pfj { left: 20px; bottom: 20px; }
}
.dadwg { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.t46wa4v { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.whayatt { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.ep28t { color: var(--text-dim); font-size: 0.8rem; }
.nx8u a, .hxtxp3lo a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.nx8u a:hover, .hxtxp3lo a:hover { color: var(--accent-light); }
.hxtxp3lo { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.s31szi9 .t46wa4v { text-align: center; }
.s31szi9 .hxtxp3lo { justify-content: center; margin-bottom: 16px; }
.s31szi9 .whayatt { margin-top: 0; }
.vjekfoyl { margin-top: 10px; }
.vjekfoyl a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .t46wa4v { padding-left: 16px; padding-right: 16px; }
  .qgd9gy .t46wa4v { padding: 20px 16px; }
  .hxtxp3lo { gap: 4px 12px; }
  .whayatt { font-size: 0.78rem; }
}
.dbaesui .whayatt { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.dbaesui .ep28t { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .dbaesui .litq1688 { grid-template-columns: 1fr 1fr; } .dbaesui .ol1mpfaq { grid-column: 1 / -1; } }
@media (max-width: 480px) { .dbaesui .litq1688 { grid-template-columns: 1fr; } }
.q21o5fgx .whayatt { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .q21o5fgx .fak34326 { gap: 12px; } .q21o5fgx .jol0 { margin-right: 0; width: 100%; } }
.qjj37pi .whayatt { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.qjj37pi .ep28t { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .qjj37pi .xer732 { grid-template-columns: 1fr 1fr; } .qjj37pi .pwrmf { grid-column: 1 / -1; } }
@media (max-width: 480px) { .qjj37pi .xer732 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .xhqjl .khl2l3 { grid-template-columns: 1fr 1fr; } .xhqjl .kvyujs:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .xhqjl .khl2l3 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .bwtsx5m .khl2l3 { grid-template-columns: 1fr; } }
.jk4i .t46wa4v { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.jk4i .hxtxp3lo { justify-content: center; }
.hsmsz .sswprapp      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.hsmsz .dadwg { background: var(--bg-page); border-top-color: var(--border-alt); }
.rrphx4n2 .sswprapp      { background: #0d1117; border-bottom-color: #21262d; }
.rrphx4n2 .j61fkjy { color: var(--accent-light); }
.rrphx4n2 .iwcdt { --msep-color: #8b949e; }
.rrphx4n2 .iwcdt a { color: #8b949e; }
.rrphx4n2 .iwcdt a:hover { color: var(--accent-light); }
.rrphx4n2 .lwdv5 { color: #8b949e; }
.rrphx4n2 .dadwg { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.rrphx4n2 .whayatt,
.rrphx4n2 .ep28t { color: #6e7681; }
.rrphx4n2 .nx8u a, .rrphx4n2 .hxtxp3lo a,
.rrphx4n2 .nx8u a:hover, .rrphx4n2 .hxtxp3lo a:hover,
@media (max-width: 640px) {
  .rrphx4n2 .iwcdt { background: #0d1117; border-top-color: #21262d; }
  .rrphx4n2 .iwcdt li a { border-bottom-color: #21262d; }
}
.lic9 .sswprapp      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.lic9 .j61fkjy { color: var(--accent); }
.lic9 .iwcdt { --msep-color: #475569; }
.lic9 .iwcdt a { color: #475569; }
.lic9 .iwcdt a:hover { color: var(--accent); }
.lic9 .lwdv5 { color: #64748b; }
.lic9 .dadwg { background: #f0f4f8; border-top-color: #cbd5e1; }
.lic9 .whayatt,
.lic9 .ep28t { color: #64748b; }
.lic9 .nx8u a, .lic9 .hxtxp3lo a,
.lic9 .nx8u a:hover, .lic9 .hxtxp3lo a:hover,
@media (max-width: 640px) {
  .lic9 .iwcdt { background: #f0f4f8; border-top-color: #cbd5e1; }
  .lic9 .iwcdt li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.efyklhdz .sswprapp      { background: var(--accent); border-bottom-color: var(--accent-light); }
.efyklhdz .j61fkjy { color: #fff; }
.efyklhdz .iwcdt { --msep-color: rgba(255,255,255,0.82); }
.efyklhdz .iwcdt a { color: rgba(255,255,255,0.82); }
.efyklhdz .iwcdt a:hover { color: #fff; }
.efyklhdz .lwdv5 { color: rgba(255,255,255,0.9); }
.efyklhdz .dadwg { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.efyklhdz .whayatt,
.efyklhdz .ep28t { color: rgba(255,255,255,0.72); }
.efyklhdz .nx8u a, .efyklhdz .hxtxp3lo a,
.efyklhdz .nx8u a:hover, .efyklhdz .hxtxp3lo a:hover,
@media (max-width: 640px) {
  .efyklhdz .iwcdt { background: var(--accent); border-top-color: var(--accent-light); }
  .efyklhdz .iwcdt li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.rvbiof .sswprapp {
  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);
}
.rvbiof .dadwg {
  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) {
  .rvbiof .iwcdt {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.uzkgjr .ss9eyk { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.fwcx0 .ss9eyk { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.bwjtryld .ss9eyk { min-height: 72px; height: auto; }
.rwo2 .ss9eyk { min-height: 84px; height: auto; }
.qgd9gy .ss9eyk { max-width: none; padding: 0 32px; }
.qgd9gy .t46wa4v  { max-width: none; padding: 24px 32px; }
.wb7jcgj3.wii1t .ss9eyk { max-width: 1200px; }
.wb7jcgj3.jl1bh9 .ss9eyk { max-width: 1320px; }
.hjkulh   .j61fkjy, .hjkulh   .jol0 { text-transform: capitalize; }
.mibpagst .j61fkjy, .mibpagst .jol0 { text-transform: lowercase; }
.wk2g0a .j61fkjy, .wk2g0a .jol0 { text-transform: uppercase; letter-spacing: 0.06em; }
.oud6m, .bh3qlf {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.sc4n .oud6m,
.xjsz98pe .oud6m,
.ewiv .oud6m,
.l7wda .oud6m,
.pjf9pu   .iwcdt a { font-weight: 500; }
.eqnalypv .iwcdt a { font-weight: 600; }
.hf28kcor     .iwcdt a { font-weight: 700; }
.oag8rh0f    .iwcdt a { font-weight: 800; letter-spacing: 0.01em; }
.kafur     .iwcdt > li + li::before,
.t9ep9n5    .iwcdt > li + li::before,
.o8316    .iwcdt > li + li::before,
.lv15m3v .iwcdt > li + li::before,
.pyh27cfy .iwcdt > li + li::before,
.kqorjb  .iwcdt > li + li::before,
.e5j5k    .iwcdt > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.kafur     .iwcdt > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.t9ep9n5    .iwcdt > li + li::before { content: "|"; }
.o8316    .iwcdt > li + li::before { content: "—"; }
.lv15m3v .iwcdt > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.pyh27cfy .iwcdt > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.kqorjb  .iwcdt > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.e5j5k    .iwcdt > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .pi8rkx1m .lwdv5,
  .mcce6 .lwdv5,
  .ohkx4q .lwdv5,
  .xgnbp .lwdv5,
  .h55e99 .lwdv5 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .pi8rkx1m .lwdv5::before,
  .mcce6 .lwdv5::before,
  .ohkx4q .lwdv5::before,
  .xgnbp .lwdv5::before,
  .h55e99 .lwdv5::before { content: ""; display: block; flex-shrink: 0; }

  
  .pi8rkx1m .lwdv5::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;
  }

  
  .mcce6 .lwdv5::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;
  }

  
  .ohkx4q .lwdv5::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;
  }

  
  .xgnbp .lwdv5::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;
  }

  
  .h55e99 .lwdv5::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) {
  .rdtd3qnz .lwdv5 {
    padding: 5px 14px;
  }
  .rdtd3qnz .iwcdt {
    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;
  }
  .rdtd3qnz .iwcdt li a {
    border-bottom: none; padding: 10px 22px;
  }
  .rdtd3qnz .iwcdt li a:hover { background: var(--bg-raised); }
  .rdtd3qnz .uj04xa,
  .dgk9a9j .uj04xa,
  .huzzo .uj04xa { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .uxg81idz .lwdv5 {
    padding: 5px 10px;
  }
  .uxg81idz .iwcdt {
    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);
  }
  .uxg81idz .iwcdt.bgy9 { transform: translateX(0); }
  .uxg81idz .iwcdt li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .uxg81idz .iwcdt li:last-child a { border-bottom: none; }
  .efyklhdz .iwcdt,
  .rrphx4n2 .iwcdt { background: var(--accent) !important; }
  .efyklhdz .iwcdt li a,
  .rrphx4n2 .iwcdt li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .huzzo .lwdv5 {
    padding: 5px 10px;
  }
  .huzzo .iwcdt {
    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);
  }
  .huzzo .iwcdt::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .huzzo .iwcdt.bgy9 { transform: translateY(0); }
  .huzzo .iwcdt li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .oeijt .lwdv5 {
    padding: 5px 10px;
  }
  .oeijt .iwcdt {
    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;
  }
  .oeijt .iwcdt.bgy9 { opacity: 1; pointer-events: auto; }
  .oeijt .iwcdt li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .rq1grz     .lwdv5 { border-radius: 0 !important; }
  .rsca3wi   .lwdv5 { border-radius: 8px !important; }
  .lkown0w .lwdv5 { border-radius: 50% !important; }
  .w9j0   .lwdv5 { border-radius: 999px !important; }
}
.jvl0vhf .frg6kb { height: 28px; }
.knhzb97o .frg6kb { height: 54px; }
.pvhs .frg6kb { height: 54px; }
.z6en38m    .xtxkpb, .z6en38m    .v34sf { color: #f59e0b; }
.yxjsv      .xtxkpb { font-size: 1rem; letter-spacing: 1.5px; }
.yxjsv      .v34sf   { font-size: 1.35rem; }
.cj8knd    .xtxkpb, .cj8knd    .v34sf { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.mo8tg     .xtxkpb, .mo8tg     .v34sf { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.h0v3zv9 .xtxkpb, .h0v3zv9 .v34sf { color: var(--cta); letter-spacing: 2px; }
.iq7bn   .xtxkpb, .iq7bn   .v34sf { color: #e91e63; letter-spacing: 2px; }
.llslapqs  .xtxkpb, .llslapqs  .v34sf { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.eg4en4     .xtxkpb, .eg4en4     .v34sf { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.hxc0pe .mokvez + .mokvez {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.beg70 .g4zwp3 { padding: 18px 24px; min-height: 68px; }
.fdlrlz .nfqy1 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.fdlrlz .cnn572 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent);
}
.u1q80j .mokvez {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.qpntby .i5q0hsl { counter-reset: cs-rank; }
.qpntby .g4zwp3 { position: relative; counter-increment: cs-rank; }
.qpntby .g4zwp3::before {
  content: "#" counter(cs-rank);
  position: absolute; top: 8px; right: 10px;
  font-size: 0.68rem; font-weight: 800; letter-spacing: -.01em;
  color: var(--accent); opacity: 0.5; font-variant-numeric: tabular-nums;
}
.i3qdpp1m .i5q0hsl { counter-reset: cs-rank; gap: 0; }
.i3qdpp1m .g4zwp3 {
  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;
}
.i3qdpp1m .g4zwp3::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;
}
.i3qdpp1m .rgyx4v {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.i3qdpp1m .xeudx {
  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;
}
.i3qdpp1m .royay { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.i3qdpp1m .rgyx4v { min-width: 0; flex-direction: column; width: 100%; }
.i3qdpp1m .ml6vo1 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.i3qdpp1m .xtxkpb { color: var(--cta, var(--accent)); }
.i3qdpp1m .ul10 { font-weight: 700; }
.i3qdpp1m .mokvez {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.i3qdpp1m .nfqy1 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.i3qdpp1m .cnn572 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.i3qdpp1m .k7xh .cnn572 { font-size: 1.3rem; color: var(--accent-light); }
.i3qdpp1m .rgu3v {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.i3qdpp1m .g4zwp3:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .i3qdpp1m .i5q0hsl {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .i3qdpp1m .g4zwp3 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .i3qdpp1m .g4zwp3 { padding: 40px 16px 20px; }
  .i3qdpp1m .mokvez {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .i3qdpp1m .rgu3v { width: 100%; min-width: 0; }
}
.al7sv .i5q0hsl { counter-reset: cs-rank; gap: 10px; }
.al7sv .g4zwp3 {
  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);
}
.al7sv .g4zwp3::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);
}
.al7sv .rgyx4v {
  flex-direction: row; align-items: center; gap: 16px;
  flex-shrink: 0; min-width: 220px;
}
.al7sv .xeudx {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.al7sv .royay { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.al7sv .ml6vo1 {
  font-size: 1.15rem; font-weight: 700; color: var(--accent-light);
  white-space: nowrap; text-align: left; min-width: auto;
}
.al7sv .xtxkpb { color: var(--cta, var(--accent)); }
.al7sv .mokvez {
  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;
}
.al7sv .nfqy1 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.al7sv .cnn572 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.al7sv .k7xh .cnn572 { color: var(--accent-light); }
.al7sv .rgu3v {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.al7sv .g4zwp3:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .al7sv .g4zwp3 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .al7sv .g4zwp3::before {
    position: absolute; top: 14px; left: 14px;
  }
  .al7sv .rgyx4v {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .al7sv .ml6vo1 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .al7sv .mokvez {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .al7sv .rgu3v { width: 100%; min-width: 0; }
  .al7sv .xtxkpb { min-width: 0; }
}
.clk9tg .i5q0hsl { counter-reset: cs-rank; }
.clk9tg .g4zwp3::before {
  counter-increment: cs-rank;
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 900;
  color: var(--accent); opacity: 0.2;
  min-width: 24px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.auiv9c2 .xcmve {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.auiv9c2 .xcmve summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.auiv9c2 .xcmve p { padding: 0 2px 16px; }
.iuzh4 .xcmve { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.iuzh4 .xcmve summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.iuzh4 .xcmve summary::after { content: "›"; font-size: 1.2em; }
.iuzh4 .xcmve[open] summary::after { content: "‹"; }
.iuzh4 .xcmve p { padding: 10px 22px 4px; }
.u4pre .xcmve {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.u4pre .xcmve summary { color: var(--text-primary); padding-left: 16px; }
.u4pre .xcmve summary::after { content: "›"; font-size: 1.1em; }
.u4pre .xcmve[open] summary::after { content: "‹"; }
.u4pre .xcmve p { padding-left: 16px; }
.okg36gac .tbzp { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.okg36gac .xcmve {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.okg36gac .xcmve:last-child { border-bottom: none; }
.okg36gac .xcmve summary { color: var(--text-primary); border-radius: 0; }
.okg36gac .xcmve summary::after { content: "›"; font-size: 1.1em; }
.okg36gac .xcmve[open] summary::after { content: "‹"; }
.kd943yw .xcmve { overflow: hidden; }
.kd943yw .xcmve summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.kd943yw .xcmve summary::after { color: rgba(255,255,255,.75); }
.kd943yw .xcmve[open] summary { border-radius: 0; }
.t5e5qu2l { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.fj2ae {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.qco3gcps {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.mha3c { color: var(--text-muted); font-size: 1.05rem; }
.ythz {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.sfamn0 { margin-bottom: 20px; }
.ihg24 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.m4m7 {
  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;
}
.m4m7:focus { border-color: var(--accent); box-shadow: 0 0 0 2px var(--accent-bg); }
.or8eadu { resize: vertical; min-height: 130px; }
.c3emd { width: 100%; margin-top: 8px; }
.iqexcsjk {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.kpp8u {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.os5s8 { color: var(--text-muted); line-height: 1.75; }
.o6lw { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.o6lw li { margin-bottom: 6px; }
.lk96w7 { max-width: 760px; margin: 0 auto; }
.ceet { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.nlonk7r { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.nlonk7r:last-child { border-bottom: none; }
.nlonk7r h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.nlonk7r p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.wmg1659 { max-width: 760px; margin: 0 auto; }
.y9sket27 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.fpnl6q ul.o6lw { margin: 0; }
.ec8zj .y9sket27 { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .ec8zj { grid-template-columns: 1fr; gap: 10px; } }
.ijp3im { max-width: 640px; margin: 0 auto; text-align: center; }
.p1lwh { margin-bottom: 48px; }
.p1lwh .y9sket27 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.p1lwh p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.u0vp5gw3 .o6lw { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .w369 { grid-template-columns: 1fr; } }
.h4vl { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.h4vl:hover .jc4sqvoq { color: var(--accent-light); text-decoration: underline; }
.qho5k { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.b9awncn { max-width: 760px; margin: 0 auto; }
.z6s4l94i ul.o6lw { margin: 0; }
.yo8sfb { color: var(--text-muted); line-height: 1.75; }
.dlpqtcxx .o6lw,
.jtkb3 .o6lw,
.hfe5skjt .o6lw,
.stkl70g1 .o6lw {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.iefsm6 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.s5vx7t { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.nvib { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.luo72 { margin-top: 12px; }
.xlei826p { 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; }
.xlei826p:hover { border-bottom-color: var(--accent); }
.rjpas8 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.rjpas8 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vv2o { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.rtah { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.w9e53 { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .hkrux3zk { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.we34ywj .nvib, .we34ywj .s5vx7t { max-width: 640px; }
.qmuzmxy .iefsm6 { font-size: 1.6rem; margin-top: 18px; }
.p04jpvod .nvib { margin-bottom: 28px; }
@media (max-width: 860px) { .mi8ff4 { grid-template-columns: 1fr; } .qmuzmxy { position: static; text-align: center; } }
.dq7hdatw .rjpas8 { margin: 0 auto 18px; }
.dq7hdatw .rtah { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .k3phppj { grid-template-columns: 1fr; } }
.n8rv6m { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.hxvom { flex: 1; }
.n8rv6m .iefsm6 { font-size: 1.6rem; margin-bottom: 6px; }
.re91m1 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.stkl70g1 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.ocjprt { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.stkl70g1 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.stkl70g1 .o6lw { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .n8rv6m { flex-direction: column; text-align: center; } .re91m1 { grid-template-columns: 1fr; } }
.obi32q .iefsm6 { font-size: 1.35rem; margin: 0 0 4px; }
.obi32q .rtah { margin: 0; }
.q5l9gs4 .qco3gcps { color: var(--accent-light); }
.x7xj .qco3gcps { font-size: 2rem; }
.x7xj .mha3c { max-width: 680px; }
.wvj7ix .qco3gcps { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.wvj7ix .mha3c  { margin: 0; }
@media (max-width: 640px) { .wvj7ix { flex-direction: column; } }
.h0lfca .qco3gcps { color: var(--accent-light); }
.hhgzj43 .qco3gcps { color: #fff; }
.hhgzj43 .mha3c  { color: rgba(255,255,255,0.85); }
.gc75s { max-width: 680px; margin: 0 auto; }
.ng6ub00t {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .ng6ub00t { grid-template-columns: 1fr; } }
.rgzxeio .m4m7 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.rgzxeio .m4m7:focus { border-bottom-color: var(--accent); box-shadow: none; }
.wvecl .m4m7 { background: var(--bg-raised); border-color: transparent; }
.wvecl .m4m7:focus { background: var(--bg-card); border-color: var(--accent); }
.byo5s .m4m7 { border-radius: 100px; padding: 11px 20px; }
.byo5s .or8eadu { border-radius: 14px; }
.f1p0pi {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .f1p0pi { grid-template-columns: 1fr; } }
.bfe9qvr {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.bfe9qvr h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.bfe9qvr p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.ln8shk { counter-reset: priv-count; }
.dym3 {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.dym3:last-child { border-bottom: none; }
.b70hy {
  font-size: 2.4rem; font-weight: 800; color: var(--accent);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.dym3 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.dym3 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.vnrs{display:none}
.vnrs:empty,.i4ee7:empty{display:none}
.ya9l2{position:relative;overflow:visible}
.kupu .tflttnr,.a2lp1521 .tflttnr,
.rot0jb .tflttnr,.k4okdod .tflttnr,
.epywrh .tflttnr,.ziygz .tflttnr{display:block}
.imqzae .rhdy{display:block}
.kupu .tflttnr,.a2lp1521 .tflttnr,
.rot0jb .tflttnr,.k4okdod .tflttnr,
.epywrh .tflttnr{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.kupu .tflttnr .i4ee7,.a2lp1521 .tflttnr .i4ee7,
.rot0jb .tflttnr .i4ee7,.k4okdod .tflttnr .i4ee7,
.epywrh .tflttnr .i4ee7{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.kupu .kgzz,.a2lp1521 .kgzz,
.rot0jb .kgzz,.k4okdod .kgzz,
.epywrh .kgzz{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.kupu .tflttnr,.a2lp1521 .tflttnr{top:12px}
.kupu .tflttnr .i4ee7{margin-right:auto}
.a2lp1521 .tflttnr .i4ee7{margin-left:auto}
.a2lp1521 .tflttnr{text-align:right}
.rot0jb .tflttnr,.k4okdod .tflttnr{bottom:12px}
.rot0jb .tflttnr .i4ee7{margin-right:auto}
.k4okdod .tflttnr .i4ee7{margin-left:auto}
.k4okdod .tflttnr{text-align:right}
.epywrh .tflttnr{position:relative;margin-top:16px}
.epywrh .tflttnr .i4ee7{margin:0 auto}
.ziygz .tflttnr{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.ziygz .tflttnr .i4ee7{margin:0}
.ziygz .x15w~.tflttnr,
.ziygz .wtpmmyo~.tflttnr{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.ziygz .x15w~.tflttnr .i4ee7,
.ziygz .wtpmmyo~.tflttnr .i4ee7{justify-content:flex-start}
.x15w~.tflttnr,.wtpmmyo~.tflttnr{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.x15w~.tflttnr .i4ee7{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.wtpmmyo~.tflttnr .i4ee7{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.rhdy .i4ee7{margin:0 0 12px}
.i4ee7{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.yz2ugc{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.jc4sqvoq{font-weight:600;color:var(--text-heading);opacity:1}
.vo1hnay::before{content:"·";margin:0 2px;opacity:.5}
.kgzz{white-space:nowrap}
.vc5ks .yz2ugc{display:none}
.ntu7i .kgzz{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.ntu7i .vo1hnay::before{content:""}
.nzgjsh .kgzz{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.nzgjsh .vo1hnay::before{content:""}
.r11q .i4ee7{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.wia8bw .kgzz{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.wia8bw .vo1hnay::before{content:""}
.dh0njo5a .kgzz{color:var(--accent);opacity:1;font-weight:500}
.fe2calj .kgzz{border-bottom:1px solid currentColor;padding-bottom:2px}
.use4 .i4ee7{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.qqcm1bb{--date-bg:transparent}
.hmvzv .vo1hnay::before{content:""}
.jsssno .vo1hnay::before{content:"•";opacity:.4}
.jsssno .kgzz + .kgzz::before{content:"•";margin-right:6px;opacity:.4}
.w2bu99 .vo1hnay::before{content:"/";opacity:.35}
.w2bu99 .kgzz + .kgzz::before{content:"/";margin-right:6px;opacity:.35}
.o3pph4 .vo1hnay::before{content:"|";opacity:.3}
.o3pph4 .kgzz + .kgzz::before{content:"|";margin-right:6px;opacity:.3}
.vfe37s .vo1hnay::before{content:"—";opacity:.3}
.vfe37s .kgzz + .kgzz::before{content:"—";margin-right:6px;opacity:.3}
.evrnwnp .vo1hnay::before{content:"◆";font-size:.5em;opacity:.35}
.evrnwnp .kgzz + .kgzz::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.u59pyc .vo1hnay::before{content:"·";opacity:.4}
.u59pyc .kgzz + .kgzz::before{content:"·";margin-right:6px;opacity:.4}
.mxmh7jd .vo1hnay::before{content:"›";opacity:.4}
.mxmh7jd .kgzz + .kgzz::before{content:"›";margin-right:6px;opacity:.4}
.d7sv .vo1hnay::before{content:"→";opacity:.35;font-size:.85em}
.d7sv .kgzz + .kgzz::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.qghs5yp .el716r4{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .el716r4{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .achgavm{max-width:100%}
}
:root {
  --accent:          #495ec1;
  --brand:           #495ec1;
  --brand-light:     #8a95cc;
  --brand-pale:      #b3b9d5;
  --grad-start:      #8d9ad8;
  --grad-end:        #bfc5e3;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #495ec1;
  --cta-light:       #3348ad;
  --cta-hover:       #344598;
  --bg-page:         #f6f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f4f5;
  --bg-raised:       #eeeef0;
  --bg-hover:        #f4f4f5;
  --border:          #e2e3e8;
  --border-alt:      #d1d2db;
  --border-section:  #e2e3e8;
  --text-primary:    #17181b;
  --text-muted:      #53555e;
  --text-body:       #2f3136;
  --text-sub:        #474951;
  --text-faint:      #777a87;
  --text-dim:        #92959f;
  --text-label:      #5f626c;
  --text-value:      #3b3d43;
  --accent-bg:       #e6e8ee;
  --accent-bg-light: #d0d4e5;
  --bg-tip:          #f0f9f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f3f9;
  --bg-pros:         #f0f9f6;
  --bg-cons:         #faf3f6;
  --c-pros:          #1d8663;
  --c-cons:          #9f214b;
  --c-pros-label:    #229f76;
  --c-tip-border:    #26b082;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #1d8663;
}
:root { --logo-bg-opacity: 31%; }
body, button, input { font-family: "Nunito", sans-serif; }
.arcciqm .pye9ix9c { font-size: 0; width: 1.2rem; flex-shrink: 0; }.arcciqm .pye9ix9c::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.arcciqm .b1kjrr     .pye9ix9c::before { content: "";  color: var(--c-tip-border); }.arcciqm .nc8p .pye9ix9c::before { content: ""; color: var(--c-warn-border); }.arcciqm .nmynz    .pye9ix9c::before { content: ""; color: #60a5fa; }.w8e9 .arcciqm .b1kjrr     .pye9ix9c::before { color: #10b981; }.w8e9 .arcciqm .nc8p .pye9ix9c::before { color: #f43f5e; }.w8e9 .arcciqm .nmynz    .pye9ix9c::before { color: #a855f7; }.nempi  .arcciqm .b1kjrr     .pye9ix9c::before { color: #eab308; }.nempi  .arcciqm .nc8p .pye9ix9c::before { color: #ef4444; }.nempi  .arcciqm .nmynz    .pye9ix9c::before { color: #f97316; }.c6hso  .arcciqm .b1kjrr     .pye9ix9c::before { color: #38bdf8; }.c6hso  .arcciqm .nc8p .pye9ix9c::before { color: #818cf8; }.c6hso  .arcciqm .nmynz    .pye9ix9c::before { color: #2dd4bf; }.gsbocsii .arcciqm .pye9ix9c::before { color: var(--accent-light) !important; }
.bnrm7 .pebf, .bnrm7 .x15w { min-height: 420px; }
.mm1ful78 .ar6gb::after,.mm1ful78 .h307pfj::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.yeer::before { content: '›'; font-size: 1.1em; }
.za6z23lt .kgzz::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.za6z23lt .kgzz:first-of-type::before{content:"\f017"}.za6z23lt .kgzz:last-of-type::before{content:"\f2f1"}