: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;
}
.s0738pha {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.kbu9cc {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.e55afu {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.z47to52 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.z4vo8cf { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.z4vo8cf a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.z4vo8cf a:hover { color: var(--accent-light); }
.ml9j3wc     .ifva { border-radius: 24px; padding: 8px; }
.ml9j3wc .ifva li a { border-radius: 16px; }
.j6kkjg .ifva li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .ifva {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .l9a8:hover .ifva,
  .l9a8:focus-within .ifva { display: block; }
  .ifva li a { padding: 8px 16px; font-size: 0.88rem; }
}
.egh4p8 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.c8kwm { display: none; }
@media (max-width: 640px) {
  .c8kwm {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .c8kwm.dkun0 { display: block; }
}
@media (max-width: 640px) {
  .egh4p8 { display: block; }
  .z4vo8cf > li + li::before { display: none !important; }
  .z4vo8cf {
    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;
  }
  .z4vo8cf.dkun0 { display: flex; }
  .z4vo8cf li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .z4vo8cf li:last-child a { border-bottom: none; }
}
.mi8i984 { min-height: 480px; }
.bd9pg {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.rit43 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.uowpe .rit43 { margin-left: 0; margin-right: 0; }
.wzoabgb {
  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;
}
.wzoabgb:hover { opacity: 0.88; }
.sgx7o .o9i2k75 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.sgx7o .bd9pg { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.sgx7o .rit43 { color: #e2e8f0; }
.sgx7o.fcy62 .o9i2k75 { text-align: center; }
.sgx7o.uowpe   .o9i2k75 { text-align: left; }
.gvm9be {
  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);
}
.gvm9be .o9i2k75 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.gvm9be .bd9pg { color: var(--text-primary); text-shadow: none; }
.gvm9be .rit43 { color: var(--text-muted); }
.gvm9be .wzoabgb { margin-top: 16px; }
.gvm9be, .gvm9be.mi8i984 { min-height: auto !important; }
.gvm9be.fcy62 .o9i2k75 { text-align: center; }
.gvm9be.uowpe   .o9i2k75 { text-align: left; }
.gvm9be~.jsudc0r{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}
.gvm9be~.jsudc0r .wxhju9x{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; }
}
.bec2b49r .bd9pg { color: #fff; }
.bec2b49r .rit43 { color: rgba(255,255,255,0.85); }
.bec2b49r .wzoabgb { background: #fff; color: var(--cta); }
.bec2b49r .wzoabgb:hover { opacity: 0.92; }
.jfptwbh .bd9pg { text-shadow: none; color: var(--text-primary); }
.jfptwbh .rit43 { color: var(--text-muted); }
body.i2egxthu .bd9pg {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.rgtmu2a4 .bd9pg {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.jfptwbh.fcy62 .sqf4j { align-items: center; text-align: center; }
.whfjftw .o9i2k75 { padding-bottom: 24px; }
.qg2bz .o9i2k75 { max-width: 960px; }
@media (max-width: 700px) {
  .jfptwbh { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .jfptwbh .rvc1v { display: none !important; }
  .y1yol7m .rvc1v { display: none !important; }
  .vicu9w .qplauw { display: none !important; }
  .buyq .bd73y5u { display: none !important; }
  .sqf4j  { padding: 36px 24px; }
  .jfptwbh~.jsudc0r,.naqnctsq~.jsudc0r{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .mi8i984, .jfptwbh { min-height: 320px !important; }
  
  .bd9pg { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .imhoqi { display: none !important; }
  
  .iml9e2z { flex-direction: column; align-items: center; }
  .h7t8x7ws { width: 100%; max-width: 340px; }
}
.ebylg { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.yr9z24go { width: 100%; height: auto; display: block; border-radius: 10px; }
.pu9oahk .ebylg        { border-radius: 16px; }
.pu9oahk .yr9z24go  { border-radius: 16px; }
.uu22 .ebylg         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.uu22 .yr9z24go   { border-radius: 8px; }
.fmft { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.qvjwq2n { width: 100%; padding: 32px 0; position: relative; }
.c49e { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.nd5o .qvjwq2n:nth-child(even) { background: var(--bg-surface); }
.nd5o .qvjwq2n:nth-child(odd)  { background: var(--bg-page); }
.adgcabkd .qvjwq2n:nth-child(even) { background: var(--bg-card); }
.adgcabkd .qvjwq2n:nth-child(odd)  { background: var(--bg-page); }
.nd5o .qvjwq2n:nth-child(odd)  .c49e { background: var(--bg-card); border-radius: 6px; }
.nd5o .qvjwq2n:nth-child(even) .c49e { background: var(--bg-raised); border-radius: 6px; }
.adgcabkd .qvjwq2n:nth-child(odd)  .c49e { background: var(--bg-card); border-radius: 6px; }
.adgcabkd .qvjwq2n:nth-child(even) .c49e { background: var(--bg-raised); border-radius: 6px; }
.nd5o .qvjwq2n:nth-child(even) .xh0zggd .ao426,
.adgcabkd .qvjwq2n:nth-child(even) .xh0zggd .ao426 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.nd5o .qvjwq2n:nth-child(odd) .xh0zggd .ao426,
.adgcabkd .qvjwq2n:nth-child(odd) .xh0zggd .ao426 { background: var(--bg-card-inner); }
.nd5o .qvjwq2n:nth-child(even) .steju76p .ao426:nth-child(odd),
.adgcabkd .qvjwq2n:nth-child(even) .steju76p .ao426:nth-child(odd)  { background: var(--bg-card); }
.nd5o .qvjwq2n:nth-child(even) .steju76p .ao426:nth-child(even),
.adgcabkd .qvjwq2n:nth-child(even) .steju76p .ao426:nth-child(even) { background: var(--bg-card-inner); }
h1.lzfhs80j { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.lzfhs80j {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.ewy7 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.xwl64ct h2.lzfhs80j {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.o629tt2 h2.lzfhs80j {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.d6lm48ad h2.lzfhs80j {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.c6z4riz h2.lzfhs80j::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.to5gqz h2.lzfhs80j {
  color: var(--text-primary); font-size: 1.7rem;
}
.drs9uvf h2.lzfhs80j::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.w1kxj h2.lzfhs80j {
  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;
}
.bneu7jx5 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .bneu7jx5 { display: none; } }
.cixyc { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.s367s5p2 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.pq1fhbnx {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.jkbu0 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.zy4swo { padding-left: 20px; }
.zy4swo li { margin-bottom: 6px; }
.zy4swo a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.zy4swo a:hover { color: var(--accent-light); }
.s6ln .jkbu0 { display: none; }
.cstogb1 .jkbu0 { display: none; }
.cstogb1 .zy4swo { padding-left: 0; list-style: none; }
.cstogb1 .zy4swo li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.cstogb1 .zy4swo a { font-size: 0.92rem; }
.ze5s .pq1fhbnx { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ze5s .jkbu0 { display: none; }
.ze5s .zy4swo { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.ze5s .zy4swo li { margin-bottom: 0; }
.ze5s .zy4swo 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;
}
.ze5s .zy4swo a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.iysp368t .pq1fhbnx { padding: 20px 20px 16px; }
.iysp368t .zy4swo {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.iysp368t .zy4swo li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.iysp368t .zy4swo 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;
}
.iysp368t .zy4swo 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;
}
.iysp368t .zy4swo a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.iysp368t .zy4swo a:focus,
.iysp368t .zy4swo a:focus-visible,
.iysp368t .zy4swo a:target { outline: none; }
.iysp368t .zy4swo li:target a { border-color: var(--border); color: var(--text-muted); }
.sgqxk .pq1fhbnx { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.sgqxk .jkbu0 { display: none; }
.sgqxk .zy4swo { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.sgqxk .zy4swo li { margin-bottom: 0; }
.sgqxk .zy4swo li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.sgqxk .zy4swo li:last-child::after { content: ""; margin-right: 0; }
.sgqxk .zy4swo a { font-size: 0.9rem; }
.ao426 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.xh0zggd .ao426 { background: var(--bg-card); }
.steju76p .ao426:nth-child(odd)  { background: var(--bg-card); }
.steju76p .ao426:nth-child(even) { background: var(--bg-raised); }
.fvmx7s .ao426 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.fvmx7s .ao426:last-child { border-bottom: none; }
.fvmx7s h3.ewy7 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.iuvcmz .ao426 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.iuvcmz .ao426 + .ao426 { margin-top: 4px; }
.dw0n4 .ao426 { background: none; border-radius: 0; padding: 12px 0; }
.dw0n4 .ao426 + .ao426 { border-top: 1px solid var(--border-section); }
.dzvev0p { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ckii { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.xkbp { color: var(--text-body); margin-bottom: 10px; }
.xwgs, .bc6l { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.xwgs li, .bc6l li { margin-bottom: 6px; }
.bc6l li { list-style: decimal; }
.xaea     .xwgs { list-style-type: "● "; }
.kubgfyj  .xwgs { list-style-type: "■ "; }
.hy278 .xwgs { list-style-type: "◆ "; }
.y3exfx17    .xwgs { list-style-type: "★ "; }
.xaea     .o8qh3 { list-style-type: "● "; }
.kubgfyj  .o8qh3 { list-style-type: "■ "; }
.hy278 .o8qh3 { list-style-type: "◆ "; }
.y3exfx17    .o8qh3 { list-style-type: "★ "; }
.xaea    .xwgs li::marker, .xaea    .o8qh3 li::marker,
.kubgfyj .xwgs li::marker, .kubgfyj .o8qh3 li::marker,
.hy278 .xwgs li::marker, .hy278 .o8qh3 li::marker,
.y3exfx17   .xwgs li::marker, .y3exfx17   .o8qh3 li::marker {
  color: var(--cta); font-size: 1em;
}
.xaea .bc6l,
.kubgfyj .bc6l,
.hy278 .bc6l,
.y3exfx17 .bc6l {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.xaea .bc6l li,
.kubgfyj .bc6l li,
.hy278 .bc6l li,
.y3exfx17 .bc6l li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.xaea .bc6l li::before,
.kubgfyj .bc6l li::before,
.hy278 .bc6l li::before,
.y3exfx17 .bc6l 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;
}
.xaea     .bc6l li::before { border-radius: 50%; }
.kubgfyj  .bc6l li::before { border-radius: 3px; }
.hy278 .bc6l li::before { border-radius: 3px; }
.y3exfx17    .bc6l li::before { border-radius: 50%; }
.hctp { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.rpi4nweb .hctp,
.o0pd .hctp { background: transparent; border: none; border-radius: 0; }
.jdgcqf { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.jdgcqf th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.jdgcqf td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.jdgcqf tr:hover td { background: var(--bg-hover); }
.cd9xot0 .jdgcqf tbody tr:nth-child(even) td { background: var(--bg-surface); }
.ufbx6vf .jdgcqf { border: 1px solid var(--border-alt); }
.ufbx6vf .jdgcqf th,
.ufbx6vf .jdgcqf td { border: 1px solid var(--border-alt); }
.cb2r .jdgcqf th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.cb2r .jdgcqf td { border-bottom: none; }
.cb2r .jdgcqf tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.vxfa6l .jdgcqf th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.b5s99l .hctp {
  overflow: hidden;
}
.b5s99l .jdgcqf th { border-bottom: 1px solid var(--border-alt); }
.b5s99l .jdgcqf tr:last-child td { border-bottom: none; }
.so7y { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.onspjf { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.ibeyvjo { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.g8e2 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.vyhgilu { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.o8qh3 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.o8qh3 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%}
.oudd .g8e2 { background: transparent; text-align: center; }
.xvbc2ce2 .ibeyvjo {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.ch7j .ibeyvjo {
  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);
}
.l8uh .onspjf { display: grid; grid-template-columns: auto 1fr; }
.l8uh .ibeyvjo {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.l8uh .g8e2 { grid-column: 2; }
.l8uh .vyhgilu,
.l8uh .o8qh3 { grid-column: 1 / -1; }
.msbo5 .onspjf { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.msbo5 .ibeyvjo {
  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);
}
.msbo5 .g8e2 { grid-column: 2; }
.msbo5 .vyhgilu,
.msbo5 .o8qh3 { grid-column: 1 / -1; }
.o4rh0 .onspjf { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.o4rh0 .g8e2 { background: none; color: var(--accent-light); font-weight: 700; }
.ret67pdv .onspjf { 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); }
.ret67pdv .g8e2 { background: none; color: var(--accent-light); font-weight: 700; }
.x3r37 .onspjf { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.x3r37 .onspjf:last-child { border-bottom: none; }
.x3r37 .g8e2 { background: none; color: var(--accent-light); font-weight: 700; }
.n8b0uxyh .onspjf { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.n8b0uxyh .g8e2 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.yq18irt .so7y { counter-reset: card-n; }
.yq18irt .onspjf  { counter-increment: card-n; }
.yq18irt .g8e2 { display: flex; align-items: center; gap: 10px; }
.yq18irt .g8e2::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;
}
.h0p4o0j .onspjf { background: var(--bg-surface); border: 1px solid var(--border); }
.h0p4o0j .g8e2 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.beyki { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.ie0ss  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.bj95 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.a87on0 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.xvxvrm0a { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.beyki strong { color: var(--text-primary); font-size: 0.95rem; }
.beyki p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.akat5u { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.ii492ji, .ivxx { border-radius: 8px; padding: 14px; }
.ii492ji { background: var(--bg-pros); }
.ivxx { background: var(--bg-cons); }
.ws3rx { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.ii492ji .ws3rx { color: var(--c-pros-label); }
.ivxx .ws3rx { color: #f87171; }
.ii492ji ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ivxx ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.yr9z24go { width: 100%; height: auto; border-radius: 10px; display: block; }
.ns0t1gfj {
  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;
}
.ns0t1gfj:hover { opacity: 0.85; }
.ybgtpm .ns0t1gfj  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.ybgtpm .ns0t1gfj:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.yncifnmy .ns0t1gfj  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.yncifnmy .ns0t1gfj:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.xe3n .wzoabgb { border-radius: 50px; }
.xe3n .ns0t1gfj  { border-radius: 50px; }
.lfh8to .wzoabgb { padding-left: 22px; padding-right: 22px; }
.lfh8to .ns0t1gfj  { padding-left: 12px; padding-right: 12px; }
.e1mn8qg .wzoabgb { padding-left: 44px; padding-right: 44px; }
.e1mn8qg .ns0t1gfj  { padding-left: 24px; padding-right: 24px; }
.xx35jn .wzoabgb { padding-left: 56px; padding-right: 56px; }
.xx35jn .ns0t1gfj  { padding-left: 32px; padding-right: 32px; }
.x3oi   .wzoabgb::after, .x3oi   .ns0t1gfj::after,
.g6bp .wzoabgb::after, .g6bp .ns0t1gfj::after,
.zfac1lqz    .wzoabgb::after, .zfac1lqz    .ns0t1gfj::after,
.ypkipj    .wzoabgb::after, .ypkipj    .ns0t1gfj::after,
.b99upv    .wzoabgb::after, .b99upv    .ns0t1gfj::after,
.fb7rv     .wzoabgb::after, .fb7rv     .ns0t1gfj::after,
.ysr2pyy    .wzoabgb::after, .ysr2pyy    .ns0t1gfj::after,
.bbcpxp   .wzoabgb::after, .bbcpxp   .ns0t1gfj::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;
}
.x3oi .wzoabgb::after, .x3oi .ns0t1gfj::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");
}
.g6bp .wzoabgb::after, .g6bp .ns0t1gfj::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");
}
.zfac1lqz .wzoabgb::after, .zfac1lqz .ns0t1gfj::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");
}
.ypkipj .wzoabgb::after, .ypkipj .ns0t1gfj::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");
}
.b99upv .wzoabgb::after, .b99upv .ns0t1gfj::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");
}
.fb7rv .wzoabgb::after, .fb7rv .ns0t1gfj::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");
}
.ysr2pyy .wzoabgb::after, .ysr2pyy .ns0t1gfj::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");
}
.bbcpxp .wzoabgb::after, .bbcpxp .ns0t1gfj::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");
}
.aqk1r   .zovgcof::after, .aqk1r   .yaswex::after,
.cnf3n .zovgcof::after, .cnf3n .yaswex::after,
.cu7zpa    .zovgcof::after, .cu7zpa    .yaswex::after,
.ezn1e    .zovgcof::after, .ezn1e    .yaswex::after,
.g5yb77c    .zovgcof::after, .g5yb77c    .yaswex::after,
.u08dc     .zovgcof::after, .u08dc     .yaswex::after,
.ed8h    .zovgcof::after, .ed8h    .yaswex::after,
.bxjvqm   .zovgcof::after, .bxjvqm   .yaswex::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;
}
.aqk1r .zovgcof::after, .aqk1r .yaswex::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");
}
.cnf3n .zovgcof::after, .cnf3n .yaswex::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");
}
.cu7zpa .zovgcof::after, .cu7zpa .yaswex::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");
}
.ezn1e .zovgcof::after, .ezn1e .yaswex::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");
}
.g5yb77c .zovgcof::after, .g5yb77c .yaswex::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");
}
.u08dc .zovgcof::after, .u08dc .yaswex::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");
}
.ed8h .zovgcof::after, .ed8h .yaswex::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");
}
.bxjvqm .zovgcof::after, .bxjvqm .yaswex::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");
}
.ps37ej .m1xqwc { background: rgba(128,128,128,.12); }
@media (min-width: 721px) {
  .g17tf { flex: 0 0 260px; width: 260px; }
  .l9hv { flex: 0 0 120px; width: 120px; }
  .eccr6 { flex: 0 0 110px; width: 110px; }
  .z4r35w   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .e8bft96 { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.e8bft96.ns0t1gfj { 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) {
  .e3g6n4v7 { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .e3g6n4v7 .uge5k9pe { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .e3g6n4v7 .g17tf { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .e3g6n4v7 .m1xqwc { width: 100%; min-width: unset; height: 120px; }
  .e3g6n4v7 .feouy27 { max-height: 96px; max-width: 200px; }
  .e3g6n4v7 .oxjne4 { min-width: unset; text-align: center; white-space: normal; }
  .e3g6n4v7 .l9hv { min-width: 0; }
  .e3g6n4v7 .z4r35w { 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; }
  .e3g6n4v7 .e8bft96 { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .ygju .uge5k9pe { row-gap: 8px !important; gap: 10px !important; }
}
.imfx2qp .rxetxa8 { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
@media (min-width: 860px) {
  .agpqs .puc2 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .agpqs .kjx8ovhj { margin: 0; }
}
.d3h2w2 .kjx8ovhj { border-top: 4px solid var(--accent); }
.d3h2w2 .s8wkggdg { background: var(--bg-card); }
.o0pd .akat5u { gap: 10px; }
.o0pd .ii492ji, .o0pd .ivxx { padding: 12px; }
.o0pd .ii492ji ul, .o0pd .ivxx ul { margin: 4px 0 0; padding-left: 18px; }
.o0pd .ii492ji li, .o0pd .ivxx li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .cu210a3m { grid-template-columns: 1fr; }
  .p9j0e { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .p9j0e .g5bt3s4 { width: 72px; height: 50px; }
  .p9j0e .yzfds5b { max-width: 180px; }
  .p9j0e .rzxe793v { width: auto; }
}
@media (max-width: 720px) {
  .k7om42k { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .gc6i { padding: 16px; }
  .o7aiza1q .i6o98gg { min-width: 50%; }
}
.qvyw60 .akat5u { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .t4xv { grid-template-columns: 1fr; }
  .md78 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .q97ufs { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .hzn4js7 { flex-wrap: wrap; padding: 16px; }
}
.hnirjjcy .akat5u { gap: 8px; }
.hnirjjcy .ii492ji, .hnirjjcy .ivxx { padding: 8px; }
@media (max-width: 480px) {
  .b4a7 { flex-direction: column; align-items: stretch; }
}
.pg4hn .rzxe793v .ns0t1gfj { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .saf2fvcd { flex-direction: column; align-items: stretch; gap: 10px; }
  .pg4hn .rzxe793v { text-align: center; }
}
@media (max-width: 720px) {
  .dsju5 { grid-template-columns: 1fr; }
  .o3et6 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .bfz2kv { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .gcnhqhxn { grid-template-columns: 1fr; }
  .fixy315o { width: 100px; height: 100px; margin: 16px auto; }
  .kh9lp { font-size: 1.4rem; }
  .xhju { justify-content: center; }
  .c4jv .i6o98gg { min-width: 50%; }
}
.j03mr7 .akat5u { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .g2z2hesm { flex-wrap: wrap; padding: 14px 16px; }
  .s5csl { padding: 12px 16px; }
  .j03mr7 .akat5u { margin: 0 16px; }
  .j03mr7 .hc9s { padding: 0 16px; }
  .qnq3ij { padding: 12px 16px; }
}
.hqpbo .e8bft96.ns0t1gfj { padding: 14px 30px !important; font-size: 1rem; }
.n8iww0s .e8bft96.ns0t1gfj { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.opvfqtz { margin: 16px 0; }
.c99ep { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.c99ep summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.c99ep summary::after { content: "+"; color: var(--accent-light); }
.c99ep[open] summary::after { content: "−"; }
.c99ep p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.qvjwq2n { margin-bottom: 0; }
.yw9r0 h2.lzfhs80j { color: var(--text-primary); border-color: var(--accent-light); }
.a4xvb h2.lzfhs80j { color: var(--text-primary); border-color: var(--accent-light); }
.vcao .ie0ss     { background: #052e16; border-color: #10b981; }
.vcao .bj95 { background: #2d0a1e; border-color: #f43f5e; }
.vcao .a87on0    { background: #1e1036; border-color: #a855f7; }
.vcao .beyki strong  { color: #f1f5f9; }
.vcao .beyki p       { color: #cbd5e1; }
.vcao .tekw    .ie0ss     .xvxvrm0a::before,
.vcao .ydoainf  .ie0ss     .xvxvrm0a::before,
.vcao .cuy0t  .ie0ss     .xvxvrm0a::before,
.vcao .hc0f .ie0ss     .xvxvrm0a::before { color: #10b981; }
.vcao .tekw    .bj95 .xvxvrm0a::before,
.vcao .ydoainf  .bj95 .xvxvrm0a::before,
.vcao .cuy0t  .bj95 .xvxvrm0a::before,
.vcao .hc0f .bj95 .xvxvrm0a::before { color: #f43f5e; }
.vcao .tekw    .a87on0    .xvxvrm0a::before,
.vcao .ydoainf  .a87on0    .xvxvrm0a::before,
.vcao .cuy0t  .a87on0    .xvxvrm0a::before,
.vcao .hc0f .a87on0    .xvxvrm0a::before { color: #a855f7; }
.p3g6j8 .ie0ss     { background: #2d2000; border-color: #eab308; }
.p3g6j8 .bj95 { background: #2d0b0b; border-color: #ef4444; }
.p3g6j8 .a87on0    { background: #2d1600; border-color: #f97316; }
.p3g6j8 .beyki strong  { color: #f1f5f9; }
.p3g6j8 .beyki p       { color: #cbd5e1; }
.p3g6j8 .tekw    .ie0ss     .xvxvrm0a::before,
.p3g6j8 .ydoainf  .ie0ss     .xvxvrm0a::before,
.p3g6j8 .cuy0t  .ie0ss     .xvxvrm0a::before,
.p3g6j8 .hc0f .ie0ss     .xvxvrm0a::before { color: #eab308; }
.p3g6j8 .tekw    .bj95 .xvxvrm0a::before,
.p3g6j8 .ydoainf  .bj95 .xvxvrm0a::before,
.p3g6j8 .cuy0t  .bj95 .xvxvrm0a::before,
.p3g6j8 .hc0f .bj95 .xvxvrm0a::before { color: #ef4444; }
.p3g6j8 .tekw    .a87on0    .xvxvrm0a::before,
.p3g6j8 .ydoainf  .a87on0    .xvxvrm0a::before,
.p3g6j8 .cuy0t  .a87on0    .xvxvrm0a::before,
.p3g6j8 .hc0f .a87on0    .xvxvrm0a::before { color: #f97316; }
.h0a2g .ie0ss     { background: #0c1a2e; border-color: #38bdf8; }
.h0a2g .bj95 { background: #12103a; border-color: #818cf8; }
.h0a2g .a87on0    { background: #0a2020; border-color: #2dd4bf; }
.h0a2g .beyki strong  { color: #f1f5f9; }
.h0a2g .beyki p       { color: #cbd5e1; }
.h0a2g .tekw    .ie0ss     .xvxvrm0a::before,
.h0a2g .ydoainf  .ie0ss     .xvxvrm0a::before,
.h0a2g .cuy0t  .ie0ss     .xvxvrm0a::before,
.h0a2g .hc0f .ie0ss     .xvxvrm0a::before { color: #38bdf8; }
.h0a2g .tekw    .bj95 .xvxvrm0a::before,
.h0a2g .ydoainf  .bj95 .xvxvrm0a::before,
.h0a2g .cuy0t  .bj95 .xvxvrm0a::before,
.h0a2g .hc0f .bj95 .xvxvrm0a::before { color: #818cf8; }
.h0a2g .tekw    .a87on0    .xvxvrm0a::before,
.h0a2g .ydoainf  .a87on0    .xvxvrm0a::before,
.h0a2g .cuy0t  .a87on0    .xvxvrm0a::before,
.h0a2g .hc0f .a87on0    .xvxvrm0a::before { color: #2dd4bf; }
.s207 .ie0ss     { background: var(--accent-bg); border-color: var(--accent-light); }
.s207 .bj95 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.s207 .a87on0    { background: var(--accent-bg); border-color: var(--accent-pale); }
.s207 .tekw    .xvxvrm0a::before,
.s207 .ydoainf  .xvxvrm0a::before,
.s207 .cuy0t  .xvxvrm0a::before,
.s207 .hc0f .xvxvrm0a::before { color: var(--accent-light) !important; }
.tmtjnv::before,
.ukp38::before { margin-right: 5px; }
.b9t4 .ii492ji ul li,
.b9t4 .ph16 li         { color: #4ade80; }
.b9t4 .ii492ji .tmtjnv { color: #22c55e; }
.b9t4 .ivxx ul li,
.b9t4 .an5nt52 li         { color: #f87171; }
.b9t4 .ivxx .ukp38 { color: #ef4444; }
.w7du .ii492ji { background: var(--bg-pros); }
.w7du .ivxx { background: var(--bg-cons); }
.w7du .ii492ji .tmtjnv { color: var(--c-pros-label); }
.w7du .ivxx .ukp38 { color: var(--c-cons); }
.w7du .ii492ji ul li,
.w7du .ivxx ul li,
.tzxjqv .ii492ji { background: var(--bg-pros); }
.tzxjqv .ivxx { background: var(--bg-cons); }
.tzxjqv .ii492ji .tmtjnv { color: var(--c-pros-label); }
.tzxjqv .ivxx .ukp38 { color: var(--c-cons); }
.tzxjqv .ii492ji ul li,
.tzxjqv .ivxx ul li,
.yfktii .tmtjnv::before { content: "✓ "; }
.yfktii .ukp38::before { content: "✗ "; }
.n6d2st1x .tmtjnv::before { content: "→ "; }
.n6d2st1x .ukp38::before { content: "← "; }
.acc2v7 .tmtjnv::before { content: "★ "; }
.acc2v7 .ukp38::before { content: "✕ "; }
.zrij .tmtjnv::before { content: "◆ "; }
.zrij .ukp38::before { content: "▲ "; }
.ibvtp60 .beyki { background: transparent; border-left: none; border: 1.5px solid; }
.ibvtp60 .ie0ss     { border-color: var(--c-tip-border); }
.ibvtp60 .bj95 { border-color: var(--c-warn-border); }
.ibvtp60 .a87on0    { border-color: #60a5fa; }
.ibvtp60 .beyki strong { color: var(--text-primary); }
.ibvtp60 .beyki p      { color: var(--text-muted); }
.imfx2qp .beyki { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.imfx2qp .ie0ss     { border-top-color: var(--c-tip-border); }
.imfx2qp .bj95 { border-top-color: var(--c-warn-border); }
.imfx2qp .a87on0    { border-top-color: #60a5fa; }
.n1x1h4ub .beyki { border-left: none; border-radius: 8px; }
.n1x1h4ub .ie0ss     { background: #065f46; }
.n1x1h4ub .bj95 { background: #92400e; }
.n1x1h4ub .a87on0    { background: #1e3a8a; }
.n1x1h4ub .beyki strong,
.n1x1h4ub .beyki p { color: #fff; }
.n1x1h4ub .xvxvrm0a::before { color: rgba(255,255,255,0.85) !important; }
.vcao.n1x1h4ub .ie0ss,
.vcao .n1x1h4ub .ie0ss     { background: #052e16; }
.vcao.n1x1h4ub .bj95,
.vcao .n1x1h4ub .bj95 { background: #2d0a1e; }
.vcao.n1x1h4ub .a87on0,
.vcao .n1x1h4ub .a87on0    { background: #1e1036; }
.p3g6j8.n1x1h4ub .ie0ss,
.p3g6j8 .n1x1h4ub .ie0ss      { background: #2d2000; }
.p3g6j8.n1x1h4ub .bj95,
.p3g6j8 .n1x1h4ub .bj95  { background: #2d0b0b; }
.p3g6j8.n1x1h4ub .a87on0,
.p3g6j8 .n1x1h4ub .a87on0     { background: #2d1600; }
.h0a2g.n1x1h4ub .ie0ss,
.h0a2g .n1x1h4ub .ie0ss      { background: #0c1a2e; }
.h0a2g.n1x1h4ub .bj95,
.h0a2g .n1x1h4ub .bj95  { background: #12103a; }
.h0a2g.n1x1h4ub .a87on0,
.h0a2g .n1x1h4ub .a87on0     { background: #0a2020; }
.cgco2 .beyki { border-left: none; border-radius: 6px; padding: 10px 14px; }
.cgco2 .ie0ss     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.cgco2 .bj95 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.cgco2 .a87on0    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.cgco2 .beyki strong { color: var(--text-primary); }
.cgco2 .beyki p      { color: var(--text-muted); }
.lqorqil .beyki { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.tekw .xvxvrm0a,
.ydoainf .xvxvrm0a,
.cuy0t .xvxvrm0a,
.hc0f .xvxvrm0a { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.tekw .xvxvrm0a::before,
.ydoainf .xvxvrm0a::before,
.cuy0t .xvxvrm0a::before,
.hc0f .xvxvrm0a::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.tekw .ie0ss     .xvxvrm0a::before { content: "✦"; color: var(--c-tip-border); }
.tekw .bj95 .xvxvrm0a::before { content: "▲"; color: var(--c-warn-border); }
.tekw .a87on0    .xvxvrm0a::before { content: "◉"; color: #60a5fa; }
.ydoainf .ie0ss     .xvxvrm0a::before { content: "★"; color: var(--c-tip-border); }
.ydoainf .bj95 .xvxvrm0a::before { content: "◆"; color: var(--c-warn-border); }
.ydoainf .a87on0    .xvxvrm0a::before { content: "●"; color: #60a5fa; }
.cuy0t .ie0ss     .xvxvrm0a::before { content: "▶"; color: var(--c-tip-border); }
.cuy0t .bj95 .xvxvrm0a::before { content: "■"; color: var(--c-warn-border); }
.cuy0t .a87on0    .xvxvrm0a::before { content: "▸"; color: #60a5fa; }
.hc0f .ie0ss     .xvxvrm0a::before { content: "→"; color: var(--c-tip-border); }
.hc0f .bj95 .xvxvrm0a::before { content: "⬥"; color: var(--c-warn-border); }
.hc0f .a87on0    .xvxvrm0a::before { content: "◈"; color: #60a5fa; }
.n9etlurr .xh0zggd .ao426,
.n9etlurr .steju76p .ao426  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.n9etlurr .onspjf                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.n9etlurr .hctp          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.n9etlurr .pq1fhbnx                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.lrpb8 .xh0zggd .ao426,
.lrpb8 .steju76p .ao426,
.lrpb8 .onspjf,
.lrpb8 .uge5k9pe,
.lrpb8 .kjx8ovhj,
.lrpb8 .hctp,
.lrpb8 .pq1fhbnx,
.lrpb8 .lqorqil .beyki { box-shadow: none; }
.otx70   .xkbp, .otx70 .dzvev0p, .otx70 .ckii,
.otx70   .cixyc, .otx70 .s367s5p2 { font-size: 0.9rem; }
.otx70   .xwgs, .otx70 .bc6l { font-size: 0.9rem; }
.foejhv   .xkbp, .foejhv .dzvev0p, .foejhv .ckii,
.foejhv   .cixyc, .foejhv .s367s5p2 { font-size: 0.95rem; }
.foejhv   .xwgs, .foejhv .bc6l { font-size: 0.95rem; }
.zbuf   .xkbp, .zbuf .dzvev0p, .zbuf .ckii,
.zbuf   .cixyc, .zbuf .s367s5p2 { font-size: 1.08rem; }
.zbuf   .xwgs, .zbuf .bc6l { font-size: 1.05rem; }
.zbuf   .jdgcqf { font-size: 0.97rem; }
.g788 .bd9pg      { font-size: 3.2rem; }
.g788 h2.lzfhs80j { font-size: 1.9rem; }
.g788 h3.ewy7     { font-size: 1.4rem; }
.vknd .bd9pg      { font-size: 3.8rem; }
.vknd h2.lzfhs80j { font-size: 2.2rem; }
.vknd h3.ewy7     { font-size: 1.6rem; }
.qvjwq2n + .qvjwq2n { position: relative; }
.mnv633y   .qvjwq2n + .qvjwq2n::before,
.usxp4n40  .qvjwq2n + .qvjwq2n::before,
.rrute   .qvjwq2n + .qvjwq2n::before,
.leyx   .qvjwq2n + .qvjwq2n::before,
.eq0w41   .qvjwq2n + .qvjwq2n::before,
.rw5q .qvjwq2n + .qvjwq2n::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.mnv633y .qvjwq2n + .qvjwq2n::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.usxp4n40 .qvjwq2n + .qvjwq2n::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.rrute .qvjwq2n + .qvjwq2n::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;
}
.leyx .qvjwq2n + .qvjwq2n::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.bosvyp3 .qvjwq2n { margin-bottom: 16px; }
.bosvyp3 .qvjwq2n + .qvjwq2n { margin-top: 0; }
.bosvyp3 .c49e { padding-top: 0; padding-bottom: 0; }
.eq0w41 .qvjwq2n + .qvjwq2n::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.rw5q .qvjwq2n + .qvjwq2n::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.h1r754 .qvjwq2n + .qvjwq2n::before,
.dig42nh .qvjwq2n + .qvjwq2n::before,
.an3ryvs .qvjwq2n + .qvjwq2n::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%;
}
.nd5o .h1r754 .qvjwq2n:nth-child(even)::before,
.nd5o .dig42nh .qvjwq2n:nth-child(even)::before,
.nd5o .an3ryvs .qvjwq2n:nth-child(even)::before { background: var(--bg-surface); }
.adgcabkd .h1r754 .qvjwq2n:nth-child(even)::before,
.adgcabkd .dig42nh .qvjwq2n:nth-child(even)::before,
.adgcabkd .an3ryvs .qvjwq2n:nth-child(even)::before { background: var(--bg-card); }
.h1r754 .qvjwq2n + .qvjwq2n::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");
}
.dig42nh .qvjwq2n + .qvjwq2n::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");
}
.an3ryvs .qvjwq2n + .qvjwq2n::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");
}
.tk923l4s .o9i2k75,
.qh9o5es .o9i2k75 { margin-bottom: 60px; }
.yyofcc .o9i2k75 { margin-bottom: 70px; }
.xlgmojwu  .sgx7o:not(.bec2b49r) .n1r2duap { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.xlgmojwu .bec2b49r { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.xlgmojwu .hx2z { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.xlgmojwu .jfptwbh { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.las5 .ebylg { float: left; width: 38%; margin: 0 28px 16px 0; }
.las5 .ebylg .yr9z24go { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.las5 .c49e::after { content: ''; display: block; clear: both; }
.xi6b .ebylg { float: right; width: 38%; margin: 0 0 16px 28px; }
.xi6b .ebylg .yr9z24go { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.xi6b .c49e::after { content: ''; display: block; clear: both; }
.xl21jekk .qvjwq2n:nth-child(odd)  .ebylg { float: left;  width: 38%; margin: 0 28px 16px 0; }
.xl21jekk .qvjwq2n:nth-child(even) .ebylg { float: right; width: 38%; margin: 0 0 16px 28px; }
.xl21jekk .ebylg .yr9z24go { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.xl21jekk .c49e::after { content: ''; display: block; clear: both; }
.las5 .so7y,
.xi6b .so7y,
.xl21jekk .so7y,
.xl21jekk .e3g6n4v7 { clear: both; }
@media (max-width: 900px) {
  .las5 .ebylg,
  .xi6b .ebylg,
  .xl21jekk .qvjwq2n:nth-child(odd)  .ebylg,
  .xl21jekk .qvjwq2n:nth-child(even) .ebylg {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .las5 .ebylg .yr9z24go,
  .xi6b .ebylg .yr9z24go,
  .xl21jekk .ebylg .yr9z24go {
    max-height: none !important;
  }
}
.las5 .xwgs,
.las5 .bc6l,
.xi6b .xwgs,
.xi6b .bc6l,
.xl21jekk .xwgs,
.xl21jekk .bc6l { overflow: hidden; }
@media (max-width: 640px) {
  .las5 .ebylg,
  .xi6b .ebylg,
  .xl21jekk .ebylg { float: none; width: 100%; margin: 0 0 16px 0; }
}
.kojlwv .fmft,
.kojlwv .c49e,
.kojlwv .aughs1p  { max-width: 1100px; }
.rsgy3s .fmft,
.rsgy3s .c49e,
.rsgy3s .aughs1p  { max-width: 1200px; }
.r6wj8 .fmft,
.r6wj8 .c49e,
.r6wj8 .aughs1p  { max-width: 1320px; }
.r6wj8 { --content-mw: 1320px; }
.p66i0ue { font-size: 0.82rem; color: var(--text-muted); }
.gg969knn { display: flex; align-items: center; }
.c3w7bqts {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.nsz9zqqi { display: flex; align-items: center; }
.khyihb8 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.khyihb8:hover { text-decoration: underline; }
.y2llz37 { margin: 0 3px; opacity: 0.45; }
.y2llz37::before { content: '/'; }
.axj5u9w { padding: 2px 5px; color: var(--text-main); }
.bvuzn0d5 .p66i0ue {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.bvuzn0d5 .gg969knn { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.bz64kf .p66i0ue {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.bz64kf .gg969knn { padding: 0 0 0 12px; }
.fjo3w4ro {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.a20k .gg969knn { padding: 0 16px; }
.a20k .p66i0ue {
  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);
}
.a20k .fmft { padding-top: 28px; }
@media (max-width: 720px) {
  .fjo3w4ro { margin-top: 18px; padding: 0 16px; }
  .a20k .fmft { padding-top: 16px; }
}
.kojlwv.bvuzn0d5 .gg969knn { max-width: 1100px; }
.rsgy3s.bvuzn0d5 .gg969knn { max-width: 1200px; }
.r6wj8.bvuzn0d5 .gg969knn { max-width: 1320px; }
.kojlwv .fjo3w4ro { max-width: 1100px; }
.rsgy3s .fjo3w4ro { max-width: 1200px; }
.r6wj8 .fjo3w4ro { max-width: 1320px; }
.n6aifint .qvjwq2n { padding-top: 16px; padding-bottom: 16px; }
.c9pbo .qvjwq2n { padding-top: 24px; padding-bottom: 24px; }
.nsolqy .qvjwq2n { padding-top: 40px; padding-bottom: 40px; }
.yykkbuw .qvjwq2n { padding-top: 52px; padding-bottom: 52px; }
.yf3bvw .qvjwq2n:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.yf3bvw .qvjwq2n:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.yf3bvw .qvjwq2n:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.yf3bvw .qvjwq2n:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.r9luptzl .c49e { padding-top: 10px;  padding-bottom: 10px; }
.iz98f .c49e { padding-top: 18px;  padding-bottom: 18px; }
.cdw39vq .c49e { padding-top: 36px;  padding-bottom: 36px; }
.w6eov8m2 .c49e { padding-top: 48px;  padding-bottom: 48px; }
.a4ives h2.lzfhs80j { font-weight: 600; }
.a4ives h3.ewy7     { font-weight: 600; }
.zwf5t h2.lzfhs80j { font-weight: 800; }
.zwf5t h3.ewy7     { font-weight: 700; }
.t13cy { font-weight: 600; }
.t13cy h2.lzfhs80j { font-weight: 900; }
.t13cy h3.ewy7     { font-weight: 800; }
.t13cy .beyki strong,
.t13cy .beyki strong { font-weight: 600; }
.zovgcof {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.bvx2 .zovgcof { display: none; }
@media (max-width: 640px) { .zovgcof { display: none; } }
.zovgcof { background: var(--cta) !important; color: #fff !important; border: none !important; }
.zovgcof:hover { opacity: 0.85; }
.xvtww7k .zovgcof { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.jas7 .zovgcof,
.rzpy7ic  .zovgcof { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.jas7 .zovgcof:hover,
.rzpy7ic  .zovgcof:hover { opacity: 0.88; }
.xvtww7k.jas7 .zovgcof,
.xvtww7k.rzpy7ic  .zovgcof { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.yaswex {
  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;
}
.yaswex:hover { transform: translateY(-2px); opacity: 0.92; }
.yaswex { background: var(--cta) !important; color: #fff !important; border: none !important; }
.m7k403 .yaswex { display: none; }
.csalbxqo .yaswex { right: 32px; }
.vxua2  .yaswex { left: 32px; }
@media (max-width: 480px) {
  .csalbxqo .yaswex { right: 20px; bottom: 20px; }
  .vxua2  .yaswex { left: 20px; bottom: 20px; }
}
.oyue { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.aughs1p { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.oa0st { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.qwn0qfpr { color: var(--text-dim); font-size: 0.8rem; }
.y54hsj a, .gqpfk a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.y54hsj a:hover, .gqpfk a:hover { color: var(--accent-light); }
.gqpfk { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.yvd9t .aughs1p { text-align: center; }
.yvd9t .gqpfk { justify-content: center; margin-bottom: 16px; }
.yvd9t .oa0st { margin-top: 0; }
.cofo { margin-top: 10px; }
.cofo a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .aughs1p { padding-left: 16px; padding-right: 16px; }
  .b6d8jg .aughs1p { padding: 20px 16px; }
  .gqpfk { gap: 4px 12px; }
  .oa0st { font-size: 0.78rem; }
}
.e5d4 .oa0st { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.e5d4 .qwn0qfpr { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .e5d4 .eszfzt2 { grid-template-columns: 1fr 1fr; } .e5d4 .mnm019b { grid-column: 1 / -1; } }
@media (max-width: 480px) { .e5d4 .eszfzt2 { grid-template-columns: 1fr; } }
.vswy .oa0st { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .vswy .deedw8z { gap: 12px; } .vswy .i6rs { margin-right: 0; width: 100%; } }
.v0kqc .oa0st { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.v0kqc .qwn0qfpr { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .v0kqc .ghj00my2 { grid-template-columns: 1fr 1fr; } .v0kqc .yqbu { grid-column: 1 / -1; } }
@media (max-width: 480px) { .v0kqc .ghj00my2 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .qdbyi1el .shol9o { grid-template-columns: 1fr 1fr; } .qdbyi1el .q6pn:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .qdbyi1el .shol9o { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .gu09bsq0 .shol9o { grid-template-columns: 1fr; } }
.gqtwlc .aughs1p { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.gqtwlc .gqpfk { justify-content: center; }
.no765k .s0738pha      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.no765k .oyue { background: var(--bg-page); border-top-color: var(--border-alt); }
.a0xgwt .s0738pha      { background: #0d1117; border-bottom-color: #21262d; }
.a0xgwt .e55afu { color: var(--accent-light); }
.a0xgwt .z4vo8cf { --msep-color: #8b949e; }
.a0xgwt .z4vo8cf a { color: #8b949e; }
.a0xgwt .z4vo8cf a:hover { color: var(--accent-light); }
.a0xgwt .egh4p8 { color: #8b949e; }
.a0xgwt .oyue { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.a0xgwt .oa0st,
.a0xgwt .qwn0qfpr { color: #6e7681; }
.a0xgwt .y54hsj a, .a0xgwt .gqpfk a,
.a0xgwt .y54hsj a:hover, .a0xgwt .gqpfk a:hover,
@media (max-width: 640px) {
  .a0xgwt .z4vo8cf { background: #0d1117; border-top-color: #21262d; }
  .a0xgwt .z4vo8cf li a { border-bottom-color: #21262d; }
}
.fwbqx5 .s0738pha      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.fwbqx5 .e55afu { color: var(--accent-light); }
.fwbqx5 .z4vo8cf { --msep-color: #475569; }
.fwbqx5 .z4vo8cf a { color: #475569; }
.fwbqx5 .z4vo8cf a:hover { color: var(--accent-light); }
.fwbqx5 .egh4p8 { color: #64748b; }
.fwbqx5 .oyue { background: #f0f4f8; border-top-color: #cbd5e1; }
.fwbqx5 .oa0st,
.fwbqx5 .qwn0qfpr { color: #64748b; }
.fwbqx5 .y54hsj a, .fwbqx5 .gqpfk a,
.fwbqx5 .y54hsj a:hover, .fwbqx5 .gqpfk a:hover,
@media (max-width: 640px) {
  .fwbqx5 .z4vo8cf { background: #f0f4f8; border-top-color: #cbd5e1; }
  .fwbqx5 .z4vo8cf li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.jas7 .s0738pha      { background: var(--accent); border-bottom-color: var(--accent-light); }
.jas7 .e55afu { color: #fff; }
.jas7 .z4vo8cf { --msep-color: rgba(255,255,255,0.82); }
.jas7 .z4vo8cf a { color: rgba(255,255,255,0.82); }
.jas7 .z4vo8cf a:hover { color: #fff; }
.jas7 .egh4p8 { color: rgba(255,255,255,0.9); }
.jas7 .oyue { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.jas7 .oa0st,
.jas7 .qwn0qfpr { color: rgba(255,255,255,0.72); }
.jas7 .y54hsj a, .jas7 .gqpfk a,
.jas7 .y54hsj a:hover, .jas7 .gqpfk a:hover,
@media (max-width: 640px) {
  .jas7 .z4vo8cf { background: var(--accent); border-top-color: var(--accent-light); }
  .jas7 .z4vo8cf li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.rzpy7ic .s0738pha {
  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);
}
.rzpy7ic .oyue {
  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) {
  .rzpy7ic .z4vo8cf {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.jxbwyi6n .kbu9cc { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.clqc .kbu9cc { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.oal6by2n .kbu9cc { min-height: 72px; height: auto; }
.baroem .kbu9cc { min-height: 84px; height: auto; }
.b6d8jg .kbu9cc { max-width: none; padding: 0 32px; }
.b6d8jg .aughs1p  { max-width: none; padding: 24px 32px; }
.nvyexrj.rsgy3s .kbu9cc { max-width: 1200px; }
.nvyexrj.r6wj8 .kbu9cc { max-width: 1320px; }
.hla0   .e55afu, .hla0   .i6rs { text-transform: capitalize; }
.hqh7khgf .e55afu, .hqh7khgf .i6rs { text-transform: lowercase; }
.i8lk61p .e55afu, .i8lk61p .i6rs { text-transform: uppercase; letter-spacing: 0.06em; }
.x82peq7, .fegclveg {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ei5rq3d .x82peq7,
.g8j6un .x82peq7,
.hllt3z .x82peq7,
.pm3y .x82peq7,
.f4bvv   .z4vo8cf a { font-weight: 500; }
.blofs .z4vo8cf a { font-weight: 600; }
.px14kgg4     .z4vo8cf a { font-weight: 700; }
.n6f3    .z4vo8cf a { font-weight: 800; letter-spacing: 0.01em; }
.fgb9l     .z4vo8cf > li + li::before,
.msvmes    .z4vo8cf > li + li::before,
.g213w    .z4vo8cf > li + li::before,
.wcotu .z4vo8cf > li + li::before,
.sm5tmx .z4vo8cf > li + li::before,
.cfrihpj  .z4vo8cf > li + li::before,
.fs4x    .z4vo8cf > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.fgb9l     .z4vo8cf > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.msvmes    .z4vo8cf > li + li::before { content: "|"; }
.g213w    .z4vo8cf > li + li::before { content: "—"; }
.wcotu .z4vo8cf > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.sm5tmx .z4vo8cf > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.cfrihpj  .z4vo8cf > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.fs4x    .z4vo8cf > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ms2exd .egh4p8,
  .cntfp .egh4p8,
  .nlthv35e .egh4p8,
  .y482 .egh4p8,
  .ti9el .egh4p8 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ms2exd .egh4p8::before,
  .cntfp .egh4p8::before,
  .nlthv35e .egh4p8::before,
  .y482 .egh4p8::before,
  .ti9el .egh4p8::before { content: ""; display: block; flex-shrink: 0; }

  
  .ms2exd .egh4p8::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;
  }

  
  .cntfp .egh4p8::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;
  }

  
  .nlthv35e .egh4p8::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;
  }

  
  .y482 .egh4p8::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;
  }

  
  .ti9el .egh4p8::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) {
  .vmqh7b .egh4p8 {
    padding: 5px 14px;
  }
  .vmqh7b .z4vo8cf {
    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;
  }
  .vmqh7b .z4vo8cf li a {
    border-bottom: none; padding: 10px 22px;
  }
  .vmqh7b .z4vo8cf li a:hover { background: var(--bg-raised); }
  .vmqh7b .c8kwm,
  .davq .c8kwm,
  .yr2n .c8kwm { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .te9rif .egh4p8 {
    padding: 5px 10px;
  }
  .te9rif .z4vo8cf {
    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);
  }
  .te9rif .z4vo8cf.dkun0 { transform: translateX(0); }
  .te9rif .z4vo8cf li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .te9rif .z4vo8cf li:last-child a { border-bottom: none; }
  .jas7 .z4vo8cf,
  .a0xgwt .z4vo8cf { background: var(--accent) !important; }
  .jas7 .z4vo8cf li a,
  .a0xgwt .z4vo8cf li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .yr2n .egh4p8 {
    padding: 5px 10px;
  }
  .yr2n .z4vo8cf {
    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);
  }
  .yr2n .z4vo8cf::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .yr2n .z4vo8cf.dkun0 { transform: translateY(0); }
  .yr2n .z4vo8cf li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .qplj7 .egh4p8 {
    padding: 5px 10px;
  }
  .qplj7 .z4vo8cf {
    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;
  }
  .qplj7 .z4vo8cf.dkun0 { opacity: 1; pointer-events: auto; }
  .qplj7 .z4vo8cf li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .dmo46mdv     .egh4p8 { border-radius: 0 !important; }
  .mhikuol   .egh4p8 { border-radius: 8px !important; }
  .h15j .egh4p8 { border-radius: 50% !important; }
  .valwk   .egh4p8 { border-radius: 999px !important; }
}
.cmmjqc .z47to52 { height: 36px; }
.sbfm .z47to52 { height: 60px; max-width: 200px; }
.pc228irk .z47to52 { height: 76px; max-width: 240px; }
.omf7gq     .l9hv, .omf7gq     .jef4d { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.ddnt .z4r35w {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.kt1lxxx .e3g6n4v7 { counter-reset: cs-rank; gap: 0; }
.kt1lxxx .uge5k9pe {
  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;
}
.kt1lxxx .uge5k9pe::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;
}
.kt1lxxx .g17tf {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.kt1lxxx .m1xqwc {
  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;
}
.kt1lxxx .feouy27 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.kt1lxxx .g17tf { min-width: 0; flex-direction: column; width: 100%; }
.kt1lxxx .qmnz0hor { border-radius: 50%; font-weight: 700; }
.kt1lxxx .oxjne4 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.kt1lxxx .l9hv { color: var(--cta, var(--accent)); }
.kt1lxxx .eccr6 { font-weight: 700; }
.kt1lxxx .z4r35w {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.kt1lxxx .a6nhptw {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.kt1lxxx .uahc3ws3 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.kt1lxxx .gua4i .uahc3ws3 { font-size: 1.3rem; color: var(--accent-light); }
.kt1lxxx .e8bft96 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.kt1lxxx .uge5k9pe:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .kt1lxxx .e3g6n4v7 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .kt1lxxx .uge5k9pe {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .kt1lxxx .uge5k9pe { padding: 40px 16px 20px; }
  .kt1lxxx .z4r35w {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .kt1lxxx .e8bft96 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .q8vo0o5 .uge5k9pe {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .q8vo0o5 .uge5k9pe::before {
    position: absolute; top: 14px; left: 14px;
  }
  .q8vo0o5 .g17tf {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .q8vo0o5 .oxjne4 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .q8vo0o5 .z4r35w {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .q8vo0o5 .e8bft96 { width: 100%; min-width: 0; }
  .q8vo0o5 .l9hv { min-width: 0; }
}
.na37p66 .c99ep {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.na37p66 .c99ep summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.na37p66 .c99ep p { padding: 0 2px 16px; }
.tjbu .c99ep { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.tjbu .c99ep summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.tjbu .c99ep summary::after { content: "›"; font-size: 1.2em; }
.tjbu .c99ep[open] summary::after { content: "‹"; }
.tjbu .c99ep p { padding: 10px 22px 4px; }
.l50wvi .c99ep {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.l50wvi .c99ep summary { color: var(--text-primary); padding-left: 16px; }
.l50wvi .c99ep summary::after { content: "›"; font-size: 1.1em; }
.l50wvi .c99ep[open] summary::after { content: "‹"; }
.l50wvi .c99ep p { padding-left: 16px; }
.ewd38sf .opvfqtz { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.ewd38sf .c99ep {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ewd38sf .c99ep:last-child { border-bottom: none; }
.ewd38sf .c99ep summary { color: var(--text-primary); border-radius: 0; }
.ewd38sf .c99ep summary::after { content: "›"; font-size: 1.1em; }
.ewd38sf .c99ep[open] summary::after { content: "‹"; }
.ndk3 .c99ep { overflow: hidden; }
.ndk3 .c99ep summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.ndk3 .c99ep summary::after { color: rgba(255,255,255,.75); }
.ndk3 .c99ep[open] summary { border-radius: 0; }
.bnvl3x0 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.bgzc6d10 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.d8s2 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.rc9kbwuw { color: var(--text-muted); font-size: 1.05rem; }
.ycew6 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.ir4bxho { margin-bottom: 20px; }
.pjrlma {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.pg0254dx {
  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;
}
.pg0254dx:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.i2he { resize: vertical; min-height: 130px; }
.k946c41 { width: 100%; margin-top: 8px; }
.ipc3lpe4 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.ubygcoy5 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.mar0o9hb { color: var(--text-muted); line-height: 1.75; }
.gqldbfh4 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.gqldbfh4 li { margin-bottom: 6px; }
.nf9wni { max-width: 760px; margin: 0 auto; }
.kp54xf { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.b1a72es { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.b1a72es:last-child { border-bottom: none; }
.b1a72es h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.b1a72es p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.g6n8 { max-width: 760px; margin: 0 auto; }
.qh6ruiup { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.tp5luv ul.gqldbfh4 { margin: 0; }
.fbt2 .qh6ruiup { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .fbt2 { grid-template-columns: 1fr; gap: 10px; } }
.iiyyl { max-width: 640px; margin: 0 auto; text-align: center; }
.cra25q77 { margin-bottom: 48px; }
.cra25q77 .qh6ruiup { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.cra25q77 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.aivik .gqldbfh4 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .wsbl { grid-template-columns: 1fr; } }
.hbx0 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.hbx0:hover .k0umiz4 { color: var(--accent-light); text-decoration: underline; }
.hgc0v1c { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ql0yd1v { max-width: 760px; margin: 0 auto; }
.yuxorbas ul.gqldbfh4 { margin: 0; }
.djqf0h { color: var(--text-muted); line-height: 1.75; }
.fhfn .gqldbfh4,
.qwn094 .gqldbfh4,
.bk0pojt .gqldbfh4,
.zqdx .gqldbfh4 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.ewkhb1d { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.jlc783u { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.d6ax1d { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.p2s76 { margin-top: 12px; }
.aauv8ch { 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; }
.aauv8ch:hover { border-bottom-color: var(--accent-light); }
.vg5au0 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.vg5au0 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.b5opuvst { border-radius: 28%; }
.vkchx6d { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.a6mqgd9 { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .iqn5tch { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.tibo3 .d6ax1d, .tibo3 .jlc783u { max-width: 640px; }
.ixq59h .ewkhb1d { font-size: 1.6rem; margin-top: 18px; }
.jfp9 .d6ax1d { margin-bottom: 28px; }
@media (max-width: 860px) { .cqbs4k9u { grid-template-columns: 1fr; } .ixq59h { position: static; text-align: center; } }
.bc0f .vg5au0 { margin: 0 auto 18px; }
.bc0f .vkchx6d { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .dl6ez40 { grid-template-columns: 1fr; } }
.dkei6 { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.eaw3z { flex: 1; }
.dkei6 .ewkhb1d { font-size: 1.6rem; margin-bottom: 6px; }
.lw9cax6 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.zqdx { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.aoz9ajm { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.zqdx p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.zqdx .gqldbfh4 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .dkei6 { flex-direction: column; text-align: center; } .lw9cax6 { grid-template-columns: 1fr; } }
.ljbqf .ewkhb1d { font-size: 1.35rem; margin: 0 0 4px; }
.ljbqf .vkchx6d { margin: 0; }
.tgwfaqj2 .d8s2 { color: var(--accent-light); }
.hm7q0pr7 .d8s2 { font-size: 2rem; }
.hm7q0pr7 .rc9kbwuw { max-width: 680px; }
.qlhdg6w {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.qlhdg6w .d8s2 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.qlhdg6w .rc9kbwuw  { margin: 0; }
@media (max-width: 640px) { .qlhdg6w { flex-direction: column; } }
.q9rks01 .d8s2 { color: var(--accent-light); }
.xmeeclxi .d8s2 { color: #fff; }
.xmeeclxi .rc9kbwuw  { color: rgba(255,255,255,0.85); }
.jm829 { max-width: 680px; margin: 0 auto; }
.p7te {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .p7te { grid-template-columns: 1fr; } }
.sx64 .pg0254dx {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.sx64 .pg0254dx:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.qlzka .pg0254dx { background: var(--bg-raised); border-color: transparent; }
.qlzka .pg0254dx:focus { background: var(--bg-card); border-color: var(--accent-light); }
.s9jofzri .pg0254dx { border-radius: 100px; padding: 11px 20px; }
.s9jofzri .i2he { border-radius: 14px; }
@media (max-width: 640px) { .k8ggklj { grid-template-columns: 1fr; } }
.dsqkz0q { counter-reset: priv-count; }
.q938mg {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.q938mg:last-child { border-bottom: none; }
.mluv0 {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.q938mg h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.q938mg p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.kg9rur5t { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.kg9rur5t li { margin-bottom: 6px; }
.h67j{display:none}
.h67j:empty,.wxhju9x:empty{display:none}
.upl0sr{position:relative;overflow:visible}
.er71 .jsudc0r,.ch5qsibg .jsudc0r,
.o8hm .jsudc0r,.xsej .jsudc0r,
.a4aj3w .jsudc0r,.y3aajf .jsudc0r{display:block}
.lejnt .ay743w{display:block}
.er71 .jsudc0r,.ch5qsibg .jsudc0r,
.o8hm .jsudc0r,.xsej .jsudc0r,
.a4aj3w .jsudc0r{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}
.er71 .jsudc0r .wxhju9x,.ch5qsibg .jsudc0r .wxhju9x,
.o8hm .jsudc0r .wxhju9x,.xsej .jsudc0r .wxhju9x,
.a4aj3w .jsudc0r .wxhju9x{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}
.er71 .bwcsqlb,.ch5qsibg .bwcsqlb,
.o8hm .bwcsqlb,.xsej .bwcsqlb,
.a4aj3w .bwcsqlb{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.er71 .jsudc0r,.ch5qsibg .jsudc0r{top:12px}
.er71 .jsudc0r .wxhju9x{margin-right:auto}
.ch5qsibg .jsudc0r .wxhju9x{margin-left:auto}
.ch5qsibg .jsudc0r{text-align:right}
.o8hm .jsudc0r,.xsej .jsudc0r{bottom:12px}
.o8hm .jsudc0r .wxhju9x{margin-right:auto}
.xsej .jsudc0r .wxhju9x{margin-left:auto}
.xsej .jsudc0r{text-align:right}
.a4aj3w .jsudc0r{position:relative;margin-top:16px}
.a4aj3w .jsudc0r .wxhju9x{margin:0 auto}
.y3aajf .jsudc0r{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.y3aajf .jsudc0r .wxhju9x{margin:0}
.y3aajf .jfptwbh~.jsudc0r,
.y3aajf .naqnctsq~.jsudc0r{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.y3aajf .jfptwbh~.jsudc0r .wxhju9x,
.y3aajf .naqnctsq~.jsudc0r .wxhju9x{justify-content:flex-start}
.jfptwbh~.jsudc0r,.naqnctsq~.jsudc0r{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}
.jfptwbh~.jsudc0r .wxhju9x{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.naqnctsq~.jsudc0r .wxhju9x{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ay743w .wxhju9x{margin:0 0 12px}
.wxhju9x{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.ssh9zo4{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.k0umiz4{font-weight:600;color:var(--text-heading);opacity:1}
.wf0jpx::before{content:"·";margin:0 2px;opacity:.5}
.bwcsqlb{white-space:nowrap}
.qd9q .ssh9zo4{display:none}
.x9dcqp .bwcsqlb{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.x9dcqp .wf0jpx::before{content:""}
.mrv6 .bwcsqlb{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}
.mrv6 .wf0jpx::before{content:""}
.jezo .wxhju9x{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.qycjwq1j .bwcsqlb{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.qycjwq1j .wf0jpx::before{content:""}
.e5d9h .bwcsqlb{color: var(--accent-light);opacity:1;font-weight:500}
.fvr49 .bwcsqlb{border-bottom:1px solid currentColor;padding-bottom:2px}
.f4th5ahi .wxhju9x{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.bu5h{--date-bg:transparent}
.bbvauj .wf0jpx::before{content:""}
.qdlvn .wf0jpx::before{content:"•";opacity:.4}
.qdlvn .bwcsqlb + .bwcsqlb::before{content:"•";margin-right:6px;opacity:.4}
.h17nx4t .wf0jpx::before{content:"/";opacity:.35}
.h17nx4t .bwcsqlb + .bwcsqlb::before{content:"/";margin-right:6px;opacity:.35}
.uj30p .wf0jpx::before{content:"|";opacity:.3}
.uj30p .bwcsqlb + .bwcsqlb::before{content:"|";margin-right:6px;opacity:.3}
.s1dgv0j .wf0jpx::before{content:"—";opacity:.3}
.s1dgv0j .bwcsqlb + .bwcsqlb::before{content:"—";margin-right:6px;opacity:.3}
.s3ffum .wf0jpx::before{content:"◆";font-size:.5em;opacity:.35}
.s3ffum .bwcsqlb + .bwcsqlb::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.perdp .wf0jpx::before{content:"·";opacity:.4}
.perdp .bwcsqlb + .bwcsqlb::before{content:"·";margin-right:6px;opacity:.4}
.o362a .wf0jpx::before{content:"›";opacity:.4}
.o362a .bwcsqlb + .bwcsqlb::before{content:"›";margin-right:6px;opacity:.4}
.bcnu .wf0jpx::before{content:"→";opacity:.35;font-size:.85em}
.bcnu .bwcsqlb + .bwcsqlb::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.fx2h .vhs3t6u{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .vhs3t6u{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .ydr2c{max-width:100%}
}
:root {
  --accent:          #1967a0;
  --brand:           #1967a0;
  --brand-light:     #1d5781;
  --brand-pale:      #3171a1;
  --grad-start:      #3597df;
  --grad-end:        #72b1df;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #1967a0;
  --cta-light:       #0f5080;
  --cta-hover:       #10446b;
  --bg-page:         #f6f7f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f4f5;
  --bg-raised:       #eeeff1;
  --bg-hover:        #f3f4f5;
  --border:          #e1e6e9;
  --border-alt:      #cfd7dc;
  --border-section:  #e1e6e9;
  --text-primary:    #17191b;
  --text-muted:      #515a61;
  --text-body:       #2e3337;
  --text-sub:        #454d53;
  --text-faint:      #74818a;
  --text-dim:        #909aa1;
  --text-label:      #5d676e;
  --text-value:      #3a4045;
  --accent-bg:       #e1ebf3;
  --accent-bg-light: #c8deee;
  --bg-tip:          #f0f9f5;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f4f9;
  --bg-pros:         #f0f9f5;
  --bg-cons:         #faf3f6;
  --c-pros:          #0f935e;
  --c-cons:          #9f2152;
  --c-pros-label:    #12af70;
  --c-tip-border:    #14c17c;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0f935e;
}
:root { --logo-bg-opacity: 30%; }
body, button, input { font-family: "Jost", sans-serif; }
.ehdgw0m .xvxvrm0a { font-size: 0; width: 1.2rem; flex-shrink: 0; }.ehdgw0m .xvxvrm0a::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.ehdgw0m .ie0ss     .xvxvrm0a::before { content: "";  color: var(--c-tip-border); }.ehdgw0m .bj95 .xvxvrm0a::before { content: ""; color: var(--c-warn-border); }.ehdgw0m .a87on0    .xvxvrm0a::before { content: ""; color: #60a5fa; }.vcao .ehdgw0m .ie0ss     .xvxvrm0a::before { color: #10b981; }.vcao .ehdgw0m .bj95 .xvxvrm0a::before { color: #f43f5e; }.vcao .ehdgw0m .a87on0    .xvxvrm0a::before { color: #a855f7; }.p3g6j8  .ehdgw0m .ie0ss     .xvxvrm0a::before { color: #eab308; }.p3g6j8  .ehdgw0m .bj95 .xvxvrm0a::before { color: #ef4444; }.p3g6j8  .ehdgw0m .a87on0    .xvxvrm0a::before { color: #f97316; }.h0a2g  .ehdgw0m .ie0ss     .xvxvrm0a::before { color: #38bdf8; }.h0a2g  .ehdgw0m .bj95 .xvxvrm0a::before { color: #818cf8; }.h0a2g  .ehdgw0m .a87on0    .xvxvrm0a::before { color: #2dd4bf; }.s207 .ehdgw0m .xvxvrm0a::before { color: var(--accent-light) !important; }
.qqk1hme .ph16 li::before, .qqk1hme .an5nt52 li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.qqk1hme .ph16 li::before { content: ""; }.qqk1hme .an5nt52 li::before { content: ""; }.qqk1hme .tmtjnv::before, .qqk1hme .ukp38::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.qqk1hme .tmtjnv::before { content: ""; }.qqk1hme .ukp38::before { content: ""; }
.gn435knp .mi8i984, .gn435knp .jfptwbh { min-height: 320px; }
.y2llz37::before { content: '•'; }