: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;
}
.igh6wf {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.anmij5 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.dif4 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.vmuyiewz { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.cjp58c { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.cjp58c a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.cjp58c a:hover { color: var(--accent-light); }
.mfzht   .vobvr5 { border-radius: 0; }
.uoju50ig .vobvr5 li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .vobvr5 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .huhqanc:hover .vobvr5,
  .huhqanc:focus-within .vobvr5 { display: block; }
  .vobvr5 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.ajxwn2ro {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.our0 { display: none; }
@media (max-width: 640px) {
  .our0 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .our0.os86 { display: block; }
}
@media (max-width: 640px) {
  .ajxwn2ro { display: block; }
  .cjp58c > li + li::before { display: none !important; }
  .cjp58c {
    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;
  }
  .cjp58c.os86 { display: flex; }
  .cjp58c li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .cjp58c li:last-child a { border-bottom: none; }
}
.y71zm { min-height: 480px; }
.bc7e {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.kapla { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.r77k1 .kapla { margin-left: 0; margin-right: 0; }
.bxmkh86 {
  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;
}
.bxmkh86:hover { opacity: 0.88; }
.hkn9r .bc7e { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.hkn9r .kapla { color: #e2e8f0; }
.hkn9r.tqm6 .hrn1r5 { text-align: center; }
.ynoxpol0 .bc7e { color: var(--text-primary); text-shadow: none; }
.ynoxpol0 .kapla { color: var(--text-muted); }
.ynoxpol0 .bxmkh86 { margin-top: 16px; }
.ynoxpol0, .ynoxpol0.y71zm { min-height: auto !important; }
.ynoxpol0.tqm6 .hrn1r5 { text-align: center; }
@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; }
}
.tnlto5mk .bc7e { color: #fff; }
.tnlto5mk .kapla { color: rgba(255,255,255,0.85); }
.tnlto5mk .bxmkh86 { background: #fff; color: var(--cta); }
.tnlto5mk .bxmkh86:hover { opacity: 0.92; }
.ox7bi .b25etrx { position: relative; overflow: hidden; }
.ox7bi .b25etrx::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.buo8 .b25etrx {
  animation: hg-breathe 7s ease-in-out infinite;
}
.xjq1qb36 .b25etrx { position: relative; overflow: hidden; }
.xjq1qb36 .b25etrx::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
.xkwfa .b25etrx { position: relative; overflow: hidden; }
.xkwfa .b25etrx::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.sld9agk .b25etrx {
  animation: hg-fadein 1.2s ease-out both;
}
.b25etrx {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.czc5 {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.x4h00 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.o1y7izh4 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.b25etrx .bc7e { text-shadow: none; color: var(--text-primary); }
.b25etrx .kapla { color: var(--text-muted); }
body.kk4y .bc7e {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.rkva .bc7e {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.b25etrx.tqm6 .czc5 { align-items: center; text-align: center; }
.b25etrx.r77k1   .czc5 { align-items: flex-start; text-align: left; }
.ur4z0 .x4h00 { position: relative; }
.ur4z0 .x4h00::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.ur4z0.r2cn8o .x4h00::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.nc9qhp .x4h00 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.nc9qhp .o1y7izh4 {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.nc9qhp.r2cn8o .x4h00 { padding: 32px 0 32px 32px; }
.u374ty .x4h00 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.u374ty .o1y7izh4 {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.r2cn8o { grid-template-areas: "media text"; }
.r2cn8o .czc5 {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.u374ty.r2cn8o .x4h00 { padding: 40px 16px 40px 48px; }
.x9vc345q .x4h00 { display: flex !important; align-items: center; justify-content: center; position: relative; }
@media (max-width: 700px) {
  .b25etrx { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .b25etrx .x4h00 { display: none !important; }
  .x9vc345q .x4h00 { display: none !important; }
  .td6hkiy .c6rtnai { display: none !important; }
  .hf92h .ewo0v { display: none !important; }
  .czc5  { padding: 36px 24px; }
  .b25etrx~.dbpzp,.r2cn8o~.dbpzp{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .y71zm, .b25etrx { min-height: 320px !important; }
  
  .bc7e { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .ghar { display: none !important; }
  
  .hk24a { flex-direction: column; align-items: center; }
  .okse4 { width: 100%; max-width: 340px; }
}
.z9yq { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.oe1q { width: 100%; height: auto; display: block; border-radius: 10px; }
.garv0y .z9yq        { border-radius: 16px; }
.garv0y .oe1q  { border-radius: 16px; }
.i20b .z9yq         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.i20b .oe1q   { border-radius: 8px; }
.zqs43h6 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.z2w5 { width: 100%; padding: 32px 0; position: relative; }
.yv1uiehq { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.oqpwc .z2w5:nth-child(even) { background: var(--bg-surface); }
.oqpwc .z2w5:nth-child(odd)  { background: var(--bg-page); }
.l5sjp4 .z2w5:nth-child(even) { background: var(--bg-card); }
.l5sjp4 .z2w5:nth-child(odd)  { background: var(--bg-page); }
.oqpwc .z2w5:nth-child(odd)  .yv1uiehq { background: var(--bg-card); border-radius: 6px; }
.oqpwc .z2w5:nth-child(even) .yv1uiehq { background: var(--bg-raised); border-radius: 6px; }
.l5sjp4 .z2w5:nth-child(odd)  .yv1uiehq { background: var(--bg-card); border-radius: 6px; }
.l5sjp4 .z2w5:nth-child(even) .yv1uiehq { background: var(--bg-raised); border-radius: 6px; }
.oqpwc .z2w5:nth-child(even) .id7rvc6i .on89x0j,
.l5sjp4 .z2w5:nth-child(even) .id7rvc6i .on89x0j { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.oqpwc .z2w5:nth-child(odd) .id7rvc6i .on89x0j,
.l5sjp4 .z2w5:nth-child(odd) .id7rvc6i .on89x0j { background: var(--bg-card-inner); }
.oqpwc .z2w5:nth-child(even) .sytrmx .on89x0j:nth-child(odd),
.l5sjp4 .z2w5:nth-child(even) .sytrmx .on89x0j:nth-child(odd)  { background: var(--bg-card); }
.oqpwc .z2w5:nth-child(even) .sytrmx .on89x0j:nth-child(even),
.l5sjp4 .z2w5:nth-child(even) .sytrmx .on89x0j:nth-child(even) { background: var(--bg-card-inner); }
h1.sshei { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.sshei {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.pdp8qc { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.ot4rbv4 h2.sshei {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.w2ysi h2.sshei {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.o4t24r8 h2.sshei {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.rqw0u h2.sshei::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.fb1bfg9 h2.sshei {
  color: var(--text-primary); font-size: 1.7rem;
}
.h6nxs h2.sshei::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.laohiju h2.sshei {
  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;
}
.ojdk5t { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .ojdk5t { display: none; } }
.cky3 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ne0y { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.n9lv700 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.yrtjoc8 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.mooejek { padding-left: 20px; }
.mooejek li { margin-bottom: 6px; }
.mooejek a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.mooejek a:hover { color: var(--accent-light); }
.mu82gs8 .yrtjoc8 { display: none; }
.dxxhg9x .yrtjoc8 { display: none; }
.dxxhg9x .mooejek { padding-left: 0; list-style: none; }
.dxxhg9x .mooejek li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.dxxhg9x .mooejek a { font-size: 0.92rem; }
.sgp0ng .n9lv700 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.sgp0ng .yrtjoc8 { display: none; }
.sgp0ng .mooejek { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.sgp0ng .mooejek li { margin-bottom: 0; }
.sgp0ng .mooejek 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;
}
.sgp0ng .mooejek a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.wtz9q81 .n9lv700 { padding: 20px 20px 16px; }
.wtz9q81 .mooejek {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.wtz9q81 .mooejek li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.wtz9q81 .mooejek 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;
}
.wtz9q81 .mooejek 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;
}
.wtz9q81 .mooejek a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.wtz9q81 .mooejek a:focus,
.wtz9q81 .mooejek a:focus-visible,
.wtz9q81 .mooejek a:target { outline: none; }
.wtz9q81 .mooejek li:target a { border-color: var(--border); color: var(--text-muted); }
.b5bbg .n9lv700 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.b5bbg .yrtjoc8 { display: none; }
.b5bbg .mooejek { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.b5bbg .mooejek li { margin-bottom: 0; }
.b5bbg .mooejek li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.b5bbg .mooejek li:last-child::after { content: ""; margin-right: 0; }
.b5bbg .mooejek a { font-size: 0.9rem; }
.on89x0j { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.id7rvc6i .on89x0j { background: var(--bg-card); }
.sytrmx .on89x0j:nth-child(odd)  { background: var(--bg-card); }
.sytrmx .on89x0j:nth-child(even) { background: var(--bg-raised); }
.pluu1aq .on89x0j {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.pluu1aq .on89x0j:last-child { border-bottom: none; }
.pluu1aq h3.pdp8qc { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.ypmv .on89x0j {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.ypmv .on89x0j + .on89x0j { margin-top: 4px; }
.jgwij2ds .on89x0j { background: none; border-radius: 0; padding: 12px 0; }
.jgwij2ds .on89x0j + .on89x0j { border-top: 1px solid var(--border-section); }
.ekgzt { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.wog1d0 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.t748v { color: var(--text-body); margin-bottom: 10px; }
.ajtlsa, .b74oaqr { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ajtlsa li, .b74oaqr li { margin-bottom: 6px; }
.b74oaqr li { list-style: decimal; }
.wqhhnn0w     .ajtlsa { list-style-type: "● "; }
.rcr3wigv  .ajtlsa { list-style-type: "■ "; }
.y98cx2 .ajtlsa { list-style-type: "◆ "; }
.upxp    .ajtlsa { list-style-type: "★ "; }
.wqhhnn0w     .r4uqmsv5 { list-style-type: "● "; }
.wqhhnn0w    .ajtlsa li::marker, .wqhhnn0w    .r4uqmsv5 li::marker,
.rcr3wigv .ajtlsa li::marker, .rcr3wigv .r4uqmsv5 li::marker,
.y98cx2 .ajtlsa li::marker, .y98cx2 .r4uqmsv5 li::marker,
.upxp   .ajtlsa li::marker, .upxp   .r4uqmsv5 li::marker {
  color: var(--cta); font-size: 1em;
}
.wqhhnn0w .b74oaqr,
.rcr3wigv .b74oaqr,
.y98cx2 .b74oaqr,
.upxp .b74oaqr {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.wqhhnn0w .b74oaqr li,
.rcr3wigv .b74oaqr li,
.y98cx2 .b74oaqr li,
.upxp .b74oaqr li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.wqhhnn0w .b74oaqr li::before,
.rcr3wigv .b74oaqr li::before,
.y98cx2 .b74oaqr li::before,
.upxp .b74oaqr 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;
}
.wqhhnn0w     .b74oaqr li::before { border-radius: 50%; }
.rcr3wigv  .b74oaqr li::before { border-radius: 3px; }
.y98cx2 .b74oaqr li::before { border-radius: 3px; }
.upxp    .b74oaqr li::before { border-radius: 50%; }
.ueeew9w { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.cdrxewy .ueeew9w,
.ly87yait .ueeew9w { background: transparent; border: none; border-radius: 0; }
.rsptdy { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.rsptdy th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.rsptdy td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.rsptdy tr:hover td { background: var(--bg-hover); }
.y1xu .rsptdy tbody tr:nth-child(even) td { background: var(--bg-surface); }
.roqa .rsptdy { border: 1px solid var(--border-alt); }
.roqa .rsptdy th,
.roqa .rsptdy td { border: 1px solid var(--border-alt); }
.qpstocoy .rsptdy th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.qpstocoy .rsptdy td { border-bottom: none; }
.qpstocoy .rsptdy tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.nqeh .rsptdy th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.zu60dy8 .ueeew9w {
  overflow: hidden;
}
.zu60dy8 .rsptdy th { border-bottom: 1px solid var(--border-alt); }
.zu60dy8 .rsptdy tr:last-child td { border-bottom: none; }
[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%}
.s4ne0i .h7lkjk {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.e3232a9 .its14n { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.e3232a9 .its14n:last-child { border-bottom: none; }
.e3232a9 .ydphzka2 { background: none; color: var(--accent-light); font-weight: 700; }
.z8kckxyd { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.cddz546c  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.rfexag { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.ygdrs11d { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.liod44 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.z8kckxyd strong { color: var(--text-primary); font-size: 0.95rem; }
.z8kckxyd p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.tuac { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.jorulrax, .xau70y0o { border-radius: 8px; padding: 14px; }
.jorulrax { background: var(--bg-pros); }
.xau70y0o { background: var(--bg-cons); }
.ltty { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.jorulrax .ltty { color: var(--c-pros-label); }
.xau70y0o .ltty { color: #f87171; }
.jorulrax ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.xau70y0o ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.oe1q { width: 100%; height: auto; border-radius: 10px; display: block; }
.uo0emh {
  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;
}
.uo0emh:hover { opacity: 0.85; }
.laju6 .uo0emh  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.laju6 .uo0emh:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.v508 .uo0emh  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.v508 .uo0emh:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.km8khvt .bxmkh86 { border-radius: 50px; }
.km8khvt .uo0emh  { border-radius: 50px; }
.iy3pbfx .bxmkh86 { padding-left: 22px; padding-right: 22px; }
.iy3pbfx .uo0emh  { padding-left: 12px; padding-right: 12px; }
.nfg4nbj8 .bxmkh86 { padding-left: 44px; padding-right: 44px; }
.nfg4nbj8 .uo0emh  { padding-left: 24px; padding-right: 24px; }
.q1y2 .bxmkh86 { padding-left: 56px; padding-right: 56px; }
.q1y2 .uo0emh  { padding-left: 32px; padding-right: 32px; }
.pki7jh   .bxmkh86::after, .pki7jh   .uo0emh::after,
.r85bz2mt .bxmkh86::after, .r85bz2mt .uo0emh::after,
.uumabd    .bxmkh86::after, .uumabd    .uo0emh::after,
.fj3x    .bxmkh86::after, .fj3x    .uo0emh::after,
.m7uu    .bxmkh86::after, .m7uu    .uo0emh::after,
.wak0i3qm     .bxmkh86::after, .wak0i3qm     .uo0emh::after,
.hg3p    .bxmkh86::after, .hg3p    .uo0emh::after,
.oviynl   .bxmkh86::after, .oviynl   .uo0emh::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;
}
.pki7jh .bxmkh86::after, .pki7jh .uo0emh::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");
}
.r85bz2mt .bxmkh86::after, .r85bz2mt .uo0emh::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");
}
.uumabd .bxmkh86::after, .uumabd .uo0emh::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");
}
.fj3x .bxmkh86::after, .fj3x .uo0emh::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");
}
.m7uu .bxmkh86::after, .m7uu .uo0emh::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");
}
.wak0i3qm .bxmkh86::after, .wak0i3qm .uo0emh::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");
}
.hg3p .bxmkh86::after, .hg3p .uo0emh::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");
}
.oviynl .bxmkh86::after, .oviynl .uo0emh::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");
}
.sczxy   .b8cwf::after, .sczxy   .wjtc9e::after,
.owa73d .b8cwf::after, .owa73d .wjtc9e::after,
.c5se    .b8cwf::after, .c5se    .wjtc9e::after,
.w5as7n    .b8cwf::after, .w5as7n    .wjtc9e::after,
.ea78qb9    .b8cwf::after, .ea78qb9    .wjtc9e::after,
.itckc     .b8cwf::after, .itckc     .wjtc9e::after,
.bw0pkyym    .b8cwf::after, .bw0pkyym    .wjtc9e::after,
.rhmm63xi   .b8cwf::after, .rhmm63xi   .wjtc9e::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;
}
.sczxy .b8cwf::after, .sczxy .wjtc9e::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");
}
.owa73d .b8cwf::after, .owa73d .wjtc9e::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");
}
.c5se .b8cwf::after, .c5se .wjtc9e::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");
}
.w5as7n .b8cwf::after, .w5as7n .wjtc9e::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");
}
.ea78qb9 .b8cwf::after, .ea78qb9 .wjtc9e::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");
}
.itckc .b8cwf::after, .itckc .wjtc9e::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");
}
.bw0pkyym .b8cwf::after, .bw0pkyym .wjtc9e::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");
}
.rhmm63xi .b8cwf::after, .rhmm63xi .wjtc9e::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");
}
.bxiqyz8 .qvyeo3x { background: var(--bg-raised); }
@media (min-width: 721px) {
  .d9h7r0 { flex: 0 0 260px; width: 260px; }
  .swl9j285 { flex: 0 0 120px; width: 120px; }
  .npt3eq6 { flex: 0 0 110px; width: 110px; }
  .d9o7ea   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .aevz50 { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.aevz50.uo0emh { 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) {
  .k3zl2 { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .k3zl2 .gs8wys { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .k3zl2 .d9h7r0 { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .k3zl2 .qvyeo3x { width: 100%; min-width: unset; height: 120px; }
  .k3zl2 .lybuw8 { max-height: 96px; max-width: 200px; }
  .k3zl2 .y6ovm { min-width: unset; text-align: center; white-space: normal; }
  .k3zl2 .swl9j285 { min-width: 0; }
  .k3zl2 .d9o7ea { 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; }
  .k3zl2 .aevz50 { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .ksjepm .gs8wys { row-gap: 8px !important; gap: 10px !important; }
}
.wl4yu  .scjz li::before { content: "★"; }
.wl4yu  .bx63 li::before { content: "✕"; }
@media (min-width: 860px) {
  .t6go9b .bv18c {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .t6go9b .qqfmik { margin: 0; }
}
.l74di .qqfmik { border-top: 4px solid var(--accent); }
.l74di .eyuz7u { background: var(--bg-card); }
.ly87yait .tuac { gap: 10px; }
.ly87yait .jorulrax, .ly87yait .xau70y0o { padding: 12px; }
.ly87yait .jorulrax ul, .ly87yait .xau70y0o ul { margin: 4px 0 0; padding-left: 18px; }
.ly87yait .jorulrax li, .ly87yait .xau70y0o li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .n1xoqg { grid-template-columns: 1fr; }
  .wgiq7 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .wgiq7 .om23 { width: 72px; height: 50px; }
  .wgiq7 .p5xtv5 { max-width: 180px; }
  .wgiq7 .mhbhesb { width: auto; }
}
@media (max-width: 720px) {
  .z5fcug3x { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .xek2bf9 { padding: 16px; }
  .u4xxd .o6jto { min-width: 50%; }
}
.k0u539si .tuac { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .fjkt { grid-template-columns: 1fr; }
  .yalzv { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .dpvk37 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .ssasl { flex-wrap: wrap; padding: 16px; }
}
.ykqmbz .tuac { gap: 8px; }
.ykqmbz .jorulrax, .ykqmbz .xau70y0o { padding: 8px; }
@media (max-width: 480px) {
  .y36qmk { flex-direction: column; align-items: stretch; }
}
.qqhx .mhbhesb .uo0emh { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .mdnk { flex-direction: column; align-items: stretch; gap: 10px; }
  .qqhx .mhbhesb { text-align: center; }
}
@media (max-width: 720px) {
  .uxgn6 { grid-template-columns: 1fr; }
  .zog5s6 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .rf6k1 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .emlja2 { grid-template-columns: 1fr; }
  .ddnjbdo { width: 100px; height: 100px; margin: 16px auto; }
  .qhbe3 { font-size: 1.4rem; }
  .agiz { justify-content: center; }
  .xntw .o6jto { min-width: 50%; }
}
.swwfo .tuac { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .wlqbo { flex-wrap: wrap; padding: 14px 16px; }
  .w7t7vx8 { padding: 12px 16px; }
  .swwfo .tuac { margin: 0 16px; }
  .swwfo .q5tw { padding: 0 16px; }
  .vxjr7je8 { padding: 12px 16px; }
}
.dptmq6c .gs8wys { padding: 14px 18px; gap: 16px; }
.dptmq6c .y6ovm { font-size: 1rem; }
.dptmq6c .eyuz7u { padding: 14px 18px; gap: 14px; }
.dptmq6c .cdrxewy { padding: 14px 18px; }
.dptmq6c .u1vmdz9z { width: 70px; }
.dptmq6c .c6en h3 { font-size: 1.05rem; }
.ulg3d .aevz50.uo0emh { padding: 14px 30px !important; font-size: 1rem; }
.d2ka .aevz50.uo0emh { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.s4l3wot { margin: 16px 0; }
.izvv { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.izvv summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.izvv summary::after { content: "+"; color: var(--accent-light); }
.izvv[open] summary::after { content: "−"; }
.izvv p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.z2w5 { margin-bottom: 0; }
.mapnc h2.sshei { color: var(--text-primary); border-color: var(--accent-light); }
.oqd8qt8 h2.sshei { color: var(--text-primary); border-color: var(--accent-light); }
.golol676 .cddz546c     { background: #052e16; border-color: #10b981; }
.golol676 .rfexag { background: #2d0a1e; border-color: #f43f5e; }
.golol676 .ygdrs11d    { background: #1e1036; border-color: #a855f7; }
.golol676 .z8kckxyd strong  { color: #f1f5f9; }
.golol676 .z8kckxyd p       { color: #cbd5e1; }
.golol676 .hqzo1    .cddz546c     .liod44::before,
.golol676 .qjhhb8le  .cddz546c     .liod44::before,
.golol676 .odw4njg  .cddz546c     .liod44::before,
.golol676 .jbdg .cddz546c     .liod44::before { color: #10b981; }
.golol676 .hqzo1    .rfexag .liod44::before,
.golol676 .qjhhb8le  .rfexag .liod44::before,
.golol676 .odw4njg  .rfexag .liod44::before,
.golol676 .jbdg .rfexag .liod44::before { color: #f43f5e; }
.golol676 .hqzo1    .ygdrs11d    .liod44::before,
.golol676 .qjhhb8le  .ygdrs11d    .liod44::before,
.golol676 .odw4njg  .ygdrs11d    .liod44::before,
.golol676 .jbdg .ygdrs11d    .liod44::before { color: #a855f7; }
.kb61 .cddz546c     { background: #2d2000; border-color: #eab308; }
.kb61 .rfexag { background: #2d0b0b; border-color: #ef4444; }
.kb61 .ygdrs11d    { background: #2d1600; border-color: #f97316; }
.kb61 .z8kckxyd strong  { color: #f1f5f9; }
.kb61 .z8kckxyd p       { color: #cbd5e1; }
.kb61 .hqzo1    .cddz546c     .liod44::before,
.kb61 .qjhhb8le  .cddz546c     .liod44::before,
.kb61 .odw4njg  .cddz546c     .liod44::before,
.kb61 .jbdg .cddz546c     .liod44::before { color: #eab308; }
.kb61 .hqzo1    .rfexag .liod44::before,
.kb61 .qjhhb8le  .rfexag .liod44::before,
.kb61 .odw4njg  .rfexag .liod44::before,
.kb61 .jbdg .rfexag .liod44::before { color: #ef4444; }
.kb61 .hqzo1    .ygdrs11d    .liod44::before,
.kb61 .qjhhb8le  .ygdrs11d    .liod44::before,
.kb61 .odw4njg  .ygdrs11d    .liod44::before,
.kb61 .jbdg .ygdrs11d    .liod44::before { color: #f97316; }
.aheqz2 .cddz546c     { background: #0c1a2e; border-color: #38bdf8; }
.aheqz2 .rfexag { background: #12103a; border-color: #818cf8; }
.aheqz2 .ygdrs11d    { background: #0a2020; border-color: #2dd4bf; }
.aheqz2 .z8kckxyd strong  { color: #f1f5f9; }
.aheqz2 .z8kckxyd p       { color: #cbd5e1; }
.aheqz2 .hqzo1    .cddz546c     .liod44::before,
.aheqz2 .qjhhb8le  .cddz546c     .liod44::before,
.aheqz2 .odw4njg  .cddz546c     .liod44::before,
.aheqz2 .jbdg .cddz546c     .liod44::before { color: #38bdf8; }
.aheqz2 .hqzo1    .rfexag .liod44::before,
.aheqz2 .qjhhb8le  .rfexag .liod44::before,
.aheqz2 .odw4njg  .rfexag .liod44::before,
.aheqz2 .jbdg .rfexag .liod44::before { color: #818cf8; }
.aheqz2 .hqzo1    .ygdrs11d    .liod44::before,
.aheqz2 .qjhhb8le  .ygdrs11d    .liod44::before,
.aheqz2 .odw4njg  .ygdrs11d    .liod44::before,
.aheqz2 .jbdg .ygdrs11d    .liod44::before { color: #2dd4bf; }
.nbgo5w .cddz546c     { background: var(--accent-bg); border-color: var(--accent-light); }
.nbgo5w .rfexag { background: var(--accent-bg-light); border-color: var(--accent-light); }
.nbgo5w .ygdrs11d    { background: var(--accent-bg); border-color: var(--accent-pale); }
.nbgo5w .hqzo1    .liod44::before,
.nbgo5w .qjhhb8le  .liod44::before,
.nbgo5w .odw4njg  .liod44::before,
.nbgo5w .jbdg .liod44::before { color: var(--accent-light) !important; }
.j635cx::before,
.azu9ouo::before { margin-right: 5px; }
.jentu0 .jorulrax ul li,
.jentu0 .jorulrax .j635cx { color: #22c55e; }
.jentu0 .xau70y0o ul li,
.jentu0 .xau70y0o .azu9ouo { color: #ef4444; }
.qq9a8t .jorulrax { background: var(--bg-pros); }
.qq9a8t .xau70y0o { background: var(--bg-cons); }
.qq9a8t .jorulrax .j635cx { color: var(--c-pros-label); }
.qq9a8t .xau70y0o .azu9ouo { color: var(--c-cons); }
.qq9a8t .jorulrax ul li,
.qq9a8t .scjz li            { color: var(--c-pros); }
.qq9a8t .xau70y0o ul li,
.qq9a8t .bx63 li            { color: var(--c-cons); }
.mmjyv0x .jorulrax { background: var(--bg-pros); }
.mmjyv0x .xau70y0o { background: var(--bg-cons); }
.mmjyv0x .jorulrax .j635cx { color: var(--c-pros-label); }
.mmjyv0x .xau70y0o .azu9ouo { color: var(--c-cons); }
.mmjyv0x .jorulrax ul li,
.mmjyv0x .xau70y0o ul li,
.o31w7y .j635cx::before { content: "✓ "; }
.o31w7y .azu9ouo::before { content: "✗ "; }
.prahad .j635cx::before { content: "→ "; }
.prahad .azu9ouo::before { content: "← "; }
.wl4yu .j635cx::before { content: "★ "; }
.wl4yu .azu9ouo::before { content: "✕ "; }
.twmwxm .j635cx::before { content: "◆ "; }
.twmwxm .azu9ouo::before { content: "▲ "; }
.a5sg0p .z8kckxyd { background: transparent; border-left: none; border: 1.5px solid; }
.a5sg0p .cddz546c     { border-color: var(--c-tip-border); }
.a5sg0p .rfexag { border-color: var(--c-warn-border); }
.a5sg0p .ygdrs11d    { border-color: #60a5fa; }
.a5sg0p .z8kckxyd strong { color: var(--text-primary); }
.a5sg0p .z8kckxyd p      { color: var(--text-muted); }
.ff5srsv7 .z8kckxyd { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.ff5srsv7 .cddz546c     { border-top-color: var(--c-tip-border); }
.ff5srsv7 .rfexag { border-top-color: var(--c-warn-border); }
.ff5srsv7 .ygdrs11d    { border-top-color: #60a5fa; }
.cv5r .z8kckxyd { border-left: none; border-radius: 8px; }
.cv5r .cddz546c     { background: #065f46; }
.cv5r .rfexag { background: #92400e; }
.cv5r .ygdrs11d    { background: #1e3a8a; }
.cv5r .z8kckxyd strong,
.cv5r .z8kckxyd p { color: #fff; }
.cv5r .liod44::before { color: rgba(255,255,255,0.85) !important; }
.golol676.cv5r .cddz546c,
.golol676 .cv5r .cddz546c     { background: #052e16; }
.golol676.cv5r .rfexag,
.golol676 .cv5r .rfexag { background: #2d0a1e; }
.golol676.cv5r .ygdrs11d,
.golol676 .cv5r .ygdrs11d    { background: #1e1036; }
.kb61.cv5r .cddz546c,
.kb61 .cv5r .cddz546c      { background: #2d2000; }
.kb61.cv5r .rfexag,
.kb61 .cv5r .rfexag  { background: #2d0b0b; }
.kb61.cv5r .ygdrs11d,
.kb61 .cv5r .ygdrs11d     { background: #2d1600; }
.aheqz2.cv5r .cddz546c,
.aheqz2 .cv5r .cddz546c      { background: #0c1a2e; }
.aheqz2.cv5r .rfexag,
.aheqz2 .cv5r .rfexag  { background: #12103a; }
.aheqz2.cv5r .ygdrs11d,
.aheqz2 .cv5r .ygdrs11d     { background: #0a2020; }
.tt7e9tk .z8kckxyd { border-left: none; border-radius: 6px; padding: 10px 14px; }
.tt7e9tk .cddz546c     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.tt7e9tk .rfexag { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.tt7e9tk .ygdrs11d    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.tt7e9tk .z8kckxyd strong { color: var(--text-primary); }
.tt7e9tk .z8kckxyd p      { color: var(--text-muted); }
.o718 .z8kckxyd { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.hqzo1 .liod44,
.qjhhb8le .liod44,
.odw4njg .liod44,
.jbdg .liod44 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.hqzo1 .liod44::before,
.qjhhb8le .liod44::before,
.odw4njg .liod44::before,
.jbdg .liod44::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.hqzo1 .cddz546c     .liod44::before { content: "✦"; color: var(--c-tip-border); }
.hqzo1 .rfexag .liod44::before { content: "▲"; color: var(--c-warn-border); }
.hqzo1 .ygdrs11d    .liod44::before { content: "◉"; color: #60a5fa; }
.qjhhb8le .cddz546c     .liod44::before { content: "★"; color: var(--c-tip-border); }
.qjhhb8le .rfexag .liod44::before { content: "◆"; color: var(--c-warn-border); }
.qjhhb8le .ygdrs11d    .liod44::before { content: "●"; color: #60a5fa; }
.odw4njg .cddz546c     .liod44::before { content: "▶"; color: var(--c-tip-border); }
.odw4njg .rfexag .liod44::before { content: "■"; color: var(--c-warn-border); }
.odw4njg .ygdrs11d    .liod44::before { content: "▸"; color: #60a5fa; }
.jbdg .cddz546c     .liod44::before { content: "→"; color: var(--c-tip-border); }
.jbdg .rfexag .liod44::before { content: "⬥"; color: var(--c-warn-border); }
.jbdg .ygdrs11d    .liod44::before { content: "◈"; color: #60a5fa; }
.ea96 .id7rvc6i .on89x0j,
.ea96 .sytrmx .on89x0j  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.ea96 .ueeew9w          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ea96 .n9lv700                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.h7oc1du .id7rvc6i .on89x0j,
.h7oc1du .sytrmx .on89x0j,
.h7oc1du .its14n,
.h7oc1du .gs8wys,
.h7oc1du .qqfmik,
.h7oc1du .ueeew9w,
.h7oc1du .n9lv700,
.h7oc1du .o718 .z8kckxyd { box-shadow: none; }
.sflu   .t748v, .sflu .ekgzt, .sflu .wog1d0,
.sflu   .cky3, .sflu .ne0y { font-size: 0.9rem; }
.sflu   .ajtlsa, .sflu .b74oaqr { font-size: 0.9rem; }
.ibngxycg   .t748v, .ibngxycg .ekgzt, .ibngxycg .wog1d0,
.ibngxycg   .cky3, .ibngxycg .ne0y { font-size: 0.95rem; }
.ibngxycg   .ajtlsa, .ibngxycg .b74oaqr { font-size: 0.95rem; }
.z12ggx   .t748v, .z12ggx .ekgzt, .z12ggx .wog1d0,
.z12ggx   .cky3, .z12ggx .ne0y { font-size: 1.08rem; }
.z12ggx   .ajtlsa, .z12ggx .b74oaqr { font-size: 1.05rem; }
.z12ggx   .rsptdy { font-size: 0.97rem; }
.ssrzp9vb .bc7e      { font-size: 3.2rem; }
.ssrzp9vb h2.sshei { font-size: 1.9rem; }
.ssrzp9vb h3.pdp8qc     { font-size: 1.4rem; }
.u75z .bc7e      { font-size: 3.8rem; }
.u75z h2.sshei { font-size: 2.2rem; }
.u75z h3.pdp8qc     { font-size: 1.6rem; }
.z2w5 + .z2w5 { position: relative; }
.dv31wrho   .z2w5 + .z2w5::before,
.zxc86  .z2w5 + .z2w5::before,
.mbpa3   .z2w5 + .z2w5::before,
.nvdai0   .z2w5 + .z2w5::before,
.b4cij   .z2w5 + .z2w5::before,
.tcfu7q61 .z2w5 + .z2w5::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.dv31wrho .z2w5 + .z2w5::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.zxc86 .z2w5 + .z2w5::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.mbpa3 .z2w5 + .z2w5::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;
}
.nvdai0 .z2w5 + .z2w5::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.fq79gz .z2w5 { margin-bottom: 16px; }
.fq79gz .z2w5 + .z2w5 { margin-top: 0; }
.fq79gz .yv1uiehq { padding-top: 0; padding-bottom: 0; }
.b4cij .z2w5 + .z2w5::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.tcfu7q61 .z2w5 + .z2w5::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.zis48j .z2w5 + .z2w5::before,
.qx3qanj9 .z2w5 + .z2w5::before,
.m60e .z2w5 + .z2w5::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%;
}
.oqpwc .zis48j .z2w5:nth-child(even)::before,
.oqpwc .qx3qanj9 .z2w5:nth-child(even)::before,
.oqpwc .m60e .z2w5:nth-child(even)::before { background: var(--bg-surface); }
.l5sjp4 .zis48j .z2w5:nth-child(even)::before,
.l5sjp4 .qx3qanj9 .z2w5:nth-child(even)::before,
.l5sjp4 .m60e .z2w5:nth-child(even)::before { background: var(--bg-card); }
.zis48j .z2w5 + .z2w5::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");
}
.qx3qanj9 .z2w5 + .z2w5::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");
}
.m60e .z2w5 + .z2w5::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");
}
.wtru0t1p .hkn9r,
.wtru0t1p .hrn1r5 { margin-bottom: 60px; }
.wietxh .czc5,
.wtru0t1p .czc5 { padding-bottom: 60px; }
.g8aokvw0 .czc5 { padding-bottom: 70px; }
.wtru0t1p .hkn9r::before,
.wtru0t1p .hkn9r::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");
}
.er90 .b25etrx { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.q96fy2 .b25etrx { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.nvoum8 .b25etrx { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.s9mocc .b25etrx { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.aedy .b25etrx { background: var(--accent-bg); }
.nwla7ox .z9yq { float: left; width: 38%; margin: 0 28px 16px 0; }
.nwla7ox .z9yq .oe1q { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.nwla7ox .yv1uiehq::after { content: ''; display: block; clear: both; }
.iu0bxq39 .z9yq { float: right; width: 38%; margin: 0 0 16px 28px; }
.iu0bxq39 .z9yq .oe1q { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.iu0bxq39 .yv1uiehq::after { content: ''; display: block; clear: both; }
.vq7usl .z2w5:nth-child(odd)  .z9yq { float: left;  width: 38%; margin: 0 28px 16px 0; }
.vq7usl .z2w5:nth-child(even) .z9yq { float: right; width: 38%; margin: 0 0 16px 28px; }
.vq7usl .z9yq .oe1q { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.vq7usl .yv1uiehq::after { content: ''; display: block; clear: both; }
@media (max-width: 900px) {
  .nwla7ox .z9yq,
  .iu0bxq39 .z9yq,
  .vq7usl .z2w5:nth-child(odd)  .z9yq,
  .vq7usl .z2w5:nth-child(even) .z9yq {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .nwla7ox .z9yq .oe1q,
  .iu0bxq39 .z9yq .oe1q,
  .vq7usl .z9yq .oe1q {
    max-height: none !important;
  }
}
.nwla7ox .ajtlsa,
.nwla7ox .b74oaqr,
.iu0bxq39 .ajtlsa,
.iu0bxq39 .b74oaqr,
.vq7usl .ajtlsa,
.vq7usl .b74oaqr { overflow: hidden; }
@media (max-width: 640px) {
  .nwla7ox .z9yq,
  .iu0bxq39 .z9yq,
  .vq7usl .z9yq { float: none; width: 100%; margin: 0 0 16px 0; }
}
.uexj1agw .zqs43h6,
.uexj1agw .yv1uiehq,
.uexj1agw .kxgk45  { max-width: 1100px; }
.uexj1agw { --content-mw: 1100px; }
.dn5rouhx .zqs43h6,
.dn5rouhx .yv1uiehq,
.dn5rouhx .kxgk45  { max-width: 1200px; }
.wcjva13 .zqs43h6,
.wcjva13 .yv1uiehq,
.wcjva13 .kxgk45  { max-width: 1320px; }
.tpofw { font-size: 0.82rem; color: var(--text-muted); }
.bneflp4w { display: flex; align-items: center; }
.hf97 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.o2iyqzj { display: flex; align-items: center; }
.xgxpt { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.xgxpt:hover { text-decoration: underline; }
.txnfudj { margin: 0 3px; opacity: 0.45; }
.txnfudj::before { content: '/'; }
.s0eignly { padding: 2px 5px; color: var(--text-main); }
.zekns .tpofw {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.zekns .bneflp4w { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.l0npa .tpofw {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.l0npa .bneflp4w { padding: 0 0 0 12px; }
.x0ledq7p .bneflp4w { padding: 0 16px; }
.x0ledq7p .tpofw {
  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);
}
.x0ledq7p .zqs43h6 { padding-top: 28px; }
@media (max-width: 720px) {
  .i0ap0wct { margin-top: 18px; padding: 0 16px; }
  .x0ledq7p .zqs43h6 { padding-top: 16px; }
}
.uexj1agw.zekns .bneflp4w { max-width: 1100px; }
.dn5rouhx.zekns .bneflp4w { max-width: 1200px; }
.wcjva13.zekns .bneflp4w { max-width: 1320px; }
.uexj1agw .i0ap0wct { max-width: 1100px; }
.e5f15ei .z2w5 { padding-top: 16px; padding-bottom: 16px; }
.eduem7r .z2w5 { padding-top: 24px; padding-bottom: 24px; }
.fcguwcvs .z2w5 { padding-top: 40px; padding-bottom: 40px; }
.v03ad765 .z2w5 { padding-top: 52px; padding-bottom: 52px; }
.y3c7sjh1 .z2w5:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.y3c7sjh1 .z2w5:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.y3c7sjh1 .z2w5:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.y3c7sjh1 .z2w5:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.dku1zguz .yv1uiehq { padding-top: 10px;  padding-bottom: 10px; }
.n75nd45 .yv1uiehq { padding-top: 18px;  padding-bottom: 18px; }
.zubewj .yv1uiehq { padding-top: 36px;  padding-bottom: 36px; }
.dndcb8h .yv1uiehq { padding-top: 48px;  padding-bottom: 48px; }
.hn717anl h2.sshei { font-weight: 600; }
.hn717anl h3.pdp8qc     { font-weight: 600; }
.skti h2.sshei { font-weight: 800; }
.skti h3.pdp8qc     { font-weight: 700; }
.a5q380x { font-weight: 600; }
.a5q380x h2.sshei { font-weight: 900; }
.a5q380x h3.pdp8qc     { font-weight: 800; }
.a5q380x .z8kckxyd strong,
.a5q380x .z8kckxyd strong { font-weight: 600; }
.b8cwf {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.ms4be9x .b8cwf { display: none; }
@media (max-width: 640px) { .b8cwf { display: none; } }
.b8cwf { background: var(--cta) !important; color: #fff !important; border: none !important; }
.b8cwf:hover { opacity: 0.85; }
.tw1lnd .b8cwf { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.c9za8h .b8cwf,
.rvins  .b8cwf { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.c9za8h .b8cwf:hover,
.rvins  .b8cwf:hover { opacity: 0.88; }
.tw1lnd.c9za8h .b8cwf,
.tw1lnd.rvins  .b8cwf { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.wjtc9e {
  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;
}
.wjtc9e:hover { transform: translateY(-2px); opacity: 0.92; }
.wjtc9e { background: var(--cta) !important; color: #fff !important; border: none !important; }
.j2x6 .wjtc9e { display: none; }
.jrjb .wjtc9e { right: 32px; }
.kwgy1  .wjtc9e { left: 32px; }
@media (max-width: 480px) {
  .jrjb .wjtc9e { right: 20px; bottom: 20px; }
  .kwgy1  .wjtc9e { left: 20px; bottom: 20px; }
}
.ewzkyp { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.kxgk45 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.i47nq9z { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.e7k2z { color: var(--text-dim); font-size: 0.8rem; }
.nxwq { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.nxwq img { height: 26px; width: auto; object-fit: contain; }
.jt4dj .kxgk45 { text-align: center; }
.jt4dj .i47nq9z { margin-top: 0; }
@media (max-width: 640px) {
  .kxgk45 { padding-left: 16px; padding-right: 16px; }
  .lvqke .kxgk45 { padding: 20px 16px; }
  .ymhq6 { gap: 4px 12px; }
  .i47nq9z { font-size: 0.78rem; }
}
.eymnsyvv .e5jhsmma .nxwq { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.eymnsyvv .i47nq9z { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.eymnsyvv .e7k2z { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .eymnsyvv .ptg99w { grid-template-columns: 1fr 1fr; } .eymnsyvv .e5jhsmma { grid-column: 1 / -1; } }
@media (max-width: 480px) { .eymnsyvv .ptg99w { grid-template-columns: 1fr; } }
.ikkncxmv .gb0n56kx { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.ikkncxmv .nxwq { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.ikkncxmv .mv1mgc { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.ikkncxmv .mv1mgc a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.ikkncxmv .mv1mgc a:hover { color: var(--accent-light); }
.l7xhqzr1 { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.ikkncxmv .o96rv { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.ikkncxmv .mk3vobpg { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.ikkncxmv .mk3vobpg a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.ikkncxmv .mk3vobpg a:hover { color: var(--accent-light); }
.ikkncxmv .i47nq9z { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .ikkncxmv .gb0n56kx { gap: 12px; } .ikkncxmv .nxwq { margin-right: 0; width: 100%; } }
.o66uyw8 .fcfw20 .nxwq { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.o66uyw8 .i47nq9z { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.o66uyw8 .e7k2z { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .o66uyw8 .xezi { grid-template-columns: 1fr 1fr; } .o66uyw8 .fcfw20 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .o66uyw8 .xezi { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .o4zbhr .qoiju8w { grid-template-columns: 1fr 1fr; } .o4zbhr .qkx76vy:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .o4zbhr .qoiju8w { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .yfl85 .qoiju8w { grid-template-columns: 1fr; } }
.m7s4l3al .kxgk45 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.fu3v .igh6wf      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.fu3v .ewzkyp { background: var(--bg-page); border-top-color: var(--border-alt); }
.wteshw2 .igh6wf      { background: #0d1117; border-bottom-color: #21262d; }
.wteshw2 .dif4 { color: var(--accent-light); }
.wteshw2 .cjp58c { --msep-color: #8b949e; }
.wteshw2 .cjp58c a { color: #8b949e; }
.wteshw2 .cjp58c a:hover { color: var(--accent-light); }
.wteshw2 .ajxwn2ro { color: #8b949e; }
.wteshw2 .ewzkyp { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.wteshw2 .i47nq9z,
.wteshw2 .e7k2z { color: #6e7681; }
.wteshw2 .v3nqrdfx a, .wteshw2 .mv1mgc a,
.wteshw2 .mk3vobpg a { color: #8b949e; }
.wteshw2 .nxwq { color: #e6edf3; }
.wteshw2 .v3nqrdfx a:hover, .wteshw2 .mv1mgc a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .wteshw2 .cjp58c { background: #0d1117; border-top-color: #21262d; }
  .wteshw2 .cjp58c li a { border-bottom-color: #21262d; }
}
.jt7n .igh6wf      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.jt7n .dif4 { color: var(--accent-light); }
.jt7n .cjp58c { --msep-color: #475569; }
.jt7n .cjp58c a { color: #475569; }
.jt7n .cjp58c a:hover { color: var(--accent-light); }
.jt7n .ajxwn2ro { color: #64748b; }
.jt7n .ewzkyp { background: #f0f4f8; border-top-color: #cbd5e1; }
.jt7n .i47nq9z,
.jt7n .e7k2z { color: #64748b; }
.jt7n .v3nqrdfx a, .jt7n .mv1mgc a,
.jt7n .mk3vobpg a, .jt7n .nxwq { color: #374151; }
.jt7n .v3nqrdfx a:hover, .jt7n .mv1mgc a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .jt7n .cjp58c { background: #f0f4f8; border-top-color: #cbd5e1; }
  .jt7n .cjp58c li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.c9za8h .igh6wf      { background: var(--accent); border-bottom-color: var(--accent-light); }
.c9za8h .dif4 { color: #fff; }
.c9za8h .cjp58c { --msep-color: rgba(255,255,255,0.82); }
.c9za8h .cjp58c a { color: rgba(255,255,255,0.82); }
.c9za8h .cjp58c a:hover { color: #fff; }
.c9za8h .ajxwn2ro { color: rgba(255,255,255,0.9); }
.c9za8h .ewzkyp { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.c9za8h .i47nq9z,
.c9za8h .e7k2z { color: rgba(255,255,255,0.72); }
.c9za8h .v3nqrdfx a, .c9za8h .mv1mgc a,
.c9za8h .mk3vobpg a, .c9za8h .nxwq { color: #fff; }
.c9za8h .v3nqrdfx a:hover, .c9za8h .mv1mgc a:hover { color: #fff; }
@media (max-width: 640px) {
  .c9za8h .cjp58c { background: var(--accent); border-top-color: var(--accent-light); }
  .c9za8h .cjp58c li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.rvins .igh6wf {
  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);
}
.rvins .ewzkyp {
  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) {
  .rvins .cjp58c {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.ikh0r63 .anmij5 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.tivq0jt3 .anmij5 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ckwlg .anmij5 { min-height: 72px; height: auto; }
.clma0j .anmij5 { min-height: 84px; height: auto; }
.lvqke .anmij5 { max-width: none; padding: 0 32px; }
.lvqke .kxgk45  { max-width: none; padding: 24px 32px; }
.fm5ql5.dn5rouhx .anmij5 { max-width: 1200px; }
.fm5ql5.wcjva13 .anmij5 { max-width: 1320px; }
.gkxtxbt   .dif4, .gkxtxbt   .nxwq { text-transform: capitalize; }
.glhiptv .dif4, .glhiptv .nxwq { text-transform: lowercase; }
.c43qu .dif4, .c43qu .nxwq { text-transform: uppercase; letter-spacing: 0.06em; }
.xqbjxwr, .urss1hc {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.zllh8qs .xqbjxwr,
.zllh8qs .urss1hc { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.v7l9 .xqbjxwr,
.v7l9 .urss1hc { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.y7ul .xqbjxwr,
.y7ul .urss1hc { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.b7oe3d8o .xqbjxwr,
.b7oe3d8o .urss1hc { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.o7rg5   .cjp58c a { font-weight: 500; }
.e1it5d .cjp58c a { font-weight: 600; }
.r69ug     .cjp58c a { font-weight: 700; }
.jmxm9    .cjp58c a { font-weight: 800; letter-spacing: 0.01em; }
.gfi2tw     .cjp58c > li + li::before,
.temx200    .cjp58c > li + li::before,
.z6z270    .cjp58c > li + li::before,
.wle0bs .cjp58c > li + li::before,
.h94wfz .cjp58c > li + li::before,
.sntjgdye  .cjp58c > li + li::before,
.jcfcjb    .cjp58c > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.gfi2tw     .cjp58c > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.temx200    .cjp58c > li + li::before { content: "|"; }
.z6z270    .cjp58c > li + li::before { content: "—"; }
.wle0bs .cjp58c > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.h94wfz .cjp58c > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.sntjgdye  .cjp58c > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.jcfcjb    .cjp58c > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .pw1rhnrg .ajxwn2ro,
  .c6xr .ajxwn2ro,
  .k7rvcfqt .ajxwn2ro,
  .sar8lq .ajxwn2ro,
  .icdq3fov .ajxwn2ro {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .pw1rhnrg .ajxwn2ro::before,
  .c6xr .ajxwn2ro::before,
  .k7rvcfqt .ajxwn2ro::before,
  .sar8lq .ajxwn2ro::before,
  .icdq3fov .ajxwn2ro::before { content: ""; display: block; flex-shrink: 0; }

  
  .pw1rhnrg .ajxwn2ro::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;
  }

  
  .c6xr .ajxwn2ro::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;
  }

  
  .k7rvcfqt .ajxwn2ro::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;
  }

  
  .sar8lq .ajxwn2ro::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;
  }

  
  .icdq3fov .ajxwn2ro::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) {
  .dtvpicy5 .ajxwn2ro {
    padding: 5px 14px;
  }
  .dtvpicy5 .cjp58c {
    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;
  }
  .dtvpicy5 .cjp58c li a {
    border-bottom: none; padding: 10px 22px;
  }
  .dtvpicy5 .cjp58c li a:hover { background: var(--bg-raised); }
  .dtvpicy5 .our0,
  .oj1v1ko .our0,
  .l3rz .our0 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .gd8ur .ajxwn2ro {
    padding: 5px 10px;
  }
  .gd8ur .cjp58c {
    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);
  }
  .gd8ur .cjp58c.os86 { transform: translateX(0); }
  .gd8ur .cjp58c li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .gd8ur .cjp58c li:last-child a { border-bottom: none; }
  .c9za8h .cjp58c,
  .wteshw2 .cjp58c { background: var(--accent) !important; }
  .c9za8h .cjp58c li a,
  .wteshw2 .cjp58c li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .l3rz .ajxwn2ro {
    padding: 5px 10px;
  }
  .l3rz .cjp58c {
    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);
  }
  .l3rz .cjp58c::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .l3rz .cjp58c.os86 { transform: translateY(0); }
  .l3rz .cjp58c li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .sox7dnp .ajxwn2ro {
    padding: 5px 10px;
  }
  .sox7dnp .cjp58c {
    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;
  }
  .sox7dnp .cjp58c.os86 { opacity: 1; pointer-events: auto; }
  .sox7dnp .cjp58c li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .zx2gszg     .ajxwn2ro { border-radius: 0 !important; }
  .t30m   .ajxwn2ro { border-radius: 8px !important; }
  .o5popr2 .ajxwn2ro { border-radius: 50% !important; }
  .cam5tjux   .ajxwn2ro { border-radius: 999px !important; }
}
.y6au .vmuyiewz { height: 36px; }
.msbgced .vmuyiewz { height: 60px; max-width: 200px; }
.dmc9 .vmuyiewz { height: 76px; max-width: 240px; }
.eyqukq .d9o7ea + .d9o7ea {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .vprvj .k3zl2 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .vprvj .gs8wys {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .vprvj .gs8wys { padding: 40px 16px 20px; }
  .vprvj .d9o7ea {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .vprvj .aevz50 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .h3wc .gs8wys {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .h3wc .gs8wys::before {
    position: absolute; top: 14px; left: 14px;
  }
  .h3wc .d9h7r0 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .h3wc .y6ovm { white-space: normal; text-align: center; font-size: 1.2rem; }
  .h3wc .d9o7ea {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .h3wc .aevz50 { width: 100%; min-width: 0; }
  .h3wc .swl9j285 { min-width: 0; }
}
.ixvkffea .izvv {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.ixvkffea .izvv summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.ixvkffea .izvv p { padding: 0 2px 16px; }
.css5 .izvv { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.css5 .izvv summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.css5 .izvv summary::after { content: "›"; font-size: 1.2em; }
.css5 .izvv[open] summary::after { content: "‹"; }
.css5 .izvv p { padding: 10px 22px 4px; }
.st1r .izvv {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.st1r .izvv summary { color: var(--text-primary); padding-left: 16px; }
.st1r .izvv summary::after { content: "›"; font-size: 1.1em; }
.st1r .izvv[open] summary::after { content: "‹"; }
.st1r .izvv p { padding-left: 16px; }
.j9sb5 .s4l3wot { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.j9sb5 .izvv {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.j9sb5 .izvv:last-child { border-bottom: none; }
.j9sb5 .izvv summary { color: var(--text-primary); border-radius: 0; }
.j9sb5 .izvv summary::after { content: "›"; font-size: 1.1em; }
.j9sb5 .izvv[open] summary::after { content: "‹"; }
.vwocx1 .izvv { overflow: hidden; }
.vwocx1 .izvv summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.vwocx1 .izvv summary::after { color: rgba(255,255,255,.75); }
.vwocx1 .izvv[open] summary { border-radius: 0; }
.u83k { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.fiape {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.xjsx {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.rb4c { color: var(--text-muted); font-size: 1.05rem; }
.wbtctft8 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.evu519o {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.g9pr { margin-bottom: 20px; }
.b1n0mt {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.u7l0 {
  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;
}
.u7l0:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.wybji { resize: vertical; min-height: 130px; }
.jic9 { width: 100%; margin-top: 8px; }
.om3maon {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.g2uql {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.b123w4o { color: var(--text-muted); line-height: 1.75; }
.tyq9bw { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.tyq9bw li { margin-bottom: 6px; }
.i070ty { max-width: 760px; margin: 0 auto; }
.ylstgpa { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.ir26bob2 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.ir26bob2:last-child { border-bottom: none; }
.ir26bob2 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.ir26bob2 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.zfq0 { max-width: 760px; margin: 0 auto; }
.xp5q { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.iw1m9bd ul.tyq9bw { margin: 0; }
.j4wayq .xp5q { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .j4wayq { grid-template-columns: 1fr; gap: 10px; } }
.c518sm { max-width: 640px; margin: 0 auto; text-align: center; }
.qfqpovox { margin-bottom: 48px; }
.qfqpovox .xp5q { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.qfqpovox p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.a8bq92w .tyq9bw { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .gpyukeu { grid-template-columns: 1fr; } }
.xk1tpl4 ul.tyq9bw { margin: 0; }
.niae7lk .tyq9bw,
.axj2lbb .tyq9bw,
.rpy5 .tyq9bw,
.yaj7g4 .tyq9bw {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .n33vxi { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .abzaf { grid-template-columns: 1fr; } .qats85 { position: static; text-align: center; } }
@media (max-width: 860px) { .qup4ah { grid-template-columns: 1fr; } }
.yaj7g4 .tyq9bw { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .qht0i7me { flex-direction: column; text-align: center; } .u0hvq4g3 { grid-template-columns: 1fr; } }
.penh { max-width: 760px; margin: 0 auto; }
.eg56 { position: relative; padding-left: 28px; }
.eg56::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.lakws05y { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.lakws05y:last-child { padding-bottom: 0; }
.wcor7 { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.abr80i h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.abr80i p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.bsh9gc .xjsx { color: var(--accent-light); }
.dgirrcoo .xjsx { font-size: 2rem; }
.dgirrcoo .rb4c { max-width: 680px; }
.idamos8 {
  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;
}
.idamos8 .xjsx { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.idamos8 .rb4c  { margin: 0; }
@media (max-width: 640px) { .idamos8 { flex-direction: column; } }
.fn6g .xjsx { color: var(--accent-light); }
.s47xrjmd .xjsx { color: #fff; }
.s47xrjmd .rb4c  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .sb5foxnt { grid-template-columns: 1fr; } }
.m1n9r .u7l0 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.m1n9r .u7l0:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.dw0f .u7l0 { background: var(--bg-raised); border-color: transparent; }
.dw0f .u7l0:focus { background: var(--bg-card); border-color: var(--accent-light); }
.ujfl .u7l0 { border-radius: 100px; padding: 11px 20px; }
.ujfl .wybji { border-radius: 14px; }
.p284nfh {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.p284nfh summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.p284nfh summary::-webkit-details-marker { display: none; }
.p284nfh summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.p284nfh[open] summary::after { content: "−"; }
.gxw6t0p {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .lecn1 { grid-template-columns: 1fr; } }
.ovsaf { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.ovsaf li { margin-bottom: 6px; }
.m7r79rk{position:relative;overflow:visible}
.bq6vz .dbpzp,.vz4i .dbpzp{display:block}
.vz4i .dbpzp{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.vz4i .dbpzp .v7kvoiul{margin:0}
.vz4i .b25etrx~.dbpzp,
.vz4i .r2cn8o~.dbpzp{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.vz4i .b25etrx~.dbpzp .v7kvoiul,
.vz4i .r2cn8o~.dbpzp .v7kvoiul{justify-content:flex-start}
.b25etrx~.dbpzp,.r2cn8o~.dbpzp{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}
.b25etrx~.dbpzp .v7kvoiul{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.r2cn8o~.dbpzp .v7kvoiul{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.pjdbw .kmspdwl{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}
.pjdbw .qihm65::before{content:""}
.mxbfq{--date-bg:var(--accent-bg)}
.zq2t .qihm65::before{content:"•";opacity:.4}
.zq2t .kmspdwl + .kmspdwl::before{content:"•";margin-right:6px;opacity:.4}
.jtgpk48 .kc4gj0{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .kc4gj0{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .x6tz0{max-width:100%}
}
:root {
  --accent:          #2f77d2;
  --brand:           #2f77d2;
  --brand-light:     #2e5f9d;
  --brand-pale:      #5986bf;
  --grad-start:      #7aa8e2;
  --grad-end:        #b1c9e8;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #2f77d2;
  --cta-light:       #2163b7;
  --cta-hover:       #225aa0;
  --bg-page:         #f6f7f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f4f5;
  --bg-raised:       #eeeff1;
  --bg-hover:        #f3f4f5;
  --border:          #e2e5e8;
  --border-alt:      #d0d5dc;
  --border-section:  #e2e5e8;
  --text-primary:    #17191b;
  --text-muted:      #525860;
  --text-body:       #2f3236;
  --text-sub:        #464b52;
  --text-faint:      #757e89;
  --text-dim:        #9198a0;
  --text-label:      #5e656d;
  --text-value:      #3a3f44;
  --accent-bg:       #e3e9f1;
  --accent-bg-light: #cbd9eb;
  --bg-tip:          #f0f9f5;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f4f9;
  --bg-pros:         #f0f9f5;
  --bg-cons:         #faf3f6;
  --c-pros:          #148e60;
  --c-cons:          #9f2150;
  --c-pros-label:    #18a972;
  --c-tip-border:    #1abb7e;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #148e60;
}
:root { --logo-bg-opacity: 50%; }
body, button, input { font-family: "Lato", sans-serif; }
.qs8qut5 .liod44 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.qs8qut5 .liod44::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.qs8qut5 .cddz546c     .liod44::before { content: "";  color: var(--c-tip-border); }.qs8qut5 .rfexag .liod44::before { content: ""; color: var(--c-warn-border); }.qs8qut5 .ygdrs11d    .liod44::before { content: ""; color: #60a5fa; }.golol676 .qs8qut5 .cddz546c     .liod44::before { color: #10b981; }.golol676 .qs8qut5 .rfexag .liod44::before { color: #f43f5e; }.golol676 .qs8qut5 .ygdrs11d    .liod44::before { color: #a855f7; }.kb61  .qs8qut5 .cddz546c     .liod44::before { color: #eab308; }.kb61  .qs8qut5 .rfexag .liod44::before { color: #ef4444; }.kb61  .qs8qut5 .ygdrs11d    .liod44::before { color: #f97316; }.aheqz2  .qs8qut5 .cddz546c     .liod44::before { color: #38bdf8; }.aheqz2  .qs8qut5 .rfexag .liod44::before { color: #818cf8; }.aheqz2  .qs8qut5 .ygdrs11d    .liod44::before { color: #2dd4bf; }.nbgo5w .qs8qut5 .liod44::before { color: var(--accent-light) !important; }
.al0uu4ym .y71zm, .al0uu4ym .b25etrx { min-height: 520px; }
.txnfudj::before { content: '>'; }