:root {
  --color-accent: #a855f7;
  --color-cta: #bda0d3;
  --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;
}
.xr2h {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.ey9fhlm {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.lluq {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.jsiyn { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.ekmxyt { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ekmxyt a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.ekmxyt a:hover { color: var(--accent-light); }
.ol0d     .sflq3 { border-radius: 6px; }
.ol0d .sflq3 li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.ol0d .sflq3 li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
@media (max-width: 640px) {
  .sflq3 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .d583bb:hover .sflq3,
  .d583bb:focus-within .sflq3 { display: block; }
  .sflq3 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.yyltd {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.w9gpdw { display: none; }
@media (max-width: 640px) {
  .w9gpdw {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .w9gpdw.vy7yk { display: block; }
}
@media (max-width: 640px) {
  .yyltd { display: block; }
  .ekmxyt > li + li::before { display: none !important; }
  .ekmxyt {
    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;
  }
  .ekmxyt.vy7yk { display: flex; }
  .ekmxyt li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .ekmxyt li:last-child a { border-bottom: none; }
}
.l5hf { min-height: 480px; }
.kjyqnmom {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.grq7t5y { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.iriwi .grq7t5y { margin-left: 0; margin-right: 0; }
.ykg4674y {
  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;
}
.esof4 .ykg4674y { margin-top: 24px; }
.ykg4674y:hover { opacity: 0.88; }
.isp5jjpk .exf1 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.isp5jjpk .kjyqnmom { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.isp5jjpk .grq7t5y { color: #e2e8f0; }
.isp5jjpk.e7kh9azp .exf1 { text-align: center; }
.isp5jjpk.iriwi   .exf1 { text-align: left; }
.bnu8x3ag {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-page);
  min-height: auto; padding: 48px 0 32px;
  border-bottom: 1px solid var(--border);
}
.bnu8x3ag .exf1 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.bnu8x3ag .kjyqnmom { color: var(--text-primary); text-shadow: none; }
.bnu8x3ag .grq7t5y { color: var(--text-muted); }
.bnu8x3ag .ykg4674y { margin-top: 16px; }
.bnu8x3ag, .bnu8x3ag.l5hf { min-height: auto !important; }
.bnu8x3ag.e7kh9azp .exf1 { text-align: center; }
.bnu8x3ag.iriwi   .exf1 { text-align: left; }
.bnu8x3ag~.fm2i{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.bnu8x3ag~.fm2i .evj11uyn{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.x9wden .jc5z2i3e,
.x9wden .nc3kmxb,
.x9wden .isp5jjpk .hw7avg {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.jc5z2i3e .kjyqnmom { color: #fff; }
.jc5z2i3e .grq7t5y { color: rgba(255,255,255,0.85); }
.jc5z2i3e .ykg4674y { background: #fff; color: var(--cta); }
.jc5z2i3e .ykg4674y:hover { opacity: 0.92; }
.x9wden .spqwylk {
  animation: hg-fadein 1.2s ease-out both;
}
.spqwylk .kjyqnmom { text-shadow: none; color: var(--text-primary); }
.spqwylk .grq7t5y { color: var(--text-muted); }
body.p6w0oez2 .kjyqnmom {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.d8x9sou .kjyqnmom {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.l5hf.jc5z2i3e .kjyqnmom,
section.jc5z2i3e .kjyqnmom {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.spqwylk.e7kh9azp .sa5lwpo { align-items: center; text-align: center; }
.l5hf .gaz740 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.gaz740 .iniohgd.vo0829s9 {
  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;
}
.gaz740 .iniohgd.vo0829s9:hover { opacity: 0.85; }
.inx0cak .exf1 { padding-bottom: 24px; }
.esof4 .exf1 { max-width: 1100px; }
@media (max-width: 700px) {
  .spqwylk { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .spqwylk:not(.bnjy0) .idyuf { display: none !important; }
  .bnjy0 .idyuf { padding: 16px; }
  .sa5lwpo  { padding: 36px 24px; }
  .spqwylk~.fm2i,.h3kcy~.fm2i{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .l5hf, .spqwylk { min-height: 320px !important; }
  .kjyqnmom { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .vq0zkg2,
  .gvqo,
  .zp2ky48t { grid-template-columns: 1fr !important; }

  

  
  .inx0cak { display: flex !important; flex-direction: column !important; }
  .inx0cak .exf1 { display: contents; }
  .inx0cak .hw7avg { order: 0; }
  .inx0cak .kjyqnmom { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .inx0cak .vq0zkg2 { order: 2; padding: 0 16px 12px !important; }
  .inx0cak .grq7t5y { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .esof4 .exf1 { display: flex; flex-direction: column; }
  .esof4 .exf1 .kjyqnmom { order: 1; }
  .esof4 .exf1 .zp2ky48t { order: 2; margin: 8px 0 24px !important; }
  .esof4 .exf1 .grq7t5y { order: 3; }
  .esof4 .exf1 .ykg4674y { order: 4; align-self: center; margin-top: 0; }

  
  .spqwylk.bnjy0 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .spqwylk.bnjy0 .sa5lwpo { display: contents; padding: 0; }
  .spqwylk.bnjy0 .sa5lwpo .kjyqnmom { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .spqwylk.bnjy0 .idyuf { order: 2; padding: 12px 16px; }
  .spqwylk.bnjy0 .sa5lwpo .grq7t5y { order: 3; padding: 0 24px; margin: 0 auto; }
  .spqwylk.bnjy0 .sa5lwpo .ykg4674y { order: 4; align-self: center; margin: 8px 0 32px; }
}
.in38d0 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.lv1y6 { width: 100%; height: auto; display: block; border-radius: 10px; }
.xryftwc .in38d0        { border-radius: 16px; }
.xryftwc .lv1y6  { border-radius: 16px; }
.w8os3 .in38d0         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.w8os3 .lv1y6   { border-radius: 8px; }
.haxkn { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.zvnr4 { width: 100%; padding: 32px 0; position: relative; }
.l9sl { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.agycj4o .zvnr4:nth-child(even) { background: var(--bg-surface); }
.agycj4o .zvnr4:nth-child(odd)  { background: var(--bg-page); }
.khrst1 .zvnr4:nth-child(even) { background: var(--bg-card); }
.khrst1 .zvnr4:nth-child(odd)  { background: var(--bg-page); }
.agycj4o .zvnr4:nth-child(odd)  .l9sl { background: var(--bg-card); border-radius: 6px; }
.agycj4o .zvnr4:nth-child(even) .l9sl { background: var(--bg-raised); border-radius: 6px; }
.khrst1 .zvnr4:nth-child(odd)  .l9sl { background: var(--bg-card); border-radius: 6px; }
.khrst1 .zvnr4:nth-child(even) .l9sl { background: var(--bg-raised); border-radius: 6px; }
.agycj4o .zvnr4:nth-child(even) .r31py .t6i8y5,
.khrst1 .zvnr4:nth-child(even) .r31py .t6i8y5 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.agycj4o .zvnr4:nth-child(odd) .r31py .t6i8y5,
.khrst1 .zvnr4:nth-child(odd) .r31py .t6i8y5 { background: var(--bg-card-inner); }
.agycj4o .zvnr4:nth-child(even) .ayvnarw .t6i8y5:nth-child(odd),
.khrst1 .zvnr4:nth-child(even) .ayvnarw .t6i8y5:nth-child(odd)  { background: var(--bg-card); }
.agycj4o .zvnr4:nth-child(even) .ayvnarw .t6i8y5:nth-child(even),
.khrst1 .zvnr4:nth-child(even) .ayvnarw .t6i8y5:nth-child(even) { background: var(--bg-card-inner); }
h1.fhc9 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.fhc9 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.jm3q { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.uflaqa h2.fhc9 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.rtfz4rng h2.fhc9 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.dqxw1mxb h2.fhc9 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.g9uuqr2z h2.fhc9::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.fleo h2.fhc9 {
  color: var(--text-primary); font-size: 1.7rem;
}
.xvyf h2.fhc9::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.im6b485d h2.fhc9 {
  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;
}
.fuv0vzwi { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .fuv0vzwi { display: none; } }
.hhjl { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.c83afe { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ne901 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.k3zd { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.a7cfqu { padding-left: 20px; }
.a7cfqu li { margin-bottom: 6px; }
.a7cfqu a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.a7cfqu a:hover { color: var(--accent-light); }
.x6grhf4q .k3zd { display: none; }
.fetmyv4i .k3zd { display: none; }
.fetmyv4i .a7cfqu { padding-left: 0; list-style: none; }
.fetmyv4i .a7cfqu li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.fetmyv4i .a7cfqu a { font-size: 0.92rem; }
.m5ff .ne901 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.m5ff .k3zd { display: none; }
.m5ff .a7cfqu { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.m5ff .a7cfqu li { margin-bottom: 0; }
.m5ff .a7cfqu 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;
}
.m5ff .a7cfqu a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.gongec .ne901 { padding: 20px 20px 16px; }
.gongec .a7cfqu {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.gongec .a7cfqu li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.gongec .a7cfqu 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;
}
.gongec .a7cfqu 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;
}
.gongec .a7cfqu a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.gongec .a7cfqu a:focus,
.gongec .a7cfqu a:focus-visible,
.gongec .a7cfqu a:target { outline: none; }
.gongec .a7cfqu li:target a { border-color: var(--border); color: var(--text-muted); }
.s4ol5wu .ne901 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.s4ol5wu .k3zd { display: none; }
.s4ol5wu .a7cfqu { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.s4ol5wu .a7cfqu li { margin-bottom: 0; }
.s4ol5wu .a7cfqu li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.s4ol5wu .a7cfqu li:last-child::after { content: ""; margin-right: 0; }
.s4ol5wu .a7cfqu a { font-size: 0.9rem; }
.t6i8y5 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.r31py .t6i8y5 { background: var(--bg-card); }
.ayvnarw .t6i8y5:nth-child(odd)  { background: var(--bg-card); }
.ayvnarw .t6i8y5:nth-child(even) { background: var(--bg-raised); }
.wssg .t6i8y5 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.wssg .t6i8y5:last-child { border-bottom: none; }
.wssg h3.jm3q { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.tom6rg .t6i8y5 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.tom6rg .t6i8y5 + .t6i8y5 { margin-top: 4px; }
.bnn60vx .t6i8y5 { background: none; border-radius: 0; padding: 12px 0; }
.bnn60vx .t6i8y5 + .t6i8y5 { border-top: 1px solid var(--border-section); }
.bvf2uuh { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.l4zcq { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.asimne1s, .nnq9akwl { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.asimne1s li, .nnq9akwl li { margin-bottom: 6px; }
.nnq9akwl li { list-style: decimal; }
.b2c5p6l     .asimne1s { list-style-type: "● "; }
.qd5gn  .asimne1s { list-style-type: "■ "; }
.y9ehnf .asimne1s { list-style-type: "◆ "; }
.uk7qz54t    .asimne1s { list-style-type: "★ "; }
.qd5gn  .wo4lln9 { list-style-type: "■ "; }
.b2c5p6l    .asimne1s li::marker, .b2c5p6l    .wo4lln9 li::marker,
.qd5gn .asimne1s li::marker, .qd5gn .wo4lln9 li::marker,
.y9ehnf .asimne1s li::marker, .y9ehnf .wo4lln9 li::marker,
.uk7qz54t   .asimne1s li::marker, .uk7qz54t   .wo4lln9 li::marker {
  color: var(--cta); font-size: 1em;
}
.b2c5p6l .nnq9akwl,
.qd5gn .nnq9akwl,
.y9ehnf .nnq9akwl,
.uk7qz54t .nnq9akwl {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.b2c5p6l .nnq9akwl li,
.qd5gn .nnq9akwl li,
.y9ehnf .nnq9akwl li,
.uk7qz54t .nnq9akwl li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.b2c5p6l .nnq9akwl li::before,
.qd5gn .nnq9akwl li::before,
.y9ehnf .nnq9akwl li::before,
.uk7qz54t .nnq9akwl 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;
}
.b2c5p6l     .nnq9akwl li::before { border-radius: 50%; }
.qd5gn  .nnq9akwl li::before { border-radius: 3px; }
.y9ehnf .nnq9akwl li::before { border-radius: 3px; }
.uk7qz54t    .nnq9akwl li::before { border-radius: 50%; }
.uf1xys62 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.mj6y .uf1xys62,
.fvn2lgo .uf1xys62 { background: transparent; border: none; border-radius: 0; }
.v4gu { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.v4gu th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.v4gu td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.v4gu tr:hover td { background: var(--bg-hover); }
.hirm .v4gu tbody tr:nth-child(even) td { background: var(--bg-surface); }
.umropemf .v4gu { border: 1px solid var(--border-alt); }
.umropemf .v4gu th,
.umropemf .v4gu td { border: 1px solid var(--border-alt); }
.jpdox .v4gu th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.jpdox .v4gu td { border-bottom: none; }
.jpdox .v4gu tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.a87yl8 .v4gu th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.d8gu5 .uf1xys62 {
  overflow: hidden;
}
.d8gu5 .v4gu th { border-bottom: 1px solid var(--border-alt); }
.d8gu5 .v4gu tr:last-child td { border-bottom: none; }
[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%}
.vulikj .l4weieo {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.mb6axk2f .vfmog { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.mb6axk2f .zx5mwe { background: none; color: var(--accent-light); font-weight: 700; }
.bplygj { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.b6xuhh  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.j1fc0n { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.j451y24r { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.bplygj strong { color: var(--text-primary); font-size: 0.95rem; }
.bplygj p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.lv1y6 { width: 100%; height: auto; border-radius: 10px; display: block; }
.vo0829s9 {
  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;
}
.vo0829s9:hover { opacity: 0.85; }
.ci6p3h4j .vo0829s9  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.ci6p3h4j .vo0829s9:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.p7kn .vo0829s9  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.p7kn .vo0829s9:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.carwd .ykg4674y { border-radius: 50px; }
.carwd .vo0829s9  { border-radius: 50px; }
.q16at .ykg4674y { padding-left: 22px; padding-right: 22px; }
.q16at .vo0829s9  { padding-left: 12px; padding-right: 12px; }
.hy37q .ykg4674y { padding-left: 44px; padding-right: 44px; }
.hy37q .vo0829s9  { padding-left: 24px; padding-right: 24px; }
.ybsmg20e .ykg4674y { padding-left: 56px; padding-right: 56px; }
.ybsmg20e .vo0829s9  { padding-left: 32px; padding-right: 32px; }
.eurw3ks   .ykg4674y::after, .eurw3ks   .vo0829s9::after,
.ya42ebv .ykg4674y::after, .ya42ebv .vo0829s9::after,
.qz8v6a    .ykg4674y::after, .qz8v6a    .vo0829s9::after,
.kpxaycc    .ykg4674y::after, .kpxaycc    .vo0829s9::after,
.my0pq    .ykg4674y::after, .my0pq    .vo0829s9::after,
.wjixlw     .ykg4674y::after, .wjixlw     .vo0829s9::after,
.uhq6c    .ykg4674y::after, .uhq6c    .vo0829s9::after,
.utjsqa9a   .ykg4674y::after, .utjsqa9a   .vo0829s9::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;
}
.eurw3ks .ykg4674y::after, .eurw3ks .vo0829s9::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");
}
.ya42ebv .ykg4674y::after, .ya42ebv .vo0829s9::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");
}
.qz8v6a .ykg4674y::after, .qz8v6a .vo0829s9::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");
}
.kpxaycc .ykg4674y::after, .kpxaycc .vo0829s9::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");
}
.my0pq .ykg4674y::after, .my0pq .vo0829s9::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");
}
.wjixlw .ykg4674y::after, .wjixlw .vo0829s9::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");
}
.uhq6c .ykg4674y::after, .uhq6c .vo0829s9::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");
}
.utjsqa9a .ykg4674y::after, .utjsqa9a .vo0829s9::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");
}
.mpv30abh   .dcym3za::after, .mpv30abh   .qdkp::after,
.oc5ia08v .dcym3za::after, .oc5ia08v .qdkp::after,
.u9hvru8l    .dcym3za::after, .u9hvru8l    .qdkp::after,
.is7eai56    .dcym3za::after, .is7eai56    .qdkp::after,
.a0j7    .dcym3za::after, .a0j7    .qdkp::after,
.reqbv     .dcym3za::after, .reqbv     .qdkp::after,
.j3gcrw    .dcym3za::after, .j3gcrw    .qdkp::after,
.bix7   .dcym3za::after, .bix7   .qdkp::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;
}
.mpv30abh .dcym3za::after, .mpv30abh .qdkp::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");
}
.oc5ia08v .dcym3za::after, .oc5ia08v .qdkp::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");
}
.u9hvru8l .dcym3za::after, .u9hvru8l .qdkp::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");
}
.is7eai56 .dcym3za::after, .is7eai56 .qdkp::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");
}
.a0j7 .dcym3za::after, .a0j7 .qdkp::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");
}
.reqbv .dcym3za::after, .reqbv .qdkp::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");
}
.j3gcrw .dcym3za::after, .j3gcrw .qdkp::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");
}
.bix7 .dcym3za::after, .bix7 .qdkp::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");
}
.u1hdrnyc .r9fdxnxo   { background: rgba(128,128,128,.12); }
.iniohgd.vo0829s9 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .bwlt {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .bwlt::before    { grid-area: rank;   }
  .hg38q3           { grid-area: ident;  }
  .nd29n     { grid-area: rating; min-width: 0; width: auto; }
  .modx7d           { grid-area: pills;  }
  .iniohgd             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .bwlt {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .bwlt::before    { justify-self: center; }
  .hg38q3           { width: 100%; }
  .nd29n     { justify-self: center; }
  .modx7d           { grid-template-columns: 1fr; }
}
.tzv2w .fgyrtm4r { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
@media (min-width: 860px) {
  .ozrz .w95igtk8 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .ozrz .x2r0ctv7 { margin: 0; }
}
.nel1 .x2r0ctv7 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.nel1 .b1sf0wnz { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.nel1 .mj6y { padding: 14px 16px; }
.nel1 .r0wg { border-radius: 4px; }
.nel1 .fgyrtm4r { border-radius: 0; }
@media (max-width: 720px) {
  .td6ty25i { grid-template-columns: 1fr; }
  .acihxc3 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .acihxc3 .ql4z7dl { width: 72px; height: 50px; }
  .acihxc3 .a2htupj { max-width: 180px; }
  .acihxc3 .u0axqd { width: auto; }
}
@media (max-width: 720px) {
  .yf5apnn { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .vgrsv { padding: 16px; }
  .idtfic .eglmm { min-width: 50%; }
}
@media (max-width: 860px) {
  .agj868 { grid-template-columns: 1fr; }
  .zvvmqe { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .f8gd0kbr { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .zc2ux { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .sv2oqm5i { flex-direction: column; align-items: stretch; }
}
.u88dnuy7 .u0axqd .vo0829s9 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .r2vq6t1l { flex-direction: column; align-items: stretch; gap: 10px; }
  .u88dnuy7 .u0axqd { text-align: center; }
}
@media (max-width: 720px) {
  .tt7bwn { grid-template-columns: 1fr; }
  .miwr { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .mylhm2 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .x29n7s3 { grid-template-columns: 1fr; }
  .chefn { width: 100px; height: 100px; margin: 16px auto; }
  .vkkl0umt { font-size: 1.4rem; }
  .riaw3a1g { justify-content: center; }
  .wust .eglmm { min-width: 50%; }
}
@media (max-width: 540px) {
  .hv5opmsx { flex-wrap: wrap; padding: 14px 16px; }
  .z6ck0x0k { padding: 12px 16px; }
  .yyiz .jix9o { margin: 0 16px; }
  .yyiz .k2ta { padding: 0 16px; }
  .jo4sf6b { padding: 12px 16px; }
}
.xqxz7e .bwlt {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.godjcziv .lie2 { font-size: 1rem; letter-spacing: 2px; }
.lytrnl { margin: 16px 0; }
.fifqz73q { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.fifqz73q summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.fifqz73q summary::after { content: "+"; color: var(--accent-light); }
.fifqz73q[open] summary::after { content: "−"; }
.fifqz73q p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.zvnr4 { margin-bottom: 0; }
.uchltr3 h2.fhc9 { color: var(--text-primary); border-color: var(--accent-light); }
.xanhvpp h2.fhc9 { color: var(--text-primary); border-color: var(--accent-light); }
.p8jvd2f .b6xuhh     { background: #052e16; border-color: #10b981; }
.p8jvd2f .ekwlm1 { background: #2d0a1e; border-color: #f43f5e; }
.p8jvd2f .j1fc0n    { background: #1e1036; border-color: #a855f7; }
.p8jvd2f .bplygj strong  { color: #f1f5f9; }
.p8jvd2f .bplygj p       { color: #cbd5e1; }
.p8jvd2f .rtk937    .b6xuhh     .j451y24r::before,
.p8jvd2f .gtgz8cwg  .b6xuhh     .j451y24r::before,
.p8jvd2f .h6ud3  .b6xuhh     .j451y24r::before,
.p8jvd2f .m1c6nbp5 .b6xuhh     .j451y24r::before { color: #10b981; }
.p8jvd2f .rtk937    .ekwlm1 .j451y24r::before,
.p8jvd2f .gtgz8cwg  .ekwlm1 .j451y24r::before,
.p8jvd2f .h6ud3  .ekwlm1 .j451y24r::before,
.p8jvd2f .m1c6nbp5 .ekwlm1 .j451y24r::before { color: #f43f5e; }
.p8jvd2f .rtk937    .j1fc0n    .j451y24r::before,
.p8jvd2f .gtgz8cwg  .j1fc0n    .j451y24r::before,
.p8jvd2f .h6ud3  .j1fc0n    .j451y24r::before,
.p8jvd2f .m1c6nbp5 .j1fc0n    .j451y24r::before { color: #a855f7; }
.gaq9w9 .b6xuhh     { background: #2d2000; border-color: #eab308; }
.gaq9w9 .j1fc0n    { background: #2d1600; border-color: #f97316; }
.gaq9w9 .bplygj strong  { color: #f1f5f9; }
.gaq9w9 .bplygj p       { color: #cbd5e1; }
.gaq9w9 .rtk937    .b6xuhh     .j451y24r::before,
.gaq9w9 .gtgz8cwg  .b6xuhh     .j451y24r::before,
.gaq9w9 .h6ud3  .b6xuhh     .j451y24r::before,
.gaq9w9 .m1c6nbp5 .b6xuhh     .j451y24r::before { color: #eab308; }
.gaq9w9 .rtk937    .ekwlm1 .j451y24r::before,
.gaq9w9 .gtgz8cwg  .ekwlm1 .j451y24r::before,
.gaq9w9 .h6ud3  .ekwlm1 .j451y24r::before,
.gaq9w9 .m1c6nbp5 .ekwlm1 .j451y24r::before { color: #ef4444; }
.gaq9w9 .rtk937    .j1fc0n    .j451y24r::before,
.gaq9w9 .gtgz8cwg  .j1fc0n    .j451y24r::before,
.gaq9w9 .h6ud3  .j1fc0n    .j451y24r::before,
.gaq9w9 .m1c6nbp5 .j1fc0n    .j451y24r::before { color: #f97316; }
.e2vhv1i5 .b6xuhh     { background: #0c1a2e; border-color: #38bdf8; }
.e2vhv1i5 .j1fc0n    { background: #0a2020; border-color: #2dd4bf; }
.e2vhv1i5 .bplygj strong  { color: #f1f5f9; }
.e2vhv1i5 .bplygj p       { color: #cbd5e1; }
.e2vhv1i5 .rtk937    .b6xuhh     .j451y24r::before,
.e2vhv1i5 .gtgz8cwg  .b6xuhh     .j451y24r::before,
.e2vhv1i5 .h6ud3  .b6xuhh     .j451y24r::before,
.e2vhv1i5 .m1c6nbp5 .b6xuhh     .j451y24r::before { color: #38bdf8; }
.e2vhv1i5 .rtk937    .ekwlm1 .j451y24r::before,
.e2vhv1i5 .gtgz8cwg  .ekwlm1 .j451y24r::before,
.e2vhv1i5 .h6ud3  .ekwlm1 .j451y24r::before,
.e2vhv1i5 .m1c6nbp5 .ekwlm1 .j451y24r::before { color: #818cf8; }
.e2vhv1i5 .rtk937    .j1fc0n    .j451y24r::before,
.e2vhv1i5 .gtgz8cwg  .j1fc0n    .j451y24r::before,
.e2vhv1i5 .h6ud3  .j1fc0n    .j451y24r::before,
.e2vhv1i5 .m1c6nbp5 .j1fc0n    .j451y24r::before { color: #2dd4bf; }
.zjzrk .b6xuhh     { background: var(--accent-bg); border-color: var(--accent-light); }
.zjzrk .j1fc0n    { background: var(--accent-bg); border-color: var(--accent-pale); }
.zjzrk .rtk937    .j451y24r::before,
.zjzrk .gtgz8cwg  .j451y24r::before,
.zjzrk .h6ud3  .j451y24r::before,
.zjzrk .m1c6nbp5 .j451y24r::before { color: var(--accent-light) !important; }
.ujmuw .mnj4yru { background: var(--bg-pros); }
.ujmuw .molzbg0 { background: var(--bg-cons); }
.ujmuw .mnj4yru .jla4v { color: var(--c-pros-label); }
.ujmuw .molzbg0 .trvk { color: var(--c-cons); }
.ujmuw .mnj4yru ul li,
.ujmuw .cew5ywvj li            { color: var(--c-pros); }
.ujmuw .molzbg0 ul li,
.ujmuw .s7f34wyh li            { color: var(--c-cons); }
.xa3g0y .bplygj { background: transparent; border-left: none; border: 1.5px solid; }
.xa3g0y .b6xuhh     { border-color: var(--c-tip-border); }
.xa3g0y .j1fc0n    { border-color: #60a5fa; }
.xa3g0y .bplygj strong { color: var(--text-primary); }
.xa3g0y .bplygj p      { color: var(--text-muted); }
.tzv2w .bplygj { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.tzv2w .b6xuhh     { border-top-color: var(--c-tip-border); }
.tzv2w .ekwlm1 { border-top-color: var(--c-warn-border); }
.tzv2w .j1fc0n    { border-top-color: #60a5fa; }
.u03kqy .bplygj { border-left: none; border-radius: 8px; }
.u03kqy .b6xuhh     { background: #065f46; }
.u03kqy .j1fc0n    { background: #1e3a8a; }
.u03kqy .bplygj strong,
.u03kqy .bplygj p { color: #fff; }
.u03kqy .j451y24r::before { color: rgba(255,255,255,0.85) !important; }
.p8jvd2f.u03kqy .b6xuhh,
.p8jvd2f .u03kqy .b6xuhh     { background: #052e16; }
.p8jvd2f.u03kqy .ekwlm1,
.p8jvd2f .u03kqy .ekwlm1 { background: #2d0a1e; }
.p8jvd2f.u03kqy .j1fc0n,
.p8jvd2f .u03kqy .j1fc0n    { background: #1e1036; }
.gaq9w9.u03kqy .b6xuhh,
.gaq9w9 .u03kqy .b6xuhh      { background: #2d2000; }
.gaq9w9.u03kqy .j1fc0n,
.gaq9w9 .u03kqy .j1fc0n     { background: #2d1600; }
.e2vhv1i5.u03kqy .b6xuhh,
.e2vhv1i5 .u03kqy .b6xuhh      { background: #0c1a2e; }
.e2vhv1i5.u03kqy .j1fc0n,
.e2vhv1i5 .u03kqy .j1fc0n     { background: #0a2020; }
.i0u5p7xt .bplygj { border-left: none; border-radius: 6px; padding: 10px 14px; }
.i0u5p7xt .b6xuhh     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.i0u5p7xt .j1fc0n    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.i0u5p7xt .bplygj strong { color: var(--text-primary); }
.i0u5p7xt .bplygj p      { color: var(--text-muted); }
.s4bmp .bplygj { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.rtk937 .j451y24r,
.gtgz8cwg .j451y24r,
.h6ud3 .j451y24r,
.m1c6nbp5 .j451y24r { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.rtk937 .j451y24r::before,
.gtgz8cwg .j451y24r::before,
.h6ud3 .j451y24r::before,
.m1c6nbp5 .j451y24r::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.rtk937 .b6xuhh     .j451y24r::before { content: "✦"; color: var(--c-tip-border); }
.rtk937 .ekwlm1 .j451y24r::before { content: "▲"; color: var(--c-warn-border); }
.rtk937 .j1fc0n    .j451y24r::before { content: "◉"; color: #60a5fa; }
.gtgz8cwg .b6xuhh     .j451y24r::before { content: "★"; color: var(--c-tip-border); }
.gtgz8cwg .ekwlm1 .j451y24r::before { content: "◆"; color: var(--c-warn-border); }
.gtgz8cwg .j1fc0n    .j451y24r::before { content: "●"; color: #60a5fa; }
.h6ud3 .b6xuhh     .j451y24r::before { content: "▶"; color: var(--c-tip-border); }
.h6ud3 .ekwlm1 .j451y24r::before { content: "■"; color: var(--c-warn-border); }
.h6ud3 .j1fc0n    .j451y24r::before { content: "▸"; color: #60a5fa; }
.m1c6nbp5 .b6xuhh     .j451y24r::before { content: "→"; color: var(--c-tip-border); }
.m1c6nbp5 .ekwlm1 .j451y24r::before { content: "⬥"; color: var(--c-warn-border); }
.m1c6nbp5 .j1fc0n    .j451y24r::before { content: "◈"; color: #60a5fa; }
.dmtjjt .r31py .t6i8y5,
.dmtjjt .ayvnarw .t6i8y5  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.dmtjjt .uf1xys62          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.dmtjjt .ne901                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.r4u0ao7 .r31py .t6i8y5,
.r4u0ao7 .ayvnarw .t6i8y5,
.r4u0ao7 .vfmog,
.r4u0ao7 .bwlt,
.r4u0ao7 .x2r0ctv7,
.r4u0ao7 .uf1xys62,
.r4u0ao7 .ne901,
.r4u0ao7 .s4bmp .bplygj { box-shadow: none; }
.tt7dkm   .eq18c3o, .tt7dkm .bvf2uuh, .tt7dkm .l4zcq,
.tt7dkm   .hhjl, .tt7dkm .c83afe { font-size: 0.9rem; }
.tt7dkm   .asimne1s, .tt7dkm .nnq9akwl { font-size: 0.9rem; }
.r2n37q   .eq18c3o, .r2n37q .bvf2uuh, .r2n37q .l4zcq,
.r2n37q   .hhjl, .r2n37q .c83afe { font-size: 0.95rem; }
.r2n37q   .asimne1s, .r2n37q .nnq9akwl { font-size: 0.95rem; }
.k3n4d018   .eq18c3o, .k3n4d018 .bvf2uuh, .k3n4d018 .l4zcq,
.k3n4d018   .hhjl, .k3n4d018 .c83afe { font-size: 1.08rem; }
.k3n4d018   .asimne1s, .k3n4d018 .nnq9akwl { font-size: 1.05rem; }
.k3n4d018   .v4gu { font-size: 0.97rem; }
.neehvl3k .kjyqnmom      { font-size: 3.2rem; }
.neehvl3k h2.fhc9 { font-size: 1.9rem; }
.neehvl3k h3.jm3q     { font-size: 1.4rem; }
.aw3i0o .kjyqnmom      { font-size: 3.8rem; }
.aw3i0o h2.fhc9 { font-size: 2.2rem; }
.aw3i0o h3.jm3q     { font-size: 1.6rem; }
.zvnr4 + .zvnr4 { position: relative; }
.d22psixg   .zvnr4 + .zvnr4::before,
.jsosny  .zvnr4 + .zvnr4::before,
.wbz0mg   .zvnr4 + .zvnr4::before,
.otxhc   .zvnr4 + .zvnr4::before,
.vg9q   .zvnr4 + .zvnr4::before,
.uumqi .zvnr4 + .zvnr4::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.d22psixg .zvnr4 + .zvnr4::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.jsosny .zvnr4 + .zvnr4::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.wbz0mg .zvnr4 + .zvnr4::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;
}
.otxhc .zvnr4 + .zvnr4::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.walf .zvnr4 { margin-bottom: 16px; }
.walf .zvnr4 + .zvnr4 { margin-top: 0; }
.walf .l9sl { padding-top: 0; padding-bottom: 0; }
.vg9q .zvnr4 + .zvnr4::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.uumqi .zvnr4 + .zvnr4::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.pl44hzh .zvnr4 + .zvnr4::before,
.fxhu2 .zvnr4 + .zvnr4::before,
.arguy .zvnr4 + .zvnr4::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%;
}
.agycj4o .pl44hzh .zvnr4:nth-child(even)::before,
.agycj4o .fxhu2 .zvnr4:nth-child(even)::before,
.agycj4o .arguy .zvnr4:nth-child(even)::before { background: var(--bg-surface); }
.khrst1 .pl44hzh .zvnr4:nth-child(even)::before,
.khrst1 .fxhu2 .zvnr4:nth-child(even)::before,
.khrst1 .arguy .zvnr4:nth-child(even)::before { background: var(--bg-card); }
.pl44hzh .zvnr4 + .zvnr4::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");
}
.fxhu2 .zvnr4 + .zvnr4::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");
}
.arguy .zvnr4 + .zvnr4::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");
}
.qu3vyyx .isp5jjpk,
.ehbnhx56 .exf1,
.qu3vyyx .exf1 { margin-bottom: 60px; }
.jqu4 .exf1 { margin-bottom: 70px; }
.qu3vyyx .sa5lwpo { padding-bottom: 60px; }
.qu3vyyx .isp5jjpk::before,
.qu3vyyx .isp5jjpk::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");
}
.yd2ou2i3 .isp5jjpk:not(.jc5z2i3e) .hw7avg { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.yd2ou2i3 .jc5z2i3e { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.yd2ou2i3 .nc3kmxb { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.yd2ou2i3 .spqwylk { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.jrztdnt .in38d0 { float: left; width: 38%; margin: 0 28px 16px 0; }
.jrztdnt .in38d0 .lv1y6 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.jrztdnt .l9sl::after { content: ''; display: block; clear: both; }
.mwp17 .in38d0 { float: right; width: 38%; margin: 0 0 16px 28px; }
.mwp17 .in38d0 .lv1y6 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.mwp17 .l9sl::after { content: ''; display: block; clear: both; }
.qov40qsh .zvnr4:nth-child(odd)  .in38d0 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.qov40qsh .zvnr4:nth-child(even) .in38d0 { float: right; width: 38%; margin: 0 0 16px 28px; }
.qov40qsh .in38d0 .lv1y6 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.qov40qsh .l9sl::after { content: ''; display: block; clear: both; }
.jrztdnt .ycr6t,
.jrztdnt .z273gaj,
@media (max-width: 900px) {
  .jrztdnt .in38d0,
  .mwp17 .in38d0,
  .qov40qsh .zvnr4:nth-child(odd)  .in38d0,
  .qov40qsh .zvnr4:nth-child(even) .in38d0 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .jrztdnt .in38d0 .lv1y6,
  .mwp17 .in38d0 .lv1y6,
  .qov40qsh .in38d0 .lv1y6 {
    max-height: none !important;
  }
}
.jrztdnt .asimne1s,
.jrztdnt .nnq9akwl,
.mwp17 .asimne1s,
.mwp17 .nnq9akwl,
.qov40qsh .asimne1s,
.qov40qsh .nnq9akwl { overflow: hidden; }
@media (max-width: 640px) {
  .jrztdnt .in38d0,
  .mwp17 .in38d0,
  .qov40qsh .in38d0 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.gi9m2n .haxkn,
.gi9m2n .l9sl,
.gi9m2n .fizy9kbn  { max-width: 1100px; }
.s2blm5a .haxkn,
.s2blm5a .l9sl,
.s2blm5a .fizy9kbn  { max-width: 1200px; }
.gcdpxb .haxkn,
.gcdpxb .l9sl,
.gcdpxb .fizy9kbn  { max-width: 1320px; }
.twcfre { font-size: 0.82rem; color: var(--text-muted); }
.p9mkn1 { display: flex; align-items: center; }
.ud98v {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ft9o { display: flex; align-items: center; }
.bsmsesn { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.bsmsesn:hover { text-decoration: underline; }
.hhweuv { margin: 0 3px; opacity: 0.45; }
.hhweuv::before { content: '/'; }
.jvgz { padding: 2px 5px; color: var(--text-main); }
.c7zjz03d .twcfre {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.c7zjz03d .p9mkn1 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.j2ikm .twcfre {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.j2ikm .p9mkn1 { padding: 0 0 0 12px; }
.rv13ryn7 .p9mkn1 { padding: 0 16px; }
.rv13ryn7 .twcfre {
  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);
}
.rv13ryn7 .haxkn { padding-top: 28px; }
@media (max-width: 720px) {
  .a69jk81b { margin-top: 18px; padding: 0 16px; }
  .rv13ryn7 .haxkn { padding-top: 16px; }
}
.gi9m2n.c7zjz03d .p9mkn1 { max-width: 1100px; }
.s2blm5a.c7zjz03d .p9mkn1 { max-width: 1200px; }
.gcdpxb.c7zjz03d .p9mkn1 { max-width: 1320px; }
.fhzya7 .zvnr4 { padding-top: 16px; padding-bottom: 16px; }
.i04an .zvnr4 { padding-top: 24px; padding-bottom: 24px; }
.wk1o2 .zvnr4 { padding-top: 40px; padding-bottom: 40px; }
.z4dp9 .zvnr4 { padding-top: 52px; padding-bottom: 52px; }
.at8u .zvnr4:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.at8u .zvnr4:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.at8u .zvnr4:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.at8u .zvnr4:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.wljgo0xs .l9sl { padding-top: 10px;  padding-bottom: 10px; }
.nohht9 .l9sl { padding-top: 18px;  padding-bottom: 18px; }
.kqnelr .l9sl { padding-top: 36px;  padding-bottom: 36px; }
.hncxsk9 .l9sl { padding-top: 48px;  padding-bottom: 48px; }
.ju53bijq h2.fhc9 { font-weight: 600; }
.ju53bijq h3.jm3q     { font-weight: 600; }
.d0lf9vn { font-weight: 500; }
.d0lf9vn h2.fhc9 { font-weight: 800; }
.d0lf9vn h3.jm3q     { font-weight: 700; }
.i4tqg5f4 h2.fhc9 { font-weight: 900; }
.i4tqg5f4 h3.jm3q     { font-weight: 800; }
.i4tqg5f4 .bplygj strong,
.i4tqg5f4 .bplygj strong { font-weight: 600; }
.dcym3za {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.mqgd7 .dcym3za { display: none; }
@media (max-width: 640px) {
  .gvx6 { display: none; }
  .dcym3za {
    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;
  }
}
.dcym3za { background: var(--cta) !important; color: #fff !important; border: none !important; }
.dcym3za:hover { opacity: 0.85; }
.mk496j .dcym3za { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.wbeltlv .dcym3za,
.vy7t  .dcym3za { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.wbeltlv .dcym3za:hover,
.vy7t  .dcym3za:hover { opacity: 0.88; }
.mk496j.wbeltlv .dcym3za,
.mk496j.vy7t  .dcym3za { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.qdkp {
  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;
}
.qdkp:hover { transform: translateY(-2px); opacity: 0.92; }
.qdkp { background: var(--cta) !important; color: #fff !important; border: none !important; }
.uqeeos3r .qdkp { display: none; }
.u40owbkf .qdkp { right: 32px; }
.ce1glo7w  .qdkp { left: 32px; }
@media (max-width: 480px) {
  .u40owbkf .qdkp { right: 20px; bottom: 20px; }
  .ce1glo7w  .qdkp { left: 20px; bottom: 20px; }
}
.n74l0r56 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.fizy9kbn { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.fp53lsyz { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.ql85r6 { color: var(--text-dim); font-size: 0.8rem; }
.vqo7cu { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.vqo7cu img { height: 26px; width: auto; object-fit: contain; }
.yl4h6z { display: flex; flex-direction: column; gap: 6px; }
.yl4h6z a, .j4c1 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.yl4h6z a:hover, .j4c1 a:hover { color: var(--accent-light); }
.yl4h6z .c4be9rv5 { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.srrltd9 .fizy9kbn { text-align: center; }
.srrltd9 .fp53lsyz { margin-top: 0; }
.yoqj65 { margin-top: 10px; }
.yoqj65 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .fizy9kbn { padding-left: 16px; padding-right: 16px; }
  .u0krtcz .fizy9kbn { padding: 20px 16px; }
  .j4c1 { gap: 4px 12px; }
  .fp53lsyz { font-size: 0.78rem; }
}
.z0xdlg95 .cu7t .vqo7cu { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.z0xdlg95 .fp53lsyz { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.z0xdlg95 .ql85r6 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .z0xdlg95 .h8da { grid-template-columns: 1fr 1fr; } .z0xdlg95 .cu7t { grid-column: 1 / -1; } }
@media (max-width: 480px) { .z0xdlg95 .h8da { grid-template-columns: 1fr; } }
.o8nf4m .vqo7cu { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.o8nf4m .fp53lsyz { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .o8nf4m .cps5ouv { gap: 12px; } .o8nf4m .vqo7cu { margin-right: 0; width: 100%; } }
.a0ylx .gmt7gb .vqo7cu { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.a0ylx .fp53lsyz { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.a0ylx .ql85r6 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .a0ylx .ow3hr6 { grid-template-columns: 1fr 1fr; } .a0ylx .gmt7gb { grid-column: 1 / -1; } }
@media (max-width: 480px) { .a0ylx .ow3hr6 { grid-template-columns: 1fr; } }
.tstzhof .misqex8 { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.tstzhof .yl4h6z { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .tstzhof .misqex8 { grid-template-columns: 1fr 1fr; } .tstzhof .erwra:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tstzhof .misqex8 { grid-template-columns: 1fr; } }
.q3qdx7 .misqex8 { grid-template-columns: 1fr 2fr; }
.q3qdx7 .c9eyl3 .yl4h6z { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .q3qdx7 .misqex8 { grid-template-columns: 1fr; } }
.zdldkx .fizy9kbn { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.umkt .xr2h      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.umkt .n74l0r56 { background: var(--bg-page); border-top-color: var(--border-alt); }
.cl1m .xr2h      { background: #0d1117; border-bottom-color: #21262d; }
.cl1m .lluq { color: var(--accent-light); }
.cl1m .ekmxyt { --msep-color: #8b949e; }
.cl1m .ekmxyt a { color: #8b949e; }
.cl1m .ekmxyt a:hover { color: var(--accent-light); }
.cl1m .yyltd { color: #8b949e; }
.cl1m .n74l0r56 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.cl1m .fp53lsyz,
.cl1m .ql85r6 { color: #6e7681; }
.cl1m .yl4h6z a, .cl1m .j4c1 a,
.cl1m .vqo7cu { color: #e6edf3; }
.cl1m .yl4h6z a:hover, .cl1m .j4c1 a:hover,
@media (max-width: 640px) {
  .cl1m .ekmxyt { background: #0d1117; border-top-color: #21262d; }
  .cl1m .ekmxyt li a { border-bottom-color: #21262d; }
}
.cq5gfnya .xr2h      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.cq5gfnya .lluq { color: var(--accent-light); }
.cq5gfnya .ekmxyt { --msep-color: #475569; }
.cq5gfnya .ekmxyt a { color: #475569; }
.cq5gfnya .ekmxyt a:hover { color: var(--accent-light); }
.cq5gfnya .yyltd { color: #64748b; }
.cq5gfnya .n74l0r56 { background: #f0f4f8; border-top-color: #cbd5e1; }
.cq5gfnya .fp53lsyz,
.cq5gfnya .ql85r6 { color: #64748b; }
.cq5gfnya .yl4h6z a, .cq5gfnya .j4c1 a,
.cq5gfnya .jmpa0 a, .cq5gfnya .vqo7cu { color: #374151; }
.cq5gfnya .yl4h6z a:hover, .cq5gfnya .j4c1 a:hover,
@media (max-width: 640px) {
  .cq5gfnya .ekmxyt { background: #f0f4f8; border-top-color: #cbd5e1; }
  .cq5gfnya .ekmxyt li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.wbeltlv .xr2h      { background: var(--accent); border-bottom-color: var(--accent-light); }
.wbeltlv .lluq { color: #fff; }
.wbeltlv .ekmxyt { --msep-color: rgba(255,255,255,0.82); }
.wbeltlv .ekmxyt a { color: rgba(255,255,255,0.82); }
.wbeltlv .ekmxyt a:hover { color: #fff; }
.wbeltlv .yyltd { color: rgba(255,255,255,0.9); }
.wbeltlv .n74l0r56 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.wbeltlv .fp53lsyz,
.wbeltlv .ql85r6 { color: rgba(255,255,255,0.72); }
.wbeltlv .yl4h6z a, .wbeltlv .j4c1 a,
.wbeltlv .jmpa0 a, .wbeltlv .vqo7cu { color: #fff; }
.wbeltlv .yl4h6z a:hover, .wbeltlv .j4c1 a:hover,
@media (max-width: 640px) {
  .wbeltlv .ekmxyt { background: var(--accent); border-top-color: var(--accent-light); }
  .wbeltlv .ekmxyt li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.vy7t .xr2h {
  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);
}
.vy7t .n74l0r56 {
  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) {
  .vy7t .ekmxyt {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.c5vlkxc .ey9fhlm { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.y0tp0y .ey9fhlm { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.w8yf .ey9fhlm { min-height: 72px; height: auto; }
.f7lw .ey9fhlm { min-height: 84px; height: auto; }
.u0krtcz .ey9fhlm { max-width: none; padding: 0 32px; }
.u0krtcz .fizy9kbn  { max-width: none; padding: 24px 32px; }
.hbem.s2blm5a .ey9fhlm { max-width: 1200px; }
.hbem.gcdpxb .ey9fhlm { max-width: 1320px; }
.j12x3w   .lluq, .j12x3w   .vqo7cu { text-transform: capitalize; }
.yv3h .lluq, .yv3h .vqo7cu { text-transform: lowercase; }
.alkn .lluq, .alkn .vqo7cu { text-transform: uppercase; letter-spacing: 0.06em; }
.jvwsh3u, .s4for {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.bn8h8 .jvwsh3u,
.bn8h8 .s4for { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.xw8vbz .jvwsh3u,
.xw8vbz .s4for { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.v8r9ic .jvwsh3u,
.v8r9ic .s4for { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.tq5qy .jvwsh3u,
.tq5qy .s4for { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.a8fz   .ekmxyt a { font-weight: 500; }
.gpwwwv .ekmxyt a { font-weight: 600; }
.m1m7     .ekmxyt a { font-weight: 700; }
.n77y    .ekmxyt a { font-weight: 800; letter-spacing: 0.01em; }
.wz93yahe     .ekmxyt > li + li::before,
.jjedp    .ekmxyt > li + li::before,
.bbl8i4    .ekmxyt > li + li::before,
.bb6oj .ekmxyt > li + li::before,
.uki8wekc .ekmxyt > li + li::before,
.coz7yy  .ekmxyt > li + li::before,
.emnl    .ekmxyt > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.wz93yahe     .ekmxyt > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.jjedp    .ekmxyt > li + li::before { content: "|"; }
.bbl8i4    .ekmxyt > li + li::before { content: "—"; }
.bb6oj .ekmxyt > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.uki8wekc .ekmxyt > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.coz7yy  .ekmxyt > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.emnl    .ekmxyt > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .kvlsrbm .yyltd,
  .kqff .yyltd,
  .nsykjbfn .yyltd,
  .ygn5bx9x .yyltd,
  .w7cq36fe .yyltd {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .kvlsrbm .yyltd::before,
  .kqff .yyltd::before,
  .nsykjbfn .yyltd::before,
  .ygn5bx9x .yyltd::before,
  .w7cq36fe .yyltd::before { content: ""; display: block; flex-shrink: 0; }

  
  .kvlsrbm .yyltd::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;
  }

  
  .kqff .yyltd::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;
  }

  
  .nsykjbfn .yyltd::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;
  }

  
  .ygn5bx9x .yyltd::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;
  }

  
  .w7cq36fe .yyltd::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) {
  .e2kva470 .yyltd {
    padding: 5px 14px;
  }
  .e2kva470 .ekmxyt {
    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;
  }
  .e2kva470 .ekmxyt li a {
    border-bottom: none; padding: 10px 22px;
  }
  .e2kva470 .ekmxyt li a:hover { background: var(--bg-raised); }
  .e2kva470 .w9gpdw,
  .wv5zclq2 .w9gpdw,
  .xuvk52n .w9gpdw { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .y5w0s88 .yyltd {
    padding: 5px 10px;
  }
  .y5w0s88 .ekmxyt {
    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);
  }
  .y5w0s88 .ekmxyt.vy7yk { transform: translateX(0); }
  .y5w0s88 .ekmxyt li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .y5w0s88 .ekmxyt li:last-child a { border-bottom: none; }
  .wbeltlv .ekmxyt,
  .cl1m .ekmxyt { background: var(--accent) !important; }
  .wbeltlv .ekmxyt li a,
  .cl1m .ekmxyt li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .xuvk52n .yyltd {
    padding: 5px 10px;
  }
  .xuvk52n .ekmxyt {
    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);
  }
  .xuvk52n .ekmxyt::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .xuvk52n .ekmxyt.vy7yk { transform: translateY(0); }
  .xuvk52n .ekmxyt li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .f5yxl .yyltd {
    padding: 5px 10px;
  }
  .f5yxl .ekmxyt {
    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;
  }
  .f5yxl .ekmxyt.vy7yk { opacity: 1; pointer-events: auto; }
  .f5yxl .ekmxyt li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .hc6nlt5     .yyltd { border-radius: 0 !important; }
  .mrquvo   .yyltd { border-radius: 8px !important; }
  .yq4jy4 .yyltd { border-radius: 50% !important; }
  .oanl8u40   .yyltd { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .hk05pf7 .me56e9 { flex-direction: column; align-items: stretch; }
  .hk05pf7 .t51s { flex-direction: row; min-width: auto; }
  .hk05pf7 .nf08zx9 { align-items: flex-start; text-align: left; }
}
.gcvj2y,
.gcvj2y.zvnr4,
.agycj4o .gcvj2y,
.yjlvb2 .gcvj2y,
.khrst1 .gcvj2y,
.fpq2hc .gcvj2y {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.n2gv {
  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;
}
.nnz9nv { flex: 1 1 280px; min-width: 0; }
.wlpwzz {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.erciego {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.xxd4q1 {
  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;
}
.xxd4q1:hover { transform: translateY(-1px); opacity: 0.95; }
.mkc3tz9 .n2gv {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.mkc3tz9 .wlpwzz { color: var(--cta); }
.mkc3tz9 .erciego { color: var(--text-body); }
.mkc3tz9 .xxd4q1 {
  background: var(--cta) !important;
  color: #fff !important;
}
.awjy .n2gv {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.awjy .wlpwzz { color: var(--text-primary); }
.awjy .erciego { color: var(--text-body); }
.awjy .xxd4q1 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .n2gv {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .nnz9nv { flex: 0 0 auto; }
  .wlpwzz { font-size: 1.2rem; }
  .xxd4q1 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.u46ax0xj .jsiyn { height: 36px; }
.hn1zt0ad .jsiyn { height: 60px; max-width: 200px; }
.wtfm .jsiyn { height: 56px; max-width: 180px; }
.hg07w    .lie2, .hg07w    .uz4m2s8 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
@media (min-width: 720px) {
  .oz4s .z273gaj {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .oz4s .bwlt {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .oz4s .bwlt { padding: 40px 16px 20px; }
  .oz4s .zh6w15 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .oz4s .iniohgd { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .lirlue7o .bwlt {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .lirlue7o .bwlt::before {
    position: absolute; top: 14px; left: 14px;
  }
  .lirlue7o .hg38q3 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .lirlue7o .sp5e1 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .lirlue7o .zh6w15 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .lirlue7o .iniohgd { width: 100%; min-width: 0; }
  .lirlue7o .lie2 { min-width: 0; }
}
.yhsv .bwlt::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.dpczay4 .fifqz73q {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.dpczay4 .fifqz73q summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.dpczay4 .fifqz73q p { padding: 0 2px 16px; }
.cmv9 .fifqz73q { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.cmv9 .fifqz73q summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.cmv9 .fifqz73q summary::after { content: "›"; font-size: 1.2em; }
.cmv9 .fifqz73q[open] summary::after { content: "‹"; }
.cmv9 .fifqz73q p { padding: 10px 22px 4px; }
.fa2e .fifqz73q {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.fa2e .fifqz73q summary { color: var(--text-primary); padding-left: 16px; }
.fa2e .fifqz73q summary::after { content: "›"; font-size: 1.1em; }
.fa2e .fifqz73q[open] summary::after { content: "‹"; }
.fa2e .fifqz73q p { padding-left: 16px; }
.nmtzhi .lytrnl { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.nmtzhi .fifqz73q {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.nmtzhi .fifqz73q:last-child { border-bottom: none; }
.nmtzhi .fifqz73q summary { color: var(--text-primary); border-radius: 0; }
.nmtzhi .fifqz73q summary::after { content: "›"; font-size: 1.1em; }
.nmtzhi .fifqz73q[open] summary::after { content: "‹"; }
.xoaqm4m .fifqz73q { overflow: hidden; }
.xoaqm4m .fifqz73q summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.xoaqm4m .fifqz73q summary::after { color: rgba(255,255,255,.75); }
.xoaqm4m .fifqz73q[open] summary { border-radius: 0; }
.s51st { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.mw9ql {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.tq48h {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.my5u4zwg { color: var(--text-muted); font-size: 1.05rem; }
.sopn5l {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.bghpc9z { margin-bottom: 20px; }
.dbgqgj {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.t0slzh2g {
  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;
}
.t0slzh2g:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.rj9ag3i { resize: vertical; min-height: 130px; }
.f6s47 { width: 100%; margin-top: 8px; }
.zg7r8z {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.l3igboj {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.z8ph4czw { color: var(--text-muted); line-height: 1.75; }
.wtif5 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.wtif5 li { margin-bottom: 6px; }
.ozrsg { max-width: 760px; margin: 0 auto; }
.oa9a { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.kck17 { max-width: 760px; margin: 0 auto; }
.zgby { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.zgby:last-child { border-bottom: none; }
.b30nif1 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.zgby p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.zgby ul.wtif5 { margin: 0; }
.wm3qqbb .b30nif1 { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .wm3qqbb { grid-template-columns: 1fr; gap: 10px; } }
.gfb4c .b30nif1 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.dob55gm .wtif5 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .k396dnr4 { grid-template-columns: 1fr; } }
.j94rta { color: inherit; text-decoration: none; }
.j94rta:hover { color: var(--accent-light); text-decoration: underline; }
.xlsw9ne9 { display: inline-block; line-height: 0; }
.vh7y { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.p3qz7wha { max-width: 760px; margin: 0 auto; }
.cvgd ul.wtif5 { margin: 0; }
.t5yw { color: var(--text-muted); line-height: 1.75; }
.qz9e .wtif5,
.p4zi .wtif5,
.mp0en3v .wtif5,
.rz3ocz .wtif5 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.n3tm { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.w0e4y3w { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.w1c4iod2 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.abutpt { margin-top: 12px; }
.bwwyuh1e { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.bwwyuh1e:hover { border-bottom-color: var(--accent-light); }
.tfqd { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.tfqd img { width: 100%; height: 100%; object-fit: cover; display: block; }
.g5tjinc { border-radius: 50%; }
.ucge8 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.upb03 { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .ov6vo { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.ernx .w1c4iod2, .ernx .w0e4y3w { max-width: 640px; }
.tuz14l1v .n3tm { font-size: 1.6rem; margin-top: 18px; }
.ons4 .w1c4iod2 { margin-bottom: 28px; }
@media (max-width: 860px) { .hbc2 { grid-template-columns: 1fr; } .tuz14l1v { position: static; text-align: center; } }
.sx84c .tfqd { margin: 0 auto 18px; }
.sx84c .ucge8 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .df5b { grid-template-columns: 1fr; } }
.w0zzpw69 { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.rzm7w1z { flex: 1; }
.w0zzpw69 .n3tm { font-size: 1.6rem; margin-bottom: 6px; }
.to2sahq { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.rz3ocz { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.s0jybzq { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.rz3ocz p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.rz3ocz .wtif5 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .w0zzpw69 { flex-direction: column; text-align: center; } .to2sahq { grid-template-columns: 1fr; } }
.gqt3 .n3tm { font-size: 1.35rem; margin: 0 0 4px; }
.gqt3 .ucge8 { margin: 0; }
.lkp5 .tq48h { color: var(--accent-light); }
.aebb6vv .tq48h { font-size: 2rem; }
.aebb6vv .my5u4zwg { max-width: 680px; }
.w3f81jr .tq48h { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.w3f81jr .my5u4zwg  { margin: 0; }
@media (max-width: 640px) { .w3f81jr { flex-direction: column; } }
.u0lede .tq48h { color: var(--accent-light); }
.t4ssqp {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.t4ssqp .tq48h { color: #fff; }
.t4ssqp .my5u4zwg  { color: rgba(255,255,255,0.85); }
.x57g3 { max-width: 680px; margin: 0 auto; }
.jq89csk {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .jq89csk { grid-template-columns: 1fr; } }
.or0q .t0slzh2g {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.or0q .t0slzh2g:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.uzvv12 .t0slzh2g { background: var(--bg-raised); border-color: transparent; }
.uzvv12 .t0slzh2g:focus { background: var(--bg-card); border-color: var(--accent-light); }
.exkcq .t0slzh2g { border-radius: 100px; padding: 11px 20px; }
.exkcq .rj9ag3i { border-radius: 14px; }
.qtb84t {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.qtb84t summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.qtb84t summary::-webkit-details-marker { display: none; }
.qtb84t summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.qtb84t[open] summary::after { content: "−"; }
.iizci7l {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
.y4te7le {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .y4te7le { grid-template-columns: 1fr; } }
.mgz6l9dk {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.mgz6l9dk h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.mgz6l9dk p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.okh4 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.okh4 li { margin-bottom: 6px; }
.v99mm{display:none}
.v99mm:empty,.evj11uyn:empty{display:none}
.ojqbb85{position:relative;overflow:visible}
.afyugu9 .fm2i,.tyzc .fm2i,
.urr4nv .fm2i,.lt1nfifw .fm2i,
.q38ne .fm2i,.ezrhg6j .fm2i{display:block}
.ez8kcd .ysf1{display:block}
.afyugu9 .fm2i,.tyzc .fm2i,
.urr4nv .fm2i,.lt1nfifw .fm2i,
.q38ne .fm2i{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.afyugu9 .fm2i .evj11uyn,.tyzc .fm2i .evj11uyn,
.urr4nv .fm2i .evj11uyn,.lt1nfifw .fm2i .evj11uyn,
.q38ne .fm2i .evj11uyn{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.afyugu9 .wth0dx,.tyzc .wth0dx,
.urr4nv .wth0dx,.lt1nfifw .wth0dx,
.q38ne .wth0dx{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.afyugu9 .fm2i,.tyzc .fm2i{top:12px}
.afyugu9 .fm2i .evj11uyn{margin-right:auto}
.tyzc .fm2i .evj11uyn{margin-left:auto}
.tyzc .fm2i{text-align:right}
.urr4nv .fm2i,.lt1nfifw .fm2i{bottom:12px}
.urr4nv .fm2i .evj11uyn{margin-right:auto}
.lt1nfifw .fm2i .evj11uyn{margin-left:auto}
.lt1nfifw .fm2i{text-align:right}
.q38ne .fm2i{position:relative;margin-top:16px}
.q38ne .fm2i .evj11uyn{margin:0 auto}
.ezrhg6j .fm2i{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.ezrhg6j .fm2i .evj11uyn{margin:0}
.ezrhg6j .spqwylk~.fm2i,
.ezrhg6j .h3kcy~.fm2i{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.ezrhg6j .spqwylk~.fm2i .evj11uyn,
.ezrhg6j .h3kcy~.fm2i .evj11uyn{justify-content:flex-start}
.spqwylk~.fm2i,.h3kcy~.fm2i{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.spqwylk~.fm2i .evj11uyn{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.h3kcy~.fm2i .evj11uyn{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ysf1 .evj11uyn{margin:0 0 12px}
.evj11uyn{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.wth0dx{white-space:nowrap}
.yhb8t0kt .wth0dx{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.c36x .wth0dx{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.pr05e0g .evj11uyn{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.a1mjq .wth0dx{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.y25e1 .wth0dx{color: var(--accent-light);opacity:1;font-weight:500}
.a7zeicvl .wth0dx{border-bottom:1px solid currentColor;padding-bottom:2px}
.h0hff7lp .evj11uyn{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.e74lgu{--date-bg:var(--accent-bg-light)}
.abuat .t9yce::before{content:""}
.fn7uv .wth0dx + .wth0dx::before{content:"•";margin-right:6px;opacity:.4}
.y6skt8 .wth0dx + .wth0dx::before{content:"/";margin-right:6px;opacity:.35}
.r745a3ow .wth0dx + .wth0dx::before{content:"|";margin-right:6px;opacity:.3}
.eih5o7ln .wth0dx + .wth0dx::before{content:"—";margin-right:6px;opacity:.3}
.bn9qjnsd .wth0dx + .wth0dx::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.koxcfd .wth0dx + .wth0dx::before{content:"·";margin-right:6px;opacity:.4}
.fqni0 .wth0dx + .wth0dx::before{content:"›";margin-right:6px;opacity:.4}
.l0x57pr .wth0dx + .wth0dx::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.cjkd35t6{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.tvj1dc{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.nrkc{display:flex;flex-direction:column;gap:3px}
.sp8k6pa{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.fiqkcl{font-weight:700;font-size:1rem;color:var(--text-heading)}
.ttsn{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.owm7 .cjkd35t6{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.wii7neu .cjkd35t6{border-top:3px solid var(--accent);padding-top:18px}
.zl6xwi .cjkd35t6{border-left:3px solid var(--accent);border-radius:0}
.fnpq3 .cjkd35t6{padding:20px 0}
@media(max-width:640px){
  .cjkd35t6{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .ttsn{max-width:100%}
}
.vlcmnm .uf1xys62{margin:0}
@media (max-width:560px){
  .un21{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .acckw0m3 { padding: 28px 18px 20px; }
  .cb4i { font-size: 1.2rem; }
  .ordqqw { max-width: 220px; max-height: 80px; }
}
.mnvvrspa  .fa0yx6 { border-radius: 6px; }
.xjy4kald .n2gv {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .fa0yx6 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.ezzo {
  margin: 28px 0 24px;
}
.ezzo .zvnr4 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.ezzo .l9sl {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.ezzo .n2gv {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .ey9fhlm { flex-direction: row-reverse; }
[dir="rtl"] .ekmxyt { flex-direction: row-reverse; }
[dir="rtl"] .u40owbkf .qdkp { right: auto; left: 32px; }
[dir="rtl"] .ce1glo7w  .qdkp { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .u40owbkf .qdkp { right: auto; left: 20px; }
  [dir="rtl"] .ce1glo7w  .qdkp { left: auto;  right: 20px; }
}
[dir="rtl"] .jrztdnt .in38d0  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .mwp17 .in38d0 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .asimne1s, [dir="rtl"] .nnq9akwl { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .bplygj { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .n2gv { direction: rtl; }
[dir="rtl"] .twcfre { direction: rtl; }
[dir="rtl"] .ne901 { direction: rtl; }
[dir="rtl"] .a7cfqu { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .b2c5p6l .nnq9akwl,
[dir="rtl"] .qd5gn .nnq9akwl,
[dir="rtl"] .y9ehnf .nnq9akwl,
[dir="rtl"] .uk7qz54t .nnq9akwl {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .b2c5p6l .nnq9akwl li::before,
[dir="rtl"] .qd5gn .nnq9akwl li::before,
[dir="rtl"] .y9ehnf .nnq9akwl li::before,
[dir="rtl"] .uk7qz54t .nnq9akwl li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .isp5jjpk.iriwi .exf1,
[dir="rtl"] .bnu8x3ag.iriwi .exf1,
[dir="rtl"] .jc5z2i3e.iriwi .exf1,
[dir="rtl"] .inx0cak.iriwi .exf1,
[dir="rtl"] .esof4.iriwi .exf1 { text-align: right; }
[dir="rtl"] .spqwylk.e7kh9azp .sa5lwpo { text-align: center; }
[dir="rtl"] .l9sl,
[dir="rtl"] .hhjl,
[dir="rtl"] .c83afe,
[dir="rtl"] .fuv0vzwi,
[dir="rtl"] .exf1 { text-align: right; }
[dir="rtl"] .sopn5l,
[dir="rtl"] .dbgqgj,
[dir="rtl"] .w1c4iod2,
[dir="rtl"] .t0slzh2g,
[dir="rtl"] .rj9ag3i { text-align: right; direction: rtl; }
[dir="rtl"] .exkcq .t0slzh2g,
[dir="rtl"] .or0q .t0slzh2g { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #a855f7;
  --brand:           #a855f7;
  --brand-light:     #bb7ff5;
  --brand-pale:      #d4b3f4;
  --grad-start:      #750adb;
  --grad-end:        #9b3cf5;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #bda0d3;
  --cta-light:       #e1d5e9;
  --cta-hover:       #d0bbdf;
  --bg-page:         #0c0216;
  --bg-surface:      #140424;
  --bg-card:         #1c0631;
  --bg-card-inner:   #24083f;
  --bg-raised:       #2c094c;
  --bg-hover:        #330b5a;
  --border:          #3e0d6c;
  --border-alt:      #4d1187;
  --border-section:  #3e0d6c;
  --text-primary:    #e5e2e8;
  --text-muted:      #a59cae;
  --text-body:       #ccc6d1;
  --text-sub:        #a59cae;
  --text-faint:      #73677e;
  --text-dim:        #595062;
  --text-label:      #8c8097;
  --text-value:      #bfb8c5;
  --accent-bg:       #1f0b31;
  --accent-bg-light: #2e0f4c;
  --bg-tip:          #162623;
  --bg-warning:      #272115;
  --bg-info:         #161a26;
  --bg-pros:         #162623;
  --bg-cons:         #26161a;
  --c-pros:          #7af4db;
  --c-cons:          #e6899d;
  --c-pros-label:    #4bf0ce;
  --c-tip-border:    #2aedc5;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #7af4db;
}
:root { --logo-bg-opacity: 72%; }
body, button, input { font-family: "Kanit", sans-serif; }
.wl0kwqmd .j451y24r { font-size: 0; width: 1.2rem; flex-shrink: 0; }.wl0kwqmd .j451y24r::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.wl0kwqmd .b6xuhh     .j451y24r::before { content: "";  color: var(--c-tip-border); }.wl0kwqmd .ekwlm1 .j451y24r::before { content: ""; color: var(--c-warn-border); }.wl0kwqmd .j1fc0n    .j451y24r::before { content: ""; color: #60a5fa; }.p8jvd2f .wl0kwqmd .b6xuhh     .j451y24r::before { color: #10b981; }.p8jvd2f .wl0kwqmd .ekwlm1 .j451y24r::before { color: #f43f5e; }.p8jvd2f .wl0kwqmd .j1fc0n    .j451y24r::before { color: #a855f7; }.gaq9w9  .wl0kwqmd .b6xuhh     .j451y24r::before { color: #eab308; }.gaq9w9  .wl0kwqmd .ekwlm1 .j451y24r::before { color: #ef4444; }.gaq9w9  .wl0kwqmd .j1fc0n    .j451y24r::before { color: #f97316; }.e2vhv1i5  .wl0kwqmd .b6xuhh     .j451y24r::before { color: #38bdf8; }.e2vhv1i5  .wl0kwqmd .ekwlm1 .j451y24r::before { color: #818cf8; }.e2vhv1i5  .wl0kwqmd .j1fc0n    .j451y24r::before { color: #2dd4bf; }.zjzrk .wl0kwqmd .j451y24r::before { color: var(--accent-light) !important; }
.ggfnuy24 .cew5ywvj li::before, .ggfnuy24 .s7f34wyh 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; }.ggfnuy24 .cew5ywvj li::before { content: ""; }.ggfnuy24 .s7f34wyh li::before { content: ""; }.ggfnuy24 .jla4v::before, .ggfnuy24 .trvk::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.ggfnuy24 .jla4v::before { content: ""; }.ggfnuy24 .trvk::before { content: ""; }
.lu1algpk .l5hf, .lu1algpk .spqwylk { min-height: 780px; }
.zsq9he6 .ykg4674y::after, .zsq9he6 .vo0829s9::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.hhweuv::before { content: '◆'; font-size: 0.5em; }