: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;
}
.ni0p9tv {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.liyyzct {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.wncexy {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.xmql5ar { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.r55sxr2k { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.r55sxr2k a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.r55sxr2k a:hover { color: var(--accent-light); }
.td1r5s67  .k42s { border-radius: 14px; }
.td1r5s67 .k42s li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.td1r5s67 .k42s li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
@media (max-width: 640px) {
  .k42s {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .fp9cphrt:hover .k42s,
  .fp9cphrt:focus-within .k42s { display: block; }
  .k42s li a { padding: 8px 16px; font-size: 0.88rem; }
}
.voat {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.g0az { display: none; }
@media (max-width: 640px) {
  .g0az {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .g0az.w5bz48y { display: block; }
}
@media (max-width: 640px) {
  .voat { display: block; }
  .r55sxr2k > li + li::before { display: none !important; }
  .r55sxr2k {
    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;
  }
  .r55sxr2k.w5bz48y { display: flex; }
  .r55sxr2k li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .r55sxr2k li:last-child a { border-bottom: none; }
}
.snx7665 { min-height: 480px; }
.jwcm4 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.gajauzdm { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.b8w9syh .gajauzdm { margin-left: 0; margin-right: 0; }
.t2veea {
  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;
}
.t2veea:hover { opacity: 0.88; }
.ult3 .j4bffws {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.ult3 .jwcm4 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.ult3 .gajauzdm { color: #e2e8f0; }
.ult3.qaueuv .j4bffws { text-align: center; }
.ult3.b8w9syh   .j4bffws { text-align: left; }
.asydy2s {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-page);
  min-height: auto; padding: 48px 0 32px;
  border-bottom: 1px solid var(--border);
}
.asydy2s .j4bffws {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.asydy2s .jwcm4 { color: var(--text-primary); text-shadow: none; }
.asydy2s .gajauzdm { color: var(--text-muted); }
.asydy2s .t2veea { margin-top: 16px; }
.asydy2s, .asydy2s.snx7665 { min-height: auto !important; }
.asydy2s.qaueuv .j4bffws { text-align: center; }
.asydy2s.b8w9syh   .j4bffws { text-align: left; }
.asydy2s~.aw23{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}
.asydy2s~.aw23 .o4qb{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; }
}
.h0qtgv7 .vj2yfb,
.h0qtgv7 .oxgh,
.h0qtgv7 .ult3 .cqlyoww {
  overflow: hidden;
}
.h0qtgv7 .vj2yfb::after,
.h0qtgv7 .oxgh::after,
.h0qtgv7 .ult3 .cqlyoww::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.vj2yfb .jwcm4 { color: #fff; }
.vj2yfb .gajauzdm { color: rgba(255,255,255,0.85); }
.vj2yfb .t2veea { background: #fff; color: var(--cta); }
.vj2yfb .t2veea:hover { opacity: 0.92; }
.h0qtgv7 .jy3d5gwb { position: relative; overflow: hidden; }
.h0qtgv7 .jy3d5gwb::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;
}
.jy3d5gwb .jwcm4 { text-shadow: none; color: var(--text-primary); }
.jy3d5gwb .gajauzdm { color: var(--text-muted); }
body.qyhvp .jwcm4 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.k0qplkx5 .jwcm4 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.jy3d5gwb.b8w9syh   .n47kb5 { align-items: flex-start; text-align: left; }
.t46k4xbi .j4bffws { padding-bottom: 24px; }
.pjcwy .j4bffws { max-width: 960px; }
@media (max-width: 700px) {
  .jy3d5gwb { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .jy3d5gwb .tbct1lmo { display: none !important; }
  .bsnvvn .tbct1lmo { display: none !important; }
  .r9wzvp .onzd { display: none !important; }
  .mp12rp .k0i9b { display: none !important; }
  .n47kb5  { padding: 36px 24px; }
  .jy3d5gwb~.aw23,.zplujydu~.aw23{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .snx7665, .jy3d5gwb { min-height: 320px !important; }
  
  .jwcm4 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .acv2 { display: none !important; }
  
  .v4stpr { flex-direction: column; align-items: center; }
  .sg0xcx { width: 100%; max-width: 340px; }
}
.ccp7jta { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.gozqdji { width: 100%; height: auto; display: block; border-radius: 10px; }
.nt86fubs .ccp7jta        { border-radius: 16px; }
.nt86fubs .gozqdji  { border-radius: 16px; }
.l5fpj .ccp7jta         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.l5fpj .gozqdji   { border-radius: 8px; }
.kv5o6xq { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.vpl0pa5 { width: 100%; padding: 32px 0; position: relative; }
.mauvr3mj { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.tjgt7px8 .vpl0pa5:nth-child(even) { background: var(--bg-surface); }
.tjgt7px8 .vpl0pa5:nth-child(odd)  { background: var(--bg-page); }
.yicl5eko .vpl0pa5:nth-child(even) { background: var(--bg-card); }
.yicl5eko .vpl0pa5:nth-child(odd)  { background: var(--bg-page); }
.tjgt7px8 .vpl0pa5:nth-child(odd)  .mauvr3mj { background: var(--bg-card); border-radius: 6px; }
.tjgt7px8 .vpl0pa5:nth-child(even) .mauvr3mj { background: var(--bg-raised); border-radius: 6px; }
.yicl5eko .vpl0pa5:nth-child(odd)  .mauvr3mj { background: var(--bg-card); border-radius: 6px; }
.yicl5eko .vpl0pa5:nth-child(even) .mauvr3mj { background: var(--bg-raised); border-radius: 6px; }
.tjgt7px8 .vpl0pa5:nth-child(even) .vn19r .c50mbl,
.yicl5eko .vpl0pa5:nth-child(even) .vn19r .c50mbl { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.tjgt7px8 .vpl0pa5:nth-child(odd) .vn19r .c50mbl,
.yicl5eko .vpl0pa5:nth-child(odd) .vn19r .c50mbl { background: var(--bg-card-inner); }
.tjgt7px8 .vpl0pa5:nth-child(even) .a9kaxf .c50mbl:nth-child(odd),
.yicl5eko .vpl0pa5:nth-child(even) .a9kaxf .c50mbl:nth-child(odd)  { background: var(--bg-card); }
.tjgt7px8 .vpl0pa5:nth-child(even) .a9kaxf .c50mbl:nth-child(even),
.yicl5eko .vpl0pa5:nth-child(even) .a9kaxf .c50mbl:nth-child(even) { background: var(--bg-card-inner); }
h1.sfhv { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.sfhv {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.pkiw73 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.wkgr h2.sfhv {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.re548l h2.sfhv {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.awk5u h2.sfhv {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.w8fcwr0 h2.sfhv::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.spg9i h2.sfhv {
  color: var(--text-primary); font-size: 1.7rem;
}
.ryketp01 h2.sfhv::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.af7ue7yw h2.sfhv {
  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;
}
.c6kf29 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .c6kf29 { display: none; } }
.h7vemud { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.vp68c9v { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.q4ihm7e {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.oa3r { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.mpi14u { padding-left: 20px; }
.mpi14u li { margin-bottom: 6px; }
.mpi14u a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.mpi14u a:hover { color: var(--accent-light); }
.jp59 .oa3r { display: none; }
.n2m1 .oa3r { display: none; }
.n2m1 .mpi14u { padding-left: 0; list-style: none; }
.n2m1 .mpi14u li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.n2m1 .mpi14u a { font-size: 0.92rem; }
.q765xsy .q4ihm7e { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.q765xsy .oa3r { display: none; }
.q765xsy .mpi14u { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.q765xsy .mpi14u li { margin-bottom: 0; }
.q765xsy .mpi14u 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;
}
.q765xsy .mpi14u a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.y4gnx7ja .q4ihm7e { padding: 20px 20px 16px; }
.y4gnx7ja .mpi14u {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.y4gnx7ja .mpi14u li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.y4gnx7ja .mpi14u 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;
}
.y4gnx7ja .mpi14u 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;
}
.y4gnx7ja .mpi14u a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.y4gnx7ja .mpi14u a:focus,
.y4gnx7ja .mpi14u a:focus-visible,
.y4gnx7ja .mpi14u a:target { outline: none; }
.y4gnx7ja .mpi14u li:target a { border-color: var(--border); color: var(--text-muted); }
.w951 .q4ihm7e { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.w951 .oa3r { display: none; }
.w951 .mpi14u { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.w951 .mpi14u li { margin-bottom: 0; }
.w951 .mpi14u li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.w951 .mpi14u li:last-child::after { content: ""; margin-right: 0; }
.w951 .mpi14u a { font-size: 0.9rem; }
.c50mbl { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.vn19r .c50mbl { background: var(--bg-card); }
.a9kaxf .c50mbl:nth-child(odd)  { background: var(--bg-card); }
.a9kaxf .c50mbl:nth-child(even) { background: var(--bg-raised); }
.av5dwy1n .c50mbl {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.av5dwy1n .c50mbl:last-child { border-bottom: none; }
.av5dwy1n h3.pkiw73 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.bskeiot .c50mbl {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.bskeiot .c50mbl + .c50mbl { margin-top: 4px; }
.iet32 .c50mbl { background: none; border-radius: 0; padding: 12px 0; }
.iet32 .c50mbl + .c50mbl { border-top: 1px solid var(--border-section); }
.dohyt6 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.xjxird { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.ewhl0 { color: var(--text-body); margin-bottom: 10px; }
.krjpxe, .dm4mo { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.krjpxe li, .dm4mo li { margin-bottom: 6px; }
.dm4mo li { list-style: decimal; }
.w6vw     .krjpxe { list-style-type: "● "; }
.kcpsd  .krjpxe { list-style-type: "■ "; }
.tf34zbh .krjpxe { list-style-type: "◆ "; }
.pxgf    .krjpxe { list-style-type: "★ "; }
.w6vw     .c22lyf5 { list-style-type: "● "; }
.kcpsd  .c22lyf5 { list-style-type: "■ "; }
.tf34zbh .c22lyf5 { list-style-type: "◆ "; }
.pxgf    .c22lyf5 { list-style-type: "★ "; }
.w6vw    .krjpxe li::marker, .w6vw    .c22lyf5 li::marker,
.kcpsd .krjpxe li::marker, .kcpsd .c22lyf5 li::marker,
.tf34zbh .krjpxe li::marker, .tf34zbh .c22lyf5 li::marker,
.pxgf   .krjpxe li::marker, .pxgf   .c22lyf5 li::marker {
  color: var(--cta); font-size: 1em;
}
.w6vw .dm4mo,
.kcpsd .dm4mo,
.tf34zbh .dm4mo,
.pxgf .dm4mo {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.w6vw .dm4mo li,
.kcpsd .dm4mo li,
.tf34zbh .dm4mo li,
.pxgf .dm4mo li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.w6vw .dm4mo li::before,
.kcpsd .dm4mo li::before,
.tf34zbh .dm4mo li::before,
.pxgf .dm4mo 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;
}
.w6vw     .dm4mo li::before { border-radius: 50%; }
.kcpsd  .dm4mo li::before { border-radius: 3px; }
.tf34zbh .dm4mo li::before { border-radius: 3px; }
.pxgf    .dm4mo li::before { border-radius: 50%; }
.yycn5641 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.f271 .yycn5641,
.hszc9 .yycn5641 { background: transparent; border: none; border-radius: 0; }
.o79q3cfl { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.o79q3cfl th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.o79q3cfl td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.o79q3cfl tr:hover td { background: var(--bg-hover); }
.ysq35 .o79q3cfl tbody tr:nth-child(even) td { background: var(--bg-surface); }
.inpy5ird .o79q3cfl { border: 1px solid var(--border-alt); }
.inpy5ird .o79q3cfl th,
.inpy5ird .o79q3cfl td { border: 1px solid var(--border-alt); }
.nrjju .o79q3cfl th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.nrjju .o79q3cfl td { border-bottom: none; }
.nrjju .o79q3cfl tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.hbgl .o79q3cfl th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.fdz8o1 .yycn5641 {
  overflow: hidden;
}
.fdz8o1 .o79q3cfl th { border-bottom: 1px solid var(--border-alt); }
.fdz8o1 .o79q3cfl tr:last-child td { border-bottom: none; }
.yzm9hi { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.qysxlxxc { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.ujolon5 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.msbi4 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.g2tm6a { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.c22lyf5 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.c22lyf5 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%}
.inrew .msbi4 { background: transparent; text-align: center; }
.ddnylh .ujolon5 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.z22j4l .ujolon5 {
  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);
}
.cot2 .qysxlxxc { display: grid; grid-template-columns: auto 1fr; }
.cot2 .ujolon5 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.cot2 .msbi4 { grid-column: 2; }
.cot2 .g2tm6a,
.cot2 .c22lyf5 { grid-column: 1 / -1; }
.j8d7w .qysxlxxc { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.j8d7w .ujolon5 {
  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);
}
.j8d7w .msbi4 { grid-column: 2; }
.j8d7w .g2tm6a,
.j8d7w .c22lyf5 { grid-column: 1 / -1; }
.jlyzad3p .qysxlxxc { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.jlyzad3p .msbi4 { background: none; color: var(--accent-light); font-weight: 700; }
.xhp3omii .qysxlxxc { 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); }
.xhp3omii .msbi4 { background: none; color: var(--accent-light); font-weight: 700; }
.awmujah .qysxlxxc { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.awmujah .qysxlxxc:last-child { border-bottom: none; }
.awmujah .msbi4 { background: none; color: var(--accent-light); font-weight: 700; }
.jnh0c08 .qysxlxxc { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.jnh0c08 .msbi4 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.o1prw7 .yzm9hi { counter-reset: card-n; }
.o1prw7 .qysxlxxc  { counter-increment: card-n; }
.o1prw7 .msbi4 { display: flex; align-items: center; gap: 10px; }
.o1prw7 .msbi4::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;
}
.aofxfk0t .qysxlxxc { background: var(--bg-surface); border: 1px solid var(--border); }
.aofxfk0t .msbi4 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.y2f0 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.sd2yfp  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.menzpd8x { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.dg7sb { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.f78v6aw { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.y2f0 strong { color: var(--text-primary); font-size: 0.95rem; }
.y2f0 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.btoiit { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.q3bzs, .b4tp { border-radius: 8px; padding: 14px; }
.q3bzs { background: var(--bg-pros); }
.b4tp { background: var(--bg-cons); }
.p8npkrip { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.q3bzs .p8npkrip { color: var(--c-pros-label); }
.b4tp .p8npkrip { color: #f87171; }
.q3bzs ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.b4tp ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.gozqdji { width: 100%; height: auto; border-radius: 10px; display: block; }
.d2i0kfm5 {
  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;
}
.d2i0kfm5:hover { opacity: 0.85; }
.lkf588 .d2i0kfm5  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.lkf588 .d2i0kfm5:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.sjhv09sx .d2i0kfm5  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.sjhv09sx .d2i0kfm5:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.gv8kh .t2veea { border-radius: 50px; }
.gv8kh .d2i0kfm5  { border-radius: 50px; }
.inaz .t2veea { padding-left: 22px; padding-right: 22px; }
.inaz .d2i0kfm5  { padding-left: 12px; padding-right: 12px; }
.q2x9c .t2veea { padding-left: 44px; padding-right: 44px; }
.q2x9c .d2i0kfm5  { padding-left: 24px; padding-right: 24px; }
.rs26 .t2veea { padding-left: 56px; padding-right: 56px; }
.rs26 .d2i0kfm5  { padding-left: 32px; padding-right: 32px; }
.w8bpf   .t2veea::after, .w8bpf   .d2i0kfm5::after,
.uqoktdb2 .t2veea::after, .uqoktdb2 .d2i0kfm5::after,
.mhsr    .t2veea::after, .mhsr    .d2i0kfm5::after,
.zofcu9gg    .t2veea::after, .zofcu9gg    .d2i0kfm5::after,
.glaqgc3    .t2veea::after, .glaqgc3    .d2i0kfm5::after,
.akzceux     .t2veea::after, .akzceux     .d2i0kfm5::after,
.zdolw    .t2veea::after, .zdolw    .d2i0kfm5::after,
.c1kco   .t2veea::after, .c1kco   .d2i0kfm5::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;
}
.w8bpf .t2veea::after, .w8bpf .d2i0kfm5::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");
}
.uqoktdb2 .t2veea::after, .uqoktdb2 .d2i0kfm5::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");
}
.mhsr .t2veea::after, .mhsr .d2i0kfm5::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");
}
.zofcu9gg .t2veea::after, .zofcu9gg .d2i0kfm5::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");
}
.glaqgc3 .t2veea::after, .glaqgc3 .d2i0kfm5::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");
}
.akzceux .t2veea::after, .akzceux .d2i0kfm5::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");
}
.zdolw .t2veea::after, .zdolw .d2i0kfm5::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");
}
.c1kco .t2veea::after, .c1kco .d2i0kfm5::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");
}
.r11pwh00   .orhvc::after, .r11pwh00   .bhm9d5::after,
.pukv2ii .orhvc::after, .pukv2ii .bhm9d5::after,
.qade    .orhvc::after, .qade    .bhm9d5::after,
.lezxyo    .orhvc::after, .lezxyo    .bhm9d5::after,
.jje37z    .orhvc::after, .jje37z    .bhm9d5::after,
.wukicrlo     .orhvc::after, .wukicrlo     .bhm9d5::after,
.gilfwwp6    .orhvc::after, .gilfwwp6    .bhm9d5::after,
.o3m29c   .orhvc::after, .o3m29c   .bhm9d5::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;
}
.r11pwh00 .orhvc::after, .r11pwh00 .bhm9d5::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");
}
.pukv2ii .orhvc::after, .pukv2ii .bhm9d5::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");
}
.qade .orhvc::after, .qade .bhm9d5::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");
}
.lezxyo .orhvc::after, .lezxyo .bhm9d5::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");
}
.jje37z .orhvc::after, .jje37z .bhm9d5::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");
}
.wukicrlo .orhvc::after, .wukicrlo .bhm9d5::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");
}
.gilfwwp6 .orhvc::after, .gilfwwp6 .bhm9d5::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");
}
.o3m29c .orhvc::after, .o3m29c .bhm9d5::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");
}
.tkforn .yvio { background: #1a1a1a; }
@media (min-width: 721px) {
  .ugccj { flex: 0 0 260px; width: 260px; }
  .jt2br5c1 { flex: 0 0 120px; width: 120px; }
  .v06v { flex: 0 0 110px; width: 110px; }
  .h3go25t   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .xbrcy { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.xbrcy.d2i0kfm5 { padding-left: 28px !important; padding-right: 28px !important; padding-top: 14px !important; padding-bottom: 14px !important; font-size: 1.05rem !important; }
@media (max-width: 820px) {
  .oyjsh { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .oyjsh .ee7ws5k { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .oyjsh .ugccj { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .oyjsh .yvio { width: 100%; min-width: unset; height: 120px; }
  .oyjsh .e4vft { max-height: 96px; max-width: 200px; }
  .oyjsh .ru1fp4a { min-width: unset; text-align: center; white-space: normal; }
  .oyjsh .jt2br5c1 { min-width: 0; }
  .oyjsh .h3go25t { flex-direction: row; justify-content: space-between; align-items: baseline; width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto; min-width: 0; }
  .oyjsh .xbrcy { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .oenfdfv .ee7ws5k { row-gap: 8px !important; gap: 10px !important; }
}
@media (min-width: 860px) {
  .l6dx .dz49x {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .l6dx .gfubdl { margin: 0; }
}
.mgdfp64n .gfubdl { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.mgdfp64n .esm0 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.mgdfp64n .f271 { padding: 14px 16px; }
.mgdfp64n .xyk24 { border-radius: 4px; }
.mgdfp64n .so276s6 { border-radius: 0; }
.hszc9 .btoiit { gap: 10px; }
.hszc9 .q3bzs, .hszc9 .b4tp { padding: 12px; }
.hszc9 .q3bzs ul, .hszc9 .b4tp ul { margin: 4px 0 0; padding-left: 18px; }
.hszc9 .q3bzs li, .hszc9 .b4tp li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .ol8o { grid-template-columns: 1fr; }
  .q4lim { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .q4lim .clki { width: 72px; height: 50px; }
  .q4lim .q3ldd { max-width: 180px; }
  .q4lim .shwjs6cs { width: auto; }
}
@media (max-width: 720px) {
  .vtqpy { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .dq5nm { padding: 16px; }
  .pt9d .y92ymf { min-width: 50%; }
}
.s4ncbvh .btoiit { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .x2kc14mk { grid-template-columns: 1fr; }
  .o3g727wu { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .yjywd58 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .p5tnci0z { flex-wrap: wrap; padding: 16px; }
}
.qvpk0ek .btoiit { gap: 8px; }
.qvpk0ek .q3bzs, .qvpk0ek .b4tp { padding: 8px; }
@media (max-width: 480px) {
  .vkgim { flex-direction: column; align-items: stretch; }
}
.tp58s .shwjs6cs .d2i0kfm5 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .znxm0 { flex-direction: column; align-items: stretch; gap: 10px; }
  .tp58s .shwjs6cs { text-align: center; }
}
@media (max-width: 720px) {
  .v8ue { grid-template-columns: 1fr; }
  .lo3ro { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .yezx { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .o8kn199 { grid-template-columns: 1fr; }
  .rg8govi { width: 100px; height: 100px; margin: 16px auto; }
  .rulcmqsk { font-size: 1.4rem; }
  .m4vjn { justify-content: center; }
  .lllz7z .y92ymf { min-width: 50%; }
}
.oaod9zy .btoiit { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .plvc { flex-wrap: wrap; padding: 14px 16px; }
  .le1kd8 { padding: 12px 16px; }
  .oaod9zy .btoiit { margin: 0 16px; }
  .oaod9zy .wtic8 { padding: 0 16px; }
  .xnqc1 { padding: 12px 16px; }
}
.n6k7tz8 .oyjsh { gap: 14px; }
.n6k7tz8 .ee7ws5k {
  padding: 20px 26px; gap: 24px; border-radius: 12px;
  min-height: 140px;
}
.n6k7tz8 .ru1fp4a { font-size: 1.15rem; }
.n6k7tz8 .b28hd7cq { font-size: 1.22rem; }
.n6k7tz8 .xbrcy.d2i0kfm5 { padding: 14px 30px !important; font-size: 1rem; }
.ovt8o6 .xbrcy.d2i0kfm5 { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.mzbaw8o { margin: 16px 0; }
.wruhl0vq { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.wruhl0vq summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.wruhl0vq summary::after { content: "+"; color: var(--accent-light); }
.wruhl0vq[open] summary::after { content: "−"; }
.wruhl0vq p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.vpl0pa5 { margin-bottom: 0; }
.imrboe h2.sfhv { color: var(--text-primary); border-color: var(--accent-light); }
.s56i6e h2.sfhv { color: var(--text-primary); border-color: var(--accent-light); }
.rpu71ekq .sd2yfp     { background: #052e16; border-color: #10b981; }
.rpu71ekq .menzpd8x { background: #2d0a1e; border-color: #f43f5e; }
.rpu71ekq .dg7sb    { background: #1e1036; border-color: #a855f7; }
.rpu71ekq .y2f0 strong  { color: #f1f5f9; }
.rpu71ekq .y2f0 p       { color: #cbd5e1; }
.rpu71ekq .rmo3ob    .sd2yfp     .f78v6aw::before,
.rpu71ekq .yznqd  .sd2yfp     .f78v6aw::before,
.rpu71ekq .s5xy21ew  .sd2yfp     .f78v6aw::before,
.rpu71ekq .t8qtv6 .sd2yfp     .f78v6aw::before { color: #10b981; }
.rpu71ekq .rmo3ob    .menzpd8x .f78v6aw::before,
.rpu71ekq .yznqd  .menzpd8x .f78v6aw::before,
.rpu71ekq .s5xy21ew  .menzpd8x .f78v6aw::before,
.rpu71ekq .t8qtv6 .menzpd8x .f78v6aw::before { color: #f43f5e; }
.rpu71ekq .rmo3ob    .dg7sb    .f78v6aw::before,
.rpu71ekq .yznqd  .dg7sb    .f78v6aw::before,
.rpu71ekq .s5xy21ew  .dg7sb    .f78v6aw::before,
.rpu71ekq .t8qtv6 .dg7sb    .f78v6aw::before { color: #a855f7; }
.skazm0mh .sd2yfp     { background: #2d2000; border-color: #eab308; }
.skazm0mh .menzpd8x { background: #2d0b0b; border-color: #ef4444; }
.skazm0mh .dg7sb    { background: #2d1600; border-color: #f97316; }
.skazm0mh .y2f0 strong  { color: #f1f5f9; }
.skazm0mh .y2f0 p       { color: #cbd5e1; }
.skazm0mh .rmo3ob    .sd2yfp     .f78v6aw::before,
.skazm0mh .yznqd  .sd2yfp     .f78v6aw::before,
.skazm0mh .s5xy21ew  .sd2yfp     .f78v6aw::before,
.skazm0mh .t8qtv6 .sd2yfp     .f78v6aw::before { color: #eab308; }
.skazm0mh .rmo3ob    .menzpd8x .f78v6aw::before,
.skazm0mh .yznqd  .menzpd8x .f78v6aw::before,
.skazm0mh .s5xy21ew  .menzpd8x .f78v6aw::before,
.skazm0mh .t8qtv6 .menzpd8x .f78v6aw::before { color: #ef4444; }
.skazm0mh .rmo3ob    .dg7sb    .f78v6aw::before,
.skazm0mh .yznqd  .dg7sb    .f78v6aw::before,
.skazm0mh .s5xy21ew  .dg7sb    .f78v6aw::before,
.skazm0mh .t8qtv6 .dg7sb    .f78v6aw::before { color: #f97316; }
.v1u7s .sd2yfp     { background: #0c1a2e; border-color: #38bdf8; }
.v1u7s .menzpd8x { background: #12103a; border-color: #818cf8; }
.v1u7s .dg7sb    { background: #0a2020; border-color: #2dd4bf; }
.v1u7s .y2f0 strong  { color: #f1f5f9; }
.v1u7s .y2f0 p       { color: #cbd5e1; }
.v1u7s .rmo3ob    .sd2yfp     .f78v6aw::before,
.v1u7s .yznqd  .sd2yfp     .f78v6aw::before,
.v1u7s .s5xy21ew  .sd2yfp     .f78v6aw::before,
.v1u7s .t8qtv6 .sd2yfp     .f78v6aw::before { color: #38bdf8; }
.v1u7s .rmo3ob    .menzpd8x .f78v6aw::before,
.v1u7s .yznqd  .menzpd8x .f78v6aw::before,
.v1u7s .s5xy21ew  .menzpd8x .f78v6aw::before,
.v1u7s .t8qtv6 .menzpd8x .f78v6aw::before { color: #818cf8; }
.v1u7s .rmo3ob    .dg7sb    .f78v6aw::before,
.v1u7s .yznqd  .dg7sb    .f78v6aw::before,
.v1u7s .s5xy21ew  .dg7sb    .f78v6aw::before,
.v1u7s .t8qtv6 .dg7sb    .f78v6aw::before { color: #2dd4bf; }
.y3557 .sd2yfp     { background: var(--accent-bg); border-color: var(--accent-light); }
.y3557 .menzpd8x { background: var(--accent-bg-light); border-color: var(--accent-light); }
.y3557 .dg7sb    { background: var(--accent-bg); border-color: var(--accent-pale); }
.y3557 .rmo3ob    .f78v6aw::before,
.y3557 .yznqd  .f78v6aw::before,
.y3557 .s5xy21ew  .f78v6aw::before,
.y3557 .t8qtv6 .f78v6aw::before { color: var(--accent-light) !important; }
.txoril9x::before,
.t0k9req6::before { margin-right: 5px; }
.fvwfg .q3bzs ul li,
.fvwfg .t6e0gql li         { color: #4ade80; }
.fvwfg .q3bzs .txoril9x { color: #22c55e; }
.fvwfg .b4tp ul li,
.fvwfg .dbad li         { color: #f87171; }
.fvwfg .b4tp .t0k9req6 { color: #ef4444; }
.vo4tu3 .q3bzs { background: var(--bg-pros); }
.vo4tu3 .b4tp { background: var(--bg-cons); }
.vo4tu3 .q3bzs .txoril9x { color: var(--c-pros-label); }
.vo4tu3 .b4tp .t0k9req6 { color: var(--c-cons); }
.vo4tu3 .q3bzs ul li,
.vo4tu3 .b4tp ul li,
.p31j353p .q3bzs { background: var(--bg-pros); }
.p31j353p .b4tp { background: var(--bg-cons); }
.p31j353p .q3bzs .txoril9x { color: var(--c-pros-label); }
.p31j353p .b4tp .t0k9req6 { color: var(--c-cons); }
.p31j353p .q3bzs ul li,
.p31j353p .b4tp ul li,
.juev7gm .txoril9x::before { content: "✓ "; }
.juev7gm .t0k9req6::before { content: "✗ "; }
.nx5a .txoril9x::before { content: "→ "; }
.nx5a .t0k9req6::before { content: "← "; }
.uaf2fhwd .txoril9x::before { content: "★ "; }
.uaf2fhwd .t0k9req6::before { content: "✕ "; }
.orze .txoril9x::before { content: "◆ "; }
.orze .t0k9req6::before { content: "▲ "; }
.f8gey0g .y2f0 { background: transparent; border-left: none; border: 1.5px solid; }
.f8gey0g .sd2yfp     { border-color: var(--c-tip-border); }
.f8gey0g .menzpd8x { border-color: var(--c-warn-border); }
.f8gey0g .dg7sb    { border-color: #60a5fa; }
.f8gey0g .y2f0 strong { color: var(--text-primary); }
.f8gey0g .y2f0 p      { color: var(--text-muted); }
.vop2a .y2f0 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.vop2a .sd2yfp     { border-top-color: var(--c-tip-border); }
.vop2a .menzpd8x { border-top-color: var(--c-warn-border); }
.vop2a .dg7sb    { border-top-color: #60a5fa; }
.z5sc4uu1 .y2f0 { border-left: none; border-radius: 8px; }
.z5sc4uu1 .sd2yfp     { background: #065f46; }
.z5sc4uu1 .menzpd8x { background: #92400e; }
.z5sc4uu1 .dg7sb    { background: #1e3a8a; }
.z5sc4uu1 .y2f0 strong,
.z5sc4uu1 .y2f0 p { color: #fff; }
.z5sc4uu1 .f78v6aw::before { color: rgba(255,255,255,0.85) !important; }
.rpu71ekq.z5sc4uu1 .sd2yfp,
.rpu71ekq .z5sc4uu1 .sd2yfp     { background: #052e16; }
.rpu71ekq.z5sc4uu1 .menzpd8x,
.rpu71ekq .z5sc4uu1 .menzpd8x { background: #2d0a1e; }
.rpu71ekq.z5sc4uu1 .dg7sb,
.rpu71ekq .z5sc4uu1 .dg7sb    { background: #1e1036; }
.skazm0mh.z5sc4uu1 .sd2yfp,
.skazm0mh .z5sc4uu1 .sd2yfp      { background: #2d2000; }
.skazm0mh.z5sc4uu1 .menzpd8x,
.skazm0mh .z5sc4uu1 .menzpd8x  { background: #2d0b0b; }
.skazm0mh.z5sc4uu1 .dg7sb,
.skazm0mh .z5sc4uu1 .dg7sb     { background: #2d1600; }
.v1u7s.z5sc4uu1 .sd2yfp,
.v1u7s .z5sc4uu1 .sd2yfp      { background: #0c1a2e; }
.v1u7s.z5sc4uu1 .menzpd8x,
.v1u7s .z5sc4uu1 .menzpd8x  { background: #12103a; }
.v1u7s.z5sc4uu1 .dg7sb,
.v1u7s .z5sc4uu1 .dg7sb     { background: #0a2020; }
.ihpmux .y2f0 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.ihpmux .sd2yfp     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.ihpmux .menzpd8x { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.ihpmux .dg7sb    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.ihpmux .y2f0 strong { color: var(--text-primary); }
.ihpmux .y2f0 p      { color: var(--text-muted); }
.zyv7hzq0 .y2f0 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.rmo3ob .f78v6aw,
.yznqd .f78v6aw,
.s5xy21ew .f78v6aw,
.t8qtv6 .f78v6aw { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.rmo3ob .f78v6aw::before,
.yznqd .f78v6aw::before,
.s5xy21ew .f78v6aw::before,
.t8qtv6 .f78v6aw::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.rmo3ob .sd2yfp     .f78v6aw::before { content: "✦"; color: var(--c-tip-border); }
.rmo3ob .menzpd8x .f78v6aw::before { content: "▲"; color: var(--c-warn-border); }
.rmo3ob .dg7sb    .f78v6aw::before { content: "◉"; color: #60a5fa; }
.yznqd .sd2yfp     .f78v6aw::before { content: "★"; color: var(--c-tip-border); }
.yznqd .menzpd8x .f78v6aw::before { content: "◆"; color: var(--c-warn-border); }
.yznqd .dg7sb    .f78v6aw::before { content: "●"; color: #60a5fa; }
.s5xy21ew .sd2yfp     .f78v6aw::before { content: "▶"; color: var(--c-tip-border); }
.s5xy21ew .menzpd8x .f78v6aw::before { content: "■"; color: var(--c-warn-border); }
.s5xy21ew .dg7sb    .f78v6aw::before { content: "▸"; color: #60a5fa; }
.t8qtv6 .sd2yfp     .f78v6aw::before { content: "→"; color: var(--c-tip-border); }
.t8qtv6 .menzpd8x .f78v6aw::before { content: "⬥"; color: var(--c-warn-border); }
.t8qtv6 .dg7sb    .f78v6aw::before { content: "◈"; color: #60a5fa; }
.wdd8wr8 .vn19r .c50mbl,
.wdd8wr8 .a9kaxf .c50mbl  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.wdd8wr8 .qysxlxxc                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.wdd8wr8 .yycn5641          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.wdd8wr8 .q4ihm7e                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.vx6ty5 .vn19r .c50mbl,
.vx6ty5 .a9kaxf .c50mbl,
.vx6ty5 .qysxlxxc,
.vx6ty5 .ee7ws5k,
.vx6ty5 .gfubdl,
.vx6ty5 .yycn5641,
.vx6ty5 .q4ihm7e,
.vx6ty5 .zyv7hzq0 .y2f0 { box-shadow: none; }
.u5te   .ewhl0, .u5te .dohyt6, .u5te .xjxird,
.u5te   .h7vemud, .u5te .vp68c9v { font-size: 0.9rem; }
.u5te   .krjpxe, .u5te .dm4mo { font-size: 0.9rem; }
.ipv26l   .ewhl0, .ipv26l .dohyt6, .ipv26l .xjxird,
.ipv26l   .h7vemud, .ipv26l .vp68c9v { font-size: 0.95rem; }
.ipv26l   .krjpxe, .ipv26l .dm4mo { font-size: 0.95rem; }
.a912cbrb   .ewhl0, .a912cbrb .dohyt6, .a912cbrb .xjxird,
.a912cbrb   .h7vemud, .a912cbrb .vp68c9v { font-size: 1.08rem; }
.a912cbrb   .krjpxe, .a912cbrb .dm4mo { font-size: 1.05rem; }
.a912cbrb   .o79q3cfl { font-size: 0.97rem; }
.u1n0bq .jwcm4      { font-size: 3.2rem; }
.u1n0bq h2.sfhv { font-size: 1.9rem; }
.u1n0bq h3.pkiw73     { font-size: 1.4rem; }
.ceqpsdz .jwcm4      { font-size: 3.8rem; }
.ceqpsdz h2.sfhv { font-size: 2.2rem; }
.ceqpsdz h3.pkiw73     { font-size: 1.6rem; }
.vpl0pa5 + .vpl0pa5 { position: relative; }
.g2ee2nt   .vpl0pa5 + .vpl0pa5::before,
.zj23l5y  .vpl0pa5 + .vpl0pa5::before,
.h88bdne   .vpl0pa5 + .vpl0pa5::before,
.j261lr   .vpl0pa5 + .vpl0pa5::before,
.n0b4p   .vpl0pa5 + .vpl0pa5::before,
.nc08 .vpl0pa5 + .vpl0pa5::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.g2ee2nt .vpl0pa5 + .vpl0pa5::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.zj23l5y .vpl0pa5 + .vpl0pa5::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.h88bdne .vpl0pa5 + .vpl0pa5::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;
}
.j261lr .vpl0pa5 + .vpl0pa5::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.s5dxx .vpl0pa5 { margin-bottom: 16px; }
.s5dxx .vpl0pa5 + .vpl0pa5 { margin-top: 0; }
.s5dxx .mauvr3mj { padding-top: 0; padding-bottom: 0; }
.n0b4p .vpl0pa5 + .vpl0pa5::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.nc08 .vpl0pa5 + .vpl0pa5::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.bxu8 .vpl0pa5 + .vpl0pa5::before,
.cto17c82 .vpl0pa5 + .vpl0pa5::before,
.z2nhz1k .vpl0pa5 + .vpl0pa5::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%;
}
.tjgt7px8 .bxu8 .vpl0pa5:nth-child(even)::before,
.tjgt7px8 .cto17c82 .vpl0pa5:nth-child(even)::before,
.tjgt7px8 .z2nhz1k .vpl0pa5:nth-child(even)::before { background: var(--bg-surface); }
.yicl5eko .bxu8 .vpl0pa5:nth-child(even)::before,
.yicl5eko .cto17c82 .vpl0pa5:nth-child(even)::before,
.yicl5eko .z2nhz1k .vpl0pa5:nth-child(even)::before { background: var(--bg-card); }
.bxu8 .vpl0pa5 + .vpl0pa5::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");
}
.cto17c82 .vpl0pa5 + .vpl0pa5::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");
}
.z2nhz1k .vpl0pa5 + .vpl0pa5::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");
}
.zys3a .ult3,
.yb9ylzaq .j4bffws,
.zys3a .j4bffws { margin-bottom: 60px; }
.wliizov .j4bffws { margin-bottom: 70px; }
.zys3a .n47kb5 { padding-bottom: 60px; }
.zys3a .ult3::before,
.zys3a .ult3::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");
}
.dw8j .ult3:not(.vj2yfb) .cqlyoww { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.dw8j .vj2yfb { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.dw8j .oxgh { background: linear-gradient(45deg, var(--accent), var(--accent-light)); }
.dw8j .jy3d5gwb { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.daon9ukz .ccp7jta { float: left; width: 38%; margin: 0 28px 16px 0; }
.daon9ukz .ccp7jta .gozqdji { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.daon9ukz .mauvr3mj::after { content: ''; display: block; clear: both; }
.fjgy .ccp7jta { float: right; width: 38%; margin: 0 0 16px 28px; }
.fjgy .ccp7jta .gozqdji { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.fjgy .mauvr3mj::after { content: ''; display: block; clear: both; }
.y28y8r .vpl0pa5:nth-child(odd)  .ccp7jta { float: left;  width: 38%; margin: 0 28px 16px 0; }
.y28y8r .vpl0pa5:nth-child(even) .ccp7jta { float: right; width: 38%; margin: 0 0 16px 28px; }
.y28y8r .ccp7jta .gozqdji { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.y28y8r .mauvr3mj::after { content: ''; display: block; clear: both; }
.daon9ukz .yzm9hi,
.daon9ukz .oyjsh,
.fjgy .yzm9hi,
.y28y8r .yzm9hi,
@media (max-width: 900px) {
  .daon9ukz .ccp7jta,
  .fjgy .ccp7jta,
  .y28y8r .vpl0pa5:nth-child(odd)  .ccp7jta,
  .y28y8r .vpl0pa5:nth-child(even) .ccp7jta {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .daon9ukz .ccp7jta .gozqdji,
  .fjgy .ccp7jta .gozqdji,
  .y28y8r .ccp7jta .gozqdji {
    max-height: none !important;
  }
}
.daon9ukz .krjpxe,
.daon9ukz .dm4mo,
.fjgy .krjpxe,
.fjgy .dm4mo,
.y28y8r .krjpxe,
.y28y8r .dm4mo { overflow: hidden; }
@media (max-width: 640px) {
  .daon9ukz .ccp7jta,
  .fjgy .ccp7jta,
  .y28y8r .ccp7jta { float: none; width: 100%; margin: 0 0 16px 0; }
}
.ytomecm .kv5o6xq,
.ytomecm .mauvr3mj,
.ytomecm .wo0c32ci  { max-width: 1100px; }
.p8bw0 .kv5o6xq,
.p8bw0 .mauvr3mj,
.p8bw0 .wo0c32ci  { max-width: 1200px; }
.wtma68 .kv5o6xq,
.wtma68 .mauvr3mj,
.wtma68 .wo0c32ci  { max-width: 1320px; }
.wtma68 { --content-mw: 1320px; }
.fdoc { font-size: 0.82rem; color: var(--text-muted); }
.jocb { display: flex; align-items: center; }
.r3kaq {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.blpifkwi { display: flex; align-items: center; }
.qxauhe { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.qxauhe:hover { text-decoration: underline; }
.y02lz7 { margin: 0 3px; opacity: 0.45; }
.y02lz7::before { content: '/'; }
.qy0y5o { padding: 2px 5px; color: var(--text-main); }
.h0g0 .fdoc {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.h0g0 .jocb { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.vrzsfd .fdoc {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.vrzsfd .jocb { padding: 0 0 0 12px; }
.anr2us .jocb { padding: 0 16px; }
.anr2us .fdoc {
  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);
}
.anr2us .kv5o6xq { padding-top: 28px; }
@media (max-width: 720px) {
  .dgi76llm { margin-top: 18px; padding: 0 16px; }
  .anr2us .kv5o6xq { padding-top: 16px; }
}
.ytomecm.h0g0 .jocb { max-width: 1100px; }
.p8bw0.h0g0 .jocb { max-width: 1200px; }
.wtma68.h0g0 .jocb { max-width: 1320px; }
.wtma68 .dgi76llm { max-width: 1320px; }
.t63xe .vpl0pa5 { padding-top: 16px; padding-bottom: 16px; }
.rs7gpry9 .vpl0pa5 { padding-top: 24px; padding-bottom: 24px; }
.dj5b .vpl0pa5 { padding-top: 40px; padding-bottom: 40px; }
.sy95hqmr .vpl0pa5 { padding-top: 52px; padding-bottom: 52px; }
.jsfj1i3 .vpl0pa5:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.jsfj1i3 .vpl0pa5:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.jsfj1i3 .vpl0pa5:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.jsfj1i3 .vpl0pa5:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.rfpot .mauvr3mj { padding-top: 10px;  padding-bottom: 10px; }
.q4r4gb .mauvr3mj { padding-top: 18px;  padding-bottom: 18px; }
.w9q4 .mauvr3mj { padding-top: 36px;  padding-bottom: 36px; }
.dm2ko .mauvr3mj { padding-top: 48px;  padding-bottom: 48px; }
.wwmu6d6 h2.sfhv { font-weight: 600; }
.wwmu6d6 h3.pkiw73     { font-weight: 600; }
.a8x3ozvk { font-weight: 500; }
.a8x3ozvk h2.sfhv { font-weight: 800; }
.a8x3ozvk h3.pkiw73     { font-weight: 700; }
.d3iqvgb h2.sfhv { font-weight: 900; }
.d3iqvgb h3.pkiw73     { font-weight: 800; }
.d3iqvgb .y2f0 strong,
.d3iqvgb .y2f0 strong { font-weight: 600; }
.orhvc {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.xklkuc .orhvc { display: none; }
@media (max-width: 640px) { .orhvc { display: none; } }
.orhvc { background: var(--cta) !important; color: #fff !important; border: none !important; }
.orhvc:hover { opacity: 0.85; }
.doi1xq0 .orhvc { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.hng453qo .orhvc,
.ka4u8k  .orhvc { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.hng453qo .orhvc:hover,
.ka4u8k  .orhvc:hover { opacity: 0.88; }
.doi1xq0.hng453qo .orhvc,
.doi1xq0.ka4u8k  .orhvc { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.bhm9d5 {
  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;
}
.bhm9d5:hover { transform: translateY(-2px); opacity: 0.92; }
.bhm9d5 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.o0ntv8g .bhm9d5 { display: none; }
.tsk8vvi .bhm9d5 { right: 32px; }
.mpzc5aqs  .bhm9d5 { left: 32px; }
@media (max-width: 480px) {
  .tsk8vvi .bhm9d5 { right: 20px; bottom: 20px; }
  .mpzc5aqs  .bhm9d5 { left: 20px; bottom: 20px; }
}
.jkooxov6 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.wo0c32ci { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.z77a1 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.f6ego { color: var(--text-dim); font-size: 0.8rem; }
.pglc0bw { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.pglc0bw img { height: 26px; width: auto; object-fit: contain; }
.s7d9 .wo0c32ci { text-align: center; }
.s7d9 .z77a1 { margin-top: 0; }
@media (max-width: 640px) {
  .wo0c32ci { padding-left: 16px; padding-right: 16px; }
  .n1u3exoc .wo0c32ci { padding: 20px 16px; }
  .cs6uqu { gap: 4px 12px; }
  .z77a1 { font-size: 0.78rem; }
}
.mpi2fh .xofv .pglc0bw { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.mpi2fh .z77a1 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.mpi2fh .f6ego { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .mpi2fh .dakip { grid-template-columns: 1fr 1fr; } .mpi2fh .xofv { grid-column: 1 / -1; } }
@media (max-width: 480px) { .mpi2fh .dakip { grid-template-columns: 1fr; } }
.h7os .cn5cvgm { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.h7os .pglc0bw { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.h7os .kwfj2rj { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.h7os .kwfj2rj a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.h7os .kwfj2rj a:hover { color: var(--accent-light); }
.ll286pcs { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.h7os .wdsv { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.h7os .yfns3 { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.h7os .yfns3 a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.h7os .yfns3 a:hover { color: var(--accent-light); }
.h7os .z77a1 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .h7os .cn5cvgm { gap: 12px; } .h7os .pglc0bw { margin-right: 0; width: 100%; } }
.looa .i6po .pglc0bw { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.looa .z77a1 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.looa .f6ego { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .looa .qfy6hyfi { grid-template-columns: 1fr 1fr; } .looa .i6po { grid-column: 1 / -1; } }
@media (max-width: 480px) { .looa .qfy6hyfi { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .xnjh .a7oqtvs { grid-template-columns: 1fr 1fr; } .xnjh .dihos:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .xnjh .a7oqtvs { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .q5lxd6 .a7oqtvs { grid-template-columns: 1fr; } }
.i4a4v .wo0c32ci { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.q9pxr3 .ni0p9tv      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.q9pxr3 .jkooxov6 { background: var(--bg-page); border-top-color: var(--border-alt); }
.w0fy .ni0p9tv      { background: #0d1117; border-bottom-color: #21262d; }
.w0fy .wncexy { color: var(--accent-light); }
.w0fy .r55sxr2k { --msep-color: #8b949e; }
.w0fy .r55sxr2k a { color: #8b949e; }
.w0fy .r55sxr2k a:hover { color: var(--accent-light); }
.w0fy .voat { color: #8b949e; }
.w0fy .jkooxov6 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.w0fy .z77a1,
.w0fy .f6ego { color: #6e7681; }
.w0fy .asbw a, .w0fy .kwfj2rj a,
.w0fy .yfns3 a { color: #8b949e; }
.w0fy .pglc0bw { color: #e6edf3; }
.w0fy .asbw a:hover, .w0fy .kwfj2rj a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .w0fy .r55sxr2k { background: #0d1117; border-top-color: #21262d; }
  .w0fy .r55sxr2k li a { border-bottom-color: #21262d; }
}
.r432du2j .ni0p9tv      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.r432du2j .wncexy { color: var(--accent-light); }
.r432du2j .r55sxr2k { --msep-color: #475569; }
.r432du2j .r55sxr2k a { color: #475569; }
.r432du2j .r55sxr2k a:hover { color: var(--accent-light); }
.r432du2j .voat { color: #64748b; }
.r432du2j .jkooxov6 { background: #f0f4f8; border-top-color: #cbd5e1; }
.r432du2j .z77a1,
.r432du2j .f6ego { color: #64748b; }
.r432du2j .asbw a, .r432du2j .kwfj2rj a,
.r432du2j .yfns3 a, .r432du2j .pglc0bw { color: #374151; }
.r432du2j .asbw a:hover, .r432du2j .kwfj2rj a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .r432du2j .r55sxr2k { background: #f0f4f8; border-top-color: #cbd5e1; }
  .r432du2j .r55sxr2k li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.hng453qo .ni0p9tv      { background: var(--accent); border-bottom-color: var(--accent-light); }
.hng453qo .wncexy { color: #fff; }
.hng453qo .r55sxr2k { --msep-color: rgba(255,255,255,0.82); }
.hng453qo .r55sxr2k a { color: rgba(255,255,255,0.82); }
.hng453qo .r55sxr2k a:hover { color: #fff; }
.hng453qo .voat { color: rgba(255,255,255,0.9); }
.hng453qo .k42s a { color: var(--text-primary) !important; }
.hng453qo .k42s a:hover { color: var(--accent-light) !important; }
.hng453qo .jkooxov6 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.hng453qo .z77a1,
.hng453qo .f6ego { color: rgba(255,255,255,0.72); }
.hng453qo .nj6a a, .hng453qo .cs6uqu a,
.hng453qo .asbw a, .hng453qo .kwfj2rj a,
.hng453qo .yfns3 a, .hng453qo .pglc0bw { color: #fff; }
.hng453qo .vygro, .hng453qo .f998 { color: rgba(255,255,255,0.7); }
.hng453qo .nj6a a:hover, .hng453qo .cs6uqu a:hover,
.hng453qo .asbw a:hover, .hng453qo .kwfj2rj a:hover { color: #fff; }
@media (max-width: 640px) {
  .hng453qo .r55sxr2k { background: var(--accent); border-top-color: var(--accent-light); }
  .hng453qo .r55sxr2k li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.ka4u8k .ni0p9tv {
  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);
}
.ka4u8k .jkooxov6 {
  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) {
  .ka4u8k .r55sxr2k {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.avbb .liyyzct { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.xbo45z9 .liyyzct { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.vfzn .liyyzct { min-height: 72px; height: auto; }
.yh6f6c .liyyzct { min-height: 84px; height: auto; }
.n1u3exoc .liyyzct { max-width: none; padding: 0 32px; }
.n1u3exoc .wo0c32ci  { max-width: none; padding: 24px 32px; }
.bhm3c.p8bw0 .liyyzct { max-width: 1200px; }
.bhm3c.wtma68 .liyyzct { max-width: 1320px; }
.t3m2w   .wncexy, .t3m2w   .pglc0bw { text-transform: capitalize; }
.koy4ok .wncexy, .koy4ok .pglc0bw { text-transform: lowercase; }
.cj8a6h .wncexy, .cj8a6h .pglc0bw { text-transform: uppercase; letter-spacing: 0.06em; }
.u2wvx12, .q3c3t {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.mh5lh .u2wvx12,
.mh5lh .q3c3t { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.nruz .u2wvx12,
.nruz .q3c3t { 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; }
.lzpq .u2wvx12,
.lzpq .q3c3t { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.uk7xd5 .u2wvx12,
.uk7xd5 .q3c3t { 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; }
.anz9y   .r55sxr2k a { font-weight: 500; }
.xliz4p3r .r55sxr2k a { font-weight: 600; }
.dbtj     .r55sxr2k a { font-weight: 700; }
.lbofnd    .r55sxr2k a { font-weight: 800; letter-spacing: 0.01em; }
.i10lm     .r55sxr2k > li + li::before,
.jro2jpe    .r55sxr2k > li + li::before,
.vpga2z    .r55sxr2k > li + li::before,
.qfrjg73 .r55sxr2k > li + li::before,
.ovaf .r55sxr2k > li + li::before,
.u0pzdfv  .r55sxr2k > li + li::before,
.mnsb7s3    .r55sxr2k > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.i10lm     .r55sxr2k > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.jro2jpe    .r55sxr2k > li + li::before { content: "|"; }
.vpga2z    .r55sxr2k > li + li::before { content: "—"; }
.qfrjg73 .r55sxr2k > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ovaf .r55sxr2k > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.u0pzdfv  .r55sxr2k > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.mnsb7s3    .r55sxr2k > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .vyyezj .voat,
  .ttxtszq9 .voat,
  .wkxh81 .voat,
  .jra3he8g .voat,
  .sd8ta .voat {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .vyyezj .voat::before,
  .ttxtszq9 .voat::before,
  .wkxh81 .voat::before,
  .jra3he8g .voat::before,
  .sd8ta .voat::before { content: ""; display: block; flex-shrink: 0; }

  
  .vyyezj .voat::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;
  }

  
  .ttxtszq9 .voat::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;
  }

  
  .wkxh81 .voat::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;
  }

  
  .jra3he8g .voat::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;
  }

  
  .sd8ta .voat::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) {
  .r42y .voat {
    padding: 5px 14px;
  }
  .r42y .r55sxr2k {
    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;
  }
  .r42y .r55sxr2k li a {
    border-bottom: none; padding: 10px 22px;
  }
  .r42y .r55sxr2k li a:hover { background: var(--bg-raised); }
  .r42y .g0az,
  .w1puwe .g0az,
  .yl6l52i .g0az { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .yojgf .voat {
    padding: 5px 10px;
  }
  .yojgf .r55sxr2k {
    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);
  }
  .yojgf .r55sxr2k.w5bz48y { transform: translateX(0); }
  .yojgf .r55sxr2k li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .yojgf .r55sxr2k li:last-child a { border-bottom: none; }
  .hng453qo .r55sxr2k,
  .w0fy .r55sxr2k { background: var(--accent) !important; }
  .hng453qo .r55sxr2k li a,
  .w0fy .r55sxr2k li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .yl6l52i .voat {
    padding: 5px 10px;
  }
  .yl6l52i .r55sxr2k {
    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);
  }
  .yl6l52i .r55sxr2k::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .yl6l52i .r55sxr2k.w5bz48y { transform: translateY(0); }
  .yl6l52i .r55sxr2k li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .gjhn7 .voat {
    padding: 5px 10px;
  }
  .gjhn7 .r55sxr2k {
    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;
  }
  .gjhn7 .r55sxr2k.w5bz48y { opacity: 1; pointer-events: auto; }
  .gjhn7 .r55sxr2k li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .tfij8nb     .voat { border-radius: 0 !important; }
  .grrshs   .voat { border-radius: 8px !important; }
  .nsumirrp .voat { border-radius: 50% !important; }
  .v7fc   .voat { border-radius: 999px !important; }
}
.wv6cc .xmql5ar { height: 36px; }
.mk6q .xmql5ar { height: 60px; max-width: 200px; }
.id28tzxh .xmql5ar { height: 76px; max-width: 240px; }
.q2gicc .seywho {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.q2gicc .b28hd7cq {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
@media (min-width: 720px) {
  .w88him .oyjsh {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .w88him .ee7ws5k {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .w88him .ee7ws5k { padding: 40px 16px 20px; }
  .w88him .h3go25t {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .w88him .xbrcy { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .rvbfwm .ee7ws5k {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .rvbfwm .ee7ws5k::before {
    position: absolute; top: 14px; left: 14px;
  }
  .rvbfwm .ugccj {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .rvbfwm .ru1fp4a { white-space: normal; text-align: center; font-size: 1.2rem; }
  .rvbfwm .h3go25t {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .rvbfwm .xbrcy { width: 100%; min-width: 0; }
  .rvbfwm .jt2br5c1 { min-width: 0; }
}
.t4tiyx .wruhl0vq {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.t4tiyx .wruhl0vq summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.t4tiyx .wruhl0vq p { padding: 0 2px 16px; }
.msf7x2 .wruhl0vq { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.msf7x2 .wruhl0vq summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.msf7x2 .wruhl0vq summary::after { content: "›"; font-size: 1.2em; }
.msf7x2 .wruhl0vq[open] summary::after { content: "‹"; }
.msf7x2 .wruhl0vq p { padding: 10px 22px 4px; }
.euvhw .wruhl0vq {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.euvhw .wruhl0vq summary { color: var(--text-primary); padding-left: 16px; }
.euvhw .wruhl0vq summary::after { content: "›"; font-size: 1.1em; }
.euvhw .wruhl0vq[open] summary::after { content: "‹"; }
.euvhw .wruhl0vq p { padding-left: 16px; }
.wed20 .mzbaw8o { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.wed20 .wruhl0vq {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.wed20 .wruhl0vq:last-child { border-bottom: none; }
.wed20 .wruhl0vq summary { color: var(--text-primary); border-radius: 0; }
.wed20 .wruhl0vq summary::after { content: "›"; font-size: 1.1em; }
.wed20 .wruhl0vq[open] summary::after { content: "‹"; }
.wgzjqjv .wruhl0vq { overflow: hidden; }
.wgzjqjv .wruhl0vq summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.wgzjqjv .wruhl0vq summary::after { color: rgba(255,255,255,.75); }
.wgzjqjv .wruhl0vq[open] summary { border-radius: 0; }
.onoh { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.pryufw {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.lza25 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.x5ucv5x { color: var(--text-muted); font-size: 1.05rem; }
.ap2d7dk1 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.zk18ba { margin-bottom: 20px; }
.q2no {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.r3o891z {
  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;
}
.r3o891z:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.dqfs5h28 { resize: vertical; min-height: 130px; }
.uifwi8 { width: 100%; margin-top: 8px; }
.yw5we6d3 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.drpjb9 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.iz8u { color: var(--text-muted); line-height: 1.75; }
.xmfn3 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.xmfn3 li { margin-bottom: 6px; }
.z3gxoauu { max-width: 760px; margin: 0 auto; }
.bbe193b { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.o7i6n04 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.o7i6n04:last-child { border-bottom: none; }
.o7i6n04 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.o7i6n04 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ub6ovl5h { max-width: 760px; margin: 0 auto; }
.uz2s { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.mlrfnyyl ul.xmfn3 { margin: 0; }
.kxhhq9 .uz2s { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .kxhhq9 { grid-template-columns: 1fr; gap: 10px; } }
.sw9j { max-width: 640px; margin: 0 auto; text-align: center; }
.uzsip { margin-bottom: 48px; }
.uzsip .uz2s { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.uzsip p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.jl2yl9 .xmfn3 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .nmjjr { grid-template-columns: 1fr; } }
.khztk { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.khztk:hover .winy { color: var(--accent-light); text-decoration: underline; }
.kcjkv3t { color: inherit; text-decoration: none; }
.kcjkv3t:hover { color: var(--accent-light); text-decoration: underline; }
.is4mkh { display: inline-block; line-height: 0; }
.inze8z9h { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.oah5q67p { margin-bottom: 48px; }
.vq4x0m0 { max-width: 760px; margin: 0 auto; }
.nac3 { max-width: 640px; margin: 0 auto; }
.eioc3mm { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.eioc3mm:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.foeb6j { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.eioc3mm p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.eioc3mm ul.xmfn3 { margin: 0; }
.kiwmt { color: var(--text-muted); line-height: 1.75; }
.qy20 .xmfn3,
.nac3 .xmfn3,
.c8ntz .xmfn3,
.uoz7lt .xmfn3 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.qy20 .eioc3mm,
.nac3 .eioc3mm { text-align: left; }
.qy20 .foeb6j,
.nac3 .foeb6j { text-align: center; }
.nojaykyo { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.butubr { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.co2ys { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.lwbe { margin-top: 12px; }
.p6kp { 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; }
.p6kp:hover { border-bottom-color: var(--accent-light); }
.ky4pqzo { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.ky4pqzo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gtsm { width: 72px; height: 72px; }
.stxfs { border-radius: 50%; }
.wxsjo { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.mcit { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.mcit::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .k0m462vz { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.lnwl .co2ys, .lnwl .butubr { max-width: 640px; }
.qk7g02 .nojaykyo { font-size: 1.6rem; margin-top: 18px; }
.ke90owv .co2ys { margin-bottom: 28px; }
@media (max-width: 860px) { .p7y3 { grid-template-columns: 1fr; } .qk7g02 { position: static; text-align: center; } }
.a9w8av .ky4pqzo { margin: 0 auto 18px; }
.a9w8av .wxsjo { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .ejy1s { grid-template-columns: 1fr; } }
.ekv4t .nojaykyo { font-size: 1.6rem; margin-bottom: 6px; }
.uoz7lt .xmfn3 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ekv4t { flex-direction: column; text-align: center; } .h44u23c { grid-template-columns: 1fr; } }
.dfp8n6t { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.dfp8n6t .nojaykyo { font-size: 1.35rem; margin: 0 0 4px; }
.dfp8n6t .wxsjo { margin: 0; }
.im4nfn { max-width: 760px; margin: 0 auto; }
.erg6c1m { position: relative; padding-left: 28px; }
.erg6c1m::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.vkswjl9y { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.vkswjl9y:last-child { padding-bottom: 0; }
.xzg8 { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.s8mthbcd h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.s8mthbcd p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.oofg6 .lza25 { color: var(--accent-light); }
.ur5jwi .lza25 { font-size: 2rem; }
.ur5jwi .x5ucv5x { max-width: 680px; }
.q669bsi {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.q669bsi .lza25 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.q669bsi .x5ucv5x  { margin: 0; }
@media (max-width: 640px) { .q669bsi { flex-direction: column; } }
.cbh542 .lza25 { color: var(--accent-light); }
.jxk5ty .lza25 { color: #fff; }
.jxk5ty .x5ucv5x  { color: rgba(255,255,255,0.85); }
.o7ej { max-width: 680px; margin: 0 auto; }
.egjckph7 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .egjckph7 { grid-template-columns: 1fr; } }
.lali1 .r3o891z {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.lali1 .r3o891z:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.mjrufm .r3o891z { background: var(--bg-raised); border-color: transparent; }
.mjrufm .r3o891z:focus { background: var(--bg-card); border-color: var(--accent-light); }
.uq517iub .r3o891z { border-radius: 100px; padding: 11px 20px; }
.uq517iub .dqfs5h28 { border-radius: 14px; }
@media (max-width: 640px) { .r1qkea7v { grid-template-columns: 1fr; } }
.nfqkebc{display:none}
.nfqkebc:empty,.o4qb:empty{display:none}
.fxbd{position:relative;overflow:visible}
.voqwfg9o .aw23,.g7gi .aw23,
.ua1z15f .aw23,.fiej .aw23,
.bl9v .aw23,.okvfw4n .aw23{display:block}
.kvb38 .cpn6mc{display:block}
.voqwfg9o .aw23,.g7gi .aw23,
.ua1z15f .aw23,.fiej .aw23,
.bl9v .aw23{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}
.voqwfg9o .aw23 .o4qb,.g7gi .aw23 .o4qb,
.ua1z15f .aw23 .o4qb,.fiej .aw23 .o4qb,
.bl9v .aw23 .o4qb{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}
.voqwfg9o .hwiz2du4,.g7gi .hwiz2du4,
.ua1z15f .hwiz2du4,.fiej .hwiz2du4,
.bl9v .hwiz2du4{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.voqwfg9o .aw23,.g7gi .aw23{top:12px}
.voqwfg9o .aw23 .o4qb{margin-right:auto}
.g7gi .aw23 .o4qb{margin-left:auto}
.g7gi .aw23{text-align:right}
.ua1z15f .aw23,.fiej .aw23{bottom:12px}
.ua1z15f .aw23 .o4qb{margin-right:auto}
.fiej .aw23 .o4qb{margin-left:auto}
.fiej .aw23{text-align:right}
.bl9v .aw23{position:relative;margin-top:16px}
.bl9v .aw23 .o4qb{margin:0 auto}
.okvfw4n .aw23{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.okvfw4n .aw23 .o4qb{margin:0}
.okvfw4n .jy3d5gwb~.aw23,
.okvfw4n .zplujydu~.aw23{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.okvfw4n .jy3d5gwb~.aw23 .o4qb,
.okvfw4n .zplujydu~.aw23 .o4qb{justify-content:flex-start}
.jy3d5gwb~.aw23,.zplujydu~.aw23{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}
.jy3d5gwb~.aw23 .o4qb{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.zplujydu~.aw23 .o4qb{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.cpn6mc .o4qb{margin:0 0 12px}
.o4qb{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.srubw{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.winy{font-weight:600;color:var(--text-heading);opacity:1}
.bd4lq::before{content:"·";margin:0 2px;opacity:.5}
.hwiz2du4{white-space:nowrap}
.r6bax9a .srubw{display:none}
.qktzn .hwiz2du4{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.qktzn .bd4lq::before{content:""}
.yzvq3kag .hwiz2du4{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}
.yzvq3kag .bd4lq::before{content:""}
.jr6rz .o4qb{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.rzyfkl4w .hwiz2du4{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.rzyfkl4w .bd4lq::before{content:""}
.v04yse .hwiz2du4{color: var(--accent-light);opacity:1;font-weight:500}
.f0t3vqr .hwiz2du4{border-bottom:1px solid currentColor;padding-bottom:2px}
.n959qrd .o4qb{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.s4hejtm{--date-bg:transparent}
.p8ugy .bd4lq::before{content:""}
.jiibs .bd4lq::before{content:"•";opacity:.4}
.jiibs .hwiz2du4 + .hwiz2du4::before{content:"•";margin-right:6px;opacity:.4}
.l0o20 .bd4lq::before{content:"/";opacity:.35}
.l0o20 .hwiz2du4 + .hwiz2du4::before{content:"/";margin-right:6px;opacity:.35}
.sjv9nut .bd4lq::before{content:"|";opacity:.3}
.sjv9nut .hwiz2du4 + .hwiz2du4::before{content:"|";margin-right:6px;opacity:.3}
.adfvp5o1 .bd4lq::before{content:"—";opacity:.3}
.adfvp5o1 .hwiz2du4 + .hwiz2du4::before{content:"—";margin-right:6px;opacity:.3}
.jmjmk6 .bd4lq::before{content:"◆";font-size:.5em;opacity:.35}
.jmjmk6 .hwiz2du4 + .hwiz2du4::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.b8azz .bd4lq::before{content:"·";opacity:.4}
.b8azz .hwiz2du4 + .hwiz2du4::before{content:"·";margin-right:6px;opacity:.4}
.logr8hiu .bd4lq::before{content:"›";opacity:.4}
.logr8hiu .hwiz2du4 + .hwiz2du4::before{content:"›";margin-right:6px;opacity:.4}
.nemzf .bd4lq::before{content:"→";opacity:.35;font-size:.85em}
.nemzf .hwiz2du4 + .hwiz2du4::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.moszlh{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.qj0bygh6{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.p2ha66ol{display:flex;flex-direction:column;gap:3px}
.p01w72{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.j7frvi{font-weight:700;font-size:1rem;color:var(--text-heading)}
.g3le1ox7{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.a0smr2 .moszlh{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.mkzk .moszlh{border-top:3px solid var(--accent);padding-top:18px}
.kaorl7 .moszlh{border-left:3px solid var(--accent);border-radius:0}
.zksp .moszlh{padding:20px 0}
@media(max-width:640px){
  .moszlh{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .g3le1ox7{max-width:100%}
}
:root {
  --accent:          #880d1e;
  --brand:           #880d1e;
  --brand-light:     #dd2d4a;
  --brand-pale:      #dd2d4a;
  --grad-start:      #2a0409;
  --grad-end:        #700a18;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #dd2d4a;
  --cta-light:       #e37385;
  --cta-hover:       #e25068;
  --bg-page:         #150306;
  --bg-surface:      #22060a;
  --bg-card:         #2f080d;
  --bg-card-inner:   #3c0a11;
  --bg-raised:       #490c15;
  --bg-hover:        #560f19;
  --border:          #68121e;
  --border-alt:      #821625;
  --border-section:  #68121e;
  --text-primary:    #e8e2e3;
  --text-muted:      #ae9c9f;
  --text-body:       #d1c6c8;
  --text-sub:        #ae9c9f;
  --text-faint:      #7e676a;
  --text-dim:        #625052;
  --text-label:      #978084;
  --text-value:      #c5b8ba;
  --accent-bg:       #2e0e12;
  --accent-bg-light: #48131a;
  --bg-tip:          #172616;
  --bg-warning:      #272115;
  --bg-info:         #171626;
  --bg-pros:         #172616;
  --bg-cons:         #261617;
  --c-pros:          #80f47a;
  --c-cons:          #e6898b;
  --c-pros-label:    #52f04b;
  --c-tip-border:    #33ed2a;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #80f47a;
}
:root { --logo-bg-opacity: 65%; }
body, button, input { font-family: "Open Sans", sans-serif; }
.k6fti .f78v6aw { font-size: 0; width: 1.2rem; flex-shrink: 0; }.k6fti .f78v6aw::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.k6fti .sd2yfp     .f78v6aw::before { content: "";  color: var(--c-tip-border); }.k6fti .menzpd8x .f78v6aw::before { content: ""; color: var(--c-warn-border); }.k6fti .dg7sb    .f78v6aw::before { content: ""; color: #60a5fa; }.rpu71ekq .k6fti .sd2yfp     .f78v6aw::before { color: #10b981; }.rpu71ekq .k6fti .menzpd8x .f78v6aw::before { color: #f43f5e; }.rpu71ekq .k6fti .dg7sb    .f78v6aw::before { color: #a855f7; }.skazm0mh  .k6fti .sd2yfp     .f78v6aw::before { color: #eab308; }.skazm0mh  .k6fti .menzpd8x .f78v6aw::before { color: #ef4444; }.skazm0mh  .k6fti .dg7sb    .f78v6aw::before { color: #f97316; }.v1u7s  .k6fti .sd2yfp     .f78v6aw::before { color: #38bdf8; }.v1u7s  .k6fti .menzpd8x .f78v6aw::before { color: #818cf8; }.v1u7s  .k6fti .dg7sb    .f78v6aw::before { color: #2dd4bf; }.y3557 .k6fti .f78v6aw::before { color: var(--accent-light) !important; }
.rm4q6 .t6e0gql li::before, .rm4q6 .dbad li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.rm4q6 .t6e0gql li::before { content: ""; }.rm4q6 .dbad li::before { content: ""; }.rm4q6 .txoril9x::before, .rm4q6 .t0k9req6::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.rm4q6 .txoril9x::before { content: ""; }.rm4q6 .t0k9req6::before { content: ""; }
.okslsw .snx7665, .okslsw .jy3d5gwb { min-height: 320px; }
.ugf3 .t2veea::after, .ugf3 .d2i0kfm5::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.gawhe .orhvc::after,.gawhe .bhm9d5::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; }
.y02lz7::before { content: '|'; opacity: 0.3; }