: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;
}
.ctv9i0 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.qqykq {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.ogm68y {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.sy4apgh5 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.qn19e1 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.qn19e1 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.qn19e1 a:hover { color: var(--accent-light); }
.ir0bt     .wjl0qq { border-radius: 6px; }
.ir0bt .wjl0qq li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.ir0bt .wjl0qq li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.xh9o  .wjl0qq li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .wjl0qq {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .qmhw:hover .wjl0qq,
  .qmhw:focus-within .wjl0qq { display: block; }
  .wjl0qq li a { padding: 8px 16px; font-size: 0.88rem; }
}
.j42wp {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.y0t0hc5 { display: none; }
@media (max-width: 640px) {
  .y0t0hc5 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .y0t0hc5.norc { display: block; }
}
@media (max-width: 640px) {
  .j42wp { display: block; }
  .qn19e1 > li + li::before { display: none !important; }
  .qn19e1 {
    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;
  }
  .qn19e1.norc { display: flex; }
  .qn19e1 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .qn19e1 li:last-child a { border-bottom: none; }
}
.d1se0c { min-height: 480px; }
.umy8a {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.ai8382e { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ajnp0 .ai8382e { margin-left: 0; margin-right: 0; }
.x8y5wgbc {
  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;
}
.x8y5wgbc:hover { opacity: 0.88; }
.n4xkr .kw6q9yq {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.n4xkr .umy8a { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.n4xkr .ai8382e { color: #e2e8f0; }
.n4xkr.cxv88 .kw6q9yq { text-align: center; }
.n4xkr.ajnp0   .kw6q9yq { text-align: left; }
.pd3f1 {
  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);
}
.pd3f1 .kw6q9yq {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.pd3f1 .umy8a { color: var(--text-primary); text-shadow: none; }
.pd3f1 .ai8382e { color: var(--text-muted); }
.pd3f1 .x8y5wgbc { margin-top: 16px; }
.pd3f1, .pd3f1.d1se0c { min-height: auto !important; }
.pd3f1.cxv88 .kw6q9yq { text-align: center; }
.pd3f1.ajnp0   .kw6q9yq { text-align: left; }
.pd3f1~.yrrow5p{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}
.pd3f1~.yrrow5p .ybwnb{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; }
}
.ac5g4g9 .tdqvct,
.ac5g4g9 .zuqwsw {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.ac5g4g9 .n4xkr .bte8ju {
  animation: hg-breathe 10s ease-in-out infinite;
}
.tdqvct .umy8a { color: #fff; }
.tdqvct .ai8382e { color: rgba(255,255,255,0.85); }
.tdqvct .x8y5wgbc { background: #fff; color: var(--cta); }
.tdqvct .x8y5wgbc:hover { opacity: 0.92; }
.ac5g4g9 .p47s0s6 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.p47s0s6 .umy8a { text-shadow: none; color: var(--text-primary); }
.p47s0s6 .ai8382e { color: var(--text-muted); }
body.eloj .umy8a {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.vg6p9 .umy8a {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.p47s0s6.ajnp0   .t90xn { align-items: flex-start; text-align: left; }
.jxybw .kw6q9yq { padding-bottom: 24px; }
.nx4u7l .kw6q9yq { max-width: 960px; }
@media (max-width: 700px) {
  .p47s0s6 { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .p47s0s6 .g91r { display: none !important; }
  .yrauewdd .g91r { display: none !important; }
  .o2o18ec .euwe0l8 { display: none !important; }
  .lpv2sv3w .e0di5a { display: none !important; }
  .t90xn  { padding: 36px 24px; }
  .p47s0s6~.yrrow5p,.oyul7p55~.yrrow5p{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .d1se0c, .p47s0s6 { min-height: 320px !important; }
  
  .umy8a { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .ep293bt { display: none !important; }
  
  .x5aafj { flex-direction: column; align-items: center; }
  .r6l8usf { width: 100%; max-width: 340px; }
}
.oc8z { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.nfgpetq { width: 100%; height: auto; display: block; border-radius: 10px; }
.vidy5zsa .oc8z        { border-radius: 16px; }
.vidy5zsa .nfgpetq  { border-radius: 16px; }
.p0v6h .oc8z         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.p0v6h .nfgpetq   { border-radius: 8px; }
.m2wz { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.n28r { width: 100%; padding: 32px 0; position: relative; }
.k86bw { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.lo98lt .n28r:nth-child(even) { background: var(--bg-surface); }
.lo98lt .n28r:nth-child(odd)  { background: var(--bg-page); }
.fux9wxzu .n28r:nth-child(even) { background: var(--bg-card); }
.fux9wxzu .n28r:nth-child(odd)  { background: var(--bg-page); }
.lo98lt .n28r:nth-child(odd)  .k86bw { background: var(--bg-card); border-radius: 6px; }
.lo98lt .n28r:nth-child(even) .k86bw { background: var(--bg-raised); border-radius: 6px; }
.fux9wxzu .n28r:nth-child(odd)  .k86bw { background: var(--bg-card); border-radius: 6px; }
.fux9wxzu .n28r:nth-child(even) .k86bw { background: var(--bg-raised); border-radius: 6px; }
.lo98lt .n28r:nth-child(even) .tzla .pcbi3sj,
.fux9wxzu .n28r:nth-child(even) .tzla .pcbi3sj { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.lo98lt .n28r:nth-child(odd) .tzla .pcbi3sj,
.fux9wxzu .n28r:nth-child(odd) .tzla .pcbi3sj { background: var(--bg-card-inner); }
.lo98lt .n28r:nth-child(even) .wjps2d .pcbi3sj:nth-child(odd),
.fux9wxzu .n28r:nth-child(even) .wjps2d .pcbi3sj:nth-child(odd)  { background: var(--bg-card); }
.lo98lt .n28r:nth-child(even) .wjps2d .pcbi3sj:nth-child(even),
.fux9wxzu .n28r:nth-child(even) .wjps2d .pcbi3sj:nth-child(even) { background: var(--bg-card-inner); }
h1.ms6r { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.ms6r {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.pv68uupn { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.m9xgbimu h2.ms6r {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.wyy4c h2.ms6r {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.z3u8e4g h2.ms6r {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.utt4hp2c h2.ms6r::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.rqigpwgf h2.ms6r {
  color: var(--text-primary); font-size: 1.7rem;
}
.vrn29 h2.ms6r::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.r4dqj69 h2.ms6r {
  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;
}
.pngweldr { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .pngweldr { display: none; } }
.dkjw3 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.kfzi { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ibj6r1 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.ckj5s { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.p8m7a1u { padding-left: 20px; }
.p8m7a1u li { margin-bottom: 6px; }
.p8m7a1u a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.p8m7a1u a:hover { color: var(--accent-light); }
.jznuac .ckj5s { display: none; }
.js2v8o .ckj5s { display: none; }
.js2v8o .p8m7a1u { padding-left: 0; list-style: none; }
.js2v8o .p8m7a1u li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.js2v8o .p8m7a1u a { font-size: 0.92rem; }
.c4ya66 .ibj6r1 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.c4ya66 .ckj5s { display: none; }
.c4ya66 .p8m7a1u { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.c4ya66 .p8m7a1u li { margin-bottom: 0; }
.c4ya66 .p8m7a1u 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;
}
.c4ya66 .p8m7a1u a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.mnb2 .ibj6r1 { padding: 20px 20px 16px; }
.mnb2 .p8m7a1u {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.mnb2 .p8m7a1u li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.mnb2 .p8m7a1u 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;
}
.mnb2 .p8m7a1u 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;
}
.mnb2 .p8m7a1u a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.mnb2 .p8m7a1u a:focus,
.mnb2 .p8m7a1u a:focus-visible,
.mnb2 .p8m7a1u a:target { outline: none; }
.mnb2 .p8m7a1u li:target a { border-color: var(--border); color: var(--text-muted); }
.y9yc .ibj6r1 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.y9yc .ckj5s { display: none; }
.y9yc .p8m7a1u { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.y9yc .p8m7a1u li { margin-bottom: 0; }
.y9yc .p8m7a1u li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.y9yc .p8m7a1u li:last-child::after { content: ""; margin-right: 0; }
.y9yc .p8m7a1u a { font-size: 0.9rem; }
.pcbi3sj { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.tzla .pcbi3sj { background: var(--bg-card); }
.wjps2d .pcbi3sj:nth-child(odd)  { background: var(--bg-card); }
.wjps2d .pcbi3sj:nth-child(even) { background: var(--bg-raised); }
.v0jyl .pcbi3sj {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.v0jyl .pcbi3sj:last-child { border-bottom: none; }
.v0jyl h3.pv68uupn { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.j90sjx3 .pcbi3sj {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.j90sjx3 .pcbi3sj + .pcbi3sj { margin-top: 4px; }
.mvhi7 .pcbi3sj { background: none; border-radius: 0; padding: 12px 0; }
.mvhi7 .pcbi3sj + .pcbi3sj { border-top: 1px solid var(--border-section); }
.jgzp8l5 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.n50pg3 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.eancsfj { color: var(--text-body); margin-bottom: 10px; }
.olgit6gh, .scp78nm { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.olgit6gh li, .scp78nm li { margin-bottom: 6px; }
.scp78nm li { list-style: decimal; }
.o7q8u     .olgit6gh { list-style-type: "● "; }
.l97h0  .olgit6gh { list-style-type: "■ "; }
.j9pcunmb .olgit6gh { list-style-type: "◆ "; }
.oc1l3nc8    .olgit6gh { list-style-type: "★ "; }
.o7q8u     .sofoo14w { list-style-type: "● "; }
.l97h0  .sofoo14w { list-style-type: "■ "; }
.j9pcunmb .sofoo14w { list-style-type: "◆ "; }
.oc1l3nc8    .sofoo14w { list-style-type: "★ "; }
.o7q8u    .olgit6gh li::marker, .o7q8u    .sofoo14w li::marker,
.l97h0 .olgit6gh li::marker, .l97h0 .sofoo14w li::marker,
.j9pcunmb .olgit6gh li::marker, .j9pcunmb .sofoo14w li::marker,
.oc1l3nc8   .olgit6gh li::marker, .oc1l3nc8   .sofoo14w li::marker {
  color: var(--cta); font-size: 1em;
}
.o7q8u .scp78nm,
.l97h0 .scp78nm,
.j9pcunmb .scp78nm,
.oc1l3nc8 .scp78nm {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.o7q8u .scp78nm li,
.l97h0 .scp78nm li,
.j9pcunmb .scp78nm li,
.oc1l3nc8 .scp78nm li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.o7q8u .scp78nm li::before,
.l97h0 .scp78nm li::before,
.j9pcunmb .scp78nm li::before,
.oc1l3nc8 .scp78nm 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;
}
.o7q8u     .scp78nm li::before { border-radius: 50%; }
.l97h0  .scp78nm li::before { border-radius: 3px; }
.j9pcunmb .scp78nm li::before { border-radius: 3px; }
.oc1l3nc8    .scp78nm li::before { border-radius: 50%; }
.hawn { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.mhys5tj .hawn,
.d3k9pp .hawn { background: transparent; border: none; border-radius: 0; }
.fo0td4y { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.fo0td4y th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.fo0td4y td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.fo0td4y tr:hover td { background: var(--bg-hover); }
.q6ff007 .fo0td4y tbody tr:nth-child(even) td { background: var(--bg-surface); }
.ln58 .fo0td4y { border: 1px solid var(--border-alt); }
.ln58 .fo0td4y th,
.ln58 .fo0td4y td { border: 1px solid var(--border-alt); }
.e93n .fo0td4y th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.e93n .fo0td4y td { border-bottom: none; }
.e93n .fo0td4y tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.no28 .fo0td4y th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.i8tf .hawn {
  overflow: hidden;
}
.i8tf .fo0td4y th { border-bottom: 1px solid var(--border-alt); }
.i8tf .fo0td4y tr:last-child td { border-bottom: none; }
.r47l05 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.lrki3c { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.tiinnyu2 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.n5hl8e { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.sr96a { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.sofoo14w { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.sofoo14w 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%}
.ud2h .n5hl8e { background: transparent; text-align: center; }
.zkezo .tiinnyu2 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.wltr9 .tiinnyu2 {
  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);
}
.bcsku .lrki3c { display: grid; grid-template-columns: auto 1fr; }
.bcsku .tiinnyu2 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.bcsku .n5hl8e { grid-column: 2; }
.bcsku .sr96a,
.bcsku .sofoo14w { grid-column: 1 / -1; }
.yqjji .lrki3c { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.yqjji .tiinnyu2 {
  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);
}
.yqjji .n5hl8e { grid-column: 2; }
.yqjji .sr96a,
.yqjji .sofoo14w { grid-column: 1 / -1; }
.mau9y .lrki3c { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.mau9y .n5hl8e { background: none; color: var(--accent-light); font-weight: 700; }
.fvu4 .lrki3c { 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); }
.fvu4 .n5hl8e { background: none; color: var(--accent-light); font-weight: 700; }
.clslvx4g .lrki3c { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.clslvx4g .lrki3c:last-child { border-bottom: none; }
.clslvx4g .n5hl8e { background: none; color: var(--accent-light); font-weight: 700; }
.dl02t49 .lrki3c { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.dl02t49 .n5hl8e { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.kti2 .r47l05 { counter-reset: card-n; }
.kti2 .lrki3c  { counter-increment: card-n; }
.kti2 .n5hl8e { display: flex; align-items: center; gap: 10px; }
.kti2 .n5hl8e::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;
}
.gv1ox2m .lrki3c { background: var(--bg-surface); border: 1px solid var(--border); }
.gv1ox2m .n5hl8e { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.rsdfo { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.m1ghu2  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.m8ze69eq { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.dda1m3 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.e5o6rn { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.rsdfo strong { color: var(--text-primary); font-size: 0.95rem; }
.rsdfo p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.rqq5vb0 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.zzfn, .fav7akp { border-radius: 8px; padding: 14px; }
.zzfn { background: var(--bg-pros); }
.fav7akp { background: var(--bg-cons); }
.oey8g { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.zzfn .oey8g { color: var(--c-pros-label); }
.fav7akp .oey8g { color: #f87171; }
.zzfn ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.fav7akp ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.nfgpetq { width: 100%; height: auto; border-radius: 10px; display: block; }
.igtcle {
  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;
}
.igtcle:hover { opacity: 0.85; }
.yja7lurm .igtcle  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.yja7lurm .igtcle:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.sgh049 .igtcle  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.sgh049 .igtcle:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.n2ghwe .x8y5wgbc { border-radius: 50px; }
.n2ghwe .igtcle  { border-radius: 50px; }
.lhhi9p1u .x8y5wgbc { padding-left: 22px; padding-right: 22px; }
.lhhi9p1u .igtcle  { padding-left: 12px; padding-right: 12px; }
.ldiw .x8y5wgbc { padding-left: 44px; padding-right: 44px; }
.ldiw .igtcle  { padding-left: 24px; padding-right: 24px; }
.xf0xg1 .x8y5wgbc { padding-left: 56px; padding-right: 56px; }
.xf0xg1 .igtcle  { padding-left: 32px; padding-right: 32px; }
.eghx   .x8y5wgbc::after, .eghx   .igtcle::after,
.k6bbg .x8y5wgbc::after, .k6bbg .igtcle::after,
.gtlp5    .x8y5wgbc::after, .gtlp5    .igtcle::after,
.ogy29y    .x8y5wgbc::after, .ogy29y    .igtcle::after,
.skcyx    .x8y5wgbc::after, .skcyx    .igtcle::after,
.fp2h1g     .x8y5wgbc::after, .fp2h1g     .igtcle::after,
.of5w    .x8y5wgbc::after, .of5w    .igtcle::after,
.r4sw7mgm   .x8y5wgbc::after, .r4sw7mgm   .igtcle::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;
}
.eghx .x8y5wgbc::after, .eghx .igtcle::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");
}
.k6bbg .x8y5wgbc::after, .k6bbg .igtcle::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");
}
.gtlp5 .x8y5wgbc::after, .gtlp5 .igtcle::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");
}
.ogy29y .x8y5wgbc::after, .ogy29y .igtcle::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");
}
.skcyx .x8y5wgbc::after, .skcyx .igtcle::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");
}
.fp2h1g .x8y5wgbc::after, .fp2h1g .igtcle::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");
}
.of5w .x8y5wgbc::after, .of5w .igtcle::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");
}
.r4sw7mgm .x8y5wgbc::after, .r4sw7mgm .igtcle::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");
}
.j4i0t   .ymw5uskf::after, .j4i0t   .vt51xcc4::after,
.qortz .ymw5uskf::after, .qortz .vt51xcc4::after,
.q57mj8u    .ymw5uskf::after, .q57mj8u    .vt51xcc4::after,
.m3q6xedr    .ymw5uskf::after, .m3q6xedr    .vt51xcc4::after,
.lkib7    .ymw5uskf::after, .lkib7    .vt51xcc4::after,
.vajp9npp     .ymw5uskf::after, .vajp9npp     .vt51xcc4::after,
.z2h4    .ymw5uskf::after, .z2h4    .vt51xcc4::after,
.wbwjpyq   .ymw5uskf::after, .wbwjpyq   .vt51xcc4::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;
}
.j4i0t .ymw5uskf::after, .j4i0t .vt51xcc4::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");
}
.qortz .ymw5uskf::after, .qortz .vt51xcc4::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");
}
.q57mj8u .ymw5uskf::after, .q57mj8u .vt51xcc4::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");
}
.m3q6xedr .ymw5uskf::after, .m3q6xedr .vt51xcc4::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");
}
.lkib7 .ymw5uskf::after, .lkib7 .vt51xcc4::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");
}
.vajp9npp .ymw5uskf::after, .vajp9npp .vt51xcc4::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");
}
.z2h4 .ymw5uskf::after, .z2h4 .vt51xcc4::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");
}
.wbwjpyq .ymw5uskf::after, .wbwjpyq .vt51xcc4::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");
}
.asasp .aw00dg3 { background: #1a1a1a; }
@media (min-width: 721px) {
  .mo0cwy { flex: 0 0 260px; width: 260px; }
  .sfmy1jg { flex: 0 0 120px; width: 120px; }
  .cpa46nqz { flex: 0 0 110px; width: 110px; }
  .zsnzd6c   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .lg7o { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.lg7o.igtcle { 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) {
  .inq2b1 { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .inq2b1 .krvrcqz { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .inq2b1 .mo0cwy { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .inq2b1 .aw00dg3 { width: 100%; min-width: unset; height: 120px; }
  .inq2b1 .xgsywsqr { max-height: 96px; max-width: 200px; }
  .inq2b1 .tn0ud { min-width: unset; text-align: center; white-space: normal; }
  .inq2b1 .sfmy1jg { min-width: 0; }
  .inq2b1 .zsnzd6c { 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; }
  .inq2b1 .lg7o { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .hne2 .krvrcqz { row-gap: 8px !important; gap: 10px !important; }
}
.thtbhh0  .hrphy8go li::before { content: "★"; }
.thtbhh0  .xjin li::before { content: "✕"; }
.c1lr05u9 .u94u { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .uqsi9bgy .exwjj {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .uqsi9bgy .o5p95j { margin: 0; }
}
.wf6we2 .o5p95j { border-top: 4px solid var(--accent); }
.wf6we2 .g6opf0g { background: var(--bg-card); }
.d3k9pp .rqq5vb0 { gap: 10px; }
.d3k9pp .zzfn, .d3k9pp .fav7akp { padding: 12px; }
.d3k9pp .zzfn ul, .d3k9pp .fav7akp ul { margin: 4px 0 0; padding-left: 18px; }
.d3k9pp .zzfn li, .d3k9pp .fav7akp li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .evn5jzz { grid-template-columns: 1fr; }
  .ic2mwk { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .ic2mwk .l8b2wed { width: 72px; height: 50px; }
  .ic2mwk .w0ncr8 { max-width: 180px; }
  .ic2mwk .h85do { width: auto; }
}
@media (max-width: 720px) {
  .y4ptx { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .vard { padding: 16px; }
  .e3yu .nnhnfw2b { min-width: 50%; }
}
.my2os .rqq5vb0 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .a73ghfv0 { grid-template-columns: 1fr; }
  .it6l38ku { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .x9chy { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .jng0 { flex-wrap: wrap; padding: 16px; }
}
.dcoxy .rqq5vb0 { gap: 8px; }
.dcoxy .zzfn, .dcoxy .fav7akp { padding: 8px; }
@media (max-width: 480px) {
  .vda8a3m { flex-direction: column; align-items: stretch; }
}
.zeqwc7p .h85do .igtcle { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .hcig { flex-direction: column; align-items: stretch; gap: 10px; }
  .zeqwc7p .h85do { text-align: center; }
}
@media (max-width: 720px) {
  .t5z245 { grid-template-columns: 1fr; }
  .vws7sf { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .t2nrqp { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .sfil1g { grid-template-columns: 1fr; }
  .ccdx6u1y { width: 100px; height: 100px; margin: 16px auto; }
  .q3kv { font-size: 1.4rem; }
  .esemvqhi { justify-content: center; }
  .ozdbmt .nnhnfw2b { min-width: 50%; }
}
.a4v8chz2 .rqq5vb0 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .qb5z { flex-wrap: wrap; padding: 14px 16px; }
  .xgn78cab { padding: 12px 16px; }
  .a4v8chz2 .rqq5vb0 { margin: 0 16px; }
  .a4v8chz2 .dinpcxh { padding: 0 16px; }
  .ggk690j6 { padding: 12px 16px; }
}
.txda .mo0cwy { flex-direction: column; align-items: center; gap: 10px; min-width: 240px; flex-shrink: 0; }
.txda .tn0ud { text-align: center; white-space: normal; font-size: 1.05rem; line-height: 1.25; }
.dpjsh6 .lg7o.igtcle { padding: 14px 30px !important; font-size: 1rem; }
.mu0ktc .lg7o.igtcle { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.d7anzq .sfmy1jg { display: none; }
.oyjha9g1 { margin: 16px 0; }
.zlxdy { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.zlxdy summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.zlxdy summary::after { content: "+"; color: var(--accent-light); }
.zlxdy[open] summary::after { content: "−"; }
.zlxdy p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.n28r { margin-bottom: 0; }
.r78jvm h2.ms6r { color: var(--text-primary); border-color: var(--accent-light); }
.qckh h2.ms6r { color: var(--text-primary); border-color: var(--accent-light); }
.xf3oriq .m1ghu2     { background: #052e16; border-color: #10b981; }
.xf3oriq .m8ze69eq { background: #2d0a1e; border-color: #f43f5e; }
.xf3oriq .dda1m3    { background: #1e1036; border-color: #a855f7; }
.xf3oriq .rsdfo strong  { color: #f1f5f9; }
.xf3oriq .rsdfo p       { color: #cbd5e1; }
.xf3oriq .nw5d    .m1ghu2     .e5o6rn::before,
.xf3oriq .c1rf7y  .m1ghu2     .e5o6rn::before,
.xf3oriq .rp2f2  .m1ghu2     .e5o6rn::before,
.xf3oriq .uhgkjtt .m1ghu2     .e5o6rn::before { color: #10b981; }
.xf3oriq .nw5d    .m8ze69eq .e5o6rn::before,
.xf3oriq .c1rf7y  .m8ze69eq .e5o6rn::before,
.xf3oriq .rp2f2  .m8ze69eq .e5o6rn::before,
.xf3oriq .uhgkjtt .m8ze69eq .e5o6rn::before { color: #f43f5e; }
.xf3oriq .nw5d    .dda1m3    .e5o6rn::before,
.xf3oriq .c1rf7y  .dda1m3    .e5o6rn::before,
.xf3oriq .rp2f2  .dda1m3    .e5o6rn::before,
.xf3oriq .uhgkjtt .dda1m3    .e5o6rn::before { color: #a855f7; }
.nlvv .m1ghu2     { background: #2d2000; border-color: #eab308; }
.nlvv .m8ze69eq { background: #2d0b0b; border-color: #ef4444; }
.nlvv .dda1m3    { background: #2d1600; border-color: #f97316; }
.nlvv .rsdfo strong  { color: #f1f5f9; }
.nlvv .rsdfo p       { color: #cbd5e1; }
.nlvv .nw5d    .m1ghu2     .e5o6rn::before,
.nlvv .c1rf7y  .m1ghu2     .e5o6rn::before,
.nlvv .rp2f2  .m1ghu2     .e5o6rn::before,
.nlvv .uhgkjtt .m1ghu2     .e5o6rn::before { color: #eab308; }
.nlvv .nw5d    .m8ze69eq .e5o6rn::before,
.nlvv .c1rf7y  .m8ze69eq .e5o6rn::before,
.nlvv .rp2f2  .m8ze69eq .e5o6rn::before,
.nlvv .uhgkjtt .m8ze69eq .e5o6rn::before { color: #ef4444; }
.nlvv .nw5d    .dda1m3    .e5o6rn::before,
.nlvv .c1rf7y  .dda1m3    .e5o6rn::before,
.nlvv .rp2f2  .dda1m3    .e5o6rn::before,
.nlvv .uhgkjtt .dda1m3    .e5o6rn::before { color: #f97316; }
.fagykz .m1ghu2     { background: #0c1a2e; border-color: #38bdf8; }
.fagykz .m8ze69eq { background: #12103a; border-color: #818cf8; }
.fagykz .dda1m3    { background: #0a2020; border-color: #2dd4bf; }
.fagykz .rsdfo strong  { color: #f1f5f9; }
.fagykz .rsdfo p       { color: #cbd5e1; }
.fagykz .nw5d    .m1ghu2     .e5o6rn::before,
.fagykz .c1rf7y  .m1ghu2     .e5o6rn::before,
.fagykz .rp2f2  .m1ghu2     .e5o6rn::before,
.fagykz .uhgkjtt .m1ghu2     .e5o6rn::before { color: #38bdf8; }
.fagykz .nw5d    .m8ze69eq .e5o6rn::before,
.fagykz .c1rf7y  .m8ze69eq .e5o6rn::before,
.fagykz .rp2f2  .m8ze69eq .e5o6rn::before,
.fagykz .uhgkjtt .m8ze69eq .e5o6rn::before { color: #818cf8; }
.fagykz .nw5d    .dda1m3    .e5o6rn::before,
.fagykz .c1rf7y  .dda1m3    .e5o6rn::before,
.fagykz .rp2f2  .dda1m3    .e5o6rn::before,
.fagykz .uhgkjtt .dda1m3    .e5o6rn::before { color: #2dd4bf; }
.rgqt4 .m1ghu2     { background: var(--accent-bg); border-color: var(--accent-light); }
.rgqt4 .m8ze69eq { background: var(--accent-bg-light); border-color: var(--accent-light); }
.rgqt4 .dda1m3    { background: var(--accent-bg); border-color: var(--accent-pale); }
.rgqt4 .nw5d    .e5o6rn::before,
.rgqt4 .c1rf7y  .e5o6rn::before,
.rgqt4 .rp2f2  .e5o6rn::before,
.rgqt4 .uhgkjtt .e5o6rn::before { color: var(--accent-light) !important; }
.gks3dex3::before,
.v1glq7::before { margin-right: 5px; }
.i6sm .zzfn ul li,
.i6sm .zzfn .gks3dex3 { color: #22c55e; }
.i6sm .fav7akp ul li,
.i6sm .fav7akp .v1glq7 { color: #ef4444; }
.gkau .zzfn { background: var(--bg-pros); }
.gkau .fav7akp { background: var(--bg-cons); }
.gkau .zzfn .gks3dex3 { color: var(--c-pros-label); }
.gkau .fav7akp .v1glq7 { color: var(--c-cons); }
.gkau .zzfn ul li,
.gkau .hrphy8go li            { color: var(--c-pros); }
.gkau .fav7akp ul li,
.gkau .xjin li            { color: var(--c-cons); }
.zs3ej0l1 .zzfn { background: var(--bg-pros); }
.zs3ej0l1 .fav7akp { background: var(--bg-cons); }
.zs3ej0l1 .zzfn .gks3dex3 { color: var(--c-pros-label); }
.zs3ej0l1 .fav7akp .v1glq7 { color: var(--c-cons); }
.zs3ej0l1 .zzfn ul li,
.zs3ej0l1 .fav7akp ul li,
.vhyrtyee .gks3dex3::before { content: "✓ "; }
.vhyrtyee .v1glq7::before { content: "✗ "; }
.qzsg .gks3dex3::before { content: "→ "; }
.qzsg .v1glq7::before { content: "← "; }
.thtbhh0 .gks3dex3::before { content: "★ "; }
.thtbhh0 .v1glq7::before { content: "✕ "; }
.p9w53xy .gks3dex3::before { content: "◆ "; }
.p9w53xy .v1glq7::before { content: "▲ "; }
.c1lr05u9 .rsdfo { background: transparent; border-left: none; border: 1.5px solid; }
.c1lr05u9 .m1ghu2     { border-color: var(--c-tip-border); }
.c1lr05u9 .m8ze69eq { border-color: var(--c-warn-border); }
.c1lr05u9 .dda1m3    { border-color: #60a5fa; }
.c1lr05u9 .rsdfo strong { color: var(--text-primary); }
.c1lr05u9 .rsdfo p      { color: var(--text-muted); }
.wxmui96k .rsdfo { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.wxmui96k .m1ghu2     { border-top-color: var(--c-tip-border); }
.wxmui96k .m8ze69eq { border-top-color: var(--c-warn-border); }
.wxmui96k .dda1m3    { border-top-color: #60a5fa; }
.ks4pfg7i .rsdfo { border-left: none; border-radius: 8px; }
.ks4pfg7i .m1ghu2     { background: #065f46; }
.ks4pfg7i .m8ze69eq { background: #92400e; }
.ks4pfg7i .dda1m3    { background: #1e3a8a; }
.ks4pfg7i .rsdfo strong,
.ks4pfg7i .rsdfo p { color: #fff; }
.ks4pfg7i .e5o6rn::before { color: rgba(255,255,255,0.85) !important; }
.xf3oriq.ks4pfg7i .m1ghu2,
.xf3oriq .ks4pfg7i .m1ghu2     { background: #052e16; }
.xf3oriq.ks4pfg7i .m8ze69eq,
.xf3oriq .ks4pfg7i .m8ze69eq { background: #2d0a1e; }
.xf3oriq.ks4pfg7i .dda1m3,
.xf3oriq .ks4pfg7i .dda1m3    { background: #1e1036; }
.nlvv.ks4pfg7i .m1ghu2,
.nlvv .ks4pfg7i .m1ghu2      { background: #2d2000; }
.nlvv.ks4pfg7i .m8ze69eq,
.nlvv .ks4pfg7i .m8ze69eq  { background: #2d0b0b; }
.nlvv.ks4pfg7i .dda1m3,
.nlvv .ks4pfg7i .dda1m3     { background: #2d1600; }
.fagykz.ks4pfg7i .m1ghu2,
.fagykz .ks4pfg7i .m1ghu2      { background: #0c1a2e; }
.fagykz.ks4pfg7i .m8ze69eq,
.fagykz .ks4pfg7i .m8ze69eq  { background: #12103a; }
.fagykz.ks4pfg7i .dda1m3,
.fagykz .ks4pfg7i .dda1m3     { background: #0a2020; }
.qwaj2f6h .rsdfo { border-left: none; border-radius: 6px; padding: 10px 14px; }
.qwaj2f6h .m1ghu2     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.qwaj2f6h .m8ze69eq { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.qwaj2f6h .dda1m3    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.qwaj2f6h .rsdfo strong { color: var(--text-primary); }
.qwaj2f6h .rsdfo p      { color: var(--text-muted); }
.ytaaxqxl .rsdfo { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.nw5d .e5o6rn,
.c1rf7y .e5o6rn,
.rp2f2 .e5o6rn,
.uhgkjtt .e5o6rn { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.nw5d .e5o6rn::before,
.c1rf7y .e5o6rn::before,
.rp2f2 .e5o6rn::before,
.uhgkjtt .e5o6rn::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.nw5d .m1ghu2     .e5o6rn::before { content: "✦"; color: var(--c-tip-border); }
.nw5d .m8ze69eq .e5o6rn::before { content: "▲"; color: var(--c-warn-border); }
.nw5d .dda1m3    .e5o6rn::before { content: "◉"; color: #60a5fa; }
.c1rf7y .m1ghu2     .e5o6rn::before { content: "★"; color: var(--c-tip-border); }
.c1rf7y .m8ze69eq .e5o6rn::before { content: "◆"; color: var(--c-warn-border); }
.c1rf7y .dda1m3    .e5o6rn::before { content: "●"; color: #60a5fa; }
.rp2f2 .m1ghu2     .e5o6rn::before { content: "▶"; color: var(--c-tip-border); }
.rp2f2 .m8ze69eq .e5o6rn::before { content: "■"; color: var(--c-warn-border); }
.rp2f2 .dda1m3    .e5o6rn::before { content: "▸"; color: #60a5fa; }
.uhgkjtt .m1ghu2     .e5o6rn::before { content: "→"; color: var(--c-tip-border); }
.uhgkjtt .m8ze69eq .e5o6rn::before { content: "⬥"; color: var(--c-warn-border); }
.uhgkjtt .dda1m3    .e5o6rn::before { content: "◈"; color: #60a5fa; }
.ii3uw2 .tzla .pcbi3sj,
.ii3uw2 .wjps2d .pcbi3sj  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.ii3uw2 .lrki3c                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.ii3uw2 .hawn          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ii3uw2 .ibj6r1                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.nr03zy .tzla .pcbi3sj,
.nr03zy .wjps2d .pcbi3sj,
.nr03zy .lrki3c,
.nr03zy .krvrcqz,
.nr03zy .o5p95j,
.nr03zy .hawn,
.nr03zy .ibj6r1,
.nr03zy .ytaaxqxl .rsdfo { box-shadow: none; }
.kq0d   .eancsfj, .kq0d .jgzp8l5, .kq0d .n50pg3,
.kq0d   .dkjw3, .kq0d .kfzi { font-size: 0.9rem; }
.kq0d   .olgit6gh, .kq0d .scp78nm { font-size: 0.9rem; }
.krgll   .eancsfj, .krgll .jgzp8l5, .krgll .n50pg3,
.krgll   .dkjw3, .krgll .kfzi { font-size: 0.95rem; }
.krgll   .olgit6gh, .krgll .scp78nm { font-size: 0.95rem; }
.onh0h   .eancsfj, .onh0h .jgzp8l5, .onh0h .n50pg3,
.onh0h   .dkjw3, .onh0h .kfzi { font-size: 1.08rem; }
.onh0h   .olgit6gh, .onh0h .scp78nm { font-size: 1.05rem; }
.onh0h   .fo0td4y { font-size: 0.97rem; }
.zy7mn .umy8a      { font-size: 3.2rem; }
.zy7mn h2.ms6r { font-size: 1.9rem; }
.zy7mn h3.pv68uupn     { font-size: 1.4rem; }
.nrevz1 .umy8a      { font-size: 3.8rem; }
.nrevz1 h2.ms6r { font-size: 2.2rem; }
.nrevz1 h3.pv68uupn     { font-size: 1.6rem; }
.n28r + .n28r { position: relative; }
.o19gsz68   .n28r + .n28r::before,
.yiopoz  .n28r + .n28r::before,
.t9jw6   .n28r + .n28r::before,
.n7u259z   .n28r + .n28r::before,
.r697jx61   .n28r + .n28r::before,
.nqd0m6eq .n28r + .n28r::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.o19gsz68 .n28r + .n28r::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.yiopoz .n28r + .n28r::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.t9jw6 .n28r + .n28r::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;
}
.n7u259z .n28r + .n28r::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.vbg2w .n28r { margin-bottom: 16px; }
.vbg2w .n28r + .n28r { margin-top: 0; }
.vbg2w .k86bw { padding-top: 0; padding-bottom: 0; }
.r697jx61 .n28r + .n28r::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.nqd0m6eq .n28r + .n28r::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.oa3cev .n28r + .n28r::before,
.qamkg7 .n28r + .n28r::before,
.tfrz6q7 .n28r + .n28r::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%;
}
.lo98lt .oa3cev .n28r:nth-child(even)::before,
.lo98lt .qamkg7 .n28r:nth-child(even)::before,
.lo98lt .tfrz6q7 .n28r:nth-child(even)::before { background: var(--bg-surface); }
.fux9wxzu .oa3cev .n28r:nth-child(even)::before,
.fux9wxzu .qamkg7 .n28r:nth-child(even)::before,
.fux9wxzu .tfrz6q7 .n28r:nth-child(even)::before { background: var(--bg-card); }
.oa3cev .n28r + .n28r::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");
}
.qamkg7 .n28r + .n28r::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");
}
.tfrz6q7 .n28r + .n28r::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");
}
.unql0xc .kw6q9yq,
.ymgo .kw6q9yq { margin-bottom: 60px; }
.a39cp5e7 .kw6q9yq { margin-bottom: 70px; }
.euiisxy .n4xkr:not(.tdqvct) .bte8ju { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.euiisxy .tdqvct { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.euiisxy .zuqwsw { background: linear-gradient(45deg, var(--accent), var(--accent-light)); }
.euiisxy .p47s0s6 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.excb8yu .oc8z { float: left; width: 38%; margin: 0 28px 16px 0; }
.excb8yu .oc8z .nfgpetq { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.excb8yu .k86bw::after { content: ''; display: block; clear: both; }
.e6bmo4 .oc8z { float: right; width: 38%; margin: 0 0 16px 28px; }
.e6bmo4 .oc8z .nfgpetq { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.e6bmo4 .k86bw::after { content: ''; display: block; clear: both; }
.taoo9ul6 .n28r:nth-child(odd)  .oc8z { float: left;  width: 38%; margin: 0 28px 16px 0; }
.taoo9ul6 .n28r:nth-child(even) .oc8z { float: right; width: 38%; margin: 0 0 16px 28px; }
.taoo9ul6 .oc8z .nfgpetq { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.taoo9ul6 .k86bw::after { content: ''; display: block; clear: both; }
.excb8yu .r47l05,
.e6bmo4 .r47l05,
.taoo9ul6 .r47l05,
@media (max-width: 900px) {
  .excb8yu .oc8z,
  .e6bmo4 .oc8z,
  .taoo9ul6 .n28r:nth-child(odd)  .oc8z,
  .taoo9ul6 .n28r:nth-child(even) .oc8z {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .excb8yu .oc8z .nfgpetq,
  .e6bmo4 .oc8z .nfgpetq,
  .taoo9ul6 .oc8z .nfgpetq {
    max-height: none !important;
  }
}
.excb8yu .olgit6gh,
.excb8yu .scp78nm,
.e6bmo4 .olgit6gh,
.e6bmo4 .scp78nm,
.taoo9ul6 .olgit6gh,
.taoo9ul6 .scp78nm { overflow: hidden; }
@media (max-width: 640px) {
  .excb8yu .oc8z,
  .e6bmo4 .oc8z,
  .taoo9ul6 .oc8z { float: none; width: 100%; margin: 0 0 16px 0; }
}
.x1o7qq8n .m2wz,
.x1o7qq8n .k86bw,
.x1o7qq8n .l8t8pik  { max-width: 1100px; }
.hn26bubf .m2wz,
.hn26bubf .k86bw,
.hn26bubf .l8t8pik  { max-width: 1200px; }
.qygfmr .m2wz,
.qygfmr .k86bw,
.qygfmr .l8t8pik  { max-width: 1320px; }
.qygfmr { --content-mw: 1320px; }
.bdotq { font-size: 0.82rem; color: var(--text-muted); }
.tsxvysj { display: flex; align-items: center; }
.o3qi5tj {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.tref3io { display: flex; align-items: center; }
.am122wyg { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.am122wyg:hover { text-decoration: underline; }
.d81rlc0 { margin: 0 3px; opacity: 0.45; }
.d81rlc0::before { content: '/'; }
.c7z7z5z { padding: 2px 5px; color: var(--text-main); }
.sxrytpqv .bdotq {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.sxrytpqv .tsxvysj { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.lp5rcp0 .bdotq {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.lp5rcp0 .tsxvysj { padding: 0 0 0 12px; }
.l794a .tsxvysj { padding: 0 16px; }
.l794a .bdotq {
  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);
}
.l794a .m2wz { padding-top: 28px; }
@media (max-width: 720px) {
  .dlvpuogn { margin-top: 18px; padding: 0 16px; }
  .l794a .m2wz { padding-top: 16px; }
}
.x1o7qq8n.sxrytpqv .tsxvysj { max-width: 1100px; }
.hn26bubf.sxrytpqv .tsxvysj { max-width: 1200px; }
.qygfmr.sxrytpqv .tsxvysj { max-width: 1320px; }
.qygfmr .dlvpuogn { max-width: 1320px; }
.kq9rc .n28r { padding-top: 16px; padding-bottom: 16px; }
.wtt4vip .n28r { padding-top: 24px; padding-bottom: 24px; }
.cfex3 .n28r { padding-top: 40px; padding-bottom: 40px; }
.zjlu2ht .n28r { padding-top: 52px; padding-bottom: 52px; }
.tmcj .n28r:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.tmcj .n28r:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.tmcj .n28r:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.tmcj .n28r:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.tp5e7m .k86bw { padding-top: 10px;  padding-bottom: 10px; }
.un16et .k86bw { padding-top: 18px;  padding-bottom: 18px; }
.x3rpzh8 .k86bw { padding-top: 36px;  padding-bottom: 36px; }
.bj2kvcn .k86bw { padding-top: 48px;  padding-bottom: 48px; }
.ae9x5 h2.ms6r { font-weight: 600; }
.ae9x5 h3.pv68uupn     { font-weight: 600; }
.r0fu3 { font-weight: 500; }
.r0fu3 h2.ms6r { font-weight: 800; }
.r0fu3 h3.pv68uupn     { font-weight: 700; }
.pgl1ll h2.ms6r { font-weight: 900; }
.pgl1ll h3.pv68uupn     { font-weight: 800; }
.pgl1ll .rsdfo strong,
.pgl1ll .rsdfo strong { font-weight: 600; }
.ymw5uskf {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.qdhsuy9e .ymw5uskf { display: none; }
@media (max-width: 640px) { .ymw5uskf { display: none; } }
.ymw5uskf { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ymw5uskf:hover { opacity: 0.85; }
.s7vs1a .ymw5uskf { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.zqt7tawf .ymw5uskf,
.me8uzgs  .ymw5uskf { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.zqt7tawf .ymw5uskf:hover,
.me8uzgs  .ymw5uskf:hover { opacity: 0.88; }
.s7vs1a.zqt7tawf .ymw5uskf,
.s7vs1a.me8uzgs  .ymw5uskf { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.vt51xcc4 {
  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;
}
.vt51xcc4:hover { transform: translateY(-2px); opacity: 0.92; }
.vt51xcc4 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.izf2c11l .vt51xcc4 { display: none; }
.ltg9 .vt51xcc4 { right: 32px; }
.aa6x2  .vt51xcc4 { left: 32px; }
@media (max-width: 480px) {
  .ltg9 .vt51xcc4 { right: 20px; bottom: 20px; }
  .aa6x2  .vt51xcc4 { left: 20px; bottom: 20px; }
}
.yrbyz15 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.l8t8pik { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.zqntzv { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.aw4rhqb { color: var(--text-dim); font-size: 0.8rem; }
.x88l { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.x88l img { height: 26px; width: auto; object-fit: contain; }
.ei7c6u99 { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.n4jx696 .l8t8pik { text-align: center; }
.n4jx696 .zqntzv { margin-top: 0; }
.soex { margin-top: 10px; }
.soex a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .l8t8pik { padding-left: 16px; padding-right: 16px; }
  .c52gdr .l8t8pik { padding: 20px 16px; }
  .ktftg { gap: 4px 12px; }
  .zqntzv { font-size: 0.78rem; }
}
.dfsuup .qx6o .x88l { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.dfsuup .ei7c6u99 { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.dfsuup .lsim { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.dfsuup .lsim a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.dfsuup .lsim a:hover { color: var(--accent-light); }
.dfsuup .zqntzv { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.dfsuup .aw4rhqb { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .dfsuup .brzby5 { grid-template-columns: 1fr 1fr; } .dfsuup .qx6o { grid-column: 1 / -1; } }
@media (max-width: 480px) { .dfsuup .brzby5 { grid-template-columns: 1fr; } }
.p01j .x88l { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.p01j .zqntzv { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .p01j .yp43 { gap: 12px; } .p01j .x88l { margin-right: 0; width: 100%; } }
.v3y8guy .rjnz5 { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.v3y8guy .i3kdrtc .x88l { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.v3y8guy .ei7c6u99 { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.v3y8guy .k9hf23qn { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.v3y8guy .lsim { display: flex; flex-direction: column; gap: 9px; }
.v3y8guy .lsim a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.v3y8guy .lsim a:hover { color: var(--accent-light); }
.v3y8guy .c22nn9ri { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.v3y8guy .zqntzv { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.v3y8guy .aw4rhqb { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .v3y8guy .rjnz5 { grid-template-columns: 1fr 1fr; } .v3y8guy .i3kdrtc { grid-column: 1 / -1; } }
@media (max-width: 480px) { .v3y8guy .rjnz5 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .kww5t .j8d83k { grid-template-columns: 1fr 1fr; } .kww5t .p22iju:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .kww5t .j8d83k { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .av27 .j8d83k { grid-template-columns: 1fr; } }
.cyrxytz .l8t8pik { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.t5tdfz .ctv9i0      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.t5tdfz .yrbyz15 { background: var(--bg-page); border-top-color: var(--border-alt); }
.r36yi .ctv9i0      { background: #0d1117; border-bottom-color: #21262d; }
.r36yi .ogm68y { color: var(--accent-light); }
.r36yi .qn19e1 { --msep-color: #8b949e; }
.r36yi .qn19e1 a { color: #8b949e; }
.r36yi .qn19e1 a:hover { color: var(--accent-light); }
.r36yi .j42wp { color: #8b949e; }
.r36yi .yrbyz15 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.r36yi .zqntzv,
.r36yi .aw4rhqb { color: #6e7681; }
.r36yi .lsim a, .r36yi .b6g0qt a,
.r36yi .x88l { color: #e6edf3; }
.r36yi .lsim a:hover, .r36yi .b6g0qt a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .r36yi .qn19e1 { background: #0d1117; border-top-color: #21262d; }
  .r36yi .qn19e1 li a { border-bottom-color: #21262d; }
}
.uz0s .ctv9i0      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.uz0s .ogm68y { color: var(--accent-light); }
.uz0s .qn19e1 { --msep-color: #475569; }
.uz0s .qn19e1 a { color: #475569; }
.uz0s .qn19e1 a:hover { color: var(--accent-light); }
.uz0s .j42wp { color: #64748b; }
.uz0s .yrbyz15 { background: #f0f4f8; border-top-color: #cbd5e1; }
.uz0s .zqntzv,
.uz0s .aw4rhqb { color: #64748b; }
.uz0s .lsim a, .uz0s .b6g0qt a,
.uz0s .q4wa a, .uz0s .x88l { color: #374151; }
.uz0s .lsim a:hover, .uz0s .b6g0qt a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .uz0s .qn19e1 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .uz0s .qn19e1 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.zqt7tawf .ctv9i0      { background: var(--accent); border-bottom-color: var(--accent-light); }
.zqt7tawf .ogm68y { color: #fff; }
.zqt7tawf .qn19e1 { --msep-color: rgba(255,255,255,0.82); }
.zqt7tawf .qn19e1 a { color: rgba(255,255,255,0.82); }
.zqt7tawf .qn19e1 a:hover { color: #fff; }
.zqt7tawf .j42wp { color: rgba(255,255,255,0.9); }
.zqt7tawf .yrbyz15 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.zqt7tawf .zqntzv,
.zqt7tawf .aw4rhqb { color: rgba(255,255,255,0.72); }
.zqt7tawf .lsim a, .zqt7tawf .b6g0qt a,
.zqt7tawf .q4wa a, .zqt7tawf .x88l { color: #fff; }
.zqt7tawf .ei7c6u99, .zqt7tawf .k9hf23qn { color: rgba(255,255,255,0.7); }
.zqt7tawf .lsim a:hover, .zqt7tawf .b6g0qt a:hover { color: #fff; }
@media (max-width: 640px) {
  .zqt7tawf .qn19e1 { background: var(--accent); border-top-color: var(--accent-light); }
  .zqt7tawf .qn19e1 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.me8uzgs .ctv9i0 {
  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);
}
.me8uzgs .yrbyz15 {
  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) {
  .me8uzgs .qn19e1 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.rerajj .qqykq { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.nrozvle8 .qqykq { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.wsmn2 .qqykq { min-height: 72px; height: auto; }
.wtpp .qqykq { min-height: 84px; height: auto; }
.c52gdr .qqykq { max-width: none; padding: 0 32px; }
.c52gdr .l8t8pik  { max-width: none; padding: 24px 32px; }
.mml07.hn26bubf .qqykq { max-width: 1200px; }
.mml07.qygfmr .qqykq { max-width: 1320px; }
.yc4t   .ogm68y, .yc4t   .x88l { text-transform: capitalize; }
.z3f7qfc .ogm68y, .z3f7qfc .x88l { text-transform: lowercase; }
.bi7co .ogm68y, .bi7co .x88l { text-transform: uppercase; letter-spacing: 0.06em; }
.y0j389, .dm16 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.y7xy .y0j389,
.y7xy .dm16 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.l7zl2l .y0j389,
.l7zl2l .dm16 { 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; }
.c3j5g .y0j389,
.c3j5g .dm16 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.uha6xce .y0j389,
.uha6xce .dm16 { 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; }
.l43naovz   .qn19e1 a { font-weight: 500; }
.dq3jm0 .qn19e1 a { font-weight: 600; }
.l7gl2vcm     .qn19e1 a { font-weight: 700; }
.p7mpw    .qn19e1 a { font-weight: 800; letter-spacing: 0.01em; }
.l2qud     .qn19e1 > li + li::before,
.e1lpc3    .qn19e1 > li + li::before,
.ar5d    .qn19e1 > li + li::before,
.n0b10t .qn19e1 > li + li::before,
.ii8oz .qn19e1 > li + li::before,
.th1q1  .qn19e1 > li + li::before,
.v178    .qn19e1 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.l2qud     .qn19e1 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.e1lpc3    .qn19e1 > li + li::before { content: "|"; }
.ar5d    .qn19e1 > li + li::before { content: "—"; }
.n0b10t .qn19e1 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ii8oz .qn19e1 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.th1q1  .qn19e1 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.v178    .qn19e1 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .xki9 .j42wp,
  .eclwz4w .j42wp,
  .txo5pu .j42wp,
  .ditukf .j42wp,
  .gt2p9 .j42wp {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .xki9 .j42wp::before,
  .eclwz4w .j42wp::before,
  .txo5pu .j42wp::before,
  .ditukf .j42wp::before,
  .gt2p9 .j42wp::before { content: ""; display: block; flex-shrink: 0; }

  
  .xki9 .j42wp::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;
  }

  
  .eclwz4w .j42wp::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;
  }

  
  .txo5pu .j42wp::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;
  }

  
  .ditukf .j42wp::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;
  }

  
  .gt2p9 .j42wp::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) {
  .dlz4o88r .j42wp {
    padding: 5px 14px;
  }
  .dlz4o88r .qn19e1 {
    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;
  }
  .dlz4o88r .qn19e1 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .dlz4o88r .qn19e1 li a:hover { background: var(--bg-raised); }
  .dlz4o88r .y0t0hc5,
  .zc5s .y0t0hc5,
  .bkjoom4f .y0t0hc5 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .xeb1 .j42wp {
    padding: 5px 10px;
  }
  .xeb1 .qn19e1 {
    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);
  }
  .xeb1 .qn19e1.norc { transform: translateX(0); }
  .xeb1 .qn19e1 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .xeb1 .qn19e1 li:last-child a { border-bottom: none; }
  .zqt7tawf .qn19e1,
  .r36yi .qn19e1 { background: var(--accent) !important; }
  .zqt7tawf .qn19e1 li a,
  .r36yi .qn19e1 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .bkjoom4f .j42wp {
    padding: 5px 10px;
  }
  .bkjoom4f .qn19e1 {
    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);
  }
  .bkjoom4f .qn19e1::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .bkjoom4f .qn19e1.norc { transform: translateY(0); }
  .bkjoom4f .qn19e1 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .dq2i .j42wp {
    padding: 5px 10px;
  }
  .dq2i .qn19e1 {
    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;
  }
  .dq2i .qn19e1.norc { opacity: 1; pointer-events: auto; }
  .dq2i .qn19e1 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .xqh0g4q     .j42wp { border-radius: 0 !important; }
  .ayip   .j42wp { border-radius: 8px !important; }
  .pkqmr10f .j42wp { border-radius: 50% !important; }
  .j7c7bz   .j42wp { border-radius: 999px !important; }
}
.ulbp .sy4apgh5 { height: 36px; }
.dsgv .sy4apgh5 { height: 60px; max-width: 200px; }
.cq5fkzw .sy4apgh5 { height: 76px; max-width: 240px; }
@media (min-width: 720px) {
  .r0oxcfb4 .inq2b1 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .r0oxcfb4 .krvrcqz {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .r0oxcfb4 .krvrcqz { padding: 40px 16px 20px; }
  .r0oxcfb4 .zsnzd6c {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .r0oxcfb4 .lg7o { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .vvtba .krvrcqz {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .vvtba .krvrcqz::before {
    position: absolute; top: 14px; left: 14px;
  }
  .vvtba .mo0cwy {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .vvtba .tn0ud { white-space: normal; text-align: center; font-size: 1.2rem; }
  .vvtba .zsnzd6c {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .vvtba .lg7o { width: 100%; min-width: 0; }
  .vvtba .sfmy1jg { min-width: 0; }
}
.snzy9j8 .inq2b1 { counter-reset: cs-rank; }
.snzy9j8 .krvrcqz::before {
  counter-increment: cs-rank;
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.2;
  min-width: 24px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.t4blab .zlxdy {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.t4blab .zlxdy summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.t4blab .zlxdy p { padding: 0 2px 16px; }
.gxxxlwy .zlxdy { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.gxxxlwy .zlxdy summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.gxxxlwy .zlxdy summary::after { content: "›"; font-size: 1.2em; }
.gxxxlwy .zlxdy[open] summary::after { content: "‹"; }
.gxxxlwy .zlxdy p { padding: 10px 22px 4px; }
.s27nfi .zlxdy {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.s27nfi .zlxdy summary { color: var(--text-primary); padding-left: 16px; }
.s27nfi .zlxdy summary::after { content: "›"; font-size: 1.1em; }
.s27nfi .zlxdy[open] summary::after { content: "‹"; }
.s27nfi .zlxdy p { padding-left: 16px; }
.hh2gw .oyjha9g1 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.hh2gw .zlxdy {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.hh2gw .zlxdy:last-child { border-bottom: none; }
.hh2gw .zlxdy summary { color: var(--text-primary); border-radius: 0; }
.hh2gw .zlxdy summary::after { content: "›"; font-size: 1.1em; }
.hh2gw .zlxdy[open] summary::after { content: "‹"; }
.rm6f .zlxdy { overflow: hidden; }
.rm6f .zlxdy summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.rm6f .zlxdy summary::after { color: rgba(255,255,255,.75); }
.rm6f .zlxdy[open] summary { border-radius: 0; }
.lwpllhiv { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.p7i8i3mt {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.ldripi {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.wavw { color: var(--text-muted); font-size: 1.05rem; }
.k5k71 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.gc746uv7 { margin-bottom: 20px; }
.xtnn {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.uva1e {
  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;
}
.uva1e:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.tu5ds { resize: vertical; min-height: 130px; }
.eo108 { width: 100%; margin-top: 8px; }
.t1nizu {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.hhii946 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.uvhth { color: var(--text-muted); line-height: 1.75; }
.q3k5s { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.q3k5s li { margin-bottom: 6px; }
.bz3nq6uk { max-width: 760px; margin: 0 auto; }
.nbv90j1i { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.afl49 { max-width: 760px; margin: 0 auto; }
.n140sc ul.q3k5s { margin: 0; }
@media (max-width: 640px) { .v4x8y { grid-template-columns: 1fr; gap: 10px; } }
.tlxx3p { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.fe2vl { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.xc0e22t { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.fe2vl p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.fe2vl .q3k5s { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .tlxx3p { grid-template-columns: 1fr; } }
.qgcybt0 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.qgcybt0:hover .ys04ca4n { color: var(--accent-light); text-decoration: underline; }
.jw0e9v { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.s7sf6m { margin-bottom: 48px; }
.we2t0h { max-width: 760px; margin: 0 auto; }
.zv6ah { max-width: 640px; margin: 0 auto; }
.u1xe1h { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.u1xe1h:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.xn9v4p { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.u1xe1h p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.u1xe1h ul.q3k5s { margin: 0; }
.nxvb7t2 { color: var(--text-muted); line-height: 1.75; }
.cwoohrz .q3k5s,
.zv6ah .q3k5s,
.pevxu .q3k5s,
.tkdm .q3k5s {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.cwoohrz .u1xe1h,
.zv6ah .u1xe1h { text-align: left; }
.cwoohrz .xn9v4p,
.zv6ah .xn9v4p { text-align: center; }
.vwfy49 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.ypf5 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.j28d96so { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.teaym0c { margin-top: 12px; }
.ts58dfh { 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; }
.ts58dfh:hover { border-bottom-color: var(--accent-light); }
.qsl0gu { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.qsl0gu img { width: 100%; height: 100%; object-fit: cover; display: block; }
.xjd2 { width: 72px; height: 72px; }
.ntm4bj { border-radius: 10px; }
.mq82a1g { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.qwik { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .vtqy3 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.rcn0m6l9 .j28d96so, .rcn0m6l9 .ypf5 { max-width: 640px; }
.cp0n .vwfy49 { font-size: 1.6rem; margin-top: 18px; }
.ch7bfl .j28d96so { margin-bottom: 28px; }
@media (max-width: 860px) { .t12bfc9 { grid-template-columns: 1fr; } .cp0n { position: static; text-align: center; } }
.gggfq5y .qsl0gu { margin: 0 auto 18px; }
.gggfq5y .mq82a1g { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .jv2hgr { grid-template-columns: 1fr; } }
.tiu2 .vwfy49 { font-size: 1.6rem; margin-bottom: 6px; }
.tkdm .q3k5s { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .tiu2 { flex-direction: column; text-align: center; } .fbgj8gbm { grid-template-columns: 1fr; } }
.d954t { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.d954t .vwfy49 { font-size: 1.35rem; margin: 0 0 4px; }
.d954t .mq82a1g { margin: 0; }
.ytch8m { max-width: 760px; margin: 0 auto; }
.dvuc5de { position: relative; padding-left: 28px; }
.dvuc5de::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.jzq4q9 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.jzq4q9:last-child { padding-bottom: 0; }
.dtoq { 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; }
.wcdu5rhx h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.wcdu5rhx p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.gnh3jl .ldripi { color: var(--accent-light); }
.you9cbg .ldripi { font-size: 2rem; }
.you9cbg .wavw { max-width: 680px; }
.s5ybd1 .ldripi { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.s5ybd1 .wavw  { margin: 0; }
@media (max-width: 640px) { .s5ybd1 { flex-direction: column; } }
.ffsw8hl .ldripi { color: var(--accent-light); }
.x8q53m {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.x8q53m .ldripi { color: #fff; }
.x8q53m .wavw  { color: rgba(255,255,255,0.85); }
.fofrpvwj { max-width: 680px; margin: 0 auto; }
.ncgse {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .ncgse { grid-template-columns: 1fr; } }
.mxy2ab { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.mxy2ab .uva1e {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.mxy2ab .uva1e:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.v2ntlq .uva1e { background: var(--bg-raised); border-color: transparent; }
.v2ntlq .uva1e:focus { background: var(--bg-card); border-color: var(--accent-light); }
.y0s41ox6 .uva1e { border-radius: 100px; padding: 11px 20px; }
.y0s41ox6 .tu5ds { border-radius: 14px; }
.lqo8ew {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.lqo8ew summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.lqo8ew summary::-webkit-details-marker { display: none; }
.lqo8ew summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.lqo8ew[open] summary::after { content: "−"; }
.lyknpp84 {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .d4e5j { grid-template-columns: 1fr; } }
.urb5v { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.urb5v li { margin-bottom: 6px; }
.jg7976{display:none}
.jg7976:empty,.ybwnb:empty{display:none}
.xghlfpqc{position:relative;overflow:visible}
.i3n4h1z .yrrow5p,.zzy5d .yrrow5p,
.v795hoqh .yrrow5p,.xoqm94e .yrrow5p,
.z9u9 .yrrow5p,.pwohh .yrrow5p{display:block}
.n6qv .ggiz2kf{display:block}
.i3n4h1z .yrrow5p,.zzy5d .yrrow5p,
.v795hoqh .yrrow5p,.xoqm94e .yrrow5p,
.z9u9 .yrrow5p{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}
.i3n4h1z .yrrow5p .ybwnb,.zzy5d .yrrow5p .ybwnb,
.v795hoqh .yrrow5p .ybwnb,.xoqm94e .yrrow5p .ybwnb,
.z9u9 .yrrow5p .ybwnb{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}
.i3n4h1z .w58zmhnn,.zzy5d .w58zmhnn,
.v795hoqh .w58zmhnn,.xoqm94e .w58zmhnn,
.z9u9 .w58zmhnn{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.i3n4h1z .yrrow5p,.zzy5d .yrrow5p{top:12px}
.i3n4h1z .yrrow5p .ybwnb{margin-right:auto}
.zzy5d .yrrow5p .ybwnb{margin-left:auto}
.zzy5d .yrrow5p{text-align:right}
.v795hoqh .yrrow5p,.xoqm94e .yrrow5p{bottom:12px}
.v795hoqh .yrrow5p .ybwnb{margin-right:auto}
.xoqm94e .yrrow5p .ybwnb{margin-left:auto}
.xoqm94e .yrrow5p{text-align:right}
.z9u9 .yrrow5p{position:relative;margin-top:16px}
.z9u9 .yrrow5p .ybwnb{margin:0 auto}
.pwohh .yrrow5p{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.pwohh .yrrow5p .ybwnb{margin:0}
.pwohh .p47s0s6~.yrrow5p,
.pwohh .oyul7p55~.yrrow5p{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.pwohh .p47s0s6~.yrrow5p .ybwnb,
.pwohh .oyul7p55~.yrrow5p .ybwnb{justify-content:flex-start}
.p47s0s6~.yrrow5p,.oyul7p55~.yrrow5p{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}
.p47s0s6~.yrrow5p .ybwnb{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.oyul7p55~.yrrow5p .ybwnb{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ggiz2kf .ybwnb{margin:0 0 12px}
.ybwnb{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.adnsx{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.ys04ca4n{font-weight:600;color:var(--text-heading);opacity:1}
.ff6a3oie::before{content:"·";margin:0 2px;opacity:.5}
.w58zmhnn{white-space:nowrap}
.xk2f14h .adnsx{display:none}
.ajbh .w58zmhnn{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.ajbh .ff6a3oie::before{content:""}
.u9qt .w58zmhnn{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}
.u9qt .ff6a3oie::before{content:""}
.yrmzh5z .ybwnb{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.kywwip .w58zmhnn{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.kywwip .ff6a3oie::before{content:""}
.qwwbbtyo .w58zmhnn{color: var(--accent-light);opacity:1;font-weight:500}
.vl811 .w58zmhnn{border-bottom:1px solid currentColor;padding-bottom:2px}
.ulna7 .ybwnb{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.egj8c{--date-bg:var(--accent-bg-light)}
.obr537gv .ff6a3oie::before{content:""}
.q79mkzl .ff6a3oie::before{content:"•";opacity:.4}
.q79mkzl .w58zmhnn + .w58zmhnn::before{content:"•";margin-right:6px;opacity:.4}
.kpvag2 .ff6a3oie::before{content:"/";opacity:.35}
.kpvag2 .w58zmhnn + .w58zmhnn::before{content:"/";margin-right:6px;opacity:.35}
.gx1v7 .ff6a3oie::before{content:"|";opacity:.3}
.gx1v7 .w58zmhnn + .w58zmhnn::before{content:"|";margin-right:6px;opacity:.3}
.hoimdmj .ff6a3oie::before{content:"—";opacity:.3}
.hoimdmj .w58zmhnn + .w58zmhnn::before{content:"—";margin-right:6px;opacity:.3}
.fmvn .ff6a3oie::before{content:"◆";font-size:.5em;opacity:.35}
.fmvn .w58zmhnn + .w58zmhnn::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.mfv5ln .ff6a3oie::before{content:"·";opacity:.4}
.mfv5ln .w58zmhnn + .w58zmhnn::before{content:"·";margin-right:6px;opacity:.4}
.tc2nzm .ff6a3oie::before{content:"›";opacity:.4}
.tc2nzm .w58zmhnn + .w58zmhnn::before{content:"›";margin-right:6px;opacity:.4}
.gjr6 .ff6a3oie::before{content:"→";opacity:.35;font-size:.85em}
.gjr6 .w58zmhnn + .w58zmhnn::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.b9fg .g2af{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .g2af{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .lxljxlp{max-width:100%}
}
:root {
  --accent:          #401388;
  --brand:           #401388;
  --brand-light:     #36166b;
  --brand-pale:      #4e288c;
  --grad-start:      #651ed8;
  --grad-end:        #8a57dc;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #401388;
  --cta-light:       #2e0b67;
  --cta-hover:       #260b52;
  --bg-page:         #f7f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f3f5;
  --bg-raised:       #efedf1;
  --bg-hover:        #f4f3f5;
  --border:          #e4e1e9;
  --border-alt:      #d4cfdc;
  --border-section:  #e4e1e9;
  --text-primary:    #18171b;
  --text-muted:      #575161;
  --text-body:       #312e37;
  --text-sub:        #4a4553;
  --text-faint:      #7c738b;
  --text-dim:        #968fa2;
  --text-label:      #635c6f;
  --text-value:      #3e3945;
  --accent-bg:       #e8e1f3;
  --accent-bg-light: #d6c7ef;
  --bg-tip:          #f0f9f7;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f2f9;
  --bg-pros:         #f0f9f7;
  --bg-cons:         #faf3f5;
  --c-pros:          #0e9576;
  --c-cons:          #9f2140;
  --c-pros-label:    #10b18c;
  --c-tip-border:    #12c39b;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0e9576;
}
:root { --logo-bg-opacity: 56%; }
body, button, input { font-family: "Source Sans 3", sans-serif; }
.nxvi3 .e5o6rn { font-size: 0; width: 1.2rem; flex-shrink: 0; }.nxvi3 .e5o6rn::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.nxvi3 .m1ghu2     .e5o6rn::before { content: "";  color: var(--c-tip-border); }.nxvi3 .m8ze69eq .e5o6rn::before { content: ""; color: var(--c-warn-border); }.nxvi3 .dda1m3    .e5o6rn::before { content: ""; color: #60a5fa; }.xf3oriq .nxvi3 .m1ghu2     .e5o6rn::before { color: #10b981; }.xf3oriq .nxvi3 .m8ze69eq .e5o6rn::before { color: #f43f5e; }.xf3oriq .nxvi3 .dda1m3    .e5o6rn::before { color: #a855f7; }.nlvv  .nxvi3 .m1ghu2     .e5o6rn::before { color: #eab308; }.nlvv  .nxvi3 .m8ze69eq .e5o6rn::before { color: #ef4444; }.nlvv  .nxvi3 .dda1m3    .e5o6rn::before { color: #f97316; }.fagykz  .nxvi3 .m1ghu2     .e5o6rn::before { color: #38bdf8; }.fagykz  .nxvi3 .m8ze69eq .e5o6rn::before { color: #818cf8; }.fagykz  .nxvi3 .dda1m3    .e5o6rn::before { color: #2dd4bf; }.rgqt4 .nxvi3 .e5o6rn::before { color: var(--accent-light) !important; }
.dpwy8 .d1se0c, .dpwy8 .p47s0s6 { min-height: 320px; }
.eo4w8e .ymw5uskf::after,.eo4w8e .vt51xcc4::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; }
.d81rlc0::before { content: '/'; }