: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;
}
.xy548 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.ksq4ztm2 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.w63s97h {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.jlhl3v1 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.eud8 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.eud8 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.eud8 a:hover { color: var(--accent-light); }
.eqau     .giwfze { border-radius: 24px; padding: 8px; }
.eqau .giwfze li a { border-radius: 16px; }
.j1p0 .giwfze li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .giwfze {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .q8sx9:hover .giwfze,
  .q8sx9:focus-within .giwfze { display: block; }
  .giwfze li a { padding: 8px 16px; font-size: 0.88rem; }
}
.usro9 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.nbaxpnc6 { display: none; }
@media (max-width: 640px) {
  .nbaxpnc6 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .nbaxpnc6.xi33pk18 { display: block; }
}
@media (max-width: 640px) {
  .usro9 { display: block; }
  .eud8 > li + li::before { display: none !important; }
  .eud8 {
    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;
  }
  .eud8.xi33pk18 { display: flex; }
  .eud8 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .eud8 li:last-child a { border-bottom: none; }
}
.nyhzme { min-height: 480px; }
.fa1j4p {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.ozb6t2n { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.zdcbf .ozb6t2n { margin-left: 0; margin-right: 0; }
.u034rk {
  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;
}
.u034rk:hover { opacity: 0.88; }
.zhdhhq {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.wpaed4 {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.zhdhhq .v2of {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.zhdhhq .fa1j4p { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.zhdhhq .ozb6t2n { color: #e2e8f0; }
.zhdhhq.gfwwve .v2of { text-align: center; }
.zhdhhq.zdcbf   .v2of { text-align: left; }
.yufib .v2of {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.yufib .fa1j4p { color: var(--text-primary); text-shadow: none; }
.yufib .ozb6t2n { color: var(--text-muted); }
.yufib .u034rk { margin-top: 16px; }
.yufib, .yufib.nyhzme { min-height: auto !important; }
.yufib.gfwwve .v2of { text-align: center; }
.yufib.zdcbf   .v2of { text-align: left; }
.yufib~.tpc13{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.yufib~.tpc13 .bfxrzy{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.s5tcbp .zhdhhq .wpaed4 {
  overflow: hidden;
}
.s5tcbp .zhdhhq .wpaed4::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;
}
@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); }
}
.hh6nmf7y .zhdhhq .wpaed4 {
  overflow: hidden;
}
.hh6nmf7y .zhdhhq .wpaed4::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.uqlrmmq .zhdhhq .wpaed4 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.o3z4b3n .zhdhhq .wpaed4 {
  overflow: hidden;
}
.o3z4b3n .zhdhhq .wpaed4::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.jq83we6 .zhdhhq .wpaed4 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.zf7yl .wpaed4 {
  background: none;
}
.zf7yl .fa1j4p { color: #fff; }
.zf7yl .ozb6t2n { color: rgba(255,255,255,0.85); }
.zf7yl .u034rk { background: #fff; color: var(--cta); }
.zf7yl .u034rk:hover { opacity: 0.92; }
.uj65 .fa1j4p { text-shadow: none; color: var(--text-primary); }
.uj65 .ozb6t2n { color: var(--text-muted); }
.uj65.gfwwve .pgz0 { align-items: center; text-align: center; }
.wpb21z7 .v2of { padding-bottom: 24px; }
.qmwwo .v2of { max-width: 960px; }
@media (max-width: 700px) {
  .uj65 { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .uj65 .ei5vc3 { display: none !important; }
  .jn9195e .ei5vc3 { display: none !important; }
  .jelfnwz4 .vwk69 { display: none !important; }
  .t301fvg .wtjpe { display: none !important; }
  .pgz0  { padding: 36px 24px; }
  .uj65~.tpc13,.hpvaby~.tpc13{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .nyhzme, .uj65 { min-height: 320px !important; }
  
  .fa1j4p { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .fzvytxy { display: none !important; }
  
  .f9zh { flex-direction: column; align-items: center; }
  .yl8nu { width: 100%; max-width: 340px; }
}
.p9yl0 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.mfj1x { width: 100%; height: auto; display: block; border-radius: 10px; }
.lpficou .p9yl0        { border-radius: 16px; }
.lpficou .mfj1x  { border-radius: 16px; }
.wv9mx80 .p9yl0         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.wv9mx80 .mfj1x   { border-radius: 8px; }
.qb5ky3 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.nry5 { width: 100%; padding: 32px 0; position: relative; }
.xgv4s8m { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.jddt355f .nry5:nth-child(even) { background: var(--bg-surface); }
.jddt355f .nry5:nth-child(odd)  { background: var(--bg-page); }
.lyokow .nry5:nth-child(even) { background: var(--bg-card); }
.lyokow .nry5:nth-child(odd)  { background: var(--bg-page); }
.jddt355f .nry5:nth-child(odd)  .xgv4s8m { background: var(--bg-card); border-radius: 6px; }
.jddt355f .nry5:nth-child(even) .xgv4s8m { background: var(--bg-raised); border-radius: 6px; }
.lyokow .nry5:nth-child(odd)  .xgv4s8m { background: var(--bg-card); border-radius: 6px; }
.lyokow .nry5:nth-child(even) .xgv4s8m { background: var(--bg-raised); border-radius: 6px; }
.jddt355f .nry5:nth-child(even) .iexbd .rnp4q,
.lyokow .nry5:nth-child(even) .iexbd .rnp4q { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.jddt355f .nry5:nth-child(odd) .iexbd .rnp4q,
.lyokow .nry5:nth-child(odd) .iexbd .rnp4q { background: var(--bg-card-inner); }
.jddt355f .nry5:nth-child(even) .cyiol .rnp4q:nth-child(odd),
.lyokow .nry5:nth-child(even) .cyiol .rnp4q:nth-child(odd)  { background: var(--bg-card); }
.jddt355f .nry5:nth-child(even) .cyiol .rnp4q:nth-child(even),
.lyokow .nry5:nth-child(even) .cyiol .rnp4q:nth-child(even) { background: var(--bg-card-inner); }
h1.gmmd9y1 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.gmmd9y1 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.tg51szu { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.w6ww6 h2.gmmd9y1 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.cfop2cq h2.gmmd9y1 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.mtio h2.gmmd9y1 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.dx6l7h55 h2.gmmd9y1::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.owyiz0 h2.gmmd9y1 {
  color: var(--text-primary); font-size: 1.7rem;
}
.jjxx1rr h2.gmmd9y1::before {
  content: "/"; color: var(--accent); font-weight: 800;
  margin-right: 10px;
}
.v4if h2.gmmd9y1 {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.q6al { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .q6al { display: none; } }
.itq2cy { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ol1rq { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.n4q5l {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.uqdr { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.f275499 { padding-left: 20px; }
.f275499 li { margin-bottom: 6px; }
.f275499 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.f275499 a:hover { color: var(--accent-light); }
.dv3oyt73 .uqdr { display: none; }
.bu6wb7c .uqdr { display: none; }
.bu6wb7c .f275499 { padding-left: 0; list-style: none; }
.bu6wb7c .f275499 li::before { content: "—"; margin-right: 9px; color: var(--accent); opacity: 0.7; }
.bu6wb7c .f275499 a { font-size: 0.92rem; }
.j9nx1gv .n4q5l { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.j9nx1gv .uqdr { display: none; }
.j9nx1gv .f275499 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.j9nx1gv .f275499 li { margin-bottom: 0; }
.j9nx1gv .f275499 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;
}
.j9nx1gv .f275499 a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.k2inpsq .n4q5l { padding: 20px 20px 16px; }
.k2inpsq .f275499 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.k2inpsq .f275499 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.k2inpsq .f275499 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;
}
.k2inpsq .f275499 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;
}
.k2inpsq .f275499 a:hover { color: var(--accent-light); border-color: var(--accent); }
.k2inpsq .f275499 a:focus,
.k2inpsq .f275499 a:focus-visible,
.k2inpsq .f275499 a:target { outline: none; }
.k2inpsq .f275499 li:target a { border-color: var(--border); color: var(--text-muted); }
.v0d0nkd .n4q5l { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.v0d0nkd .uqdr { display: none; }
.v0d0nkd .f275499 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.v0d0nkd .f275499 li { margin-bottom: 0; }
.v0d0nkd .f275499 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.v0d0nkd .f275499 li:last-child::after { content: ""; margin-right: 0; }
.v0d0nkd .f275499 a { font-size: 0.9rem; }
.rnp4q { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.iexbd .rnp4q { background: var(--bg-card); }
.cyiol .rnp4q:nth-child(odd)  { background: var(--bg-card); }
.cyiol .rnp4q:nth-child(even) { background: var(--bg-raised); }
.ffa7 .rnp4q {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.ffa7 .rnp4q:last-child { border-bottom: none; }
.ffa7 h3.tg51szu { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.yftu .rnp4q {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.yftu .rnp4q + .rnp4q { margin-top: 4px; }
.qfn54m .rnp4q { background: none; border-radius: 0; padding: 12px 0; }
.qfn54m .rnp4q + .rnp4q { border-top: 1px solid var(--border-section); }
.x16w86y { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.yvxcv { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.vqnd8 { color: var(--text-body); margin-bottom: 10px; }
.s398, .iro7g2av { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.s398 li, .iro7g2av li { margin-bottom: 6px; }
.iro7g2av li { list-style: decimal; }
.njjb     .s398 { list-style-type: "● "; }
.th2mlnf  .s398 { list-style-type: "■ "; }
.f1zqgtg .s398 { list-style-type: "◆ "; }
.ae93oix    .s398 { list-style-type: "★ "; }
.njjb     .tlqhguja { list-style-type: "● "; }
.th2mlnf  .tlqhguja { list-style-type: "■ "; }
.f1zqgtg .tlqhguja { list-style-type: "◆ "; }
.ae93oix    .tlqhguja { list-style-type: "★ "; }
.njjb    .s398 li::marker, .njjb    .tlqhguja li::marker,
.th2mlnf .s398 li::marker, .th2mlnf .tlqhguja li::marker,
.f1zqgtg .s398 li::marker, .f1zqgtg .tlqhguja li::marker,
.ae93oix   .s398 li::marker, .ae93oix   .tlqhguja li::marker {
  color: var(--cta); font-size: 1em;
}
.njjb .iro7g2av,
.th2mlnf .iro7g2av,
.f1zqgtg .iro7g2av,
.ae93oix .iro7g2av {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.njjb .iro7g2av li,
.th2mlnf .iro7g2av li,
.f1zqgtg .iro7g2av li,
.ae93oix .iro7g2av li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.njjb .iro7g2av li::before,
.th2mlnf .iro7g2av li::before,
.f1zqgtg .iro7g2av li::before,
.ae93oix .iro7g2av 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;
}
.njjb     .iro7g2av li::before { border-radius: 50%; }
.th2mlnf  .iro7g2av li::before { border-radius: 3px; }
.f1zqgtg .iro7g2av li::before { border-radius: 3px; }
.ae93oix    .iro7g2av li::before { border-radius: 50%; }
.u9mb4zxl { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.d89fjdu .u9mb4zxl,
.no6jg .u9mb4zxl { background: transparent; border: none; border-radius: 0; }
.fxjuzhe { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.fxjuzhe th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.fxjuzhe td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.fxjuzhe tr:hover td { background: var(--bg-hover); }
.dj62ebuu .fxjuzhe tbody tr:nth-child(even) td { background: var(--bg-surface); }
.sucz .fxjuzhe { border: 1px solid var(--border-alt); }
.sucz .fxjuzhe th,
.sucz .fxjuzhe td { border: 1px solid var(--border-alt); }
.arkln3y .fxjuzhe th {
  background: transparent; color: var(--accent);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.arkln3y .fxjuzhe td { border-bottom: none; }
.arkln3y .fxjuzhe tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.r9qcuzmb .fxjuzhe th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.bdkxi6 .u9mb4zxl {
  overflow: hidden;
}
.bdkxi6 .fxjuzhe th { border-bottom: 1px solid var(--border-alt); }
.bdkxi6 .fxjuzhe tr:last-child td { border-bottom: none; }
.jv32wbt6 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.tb1f { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.yw3huqc { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.bxyjbq { background: var(--accent-bg-light); color: var(--accent); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.jwulry { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.tlqhguja { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.tlqhguja 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%}
.avc9yf .bxyjbq { background: transparent; text-align: center; }
.dmdwbx .yw3huqc {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.c6oo5v .yw3huqc {
  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);
}
.plfsb1 .tb1f { display: grid; grid-template-columns: auto 1fr; }
.plfsb1 .yw3huqc {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.plfsb1 .bxyjbq { grid-column: 2; }
.plfsb1 .jwulry,
.plfsb1 .tlqhguja { grid-column: 1 / -1; }
.fvdb9 .tb1f { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.fvdb9 .yw3huqc {
  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);
}
.fvdb9 .bxyjbq { grid-column: 2; }
.fvdb9 .jwulry,
.fvdb9 .tlqhguja { grid-column: 1 / -1; }
.rcwwnf2 .tb1f { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.rcwwnf2 .bxyjbq { background: none; color: var(--accent-light); font-weight: 700; }
.wr7ubc .tb1f { 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); }
.wr7ubc .bxyjbq { background: none; color: var(--accent-light); font-weight: 700; }
.lcymjp .tb1f { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.lcymjp .tb1f:last-child { border-bottom: none; }
.lcymjp .bxyjbq { background: none; color: var(--accent-light); font-weight: 700; }
.a0kyk .tb1f { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.a0kyk .bxyjbq { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.as9cch .jv32wbt6 { counter-reset: card-n; }
.as9cch .tb1f  { counter-increment: card-n; }
.as9cch .bxyjbq { display: flex; align-items: center; gap: 10px; }
.as9cch .bxyjbq::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;
}
.g22q .tb1f { background: var(--bg-surface); border: 1px solid var(--border); }
.g22q .bxyjbq { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.qi5r { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.me80zg  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.p2rp2rw { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.eer2w { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.qi5r strong { color: var(--text-primary); font-size: 0.95rem; }
.qi5r p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.kn3lyw { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.a0dr0l, .vrje { border-radius: 8px; padding: 14px; }
.a0dr0l { background: var(--bg-pros); }
.vrje { background: var(--bg-cons); }
.j7xuad7 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.a0dr0l .j7xuad7 { color: var(--c-pros-label); }
.vrje .j7xuad7 { color: #f87171; }
.a0dr0l ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.vrje ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.mfj1x { width: 100%; height: auto; border-radius: 10px; display: block; }
.ejprkl {
  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;
}
.ejprkl:hover { opacity: 0.85; }
.muwd6 .ejprkl  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.muwd6 .ejprkl:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.pvubd .ejprkl  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.pvubd .ejprkl:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.zj1lm .u034rk { border-radius: 50px; }
.zj1lm .ejprkl  { border-radius: 50px; }
.qe92jv .u034rk { padding-left: 22px; padding-right: 22px; }
.qe92jv .ejprkl  { padding-left: 12px; padding-right: 12px; }
.cnij .u034rk { padding-left: 44px; padding-right: 44px; }
.cnij .ejprkl  { padding-left: 24px; padding-right: 24px; }
.s4p8 .u034rk { padding-left: 56px; padding-right: 56px; }
.s4p8 .ejprkl  { padding-left: 32px; padding-right: 32px; }
.xab5   .u034rk::after, .xab5   .ejprkl::after,
.c99ul .u034rk::after, .c99ul .ejprkl::after,
.o17ngeb    .u034rk::after, .o17ngeb    .ejprkl::after,
.gw652x    .u034rk::after, .gw652x    .ejprkl::after,
.e3utlr    .u034rk::after, .e3utlr    .ejprkl::after,
.f47vfy5m     .u034rk::after, .f47vfy5m     .ejprkl::after,
.rb0rte    .u034rk::after, .rb0rte    .ejprkl::after,
.fjdg   .u034rk::after, .fjdg   .ejprkl::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;
}
.xab5 .u034rk::after, .xab5 .ejprkl::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");
}
.c99ul .u034rk::after, .c99ul .ejprkl::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");
}
.o17ngeb .u034rk::after, .o17ngeb .ejprkl::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");
}
.gw652x .u034rk::after, .gw652x .ejprkl::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");
}
.e3utlr .u034rk::after, .e3utlr .ejprkl::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");
}
.f47vfy5m .u034rk::after, .f47vfy5m .ejprkl::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");
}
.rb0rte .u034rk::after, .rb0rte .ejprkl::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");
}
.fjdg .u034rk::after, .fjdg .ejprkl::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");
}
.j20s0bwg   .mfcol27::after, .j20s0bwg   .sk9kzf::after,
.tsguqzs .mfcol27::after, .tsguqzs .sk9kzf::after,
.gskrjf    .mfcol27::after, .gskrjf    .sk9kzf::after,
.skiw540    .mfcol27::after, .skiw540    .sk9kzf::after,
.r9res7mj    .mfcol27::after, .r9res7mj    .sk9kzf::after,
.j4kws     .mfcol27::after, .j4kws     .sk9kzf::after,
.l2bww8w    .mfcol27::after, .l2bww8w    .sk9kzf::after,
.p1lbs   .mfcol27::after, .p1lbs   .sk9kzf::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;
}
.j20s0bwg .mfcol27::after, .j20s0bwg .sk9kzf::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");
}
.tsguqzs .mfcol27::after, .tsguqzs .sk9kzf::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");
}
.gskrjf .mfcol27::after, .gskrjf .sk9kzf::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");
}
.skiw540 .mfcol27::after, .skiw540 .sk9kzf::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");
}
.r9res7mj .mfcol27::after, .r9res7mj .sk9kzf::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");
}
.j4kws .mfcol27::after, .j4kws .sk9kzf::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");
}
.l2bww8w .mfcol27::after, .l2bww8w .sk9kzf::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");
}
.p1lbs .mfcol27::after, .p1lbs .sk9kzf::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");
}
.lj90u .vx5qbgvb { background: var(--bg-raised); }
@media (min-width: 721px) {
  .c21kkb6l { flex: 0 0 260px; width: 260px; }
  .qc7xt { flex: 0 0 120px; width: 120px; }
  .fae3 { flex: 0 0 110px; width: 110px; }
  .p5na   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .icpms { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.icpms.ejprkl { 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) {
  .d1j06x { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .d1j06x .nc0uayq { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .d1j06x .c21kkb6l { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .d1j06x .vx5qbgvb { width: 100%; min-width: unset; height: 120px; }
  .d1j06x .j061q0 { max-height: 96px; max-width: 200px; }
  .d1j06x .bugxjjm { min-width: unset; text-align: center; white-space: normal; }
  .d1j06x .qc7xt { min-width: 0; }
  .d1j06x .p5na { 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; }
  .d1j06x .icpms { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .oxb1xrp6 .nc0uayq { row-gap: 8px !important; gap: 10px !important; }
}
@media (min-width: 860px) {
  .ts60pctc .ilvyxi {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .ts60pctc .k1ium { margin: 0; }
}
.no6jg .kn3lyw { gap: 10px; }
.no6jg .a0dr0l, .no6jg .vrje { padding: 12px; }
.no6jg .a0dr0l ul, .no6jg .vrje ul { margin: 4px 0 0; padding-left: 18px; }
.no6jg .a0dr0l li, .no6jg .vrje li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .lvvnk { grid-template-columns: 1fr; }
  .t8exxne { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .t8exxne .f64bqce9 { width: 72px; height: 50px; }
  .t8exxne .yoku { max-width: 180px; }
  .t8exxne .jl18ttkf { width: auto; }
}
@media (max-width: 720px) {
  .i8vf { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .pn26m { padding: 16px; }
  .xs964bof .ejupy { min-width: 50%; }
}
.n1u09 .kn3lyw { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .nc5gd9a0 { grid-template-columns: 1fr; }
  .nbdt27c1 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .h7vp6c { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .eurfhy { flex-wrap: wrap; padding: 16px; }
}
.ejmg .kn3lyw { gap: 8px; }
.ejmg .a0dr0l, .ejmg .vrje { padding: 8px; }
@media (max-width: 480px) {
  .b7j0r3c { flex-direction: column; align-items: stretch; }
}
.lqhyx7 .jl18ttkf .ejprkl { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .v7h49 { flex-direction: column; align-items: stretch; gap: 10px; }
  .lqhyx7 .jl18ttkf { text-align: center; }
}
@media (max-width: 720px) {
  .ak1cqjnp { grid-template-columns: 1fr; }
  .fdnu3d { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .qk500 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .rx09vs { grid-template-columns: 1fr; }
  .vz4im5 { width: 100px; height: 100px; margin: 16px auto; }
  .oqeuu { font-size: 1.4rem; }
  .y82met { justify-content: center; }
  .l1dt2 .ejupy { min-width: 50%; }
}
.g21gxziz .kn3lyw { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .llam5tjm { flex-wrap: wrap; padding: 14px 16px; }
  .cempohmm { padding: 12px 16px; }
  .g21gxziz .kn3lyw { margin: 0 16px; }
  .g21gxziz .mg2wq70c { padding: 0 16px; }
  .h92tgokp { padding: 12px 16px; }
}
.yx3d .icpms.ejprkl { padding: 14px 30px !important; font-size: 1rem; }
.zn1v5f0 .icpms.ejprkl { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.zkxdvyy .qc7xt,
.zkxdvyy .fae3,
.zkxdvyy .fae3 { font-size: 1.7rem; font-weight: 900; color: var(--accent); }
.zkxdvyy .fae3 small { display: none; }
.zkxdvyy .r07aqljb .k14550p,
.zkxdvyy .r07aqljb strong { font-size: 1.6rem; font-weight: 900; color: var(--accent); }
.zkxdvyy .zmml85p8 { display: none; }
.wktikru { margin: 16px 0; }
.ljr5 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.ljr5 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.ljr5 summary::after { content: "+"; color: var(--accent); }
.ljr5[open] summary::after { content: "−"; }
.ljr5 p { padding: 0 18px 14px; color: var(--text-muted); font-size: 0.95rem; }
.nry5 { margin-bottom: 0; }
.o4av0qgi h2.gmmd9y1 { color: var(--text-primary); border-color: var(--accent); }
.p93uayw h2.gmmd9y1 { color: var(--text-primary); border-color: var(--accent); }
.ntzge6o2 .me80zg     { background: #052e16; border-color: #10b981; }
.ntzge6o2 .p2rp2rw { background: #2d0a1e; border-color: #f43f5e; }
.ntzge6o2 .qi5r strong  { color: #f1f5f9; }
.ntzge6o2 .qi5r p       { color: #cbd5e1; }
.ntzge6o2 .ofblbl05    .me80zg     .eer2w::before,
.ntzge6o2 .duw8rn  .me80zg     .eer2w::before,
.ntzge6o2 .ir57ot2  .me80zg     .eer2w::before,
.ntzge6o2 .pkrob6m .me80zg     .eer2w::before { color: #10b981; }
.ntzge6o2 .ofblbl05    .p2rp2rw .eer2w::before,
.ntzge6o2 .duw8rn  .p2rp2rw .eer2w::before,
.ntzge6o2 .ir57ot2  .p2rp2rw .eer2w::before,
.ntzge6o2 .pkrob6m .p2rp2rw .eer2w::before { color: #f43f5e; }
.ntzge6o2 .ofblbl05    .clxftep    .eer2w::before,
.ntzge6o2 .duw8rn  .clxftep    .eer2w::before,
.ntzge6o2 .ir57ot2  .clxftep    .eer2w::before,
.ntzge6o2 .pkrob6m .clxftep    .eer2w::before { color: #a855f7; }
.pcttkoxt .me80zg     { background: #2d2000; border-color: #eab308; }
.pcttkoxt .p2rp2rw { background: #2d0b0b; border-color: #ef4444; }
.pcttkoxt .qi5r strong  { color: #f1f5f9; }
.pcttkoxt .qi5r p       { color: #cbd5e1; }
.pcttkoxt .ofblbl05    .me80zg     .eer2w::before,
.pcttkoxt .duw8rn  .me80zg     .eer2w::before,
.pcttkoxt .ir57ot2  .me80zg     .eer2w::before,
.pcttkoxt .pkrob6m .me80zg     .eer2w::before { color: #eab308; }
.pcttkoxt .ofblbl05    .p2rp2rw .eer2w::before,
.pcttkoxt .duw8rn  .p2rp2rw .eer2w::before,
.pcttkoxt .ir57ot2  .p2rp2rw .eer2w::before,
.pcttkoxt .pkrob6m .p2rp2rw .eer2w::before { color: #ef4444; }
.pcttkoxt .ofblbl05    .clxftep    .eer2w::before,
.pcttkoxt .duw8rn  .clxftep    .eer2w::before,
.pcttkoxt .ir57ot2  .clxftep    .eer2w::before,
.pcttkoxt .pkrob6m .clxftep    .eer2w::before { color: #f97316; }
.j2rho .me80zg     { background: #0c1a2e; border-color: #38bdf8; }
.j2rho .p2rp2rw { background: #12103a; border-color: #818cf8; }
.j2rho .qi5r strong  { color: #f1f5f9; }
.j2rho .qi5r p       { color: #cbd5e1; }
.j2rho .ofblbl05    .me80zg     .eer2w::before,
.j2rho .duw8rn  .me80zg     .eer2w::before,
.j2rho .ir57ot2  .me80zg     .eer2w::before,
.j2rho .pkrob6m .me80zg     .eer2w::before { color: #38bdf8; }
.j2rho .ofblbl05    .p2rp2rw .eer2w::before,
.j2rho .duw8rn  .p2rp2rw .eer2w::before,
.j2rho .ir57ot2  .p2rp2rw .eer2w::before,
.j2rho .pkrob6m .p2rp2rw .eer2w::before { color: #818cf8; }
.j2rho .ofblbl05    .clxftep    .eer2w::before,
.j2rho .duw8rn  .clxftep    .eer2w::before,
.j2rho .ir57ot2  .clxftep    .eer2w::before,
.j2rho .pkrob6m .clxftep    .eer2w::before { color: #2dd4bf; }
.oqj65v .me80zg     { background: var(--accent-bg); border-color: var(--accent); }
.oqj65v .p2rp2rw { background: var(--accent-bg-light); border-color: var(--accent-light); }
.oqj65v .clxftep    { background: var(--accent-bg); border-color: var(--accent-pale); }
.oqj65v .ofblbl05    .eer2w::before,
.oqj65v .duw8rn  .eer2w::before,
.oqj65v .ir57ot2  .eer2w::before,
.oqj65v .pkrob6m .eer2w::before { color: var(--accent-light) !important; }
.sg4e0hf9::before,
.ogm3gu6q::before { margin-right: 5px; }
.g2dpf .a0dr0l ul li,
.g2dpf .a0dr0l .sg4e0hf9 { color: #22c55e; }
.g2dpf .vrje ul li,
.g2dpf .vrje .ogm3gu6q { color: #ef4444; }
.ghcg2 .a0dr0l { background: var(--bg-pros); }
.ghcg2 .vrje { background: var(--bg-cons); }
.ghcg2 .a0dr0l .sg4e0hf9 { color: var(--c-pros-label); }
.ghcg2 .vrje .ogm3gu6q { color: var(--c-cons); }
.ghcg2 .a0dr0l ul li,
.ghcg2 .vrje ul li,
.odkqxg2d .a0dr0l { background: var(--bg-pros); }
.odkqxg2d .vrje { background: var(--bg-cons); }
.odkqxg2d .a0dr0l .sg4e0hf9 { color: var(--c-pros-label); }
.odkqxg2d .vrje .ogm3gu6q { color: var(--c-cons); }
.odkqxg2d .a0dr0l ul li,
.odkqxg2d .qiumr li          { color: var(--c-pros); }
.odkqxg2d .vrje ul li,
.odkqxg2d .a3qox li          { color: var(--c-cons); }
.br79gijx .sg4e0hf9::before { content: "✓ "; }
.br79gijx .ogm3gu6q::before { content: "✗ "; }
.ae917 .sg4e0hf9::before { content: "→ "; }
.ae917 .ogm3gu6q::before { content: "← "; }
.xej6m .sg4e0hf9::before { content: "★ "; }
.xej6m .ogm3gu6q::before { content: "✕ "; }
.cu8pztlc .sg4e0hf9::before { content: "◆ "; }
.cu8pztlc .ogm3gu6q::before { content: "▲ "; }
.fqft .qi5r { background: transparent; border-left: none; border: 1.5px solid; }
.fqft .me80zg     { border-color: var(--c-tip-border); }
.fqft .p2rp2rw { border-color: var(--c-warn-border); }
.fqft .qi5r strong { color: var(--text-primary); }
.fqft .qi5r p      { color: var(--text-muted); }
.lk8cro .qi5r { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.lk8cro .me80zg     { border-top-color: var(--c-tip-border); }
.lk8cro .p2rp2rw { border-top-color: var(--c-warn-border); }
.px4cd .qi5r { border-left: none; border-radius: 8px; }
.px4cd .me80zg     { background: #065f46; }
.px4cd .p2rp2rw { background: #92400e; }
.px4cd .qi5r strong,
.px4cd .qi5r p { color: #fff; }
.px4cd .eer2w::before { color: rgba(255,255,255,0.85) !important; }
.ntzge6o2.px4cd .me80zg,
.ntzge6o2 .px4cd .me80zg     { background: #052e16; }
.ntzge6o2.px4cd .p2rp2rw,
.ntzge6o2 .px4cd .p2rp2rw { background: #2d0a1e; }
.pcttkoxt.px4cd .me80zg,
.pcttkoxt .px4cd .me80zg      { background: #2d2000; }
.pcttkoxt.px4cd .p2rp2rw,
.pcttkoxt .px4cd .p2rp2rw  { background: #2d0b0b; }
.j2rho.px4cd .me80zg,
.j2rho .px4cd .me80zg      { background: #0c1a2e; }
.j2rho.px4cd .p2rp2rw,
.j2rho .px4cd .p2rp2rw  { background: #12103a; }
.wue5a7m3 .qi5r { border-left: none; border-radius: 6px; padding: 10px 14px; }
.wue5a7m3 .me80zg     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.wue5a7m3 .p2rp2rw { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.wue5a7m3 .qi5r strong { color: var(--text-primary); }
.wue5a7m3 .qi5r p      { color: var(--text-muted); }
.zszw .qi5r { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.ofblbl05 .eer2w,
.duw8rn .eer2w,
.ir57ot2 .eer2w,
.pkrob6m .eer2w { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.ofblbl05 .eer2w::before,
.duw8rn .eer2w::before,
.ir57ot2 .eer2w::before,
.pkrob6m .eer2w::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.ofblbl05 .me80zg     .eer2w::before { content: "✦"; color: var(--c-tip-border); }
.ofblbl05 .p2rp2rw .eer2w::before { content: "▲"; color: var(--c-warn-border); }
.ofblbl05 .clxftep    .eer2w::before { content: "◉"; color: #60a5fa; }
.duw8rn .me80zg     .eer2w::before { content: "★"; color: var(--c-tip-border); }
.duw8rn .p2rp2rw .eer2w::before { content: "◆"; color: var(--c-warn-border); }
.duw8rn .clxftep    .eer2w::before { content: "●"; color: #60a5fa; }
.ir57ot2 .me80zg     .eer2w::before { content: "▶"; color: var(--c-tip-border); }
.ir57ot2 .p2rp2rw .eer2w::before { content: "■"; color: var(--c-warn-border); }
.ir57ot2 .clxftep    .eer2w::before { content: "▸"; color: #60a5fa; }
.pkrob6m .me80zg     .eer2w::before { content: "→"; color: var(--c-tip-border); }
.pkrob6m .p2rp2rw .eer2w::before { content: "⬥"; color: var(--c-warn-border); }
.pkrob6m .clxftep    .eer2w::before { content: "◈"; color: #60a5fa; }
.s5xkub .iexbd .rnp4q,
.s5xkub .cyiol .rnp4q  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.s5xkub .tb1f                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.s5xkub .u9mb4zxl          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.s5xkub .n4q5l                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.fiatsz .iexbd .rnp4q,
.fiatsz .cyiol .rnp4q,
.fiatsz .tb1f,
.fiatsz .nc0uayq,
.fiatsz .k1ium,
.fiatsz .u9mb4zxl,
.fiatsz .n4q5l,
.fiatsz .zszw .qi5r { box-shadow: none; }
.eu45   body, .eu45   { font-size: 0.9rem; }
.eu45   .vqnd8, .eu45 .x16w86y, .eu45 .yvxcv,
.eu45   .itq2cy, .eu45 .ol1rq { font-size: 0.9rem; }
.eu45   .s398, .eu45 .iro7g2av { font-size: 0.9rem; }
.sfc1   .vqnd8, .sfc1 .x16w86y, .sfc1 .yvxcv,
.sfc1   .itq2cy, .sfc1 .ol1rq { font-size: 0.95rem; }
.sfc1   .s398, .sfc1 .iro7g2av { font-size: 0.95rem; }
.qjzs3   .vqnd8, .qjzs3 .x16w86y, .qjzs3 .yvxcv,
.qjzs3   .itq2cy, .qjzs3 .ol1rq { font-size: 1.08rem; }
.qjzs3   .s398, .qjzs3 .iro7g2av { font-size: 1.05rem; }
.qjzs3   .fxjuzhe { font-size: 0.97rem; }
.x2b5ghgi .fa1j4p      { font-size: 3.2rem; }
.x2b5ghgi h2.gmmd9y1 { font-size: 1.9rem; }
.x2b5ghgi h3.tg51szu     { font-size: 1.4rem; }
.l0gmnkq .fa1j4p      { font-size: 3.8rem; }
.l0gmnkq h2.gmmd9y1 { font-size: 2.2rem; }
.l0gmnkq h3.tg51szu     { font-size: 1.6rem; }
.nry5 + .nry5 { position: relative; }
.bsjlppe4   .nry5 + .nry5::before,
.og2ba  .nry5 + .nry5::before,
.zdxupf9   .nry5 + .nry5::before,
.hys9   .nry5 + .nry5::before,
.mcix   .nry5 + .nry5::before,
.l4js0kve .nry5 + .nry5::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.bsjlppe4 .nry5 + .nry5::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.og2ba .nry5 + .nry5::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.zdxupf9 .nry5 + .nry5::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;
}
.hys9 .nry5 + .nry5::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.fsk2i .nry5 { margin-bottom: 16px; }
.fsk2i .nry5 + .nry5 { margin-top: 0; }
.fsk2i .xgv4s8m { padding-top: 0; padding-bottom: 0; }
.mcix .nry5 + .nry5::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.l4js0kve .nry5 + .nry5::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.kh7f1p .nry5 + .nry5::before,
.xdo3qz .nry5 + .nry5::before,
.bwn68 .nry5 + .nry5::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%;
}
.jddt355f .kh7f1p .nry5:nth-child(even)::before,
.jddt355f .xdo3qz .nry5:nth-child(even)::before,
.jddt355f .bwn68 .nry5:nth-child(even)::before { background: var(--bg-surface); }
.lyokow .kh7f1p .nry5:nth-child(even)::before,
.lyokow .xdo3qz .nry5:nth-child(even)::before,
.lyokow .bwn68 .nry5:nth-child(even)::before { background: var(--bg-card); }
.kh7f1p .nry5 + .nry5::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");
}
.xdo3qz .nry5 + .nry5::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");
}
.bwn68 .nry5 + .nry5::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");
}
.t8mtbbhi .zhdhhq,
.xa3t8kxk .zhdhhq,
.y3i8h .zhdhhq { overflow: hidden; }
.t8mtbbhi .v2of,
.xa3t8kxk .v2of { margin-bottom: 60px; }
.y3i8h .v2of { margin-bottom: 70px; }
.t8mtbbhi .zhdhhq::before,
.xa3t8kxk .zhdhhq::before,
.y3i8h .zhdhhq::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%;
}
.t8mtbbhi .zhdhhq::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");
}
.xa3t8kxk .zhdhhq::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");
}
.y3i8h .zhdhhq::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");
}
.bp29nz .zhdhhq:not(.zf7yl) .wpaed4 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.y5hgm .zhdhhq:not(.zf7yl) .wpaed4 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.wjln5  .zhdhhq:not(.zf7yl) .wpaed4 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.mmepj54  .zhdhhq:not(.zf7yl) .wpaed4 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.mmepj54 .zf7yl { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.mmepj54 .jvzdx { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.mmepj54 .uj65 { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.ilvbwaka .zf7yl .wpaed4 { background: none; }
.ilvbwaka .zhdhhq:not(.zf7yl) .wpaed4 { background: rgba(0,0,0,0.6); }
.pvvl2 .p9yl0 { float: left; width: 38%; margin: 0 28px 16px 0; }
.pvvl2 .p9yl0 .mfj1x { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.pvvl2 .xgv4s8m::after { content: ''; display: block; clear: both; }
.g7ko3npy .p9yl0 { float: right; width: 38%; margin: 0 0 16px 28px; }
.g7ko3npy .p9yl0 .mfj1x { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.g7ko3npy .xgv4s8m::after { content: ''; display: block; clear: both; }
.hoqljowa .nry5:nth-child(odd)  .p9yl0 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.hoqljowa .nry5:nth-child(even) .p9yl0 { float: right; width: 38%; margin: 0 0 16px 28px; }
.hoqljowa .p9yl0 .mfj1x { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.hoqljowa .xgv4s8m::after { content: ''; display: block; clear: both; }
.pvvl2 .jv32wbt6,
.pvvl2 .d1j06x,
.g7ko3npy .jv32wbt6,
.hoqljowa .jv32wbt6,
.pvvl2 .s398,
.pvvl2 .iro7g2av,
.g7ko3npy .s398,
.g7ko3npy .iro7g2av,
.hoqljowa .s398,
.hoqljowa .iro7g2av { overflow: hidden; }
@media (max-width: 640px) {
  .pvvl2 .p9yl0,
  .g7ko3npy .p9yl0,
  .hoqljowa .p9yl0 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.xp6z .qb5ky3,
.xp6z .xgv4s8m,
.xp6z .alw5dtte  { max-width: 1100px; }
.xp6z { --content-mw: 1100px; }
.q8oj .qb5ky3,
.q8oj .xgv4s8m,
.q8oj .alw5dtte  { max-width: 1200px; }
.f4p6u7mh .qb5ky3,
.f4p6u7mh .xgv4s8m,
.f4p6u7mh .alw5dtte  { max-width: 1320px; }
.pl8ry { font-size: 0.82rem; color: var(--text-muted); }
.cwfbie7b { display: flex; align-items: center; }
.htnj {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.cht0ih { display: flex; align-items: center; }
.xcj9sf78 { color: var(--accent); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.xcj9sf78:hover { text-decoration: underline; }
.gxbb { margin: 0 3px; opacity: 0.45; }
.gxbb::before { content: '/'; }
.tj4x7 { padding: 2px 5px; color: var(--text-main); }
.ow1f2x .pl8ry {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.ow1f2x .cwfbie7b { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.urcw .pl8ry {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.urcw .cwfbie7b { padding: 0 0 0 12px; }
.pcb66 .cwfbie7b { padding: 0 16px; }
.pcb66 .pl8ry {
  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);
}
.pcb66 .qb5ky3 { padding-top: 28px; }
@media (max-width: 720px) {
  .e6wll23 { margin-top: 18px; padding: 0 16px; }
  .pcb66 .qb5ky3 { padding-top: 16px; }
}
.xp6z.ow1f2x .cwfbie7b { max-width: 1100px; }
.q8oj.ow1f2x .cwfbie7b { max-width: 1200px; }
.f4p6u7mh.ow1f2x .cwfbie7b { max-width: 1320px; }
.xp6z .e6wll23 { max-width: 1100px; }
.ts0x8a .nry5 { padding-top: 16px; padding-bottom: 16px; }
.edy6e4 .nry5 { padding-top: 24px; padding-bottom: 24px; }
.vpno3b5 .nry5 { padding-top: 40px; padding-bottom: 40px; }
.uqze8hl .nry5 { padding-top: 52px; padding-bottom: 52px; }
.bq8d .nry5:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.bq8d .nry5:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.bq8d .nry5:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.bq8d .nry5:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.vktupacy .xgv4s8m { padding-top: 10px;  padding-bottom: 10px; }
.ml5o53d .xgv4s8m { padding-top: 18px;  padding-bottom: 18px; }
.lg3p .xgv4s8m { padding-top: 36px;  padding-bottom: 36px; }
.vvyf .xgv4s8m { padding-top: 48px;  padding-bottom: 48px; }
.a0yt2w4 h2.gmmd9y1 { font-weight: 600; }
.a0yt2w4 h3.tg51szu     { font-weight: 600; }
.rjlufrv h2.gmmd9y1 { font-weight: 800; }
.rjlufrv h3.tg51szu     { font-weight: 700; }
.vtkgle { font-weight: 600; }
.vtkgle h2.gmmd9y1 { font-weight: 900; }
.vtkgle h3.tg51szu     { font-weight: 800; }
.vtkgle .qi5r strong,
.vtkgle .qi5r strong { font-weight: 600; }
.mfcol27 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.jgxhv .mfcol27 { display: none; }
@media (max-width: 640px) { .mfcol27 { display: none; } }
.mfcol27 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.mfcol27:hover { opacity: 0.85; }
.it48 .mfcol27 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.aa36t1ho .mfcol27,
.uzq7y8  .mfcol27 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.aa36t1ho .mfcol27:hover,
.uzq7y8  .mfcol27:hover { opacity: 0.88; }
.it48.aa36t1ho .mfcol27,
.it48.uzq7y8  .mfcol27 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.sk9kzf {
  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;
}
.sk9kzf:hover { transform: translateY(-2px); opacity: 0.92; }
.sk9kzf { background: var(--cta) !important; color: #fff !important; border: none !important; }
.qnbfzu .sk9kzf { display: none; }
.ww8yx2w .sk9kzf { right: 32px; }
.o879pdd  .sk9kzf { left: 32px; }
@media (max-width: 480px) {
  .ww8yx2w .sk9kzf { right: 20px; bottom: 20px; }
  .o879pdd  .sk9kzf { left: 20px; bottom: 20px; }
}
.cb2ku { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.alw5dtte { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.c573agm { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.so836sw { color: var(--text-dim); font-size: 0.8rem; }
.s33j a, .me61l3h a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.s33j a:hover, .me61l3h a:hover { color: var(--accent-light); }
.me61l3h { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.mz8su7dx .alw5dtte { text-align: center; }
.mz8su7dx .me61l3h { justify-content: center; margin-bottom: 16px; }
.mz8su7dx .c573agm { margin-top: 0; }
.qagg { margin-top: 10px; }
.qagg a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .alw5dtte { padding-left: 16px; padding-right: 16px; }
  .zpapf .alw5dtte { padding: 20px 16px; }
  .me61l3h { gap: 4px 12px; }
  .c573agm { font-size: 0.78rem; }
}
.cqjot .c573agm { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.cqjot .so836sw { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .cqjot .nwtnlan { grid-template-columns: 1fr 1fr; } .cqjot .fpp2plt { grid-column: 1 / -1; } }
@media (max-width: 480px) { .cqjot .nwtnlan { grid-template-columns: 1fr; } }
.v3j2m46h .c573agm { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .v3j2m46h .lcyjk11m { gap: 12px; } .v3j2m46h .wu2vk { margin-right: 0; width: 100%; } }
.vmelfq53 .c573agm { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.vmelfq53 .so836sw { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .vmelfq53 .mlx16vn0 { grid-template-columns: 1fr 1fr; } .vmelfq53 .dtptpd { grid-column: 1 / -1; } }
@media (max-width: 480px) { .vmelfq53 .mlx16vn0 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .matk06 .udmn7b { grid-template-columns: 1fr 1fr; } .matk06 .wel2s8:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .matk06 .udmn7b { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .vq2qk6so .udmn7b { grid-template-columns: 1fr; } }
.al4x .alw5dtte { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.al4x .me61l3h { justify-content: center; }
.fbd3 .xy548      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.fbd3 .cb2ku { background: var(--bg-page); border-top-color: var(--border-alt); }
.fhvyzt3y .xy548      { background: #0d1117; border-bottom-color: #21262d; }
.fhvyzt3y .w63s97h { color: var(--accent-light); }
.fhvyzt3y .eud8 { --msep-color: #8b949e; }
.fhvyzt3y .eud8 a { color: #8b949e; }
.fhvyzt3y .eud8 a:hover { color: var(--accent-light); }
.fhvyzt3y .usro9 { color: #8b949e; }
.fhvyzt3y .cb2ku { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.fhvyzt3y .c573agm,
.fhvyzt3y .so836sw { color: #6e7681; }
.fhvyzt3y .s33j a, .fhvyzt3y .me61l3h a,
.fhvyzt3y .s33j a:hover, .fhvyzt3y .me61l3h a:hover,
@media (max-width: 640px) {
  .fhvyzt3y .eud8 { background: #0d1117; border-top-color: #21262d; }
  .fhvyzt3y .eud8 li a { border-bottom-color: #21262d; }
}
.st9wsb .xy548      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.st9wsb .w63s97h { color: var(--accent); }
.st9wsb .eud8 { --msep-color: #475569; }
.st9wsb .eud8 a { color: #475569; }
.st9wsb .eud8 a:hover { color: var(--accent); }
.st9wsb .usro9 { color: #64748b; }
.st9wsb .cb2ku { background: #f0f4f8; border-top-color: #cbd5e1; }
.st9wsb .c573agm,
.st9wsb .so836sw { color: #64748b; }
.st9wsb .s33j a, .st9wsb .me61l3h a,
.st9wsb .s33j a:hover, .st9wsb .me61l3h a:hover,
@media (max-width: 640px) {
  .st9wsb .eud8 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .st9wsb .eud8 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.aa36t1ho .xy548      { background: var(--accent); border-bottom-color: var(--accent-light); }
.aa36t1ho .w63s97h { color: #fff; }
.aa36t1ho .eud8 { --msep-color: rgba(255,255,255,0.82); }
.aa36t1ho .eud8 a { color: rgba(255,255,255,0.82); }
.aa36t1ho .eud8 a:hover { color: #fff; }
.aa36t1ho .usro9 { color: rgba(255,255,255,0.9); }
.aa36t1ho .cb2ku { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.aa36t1ho .c573agm,
.aa36t1ho .so836sw { color: rgba(255,255,255,0.72); }
.aa36t1ho .s33j a, .aa36t1ho .me61l3h a,
.aa36t1ho .s33j a:hover, .aa36t1ho .me61l3h a:hover,
@media (max-width: 640px) {
  .aa36t1ho .eud8 { background: var(--accent); border-top-color: var(--accent-light); }
  .aa36t1ho .eud8 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.uzq7y8 .xy548 {
  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);
}
.uzq7y8 .cb2ku {
  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) {
  .uzq7y8 .eud8 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.dawe .ksq4ztm2 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.yqasrb6 .ksq4ztm2 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.fyvqlq .ksq4ztm2 { min-height: 72px; height: auto; }
.emilws .ksq4ztm2 { min-height: 84px; height: auto; }
.zpapf .ksq4ztm2 { max-width: none; padding: 0 32px; }
.zpapf .alw5dtte  { max-width: none; padding: 24px 32px; }
.wewdm.q8oj .ksq4ztm2 { max-width: 1200px; }
.wewdm.f4p6u7mh .ksq4ztm2 { max-width: 1320px; }
.arrrl66e   .w63s97h, .arrrl66e   .wu2vk { text-transform: capitalize; }
.qw3lwk .w63s97h, .qw3lwk .wu2vk { text-transform: lowercase; }
.aajji99 .w63s97h, .aajji99 .wu2vk { text-transform: uppercase; letter-spacing: 0.06em; }
.djayompk, .mt21 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.z7cl .djayompk,
.pzco .djayompk,
.sf79jdj .djayompk,
.nqz0 .djayompk,
.d8xlbe73   .eud8 a { font-weight: 500; }
.avab .eud8 a { font-weight: 600; }
.yosj     .eud8 a { font-weight: 700; }
.ntm3t    .eud8 a { font-weight: 800; letter-spacing: 0.01em; }
.gkbe8     .eud8 > li + li::before,
.i0qk5bv    .eud8 > li + li::before,
.va1axz3o    .eud8 > li + li::before,
.zns234z .eud8 > li + li::before,
.s3lv4ut .eud8 > li + li::before,
.h06g  .eud8 > li + li::before,
.frs3m5    .eud8 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.gkbe8     .eud8 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.i0qk5bv    .eud8 > li + li::before { content: "|"; }
.va1axz3o    .eud8 > li + li::before { content: "—"; }
.zns234z .eud8 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.s3lv4ut .eud8 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.h06g  .eud8 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.frs3m5    .eud8 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .h04yj .usro9,
  .g17af7o .usro9,
  .gwxhu .usro9,
  .iy17a .usro9,
  .hkq3c .usro9 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .h04yj .usro9::before,
  .g17af7o .usro9::before,
  .gwxhu .usro9::before,
  .iy17a .usro9::before,
  .hkq3c .usro9::before { content: ""; display: block; flex-shrink: 0; }

  
  .h04yj .usro9::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;
  }

  
  .g17af7o .usro9::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;
  }

  
  .gwxhu .usro9::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;
  }

  
  .iy17a .usro9::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;
  }

  
  .hkq3c .usro9::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) {
  .k7thr .usro9 {
    padding: 5px 14px;
  }
  .k7thr .eud8 {
    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;
  }
  .k7thr .eud8 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .k7thr .eud8 li a:hover { background: var(--bg-raised); }
  .k7thr .nbaxpnc6,
  .r9fk61rh .nbaxpnc6,
  .w9296r .nbaxpnc6 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .rsfvmik .usro9 {
    padding: 5px 10px;
  }
  .rsfvmik .eud8 {
    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);
  }
  .rsfvmik .eud8.xi33pk18 { transform: translateX(0); }
  .rsfvmik .eud8 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .rsfvmik .eud8 li:last-child a { border-bottom: none; }
  .aa36t1ho .eud8,
  .fhvyzt3y .eud8 { background: var(--accent) !important; }
  .aa36t1ho .eud8 li a,
  .fhvyzt3y .eud8 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .w9296r .usro9 {
    padding: 5px 10px;
  }
  .w9296r .eud8 {
    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);
  }
  .w9296r .eud8::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .w9296r .eud8.xi33pk18 { transform: translateY(0); }
  .w9296r .eud8 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .m7qzg .usro9 {
    padding: 5px 10px;
  }
  .m7qzg .eud8 {
    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;
  }
  .m7qzg .eud8.xi33pk18 { opacity: 1; pointer-events: auto; }
  .m7qzg .eud8 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .hywfc     .usro9 { border-radius: 0 !important; }
  .w6pa7   .usro9 { border-radius: 8px !important; }
  .b2dd .usro9 { border-radius: 50% !important; }
  .gry6z48   .usro9 { border-radius: 999px !important; }
}
.vbq13 .jlhl3v1 { height: 28px; }
.glxixa62 .jlhl3v1 { height: 54px; }
.zj6ib4b .jlhl3v1 { height: 54px; }
.f29i     .qc7xt, .f29i     .k14550p { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.aa5m2 .nc0uayq { padding: 18px 24px; min-height: 68px; }
@media (min-width: 720px) {
  .cxkr0se .d1j06x {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .cxkr0se .nc0uayq {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .cxkr0se .nc0uayq { padding: 40px 16px 20px; }
  .cxkr0se .p5na {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .cxkr0se .icpms { width: 100%; min-width: 0; }
}
.wivykl .d1j06x { counter-reset: cs-rank; gap: 10px; }
.wivykl .nc0uayq {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 14px 18px 14px 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
}
.wivykl .nc0uayq::before {
  content: counter(cs-rank);
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.95rem; flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.wivykl .c21kkb6l {
  flex-direction: row; align-items: center; gap: 16px;
  flex-shrink: 0; min-width: 220px;
}
.wivykl .vx5qbgvb {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.wivykl .j061q0 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.wivykl .bugxjjm {
  font-size: 1.15rem; font-weight: 700; color: var(--accent-light);
  white-space: nowrap; text-align: left; min-width: auto;
}
.wivykl .qc7xt { color: var(--cta, var(--accent)); }
.wivykl .p5na {
  flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  border-top: none; padding-top: 0; width: auto; flex: 1 1 160px; min-width: 140px;
  text-align: center;
}
.wivykl .cr1x3us {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.wivykl .akr9dufr { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.wivykl .ilue91op .akr9dufr { color: var(--accent-light); }
.wivykl .icpms {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.wivykl .nc0uayq:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .wivykl .nc0uayq {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .wivykl .nc0uayq::before {
    position: absolute; top: 14px; left: 14px;
  }
  .wivykl .c21kkb6l {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .wivykl .bugxjjm { white-space: normal; text-align: center; font-size: 1.2rem; }
  .wivykl .p5na {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .wivykl .icpms { width: 100%; min-width: 0; }
  .wivykl .qc7xt { min-width: 0; }
}
.b5yz .ljr5 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.b5yz .ljr5 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.b5yz .ljr5 p { padding: 0 2px 16px; }
.a4rqlv .ljr5 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.a4rqlv .ljr5 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.a4rqlv .ljr5 summary::after { content: "›"; font-size: 1.2em; }
.a4rqlv .ljr5[open] summary::after { content: "‹"; }
.a4rqlv .ljr5 p { padding: 10px 22px 4px; }
.bwmsl .ljr5 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.bwmsl .ljr5 summary { color: var(--text-primary); padding-left: 16px; }
.bwmsl .ljr5 summary::after { content: "›"; font-size: 1.1em; }
.bwmsl .ljr5[open] summary::after { content: "‹"; }
.bwmsl .ljr5 p { padding-left: 16px; }
.cr526 .wktikru { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.cr526 .ljr5 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.cr526 .ljr5:last-child { border-bottom: none; }
.cr526 .ljr5 summary { color: var(--text-primary); border-radius: 0; }
.cr526 .ljr5 summary::after { content: "›"; font-size: 1.1em; }
.cr526 .ljr5[open] summary::after { content: "‹"; }
.krjgf .ljr5 { overflow: hidden; }
.krjgf .ljr5 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.krjgf .ljr5 summary::after { color: rgba(255,255,255,.75); }
.krjgf .ljr5[open] summary { border-radius: 0; }
.przvnw1 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ana9i {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.y0te2 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.eezedkrm { color: var(--text-muted); font-size: 1.05rem; }
.m2mwmu {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.s0nuj {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.bqv4ku1e { margin-bottom: 20px; }
.fsd7 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.vf3s85d {
  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;
}
.vf3s85d:focus { border-color: var(--accent); box-shadow: 0 0 0 2px var(--accent-bg); }
.i8p889 { resize: vertical; min-height: 130px; }
.ca8mz { width: 100%; margin-top: 8px; }
.k7koweg3 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.dzwz {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.r148h { color: var(--text-muted); line-height: 1.75; }
.yfcw { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.yfcw li { margin-bottom: 6px; }
.fdb0z6 { max-width: 760px; margin: 0 auto; }
.unh5t { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.wxhyh4v1 { max-width: 760px; margin: 0 auto; }
.mzbn5799 ul.yfcw { margin: 0; }
@media (max-width: 640px) { .t0nkju { grid-template-columns: 1fr; gap: 10px; } }
.fgfx { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.urhwdp { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.rbmhx1y { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.urhwdp p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.urhwdp .yfcw { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .fgfx { grid-template-columns: 1fr; } }
.ff6w24i ul.yfcw { margin: 0; }
.ytv3 .yfcw,
.ix9gv .yfcw,
.goi5mvl .yfcw,
.cz02o4g7 .yfcw {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .lu90190 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .b3kctpe { grid-template-columns: 1fr; } .xkqevb { position: static; text-align: center; } }
@media (max-width: 860px) { .slau { grid-template-columns: 1fr; } }
.cz02o4g7 .yfcw { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .d5n1hu6 { flex-direction: column; text-align: center; } .ablbg3 { grid-template-columns: 1fr; } }
.cfofp { max-width: 760px; margin: 0 auto; }
.glsc { position: relative; padding-left: 28px; }
.glsc::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.vvo6t17q { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.vvo6t17q:last-child { padding-bottom: 0; }
.b23wowh { 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; }
.hsa8y57u h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.hsa8y57u p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.drp91 .y0te2 { color: var(--accent-light); }
.nfma .y0te2 { font-size: 2rem; }
.nfma .eezedkrm { max-width: 680px; }
.k1nektq .y0te2 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.k1nektq .eezedkrm  { margin: 0; }
@media (max-width: 640px) { .k1nektq { flex-direction: column; } }
.e57i4blo .y0te2 { color: var(--accent-light); }
.umpkf .y0te2 { color: #fff; }
.umpkf .eezedkrm  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .dmct4ir { grid-template-columns: 1fr; } }
.eqqna9w2 { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.eqqna9w2 .vf3s85d {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.eqqna9w2 .vf3s85d:focus { border-bottom-color: var(--accent); box-shadow: none; }
.ohtxi .vf3s85d { background: var(--bg-raised); border-color: transparent; }
.ohtxi .vf3s85d:focus { background: var(--bg-card); border-color: var(--accent); }
.jc4b2 .vf3s85d { border-radius: 100px; padding: 11px 20px; }
.jc4b2 .i8p889 { border-radius: 14px; }
@media (max-width: 640px) { .zoxfsook { grid-template-columns: 1fr; } }
.wr42p { counter-reset: priv-count; }
.qjrji91 {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.qjrji91:last-child { border-bottom: none; }
.sc37qmx {
  font-size: 2.4rem; font-weight: 800; color: var(--accent);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.qjrji91 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.qjrji91 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.xvyh { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.xvyh li { margin-bottom: 6px; }
.fxvarv{display:none}
.fxvarv:empty,.bfxrzy:empty{display:none}
.x7nar{position:relative;overflow:visible}
.nv54xnj4 .tpc13,.gc1f .tpc13,
.wajyw .tpc13,.dvub .tpc13,
.x3o4eiv .tpc13,.twwh .tpc13{display:block}
.enb4 .sc1au{display:block}
.nv54xnj4 .tpc13,.gc1f .tpc13,
.wajyw .tpc13,.dvub .tpc13,
.x3o4eiv .tpc13{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.nv54xnj4 .tpc13 .bfxrzy,.gc1f .tpc13 .bfxrzy,
.wajyw .tpc13 .bfxrzy,.dvub .tpc13 .bfxrzy,
.x3o4eiv .tpc13 .bfxrzy{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.nv54xnj4 .zazchuu,.gc1f .zazchuu,
.wajyw .zazchuu,.dvub .zazchuu,
.x3o4eiv .zazchuu{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.nv54xnj4 .tpc13,.gc1f .tpc13{top:12px}
.nv54xnj4 .tpc13 .bfxrzy{margin-right:auto}
.gc1f .tpc13 .bfxrzy{margin-left:auto}
.gc1f .tpc13{text-align:right}
.wajyw .tpc13,.dvub .tpc13{bottom:12px}
.wajyw .tpc13 .bfxrzy{margin-right:auto}
.dvub .tpc13 .bfxrzy{margin-left:auto}
.dvub .tpc13{text-align:right}
.x3o4eiv .tpc13{position:relative;margin-top:16px}
.x3o4eiv .tpc13 .bfxrzy{margin:0 auto}
.twwh .tpc13{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.twwh .tpc13 .bfxrzy{margin:0}
.twwh .uj65~.tpc13,
.twwh .hpvaby~.tpc13{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.twwh .uj65~.tpc13 .bfxrzy,
.twwh .hpvaby~.tpc13 .bfxrzy{justify-content:flex-start}
.uj65~.tpc13,.hpvaby~.tpc13{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}
.uj65~.tpc13 .bfxrzy{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.hpvaby~.tpc13 .bfxrzy{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.sc1au .bfxrzy{margin:0 0 12px}
.bfxrzy{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.zazchuu{white-space:nowrap}
.ldf6 .zazchuu{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.nyqw8 .zazchuu{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.mh5qfej5 .bfxrzy{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.r7x7y61 .zazchuu{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.k41js44f .zazchuu{color:var(--accent);opacity:1;font-weight:500}
.viu8 .zazchuu{border-bottom:1px solid currentColor;padding-bottom:2px}
.ypg3 .bfxrzy{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.x0umbol{--date-bg:var(--accent-bg-light)}
.a3rza0 .nejcvwe::before{content:"•";opacity:.4}
.a3rza0 .zazchuu + .zazchuu::before{content:"•";margin-right:6px;opacity:.4}
.rmaiaj .zazchuu + .zazchuu::before{content:"/";margin-right:6px;opacity:.35}
.vzdh0p .zazchuu + .zazchuu::before{content:"|";margin-right:6px;opacity:.3}
.wfa5xhj .zazchuu + .zazchuu::before{content:"—";margin-right:6px;opacity:.3}
.fkvb2y .zazchuu + .zazchuu::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.wdm0t .zazchuu + .zazchuu::before{content:"·";margin-right:6px;opacity:.4}
.c0kv3 .zazchuu + .zazchuu::before{content:"›";margin-right:6px;opacity:.4}
.utbwh .zazchuu + .zazchuu::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.mkbzaw .gqu1{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .gqu1{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .zgjy{max-width:100%}
}
:root {
  --accent:          #699e1b;
  --brand:           #699e1b;
  --brand-light:     #91ce37;
  --brand-pale:      #a5ce6a;
  --grad-start:      #9adc37;
  --grad-end:        #b2dd74;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #699e1b;
  --cta-light:       #527e11;
  --cta-hover:       #466912;
  --bg-page:         #f7f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f5f3;
  --bg-raised:       #f0f1ee;
  --bg-hover:        #f5f5f3;
  --border:          #e6e8e2;
  --border-alt:      #d7dccf;
  --border-section:  #e6e8e2;
  --text-primary:    #191b17;
  --text-muted:      #5a6051;
  --text-body:       #33372e;
  --text-sub:        #4d5345;
  --text-faint:      #818a74;
  --text-dim:        #9aa190;
  --text-label:      #676e5d;
  --text-value:      #40453a;
  --accent-bg:       #ecf2e2;
  --accent-bg-light: #deedc9;
  --bg-tip:          #f0f9f2;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f8f9;
  --bg-pros:         #f0f9f2;
  --bg-cons:         #faf5f3;
  --c-pros:          #10922f;
  --c-cons:          #9f3c21;
  --c-pros-label:    #13ae37;
  --c-tip-border:    #15c03d;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #10922f;
}
:root { --logo-bg-opacity: 33%; }
body, button, input { font-family: "Noto Sans", sans-serif; }
.dbzy .qiumr li::before, .dbzy .a3qox li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.dbzy .qiumr li::before { content: ""; }.dbzy .a3qox li::before { content: ""; }.dbzy .sg4e0hf9::before, .dbzy .ogm3gu6q::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.dbzy .sg4e0hf9::before { content: ""; }.dbzy .ogm3gu6q::before { content: ""; }
.f747 .nyhzme, .f747 .uj65 { min-height: 780px; }
.ib2i .u034rk::after, .ib2i .ejprkl::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; }
.gxbb::before { content: '•'; }
.oxp4136 .zazchuu::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.oxp4136 .zazchuu:first-of-type::before{content:"\f073"}.oxp4136 .zazchuu:last-of-type::before{content:"\f303"}