:root {
  --color-accent: #9e9a0a;
  --color-cta: #6f543c;
  --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;
}
.xas4 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.ew849q {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.ggqmg {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.uh62on8 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.gjf30 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.gjf30 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.gjf30 a:hover { color: var(--accent-light); }
.fug93bg   .u910ju { border-radius: 0; }
.zbne  .u910ju li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .u910ju {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ptqp:hover .u910ju,
  .ptqp:focus-within .u910ju { display: block; }
  .u910ju li a { padding: 8px 16px; font-size: 0.88rem; }
}
.oata0n3d {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.cr34 { display: none; }
@media (max-width: 640px) {
  .cr34 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .cr34.shxr { display: block; }
}
@media (max-width: 640px) {
  .oata0n3d { display: block; }
  .gjf30 > li + li::before { display: none !important; }
  .gjf30 {
    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;
  }
  .gjf30.shxr { display: flex; }
  .gjf30 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .gjf30 li:last-child a { border-bottom: none; }
}
.i6ez9i { min-height: 480px; }
.y8va {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.cfizq7 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.b06qpxof .cfizq7 { margin-left: 0; margin-right: 0; }
.pe4qqo49 {
  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;
}
.w33w .pe4qqo49 { margin-top: 24px; }
.pe4qqo49:hover { opacity: 0.88; }
.b8os75hp .y8va { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.b8os75hp .cfizq7 { color: #e2e8f0; }
.b8os75hp.pwmqokj .uuov6ff { text-align: center; }
.vh3hv .y8va { color: var(--text-primary); text-shadow: none; }
.vh3hv .cfizq7 { color: var(--text-muted); }
.vh3hv .pe4qqo49 { margin-top: 16px; }
.vh3hv, .vh3hv.i6ez9i { min-height: auto !important; }
.vh3hv.pwmqokj .uuov6ff { text-align: center; }
.vh3hv~.bvrsa2{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}
.vh3hv~.bvrsa2 .vjsa3ae{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.zf56c3tt .y8va { color: #fff; }
.zf56c3tt .cfizq7 { color: rgba(255,255,255,0.85); }
.zf56c3tt .pe4qqo49 { background: #fff; color: var(--cta); }
.zf56c3tt .pe4qqo49:hover { opacity: 0.92; }
.qmjbl4 .kc2w { position: relative; overflow: hidden; }
.qmjbl4 .kc2w::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.wc3j59c .kc2w {
  animation: hg-breathe 7s ease-in-out infinite;
}
.e7giv .kc2w { position: relative; overflow: hidden; }
.e7giv .kc2w::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
.xudmky .kc2w { position: relative; overflow: hidden; }
.xudmky .kc2w::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.hn8x .kc2w {
  animation: hg-fadein 1.2s ease-out both;
}
.kc2w {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.ihctr {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.vf4e25 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.go6yzl3 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.kc2w .y8va { text-shadow: none; color: var(--text-primary); }
.kc2w .cfizq7 { color: var(--text-muted); }
body.s6ccjgcc .y8va {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.abcjobsh .y8va {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.i6ez9i.zf56c3tt .y8va,
section.zf56c3tt .y8va {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.kc2w.pwmqokj .ihctr { align-items: center; text-align: center; }
.kc2w.b06qpxof   .ihctr { align-items: flex-start; text-align: left; }
.xo28mt4 .vf4e25 { position: relative; }
.xo28mt4 .vf4e25::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.xo28mt4.pz8nt .vf4e25::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.nwxn5km .vf4e25 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.nwxn5km .go6yzl3 {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.nwxn5km.pz8nt .vf4e25 { padding: 32px 0 32px 32px; }
.fli94vg .vf4e25 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.fli94vg .go6yzl3 {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.pz8nt .ihctr {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.fli94vg.pz8nt .vf4e25 { padding: 40px 16px 40px 48px; }
.i6ez9i .ncs8 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.ncs8 .i754xh.k2onskzo {
  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;
}
.ncs8 .i754xh.k2onskzo:hover { opacity: 0.85; }
.um1l .vf4e25 {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .kc2w { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .kc2w:not(.um1l) .vf4e25 { display: none !important; }
  .um1l .vf4e25 { padding: 16px; }
  .ihctr  { padding: 36px 24px; }
  .kc2w~.bvrsa2,.pz8nt~.bvrsa2{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .i6ez9i, .kc2w { min-height: 320px !important; }
  .y8va { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .qlzgome2,
  .sa5ap,
  .r41r4b { grid-template-columns: 1fr !important; }

  

  
  .emirx { display: flex !important; flex-direction: column !important; }
  .emirx .uuov6ff { display: contents; }
  .emirx .grg9rw { order: 0; }
  .emirx .y8va { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .emirx .qlzgome2 { order: 2; padding: 0 16px 12px !important; }
  .emirx .cfizq7 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .w33w .uuov6ff { display: flex; flex-direction: column; }
  .w33w .uuov6ff .y8va { order: 1; }
  .w33w .uuov6ff .r41r4b { order: 2; margin: 8px 0 24px !important; }
  .w33w .uuov6ff .cfizq7 { order: 3; }
  .w33w .uuov6ff .pe4qqo49 { order: 4; align-self: center; margin-top: 0; }

  
  .kc2w.um1l {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .kc2w.um1l .ihctr { display: contents; padding: 0; }
  .kc2w.um1l .ihctr .y8va { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .kc2w.um1l .vf4e25 { order: 2; padding: 12px 16px; }
  .kc2w.um1l .ihctr .cfizq7 { order: 3; padding: 0 24px; margin: 0 auto; }
  .kc2w.um1l .ihctr .pe4qqo49 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.c648j7y { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.jss1ah { width: 100%; height: auto; display: block; border-radius: 10px; }
.jqjemdt .c648j7y        { border-radius: 16px; }
.jqjemdt .jss1ah  { border-radius: 16px; }
.kblo .c648j7y         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.kblo .jss1ah   { border-radius: 8px; }
.npimu9a { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.ckqnjrcd { width: 100%; padding: 32px 0; position: relative; }
.ybj051t { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.zwt4 .ckqnjrcd:nth-child(even) { background: var(--bg-surface); }
.zwt4 .ckqnjrcd:nth-child(odd)  { background: var(--bg-page); }
.v94t4 .ckqnjrcd:nth-child(even) { background: var(--bg-card); }
.v94t4 .ckqnjrcd:nth-child(odd)  { background: var(--bg-page); }
.zwt4 .ckqnjrcd:nth-child(odd)  .ybj051t { background: var(--bg-card); border-radius: 6px; }
.zwt4 .ckqnjrcd:nth-child(even) .ybj051t { background: var(--bg-raised); border-radius: 6px; }
.v94t4 .ckqnjrcd:nth-child(odd)  .ybj051t { background: var(--bg-card); border-radius: 6px; }
.v94t4 .ckqnjrcd:nth-child(even) .ybj051t { background: var(--bg-raised); border-radius: 6px; }
.zwt4 .ckqnjrcd:nth-child(even) .kmv1n .mez5f4,
.v94t4 .ckqnjrcd:nth-child(even) .kmv1n .mez5f4 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.zwt4 .ckqnjrcd:nth-child(odd) .kmv1n .mez5f4,
.v94t4 .ckqnjrcd:nth-child(odd) .kmv1n .mez5f4 { background: var(--bg-card-inner); }
.zwt4 .ckqnjrcd:nth-child(even) .bziiv .mez5f4:nth-child(odd),
.v94t4 .ckqnjrcd:nth-child(even) .bziiv .mez5f4:nth-child(odd)  { background: var(--bg-card); }
.zwt4 .ckqnjrcd:nth-child(even) .bziiv .mez5f4:nth-child(even),
.v94t4 .ckqnjrcd:nth-child(even) .bziiv .mez5f4:nth-child(even) { background: var(--bg-card-inner); }
h1.fqrg { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.fqrg {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.f562zzz { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.u3roex73 h2.fqrg {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.tbs6mck h2.fqrg {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.jvaqil h2.fqrg {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.ouj9h8 h2.fqrg::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.od2dtq6z h2.fqrg {
  color: var(--text-primary); font-size: 1.7rem;
}
.c049 h2.fqrg::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.fp6rpu h2.fqrg {
  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;
}
.pul4mhc { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .pul4mhc { display: none; } }
.n2py { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.k3d7 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.l0gg9nb2 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.xlpciu { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.ejb8m { padding-left: 20px; }
.ejb8m li { margin-bottom: 6px; }
.ejb8m a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.ejb8m a:hover { color: var(--accent-light); }
.iuhimu .xlpciu { display: none; }
.jgeo4g .xlpciu { display: none; }
.jgeo4g .ejb8m { padding-left: 0; list-style: none; }
.jgeo4g .ejb8m li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.jgeo4g .ejb8m a { font-size: 0.92rem; }
.t7d1a6a1 .l0gg9nb2 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.t7d1a6a1 .xlpciu { display: none; }
.t7d1a6a1 .ejb8m { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.t7d1a6a1 .ejb8m li { margin-bottom: 0; }
.t7d1a6a1 .ejb8m 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;
}
.t7d1a6a1 .ejb8m a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.cvzb .l0gg9nb2 { padding: 20px 20px 16px; }
.cvzb .ejb8m {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.cvzb .ejb8m li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.cvzb .ejb8m 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;
}
.cvzb .ejb8m 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;
}
.cvzb .ejb8m a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.cvzb .ejb8m a:focus,
.cvzb .ejb8m a:focus-visible,
.cvzb .ejb8m a:target { outline: none; }
.cvzb .ejb8m li:target a { border-color: var(--border); color: var(--text-muted); }
.n8c0dl .l0gg9nb2 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.n8c0dl .xlpciu { display: none; }
.n8c0dl .ejb8m { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.n8c0dl .ejb8m li { margin-bottom: 0; }
.n8c0dl .ejb8m li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.n8c0dl .ejb8m li:last-child::after { content: ""; margin-right: 0; }
.n8c0dl .ejb8m a { font-size: 0.9rem; }
.mez5f4 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.kmv1n .mez5f4 { background: var(--bg-card); }
.bziiv .mez5f4:nth-child(odd)  { background: var(--bg-card); }
.bziiv .mez5f4:nth-child(even) { background: var(--bg-raised); }
.bcqjx .mez5f4 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.bcqjx .mez5f4:last-child { border-bottom: none; }
.bcqjx h3.f562zzz { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.r8jdy .mez5f4 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.r8jdy .mez5f4 + .mez5f4 { margin-top: 4px; }
.fo6arkwx .mez5f4 { background: none; border-radius: 0; padding: 12px 0; }
.fo6arkwx .mez5f4 + .mez5f4 { border-top: 1px solid var(--border-section); }
.j0ag74 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.qjef0zpz { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.v157 { color: var(--text-body); margin-bottom: 10px; }
.yxjvk, .i9s4u { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.yxjvk li, .i9s4u li { margin-bottom: 6px; }
.i9s4u li { list-style: decimal; }
.vbjxy6p     .yxjvk { list-style-type: "● "; }
.s2d555a  .yxjvk { list-style-type: "■ "; }
.skeg .yxjvk { list-style-type: "◆ "; }
.eyya    .yxjvk { list-style-type: "★ "; }
.vbjxy6p     .t3ed { list-style-type: "● "; }
.s2d555a  .t3ed { list-style-type: "■ "; }
.skeg .t3ed { list-style-type: "◆ "; }
.eyya    .t3ed { list-style-type: "★ "; }
.vbjxy6p    .yxjvk li::marker, .vbjxy6p    .t3ed li::marker,
.s2d555a .yxjvk li::marker, .s2d555a .t3ed li::marker,
.skeg .yxjvk li::marker, .skeg .t3ed li::marker,
.eyya   .yxjvk li::marker, .eyya   .t3ed li::marker {
  color: var(--cta); font-size: 1em;
}
.vbjxy6p .i9s4u,
.s2d555a .i9s4u,
.skeg .i9s4u,
.eyya .i9s4u {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.vbjxy6p .i9s4u li,
.s2d555a .i9s4u li,
.skeg .i9s4u li,
.eyya .i9s4u li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.vbjxy6p .i9s4u li::before,
.s2d555a .i9s4u li::before,
.skeg .i9s4u li::before,
.eyya .i9s4u 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;
}
.vbjxy6p     .i9s4u li::before { border-radius: 50%; }
.s2d555a  .i9s4u li::before { border-radius: 3px; }
.skeg .i9s4u li::before { border-radius: 3px; }
.eyya    .i9s4u li::before { border-radius: 50%; }
.xayafh { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.qbc6lgue .xayafh,
.sjda9 .xayafh { background: transparent; border: none; border-radius: 0; }
.dg2turuu { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.dg2turuu th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.dg2turuu td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.dg2turuu tr:hover td { background: var(--bg-hover); }
.jhdxdndq .dg2turuu tbody tr:nth-child(even) td { background: var(--bg-surface); }
.on0v .dg2turuu { border: 1px solid var(--border-alt); }
.on0v .dg2turuu th,
.on0v .dg2turuu td { border: 1px solid var(--border-alt); }
.n4bo .dg2turuu th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.n4bo .dg2turuu td { border-bottom: none; }
.n4bo .dg2turuu tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.jyq28 .dg2turuu th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.f5gmxjbi .xayafh {
  overflow: hidden;
}
.f5gmxjbi .dg2turuu th { border-bottom: 1px solid var(--border-alt); }
.f5gmxjbi .dg2turuu tr:last-child td { border-bottom: none; }
.q71a { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.i0iym9m5 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.harb { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.wblj { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.im0wal6 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.t3ed { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.t3ed 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%}
.tdw7ksce .wblj { background: transparent; text-align: center; }
.ksuyay3 .harb {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.msdke4q .harb {
  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);
}
.iy5c9hbx .i0iym9m5 { display: grid; grid-template-columns: auto 1fr; }
.iy5c9hbx .harb {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.iy5c9hbx .wblj { grid-column: 2; }
.iy5c9hbx .im0wal6,
.iy5c9hbx .t3ed { grid-column: 1 / -1; }
.d2ge266 .i0iym9m5 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.d2ge266 .harb {
  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);
}
.d2ge266 .wblj { grid-column: 2; }
.d2ge266 .im0wal6,
.d2ge266 .t3ed { grid-column: 1 / -1; }
.jkyyiju .i0iym9m5 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.jkyyiju .wblj { background: none; color: var(--accent-light); font-weight: 700; }
.x4lq .i0iym9m5 { 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); }
.x4lq .wblj { background: none; color: var(--accent-light); font-weight: 700; }
.ybe07i .i0iym9m5 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.ybe07i .i0iym9m5:last-child { border-bottom: none; }
.ybe07i .wblj { background: none; color: var(--accent-light); font-weight: 700; }
.fde5r4 .i0iym9m5 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.fde5r4 .wblj { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.k3y3 .q71a { counter-reset: card-n; }
.k3y3 .i0iym9m5  { counter-increment: card-n; }
.k3y3 .wblj { display: flex; align-items: center; gap: 10px; }
.k3y3 .wblj::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;
}
.tbzttgg .i0iym9m5 { background: var(--bg-surface); border: 1px solid var(--border); }
.tbzttgg .wblj { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.q0qea { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.l1on  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.mi2pxg { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.ypze1tv { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.f8s5 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.q0qea strong { color: var(--text-primary); font-size: 0.95rem; }
.q0qea p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.jss1ah { width: 100%; height: auto; border-radius: 10px; display: block; }
.k2onskzo {
  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;
}
.k2onskzo:hover { opacity: 0.85; }
.udvhtu .k2onskzo  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.udvhtu .k2onskzo:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.rc3ohom .k2onskzo  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.rc3ohom .k2onskzo:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.xjyhmn5r .pe4qqo49 { border-radius: 50px; }
.xjyhmn5r .k2onskzo  { border-radius: 50px; }
.e73k .pe4qqo49 { padding-left: 22px; padding-right: 22px; }
.e73k .k2onskzo  { padding-left: 12px; padding-right: 12px; }
.unki8q .pe4qqo49 { padding-left: 44px; padding-right: 44px; }
.unki8q .k2onskzo  { padding-left: 24px; padding-right: 24px; }
.u3gmn .pe4qqo49 { padding-left: 56px; padding-right: 56px; }
.u3gmn .k2onskzo  { padding-left: 32px; padding-right: 32px; }
.swz7i   .pe4qqo49::after, .swz7i   .k2onskzo::after,
.t53bqxt .pe4qqo49::after, .t53bqxt .k2onskzo::after,
.ptomk    .pe4qqo49::after, .ptomk    .k2onskzo::after,
.wehsheg    .pe4qqo49::after, .wehsheg    .k2onskzo::after,
.vr458p0    .pe4qqo49::after, .vr458p0    .k2onskzo::after,
.d8xxyjqz     .pe4qqo49::after, .d8xxyjqz     .k2onskzo::after,
.qra7    .pe4qqo49::after, .qra7    .k2onskzo::after,
.ey1v9   .pe4qqo49::after, .ey1v9   .k2onskzo::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;
}
.swz7i .pe4qqo49::after, .swz7i .k2onskzo::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");
}
.t53bqxt .pe4qqo49::after, .t53bqxt .k2onskzo::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");
}
.ptomk .pe4qqo49::after, .ptomk .k2onskzo::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");
}
.wehsheg .pe4qqo49::after, .wehsheg .k2onskzo::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");
}
.vr458p0 .pe4qqo49::after, .vr458p0 .k2onskzo::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");
}
.d8xxyjqz .pe4qqo49::after, .d8xxyjqz .k2onskzo::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");
}
.qra7 .pe4qqo49::after, .qra7 .k2onskzo::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");
}
.ey1v9 .pe4qqo49::after, .ey1v9 .k2onskzo::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");
}
.elc90az   .m0h70pk::after, .elc90az   .dsugqwx::after,
.wvsqyq .m0h70pk::after, .wvsqyq .dsugqwx::after,
.sbudof    .m0h70pk::after, .sbudof    .dsugqwx::after,
.xiv0eyq    .m0h70pk::after, .xiv0eyq    .dsugqwx::after,
.tgqfytw    .m0h70pk::after, .tgqfytw    .dsugqwx::after,
.h65cprzq     .m0h70pk::after, .h65cprzq     .dsugqwx::after,
.yrm4kld    .m0h70pk::after, .yrm4kld    .dsugqwx::after,
.rck93   .m0h70pk::after, .rck93   .dsugqwx::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;
}
.elc90az .m0h70pk::after, .elc90az .dsugqwx::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");
}
.wvsqyq .m0h70pk::after, .wvsqyq .dsugqwx::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");
}
.sbudof .m0h70pk::after, .sbudof .dsugqwx::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");
}
.xiv0eyq .m0h70pk::after, .xiv0eyq .dsugqwx::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");
}
.tgqfytw .m0h70pk::after, .tgqfytw .dsugqwx::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");
}
.h65cprzq .m0h70pk::after, .h65cprzq .dsugqwx::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");
}
.yrm4kld .m0h70pk::after, .yrm4kld .dsugqwx::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");
}
.rck93 .m0h70pk::after, .rck93 .dsugqwx::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");
}
.p09d .ox187u    { background: #1a1a1a; }
.i754xh.k2onskzo {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .pi3ut {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .pi3ut::before    { grid-area: rank;   }
  .wcx5bzb           { grid-area: ident;  }
  .ftcbqda     { grid-area: rating; min-width: 0; width: auto; }
  .wrp5s           { grid-area: pills;  }
  .i754xh             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .pi3ut {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .pi3ut::before    { justify-self: center; }
  .wcx5bzb           { width: 100%; }
  .ftcbqda     { justify-self: center; }
  .wrp5s           { grid-template-columns: 1fr; }
}
.hsji7a .dxg69ix li::before { content: "→"; }
.hsji7a .r33vdu li::before { content: "–"; }
.urt2z9z8 .lcfc { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .dwrmz .rso7 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .dwrmz .l3e5kt { margin: 0; }
}
.m3zd .l3e5kt { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.m3zd .cah4u { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.m3zd .qbc6lgue { padding: 14px 16px; }
.m3zd .ivibtcq { border-radius: 4px; }
.m3zd .lcfc { border-radius: 0; }
@media (max-width: 720px) {
  .buht { grid-template-columns: 1fr; }
  .j9ctqzm { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .j9ctqzm .rciw6qmg { width: 72px; height: 50px; }
  .j9ctqzm .w6nkk1e { max-width: 180px; }
  .j9ctqzm .siopm { width: auto; }
}
@media (max-width: 720px) {
  .rahtx0z { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .aguvxt { padding: 16px; }
  .u089fra .rubs6lb { min-width: 50%; }
}
@media (max-width: 860px) {
  .yrmfd37l { grid-template-columns: 1fr; }
  .zjvlqb3y { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .pemf804 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .pq0p1kn { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .n2svyfr { flex-direction: column; align-items: stretch; }
}
.jkr3k .siopm .k2onskzo { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .t56k28 { flex-direction: column; align-items: stretch; gap: 10px; }
  .jkr3k .siopm { text-align: center; }
}
@media (max-width: 720px) {
  .p9h8mgf8 { grid-template-columns: 1fr; }
  .w3ighk { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .v04t0e1x { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .kfze87zx { grid-template-columns: 1fr; }
  .d0qm { width: 100px; height: 100px; margin: 16px auto; }
  .c6p3 { font-size: 1.4rem; }
  .ietuf { justify-content: center; }
  .czbd .rubs6lb { min-width: 50%; }
}
@media (max-width: 540px) {
  .un6ovrw { flex-wrap: wrap; padding: 14px 16px; }
  .l3bhzl { padding: 12px 16px; }
  .m73j .g08islz { margin: 0 16px; }
  .m73j .ofdebly2 { padding: 0 16px; }
  .caoq { padding: 12px 16px; }
}
.cwr9g .wrp5s .ed4b6vld {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.cwr9g .wrp5s .ed4b6vld:first-child { border-left: none; }
.bw7k1x .zo5x,
.bw7k1x .mkwh,
.bw7k1x .mkwh { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.bw7k1x .mkwh small { display: none; }
.bw7k1x .dlqyft .n0jvz,
.bw7k1x .dlqyft strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.bw7k1x .ynzwibd { display: none; }
.x1kk { margin: 16px 0; }
.rjmjr11x { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.rjmjr11x summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.rjmjr11x summary::after { content: "+"; color: var(--accent-light); }
.rjmjr11x[open] summary::after { content: "−"; }
.rjmjr11x p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.ckqnjrcd { margin-bottom: 0; }
.g4vfv4m h2.fqrg { color: var(--text-primary); border-color: var(--accent-light); }
.q18dtzg8 h2.fqrg { color: var(--text-primary); border-color: var(--accent-light); }
.dkecp5eb .l1on     { background: #052e16; border-color: #10b981; }
.dkecp5eb .mi2pxg { background: #2d0a1e; border-color: #f43f5e; }
.dkecp5eb .ypze1tv    { background: #1e1036; border-color: #a855f7; }
.dkecp5eb .q0qea strong  { color: #f1f5f9; }
.dkecp5eb .q0qea p       { color: #cbd5e1; }
.dkecp5eb .gc8v8wah    .l1on     .f8s5::before,
.dkecp5eb .ekit  .l1on     .f8s5::before,
.dkecp5eb .bzym  .l1on     .f8s5::before,
.dkecp5eb .jltass9e .l1on     .f8s5::before { color: #10b981; }
.dkecp5eb .gc8v8wah    .mi2pxg .f8s5::before,
.dkecp5eb .ekit  .mi2pxg .f8s5::before,
.dkecp5eb .bzym  .mi2pxg .f8s5::before,
.dkecp5eb .jltass9e .mi2pxg .f8s5::before { color: #f43f5e; }
.dkecp5eb .gc8v8wah    .ypze1tv    .f8s5::before,
.dkecp5eb .ekit  .ypze1tv    .f8s5::before,
.dkecp5eb .bzym  .ypze1tv    .f8s5::before,
.dkecp5eb .jltass9e .ypze1tv    .f8s5::before { color: #a855f7; }
.bzmm .l1on     { background: #2d2000; border-color: #eab308; }
.bzmm .mi2pxg { background: #2d0b0b; border-color: #ef4444; }
.bzmm .ypze1tv    { background: #2d1600; border-color: #f97316; }
.bzmm .q0qea strong  { color: #f1f5f9; }
.bzmm .q0qea p       { color: #cbd5e1; }
.bzmm .gc8v8wah    .l1on     .f8s5::before,
.bzmm .ekit  .l1on     .f8s5::before,
.bzmm .bzym  .l1on     .f8s5::before,
.bzmm .jltass9e .l1on     .f8s5::before { color: #eab308; }
.bzmm .gc8v8wah    .mi2pxg .f8s5::before,
.bzmm .ekit  .mi2pxg .f8s5::before,
.bzmm .bzym  .mi2pxg .f8s5::before,
.bzmm .jltass9e .mi2pxg .f8s5::before { color: #ef4444; }
.bzmm .gc8v8wah    .ypze1tv    .f8s5::before,
.bzmm .ekit  .ypze1tv    .f8s5::before,
.bzmm .bzym  .ypze1tv    .f8s5::before,
.bzmm .jltass9e .ypze1tv    .f8s5::before { color: #f97316; }
.kl90p .l1on     { background: #0c1a2e; border-color: #38bdf8; }
.kl90p .mi2pxg { background: #12103a; border-color: #818cf8; }
.kl90p .ypze1tv    { background: #0a2020; border-color: #2dd4bf; }
.kl90p .q0qea strong  { color: #f1f5f9; }
.kl90p .q0qea p       { color: #cbd5e1; }
.kl90p .gc8v8wah    .l1on     .f8s5::before,
.kl90p .ekit  .l1on     .f8s5::before,
.kl90p .bzym  .l1on     .f8s5::before,
.kl90p .jltass9e .l1on     .f8s5::before { color: #38bdf8; }
.kl90p .gc8v8wah    .mi2pxg .f8s5::before,
.kl90p .ekit  .mi2pxg .f8s5::before,
.kl90p .bzym  .mi2pxg .f8s5::before,
.kl90p .jltass9e .mi2pxg .f8s5::before { color: #818cf8; }
.kl90p .gc8v8wah    .ypze1tv    .f8s5::before,
.kl90p .ekit  .ypze1tv    .f8s5::before,
.kl90p .bzym  .ypze1tv    .f8s5::before,
.kl90p .jltass9e .ypze1tv    .f8s5::before { color: #2dd4bf; }
.af192j .l1on     { background: var(--accent-bg); border-color: var(--accent-light); }
.af192j .mi2pxg { background: var(--accent-bg-light); border-color: var(--accent-light); }
.af192j .ypze1tv    { background: var(--accent-bg); border-color: var(--accent-pale); }
.af192j .gc8v8wah    .f8s5::before,
.af192j .ekit  .f8s5::before,
.af192j .bzym  .f8s5::before,
.af192j .jltass9e .f8s5::before { color: var(--accent-light) !important; }
.mplxcucd .bd96hqbj { background: var(--bg-pros); }
.mplxcucd .sdsea { background: var(--bg-cons); }
.mplxcucd .bd96hqbj .xc30j { color: var(--c-pros-label); }
.mplxcucd .sdsea .ogq8 { color: var(--c-cons); }
.mplxcucd .bd96hqbj ul li,
.mplxcucd .dxg69ix li            { color: var(--c-pros); }
.mplxcucd .sdsea ul li,
.mplxcucd .r33vdu li            { color: var(--c-cons); }
.hsji7a .xc30j::before { content: "→ "; }
.hsji7a .ogq8::before { content: "← "; }
.urt2z9z8 .q0qea { background: transparent; border-left: none; border: 1.5px solid; }
.urt2z9z8 .l1on     { border-color: var(--c-tip-border); }
.urt2z9z8 .mi2pxg { border-color: var(--c-warn-border); }
.urt2z9z8 .ypze1tv    { border-color: #60a5fa; }
.urt2z9z8 .q0qea strong { color: var(--text-primary); }
.urt2z9z8 .q0qea p      { color: var(--text-muted); }
.qimh .q0qea { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.qimh .l1on     { border-top-color: var(--c-tip-border); }
.qimh .mi2pxg { border-top-color: var(--c-warn-border); }
.qimh .ypze1tv    { border-top-color: #60a5fa; }
.d2gy95k .q0qea { border-left: none; border-radius: 8px; }
.d2gy95k .l1on     { background: #065f46; }
.d2gy95k .mi2pxg { background: #92400e; }
.d2gy95k .ypze1tv    { background: #1e3a8a; }
.d2gy95k .q0qea strong,
.d2gy95k .q0qea p { color: #fff; }
.d2gy95k .f8s5::before { color: rgba(255,255,255,0.85) !important; }
.dkecp5eb.d2gy95k .l1on,
.dkecp5eb .d2gy95k .l1on     { background: #052e16; }
.dkecp5eb.d2gy95k .mi2pxg,
.dkecp5eb .d2gy95k .mi2pxg { background: #2d0a1e; }
.dkecp5eb.d2gy95k .ypze1tv,
.dkecp5eb .d2gy95k .ypze1tv    { background: #1e1036; }
.bzmm.d2gy95k .l1on,
.bzmm .d2gy95k .l1on      { background: #2d2000; }
.bzmm.d2gy95k .mi2pxg,
.bzmm .d2gy95k .mi2pxg  { background: #2d0b0b; }
.bzmm.d2gy95k .ypze1tv,
.bzmm .d2gy95k .ypze1tv     { background: #2d1600; }
.kl90p.d2gy95k .l1on,
.kl90p .d2gy95k .l1on      { background: #0c1a2e; }
.kl90p.d2gy95k .mi2pxg,
.kl90p .d2gy95k .mi2pxg  { background: #12103a; }
.kl90p.d2gy95k .ypze1tv,
.kl90p .d2gy95k .ypze1tv     { background: #0a2020; }
.zbydvu .q0qea { border-left: none; border-radius: 6px; padding: 10px 14px; }
.zbydvu .l1on     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.zbydvu .mi2pxg { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.zbydvu .ypze1tv    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.zbydvu .q0qea strong { color: var(--text-primary); }
.zbydvu .q0qea p      { color: var(--text-muted); }
.hp2vhh .q0qea { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.gc8v8wah .f8s5,
.ekit .f8s5,
.bzym .f8s5,
.jltass9e .f8s5 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.gc8v8wah .f8s5::before,
.ekit .f8s5::before,
.bzym .f8s5::before,
.jltass9e .f8s5::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.gc8v8wah .l1on     .f8s5::before { content: "✦"; color: var(--c-tip-border); }
.gc8v8wah .mi2pxg .f8s5::before { content: "▲"; color: var(--c-warn-border); }
.gc8v8wah .ypze1tv    .f8s5::before { content: "◉"; color: #60a5fa; }
.ekit .l1on     .f8s5::before { content: "★"; color: var(--c-tip-border); }
.ekit .mi2pxg .f8s5::before { content: "◆"; color: var(--c-warn-border); }
.ekit .ypze1tv    .f8s5::before { content: "●"; color: #60a5fa; }
.bzym .l1on     .f8s5::before { content: "▶"; color: var(--c-tip-border); }
.bzym .mi2pxg .f8s5::before { content: "■"; color: var(--c-warn-border); }
.bzym .ypze1tv    .f8s5::before { content: "▸"; color: #60a5fa; }
.jltass9e .l1on     .f8s5::before { content: "→"; color: var(--c-tip-border); }
.jltass9e .mi2pxg .f8s5::before { content: "⬥"; color: var(--c-warn-border); }
.jltass9e .ypze1tv    .f8s5::before { content: "◈"; color: #60a5fa; }
.taxbmx .kmv1n .mez5f4,
.taxbmx .bziiv .mez5f4  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.taxbmx .i0iym9m5                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.taxbmx .xayafh          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.taxbmx .l0gg9nb2                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ccaomfhp .kmv1n .mez5f4,
.ccaomfhp .bziiv .mez5f4,
.ccaomfhp .i0iym9m5,
.ccaomfhp .pi3ut,
.ccaomfhp .l3e5kt,
.ccaomfhp .xayafh,
.ccaomfhp .l0gg9nb2,
.ccaomfhp .hp2vhh .q0qea { box-shadow: none; }
.k91t   .v157, .k91t .j0ag74, .k91t .qjef0zpz,
.k91t   .n2py, .k91t .k3d7 { font-size: 0.9rem; }
.k91t   .yxjvk, .k91t .i9s4u { font-size: 0.9rem; }
.tefccqn   .v157, .tefccqn .j0ag74, .tefccqn .qjef0zpz,
.tefccqn   .n2py, .tefccqn .k3d7 { font-size: 0.95rem; }
.tefccqn   .yxjvk, .tefccqn .i9s4u { font-size: 0.95rem; }
.ig691c   .v157, .ig691c .j0ag74, .ig691c .qjef0zpz,
.ig691c   .n2py, .ig691c .k3d7 { font-size: 1.08rem; }
.ig691c   .yxjvk, .ig691c .i9s4u { font-size: 1.05rem; }
.ig691c   .dg2turuu { font-size: 0.97rem; }
.xa3q .y8va      { font-size: 3.2rem; }
.xa3q h2.fqrg { font-size: 1.9rem; }
.xa3q h3.f562zzz     { font-size: 1.4rem; }
.gx1h3 .y8va      { font-size: 3.8rem; }
.gx1h3 h2.fqrg { font-size: 2.2rem; }
.gx1h3 h3.f562zzz     { font-size: 1.6rem; }
.ckqnjrcd + .ckqnjrcd { position: relative; }
.ump84q4   .ckqnjrcd + .ckqnjrcd::before,
.zeuch47  .ckqnjrcd + .ckqnjrcd::before,
.cjkl   .ckqnjrcd + .ckqnjrcd::before,
.pe6ptb   .ckqnjrcd + .ckqnjrcd::before,
.qdvw6y4i   .ckqnjrcd + .ckqnjrcd::before,
.mvobn .ckqnjrcd + .ckqnjrcd::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.ump84q4 .ckqnjrcd + .ckqnjrcd::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.zeuch47 .ckqnjrcd + .ckqnjrcd::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.cjkl .ckqnjrcd + .ckqnjrcd::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;
}
.pe6ptb .ckqnjrcd + .ckqnjrcd::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.mku1c0et .ckqnjrcd { margin-bottom: 16px; }
.mku1c0et .ckqnjrcd + .ckqnjrcd { margin-top: 0; }
.mku1c0et .ybj051t { padding-top: 0; padding-bottom: 0; }
.qdvw6y4i .ckqnjrcd + .ckqnjrcd::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.mvobn .ckqnjrcd + .ckqnjrcd::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.aggehrw .ckqnjrcd + .ckqnjrcd::before,
.n2q6dfd3 .ckqnjrcd + .ckqnjrcd::before,
.zfzi0ft .ckqnjrcd + .ckqnjrcd::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%;
}
.zwt4 .aggehrw .ckqnjrcd:nth-child(even)::before,
.zwt4 .n2q6dfd3 .ckqnjrcd:nth-child(even)::before,
.zwt4 .zfzi0ft .ckqnjrcd:nth-child(even)::before { background: var(--bg-surface); }
.v94t4 .aggehrw .ckqnjrcd:nth-child(even)::before,
.v94t4 .n2q6dfd3 .ckqnjrcd:nth-child(even)::before,
.v94t4 .zfzi0ft .ckqnjrcd:nth-child(even)::before { background: var(--bg-card); }
.aggehrw .ckqnjrcd + .ckqnjrcd::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");
}
.n2q6dfd3 .ckqnjrcd + .ckqnjrcd::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");
}
.zfzi0ft .ckqnjrcd + .ckqnjrcd::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");
}
.ruovjtj2 .b8os75hp,
.ruovjtj2 .uuov6ff { margin-bottom: 60px; }
.uda6hic .ihctr,
.ruovjtj2 .ihctr { padding-bottom: 60px; }
.zvygbiq9 .ihctr { padding-bottom: 70px; }
.ruovjtj2 .b8os75hp::before,
.ruovjtj2 .b8os75hp::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");
}
.hzm0qyee .kc2w { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.mjsbig .kc2w { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.np9owntc .kc2w { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.sqad7 .kc2w { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.zy7u .zf56c3tt { background: var(--accent); }
.zy7u .zf56c3tt .grg9rw { background: none; }
.zy7u .j6x5q { background: var(--accent); }
.zy7u .kc2w { background: var(--accent-bg); }
.zy7u .b8os75hp:not(.zf56c3tt) .grg9rw { background: rgba(0,0,0,0.6); }
.pgz47l7 .c648j7y { float: left; width: 38%; margin: 0 28px 16px 0; }
.pgz47l7 .c648j7y .jss1ah { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.pgz47l7 .ybj051t::after { content: ''; display: block; clear: both; }
.rcg7g .c648j7y { float: right; width: 38%; margin: 0 0 16px 28px; }
.rcg7g .c648j7y .jss1ah { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.rcg7g .ybj051t::after { content: ''; display: block; clear: both; }
.hxo7 .ckqnjrcd:nth-child(odd)  .c648j7y { float: left;  width: 38%; margin: 0 28px 16px 0; }
.hxo7 .ckqnjrcd:nth-child(even) .c648j7y { float: right; width: 38%; margin: 0 0 16px 28px; }
.hxo7 .c648j7y .jss1ah { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.hxo7 .ybj051t::after { content: ''; display: block; clear: both; }
.pgz47l7 .q71a,
.rcg7g .q71a,
.rcg7g .clr80bz,
.hxo7 .q71a,
@media (max-width: 900px) {
  .pgz47l7 .c648j7y,
  .rcg7g .c648j7y,
  .hxo7 .ckqnjrcd:nth-child(odd)  .c648j7y,
  .hxo7 .ckqnjrcd:nth-child(even) .c648j7y {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .pgz47l7 .c648j7y .jss1ah,
  .rcg7g .c648j7y .jss1ah,
  .hxo7 .c648j7y .jss1ah {
    max-height: none !important;
  }
}
.pgz47l7 .yxjvk,
.pgz47l7 .i9s4u,
.rcg7g .yxjvk,
.rcg7g .i9s4u,
.hxo7 .yxjvk,
.hxo7 .i9s4u { overflow: hidden; }
@media (max-width: 640px) {
  .pgz47l7 .c648j7y,
  .rcg7g .c648j7y,
  .hxo7 .c648j7y { float: none; width: 100%; margin: 0 0 16px 0; }
}
.xn9m .npimu9a,
.xn9m .ybj051t,
.xn9m .r5p6k  { max-width: 1100px; }
.fj596mu .npimu9a,
.fj596mu .ybj051t,
.fj596mu .r5p6k  { max-width: 1200px; }
.fj596mu { --content-mw: 1200px; }
.wnju4l .npimu9a,
.wnju4l .ybj051t,
.wnju4l .r5p6k  { max-width: 1320px; }
.loe7825m { font-size: 0.82rem; color: var(--text-muted); }
.x9puhv { display: flex; align-items: center; }
.ab9ru {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.rmjt2 { display: flex; align-items: center; }
.wk1vx { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.wk1vx:hover { text-decoration: underline; }
.nepzxy { margin: 0 3px; opacity: 0.45; }
.nepzxy::before { content: '/'; }
.xz2738 { padding: 2px 5px; color: var(--text-main); }
.e12g33 .loe7825m {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.e12g33 .x9puhv { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.xxiopzmz .loe7825m {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.xxiopzmz .x9puhv { padding: 0 0 0 12px; }
.h76kzw {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.sh5422 .x9puhv { padding: 0 16px; }
.sh5422 .loe7825m {
  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);
}
.sh5422 .npimu9a { padding-top: 28px; }
@media (max-width: 720px) {
  .h76kzw { margin-top: 18px; padding: 0 16px; }
  .sh5422 .npimu9a { padding-top: 16px; }
}
.xn9m.e12g33 .x9puhv { max-width: 1100px; }
.fj596mu.e12g33 .x9puhv { max-width: 1200px; }
.wnju4l.e12g33 .x9puhv { max-width: 1320px; }
.xn9m .h76kzw { max-width: 1100px; }
.fj596mu .h76kzw { max-width: 1200px; }
.wnju4l .h76kzw { max-width: 1320px; }
.pygsmnx .ckqnjrcd { padding-top: 16px; padding-bottom: 16px; }
.s3p96p .ckqnjrcd { padding-top: 24px; padding-bottom: 24px; }
.kax5l20 .ckqnjrcd { padding-top: 40px; padding-bottom: 40px; }
.xhk3 .ckqnjrcd { padding-top: 52px; padding-bottom: 52px; }
.jagw6 .ckqnjrcd:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.jagw6 .ckqnjrcd:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.jagw6 .ckqnjrcd:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.jagw6 .ckqnjrcd:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.lqs6z4p .ybj051t { padding-top: 10px;  padding-bottom: 10px; }
.uvxuyuu .ybj051t { padding-top: 18px;  padding-bottom: 18px; }
.zex6fpt2 .ybj051t { padding-top: 36px;  padding-bottom: 36px; }
.xanbhz7 .ybj051t { padding-top: 48px;  padding-bottom: 48px; }
.ksob4 h2.fqrg { font-weight: 600; }
.ksob4 h3.f562zzz     { font-weight: 600; }
.gupa31 h2.fqrg { font-weight: 800; }
.gupa31 h3.f562zzz     { font-weight: 700; }
.bunfs60 { font-weight: 600; }
.bunfs60 h2.fqrg { font-weight: 900; }
.bunfs60 h3.f562zzz     { font-weight: 800; }
.bunfs60 .q0qea strong,
.bunfs60 .q0qea strong { font-weight: 600; }
.m0h70pk {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.d62xzg3z .m0h70pk { display: none; }
@media (max-width: 640px) {
  .moumr { display: none; }
  .m0h70pk {
    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;
  }
}
.m0h70pk { background: var(--cta) !important; color: #fff !important; border: none !important; }
.m0h70pk:hover { opacity: 0.85; }
.o72w .m0h70pk { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.zho9 .m0h70pk,
.js0idjl  .m0h70pk { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.zho9 .m0h70pk:hover,
.js0idjl  .m0h70pk:hover { opacity: 0.88; }
.o72w.zho9 .m0h70pk,
.o72w.js0idjl  .m0h70pk { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.dsugqwx {
  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;
}
.dsugqwx:hover { transform: translateY(-2px); opacity: 0.92; }
.dsugqwx { background: var(--cta) !important; color: #fff !important; border: none !important; }
.efq6cx8j .dsugqwx { display: none; }
.b6azg .dsugqwx { right: 32px; }
.ykfv3c97  .dsugqwx { left: 32px; }
@media (max-width: 480px) {
  .b6azg .dsugqwx { right: 20px; bottom: 20px; }
  .ykfv3c97  .dsugqwx { left: 20px; bottom: 20px; }
}
.oqht0f { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.r5p6k { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.l5z8 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.me54u { color: var(--text-dim); font-size: 0.8rem; }
.ewurx { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.ewurx img { height: 26px; width: auto; object-fit: contain; }
.n1mg { display: flex; flex-direction: column; gap: 6px; }
.n1mg a, .axl7 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.n1mg a:hover, .axl7 a:hover { color: var(--accent-light); }
.n1mg .ojoi { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.vg6umrs8 .r5p6k { text-align: center; }
.vg6umrs8 .l5z8 { margin-top: 0; }
.h232cm9 { margin-top: 10px; }
.h232cm9 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .r5p6k { padding-left: 16px; padding-right: 16px; }
  .k1fu .r5p6k { padding: 20px 16px; }
  .axl7 { gap: 4px 12px; }
  .l5z8 { font-size: 0.78rem; }
}
.mzifb .h3pxhco0 .ewurx { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.mzifb .l5z8 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.mzifb .me54u { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .mzifb .z0egjlt { grid-template-columns: 1fr 1fr; } .mzifb .h3pxhco0 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .mzifb .z0egjlt { grid-template-columns: 1fr; } }
.phl2 .ewurx { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.phl2 .l5z8 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .phl2 .ccjczdy { gap: 12px; } .phl2 .ewurx { margin-right: 0; width: 100%; } }
.rl9foqf .bsiz8f .ewurx { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.rl9foqf .l5z8 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.rl9foqf .me54u { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .rl9foqf .xj52 { grid-template-columns: 1fr 1fr; } .rl9foqf .bsiz8f { grid-column: 1 / -1; } }
@media (max-width: 480px) { .rl9foqf .xj52 { grid-template-columns: 1fr; } }
.qblbb5w .pzrltpu { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.qblbb5w .n1mg { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .qblbb5w .pzrltpu { grid-template-columns: 1fr 1fr; } .qblbb5w .iupl:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .qblbb5w .pzrltpu { grid-template-columns: 1fr; } }
.gzcy .pzrltpu { grid-template-columns: 1fr 2fr; }
.gzcy .odnhx .n1mg { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .gzcy .pzrltpu { grid-template-columns: 1fr; } }
.s5bvhjq .r5p6k { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.dsr94ez .xas4      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.dsr94ez .oqht0f { background: var(--bg-page); border-top-color: var(--border-alt); }
.qfvsl6zm .xas4      { background: #0d1117; border-bottom-color: #21262d; }
.qfvsl6zm .ggqmg { color: var(--accent-light); }
.qfvsl6zm .gjf30 { --msep-color: #8b949e; }
.qfvsl6zm .gjf30 a { color: #8b949e; }
.qfvsl6zm .gjf30 a:hover { color: var(--accent-light); }
.qfvsl6zm .oata0n3d { color: #8b949e; }
.qfvsl6zm .oqht0f { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.qfvsl6zm .l5z8,
.qfvsl6zm .me54u { color: #6e7681; }
.qfvsl6zm .n1mg a, .qfvsl6zm .axl7 a,
.qfvsl6zm .uvv1x a, .qfvsl6zm .m2f3 a,
.qfvsl6zm .pcgdkwkk a { color: #8b949e; }
.qfvsl6zm .ewurx { color: #e6edf3; }
.qfvsl6zm .n1mg a:hover, .qfvsl6zm .axl7 a:hover,
.qfvsl6zm .uvv1x a:hover, .qfvsl6zm .m2f3 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .qfvsl6zm .gjf30 { background: #0d1117; border-top-color: #21262d; }
  .qfvsl6zm .gjf30 li a { border-bottom-color: #21262d; }
}
.iokixn .xas4      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.iokixn .ggqmg { color: var(--accent-light); }
.iokixn .gjf30 { --msep-color: #475569; }
.iokixn .gjf30 a { color: #475569; }
.iokixn .gjf30 a:hover { color: var(--accent-light); }
.iokixn .oata0n3d { color: #64748b; }
.iokixn .oqht0f { background: #f0f4f8; border-top-color: #cbd5e1; }
.iokixn .l5z8,
.iokixn .me54u { color: #64748b; }
.iokixn .n1mg a, .iokixn .axl7 a,
.iokixn .pcgdkwkk a, .iokixn .ewurx { color: #374151; }
.iokixn .n1mg a:hover, .iokixn .axl7 a:hover,
@media (max-width: 640px) {
  .iokixn .gjf30 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .iokixn .gjf30 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.zho9 .xas4      { background: var(--accent); border-bottom-color: var(--accent-light); }
.zho9 .ggqmg { color: #fff; }
.zho9 .gjf30 { --msep-color: rgba(255,255,255,0.82); }
.zho9 .gjf30 a { color: rgba(255,255,255,0.82); }
.zho9 .gjf30 a:hover { color: #fff; }
.zho9 .oata0n3d { color: rgba(255,255,255,0.9); }
.zho9 .oqht0f { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.zho9 .l5z8,
.zho9 .me54u { color: rgba(255,255,255,0.72); }
.zho9 .n1mg a, .zho9 .axl7 a,
.zho9 .pcgdkwkk a, .zho9 .ewurx { color: #fff; }
.zho9 .n1mg a:hover, .zho9 .axl7 a:hover,
@media (max-width: 640px) {
  .zho9 .gjf30 { background: var(--accent); border-top-color: var(--accent-light); }
  .zho9 .gjf30 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.js0idjl .xas4 {
  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);
}
.js0idjl .oqht0f {
  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) {
  .js0idjl .gjf30 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.mx5xbn1 .ew849q { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.lhn7myt .ew849q { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ih8g0 .ew849q { min-height: 72px; height: auto; }
.ccng8 .ew849q { min-height: 84px; height: auto; }
.k1fu .ew849q { max-width: none; padding: 0 32px; }
.k1fu .r5p6k  { max-width: none; padding: 24px 32px; }
.vjrbw9k.fj596mu .ew849q { max-width: 1200px; }
.vjrbw9k.wnju4l .ew849q { max-width: 1320px; }
.dmax   .ggqmg, .dmax   .ewurx { text-transform: capitalize; }
.eaig8a .ggqmg, .eaig8a .ewurx { text-transform: lowercase; }
.leu7je .ggqmg, .leu7je .ewurx { text-transform: uppercase; letter-spacing: 0.06em; }
.lyuf, .up7oizc {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.l012wcj .lyuf,
.l012wcj .up7oizc { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.rit0jw3 .lyuf,
.rit0jw3 .up7oizc { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.gslfx .lyuf,
.gslfx .up7oizc { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.tvcb .lyuf,
.tvcb .up7oizc { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.vtxkel42   .gjf30 a { font-weight: 500; }
.x5og3 .gjf30 a { font-weight: 600; }
.vccfzk1     .gjf30 a { font-weight: 700; }
.uwvcc    .gjf30 a { font-weight: 800; letter-spacing: 0.01em; }
.n19zxu     .gjf30 > li + li::before,
.x7ssjpr    .gjf30 > li + li::before,
.i1s5    .gjf30 > li + li::before,
.ypo13 .gjf30 > li + li::before,
.oouftxc .gjf30 > li + li::before,
.rr96r  .gjf30 > li + li::before,
.zsactx    .gjf30 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.n19zxu     .gjf30 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.x7ssjpr    .gjf30 > li + li::before { content: "|"; }
.i1s5    .gjf30 > li + li::before { content: "—"; }
.ypo13 .gjf30 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.oouftxc .gjf30 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.rr96r  .gjf30 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.zsactx    .gjf30 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .s7752t20 .oata0n3d,
  .kw03 .oata0n3d,
  .yizukq9l .oata0n3d,
  .khse .oata0n3d,
  .qitf69 .oata0n3d {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .s7752t20 .oata0n3d::before,
  .kw03 .oata0n3d::before,
  .yizukq9l .oata0n3d::before,
  .khse .oata0n3d::before,
  .qitf69 .oata0n3d::before { content: ""; display: block; flex-shrink: 0; }

  
  .s7752t20 .oata0n3d::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;
  }

  
  .kw03 .oata0n3d::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;
  }

  
  .yizukq9l .oata0n3d::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;
  }

  
  .khse .oata0n3d::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;
  }

  
  .qitf69 .oata0n3d::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) {
  .ijo9j00o .oata0n3d {
    padding: 5px 14px;
  }
  .ijo9j00o .gjf30 {
    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;
  }
  .ijo9j00o .gjf30 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .ijo9j00o .gjf30 li a:hover { background: var(--bg-raised); }
  .ijo9j00o .cr34,
  .q3v3zh37 .cr34,
  .n5p9s .cr34 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .oktfakd .oata0n3d {
    padding: 5px 10px;
  }
  .oktfakd .gjf30 {
    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);
  }
  .oktfakd .gjf30.shxr { transform: translateX(0); }
  .oktfakd .gjf30 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .oktfakd .gjf30 li:last-child a { border-bottom: none; }
  .zho9 .gjf30,
  .qfvsl6zm .gjf30 { background: var(--accent) !important; }
  .zho9 .gjf30 li a,
  .qfvsl6zm .gjf30 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .n5p9s .oata0n3d {
    padding: 5px 10px;
  }
  .n5p9s .gjf30 {
    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);
  }
  .n5p9s .gjf30::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .n5p9s .gjf30.shxr { transform: translateY(0); }
  .n5p9s .gjf30 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .goms71lo .oata0n3d {
    padding: 5px 10px;
  }
  .goms71lo .gjf30 {
    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;
  }
  .goms71lo .gjf30.shxr { opacity: 1; pointer-events: auto; }
  .goms71lo .gjf30 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .k0nn6a7     .oata0n3d { border-radius: 0 !important; }
  .ggo25   .oata0n3d { border-radius: 8px !important; }
  .vawo79m .oata0n3d { border-radius: 50% !important; }
  .i54d5pk   .oata0n3d { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .rsf4wf .ex1kt7 { flex-direction: column; align-items: stretch; }
  .rsf4wf .a1vzl { flex-direction: row; min-width: auto; }
  .rsf4wf .vppx8o { align-items: flex-start; text-align: left; }
}
.mn8vt,
.mn8vt.ckqnjrcd,
.zwt4 .mn8vt,
.bw0j41 .mn8vt,
.v94t4 .mn8vt,
.h2cj6o1 .mn8vt {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.eqllu {
  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;
}
.m6zpbq { flex: 1 1 280px; min-width: 0; }
.vwdpmer {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.dk06ms {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.eo1ldfd {
  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;
}
.eo1ldfd:hover { transform: translateY(-1px); opacity: 0.95; }
.ithyxd8x .eqllu {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.ithyxd8x .vwdpmer { color: var(--cta); }
.ithyxd8x .dk06ms { color: var(--text-body); }
.ithyxd8x .eo1ldfd {
  background: var(--cta) !important;
  color: #fff !important;
}
.zwx6ld9s .eqllu {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.zwx6ld9s .vwdpmer { color: var(--text-primary); }
.zwx6ld9s .dk06ms { color: var(--text-body); }
.zwx6ld9s .eo1ldfd {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .eqllu {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .m6zpbq { flex: 0 0 auto; }
  .vwdpmer { font-size: 1.2rem; }
  .eo1ldfd { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.hoh8 .uh62on8 { height: 36px; }
.aq518ug2 .uh62on8 { height: 60px; max-width: 200px; }
.dtbx .uh62on8 { height: 56px; max-width: 180px; }
.qww4zb3     .zo5x, .qww4zb3     .n0jvz { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.cwr9g .ed4b6vld + .ed4b6vld {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .qzka .clr80bz {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .qzka .pi3ut {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .qzka .pi3ut { padding: 40px 16px 20px; }
  .qzka .ed4b6vld {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .qzka .i754xh { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .sn8g96k .pi3ut {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .sn8g96k .pi3ut::before {
    position: absolute; top: 14px; left: 14px;
  }
  .sn8g96k .wcx5bzb {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .sn8g96k .wz3t { white-space: normal; text-align: center; font-size: 1.2rem; }
  .sn8g96k .ed4b6vld {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .sn8g96k .i754xh { width: 100%; min-width: 0; }
  .sn8g96k .zo5x { min-width: 0; }
}
.gktwmf .pi3ut::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.gn5em .rjmjr11x {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.gn5em .rjmjr11x summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.gn5em .rjmjr11x p { padding: 0 2px 16px; }
.fwmjz0 .rjmjr11x { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.fwmjz0 .rjmjr11x summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.fwmjz0 .rjmjr11x summary::after { content: "›"; font-size: 1.2em; }
.fwmjz0 .rjmjr11x[open] summary::after { content: "‹"; }
.fwmjz0 .rjmjr11x p { padding: 10px 22px 4px; }
.olpu1eb .rjmjr11x {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.olpu1eb .rjmjr11x summary { color: var(--text-primary); padding-left: 16px; }
.olpu1eb .rjmjr11x summary::after { content: "›"; font-size: 1.1em; }
.olpu1eb .rjmjr11x[open] summary::after { content: "‹"; }
.olpu1eb .rjmjr11x p { padding-left: 16px; }
.og97m .x1kk { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.og97m .rjmjr11x {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.og97m .rjmjr11x:last-child { border-bottom: none; }
.og97m .rjmjr11x summary { color: var(--text-primary); border-radius: 0; }
.og97m .rjmjr11x summary::after { content: "›"; font-size: 1.1em; }
.og97m .rjmjr11x[open] summary::after { content: "‹"; }
.esc6xqr .rjmjr11x { overflow: hidden; }
.esc6xqr .rjmjr11x summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.esc6xqr .rjmjr11x summary::after { color: rgba(255,255,255,.75); }
.esc6xqr .rjmjr11x[open] summary { border-radius: 0; }
.qbbc3 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.g31xo7 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.g7opo {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.sxa8 { color: var(--text-muted); font-size: 1.05rem; }
.s4k4 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.ljb1h8q {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.tonu { margin-bottom: 20px; }
.hb0v07w {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.uwrqot1m {
  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;
}
.uwrqot1m:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.y4qe1tv3 { resize: vertical; min-height: 130px; }
.boe0rygp { width: 100%; margin-top: 8px; }
.ayzm {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.vtfs56l {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.bwv8 { color: var(--text-muted); line-height: 1.75; }
.kjtx { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.kjtx li { margin-bottom: 6px; }
.ndfhlct { max-width: 760px; margin: 0 auto; }
.qr2vbz { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.a03nou { max-width: 760px; margin: 0 auto; }
.ezn1jy34 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.ezn1jy34:last-child { border-bottom: none; }
.qe32vyhs { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.ezn1jy34 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ezn1jy34 ul.kjtx { margin: 0; }
.yut7sk .qe32vyhs { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .yut7sk { grid-template-columns: 1fr; gap: 10px; } }
.e5s0lln .qe32vyhs { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.npikh90 .kjtx { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .blwr { grid-template-columns: 1fr; } }
.rz25j81 { color: inherit; text-decoration: none; }
.rz25j81:hover { color: var(--accent-light); text-decoration: underline; }
.y885 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.x5po { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.x5po:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.ctp1vfm8 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.x5po p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.x5po ul.kjtx { margin: 0; }
.w8j8iz0c { color: var(--text-muted); line-height: 1.75; }
.pacdfu .kjtx,
.qgn8tw .kjtx,
.pjfw794f .kjtx,
.du1vaw3l .kjtx {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.pacdfu .x5po,
.qgn8tw .x5po { text-align: left; }
.pacdfu .ctp1vfm8,
.qgn8tw .ctp1vfm8 { text-align: center; }
.oj7k { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.xjd3lxz6 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.h820an7m { font-size: 1.1rem; }
.u1g5 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.dhesf { margin-top: 12px; }
.gj0i2rtp { 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; }
.gj0i2rtp:hover { border-bottom-color: var(--accent-light); }
.mu5vafna { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.mu5vafna img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bx2lyff { width: 260px; height: 260px; }
.yh4n { border-radius: 50%; }
.df1m { display: flex; align-items: center; justify-content: center; background: var(--accent-bg); color: var(--accent-light); font-weight: 800; font-size: 2.4rem; }
.pdo5y1c { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.qtl3p0zt { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.qtl3p0zt::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .djipw2 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.po5i .u1g5, .po5i .xjd3lxz6 { max-width: 640px; }
.glbp7n0l { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.vu72k { position: sticky; top: 96px; align-self: start; }
.vu72k .oj7k { font-size: 1.6rem; margin-top: 18px; }
.kvqe8ei .u1g5 { margin-bottom: 28px; }
@media (max-width: 860px) { .glbp7n0l { grid-template-columns: 1fr; } .vu72k { position: static; text-align: center; } }
.i8fhxvx .mu5vafna { margin: 0 auto 18px; }
.i8fhxvx .pdo5y1c { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .ficfj { grid-template-columns: 1fr; } }
.ino8wpr .oj7k { font-size: 1.6rem; margin-bottom: 6px; }
.du1vaw3l .kjtx { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ino8wpr { flex-direction: column; text-align: center; } .qperqn { grid-template-columns: 1fr; } }
.sp2h460 .oj7k { font-size: 1.35rem; margin: 0 0 4px; }
.sp2h460 .pdo5y1c { margin: 0; }
.idzpo1yq .g7opo { color: var(--accent-light); }
.uqk71p .g7opo { font-size: 2rem; }
.uqk71p .sxa8 { max-width: 680px; }
.yai6i .g7opo { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.yai6i .sxa8  { margin: 0; }
@media (max-width: 640px) { .yai6i { flex-direction: column; } }
.p6cirq .g7opo { color: var(--accent-light); }
.umtz3t {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.umtz3t .g7opo { color: #fff; }
.umtz3t .sxa8  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .jvv8e { grid-template-columns: 1fr; } }
.mxvnvoky .uwrqot1m {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.mxvnvoky .uwrqot1m:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.q4nwfg .uwrqot1m { background: var(--bg-raised); border-color: transparent; }
.q4nwfg .uwrqot1m:focus { background: var(--bg-card); border-color: var(--accent-light); }
.nvhrbdk .uwrqot1m { border-radius: 100px; padding: 11px 20px; }
.nvhrbdk .y4qe1tv3 { border-radius: 14px; }
.ult1qsx6 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.ult1qsx6 summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.ult1qsx6 summary::-webkit-details-marker { display: none; }
.ult1qsx6 summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.ult1qsx6[open] summary::after { content: "−"; }
.p4cn {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
.euw5iaqd {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .euw5iaqd { grid-template-columns: 1fr; } }
.blt8 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.blt8 h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.blt8 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.eayu{display:none}
.eayu:empty,.vjsa3ae:empty{display:none}
.ano2tr{position:relative;overflow:visible}
.nxcql0ej .bvrsa2,.rji8 .bvrsa2,
.xwpqxje .bvrsa2,.g20o .bvrsa2,
.m8kfsri .bvrsa2,.t2wg .bvrsa2{display:block}
.jrb38 .inmo9{display:block}
.nxcql0ej .bvrsa2,.rji8 .bvrsa2,
.xwpqxje .bvrsa2,.g20o .bvrsa2,
.m8kfsri .bvrsa2{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}
.nxcql0ej .bvrsa2 .vjsa3ae,.rji8 .bvrsa2 .vjsa3ae,
.xwpqxje .bvrsa2 .vjsa3ae,.g20o .bvrsa2 .vjsa3ae,
.m8kfsri .bvrsa2 .vjsa3ae{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}
.nxcql0ej .kbhrf7,.rji8 .kbhrf7,
.xwpqxje .kbhrf7,.g20o .kbhrf7,
.m8kfsri .kbhrf7{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.nxcql0ej .bvrsa2,.rji8 .bvrsa2{top:12px}
.nxcql0ej .bvrsa2 .vjsa3ae{margin-right:auto}
.rji8 .bvrsa2 .vjsa3ae{margin-left:auto}
.rji8 .bvrsa2{text-align:right}
.xwpqxje .bvrsa2,.g20o .bvrsa2{bottom:12px}
.xwpqxje .bvrsa2 .vjsa3ae{margin-right:auto}
.g20o .bvrsa2 .vjsa3ae{margin-left:auto}
.g20o .bvrsa2{text-align:right}
.m8kfsri .bvrsa2{position:relative;margin-top:16px}
.m8kfsri .bvrsa2 .vjsa3ae{margin:0 auto}
.t2wg .bvrsa2{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.t2wg .bvrsa2 .vjsa3ae{margin:0}
.t2wg .kc2w~.bvrsa2,
.t2wg .pz8nt~.bvrsa2{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.t2wg .kc2w~.bvrsa2 .vjsa3ae,
.t2wg .pz8nt~.bvrsa2 .vjsa3ae{justify-content:flex-start}
.kc2w~.bvrsa2,.pz8nt~.bvrsa2{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}
.kc2w~.bvrsa2 .vjsa3ae{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.pz8nt~.bvrsa2 .vjsa3ae{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.inmo9 .vjsa3ae{margin:0 0 12px}
.vjsa3ae{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.kbhrf7{white-space:nowrap}
.yj08alid .kbhrf7{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.yj08alid .s9y5de::before{content:""}
.odfg .kbhrf7{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}
.manzc .vjsa3ae{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.a0f41blj .kbhrf7{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.fpcvr .kbhrf7{color: var(--accent-light);opacity:1;font-weight:500}
.q1p3 .kbhrf7{border-bottom:1px solid currentColor;padding-bottom:2px}
.w9k1ta0 .vjsa3ae{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.f6jd{--date-bg:transparent}
.uvd0ow35 .s9y5de::before{content:""}
.mo11 .kbhrf7 + .kbhrf7::before{content:"•";margin-right:6px;opacity:.4}
.slt4p5a .kbhrf7 + .kbhrf7::before{content:"/";margin-right:6px;opacity:.35}
.gi8w4j .kbhrf7 + .kbhrf7::before{content:"|";margin-right:6px;opacity:.3}
.wqf6ib .kbhrf7 + .kbhrf7::before{content:"—";margin-right:6px;opacity:.3}
.s61my .kbhrf7 + .kbhrf7::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.txipy66f .kbhrf7 + .kbhrf7::before{content:"·";margin-right:6px;opacity:.4}
.e48ax .kbhrf7 + .kbhrf7::before{content:"›";margin-right:6px;opacity:.4}
.im6z .kbhrf7 + .kbhrf7::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.zo8ur{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.gihm{display:flex;flex-direction:column;gap:3px}
.e4pkgo9{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.kggp6{font-weight:700;font-size:1rem;color:var(--text-heading)}
.le8kgw2f{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.k2hk7 .zo8ur{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.ef76a .zo8ur{border-top:3px solid var(--accent);padding-top:18px}
.pd2l7n .zo8ur{border-left:3px solid var(--accent);border-radius:0}
.yt6b .zo8ur{padding:20px 0}
@media(max-width:640px){
  .zo8ur{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .le8kgw2f{max-width:100%}
}
.xgze .xayafh{margin:0}
@media (max-width:560px){
  .fm5e{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) {
  .dxjlevlz { padding: 28px 18px 20px; }
  .yrnwl { font-size: 1.2rem; }
  .x0ok { max-width: 220px; max-height: 80px; }
}
.jtfhhmgp  .c21td { border-radius: 6px; }
.vw3b .eqllu {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .c21td { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.wgojg {
  margin: 28px 0 24px;
}
.wgojg .ckqnjrcd {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.wgojg .ybj051t {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.wgojg .eqllu {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .ew849q { flex-direction: row-reverse; }
[dir="rtl"] .gjf30 { flex-direction: row-reverse; }
[dir="rtl"] .b6azg .dsugqwx { right: auto; left: 32px; }
[dir="rtl"] .ykfv3c97  .dsugqwx { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .b6azg .dsugqwx { right: auto; left: 20px; }
  [dir="rtl"] .ykfv3c97  .dsugqwx { left: auto;  right: 20px; }
}
[dir="rtl"] .pgz47l7 .c648j7y  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .rcg7g .c648j7y { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .kc2w,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .yxjvk, [dir="rtl"] .i9s4u { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .q0qea { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .eqllu { direction: rtl; }
[dir="rtl"] .loe7825m { direction: rtl; }
[dir="rtl"] .l0gg9nb2 { direction: rtl; }
[dir="rtl"] .ejb8m { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .vbjxy6p .i9s4u,
[dir="rtl"] .s2d555a .i9s4u,
[dir="rtl"] .skeg .i9s4u,
[dir="rtl"] .eyya .i9s4u {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .vbjxy6p .i9s4u li::before,
[dir="rtl"] .s2d555a .i9s4u li::before,
[dir="rtl"] .skeg .i9s4u li::before,
[dir="rtl"] .eyya .i9s4u li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .kc2w.b06qpxof .ihctr { align-items: flex-end; text-align: right; }
[dir="rtl"] .kc2w.pwmqokj .ihctr { text-align: center; }
[dir="rtl"] .kc2w .ihctr { text-align: right; }
[dir="rtl"] .ybj051t,
[dir="rtl"] .n2py,
[dir="rtl"] .k3d7,
[dir="rtl"] .pul4mhc,
[dir="rtl"] .ljb1h8q,
[dir="rtl"] .hb0v07w,
[dir="rtl"] .u1g5,
[dir="rtl"] .uwrqot1m,
[dir="rtl"] .y4qe1tv3 { text-align: right; direction: rtl; }
[dir="rtl"] .nvhrbdk .uwrqot1m,
[dir="rtl"] .mxvnvoky .uwrqot1m { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #9e9a0a;
  --brand:           #9e9a0a;
  --brand-light:     #eeea4d;
  --brand-pale:      #edeb90;
  --grad-start:      #3e3c03;
  --grad-end:        #868208;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #6f543c;
  --cta-light:       #9a795d;
  --cta-hover:       #89684a;
  --bg-page:         #161503;
  --bg-surface:      #232205;
  --bg-card:         #312f07;
  --bg-card-inner:   #3e3c08;
  --bg-raised:       #4b4a0a;
  --bg-hover:        #59570c;
  --border:          #6b680f;
  --border-alt:      #858213;
  --border-section:  #6b680f;
  --text-primary:    #e8e7e2;
  --text-muted:      #aeae9c;
  --text-body:       #d1d0c6;
  --text-sub:        #aeae9c;
  --text-faint:      #7e7d67;
  --text-dim:        #626150;
  --text-label:      #979780;
  --text-value:      #c5c5b8;
  --accent-bg:       #302f0c;
  --accent-bg-light: #4a4910;
  --bg-tip:          #162619;
  --bg-warning:      #272115;
  --bg-info:         #162526;
  --bg-pros:         #162619;
  --bg-cons:         #261916;
  --c-pros:          #7af48d;
  --c-cons:          #e69689;
  --c-pros-label:    #4bf065;
  --c-tip-border:    #2aed49;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #7af48d;
}
:root { --logo-bg-opacity: 33%; }
body, button, input { font-family: "IBM Plex Sans", sans-serif; }
.y716 .f8s5 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.y716 .f8s5::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.y716 .l1on     .f8s5::before { content: "";  color: var(--c-tip-border); }.y716 .mi2pxg .f8s5::before { content: ""; color: var(--c-warn-border); }.y716 .ypze1tv    .f8s5::before { content: ""; color: #60a5fa; }.dkecp5eb .y716 .l1on     .f8s5::before { color: #10b981; }.dkecp5eb .y716 .mi2pxg .f8s5::before { color: #f43f5e; }.dkecp5eb .y716 .ypze1tv    .f8s5::before { color: #a855f7; }.bzmm  .y716 .l1on     .f8s5::before { color: #eab308; }.bzmm  .y716 .mi2pxg .f8s5::before { color: #ef4444; }.bzmm  .y716 .ypze1tv    .f8s5::before { color: #f97316; }.kl90p  .y716 .l1on     .f8s5::before { color: #38bdf8; }.kl90p  .y716 .mi2pxg .f8s5::before { color: #818cf8; }.kl90p  .y716 .ypze1tv    .f8s5::before { color: #2dd4bf; }.af192j .y716 .f8s5::before { color: var(--accent-light) !important; }
.gxun54g .i6ez9i, .gxun54g .kc2w { min-height: 780px; }
.zsj5 .m0h70pk::after,.zsj5 .dsugqwx::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.nepzxy::before { content: '/'; }