: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;
}
.dtnvwt {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.gnrw4vr {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.u959eg {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.oo86y { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.qd5ldvu { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.qd5ldvu a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.qd5ldvu a:hover { color: var(--accent-light); }
.fuuo75l     .vrkuqpg { border-radius: 24px; padding: 8px; }
.fuuo75l .vrkuqpg li a { border-radius: 16px; }
.gb6c .vrkuqpg li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .vrkuqpg {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .fg3a:hover .vrkuqpg,
  .fg3a:focus-within .vrkuqpg { display: block; }
  .vrkuqpg li a { padding: 8px 16px; font-size: 0.88rem; }
}
.z6hi {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.jf7lkpmt { display: none; }
@media (max-width: 640px) {
  .jf7lkpmt {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .jf7lkpmt.os3n { display: block; }
}
@media (max-width: 640px) {
  .z6hi { display: block; }
  .qd5ldvu > li + li::before { display: none !important; }
  .qd5ldvu {
    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;
  }
  .qd5ldvu.os3n { display: flex; }
  .qd5ldvu li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .qd5ldvu li:last-child a { border-bottom: none; }
}
.jz99d { min-height: 480px; }
.ke8hzod1 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.p3x1 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.rdym .p3x1 { margin-left: 0; margin-right: 0; }
.b0u4hout {
  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;
}
.b0u4hout:hover { opacity: 0.88; }
.ex6u {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.rm2ek5o {
  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%);
}
.ex6u .wtwj912p {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.ex6u .ke8hzod1 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.ex6u .p3x1 { color: #e2e8f0; }
.ex6u.sa84sr .wtwj912p { text-align: center; }
.ex6u.rdym   .wtwj912p { text-align: left; }
.vqq0i .wtwj912p {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.vqq0i .ke8hzod1 { color: var(--text-primary); text-shadow: none; }
.vqq0i .p3x1 { color: var(--text-muted); }
.vqq0i .b0u4hout { margin-top: 16px; }
.vqq0i, .vqq0i.jz99d { min-height: auto !important; }
.vqq0i.sa84sr .wtwj912p { text-align: center; }
.vqq0i.rdym   .wtwj912p { text-align: left; }
.vqq0i~.yej5st{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}
.vqq0i~.yej5st .d2a126b9{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; }
}
.ut6dtf .pel6w87,
.ut6dtf .s3t19,
.ut6dtf .ex6u .rm2ek5o {
  overflow: hidden;
}
.ut6dtf .pel6w87::after,
.ut6dtf .s3t19::after,
.ut6dtf .ex6u .rm2ek5o::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); }
}
.ypca4d6 .ex6u .rm2ek5o {
  overflow: hidden;
}
.ypca4d6 .ex6u .rm2ek5o::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;
}
.p5z0u9qm .ex6u .rm2ek5o {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.iiakhgv9 .ex6u .rm2ek5o {
  overflow: hidden;
}
.iiakhgv9 .ex6u .rm2ek5o::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;
}
.uz9x038o .ex6u .rm2ek5o {
  animation: hg-breathe 10s ease-in-out infinite;
}
.pel6w87 .rm2ek5o {
  background: none;
}
.pel6w87 .ke8hzod1 { color: #fff; }
.pel6w87 .p3x1 { color: rgba(255,255,255,0.85); }
.pel6w87 .b0u4hout { background: #fff; color: var(--cta); }
.pel6w87 .b0u4hout:hover { opacity: 0.92; }
.ut6dtf .jijxa2 { position: relative; overflow: hidden; }
.ut6dtf .jijxa2::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;
}
.jijxa2 .ke8hzod1 { text-shadow: none; color: var(--text-primary); }
.jijxa2 .p3x1 { color: var(--text-muted); }
.jijxa2.rdym   .te70 { align-items: flex-start; text-align: left; }
.eddbcx .wtwj912p { padding-bottom: 24px; }
.g0cr93sn .wtwj912p { max-width: 960px; }
@media (max-width: 700px) {
  .jijxa2 { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .jijxa2 .m0trp1 { display: none !important; }
  .il2l .m0trp1 { display: none !important; }
  .vkg5lm .ljj9 { display: none !important; }
  .a6n1 .xgix1gfn { display: none !important; }
  .te70  { padding: 36px 24px; }
  .jijxa2~.yej5st,.qyanbpl~.yej5st{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .jz99d, .jijxa2 { min-height: 320px !important; }
  
  .ke8hzod1 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .bvrvjr { display: none !important; }
  
  .jexck141 { flex-direction: column; align-items: center; }
  .czgl { width: 100%; max-width: 340px; }
}
.ob8y { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.c5hi { width: 100%; height: auto; display: block; border-radius: 10px; }
.cw1ei .ob8y        { border-radius: 16px; }
.cw1ei .c5hi  { border-radius: 16px; }
.d2urq .ob8y         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.d2urq .c5hi   { border-radius: 8px; }
.tbry7lh3 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.d834k4gt { width: 100%; padding: 32px 0; position: relative; }
.hj2i { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.eotqldp .d834k4gt:nth-child(even) { background: var(--bg-surface); }
.eotqldp .d834k4gt:nth-child(odd)  { background: var(--bg-page); }
.isxv7mbh .d834k4gt:nth-child(even) { background: var(--bg-card); }
.isxv7mbh .d834k4gt:nth-child(odd)  { background: var(--bg-page); }
.eotqldp .d834k4gt:nth-child(odd)  .hj2i { background: var(--bg-card); border-radius: 6px; }
.eotqldp .d834k4gt:nth-child(even) .hj2i { background: var(--bg-raised); border-radius: 6px; }
.isxv7mbh .d834k4gt:nth-child(odd)  .hj2i { background: var(--bg-card); border-radius: 6px; }
.isxv7mbh .d834k4gt:nth-child(even) .hj2i { background: var(--bg-raised); border-radius: 6px; }
.eotqldp .d834k4gt:nth-child(even) .r6jnc .nk0705m,
.isxv7mbh .d834k4gt:nth-child(even) .r6jnc .nk0705m { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.eotqldp .d834k4gt:nth-child(odd) .r6jnc .nk0705m,
.isxv7mbh .d834k4gt:nth-child(odd) .r6jnc .nk0705m { background: var(--bg-card-inner); }
.eotqldp .d834k4gt:nth-child(even) .f1e3k9 .nk0705m:nth-child(odd),
.isxv7mbh .d834k4gt:nth-child(even) .f1e3k9 .nk0705m:nth-child(odd)  { background: var(--bg-card); }
.eotqldp .d834k4gt:nth-child(even) .f1e3k9 .nk0705m:nth-child(even),
.isxv7mbh .d834k4gt:nth-child(even) .f1e3k9 .nk0705m:nth-child(even) { background: var(--bg-card-inner); }
h1.i88amezz { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.i88amezz {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.pif6 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.w6z4r h2.i88amezz {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.xcentmq8 h2.i88amezz {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.pqyj h2.i88amezz {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.cnhw h2.i88amezz::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.dhqqm h2.i88amezz {
  color: var(--text-primary); font-size: 1.7rem;
}
.los7fwrb h2.i88amezz::before {
  content: "/"; color: var(--accent); font-weight: 800;
  margin-right: 10px;
}
.d1wqyro0 h2.i88amezz {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.joz6idx { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .joz6idx { display: none; } }
.iz6a { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.phuty { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.lmdipc4x {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.wanp { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.cos32 { padding-left: 20px; }
.cos32 li { margin-bottom: 6px; }
.cos32 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.cos32 a:hover { color: var(--accent-light); }
.r4g180 .wanp { display: none; }
.dgl6065 .wanp { display: none; }
.dgl6065 .cos32 { padding-left: 0; list-style: none; }
.dgl6065 .cos32 li::before { content: "—"; margin-right: 9px; color: var(--accent); opacity: 0.7; }
.dgl6065 .cos32 a { font-size: 0.92rem; }
.hsqr2rk4 .lmdipc4x { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.hsqr2rk4 .wanp { display: none; }
.hsqr2rk4 .cos32 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.hsqr2rk4 .cos32 li { margin-bottom: 0; }
.hsqr2rk4 .cos32 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;
}
.hsqr2rk4 .cos32 a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.d2qz9jq .lmdipc4x { padding: 20px 20px 16px; }
.d2qz9jq .cos32 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.d2qz9jq .cos32 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.d2qz9jq .cos32 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;
}
.d2qz9jq .cos32 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;
}
.d2qz9jq .cos32 a:hover { color: var(--accent-light); border-color: var(--accent); }
.d2qz9jq .cos32 a:focus,
.d2qz9jq .cos32 a:focus-visible,
.d2qz9jq .cos32 a:target { outline: none; }
.d2qz9jq .cos32 li:target a { border-color: var(--border); color: var(--text-muted); }
.g0xcbszx .lmdipc4x { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.g0xcbszx .wanp { display: none; }
.g0xcbszx .cos32 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.g0xcbszx .cos32 li { margin-bottom: 0; }
.g0xcbszx .cos32 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.g0xcbszx .cos32 li:last-child::after { content: ""; margin-right: 0; }
.g0xcbszx .cos32 a { font-size: 0.9rem; }
.nk0705m { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.r6jnc .nk0705m { background: var(--bg-card); }
.f1e3k9 .nk0705m:nth-child(odd)  { background: var(--bg-card); }
.f1e3k9 .nk0705m:nth-child(even) { background: var(--bg-raised); }
.xvzbttt3 .nk0705m {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.xvzbttt3 .nk0705m:last-child { border-bottom: none; }
.xvzbttt3 h3.pif6 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.k1rd .nk0705m {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.k1rd .nk0705m + .nk0705m { margin-top: 4px; }
.lkdj .nk0705m { background: none; border-radius: 0; padding: 12px 0; }
.lkdj .nk0705m + .nk0705m { border-top: 1px solid var(--border-section); }
.g7f479 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.gwxhc { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.kueq38jc { color: var(--text-body); margin-bottom: 10px; }
.cce0, .tf0c87 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.cce0 li, .tf0c87 li { margin-bottom: 6px; }
.tf0c87 li { list-style: decimal; }
.jflke     .cce0 { list-style-type: "● "; }
.xecj  .cce0 { list-style-type: "■ "; }
.ltxz67hy .cce0 { list-style-type: "◆ "; }
.e03n    .cce0 { list-style-type: "★ "; }
.e03n    .zgej { list-style-type: "★ "; }
.jflke    .cce0 li::marker, .jflke    .zgej li::marker,
.xecj .cce0 li::marker, .xecj .zgej li::marker,
.ltxz67hy .cce0 li::marker, .ltxz67hy .zgej li::marker,
.e03n   .cce0 li::marker, .e03n   .zgej li::marker {
  color: var(--cta); font-size: 1em;
}
.jflke .tf0c87,
.xecj .tf0c87,
.ltxz67hy .tf0c87,
.e03n .tf0c87 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.jflke .tf0c87 li,
.xecj .tf0c87 li,
.ltxz67hy .tf0c87 li,
.e03n .tf0c87 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.jflke .tf0c87 li::before,
.xecj .tf0c87 li::before,
.ltxz67hy .tf0c87 li::before,
.e03n .tf0c87 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;
}
.jflke     .tf0c87 li::before { border-radius: 50%; }
.xecj  .tf0c87 li::before { border-radius: 3px; }
.ltxz67hy .tf0c87 li::before { border-radius: 3px; }
.e03n    .tf0c87 li::before { border-radius: 50%; }
.mehn .pa05 th {
  background: transparent; color: var(--accent);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.mehn .pa05 td { border-bottom: none; }
.mehn .pa05 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
[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%}
.v18bx .diegfees {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.jpk2ohxb .cuoiw { background: var(--bg-surface); border: 1px solid var(--border); }
.jpk2ohxb .a6hztn { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.lcto3b9 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.jhlcf  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.wwf6uz { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.fpd29v { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.lcto3b9 strong { color: var(--text-primary); font-size: 0.95rem; }
.lcto3b9 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.bdgrt { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.fatcy7o8, .h2mlw { border-radius: 8px; padding: 14px; }
.fatcy7o8 { background: var(--bg-pros); }
.h2mlw { background: var(--bg-cons); }
.fry4ogc { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.fatcy7o8 .fry4ogc { color: var(--c-pros-label); }
.h2mlw .fry4ogc { color: #f87171; }
.fatcy7o8 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.h2mlw ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.c5hi { width: 100%; height: auto; border-radius: 10px; display: block; }
.xrz1wxcl {
  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;
}
.xrz1wxcl:hover { opacity: 0.85; }
.e1ttj .xrz1wxcl  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.e1ttj .xrz1wxcl:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ep27i5wd .xrz1wxcl  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ep27i5wd .xrz1wxcl:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.psoxq6s5 .b0u4hout { border-radius: 50px; }
.psoxq6s5 .xrz1wxcl  { border-radius: 50px; }
.qnke .b0u4hout { padding-left: 22px; padding-right: 22px; }
.qnke .xrz1wxcl  { padding-left: 12px; padding-right: 12px; }
.mmtcxx .b0u4hout { padding-left: 44px; padding-right: 44px; }
.mmtcxx .xrz1wxcl  { padding-left: 24px; padding-right: 24px; }
.cu9ygcvu .b0u4hout { padding-left: 56px; padding-right: 56px; }
.cu9ygcvu .xrz1wxcl  { padding-left: 32px; padding-right: 32px; }
.ur4mk   .b0u4hout::after, .ur4mk   .xrz1wxcl::after,
.syp42t .b0u4hout::after, .syp42t .xrz1wxcl::after,
.vy14ltu6    .b0u4hout::after, .vy14ltu6    .xrz1wxcl::after,
.xco3u9x    .b0u4hout::after, .xco3u9x    .xrz1wxcl::after,
.eiywrmh    .b0u4hout::after, .eiywrmh    .xrz1wxcl::after,
.m2w0n2k     .b0u4hout::after, .m2w0n2k     .xrz1wxcl::after,
.qg04    .b0u4hout::after, .qg04    .xrz1wxcl::after,
.fi6k21g2   .b0u4hout::after, .fi6k21g2   .xrz1wxcl::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;
}
.ur4mk .b0u4hout::after, .ur4mk .xrz1wxcl::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");
}
.syp42t .b0u4hout::after, .syp42t .xrz1wxcl::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");
}
.vy14ltu6 .b0u4hout::after, .vy14ltu6 .xrz1wxcl::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");
}
.xco3u9x .b0u4hout::after, .xco3u9x .xrz1wxcl::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");
}
.eiywrmh .b0u4hout::after, .eiywrmh .xrz1wxcl::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");
}
.m2w0n2k .b0u4hout::after, .m2w0n2k .xrz1wxcl::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");
}
.qg04 .b0u4hout::after, .qg04 .xrz1wxcl::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");
}
.fi6k21g2 .b0u4hout::after, .fi6k21g2 .xrz1wxcl::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");
}
.os6vn   .j5wbyy::after, .os6vn   .jukb7xr::after,
.kfix8r1 .j5wbyy::after, .kfix8r1 .jukb7xr::after,
.mc4q59    .j5wbyy::after, .mc4q59    .jukb7xr::after,
.by3j    .j5wbyy::after, .by3j    .jukb7xr::after,
.uizyb    .j5wbyy::after, .uizyb    .jukb7xr::after,
.e0ftg     .j5wbyy::after, .e0ftg     .jukb7xr::after,
.g8d34t    .j5wbyy::after, .g8d34t    .jukb7xr::after,
.z7b6v   .j5wbyy::after, .z7b6v   .jukb7xr::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;
}
.os6vn .j5wbyy::after, .os6vn .jukb7xr::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");
}
.kfix8r1 .j5wbyy::after, .kfix8r1 .jukb7xr::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");
}
.mc4q59 .j5wbyy::after, .mc4q59 .jukb7xr::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");
}
.by3j .j5wbyy::after, .by3j .jukb7xr::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");
}
.uizyb .j5wbyy::after, .uizyb .jukb7xr::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");
}
.e0ftg .j5wbyy::after, .e0ftg .jukb7xr::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");
}
.g8d34t .j5wbyy::after, .g8d34t .jukb7xr::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");
}
.z7b6v .j5wbyy::after, .z7b6v .jukb7xr::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");
}
.lsz7o7wd .o14f1z09 { background: var(--bg-raised); }
@media (min-width: 721px) {
  .wvrj6 { flex: 0 0 260px; width: 260px; }
  .ywpu { flex: 0 0 120px; width: 120px; }
  .l9v8glh { flex: 0 0 110px; width: 110px; }
  .z8s1i469   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .mbdgds { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.mbdgds.xrz1wxcl { 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) {
  .rqggo { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .rqggo .wb00u70 { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .rqggo .wvrj6 { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .rqggo .o14f1z09 { width: 100%; min-width: unset; height: 120px; }
  .rqggo .cymat5 { max-height: 96px; max-width: 200px; }
  .rqggo .bfllw9 { min-width: unset; text-align: center; white-space: normal; }
  .rqggo .ywpu { min-width: 0; }
  .rqggo .z8s1i469 { 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; }
  .rqggo .mbdgds { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .rpdc2a9y .wb00u70 { row-gap: 8px !important; gap: 10px !important; }
}
.wshdv66i  .uup3ds li::before { content: "★"; }
.wshdv66i  .m6r6k li::before { content: "✕"; }
@media (min-width: 860px) {
  .a19jh3hj .nsrqs {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .a19jh3hj .e1pns7cx { margin: 0; }
}
.fpjtibve .e1pns7cx { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.fpjtibve .vdwip { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.fpjtibve .y99z5q9s { padding: 14px 16px; }
.fpjtibve .xitpy { border-radius: 4px; }
.fpjtibve .senl2 { border-radius: 0; }
.b9rl79p .bdgrt { gap: 10px; }
.b9rl79p .fatcy7o8, .b9rl79p .h2mlw { padding: 12px; }
.b9rl79p .fatcy7o8 ul, .b9rl79p .h2mlw ul { margin: 4px 0 0; padding-left: 18px; }
.b9rl79p .fatcy7o8 li, .b9rl79p .h2mlw li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .uu18qggt { grid-template-columns: 1fr; }
  .s4nhv6h0 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .s4nhv6h0 .ywmg3h { width: 72px; height: 50px; }
  .s4nhv6h0 .qgjd { max-width: 180px; }
  .s4nhv6h0 .wk0az { width: auto; }
}
@media (max-width: 720px) {
  .ucuksi1 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .x90jz { padding: 16px; }
  .bbciu .lnqmvi { min-width: 50%; }
}
.dfsx70 .bdgrt { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .itu9p8 { grid-template-columns: 1fr; }
  .w0p0 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ck6o { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .tbug { flex-wrap: wrap; padding: 16px; }
}
.pr5k50 .bdgrt { gap: 8px; }
.pr5k50 .fatcy7o8, .pr5k50 .h2mlw { padding: 8px; }
@media (max-width: 480px) {
  .v1w3j { flex-direction: column; align-items: stretch; }
}
.pnzlzjk .wk0az .xrz1wxcl { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .c7sg { flex-direction: column; align-items: stretch; gap: 10px; }
  .pnzlzjk .wk0az { text-align: center; }
}
@media (max-width: 720px) {
  .fexu { grid-template-columns: 1fr; }
  .u4bo2 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .d2a1q { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .eiq4s3 { grid-template-columns: 1fr; }
  .xgin { width: 100px; height: 100px; margin: 16px auto; }
  .wy1wtnc { font-size: 1.4rem; }
  .grfurwn1 { justify-content: center; }
  .uiiz056y .lnqmvi { min-width: 50%; }
}
.anynnd .bdgrt { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .g8i0 { flex-wrap: wrap; padding: 14px 16px; }
  .th9r2z { padding: 12px 16px; }
  .anynnd .bdgrt { margin: 0 16px; }
  .anynnd .bsl0b { padding: 0 16px; }
  .casveeft { padding: 12px 16px; }
}
.fajy27ur .wvrj6 { flex-direction: column; align-items: center; gap: 10px; min-width: 240px; flex-shrink: 0; }
.fajy27ur .bfllw9 { text-align: center; white-space: normal; font-size: 1.05rem; line-height: 1.25; }
.cwu6qf .mbdgds.xrz1wxcl { padding: 14px 30px !important; font-size: 1rem; }
.h5hh .mbdgds.xrz1wxcl { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.stylwz { margin: 16px 0; }
.vhmyada { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.vhmyada summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.vhmyada summary::after { content: "+"; color: var(--accent); }
.vhmyada[open] summary::after { content: "−"; }
.vhmyada p { padding: 0 18px 14px; color: var(--text-muted); font-size: 0.95rem; }
.d834k4gt { margin-bottom: 0; }
.hqly h2.i88amezz { color: var(--text-primary); border-color: var(--accent); }
.ssx5lll h2.i88amezz { color: var(--text-primary); border-color: var(--accent); }
.pqitykv .jhlcf     { background: #052e16; border-color: #10b981; }
.pqitykv .wwf6uz    { background: #1e1036; border-color: #a855f7; }
.pqitykv .lcto3b9 strong  { color: #f1f5f9; }
.pqitykv .lcto3b9 p       { color: #cbd5e1; }
.pqitykv .xliyowo    .jhlcf     .fpd29v::before,
.pqitykv .s5wa  .jhlcf     .fpd29v::before,
.pqitykv .sy2bf44  .jhlcf     .fpd29v::before,
.pqitykv .zppc6 .jhlcf     .fpd29v::before { color: #10b981; }
.pqitykv .xliyowo    .knlaxci6 .fpd29v::before,
.pqitykv .s5wa  .knlaxci6 .fpd29v::before,
.pqitykv .sy2bf44  .knlaxci6 .fpd29v::before,
.pqitykv .zppc6 .knlaxci6 .fpd29v::before { color: #f43f5e; }
.pqitykv .xliyowo    .wwf6uz    .fpd29v::before,
.pqitykv .s5wa  .wwf6uz    .fpd29v::before,
.pqitykv .sy2bf44  .wwf6uz    .fpd29v::before,
.pqitykv .zppc6 .wwf6uz    .fpd29v::before { color: #a855f7; }
.h7rncd4j .jhlcf     { background: #2d2000; border-color: #eab308; }
.h7rncd4j .wwf6uz    { background: #2d1600; border-color: #f97316; }
.h7rncd4j .lcto3b9 strong  { color: #f1f5f9; }
.h7rncd4j .lcto3b9 p       { color: #cbd5e1; }
.h7rncd4j .xliyowo    .jhlcf     .fpd29v::before,
.h7rncd4j .s5wa  .jhlcf     .fpd29v::before,
.h7rncd4j .sy2bf44  .jhlcf     .fpd29v::before,
.h7rncd4j .zppc6 .jhlcf     .fpd29v::before { color: #eab308; }
.h7rncd4j .xliyowo    .knlaxci6 .fpd29v::before,
.h7rncd4j .s5wa  .knlaxci6 .fpd29v::before,
.h7rncd4j .sy2bf44  .knlaxci6 .fpd29v::before,
.h7rncd4j .zppc6 .knlaxci6 .fpd29v::before { color: #ef4444; }
.h7rncd4j .xliyowo    .wwf6uz    .fpd29v::before,
.h7rncd4j .s5wa  .wwf6uz    .fpd29v::before,
.h7rncd4j .sy2bf44  .wwf6uz    .fpd29v::before,
.h7rncd4j .zppc6 .wwf6uz    .fpd29v::before { color: #f97316; }
.cduthkd .jhlcf     { background: #0c1a2e; border-color: #38bdf8; }
.cduthkd .knlaxci6 { background: #12103a; border-color: #818cf8; }
.cduthkd .wwf6uz    { background: #0a2020; border-color: #2dd4bf; }
.cduthkd .lcto3b9 strong  { color: #f1f5f9; }
.cduthkd .lcto3b9 p       { color: #cbd5e1; }
.cduthkd .xliyowo    .jhlcf     .fpd29v::before,
.cduthkd .s5wa  .jhlcf     .fpd29v::before,
.cduthkd .sy2bf44  .jhlcf     .fpd29v::before,
.cduthkd .zppc6 .jhlcf     .fpd29v::before { color: #38bdf8; }
.cduthkd .xliyowo    .knlaxci6 .fpd29v::before,
.cduthkd .s5wa  .knlaxci6 .fpd29v::before,
.cduthkd .sy2bf44  .knlaxci6 .fpd29v::before,
.cduthkd .zppc6 .knlaxci6 .fpd29v::before { color: #818cf8; }
.cduthkd .xliyowo    .wwf6uz    .fpd29v::before,
.cduthkd .s5wa  .wwf6uz    .fpd29v::before,
.cduthkd .sy2bf44  .wwf6uz    .fpd29v::before,
.cduthkd .zppc6 .wwf6uz    .fpd29v::before { color: #2dd4bf; }
.xuyaw .jhlcf     { background: var(--accent-bg); border-color: var(--accent); }
.xuyaw .wwf6uz    { background: var(--accent-bg); border-color: var(--accent-pale); }
.xuyaw .xliyowo    .fpd29v::before,
.xuyaw .s5wa  .fpd29v::before,
.xuyaw .sy2bf44  .fpd29v::before,
.xuyaw .zppc6 .fpd29v::before { color: var(--accent-light) !important; }
.rwo7e::before,
.xf6t7::before { margin-right: 5px; }
.egzef .fatcy7o8 ul li,
.egzef .fatcy7o8 .rwo7e { color: #22c55e; }
.egzef .h2mlw ul li,
.egzef .h2mlw .xf6t7 { color: #ef4444; }
.yxg3 .fatcy7o8 { background: var(--bg-pros); }
.yxg3 .h2mlw { background: var(--bg-cons); }
.yxg3 .fatcy7o8 .rwo7e { color: var(--c-pros-label); }
.yxg3 .h2mlw .xf6t7 { color: var(--c-cons); }
.yxg3 .fatcy7o8 ul li,
.yxg3 .uup3ds li            { color: var(--c-pros); }
.yxg3 .h2mlw ul li,
.yxg3 .m6r6k li            { color: var(--c-cons); }
.eq64a2 .fatcy7o8 { background: var(--bg-pros); }
.eq64a2 .h2mlw { background: var(--bg-cons); }
.eq64a2 .fatcy7o8 .rwo7e { color: var(--c-pros-label); }
.eq64a2 .h2mlw .xf6t7 { color: var(--c-cons); }
.eq64a2 .fatcy7o8 ul li,
.eq64a2 .h2mlw ul li,
.mezr .rwo7e::before { content: "✓ "; }
.mezr .xf6t7::before { content: "✗ "; }
.jgkyds .rwo7e::before { content: "→ "; }
.jgkyds .xf6t7::before { content: "← "; }
.wshdv66i .rwo7e::before { content: "★ "; }
.wshdv66i .xf6t7::before { content: "✕ "; }
.geruk8 .rwo7e::before { content: "◆ "; }
.geruk8 .xf6t7::before { content: "▲ "; }
.om2z3pt .lcto3b9 { background: transparent; border-left: none; border: 1.5px solid; }
.om2z3pt .jhlcf     { border-color: var(--c-tip-border); }
.om2z3pt .wwf6uz    { border-color: #60a5fa; }
.om2z3pt .lcto3b9 strong { color: var(--text-primary); }
.om2z3pt .lcto3b9 p      { color: var(--text-muted); }
.wkaz1z .lcto3b9 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.wkaz1z .jhlcf     { border-top-color: var(--c-tip-border); }
.wkaz1z .wwf6uz    { border-top-color: #60a5fa; }
.su60 .lcto3b9 { border-left: none; border-radius: 8px; }
.su60 .jhlcf     { background: #065f46; }
.su60 .wwf6uz    { background: #1e3a8a; }
.su60 .lcto3b9 strong,
.su60 .lcto3b9 p { color: #fff; }
.su60 .fpd29v::before { color: rgba(255,255,255,0.85) !important; }
.pqitykv.su60 .jhlcf,
.pqitykv .su60 .jhlcf     { background: #052e16; }
.pqitykv.su60 .wwf6uz,
.pqitykv .su60 .wwf6uz    { background: #1e1036; }
.h7rncd4j.su60 .jhlcf,
.h7rncd4j .su60 .jhlcf      { background: #2d2000; }
.h7rncd4j.su60 .wwf6uz,
.h7rncd4j .su60 .wwf6uz     { background: #2d1600; }
.cduthkd.su60 .jhlcf,
.cduthkd .su60 .jhlcf      { background: #0c1a2e; }
.cduthkd.su60 .knlaxci6,
.cduthkd .su60 .knlaxci6  { background: #12103a; }
.cduthkd.su60 .wwf6uz,
.cduthkd .su60 .wwf6uz     { background: #0a2020; }
.yoaj0 .lcto3b9 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.yoaj0 .jhlcf     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.yoaj0 .wwf6uz    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.yoaj0 .lcto3b9 strong { color: var(--text-primary); }
.yoaj0 .lcto3b9 p      { color: var(--text-muted); }
.yin6 .lcto3b9 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.xliyowo .fpd29v,
.s5wa .fpd29v,
.sy2bf44 .fpd29v,
.zppc6 .fpd29v { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.xliyowo .fpd29v::before,
.s5wa .fpd29v::before,
.sy2bf44 .fpd29v::before,
.zppc6 .fpd29v::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.xliyowo .jhlcf     .fpd29v::before { content: "✦"; color: var(--c-tip-border); }
.xliyowo .knlaxci6 .fpd29v::before { content: "▲"; color: var(--c-warn-border); }
.xliyowo .wwf6uz    .fpd29v::before { content: "◉"; color: #60a5fa; }
.s5wa .jhlcf     .fpd29v::before { content: "★"; color: var(--c-tip-border); }
.s5wa .knlaxci6 .fpd29v::before { content: "◆"; color: var(--c-warn-border); }
.s5wa .wwf6uz    .fpd29v::before { content: "●"; color: #60a5fa; }
.sy2bf44 .jhlcf     .fpd29v::before { content: "▶"; color: var(--c-tip-border); }
.sy2bf44 .knlaxci6 .fpd29v::before { content: "■"; color: var(--c-warn-border); }
.sy2bf44 .wwf6uz    .fpd29v::before { content: "▸"; color: #60a5fa; }
.zppc6 .jhlcf     .fpd29v::before { content: "→"; color: var(--c-tip-border); }
.zppc6 .knlaxci6 .fpd29v::before { content: "⬥"; color: var(--c-warn-border); }
.zppc6 .wwf6uz    .fpd29v::before { content: "◈"; color: #60a5fa; }
.mkrsgh0a .r6jnc .nk0705m,
.mkrsgh0a .f1e3k9 .nk0705m  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.mkrsgh0a .lmdipc4x                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.k1vq6mvt .r6jnc .nk0705m,
.k1vq6mvt .f1e3k9 .nk0705m,
.k1vq6mvt .cuoiw,
.k1vq6mvt .wb00u70,
.k1vq6mvt .e1pns7cx,
.k1vq6mvt .h28qpka3,
.k1vq6mvt .lmdipc4x,
.k1vq6mvt .yin6 .lcto3b9 { box-shadow: none; }
.en1mu   .kueq38jc, .en1mu .g7f479, .en1mu .gwxhc,
.en1mu   .iz6a, .en1mu .phuty { font-size: 0.9rem; }
.en1mu   .cce0, .en1mu .tf0c87 { font-size: 0.9rem; }
.mj1p9ojb   .kueq38jc, .mj1p9ojb .g7f479, .mj1p9ojb .gwxhc,
.mj1p9ojb   .iz6a, .mj1p9ojb .phuty { font-size: 0.95rem; }
.mj1p9ojb   .cce0, .mj1p9ojb .tf0c87 { font-size: 0.95rem; }
.ygni   .kueq38jc, .ygni .g7f479, .ygni .gwxhc,
.ygni   .iz6a, .ygni .phuty { font-size: 1.08rem; }
.ygni   .cce0, .ygni .tf0c87 { font-size: 1.05rem; }
.ygni   .pa05 { font-size: 0.97rem; }
.t7gagfg .ke8hzod1      { font-size: 3.2rem; }
.t7gagfg h2.i88amezz { font-size: 1.9rem; }
.t7gagfg h3.pif6     { font-size: 1.4rem; }
.nmei6gmf .ke8hzod1      { font-size: 3.8rem; }
.nmei6gmf h2.i88amezz { font-size: 2.2rem; }
.nmei6gmf h3.pif6     { font-size: 1.6rem; }
.d834k4gt + .d834k4gt { position: relative; }
.kf22b5   .d834k4gt + .d834k4gt::before,
.zpaxb  .d834k4gt + .d834k4gt::before,
.koii   .d834k4gt + .d834k4gt::before,
.y9dwu7vy   .d834k4gt + .d834k4gt::before,
.c80d265   .d834k4gt + .d834k4gt::before,
.ms5x81u .d834k4gt + .d834k4gt::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.kf22b5 .d834k4gt + .d834k4gt::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.zpaxb .d834k4gt + .d834k4gt::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.koii .d834k4gt + .d834k4gt::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;
}
.y9dwu7vy .d834k4gt + .d834k4gt::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.n2z3u .d834k4gt { margin-bottom: 16px; }
.n2z3u .d834k4gt + .d834k4gt { margin-top: 0; }
.n2z3u .hj2i { padding-top: 0; padding-bottom: 0; }
.c80d265 .d834k4gt + .d834k4gt::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.ms5x81u .d834k4gt + .d834k4gt::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.jy654d1 .d834k4gt + .d834k4gt::before,
.gimeovrw .d834k4gt + .d834k4gt::before,
.ypm0hdl .d834k4gt + .d834k4gt::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%;
}
.eotqldp .jy654d1 .d834k4gt:nth-child(even)::before,
.eotqldp .gimeovrw .d834k4gt:nth-child(even)::before,
.eotqldp .ypm0hdl .d834k4gt:nth-child(even)::before { background: var(--bg-surface); }
.isxv7mbh .jy654d1 .d834k4gt:nth-child(even)::before,
.isxv7mbh .gimeovrw .d834k4gt:nth-child(even)::before,
.isxv7mbh .ypm0hdl .d834k4gt:nth-child(even)::before { background: var(--bg-card); }
.jy654d1 .d834k4gt + .d834k4gt::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");
}
.gimeovrw .d834k4gt + .d834k4gt::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");
}
.ypm0hdl .d834k4gt + .d834k4gt::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");
}
.km2mebpr .ex6u,
.g6o7e82 .ex6u,
.p9rcs6dy .ex6u { overflow: hidden; }
.km2mebpr .wtwj912p,
.g6o7e82 .wtwj912p { margin-bottom: 60px; }
.p9rcs6dy .wtwj912p { margin-bottom: 70px; }
.km2mebpr .te70,
.km2mebpr .ex6u::before,
.g6o7e82 .ex6u::before,
.p9rcs6dy .ex6u::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%;
}
.km2mebpr .ex6u::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");
}
.g6o7e82 .ex6u::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");
}
.p9rcs6dy .ex6u::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");
}
.wg3u .ex6u:not(.pel6w87) .rm2ek5o { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.xidty7r .ex6u:not(.pel6w87) .rm2ek5o { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.kxil6  .ex6u:not(.pel6w87) .rm2ek5o { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.o31bmpmp  .ex6u:not(.pel6w87) .rm2ek5o { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.hmznssn .pel6w87 { background: var(--accent); }
.hmznssn .pel6w87 .rm2ek5o { background: none; }
.hmznssn .s3t19 { background: var(--accent); }
.hmznssn .jijxa2 { background: var(--accent-bg); }
.hmznssn .ex6u:not(.pel6w87) .rm2ek5o { background: rgba(0,0,0,0.6); }
.d6k54 .ob8y { float: left; width: 38%; margin: 0 28px 16px 0; }
.d6k54 .ob8y .c5hi { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.d6k54 .hj2i::after { content: ''; display: block; clear: both; }
.f7s6 .ob8y { float: right; width: 38%; margin: 0 0 16px 28px; }
.f7s6 .ob8y .c5hi { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.f7s6 .hj2i::after { content: ''; display: block; clear: both; }
.e4u0qov .d834k4gt:nth-child(odd)  .ob8y { float: left;  width: 38%; margin: 0 28px 16px 0; }
.e4u0qov .d834k4gt:nth-child(even) .ob8y { float: right; width: 38%; margin: 0 0 16px 28px; }
.e4u0qov .ob8y .c5hi { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.e4u0qov .hj2i::after { content: ''; display: block; clear: both; }
.e4u0qov .hvk6,
.e4u0qov .rqggo { clear: both; }
.d6k54 .cce0,
.d6k54 .tf0c87,
.f7s6 .cce0,
.f7s6 .tf0c87,
.e4u0qov .cce0,
.e4u0qov .tf0c87 { overflow: hidden; }
@media (max-width: 640px) {
  .d6k54 .ob8y,
  .f7s6 .ob8y,
  .e4u0qov .ob8y { float: none; width: 100%; margin: 0 0 16px 0; }
}
.p5uupn .tbry7lh3,
.p5uupn .hj2i,
.p5uupn .p5axgt  { max-width: 1100px; }
.hgfx3ke .tbry7lh3,
.hgfx3ke .hj2i,
.hgfx3ke .p5axgt  { max-width: 1200px; }
.hgfx3ke { --content-mw: 1200px; }
.o74os6xp .tbry7lh3,
.o74os6xp .hj2i,
.o74os6xp .p5axgt  { max-width: 1320px; }
.mmwmvqb0 { font-size: 0.82rem; color: var(--text-muted); }
.taq8faw { display: flex; align-items: center; }
.w2nl {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.stj3582u { display: flex; align-items: center; }
.qppso0l { color: var(--accent); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.qppso0l:hover { text-decoration: underline; }
.xohu { margin: 0 3px; opacity: 0.45; }
.xohu::before { content: '/'; }
.rfdwla9k { padding: 2px 5px; color: var(--text-main); }
.fts2df .mmwmvqb0 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.fts2df .taq8faw { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.bd3pjm .mmwmvqb0 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.bd3pjm .taq8faw { padding: 0 0 0 12px; }
.n594 .taq8faw { padding: 0 16px; }
.n594 .mmwmvqb0 {
  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);
}
.n594 .tbry7lh3 { padding-top: 28px; }
@media (max-width: 720px) {
  .k701v { margin-top: 18px; padding: 0 16px; }
  .n594 .tbry7lh3 { padding-top: 16px; }
}
.p5uupn.fts2df .taq8faw { max-width: 1100px; }
.hgfx3ke.fts2df .taq8faw { max-width: 1200px; }
.o74os6xp.fts2df .taq8faw { max-width: 1320px; }
.hgfx3ke .k701v { max-width: 1200px; }
.m8cwbmwf .d834k4gt { padding-top: 16px; padding-bottom: 16px; }
.fnnz .d834k4gt { padding-top: 24px; padding-bottom: 24px; }
.xffug .d834k4gt { padding-top: 40px; padding-bottom: 40px; }
.r27y .d834k4gt { padding-top: 52px; padding-bottom: 52px; }
.oklw2u .d834k4gt:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.oklw2u .d834k4gt:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.oklw2u .d834k4gt:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.oklw2u .d834k4gt:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.j7jbrung .hj2i { padding-top: 10px;  padding-bottom: 10px; }
.ot2zfg .hj2i { padding-top: 18px;  padding-bottom: 18px; }
.o7y6wfwa .hj2i { padding-top: 36px;  padding-bottom: 36px; }
.w4hg .hj2i { padding-top: 48px;  padding-bottom: 48px; }
.hrpbw h2.i88amezz { font-weight: 600; }
.hrpbw h3.pif6     { font-weight: 600; }
.hw4lem h2.i88amezz { font-weight: 800; }
.hw4lem h3.pif6     { font-weight: 700; }
.jfs3 h2.i88amezz { font-weight: 900; }
.jfs3 h3.pif6     { font-weight: 800; }
.jfs3 .lcto3b9 strong,
.jfs3 .lcto3b9 strong { font-weight: 600; }
.j5wbyy {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.hhkufkv9 .j5wbyy { display: none; }
@media (max-width: 640px) { .j5wbyy { display: none; } }
.j5wbyy { background: var(--cta) !important; color: #fff !important; border: none !important; }
.j5wbyy:hover { opacity: 0.85; }
.ke5dnm .j5wbyy { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.mpc9 .j5wbyy,
.r8dye  .j5wbyy { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.mpc9 .j5wbyy:hover,
.r8dye  .j5wbyy:hover { opacity: 0.88; }
.ke5dnm.mpc9 .j5wbyy,
.ke5dnm.r8dye  .j5wbyy { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.jukb7xr {
  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;
}
.jukb7xr:hover { transform: translateY(-2px); opacity: 0.92; }
.jukb7xr { background: var(--cta) !important; color: #fff !important; border: none !important; }
.dzy3fe .jukb7xr { display: none; }
.a6lwdn .jukb7xr { right: 32px; }
.dks5  .jukb7xr { left: 32px; }
@media (max-width: 480px) {
  .a6lwdn .jukb7xr { right: 20px; bottom: 20px; }
  .dks5  .jukb7xr { left: 20px; bottom: 20px; }
}
.loyf { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.p5axgt { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.cddwl7l6 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.bssfbx1 { color: var(--text-dim); font-size: 0.8rem; }
.nprpnc { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.nprpnc img { height: 26px; width: auto; object-fit: contain; }
.fmrxy a, .vpkx a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.fmrxy a:hover, .vpkx a:hover { color: var(--accent-light); }
.vpkx { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.npahz .p5axgt { text-align: center; }
.npahz .vpkx { justify-content: center; margin-bottom: 16px; }
.npahz .cddwl7l6 { margin-top: 0; }
.cwht { margin-top: 10px; }
.cwht a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .p5axgt { padding-left: 16px; padding-right: 16px; }
  .vmpog2aw .p5axgt { padding: 20px 16px; }
  .vpkx { gap: 4px 12px; }
  .cddwl7l6 { font-size: 0.78rem; }
}
.paow1ind .jhbz .nprpnc { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.paow1ind .cddwl7l6 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.paow1ind .bssfbx1 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .paow1ind .mggt5h { grid-template-columns: 1fr 1fr; } .paow1ind .jhbz { grid-column: 1 / -1; } }
@media (max-width: 480px) { .paow1ind .mggt5h { grid-template-columns: 1fr; } }
.hyiaswvn .nprpnc { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.hyiaswvn .cddwl7l6 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .hyiaswvn .me3a { gap: 12px; } .hyiaswvn .nprpnc { margin-right: 0; width: 100%; } }
.hm9zmw6u .yp1qv870 .nprpnc { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.hm9zmw6u .cddwl7l6 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.hm9zmw6u .bssfbx1 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .hm9zmw6u .kkfjcmcl { grid-template-columns: 1fr 1fr; } .hm9zmw6u .yp1qv870 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .hm9zmw6u .kkfjcmcl { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .xv35c3 .t2m1 { grid-template-columns: 1fr 1fr; } .xv35c3 .y9jadk:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .xv35c3 .t2m1 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .xk14x7 .t2m1 { grid-template-columns: 1fr; } }
.sljsa .p5axgt { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.sljsa .vpkx { justify-content: center; }
.xj9ubv .dtnvwt      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.xj9ubv .loyf { background: var(--bg-page); border-top-color: var(--border-alt); }
.t7xqt .dtnvwt      { background: #0d1117; border-bottom-color: #21262d; }
.t7xqt .u959eg { color: var(--accent-light); }
.t7xqt .qd5ldvu { --msep-color: #8b949e; }
.t7xqt .qd5ldvu a { color: #8b949e; }
.t7xqt .qd5ldvu a:hover { color: var(--accent-light); }
.t7xqt .z6hi { color: #8b949e; }
.t7xqt .loyf { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.t7xqt .cddwl7l6,
.t7xqt .bssfbx1 { color: #6e7681; }
.t7xqt .fmrxy a, .t7xqt .vpkx a,
.t7xqt .nprpnc { color: #e6edf3; }
.t7xqt .fmrxy a:hover, .t7xqt .vpkx a:hover,
@media (max-width: 640px) {
  .t7xqt .qd5ldvu { background: #0d1117; border-top-color: #21262d; }
  .t7xqt .qd5ldvu li a { border-bottom-color: #21262d; }
}
.k3lo .dtnvwt      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.k3lo .u959eg { color: var(--accent); }
.k3lo .qd5ldvu { --msep-color: #475569; }
.k3lo .qd5ldvu a { color: #475569; }
.k3lo .qd5ldvu a:hover { color: var(--accent); }
.k3lo .z6hi { color: #64748b; }
.k3lo .loyf { background: #f0f4f8; border-top-color: #cbd5e1; }
.k3lo .cddwl7l6,
.k3lo .bssfbx1 { color: #64748b; }
.k3lo .fmrxy a, .k3lo .vpkx a,
.k3lo .t8bj a, .k3lo .nprpnc { color: #374151; }
.k3lo .fmrxy a:hover, .k3lo .vpkx a:hover,
@media (max-width: 640px) {
  .k3lo .qd5ldvu { background: #f0f4f8; border-top-color: #cbd5e1; }
  .k3lo .qd5ldvu li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.mpc9 .dtnvwt      { background: var(--accent); border-bottom-color: var(--accent-light); }
.mpc9 .u959eg { color: #fff; }
.mpc9 .qd5ldvu { --msep-color: rgba(255,255,255,0.82); }
.mpc9 .qd5ldvu a { color: rgba(255,255,255,0.82); }
.mpc9 .qd5ldvu a:hover { color: #fff; }
.mpc9 .z6hi { color: rgba(255,255,255,0.9); }
.mpc9 .vrkuqpg a { color: var(--text-primary) !important; }
.mpc9 .vrkuqpg a:hover { color: var(--accent) !important; }
.mpc9 .loyf { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.mpc9 .cddwl7l6,
.mpc9 .bssfbx1 { color: rgba(255,255,255,0.72); }
.mpc9 .fmrxy a, .mpc9 .vpkx a,
.mpc9 .ezno5 a, .mpc9 .megvs1px a,
.mpc9 .t8bj a, .mpc9 .nprpnc { color: #fff; }
.mpc9 .k993yit, .mpc9 .o79m { color: rgba(255,255,255,0.7); }
.mpc9 .fmrxy a:hover, .mpc9 .vpkx a:hover,
.mpc9 .ezno5 a:hover, .mpc9 .megvs1px a:hover { color: #fff; }
@media (max-width: 640px) {
  .mpc9 .qd5ldvu { background: var(--accent); border-top-color: var(--accent-light); }
  .mpc9 .qd5ldvu li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.r8dye .dtnvwt {
  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);
}
.r8dye .loyf {
  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) {
  .r8dye .qd5ldvu {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.lw80jzsd .gnrw4vr { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.vmjem .gnrw4vr { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.w59wtsyf .gnrw4vr { min-height: 72px; height: auto; }
.r0uozu .gnrw4vr { min-height: 84px; height: auto; }
.vmpog2aw .gnrw4vr { max-width: none; padding: 0 32px; }
.vmpog2aw .p5axgt  { max-width: none; padding: 24px 32px; }
.yesewkr.hgfx3ke .gnrw4vr { max-width: 1200px; }
.yesewkr.o74os6xp .gnrw4vr { max-width: 1320px; }
.im2h6ntt   .u959eg, .im2h6ntt   .nprpnc { text-transform: capitalize; }
.qvsfk2th .u959eg, .qvsfk2th .nprpnc { text-transform: lowercase; }
.fg9s74 .u959eg, .fg9s74 .nprpnc { text-transform: uppercase; letter-spacing: 0.06em; }
.ae7l2y, .qgki {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.vcuqojv .ae7l2y,
.vcuqojv .qgki { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.xv31cisw .ae7l2y,
.xv31cisw .qgki { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.ltt2qa .ae7l2y,
.ltt2qa .qgki { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.a52hczrp .ae7l2y,
.a52hczrp .qgki { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.u32ejk   .qd5ldvu a { font-weight: 500; }
.j1gzn1aj .qd5ldvu a { font-weight: 600; }
.apitv     .qd5ldvu a { font-weight: 700; }
.y4xr    .qd5ldvu a { font-weight: 800; letter-spacing: 0.01em; }
.jhwzk     .qd5ldvu > li + li::before,
.r8ii0    .qd5ldvu > li + li::before,
.mhdgf    .qd5ldvu > li + li::before,
.vscp .qd5ldvu > li + li::before,
.hq88va9 .qd5ldvu > li + li::before,
.hdfnh47  .qd5ldvu > li + li::before,
.k41wld63    .qd5ldvu > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.jhwzk     .qd5ldvu > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.r8ii0    .qd5ldvu > li + li::before { content: "|"; }
.mhdgf    .qd5ldvu > li + li::before { content: "—"; }
.vscp .qd5ldvu > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.hq88va9 .qd5ldvu > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.hdfnh47  .qd5ldvu > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.k41wld63    .qd5ldvu > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .n5ey78n .z6hi,
  .aevw .z6hi,
  .u27e2 .z6hi,
  .orok .z6hi,
  .lkj9xbos .z6hi {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .n5ey78n .z6hi::before,
  .aevw .z6hi::before,
  .u27e2 .z6hi::before,
  .orok .z6hi::before,
  .lkj9xbos .z6hi::before { content: ""; display: block; flex-shrink: 0; }

  
  .n5ey78n .z6hi::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;
  }

  
  .aevw .z6hi::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;
  }

  
  .u27e2 .z6hi::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;
  }

  
  .orok .z6hi::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;
  }

  
  .lkj9xbos .z6hi::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) {
  .mi8g17 .z6hi {
    padding: 5px 14px;
  }
  .mi8g17 .qd5ldvu {
    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;
  }
  .mi8g17 .qd5ldvu li a {
    border-bottom: none; padding: 10px 22px;
  }
  .mi8g17 .qd5ldvu li a:hover { background: var(--bg-raised); }
  .mi8g17 .jf7lkpmt,
  .eavx .jf7lkpmt,
  .crgwt4k .jf7lkpmt { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .t1u11rl .z6hi {
    padding: 5px 10px;
  }
  .t1u11rl .qd5ldvu {
    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);
  }
  .t1u11rl .qd5ldvu.os3n { transform: translateX(0); }
  .t1u11rl .qd5ldvu li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .t1u11rl .qd5ldvu li:last-child a { border-bottom: none; }
  .mpc9 .qd5ldvu,
  .t7xqt .qd5ldvu { background: var(--accent) !important; }
  .mpc9 .qd5ldvu li a,
  .t7xqt .qd5ldvu li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .crgwt4k .z6hi {
    padding: 5px 10px;
  }
  .crgwt4k .qd5ldvu {
    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);
  }
  .crgwt4k .qd5ldvu::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .crgwt4k .qd5ldvu.os3n { transform: translateY(0); }
  .crgwt4k .qd5ldvu li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .hvik5bu9 .z6hi {
    padding: 5px 10px;
  }
  .hvik5bu9 .qd5ldvu {
    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;
  }
  .hvik5bu9 .qd5ldvu.os3n { opacity: 1; pointer-events: auto; }
  .hvik5bu9 .qd5ldvu li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .i6xdijpy     .z6hi { border-radius: 0 !important; }
  .kya6a5i4   .z6hi { border-radius: 8px !important; }
  .kvsmb58 .z6hi { border-radius: 50% !important; }
  .ugcl   .z6hi { border-radius: 999px !important; }
}
.uyq1q9 .oo86y { height: 28px; }
.jlyp0ce .oo86y { height: 54px; }
.yjmrh6br .oo86y { height: 54px; }
.ayz17     .ywpu, .ayz17     .u5agrse { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.hut0 .r8v79e {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.hut0 .y4ifv {
  font-size: 1.3rem; font-weight: 800; color: var(--accent);
}
@media (min-width: 720px) {
  .x35jz .rqggo {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .x35jz .wb00u70 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .x35jz .wb00u70 { padding: 40px 16px 20px; }
  .x35jz .z8s1i469 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .x35jz .mbdgds { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .u40dhu .wb00u70 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .u40dhu .wb00u70::before {
    position: absolute; top: 14px; left: 14px;
  }
  .u40dhu .wvrj6 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .u40dhu .bfllw9 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .u40dhu .z8s1i469 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .u40dhu .mbdgds { width: 100%; min-width: 0; }
  .u40dhu .ywpu { min-width: 0; }
}
.uv2xo18j .vhmyada {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.uv2xo18j .vhmyada summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.uv2xo18j .vhmyada p { padding: 0 2px 16px; }
.bt6rcq .vhmyada { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.bt6rcq .vhmyada summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.bt6rcq .vhmyada summary::after { content: "›"; font-size: 1.2em; }
.bt6rcq .vhmyada[open] summary::after { content: "‹"; }
.bt6rcq .vhmyada p { padding: 10px 22px 4px; }
.c2cdi5nf .vhmyada {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.c2cdi5nf .vhmyada summary { color: var(--text-primary); padding-left: 16px; }
.c2cdi5nf .vhmyada summary::after { content: "›"; font-size: 1.1em; }
.c2cdi5nf .vhmyada[open] summary::after { content: "‹"; }
.c2cdi5nf .vhmyada p { padding-left: 16px; }
.e5ekov .stylwz { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.e5ekov .vhmyada {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.e5ekov .vhmyada:last-child { border-bottom: none; }
.e5ekov .vhmyada summary { color: var(--text-primary); border-radius: 0; }
.e5ekov .vhmyada summary::after { content: "›"; font-size: 1.1em; }
.e5ekov .vhmyada[open] summary::after { content: "‹"; }
.jshd7i .vhmyada { overflow: hidden; }
.jshd7i .vhmyada summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.jshd7i .vhmyada summary::after { color: rgba(255,255,255,.75); }
.jshd7i .vhmyada[open] summary { border-radius: 0; }
.sgw29o6 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.cyncp {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.ukbo {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.n6wgi { color: var(--text-muted); font-size: 1.05rem; }
.kdhrc7 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.behlkz6i {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.xv6q { margin-bottom: 20px; }
.qlh57q {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.r177n17v {
  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;
}
.r177n17v:focus { border-color: var(--accent); box-shadow: 0 0 0 2px var(--accent-bg); }
.wj92zg { resize: vertical; min-height: 130px; }
.eq5l48 { width: 100%; margin-top: 8px; }
.ig9ipej {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.lh273hah {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.lic87 { color: var(--text-muted); line-height: 1.75; }
.r1k5r2 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.r1k5r2 li { margin-bottom: 6px; }
.fyfcq5 { max-width: 760px; margin: 0 auto; }
.ls1b { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.h92t28 { max-width: 760px; margin: 0 auto; }
.niet { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.sfoemrf ul.r1k5r2 { margin: 0; }
.zeg8 .niet { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .zeg8 { grid-template-columns: 1fr; gap: 10px; } }
.hpn47xyu { max-width: 640px; margin: 0 auto; text-align: center; }
.quf2 { margin-bottom: 48px; }
.quf2 .niet { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.quf2 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.baz71 .r1k5r2 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .v11l2do { grid-template-columns: 1fr; } }
.x8ycg { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.x8ycg:hover .c5683j6t { color: var(--accent-light); text-decoration: underline; }
.iwzh { color: inherit; text-decoration: none; }
.iwzh:hover { color: var(--accent-light); text-decoration: underline; }
.je32it { display: inline-block; line-height: 0; }
.a2s2g { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.p8vyxq { margin-bottom: 48px; }
.fhqc0 { max-width: 760px; margin: 0 auto; }
.zzg0uum { max-width: 640px; margin: 0 auto; }
.xhgo3pcm { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.xhgo3pcm:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.kttg5p3 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.xhgo3pcm p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.xhgo3pcm ul.r1k5r2 { margin: 0; }
.c15e72 { color: var(--text-muted); line-height: 1.75; }
.eptx .r1k5r2,
.zzg0uum .r1k5r2,
.fy1puy .r1k5r2,
.hrb05g5 .r1k5r2 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.eptx .xhgo3pcm,
.zzg0uum .xhgo3pcm { text-align: left; }
.eptx .kttg5p3,
.zzg0uum .kttg5p3 { text-align: center; }
.ryy2x0 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.rv9ghz { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.q8bvyuzg { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.ft3f7xk { margin-top: 12px; }
.fszm2rt { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.fszm2rt:hover { border-bottom-color: var(--accent); }
.lsbut8 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.lsbut8 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dp84 { width: 72px; height: 72px; }
.mc8x { border-radius: 50%; }
.e1oa { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.e8t2c7z { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.e8t2c7z::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .iivvr069 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.q7s6t .q8bvyuzg, .q7s6t .rv9ghz { max-width: 640px; }
.wh8rijl .ryy2x0 { font-size: 1.6rem; margin-top: 18px; }
.e89570yc .q8bvyuzg { margin-bottom: 28px; }
@media (max-width: 860px) { .xmqbkin9 { grid-template-columns: 1fr; } .wh8rijl { position: static; text-align: center; } }
.c69siij1 .lsbut8 { margin: 0 auto 18px; }
.c69siij1 .e1oa { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .bob0 { grid-template-columns: 1fr; } }
.mwfodqh .ryy2x0 { font-size: 1.6rem; margin-bottom: 6px; }
.hrb05g5 .r1k5r2 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .mwfodqh { flex-direction: column; text-align: center; } .wlz4k3 { grid-template-columns: 1fr; } }
.z6h090ru { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.z6h090ru .ryy2x0 { font-size: 1.35rem; margin: 0 0 4px; }
.z6h090ru .e1oa { margin: 0; }
.qtw9oyd .ukbo { color: var(--accent-light); }
.eik6 .ukbo { font-size: 2rem; }
.eik6 .n6wgi { max-width: 680px; }
.etl0l .ukbo { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.etl0l .n6wgi  { margin: 0; }
@media (max-width: 640px) { .etl0l { flex-direction: column; } }
.gb0y3df8 .ukbo { color: var(--accent-light); }
.qgyb9um .ukbo { color: #fff; }
.qgyb9um .n6wgi  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .uwf6c4k { grid-template-columns: 1fr; } }
.y4l6o6t .r177n17v {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.y4l6o6t .r177n17v:focus { border-bottom-color: var(--accent); box-shadow: none; }
.a6a9s .r177n17v { background: var(--bg-raised); border-color: transparent; }
.a6a9s .r177n17v:focus { background: var(--bg-card); border-color: var(--accent); }
.vcro8p .r177n17v { border-radius: 100px; padding: 11px 20px; }
.vcro8p .wj92zg { border-radius: 14px; }
@media (max-width: 640px) { .bny6 { grid-template-columns: 1fr; } }
.hdjqxq { counter-reset: priv-count; }
.efxd1d {
  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);
}
.efxd1d:last-child { border-bottom: none; }
.umyoe8u5 {
  font-size: 2.4rem; font-weight: 800; color: var(--accent);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.efxd1d h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.efxd1d p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.arwquba { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.arwquba li { margin-bottom: 6px; }
.ee2kqa{display:none}
.ee2kqa:empty,.d2a126b9:empty{display:none}
.vuvodsd{position:relative;overflow:visible}
.ztzj .yej5st,.hzbiv .yej5st,
.i12tyund .yej5st,.kkcty4q .yej5st,
.hbhcu4 .yej5st,.m5d6byr2 .yej5st{display:block}
.lnbm .gapkm{display:block}
.ztzj .yej5st,.hzbiv .yej5st,
.i12tyund .yej5st,.kkcty4q .yej5st,
.hbhcu4 .yej5st{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}
.ztzj .yej5st .d2a126b9,.hzbiv .yej5st .d2a126b9,
.i12tyund .yej5st .d2a126b9,.kkcty4q .yej5st .d2a126b9,
.hbhcu4 .yej5st .d2a126b9{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}
.ztzj .yej5st,.hzbiv .yej5st{top:12px}
.ztzj .yej5st .d2a126b9{margin-right:auto}
.hzbiv .yej5st .d2a126b9{margin-left:auto}
.hzbiv .yej5st{text-align:right}
.i12tyund .yej5st,.kkcty4q .yej5st{bottom:12px}
.i12tyund .yej5st .d2a126b9{margin-right:auto}
.kkcty4q .yej5st .d2a126b9{margin-left:auto}
.kkcty4q .yej5st{text-align:right}
.hbhcu4 .yej5st{position:relative;margin-top:16px}
.hbhcu4 .yej5st .d2a126b9{margin:0 auto}
.m5d6byr2 .yej5st{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.m5d6byr2 .yej5st .d2a126b9{margin:0}
.m5d6byr2 .jijxa2~.yej5st,
.m5d6byr2 .qyanbpl~.yej5st{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.m5d6byr2 .jijxa2~.yej5st .d2a126b9,
.m5d6byr2 .qyanbpl~.yej5st .d2a126b9{justify-content:flex-start}
.jijxa2~.yej5st,.qyanbpl~.yej5st{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}
.jijxa2~.yej5st .d2a126b9{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.qyanbpl~.yej5st .d2a126b9{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.gapkm .d2a126b9{margin:0 0 12px}
.d2a126b9{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.p8xjx1e{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.c5683j6t{font-weight:600;color:var(--text-heading);opacity:1}
.qfzbh7 .p8xjx1e{display:none}
.mgre7 .d2a126b9{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.difk0d .g3q2{border-bottom:1px solid currentColor;padding-bottom:2px}
.m0c9 .d2a126b9{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.igce87w8{--date-bg:var(--accent-bg)}
.luos .ed9su::before{content:"/";opacity:.35}
.luos .g3q2 + .g3q2::before{content:"/";margin-right:6px;opacity:.35}
.sfsit{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.mv86ewq{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.a0x2l{display:flex;flex-direction:column;gap:3px}
.q134{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.ms3az84{font-weight:700;font-size:1rem;color:var(--text-heading)}
.u7nq4b{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.a53c84i1 .sfsit{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.m2jd0o .sfsit{border-top:3px solid var(--accent);padding-top:18px}
.va3tt2 .sfsit{border-left:3px solid var(--accent);border-radius:0}
.jz7d .sfsit{padding:20px 0}
@media(max-width:640px){
  .sfsit{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .u7nq4b{max-width:100%}
}
:root {
  --accent:          #4d7819;
  --brand:           #4d7819;
  --brand-light:     #74ac31;
  --brand-pale:      #8dbe52;
  --grad-start:      #7dc328;
  --grad-end:        #9acf5a;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #4d7819;
  --cta-light:       #37580f;
  --cta-hover:       #2c450e;
  --bg-page:         #f7f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f5f3;
  --bg-raised:       #eff1ee;
  --bg-hover:        #f4f5f3;
  --border:          #e5e8e2;
  --border-alt:      #d6dcd0;
  --border-section:  #e5e8e2;
  --text-primary:    #191b17;
  --text-muted:      #596052;
  --text-body:       #33372e;
  --text-sub:        #4d5246;
  --text-faint:      #808975;
  --text-dim:        #99a190;
  --text-label:      #666e5d;
  --text-value:      #40443a;
  --accent-bg:       #ebf1e3;
  --accent-bg-light: #dcebcb;
  --bg-tip:          #f0f9f2;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f7f9;
  --bg-pros:         #f0f9f2;
  --bg-cons:         #faf5f3;
  --c-pros:          #138f31;
  --c-cons:          #9f3d21;
  --c-pros-label:    #17aa3b;
  --c-tip-border:    #19bc41;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #138f31;
}
:root { --logo-bg-opacity: 75%; }
body, button, input { font-family: "Cabin", sans-serif; }
.ry4g .fpd29v { font-size: 0; width: 1.2rem; flex-shrink: 0; }.ry4g .fpd29v::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.ry4g .jhlcf     .fpd29v::before { content: "";  color: var(--c-tip-border); }.ry4g .knlaxci6 .fpd29v::before { content: ""; color: var(--c-warn-border); }.ry4g .wwf6uz    .fpd29v::before { content: ""; color: #60a5fa; }.pqitykv .ry4g .jhlcf     .fpd29v::before { color: #10b981; }.pqitykv .ry4g .knlaxci6 .fpd29v::before { color: #f43f5e; }.pqitykv .ry4g .wwf6uz    .fpd29v::before { color: #a855f7; }.h7rncd4j  .ry4g .jhlcf     .fpd29v::before { color: #eab308; }.h7rncd4j  .ry4g .knlaxci6 .fpd29v::before { color: #ef4444; }.h7rncd4j  .ry4g .wwf6uz    .fpd29v::before { color: #f97316; }.cduthkd  .ry4g .jhlcf     .fpd29v::before { color: #38bdf8; }.cduthkd  .ry4g .knlaxci6 .fpd29v::before { color: #818cf8; }.cduthkd  .ry4g .wwf6uz    .fpd29v::before { color: #2dd4bf; }.xuyaw .ry4g .fpd29v::before { color: var(--accent-light) !important; }
.g6zo4r3 .jz99d, .g6zo4r3 .jijxa2 { min-height: 520px; }
.u6bksjq3 .b0u4hout::after, .u6bksjq3 .xrz1wxcl::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; }
.xohu::before { content: '/'; }