:root {
  --color-accent: #2a7951;
  --color-cta: #b54839;
  --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;
}
.pw7not {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.cu0u0 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.g7zz47u {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.jvaud42 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.is1iacsc { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.is1iacsc a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.is1iacsc a:hover { color: var(--accent-light); }
.fpjt   .caoz8o { border-radius: 0; }
.ni8te .caoz8o li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .caoz8o {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .q981:hover .caoz8o,
  .q981:focus-within .caoz8o { display: block; }
  .caoz8o li a { padding: 8px 16px; font-size: 0.88rem; }
}
.mj9bf5nq {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.s02q { display: none; }
@media (max-width: 640px) {
  .s02q {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .s02q.cj0d { display: block; }
}
@media (max-width: 640px) {
  .mj9bf5nq { display: block; }
  .is1iacsc > li + li::before { display: none !important; }
  .is1iacsc {
    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;
  }
  .is1iacsc.cj0d { display: flex; }
  .is1iacsc li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .is1iacsc li:last-child a { border-bottom: none; }
}
.vnhzv { min-height: 480px; }
.lk3x73v {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.a6pgzp { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.xq34n8kn .a6pgzp { margin-left: 0; margin-right: 0; }
.t9t4 {
  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;
}
.j2q71 .t9t4 { margin-top: 24px; }
.t9t4:hover { opacity: 0.88; }
.ms0h .hts8 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.ms0h .lk3x73v { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.ms0h .a6pgzp { color: #e2e8f0; }
.ms0h.p49g0m .hts8 { text-align: center; }
.ms0h.xq34n8kn   .hts8 { text-align: left; }
.jqyqa2r {
  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);
}
.jqyqa2r .hts8 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.jqyqa2r .lk3x73v { color: var(--text-primary); text-shadow: none; }
.jqyqa2r .a6pgzp { color: var(--text-muted); }
.jqyqa2r .t9t4 { margin-top: 16px; }
.jqyqa2r, .jqyqa2r.vnhzv { min-height: auto !important; }
.jqyqa2r.p49g0m .hts8 { text-align: center; }
.jqyqa2r.xq34n8kn   .hts8 { text-align: left; }
.jqyqa2r~.xgdkt9jj{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}
.jqyqa2r~.xgdkt9jj .cwvt3cbs{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; }
}
.ieg3 .g8ffnt2,
.ieg3 .xgse {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.ieg3 .ms0h .wmch7cci {
  animation: hg-breathe 10s ease-in-out infinite;
}
.g8ffnt2 .lk3x73v { color: #fff; }
.g8ffnt2 .a6pgzp { color: rgba(255,255,255,0.85); }
.g8ffnt2 .t9t4 { background: #fff; color: var(--cta); }
.g8ffnt2 .t9t4:hover { opacity: 0.92; }
.ieg3 .w9zzni3 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.w9zzni3 .lk3x73v { text-shadow: none; color: var(--text-primary); }
.w9zzni3 .a6pgzp { color: var(--text-muted); }
body.i583cc .lk3x73v {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.lxkyxkau .lk3x73v {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.vnhzv.g8ffnt2 .lk3x73v,
section.g8ffnt2 .lk3x73v {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.w9zzni3.xq34n8kn   .psbmte3a { align-items: flex-start; text-align: left; }
.vnhzv .iye5j1p {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.iye5j1p .syqfh3.mka0 {
  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;
}
.iye5j1p .syqfh3.mka0:hover { opacity: 0.85; }
.q318 .hts8 { padding-bottom: 24px; }
.j2q71 .hts8 { max-width: 1100px; }
@media (max-width: 700px) {
  .w9zzni3 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .w9zzni3:not(.zeng9) .atmx { display: none !important; }
  .zeng9 .atmx { padding: 16px; }
  .psbmte3a  { padding: 36px 24px; }
  .w9zzni3~.xgdkt9jj,.ra4j5f8~.xgdkt9jj{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .vnhzv, .w9zzni3 { min-height: 320px !important; }
  .lk3x73v { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .czikp,
  .wwr5wa0t,
  .z94fmz3w { grid-template-columns: 1fr !important; }

  

  
  .q318 { display: flex !important; flex-direction: column !important; }
  .q318 .hts8 { display: contents; }
  .q318 .wmch7cci { order: 0; }
  .q318 .lk3x73v { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .q318 .czikp { order: 2; padding: 0 16px 12px !important; }
  .q318 .a6pgzp { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .j2q71 .hts8 { display: flex; flex-direction: column; }
  .j2q71 .hts8 .lk3x73v { order: 1; }
  .j2q71 .hts8 .z94fmz3w { order: 2; margin: 8px 0 24px !important; }
  .j2q71 .hts8 .a6pgzp { order: 3; }
  .j2q71 .hts8 .t9t4 { order: 4; align-self: center; margin-top: 0; }

  
  .w9zzni3.zeng9 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .w9zzni3.zeng9 .psbmte3a { display: contents; padding: 0; }
  .w9zzni3.zeng9 .psbmte3a .lk3x73v { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .w9zzni3.zeng9 .atmx { order: 2; padding: 12px 16px; }
  .w9zzni3.zeng9 .psbmte3a .a6pgzp { order: 3; padding: 0 24px; margin: 0 auto; }
  .w9zzni3.zeng9 .psbmte3a .t9t4 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.yqoo { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ehc0t { width: 100%; height: auto; display: block; border-radius: 10px; }
.jcf5c .yqoo        { border-radius: 16px; }
.jcf5c .ehc0t  { border-radius: 16px; }
.fhg6y .yqoo         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.fhg6y .ehc0t   { border-radius: 8px; }
.n7yv { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.yugsbw { width: 100%; padding: 32px 0; position: relative; }
.ygtf134 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.rl2s89i .yugsbw:nth-child(even) { background: var(--bg-surface); }
.rl2s89i .yugsbw:nth-child(odd)  { background: var(--bg-page); }
.msyahn .yugsbw:nth-child(even) { background: var(--bg-card); }
.msyahn .yugsbw:nth-child(odd)  { background: var(--bg-page); }
.rl2s89i .yugsbw:nth-child(odd)  .ygtf134 { background: var(--bg-card); border-radius: 6px; }
.rl2s89i .yugsbw:nth-child(even) .ygtf134 { background: var(--bg-raised); border-radius: 6px; }
.msyahn .yugsbw:nth-child(odd)  .ygtf134 { background: var(--bg-card); border-radius: 6px; }
.msyahn .yugsbw:nth-child(even) .ygtf134 { background: var(--bg-raised); border-radius: 6px; }
.rl2s89i .yugsbw:nth-child(even) .nyjrs1m .e54p,
.msyahn .yugsbw:nth-child(even) .nyjrs1m .e54p { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.rl2s89i .yugsbw:nth-child(odd) .nyjrs1m .e54p,
.msyahn .yugsbw:nth-child(odd) .nyjrs1m .e54p { background: var(--bg-card-inner); }
.rl2s89i .yugsbw:nth-child(even) .g8j122hj .e54p:nth-child(odd),
.msyahn .yugsbw:nth-child(even) .g8j122hj .e54p:nth-child(odd)  { background: var(--bg-card); }
.rl2s89i .yugsbw:nth-child(even) .g8j122hj .e54p:nth-child(even),
.msyahn .yugsbw:nth-child(even) .g8j122hj .e54p:nth-child(even) { background: var(--bg-card-inner); }
h1.p629zj { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.p629zj {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.cza0euct { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.iskb h2.p629zj {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.j6zca h2.p629zj {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.i7u6wa h2.p629zj {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.g370d h2.p629zj::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.b3pqb h2.p629zj {
  color: var(--text-primary); font-size: 1.7rem;
}
.k4pq0gq0 h2.p629zj::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.qbqnlfm h2.p629zj {
  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;
}
.j3t5fu { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .j3t5fu { display: none; } }
.k2cp { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.b40zr { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.w03lf2 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.cgp9 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.nh57x { padding-left: 20px; }
.nh57x li { margin-bottom: 6px; }
.nh57x a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.nh57x a:hover { color: var(--accent-light); }
.tmx8nf2 .cgp9 { display: none; }
.gh2qwz0 .cgp9 { display: none; }
.gh2qwz0 .nh57x { padding-left: 0; list-style: none; }
.gh2qwz0 .nh57x li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.gh2qwz0 .nh57x a { font-size: 0.92rem; }
.mo55yroj .w03lf2 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.mo55yroj .cgp9 { display: none; }
.mo55yroj .nh57x { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.mo55yroj .nh57x li { margin-bottom: 0; }
.mo55yroj .nh57x 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;
}
.mo55yroj .nh57x a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.rcwz .w03lf2 { padding: 20px 20px 16px; }
.rcwz .nh57x {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.rcwz .nh57x li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.rcwz .nh57x 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;
}
.rcwz .nh57x 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;
}
.rcwz .nh57x a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.rcwz .nh57x a:focus,
.rcwz .nh57x a:focus-visible,
.rcwz .nh57x a:target { outline: none; }
.rcwz .nh57x li:target a { border-color: var(--border); color: var(--text-muted); }
.nusm38av .w03lf2 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.nusm38av .cgp9 { display: none; }
.nusm38av .nh57x { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.nusm38av .nh57x li { margin-bottom: 0; }
.nusm38av .nh57x li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.nusm38av .nh57x li:last-child::after { content: ""; margin-right: 0; }
.nusm38av .nh57x a { font-size: 0.9rem; }
.e54p { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.nyjrs1m .e54p { background: var(--bg-card); }
.g8j122hj .e54p:nth-child(odd)  { background: var(--bg-card); }
.g8j122hj .e54p:nth-child(even) { background: var(--bg-raised); }
.k5ub .e54p {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.k5ub .e54p:last-child { border-bottom: none; }
.k5ub h3.cza0euct { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.hc5b74gz .e54p {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.hc5b74gz .e54p + .e54p { margin-top: 4px; }
.bddh4n .e54p { background: none; border-radius: 0; padding: 12px 0; }
.bddh4n .e54p + .e54p { border-top: 1px solid var(--border-section); }
.ip6ua { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.gd3y1 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.uk4puq2 { color: var(--text-body); margin-bottom: 10px; }
.cnj3917g, .pnl050 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.cnj3917g li, .pnl050 li { margin-bottom: 6px; }
.pnl050 li { list-style: decimal; }
.o1q0rq9     .cnj3917g { list-style-type: "● "; }
.bhsge7j3  .cnj3917g { list-style-type: "■ "; }
.bolzkd .cnj3917g { list-style-type: "◆ "; }
.vtpq    .cnj3917g { list-style-type: "★ "; }
.o1q0rq9     .p5ny { list-style-type: "● "; }
.bhsge7j3  .p5ny { list-style-type: "■ "; }
.bolzkd .p5ny { list-style-type: "◆ "; }
.vtpq    .p5ny { list-style-type: "★ "; }
.o1q0rq9    .cnj3917g li::marker, .o1q0rq9    .p5ny li::marker,
.bhsge7j3 .cnj3917g li::marker, .bhsge7j3 .p5ny li::marker,
.bolzkd .cnj3917g li::marker, .bolzkd .p5ny li::marker,
.vtpq   .cnj3917g li::marker, .vtpq   .p5ny li::marker {
  color: var(--cta); font-size: 1em;
}
.o1q0rq9 .pnl050,
.bhsge7j3 .pnl050,
.bolzkd .pnl050,
.vtpq .pnl050 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.o1q0rq9 .pnl050 li,
.bhsge7j3 .pnl050 li,
.bolzkd .pnl050 li,
.vtpq .pnl050 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.o1q0rq9 .pnl050 li::before,
.bhsge7j3 .pnl050 li::before,
.bolzkd .pnl050 li::before,
.vtpq .pnl050 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;
}
.o1q0rq9     .pnl050 li::before { border-radius: 50%; }
.bhsge7j3  .pnl050 li::before { border-radius: 3px; }
.bolzkd .pnl050 li::before { border-radius: 3px; }
.vtpq    .pnl050 li::before { border-radius: 50%; }
.rzerigo { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.m25q5 .rzerigo,
.wperv .rzerigo { background: transparent; border: none; border-radius: 0; }
.b8k2 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.b8k2 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.b8k2 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.b8k2 tr:hover td { background: var(--bg-hover); }
.kucu .b8k2 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.ri9sm .b8k2 { border: 1px solid var(--border-alt); }
.ri9sm .b8k2 th,
.ri9sm .b8k2 td { border: 1px solid var(--border-alt); }
.i8ltjq .b8k2 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.i8ltjq .b8k2 td { border-bottom: none; }
.i8ltjq .b8k2 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.g4hke .b8k2 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.a177imz .rzerigo {
  overflow: hidden;
}
.a177imz .b8k2 th { border-bottom: 1px solid var(--border-alt); }
.a177imz .b8k2 tr:last-child td { border-bottom: none; }
.ew1o { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.xftlib { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.mowzhr27 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.nz59w { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.huidlr { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.p5ny { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.p5ny li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.qp9q5 .nz59w { background: transparent; text-align: center; }
.qijfw .mowzhr27 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.k0ja5 .mowzhr27 {
  width: 72px; height: 72px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 16px auto 4px; display: block;
  border: 3px solid var(--accent-bg);
}
.xqwbixo .xftlib { display: grid; grid-template-columns: auto 1fr; }
.xqwbixo .mowzhr27 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.xqwbixo .nz59w { grid-column: 2; }
.xqwbixo .huidlr,
.xqwbixo .p5ny { grid-column: 1 / -1; }
.mxltu2y .xftlib { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.mxltu2y .mowzhr27 {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 14px 12px; border: 2px solid var(--accent-pale);
}
.mxltu2y .nz59w { grid-column: 2; }
.mxltu2y .huidlr,
.mxltu2y .p5ny { grid-column: 1 / -1; }
.n1zr .xftlib { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.n1zr .nz59w { background: none; color: var(--accent-light); font-weight: 700; }
.gtlcvda .xftlib { background: rgba(255,255,255,0.04); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.08); }
.gtlcvda .nz59w { background: none; color: var(--accent-light); font-weight: 700; }
.tzy9bj .xftlib { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.tzy9bj .xftlib:last-child { border-bottom: none; }
.tzy9bj .nz59w { background: none; color: var(--accent-light); font-weight: 700; }
.ynjl .xftlib { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.ynjl .nz59w { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.vwyc .ew1o { counter-reset: card-n; }
.vwyc .xftlib  { counter-increment: card-n; }
.vwyc .nz59w { display: flex; align-items: center; gap: 10px; }
.vwyc .nz59w::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.76rem; font-weight: 700;
}
.rjg110e1 .xftlib { background: var(--bg-surface); border: 1px solid var(--border); }
.rjg110e1 .nz59w { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.qnxve { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.u376phxi  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.b3lx6 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.gzyerx3 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.romv { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.qnxve strong { color: var(--text-primary); font-size: 0.95rem; }
.qnxve p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.ehc0t { width: 100%; height: auto; border-radius: 10px; display: block; }
.mka0 {
  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;
}
.mka0:hover { opacity: 0.85; }
.ahpurz .mka0  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.ahpurz .mka0:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.okhfs .mka0  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.okhfs .mka0:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.hq3ok .t9t4 { border-radius: 50px; }
.hq3ok .mka0  { border-radius: 50px; }
.s1wyc .t9t4 { padding-left: 22px; padding-right: 22px; }
.s1wyc .mka0  { padding-left: 12px; padding-right: 12px; }
.o64xh1c .t9t4 { padding-left: 44px; padding-right: 44px; }
.o64xh1c .mka0  { padding-left: 24px; padding-right: 24px; }
.qi95lh5r .t9t4 { padding-left: 56px; padding-right: 56px; }
.qi95lh5r .mka0  { padding-left: 32px; padding-right: 32px; }
.weae9uzg   .t9t4::after, .weae9uzg   .mka0::after,
.hf7y .t9t4::after, .hf7y .mka0::after,
.u9vfmfc0    .t9t4::after, .u9vfmfc0    .mka0::after,
.atc1o    .t9t4::after, .atc1o    .mka0::after,
.y5y8    .t9t4::after, .y5y8    .mka0::after,
.iqtg9     .t9t4::after, .iqtg9     .mka0::after,
.nsuwzooj    .t9t4::after, .nsuwzooj    .mka0::after,
.e9qn2   .t9t4::after, .e9qn2   .mka0::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;
}
.weae9uzg .t9t4::after, .weae9uzg .mka0::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");
}
.hf7y .t9t4::after, .hf7y .mka0::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");
}
.u9vfmfc0 .t9t4::after, .u9vfmfc0 .mka0::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");
}
.atc1o .t9t4::after, .atc1o .mka0::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");
}
.y5y8 .t9t4::after, .y5y8 .mka0::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");
}
.iqtg9 .t9t4::after, .iqtg9 .mka0::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");
}
.nsuwzooj .t9t4::after, .nsuwzooj .mka0::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");
}
.e9qn2 .t9t4::after, .e9qn2 .mka0::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");
}
.rl3mo265   .v019::after, .rl3mo265   .k14yqi::after,
.hbejumq .v019::after, .hbejumq .k14yqi::after,
.apcc6nl    .v019::after, .apcc6nl    .k14yqi::after,
.x6pd5    .v019::after, .x6pd5    .k14yqi::after,
.dh55myf    .v019::after, .dh55myf    .k14yqi::after,
.ekvv     .v019::after, .ekvv     .k14yqi::after,
.qkqvy    .v019::after, .qkqvy    .k14yqi::after,
.zpvrr4   .v019::after, .zpvrr4   .k14yqi::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;
}
.rl3mo265 .v019::after, .rl3mo265 .k14yqi::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");
}
.hbejumq .v019::after, .hbejumq .k14yqi::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");
}
.apcc6nl .v019::after, .apcc6nl .k14yqi::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");
}
.x6pd5 .v019::after, .x6pd5 .k14yqi::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");
}
.dh55myf .v019::after, .dh55myf .k14yqi::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");
}
.ekvv .v019::after, .ekvv .k14yqi::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");
}
.qkqvy .v019::after, .qkqvy .k14yqi::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");
}
.zpvrr4 .v019::after, .zpvrr4 .k14yqi::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");
}
.w3hg .rjaznms { background: var(--bg-raised); }
.syqfh3.mka0 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .qous {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .qous::before    { grid-area: rank;   }
  .ulbqog8           { grid-area: ident;  }
  .yqr9z     { grid-area: rating; min-width: 0; width: auto; }
  .g5t479           { grid-area: pills;  }
  .syqfh3             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .qous {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .qous::before    { justify-self: center; }
  .ulbqog8           { width: 100%; }
  .yqr9z     { justify-self: center; }
  .g5t479           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .vcs058 .vk6pbaz {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .vcs058 .tecskhzn { margin: 0; }
}
.zn1dpqhc .tecskhzn { border-top: 4px solid var(--accent); }
.zn1dpqhc .nqsck { background: var(--bg-card); }
@media (max-width: 720px) {
  .b2khno7 { grid-template-columns: 1fr; }
  .kaicioa { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .kaicioa .ddu3ll { width: 72px; height: 50px; }
  .kaicioa .tiffy { max-width: 180px; }
  .kaicioa .rfd96b { width: auto; }
}
@media (max-width: 720px) {
  .xodaym { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .xrnpjd { padding: 16px; }
  .t2umbc60 .g6imp { min-width: 50%; }
}
@media (max-width: 860px) {
  .dw2ibyz { grid-template-columns: 1fr; }
  .d6fck { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .zsm7s { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .ejrjyt0 { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .ewyle { flex-direction: column; align-items: stretch; }
}
.fki8m2i .rfd96b .mka0 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .kj77iz { flex-direction: column; align-items: stretch; gap: 10px; }
  .fki8m2i .rfd96b { text-align: center; }
}
@media (max-width: 720px) {
  .eqiduh6 { grid-template-columns: 1fr; }
  .qw8u { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .y7kc0s { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .jmrd { grid-template-columns: 1fr; }
  .f6g6r9 { width: 100px; height: 100px; margin: 16px auto; }
  .sc6s { font-size: 1.4rem; }
  .jrdlk { justify-content: center; }
  .vgouwip .g6imp { min-width: 50%; }
}
@media (max-width: 540px) {
  .hq3nwa { flex-wrap: wrap; padding: 14px 16px; }
  .c2r58 { padding: 12px 16px; }
  .odyk .u2ch3e { margin: 0 16px; }
  .odyk .dqdbsix { padding: 0 16px; }
  .ydgyg { padding: 12px 16px; }
}
.ayw9746f .keahv { gap: 18px; }
.ayw9746f .qous {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.ayw9746f .qous:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.pfy26kd .g5t479 .j1877 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.lm7w .m5a6nn { font-size: 1rem; letter-spacing: 2px; }
.s58t { margin: 16px 0; }
.y1tyux { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.y1tyux summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.y1tyux summary::after { content: "+"; color: var(--accent-light); }
.y1tyux[open] summary::after { content: "−"; }
.y1tyux p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.yugsbw { margin-bottom: 0; }
.elct9m h2.p629zj { color: var(--text-primary); border-color: var(--accent-light); }
.b0a9 h2.p629zj { color: var(--text-primary); border-color: var(--accent-light); }
.kq6t7 .u376phxi     { background: #052e16; border-color: #10b981; }
.kq6t7 .b3lx6 { background: #2d0a1e; border-color: #f43f5e; }
.kq6t7 .gzyerx3    { background: #1e1036; border-color: #a855f7; }
.kq6t7 .qnxve strong  { color: #f1f5f9; }
.kq6t7 .qnxve p       { color: #cbd5e1; }
.kq6t7 .f14rm    .u376phxi     .romv::before,
.kq6t7 .fm1x  .u376phxi     .romv::before,
.kq6t7 .yijaekob  .u376phxi     .romv::before,
.kq6t7 .wsjt .u376phxi     .romv::before { color: #10b981; }
.kq6t7 .f14rm    .b3lx6 .romv::before,
.kq6t7 .fm1x  .b3lx6 .romv::before,
.kq6t7 .yijaekob  .b3lx6 .romv::before,
.kq6t7 .wsjt .b3lx6 .romv::before { color: #f43f5e; }
.kq6t7 .f14rm    .gzyerx3    .romv::before,
.kq6t7 .fm1x  .gzyerx3    .romv::before,
.kq6t7 .yijaekob  .gzyerx3    .romv::before,
.kq6t7 .wsjt .gzyerx3    .romv::before { color: #a855f7; }
.w2zpsk3v .u376phxi     { background: #2d2000; border-color: #eab308; }
.w2zpsk3v .b3lx6 { background: #2d0b0b; border-color: #ef4444; }
.w2zpsk3v .gzyerx3    { background: #2d1600; border-color: #f97316; }
.w2zpsk3v .qnxve strong  { color: #f1f5f9; }
.w2zpsk3v .qnxve p       { color: #cbd5e1; }
.w2zpsk3v .f14rm    .u376phxi     .romv::before,
.w2zpsk3v .fm1x  .u376phxi     .romv::before,
.w2zpsk3v .yijaekob  .u376phxi     .romv::before,
.w2zpsk3v .wsjt .u376phxi     .romv::before { color: #eab308; }
.w2zpsk3v .f14rm    .b3lx6 .romv::before,
.w2zpsk3v .fm1x  .b3lx6 .romv::before,
.w2zpsk3v .yijaekob  .b3lx6 .romv::before,
.w2zpsk3v .wsjt .b3lx6 .romv::before { color: #ef4444; }
.w2zpsk3v .f14rm    .gzyerx3    .romv::before,
.w2zpsk3v .fm1x  .gzyerx3    .romv::before,
.w2zpsk3v .yijaekob  .gzyerx3    .romv::before,
.w2zpsk3v .wsjt .gzyerx3    .romv::before { color: #f97316; }
.r6wypdo .u376phxi     { background: #0c1a2e; border-color: #38bdf8; }
.r6wypdo .b3lx6 { background: #12103a; border-color: #818cf8; }
.r6wypdo .gzyerx3    { background: #0a2020; border-color: #2dd4bf; }
.r6wypdo .qnxve strong  { color: #f1f5f9; }
.r6wypdo .qnxve p       { color: #cbd5e1; }
.r6wypdo .f14rm    .u376phxi     .romv::before,
.r6wypdo .fm1x  .u376phxi     .romv::before,
.r6wypdo .yijaekob  .u376phxi     .romv::before,
.r6wypdo .wsjt .u376phxi     .romv::before { color: #38bdf8; }
.r6wypdo .f14rm    .b3lx6 .romv::before,
.r6wypdo .fm1x  .b3lx6 .romv::before,
.r6wypdo .yijaekob  .b3lx6 .romv::before,
.r6wypdo .wsjt .b3lx6 .romv::before { color: #818cf8; }
.r6wypdo .f14rm    .gzyerx3    .romv::before,
.r6wypdo .fm1x  .gzyerx3    .romv::before,
.r6wypdo .yijaekob  .gzyerx3    .romv::before,
.r6wypdo .wsjt .gzyerx3    .romv::before { color: #2dd4bf; }
.obeux0 .u376phxi     { background: var(--accent-bg); border-color: var(--accent-light); }
.obeux0 .b3lx6 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.obeux0 .gzyerx3    { background: var(--accent-bg); border-color: var(--accent-pale); }
.obeux0 .f14rm    .romv::before,
.obeux0 .fm1x  .romv::before,
.obeux0 .yijaekob  .romv::before,
.obeux0 .wsjt .romv::before { color: var(--accent-light) !important; }
.a2vuba0 .euene { background: var(--bg-pros); }
.a2vuba0 .p92356ex { background: var(--bg-cons); }
.a2vuba0 .euene .qe4i { color: var(--c-pros-label); }
.a2vuba0 .p92356ex .e3rb8h { color: var(--c-cons); }
.a2vuba0 .euene ul li,
.a2vuba0 .xnr4ot7d li            { color: var(--c-pros); }
.a2vuba0 .p92356ex ul li,
.a2vuba0 .fj0g li            { color: var(--c-cons); }
.eov8 .qe4i::before { content: "✓ "; }
.eov8 .e3rb8h::before { content: "✗ "; }
.y7w2 .qnxve { background: transparent; border-left: none; border: 1.5px solid; }
.y7w2 .u376phxi     { border-color: var(--c-tip-border); }
.y7w2 .b3lx6 { border-color: var(--c-warn-border); }
.y7w2 .gzyerx3    { border-color: #60a5fa; }
.y7w2 .qnxve strong { color: var(--text-primary); }
.y7w2 .qnxve p      { color: var(--text-muted); }
.haglw .qnxve { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.haglw .u376phxi     { border-top-color: var(--c-tip-border); }
.haglw .b3lx6 { border-top-color: var(--c-warn-border); }
.haglw .gzyerx3    { border-top-color: #60a5fa; }
.ev0ont7 .qnxve { border-left: none; border-radius: 8px; }
.ev0ont7 .u376phxi     { background: #065f46; }
.ev0ont7 .b3lx6 { background: #92400e; }
.ev0ont7 .gzyerx3    { background: #1e3a8a; }
.ev0ont7 .qnxve strong,
.ev0ont7 .qnxve p { color: #fff; }
.ev0ont7 .romv::before { color: rgba(255,255,255,0.85) !important; }
.kq6t7.ev0ont7 .u376phxi,
.kq6t7 .ev0ont7 .u376phxi     { background: #052e16; }
.kq6t7.ev0ont7 .b3lx6,
.kq6t7 .ev0ont7 .b3lx6 { background: #2d0a1e; }
.kq6t7.ev0ont7 .gzyerx3,
.kq6t7 .ev0ont7 .gzyerx3    { background: #1e1036; }
.w2zpsk3v.ev0ont7 .u376phxi,
.w2zpsk3v .ev0ont7 .u376phxi      { background: #2d2000; }
.w2zpsk3v.ev0ont7 .b3lx6,
.w2zpsk3v .ev0ont7 .b3lx6  { background: #2d0b0b; }
.w2zpsk3v.ev0ont7 .gzyerx3,
.w2zpsk3v .ev0ont7 .gzyerx3     { background: #2d1600; }
.r6wypdo.ev0ont7 .u376phxi,
.r6wypdo .ev0ont7 .u376phxi      { background: #0c1a2e; }
.r6wypdo.ev0ont7 .b3lx6,
.r6wypdo .ev0ont7 .b3lx6  { background: #12103a; }
.r6wypdo.ev0ont7 .gzyerx3,
.r6wypdo .ev0ont7 .gzyerx3     { background: #0a2020; }
.ee2hqw .qnxve { border-left: none; border-radius: 6px; padding: 10px 14px; }
.ee2hqw .u376phxi     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.ee2hqw .b3lx6 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.ee2hqw .gzyerx3    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.ee2hqw .qnxve strong { color: var(--text-primary); }
.ee2hqw .qnxve p      { color: var(--text-muted); }
.jo60be .qnxve { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.f14rm .romv,
.fm1x .romv,
.yijaekob .romv,
.wsjt .romv { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.f14rm .romv::before,
.fm1x .romv::before,
.yijaekob .romv::before,
.wsjt .romv::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.f14rm .u376phxi     .romv::before { content: "✦"; color: var(--c-tip-border); }
.f14rm .b3lx6 .romv::before { content: "▲"; color: var(--c-warn-border); }
.f14rm .gzyerx3    .romv::before { content: "◉"; color: #60a5fa; }
.fm1x .u376phxi     .romv::before { content: "★"; color: var(--c-tip-border); }
.fm1x .b3lx6 .romv::before { content: "◆"; color: var(--c-warn-border); }
.fm1x .gzyerx3    .romv::before { content: "●"; color: #60a5fa; }
.yijaekob .u376phxi     .romv::before { content: "▶"; color: var(--c-tip-border); }
.yijaekob .b3lx6 .romv::before { content: "■"; color: var(--c-warn-border); }
.yijaekob .gzyerx3    .romv::before { content: "▸"; color: #60a5fa; }
.wsjt .u376phxi     .romv::before { content: "→"; color: var(--c-tip-border); }
.wsjt .b3lx6 .romv::before { content: "⬥"; color: var(--c-warn-border); }
.wsjt .gzyerx3    .romv::before { content: "◈"; color: #60a5fa; }
.csjnf3 .nyjrs1m .e54p,
.csjnf3 .g8j122hj .e54p  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.csjnf3 .xftlib                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.csjnf3 .rzerigo          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.csjnf3 .w03lf2                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.sr9bl6 .nyjrs1m .e54p,
.sr9bl6 .g8j122hj .e54p,
.sr9bl6 .xftlib,
.sr9bl6 .qous,
.sr9bl6 .tecskhzn,
.sr9bl6 .rzerigo,
.sr9bl6 .w03lf2,
.sr9bl6 .jo60be .qnxve { box-shadow: none; }
.acs0   .uk4puq2, .acs0 .ip6ua, .acs0 .gd3y1,
.acs0   .k2cp, .acs0 .b40zr { font-size: 0.9rem; }
.acs0   .cnj3917g, .acs0 .pnl050 { font-size: 0.9rem; }
.kxjt   .uk4puq2, .kxjt .ip6ua, .kxjt .gd3y1,
.kxjt   .k2cp, .kxjt .b40zr { font-size: 0.95rem; }
.kxjt   .cnj3917g, .kxjt .pnl050 { font-size: 0.95rem; }
.if25rt   .uk4puq2, .if25rt .ip6ua, .if25rt .gd3y1,
.if25rt   .k2cp, .if25rt .b40zr { font-size: 1.08rem; }
.if25rt   .cnj3917g, .if25rt .pnl050 { font-size: 1.05rem; }
.if25rt   .b8k2 { font-size: 0.97rem; }
.a4il5s .lk3x73v      { font-size: 3.2rem; }
.a4il5s h2.p629zj { font-size: 1.9rem; }
.a4il5s h3.cza0euct     { font-size: 1.4rem; }
.fajkkwk .lk3x73v      { font-size: 3.8rem; }
.fajkkwk h2.p629zj { font-size: 2.2rem; }
.fajkkwk h3.cza0euct     { font-size: 1.6rem; }
.yugsbw + .yugsbw { position: relative; }
.qdc3nivn   .yugsbw + .yugsbw::before,
.xe9nivp  .yugsbw + .yugsbw::before,
.vpv7mgs   .yugsbw + .yugsbw::before,
.j8rv   .yugsbw + .yugsbw::before,
.zo4cuj0c   .yugsbw + .yugsbw::before,
.iedt7 .yugsbw + .yugsbw::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.qdc3nivn .yugsbw + .yugsbw::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.xe9nivp .yugsbw + .yugsbw::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.vpv7mgs .yugsbw + .yugsbw::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;
}
.j8rv .yugsbw + .yugsbw::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.dh63vk .yugsbw { margin-bottom: 16px; }
.dh63vk .yugsbw + .yugsbw { margin-top: 0; }
.dh63vk .ygtf134 { padding-top: 0; padding-bottom: 0; }
.zo4cuj0c .yugsbw + .yugsbw::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.iedt7 .yugsbw + .yugsbw::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.z60o5 .yugsbw + .yugsbw::before,
.drfn9e2c .yugsbw + .yugsbw::before,
.mx5e .yugsbw + .yugsbw::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%;
}
.rl2s89i .z60o5 .yugsbw:nth-child(even)::before,
.rl2s89i .drfn9e2c .yugsbw:nth-child(even)::before,
.rl2s89i .mx5e .yugsbw:nth-child(even)::before { background: var(--bg-surface); }
.msyahn .z60o5 .yugsbw:nth-child(even)::before,
.msyahn .drfn9e2c .yugsbw:nth-child(even)::before,
.msyahn .mx5e .yugsbw:nth-child(even)::before { background: var(--bg-card); }
.z60o5 .yugsbw + .yugsbw::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");
}
.drfn9e2c .yugsbw + .yugsbw::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");
}
.mx5e .yugsbw + .yugsbw::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");
}
.te9b9 .hts8,
.dnijo6 .hts8 { margin-bottom: 60px; }
.irso21t9 .hts8 { margin-bottom: 70px; }
.wrh5hjwp  .ms0h:not(.g8ffnt2) .wmch7cci { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.wrh5hjwp .g8ffnt2 { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.wrh5hjwp .xgse { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.wrh5hjwp .w9zzni3 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.dlrjejj4 .yqoo { float: left; width: 38%; margin: 0 28px 16px 0; }
.dlrjejj4 .yqoo .ehc0t { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.dlrjejj4 .ygtf134::after { content: ''; display: block; clear: both; }
.f4qw .yqoo { float: right; width: 38%; margin: 0 0 16px 28px; }
.f4qw .yqoo .ehc0t { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.f4qw .ygtf134::after { content: ''; display: block; clear: both; }
.cdxx1gy .yugsbw:nth-child(odd)  .yqoo { float: left;  width: 38%; margin: 0 28px 16px 0; }
.cdxx1gy .yugsbw:nth-child(even) .yqoo { float: right; width: 38%; margin: 0 0 16px 28px; }
.cdxx1gy .yqoo .ehc0t { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.cdxx1gy .ygtf134::after { content: ''; display: block; clear: both; }
.dlrjejj4 .ew1o,
.f4qw .ew1o,
.f4qw .keahv,
.cdxx1gy .ew1o,
@media (max-width: 900px) {
  .dlrjejj4 .yqoo,
  .f4qw .yqoo,
  .cdxx1gy .yugsbw:nth-child(odd)  .yqoo,
  .cdxx1gy .yugsbw:nth-child(even) .yqoo {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .dlrjejj4 .yqoo .ehc0t,
  .f4qw .yqoo .ehc0t,
  .cdxx1gy .yqoo .ehc0t {
    max-height: none !important;
  }
}
.dlrjejj4 .cnj3917g,
.dlrjejj4 .pnl050,
.f4qw .cnj3917g,
.f4qw .pnl050,
.cdxx1gy .cnj3917g,
.cdxx1gy .pnl050 { overflow: hidden; }
@media (max-width: 640px) {
  .dlrjejj4 .yqoo,
  .f4qw .yqoo,
  .cdxx1gy .yqoo { float: none; width: 100%; margin: 0 0 16px 0; }
}
.c4zjbm .n7yv,
.c4zjbm .ygtf134,
.c4zjbm .xy784jo3  { max-width: 1100px; }
.zmy07rs .n7yv,
.zmy07rs .ygtf134,
.zmy07rs .xy784jo3  { max-width: 1200px; }
.k7i253ut .n7yv,
.k7i253ut .ygtf134,
.k7i253ut .xy784jo3  { max-width: 1320px; }
.k7i253ut { --content-mw: 1320px; }
.gx01vqg { font-size: 0.82rem; color: var(--text-muted); }
.ivwcdr { display: flex; align-items: center; }
.pljkk8g {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.qfpcyz0 { display: flex; align-items: center; }
.yiiuf { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.yiiuf:hover { text-decoration: underline; }
.zq1x606b { margin: 0 3px; opacity: 0.45; }
.zq1x606b::before { content: '/'; }
.v5ee { padding: 2px 5px; color: var(--text-main); }
.yz9e .gx01vqg {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.yz9e .ivwcdr { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.z80bzoyl .gx01vqg {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.z80bzoyl .ivwcdr { padding: 0 0 0 12px; }
.eucfw .ivwcdr { padding: 0 16px; }
.eucfw .gx01vqg {
  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);
}
.eucfw .n7yv { padding-top: 28px; }
@media (max-width: 720px) {
  .r83xxsd { margin-top: 18px; padding: 0 16px; }
  .eucfw .n7yv { padding-top: 16px; }
}
.c4zjbm.yz9e .ivwcdr { max-width: 1100px; }
.zmy07rs.yz9e .ivwcdr { max-width: 1200px; }
.k7i253ut.yz9e .ivwcdr { max-width: 1320px; }
.k7i253ut .r83xxsd { max-width: 1320px; }
.vacdw .yugsbw { padding-top: 16px; padding-bottom: 16px; }
.q0deewx7 .yugsbw { padding-top: 24px; padding-bottom: 24px; }
.cead9pr .yugsbw { padding-top: 40px; padding-bottom: 40px; }
.mo9trj .yugsbw { padding-top: 52px; padding-bottom: 52px; }
.spwj .yugsbw:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.spwj .yugsbw:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.spwj .yugsbw:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.spwj .yugsbw:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.vcyo9aw .ygtf134 { padding-top: 10px;  padding-bottom: 10px; }
.aaypr31 .ygtf134 { padding-top: 18px;  padding-bottom: 18px; }
.ubud8 .ygtf134 { padding-top: 36px;  padding-bottom: 36px; }
.zx4a .ygtf134 { padding-top: 48px;  padding-bottom: 48px; }
.ae0snlwv h2.p629zj { font-weight: 600; }
.ae0snlwv h3.cza0euct     { font-weight: 600; }
.ilaqmk { font-weight: 500; }
.ilaqmk h2.p629zj { font-weight: 800; }
.ilaqmk h3.cza0euct     { font-weight: 700; }
.dzu3 h2.p629zj { font-weight: 900; }
.dzu3 h3.cza0euct     { font-weight: 800; }
.dzu3 .qnxve strong,
.dzu3 .qnxve strong { font-weight: 600; }
.v019 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.e82xl7w .v019 { display: none; }
@media (max-width: 640px) {
  .zcjyu { display: none; }
  .v019 {
    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;
  }
}
.v019 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.v019:hover { opacity: 0.85; }
.fvuy0jk .v019 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.wrrc .v019,
.uahkvku  .v019 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.wrrc .v019:hover,
.uahkvku  .v019:hover { opacity: 0.88; }
.fvuy0jk.wrrc .v019,
.fvuy0jk.uahkvku  .v019 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.k14yqi {
  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;
}
.k14yqi:hover { transform: translateY(-2px); opacity: 0.92; }
.k14yqi { background: var(--cta) !important; color: #fff !important; border: none !important; }
.oo5x .k14yqi { display: none; }
.di2dx .k14yqi { right: 32px; }
.tikf1el  .k14yqi { left: 32px; }
@media (max-width: 480px) {
  .di2dx .k14yqi { right: 20px; bottom: 20px; }
  .tikf1el  .k14yqi { left: 20px; bottom: 20px; }
}
.w9tgav73 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.xy784jo3 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.qdjs { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.xbp59r { color: var(--text-dim); font-size: 0.8rem; }
.vve0 a, .ib1mzfq a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.vve0 a:hover, .ib1mzfq a:hover { color: var(--accent-light); }
.ib1mzfq { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.u2rse9 .xy784jo3 { text-align: center; }
.u2rse9 .ib1mzfq { justify-content: center; margin-bottom: 16px; }
.u2rse9 .qdjs { margin-top: 0; }
.v42g3e { margin-top: 10px; }
.v42g3e a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .xy784jo3 { padding-left: 16px; padding-right: 16px; }
  .ok09e .xy784jo3 { padding: 20px 16px; }
  .ib1mzfq { gap: 4px 12px; }
  .qdjs { font-size: 0.78rem; }
}
.c44j5t2k .qdjs { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.c44j5t2k .xbp59r { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .c44j5t2k .p5us { grid-template-columns: 1fr 1fr; } .c44j5t2k .q29vq { grid-column: 1 / -1; } }
@media (max-width: 480px) { .c44j5t2k .p5us { grid-template-columns: 1fr; } }
.djif15g .qdjs { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .djif15g .aiq333 { gap: 12px; } .djif15g .fh9p0td { margin-right: 0; width: 100%; } }
.qp16z .qdjs { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.qp16z .xbp59r { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .qp16z .s6g34aul { grid-template-columns: 1fr 1fr; } .qp16z .v9yrojq { grid-column: 1 / -1; } }
@media (max-width: 480px) { .qp16z .s6g34aul { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .t6a63 .e77r { grid-template-columns: 1fr 1fr; } .t6a63 .celu3:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .t6a63 .e77r { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .pk5rp .e77r { grid-template-columns: 1fr; } }
.m0tz .xy784jo3 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.m0tz .ib1mzfq { justify-content: center; }
.uzw3tw1d .pw7not      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.uzw3tw1d .w9tgav73 { background: var(--bg-page); border-top-color: var(--border-alt); }
.gaz7 .pw7not      { background: #0d1117; border-bottom-color: #21262d; }
.gaz7 .g7zz47u { color: var(--accent-light); }
.gaz7 .is1iacsc { --msep-color: #8b949e; }
.gaz7 .is1iacsc a { color: #8b949e; }
.gaz7 .is1iacsc a:hover { color: var(--accent-light); }
.gaz7 .mj9bf5nq { color: #8b949e; }
.gaz7 .w9tgav73 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.gaz7 .qdjs,
.gaz7 .xbp59r { color: #6e7681; }
.gaz7 .vve0 a, .gaz7 .ib1mzfq a,
.gaz7 .vve0 a:hover, .gaz7 .ib1mzfq a:hover,
@media (max-width: 640px) {
  .gaz7 .is1iacsc { background: #0d1117; border-top-color: #21262d; }
  .gaz7 .is1iacsc li a { border-bottom-color: #21262d; }
}
.fa9r6x .pw7not      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.fa9r6x .g7zz47u { color: var(--accent-light); }
.fa9r6x .is1iacsc { --msep-color: #475569; }
.fa9r6x .is1iacsc a { color: #475569; }
.fa9r6x .is1iacsc a:hover { color: var(--accent-light); }
.fa9r6x .mj9bf5nq { color: #64748b; }
.fa9r6x .w9tgav73 { background: #f0f4f8; border-top-color: #cbd5e1; }
.fa9r6x .qdjs,
.fa9r6x .xbp59r { color: #64748b; }
.fa9r6x .vve0 a, .fa9r6x .ib1mzfq a,
.fa9r6x .vve0 a:hover, .fa9r6x .ib1mzfq a:hover,
@media (max-width: 640px) {
  .fa9r6x .is1iacsc { background: #f0f4f8; border-top-color: #cbd5e1; }
  .fa9r6x .is1iacsc li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.wrrc .pw7not      { background: var(--accent); border-bottom-color: var(--accent-light); }
.wrrc .g7zz47u { color: #fff; }
.wrrc .is1iacsc { --msep-color: rgba(255,255,255,0.82); }
.wrrc .is1iacsc a { color: rgba(255,255,255,0.82); }
.wrrc .is1iacsc a:hover { color: #fff; }
.wrrc .mj9bf5nq { color: rgba(255,255,255,0.9); }
.wrrc .w9tgav73 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.wrrc .qdjs,
.wrrc .xbp59r { color: rgba(255,255,255,0.72); }
.wrrc .vve0 a, .wrrc .ib1mzfq a,
.wrrc .vve0 a:hover, .wrrc .ib1mzfq a:hover,
@media (max-width: 640px) {
  .wrrc .is1iacsc { background: var(--accent); border-top-color: var(--accent-light); }
  .wrrc .is1iacsc li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.uahkvku .pw7not {
  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);
}
.uahkvku .w9tgav73 {
  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) {
  .uahkvku .is1iacsc {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.gwpsq .cu0u0 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.dt74fv .cu0u0 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.y1ih .cu0u0 { min-height: 72px; height: auto; }
.gwtuz .cu0u0 { min-height: 84px; height: auto; }
.ok09e .cu0u0 { max-width: none; padding: 0 32px; }
.ok09e .xy784jo3  { max-width: none; padding: 24px 32px; }
.qzhc.zmy07rs .cu0u0 { max-width: 1200px; }
.qzhc.k7i253ut .cu0u0 { max-width: 1320px; }
.hxo11p   .g7zz47u, .hxo11p   .fh9p0td { text-transform: capitalize; }
.z5pl8v .g7zz47u, .z5pl8v .fh9p0td { text-transform: lowercase; }
.d8fsno3 .g7zz47u, .d8fsno3 .fh9p0td { text-transform: uppercase; letter-spacing: 0.06em; }
.ua50w0, .gzna3i5b {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.k04nxiff .ua50w0,
.lgb8 .ua50w0,
.nqw5682d .ua50w0,
.fl2q .ua50w0,
.if8to4j0   .is1iacsc a { font-weight: 500; }
.yfa5l .is1iacsc a { font-weight: 600; }
.l0g8kux     .is1iacsc a { font-weight: 700; }
.sti25r0i    .is1iacsc a { font-weight: 800; letter-spacing: 0.01em; }
.yo5hd0     .is1iacsc > li + li::before,
.xp24    .is1iacsc > li + li::before,
.jzopwgyc    .is1iacsc > li + li::before,
.j3j5nqq .is1iacsc > li + li::before,
.uvylx .is1iacsc > li + li::before,
.s1zuf  .is1iacsc > li + li::before,
.re2wg    .is1iacsc > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.yo5hd0     .is1iacsc > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.xp24    .is1iacsc > li + li::before { content: "|"; }
.jzopwgyc    .is1iacsc > li + li::before { content: "—"; }
.j3j5nqq .is1iacsc > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.uvylx .is1iacsc > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.s1zuf  .is1iacsc > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.re2wg    .is1iacsc > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .mc8mb .mj9bf5nq,
  .fkqyd2pa .mj9bf5nq,
  .ep9qa62c .mj9bf5nq,
  .n6qjaz .mj9bf5nq,
  .uje31a3 .mj9bf5nq {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .mc8mb .mj9bf5nq::before,
  .fkqyd2pa .mj9bf5nq::before,
  .ep9qa62c .mj9bf5nq::before,
  .n6qjaz .mj9bf5nq::before,
  .uje31a3 .mj9bf5nq::before { content: ""; display: block; flex-shrink: 0; }

  
  .mc8mb .mj9bf5nq::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;
  }

  
  .fkqyd2pa .mj9bf5nq::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;
  }

  
  .ep9qa62c .mj9bf5nq::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;
  }

  
  .n6qjaz .mj9bf5nq::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;
  }

  
  .uje31a3 .mj9bf5nq::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) {
  .w7hqe .mj9bf5nq {
    padding: 5px 14px;
  }
  .w7hqe .is1iacsc {
    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;
  }
  .w7hqe .is1iacsc li a {
    border-bottom: none; padding: 10px 22px;
  }
  .w7hqe .is1iacsc li a:hover { background: var(--bg-raised); }
  .w7hqe .s02q,
  .t6q2o7i4 .s02q,
  .gipfbh .s02q { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .yyl4 .mj9bf5nq {
    padding: 5px 10px;
  }
  .yyl4 .is1iacsc {
    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);
  }
  .yyl4 .is1iacsc.cj0d { transform: translateX(0); }
  .yyl4 .is1iacsc li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .yyl4 .is1iacsc li:last-child a { border-bottom: none; }
  .wrrc .is1iacsc,
  .gaz7 .is1iacsc { background: var(--accent) !important; }
  .wrrc .is1iacsc li a,
  .gaz7 .is1iacsc li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .gipfbh .mj9bf5nq {
    padding: 5px 10px;
  }
  .gipfbh .is1iacsc {
    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);
  }
  .gipfbh .is1iacsc::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .gipfbh .is1iacsc.cj0d { transform: translateY(0); }
  .gipfbh .is1iacsc li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .bm0f1b3z .mj9bf5nq {
    padding: 5px 10px;
  }
  .bm0f1b3z .is1iacsc {
    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;
  }
  .bm0f1b3z .is1iacsc.cj0d { opacity: 1; pointer-events: auto; }
  .bm0f1b3z .is1iacsc li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .h4vdh1n     .mj9bf5nq { border-radius: 0 !important; }
  .y0bcu0j   .mj9bf5nq { border-radius: 8px !important; }
  .o0k2gl6r .mj9bf5nq { border-radius: 50% !important; }
  .rmxh2vky   .mj9bf5nq { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .ltva2jc .s4zr { flex-direction: column; align-items: stretch; }
  .ltva2jc .cc9c59 { flex-direction: row; min-width: auto; }
  .ltva2jc .jit7iw { align-items: flex-start; text-align: left; }
}
.rh9gdc,
.rh9gdc.yugsbw,
.rl2s89i .rh9gdc,
.v4x69ei .rh9gdc,
.msyahn .rh9gdc,
.dxf83l .rh9gdc {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.h7b3kc6r {
  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;
}
.okmm9bm { flex: 1 1 280px; min-width: 0; }
.jl4et {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.mfbgb2x5 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.kqm0ljr {
  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;
}
.kqm0ljr:hover { transform: translateY(-1px); opacity: 0.95; }
.mwsd8l8d .h7b3kc6r {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.mwsd8l8d .jl4et { color: var(--cta); }
.mwsd8l8d .mfbgb2x5 { color: var(--text-body); }
.mwsd8l8d .kqm0ljr {
  background: var(--cta) !important;
  color: #fff !important;
}
.vasitm7i .h7b3kc6r {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.vasitm7i .jl4et { color: var(--text-primary); }
.vasitm7i .mfbgb2x5 { color: var(--text-body); }
.vasitm7i .kqm0ljr {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .h7b3kc6r {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .okmm9bm { flex: 0 0 auto; }
  .jl4et { font-size: 1.2rem; }
  .kqm0ljr { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.g96vu96 .jvaud42 { height: 36px; }
.ig03 .jvaud42 { height: 60px; max-width: 200px; }
.v86tnh4b .jvaud42 { height: 56px; max-width: 180px; }
.t6rvfek     .m5a6nn, .t6rvfek     .gp4zp { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.pfy26kd .j1877 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
@media (min-width: 720px) {
  .brgwfblf .keahv {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .brgwfblf .qous {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .brgwfblf .qous { padding: 40px 16px 20px; }
  .brgwfblf .j1877 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .brgwfblf .syqfh3 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .q3vf .qous {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .q3vf .qous::before {
    position: absolute; top: 14px; left: 14px;
  }
  .q3vf .ulbqog8 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .q3vf .mu3wi { white-space: normal; text-align: center; font-size: 1.2rem; }
  .q3vf .j1877 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .q3vf .syqfh3 { width: 100%; min-width: 0; }
  .q3vf .m5a6nn { min-width: 0; }
}
.u36uqk .y1tyux {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.u36uqk .y1tyux summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.u36uqk .y1tyux p { padding: 0 2px 16px; }
.dmddtco .y1tyux { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.dmddtco .y1tyux summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.dmddtco .y1tyux summary::after { content: "›"; font-size: 1.2em; }
.dmddtco .y1tyux[open] summary::after { content: "‹"; }
.dmddtco .y1tyux p { padding: 10px 22px 4px; }
.vocce .y1tyux {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.vocce .y1tyux summary { color: var(--text-primary); padding-left: 16px; }
.vocce .y1tyux summary::after { content: "›"; font-size: 1.1em; }
.vocce .y1tyux[open] summary::after { content: "‹"; }
.vocce .y1tyux p { padding-left: 16px; }
.g3b1v .s58t { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.g3b1v .y1tyux {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.g3b1v .y1tyux:last-child { border-bottom: none; }
.g3b1v .y1tyux summary { color: var(--text-primary); border-radius: 0; }
.g3b1v .y1tyux summary::after { content: "›"; font-size: 1.1em; }
.g3b1v .y1tyux[open] summary::after { content: "‹"; }
.zrukly2n .y1tyux { overflow: hidden; }
.zrukly2n .y1tyux summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.zrukly2n .y1tyux summary::after { color: rgba(255,255,255,.75); }
.zrukly2n .y1tyux[open] summary { border-radius: 0; }
.gontme { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ztbgkln8 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.st25j0 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.llzsbocf { color: var(--text-muted); font-size: 1.05rem; }
.rz5um94 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.xpdmeun {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.v9emqkh { margin-bottom: 20px; }
.o6yexl0 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.k939g {
  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;
}
.k939g:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.okqats { resize: vertical; min-height: 130px; }
.xsrp7 { width: 100%; margin-top: 8px; }
.xsjw {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.cdij79bt {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.ged11dwl { color: var(--text-muted); line-height: 1.75; }
.zm4p { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.zm4p li { margin-bottom: 6px; }
.qm6d2wb { max-width: 760px; margin: 0 auto; }
.hpkq { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.gumnn51c { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.gumnn51c:last-child { border-bottom: none; }
.gumnn51c h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.gumnn51c p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.z11pb4u { max-width: 760px; margin: 0 auto; }
.huo2 ul.zm4p { margin: 0; }
@media (max-width: 640px) { .xgkno { grid-template-columns: 1fr; gap: 10px; } }
.rd5mqb9n { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.mkct { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.dk0zq8jx { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.mkct p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.mkct .zm4p { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .rd5mqb9n { grid-template-columns: 1fr; } }
.n2zjw { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.n2zjw:hover .gynwmpzi { color: var(--accent-light); text-decoration: underline; }
.etr34 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.stw4cr5 { max-width: 760px; margin: 0 auto; }
.adrr ul.zm4p { margin: 0; }
.sh61lu { color: var(--text-muted); line-height: 1.75; }
.or0nsq .zm4p,
.djdbk .zm4p,
.uhvw6 .zm4p,
.sub6xi .zm4p {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.bmii { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.z8d2 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.u9wwffn { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.ad6u2 { margin-top: 12px; }
.p10lugw5 { 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; }
.p10lugw5:hover { border-bottom-color: var(--accent-light); }
.tpse { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.tpse img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mbyp { border-radius: 50%; }
.iha677n { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.zx608gq { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .t4su5p { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.o544ett .u9wwffn, .o544ett .z8d2 { max-width: 640px; }
.frsr .bmii { font-size: 1.6rem; margin-top: 18px; }
.z0lq37 .u9wwffn { margin-bottom: 28px; }
@media (max-width: 860px) { .yprh { grid-template-columns: 1fr; } .frsr { position: static; text-align: center; } }
.wavpv .tpse { margin: 0 auto 18px; }
.wavpv .iha677n { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .citg7q5e { grid-template-columns: 1fr; } }
.xn97frc1 { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.fcra7 { flex: 1; }
.xn97frc1 .bmii { font-size: 1.6rem; margin-bottom: 6px; }
.n7xmt { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.sub6xi { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.rbxfl { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.sub6xi p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.sub6xi .zm4p { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .xn97frc1 { flex-direction: column; text-align: center; } .n7xmt { grid-template-columns: 1fr; } }
.cdadw874 .bmii { font-size: 1.35rem; margin: 0 0 4px; }
.cdadw874 .iha677n { margin: 0; }
.z2sxn3e { max-width: 760px; margin: 0 auto; }
.tjh8rp { position: relative; padding-left: 28px; }
.tjh8rp::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.n3fih1ov { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.n3fih1ov:last-child { padding-bottom: 0; }
.ktj4 { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.cjjj h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.cjjj p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.trs5ecn .st25j0 { color: var(--accent-light); }
.c9yap .st25j0 { font-size: 2rem; }
.c9yap .llzsbocf { max-width: 680px; }
.dnna0 .st25j0 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.dnna0 .llzsbocf  { margin: 0; }
@media (max-width: 640px) { .dnna0 { flex-direction: column; } }
.vesk .st25j0 { color: var(--accent-light); }
.zf4fh .st25j0 { color: #fff; }
.zf4fh .llzsbocf  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .wuhf4t58 { grid-template-columns: 1fr; } }
.qnj7 .k939g {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.qnj7 .k939g:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.ut0nsclv .k939g { background: var(--bg-raised); border-color: transparent; }
.ut0nsclv .k939g:focus { background: var(--bg-card); border-color: var(--accent-light); }
.ai8sz4zd .k939g { border-radius: 100px; padding: 11px 20px; }
.ai8sz4zd .okqats { border-radius: 14px; }
@media (max-width: 640px) { .ppui { grid-template-columns: 1fr; } }
.kqqg { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.kqqg li { margin-bottom: 6px; }
.r6nhrs{display:none}
.r6nhrs:empty,.cwvt3cbs:empty{display:none}
.yc0fu{position:relative;overflow:visible}
.fjrckq01 .xgdkt9jj,.o7yo34 .xgdkt9jj,
.xrnp .xgdkt9jj,.keyt .xgdkt9jj,
.njrmyg .xgdkt9jj,.cu1j .xgdkt9jj{display:block}
.znfei .nytmzelj{display:block}
.fjrckq01 .xgdkt9jj,.o7yo34 .xgdkt9jj,
.xrnp .xgdkt9jj,.keyt .xgdkt9jj,
.njrmyg .xgdkt9jj{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}
.fjrckq01 .xgdkt9jj .cwvt3cbs,.o7yo34 .xgdkt9jj .cwvt3cbs,
.xrnp .xgdkt9jj .cwvt3cbs,.keyt .xgdkt9jj .cwvt3cbs,
.njrmyg .xgdkt9jj .cwvt3cbs{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}
.fjrckq01 .s31xws,.o7yo34 .s31xws,
.xrnp .s31xws,.keyt .s31xws,
.njrmyg .s31xws{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.fjrckq01 .xgdkt9jj,.o7yo34 .xgdkt9jj{top:12px}
.fjrckq01 .xgdkt9jj .cwvt3cbs{margin-right:auto}
.o7yo34 .xgdkt9jj .cwvt3cbs{margin-left:auto}
.o7yo34 .xgdkt9jj{text-align:right}
.xrnp .xgdkt9jj,.keyt .xgdkt9jj{bottom:12px}
.xrnp .xgdkt9jj .cwvt3cbs{margin-right:auto}
.keyt .xgdkt9jj .cwvt3cbs{margin-left:auto}
.keyt .xgdkt9jj{text-align:right}
.njrmyg .xgdkt9jj{position:relative;margin-top:16px}
.njrmyg .xgdkt9jj .cwvt3cbs{margin:0 auto}
.cu1j .xgdkt9jj{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.cu1j .xgdkt9jj .cwvt3cbs{margin:0}
.cu1j .w9zzni3~.xgdkt9jj,
.cu1j .ra4j5f8~.xgdkt9jj{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.cu1j .w9zzni3~.xgdkt9jj .cwvt3cbs,
.cu1j .ra4j5f8~.xgdkt9jj .cwvt3cbs{justify-content:flex-start}
.w9zzni3~.xgdkt9jj,.ra4j5f8~.xgdkt9jj{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}
.w9zzni3~.xgdkt9jj .cwvt3cbs{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ra4j5f8~.xgdkt9jj .cwvt3cbs{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.nytmzelj .cwvt3cbs{margin:0 0 12px}
.cwvt3cbs{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.oup4{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.gynwmpzi{font-weight:600;color:var(--text-heading);opacity:1}
.oz58f::before{content:"·";margin:0 2px;opacity:.5}
.s31xws{white-space:nowrap}
.hdnq2m75 .oup4{display:none}
.a376 .s31xws{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.a376 .oz58f::before{content:""}
.mtatz .s31xws{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}
.mtatz .oz58f::before{content:""}
.io5r6 .cwvt3cbs{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.i1kfbrkg .s31xws{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.i1kfbrkg .oz58f::before{content:""}
.z8vaxi .s31xws{color: var(--accent-light);opacity:1;font-weight:500}
.uzyksg4e .s31xws{border-bottom:1px solid currentColor;padding-bottom:2px}
.aiok6gu .cwvt3cbs{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.i649lov{--date-bg:var(--accent-bg-light)}
.rsgh5c .oz58f::before{content:""}
.i1vn7v17 .oz58f::before{content:"•";opacity:.4}
.i1vn7v17 .s31xws + .s31xws::before{content:"•";margin-right:6px;opacity:.4}
.ynmp7owj .oz58f::before{content:"/";opacity:.35}
.ynmp7owj .s31xws + .s31xws::before{content:"/";margin-right:6px;opacity:.35}
.lh3ur9 .oz58f::before{content:"|";opacity:.3}
.lh3ur9 .s31xws + .s31xws::before{content:"|";margin-right:6px;opacity:.3}
.p9ucr38 .oz58f::before{content:"—";opacity:.3}
.p9ucr38 .s31xws + .s31xws::before{content:"—";margin-right:6px;opacity:.3}
.wxyzuawm .oz58f::before{content:"◆";font-size:.5em;opacity:.35}
.wxyzuawm .s31xws + .s31xws::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.p7q8d5z .oz58f::before{content:"·";opacity:.4}
.p7q8d5z .s31xws + .s31xws::before{content:"·";margin-right:6px;opacity:.4}
.q9pcf8 .oz58f::before{content:"›";opacity:.4}
.q9pcf8 .s31xws + .s31xws::before{content:"›";margin-right:6px;opacity:.4}
.hy4w .oz58f::before{content:"→";opacity:.35;font-size:.85em}
.hy4w .s31xws + .s31xws::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.uuyura4e .y1qv3g{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .y1qv3g{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .rsg1{max-width:100%}
}
.de35 .rzerigo{margin:0}
@media (max-width:560px){
  .v7qjl0k{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) {
  .wz42 { padding: 28px 18px 20px; }
  .y30ht6u0 { font-size: 1.2rem; }
  .d9yy { max-width: 220px; max-height: 80px; }
}
.admlhqt  .dsugasw { border-radius: 50%; }
.m27nrld .h7b3kc6r {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .dsugasw { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.vjof4kd {
  margin: 28px 0 24px;
}
.vjof4kd .yugsbw {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.vjof4kd .ygtf134 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.vjof4kd .h7b3kc6r {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .cu0u0 { flex-direction: row-reverse; }
[dir="rtl"] .is1iacsc { flex-direction: row-reverse; }
[dir="rtl"] .di2dx .k14yqi { right: auto; left: 32px; }
[dir="rtl"] .tikf1el  .k14yqi { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .di2dx .k14yqi { right: auto; left: 20px; }
  [dir="rtl"] .tikf1el  .k14yqi { left: auto;  right: 20px; }
}
[dir="rtl"] .dlrjejj4 .yqoo  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .f4qw .yqoo { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .cnj3917g, [dir="rtl"] .pnl050 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .qnxve { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .h7b3kc6r { direction: rtl; }
[dir="rtl"] .gx01vqg { direction: rtl; }
[dir="rtl"] .w03lf2 { direction: rtl; }
[dir="rtl"] .nh57x { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .o1q0rq9 .pnl050,
[dir="rtl"] .bhsge7j3 .pnl050,
[dir="rtl"] .bolzkd .pnl050,
[dir="rtl"] .vtpq .pnl050 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .o1q0rq9 .pnl050 li::before,
[dir="rtl"] .bhsge7j3 .pnl050 li::before,
[dir="rtl"] .bolzkd .pnl050 li::before,
[dir="rtl"] .vtpq .pnl050 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .ms0h.xq34n8kn .hts8,
[dir="rtl"] .jqyqa2r.xq34n8kn .hts8,
[dir="rtl"] .g8ffnt2.xq34n8kn .hts8,
[dir="rtl"] .q318.xq34n8kn .hts8,
[dir="rtl"] .j2q71.xq34n8kn .hts8 { text-align: right; }
[dir="rtl"] .w9zzni3.xq34n8kn .psbmte3a { align-items: flex-end; text-align: right; }
[dir="rtl"] .ygtf134,
[dir="rtl"] .k2cp,
[dir="rtl"] .b40zr,
[dir="rtl"] .j3t5fu,
[dir="rtl"] .hts8 { text-align: right; }
[dir="rtl"] .xpdmeun,
[dir="rtl"] .o6yexl0,
[dir="rtl"] .u9wwffn,
[dir="rtl"] .k939g,
[dir="rtl"] .okqats { text-align: right; direction: rtl; }
[dir="rtl"] .ai8sz4zd .k939g,
[dir="rtl"] .qnj7 .k939g { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #2a7951;
  --brand:           #2a7951;
  --brand-light:     #73c89d;
  --brand-pale:      #a9d4be;
  --grad-start:      #0f2d1e;
  --grad-end:        #236644;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #b54839;
  --cta-light:       #cb7a6f;
  --cta-hover:       #c75d4f;
  --bg-page:         #07120c;
  --bg-surface:      #0b1c14;
  --bg-card:         #10271b;
  --bg-card-inner:   #143223;
  --bg-raised:       #193d2b;
  --bg-hover:        #1d4832;
  --border:          #23563c;
  --border-alt:      #2c6c4c;
  --border-section:  #23563c;
  --text-primary:    #e4e6e5;
  --text-muted:      #a0aaa5;
  --text-body:       #c9cecb;
  --text-sub:        #a0aaa5;
  --text-faint:      #6c7972;
  --text-dim:        #545e59;
  --text-label:      #85928c;
  --text-value:      #bbc2bf;
  --accent-bg:       #18241e;
  --accent-bg-light: #23382d;
  --bg-tip:          #26161e;
  --bg-warning:      #272115;
  --bg-info:         #162026;
  --bg-pros:         #26161e;
  --bg-cons:         #261c16;
  --c-pros:          #e589b8;
  --c-cons:          #e6ab89;
  --c-pros-label:    #dc609e;
  --c-tip-border:    #d5428d;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #e589b8;
}
:root { --logo-bg-opacity: 61%; }
body, button, input { font-family: "Figtree", sans-serif; }
.uxxa .romv { font-size: 0; width: 1.2rem; flex-shrink: 0; }.uxxa .romv::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.uxxa .u376phxi     .romv::before { content: "";  color: var(--c-tip-border); }.uxxa .b3lx6 .romv::before { content: ""; color: var(--c-warn-border); }.uxxa .gzyerx3    .romv::before { content: ""; color: #60a5fa; }.kq6t7 .uxxa .u376phxi     .romv::before { color: #10b981; }.kq6t7 .uxxa .b3lx6 .romv::before { color: #f43f5e; }.kq6t7 .uxxa .gzyerx3    .romv::before { color: #a855f7; }.w2zpsk3v  .uxxa .u376phxi     .romv::before { color: #eab308; }.w2zpsk3v  .uxxa .b3lx6 .romv::before { color: #ef4444; }.w2zpsk3v  .uxxa .gzyerx3    .romv::before { color: #f97316; }.r6wypdo  .uxxa .u376phxi     .romv::before { color: #38bdf8; }.r6wypdo  .uxxa .b3lx6 .romv::before { color: #818cf8; }.r6wypdo  .uxxa .gzyerx3    .romv::before { color: #2dd4bf; }.obeux0 .uxxa .romv::before { color: var(--accent-light) !important; }
.ebi06 .vnhzv, .ebi06 .w9zzni3 { min-height: 320px; }
.zhznk .t9t4::after, .zhznk .mka0::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; }
.zq1x606b::before { content: '◆'; font-size: 0.5em; }