: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;
}
.z2hyx49 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.yfedtbc {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.g0g5 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.k4ru { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.mgoxa { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.mgoxa a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.mgoxa a:hover { color: var(--accent-light); }
.eo3z2xl2     .bg58dgr { border-radius: 24px; padding: 8px; }
.eo3z2xl2 .bg58dgr li a { border-radius: 16px; }
.l9dd .bg58dgr li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .bg58dgr {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .eszf5v9:hover .bg58dgr,
  .eszf5v9:focus-within .bg58dgr { display: block; }
  .bg58dgr li a { padding: 8px 16px; font-size: 0.88rem; }
}
.j8grv {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.sd0x7 { display: none; }
@media (max-width: 640px) {
  .sd0x7 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .sd0x7.wjh2t { display: block; }
}
@media (max-width: 640px) {
  .j8grv { display: block; }
  .mgoxa > li + li::before { display: none !important; }
  .mgoxa {
    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;
  }
  .mgoxa.wjh2t { display: flex; }
  .mgoxa li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .mgoxa li:last-child a { border-bottom: none; }
}
.n669w { min-height: 480px; }
.v92yra {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.aa0cv0h { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ih3r .aa0cv0h { margin-left: 0; margin-right: 0; }
.s1djkhh {
  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;
}
.s1djkhh:hover { opacity: 0.88; }
.efzc4 .v92yra { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.efzc4 .aa0cv0h { color: #e2e8f0; }
.efzc4.ci0ky .ernia3j { text-align: center; }
.g4qjx .v92yra { color: var(--text-primary); text-shadow: none; }
.g4qjx .aa0cv0h { color: var(--text-muted); }
.g4qjx .s1djkhh { margin-top: 16px; }
.g4qjx, .g4qjx.n669w { min-height: auto !important; }
.g4qjx.ci0ky .ernia3j { 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; }
}
.paozk .v92yra { color: #fff; }
.paozk .aa0cv0h { color: rgba(255,255,255,0.85); }
.paozk .s1djkhh { background: #fff; color: var(--cta); }
.paozk .s1djkhh:hover { opacity: 0.92; }
.s1kf224d .utxlq { position: relative; overflow: hidden; }
.s1kf224d .utxlq::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;
}
.tq59xv .utxlq {
  animation: hg-breathe 7s ease-in-out infinite;
}
.jw2dsg .utxlq { position: relative; overflow: hidden; }
.jw2dsg .utxlq::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;
}
.p25rb .utxlq { position: relative; overflow: hidden; }
.p25rb .utxlq::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;
}
.snhw .utxlq {
  animation: hg-fadein 1.2s ease-out both;
}
.utxlq {
  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%);
}
.omwaq4m {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.ghwddhj5 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.erm0j {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.utxlq .v92yra { text-shadow: none; color: var(--text-primary); }
.utxlq .aa0cv0h { color: var(--text-muted); }
.utxlq.ci0ky .omwaq4m { align-items: center; text-align: center; }
.utxlq.ih3r   .omwaq4m { align-items: flex-start; text-align: left; }
.iqzq2 .ghwddhj5 { position: relative; }
.iqzq2 .ghwddhj5::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.iqzq2.oxzewbg5 .ghwddhj5::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.gotb .ghwddhj5 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.gotb .erm0j {
  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);
}
.gotb.oxzewbg5 .ghwddhj5 { padding: 32px 0 32px 32px; }
.v85x2wkv .ghwddhj5 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.v85x2wkv .erm0j {
  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);
}
.oxzewbg5 .omwaq4m {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.v85x2wkv.oxzewbg5 .ghwddhj5 { padding: 40px 16px 40px 48px; }
.h6d3p .ghwddhj5 { display: flex !important; align-items: center; justify-content: center; position: relative; }
@media (max-width: 700px) {
  .utxlq { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .utxlq .ghwddhj5 { display: none !important; }
  .h6d3p .ghwddhj5 { display: none !important; }
  .hyo7 .qdqjzwn { display: none !important; }
  .xavjsbf5 .ii65qs0 { display: none !important; }
  .omwaq4m  { padding: 36px 24px; }
  .utxlq~.dxeyjybj,.oxzewbg5~.dxeyjybj{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .n669w, .utxlq { min-height: 320px !important; }
  
  .v92yra { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .dfu6a { display: none !important; }
  
  .eu92 { flex-direction: column; align-items: center; }
  .sqzm0lwx { width: 100%; max-width: 340px; }
}
.kv34bk { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ecfgzi23 { width: 100%; height: auto; display: block; border-radius: 10px; }
.rsx7e6t .kv34bk        { border-radius: 16px; }
.rsx7e6t .ecfgzi23  { border-radius: 16px; }
.ykmfxfw .kv34bk         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.ykmfxfw .ecfgzi23   { border-radius: 8px; }
.m3codv { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.pugf { width: 100%; padding: 32px 0; position: relative; }
.ki1l9kgb { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.e69y .pugf:nth-child(even) { background: var(--bg-surface); }
.e69y .pugf:nth-child(odd)  { background: var(--bg-page); }
.qgqoulv .pugf:nth-child(even) { background: var(--bg-card); }
.qgqoulv .pugf:nth-child(odd)  { background: var(--bg-page); }
.e69y .pugf:nth-child(odd)  .ki1l9kgb { background: var(--bg-card); border-radius: 6px; }
.e69y .pugf:nth-child(even) .ki1l9kgb { background: var(--bg-raised); border-radius: 6px; }
.qgqoulv .pugf:nth-child(odd)  .ki1l9kgb { background: var(--bg-card); border-radius: 6px; }
.qgqoulv .pugf:nth-child(even) .ki1l9kgb { background: var(--bg-raised); border-radius: 6px; }
.e69y .pugf:nth-child(even) .mnvj1zct .f0hlg,
.qgqoulv .pugf:nth-child(even) .mnvj1zct .f0hlg { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.e69y .pugf:nth-child(odd) .mnvj1zct .f0hlg,
.qgqoulv .pugf:nth-child(odd) .mnvj1zct .f0hlg { background: var(--bg-card-inner); }
.e69y .pugf:nth-child(even) .ioljbdl .f0hlg:nth-child(odd),
.qgqoulv .pugf:nth-child(even) .ioljbdl .f0hlg:nth-child(odd)  { background: var(--bg-card); }
.e69y .pugf:nth-child(even) .ioljbdl .f0hlg:nth-child(even),
.qgqoulv .pugf:nth-child(even) .ioljbdl .f0hlg:nth-child(even) { background: var(--bg-card-inner); }
h1.slt6w6 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.slt6w6 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.g18374ws { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.sophx3je h2.slt6w6 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.asnkg h2.slt6w6 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.ig3k9q1 h2.slt6w6 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.zvu4 h2.slt6w6::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.ptgnvu8y h2.slt6w6 {
  color: var(--text-primary); font-size: 1.7rem;
}
.syznu0lh h2.slt6w6::before {
  content: "/"; color: var(--accent); font-weight: 800;
  margin-right: 10px;
}
.p8r4ol h2.slt6w6 {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.hlrz8jn { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .hlrz8jn { display: none; } }
.xqu2 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.rafrrz { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ku0xjg {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.vq2f7v { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.vd03s6rz { padding-left: 20px; }
.vd03s6rz li { margin-bottom: 6px; }
.vd03s6rz a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.vd03s6rz a:hover { color: var(--accent-light); }
.iylsl820 .vq2f7v { display: none; }
.drjt4 .vq2f7v { display: none; }
.drjt4 .vd03s6rz { padding-left: 0; list-style: none; }
.drjt4 .vd03s6rz li::before { content: "—"; margin-right: 9px; color: var(--accent); opacity: 0.7; }
.drjt4 .vd03s6rz a { font-size: 0.92rem; }
.fzyg0 .ku0xjg { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.fzyg0 .vq2f7v { display: none; }
.fzyg0 .vd03s6rz { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.fzyg0 .vd03s6rz li { margin-bottom: 0; }
.fzyg0 .vd03s6rz 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;
}
.fzyg0 .vd03s6rz a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.sizk .ku0xjg { padding: 20px 20px 16px; }
.sizk .vd03s6rz {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.sizk .vd03s6rz li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.sizk .vd03s6rz 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;
}
.sizk .vd03s6rz 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;
}
.sizk .vd03s6rz a:hover { color: var(--accent-light); border-color: var(--accent); }
.sizk .vd03s6rz a:focus,
.sizk .vd03s6rz a:focus-visible,
.sizk .vd03s6rz a:target { outline: none; }
.sizk .vd03s6rz li:target a { border-color: var(--border); color: var(--text-muted); }
.ix5glly .ku0xjg { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.ix5glly .vq2f7v { display: none; }
.ix5glly .vd03s6rz { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.ix5glly .vd03s6rz li { margin-bottom: 0; }
.ix5glly .vd03s6rz li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.ix5glly .vd03s6rz li:last-child::after { content: ""; margin-right: 0; }
.ix5glly .vd03s6rz a { font-size: 0.9rem; }
.f0hlg { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.mnvj1zct .f0hlg { background: var(--bg-card); }
.ioljbdl .f0hlg:nth-child(odd)  { background: var(--bg-card); }
.ioljbdl .f0hlg:nth-child(even) { background: var(--bg-raised); }
.r9ymhu0 .f0hlg {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.r9ymhu0 .f0hlg:last-child { border-bottom: none; }
.r9ymhu0 h3.g18374ws { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.j20rpzmd .f0hlg {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.j20rpzmd .f0hlg + .f0hlg { margin-top: 4px; }
.xt5ysbo .f0hlg { background: none; border-radius: 0; padding: 12px 0; }
.xt5ysbo .f0hlg + .f0hlg { border-top: 1px solid var(--border-section); }
.xqwe8hr { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.t6ajxyk5 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.n97jaws { color: var(--text-body); margin-bottom: 10px; }
.km47rawb, .h7d0r5 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.km47rawb li, .h7d0r5 li { margin-bottom: 6px; }
.h7d0r5 li { list-style: decimal; }
.cowazq     .km47rawb { list-style-type: "● "; }
.dnf9ghm  .km47rawb { list-style-type: "■ "; }
.ly7ywtt .km47rawb { list-style-type: "◆ "; }
.k0ln    .km47rawb { list-style-type: "★ "; }
.cowazq     .b918f { list-style-type: "● "; }
.dnf9ghm  .b918f { list-style-type: "■ "; }
.ly7ywtt .b918f { list-style-type: "◆ "; }
.k0ln    .b918f { list-style-type: "★ "; }
.cowazq    .km47rawb li::marker, .cowazq    .b918f li::marker,
.dnf9ghm .km47rawb li::marker, .dnf9ghm .b918f li::marker,
.ly7ywtt .km47rawb li::marker, .ly7ywtt .b918f li::marker,
.k0ln   .km47rawb li::marker, .k0ln   .b918f li::marker {
  color: var(--cta); font-size: 1em;
}
.cowazq .h7d0r5,
.dnf9ghm .h7d0r5,
.ly7ywtt .h7d0r5,
.k0ln .h7d0r5 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.cowazq .h7d0r5 li,
.dnf9ghm .h7d0r5 li,
.ly7ywtt .h7d0r5 li,
.k0ln .h7d0r5 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.cowazq .h7d0r5 li::before,
.dnf9ghm .h7d0r5 li::before,
.ly7ywtt .h7d0r5 li::before,
.k0ln .h7d0r5 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;
}
.cowazq     .h7d0r5 li::before { border-radius: 50%; }
.dnf9ghm  .h7d0r5 li::before { border-radius: 3px; }
.ly7ywtt .h7d0r5 li::before { border-radius: 3px; }
.k0ln    .h7d0r5 li::before { border-radius: 50%; }
.v0ph3gh4 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.bmlp .v0ph3gh4,
.w1ur .v0ph3gh4 { background: transparent; border: none; border-radius: 0; }
.ljfwas1 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.ljfwas1 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.ljfwas1 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.ljfwas1 tr:hover td { background: var(--bg-hover); }
.n9ldvsd .ljfwas1 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.nczx .ljfwas1 { border: 1px solid var(--border-alt); }
.nczx .ljfwas1 th,
.nczx .ljfwas1 td { border: 1px solid var(--border-alt); }
.n94k .ljfwas1 th {
  background: transparent; color: var(--accent);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.n94k .ljfwas1 td { border-bottom: none; }
.n94k .ljfwas1 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.fu1h .ljfwas1 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.lrcefej .v0ph3gh4 {
  overflow: hidden;
}
.lrcefej .ljfwas1 th { border-bottom: 1px solid var(--border-alt); }
.lrcefej .ljfwas1 tr:last-child td { border-bottom: none; }
.wce0q2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.zk0s { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.t6ear11n { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.ml5ay8 { background: var(--accent-bg-light); color: var(--accent); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.ad7jmd1 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.b918f { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.b918f 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);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%}
.q9iup9 .ml5ay8 { background: transparent; text-align: center; }
.fh34 .t6ear11n {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.aqjcu .t6ear11n {
  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);
}
.g6plf4 .zk0s { display: grid; grid-template-columns: auto 1fr; }
.g6plf4 .t6ear11n {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.g6plf4 .ml5ay8 { grid-column: 2; }
.g6plf4 .ad7jmd1,
.g6plf4 .b918f { grid-column: 1 / -1; }
.zi2pt .zk0s { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.zi2pt .t6ear11n {
  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);
}
.zi2pt .ml5ay8 { grid-column: 2; }
.zi2pt .ad7jmd1,
.zi2pt .b918f { grid-column: 1 / -1; }
.j1iml .zk0s { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.j1iml .ml5ay8 { background: none; color: var(--accent-light); font-weight: 700; }
.m8ju .zk0s { 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); }
.m8ju .ml5ay8 { background: none; color: var(--accent-light); font-weight: 700; }
.leevez .zk0s { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.leevez .zk0s:last-child { border-bottom: none; }
.leevez .ml5ay8 { background: none; color: var(--accent-light); font-weight: 700; }
.w9c3 .zk0s { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.w9c3 .ml5ay8 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.nciikwev .wce0q2 { counter-reset: card-n; }
.nciikwev .zk0s  { counter-increment: card-n; }
.nciikwev .ml5ay8 { display: flex; align-items: center; gap: 10px; }
.nciikwev .ml5ay8::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;
}
.p3reev .zk0s { background: var(--bg-surface); border: 1px solid var(--border); }
.p3reev .ml5ay8 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.dcs0 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.luymk  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.h7vv { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.pp2eq4sy { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.dros8s { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.dcs0 strong { color: var(--text-primary); font-size: 0.95rem; }
.dcs0 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.as04co { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.btuc, .bicgmv1 { border-radius: 8px; padding: 14px; }
.btuc { background: var(--bg-pros); }
.bicgmv1 { background: var(--bg-cons); }
.j9m40 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.btuc .j9m40 { color: var(--c-pros-label); }
.bicgmv1 .j9m40 { color: #f87171; }
.btuc ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.bicgmv1 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ecfgzi23 { width: 100%; height: auto; border-radius: 10px; display: block; }
.aqtwql {
  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;
}
.aqtwql:hover { opacity: 0.85; }
.h9e5kxmn .aqtwql  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.h9e5kxmn .aqtwql:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.e9uh7 .aqtwql  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.e9uh7 .aqtwql:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.x3vdk .s1djkhh { border-radius: 50px; }
.x3vdk .aqtwql  { border-radius: 50px; }
.f1m0rz .s1djkhh { padding-left: 22px; padding-right: 22px; }
.f1m0rz .aqtwql  { padding-left: 12px; padding-right: 12px; }
.qiiy .s1djkhh { padding-left: 44px; padding-right: 44px; }
.qiiy .aqtwql  { padding-left: 24px; padding-right: 24px; }
.gvgu .s1djkhh { padding-left: 56px; padding-right: 56px; }
.gvgu .aqtwql  { padding-left: 32px; padding-right: 32px; }
.stdvnu   .s1djkhh::after, .stdvnu   .aqtwql::after,
.gdbm93 .s1djkhh::after, .gdbm93 .aqtwql::after,
.wavg    .s1djkhh::after, .wavg    .aqtwql::after,
.fnglxf    .s1djkhh::after, .fnglxf    .aqtwql::after,
.lho7b    .s1djkhh::after, .lho7b    .aqtwql::after,
.g48lv     .s1djkhh::after, .g48lv     .aqtwql::after,
.ib0r1    .s1djkhh::after, .ib0r1    .aqtwql::after,
.nktjx2zv   .s1djkhh::after, .nktjx2zv   .aqtwql::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;
}
.stdvnu .s1djkhh::after, .stdvnu .aqtwql::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");
}
.gdbm93 .s1djkhh::after, .gdbm93 .aqtwql::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");
}
.wavg .s1djkhh::after, .wavg .aqtwql::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");
}
.fnglxf .s1djkhh::after, .fnglxf .aqtwql::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");
}
.lho7b .s1djkhh::after, .lho7b .aqtwql::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");
}
.g48lv .s1djkhh::after, .g48lv .aqtwql::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");
}
.ib0r1 .s1djkhh::after, .ib0r1 .aqtwql::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");
}
.nktjx2zv .s1djkhh::after, .nktjx2zv .aqtwql::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");
}
.n0mf   .k2w00bgh::after, .n0mf   .tzs738z::after,
.r1d2fry .k2w00bgh::after, .r1d2fry .tzs738z::after,
.iapf    .k2w00bgh::after, .iapf    .tzs738z::after,
.wbsotr    .k2w00bgh::after, .wbsotr    .tzs738z::after,
.ai34mqm0    .k2w00bgh::after, .ai34mqm0    .tzs738z::after,
.g66q8ws     .k2w00bgh::after, .g66q8ws     .tzs738z::after,
.rbrou4    .k2w00bgh::after, .rbrou4    .tzs738z::after,
.q3920   .k2w00bgh::after, .q3920   .tzs738z::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;
}
.n0mf .k2w00bgh::after, .n0mf .tzs738z::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");
}
.r1d2fry .k2w00bgh::after, .r1d2fry .tzs738z::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");
}
.iapf .k2w00bgh::after, .iapf .tzs738z::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");
}
.wbsotr .k2w00bgh::after, .wbsotr .tzs738z::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");
}
.ai34mqm0 .k2w00bgh::after, .ai34mqm0 .tzs738z::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");
}
.g66q8ws .k2w00bgh::after, .g66q8ws .tzs738z::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");
}
.rbrou4 .k2w00bgh::after, .rbrou4 .tzs738z::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");
}
.q3920 .k2w00bgh::after, .q3920 .tzs738z::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");
}
@media (min-width: 721px) {
  .teli98hd { flex: 0 0 260px; width: 260px; }
  .j3zt { flex: 0 0 120px; width: 120px; }
  .mi34shg { flex: 0 0 110px; width: 110px; }
  .akt9   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .mcyr7 { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.mcyr7.aqtwql { 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) {
  .f59wzcqe { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .f59wzcqe .mhg43 { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .f59wzcqe .teli98hd { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .f59wzcqe .qsatb { width: 100%; min-width: unset; height: 120px; }
  .f59wzcqe .zxg04 { max-height: 96px; max-width: 200px; }
  .f59wzcqe .kvvtang3 { min-width: unset; text-align: center; white-space: normal; }
  .f59wzcqe .j3zt { min-width: 0; }
  .f59wzcqe .akt9 { 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; }
  .f59wzcqe .mcyr7 { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .cfoie .mhg43 { row-gap: 8px !important; gap: 10px !important; }
}
.w3gbes .iuy5g7p li::before { content: "→"; }
.w3gbes .mgdm7c li::before { content: "–"; }
.hd9o3c .usjir9pd { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .y9oxqvn .k0m95dbi {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .y9oxqvn .tnun { margin: 0; }
}
.ns1auuy .t1aiummu { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.ns1auuy .uofgo h3 { color: var(--accent-light); }
.ns1auuy .n98cd2 { background: var(--bg-page); border: 1px solid var(--border); }
.w1ur .as04co { gap: 10px; }
.w1ur .btuc, .w1ur .bicgmv1 { padding: 12px; }
.w1ur .btuc ul, .w1ur .bicgmv1 ul { margin: 4px 0 0; padding-left: 18px; }
.w1ur .btuc li, .w1ur .bicgmv1 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .g3f8svx { grid-template-columns: 1fr; }
  .cf8so2 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .cf8so2 .s55jy3 { width: 72px; height: 50px; }
  .cf8so2 .jxog { max-width: 180px; }
  .cf8so2 .tpvpsdtd { width: auto; }
}
@media (max-width: 720px) {
  .ass1 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .mruw6n { padding: 16px; }
  .n76i .iy4t { min-width: 50%; }
}
.qfam9r3 .as04co { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .h1jq { grid-template-columns: 1fr; }
  .nzs4u { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ls9r4 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .ogjna { flex-wrap: wrap; padding: 16px; }
}
.yvooww9x .as04co { gap: 8px; }
.yvooww9x .btuc, .yvooww9x .bicgmv1 { padding: 8px; }
@media (max-width: 480px) {
  .h1jvzzb3 { flex-direction: column; align-items: stretch; }
}
.qyzq8x .tpvpsdtd .aqtwql { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .mzup { flex-direction: column; align-items: stretch; gap: 10px; }
  .qyzq8x .tpvpsdtd { text-align: center; }
}
@media (max-width: 720px) {
  .weo1aurt { grid-template-columns: 1fr; }
  .h35fip { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .n64v9 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .a9m2 { grid-template-columns: 1fr; }
  .stfm191 { width: 100px; height: 100px; margin: 16px auto; }
  .it7d { font-size: 1.4rem; }
  .sykg { justify-content: center; }
  .naygjm4y .iy4t { min-width: 50%; }
}
.zg9gze .as04co { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .pazbud { flex-wrap: wrap; padding: 14px 16px; }
  .ue98gwb1 { padding: 12px 16px; }
  .zg9gze .as04co { margin: 0 16px; }
  .zg9gze .wc57ysjy { padding: 0 16px; }
  .n8ojja6e { padding: 12px 16px; }
}
.zcxuv .mcyr7.aqtwql { padding: 14px 30px !important; font-size: 1rem; }
.plbixgr .mcyr7.aqtwql { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.kbl4gfz3 .j3zt { display: none; }
.gqoocziq { margin: 16px 0; }
.z7l5dh { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.z7l5dh summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.z7l5dh summary::after { content: "+"; color: var(--accent); }
.z7l5dh[open] summary::after { content: "−"; }
.z7l5dh p { padding: 0 18px 14px; color: var(--text-muted); font-size: 0.95rem; }
.pugf { margin-bottom: 0; }
.guqu9a h2.slt6w6 { color: var(--text-primary); border-color: var(--accent); }
.iqg5sxk1 h2.slt6w6 { color: var(--text-primary); border-color: var(--accent); }
.so2mpsz .luymk     { background: #052e16; border-color: #10b981; }
.so2mpsz .h7vv { background: #2d0a1e; border-color: #f43f5e; }
.so2mpsz .pp2eq4sy    { background: #1e1036; border-color: #a855f7; }
.so2mpsz .dcs0 strong  { color: #f1f5f9; }
.so2mpsz .dcs0 p       { color: #cbd5e1; }
.so2mpsz .bx3g506    .luymk     .dros8s::before,
.so2mpsz .u54ilywk  .luymk     .dros8s::before,
.so2mpsz .cnbwhqh  .luymk     .dros8s::before,
.so2mpsz .vy51dke .luymk     .dros8s::before { color: #10b981; }
.so2mpsz .bx3g506    .h7vv .dros8s::before,
.so2mpsz .u54ilywk  .h7vv .dros8s::before,
.so2mpsz .cnbwhqh  .h7vv .dros8s::before,
.so2mpsz .vy51dke .h7vv .dros8s::before { color: #f43f5e; }
.so2mpsz .bx3g506    .pp2eq4sy    .dros8s::before,
.so2mpsz .u54ilywk  .pp2eq4sy    .dros8s::before,
.so2mpsz .cnbwhqh  .pp2eq4sy    .dros8s::before,
.so2mpsz .vy51dke .pp2eq4sy    .dros8s::before { color: #a855f7; }
.b1civez .luymk     { background: #2d2000; border-color: #eab308; }
.b1civez .h7vv { background: #2d0b0b; border-color: #ef4444; }
.b1civez .pp2eq4sy    { background: #2d1600; border-color: #f97316; }
.b1civez .dcs0 strong  { color: #f1f5f9; }
.b1civez .dcs0 p       { color: #cbd5e1; }
.b1civez .bx3g506    .luymk     .dros8s::before,
.b1civez .u54ilywk  .luymk     .dros8s::before,
.b1civez .cnbwhqh  .luymk     .dros8s::before,
.b1civez .vy51dke .luymk     .dros8s::before { color: #eab308; }
.b1civez .bx3g506    .h7vv .dros8s::before,
.b1civez .u54ilywk  .h7vv .dros8s::before,
.b1civez .cnbwhqh  .h7vv .dros8s::before,
.b1civez .vy51dke .h7vv .dros8s::before { color: #ef4444; }
.b1civez .bx3g506    .pp2eq4sy    .dros8s::before,
.b1civez .u54ilywk  .pp2eq4sy    .dros8s::before,
.b1civez .cnbwhqh  .pp2eq4sy    .dros8s::before,
.b1civez .vy51dke .pp2eq4sy    .dros8s::before { color: #f97316; }
.mbtdh .luymk     { background: #0c1a2e; border-color: #38bdf8; }
.mbtdh .h7vv { background: #12103a; border-color: #818cf8; }
.mbtdh .pp2eq4sy    { background: #0a2020; border-color: #2dd4bf; }
.mbtdh .dcs0 strong  { color: #f1f5f9; }
.mbtdh .dcs0 p       { color: #cbd5e1; }
.mbtdh .bx3g506    .luymk     .dros8s::before,
.mbtdh .u54ilywk  .luymk     .dros8s::before,
.mbtdh .cnbwhqh  .luymk     .dros8s::before,
.mbtdh .vy51dke .luymk     .dros8s::before { color: #38bdf8; }
.mbtdh .bx3g506    .h7vv .dros8s::before,
.mbtdh .u54ilywk  .h7vv .dros8s::before,
.mbtdh .cnbwhqh  .h7vv .dros8s::before,
.mbtdh .vy51dke .h7vv .dros8s::before { color: #818cf8; }
.mbtdh .bx3g506    .pp2eq4sy    .dros8s::before,
.mbtdh .u54ilywk  .pp2eq4sy    .dros8s::before,
.mbtdh .cnbwhqh  .pp2eq4sy    .dros8s::before,
.mbtdh .vy51dke .pp2eq4sy    .dros8s::before { color: #2dd4bf; }
.fqfytu0 .luymk     { background: var(--accent-bg); border-color: var(--accent); }
.fqfytu0 .h7vv { background: var(--accent-bg-light); border-color: var(--accent-light); }
.fqfytu0 .pp2eq4sy    { background: var(--accent-bg); border-color: var(--accent-pale); }
.fqfytu0 .bx3g506    .dros8s::before,
.fqfytu0 .u54ilywk  .dros8s::before,
.fqfytu0 .cnbwhqh  .dros8s::before,
.fqfytu0 .vy51dke .dros8s::before { color: var(--accent-light) !important; }
.yg9gg::before,
.kf4j::before { margin-right: 5px; }
.kdlgi .btuc ul li,
.kdlgi .btuc .yg9gg { color: #22c55e; }
.kdlgi .bicgmv1 ul li,
.kdlgi .bicgmv1 .kf4j { color: #ef4444; }
.p1seo678 .btuc { background: var(--bg-pros); }
.p1seo678 .bicgmv1 { background: var(--bg-cons); }
.p1seo678 .btuc .yg9gg { color: var(--c-pros-label); }
.p1seo678 .bicgmv1 .kf4j { color: var(--c-cons); }
.p1seo678 .btuc ul li,
.p1seo678 .bicgmv1 ul li,
.qwhze .btuc { background: var(--bg-pros); }
.qwhze .bicgmv1 { background: var(--bg-cons); }
.qwhze .btuc .yg9gg { color: var(--c-pros-label); }
.qwhze .bicgmv1 .kf4j { color: var(--c-cons); }
.qwhze .btuc ul li,
.qwhze .iuy5g7p li          { color: var(--c-pros); }
.qwhze .bicgmv1 ul li,
.qwhze .mgdm7c li          { color: var(--c-cons); }
.c8cs .yg9gg::before { content: "✓ "; }
.c8cs .kf4j::before { content: "✗ "; }
.w3gbes .yg9gg::before { content: "→ "; }
.w3gbes .kf4j::before { content: "← "; }
.csiu .yg9gg::before { content: "★ "; }
.csiu .kf4j::before { content: "✕ "; }
.g2kv1 .yg9gg::before { content: "◆ "; }
.g2kv1 .kf4j::before { content: "▲ "; }
.hd9o3c .dcs0 { background: transparent; border-left: none; border: 1.5px solid; }
.hd9o3c .luymk     { border-color: var(--c-tip-border); }
.hd9o3c .h7vv { border-color: var(--c-warn-border); }
.hd9o3c .pp2eq4sy    { border-color: #60a5fa; }
.hd9o3c .dcs0 strong { color: var(--text-primary); }
.hd9o3c .dcs0 p      { color: var(--text-muted); }
.yzzdup5 .dcs0 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.yzzdup5 .luymk     { border-top-color: var(--c-tip-border); }
.yzzdup5 .h7vv { border-top-color: var(--c-warn-border); }
.yzzdup5 .pp2eq4sy    { border-top-color: #60a5fa; }
.kyxxyl5f .dcs0 { border-left: none; border-radius: 8px; }
.kyxxyl5f .luymk     { background: #065f46; }
.kyxxyl5f .h7vv { background: #92400e; }
.kyxxyl5f .pp2eq4sy    { background: #1e3a8a; }
.kyxxyl5f .dcs0 strong,
.kyxxyl5f .dcs0 p { color: #fff; }
.kyxxyl5f .dros8s::before { color: rgba(255,255,255,0.85) !important; }
.so2mpsz.kyxxyl5f .luymk,
.so2mpsz .kyxxyl5f .luymk     { background: #052e16; }
.so2mpsz.kyxxyl5f .h7vv,
.so2mpsz .kyxxyl5f .h7vv { background: #2d0a1e; }
.so2mpsz.kyxxyl5f .pp2eq4sy,
.so2mpsz .kyxxyl5f .pp2eq4sy    { background: #1e1036; }
.b1civez.kyxxyl5f .luymk,
.b1civez .kyxxyl5f .luymk      { background: #2d2000; }
.b1civez.kyxxyl5f .h7vv,
.b1civez .kyxxyl5f .h7vv  { background: #2d0b0b; }
.b1civez.kyxxyl5f .pp2eq4sy,
.b1civez .kyxxyl5f .pp2eq4sy     { background: #2d1600; }
.mbtdh.kyxxyl5f .luymk,
.mbtdh .kyxxyl5f .luymk      { background: #0c1a2e; }
.mbtdh.kyxxyl5f .h7vv,
.mbtdh .kyxxyl5f .h7vv  { background: #12103a; }
.mbtdh.kyxxyl5f .pp2eq4sy,
.mbtdh .kyxxyl5f .pp2eq4sy     { background: #0a2020; }
.et4i0 .dcs0 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.et4i0 .luymk     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.et4i0 .h7vv { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.et4i0 .pp2eq4sy    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.et4i0 .dcs0 strong { color: var(--text-primary); }
.et4i0 .dcs0 p      { color: var(--text-muted); }
.lraji .dcs0 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.bx3g506 .dros8s,
.u54ilywk .dros8s,
.cnbwhqh .dros8s,
.vy51dke .dros8s { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.bx3g506 .dros8s::before,
.u54ilywk .dros8s::before,
.cnbwhqh .dros8s::before,
.vy51dke .dros8s::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.bx3g506 .luymk     .dros8s::before { content: "✦"; color: var(--c-tip-border); }
.bx3g506 .h7vv .dros8s::before { content: "▲"; color: var(--c-warn-border); }
.bx3g506 .pp2eq4sy    .dros8s::before { content: "◉"; color: #60a5fa; }
.u54ilywk .luymk     .dros8s::before { content: "★"; color: var(--c-tip-border); }
.u54ilywk .h7vv .dros8s::before { content: "◆"; color: var(--c-warn-border); }
.u54ilywk .pp2eq4sy    .dros8s::before { content: "●"; color: #60a5fa; }
.cnbwhqh .luymk     .dros8s::before { content: "▶"; color: var(--c-tip-border); }
.cnbwhqh .h7vv .dros8s::before { content: "■"; color: var(--c-warn-border); }
.cnbwhqh .pp2eq4sy    .dros8s::before { content: "▸"; color: #60a5fa; }
.vy51dke .luymk     .dros8s::before { content: "→"; color: var(--c-tip-border); }
.vy51dke .h7vv .dros8s::before { content: "⬥"; color: var(--c-warn-border); }
.vy51dke .pp2eq4sy    .dros8s::before { content: "◈"; color: #60a5fa; }
.x7nojl .mnvj1zct .f0hlg,
.x7nojl .ioljbdl .f0hlg  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.x7nojl .zk0s                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.x7nojl .v0ph3gh4          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.x7nojl .ku0xjg                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ekhsxy9b .mnvj1zct .f0hlg,
.ekhsxy9b .ioljbdl .f0hlg,
.ekhsxy9b .zk0s,
.ekhsxy9b .mhg43,
.ekhsxy9b .tnun,
.ekhsxy9b .v0ph3gh4,
.ekhsxy9b .ku0xjg,
.ekhsxy9b .lraji .dcs0 { box-shadow: none; }
.wqkd   .n97jaws, .wqkd .xqwe8hr, .wqkd .t6ajxyk5,
.wqkd   .xqu2, .wqkd .rafrrz { font-size: 0.9rem; }
.wqkd   .km47rawb, .wqkd .h7d0r5 { font-size: 0.9rem; }
.nxq781y2   .n97jaws, .nxq781y2 .xqwe8hr, .nxq781y2 .t6ajxyk5,
.nxq781y2   .xqu2, .nxq781y2 .rafrrz { font-size: 0.95rem; }
.nxq781y2   .km47rawb, .nxq781y2 .h7d0r5 { font-size: 0.95rem; }
.hszd5q   .n97jaws, .hszd5q .xqwe8hr, .hszd5q .t6ajxyk5,
.hszd5q   .xqu2, .hszd5q .rafrrz { font-size: 1.08rem; }
.hszd5q   .km47rawb, .hszd5q .h7d0r5 { font-size: 1.05rem; }
.hszd5q   .ljfwas1 { font-size: 0.97rem; }
.ao16o .v92yra      { font-size: 3.2rem; }
.ao16o h2.slt6w6 { font-size: 1.9rem; }
.ao16o h3.g18374ws     { font-size: 1.4rem; }
.kf3qhwvz .v92yra      { font-size: 3.8rem; }
.kf3qhwvz h2.slt6w6 { font-size: 2.2rem; }
.kf3qhwvz h3.g18374ws     { font-size: 1.6rem; }
.pugf + .pugf { position: relative; }
.cricf0j3   .pugf + .pugf::before,
.t63hjj  .pugf + .pugf::before,
.y5sqqv   .pugf + .pugf::before,
.uc6xh   .pugf + .pugf::before,
.oslsp3nf   .pugf + .pugf::before,
.sfh5t5h .pugf + .pugf::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.cricf0j3 .pugf + .pugf::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.t63hjj .pugf + .pugf::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.y5sqqv .pugf + .pugf::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.uc6xh .pugf + .pugf::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.cgjbmvpt .pugf { margin-bottom: 16px; }
.cgjbmvpt .pugf + .pugf { margin-top: 0; }
.cgjbmvpt .ki1l9kgb { padding-top: 0; padding-bottom: 0; }
.oslsp3nf .pugf + .pugf::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.sfh5t5h .pugf + .pugf::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.xvu1gu .pugf + .pugf::before,
.bcjve53p .pugf + .pugf::before,
.nonhc .pugf + .pugf::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%;
}
.e69y .xvu1gu .pugf:nth-child(even)::before,
.e69y .bcjve53p .pugf:nth-child(even)::before,
.e69y .nonhc .pugf:nth-child(even)::before { background: var(--bg-surface); }
.qgqoulv .xvu1gu .pugf:nth-child(even)::before,
.qgqoulv .bcjve53p .pugf:nth-child(even)::before,
.qgqoulv .nonhc .pugf:nth-child(even)::before { background: var(--bg-card); }
.xvu1gu .pugf + .pugf::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");
}
.bcjve53p .pugf + .pugf::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");
}
.nonhc .pugf + .pugf::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");
}
.mwzs1 .efzc4 { overflow: hidden; }
.mwzs1 .ernia3j { margin-bottom: 70px; }
.xvp8ug .omwaq4m,
.l39f .omwaq4m { padding-bottom: 60px; }
.mwzs1 .omwaq4m { padding-bottom: 70px; }
.mwzs1 .efzc4::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.mwzs1 .efzc4::before {
  height: 70px;
  -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");
}
.jeauma2  .efzc4:not(.paozk) .ul8r0sn { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.lkhhzfv .utxlq { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.hpc7g0p .utxlq { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.jeauma2 .paozk { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.jeauma2 .zm2ht { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.jeauma2 .utxlq { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.kukh .utxlq { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.bkvs8 .utxlq { background: var(--accent-bg); }
.xrjq .kv34bk { float: left; width: 38%; margin: 0 28px 16px 0; }
.xrjq .kv34bk .ecfgzi23 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.xrjq .ki1l9kgb::after { content: ''; display: block; clear: both; }
.l9lw3o .kv34bk { float: right; width: 38%; margin: 0 0 16px 28px; }
.l9lw3o .kv34bk .ecfgzi23 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.l9lw3o .ki1l9kgb::after { content: ''; display: block; clear: both; }
.e1zj4 .pugf:nth-child(odd)  .kv34bk { float: left;  width: 38%; margin: 0 28px 16px 0; }
.e1zj4 .pugf:nth-child(even) .kv34bk { float: right; width: 38%; margin: 0 0 16px 28px; }
.e1zj4 .kv34bk .ecfgzi23 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.e1zj4 .ki1l9kgb::after { content: ''; display: block; clear: both; }
.xrjq .wce0q2,
.l9lw3o .wce0q2,
.e1zj4 .wce0q2,
.xrjq .km47rawb,
.xrjq .h7d0r5,
.l9lw3o .km47rawb,
.l9lw3o .h7d0r5,
.e1zj4 .km47rawb,
.e1zj4 .h7d0r5 { overflow: hidden; }
@media (max-width: 640px) {
  .xrjq .kv34bk,
  .l9lw3o .kv34bk,
  .e1zj4 .kv34bk { float: none; width: 100%; margin: 0 0 16px 0; }
}
.vlgvc .m3codv,
.vlgvc .ki1l9kgb,
.vlgvc .injc  { max-width: 1100px; }
.c73mshvj .m3codv,
.c73mshvj .ki1l9kgb,
.c73mshvj .injc  { max-width: 1200px; }
.ofu5i6c .m3codv,
.ofu5i6c .ki1l9kgb,
.ofu5i6c .injc  { max-width: 1320px; }
.q0fk8ch2 { font-size: 0.82rem; color: var(--text-muted); }
.nhr8 { display: flex; align-items: center; }
.tcym8 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.swxiucj { display: flex; align-items: center; }
.di8jdo0i { color: var(--accent); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.di8jdo0i:hover { text-decoration: underline; }
.le98 { margin: 0 3px; opacity: 0.45; }
.le98::before { content: '/'; }
.xf8hfo { padding: 2px 5px; color: var(--text-main); }
.xjs54lz .q0fk8ch2 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.xjs54lz .nhr8 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.sdiyxr .q0fk8ch2 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.sdiyxr .nhr8 { padding: 0 0 0 12px; }
.w80urpcr .nhr8 { padding: 0 16px; }
.w80urpcr .q0fk8ch2 {
  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);
}
.w80urpcr .m3codv { padding-top: 28px; }
@media (max-width: 720px) {
  .xrjso { margin-top: 18px; padding: 0 16px; }
  .w80urpcr .m3codv { padding-top: 16px; }
}
.vlgvc.xjs54lz .nhr8 { max-width: 1100px; }
.c73mshvj.xjs54lz .nhr8 { max-width: 1200px; }
.ofu5i6c.xjs54lz .nhr8 { max-width: 1320px; }
.mfa5 .pugf { padding-top: 16px; padding-bottom: 16px; }
.zjcz .pugf { padding-top: 24px; padding-bottom: 24px; }
.ebott .pugf { padding-top: 40px; padding-bottom: 40px; }
.pyas .pugf { padding-top: 52px; padding-bottom: 52px; }
.i0f628 .pugf:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.i0f628 .pugf:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.i0f628 .pugf:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.i0f628 .pugf:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.lm0y .ki1l9kgb { padding-top: 10px;  padding-bottom: 10px; }
.wk9pibm .ki1l9kgb { padding-top: 18px;  padding-bottom: 18px; }
.hmx1vpq .ki1l9kgb { padding-top: 36px;  padding-bottom: 36px; }
.e7zijwjn .ki1l9kgb { padding-top: 48px;  padding-bottom: 48px; }
.qya1axy0 h2.slt6w6 { font-weight: 600; }
.qya1axy0 h3.g18374ws     { font-weight: 600; }
.tmr5ajg { font-weight: 500; }
.tmr5ajg h2.slt6w6 { font-weight: 800; }
.tmr5ajg h3.g18374ws     { font-weight: 700; }
.hgyl h2.slt6w6 { font-weight: 900; }
.hgyl h3.g18374ws     { font-weight: 800; }
.hgyl .dcs0 strong,
.hgyl .dcs0 strong { font-weight: 600; }
.k2w00bgh {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.lnlzpxh .k2w00bgh { display: none; }
@media (max-width: 640px) { .k2w00bgh { display: none; } }
.k2w00bgh { background: var(--cta) !important; color: #fff !important; border: none !important; }
.k2w00bgh:hover { opacity: 0.85; }
.mxqxinv .k2w00bgh { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.gl4ov .k2w00bgh,
.ycoqs  .k2w00bgh { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.gl4ov .k2w00bgh:hover,
.ycoqs  .k2w00bgh:hover { opacity: 0.88; }
.mxqxinv.gl4ov .k2w00bgh,
.mxqxinv.ycoqs  .k2w00bgh { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.tzs738z {
  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;
}
.tzs738z:hover { transform: translateY(-2px); opacity: 0.92; }
.tzs738z { background: var(--cta) !important; color: #fff !important; border: none !important; }
.z1pqqvc3 .tzs738z { display: none; }
.pd76gt .tzs738z { right: 32px; }
.dw3ujd95  .tzs738z { left: 32px; }
@media (max-width: 480px) {
  .pd76gt .tzs738z { right: 20px; bottom: 20px; }
  .dw3ujd95  .tzs738z { left: 20px; bottom: 20px; }
}
.qgy4et { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.injc { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.xu2r25v { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.dlsuqgti { color: var(--text-dim); font-size: 0.8rem; }
.y9mo3td a, .aiml3 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.y9mo3td a:hover, .aiml3 a:hover { color: var(--accent-light); }
.aiml3 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.af9r .injc { text-align: center; }
.af9r .aiml3 { justify-content: center; margin-bottom: 16px; }
.af9r .xu2r25v { margin-top: 0; }
.g74o { margin-top: 10px; }
.g74o a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .injc { padding-left: 16px; padding-right: 16px; }
  .lmkvxzjs .injc { padding: 20px 16px; }
  .aiml3 { gap: 4px 12px; }
  .xu2r25v { font-size: 0.78rem; }
}
.n6s7 .xu2r25v { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.n6s7 .dlsuqgti { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .n6s7 .lmt1rli { grid-template-columns: 1fr 1fr; } .n6s7 .umcj212s { grid-column: 1 / -1; } }
@media (max-width: 480px) { .n6s7 .lmt1rli { grid-template-columns: 1fr; } }
.ru17vet5 .xu2r25v { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .ru17vet5 .wq4f4 { gap: 12px; } .ru17vet5 .vbpv3 { margin-right: 0; width: 100%; } }
.gess .xu2r25v { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.gess .dlsuqgti { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .gess .cldp171 { grid-template-columns: 1fr 1fr; } .gess .ws822z { grid-column: 1 / -1; } }
@media (max-width: 480px) { .gess .cldp171 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .k2o9ji .clc3 { grid-template-columns: 1fr 1fr; } .k2o9ji .hz0v:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .k2o9ji .clc3 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .v19blq .clc3 { grid-template-columns: 1fr; } }
.cmlq1ln .injc { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.cmlq1ln .aiml3 { justify-content: center; }
.mjwi83 .z2hyx49      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.mjwi83 .qgy4et { background: var(--bg-page); border-top-color: var(--border-alt); }
.deoiuhl .z2hyx49      { background: #0d1117; border-bottom-color: #21262d; }
.deoiuhl .g0g5 { color: var(--accent-light); }
.deoiuhl .mgoxa { --msep-color: #8b949e; }
.deoiuhl .mgoxa a { color: #8b949e; }
.deoiuhl .mgoxa a:hover { color: var(--accent-light); }
.deoiuhl .j8grv { color: #8b949e; }
.deoiuhl .qgy4et { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.deoiuhl .xu2r25v,
.deoiuhl .dlsuqgti { color: #6e7681; }
.deoiuhl .y9mo3td a, .deoiuhl .aiml3 a,
.deoiuhl .y9mo3td a:hover, .deoiuhl .aiml3 a:hover,
@media (max-width: 640px) {
  .deoiuhl .mgoxa { background: #0d1117; border-top-color: #21262d; }
  .deoiuhl .mgoxa li a { border-bottom-color: #21262d; }
}
.vrotb .z2hyx49      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.vrotb .g0g5 { color: var(--accent); }
.vrotb .mgoxa { --msep-color: #475569; }
.vrotb .mgoxa a { color: #475569; }
.vrotb .mgoxa a:hover { color: var(--accent); }
.vrotb .j8grv { color: #64748b; }
.vrotb .qgy4et { background: #f0f4f8; border-top-color: #cbd5e1; }
.vrotb .xu2r25v,
.vrotb .dlsuqgti { color: #64748b; }
.vrotb .y9mo3td a, .vrotb .aiml3 a,
.vrotb .y9mo3td a:hover, .vrotb .aiml3 a:hover,
@media (max-width: 640px) {
  .vrotb .mgoxa { background: #f0f4f8; border-top-color: #cbd5e1; }
  .vrotb .mgoxa li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.gl4ov .z2hyx49      { background: var(--accent); border-bottom-color: var(--accent-light); }
.gl4ov .g0g5 { color: #fff; }
.gl4ov .mgoxa { --msep-color: rgba(255,255,255,0.82); }
.gl4ov .mgoxa a { color: rgba(255,255,255,0.82); }
.gl4ov .mgoxa a:hover { color: #fff; }
.gl4ov .j8grv { color: rgba(255,255,255,0.9); }
.gl4ov .bg58dgr a { color: var(--text-primary) !important; }
.gl4ov .bg58dgr a:hover { color: var(--accent) !important; }
.gl4ov .qgy4et { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.gl4ov .xu2r25v,
.gl4ov .dlsuqgti { color: rgba(255,255,255,0.72); }
.gl4ov .y9mo3td a, .gl4ov .aiml3 a,
.gl4ov .gixd a, .gl4ov .mzog6 a,
.gl4ov .azy7 a, .gl4ov .vbpv3 { color: #fff; }
.gl4ov .f6bf6, .gl4ov .wtur73a8 { color: rgba(255,255,255,0.7); }
.gl4ov .y9mo3td a:hover, .gl4ov .aiml3 a:hover,
.gl4ov .gixd a:hover, .gl4ov .mzog6 a:hover { color: #fff; }
@media (max-width: 640px) {
  .gl4ov .mgoxa { background: var(--accent); border-top-color: var(--accent-light); }
  .gl4ov .mgoxa li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.ycoqs .z2hyx49 {
  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);
}
.ycoqs .qgy4et {
  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) {
  .ycoqs .mgoxa {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.wwiq98k9 .yfedtbc { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.nhu5i .yfedtbc { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.dljq .yfedtbc { min-height: 72px; height: auto; }
.g6bb52k .yfedtbc { min-height: 84px; height: auto; }
.lmkvxzjs .yfedtbc { max-width: none; padding: 0 32px; }
.lmkvxzjs .injc  { max-width: none; padding: 24px 32px; }
.tqttypas.c73mshvj .yfedtbc { max-width: 1200px; }
.tqttypas.ofu5i6c .yfedtbc { max-width: 1320px; }
.bxr8   .g0g5, .bxr8   .vbpv3 { text-transform: capitalize; }
.wy4ycj .g0g5, .wy4ycj .vbpv3 { text-transform: lowercase; }
.l8v7l .g0g5, .l8v7l .vbpv3 { text-transform: uppercase; letter-spacing: 0.06em; }
.wp0uqx, .eccmoi {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.c8nv .wp0uqx,
.p0g8 .wp0uqx,
.xsdz90ow .wp0uqx,
.d7b5a .wp0uqx,
.ni76e7b0   .mgoxa a { font-weight: 500; }
.bsdbs .mgoxa a { font-weight: 600; }
.hva4     .mgoxa a { font-weight: 700; }
.nnbm    .mgoxa a { font-weight: 800; letter-spacing: 0.01em; }
.io1bkrf     .mgoxa > li + li::before,
.va9xvt    .mgoxa > li + li::before,
.gy0p08g    .mgoxa > li + li::before,
.yke6hds .mgoxa > li + li::before,
.a3dazlmv .mgoxa > li + li::before,
.ejj6p2bj  .mgoxa > li + li::before,
.hdir0ubz    .mgoxa > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.io1bkrf     .mgoxa > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.va9xvt    .mgoxa > li + li::before { content: "|"; }
.gy0p08g    .mgoxa > li + li::before { content: "—"; }
.yke6hds .mgoxa > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.a3dazlmv .mgoxa > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.ejj6p2bj  .mgoxa > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.hdir0ubz    .mgoxa > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .f1q9 .j8grv,
  .ts9eh8 .j8grv,
  .r7pbas4 .j8grv,
  .dc68y7 .j8grv,
  .v4ow8dn1 .j8grv {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .f1q9 .j8grv::before,
  .ts9eh8 .j8grv::before,
  .r7pbas4 .j8grv::before,
  .dc68y7 .j8grv::before,
  .v4ow8dn1 .j8grv::before { content: ""; display: block; flex-shrink: 0; }

  
  .f1q9 .j8grv::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;
  }

  
  .ts9eh8 .j8grv::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;
  }

  
  .r7pbas4 .j8grv::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;
  }

  
  .dc68y7 .j8grv::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;
  }

  
  .v4ow8dn1 .j8grv::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) {
  .vi0rm .j8grv {
    padding: 5px 14px;
  }
  .vi0rm .mgoxa {
    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;
  }
  .vi0rm .mgoxa li a {
    border-bottom: none; padding: 10px 22px;
  }
  .vi0rm .mgoxa li a:hover { background: var(--bg-raised); }
  .vi0rm .sd0x7,
  .yn6bjo .sd0x7,
  .lcm2u2v9 .sd0x7 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .ga7a7ecv .j8grv {
    padding: 5px 10px;
  }
  .ga7a7ecv .mgoxa {
    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);
  }
  .ga7a7ecv .mgoxa.wjh2t { transform: translateX(0); }
  .ga7a7ecv .mgoxa li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .ga7a7ecv .mgoxa li:last-child a { border-bottom: none; }
  .gl4ov .mgoxa,
  .deoiuhl .mgoxa { background: var(--accent) !important; }
  .gl4ov .mgoxa li a,
  .deoiuhl .mgoxa li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .lcm2u2v9 .j8grv {
    padding: 5px 10px;
  }
  .lcm2u2v9 .mgoxa {
    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);
  }
  .lcm2u2v9 .mgoxa::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .lcm2u2v9 .mgoxa.wjh2t { transform: translateY(0); }
  .lcm2u2v9 .mgoxa li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .e5fzho52 .j8grv {
    padding: 5px 10px;
  }
  .e5fzho52 .mgoxa {
    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;
  }
  .e5fzho52 .mgoxa.wjh2t { opacity: 1; pointer-events: auto; }
  .e5fzho52 .mgoxa li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .j88h3i     .j8grv { border-radius: 0 !important; }
  .v4sje15   .j8grv { border-radius: 8px !important; }
  .lapu03r .j8grv { border-radius: 50% !important; }
  .mkdcv   .j8grv { border-radius: 999px !important; }
}
.fnplw .k4ru { height: 28px; }
.ywx5fe .k4ru { height: 54px; }
.xuf8xi29 .k4ru { height: 54px; }
.omor     .j3zt, .omor     .abp8ie { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
@media (min-width: 720px) {
  .eiy2tu03 .f59wzcqe {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .eiy2tu03 .mhg43 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .eiy2tu03 .mhg43 { padding: 40px 16px 20px; }
  .eiy2tu03 .akt9 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .eiy2tu03 .mcyr7 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .pe68ptv .mhg43 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .pe68ptv .mhg43::before {
    position: absolute; top: 14px; left: 14px;
  }
  .pe68ptv .teli98hd {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .pe68ptv .kvvtang3 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .pe68ptv .akt9 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .pe68ptv .mcyr7 { width: 100%; min-width: 0; }
  .pe68ptv .j3zt { min-width: 0; }
}
.o0vzpkk .f59wzcqe { counter-reset: cs-rank; }
.o0vzpkk .mhg43::before {
  counter-increment: cs-rank;
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 900;
  color: var(--accent); opacity: 0.2;
  min-width: 24px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.qzgmjgf .z7l5dh {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.qzgmjgf .z7l5dh summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.qzgmjgf .z7l5dh p { padding: 0 2px 16px; }
.ajzko .z7l5dh { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.ajzko .z7l5dh summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.ajzko .z7l5dh summary::after { content: "›"; font-size: 1.2em; }
.ajzko .z7l5dh[open] summary::after { content: "‹"; }
.ajzko .z7l5dh p { padding: 10px 22px 4px; }
.aj7s1 .z7l5dh {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.aj7s1 .z7l5dh summary { color: var(--text-primary); padding-left: 16px; }
.aj7s1 .z7l5dh summary::after { content: "›"; font-size: 1.1em; }
.aj7s1 .z7l5dh[open] summary::after { content: "‹"; }
.aj7s1 .z7l5dh p { padding-left: 16px; }
.zuaulp .gqoocziq { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.zuaulp .z7l5dh {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.zuaulp .z7l5dh:last-child { border-bottom: none; }
.zuaulp .z7l5dh summary { color: var(--text-primary); border-radius: 0; }
.zuaulp .z7l5dh summary::after { content: "›"; font-size: 1.1em; }
.zuaulp .z7l5dh[open] summary::after { content: "‹"; }
.jof9kox .z7l5dh { overflow: hidden; }
.jof9kox .z7l5dh summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.jof9kox .z7l5dh summary::after { color: rgba(255,255,255,.75); }
.jof9kox .z7l5dh[open] summary { border-radius: 0; }
.zo8doo { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.e3p5mo7 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.v90l3fw {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.hgrfpywz { color: var(--text-muted); font-size: 1.05rem; }
.qnn48j1 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.r4t5bgf { margin-bottom: 20px; }
.r0dryfle {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.gezpbt {
  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;
}
.gezpbt:focus { border-color: var(--accent); box-shadow: 0 0 0 2px var(--accent-bg); }
.cvdkv3f { resize: vertical; min-height: 130px; }
.vgff8ae6 { width: 100%; margin-top: 8px; }
.jdojtuv {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.xn96i {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.fmpctlut { color: var(--text-muted); line-height: 1.75; }
.zngcchak { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.zngcchak li { margin-bottom: 6px; }
.e6j73 { max-width: 760px; margin: 0 auto; }
.lxiqej3 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.y7v0f7 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.y7v0f7:last-child { border-bottom: none; }
.y7v0f7 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.y7v0f7 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ngdktqg { max-width: 760px; margin: 0 auto; }
.l5ehgqw ul.zngcchak { margin: 0; }
@media (max-width: 640px) { .dmvyx { grid-template-columns: 1fr; gap: 10px; } }
.sjr8d0b { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.be0lv6c { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.p462b0 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.be0lv6c p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.be0lv6c .zngcchak { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .sjr8d0b { grid-template-columns: 1fr; } }
.ns3j5uk ul.zngcchak { margin: 0; }
.sin8xi9 .zngcchak,
.n4vsljn .zngcchak,
.vginjo .zngcchak,
.ocyrwi .zngcchak {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .ngr88r { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .va0ikuu8 { grid-template-columns: 1fr; } .qau7a7 { position: static; text-align: center; } }
@media (max-width: 860px) { .lh5dde9 { grid-template-columns: 1fr; } }
.ocyrwi .zngcchak { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ubs0u { flex-direction: column; text-align: center; } .tksv7 { grid-template-columns: 1fr; } }
.adeyx04f { max-width: 760px; margin: 0 auto; }
.k1di1w { position: relative; padding-left: 28px; }
.k1di1w::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.ef7b3rn5 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.ef7b3rn5:last-child { padding-bottom: 0; }
.rdm20u1 { 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; }
.pjxa5 h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.pjxa5 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.icuhz {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.icuhz .v90l3fw { color: var(--accent-light); }
.y1l3u .v90l3fw { font-size: 2rem; }
.y1l3u .hgrfpywz { max-width: 680px; }
.wefaiba .v90l3fw { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.wefaiba .hgrfpywz  { margin: 0; }
@media (max-width: 640px) { .wefaiba { flex-direction: column; } }
.j4bu .v90l3fw { color: var(--accent-light); }
.qi63 .v90l3fw { color: #fff; }
.qi63 .hgrfpywz  { color: rgba(255,255,255,0.85); }
.hl2vt { max-width: 680px; margin: 0 auto; }
.s52cxyg8 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .s52cxyg8 { grid-template-columns: 1fr; } }
.egkq1cb { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.egkq1cb .gezpbt {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.egkq1cb .gezpbt:focus { border-bottom-color: var(--accent); box-shadow: none; }
.b83g8v6r .gezpbt { background: var(--bg-raised); border-color: transparent; }
.b83g8v6r .gezpbt:focus { background: var(--bg-card); border-color: var(--accent); }
.idh9vprb .gezpbt { border-radius: 100px; padding: 11px 20px; }
.idh9vprb .cvdkv3f { border-radius: 14px; }
@media (max-width: 640px) { .jypc { grid-template-columns: 1fr; } }
.nb8yla6{position:relative;overflow:visible}
.acg5n .dxeyjybj,.jdnfsx .dxeyjybj,
.acg5n .dxeyjybj,.jdnfsx .dxeyjybj,
.acg5n .dxeyjybj .vclc415i,.jdnfsx .dxeyjybj .vclc415i,
.acg5n .prhvdx2,.jdnfsx .prhvdx2,
.acg5n .dxeyjybj,.jdnfsx .dxeyjybj{bottom:12px}
.jdnfsx .dxeyjybj .vclc415i{margin-left:auto}
.jdnfsx .dxeyjybj{text-align:right}
.hh107wc .utxlq~.dxeyjybj,
.hh107wc .utxlq~.dxeyjybj .vclc415i,
.utxlq~.dxeyjybj,.oxzewbg5~.dxeyjybj{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}
.utxlq~.dxeyjybj .vclc415i{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.pm2g .prhvdx2{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.pm2g .qbrwjgz::before{content:""}
.hxor{--date-bg:var(--accent-bg-light)}
.xvcq5b .qbrwjgz::before{content:"—";opacity:.3}
.xvcq5b .prhvdx2 + .prhvdx2::before{content:"—";margin-right:6px;opacity:.3}
.d6y2mb .kr1mo{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .kr1mo{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .g20zir9h{max-width:100%}
}
:root {
  --accent:          #c83261;
  --brand:           #c83261;
  --brand-light:     #d17592;
  --brand-pale:      #d7a2b2;
  --grad-start:      #dd7898;
  --grad-end:        #e4aebf;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #c83261;
  --cta-light:       #ac244f;
  --cta-hover:       #972549;
  --bg-page:         #f8f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f3f4;
  --bg-raised:       #f1eeef;
  --bg-hover:        #f5f3f4;
  --border:          #e8e2e4;
  --border-alt:      #dbd0d4;
  --border-section:  #e8e2e4;
  --text-primary:    #1b1718;
  --text-muted:      #5f5256;
  --text-body:       #362f31;
  --text-sub:        #52464a;
  --text-faint:      #88767c;
  --text-dim:        #a09196;
  --text-label:      #6d5e63;
  --text-value:      #443b3e;
  --accent-bg:       #f0e4e8;
  --accent-bg-light: #e9cdd5;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf3f4;
  --c-pros:          #1f8c16;
  --c-cons:          #9f2127;
  --c-pros-label:    #25a61b;
  --c-tip-border:    #29b81d;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #1f8c16;
}
:root { --logo-bg-opacity: 52%; }
body, button, input { font-family: "Mulish", sans-serif; }
.lmte05bw .n669w, .lmte05bw .utxlq { min-height: 420px; }
.ncdfhi .s1djkhh::after, .ncdfhi .aqtwql::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; }
.le98::before { content: '›'; font-size: 1.1em; }
.hydy0p8 .prhvdx2::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.hydy0p8 .prhvdx2:first-of-type::before{content:"\f073"}.hydy0p8 .prhvdx2:last-of-type::before{content:"\f303"}