: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;
}
.dvgil {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.p39ce {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.s2bq2 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.dcwgd8 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.czt8s08b { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.czt8s08b a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.czt8s08b a:hover { color: var(--accent-light); }
.ci5m121d     .lh79k { border-radius: 24px; padding: 8px; }
.ci5m121d .lh79k li a { border-radius: 16px; }
.yzw3y8ww .lh79k li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .lh79k {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .v8vg:hover .lh79k,
  .v8vg:focus-within .lh79k { display: block; }
  .lh79k li a { padding: 8px 16px; font-size: 0.88rem; }
}
.ve9a9oo {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.ngyciqij { display: none; }
@media (max-width: 640px) {
  .ngyciqij {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .ngyciqij.fqf5 { display: block; }
}
@media (max-width: 640px) {
  .ve9a9oo { display: block; }
  .czt8s08b > li + li::before { display: none !important; }
  .czt8s08b {
    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;
  }
  .czt8s08b.fqf5 { display: flex; }
  .czt8s08b li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .czt8s08b li:last-child a { border-bottom: none; }
}
.yp1u { min-height: 480px; }
.c42jqua {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.xzuy { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.sz2l5i .xzuy { margin-left: 0; margin-right: 0; }
.y0x09n {
  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;
}
.y0x09n:hover { opacity: 0.88; }
.txw23 .pbdn44 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.txw23 .c42jqua { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.txw23 .xzuy { color: #e2e8f0; }
.txw23.loz1 .pbdn44 { text-align: center; }
.txw23.sz2l5i   .pbdn44 { text-align: left; }
.blahnqah {
  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);
}
.blahnqah .pbdn44 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.blahnqah .c42jqua { color: var(--text-primary); text-shadow: none; }
.blahnqah .xzuy { color: var(--text-muted); }
.blahnqah .y0x09n { margin-top: 16px; }
.blahnqah, .blahnqah.yp1u { min-height: auto !important; }
.blahnqah.loz1 .pbdn44 { text-align: center; }
.blahnqah.sz2l5i   .pbdn44 { text-align: left; }
.blahnqah~.v577{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}
.blahnqah~.v577 .wns6a57j{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.wmc6 .c42jqua { color: #fff; }
.wmc6 .xzuy { color: rgba(255,255,255,0.85); }
.wmc6 .y0x09n { background: #fff; color: var(--cta); }
.wmc6 .y0x09n:hover { opacity: 0.92; }
.w9jhc4yt .c42jqua { text-shadow: none; color: var(--text-primary); }
.w9jhc4yt .xzuy { color: var(--text-muted); }
body.f1u08 .c42jqua {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.jjhiu8 .c42jqua {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.w9jhc4yt.loz1 .jpedcm { align-items: center; text-align: center; }
.drmnjs .pbdn44 { padding-bottom: 24px; }
.uhkdzhoo .pbdn44 { max-width: 960px; }
@media (max-width: 700px) {
  .w9jhc4yt { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .w9jhc4yt .si4tjq5 { display: none !important; }
  .wib5t .si4tjq5 { display: none !important; }
  .o3351w .w34u { display: none !important; }
  .mqybnzca .bxqkwstg { display: none !important; }
  .jpedcm  { padding: 36px 24px; }
  .w9jhc4yt~.v577,.myjs~.v577{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .yp1u, .w9jhc4yt { min-height: 320px !important; }
  
  .c42jqua { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .q97oi8 { display: none !important; }
  
  .rf7cv3d5 { flex-direction: column; align-items: center; }
  .lqupx { width: 100%; max-width: 340px; }
}
.heib { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.p340 { width: 100%; height: auto; display: block; border-radius: 10px; }
.n2xp2o .heib        { border-radius: 16px; }
.n2xp2o .p340  { border-radius: 16px; }
.r7jvk .heib         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.r7jvk .p340   { border-radius: 8px; }
.sh6ckh { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.eddhnzy { width: 100%; padding: 32px 0; position: relative; }
.bekg { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.x23t .eddhnzy:nth-child(even) { background: var(--bg-surface); }
.x23t .eddhnzy:nth-child(odd)  { background: var(--bg-page); }
.zf4cakd .eddhnzy:nth-child(even) { background: var(--bg-card); }
.zf4cakd .eddhnzy:nth-child(odd)  { background: var(--bg-page); }
.x23t .eddhnzy:nth-child(odd)  .bekg { background: var(--bg-card); border-radius: 6px; }
.x23t .eddhnzy:nth-child(even) .bekg { background: var(--bg-raised); border-radius: 6px; }
.zf4cakd .eddhnzy:nth-child(odd)  .bekg { background: var(--bg-card); border-radius: 6px; }
.zf4cakd .eddhnzy:nth-child(even) .bekg { background: var(--bg-raised); border-radius: 6px; }
.x23t .eddhnzy:nth-child(even) .f8kf9cl .ginyxo,
.zf4cakd .eddhnzy:nth-child(even) .f8kf9cl .ginyxo { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.x23t .eddhnzy:nth-child(odd) .f8kf9cl .ginyxo,
.zf4cakd .eddhnzy:nth-child(odd) .f8kf9cl .ginyxo { background: var(--bg-card-inner); }
.x23t .eddhnzy:nth-child(even) .zs92x8 .ginyxo:nth-child(odd),
.zf4cakd .eddhnzy:nth-child(even) .zs92x8 .ginyxo:nth-child(odd)  { background: var(--bg-card); }
.x23t .eddhnzy:nth-child(even) .zs92x8 .ginyxo:nth-child(even),
.zf4cakd .eddhnzy:nth-child(even) .zs92x8 .ginyxo:nth-child(even) { background: var(--bg-card-inner); }
h1.dn463frx { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.dn463frx {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.gyrpl { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.ociar h2.dn463frx {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.sb2jfj8 h2.dn463frx {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.aq11 h2.dn463frx {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.qgwdaiiu h2.dn463frx::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.jwvr566 h2.dn463frx {
  color: var(--text-primary); font-size: 1.7rem;
}
.wry7uty h2.dn463frx::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.smafep h2.dn463frx {
  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;
}
.l7jlqkfs { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .l7jlqkfs { display: none; } }
.fu1d { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.gbas3l { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.zr9cn0t {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.betbs1d { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.dvi1r { padding-left: 20px; }
.dvi1r li { margin-bottom: 6px; }
.dvi1r a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.dvi1r a:hover { color: var(--accent-light); }
.iwiucjx .betbs1d { display: none; }
.fxvttbu4 .betbs1d { display: none; }
.fxvttbu4 .dvi1r { padding-left: 0; list-style: none; }
.fxvttbu4 .dvi1r li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.fxvttbu4 .dvi1r a { font-size: 0.92rem; }
.n03e .zr9cn0t { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.n03e .betbs1d { display: none; }
.n03e .dvi1r { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.n03e .dvi1r li { margin-bottom: 0; }
.n03e .dvi1r 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;
}
.n03e .dvi1r a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.csnm81i .zr9cn0t { padding: 20px 20px 16px; }
.csnm81i .dvi1r {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.csnm81i .dvi1r li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.csnm81i .dvi1r 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;
}
.csnm81i .dvi1r 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;
}
.csnm81i .dvi1r a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.csnm81i .dvi1r a:focus,
.csnm81i .dvi1r a:focus-visible,
.csnm81i .dvi1r a:target { outline: none; }
.csnm81i .dvi1r li:target a { border-color: var(--border); color: var(--text-muted); }
.am7zj .zr9cn0t { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.am7zj .betbs1d { display: none; }
.am7zj .dvi1r { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.am7zj .dvi1r li { margin-bottom: 0; }
.am7zj .dvi1r li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.am7zj .dvi1r li:last-child::after { content: ""; margin-right: 0; }
.am7zj .dvi1r a { font-size: 0.9rem; }
.ginyxo { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.f8kf9cl .ginyxo { background: var(--bg-card); }
.zs92x8 .ginyxo:nth-child(odd)  { background: var(--bg-card); }
.zs92x8 .ginyxo:nth-child(even) { background: var(--bg-raised); }
.b5h2nzxv .ginyxo {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.b5h2nzxv .ginyxo:last-child { border-bottom: none; }
.b5h2nzxv h3.gyrpl { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.k8kw957 .ginyxo {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.k8kw957 .ginyxo + .ginyxo { margin-top: 4px; }
.lxui38 .ginyxo { background: none; border-radius: 0; padding: 12px 0; }
.lxui38 .ginyxo + .ginyxo { border-top: 1px solid var(--border-section); }
.gwmec { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ppdwb1w0 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.g2tscr { color: var(--text-body); margin-bottom: 10px; }
.x4y1n2, .y8o1l5k { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.x4y1n2 li, .y8o1l5k li { margin-bottom: 6px; }
.y8o1l5k li { list-style: decimal; }
.u4xnwkqm     .x4y1n2 { list-style-type: "● "; }
.naew6q  .x4y1n2 { list-style-type: "■ "; }
.abjykls9 .x4y1n2 { list-style-type: "◆ "; }
.lvmgi2    .x4y1n2 { list-style-type: "★ "; }
.u4xnwkqm     .ejfz8n { list-style-type: "● "; }
.naew6q  .ejfz8n { list-style-type: "■ "; }
.abjykls9 .ejfz8n { list-style-type: "◆ "; }
.lvmgi2    .ejfz8n { list-style-type: "★ "; }
.u4xnwkqm    .x4y1n2 li::marker, .u4xnwkqm    .ejfz8n li::marker,
.naew6q .x4y1n2 li::marker, .naew6q .ejfz8n li::marker,
.abjykls9 .x4y1n2 li::marker, .abjykls9 .ejfz8n li::marker,
.lvmgi2   .x4y1n2 li::marker, .lvmgi2   .ejfz8n li::marker {
  color: var(--cta); font-size: 1em;
}
.u4xnwkqm .y8o1l5k,
.naew6q .y8o1l5k,
.abjykls9 .y8o1l5k,
.lvmgi2 .y8o1l5k {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.u4xnwkqm .y8o1l5k li,
.naew6q .y8o1l5k li,
.abjykls9 .y8o1l5k li,
.lvmgi2 .y8o1l5k li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.u4xnwkqm .y8o1l5k li::before,
.naew6q .y8o1l5k li::before,
.abjykls9 .y8o1l5k li::before,
.lvmgi2 .y8o1l5k 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;
}
.u4xnwkqm     .y8o1l5k li::before { border-radius: 50%; }
.naew6q  .y8o1l5k li::before { border-radius: 3px; }
.abjykls9 .y8o1l5k li::before { border-radius: 3px; }
.lvmgi2    .y8o1l5k li::before { border-radius: 50%; }
.b7yaaty { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.coc0 .b7yaaty,
.mgt7l .b7yaaty { background: transparent; border: none; border-radius: 0; }
.gmgqwjb { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.gmgqwjb th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.gmgqwjb td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.gmgqwjb tr:hover td { background: var(--bg-hover); }
.zmmp .gmgqwjb tbody tr:nth-child(even) td { background: var(--bg-surface); }
.enhl06 .gmgqwjb { border: 1px solid var(--border-alt); }
.enhl06 .gmgqwjb th,
.enhl06 .gmgqwjb td { border: 1px solid var(--border-alt); }
.pf8bxkm9 .gmgqwjb th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.pf8bxkm9 .gmgqwjb td { border-bottom: none; }
.pf8bxkm9 .gmgqwjb tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.iaqcqv .gmgqwjb th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.jmkr0 .b7yaaty {
  overflow: hidden;
}
.jmkr0 .gmgqwjb th { border-bottom: 1px solid var(--border-alt); }
.jmkr0 .gmgqwjb tr:last-child td { border-bottom: none; }
.s0g1zoy { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.pnqe38 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.yrxq1kg { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.os4n466 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.ezbla { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.ejfz8n { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.ejfz8n 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%}
.uuorebbt .os4n466 { background: transparent; text-align: center; }
.dhrr .yrxq1kg {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.vw54yd1w .yrxq1kg {
  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);
}
.vlfnx .pnqe38 { display: grid; grid-template-columns: auto 1fr; }
.vlfnx .yrxq1kg {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.vlfnx .os4n466 { grid-column: 2; }
.vlfnx .ezbla,
.vlfnx .ejfz8n { grid-column: 1 / -1; }
.tokishb .pnqe38 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.tokishb .yrxq1kg {
  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);
}
.tokishb .os4n466 { grid-column: 2; }
.tokishb .ezbla,
.tokishb .ejfz8n { grid-column: 1 / -1; }
.mcfuoko .pnqe38 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.mcfuoko .os4n466 { background: none; color: var(--accent-light); font-weight: 700; }
.gc3y .pnqe38 { 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); }
.gc3y .os4n466 { background: none; color: var(--accent-light); font-weight: 700; }
.mw2pb .pnqe38 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.mw2pb .pnqe38:last-child { border-bottom: none; }
.mw2pb .os4n466 { background: none; color: var(--accent-light); font-weight: 700; }
.s8dgwfjr .pnqe38 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.s8dgwfjr .os4n466 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.jpvfxelu .s0g1zoy { counter-reset: card-n; }
.jpvfxelu .pnqe38  { counter-increment: card-n; }
.jpvfxelu .os4n466 { display: flex; align-items: center; gap: 10px; }
.jpvfxelu .os4n466::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;
}
.l0myy9q .pnqe38 { background: var(--bg-surface); border: 1px solid var(--border); }
.l0myy9q .os4n466 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.chweglcc { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.h1ei  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.hks26 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.sxym0qn { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.chweglcc strong { color: var(--text-primary); font-size: 0.95rem; }
.chweglcc p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.kv4m0ot { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.ckahbj8, .x83n { border-radius: 8px; padding: 14px; }
.ckahbj8 { background: var(--bg-pros); }
.x83n { background: var(--bg-cons); }
.ycvkiov { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.ckahbj8 .ycvkiov { color: var(--c-pros-label); }
.x83n .ycvkiov { color: #f87171; }
.ckahbj8 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.x83n ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.p340 { width: 100%; height: auto; border-radius: 10px; display: block; }
.unav {
  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;
}
.unav:hover { opacity: 0.85; }
.dzswk .unav  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.dzswk .unav:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.kf0fyyuw .unav  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.kf0fyyuw .unav:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.l4o70a7 .y0x09n { border-radius: 50px; }
.l4o70a7 .unav  { border-radius: 50px; }
.uhxh5f .y0x09n { padding-left: 22px; padding-right: 22px; }
.uhxh5f .unav  { padding-left: 12px; padding-right: 12px; }
.b4u42w .y0x09n { padding-left: 44px; padding-right: 44px; }
.b4u42w .unav  { padding-left: 24px; padding-right: 24px; }
.oi0erj .y0x09n { padding-left: 56px; padding-right: 56px; }
.oi0erj .unav  { padding-left: 32px; padding-right: 32px; }
.s4m0oz0f   .y0x09n::after, .s4m0oz0f   .unav::after,
.ilc6hn .y0x09n::after, .ilc6hn .unav::after,
.f3c1jsr    .y0x09n::after, .f3c1jsr    .unav::after,
.d2xi3    .y0x09n::after, .d2xi3    .unav::after,
.tgzr    .y0x09n::after, .tgzr    .unav::after,
.ddw5v1k     .y0x09n::after, .ddw5v1k     .unav::after,
.orcz    .y0x09n::after, .orcz    .unav::after,
.pghtr   .y0x09n::after, .pghtr   .unav::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;
}
.s4m0oz0f .y0x09n::after, .s4m0oz0f .unav::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");
}
.ilc6hn .y0x09n::after, .ilc6hn .unav::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");
}
.f3c1jsr .y0x09n::after, .f3c1jsr .unav::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");
}
.d2xi3 .y0x09n::after, .d2xi3 .unav::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");
}
.tgzr .y0x09n::after, .tgzr .unav::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");
}
.ddw5v1k .y0x09n::after, .ddw5v1k .unav::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");
}
.orcz .y0x09n::after, .orcz .unav::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");
}
.pghtr .y0x09n::after, .pghtr .unav::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");
}
.kewa2i   .gu56o3::after, .kewa2i   .yxa3::after,
.uzolywte .gu56o3::after, .uzolywte .yxa3::after,
.cj25nt    .gu56o3::after, .cj25nt    .yxa3::after,
.ntz5    .gu56o3::after, .ntz5    .yxa3::after,
.wej4kqvk    .gu56o3::after, .wej4kqvk    .yxa3::after,
.yyk28t     .gu56o3::after, .yyk28t     .yxa3::after,
.n8zm    .gu56o3::after, .n8zm    .yxa3::after,
.lpl90u   .gu56o3::after, .lpl90u   .yxa3::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;
}
.kewa2i .gu56o3::after, .kewa2i .yxa3::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");
}
.uzolywte .gu56o3::after, .uzolywte .yxa3::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");
}
.cj25nt .gu56o3::after, .cj25nt .yxa3::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");
}
.ntz5 .gu56o3::after, .ntz5 .yxa3::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");
}
.wej4kqvk .gu56o3::after, .wej4kqvk .yxa3::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");
}
.yyk28t .gu56o3::after, .yyk28t .yxa3::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");
}
.n8zm .gu56o3::after, .n8zm .yxa3::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");
}
.lpl90u .gu56o3::after, .lpl90u .yxa3::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");
}
.jt0vdo .uc05dyp4 { background: #1a1a1a; }
@media (min-width: 721px) {
  .ppca7p { flex: 0 0 260px; width: 260px; }
  .r5gow { flex: 0 0 120px; width: 120px; }
  .zstc76u2 { flex: 0 0 110px; width: 110px; }
  .hydj   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .zq71k { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.zq71k.unav { 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) {
  .raxu { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .raxu .vqby1 { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .raxu .ppca7p { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .raxu .uc05dyp4 { width: 100%; min-width: unset; height: 120px; }
  .raxu .ggzanl { max-height: 96px; max-width: 200px; }
  .raxu .gro7dus { min-width: unset; text-align: center; white-space: normal; }
  .raxu .r5gow { min-width: 0; }
  .raxu .hydj { 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; }
  .raxu .zq71k { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .x1hyer5 .vqby1 { row-gap: 8px !important; gap: 10px !important; }
}
.qpq6gody .priqdp { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .rbnh .m1k5u6 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .rbnh .z8ms { margin: 0; }
}
.mgt7l .kv4m0ot { gap: 10px; }
.mgt7l .ckahbj8, .mgt7l .x83n { padding: 12px; }
.mgt7l .ckahbj8 ul, .mgt7l .x83n ul { margin: 4px 0 0; padding-left: 18px; }
.mgt7l .ckahbj8 li, .mgt7l .x83n li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .fbxtn { grid-template-columns: 1fr; }
  .njn6i1kx { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .njn6i1kx .rvrux { width: 72px; height: 50px; }
  .njn6i1kx .tnraj { max-width: 180px; }
  .njn6i1kx .qhszqzxt { width: auto; }
}
@media (max-width: 720px) {
  .tj1t7y { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .cvpipf { padding: 16px; }
  .dzmj8 .xnrl84 { min-width: 50%; }
}
.q98h .kv4m0ot { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .ngrdfc8 { grid-template-columns: 1fr; }
  .hf52w { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .gyi6 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .u7hh9 { flex-wrap: wrap; padding: 16px; }
}
.nc3k3b .kv4m0ot { gap: 8px; }
.nc3k3b .ckahbj8, .nc3k3b .x83n { padding: 8px; }
@media (max-width: 480px) {
  .e046wq5 { flex-direction: column; align-items: stretch; }
}
.iq3bv7l .qhszqzxt .unav { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .p2us { flex-direction: column; align-items: stretch; gap: 10px; }
  .iq3bv7l .qhszqzxt { text-align: center; }
}
@media (max-width: 720px) {
  .dnuyo1 { grid-template-columns: 1fr; }
  .orgm { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .x0mfv { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .o53mdp4b { grid-template-columns: 1fr; }
  .x3mv7wnt { width: 100px; height: 100px; margin: 16px auto; }
  .w42wmdvj { font-size: 1.4rem; }
  .nvaz { justify-content: center; }
  .nw5e .xnrl84 { min-width: 50%; }
}
.qwal .kv4m0ot { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .r0sl4 { flex-wrap: wrap; padding: 14px 16px; }
  .vn9jjr0 { padding: 12px 16px; }
  .qwal .kv4m0ot { margin: 0 16px; }
  .qwal .nlzwqut { padding: 0 16px; }
  .azo0tuh { padding: 12px 16px; }
}
.bj9l1f4o .zq71k.unav { padding: 14px 30px !important; font-size: 1rem; }
.b3381p .zq71k.unav { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.olulm .r5gow {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.ojy438j { margin: 16px 0; }
.seent3 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.seent3 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.seent3 summary::after { content: "+"; color: var(--accent-light); }
.seent3[open] summary::after { content: "−"; }
.seent3 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.eddhnzy { margin-bottom: 0; }
.jfarja h2.dn463frx { color: var(--text-primary); border-color: var(--accent-light); }
.p4lct3x h2.dn463frx { color: var(--text-primary); border-color: var(--accent-light); }
.el6qvg .h1ei     { background: #052e16; border-color: #10b981; }
.el6qvg .hks26    { background: #1e1036; border-color: #a855f7; }
.el6qvg .chweglcc strong  { color: #f1f5f9; }
.el6qvg .chweglcc p       { color: #cbd5e1; }
.el6qvg .ysd985c    .h1ei     .sxym0qn::before,
.el6qvg .ptenesls  .h1ei     .sxym0qn::before,
.el6qvg .fsqw  .h1ei     .sxym0qn::before,
.el6qvg .vvg6s3tu .h1ei     .sxym0qn::before { color: #10b981; }
.el6qvg .ysd985c    .ciux .sxym0qn::before,
.el6qvg .ptenesls  .ciux .sxym0qn::before,
.el6qvg .fsqw  .ciux .sxym0qn::before,
.el6qvg .vvg6s3tu .ciux .sxym0qn::before { color: #f43f5e; }
.el6qvg .ysd985c    .hks26    .sxym0qn::before,
.el6qvg .ptenesls  .hks26    .sxym0qn::before,
.el6qvg .fsqw  .hks26    .sxym0qn::before,
.el6qvg .vvg6s3tu .hks26    .sxym0qn::before { color: #a855f7; }
.k1q2k3h .h1ei     { background: #2d2000; border-color: #eab308; }
.k1q2k3h .hks26    { background: #2d1600; border-color: #f97316; }
.k1q2k3h .chweglcc strong  { color: #f1f5f9; }
.k1q2k3h .chweglcc p       { color: #cbd5e1; }
.k1q2k3h .ysd985c    .h1ei     .sxym0qn::before,
.k1q2k3h .ptenesls  .h1ei     .sxym0qn::before,
.k1q2k3h .fsqw  .h1ei     .sxym0qn::before,
.k1q2k3h .vvg6s3tu .h1ei     .sxym0qn::before { color: #eab308; }
.k1q2k3h .ysd985c    .ciux .sxym0qn::before,
.k1q2k3h .ptenesls  .ciux .sxym0qn::before,
.k1q2k3h .fsqw  .ciux .sxym0qn::before,
.k1q2k3h .vvg6s3tu .ciux .sxym0qn::before { color: #ef4444; }
.k1q2k3h .ysd985c    .hks26    .sxym0qn::before,
.k1q2k3h .ptenesls  .hks26    .sxym0qn::before,
.k1q2k3h .fsqw  .hks26    .sxym0qn::before,
.k1q2k3h .vvg6s3tu .hks26    .sxym0qn::before { color: #f97316; }
.aj56hdv .h1ei     { background: #0c1a2e; border-color: #38bdf8; }
.aj56hdv .hks26    { background: #0a2020; border-color: #2dd4bf; }
.aj56hdv .chweglcc strong  { color: #f1f5f9; }
.aj56hdv .chweglcc p       { color: #cbd5e1; }
.aj56hdv .ysd985c    .h1ei     .sxym0qn::before,
.aj56hdv .ptenesls  .h1ei     .sxym0qn::before,
.aj56hdv .fsqw  .h1ei     .sxym0qn::before,
.aj56hdv .vvg6s3tu .h1ei     .sxym0qn::before { color: #38bdf8; }
.aj56hdv .ysd985c    .ciux .sxym0qn::before,
.aj56hdv .ptenesls  .ciux .sxym0qn::before,
.aj56hdv .fsqw  .ciux .sxym0qn::before,
.aj56hdv .vvg6s3tu .ciux .sxym0qn::before { color: #818cf8; }
.aj56hdv .ysd985c    .hks26    .sxym0qn::before,
.aj56hdv .ptenesls  .hks26    .sxym0qn::before,
.aj56hdv .fsqw  .hks26    .sxym0qn::before,
.aj56hdv .vvg6s3tu .hks26    .sxym0qn::before { color: #2dd4bf; }
.q5t61 .h1ei     { background: var(--accent-bg); border-color: var(--accent-light); }
.q5t61 .ciux { background: var(--accent-bg-light); border-color: var(--accent-light); }
.q5t61 .hks26    { background: var(--accent-bg); border-color: var(--accent-pale); }
.q5t61 .ysd985c    .sxym0qn::before,
.q5t61 .ptenesls  .sxym0qn::before,
.q5t61 .fsqw  .sxym0qn::before,
.q5t61 .vvg6s3tu .sxym0qn::before { color: var(--accent-light) !important; }
.osc4::before,
.i1kh1s::before { margin-right: 5px; }
.prh5j .ckahbj8 ul li,
.prh5j .ckahbj8 .osc4 { color: #22c55e; }
.prh5j .x83n ul li,
.prh5j .x83n .i1kh1s { color: #ef4444; }
.tc3aeg .ckahbj8 { background: var(--bg-pros); }
.tc3aeg .x83n { background: var(--bg-cons); }
.tc3aeg .ckahbj8 .osc4 { color: var(--c-pros-label); }
.tc3aeg .x83n .i1kh1s { color: var(--c-cons); }
.tc3aeg .ckahbj8 ul li,
.tc3aeg .x83n ul li,
.xkv1 .ckahbj8 { background: var(--bg-pros); }
.xkv1 .x83n { background: var(--bg-cons); }
.xkv1 .ckahbj8 .osc4 { color: var(--c-pros-label); }
.xkv1 .x83n .i1kh1s { color: var(--c-cons); }
.xkv1 .ckahbj8 ul li,
.xkv1 .ebjn li          { color: var(--c-pros); }
.xkv1 .x83n ul li,
.xkv1 .b9gmk0e li          { color: var(--c-cons); }
.aqgk .osc4::before { content: "✓ "; }
.aqgk .i1kh1s::before { content: "✗ "; }
.za60tu .osc4::before { content: "→ "; }
.za60tu .i1kh1s::before { content: "← "; }
.c3m0k .osc4::before { content: "★ "; }
.c3m0k .i1kh1s::before { content: "✕ "; }
.a67mgje .osc4::before { content: "◆ "; }
.a67mgje .i1kh1s::before { content: "▲ "; }
.qpq6gody .chweglcc { background: transparent; border-left: none; border: 1.5px solid; }
.qpq6gody .h1ei     { border-color: var(--c-tip-border); }
.qpq6gody .ciux { border-color: var(--c-warn-border); }
.qpq6gody .hks26    { border-color: #60a5fa; }
.qpq6gody .chweglcc strong { color: var(--text-primary); }
.qpq6gody .chweglcc p      { color: var(--text-muted); }
.taqrmu9 .chweglcc { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.taqrmu9 .h1ei     { border-top-color: var(--c-tip-border); }
.taqrmu9 .hks26    { border-top-color: #60a5fa; }
.mavn6jd .chweglcc { border-left: none; border-radius: 8px; }
.mavn6jd .h1ei     { background: #065f46; }
.mavn6jd .hks26    { background: #1e3a8a; }
.mavn6jd .chweglcc strong,
.mavn6jd .chweglcc p { color: #fff; }
.mavn6jd .sxym0qn::before { color: rgba(255,255,255,0.85) !important; }
.el6qvg.mavn6jd .h1ei,
.el6qvg .mavn6jd .h1ei     { background: #052e16; }
.el6qvg.mavn6jd .hks26,
.el6qvg .mavn6jd .hks26    { background: #1e1036; }
.k1q2k3h.mavn6jd .h1ei,
.k1q2k3h .mavn6jd .h1ei      { background: #2d2000; }
.k1q2k3h.mavn6jd .hks26,
.k1q2k3h .mavn6jd .hks26     { background: #2d1600; }
.aj56hdv.mavn6jd .h1ei,
.aj56hdv .mavn6jd .h1ei      { background: #0c1a2e; }
.aj56hdv.mavn6jd .hks26,
.aj56hdv .mavn6jd .hks26     { background: #0a2020; }
.bbo5hqiy .chweglcc { border-left: none; border-radius: 6px; padding: 10px 14px; }
.bbo5hqiy .h1ei     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.bbo5hqiy .hks26    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.bbo5hqiy .chweglcc strong { color: var(--text-primary); }
.bbo5hqiy .chweglcc p      { color: var(--text-muted); }
.ax9v .chweglcc { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.ysd985c .sxym0qn,
.ptenesls .sxym0qn,
.fsqw .sxym0qn,
.vvg6s3tu .sxym0qn { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.ysd985c .sxym0qn::before,
.ptenesls .sxym0qn::before,
.fsqw .sxym0qn::before,
.vvg6s3tu .sxym0qn::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.ysd985c .h1ei     .sxym0qn::before { content: "✦"; color: var(--c-tip-border); }
.ysd985c .ciux .sxym0qn::before { content: "▲"; color: var(--c-warn-border); }
.ysd985c .hks26    .sxym0qn::before { content: "◉"; color: #60a5fa; }
.ptenesls .h1ei     .sxym0qn::before { content: "★"; color: var(--c-tip-border); }
.ptenesls .ciux .sxym0qn::before { content: "◆"; color: var(--c-warn-border); }
.ptenesls .hks26    .sxym0qn::before { content: "●"; color: #60a5fa; }
.fsqw .h1ei     .sxym0qn::before { content: "▶"; color: var(--c-tip-border); }
.fsqw .ciux .sxym0qn::before { content: "■"; color: var(--c-warn-border); }
.fsqw .hks26    .sxym0qn::before { content: "▸"; color: #60a5fa; }
.vvg6s3tu .h1ei     .sxym0qn::before { content: "→"; color: var(--c-tip-border); }
.vvg6s3tu .ciux .sxym0qn::before { content: "⬥"; color: var(--c-warn-border); }
.vvg6s3tu .hks26    .sxym0qn::before { content: "◈"; color: #60a5fa; }
.p639 .f8kf9cl .ginyxo,
.p639 .zs92x8 .ginyxo  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.p639 .pnqe38                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.p639 .b7yaaty          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.p639 .zr9cn0t                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.hc377l .f8kf9cl .ginyxo,
.hc377l .zs92x8 .ginyxo,
.hc377l .pnqe38,
.hc377l .vqby1,
.hc377l .z8ms,
.hc377l .b7yaaty,
.hc377l .zr9cn0t,
.hc377l .ax9v .chweglcc { box-shadow: none; }
.p2ua4bx   .g2tscr, .p2ua4bx .gwmec, .p2ua4bx .ppdwb1w0,
.p2ua4bx   .fu1d, .p2ua4bx .gbas3l { font-size: 0.9rem; }
.p2ua4bx   .x4y1n2, .p2ua4bx .y8o1l5k { font-size: 0.9rem; }
.op6hl6   .g2tscr, .op6hl6 .gwmec, .op6hl6 .ppdwb1w0,
.op6hl6   .fu1d, .op6hl6 .gbas3l { font-size: 0.95rem; }
.op6hl6   .x4y1n2, .op6hl6 .y8o1l5k { font-size: 0.95rem; }
.pn0s   .g2tscr, .pn0s .gwmec, .pn0s .ppdwb1w0,
.pn0s   .fu1d, .pn0s .gbas3l { font-size: 1.08rem; }
.pn0s   .x4y1n2, .pn0s .y8o1l5k { font-size: 1.05rem; }
.pn0s   .gmgqwjb { font-size: 0.97rem; }
.pg8n1w2 .c42jqua      { font-size: 3.2rem; }
.pg8n1w2 h2.dn463frx { font-size: 1.9rem; }
.pg8n1w2 h3.gyrpl     { font-size: 1.4rem; }
.jpym1c4t .c42jqua      { font-size: 3.8rem; }
.jpym1c4t h2.dn463frx { font-size: 2.2rem; }
.jpym1c4t h3.gyrpl     { font-size: 1.6rem; }
.eddhnzy + .eddhnzy { position: relative; }
.tsjhs4h   .eddhnzy + .eddhnzy::before,
.idufci3u  .eddhnzy + .eddhnzy::before,
.igwvr6f   .eddhnzy + .eddhnzy::before,
.pk78   .eddhnzy + .eddhnzy::before,
.qmbud8d   .eddhnzy + .eddhnzy::before,
.b96ja8bj .eddhnzy + .eddhnzy::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.tsjhs4h .eddhnzy + .eddhnzy::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.idufci3u .eddhnzy + .eddhnzy::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.igwvr6f .eddhnzy + .eddhnzy::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;
}
.pk78 .eddhnzy + .eddhnzy::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.jp1df .eddhnzy { margin-bottom: 16px; }
.jp1df .eddhnzy + .eddhnzy { margin-top: 0; }
.jp1df .bekg { padding-top: 0; padding-bottom: 0; }
.qmbud8d .eddhnzy + .eddhnzy::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.b96ja8bj .eddhnzy + .eddhnzy::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.nppk .eddhnzy + .eddhnzy::before,
.u310o .eddhnzy + .eddhnzy::before,
.mu961t .eddhnzy + .eddhnzy::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%;
}
.x23t .nppk .eddhnzy:nth-child(even)::before,
.x23t .u310o .eddhnzy:nth-child(even)::before,
.x23t .mu961t .eddhnzy:nth-child(even)::before { background: var(--bg-surface); }
.zf4cakd .nppk .eddhnzy:nth-child(even)::before,
.zf4cakd .u310o .eddhnzy:nth-child(even)::before,
.zf4cakd .mu961t .eddhnzy:nth-child(even)::before { background: var(--bg-card); }
.nppk .eddhnzy + .eddhnzy::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");
}
.u310o .eddhnzy + .eddhnzy::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");
}
.mu961t .eddhnzy + .eddhnzy::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");
}
.rfbe6 .pbdn44,
.s7o4wcu6 .pbdn44 { margin-bottom: 60px; }
.x6kb0 .pbdn44 { margin-bottom: 70px; }
.xh9ex .txw23:not(.wmc6) .h1f9p8 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.xh9ex .wmc6 { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.xh9ex .ixuq { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.xh9ex .w9jhc4yt { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.yret0u .heib { float: left; width: 38%; margin: 0 28px 16px 0; }
.yret0u .heib .p340 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.yret0u .bekg::after { content: ''; display: block; clear: both; }
.dl4v2wl1 .heib { float: right; width: 38%; margin: 0 0 16px 28px; }
.dl4v2wl1 .heib .p340 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.dl4v2wl1 .bekg::after { content: ''; display: block; clear: both; }
.yt9q .eddhnzy:nth-child(odd)  .heib { float: left;  width: 38%; margin: 0 28px 16px 0; }
.yt9q .eddhnzy:nth-child(even) .heib { float: right; width: 38%; margin: 0 0 16px 28px; }
.yt9q .heib .p340 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.yt9q .bekg::after { content: ''; display: block; clear: both; }
.yret0u .s0g1zoy,
.dl4v2wl1 .s0g1zoy,
.yt9q .s0g1zoy,
@media (max-width: 900px) {
  .yret0u .heib,
  .dl4v2wl1 .heib,
  .yt9q .eddhnzy:nth-child(odd)  .heib,
  .yt9q .eddhnzy:nth-child(even) .heib {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .yret0u .heib .p340,
  .dl4v2wl1 .heib .p340,
  .yt9q .heib .p340 {
    max-height: none !important;
  }
}
.yret0u .x4y1n2,
.yret0u .y8o1l5k,
.dl4v2wl1 .x4y1n2,
.dl4v2wl1 .y8o1l5k,
.yt9q .x4y1n2,
.yt9q .y8o1l5k { overflow: hidden; }
@media (max-width: 640px) {
  .yret0u .heib,
  .dl4v2wl1 .heib,
  .yt9q .heib { float: none; width: 100%; margin: 0 0 16px 0; }
}
.z64c .sh6ckh,
.z64c .bekg,
.z64c .xrkplb8h  { max-width: 1100px; }
.z64c { --content-mw: 1100px; }
.ell6rzg .sh6ckh,
.ell6rzg .bekg,
.ell6rzg .xrkplb8h  { max-width: 1200px; }
.zol0krld .sh6ckh,
.zol0krld .bekg,
.zol0krld .xrkplb8h  { max-width: 1320px; }
.n3erobjg { font-size: 0.82rem; color: var(--text-muted); }
.aq1lnkk { display: flex; align-items: center; }
.fttniylt {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.tpib { display: flex; align-items: center; }
.hd1y { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.hd1y:hover { text-decoration: underline; }
.hfv33 { margin: 0 3px; opacity: 0.45; }
.hfv33::before { content: '/'; }
.xdo9i { padding: 2px 5px; color: var(--text-main); }
.rilol .n3erobjg {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.rilol .aq1lnkk { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.o66mb .n3erobjg {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.o66mb .aq1lnkk { padding: 0 0 0 12px; }
.zxooz .aq1lnkk { padding: 0 16px; }
.zxooz .n3erobjg {
  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);
}
.zxooz .sh6ckh { padding-top: 28px; }
@media (max-width: 720px) {
  .lzsdlo3j { margin-top: 18px; padding: 0 16px; }
  .zxooz .sh6ckh { padding-top: 16px; }
}
.z64c.rilol .aq1lnkk { max-width: 1100px; }
.ell6rzg.rilol .aq1lnkk { max-width: 1200px; }
.zol0krld.rilol .aq1lnkk { max-width: 1320px; }
.z64c .lzsdlo3j { max-width: 1100px; }
.yuyk246 .eddhnzy { padding-top: 16px; padding-bottom: 16px; }
.hcrkud8s .eddhnzy { padding-top: 24px; padding-bottom: 24px; }
.oyjgt0r3 .eddhnzy { padding-top: 40px; padding-bottom: 40px; }
.w5k9x4 .eddhnzy { padding-top: 52px; padding-bottom: 52px; }
.nld8 .eddhnzy:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.nld8 .eddhnzy:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.nld8 .eddhnzy:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.nld8 .eddhnzy:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.ashw7j .bekg { padding-top: 10px;  padding-bottom: 10px; }
.igcn .bekg { padding-top: 18px;  padding-bottom: 18px; }
.edbyd1m2 .bekg { padding-top: 36px;  padding-bottom: 36px; }
.qhma2 .bekg { padding-top: 48px;  padding-bottom: 48px; }
.n5982e4a h2.dn463frx { font-weight: 600; }
.n5982e4a h3.gyrpl     { font-weight: 600; }
.pwfxe6o { font-weight: 500; }
.pwfxe6o h2.dn463frx { font-weight: 800; }
.pwfxe6o h3.gyrpl     { font-weight: 700; }
.hi6kraj h2.dn463frx { font-weight: 900; }
.hi6kraj h3.gyrpl     { font-weight: 800; }
.hi6kraj .chweglcc strong,
.hi6kraj .chweglcc strong { font-weight: 600; }
.gu56o3 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.rl5xg7wl .gu56o3 { display: none; }
@media (max-width: 640px) { .gu56o3 { display: none; } }
.gu56o3 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.gu56o3:hover { opacity: 0.85; }
.i32zvkqu .gu56o3 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.e9f0e .gu56o3,
.sfefbw7c  .gu56o3 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.e9f0e .gu56o3:hover,
.sfefbw7c  .gu56o3:hover { opacity: 0.88; }
.i32zvkqu.e9f0e .gu56o3,
.i32zvkqu.sfefbw7c  .gu56o3 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.yxa3 {
  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;
}
.yxa3:hover { transform: translateY(-2px); opacity: 0.92; }
.yxa3 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.jw8g3 .yxa3 { display: none; }
.baho .yxa3 { right: 32px; }
.gerr44f  .yxa3 { left: 32px; }
@media (max-width: 480px) {
  .baho .yxa3 { right: 20px; bottom: 20px; }
  .gerr44f  .yxa3 { left: 20px; bottom: 20px; }
}
.hrsv6b { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.xrkplb8h { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.fax89 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.oau81 { color: var(--text-dim); font-size: 0.8rem; }
.bp4zhc6 a, .nkpvc a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.bp4zhc6 a:hover, .nkpvc a:hover { color: var(--accent-light); }
.nkpvc { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.lfrpxfz9 .xrkplb8h { text-align: center; }
.lfrpxfz9 .nkpvc { justify-content: center; margin-bottom: 16px; }
.lfrpxfz9 .fax89 { margin-top: 0; }
.pw2p8g9 { margin-top: 10px; }
.pw2p8g9 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .xrkplb8h { padding-left: 16px; padding-right: 16px; }
  .j0tg .xrkplb8h { padding: 20px 16px; }
  .nkpvc { gap: 4px 12px; }
  .fax89 { font-size: 0.78rem; }
}
.fyds .fax89 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.fyds .oau81 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .fyds .ozi44 { grid-template-columns: 1fr 1fr; } .fyds .b296 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .fyds .ozi44 { grid-template-columns: 1fr; } }
.y7z0wu .fax89 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .y7z0wu .ofqdka3k { gap: 12px; } .y7z0wu .bzlb { margin-right: 0; width: 100%; } }
.j4y3kor .fax89 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.j4y3kor .oau81 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .j4y3kor .xfr2w { grid-template-columns: 1fr 1fr; } .j4y3kor .dza4tg { grid-column: 1 / -1; } }
@media (max-width: 480px) { .j4y3kor .xfr2w { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .sk67 .l74pc { grid-template-columns: 1fr 1fr; } .sk67 .ei17mkh:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .sk67 .l74pc { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .kanx2cw .l74pc { grid-template-columns: 1fr; } }
.ndgkwqvg .xrkplb8h { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.ndgkwqvg .nkpvc { justify-content: center; }
.smny .dvgil      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.smny .hrsv6b { background: var(--bg-page); border-top-color: var(--border-alt); }
.eg4h .dvgil      { background: #0d1117; border-bottom-color: #21262d; }
.eg4h .s2bq2 { color: var(--accent-light); }
.eg4h .czt8s08b { --msep-color: #8b949e; }
.eg4h .czt8s08b a { color: #8b949e; }
.eg4h .czt8s08b a:hover { color: var(--accent-light); }
.eg4h .ve9a9oo { color: #8b949e; }
.eg4h .hrsv6b { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.eg4h .fax89,
.eg4h .oau81 { color: #6e7681; }
.eg4h .bp4zhc6 a, .eg4h .nkpvc a,
.eg4h .bp4zhc6 a:hover, .eg4h .nkpvc a:hover,
@media (max-width: 640px) {
  .eg4h .czt8s08b { background: #0d1117; border-top-color: #21262d; }
  .eg4h .czt8s08b li a { border-bottom-color: #21262d; }
}
.owx8 .dvgil      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.owx8 .s2bq2 { color: var(--accent-light); }
.owx8 .czt8s08b { --msep-color: #475569; }
.owx8 .czt8s08b a { color: #475569; }
.owx8 .czt8s08b a:hover { color: var(--accent-light); }
.owx8 .ve9a9oo { color: #64748b; }
.owx8 .hrsv6b { background: #f0f4f8; border-top-color: #cbd5e1; }
.owx8 .fax89,
.owx8 .oau81 { color: #64748b; }
.owx8 .bp4zhc6 a, .owx8 .nkpvc a,
.owx8 .bp4zhc6 a:hover, .owx8 .nkpvc a:hover,
@media (max-width: 640px) {
  .owx8 .czt8s08b { background: #f0f4f8; border-top-color: #cbd5e1; }
  .owx8 .czt8s08b li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.e9f0e .dvgil      { background: var(--accent); border-bottom-color: var(--accent-light); }
.e9f0e .s2bq2 { color: #fff; }
.e9f0e .czt8s08b { --msep-color: rgba(255,255,255,0.82); }
.e9f0e .czt8s08b a { color: rgba(255,255,255,0.82); }
.e9f0e .czt8s08b a:hover { color: #fff; }
.e9f0e .ve9a9oo { color: rgba(255,255,255,0.9); }
.e9f0e .lh79k a { color: var(--text-primary) !important; }
.e9f0e .lh79k a:hover { color: var(--accent-light) !important; }
.e9f0e .hrsv6b { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.e9f0e .fax89,
.e9f0e .oau81 { color: rgba(255,255,255,0.72); }
.e9f0e .bp4zhc6 a, .e9f0e .nkpvc a,
.e9f0e .u5w154d7 a, .e9f0e .q3mbq a,
.e9f0e .csky a, .e9f0e .bzlb { color: #fff; }
.e9f0e .h0u5vmwm, .e9f0e .et17dfqe { color: rgba(255,255,255,0.7); }
.e9f0e .bp4zhc6 a:hover, .e9f0e .nkpvc a:hover,
.e9f0e .u5w154d7 a:hover, .e9f0e .q3mbq a:hover { color: #fff; }
@media (max-width: 640px) {
  .e9f0e .czt8s08b { background: var(--accent); border-top-color: var(--accent-light); }
  .e9f0e .czt8s08b li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.sfefbw7c .dvgil {
  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);
}
.sfefbw7c .hrsv6b {
  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) {
  .sfefbw7c .czt8s08b {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.g5n3zbi .p39ce { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.f2x3ca .p39ce { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.twbq1vka .p39ce { min-height: 72px; height: auto; }
.u4spze54 .p39ce { min-height: 84px; height: auto; }
.j0tg .p39ce { max-width: none; padding: 0 32px; }
.j0tg .xrkplb8h  { max-width: none; padding: 24px 32px; }
.kl2j9ku.ell6rzg .p39ce { max-width: 1200px; }
.kl2j9ku.zol0krld .p39ce { max-width: 1320px; }
.ow302a0   .s2bq2, .ow302a0   .bzlb { text-transform: capitalize; }
.lmsfg2ws .s2bq2, .lmsfg2ws .bzlb { text-transform: lowercase; }
.aish0od .s2bq2, .aish0od .bzlb { text-transform: uppercase; letter-spacing: 0.06em; }
.igrdnhdh, .hfmnfxj {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.an9o7 .igrdnhdh,
.tiape4u .igrdnhdh,
.lwkw5nd0 .igrdnhdh,
.nonq .igrdnhdh,
.lh7uk   .czt8s08b a { font-weight: 500; }
.irkv3ny .czt8s08b a { font-weight: 600; }
.s26h3     .czt8s08b a { font-weight: 700; }
.mdjw    .czt8s08b a { font-weight: 800; letter-spacing: 0.01em; }
.gac6     .czt8s08b > li + li::before,
.s3e8dh56    .czt8s08b > li + li::before,
.gry42dt3    .czt8s08b > li + li::before,
.mykxm .czt8s08b > li + li::before,
.cmf2u74 .czt8s08b > li + li::before,
.ul7co  .czt8s08b > li + li::before,
.e363cdc    .czt8s08b > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.gac6     .czt8s08b > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.s3e8dh56    .czt8s08b > li + li::before { content: "|"; }
.gry42dt3    .czt8s08b > li + li::before { content: "—"; }
.mykxm .czt8s08b > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.cmf2u74 .czt8s08b > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.ul7co  .czt8s08b > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.e363cdc    .czt8s08b > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .h3zfpb8 .ve9a9oo,
  .sufb .ve9a9oo,
  .vtt9g3j .ve9a9oo,
  .ev53p .ve9a9oo,
  .g9opz .ve9a9oo {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .h3zfpb8 .ve9a9oo::before,
  .sufb .ve9a9oo::before,
  .vtt9g3j .ve9a9oo::before,
  .ev53p .ve9a9oo::before,
  .g9opz .ve9a9oo::before { content: ""; display: block; flex-shrink: 0; }

  
  .h3zfpb8 .ve9a9oo::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;
  }

  
  .sufb .ve9a9oo::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;
  }

  
  .vtt9g3j .ve9a9oo::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;
  }

  
  .ev53p .ve9a9oo::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;
  }

  
  .g9opz .ve9a9oo::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) {
  .p9cmvky .ve9a9oo {
    padding: 5px 14px;
  }
  .p9cmvky .czt8s08b {
    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;
  }
  .p9cmvky .czt8s08b li a {
    border-bottom: none; padding: 10px 22px;
  }
  .p9cmvky .czt8s08b li a:hover { background: var(--bg-raised); }
  .p9cmvky .ngyciqij,
  .zvr2dz .ngyciqij,
  .xifomt .ngyciqij { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .krhu .ve9a9oo {
    padding: 5px 10px;
  }
  .krhu .czt8s08b {
    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);
  }
  .krhu .czt8s08b.fqf5 { transform: translateX(0); }
  .krhu .czt8s08b li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .krhu .czt8s08b li:last-child a { border-bottom: none; }
  .e9f0e .czt8s08b,
  .eg4h .czt8s08b { background: var(--accent) !important; }
  .e9f0e .czt8s08b li a,
  .eg4h .czt8s08b li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .xifomt .ve9a9oo {
    padding: 5px 10px;
  }
  .xifomt .czt8s08b {
    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);
  }
  .xifomt .czt8s08b::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .xifomt .czt8s08b.fqf5 { transform: translateY(0); }
  .xifomt .czt8s08b li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .w04w8s .ve9a9oo {
    padding: 5px 10px;
  }
  .w04w8s .czt8s08b {
    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;
  }
  .w04w8s .czt8s08b.fqf5 { opacity: 1; pointer-events: auto; }
  .w04w8s .czt8s08b li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .w7bgb     .ve9a9oo { border-radius: 0 !important; }
  .rfna8ba4   .ve9a9oo { border-radius: 8px !important; }
  .m04flu4 .ve9a9oo { border-radius: 50% !important; }
  .mh7bnpbx   .ve9a9oo { border-radius: 999px !important; }
}
.gglzup .dcwgd8 { height: 36px; }
.id4qydc .dcwgd8 { height: 60px; max-width: 200px; }
.dh4822ih .dcwgd8 { height: 76px; max-width: 240px; }
.d92u07o .vqby1 { padding: 18px 24px; min-height: 68px; }
.avevhj .raxu { counter-reset: cs-rank; gap: 0; }
.avevhj .vqby1 {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 44px 18px 18px;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
  margin-bottom: 14px;
}
.avevhj .vqby1::before {
  content: counter(cs-rank);
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1rem; line-height: 1;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
  z-index: 2;
}
.avevhj .ppca7p {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.avevhj .uc05dyp4 {
  width: 140px; height: 140px; min-width: 140px; padding: 0;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto;
}
.avevhj .ggzanl { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.avevhj .ppca7p { min-width: 0; flex-direction: column; width: 100%; }
.avevhj .mcyyh2f8 { border-radius: 50%; font-weight: 700; }
.avevhj .gro7dus {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.avevhj .r5gow { color: var(--cta, var(--accent)); }
.avevhj .zstc76u2 { font-weight: 700; }
.avevhj .hydj {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.avevhj .h0glfyd {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.avevhj .dnwe4a {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.avevhj .eevh .dnwe4a { font-size: 1.3rem; color: var(--accent-light); }
.avevhj .zq71k {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.avevhj .vqby1:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .avevhj .raxu {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .avevhj .vqby1 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .avevhj .vqby1 { padding: 40px 16px 20px; }
  .avevhj .hydj {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .avevhj .zq71k { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .najw8 .vqby1 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .najw8 .vqby1::before {
    position: absolute; top: 14px; left: 14px;
  }
  .najw8 .ppca7p {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .najw8 .gro7dus { white-space: normal; text-align: center; font-size: 1.2rem; }
  .najw8 .hydj {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .najw8 .zq71k { width: 100%; min-width: 0; }
  .najw8 .r5gow { min-width: 0; }
}
.o26wkk .seent3 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.o26wkk .seent3 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.o26wkk .seent3 p { padding: 0 2px 16px; }
.v6wb4jhm .seent3 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.v6wb4jhm .seent3 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.v6wb4jhm .seent3 summary::after { content: "›"; font-size: 1.2em; }
.v6wb4jhm .seent3[open] summary::after { content: "‹"; }
.v6wb4jhm .seent3 p { padding: 10px 22px 4px; }
.zx22 .seent3 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.zx22 .seent3 summary { color: var(--text-primary); padding-left: 16px; }
.zx22 .seent3 summary::after { content: "›"; font-size: 1.1em; }
.zx22 .seent3[open] summary::after { content: "‹"; }
.zx22 .seent3 p { padding-left: 16px; }
.ut3bt .ojy438j { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.ut3bt .seent3 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ut3bt .seent3:last-child { border-bottom: none; }
.ut3bt .seent3 summary { color: var(--text-primary); border-radius: 0; }
.ut3bt .seent3 summary::after { content: "›"; font-size: 1.1em; }
.ut3bt .seent3[open] summary::after { content: "‹"; }
.u8dds8 .seent3 { overflow: hidden; }
.u8dds8 .seent3 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.u8dds8 .seent3 summary::after { color: rgba(255,255,255,.75); }
.u8dds8 .seent3[open] summary { border-radius: 0; }
.yalw49 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.imrn3czo {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.uav1r7en {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.ahkc { color: var(--text-muted); font-size: 1.05rem; }
.sd003k {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.iyrnq {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.ncgn6 { margin-bottom: 20px; }
.d22cojb {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.h2cu {
  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;
}
.h2cu:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.nbrzr { resize: vertical; min-height: 130px; }
.brvqoy7 { width: 100%; margin-top: 8px; }
.tg54bf {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.tfo3e8 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.knuf4wz { color: var(--text-muted); line-height: 1.75; }
.qle2q { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.qle2q li { margin-bottom: 6px; }
.odjxwbi { max-width: 760px; margin: 0 auto; }
.gphgh407 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.zf9zir1f { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.zf9zir1f:last-child { border-bottom: none; }
.zf9zir1f h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.zf9zir1f p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.kcqg { max-width: 760px; margin: 0 auto; }
.tsd9ye76 ul.qle2q { margin: 0; }
@media (max-width: 640px) { .tun2ejop { grid-template-columns: 1fr; gap: 10px; } }
.ybq5jt { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.ezizg { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.ardo1 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.ezizg p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.ezizg .qle2q { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ybq5jt { grid-template-columns: 1fr; } }
.kzmhh { color: inherit; text-decoration: none; }
.kzmhh:hover { color: var(--accent-light); text-decoration: underline; }
.dv9cgh3f { display: inline-block; line-height: 0; }
.egb287dy { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.vkqylb { margin-bottom: 48px; }
.qzna9 { max-width: 760px; margin: 0 auto; }
.sqgb6 { text-align: center; }
.tqb89v { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.tqb89v:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.nd1fbm6 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.tqb89v p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.tqb89v ul.qle2q { margin: 0; }
.alty { color: var(--text-muted); line-height: 1.75; }
.sqgb6 .qle2q,
.m7fm .qle2q,
.u6irfih .qle2q,
.orupky .qle2q {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.sqgb6 .tqb89v,
.m7fm .tqb89v { text-align: left; }
.sqgb6 .nd1fbm6,
.m7fm .nd1fbm6 { text-align: center; }
.nj47yrc { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.hl8wtu6 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.kuzh { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.y6w2zb9 { margin-top: 12px; }
.ldbo { 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; }
.ldbo:hover { border-bottom-color: var(--accent-light); }
.uuesz { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.uuesz img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lkybfj6 { width: 200px; height: 200px; }
.ubztzhf8 { border-radius: 50%; }
.j0y4yl1 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.s386h { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .yt8za2 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.nm42 { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.nm42 .kuzh, .nm42 .hl8wtu6 { max-width: 640px; }
.ygpa3 .nj47yrc { font-size: 1.6rem; margin-top: 18px; }
.d37bp8eq .kuzh { margin-bottom: 28px; }
@media (max-width: 860px) { .jkn45 { grid-template-columns: 1fr; } .ygpa3 { position: static; text-align: center; } }
.bp8w4 .uuesz { margin: 0 auto 18px; }
.bp8w4 .j0y4yl1 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .g75d { grid-template-columns: 1fr; } }
.qj0p4 .nj47yrc { font-size: 1.6rem; margin-bottom: 6px; }
.orupky .qle2q { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .qj0p4 { flex-direction: column; text-align: center; } .iptd { grid-template-columns: 1fr; } }
.izye .nj47yrc { font-size: 1.35rem; margin: 0 0 4px; }
.izye .j0y4yl1 { margin: 0; }
.i3d79 { max-width: 760px; margin: 0 auto; }
.ufhjt85 { position: relative; padding-left: 28px; }
.ufhjt85::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.zo7p { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.zo7p:last-child { padding-bottom: 0; }
.bucrcz { 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; }
.usksrztu h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.usksrztu p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.gfk6je .uav1r7en { color: var(--accent-light); }
.s8ga9cn0 .uav1r7en { font-size: 2rem; }
.s8ga9cn0 .ahkc { max-width: 680px; }
.elc2 .uav1r7en { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.elc2 .ahkc  { margin: 0; }
@media (max-width: 640px) { .elc2 { flex-direction: column; } }
.v8i1b40l {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.v8i1b40l .uav1r7en { color: var(--accent-light); }
.ko160 .uav1r7en { color: #fff; }
.ko160 .ahkc  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .kdczq { grid-template-columns: 1fr; } }
.fxnwdj { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.fxnwdj .h2cu {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.fxnwdj .h2cu:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.o005 .h2cu { background: var(--bg-raised); border-color: transparent; }
.o005 .h2cu:focus { background: var(--bg-card); border-color: var(--accent-light); }
.zsky .h2cu { border-radius: 100px; padding: 11px 20px; }
.zsky .nbrzr { border-radius: 14px; }
@media (max-width: 640px) { .v02uo4d9 { grid-template-columns: 1fr; } }
.oixa111j { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.oixa111j li { margin-bottom: 6px; }
.inbb{display:none}
.inbb:empty,.wns6a57j:empty{display:none}
.bgyr{position:relative;overflow:visible}
.tsep4s .v577,.cpsr6n45 .v577,
.zxxh .v577,.pjldp1h .v577,
.vpltupv .v577,.wntvz5 .v577{display:block}
.m3fbggcx .c9yn7{display:block}
.tsep4s .v577,.cpsr6n45 .v577,
.zxxh .v577,.pjldp1h .v577,
.vpltupv .v577{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}
.tsep4s .v577 .wns6a57j,.cpsr6n45 .v577 .wns6a57j,
.zxxh .v577 .wns6a57j,.pjldp1h .v577 .wns6a57j,
.vpltupv .v577 .wns6a57j{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}
.tsep4s .ye6d36,.cpsr6n45 .ye6d36,
.zxxh .ye6d36,.pjldp1h .ye6d36,
.vpltupv .ye6d36{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.tsep4s .v577,.cpsr6n45 .v577{top:12px}
.tsep4s .v577 .wns6a57j{margin-right:auto}
.cpsr6n45 .v577 .wns6a57j{margin-left:auto}
.cpsr6n45 .v577{text-align:right}
.zxxh .v577,.pjldp1h .v577{bottom:12px}
.zxxh .v577 .wns6a57j{margin-right:auto}
.pjldp1h .v577 .wns6a57j{margin-left:auto}
.pjldp1h .v577{text-align:right}
.vpltupv .v577{position:relative;margin-top:16px}
.vpltupv .v577 .wns6a57j{margin:0 auto}
.wntvz5 .v577{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.wntvz5 .v577 .wns6a57j{margin:0}
.wntvz5 .w9jhc4yt~.v577,
.wntvz5 .myjs~.v577{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.wntvz5 .w9jhc4yt~.v577 .wns6a57j,
.wntvz5 .myjs~.v577 .wns6a57j{justify-content:flex-start}
.w9jhc4yt~.v577,.myjs~.v577{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}
.w9jhc4yt~.v577 .wns6a57j{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.myjs~.v577 .wns6a57j{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.c9yn7 .wns6a57j{margin:0 0 12px}
.wns6a57j{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.ye6d36{white-space:nowrap}
.m0jm .ye6d36{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.v8ten3l .ye6d36{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}
.jw7u7i .wns6a57j{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.ghfiy3th .ye6d36{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.kxpx .ye6d36{color: var(--accent-light);opacity:1;font-weight:500}
.dav2jj4 .ye6d36{border-bottom:1px solid currentColor;padding-bottom:2px}
.e1jeb6q .wns6a57j{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.m1ddxt{--date-bg:var(--accent-bg-light)}
.lcdy .nw2ba::before{content:"•";opacity:.4}
.lcdy .ye6d36 + .ye6d36::before{content:"•";margin-right:6px;opacity:.4}
.f48cz2 .ye6d36 + .ye6d36::before{content:"/";margin-right:6px;opacity:.35}
.k52h76pd .ye6d36 + .ye6d36::before{content:"|";margin-right:6px;opacity:.3}
.wlmohbe .ye6d36 + .ye6d36::before{content:"—";margin-right:6px;opacity:.3}
.trvql .ye6d36 + .ye6d36::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.j9h7 .ye6d36 + .ye6d36::before{content:"·";margin-right:6px;opacity:.4}
.cuj4ez9t .ye6d36 + .ye6d36::before{content:"›";margin-right:6px;opacity:.4}
.hkne .ye6d36 + .ye6d36::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.ik3d{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.wqrkj8{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.cjadiw{display:flex;flex-direction:column;gap:3px}
.m5mj{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.a1qli9vu{font-weight:700;font-size:1rem;color:var(--text-heading)}
.ulfuuprc{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.cvvgd2 .ik3d{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.hnqcgd .ik3d{border-top:3px solid var(--accent);padding-top:18px}
.y116 .ik3d{border-left:3px solid var(--accent);border-radius:0}
.ijxlkogp .ik3d{padding:20px 0}
@media(max-width:640px){
  .ik3d{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .ulfuuprc{max-width:100%}
}
:root {
  --accent:          #3f4ace;
  --brand:           #3f4ace;
  --brand-light:     #6971d2;
  --brand-pale:      #a2a7db;
  --grad-start:      #212985;
  --grad-end:        #313cc1;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #8210f3;
  --cta-light:       #a85df2;
  --cta-hover:       #9636f4;
  --bg-page:         #060713;
  --bg-surface:      #0a0b1e;
  --bg-card:         #0d102a;
  --bg-card-inner:   #111435;
  --bg-raised:       #151841;
  --bg-hover:        #191d4c;
  --border:          #1e235c;
  --border-alt:      #252b73;
  --border-section:  #1e235c;
  --text-primary:    #e3e3e7;
  --text-muted:      #9fa0ac;
  --text-body:       #c8c8cf;
  --text-sub:        #9fa0ac;
  --text-faint:      #6a6b7a;
  --text-dim:        #52535f;
  --text-label:      #848594;
  --text-value:      #babbc3;
  --accent-bg:       #151727;
  --accent-bg-light: #1e203d;
  --bg-tip:          #162621;
  --bg-warning:      #272115;
  --bg-info:         #161c26;
  --bg-pros:         #162621;
  --bg-cons:         #26161b;
  --c-pros:          #84eaca;
  --c-cons:          #e689a6;
  --c-pros-label:    #58e3b8;
  --c-tip-border:    #3adeab;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #84eaca;
}
:root { --logo-bg-opacity: 41%; }
body, button, input { font-family: "Oxanium", sans-serif; }
.xgwy .sxym0qn { font-size: 0; width: 1.2rem; flex-shrink: 0; }.xgwy .sxym0qn::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.xgwy .h1ei     .sxym0qn::before { content: "";  color: var(--c-tip-border); }.xgwy .ciux .sxym0qn::before { content: ""; color: var(--c-warn-border); }.xgwy .hks26    .sxym0qn::before { content: ""; color: #60a5fa; }.el6qvg .xgwy .h1ei     .sxym0qn::before { color: #10b981; }.el6qvg .xgwy .ciux .sxym0qn::before { color: #f43f5e; }.el6qvg .xgwy .hks26    .sxym0qn::before { color: #a855f7; }.k1q2k3h  .xgwy .h1ei     .sxym0qn::before { color: #eab308; }.k1q2k3h  .xgwy .ciux .sxym0qn::before { color: #ef4444; }.k1q2k3h  .xgwy .hks26    .sxym0qn::before { color: #f97316; }.aj56hdv  .xgwy .h1ei     .sxym0qn::before { color: #38bdf8; }.aj56hdv  .xgwy .ciux .sxym0qn::before { color: #818cf8; }.aj56hdv  .xgwy .hks26    .sxym0qn::before { color: #2dd4bf; }.q5t61 .xgwy .sxym0qn::before { color: var(--accent-light) !important; }
.rhemhzf .yp1u, .rhemhzf .w9jhc4yt { min-height: 520px; }
.ybi2p4 .y0x09n::after, .ybi2p4 .unav::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.hfv33::before { content: '|'; opacity: 0.3; }
.wsbe8e .ye6d36::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.wsbe8e .ye6d36:first-of-type::before{content:"\f06e"}.wsbe8e .ye6d36:last-of-type::before{content:"\f4fc"}