: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;
}
.j818i9c {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.x31pq {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.dgwl4ad {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.bztt5d { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.ao6n5y1q { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ao6n5y1q a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.ao6n5y1q a:hover { color: var(--accent-light); }
.uxgxvsq   .nj7b2 { border-radius: 0; }
.gdwgm .nj7b2 li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .nj7b2 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .isvogmy:hover .nj7b2,
  .isvogmy:focus-within .nj7b2 { display: block; }
  .nj7b2 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.alhs9 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.k0ec { display: none; }
@media (max-width: 640px) {
  .k0ec {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .k0ec.cgfgqt { display: block; }
}
@media (max-width: 640px) {
  .alhs9 { display: block; }
  .ao6n5y1q > li + li::before { display: none !important; }
  .ao6n5y1q {
    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;
  }
  .ao6n5y1q.cgfgqt { display: flex; }
  .ao6n5y1q li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .ao6n5y1q li:last-child a { border-bottom: none; }
}
.x6dy { min-height: 480px; }
.vizjgsx {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.fzpn { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.tp95g48d .fzpn { margin-left: 0; margin-right: 0; }
.j6t4 {
  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;
}
.j6t4:hover { opacity: 0.88; }
.xs3bcwp4 .vizjgsx { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.xs3bcwp4 .fzpn { color: #e2e8f0; }
.xs3bcwp4.cr6ocil4 .r8a5 { text-align: center; }
.viiu74 .vizjgsx { color: var(--text-primary); text-shadow: none; }
.viiu74 .fzpn { color: var(--text-muted); }
.viiu74 .j6t4 { margin-top: 16px; }
.viiu74, .viiu74.x6dy { min-height: auto !important; }
.viiu74.cr6ocil4 .r8a5 { 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; }
}
.qc3t5 .vizjgsx { color: #fff; }
.qc3t5 .fzpn { color: rgba(255,255,255,0.85); }
.qc3t5 .j6t4 { background: #fff; color: var(--cta); }
.qc3t5 .j6t4:hover { opacity: 0.92; }
.lpsxydz .lh6c { position: relative; overflow: hidden; }
.lpsxydz .lh6c::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;
}
.tjz5g9 .lh6c {
  animation: hg-breathe 7s ease-in-out infinite;
}
.yed7ox .lh6c { position: relative; overflow: hidden; }
.yed7ox .lh6c::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;
}
.mvcx1 .lh6c { position: relative; overflow: hidden; }
.mvcx1 .lh6c::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;
}
.g93f834 .lh6c {
  animation: hg-fadein 1.2s ease-out both;
}
.lh6c {
  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%);
}
.li88 {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.l2sm5 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.za5bgtv9 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.lh6c .vizjgsx { text-shadow: none; color: var(--text-primary); }
.lh6c .fzpn { color: var(--text-muted); }
body.buotrlr .vizjgsx {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.ivl93i .vizjgsx {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.lh6c.cr6ocil4 .li88 { align-items: center; text-align: center; }
.lh6c.tp95g48d   .li88 { align-items: flex-start; text-align: left; }
.a1zko5 .l2sm5 { position: relative; }
.a1zko5 .l2sm5::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.a1zko5.wq0xh6q4 .l2sm5::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.obp7 .l2sm5 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.obp7 .za5bgtv9 {
  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);
}
.obp7.wq0xh6q4 .l2sm5 { padding: 32px 0 32px 32px; }
.b554zxv7 .l2sm5 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.b554zxv7 .za5bgtv9 {
  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);
}
.wq0xh6q4 .li88 {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.b554zxv7.wq0xh6q4 .l2sm5 { padding: 40px 16px 40px 48px; }
.iyfzdd3 .l2sm5 { display: flex !important; align-items: center; justify-content: center; position: relative; }
@media (max-width: 700px) {
  .lh6c { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .lh6c .l2sm5 { display: none !important; }
  .iyfzdd3 .l2sm5 { display: none !important; }
  .y30v .t7ozb217 { display: none !important; }
  .vvolem .w9mhyu20 { display: none !important; }
  .li88  { padding: 36px 24px; }
  .lh6c~.r1779v,.wq0xh6q4~.r1779v{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .x6dy, .lh6c { min-height: 320px !important; }
  
  .vizjgsx { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .k3cpa2 { display: none !important; }
  
  .v442ib { flex-direction: column; align-items: center; }
  .z5hmq9 { width: 100%; max-width: 340px; }
}
.tdgz { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.aspy7c { width: 100%; height: auto; display: block; border-radius: 10px; }
.ehxy .tdgz        { border-radius: 16px; }
.ehxy .aspy7c  { border-radius: 16px; }
.eagyf3u .tdgz         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.eagyf3u .aspy7c   { border-radius: 8px; }
.ttz4lw { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.wgb01ge { width: 100%; padding: 32px 0; position: relative; }
.wkki { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.vencwmw2 .wgb01ge:nth-child(even) { background: var(--bg-surface); }
.vencwmw2 .wgb01ge:nth-child(odd)  { background: var(--bg-page); }
.dm4yp7f .wgb01ge:nth-child(even) { background: var(--bg-card); }
.dm4yp7f .wgb01ge:nth-child(odd)  { background: var(--bg-page); }
.vencwmw2 .wgb01ge:nth-child(odd)  .wkki { background: var(--bg-card); border-radius: 6px; }
.vencwmw2 .wgb01ge:nth-child(even) .wkki { background: var(--bg-raised); border-radius: 6px; }
.dm4yp7f .wgb01ge:nth-child(odd)  .wkki { background: var(--bg-card); border-radius: 6px; }
.dm4yp7f .wgb01ge:nth-child(even) .wkki { background: var(--bg-raised); border-radius: 6px; }
.vencwmw2 .wgb01ge:nth-child(even) .l6xdk .jre2ve,
.dm4yp7f .wgb01ge:nth-child(even) .l6xdk .jre2ve { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.vencwmw2 .wgb01ge:nth-child(odd) .l6xdk .jre2ve,
.dm4yp7f .wgb01ge:nth-child(odd) .l6xdk .jre2ve { background: var(--bg-card-inner); }
.vencwmw2 .wgb01ge:nth-child(even) .n85qcg .jre2ve:nth-child(odd),
.dm4yp7f .wgb01ge:nth-child(even) .n85qcg .jre2ve:nth-child(odd)  { background: var(--bg-card); }
.vencwmw2 .wgb01ge:nth-child(even) .n85qcg .jre2ve:nth-child(even),
.dm4yp7f .wgb01ge:nth-child(even) .n85qcg .jre2ve:nth-child(even) { background: var(--bg-card-inner); }
h1.a38j { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.a38j {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.j3sdxhdr { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.p0gdouh h2.a38j {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.dchi80 h2.a38j {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.body h2.a38j {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.rr1ql6du h2.a38j::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.p0tejzk9 h2.a38j {
  color: var(--text-primary); font-size: 1.7rem;
}
.i17zim3 h2.a38j::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.tuft5n h2.a38j {
  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;
}
.tass { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .tass { display: none; } }
.hh6en6s3 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.twk6udpm { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.e8u3v {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.ux03t5b6 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.y0ctgof { padding-left: 20px; }
.y0ctgof li { margin-bottom: 6px; }
.y0ctgof a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.y0ctgof a:hover { color: var(--accent-light); }
.ua3tids .ux03t5b6 { display: none; }
.icbio2yw .ux03t5b6 { display: none; }
.icbio2yw .y0ctgof { padding-left: 0; list-style: none; }
.icbio2yw .y0ctgof li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.icbio2yw .y0ctgof a { font-size: 0.92rem; }
.p9pe .e8u3v { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.p9pe .ux03t5b6 { display: none; }
.p9pe .y0ctgof { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.p9pe .y0ctgof li { margin-bottom: 0; }
.p9pe .y0ctgof 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;
}
.p9pe .y0ctgof a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.mapw83 .e8u3v { padding: 20px 20px 16px; }
.mapw83 .y0ctgof {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.mapw83 .y0ctgof li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.mapw83 .y0ctgof 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;
}
.mapw83 .y0ctgof 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;
}
.mapw83 .y0ctgof a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.mapw83 .y0ctgof a:focus,
.mapw83 .y0ctgof a:focus-visible,
.mapw83 .y0ctgof a:target { outline: none; }
.mapw83 .y0ctgof li:target a { border-color: var(--border); color: var(--text-muted); }
.akejur .e8u3v { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.akejur .ux03t5b6 { display: none; }
.akejur .y0ctgof { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.akejur .y0ctgof li { margin-bottom: 0; }
.akejur .y0ctgof li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.akejur .y0ctgof li:last-child::after { content: ""; margin-right: 0; }
.akejur .y0ctgof a { font-size: 0.9rem; }
.jre2ve { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.l6xdk .jre2ve { background: var(--bg-card); }
.n85qcg .jre2ve:nth-child(odd)  { background: var(--bg-card); }
.n85qcg .jre2ve:nth-child(even) { background: var(--bg-raised); }
.utv8tmby .jre2ve {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.utv8tmby .jre2ve:last-child { border-bottom: none; }
.utv8tmby h3.j3sdxhdr { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.znyy .jre2ve {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.znyy .jre2ve + .jre2ve { margin-top: 4px; }
.t5w7 .jre2ve { background: none; border-radius: 0; padding: 12px 0; }
.t5w7 .jre2ve + .jre2ve { border-top: 1px solid var(--border-section); }
.ial2gtb { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.f1or { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.x3lf72h { color: var(--text-body); margin-bottom: 10px; }
.esrhb0ms, .ae8akl3e { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.esrhb0ms li, .ae8akl3e li { margin-bottom: 6px; }
.ae8akl3e li { list-style: decimal; }
.uemyjmv     .esrhb0ms { list-style-type: "● "; }
.kbrj  .esrhb0ms { list-style-type: "■ "; }
.rd7zxzm .esrhb0ms { list-style-type: "◆ "; }
.rzdhri    .esrhb0ms { list-style-type: "★ "; }
.uemyjmv     .l0ed { list-style-type: "● "; }
.kbrj  .l0ed { list-style-type: "■ "; }
.rd7zxzm .l0ed { list-style-type: "◆ "; }
.rzdhri    .l0ed { list-style-type: "★ "; }
.uemyjmv    .esrhb0ms li::marker, .uemyjmv    .l0ed li::marker,
.kbrj .esrhb0ms li::marker, .kbrj .l0ed li::marker,
.rd7zxzm .esrhb0ms li::marker, .rd7zxzm .l0ed li::marker,
.rzdhri   .esrhb0ms li::marker, .rzdhri   .l0ed li::marker {
  color: var(--cta); font-size: 1em;
}
.uemyjmv .ae8akl3e,
.kbrj .ae8akl3e,
.rd7zxzm .ae8akl3e,
.rzdhri .ae8akl3e {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.uemyjmv .ae8akl3e li,
.kbrj .ae8akl3e li,
.rd7zxzm .ae8akl3e li,
.rzdhri .ae8akl3e li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.uemyjmv .ae8akl3e li::before,
.kbrj .ae8akl3e li::before,
.rd7zxzm .ae8akl3e li::before,
.rzdhri .ae8akl3e 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;
}
.uemyjmv     .ae8akl3e li::before { border-radius: 50%; }
.kbrj  .ae8akl3e li::before { border-radius: 3px; }
.rd7zxzm .ae8akl3e li::before { border-radius: 3px; }
.rzdhri    .ae8akl3e li::before { border-radius: 50%; }
.zcvv { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.efiqz19 .zcvv,
.xdv24lxt .zcvv { background: transparent; border: none; border-radius: 0; }
.lgn10pw3 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.lgn10pw3 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.lgn10pw3 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.lgn10pw3 tr:hover td { background: var(--bg-hover); }
.yabddf .lgn10pw3 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.td6f .lgn10pw3 { border: 1px solid var(--border-alt); }
.td6f .lgn10pw3 th,
.td6f .lgn10pw3 td { border: 1px solid var(--border-alt); }
.oqgu .lgn10pw3 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.oqgu .lgn10pw3 td { border-bottom: none; }
.oqgu .lgn10pw3 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.l9ua1d .lgn10pw3 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.d6n1 .zcvv {
  overflow: hidden;
}
.d6n1 .lgn10pw3 th { border-bottom: 1px solid var(--border-alt); }
.d6n1 .lgn10pw3 tr:last-child td { border-bottom: none; }
.q45gci { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.ialxsdr { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.f666eca { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.lik4t6 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.crlt7 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.l0ed { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.l0ed 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%}
.fokd .lik4t6 { background: transparent; text-align: center; }
.sfgp .f666eca {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.cjpuz .f666eca {
  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);
}
.ewevp2p .ialxsdr { display: grid; grid-template-columns: auto 1fr; }
.ewevp2p .f666eca {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.ewevp2p .lik4t6 { grid-column: 2; }
.ewevp2p .crlt7,
.ewevp2p .l0ed { grid-column: 1 / -1; }
.o93783 .ialxsdr { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.o93783 .f666eca {
  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);
}
.o93783 .lik4t6 { grid-column: 2; }
.o93783 .crlt7,
.o93783 .l0ed { grid-column: 1 / -1; }
.wtir5 .ialxsdr { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.wtir5 .lik4t6 { background: none; color: var(--accent-light); font-weight: 700; }
.vz763 .ialxsdr { 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); }
.vz763 .lik4t6 { background: none; color: var(--accent-light); font-weight: 700; }
.nshi .ialxsdr { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.nshi .ialxsdr:last-child { border-bottom: none; }
.nshi .lik4t6 { background: none; color: var(--accent-light); font-weight: 700; }
.g3sj0z8 .ialxsdr { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.g3sj0z8 .lik4t6 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.prucv .q45gci { counter-reset: card-n; }
.prucv .ialxsdr  { counter-increment: card-n; }
.prucv .lik4t6 { display: flex; align-items: center; gap: 10px; }
.prucv .lik4t6::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;
}
.ziygb .ialxsdr { background: var(--bg-surface); border: 1px solid var(--border); }
.ziygb .lik4t6 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.l8e8itbc { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.agg4  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.dx6wfwpb { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.qem82i3 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.l8e8itbc strong { color: var(--text-primary); font-size: 0.95rem; }
.l8e8itbc p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.aspy7c { width: 100%; height: auto; border-radius: 10px; display: block; }
.oy171 {
  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;
}
.oy171:hover { opacity: 0.85; }
.sj6rx .oy171  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.sj6rx .oy171:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.mi3mbyr .oy171  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.mi3mbyr .oy171:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.gvd08w .j6t4 { border-radius: 50px; }
.gvd08w .oy171  { border-radius: 50px; }
.ji96c9g .j6t4 { padding-left: 22px; padding-right: 22px; }
.ji96c9g .oy171  { padding-left: 12px; padding-right: 12px; }
.tqeu .j6t4 { padding-left: 44px; padding-right: 44px; }
.tqeu .oy171  { padding-left: 24px; padding-right: 24px; }
.gmjdegsn .j6t4 { padding-left: 56px; padding-right: 56px; }
.gmjdegsn .oy171  { padding-left: 32px; padding-right: 32px; }
.u3lo   .j6t4::after, .u3lo   .oy171::after,
.v98x27t .j6t4::after, .v98x27t .oy171::after,
.vdwxt    .j6t4::after, .vdwxt    .oy171::after,
.tz6hi9x    .j6t4::after, .tz6hi9x    .oy171::after,
.zdvzvtx    .j6t4::after, .zdvzvtx    .oy171::after,
.zl0ck     .j6t4::after, .zl0ck     .oy171::after,
.l2z9if9    .j6t4::after, .l2z9if9    .oy171::after,
.bv1gs7k   .j6t4::after, .bv1gs7k   .oy171::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;
}
.u3lo .j6t4::after, .u3lo .oy171::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");
}
.v98x27t .j6t4::after, .v98x27t .oy171::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");
}
.vdwxt .j6t4::after, .vdwxt .oy171::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");
}
.tz6hi9x .j6t4::after, .tz6hi9x .oy171::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");
}
.zdvzvtx .j6t4::after, .zdvzvtx .oy171::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");
}
.zl0ck .j6t4::after, .zl0ck .oy171::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");
}
.l2z9if9 .j6t4::after, .l2z9if9 .oy171::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");
}
.bv1gs7k .j6t4::after, .bv1gs7k .oy171::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");
}
.k99x2i   .mjqsx::after, .k99x2i   .h3v3uh::after,
.c6ig6axf .mjqsx::after, .c6ig6axf .h3v3uh::after,
.p2qjfg7    .mjqsx::after, .p2qjfg7    .h3v3uh::after,
.se5oe    .mjqsx::after, .se5oe    .h3v3uh::after,
.nfgoo    .mjqsx::after, .nfgoo    .h3v3uh::after,
.mk6q0a8w     .mjqsx::after, .mk6q0a8w     .h3v3uh::after,
.dm5oz    .mjqsx::after, .dm5oz    .h3v3uh::after,
.d7xpa   .mjqsx::after, .d7xpa   .h3v3uh::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;
}
.k99x2i .mjqsx::after, .k99x2i .h3v3uh::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");
}
.c6ig6axf .mjqsx::after, .c6ig6axf .h3v3uh::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");
}
.p2qjfg7 .mjqsx::after, .p2qjfg7 .h3v3uh::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");
}
.se5oe .mjqsx::after, .se5oe .h3v3uh::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");
}
.nfgoo .mjqsx::after, .nfgoo .h3v3uh::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");
}
.mk6q0a8w .mjqsx::after, .mk6q0a8w .h3v3uh::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");
}
.dm5oz .mjqsx::after, .dm5oz .h3v3uh::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");
}
.d7xpa .mjqsx::after, .d7xpa .h3v3uh::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");
}
.u5gotn .mjmo65r { background: rgba(128,128,128,.12); }
@media (min-width: 721px) {
  .m89ggyz { flex: 0 0 260px; width: 260px; }
  .f6ug7jxe { flex: 0 0 120px; width: 120px; }
  .zgi2 { flex: 0 0 110px; width: 110px; }
  .rar5   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .pflb5bjp { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.pflb5bjp.oy171 { 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) {
  .wna3la { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .wna3la .k3gghb { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .wna3la .m89ggyz { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .wna3la .mjmo65r { width: 100%; min-width: unset; height: 120px; }
  .wna3la .pnro { max-height: 96px; max-width: 200px; }
  .wna3la .ovk71 { min-width: unset; text-align: center; white-space: normal; }
  .wna3la .f6ug7jxe { min-width: 0; }
  .wna3la .rar5 { 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; }
  .wna3la .pflb5bjp { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .ncmvif .k3gghb { row-gap: 8px !important; gap: 10px !important; }
}
.jss4d82 .qmx6q1t { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .umqgkqr9 .c2ri {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .umqgkqr9 .cke0g8 { margin: 0; }
}
.gg1lverk .cke0g8 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.gg1lverk .t33j87 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.gg1lverk .efiqz19 { padding: 14px 16px; }
.gg1lverk .xpf0rp { border-radius: 4px; }
.gg1lverk .qmx6q1t { border-radius: 0; }
@media (max-width: 720px) {
  .yzktzg { grid-template-columns: 1fr; }
  .jnshvi { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .jnshvi .mw4ijv0 { width: 72px; height: 50px; }
  .jnshvi .c4dmc { max-width: 180px; }
  .jnshvi .hawz25e4 { width: auto; }
}
@media (max-width: 720px) {
  .lf5rwhj { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .s7l3b9 { padding: 16px; }
  .wgzz .lihz { min-width: 50%; }
}
@media (max-width: 860px) {
  .y0dlcr { grid-template-columns: 1fr; }
  .k2tw { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .t4va { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .sfb8rtzc { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .cubuvk { flex-direction: column; align-items: stretch; }
}
.oo3z10 .hawz25e4 .oy171 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .yp6gwqdo { flex-direction: column; align-items: stretch; gap: 10px; }
  .oo3z10 .hawz25e4 { text-align: center; }
}
@media (max-width: 720px) {
  .jfp034p { grid-template-columns: 1fr; }
  .sk8id { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .z652 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .bs5z2 { grid-template-columns: 1fr; }
  .pzkuzwaw { width: 100px; height: 100px; margin: 16px auto; }
  .fnlry { font-size: 1.4rem; }
  .ffcj9e { justify-content: center; }
  .q8277uj .lihz { min-width: 50%; }
}
@media (max-width: 540px) {
  .czcfsoe { flex-wrap: wrap; padding: 14px 16px; }
  .x67qa { padding: 12px 16px; }
  .ai3i0 .fksh4k { margin: 0 16px; }
  .ai3i0 .hfijo { padding: 0 16px; }
  .ynkna { padding: 12px 16px; }
}
.ur2ainjq .wna3la { gap: 14px; }
.ur2ainjq .k3gghb {
  padding: 20px 26px; gap: 24px; border-radius: 12px;
  min-height: 140px;
}
.ur2ainjq .ovk71 { font-size: 1.15rem; }
.ur2ainjq .u9hz5 { font-size: 1.22rem; }
.ur2ainjq .pflb5bjp.oy171 { padding: 14px 30px !important; font-size: 1rem; }
.tupu80k .pflb5bjp.oy171 { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.yrim3xn7 .f6ug7jxe { display: none; }
.yrim3xn7 .zgi2 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.yrim3xn7 .zgi2 {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.yrim3xn7 .zgi2 small { display: none; }
.yrim3xn7 .phgby2 .xi57ii2 { display: none; }
.yrim3xn7 .phgby2 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.yrim3xn7 .g5nzpb6 { display: none; }
.a5ndj { margin: 16px 0; }
.e8s1k { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.e8s1k summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.e8s1k summary::after { content: "+"; color: var(--accent-light); }
.e8s1k[open] summary::after { content: "−"; }
.e8s1k p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.wgb01ge { margin-bottom: 0; }
.irihji93 h2.a38j { color: var(--text-primary); border-color: var(--accent-light); }
.tpqn h2.a38j { color: var(--text-primary); border-color: var(--accent-light); }
.wn5m .agg4     { background: #052e16; border-color: #10b981; }
.wn5m .dx6wfwpb    { background: #1e1036; border-color: #a855f7; }
.wn5m .l8e8itbc strong  { color: #f1f5f9; }
.wn5m .l8e8itbc p       { color: #cbd5e1; }
.wn5m .ymmp6h    .agg4     .qem82i3::before,
.wn5m .xhv9  .agg4     .qem82i3::before,
.wn5m .owqf8ocp  .agg4     .qem82i3::before,
.wn5m .a0fozi7r .agg4     .qem82i3::before { color: #10b981; }
.wn5m .ymmp6h    .oyrx29lz .qem82i3::before,
.wn5m .xhv9  .oyrx29lz .qem82i3::before,
.wn5m .owqf8ocp  .oyrx29lz .qem82i3::before,
.wn5m .a0fozi7r .oyrx29lz .qem82i3::before { color: #f43f5e; }
.wn5m .ymmp6h    .dx6wfwpb    .qem82i3::before,
.wn5m .xhv9  .dx6wfwpb    .qem82i3::before,
.wn5m .owqf8ocp  .dx6wfwpb    .qem82i3::before,
.wn5m .a0fozi7r .dx6wfwpb    .qem82i3::before { color: #a855f7; }
.bxztldj8 .agg4     { background: #2d2000; border-color: #eab308; }
.bxztldj8 .oyrx29lz { background: #2d0b0b; border-color: #ef4444; }
.bxztldj8 .dx6wfwpb    { background: #2d1600; border-color: #f97316; }
.bxztldj8 .l8e8itbc strong  { color: #f1f5f9; }
.bxztldj8 .l8e8itbc p       { color: #cbd5e1; }
.bxztldj8 .ymmp6h    .agg4     .qem82i3::before,
.bxztldj8 .xhv9  .agg4     .qem82i3::before,
.bxztldj8 .owqf8ocp  .agg4     .qem82i3::before,
.bxztldj8 .a0fozi7r .agg4     .qem82i3::before { color: #eab308; }
.bxztldj8 .ymmp6h    .oyrx29lz .qem82i3::before,
.bxztldj8 .xhv9  .oyrx29lz .qem82i3::before,
.bxztldj8 .owqf8ocp  .oyrx29lz .qem82i3::before,
.bxztldj8 .a0fozi7r .oyrx29lz .qem82i3::before { color: #ef4444; }
.bxztldj8 .ymmp6h    .dx6wfwpb    .qem82i3::before,
.bxztldj8 .xhv9  .dx6wfwpb    .qem82i3::before,
.bxztldj8 .owqf8ocp  .dx6wfwpb    .qem82i3::before,
.bxztldj8 .a0fozi7r .dx6wfwpb    .qem82i3::before { color: #f97316; }
.kpv4 .agg4     { background: #0c1a2e; border-color: #38bdf8; }
.kpv4 .dx6wfwpb    { background: #0a2020; border-color: #2dd4bf; }
.kpv4 .l8e8itbc strong  { color: #f1f5f9; }
.kpv4 .l8e8itbc p       { color: #cbd5e1; }
.kpv4 .ymmp6h    .agg4     .qem82i3::before,
.kpv4 .xhv9  .agg4     .qem82i3::before,
.kpv4 .owqf8ocp  .agg4     .qem82i3::before,
.kpv4 .a0fozi7r .agg4     .qem82i3::before { color: #38bdf8; }
.kpv4 .ymmp6h    .oyrx29lz .qem82i3::before,
.kpv4 .xhv9  .oyrx29lz .qem82i3::before,
.kpv4 .owqf8ocp  .oyrx29lz .qem82i3::before,
.kpv4 .a0fozi7r .oyrx29lz .qem82i3::before { color: #818cf8; }
.kpv4 .ymmp6h    .dx6wfwpb    .qem82i3::before,
.kpv4 .xhv9  .dx6wfwpb    .qem82i3::before,
.kpv4 .owqf8ocp  .dx6wfwpb    .qem82i3::before,
.kpv4 .a0fozi7r .dx6wfwpb    .qem82i3::before { color: #2dd4bf; }
.pg4tkt0 .agg4     { background: var(--accent-bg); border-color: var(--accent-light); }
.pg4tkt0 .dx6wfwpb    { background: var(--accent-bg); border-color: var(--accent-pale); }
.pg4tkt0 .ymmp6h    .qem82i3::before,
.pg4tkt0 .xhv9  .qem82i3::before,
.pg4tkt0 .owqf8ocp  .qem82i3::before,
.pg4tkt0 .a0fozi7r .qem82i3::before { color: var(--accent-light) !important; }
.n55h .fp7ih { background: var(--bg-pros); }
.n55h .so5s { background: var(--bg-cons); }
.n55h .fp7ih .m02podw { color: var(--c-pros-label); }
.n55h .so5s .nzc8q4ns { color: var(--c-cons); }
.n55h .fp7ih ul li,
.n55h .xrcq li          { color: var(--c-pros); }
.n55h .so5s ul li,
.n55h .u27md53 li          { color: var(--c-cons); }
.hevmdh .m02podw::before { content: "✓ "; }
.hevmdh .nzc8q4ns::before { content: "✗ "; }
.jss4d82 .l8e8itbc { background: transparent; border-left: none; border: 1.5px solid; }
.jss4d82 .agg4     { border-color: var(--c-tip-border); }
.jss4d82 .oyrx29lz { border-color: var(--c-warn-border); }
.jss4d82 .dx6wfwpb    { border-color: #60a5fa; }
.jss4d82 .l8e8itbc strong { color: var(--text-primary); }
.jss4d82 .l8e8itbc p      { color: var(--text-muted); }
.gdcw .l8e8itbc { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.gdcw .agg4     { border-top-color: var(--c-tip-border); }
.gdcw .dx6wfwpb    { border-top-color: #60a5fa; }
.ch73 .l8e8itbc { border-left: none; border-radius: 8px; }
.ch73 .agg4     { background: #065f46; }
.ch73 .dx6wfwpb    { background: #1e3a8a; }
.ch73 .l8e8itbc strong,
.ch73 .l8e8itbc p { color: #fff; }
.ch73 .qem82i3::before { color: rgba(255,255,255,0.85) !important; }
.wn5m.ch73 .agg4,
.wn5m .ch73 .agg4     { background: #052e16; }
.wn5m.ch73 .dx6wfwpb,
.wn5m .ch73 .dx6wfwpb    { background: #1e1036; }
.bxztldj8.ch73 .agg4,
.bxztldj8 .ch73 .agg4      { background: #2d2000; }
.bxztldj8.ch73 .oyrx29lz,
.bxztldj8 .ch73 .oyrx29lz  { background: #2d0b0b; }
.bxztldj8.ch73 .dx6wfwpb,
.bxztldj8 .ch73 .dx6wfwpb     { background: #2d1600; }
.kpv4.ch73 .agg4,
.kpv4 .ch73 .agg4      { background: #0c1a2e; }
.kpv4.ch73 .dx6wfwpb,
.kpv4 .ch73 .dx6wfwpb     { background: #0a2020; }
.x6mqem .l8e8itbc { border-left: none; border-radius: 6px; padding: 10px 14px; }
.x6mqem .agg4     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.x6mqem .dx6wfwpb    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.x6mqem .l8e8itbc strong { color: var(--text-primary); }
.x6mqem .l8e8itbc p      { color: var(--text-muted); }
.qzlji2 .l8e8itbc { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.ymmp6h .qem82i3,
.xhv9 .qem82i3,
.owqf8ocp .qem82i3,
.a0fozi7r .qem82i3 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.ymmp6h .qem82i3::before,
.xhv9 .qem82i3::before,
.owqf8ocp .qem82i3::before,
.a0fozi7r .qem82i3::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.ymmp6h .agg4     .qem82i3::before { content: "✦"; color: var(--c-tip-border); }
.ymmp6h .oyrx29lz .qem82i3::before { content: "▲"; color: var(--c-warn-border); }
.ymmp6h .dx6wfwpb    .qem82i3::before { content: "◉"; color: #60a5fa; }
.xhv9 .agg4     .qem82i3::before { content: "★"; color: var(--c-tip-border); }
.xhv9 .oyrx29lz .qem82i3::before { content: "◆"; color: var(--c-warn-border); }
.xhv9 .dx6wfwpb    .qem82i3::before { content: "●"; color: #60a5fa; }
.owqf8ocp .agg4     .qem82i3::before { content: "▶"; color: var(--c-tip-border); }
.owqf8ocp .oyrx29lz .qem82i3::before { content: "■"; color: var(--c-warn-border); }
.owqf8ocp .dx6wfwpb    .qem82i3::before { content: "▸"; color: #60a5fa; }
.a0fozi7r .agg4     .qem82i3::before { content: "→"; color: var(--c-tip-border); }
.a0fozi7r .oyrx29lz .qem82i3::before { content: "⬥"; color: var(--c-warn-border); }
.a0fozi7r .dx6wfwpb    .qem82i3::before { content: "◈"; color: #60a5fa; }
.p39pi0ut .l6xdk .jre2ve,
.p39pi0ut .n85qcg .jre2ve  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.p39pi0ut .ialxsdr                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.p39pi0ut .zcvv          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.p39pi0ut .e8u3v                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.v7s5jo2 .l6xdk .jre2ve,
.v7s5jo2 .n85qcg .jre2ve,
.v7s5jo2 .ialxsdr,
.v7s5jo2 .k3gghb,
.v7s5jo2 .cke0g8,
.v7s5jo2 .zcvv,
.v7s5jo2 .e8u3v,
.v7s5jo2 .qzlji2 .l8e8itbc { box-shadow: none; }
.l1gk   .x3lf72h, .l1gk .ial2gtb, .l1gk .f1or,
.l1gk   .hh6en6s3, .l1gk .twk6udpm { font-size: 0.9rem; }
.l1gk   .esrhb0ms, .l1gk .ae8akl3e { font-size: 0.9rem; }
.s34h1   .x3lf72h, .s34h1 .ial2gtb, .s34h1 .f1or,
.s34h1   .hh6en6s3, .s34h1 .twk6udpm { font-size: 0.95rem; }
.s34h1   .esrhb0ms, .s34h1 .ae8akl3e { font-size: 0.95rem; }
.kir2   .x3lf72h, .kir2 .ial2gtb, .kir2 .f1or,
.kir2   .hh6en6s3, .kir2 .twk6udpm { font-size: 1.08rem; }
.kir2   .esrhb0ms, .kir2 .ae8akl3e { font-size: 1.05rem; }
.kir2   .lgn10pw3 { font-size: 0.97rem; }
.t4mube .vizjgsx      { font-size: 3.2rem; }
.t4mube h2.a38j { font-size: 1.9rem; }
.t4mube h3.j3sdxhdr     { font-size: 1.4rem; }
.atrs .vizjgsx      { font-size: 3.8rem; }
.atrs h2.a38j { font-size: 2.2rem; }
.atrs h3.j3sdxhdr     { font-size: 1.6rem; }
.wgb01ge + .wgb01ge { position: relative; }
.lxp1d   .wgb01ge + .wgb01ge::before,
.rhgo  .wgb01ge + .wgb01ge::before,
.x57w   .wgb01ge + .wgb01ge::before,
.r04lg0   .wgb01ge + .wgb01ge::before,
.mb8tj   .wgb01ge + .wgb01ge::before,
.p08df4 .wgb01ge + .wgb01ge::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.lxp1d .wgb01ge + .wgb01ge::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.rhgo .wgb01ge + .wgb01ge::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.x57w .wgb01ge + .wgb01ge::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;
}
.r04lg0 .wgb01ge + .wgb01ge::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.rcfigw .wgb01ge { margin-bottom: 16px; }
.rcfigw .wgb01ge + .wgb01ge { margin-top: 0; }
.rcfigw .wkki { padding-top: 0; padding-bottom: 0; }
.mb8tj .wgb01ge + .wgb01ge::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.p08df4 .wgb01ge + .wgb01ge::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.l5c1 .wgb01ge + .wgb01ge::before,
.ty5wfn .wgb01ge + .wgb01ge::before,
.cju7 .wgb01ge + .wgb01ge::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%;
}
.vencwmw2 .l5c1 .wgb01ge:nth-child(even)::before,
.vencwmw2 .ty5wfn .wgb01ge:nth-child(even)::before,
.vencwmw2 .cju7 .wgb01ge:nth-child(even)::before { background: var(--bg-surface); }
.dm4yp7f .l5c1 .wgb01ge:nth-child(even)::before,
.dm4yp7f .ty5wfn .wgb01ge:nth-child(even)::before,
.dm4yp7f .cju7 .wgb01ge:nth-child(even)::before { background: var(--bg-card); }
.l5c1 .wgb01ge + .wgb01ge::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");
}
.ty5wfn .wgb01ge + .wgb01ge::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");
}
.cju7 .wgb01ge + .wgb01ge::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");
}
.t90u .xs3bcwp4,
.t90u .r8a5 { margin-bottom: 60px; }
.jmk8n .li88,
.t90u .li88 { padding-bottom: 60px; }
.nd7g8 .li88 { padding-bottom: 70px; }
.t90u .xs3bcwp4::before,
.t90u .xs3bcwp4::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");
}
.ymyl8s .xs3bcwp4:not(.qc3t5) .uor9avm { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ymyl8s .qc3t5 { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.ymyl8s .x9iw00r { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.ymyl8s .lh6c { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.d2lkh .lh6c { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.k9uq0e00 .lh6c { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.r9b3x260 .lh6c { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.cofhvhl .lh6c { background: var(--accent-bg); }
.b8usb6 .tdgz { float: left; width: 38%; margin: 0 28px 16px 0; }
.b8usb6 .tdgz .aspy7c { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.b8usb6 .wkki::after { content: ''; display: block; clear: both; }
.stw3yc .tdgz { float: right; width: 38%; margin: 0 0 16px 28px; }
.stw3yc .tdgz .aspy7c { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.stw3yc .wkki::after { content: ''; display: block; clear: both; }
.rn833d .wgb01ge:nth-child(odd)  .tdgz { float: left;  width: 38%; margin: 0 28px 16px 0; }
.rn833d .wgb01ge:nth-child(even) .tdgz { float: right; width: 38%; margin: 0 0 16px 28px; }
.rn833d .tdgz .aspy7c { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.rn833d .wkki::after { content: ''; display: block; clear: both; }
.b8usb6 .q45gci,
.stw3yc .q45gci,
.rn833d .q45gci,
@media (max-width: 900px) {
  .b8usb6 .tdgz,
  .stw3yc .tdgz,
  .rn833d .wgb01ge:nth-child(odd)  .tdgz,
  .rn833d .wgb01ge:nth-child(even) .tdgz {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .b8usb6 .tdgz .aspy7c,
  .stw3yc .tdgz .aspy7c,
  .rn833d .tdgz .aspy7c {
    max-height: none !important;
  }
}
.b8usb6 .esrhb0ms,
.b8usb6 .ae8akl3e,
.stw3yc .esrhb0ms,
.stw3yc .ae8akl3e,
.rn833d .esrhb0ms,
.rn833d .ae8akl3e { overflow: hidden; }
@media (max-width: 640px) {
  .b8usb6 .tdgz,
  .stw3yc .tdgz,
  .rn833d .tdgz { float: none; width: 100%; margin: 0 0 16px 0; }
}
.wuraa6 .ttz4lw,
.wuraa6 .wkki,
.wuraa6 .jyfuiuoc  { max-width: 1100px; }
.ocm20oms .ttz4lw,
.ocm20oms .wkki,
.ocm20oms .jyfuiuoc  { max-width: 1200px; }
.ocm20oms { --content-mw: 1200px; }
.m1krj .ttz4lw,
.m1krj .wkki,
.m1krj .jyfuiuoc  { max-width: 1320px; }
.qcd4q { font-size: 0.82rem; color: var(--text-muted); }
.bri1xs3 { display: flex; align-items: center; }
.c2gc4tla {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.pr8hzm { display: flex; align-items: center; }
.rb1dg { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.rb1dg:hover { text-decoration: underline; }
.xv29qp { margin: 0 3px; opacity: 0.45; }
.xv29qp::before { content: '/'; }
.qi9d10l { padding: 2px 5px; color: var(--text-main); }
.ck0h .qcd4q {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.ck0h .bri1xs3 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.howle2e .qcd4q {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.howle2e .bri1xs3 { padding: 0 0 0 12px; }
.cg3xk3 {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.tkw3eji .bri1xs3 { padding: 0 16px; }
.tkw3eji .qcd4q {
  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);
}
.tkw3eji .ttz4lw { padding-top: 28px; }
@media (max-width: 720px) {
  .cg3xk3 { margin-top: 18px; padding: 0 16px; }
  .tkw3eji .ttz4lw { padding-top: 16px; }
}
.wuraa6.ck0h .bri1xs3 { max-width: 1100px; }
.ocm20oms.ck0h .bri1xs3 { max-width: 1200px; }
.m1krj.ck0h .bri1xs3 { max-width: 1320px; }
.wuraa6 .cg3xk3 { max-width: 1100px; }
.ocm20oms .cg3xk3 { max-width: 1200px; }
.m1krj .cg3xk3 { max-width: 1320px; }
.uf46 .wgb01ge { padding-top: 16px; padding-bottom: 16px; }
.hmypp .wgb01ge { padding-top: 24px; padding-bottom: 24px; }
.dx2e6aj .wgb01ge { padding-top: 40px; padding-bottom: 40px; }
.hdmz .wgb01ge { padding-top: 52px; padding-bottom: 52px; }
.uz8k .wgb01ge:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.uz8k .wgb01ge:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.uz8k .wgb01ge:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.uz8k .wgb01ge:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.mf9b4l0t .wkki { padding-top: 10px;  padding-bottom: 10px; }
.r7e0 .wkki { padding-top: 18px;  padding-bottom: 18px; }
.cpry3b0g .wkki { padding-top: 36px;  padding-bottom: 36px; }
.cg1n3 .wkki { padding-top: 48px;  padding-bottom: 48px; }
.btz8w6t h2.a38j { font-weight: 600; }
.btz8w6t h3.j3sdxhdr     { font-weight: 600; }
.r8znqim h2.a38j { font-weight: 800; }
.r8znqim h3.j3sdxhdr     { font-weight: 700; }
.dk6cau3 h2.a38j { font-weight: 900; }
.dk6cau3 h3.j3sdxhdr     { font-weight: 800; }
.dk6cau3 .l8e8itbc strong,
.dk6cau3 .l8e8itbc strong { font-weight: 600; }
.mjqsx {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.ky13nhu .mjqsx { display: none; }
@media (max-width: 640px) { .mjqsx { display: none; } }
.mjqsx { background: var(--cta) !important; color: #fff !important; border: none !important; }
.mjqsx:hover { opacity: 0.85; }
.gggto .mjqsx { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.bczqam .mjqsx,
.e2tk  .mjqsx { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.bczqam .mjqsx:hover,
.e2tk  .mjqsx:hover { opacity: 0.88; }
.gggto.bczqam .mjqsx,
.gggto.e2tk  .mjqsx { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.h3v3uh {
  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;
}
.h3v3uh:hover { transform: translateY(-2px); opacity: 0.92; }
.h3v3uh { background: var(--cta) !important; color: #fff !important; border: none !important; }
.vobj .h3v3uh { display: none; }
.pssi .h3v3uh { right: 32px; }
.pz6s3o  .h3v3uh { left: 32px; }
@media (max-width: 480px) {
  .pssi .h3v3uh { right: 20px; bottom: 20px; }
  .pz6s3o  .h3v3uh { left: 20px; bottom: 20px; }
}
.xsq2r7n { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.jyfuiuoc { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.m5rivhun { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.m6evsx { color: var(--text-dim); font-size: 0.8rem; }
.tuf6lv { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.tuf6lv img { height: 26px; width: auto; object-fit: contain; }
.xi7f { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.m88zzica .jyfuiuoc { text-align: center; }
.m88zzica .m5rivhun { margin-top: 0; }
.gnfh9r { margin-top: 10px; }
.gnfh9r a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .jyfuiuoc { padding-left: 16px; padding-right: 16px; }
  .g0br .jyfuiuoc { padding: 20px 16px; }
  .th1n { gap: 4px 12px; }
  .m5rivhun { font-size: 0.78rem; }
}
.yy48c .per9h5mx .tuf6lv { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.yy48c .xi7f { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.yy48c .m29957 { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.yy48c .m29957 a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.yy48c .m29957 a:hover { color: var(--accent-light); }
.yy48c .m5rivhun { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.yy48c .m6evsx { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .yy48c .use7mxwk { grid-template-columns: 1fr 1fr; } .yy48c .per9h5mx { grid-column: 1 / -1; } }
@media (max-width: 480px) { .yy48c .use7mxwk { grid-template-columns: 1fr; } }
.ymxkdu3u .tuf6lv { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.ymxkdu3u .m5rivhun { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .ymxkdu3u .gtd5 { gap: 12px; } .ymxkdu3u .tuf6lv { margin-right: 0; width: 100%; } }
.qwpf .slpn { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.qwpf .z261 .tuf6lv { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.qwpf .xi7f { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.qwpf .jx56xkux { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.qwpf .m29957 { display: flex; flex-direction: column; gap: 9px; }
.qwpf .m29957 a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.qwpf .m29957 a:hover { color: var(--accent-light); }
.qwpf .j3a37 { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.qwpf .m5rivhun { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.qwpf .m6evsx { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .qwpf .slpn { grid-template-columns: 1fr 1fr; } .qwpf .z261 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .qwpf .slpn { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .k4odw .yj899d { grid-template-columns: 1fr 1fr; } .k4odw .vl6a40w:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .k4odw .yj899d { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .w7iz7hg2 .yj899d { grid-template-columns: 1fr; } }
.re8v .jyfuiuoc { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.lnyduyhf .j818i9c      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.lnyduyhf .xsq2r7n { background: var(--bg-page); border-top-color: var(--border-alt); }
.deb4 .j818i9c      { background: #0d1117; border-bottom-color: #21262d; }
.deb4 .dgwl4ad { color: var(--accent-light); }
.deb4 .ao6n5y1q { --msep-color: #8b949e; }
.deb4 .ao6n5y1q a { color: #8b949e; }
.deb4 .ao6n5y1q a:hover { color: var(--accent-light); }
.deb4 .alhs9 { color: #8b949e; }
.deb4 .xsq2r7n { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.deb4 .m5rivhun,
.deb4 .m6evsx { color: #6e7681; }
.deb4 .m29957 a, .deb4 .inoe a,
.deb4 .tuf6lv { color: #e6edf3; }
.deb4 .m29957 a:hover, .deb4 .inoe a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .deb4 .ao6n5y1q { background: #0d1117; border-top-color: #21262d; }
  .deb4 .ao6n5y1q li a { border-bottom-color: #21262d; }
}
.qk9f .j818i9c      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.qk9f .dgwl4ad { color: var(--accent-light); }
.qk9f .ao6n5y1q { --msep-color: #475569; }
.qk9f .ao6n5y1q a { color: #475569; }
.qk9f .ao6n5y1q a:hover { color: var(--accent-light); }
.qk9f .alhs9 { color: #64748b; }
.qk9f .xsq2r7n { background: #f0f4f8; border-top-color: #cbd5e1; }
.qk9f .m5rivhun,
.qk9f .m6evsx { color: #64748b; }
.qk9f .m29957 a, .qk9f .inoe a,
.qk9f .nvl8zje6 a, .qk9f .tuf6lv { color: #374151; }
.qk9f .m29957 a:hover, .qk9f .inoe a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .qk9f .ao6n5y1q { background: #f0f4f8; border-top-color: #cbd5e1; }
  .qk9f .ao6n5y1q li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.bczqam .j818i9c      { background: var(--accent); border-bottom-color: var(--accent-light); }
.bczqam .dgwl4ad { color: #fff; }
.bczqam .ao6n5y1q { --msep-color: rgba(255,255,255,0.82); }
.bczqam .ao6n5y1q a { color: rgba(255,255,255,0.82); }
.bczqam .ao6n5y1q a:hover { color: #fff; }
.bczqam .alhs9 { color: rgba(255,255,255,0.9); }
.bczqam .xsq2r7n { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.bczqam .m5rivhun,
.bczqam .m6evsx { color: rgba(255,255,255,0.72); }
.bczqam .m29957 a, .bczqam .inoe a,
.bczqam .nvl8zje6 a, .bczqam .tuf6lv { color: #fff; }
.bczqam .xi7f, .bczqam .jx56xkux { color: rgba(255,255,255,0.7); }
.bczqam .m29957 a:hover, .bczqam .inoe a:hover { color: #fff; }
@media (max-width: 640px) {
  .bczqam .ao6n5y1q { background: var(--accent); border-top-color: var(--accent-light); }
  .bczqam .ao6n5y1q li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.e2tk .j818i9c {
  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);
}
.e2tk .xsq2r7n {
  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) {
  .e2tk .ao6n5y1q {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.s4suuco .x31pq { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.pdlh .x31pq { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.scrw1g .x31pq { min-height: 72px; height: auto; }
.bycx9 .x31pq { min-height: 84px; height: auto; }
.g0br .x31pq { max-width: none; padding: 0 32px; }
.g0br .jyfuiuoc  { max-width: none; padding: 24px 32px; }
.q6agi.ocm20oms .x31pq { max-width: 1200px; }
.q6agi.m1krj .x31pq { max-width: 1320px; }
.x4s7lnd   .dgwl4ad, .x4s7lnd   .tuf6lv { text-transform: capitalize; }
.eru1ty .dgwl4ad, .eru1ty .tuf6lv { text-transform: lowercase; }
.gutk .dgwl4ad, .gutk .tuf6lv { text-transform: uppercase; letter-spacing: 0.06em; }
.nwwom, .jlqpzau {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.az04 .nwwom,
.az04 .jlqpzau { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.nyqmv .nwwom,
.nyqmv .jlqpzau { 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; }
.gbf8 .nwwom,
.gbf8 .jlqpzau { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.d6v0 .nwwom,
.d6v0 .jlqpzau { 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; }
.g13mzx   .ao6n5y1q a { font-weight: 500; }
.bpruho .ao6n5y1q a { font-weight: 600; }
.onliyyi     .ao6n5y1q a { font-weight: 700; }
.ampzmc    .ao6n5y1q a { font-weight: 800; letter-spacing: 0.01em; }
.t76mhey9     .ao6n5y1q > li + li::before,
.spfruq    .ao6n5y1q > li + li::before,
.y2ov9hz    .ao6n5y1q > li + li::before,
.k987gj8 .ao6n5y1q > li + li::before,
.roq944 .ao6n5y1q > li + li::before,
.kkapu  .ao6n5y1q > li + li::before,
.wfzwars    .ao6n5y1q > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.t76mhey9     .ao6n5y1q > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.spfruq    .ao6n5y1q > li + li::before { content: "|"; }
.y2ov9hz    .ao6n5y1q > li + li::before { content: "—"; }
.k987gj8 .ao6n5y1q > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.roq944 .ao6n5y1q > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.kkapu  .ao6n5y1q > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.wfzwars    .ao6n5y1q > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .goe158 .alhs9,
  .mbzrs0 .alhs9,
  .ohhb2mc .alhs9,
  .w7i3 .alhs9,
  .kfq07 .alhs9 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .goe158 .alhs9::before,
  .mbzrs0 .alhs9::before,
  .ohhb2mc .alhs9::before,
  .w7i3 .alhs9::before,
  .kfq07 .alhs9::before { content: ""; display: block; flex-shrink: 0; }

  
  .goe158 .alhs9::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;
  }

  
  .mbzrs0 .alhs9::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;
  }

  
  .ohhb2mc .alhs9::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;
  }

  
  .w7i3 .alhs9::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;
  }

  
  .kfq07 .alhs9::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) {
  .z8h4vzm .alhs9 {
    padding: 5px 14px;
  }
  .z8h4vzm .ao6n5y1q {
    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;
  }
  .z8h4vzm .ao6n5y1q li a {
    border-bottom: none; padding: 10px 22px;
  }
  .z8h4vzm .ao6n5y1q li a:hover { background: var(--bg-raised); }
  .z8h4vzm .k0ec,
  .otmm .k0ec,
  .z25o1f .k0ec { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .vbg6o1 .alhs9 {
    padding: 5px 10px;
  }
  .vbg6o1 .ao6n5y1q {
    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);
  }
  .vbg6o1 .ao6n5y1q.cgfgqt { transform: translateX(0); }
  .vbg6o1 .ao6n5y1q li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .vbg6o1 .ao6n5y1q li:last-child a { border-bottom: none; }
  .bczqam .ao6n5y1q,
  .deb4 .ao6n5y1q { background: var(--accent) !important; }
  .bczqam .ao6n5y1q li a,
  .deb4 .ao6n5y1q li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .z25o1f .alhs9 {
    padding: 5px 10px;
  }
  .z25o1f .ao6n5y1q {
    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);
  }
  .z25o1f .ao6n5y1q::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .z25o1f .ao6n5y1q.cgfgqt { transform: translateY(0); }
  .z25o1f .ao6n5y1q li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .wovd6z .alhs9 {
    padding: 5px 10px;
  }
  .wovd6z .ao6n5y1q {
    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;
  }
  .wovd6z .ao6n5y1q.cgfgqt { opacity: 1; pointer-events: auto; }
  .wovd6z .ao6n5y1q li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .hjczg2l     .alhs9 { border-radius: 0 !important; }
  .li0l2q   .alhs9 { border-radius: 8px !important; }
  .h55gmk .alhs9 { border-radius: 50% !important; }
  .o0fk   .alhs9 { border-radius: 999px !important; }
}
.tvsi2r19 .bztt5d { height: 36px; }
.ekrvt .bztt5d { height: 60px; max-width: 200px; }
.eman0 .bztt5d { height: 76px; max-width: 240px; }
.ya8go    .f6ug7jxe, .ya8go    .xi57ii2 { color: #f59e0b; }
.sb3w .rar5 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
@media (min-width: 720px) {
  .y03da .wna3la {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .y03da .k3gghb {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .y03da .k3gghb { padding: 40px 16px 20px; }
  .y03da .rar5 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .y03da .pflb5bjp { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .j4zj .k3gghb {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .j4zj .k3gghb::before {
    position: absolute; top: 14px; left: 14px;
  }
  .j4zj .m89ggyz {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .j4zj .ovk71 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .j4zj .rar5 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .j4zj .pflb5bjp { width: 100%; min-width: 0; }
  .j4zj .f6ug7jxe { min-width: 0; }
}
.wfm65ilp .e8s1k {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.wfm65ilp .e8s1k summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.wfm65ilp .e8s1k p { padding: 0 2px 16px; }
.dr0xa3s .e8s1k { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.dr0xa3s .e8s1k summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.dr0xa3s .e8s1k summary::after { content: "›"; font-size: 1.2em; }
.dr0xa3s .e8s1k[open] summary::after { content: "‹"; }
.dr0xa3s .e8s1k p { padding: 10px 22px 4px; }
.fglua20 .e8s1k {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.fglua20 .e8s1k summary { color: var(--text-primary); padding-left: 16px; }
.fglua20 .e8s1k summary::after { content: "›"; font-size: 1.1em; }
.fglua20 .e8s1k[open] summary::after { content: "‹"; }
.fglua20 .e8s1k p { padding-left: 16px; }
.gnlie .a5ndj { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.gnlie .e8s1k {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.gnlie .e8s1k:last-child { border-bottom: none; }
.gnlie .e8s1k summary { color: var(--text-primary); border-radius: 0; }
.gnlie .e8s1k summary::after { content: "›"; font-size: 1.1em; }
.gnlie .e8s1k[open] summary::after { content: "‹"; }
.h6ertw .e8s1k { overflow: hidden; }
.h6ertw .e8s1k summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.h6ertw .e8s1k summary::after { color: rgba(255,255,255,.75); }
.h6ertw .e8s1k[open] summary { border-radius: 0; }
.mbhmq { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.oo5v {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.iin7gpa {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.u36ao3ez { color: var(--text-muted); font-size: 1.05rem; }
.qa2no {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.j8hk {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.hovgzv2p { margin-bottom: 20px; }
.u80qrv0b {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.me6zfg {
  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;
}
.me6zfg:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.ikls { resize: vertical; min-height: 130px; }
.d3th4yg { width: 100%; margin-top: 8px; }
.frrpmgk {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.oldrd {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.tmh996 { color: var(--text-muted); line-height: 1.75; }
.buon { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.buon li { margin-bottom: 6px; }
.t36fnl7 { max-width: 760px; margin: 0 auto; }
.nl1sx4 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.aun3fc { max-width: 760px; margin: 0 auto; }
.fqd4whf { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.fqd4whf:last-child { border-bottom: none; }
.caocgci { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.fqd4whf p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.fqd4whf ul.buon { margin: 0; }
.ef5fxe5 .caocgci { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .ef5fxe5 { grid-template-columns: 1fr; gap: 10px; } }
.ut9sh .caocgci { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.azme .buon { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .qt8kmp { grid-template-columns: 1fr; } }
.vxdh ul.buon { margin: 0; }
.mz7jpzya .buon,
.uh8vx2bf .buon,
.i1drcmi9 .buon,
.u02n9vp .buon {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .yotq { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .v8cptsp { grid-template-columns: 1fr; } .q6fta { position: static; text-align: center; } }
@media (max-width: 860px) { .a1tn8e { grid-template-columns: 1fr; } }
.u02n9vp .buon { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ww945 { flex-direction: column; text-align: center; } .fsdids1o { grid-template-columns: 1fr; } }
.zo9tmku .iin7gpa { color: var(--accent-light); }
.ubb7xi .iin7gpa { font-size: 2rem; }
.ubb7xi .u36ao3ez { max-width: 680px; }
.wvb69 .iin7gpa { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.wvb69 .u36ao3ez  { margin: 0; }
@media (max-width: 640px) { .wvb69 { flex-direction: column; } }
.o641ny .iin7gpa { color: var(--accent-light); }
.qjo8 .iin7gpa { color: #fff; }
.qjo8 .u36ao3ez  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .inmvg6 { grid-template-columns: 1fr; } }
.flzjvd5q .me6zfg {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.flzjvd5q .me6zfg:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.fmiga8 .me6zfg { background: var(--bg-raised); border-color: transparent; }
.fmiga8 .me6zfg:focus { background: var(--bg-card); border-color: var(--accent-light); }
.skydj .me6zfg { border-radius: 100px; padding: 11px 20px; }
.skydj .ikls { border-radius: 14px; }
.clyj {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .clyj { grid-template-columns: 1fr; } }
.l6xmya {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.l6xmya h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.l6xmya p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.j0copbaq { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.j0copbaq li { margin-bottom: 6px; }
.ll1h{position:relative;overflow:visible}
.iks3y .ea0cjcp3{display:block}
.kp85 .lh6c~.r1779v,
.kp85 .lh6c~.r1779v .hrlp,
.lh6c~.r1779v,.wq0xh6q4~.r1779v{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}
.lh6c~.r1779v .hrlp{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.hisuup8d{--date-bg:var(--accent-bg)}
.jav1awh .tsyyvp::before{content:"•";opacity:.4}
.jav1awh .nnbnk2c + .nnbnk2c::before{content:"•";margin-right:6px;opacity:.4}
.o8a22u1 .xoki6{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .xoki6{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .t6g8rhm{max-width:100%}
}
:root {
  --accent:          #4e69bd;
  --brand:           #4e69bd;
  --brand-light:     #41538a;
  --brand-pale:      #6e7da9;
  --grad-start:      #90a1d5;
  --grad-end:        #c1c9e2;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #4e69bd;
  --cta-light:       #3753aa;
  --cta-hover:       #374e95;
  --bg-page:         #f6f7f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f4f5;
  --bg-raised:       #eeeff0;
  --bg-hover:        #f4f4f5;
  --border:          #e2e4e8;
  --border-alt:      #d1d3db;
  --border-section:  #e2e4e8;
  --text-primary:    #18181a;
  --text-muted:      #54565e;
  --text-body:       #303135;
  --text-sub:        #484a50;
  --text-faint:      #787b86;
  --text-dim:        #93969e;
  --text-label:      #60636b;
  --text-value:      #3c3d43;
  --accent-bg:       #e7e8ed;
  --accent-bg-light: #d2d6e4;
  --bg-tip:          #f0f9f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f3f9;
  --bg-pros:         #f0f9f6;
  --bg-cons:         #faf3f6;
  --c-pros:          #1f8461;
  --c-cons:          #9f214c;
  --c-pros-label:    #249c73;
  --c-tip-border:    #28ad80;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #1f8461;
}
:root { --logo-bg-opacity: 76%; }
body, button, input { font-family: "Space Grotesk", sans-serif; }
.cl0b .x6dy, .cl0b .lh6c { min-height: 420px; }
.px8smk .j6t4::after, .px8smk .oy171::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.wbd3u3x .mjqsx::after,.wbd3u3x .h3v3uh::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.xv29qp::before { content: '·'; font-size: 1.3em; line-height: 1; }
.mm9she .nnbnk2c::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.mm9she .nnbnk2c:first-of-type::before{content:"\f058"}.mm9she .nnbnk2c:last-of-type::before{content:"\f021"}