:root {
  --color-accent: #0f1a14;
  --color-cta: #1fcf57;
  --font-family: Inter;
  --font-weight-body: 400;
  --radius-card: 12px;
  --radius-button: 8px;
  --spacing-section: 4rem;
  --spacing-content: 1100px;
}
:root {
  
  --bg-page:        #0f1117;
  --bg-surface:     #151929;
  --bg-card:        #1a1f2e;
  --bg-card-inner:  #242938;
  --bg-raised:      #2d3748;
  --bg-hover:       #1e2638;
  
  --border:         #1e2535;
  --border-alt:     #2d3748;
  --border-section: #374151;
  
  --text-primary:   #e2e8f0;
  --text-muted:     #94a3b8;
  --text-body:      #cbd5e1;
  --text-sub:       #a0aec0;
  --text-faint:     #6b7280;
  --text-dim:       #4b5563;
  --text-label:     #8892a4;
  --text-value:     #c9d1e0;
  
  --bg-tip:         #1a2e1a;
  --bg-warning:     #2d1f0e;
  --bg-info:        #1a1f2e;
  --bg-pros:        #1a2e1a;
  --bg-cons:        #2d1a1a;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: system-ui, sans-serif;
  background: var(--bg-page);
  color: var(--text-primary);
  line-height: 1.7;
}
.eced {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.l0kfh {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.ci7do8 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.n3qq04y { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.j39pg { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.j39pg a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.j39pg a:hover { color: var(--accent-light); }
.prtl     .ly4qxbiq { border-radius: 6px; }
.prtl .ly4qxbiq li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.prtl .ly4qxbiq li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
@media (max-width: 640px) {
  .ly4qxbiq {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .yf7bc:hover .ly4qxbiq,
  .yf7bc:focus-within .ly4qxbiq { display: block; }
  .ly4qxbiq li a { padding: 8px 16px; font-size: 0.88rem; }
}
.au26t {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.px2dqqv { display: none; }
@media (max-width: 640px) {
  .px2dqqv {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .px2dqqv.ql8b { display: block; }
}
@media (max-width: 640px) {
  .au26t { display: block; }
  .j39pg > li + li::before { display: none !important; }
  .j39pg {
    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;
  }
  .j39pg.ql8b { display: flex; }
  .j39pg li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .j39pg li:last-child a { border-bottom: none; }
}
.w9qp { min-height: 480px; }
.mstc {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.tp416 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.n1wh487 .tp416 { margin-left: 0; margin-right: 0; }
.mzdn {
  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;
}
.mzdn:hover { opacity: 0.88; }
.cmme32w {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.cnecm {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.cmme32w .tobsckat {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.cmme32w .mstc { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.cmme32w .tp416 { color: #e2e8f0; }
.cmme32w.eun2h6pj .tobsckat { text-align: center; }
.cmme32w.n1wh487   .tobsckat { text-align: left; }
.nr3g .tobsckat {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.nr3g .mstc { color: var(--text-primary); text-shadow: none; }
.nr3g .tp416 { color: var(--text-muted); }
.nr3g .mzdn { margin-top: 16px; }
.nr3g, .nr3g.w9qp { min-height: auto !important; }
.nr3g.eun2h6pj .tobsckat { text-align: center; }
.nr3g.n1wh487   .tobsckat { text-align: left; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.t45tl .cmme32w .cnecm {
  overflow: hidden;
}
.t45tl .cmme32w .cnecm::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.kgkd .cmme32w .cnecm {
  overflow: hidden;
}
.kgkd .cmme32w .cnecm::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.humkyfrk .cx5r4r,
.humkyfrk .qh470efh,
.humkyfrk .cmme32w .cnecm {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.wbl73jg .cmme32w .cnecm {
  overflow: hidden;
}
.wbl73jg .cmme32w .cnecm::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.a4kje9b .cmme32w .cnecm {
  animation: hg-breathe 10s ease-in-out infinite;
}
.cx5r4r .cnecm {
  background: none;
}
.cx5r4r .mstc { color: #fff; }
.cx5r4r .tp416 { color: rgba(255,255,255,0.85); }
.cx5r4r .mzdn { background: #fff; color: var(--cta); }
.cx5r4r .mzdn:hover { opacity: 0.92; }
.humkyfrk .xf3ntyj {
  animation: hg-fadein 1.2s ease-out both;
}
.xf3ntyj .mstc { text-shadow: none; color: var(--text-primary); }
.xf3ntyj .tp416 { color: var(--text-muted); }
body.jan00t18 .mstc {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.t2kr .mstc {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.w9qp.cx5r4r .mstc,
section.cx5r4r .mstc {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.xf3ntyj.eun2h6pj .vsip1 { align-items: center; text-align: center; }
.w9qp .cg6tu {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.cg6tu .j80p.ok4msw {
  padding: 10px 14px !important; font-size: 0.88rem !important;
  font-weight: 700;
  background: var(--cta) !important; color: #fff !important;
  border: none !important;
  display: flex; align-items: center; justify-content: center;
}
.cg6tu .j80p.ok4msw:hover { opacity: 0.85; }
.pmqjp .tobsckat { padding-bottom: 24px; }
.g1ayymx5 .tobsckat { max-width: 1100px; }
@media (max-width: 700px) {
  .xf3ntyj { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .xf3ntyj:not(.t580nvvh) .kd87sq { display: none !important; }
  .t580nvvh .kd87sq { padding: 16px; }
  .vsip1  { padding: 36px 24px; }
  .xf3ntyj~.l9febol,.pj81ql~.l9febol{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .w9qp, .xf3ntyj { min-height: 320px !important; }
  .mstc { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .lxtlo05,
  .tsv79v,
  .qjb1h2ki { grid-template-columns: 1fr !important; }

  

  
  .pmqjp { display: flex !important; flex-direction: column !important; }
  .pmqjp .tobsckat { display: contents; }
  .pmqjp .cnecm { order: 0; }
  .pmqjp .mstc { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .pmqjp .lxtlo05 { order: 2; padding: 0 16px 12px !important; }
  .pmqjp .tp416 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .g1ayymx5 .tobsckat { display: flex; flex-direction: column; }
  .g1ayymx5 .tobsckat .mstc { order: 1; }
  .g1ayymx5 .tobsckat .qjb1h2ki { order: 2; margin: 8px 0 24px !important; }
  .g1ayymx5 .tobsckat .tp416 { order: 3; }
  .g1ayymx5 .tobsckat .mzdn { order: 4; align-self: center; margin-top: 0; }

  
  .xf3ntyj.t580nvvh {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .xf3ntyj.t580nvvh .vsip1 { display: contents; padding: 0; }
  .xf3ntyj.t580nvvh .vsip1 .mstc { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .xf3ntyj.t580nvvh .kd87sq { order: 2; padding: 12px 16px; }
  .xf3ntyj.t580nvvh .vsip1 .tp416 { order: 3; padding: 0 24px; margin: 0 auto; }
  .xf3ntyj.t580nvvh .vsip1 .mzdn { order: 4; align-self: center; margin: 8px 0 32px; }
}
.gf38r { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.xl1yh { width: 100%; height: auto; display: block; border-radius: 10px; }
.mfgp4uxt .gf38r        { border-radius: 16px; }
.mfgp4uxt .xl1yh  { border-radius: 16px; }
.e638 .gf38r         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.e638 .xl1yh   { border-radius: 8px; }
.vrms { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.z2d50pl { width: 100%; padding: 32px 0; position: relative; }
.m93lejb { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.wdy58 .z2d50pl:nth-child(even) { background: var(--bg-surface); }
.wdy58 .z2d50pl:nth-child(odd)  { background: var(--bg-page); }
.a7tq .z2d50pl:nth-child(even) { background: var(--bg-card); }
.a7tq .z2d50pl:nth-child(odd)  { background: var(--bg-page); }
.wdy58 .z2d50pl:nth-child(odd)  .m93lejb { background: var(--bg-card); border-radius: 6px; }
.wdy58 .z2d50pl:nth-child(even) .m93lejb { background: var(--bg-raised); border-radius: 6px; }
.a7tq .z2d50pl:nth-child(odd)  .m93lejb { background: var(--bg-card); border-radius: 6px; }
.a7tq .z2d50pl:nth-child(even) .m93lejb { background: var(--bg-raised); border-radius: 6px; }
.wdy58 .z2d50pl:nth-child(even) .td4mmn .dphnp,
.a7tq .z2d50pl:nth-child(even) .td4mmn .dphnp { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.wdy58 .z2d50pl:nth-child(odd) .td4mmn .dphnp,
.a7tq .z2d50pl:nth-child(odd) .td4mmn .dphnp { background: var(--bg-card-inner); }
.wdy58 .z2d50pl:nth-child(even) .fxw4fc .dphnp:nth-child(odd),
.a7tq .z2d50pl:nth-child(even) .fxw4fc .dphnp:nth-child(odd)  { background: var(--bg-card); }
.wdy58 .z2d50pl:nth-child(even) .fxw4fc .dphnp:nth-child(even),
.a7tq .z2d50pl:nth-child(even) .fxw4fc .dphnp:nth-child(even) { background: var(--bg-card-inner); }
h1.eyl3y { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.eyl3y {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.gjy7z2 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.g22lvyil h2.eyl3y {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.wnh5t h2.eyl3y {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.ni7ax h2.eyl3y {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.s7oitfn h2.eyl3y::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.r9ar h2.eyl3y {
  color: var(--text-primary); font-size: 1.7rem;
}
.ulp1 h2.eyl3y::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.kgpcp h2.eyl3y {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
@media (max-width: 640px) { .v2zw4n { display: none; } }
.eiss { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.qt3x9 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.czmrhetj {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.pnr6m3fi { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.n8pduryd { padding-left: 20px; }
.n8pduryd li { margin-bottom: 6px; }
.n8pduryd a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.n8pduryd a:hover { color: var(--accent-light); }
.j3phde .pnr6m3fi { display: none; }
.gj7o .pnr6m3fi { display: none; }
.gj7o .n8pduryd { padding-left: 0; list-style: none; }
.gj7o .n8pduryd li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.gj7o .n8pduryd a { font-size: 0.92rem; }
.r2h5 .czmrhetj { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.r2h5 .pnr6m3fi { display: none; }
.r2h5 .n8pduryd { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.r2h5 .n8pduryd li { margin-bottom: 0; }
.r2h5 .n8pduryd 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;
}
.r2h5 .n8pduryd a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.pevqwm .czmrhetj { padding: 20px 20px 16px; }
.pevqwm .n8pduryd {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.pevqwm .n8pduryd li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.pevqwm .n8pduryd 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;
}
.pevqwm .n8pduryd 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;
}
.pevqwm .n8pduryd a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.pevqwm .n8pduryd a:focus,
.pevqwm .n8pduryd a:focus-visible,
.pevqwm .n8pduryd a:target { outline: none; }
.pevqwm .n8pduryd li:target a { border-color: var(--border); color: var(--text-muted); }
.pet9e .czmrhetj { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.pet9e .pnr6m3fi { display: none; }
.pet9e .n8pduryd { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.pet9e .n8pduryd li { margin-bottom: 0; }
.pet9e .n8pduryd li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.pet9e .n8pduryd li:last-child::after { content: ""; margin-right: 0; }
.pet9e .n8pduryd a { font-size: 0.9rem; }
.dphnp { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.td4mmn .dphnp { background: var(--bg-card); }
.fxw4fc .dphnp:nth-child(odd)  { background: var(--bg-card); }
.fxw4fc .dphnp:nth-child(even) { background: var(--bg-raised); }
.n4k50ik .dphnp {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.n4k50ik .dphnp:last-child { border-bottom: none; }
.n4k50ik h3.gjy7z2 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.enp2417 .dphnp {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.enp2417 .dphnp + .dphnp { margin-top: 4px; }
.hm5d5t .dphnp { background: none; border-radius: 0; padding: 12px 0; }
.hm5d5t .dphnp + .dphnp { border-top: 1px solid var(--border-section); }
.addd77z { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.vi7514 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.qb51 { color: var(--text-body); margin-bottom: 10px; }
.oj5ctpr, .tkl02h { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.oj5ctpr li, .tkl02h li { margin-bottom: 6px; }
.tkl02h li { list-style: decimal; }
.jvsttdl     .oj5ctpr { list-style-type: "● "; }
.jqms  .oj5ctpr { list-style-type: "■ "; }
.jas6g4p0 .oj5ctpr { list-style-type: "◆ "; }
.fsnqk972    .oj5ctpr { list-style-type: "★ "; }
.jvsttdl     .pbb6j { list-style-type: "● "; }
.jqms  .pbb6j { list-style-type: "■ "; }
.jas6g4p0 .pbb6j { list-style-type: "◆ "; }
.fsnqk972    .pbb6j { list-style-type: "★ "; }
.jvsttdl    .oj5ctpr li::marker, .jvsttdl    .pbb6j li::marker,
.jqms .oj5ctpr li::marker, .jqms .pbb6j li::marker,
.jas6g4p0 .oj5ctpr li::marker, .jas6g4p0 .pbb6j li::marker,
.fsnqk972   .oj5ctpr li::marker, .fsnqk972   .pbb6j li::marker {
  color: var(--cta); font-size: 1em;
}
.jvsttdl .tkl02h,
.jqms .tkl02h,
.jas6g4p0 .tkl02h,
.fsnqk972 .tkl02h {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.jvsttdl .tkl02h li,
.jqms .tkl02h li,
.jas6g4p0 .tkl02h li,
.fsnqk972 .tkl02h li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.jvsttdl .tkl02h li::before,
.jqms .tkl02h li::before,
.jas6g4p0 .tkl02h li::before,
.fsnqk972 .tkl02h 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;
}
.jvsttdl     .tkl02h li::before { border-radius: 50%; }
.jqms  .tkl02h li::before { border-radius: 3px; }
.jas6g4p0 .tkl02h li::before { border-radius: 3px; }
.fsnqk972    .tkl02h li::before { border-radius: 50%; }
.xdu0t { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.d33wzvc .xdu0t,
.nsbm29dm .xdu0t { background: transparent; border: none; border-radius: 0; }
.iwvda { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.iwvda th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.iwvda td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.iwvda tr:hover td { background: var(--bg-hover); }
.bq2vo4jn .iwvda tbody tr:nth-child(even) td { background: var(--bg-surface); }
.gjaz888v .iwvda { border: 1px solid var(--border-alt); }
.gjaz888v .iwvda th,
.gjaz888v .iwvda td { border: 1px solid var(--border-alt); }
.a89b8 .iwvda th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.a89b8 .iwvda td { border-bottom: none; }
.a89b8 .iwvda tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.dmb54 .iwvda th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.qlh0vihp .xdu0t {
  overflow: hidden;
}
.qlh0vihp .iwvda th { border-bottom: 1px solid var(--border-alt); }
.qlh0vihp .iwvda tr:last-child td { border-bottom: none; }
.p2hhy { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.ryf4e1 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.v0kof { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.zczdk { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.q4ayrzh { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.pbb6j { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.pbb6j li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.vvqo .zczdk { background: transparent; text-align: center; }
.vb1d .v0kof {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.bz9xi8py .v0kof {
  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);
}
.x77xa .ryf4e1 { display: grid; grid-template-columns: auto 1fr; }
.x77xa .v0kof {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.x77xa .zczdk { grid-column: 2; }
.x77xa .q4ayrzh,
.x77xa .pbb6j { grid-column: 1 / -1; }
.y3ejx .ryf4e1 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.y3ejx .v0kof {
  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);
}
.y3ejx .zczdk { grid-column: 2; }
.y3ejx .q4ayrzh,
.y3ejx .pbb6j { grid-column: 1 / -1; }
.vy1mflc .ryf4e1 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.vy1mflc .zczdk { background: none; color: var(--accent-light); font-weight: 700; }
.pj1k6d7 .ryf4e1 { 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); }
.pj1k6d7 .zczdk { background: none; color: var(--accent-light); font-weight: 700; }
.x9mi .ryf4e1 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.x9mi .ryf4e1:last-child { border-bottom: none; }
.x9mi .zczdk { background: none; color: var(--accent-light); font-weight: 700; }
.rzrmeub .ryf4e1 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.rzrmeub .zczdk { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.e0te7k7 .p2hhy { counter-reset: card-n; }
.e0te7k7 .ryf4e1  { counter-increment: card-n; }
.e0te7k7 .zczdk { display: flex; align-items: center; gap: 10px; }
.e0te7k7 .zczdk::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;
}
.zq0u41gn .ryf4e1 { background: var(--bg-surface); border: 1px solid var(--border); }
.zq0u41gn .zczdk { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.we9v65o0 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.nz739s6 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.gkv9onx4 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.we9v65o0 strong { color: var(--text-primary); font-size: 0.95rem; }
.we9v65o0 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.xl1yh { width: 100%; height: auto; border-radius: 10px; display: block; }
.ok4msw {
  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;
}
.ok4msw:hover { opacity: 0.85; }
.mfltt4iu .ok4msw  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.mfltt4iu .ok4msw:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.jz50zgtf .ok4msw  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.jz50zgtf .ok4msw:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.w887 .mzdn { border-radius: 50px; }
.w887 .ok4msw  { border-radius: 50px; }
.cwr0i8 .mzdn { padding-left: 22px; padding-right: 22px; }
.cwr0i8 .ok4msw  { padding-left: 12px; padding-right: 12px; }
.muatn .mzdn { padding-left: 44px; padding-right: 44px; }
.muatn .ok4msw  { padding-left: 24px; padding-right: 24px; }
.zsnsd .mzdn { padding-left: 56px; padding-right: 56px; }
.zsnsd .ok4msw  { padding-left: 32px; padding-right: 32px; }
.s1j0e   .mzdn::after, .s1j0e   .ok4msw::after,
.gg42 .mzdn::after, .gg42 .ok4msw::after,
.cmwj    .mzdn::after, .cmwj    .ok4msw::after,
.a5b0mz    .mzdn::after, .a5b0mz    .ok4msw::after,
.g097    .mzdn::after, .g097    .ok4msw::after,
.z3jdgl6     .mzdn::after, .z3jdgl6     .ok4msw::after,
.si1nr7    .mzdn::after, .si1nr7    .ok4msw::after,
.yqd3   .mzdn::after, .yqd3   .ok4msw::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;
}
.s1j0e .mzdn::after, .s1j0e .ok4msw::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");
}
.gg42 .mzdn::after, .gg42 .ok4msw::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");
}
.cmwj .mzdn::after, .cmwj .ok4msw::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");
}
.a5b0mz .mzdn::after, .a5b0mz .ok4msw::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");
}
.g097 .mzdn::after, .g097 .ok4msw::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");
}
.z3jdgl6 .mzdn::after, .z3jdgl6 .ok4msw::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");
}
.si1nr7 .mzdn::after, .si1nr7 .ok4msw::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");
}
.yqd3 .mzdn::after, .yqd3 .ok4msw::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");
}
.lnuf5r0k   .h4em7oi4::after, .lnuf5r0k   .um9c4vki::after,
.iq238uo .h4em7oi4::after, .iq238uo .um9c4vki::after,
.gerag69l    .h4em7oi4::after, .gerag69l    .um9c4vki::after,
.ipy13qkl    .h4em7oi4::after, .ipy13qkl    .um9c4vki::after,
.g1md0    .h4em7oi4::after, .g1md0    .um9c4vki::after,
.mc0m     .h4em7oi4::after, .mc0m     .um9c4vki::after,
.o3vkv    .h4em7oi4::after, .o3vkv    .um9c4vki::after,
.jiova   .h4em7oi4::after, .jiova   .um9c4vki::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;
}
.lnuf5r0k .h4em7oi4::after, .lnuf5r0k .um9c4vki::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");
}
.iq238uo .h4em7oi4::after, .iq238uo .um9c4vki::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");
}
.gerag69l .h4em7oi4::after, .gerag69l .um9c4vki::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");
}
.ipy13qkl .h4em7oi4::after, .ipy13qkl .um9c4vki::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");
}
.g1md0 .h4em7oi4::after, .g1md0 .um9c4vki::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");
}
.mc0m .h4em7oi4::after, .mc0m .um9c4vki::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");
}
.o3vkv .h4em7oi4::after, .o3vkv .um9c4vki::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");
}
.jiova .h4em7oi4::after, .jiova .um9c4vki::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");
}
.geo9v .qyaxkn   { background: rgba(128,128,128,.12); }
.j80p.ok4msw {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .u5bx264 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .u5bx264::before    { grid-area: rank;   }
  .qbrnvjl           { grid-area: ident;  }
  .tf7ikwu     { grid-area: rating; min-width: 0; width: auto; }
  .wxsv           { grid-area: pills;  }
  .j80p             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .u5bx264 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .u5bx264::before    { justify-self: center; }
  .qbrnvjl           { width: 100%; }
  .tf7ikwu     { justify-self: center; }
  .wxsv           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .zm69uq .qqbpu6 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .zm69uq .duxj { margin: 0; }
}
.x3la .duxj { border-top: 4px solid var(--accent); }
.x3la .uddbi { background: var(--bg-card); }
@media (max-width: 720px) {
  .luiiqy6 { grid-template-columns: 1fr; }
  .j83959 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .j83959 .bm1zafo { width: 72px; height: 50px; }
  .j83959 .x5gh7 { max-width: 180px; }
  .j83959 .bwypri0 { width: auto; }
}
@media (max-width: 720px) {
  .v1s6 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .kfbno9o6 { padding: 16px; }
  .y8945c .vf79jja { min-width: 50%; }
}
@media (max-width: 860px) {
  .i3o64 { grid-template-columns: 1fr; }
  .aw4u12 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .qnsku { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .xgvdijo { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .o108 { flex-direction: column; align-items: stretch; }
}
.t9ido .bwypri0 .ok4msw { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .hl1rqg { flex-direction: column; align-items: stretch; gap: 10px; }
  .t9ido .bwypri0 { text-align: center; }
}
@media (max-width: 720px) {
  .hj0k { grid-template-columns: 1fr; }
  .scl82v { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .emmi9jf { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .emw9b0d { grid-template-columns: 1fr; }
  .qgdz7dn { width: 100px; height: 100px; margin: 16px auto; }
  .ktcj { font-size: 1.4rem; }
  .vx6iv0k { justify-content: center; }
  .lydky47 .vf79jja { min-width: 50%; }
}
@media (max-width: 540px) {
  .zlmbls5 { flex-wrap: wrap; padding: 14px 16px; }
  .rzprkz4 { padding: 12px 16px; }
  .gehis2 .al2ly7t2 { margin: 0 16px; }
  .gehis2 .hwx3u { padding: 0 16px; }
  .a04ddy { padding: 12px 16px; }
}
.wfxldh .wxsv .oqnr1 {
  background: transparent; padding: 4px 8px;
}
.wfxldh .wxsv .hcw7ho { font-size: .65rem; opacity: .65; }
.wfxldh .wxsv .gf0ag4ti   { font-size: 1.15rem; color: var(--accent-light); }
.fcfimr0 .ck84 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.jt79urfy { margin: 16px 0; }
.iq8va4ts { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.iq8va4ts summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.iq8va4ts summary::after { content: "+"; color: var(--accent-light); }
.iq8va4ts[open] summary::after { content: "−"; }
.iq8va4ts p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.z2d50pl { margin-bottom: 0; }
.feirb83 h2.eyl3y { color: var(--text-primary); border-color: var(--accent-light); }
.s6oh h2.eyl3y { color: var(--text-primary); border-color: var(--accent-light); }
.r8lvyw71 .nz739s6    { background: #1e1036; border-color: #a855f7; }
.r8lvyw71 .we9v65o0 strong  { color: #f1f5f9; }
.r8lvyw71 .we9v65o0 p       { color: #cbd5e1; }
.r8lvyw71 .v8b3va    .a0ya1x     .gkv9onx4::before,
.r8lvyw71 .u456oqw  .a0ya1x     .gkv9onx4::before,
.r8lvyw71 .hi7b2  .a0ya1x     .gkv9onx4::before,
.r8lvyw71 .cqfuyct .a0ya1x     .gkv9onx4::before { color: #10b981; }
.r8lvyw71 .v8b3va    .pk621kgs .gkv9onx4::before,
.r8lvyw71 .u456oqw  .pk621kgs .gkv9onx4::before,
.r8lvyw71 .hi7b2  .pk621kgs .gkv9onx4::before,
.r8lvyw71 .cqfuyct .pk621kgs .gkv9onx4::before { color: #f43f5e; }
.r8lvyw71 .v8b3va    .nz739s6    .gkv9onx4::before,
.r8lvyw71 .u456oqw  .nz739s6    .gkv9onx4::before,
.r8lvyw71 .hi7b2  .nz739s6    .gkv9onx4::before,
.r8lvyw71 .cqfuyct .nz739s6    .gkv9onx4::before { color: #a855f7; }
.cjz7 .nz739s6    { background: #2d1600; border-color: #f97316; }
.cjz7 .we9v65o0 strong  { color: #f1f5f9; }
.cjz7 .we9v65o0 p       { color: #cbd5e1; }
.cjz7 .v8b3va    .a0ya1x     .gkv9onx4::before,
.cjz7 .u456oqw  .a0ya1x     .gkv9onx4::before,
.cjz7 .hi7b2  .a0ya1x     .gkv9onx4::before,
.cjz7 .cqfuyct .a0ya1x     .gkv9onx4::before { color: #eab308; }
.cjz7 .v8b3va    .pk621kgs .gkv9onx4::before,
.cjz7 .u456oqw  .pk621kgs .gkv9onx4::before,
.cjz7 .hi7b2  .pk621kgs .gkv9onx4::before,
.cjz7 .cqfuyct .pk621kgs .gkv9onx4::before { color: #ef4444; }
.cjz7 .v8b3va    .nz739s6    .gkv9onx4::before,
.cjz7 .u456oqw  .nz739s6    .gkv9onx4::before,
.cjz7 .hi7b2  .nz739s6    .gkv9onx4::before,
.cjz7 .cqfuyct .nz739s6    .gkv9onx4::before { color: #f97316; }
.agdt .nz739s6    { background: #0a2020; border-color: #2dd4bf; }
.agdt .we9v65o0 strong  { color: #f1f5f9; }
.agdt .we9v65o0 p       { color: #cbd5e1; }
.agdt .v8b3va    .a0ya1x     .gkv9onx4::before,
.agdt .u456oqw  .a0ya1x     .gkv9onx4::before,
.agdt .hi7b2  .a0ya1x     .gkv9onx4::before,
.agdt .cqfuyct .a0ya1x     .gkv9onx4::before { color: #38bdf8; }
.agdt .v8b3va    .pk621kgs .gkv9onx4::before,
.agdt .u456oqw  .pk621kgs .gkv9onx4::before,
.agdt .hi7b2  .pk621kgs .gkv9onx4::before,
.agdt .cqfuyct .pk621kgs .gkv9onx4::before { color: #818cf8; }
.agdt .v8b3va    .nz739s6    .gkv9onx4::before,
.agdt .u456oqw  .nz739s6    .gkv9onx4::before,
.agdt .hi7b2  .nz739s6    .gkv9onx4::before,
.agdt .cqfuyct .nz739s6    .gkv9onx4::before { color: #2dd4bf; }
.ctypsq .nz739s6    { background: var(--accent-bg); border-color: var(--accent-pale); }
.ctypsq .v8b3va    .gkv9onx4::before,
.ctypsq .u456oqw  .gkv9onx4::before,
.ctypsq .hi7b2  .gkv9onx4::before,
.ctypsq .cqfuyct .gkv9onx4::before { color: var(--accent-light) !important; }
.l7iwd0 .wcqmrk2a ul li,
.l7iwd0 .h9kldiwg li         { color: #4ade80; }
.l7iwd0 .wcqmrk2a .qm74hijk { color: #22c55e; }
.l7iwd0 .tf54 ul li,
.l7iwd0 .akou8fjf li         { color: #f87171; }
.l7iwd0 .tf54 .zy13j { color: #ef4444; }
.cuk63 .we9v65o0 { background: transparent; border-left: none; border: 1.5px solid; }
.cuk63 .nz739s6    { border-color: #60a5fa; }
.cuk63 .we9v65o0 strong { color: var(--text-primary); }
.cuk63 .we9v65o0 p      { color: var(--text-muted); }
.uyynckv .we9v65o0 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.uyynckv .nz739s6    { border-top-color: #60a5fa; }
.yrrlvy .we9v65o0 { border-left: none; border-radius: 8px; }
.yrrlvy .nz739s6    { background: #1e3a8a; }
.yrrlvy .we9v65o0 strong,
.yrrlvy .we9v65o0 p { color: #fff; }
.yrrlvy .gkv9onx4::before { color: rgba(255,255,255,0.85) !important; }
.r8lvyw71.yrrlvy .nz739s6,
.r8lvyw71 .yrrlvy .nz739s6    { background: #1e1036; }
.cjz7.yrrlvy .nz739s6,
.cjz7 .yrrlvy .nz739s6     { background: #2d1600; }
.agdt.yrrlvy .nz739s6,
.agdt .yrrlvy .nz739s6     { background: #0a2020; }
.mpqbd04k .we9v65o0 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.mpqbd04k .nz739s6    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.mpqbd04k .we9v65o0 strong { color: var(--text-primary); }
.mpqbd04k .we9v65o0 p      { color: var(--text-muted); }
.kxc970y .we9v65o0 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.v8b3va .gkv9onx4,
.u456oqw .gkv9onx4,
.hi7b2 .gkv9onx4,
.cqfuyct .gkv9onx4 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.v8b3va .gkv9onx4::before,
.u456oqw .gkv9onx4::before,
.hi7b2 .gkv9onx4::before,
.cqfuyct .gkv9onx4::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.v8b3va .a0ya1x     .gkv9onx4::before { content: "✦"; color: var(--c-tip-border); }
.v8b3va .pk621kgs .gkv9onx4::before { content: "▲"; color: var(--c-warn-border); }
.v8b3va .nz739s6    .gkv9onx4::before { content: "◉"; color: #60a5fa; }
.u456oqw .a0ya1x     .gkv9onx4::before { content: "★"; color: var(--c-tip-border); }
.u456oqw .pk621kgs .gkv9onx4::before { content: "◆"; color: var(--c-warn-border); }
.u456oqw .nz739s6    .gkv9onx4::before { content: "●"; color: #60a5fa; }
.hi7b2 .a0ya1x     .gkv9onx4::before { content: "▶"; color: var(--c-tip-border); }
.hi7b2 .pk621kgs .gkv9onx4::before { content: "■"; color: var(--c-warn-border); }
.hi7b2 .nz739s6    .gkv9onx4::before { content: "▸"; color: #60a5fa; }
.cqfuyct .a0ya1x     .gkv9onx4::before { content: "→"; color: var(--c-tip-border); }
.cqfuyct .pk621kgs .gkv9onx4::before { content: "⬥"; color: var(--c-warn-border); }
.cqfuyct .nz739s6    .gkv9onx4::before { content: "◈"; color: #60a5fa; }
.nk8ikmp3 .td4mmn .dphnp,
.nk8ikmp3 .fxw4fc .dphnp  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.nk8ikmp3 .ryf4e1                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.nk8ikmp3 .xdu0t          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.nk8ikmp3 .czmrhetj                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ffeep .td4mmn .dphnp,
.ffeep .fxw4fc .dphnp,
.ffeep .ryf4e1,
.ffeep .u5bx264,
.ffeep .duxj,
.ffeep .xdu0t,
.ffeep .czmrhetj,
.ffeep .kxc970y .we9v65o0 { box-shadow: none; }
.wqdig0io   body, .wqdig0io   { font-size: 0.9rem; }
.wqdig0io   .qb51, .wqdig0io .addd77z, .wqdig0io .vi7514,
.wqdig0io   .eiss, .wqdig0io .qt3x9 { font-size: 0.9rem; }
.wqdig0io   .oj5ctpr, .wqdig0io .tkl02h { font-size: 0.9rem; }
.sij1kq   .qb51, .sij1kq .addd77z, .sij1kq .vi7514,
.sij1kq   .eiss, .sij1kq .qt3x9 { font-size: 0.95rem; }
.sij1kq   .oj5ctpr, .sij1kq .tkl02h { font-size: 0.95rem; }
.n2lbw   .qb51, .n2lbw .addd77z, .n2lbw .vi7514,
.n2lbw   .eiss, .n2lbw .qt3x9 { font-size: 1.08rem; }
.n2lbw   .oj5ctpr, .n2lbw .tkl02h { font-size: 1.05rem; }
.n2lbw   .iwvda { font-size: 0.97rem; }
.oejlr .mstc      { font-size: 3.2rem; }
.oejlr h2.eyl3y { font-size: 1.9rem; }
.oejlr h3.gjy7z2     { font-size: 1.4rem; }
.hccf61d7 .mstc      { font-size: 3.8rem; }
.hccf61d7 h2.eyl3y { font-size: 2.2rem; }
.hccf61d7 h3.gjy7z2     { font-size: 1.6rem; }
.z2d50pl + .z2d50pl { position: relative; }
.zkes   .z2d50pl + .z2d50pl::before,
.dh9cd6  .z2d50pl + .z2d50pl::before,
.ivemkj02   .z2d50pl + .z2d50pl::before,
.afzftu   .z2d50pl + .z2d50pl::before,
.pqs676d3   .z2d50pl + .z2d50pl::before,
.iahuzc8 .z2d50pl + .z2d50pl::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.zkes .z2d50pl + .z2d50pl::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.dh9cd6 .z2d50pl + .z2d50pl::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.ivemkj02 .z2d50pl + .z2d50pl::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent-light); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.afzftu .z2d50pl + .z2d50pl::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.n97lgpqi .z2d50pl { margin-bottom: 16px; }
.n97lgpqi .z2d50pl + .z2d50pl { margin-top: 0; }
.n97lgpqi .m93lejb { padding-top: 0; padding-bottom: 0; }
.pqs676d3 .z2d50pl + .z2d50pl::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.iahuzc8 .z2d50pl + .z2d50pl::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.kbq8man6 .z2d50pl + .z2d50pl::before,
.ssjxd9kc .z2d50pl + .z2d50pl::before,
.g97on .z2d50pl + .z2d50pl::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%;
}
.wdy58 .kbq8man6 .z2d50pl:nth-child(even)::before,
.wdy58 .ssjxd9kc .z2d50pl:nth-child(even)::before,
.wdy58 .g97on .z2d50pl:nth-child(even)::before { background: var(--bg-surface); }
.a7tq .kbq8man6 .z2d50pl:nth-child(even)::before,
.a7tq .ssjxd9kc .z2d50pl:nth-child(even)::before,
.a7tq .g97on .z2d50pl:nth-child(even)::before { background: var(--bg-card); }
.kbq8man6 .z2d50pl + .z2d50pl::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");
}
.ssjxd9kc .z2d50pl + .z2d50pl::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");
}
.g97on .z2d50pl + .z2d50pl::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");
}
.wuxz .cmme32w,
.mrki52l .cmme32w,
.z5wm .cmme32w { overflow: hidden; }
.wuxz .tobsckat,
.mrki52l .tobsckat { margin-bottom: 60px; }
.z5wm .tobsckat { margin-bottom: 70px; }
.z5wm .vsip1 { padding-bottom: 70px; }
.wuxz .cmme32w::before,
.mrki52l .cmme32w::before,
.z5wm .cmme32w::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.wuxz .cmme32w::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");
}
.mrki52l .cmme32w::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");
}
.z5wm .cmme32w::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.vi30esxs .cmme32w:not(.cx5r4r) .cnecm { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.eysu3 .cmme32w:not(.cx5r4r) .cnecm { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.dad1  .cmme32w:not(.cx5r4r) .cnecm { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.fo8f1ip  .cmme32w:not(.cx5r4r) .cnecm { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.eysu3 .cx5r4r { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.eysu3 .qh470efh { background: linear-gradient(45deg, var(--accent), var(--accent-light)); }
.eysu3 .xf3ntyj { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.aw1bz1l7 .cx5r4r .cnecm { background: none; }
.aw1bz1l7 .cmme32w:not(.cx5r4r) .cnecm { background: rgba(0,0,0,0.6); }
.z2d50pl.qz2j .gf38r { float: left; width: 38%; margin: 0 28px 16px 0; }
.z2d50pl.qz2j .gf38r .xl1yh { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.z2d50pl.qz2j .m93lejb::after { content: ''; display: block; clear: both; }
.z2d50pl.kdkcg3 .gf38r { float: right; width: 38%; margin: 0 0 16px 28px; }
.z2d50pl.kdkcg3 .gf38r .xl1yh { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.z2d50pl.kdkcg3 .m93lejb::after { content: ''; display: block; clear: both; }
.z2d50pl.qz2j .p2hhy,
.z2d50pl.qz2j .xdu0t,
.z2d50pl.qz2j .we9v65o0,
.z2d50pl.qz2j .dphnp,
.z2d50pl.qz2j .qt3x9,
.z2d50pl.qz2j .q5c5jusa,
.z2d50pl.qz2j .qqbpu6,
.z2d50pl.qz2j .rmirr75,
.z2d50pl.kdkcg3 .p2hhy,
.z2d50pl.kdkcg3 .xdu0t,
.z2d50pl.kdkcg3 .we9v65o0,
.z2d50pl.kdkcg3 .dphnp,
.z2d50pl.kdkcg3 .qt3x9,
.z2d50pl.kdkcg3 .q5c5jusa,
.z2d50pl.kdkcg3 .qqbpu6,
.z2d50pl.kdkcg3 .rmirr75 { clear: both; }
@media (max-width: 900px) {
  .z2d50pl.qz2j .gf38r,
  .z2d50pl.kdkcg3 .gf38r {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .z2d50pl.qz2j .gf38r .xl1yh,
  .z2d50pl.kdkcg3 .gf38r .xl1yh {
    max-height: none !important;
  }
}
.z2d50pl.qz2j .oj5ctpr,
.z2d50pl.qz2j .tkl02h,
.z2d50pl.kdkcg3 .oj5ctpr,
.z2d50pl.kdkcg3 .tkl02h { overflow: hidden; }
@media (max-width: 640px) {
  .z2d50pl.qz2j .gf38r,
  .z2d50pl.kdkcg3 .gf38r { float: none; width: 100%; margin: 0 0 16px 0; }
}
.j4tk .vrms,
.j4tk .m93lejb,
.j4tk .jtqgyxl7  { max-width: 1100px; }
.w2qbi0rg .vrms,
.w2qbi0rg .m93lejb,
.w2qbi0rg .jtqgyxl7  { max-width: 1150px; }
.xjklr91 .vrms,
.xjklr91 .m93lejb,
.xjklr91 .jtqgyxl7  { max-width: 1200px; }
.xjklr91 { --content-mw: 1200px; }
.hk9mfjm9 { font-size: 0.82rem; color: var(--text-muted); }
.hjyoldi { display: flex; align-items: center; }
.v813c2y {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.zsrm { display: flex; align-items: center; }
.rrofrj { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.rrofrj:hover { text-decoration: underline; }
.fdvm { margin: 0 3px; opacity: 0.45; }
.fdvm::before { content: '/'; }
.hdhmh { padding: 2px 5px; color: var(--text-main); }
.i1w5njz7 .hk9mfjm9 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.i1w5njz7 .hjyoldi { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.ses6 .hk9mfjm9 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ses6 .hjyoldi { padding: 0 0 0 12px; }
.t3uz2e .hjyoldi { padding: 0 16px; }
.t3uz2e .hk9mfjm9 {
  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);
}
.t3uz2e .vrms { padding-top: 28px; }
@media (max-width: 720px) {
  .bwzs3i { margin-top: 18px; padding: 0 16px; }
  .t3uz2e .vrms { padding-top: 16px; }
}
.j4tk.i1w5njz7 .hjyoldi { max-width: 1100px; }
.w2qbi0rg.i1w5njz7 .hjyoldi { max-width: 1150px; }
.xjklr91.i1w5njz7 .hjyoldi { max-width: 1200px; }
.xjklr91 .bwzs3i { max-width: 1200px; }
.f7bdn .z2d50pl { padding-top: 16px; padding-bottom: 16px; }
.szv3swrt .z2d50pl { padding-top: 24px; padding-bottom: 24px; }
.k7zdvs8 .z2d50pl { padding-top: 40px; padding-bottom: 40px; }
.m9lwy .z2d50pl { padding-top: 52px; padding-bottom: 52px; }
.rjkj12 .z2d50pl:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.rjkj12 .z2d50pl:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.rjkj12 .z2d50pl:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.rjkj12 .z2d50pl:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.n8tio09 .m93lejb { padding-top: 10px;  padding-bottom: 10px; }
.d8j2j6 .m93lejb { padding-top: 18px;  padding-bottom: 18px; }
.kr3zmeu .m93lejb { padding-top: 36px;  padding-bottom: 36px; }
.gz6l8 .m93lejb { padding-top: 48px;  padding-bottom: 48px; }
.j2bhw h2.eyl3y { font-weight: 600; }
.j2bhw h3.gjy7z2     { font-weight: 600; }
.dgadv3x { font-weight: 500; }
.dgadv3x h2.eyl3y { font-weight: 800; }
.dgadv3x h3.gjy7z2     { font-weight: 700; }
.q1mcap h2.eyl3y { font-weight: 900; }
.q1mcap h3.gjy7z2     { font-weight: 800; }
.q1mcap .we9v65o0 strong,
.q1mcap .we9v65o0 strong { font-weight: 600; }
.h4em7oi4 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.y9o0 .h4em7oi4 { display: none; }
@media (max-width: 640px) { .h4em7oi4 { display: none; } }
.h4em7oi4 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.h4em7oi4:hover { opacity: 0.85; }
.gk1p1j6c .h4em7oi4 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.j3d70sib .h4em7oi4,
.hw2az  .h4em7oi4 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.j3d70sib .h4em7oi4:hover,
.hw2az  .h4em7oi4:hover { opacity: 0.88; }
.gk1p1j6c.j3d70sib .h4em7oi4,
.gk1p1j6c.hw2az  .h4em7oi4 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.um9c4vki {
  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;
}
.um9c4vki:hover { transform: translateY(-2px); opacity: 0.92; }
.um9c4vki { background: var(--cta) !important; color: #fff !important; border: none !important; }
.jzxwf .um9c4vki { display: none; }
.hjj2c .um9c4vki { right: 32px; }
.vnh88sj  .um9c4vki { left: 32px; }
@media (max-width: 480px) {
  .hjj2c .um9c4vki { right: 20px; bottom: 20px; }
  .vnh88sj  .um9c4vki { left: 20px; bottom: 20px; }
}
.tbckqav { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.jtqgyxl7 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.aagx5 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.ukn4s66d { color: var(--text-dim); font-size: 0.8rem; }
.y6ar a, .oy23 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.y6ar a:hover, .oy23 a:hover { color: var(--accent-light); }
.oy23 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.wrpgfau4 .jtqgyxl7 { text-align: center; }
.wrpgfau4 .oy23 { justify-content: center; margin-bottom: 16px; }
.wrpgfau4 .aagx5 { margin-top: 0; }
.e4fgp { margin-top: 10px; }
.e4fgp a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .jtqgyxl7 { padding-left: 16px; padding-right: 16px; }
  .sg2760p .jtqgyxl7 { padding: 20px 16px; }
  .oy23 { gap: 4px 12px; }
  .aagx5 { font-size: 0.78rem; }
}
.h5ed .aagx5 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.h5ed .ukn4s66d { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .h5ed .ovfzhaaf { grid-template-columns: 1fr 1fr; } .h5ed .qp1t { grid-column: 1 / -1; } }
@media (max-width: 480px) { .h5ed .ovfzhaaf { grid-template-columns: 1fr; } }
.or7w6 .aagx5 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .or7w6 .ug65q { gap: 12px; } .or7w6 .gwb4pyq { margin-right: 0; width: 100%; } }
.fvu8sq .aagx5 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.fvu8sq .ukn4s66d { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .fvu8sq .kr7k6fl7 { grid-template-columns: 1fr 1fr; } .fvu8sq .og1ttw { grid-column: 1 / -1; } }
@media (max-width: 480px) { .fvu8sq .kr7k6fl7 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .xfic .hp8z0vor { grid-template-columns: 1fr 1fr; } .xfic .upfvklq:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .xfic .hp8z0vor { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .hrsbbyf .hp8z0vor { grid-template-columns: 1fr; } }
.rp00 .jtqgyxl7 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.rp00 .oy23 { justify-content: center; }
.y0yck .eced      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.y0yck .tbckqav { background: var(--bg-page); border-top-color: var(--border-alt); }
.urdk551 .eced      { background: #0d1117; border-bottom-color: #21262d; }
.urdk551 .ci7do8 { color: var(--accent-light); }
.urdk551 .j39pg { --msep-color: #8b949e; }
.urdk551 .j39pg a { color: #8b949e; }
.urdk551 .j39pg a:hover { color: var(--accent-light); }
.urdk551 .au26t { color: #8b949e; }
.urdk551 .tbckqav { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.urdk551 .aagx5,
.urdk551 .ukn4s66d { color: #6e7681; }
.urdk551 .y6ar a, .urdk551 .oy23 a,
.urdk551 .y6ar a:hover, .urdk551 .oy23 a:hover,
@media (max-width: 640px) {
  .urdk551 .j39pg { background: #0d1117; border-top-color: #21262d; }
  .urdk551 .j39pg li a { border-bottom-color: #21262d; }
}
.eqoxtr .eced      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.eqoxtr .ci7do8 { color: var(--accent-light); }
.eqoxtr .j39pg { --msep-color: #475569; }
.eqoxtr .j39pg a { color: #475569; }
.eqoxtr .j39pg a:hover { color: var(--accent-light); }
.eqoxtr .au26t { color: #64748b; }
.eqoxtr .tbckqav { background: #f0f4f8; border-top-color: #cbd5e1; }
.eqoxtr .aagx5,
.eqoxtr .ukn4s66d { color: #64748b; }
.eqoxtr .y6ar a, .eqoxtr .oy23 a,
.eqoxtr .y6ar a:hover, .eqoxtr .oy23 a:hover,
@media (max-width: 640px) {
  .eqoxtr .j39pg { background: #f0f4f8; border-top-color: #cbd5e1; }
  .eqoxtr .j39pg li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.j3d70sib .eced      { background: var(--accent); border-bottom-color: var(--accent-light); }
.j3d70sib .ci7do8 { color: #fff; }
.j3d70sib .j39pg { --msep-color: rgba(255,255,255,0.82); }
.j3d70sib .j39pg a { color: rgba(255,255,255,0.82); }
.j3d70sib .j39pg a:hover { color: #fff; }
.j3d70sib .au26t { color: rgba(255,255,255,0.9); }
.j3d70sib .tbckqav { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.j3d70sib .aagx5,
.j3d70sib .ukn4s66d { color: rgba(255,255,255,0.72); }
.j3d70sib .y6ar a, .j3d70sib .oy23 a,
.j3d70sib .y6ar a:hover, .j3d70sib .oy23 a:hover,
@media (max-width: 640px) {
  .j3d70sib .j39pg { background: var(--accent); border-top-color: var(--accent-light); }
  .j3d70sib .j39pg li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.hw2az .eced {
  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);
}
.hw2az .tbckqav {
  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) {
  .hw2az .j39pg {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.ufv170zc .l0kfh { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.ixvt .l0kfh { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.oh1ijk7 .l0kfh { min-height: 72px; height: auto; }
.ueqoe .l0kfh { min-height: 84px; height: auto; }
.sg2760p .l0kfh { max-width: none; padding: 0 32px; }
.sg2760p .jtqgyxl7  { max-width: none; padding: 24px 32px; }
.vagzglh.w2qbi0rg .l0kfh { max-width: 1150px; }
.vagzglh.xjklr91 .l0kfh { max-width: 1200px; }
.gtteks   .ci7do8, .gtteks   .gwb4pyq { text-transform: capitalize; }
.e186zhc .ci7do8, .e186zhc .gwb4pyq { text-transform: lowercase; }
.cqm4 .ci7do8, .cqm4 .gwb4pyq { text-transform: uppercase; letter-spacing: 0.06em; }
.xpir, .xyygvesh {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.wcr4 .xpir,
.invqru8m .xpir,
.w0mi .xpir,
.eryqp .xpir,
.mirmnhg   .j39pg a { font-weight: 500; }
.ek0wv .j39pg a { font-weight: 600; }
.onf86o2     .j39pg a { font-weight: 700; }
.pewdf7    .j39pg a { font-weight: 800; letter-spacing: 0.01em; }
.np3d     .j39pg > li + li::before,
.ne9h    .j39pg > li + li::before,
.qdvb    .j39pg > li + li::before,
.s7p3c20 .j39pg > li + li::before,
.dha0h .j39pg > li + li::before,
.k22k  .j39pg > li + li::before,
.pvsvln    .j39pg > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.np3d     .j39pg > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.ne9h    .j39pg > li + li::before { content: "|"; }
.qdvb    .j39pg > li + li::before { content: "—"; }
.s7p3c20 .j39pg > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.dha0h .j39pg > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.k22k  .j39pg > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.pvsvln    .j39pg > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .uv1tb .au26t,
  .g0as13o .au26t,
  .po0hq6 .au26t,
  .zywc5 .au26t,
  .l8wrrfc .au26t {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .uv1tb .au26t::before,
  .g0as13o .au26t::before,
  .po0hq6 .au26t::before,
  .zywc5 .au26t::before,
  .l8wrrfc .au26t::before { content: ""; display: block; flex-shrink: 0; }

  
  .uv1tb .au26t::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;
  }

  
  .g0as13o .au26t::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;
  }

  
  .po0hq6 .au26t::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;
  }

  
  .zywc5 .au26t::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;
  }

  
  .l8wrrfc .au26t::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) {
  .jz3j .au26t {
    padding: 5px 14px;
  }
  .jz3j .j39pg {
    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;
  }
  .jz3j .j39pg li a {
    border-bottom: none; padding: 10px 22px;
  }
  .jz3j .j39pg li a:hover { background: var(--bg-raised); }
  .jz3j .px2dqqv,
  .he79o4ax .px2dqqv,
  .y7p6nr40 .px2dqqv { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .t9rw2i .au26t {
    padding: 5px 10px;
  }
  .t9rw2i .j39pg {
    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);
  }
  .t9rw2i .j39pg.ql8b { transform: translateX(0); }
  .t9rw2i .j39pg li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .t9rw2i .j39pg li:last-child a { border-bottom: none; }
  .j3d70sib .j39pg,
  .urdk551 .j39pg { background: var(--accent) !important; }
  .j3d70sib .j39pg li a,
  .urdk551 .j39pg li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .y7p6nr40 .au26t {
    padding: 5px 10px;
  }
  .y7p6nr40 .j39pg {
    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);
  }
  .y7p6nr40 .j39pg::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .y7p6nr40 .j39pg.ql8b { transform: translateY(0); }
  .y7p6nr40 .j39pg li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .n767iru .au26t {
    padding: 5px 10px;
  }
  .n767iru .j39pg {
    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;
  }
  .n767iru .j39pg.ql8b { opacity: 1; pointer-events: auto; }
  .n767iru .j39pg li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .ylpoje     .au26t { border-radius: 0 !important; }
  .ulamobfq   .au26t { border-radius: 8px !important; }
  .knixhyvu .au26t { border-radius: 50% !important; }
  .airjrt   .au26t { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .jf5p .x52pwwj1 { flex-direction: column; align-items: stretch; }
  .jf5p .q81ull { flex-direction: row; min-width: auto; }
  .jf5p .pppwao { align-items: flex-start; text-align: left; }
}
.mvxt,
.mvxt.z2d50pl,
.wdy58 .mvxt,
.ecz1 .mvxt,
.a7tq .mvxt,
.j6fl1 .mvxt {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.z1yhpe8t {
  background: linear-gradient(135deg, var(--cta) 0%, var(--cta-hover) 100%);
  border-radius: 16px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px 0;
}
.cbbmj { flex: 1 1 280px; min-width: 0; }
.pv3u {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.nfm6rwsk {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.ppznkph9 {
  background: #fff !important;
  color: var(--cta) !important;
  padding: 14px 44px !important;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.15s, opacity 0.2s;
  white-space: nowrap;
}
.ppznkph9:hover { transform: translateY(-1px); opacity: 0.95; }
.klr3 .z1yhpe8t {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.klr3 .pv3u { color: var(--cta); }
.klr3 .nfm6rwsk { color: var(--text-body); }
.klr3 .ppznkph9 {
  background: var(--cta) !important;
  color: #fff !important;
}
.cj1tt .z1yhpe8t {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.cj1tt .pv3u { color: var(--text-primary); }
.cj1tt .nfm6rwsk { color: var(--text-body); }
.cj1tt .ppznkph9 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .z1yhpe8t {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .cbbmj { flex: 0 0 auto; }
  .pv3u { font-size: 1.2rem; }
  .ppznkph9 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.mhhr .n3qq04y { height: 36px; }
.iby8wa .n3qq04y { height: 60px; max-width: 200px; }
.r7zhfj2 .n3qq04y { height: 76px; max-width: 240px; }
.wfxldh .hcw7ho {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.wfxldh .gf0ag4ti {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
@media (min-width: 720px) {
  .qzvs .q5c5jusa {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .qzvs .u5bx264 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .qzvs .u5bx264 { padding: 40px 16px 20px; }
  .qzvs .oqnr1 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .qzvs .j80p { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .dh2s .u5bx264 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .dh2s .u5bx264::before {
    position: absolute; top: 14px; left: 14px;
  }
  .dh2s .qbrnvjl {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .dh2s .lniak { white-space: normal; text-align: center; font-size: 1.2rem; }
  .dh2s .oqnr1 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .dh2s .j80p { width: 100%; min-width: 0; }
  .dh2s .ck84 { min-width: 0; }
}
.gpyd .u5bx264::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.pyzy .iq8va4ts {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.pyzy .iq8va4ts summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.pyzy .iq8va4ts p { padding: 0 2px 16px; }
.k06753v .iq8va4ts { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.k06753v .iq8va4ts summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.k06753v .iq8va4ts summary::after { content: "›"; font-size: 1.2em; }
.k06753v .iq8va4ts[open] summary::after { content: "‹"; }
.k06753v .iq8va4ts p { padding: 10px 22px 4px; }
.btgdiqw .iq8va4ts {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.btgdiqw .iq8va4ts summary { color: var(--text-primary); padding-left: 16px; }
.btgdiqw .iq8va4ts summary::after { content: "›"; font-size: 1.1em; }
.btgdiqw .iq8va4ts[open] summary::after { content: "‹"; }
.btgdiqw .iq8va4ts p { padding-left: 16px; }
.jhx1y2i6 .jt79urfy { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.jhx1y2i6 .iq8va4ts {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.jhx1y2i6 .iq8va4ts:last-child { border-bottom: none; }
.jhx1y2i6 .iq8va4ts summary { color: var(--text-primary); border-radius: 0; }
.jhx1y2i6 .iq8va4ts summary::after { content: "›"; font-size: 1.1em; }
.jhx1y2i6 .iq8va4ts[open] summary::after { content: "‹"; }
.rrvv9gf .iq8va4ts { overflow: hidden; }
.rrvv9gf .iq8va4ts summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.rrvv9gf .iq8va4ts summary::after { color: rgba(255,255,255,.75); }
.rrvv9gf .iq8va4ts[open] summary { border-radius: 0; }
.ky9b28w { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.mix0me {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.fz90rt {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.k1xdtgxr { color: var(--text-muted); font-size: 1.05rem; }
.h99k79 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.obannau { margin-bottom: 20px; }
.orte4e7q {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.itvfld51 {
  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;
}
.itvfld51:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.zvoi { resize: vertical; min-height: 130px; }
.obxx { width: 100%; margin-top: 8px; }
.e5v85i {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.pof4 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.zxvyasa { color: var(--text-muted); line-height: 1.75; }
.ea03s { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.ea03s li { margin-bottom: 6px; }
.gtbqiujs { max-width: 760px; margin: 0 auto; }
.bt9x1pj { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.gj4y0z { max-width: 760px; margin: 0 auto; }
.ckwo6 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.u7lf ul.ea03s { margin: 0; }
.mshbrz .ckwo6 { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .mshbrz { grid-template-columns: 1fr; gap: 10px; } }
.n9f28n0 { max-width: 640px; margin: 0 auto; text-align: center; }
.jf44vdi { margin-bottom: 48px; }
.jf44vdi .ckwo6 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.jf44vdi p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.vune .ea03s { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .r7hl { grid-template-columns: 1fr; } }
.zcrlv ul.ea03s { margin: 0; }
.y5pws7 .ea03s,
.bgcf6k .ea03s,
.lv9yj8 .ea03s,
.z60801t .ea03s {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .yqhg { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .up7j7wrf { grid-template-columns: 1fr; } .tln1g { position: static; text-align: center; } }
@media (max-width: 860px) { .lo1fw2 { grid-template-columns: 1fr; } }
.z60801t .ea03s { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .p90iwb { flex-direction: column; text-align: center; } .pwz6f { grid-template-columns: 1fr; } }
.uh9a .fz90rt { color: var(--accent-light); }
.zh0370 .fz90rt { font-size: 2rem; }
.zh0370 .k1xdtgxr { max-width: 680px; }
.w3sg3o7 {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.w3sg3o7 .fz90rt { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.w3sg3o7 .k1xdtgxr  { margin: 0; }
@media (max-width: 640px) { .w3sg3o7 { flex-direction: column; } }
.wlpqr4 .fz90rt { color: var(--accent-light); }
.sppjap .fz90rt { color: #fff; }
.sppjap .k1xdtgxr  { color: rgba(255,255,255,0.85); }
.ae2bal9 { max-width: 680px; margin: 0 auto; }
.vuu8agq {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .vuu8agq { grid-template-columns: 1fr; } }
.jsu81s90 .itvfld51 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.jsu81s90 .itvfld51:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.zk2ury .itvfld51 { background: var(--bg-raised); border-color: transparent; }
.zk2ury .itvfld51:focus { background: var(--bg-card); border-color: var(--accent-light); }
.hkzp .itvfld51 { border-radius: 100px; padding: 11px 20px; }
.hkzp .zvoi { border-radius: 14px; }
@media (max-width: 640px) { .w6zht0w { grid-template-columns: 1fr; } }
.doi0pp9o { counter-reset: priv-count; }
.wq7ab {
  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);
}
.wq7ab:last-child { border-bottom: none; }
.f1zkb90 {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.wq7ab h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.wq7ab p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.uj4i { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.uj4i li { margin-bottom: 6px; }
.p1oj0rv9{position:relative;overflow:visible}
.u0t5k .jlr1qq{display:block}
.lrn6tc .n0ea4ctp{border-bottom:1px solid currentColor;padding-bottom:2px}
.q5mbs0dp{--date-bg:var(--accent-bg-light)}
.gjcyitv .q0pnvb::before{content:""}
.uxr2z8 .acwiufke{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .acwiufke{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .sn9a9un{max-width:100%}
}
.rmirr75{margin:24px 0 32px;padding:0;list-style:none}
.xrvk34k1{margin:18px 0 28px}
.xrvk34k1 .xdu0t{margin:0}
@media (max-width:560px){
  .fzrm6{grid-template-columns:repeat(2,1fr);gap:12px}
}
.htb7h3sy{
  display:grid;
  grid-template-columns:repeat(4, 1fr);  
  gap:14px;
  margin:16px 0;
}
.kg490qs{
  display:flex; flex-direction:column;
  background:var(--bg-card);
  border:1px solid var(--border-alt);
  border-radius:10px;
  overflow:hidden;
  text-decoration:none;
  color:var(--text-primary);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.kg490qs:hover{ background:var(--bg-hover); transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,.18); }
.c8tn{
  display:block; width:100%; aspect-ratio: 4 / 3;
  background:var(--bg-surface); overflow:hidden;
}
.c8tn img{ width:100%; height:100%; object-fit:cover; display:block; }
.rvpw31k{ display:flex; flex-direction:column; gap:2px; padding:10px 12px; }
.hbv5dqn{ font-weight:700; font-size:.95rem; line-height:1.25; color:var(--cta); }
.mx8alkj6{ font-size:.78rem; color:var(--text-muted); }
.cwxg{ font-size:.75rem; color:var(--cta); font-weight:700; }
.bm5jt7a{
  display:block; text-align:center; padding:8px 12px; margin:0 12px 12px;
  font-size:.82rem; border-radius:6px;
}
.nv8pl9z{ display:flex; flex-direction:column; gap:18px; margin:16px 0; }
.yfg1scjx{ }
.uicwk{
  font-size:1rem; font-weight:700;
  margin:0 0 10px;
  text-transform:uppercase; letter-spacing:.04em;
  color:var(--text-muted);
}
.gvbtqx{
  display:flex; flex-wrap:wrap; gap:10px;
}
.jge89bve{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:90px; min-height:48px; padding:8px 12px;
  background:var(--bg-card);
  border:1px solid var(--border-alt);
  border-radius:6px;
}
.jge89bve img{
  max-width:80px; max-height:32px; object-fit:contain; display:block;
}
@media (max-width:560px){
  .htb7h3sy{ grid-template-columns: repeat(2, 1fr); gap:10px; }
  .hbv5dqn{ font-size:.85rem; }
  .fomw3{ grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); }
}
.wb90q8 .htb7h3sy{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px !important;
}
.wb90q8 .c8tn{ aspect-ratio: 3 / 4; }
.wb90q8 .rvpw31k{ padding: 14px 14px 6px; }
.wb90q8 .bm5jt7a{ margin: 0 14px 14px; padding: 10px 14px; font-size: .9rem; }
.ievoah .htb7h3sy{
  display: flex !important;
  grid-template-columns: none !important;
  gap: 12px !important;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
}
.ievoah .kg490qs{
  flex: 0 0 200px;
  scroll-snap-align: start;
}
.ievoah .c8tn{ aspect-ratio: 1 / 1; }
.ievoah .rvpw31k{ padding: 8px 10px; }
.ievoah .hbv5dqn{ font-size: .82rem; }
.ievoah .mx8alkj6, .ievoah .cwxg{ display: none; }
.ievoah .bm5jt7a{ margin: 0 10px 10px; padding: 6px 10px; font-size: .75rem; }
.hznre .htb7h3sy{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 12px !important;
}
.hznre .kg490qs{
  background: transparent !important;
  border: 2px solid var(--accent) !important;
  border-radius: 6px !important;
}
.hznre .hbv5dqn{ color: var(--text, #fff); }
.hznre .mx8alkj6{ color: var(--text-muted, #999); }
@media (max-width: 700px) {
  .wb90q8 .htb7h3sy,
  .hznre .htb7h3sy {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
}
@media (max-width: 560px) {
  .jge89bve { min-width: 72px !important; }
  .jge89bve img { max-width: 64px !important; }
}
.y1u0 .fomw3{
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px !important;
  align-items: center;
}
.y1u0 .onnb0kqk{
  background: transparent !important;
  border: none !important;
  padding: 6px !important;
  min-height: auto !important;
  filter: brightness(.92);
  transition: filter .2s ease, transform .2s ease;
}
.y1u0 .onnb0kqk:hover{ filter: brightness(1.15); transform: scale(1.06); }
.y1u0 .onnb0kqk img{ max-height: 36px !important; }
.ty1vz5 .uicwk{ display: none; }
.ty1vz5 .nv8pl9z{
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 10px;
}
.ty1vz5 .yfg1scjx{ display: contents; }
.ty1vz5 .gvbtqx{ display: contents; }
.ykgwot .jge89bve{
  border-radius: 999px !important;
  padding: 6px 14px !important;
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  gap: 8px;
}
.ykgwot .jge89bve img{ max-width: 36px !important; max-height: 22px !important; }
.ykgwot .jge89bve::after{
  content: attr(title);
  font-size: .8rem;
  color: var(--text, #fff);
  font-weight: 500;
}
.qbagc51s .nv8pl9z{ gap: 10px; }
.qbagc51s .uicwk{
  display: inline-block; min-width: 110px; margin: 0 12px 0 0; opacity: .55;
  font-size: .72rem;
}
.qbagc51s .yfg1scjx{
  display: flex; align-items: center; flex-wrap: wrap;
}
.qbagc51s .gvbtqx{ flex: 1; gap: 8px; }
.qbagc51s .jge89bve{
  min-width: 70px !important; min-height: 36px !important; padding: 4px 8px !important;
}
.qbagc51s .jge89bve img{ max-height: 22px !important; }
.nqzbs .htb7h3sy{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 14px !important;
}
.nqzbs .kg490qs{
  position: relative;
  border: none !important;
  border-radius: 12px !important;
  overflow: hidden;
  background: var(--bg-surface) !important;
}
.nqzbs .c8tn{
  aspect-ratio: 3 / 4;
  display: block;
}
.nqzbs .c8tn img{
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .35s ease, filter .25s ease;
}
.nqzbs .rvpw31k{
  
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 14px 14px 8px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 4px !important;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.85) 100%);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}
.nqzbs .hbv5dqn{
  color: #fff !important;
  font-size: 1rem;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0,0,0,0.7);
}
.nqzbs .mx8alkj6,
.nqzbs .cwxg{
  color: rgba(255,255,255,0.85) !important;
  font-size: .72rem;
}
.nqzbs .bm5jt7a{
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -40%);
  margin: 0 !important;
  padding: 10px 22px !important;
  font-size: .9rem !important;
  background: var(--cta) !important;
  color: #fff !important;
  border: none !important;
  opacity: 0;
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}
.nqzbs .kg490qs:hover .c8tn img{
  transform: scale(1.06);
  filter: brightness(0.55);
}
.nqzbs .kg490qs:hover .rvpw31k{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.nqzbs .kg490qs:hover .bm5jt7a{
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}
@media (max-width: 700px){
  .nqzbs .htb7h3sy{ grid-template-columns: repeat(2, 1fr) !important; }
  
  .nqzbs .rvpw31k{ opacity: 1; transform: none; }
  .nqzbs .bm5jt7a{ opacity: 1; transform: translate(-50%, -50%); }
  .nqzbs .c8tn img{ filter: brightness(0.8); }
}
.gs2ndp .eiss::first-letter{
  float: left;
  font-size: 3.4em;
  line-height: .9;
  font-weight: 800;
  color: var(--cta);
  padding: 4px 12px 0 0;
  margin-top: 4px;
}
.gs2ndp .eiss{
  
  line-height: 1.7;
  margin-bottom: 18px;
}
.xn6y .eiss,
.xn6y .addd77z{
  position: relative;
  font-style: italic;
  font-size: 1.05em;
  line-height: 1.65;
  color: var(--text-primary);
  margin: 8px 0 22px;
}
.xn6y .b4f328tl { padding: 8px 0 8px 56px; }
.xn6y .b4f328tl::before {
  content: "\201C"; position: absolute; left: 4px; top: -10px;
  font-family: Georgia, "Times New Roman", serif; font-size: 4.2em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700;
}
.xn6y .emxqyvh { padding: 8px 56px 8px 0; text-align: right; }
.xn6y .emxqyvh::after {
  content: "\201D"; position: absolute; right: 4px; bottom: -18px;
  font-family: Georgia, "Times New Roman", serif; font-size: 4.2em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700;
}
.xn6y .j47c7z6 { padding: 8px 22px; }
.xn6y .j47c7z6::before,
.xn6y .j47c7z6::after {
  font-family: Georgia, "Times New Roman", serif; font-size: 1.8em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700; vertical-align: -0.05em;
}
.xn6y .j47c7z6::before { content: "\00AB\00A0"; margin-right: 4px; }
.xn6y .j47c7z6::after  { content: "\00A0\00BB"; margin-left: 4px; }
.xn6y .e4txnb {
  padding: 6px 0 6px 16px;
  border-left: 3px solid var(--cta);
}
.xn6y .fc2y { padding: 32px 0 8px 0; }
.xn6y .fc2y::before {
  content: "\201C"; position: absolute; left: 0; top: -6px;
  font-family: Georgia, "Times New Roman", serif; font-size: 2.6em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700;
}
.xn6y .uj7q {
  padding: 18px 24px; text-align: center; font-size: 1.15em;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.dphnp { padding-top: 6px; }
.dphnp .gjy7z2{
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.dphnp .gjy7z2::after{
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 28px; height: 2px;
  background: var(--cta);
  opacity: .55;
}
.dphnp p { margin: 0 0 10px; }
.dphnp p:last-child { margin-bottom: 0; }
.qt3x9{
  position: relative;
  padding-left: 16px;
  margin-top: 18px;
  font-style: italic;
  color: var(--text-muted);
  border-left: 3px solid var(--cta);
}
.kfzs5l{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin: 14px 0;
}
.sa0yzmg7{
  display: flex; gap: 12px; align-items: flex-start;
  padding: 14px 16px;
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 10px;
  transition: border-color .15s ease, background .15s ease;
}
.sa0yzmg7:hover{ border-color: var(--cta); background: var(--bg-hover); }
.ym4z{
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--cta);
  position: relative;
  
  display: none;
}
.ym4z::after{
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 50%, rgba(255,255,255,.3) 100%);
  border-radius: inherit;
}
.s27c1s{ flex: 1; min-width: 0; }
.jqsy{
  font-weight: 700;
  font-size: .95rem;
  color: var(--text-primary);
  margin-bottom: 2px;
  line-height: 1.25;
}
.mc4cv{
  font-size: .85rem;
  color: var(--text-muted);
  line-height: 1.4;
}
.kfzs5l.bc2djhfi .sa0yzmg7 { flex-direction: column; align-items: center; text-align: center; padding: 16px 14px; }
.kfzs5l.bc2djhfi .ym4z { width: 36px; height: 36px; }
.kfzs5l.bc2djhfi .s27c1s { text-align: center; }
.kfzs5l.h9iufifx .sa0yzmg7 { border: 2px solid var(--cta); background: var(--bg-card-inner); }
.kfzs5l.boc1xj { counter-reset: fgb-c; }
.kfzs5l.boc1xj .sa0yzmg7 { counter-increment: fgb-c; }
.ndlbr7p {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--cta);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  display: flex; align-items: center; justify-content: center;
  line-height: 1;
}
.p2hhy.evzfq .ryf4e1 { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: start; padding: 14px 16px; text-align: left; }
.p2hhy.evzfq .v0kof { grid-row: 1 / span 3; grid-column: 1; width: 56px; height: 56px; border-radius: 12px; margin: 0; border-width: 2px; }
.p2hhy.evzfq .yftao { grid-row: 1 / span 3; grid-column: 1; width: 48px; height: 48px; margin: 0; }
.p2hhy.evzfq .zczdk { grid-column: 2; text-align: left; padding: 0; }
.p2hhy.evzfq .q4ayrzh { grid-column: 2; text-align: left; padding: 0; }
.p2hhy.evzfq .pbb6j { grid-column: 2; padding-left: 18px; }
.p2hhy.jqyk .v0kof,
.p2hhy.jqyk .yftao { display: none; }
.p2hhy.jqyk .ryf4e1 { padding: 16px 18px; text-align: left; }
.p2hhy.jqyk .zczdk { text-align: left; }
.p2hhy.jqyk .q4ayrzh { text-align: left; }
.p2hhy.a887zx { counter-reset: clb-n; }
.p2hhy.a887zx .ryf4e1 { counter-increment: clb-n; }
.p2hhy.a887zx .v0kof { display: none; }
.p2hhy.a887zx .yftao { width: 32px; height: 32px; border-radius: 50%; background: var(--cta); display: flex; align-items: center; justify-content: center; border: 0; margin: 14px auto 4px; color: #fff; font-weight: 700; }
.p2hhy.a887zx .yftao::before { content: counter(clb-n); font-family: inherit; }
.p2hhy.a887zx .yftao::after { display: none; }
.p2hhy.a887zx .ryf4e1:not(:has(.yftao)) .zczdk::before { content: counter(clb-n) ". "; color: var(--cta); font-weight: 700; }
.vv9lh8 .ryf4e1 { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: start; padding: 14px 16px; text-align: left; }
.vv9lh8 .v0kof { grid-row: 1 / span 3; grid-column: 1; width: 56px; height: 56px; border-radius: 12px; margin: 0; border-width: 2px; }
.vv9lh8 .zczdk { grid-column: 2; text-align: left; padding: 0; }
.vv9lh8 .q4ayrzh { grid-column: 2; text-align: left; padding: 0; }
.vv9lh8 .pbb6j { grid-column: 2; padding-left: 18px; }
.hp45 .p2hhy { counter-reset: cl-n; }
.hp45 .ryf4e1 { counter-increment: cl-n; }
.hp45 .v0kof { display: none; }
.hp45 .ryf4e1:not(:has(.yftao)) .zczdk::before { content: counter(cl-n) ". "; color: var(--cta); font-weight: 700; }
.f496mmsj .v0kof,
.f496mmsj .ryf4e1 { padding: 16px 18px; text-align: left; }
.f496mmsj .zczdk { text-align: left; }
.f496mmsj .q4ayrzh { text-align: left; }
.t6wigq5g .sa0yzmg7 { border: 0; border-left: 3px solid var(--cta); border-radius: 0 8px 8px 0; padding-left: 14px; background: transparent; }
.t6wigq5g .ym4z { display: none; }
.sf8y .sa0yzmg7 { border: 0; background: var(--bg-card-inner); }
.sf8y .ym4z { width: 36px; height: 36px; border-radius: 18px; background: rgba(255,255,255,0.06); }
.sf8y .ym4z::after { background: radial-gradient(circle at 50% 50%, var(--cta) 0 6px, transparent 7px); inset: 0; opacity: 0.9; }
.aj5e7 .kfzs5l { counter-reset: fg-c; }
.aj5e7 .sa0yzmg7 { counter-increment: fg-c; }
.aj5e7 .ym4z { width: 30px; height: 30px; border-radius: 50%; background: var(--cta); display: flex; align-items: center; justify-content: center; }
.aj5e7 .ym4z::after { content: counter(fg-c); position: static; background: none; color: #fff; font-weight: 700; font-size: 0.9rem; line-height: 1; }
.ozop8k .sa0yzmg7 { border: 0; background: transparent; padding: 10px 4px; }
.ozop8k .sa0yzmg7 + .sa0yzmg7 { border-top: 1px solid var(--border); }
.ozop8k .ym4z { width: 6px; height: 6px; border-radius: 50%; margin-top: 9px; }
.ozop8k .ym4z::after { display: none; }
.zcka .sa0yzmg7 { border: 0; background: var(--bg-card); padding: 12px 14px; }
.zcka .ym4z { width: 8px; height: 8px; border-radius: 50%; margin-top: 7px; }
.zcka .ym4z::after { display: none; }
.fs8mi .sa0yzmg7 { display: block; position: relative; padding: 14px 16px 14px 44px; }
.fs8mi .ym4z { position: absolute; top: 14px; left: 14px; width: 20px; height: 20px; border-radius: 4px; }
.fs8mi .s27c1s { display: block; }
.u515je .sa0yzmg7 { background: transparent; }
.u515je .ym4z { background: transparent; border: 2px solid var(--cta); width: 32px; height: 32px; }
.u515je .ym4z::after { background: linear-gradient(135deg, var(--cta) 0%, transparent 60%); opacity: 0.5; }
@media (max-width: 560px){
  .jk4sbfs9{ grid-template-columns: repeat(2, 1fr); padding: 14px 10px; }
  .q9ygrk03{ font-size: 1.4rem; }
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .jrqfwkn { padding: 28px 18px 20px; }
  .d5qj5 { font-size: 1.2rem; }
  .fd9m { max-width: 220px; max-height: 80px; }
}
.tovnfo4 .z2d50pl {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.tovnfo4 .m93lejb {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.tovnfo4 .z1yhpe8t {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.e1ez  .rs59 { border-radius: 50%; }
.x0o6pf .z1yhpe8t { align-items: center; flex-wrap: wrap; }
@media (max-width: 640px) {
  .rs59 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
@media (max-width: 640px) {
  .z1ien { display: none; }
  .h4em7oi4 {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.qu8hk6ej .mstc,
.qu8hk6ej .vrms h2, .qu8hk6ej .vrms h3, .qu8hk6ej .vrms h4,
.qu8hk6ej .zczdk h3, .qu8hk6ej .jqsy,
.qu8hk6ej .ug7n, .qu8hk6ej .eyl3y { color: var(--cta) !important; }
.qu8hk6ej .we9v65o0,
.qu8hk6ej .a0ya1x,
.qu8hk6ej .pk621kgs,
.qu8hk6ej .nz739s6 {
  background: var(--accent-bg) !important;
  border-color: var(--cta) !important;
}
.qu8hk6ej .we9v65o0 strong { color: var(--cta) !important; }
.qu8hk6ej .we9v65o0 .gkv9onx4,
.qu8hk6ej .we9v65o0 .gkv9onx4::before { color: var(--cta) !important; }
.qu8hk6ej [data-c] {
  color: var(--cta) !important;
  background: color-mix(in srgb, var(--cta) 14%, transparent) !important;
}
.qu8hk6ej .jk4sbfs9, .qu8hk6ej .tb6r,
.qu8hk6ej .wcqmrk2a, .qu8hk6ej .tf54,
.qu8hk6ej .ryf4e1 { border-color: var(--cta) !important; }
.qu8hk6ej .q9ygrk03 { color: var(--cta) !important; }
.mzdn, .ok4msw, .h4em7oi4, .um9c4vki,
.ppznkph9, .mjfka, .j80p { text-transform: capitalize; }
:root {
  --accent:          #0f1a14;
  --brand:           #0f1a14;
  --brand-light:     #1fcf57;
  --brand-pale:      #1fcf57;
  --grad-start:      #000000;
  --grad-end:        #050907;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #1fcf57;
  --cta-light:       #59e084;
  --cta-hover:       #35e06c;
  --bg-page:         #0c0c0c;
  --bg-surface:      #141414;
  --bg-card:         #1c1c1c;
  --bg-card-inner:   #232323;
  --bg-raised:       #2b2b2b;
  --bg-hover:        #333333;
  --border:          #3d3d3d;
  --border-alt:      #4c4c4c;
  --border-section:  #3d3d3d;
  --text-primary:    #e5e5e5;
  --text-muted:      #a5a5a5;
  --text-body:       #cccccc;
  --text-sub:        #a5a5a5;
  --text-faint:      #727272;
  --text-dim:        #595959;
  --text-label:      #8c8c8c;
  --text-value:      #bfbfbf;
  --accent-bg:       #1e1e1e;
  --accent-bg-light: #2d2e2d;
  --bg-tip:          #26161f;
  --bg-warning:      #272115;
  --bg-info:         #162026;
  --bg-pros:         #26161f;
  --bg-cons:         #261c16;
  --c-pros:          #db93ba;
  --c-cons:          #e6ab89;
  --c-pros-label:    #ce6da2;
  --c-tip-border:    #c55291;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #db93ba;
}
:root { --logo-bg-opacity: 55%; }
body, button, input { font-family: "Karla", sans-serif; }
.v17df .h9kldiwg li::before, .v17df .akou8fjf li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.v17df .h9kldiwg li::before { content: ""; }.v17df .akou8fjf li::before { content: ""; }.v17df .qm74hijk::before, .v17df .zy13j::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.v17df .qm74hijk::before { content: ""; }.v17df .zy13j::before { content: ""; }
.dyxpkbfb .w9qp, .dyxpkbfb .xf3ntyj { min-height: 780px; }
.fdvm::before { content: '|'; opacity: 0.3; }
.vdm6 .cnecm {  background: linear-gradient(135deg, rgba(0,0,0,0.88) 0%,  rgba(0,0,0,0.72) 55%, var(--accent-bg) 100%); }.vdm6 .ibl76 {  filter: brightness(0.42); }.vdm6 .qh470efh {  background: linear-gradient(180deg, rgba(0,0,0,0.55), rgba(0,0,0,0.8)); }