: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;
}
.o3nmbn {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.v5mhq9 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.mtmt {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.od8r4ha7 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.t57w0iu { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.t57w0iu a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.t57w0iu a:hover { color: var(--accent-light); }
.dn911c  .qtlqd6 { border-radius: 14px; }
.dn911c .qtlqd6 li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.dn911c .qtlqd6 li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
@media (max-width: 640px) {
  .qtlqd6 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .z3f3e:hover .qtlqd6,
  .z3f3e:focus-within .qtlqd6 { display: block; }
  .qtlqd6 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.ru1dz {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.tfqp { display: none; }
@media (max-width: 640px) {
  .tfqp {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .tfqp.tnqlo2 { display: block; }
}
@media (max-width: 640px) {
  .ru1dz { display: block; }
  .t57w0iu > li + li::before { display: none !important; }
  .t57w0iu {
    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;
  }
  .t57w0iu.tnqlo2 { display: flex; }
  .t57w0iu li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .t57w0iu li:last-child a { border-bottom: none; }
}
.jdafxx3i { min-height: 480px; }
.gqakji {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.ji2apa6 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.fkmhs4 .ji2apa6 { margin-left: 0; margin-right: 0; }
.xpz2uxa {
  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;
}
.xpz2uxa:hover { opacity: 0.88; }
.irk9x0 .gqakji { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.irk9x0 .ji2apa6 { color: #e2e8f0; }
.irk9x0.fkmhs4   .ij9n5n91 { text-align: left; }
.po18cb .gqakji { color: var(--text-primary); text-shadow: none; }
.po18cb .ji2apa6 { color: var(--text-muted); }
.po18cb .xpz2uxa { margin-top: 16px; }
.po18cb, .po18cb.jdafxx3i { min-height: auto !important; }
.po18cb.fkmhs4   .ij9n5n91 { text-align: left; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.z8e9l .gqakji { color: #fff; }
.z8e9l .ji2apa6 { color: rgba(255,255,255,0.85); }
.z8e9l .xpz2uxa { background: #fff; color: var(--cta); }
.z8e9l .xpz2uxa:hover { opacity: 0.92; }
.a7hyw77 .f4eq4 { position: relative; overflow: hidden; }
.a7hyw77 .f4eq4::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.scyxbvf .f4eq4 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.mo4op .f4eq4 { position: relative; overflow: hidden; }
.mo4op .f4eq4::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;
}
.lxgtiqm .f4eq4 { position: relative; overflow: hidden; }
.lxgtiqm .f4eq4::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.wedsbll .f4eq4 {
  animation: hg-fadein 1.2s ease-out both;
}
.f4eq4 {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.nb7r85 {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.e5vlgf6v {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.vtyhdbli {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.f4eq4 .gqakji { text-shadow: none; color: var(--text-primary); }
.f4eq4 .ji2apa6 { color: var(--text-muted); }
body.x7fbmuyo .gqakji {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.uy2y6 .gqakji {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.f4eq4.yspkqh .nb7r85 { align-items: center; text-align: center; }
.f4eq4.fkmhs4   .nb7r85 { align-items: flex-start; text-align: left; }
.qvb2 .e5vlgf6v { position: relative; }
.qvb2 .e5vlgf6v::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.qvb2.qw5q .e5vlgf6v::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.shjru .e5vlgf6v {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.shjru .vtyhdbli {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.shjru.qw5q .e5vlgf6v { padding: 32px 0 32px 32px; }
.k842 .e5vlgf6v {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.k842 .vtyhdbli {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.k842 .sxai93mg {
  position: static;
  width: 100%; aspect-ratio: 4/3;
  border-radius: 16px;
}
.qw5q .nb7r85 {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.k842.qw5q .e5vlgf6v { padding: 40px 16px 40px 48px; }
.hpinv .e5vlgf6v { display: flex !important; align-items: center; justify-content: center; position: relative; }
@media (max-width: 700px) {
  .f4eq4 { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .f4eq4 .e5vlgf6v { display: none !important; }
  .hpinv .e5vlgf6v { display: none !important; }
  .s4869uvc .g2k8yb44 { display: none !important; }
  .f0yte8 .hem950 { display: none !important; }
  .nb7r85  { padding: 36px 24px; }
  .f4eq4~.x4zcy7,.qw5q~.x4zcy7{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .jdafxx3i, .f4eq4 { min-height: 320px !important; }
  
  .gqakji { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .phqx6fs { display: none !important; }
  
  .ewkzev5 { flex-direction: column; align-items: center; }
  .j8la5 { width: 100%; max-width: 340px; }
}
.uod6n { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.zhs8 { width: 100%; height: auto; display: block; border-radius: 10px; }
.mlf1 .uod6n        { border-radius: 16px; }
.mlf1 .zhs8  { border-radius: 16px; }
.b8mm09fz .uod6n         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.b8mm09fz .zhs8   { border-radius: 8px; }
.p5inzm { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.msfcv8 { width: 100%; padding: 32px 0; position: relative; }
.fagjo { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.g57b4q6g .msfcv8:nth-child(even) { background: var(--bg-surface); }
.g57b4q6g .msfcv8:nth-child(odd)  { background: var(--bg-page); }
.nw8d .msfcv8:nth-child(even) { background: var(--bg-card); }
.nw8d .msfcv8:nth-child(odd)  { background: var(--bg-page); }
.g57b4q6g .msfcv8:nth-child(odd)  .fagjo { background: var(--bg-card); border-radius: 6px; }
.g57b4q6g .msfcv8:nth-child(even) .fagjo { background: var(--bg-raised); border-radius: 6px; }
.nw8d .msfcv8:nth-child(odd)  .fagjo { background: var(--bg-card); border-radius: 6px; }
.nw8d .msfcv8:nth-child(even) .fagjo { background: var(--bg-raised); border-radius: 6px; }
.g57b4q6g .msfcv8:nth-child(even) .m45slzv .rmiz,
.nw8d .msfcv8:nth-child(even) .m45slzv .rmiz { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.g57b4q6g .msfcv8:nth-child(odd) .m45slzv .rmiz,
.nw8d .msfcv8:nth-child(odd) .m45slzv .rmiz { background: var(--bg-card-inner); }
.g57b4q6g .msfcv8:nth-child(even) .fsqtdoqy .rmiz:nth-child(odd),
.nw8d .msfcv8:nth-child(even) .fsqtdoqy .rmiz:nth-child(odd)  { background: var(--bg-card); }
.g57b4q6g .msfcv8:nth-child(even) .fsqtdoqy .rmiz:nth-child(even),
.nw8d .msfcv8:nth-child(even) .fsqtdoqy .rmiz:nth-child(even) { background: var(--bg-card-inner); }
h1.gh58fbpe { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.gh58fbpe {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.qd3mt5 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.dn4yk1d h2.gh58fbpe {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.l4c7 h2.gh58fbpe {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.h3aw h2.gh58fbpe {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.gjnbaxtj h2.gh58fbpe::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.biff4a h2.gh58fbpe {
  color: var(--text-primary); font-size: 1.7rem;
}
.djti h2.gh58fbpe::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.b2wifs h2.gh58fbpe {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.pipyd2r { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .pipyd2r { display: none; } }
.v7nvq0 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.lvmeg { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.hmfy2r6r {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.z6ao5m { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.kqiw0 { padding-left: 20px; }
.kqiw0 li { margin-bottom: 6px; }
.kqiw0 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.kqiw0 a:hover { color: var(--accent-light); }
.ec3j2 .z6ao5m { display: none; }
.vjnj .z6ao5m { display: none; }
.vjnj .kqiw0 { padding-left: 0; list-style: none; }
.vjnj .kqiw0 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.vjnj .kqiw0 a { font-size: 0.92rem; }
.pa1ktx4y .hmfy2r6r { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.pa1ktx4y .z6ao5m { display: none; }
.pa1ktx4y .kqiw0 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.pa1ktx4y .kqiw0 li { margin-bottom: 0; }
.pa1ktx4y .kqiw0 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;
}
.pa1ktx4y .kqiw0 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.azq7eddd .hmfy2r6r { padding: 20px 20px 16px; }
.azq7eddd .kqiw0 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.azq7eddd .kqiw0 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.azq7eddd .kqiw0 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;
}
.azq7eddd .kqiw0 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;
}
.azq7eddd .kqiw0 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.azq7eddd .kqiw0 a:focus,
.azq7eddd .kqiw0 a:focus-visible,
.azq7eddd .kqiw0 a:target { outline: none; }
.azq7eddd .kqiw0 li:target a { border-color: var(--border); color: var(--text-muted); }
.xyex4ojg .hmfy2r6r { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.xyex4ojg .z6ao5m { display: none; }
.xyex4ojg .kqiw0 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.xyex4ojg .kqiw0 li { margin-bottom: 0; }
.xyex4ojg .kqiw0 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.xyex4ojg .kqiw0 li:last-child::after { content: ""; margin-right: 0; }
.xyex4ojg .kqiw0 a { font-size: 0.9rem; }
.rmiz { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.m45slzv .rmiz { background: var(--bg-card); }
.fsqtdoqy .rmiz:nth-child(odd)  { background: var(--bg-card); }
.fsqtdoqy .rmiz:nth-child(even) { background: var(--bg-raised); }
.wxiz .rmiz {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.wxiz .rmiz:last-child { border-bottom: none; }
.wxiz h3.qd3mt5 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.j0yw3 .rmiz {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.j0yw3 .rmiz + .rmiz { margin-top: 4px; }
.kcsfth .rmiz { background: none; border-radius: 0; padding: 12px 0; }
.kcsfth .rmiz + .rmiz { border-top: 1px solid var(--border-section); }
.e1zc39e { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.bfr32 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.sop6s { color: var(--text-body); margin-bottom: 10px; }
.q32uu, .f2uhq { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.q32uu li, .f2uhq li { margin-bottom: 6px; }
.f2uhq li { list-style: decimal; }
.hoza15x     .q32uu { list-style-type: "● "; }
.j12o8  .q32uu { list-style-type: "■ "; }
.mp6bm .q32uu { list-style-type: "◆ "; }
.m1tg    .q32uu { list-style-type: "★ "; }
.hoza15x     .q32zvbml { list-style-type: "● "; }
.j12o8  .q32zvbml { list-style-type: "■ "; }
.mp6bm .q32zvbml { list-style-type: "◆ "; }
.m1tg    .q32zvbml { list-style-type: "★ "; }
.hoza15x    .q32uu li::marker, .hoza15x    .q32zvbml li::marker,
.j12o8 .q32uu li::marker, .j12o8 .q32zvbml li::marker,
.mp6bm .q32uu li::marker, .mp6bm .q32zvbml li::marker,
.m1tg   .q32uu li::marker, .m1tg   .q32zvbml li::marker {
  color: var(--cta); font-size: 1em;
}
.hoza15x .f2uhq,
.j12o8 .f2uhq,
.mp6bm .f2uhq,
.m1tg .f2uhq {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.hoza15x .f2uhq li,
.j12o8 .f2uhq li,
.mp6bm .f2uhq li,
.m1tg .f2uhq li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.hoza15x .f2uhq li::before,
.j12o8 .f2uhq li::before,
.mp6bm .f2uhq li::before,
.m1tg .f2uhq 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;
}
.hoza15x     .f2uhq li::before { border-radius: 50%; }
.j12o8  .f2uhq li::before { border-radius: 3px; }
.mp6bm .f2uhq li::before { border-radius: 3px; }
.m1tg    .f2uhq li::before { border-radius: 50%; }
.x2ra77 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.da3vq .x2ra77,
.hm7jb57 .x2ra77 { background: transparent; border: none; border-radius: 0; }
.hi6pn61 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.hi6pn61 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.hi6pn61 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.hi6pn61 tr:hover td { background: var(--bg-hover); }
.he5kn5 .hi6pn61 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.rq12 .hi6pn61 { border: 1px solid var(--border-alt); }
.rq12 .hi6pn61 th,
.rq12 .hi6pn61 td { border: 1px solid var(--border-alt); }
.mfcp2 .hi6pn61 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.mfcp2 .hi6pn61 td { border-bottom: none; }
.mfcp2 .hi6pn61 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.n87z .hi6pn61 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.jph6w .x2ra77 {
  overflow: hidden;
}
.jph6w .hi6pn61 th { border-bottom: 1px solid var(--border-alt); }
.jph6w .hi6pn61 tr:last-child td { border-bottom: none; }
.w3ku4g { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.btw46 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.m5js9o { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.e8j6tj { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.rj18kp5 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.q32zvbml { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.q32zvbml li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.x5wxoj .e8j6tj { background: transparent; text-align: center; }
.jt6h .m5js9o {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.n12s .m5js9o {
  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);
}
.amade .btw46 { display: grid; grid-template-columns: auto 1fr; }
.amade .m5js9o {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.amade .e8j6tj { grid-column: 2; }
.amade .rj18kp5,
.amade .q32zvbml { grid-column: 1 / -1; }
.b70m8h9s .btw46 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.b70m8h9s .m5js9o {
  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);
}
.b70m8h9s .e8j6tj { grid-column: 2; }
.b70m8h9s .rj18kp5,
.b70m8h9s .q32zvbml { grid-column: 1 / -1; }
.vc791w .btw46 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.vc791w .e8j6tj { background: none; color: var(--accent-light); font-weight: 700; }
.k7ypece .btw46 { 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); }
.k7ypece .e8j6tj { background: none; color: var(--accent-light); font-weight: 700; }
.ao8z .btw46 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.ao8z .btw46:last-child { border-bottom: none; }
.ao8z .e8j6tj { background: none; color: var(--accent-light); font-weight: 700; }
.g7ik8p .btw46 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.g7ik8p .e8j6tj { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.zj8mv .w3ku4g { counter-reset: card-n; }
.zj8mv .btw46  { counter-increment: card-n; }
.zj8mv .e8j6tj { display: flex; align-items: center; gap: 10px; }
.zj8mv .e8j6tj::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;
}
.yffws6n2 .btw46 { background: var(--bg-surface); border: 1px solid var(--border); }
.yffws6n2 .e8j6tj { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.pobe { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.uinxhi1  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.xnrbopkg { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.mre0 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.w5ib { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.pobe strong { color: var(--text-primary); font-size: 0.95rem; }
.pobe p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.ieib { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.ywznnw0, .donqc8 { border-radius: 8px; padding: 14px; }
.ywznnw0 { background: var(--bg-pros); }
.donqc8 { background: var(--bg-cons); }
.vjgg { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.ywznnw0 .vjgg { color: var(--c-pros-label); }
.donqc8 .vjgg { color: #f87171; }
.ywznnw0 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.donqc8 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.zhs8 { width: 100%; height: auto; border-radius: 10px; display: block; }
.e5ln1km {
  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;
}
.e5ln1km:hover { opacity: 0.85; }
.gm4si .e5ln1km  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.gm4si .e5ln1km:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.qojv .e5ln1km  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.qojv .e5ln1km:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.o24q80 .xpz2uxa { border-radius: 50px; }
.o24q80 .e5ln1km  { border-radius: 50px; }
.mduliuf .xpz2uxa { padding-left: 22px; padding-right: 22px; }
.mduliuf .e5ln1km  { padding-left: 12px; padding-right: 12px; }
.bekfxew .xpz2uxa { padding-left: 44px; padding-right: 44px; }
.bekfxew .e5ln1km  { padding-left: 24px; padding-right: 24px; }
.zmjqm1 .xpz2uxa { padding-left: 56px; padding-right: 56px; }
.zmjqm1 .e5ln1km  { padding-left: 32px; padding-right: 32px; }
.otmq   .xpz2uxa::after, .otmq   .e5ln1km::after,
.qx2mak .xpz2uxa::after, .qx2mak .e5ln1km::after,
.utiqlv8    .xpz2uxa::after, .utiqlv8    .e5ln1km::after,
.dbjt5r7j    .xpz2uxa::after, .dbjt5r7j    .e5ln1km::after,
.lmsrsm4    .xpz2uxa::after, .lmsrsm4    .e5ln1km::after,
.i0ccfnm     .xpz2uxa::after, .i0ccfnm     .e5ln1km::after,
.ckux1    .xpz2uxa::after, .ckux1    .e5ln1km::after,
.qg87mxak   .xpz2uxa::after, .qg87mxak   .e5ln1km::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;
}
.otmq .xpz2uxa::after, .otmq .e5ln1km::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");
}
.qx2mak .xpz2uxa::after, .qx2mak .e5ln1km::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");
}
.utiqlv8 .xpz2uxa::after, .utiqlv8 .e5ln1km::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");
}
.dbjt5r7j .xpz2uxa::after, .dbjt5r7j .e5ln1km::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");
}
.lmsrsm4 .xpz2uxa::after, .lmsrsm4 .e5ln1km::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");
}
.i0ccfnm .xpz2uxa::after, .i0ccfnm .e5ln1km::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");
}
.ckux1 .xpz2uxa::after, .ckux1 .e5ln1km::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");
}
.qg87mxak .xpz2uxa::after, .qg87mxak .e5ln1km::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");
}
.pjcfooal   .k5osfj6::after, .pjcfooal   .c2i1::after,
.r3u37 .k5osfj6::after, .r3u37 .c2i1::after,
.bq0od    .k5osfj6::after, .bq0od    .c2i1::after,
.c7cqaizo    .k5osfj6::after, .c7cqaizo    .c2i1::after,
.yu5u    .k5osfj6::after, .yu5u    .c2i1::after,
.agx40g6     .k5osfj6::after, .agx40g6     .c2i1::after,
.fmu10    .k5osfj6::after, .fmu10    .c2i1::after,
.d71wn   .k5osfj6::after, .d71wn   .c2i1::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;
}
.pjcfooal .k5osfj6::after, .pjcfooal .c2i1::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");
}
.r3u37 .k5osfj6::after, .r3u37 .c2i1::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");
}
.bq0od .k5osfj6::after, .bq0od .c2i1::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");
}
.c7cqaizo .k5osfj6::after, .c7cqaizo .c2i1::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");
}
.yu5u .k5osfj6::after, .yu5u .c2i1::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");
}
.agx40g6 .k5osfj6::after, .agx40g6 .c2i1::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");
}
.fmu10 .k5osfj6::after, .fmu10 .c2i1::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");
}
.d71wn .k5osfj6::after, .d71wn .c2i1::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");
}
.z8fm .agex4l3 { background: #1a1a1a; }
@media (min-width: 721px) {
  .s1mm { flex: 0 0 260px; width: 260px; }
  .jfjs748 { flex: 0 0 120px; width: 120px; }
  .n5k0 { flex: 0 0 110px; width: 110px; }
  .vh9cb6qt   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .aobq { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.aobq.e5ln1km { 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) {
  .erzzxtqt { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .erzzxtqt .xy8i { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .erzzxtqt .s1mm { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .erzzxtqt .agex4l3 { width: 100%; min-width: unset; height: 120px; }
  .erzzxtqt .n9buk1 { max-height: 96px; max-width: 200px; }
  .erzzxtqt .urfohj8 { min-width: unset; text-align: center; white-space: normal; }
  .erzzxtqt .jfjs748 { min-width: 0; }
  .erzzxtqt .vh9cb6qt { 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; }
  .erzzxtqt .aobq { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .lnig6ui1 .xy8i { row-gap: 8px !important; gap: 10px !important; }
}
.s95olfxo .w0v0u32u { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .xcwe .l6k1os {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .xcwe .t9xpss1c { margin: 0; }
}
.hm7jb57 .ieib { gap: 10px; }
.hm7jb57 .ywznnw0, .hm7jb57 .donqc8 { padding: 12px; }
.hm7jb57 .ywznnw0 ul, .hm7jb57 .donqc8 ul { margin: 4px 0 0; padding-left: 18px; }
.hm7jb57 .ywznnw0 li, .hm7jb57 .donqc8 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .qzrnh { grid-template-columns: 1fr; }
  .w39djc { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .w39djc .gjeadv { width: 72px; height: 50px; }
  .w39djc .byuiakve { max-width: 180px; }
  .w39djc .ohov0uo { width: auto; }
}
@media (max-width: 720px) {
  .qexk1yr { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .cttoul { padding: 16px; }
  .cvcb8xlc .wk06cwhy { min-width: 50%; }
}
.ersv .ieib { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .fisy25 { grid-template-columns: 1fr; }
  .vmw8pe0 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .acy0 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .an8sik { flex-wrap: wrap; padding: 16px; }
}
.et3dsmf .ieib { gap: 8px; }
.et3dsmf .ywznnw0, .et3dsmf .donqc8 { padding: 8px; }
@media (max-width: 480px) {
  .gj4ltxsc { flex-direction: column; align-items: stretch; }
}
.iue1fj9 .ohov0uo .e5ln1km { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .ge8mk6 { flex-direction: column; align-items: stretch; gap: 10px; }
  .iue1fj9 .ohov0uo { text-align: center; }
}
@media (max-width: 720px) {
  .o9wns8kd { grid-template-columns: 1fr; }
  .kekzjo { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .baajx4v { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .h2e9x3 { grid-template-columns: 1fr; }
  .eatr { width: 100px; height: 100px; margin: 16px auto; }
  .neujdr { font-size: 1.4rem; }
  .irr70ers { justify-content: center; }
  .j4xe6mp .wk06cwhy { min-width: 50%; }
}
.jbi5 .ieib { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .ftam { flex-wrap: wrap; padding: 14px 16px; }
  .rqqr1 { padding: 12px 16px; }
  .jbi5 .ieib { margin: 0 16px; }
  .jbi5 .azfflq7c { padding: 0 16px; }
  .tq1m { padding: 12px 16px; }
}
.kquww .vh9cb6qt { flex-direction: column; align-items: flex-start; gap: 4px; padding-top: 6px; }
.kquww .xwiq7h {
  font-weight: 700; font-size: 1.1rem;
  color: var(--accent-light); background: var(--accent-bg);
  border-radius: 6px; padding: 4px 12px; display: inline-block;
}
.kquww .jfjs748 { color: var(--cta); }
.kquww .f9p2joa { border-bottom: 2px solid var(--accent-bg); }
.kquww .vc3jk, .kquww .sxa4mgdt, .kquww .v610uk6a {
  background: var(--accent-bg); color: var(--accent-light); border-radius: 100px;
  padding: 2px 10px; font-weight: 600; border: none;
}
.ne75u63 .aobq.e5ln1km { padding: 14px 30px !important; font-size: 1rem; }
.wu564 .aobq.e5ln1km { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.rret8 { margin: 16px 0; }
.v921 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.v921 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.v921 summary::after { content: "+"; color: var(--accent-light); }
.v921[open] summary::after { content: "−"; }
.v921 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.msfcv8 { margin-bottom: 0; }
.idl5r2m5 h2.gh58fbpe { color: var(--text-primary); border-color: var(--accent-light); }
.jg5k h2.gh58fbpe { color: var(--text-primary); border-color: var(--accent-light); }
.utiisqi .uinxhi1     { background: #052e16; border-color: #10b981; }
.utiisqi .xnrbopkg { background: #2d0a1e; border-color: #f43f5e; }
.utiisqi .mre0    { background: #1e1036; border-color: #a855f7; }
.utiisqi .pobe strong  { color: #f1f5f9; }
.utiisqi .pobe p       { color: #cbd5e1; }
.utiisqi .qbaty    .uinxhi1     .w5ib::before,
.utiisqi .x7xcr  .uinxhi1     .w5ib::before,
.utiisqi .kia0v6ek  .uinxhi1     .w5ib::before,
.utiisqi .zclz .uinxhi1     .w5ib::before { color: #10b981; }
.utiisqi .qbaty    .xnrbopkg .w5ib::before,
.utiisqi .x7xcr  .xnrbopkg .w5ib::before,
.utiisqi .kia0v6ek  .xnrbopkg .w5ib::before,
.utiisqi .zclz .xnrbopkg .w5ib::before { color: #f43f5e; }
.utiisqi .qbaty    .mre0    .w5ib::before,
.utiisqi .x7xcr  .mre0    .w5ib::before,
.utiisqi .kia0v6ek  .mre0    .w5ib::before,
.utiisqi .zclz .mre0    .w5ib::before { color: #a855f7; }
.r5ln00a .uinxhi1     { background: #2d2000; border-color: #eab308; }
.r5ln00a .xnrbopkg { background: #2d0b0b; border-color: #ef4444; }
.r5ln00a .mre0    { background: #2d1600; border-color: #f97316; }
.r5ln00a .pobe strong  { color: #f1f5f9; }
.r5ln00a .pobe p       { color: #cbd5e1; }
.r5ln00a .qbaty    .uinxhi1     .w5ib::before,
.r5ln00a .x7xcr  .uinxhi1     .w5ib::before,
.r5ln00a .kia0v6ek  .uinxhi1     .w5ib::before,
.r5ln00a .zclz .uinxhi1     .w5ib::before { color: #eab308; }
.r5ln00a .qbaty    .xnrbopkg .w5ib::before,
.r5ln00a .x7xcr  .xnrbopkg .w5ib::before,
.r5ln00a .kia0v6ek  .xnrbopkg .w5ib::before,
.r5ln00a .zclz .xnrbopkg .w5ib::before { color: #ef4444; }
.r5ln00a .qbaty    .mre0    .w5ib::before,
.r5ln00a .x7xcr  .mre0    .w5ib::before,
.r5ln00a .kia0v6ek  .mre0    .w5ib::before,
.r5ln00a .zclz .mre0    .w5ib::before { color: #f97316; }
.alxb0 .uinxhi1     { background: #0c1a2e; border-color: #38bdf8; }
.alxb0 .xnrbopkg { background: #12103a; border-color: #818cf8; }
.alxb0 .mre0    { background: #0a2020; border-color: #2dd4bf; }
.alxb0 .pobe strong  { color: #f1f5f9; }
.alxb0 .pobe p       { color: #cbd5e1; }
.alxb0 .qbaty    .uinxhi1     .w5ib::before,
.alxb0 .x7xcr  .uinxhi1     .w5ib::before,
.alxb0 .kia0v6ek  .uinxhi1     .w5ib::before,
.alxb0 .zclz .uinxhi1     .w5ib::before { color: #38bdf8; }
.alxb0 .qbaty    .xnrbopkg .w5ib::before,
.alxb0 .x7xcr  .xnrbopkg .w5ib::before,
.alxb0 .kia0v6ek  .xnrbopkg .w5ib::before,
.alxb0 .zclz .xnrbopkg .w5ib::before { color: #818cf8; }
.alxb0 .qbaty    .mre0    .w5ib::before,
.alxb0 .x7xcr  .mre0    .w5ib::before,
.alxb0 .kia0v6ek  .mre0    .w5ib::before,
.alxb0 .zclz .mre0    .w5ib::before { color: #2dd4bf; }
.fpmns1d .uinxhi1     { background: var(--accent-bg); border-color: var(--accent-light); }
.fpmns1d .xnrbopkg { background: var(--accent-bg-light); border-color: var(--accent-light); }
.fpmns1d .mre0    { background: var(--accent-bg); border-color: var(--accent-pale); }
.fpmns1d .qbaty    .w5ib::before,
.fpmns1d .x7xcr  .w5ib::before,
.fpmns1d .kia0v6ek  .w5ib::before,
.fpmns1d .zclz .w5ib::before { color: var(--accent-light) !important; }
.o9t8zh1::before,
.wr64bisn::before { margin-right: 5px; }
.xwjb .ywznnw0 ul li,
.xwjb .ywznnw0 .o9t8zh1 { color: #22c55e; }
.xwjb .donqc8 ul li,
.xwjb .donqc8 .wr64bisn { color: #ef4444; }
.rj4kg099 .ywznnw0 { background: var(--bg-pros); }
.rj4kg099 .donqc8 { background: var(--bg-cons); }
.rj4kg099 .ywznnw0 .o9t8zh1 { color: var(--c-pros-label); }
.rj4kg099 .donqc8 .wr64bisn { color: var(--c-cons); }
.rj4kg099 .ywznnw0 ul li,
.rj4kg099 .donqc8 ul li,
.apyixd7k .ywznnw0 { background: var(--bg-pros); }
.apyixd7k .donqc8 { background: var(--bg-cons); }
.apyixd7k .ywznnw0 .o9t8zh1 { color: var(--c-pros-label); }
.apyixd7k .donqc8 .wr64bisn { color: var(--c-cons); }
.apyixd7k .ywznnw0 ul li,
.apyixd7k .lryr90 li          { color: var(--c-pros); }
.apyixd7k .donqc8 ul li,
.apyixd7k .s6f9 li          { color: var(--c-cons); }
.x28if .o9t8zh1::before { content: "✓ "; }
.x28if .wr64bisn::before { content: "✗ "; }
.ybkl18w .o9t8zh1::before { content: "→ "; }
.ybkl18w .wr64bisn::before { content: "← "; }
.rg8bsa4 .o9t8zh1::before { content: "★ "; }
.rg8bsa4 .wr64bisn::before { content: "✕ "; }
.rzrglbl .o9t8zh1::before { content: "◆ "; }
.rzrglbl .wr64bisn::before { content: "▲ "; }
.s95olfxo .pobe { background: transparent; border-left: none; border: 1.5px solid; }
.s95olfxo .uinxhi1     { border-color: var(--c-tip-border); }
.s95olfxo .xnrbopkg { border-color: var(--c-warn-border); }
.s95olfxo .mre0    { border-color: #60a5fa; }
.s95olfxo .pobe strong { color: var(--text-primary); }
.s95olfxo .pobe p      { color: var(--text-muted); }
.c2ic .pobe { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.c2ic .uinxhi1     { border-top-color: var(--c-tip-border); }
.c2ic .xnrbopkg { border-top-color: var(--c-warn-border); }
.c2ic .mre0    { border-top-color: #60a5fa; }
.bicz .pobe { border-left: none; border-radius: 8px; }
.bicz .uinxhi1     { background: #065f46; }
.bicz .xnrbopkg { background: #92400e; }
.bicz .mre0    { background: #1e3a8a; }
.bicz .pobe strong,
.bicz .pobe p { color: #fff; }
.bicz .w5ib::before { color: rgba(255,255,255,0.85) !important; }
.utiisqi.bicz .uinxhi1,
.utiisqi .bicz .uinxhi1     { background: #052e16; }
.utiisqi.bicz .xnrbopkg,
.utiisqi .bicz .xnrbopkg { background: #2d0a1e; }
.utiisqi.bicz .mre0,
.utiisqi .bicz .mre0    { background: #1e1036; }
.r5ln00a.bicz .uinxhi1,
.r5ln00a .bicz .uinxhi1      { background: #2d2000; }
.r5ln00a.bicz .xnrbopkg,
.r5ln00a .bicz .xnrbopkg  { background: #2d0b0b; }
.r5ln00a.bicz .mre0,
.r5ln00a .bicz .mre0     { background: #2d1600; }
.alxb0.bicz .uinxhi1,
.alxb0 .bicz .uinxhi1      { background: #0c1a2e; }
.alxb0.bicz .xnrbopkg,
.alxb0 .bicz .xnrbopkg  { background: #12103a; }
.alxb0.bicz .mre0,
.alxb0 .bicz .mre0     { background: #0a2020; }
.ykxge .pobe { border-left: none; border-radius: 6px; padding: 10px 14px; }
.ykxge .uinxhi1     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.ykxge .xnrbopkg { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.ykxge .mre0    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.ykxge .pobe strong { color: var(--text-primary); }
.ykxge .pobe p      { color: var(--text-muted); }
.tz51wd63 .pobe { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.qbaty .w5ib,
.x7xcr .w5ib,
.kia0v6ek .w5ib,
.zclz .w5ib { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.qbaty .w5ib::before,
.x7xcr .w5ib::before,
.kia0v6ek .w5ib::before,
.zclz .w5ib::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.qbaty .uinxhi1     .w5ib::before { content: "✦"; color: var(--c-tip-border); }
.qbaty .xnrbopkg .w5ib::before { content: "▲"; color: var(--c-warn-border); }
.qbaty .mre0    .w5ib::before { content: "◉"; color: #60a5fa; }
.x7xcr .uinxhi1     .w5ib::before { content: "★"; color: var(--c-tip-border); }
.x7xcr .xnrbopkg .w5ib::before { content: "◆"; color: var(--c-warn-border); }
.x7xcr .mre0    .w5ib::before { content: "●"; color: #60a5fa; }
.kia0v6ek .uinxhi1     .w5ib::before { content: "▶"; color: var(--c-tip-border); }
.kia0v6ek .xnrbopkg .w5ib::before { content: "■"; color: var(--c-warn-border); }
.kia0v6ek .mre0    .w5ib::before { content: "▸"; color: #60a5fa; }
.zclz .uinxhi1     .w5ib::before { content: "→"; color: var(--c-tip-border); }
.zclz .xnrbopkg .w5ib::before { content: "⬥"; color: var(--c-warn-border); }
.zclz .mre0    .w5ib::before { content: "◈"; color: #60a5fa; }
.n2nuvf .m45slzv .rmiz,
.n2nuvf .fsqtdoqy .rmiz  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.n2nuvf .btw46                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.n2nuvf .x2ra77          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.n2nuvf .hmfy2r6r                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ilskfy .m45slzv .rmiz,
.ilskfy .fsqtdoqy .rmiz,
.ilskfy .btw46,
.ilskfy .xy8i,
.ilskfy .t9xpss1c,
.ilskfy .x2ra77,
.ilskfy .hmfy2r6r,
.ilskfy .tz51wd63 .pobe { box-shadow: none; }
.dvhaxk   body, .dvhaxk   { font-size: 0.9rem; }
.dvhaxk   .sop6s, .dvhaxk .e1zc39e, .dvhaxk .bfr32,
.dvhaxk   .v7nvq0, .dvhaxk .lvmeg { font-size: 0.9rem; }
.dvhaxk   .q32uu, .dvhaxk .f2uhq { font-size: 0.9rem; }
.jhl141v   .sop6s, .jhl141v .e1zc39e, .jhl141v .bfr32,
.jhl141v   .v7nvq0, .jhl141v .lvmeg { font-size: 0.95rem; }
.jhl141v   .q32uu, .jhl141v .f2uhq { font-size: 0.95rem; }
.nt6jszc   .sop6s, .nt6jszc .e1zc39e, .nt6jszc .bfr32,
.nt6jszc   .v7nvq0, .nt6jszc .lvmeg { font-size: 1.08rem; }
.nt6jszc   .q32uu, .nt6jszc .f2uhq { font-size: 1.05rem; }
.nt6jszc   .hi6pn61 { font-size: 0.97rem; }
.sk1z4svv .gqakji      { font-size: 3.2rem; }
.sk1z4svv h2.gh58fbpe { font-size: 1.9rem; }
.sk1z4svv h3.qd3mt5     { font-size: 1.4rem; }
.t9x11 .gqakji      { font-size: 3.8rem; }
.t9x11 h2.gh58fbpe { font-size: 2.2rem; }
.t9x11 h3.qd3mt5     { font-size: 1.6rem; }
.msfcv8 + .msfcv8 { position: relative; }
.y6soio   .msfcv8 + .msfcv8::before,
.fc4b9dd  .msfcv8 + .msfcv8::before,
.jt20sx0   .msfcv8 + .msfcv8::before,
.gfvv   .msfcv8 + .msfcv8::before,
.i3mz14   .msfcv8 + .msfcv8::before,
.s4allr .msfcv8 + .msfcv8::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.y6soio .msfcv8 + .msfcv8::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.fc4b9dd .msfcv8 + .msfcv8::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.jt20sx0 .msfcv8 + .msfcv8::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent-light); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.gfvv .msfcv8 + .msfcv8::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.t1lwbc .msfcv8 { margin-bottom: 16px; }
.t1lwbc .msfcv8 + .msfcv8 { margin-top: 0; }
.t1lwbc .fagjo { padding-top: 0; padding-bottom: 0; }
.i3mz14 .msfcv8 + .msfcv8::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.s4allr .msfcv8 + .msfcv8::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.o2toyh .msfcv8 + .msfcv8::before,
.n1t200d1 .msfcv8 + .msfcv8::before,
.png29x7b .msfcv8 + .msfcv8::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%;
}
.g57b4q6g .o2toyh .msfcv8:nth-child(even)::before,
.g57b4q6g .n1t200d1 .msfcv8:nth-child(even)::before,
.g57b4q6g .png29x7b .msfcv8:nth-child(even)::before { background: var(--bg-surface); }
.nw8d .o2toyh .msfcv8:nth-child(even)::before,
.nw8d .n1t200d1 .msfcv8:nth-child(even)::before,
.nw8d .png29x7b .msfcv8:nth-child(even)::before { background: var(--bg-card); }
.o2toyh .msfcv8 + .msfcv8::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");
}
.n1t200d1 .msfcv8 + .msfcv8::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");
}
.png29x7b .msfcv8 + .msfcv8::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");
}
.iu6b965 .irk9x0 { overflow: hidden; }
.iu6b965 .ij9n5n91 { margin-bottom: 70px; }
.ri9gv1 .nb7r85,
.o9tbs5z .nb7r85 { padding-bottom: 60px; }
.iu6b965 .nb7r85 { padding-bottom: 70px; }
.iu6b965 .irk9x0::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%;
}
.iu6b965 .irk9x0::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");
}
.l3uugsp .f4eq4 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.kljxje48 .f4eq4 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.jbg1 .f4eq4 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.uolxln6 .f4eq4 { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.hxl502 .z8e9l { background: var(--accent); }
.hxl502 .z8e9l .jj3yvrw { background: none; }
.hxl502 .sxai93mg { background: var(--accent); }
.hxl502 .f4eq4 { background: var(--accent-bg); }
.hxl502 .irk9x0:not(.z8e9l) .jj3yvrw { background: rgba(0,0,0,0.6); }
.faj27 .uod6n { float: left; width: 38%; margin: 0 28px 16px 0; }
.faj27 .uod6n .zhs8 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.faj27 .fagjo::after { content: ''; display: block; clear: both; }
.qc55zjv8 .uod6n { float: right; width: 38%; margin: 0 0 16px 28px; }
.qc55zjv8 .uod6n .zhs8 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.qc55zjv8 .fagjo::after { content: ''; display: block; clear: both; }
.fnw1 .msfcv8:nth-child(odd)  .uod6n { float: left;  width: 38%; margin: 0 28px 16px 0; }
.fnw1 .msfcv8:nth-child(even) .uod6n { float: right; width: 38%; margin: 0 0 16px 28px; }
.fnw1 .uod6n .zhs8 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.fnw1 .fagjo::after { content: ''; display: block; clear: both; }
.faj27 .w3ku4g,
.qc55zjv8 .w3ku4g,
.qc55zjv8 .erzzxtqt,
.fnw1 .w3ku4g,
@media (max-width: 900px) {
  .faj27 .uod6n,
  .qc55zjv8 .uod6n,
  .fnw1 .msfcv8:nth-child(odd)  .uod6n,
  .fnw1 .msfcv8:nth-child(even) .uod6n {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .faj27 .uod6n .zhs8,
  .qc55zjv8 .uod6n .zhs8,
  .fnw1 .uod6n .zhs8 {
    max-height: none !important;
  }
}
.faj27 .q32uu,
.faj27 .f2uhq,
.qc55zjv8 .q32uu,
.qc55zjv8 .f2uhq,
.fnw1 .q32uu,
.fnw1 .f2uhq { overflow: hidden; }
@media (max-width: 640px) {
  .faj27 .uod6n,
  .qc55zjv8 .uod6n,
  .fnw1 .uod6n { float: none; width: 100%; margin: 0 0 16px 0; }
}
.ppkqi1x .p5inzm,
.ppkqi1x .fagjo,
.ppkqi1x .aj8lqfua  { max-width: 1100px; }
.ppkqi1x { --content-mw: 1100px; }
.gwlz .p5inzm,
.gwlz .fagjo,
.gwlz .aj8lqfua  { max-width: 1200px; }
.n5x3tt .p5inzm,
.n5x3tt .fagjo,
.n5x3tt .aj8lqfua  { max-width: 1320px; }
.zfprqm { font-size: 0.82rem; color: var(--text-muted); }
.wjffaz5m { display: flex; align-items: center; }
.wljx9n28 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ouiwm { display: flex; align-items: center; }
.n3hkv { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.n3hkv:hover { text-decoration: underline; }
.m3yxq { margin: 0 3px; opacity: 0.45; }
.m3yxq::before { content: '/'; }
.vdye { padding: 2px 5px; color: var(--text-main); }
.oa45b .zfprqm {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.oa45b .wjffaz5m { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.t1atp4 .zfprqm {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.t1atp4 .wjffaz5m { padding: 0 0 0 12px; }
.wqku .wjffaz5m { padding: 0 16px; }
.wqku .zfprqm {
  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);
}
.wqku .p5inzm { padding-top: 28px; }
@media (max-width: 720px) {
  .wnx31o { margin-top: 18px; padding: 0 16px; }
  .wqku .p5inzm { padding-top: 16px; }
}
.ppkqi1x.oa45b .wjffaz5m { max-width: 1100px; }
.gwlz.oa45b .wjffaz5m { max-width: 1200px; }
.n5x3tt.oa45b .wjffaz5m { max-width: 1320px; }
.ppkqi1x .wnx31o { max-width: 1100px; }
.g8m2sc .msfcv8 { padding-top: 16px; padding-bottom: 16px; }
.j3i73 .msfcv8 { padding-top: 24px; padding-bottom: 24px; }
.gps1 .msfcv8 { padding-top: 40px; padding-bottom: 40px; }
.v3zum .msfcv8 { padding-top: 52px; padding-bottom: 52px; }
.atix .msfcv8:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.atix .msfcv8:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.atix .msfcv8:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.atix .msfcv8:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.cq9niz2l .fagjo { padding-top: 10px;  padding-bottom: 10px; }
.yb4ckonf .fagjo { padding-top: 18px;  padding-bottom: 18px; }
.zohjw .fagjo { padding-top: 36px;  padding-bottom: 36px; }
.p1lgw .fagjo { padding-top: 48px;  padding-bottom: 48px; }
.ochf h2.gh58fbpe { font-weight: 600; }
.ochf h3.qd3mt5     { font-weight: 600; }
.op040 h2.gh58fbpe { font-weight: 800; }
.op040 h3.qd3mt5     { font-weight: 700; }
.rzweq h2.gh58fbpe { font-weight: 900; }
.rzweq h3.qd3mt5     { font-weight: 800; }
.rzweq .pobe strong,
.rzweq .pobe strong { font-weight: 600; }
.k5osfj6 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.ja5k .k5osfj6 { display: none; }
@media (max-width: 640px) { .k5osfj6 { display: none; } }
.k5osfj6 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.k5osfj6:hover { opacity: 0.85; }
.vojelnq .k5osfj6 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.kcawoneq .k5osfj6,
.fk4damz  .k5osfj6 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.kcawoneq .k5osfj6:hover,
.fk4damz  .k5osfj6:hover { opacity: 0.88; }
.vojelnq.kcawoneq .k5osfj6,
.vojelnq.fk4damz  .k5osfj6 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.c2i1 {
  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;
}
.c2i1:hover { transform: translateY(-2px); opacity: 0.92; }
.c2i1 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.xcay .c2i1 { display: none; }
.uxt8bsmw .c2i1 { right: 32px; }
.do4l  .c2i1 { left: 32px; }
@media (max-width: 480px) {
  .uxt8bsmw .c2i1 { right: 20px; bottom: 20px; }
  .do4l  .c2i1 { left: 20px; bottom: 20px; }
}
.ql7fea { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.aj8lqfua { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.uka0nmmb { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.m04xh5 { color: var(--text-dim); font-size: 0.8rem; }
.tzob8uz6 a, .bxs5i a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.tzob8uz6 a:hover, .bxs5i a:hover { color: var(--accent-light); }
.bxs5i { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.smk6ogsv .aj8lqfua { text-align: center; }
.smk6ogsv .bxs5i { justify-content: center; margin-bottom: 16px; }
.smk6ogsv .uka0nmmb { margin-top: 0; }
.ieixz6 { margin-top: 10px; }
.ieixz6 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .aj8lqfua { padding-left: 16px; padding-right: 16px; }
  .adw2ihr2 .aj8lqfua { padding: 20px 16px; }
  .bxs5i { gap: 4px 12px; }
  .uka0nmmb { font-size: 0.78rem; }
}
.fzbma38 .uka0nmmb { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.fzbma38 .m04xh5 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .fzbma38 .zo43neq { grid-template-columns: 1fr 1fr; } .fzbma38 .i68pqipv { grid-column: 1 / -1; } }
@media (max-width: 480px) { .fzbma38 .zo43neq { grid-template-columns: 1fr; } }
.h1szhu .uka0nmmb { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .h1szhu .fzgy { gap: 12px; } .h1szhu .locz2 { margin-right: 0; width: 100%; } }
.e0ljkffh .uka0nmmb { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.e0ljkffh .m04xh5 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .e0ljkffh .wtq8b { grid-template-columns: 1fr 1fr; } .e0ljkffh .sro263tw { grid-column: 1 / -1; } }
@media (max-width: 480px) { .e0ljkffh .wtq8b { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .t9qe .gqke { grid-template-columns: 1fr 1fr; } .t9qe .xky3:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .t9qe .gqke { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .k97332k5 .gqke { grid-template-columns: 1fr; } }
.e3kqt .aj8lqfua { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.e3kqt .bxs5i { justify-content: center; }
.vagml .o3nmbn      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.vagml .ql7fea { background: var(--bg-page); border-top-color: var(--border-alt); }
.jixefa .o3nmbn      { background: #0d1117; border-bottom-color: #21262d; }
.jixefa .mtmt { color: var(--accent-light); }
.jixefa .t57w0iu { --msep-color: #8b949e; }
.jixefa .t57w0iu a { color: #8b949e; }
.jixefa .t57w0iu a:hover { color: var(--accent-light); }
.jixefa .ru1dz { color: #8b949e; }
.jixefa .ql7fea { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.jixefa .uka0nmmb,
.jixefa .m04xh5 { color: #6e7681; }
.jixefa .tzob8uz6 a, .jixefa .bxs5i a,
.jixefa .tzob8uz6 a:hover, .jixefa .bxs5i a:hover,
@media (max-width: 640px) {
  .jixefa .t57w0iu { background: #0d1117; border-top-color: #21262d; }
  .jixefa .t57w0iu li a { border-bottom-color: #21262d; }
}
.ua18 .o3nmbn      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.ua18 .mtmt { color: var(--accent-light); }
.ua18 .t57w0iu { --msep-color: #475569; }
.ua18 .t57w0iu a { color: #475569; }
.ua18 .t57w0iu a:hover { color: var(--accent-light); }
.ua18 .ru1dz { color: #64748b; }
.ua18 .ql7fea { background: #f0f4f8; border-top-color: #cbd5e1; }
.ua18 .uka0nmmb,
.ua18 .m04xh5 { color: #64748b; }
.ua18 .tzob8uz6 a, .ua18 .bxs5i a,
.ua18 .tzob8uz6 a:hover, .ua18 .bxs5i a:hover,
@media (max-width: 640px) {
  .ua18 .t57w0iu { background: #f0f4f8; border-top-color: #cbd5e1; }
  .ua18 .t57w0iu li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.kcawoneq .o3nmbn      { background: var(--accent); border-bottom-color: var(--accent-light); }
.kcawoneq .mtmt { color: #fff; }
.kcawoneq .t57w0iu { --msep-color: rgba(255,255,255,0.82); }
.kcawoneq .t57w0iu a { color: rgba(255,255,255,0.82); }
.kcawoneq .t57w0iu a:hover { color: #fff; }
.kcawoneq .ru1dz { color: rgba(255,255,255,0.9); }
.kcawoneq .qtlqd6 a { color: var(--text-primary) !important; }
.kcawoneq .qtlqd6 a:hover { color: var(--accent-light) !important; }
.kcawoneq .ql7fea { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.kcawoneq .uka0nmmb,
.kcawoneq .m04xh5 { color: rgba(255,255,255,0.72); }
.kcawoneq .tzob8uz6 a, .kcawoneq .bxs5i a,
.kcawoneq .f4wr a, .kcawoneq .c9qj a,
.kcawoneq .pb6h2f a, .kcawoneq .locz2 { color: #fff; }
.kcawoneq .hs891, .kcawoneq .k5fzl { color: rgba(255,255,255,0.7); }
.kcawoneq .tzob8uz6 a:hover, .kcawoneq .bxs5i a:hover,
.kcawoneq .f4wr a:hover, .kcawoneq .c9qj a:hover { color: #fff; }
@media (max-width: 640px) {
  .kcawoneq .t57w0iu { background: var(--accent); border-top-color: var(--accent-light); }
  .kcawoneq .t57w0iu li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.fk4damz .o3nmbn {
  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);
}
.fk4damz .ql7fea {
  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) {
  .fk4damz .t57w0iu {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.eeln5 .v5mhq9 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.ymhr .v5mhq9 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ldykhx .v5mhq9 { min-height: 72px; height: auto; }
.jflhne .v5mhq9 { min-height: 84px; height: auto; }
.adw2ihr2 .v5mhq9 { max-width: none; padding: 0 32px; }
.adw2ihr2 .aj8lqfua  { max-width: none; padding: 24px 32px; }
.lofjc1.gwlz .v5mhq9 { max-width: 1200px; }
.lofjc1.n5x3tt .v5mhq9 { max-width: 1320px; }
.u9q9gmt   .mtmt, .u9q9gmt   .locz2 { text-transform: capitalize; }
.rq9us4ix .mtmt, .rq9us4ix .locz2 { text-transform: lowercase; }
.gtb9c0 .mtmt, .gtb9c0 .locz2 { text-transform: uppercase; letter-spacing: 0.06em; }
.nacain, .ptl5 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ftq7zbh .nacain,
.zbel .nacain,
.k0xzpz83 .nacain,
.pal8 .nacain,
.n8m3dt   .t57w0iu a { font-weight: 500; }
.qy0bi .t57w0iu a { font-weight: 600; }
.iuza4tw     .t57w0iu a { font-weight: 700; }
.nx0edh7    .t57w0iu a { font-weight: 800; letter-spacing: 0.01em; }
.t8iv     .t57w0iu > li + li::before,
.zpsvea    .t57w0iu > li + li::before,
.eu5vgt    .t57w0iu > li + li::before,
.ugy9vd0 .t57w0iu > li + li::before,
.x4xa3t .t57w0iu > li + li::before,
.vwghe  .t57w0iu > li + li::before,
.x2siz1g    .t57w0iu > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.t8iv     .t57w0iu > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.zpsvea    .t57w0iu > li + li::before { content: "|"; }
.eu5vgt    .t57w0iu > li + li::before { content: "—"; }
.ugy9vd0 .t57w0iu > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.x4xa3t .t57w0iu > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.vwghe  .t57w0iu > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.x2siz1g    .t57w0iu > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .du37i9 .ru1dz,
  .tajdkeoq .ru1dz,
  .ax21 .ru1dz,
  .ap6c0xg4 .ru1dz,
  .pg3c .ru1dz {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .du37i9 .ru1dz::before,
  .tajdkeoq .ru1dz::before,
  .ax21 .ru1dz::before,
  .ap6c0xg4 .ru1dz::before,
  .pg3c .ru1dz::before { content: ""; display: block; flex-shrink: 0; }

  
  .du37i9 .ru1dz::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;
  }

  
  .tajdkeoq .ru1dz::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;
  }

  
  .ax21 .ru1dz::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;
  }

  
  .ap6c0xg4 .ru1dz::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;
  }

  
  .pg3c .ru1dz::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) {
  .vius6de5 .ru1dz {
    padding: 5px 14px;
  }
  .vius6de5 .t57w0iu {
    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;
  }
  .vius6de5 .t57w0iu li a {
    border-bottom: none; padding: 10px 22px;
  }
  .vius6de5 .t57w0iu li a:hover { background: var(--bg-raised); }
  .vius6de5 .tfqp,
  .iqg5b .tfqp,
  .jdwx .tfqp { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .ybktx .ru1dz {
    padding: 5px 10px;
  }
  .ybktx .t57w0iu {
    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);
  }
  .ybktx .t57w0iu.tnqlo2 { transform: translateX(0); }
  .ybktx .t57w0iu li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .ybktx .t57w0iu li:last-child a { border-bottom: none; }
  .kcawoneq .t57w0iu,
  .jixefa .t57w0iu { background: var(--accent) !important; }
  .kcawoneq .t57w0iu li a,
  .jixefa .t57w0iu li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .jdwx .ru1dz {
    padding: 5px 10px;
  }
  .jdwx .t57w0iu {
    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);
  }
  .jdwx .t57w0iu::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .jdwx .t57w0iu.tnqlo2 { transform: translateY(0); }
  .jdwx .t57w0iu li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .rimpbq9 .ru1dz {
    padding: 5px 10px;
  }
  .rimpbq9 .t57w0iu {
    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;
  }
  .rimpbq9 .t57w0iu.tnqlo2 { opacity: 1; pointer-events: auto; }
  .rimpbq9 .t57w0iu li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .mjhgj     .ru1dz { border-radius: 0 !important; }
  .v9rtwct   .ru1dz { border-radius: 8px !important; }
  .zfy61n5f .ru1dz { border-radius: 50% !important; }
  .ofycu0   .ru1dz { border-radius: 999px !important; }
}
.k2rj .od8r4ha7 { height: 36px; }
.rrcsg .od8r4ha7 { height: 60px; max-width: 200px; }
.jr45 .od8r4ha7 { height: 76px; max-width: 240px; }
.xlvef    .jfjs748, .xlvef    .pa8g { color: #f59e0b; }
.oky1q .vh9cb6qt {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
@media (min-width: 720px) {
  .lnq3 .erzzxtqt {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .lnq3 .xy8i {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .lnq3 .xy8i { padding: 40px 16px 20px; }
  .lnq3 .vh9cb6qt {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .lnq3 .aobq { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .d5svd .xy8i {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .d5svd .xy8i::before {
    position: absolute; top: 14px; left: 14px;
  }
  .d5svd .s1mm {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .d5svd .urfohj8 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .d5svd .vh9cb6qt {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .d5svd .aobq { width: 100%; min-width: 0; }
  .d5svd .jfjs748 { min-width: 0; }
}
.fkuozghn .erzzxtqt { counter-reset: cs-rank; }
.fkuozghn .xy8i::before {
  counter-increment: cs-rank;
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.2;
  min-width: 24px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.bv98a5g .v921 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.bv98a5g .v921 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.bv98a5g .v921 p { padding: 0 2px 16px; }
.qyzguq .v921 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.qyzguq .v921 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.qyzguq .v921 summary::after { content: "›"; font-size: 1.2em; }
.qyzguq .v921[open] summary::after { content: "‹"; }
.qyzguq .v921 p { padding: 10px 22px 4px; }
.o0u2o .v921 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.o0u2o .v921 summary { color: var(--text-primary); padding-left: 16px; }
.o0u2o .v921 summary::after { content: "›"; font-size: 1.1em; }
.o0u2o .v921[open] summary::after { content: "‹"; }
.o0u2o .v921 p { padding-left: 16px; }
.n35f5v5f .rret8 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.n35f5v5f .v921 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.n35f5v5f .v921:last-child { border-bottom: none; }
.n35f5v5f .v921 summary { color: var(--text-primary); border-radius: 0; }
.n35f5v5f .v921 summary::after { content: "›"; font-size: 1.1em; }
.n35f5v5f .v921[open] summary::after { content: "‹"; }
.pkhzk19c .v921 { overflow: hidden; }
.pkhzk19c .v921 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.pkhzk19c .v921 summary::after { color: rgba(255,255,255,.75); }
.pkhzk19c .v921[open] summary { border-radius: 0; }
.qg2ak { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.bxj3 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.vn4o {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.e58de { color: var(--text-muted); font-size: 1.05rem; }
.hrhdw {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.oxv2w {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.gvyywzj { margin-bottom: 20px; }
.hvab5 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.xm0d0 {
  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;
}
.xm0d0:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.nx31r0 { resize: vertical; min-height: 130px; }
.vvn3qjqv { width: 100%; margin-top: 8px; }
.tmkv {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.mq4lhnk8 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.lgbp { color: var(--text-muted); line-height: 1.75; }
.z093 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.z093 li { margin-bottom: 6px; }
.ekr3l { max-width: 760px; margin: 0 auto; }
.ulh43 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.pcyr86 { max-width: 760px; margin: 0 auto; }
.vkfmy8v { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.zcacswe ul.z093 { margin: 0; }
.nps8mx3 { max-width: 900px; margin: 0 auto; }
.ngqyd3 { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.ngqyd3:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.ngqyd3 .vkfmy8v { margin: 0; font-size: 1rem; }
.ngqyd3 .brzl09o p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .ngqyd3 { grid-template-columns: 1fr; gap: 10px; } }
.b13h .vkfmy8v { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.rwqil .z093 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .aw19pjm4 { grid-template-columns: 1fr; } }
.bgrt ul.z093 { margin: 0; }
.nwsx .z093,
.s83teh .z093,
.p4thxq .z093,
.edrtv2u .z093 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .y2i984 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .dobug { grid-template-columns: 1fr; } .i6q3kz8 { position: static; text-align: center; } }
@media (max-width: 860px) { .nuksq { grid-template-columns: 1fr; } }
.edrtv2u .z093 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .e4lg5 { flex-direction: column; text-align: center; } .gd9q { grid-template-columns: 1fr; } }
.p04z {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.p04z .vn4o { color: var(--accent-light); }
.md08lq8 .vn4o { font-size: 2rem; }
.md08lq8 .e58de { max-width: 680px; }
.jyr45mqy .vn4o { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.jyr45mqy .e58de  { margin: 0; }
@media (max-width: 640px) { .jyr45mqy { flex-direction: column; } }
.l59ywjmy .vn4o { color: var(--accent-light); }
.pdz00u .vn4o { color: #fff; }
.pdz00u .e58de  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .esw3u { grid-template-columns: 1fr; } }
.abpksrb .xm0d0 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.abpksrb .xm0d0:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.z4nn .xm0d0 { background: var(--bg-raised); border-color: transparent; }
.z4nn .xm0d0:focus { background: var(--bg-card); border-color: var(--accent-light); }
.gxrp .xm0d0 { border-radius: 100px; padding: 11px 20px; }
.gxrp .nx31r0 { border-radius: 14px; }
.upi9rxpf {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.upi9rxpf summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.upi9rxpf summary::-webkit-details-marker { display: none; }
.upi9rxpf summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.upi9rxpf[open] summary::after { content: "−"; }
.s6tgokb1 {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .lrqbd { grid-template-columns: 1fr; } }
.l1z90t{position:relative;overflow:visible}
.btky .x4zcy7,.w9gbvp35 .x4zcy7{display:block}
.w9gbvp35 .x4zcy7{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.w9gbvp35 .x4zcy7 .gv33d2ng{margin:0}
.w9gbvp35 .f4eq4~.x4zcy7,
.w9gbvp35 .qw5q~.x4zcy7{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.w9gbvp35 .f4eq4~.x4zcy7 .gv33d2ng,
.w9gbvp35 .qw5q~.x4zcy7 .gv33d2ng{justify-content:flex-start}
.f4eq4~.x4zcy7,.qw5q~.x4zcy7{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}
.f4eq4~.x4zcy7 .gv33d2ng{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.m6rs .ivt3b1{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.m6rs .qytyjt::before{content:""}
.ordvy{--date-bg:var(--accent-bg-light)}
.dr1goyj .qytyjt::before{content:"→";opacity:.35;font-size:.85em}
.dr1goyj .ivt3b1 + .ivt3b1::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.l4p6b .u06jc{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .u06jc{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .qk3zze{max-width:100%}
}
:root {
  --accent:          #43882f;
  --brand:           #43882f;
  --brand-light:     #86c873;
  --brand-pale:      #b3d4a9;
  --grad-start:      #1d3c14;
  --grad-end:        #397528;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #43882f;
  --cta-light:       #63b84b;
  --cta-hover:       #51a639;
  --bg-page:         #091207;
  --bg-surface:      #0f1c0b;
  --bg-card:         #152710;
  --bg-card-inner:   #1b3214;
  --bg-raised:       #213d19;
  --bg-hover:        #27481d;
  --border:          #2f5623;
  --border-alt:      #3b6c2c;
  --border-section:  #2f5623;
  --text-primary:    #e4e6e4;
  --text-muted:      #a2aaa0;
  --text-body:       #cacec9;
  --text-sub:        #a2aaa0;
  --text-faint:      #6f796c;
  --text-dim:        #565e54;
  --text-label:      #889285;
  --text-value:      #bdc2bb;
  --accent-bg:       #1b2418;
  --accent-bg-light: #273823;
  --bg-tip:          #16261b;
  --bg-warning:      #272115;
  --bg-info:         #162226;
  --bg-pros:         #16261b;
  --bg-cons:         #261b16;
  --c-pros:          #89e5a5;
  --c-cons:          #e6a189;
  --c-pros-label:    #60dc85;
  --c-tip-border:    #42d56f;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #89e5a5;
}
:root { --logo-bg-opacity: 72%; }
body, button, input { font-family: "Prompt", sans-serif; }
.jzv2mo .w5ib { font-size: 0; width: 1.2rem; flex-shrink: 0; }.jzv2mo .w5ib::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.jzv2mo .uinxhi1     .w5ib::before { content: "";  color: var(--c-tip-border); }.jzv2mo .xnrbopkg .w5ib::before { content: ""; color: var(--c-warn-border); }.jzv2mo .mre0    .w5ib::before { content: ""; color: #60a5fa; }.utiisqi .jzv2mo .uinxhi1     .w5ib::before { color: #10b981; }.utiisqi .jzv2mo .xnrbopkg .w5ib::before { color: #f43f5e; }.utiisqi .jzv2mo .mre0    .w5ib::before { color: #a855f7; }.r5ln00a  .jzv2mo .uinxhi1     .w5ib::before { color: #eab308; }.r5ln00a  .jzv2mo .xnrbopkg .w5ib::before { color: #ef4444; }.r5ln00a  .jzv2mo .mre0    .w5ib::before { color: #f97316; }.alxb0  .jzv2mo .uinxhi1     .w5ib::before { color: #38bdf8; }.alxb0  .jzv2mo .xnrbopkg .w5ib::before { color: #818cf8; }.alxb0  .jzv2mo .mre0    .w5ib::before { color: #2dd4bf; }.fpmns1d .jzv2mo .w5ib::before { color: var(--accent-light) !important; }
.th5u .lryr90 li::before, .th5u .s6f9 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; }.th5u .lryr90 li::before { content: ""; }.th5u .s6f9 li::before { content: ""; }.th5u .o9t8zh1::before, .th5u .wr64bisn::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.th5u .o9t8zh1::before { content: ""; }.th5u .wr64bisn::before { content: ""; }
.co6y .jdafxx3i, .co6y .f4eq4 { min-height: 780px; }
.m3yxq::before { content: '◆'; font-size: 0.5em; }
.mf5xe .ivt3b1::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.mf5xe .ivt3b1:first-of-type::before{content:"\f073"}.mf5xe .ivt3b1:last-of-type::before{content:"\f303"}