: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;
}
.kmep {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.p0f2 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.lin98 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.k0fh { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.i6pb071 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.i6pb071 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.i6pb071 a:hover { color: var(--accent-light); }
.a0in7g     .d7nz4q4x { border-radius: 6px; }
.a0in7g .d7nz4q4x li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.a0in7g .d7nz4q4x li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.bnzwc .d7nz4q4x li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .d7nz4q4x {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .m2yq:hover .d7nz4q4x,
  .m2yq:focus-within .d7nz4q4x { display: block; }
  .d7nz4q4x li a { padding: 8px 16px; font-size: 0.88rem; }
}
.eedrj1 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.prins { display: none; }
@media (max-width: 640px) {
  .prins {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .prins.t4nam9 { display: block; }
}
@media (max-width: 640px) {
  .eedrj1 { display: block; }
  .i6pb071 > li + li::before { display: none !important; }
  .i6pb071 {
    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;
  }
  .i6pb071.t4nam9 { display: flex; }
  .i6pb071 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .i6pb071 li:last-child a { border-bottom: none; }
}
.et2g { min-height: 480px; }
.r24hx3 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.cfbf158x { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.eqe8bl .cfbf158x { margin-left: 0; margin-right: 0; }
.qjd4g {
  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;
}
.qjd4g:hover { opacity: 0.88; }
.rh537yf .r24hx3 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.rh537yf .cfbf158x { color: #e2e8f0; }
.rh537yf.qci4p .zwhbw { text-align: center; }
.yagj .r24hx3 { color: var(--text-primary); text-shadow: none; }
.yagj .cfbf158x { color: var(--text-muted); }
.yagj .qjd4g { margin-top: 16px; }
.yagj, .yagj.et2g { min-height: auto !important; }
.yagj.qci4p .zwhbw { text-align: center; }
.yagj~.e5bf2{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}
.yagj~.e5bf2 .iuf0dyln{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; }
}
@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; }
}
.d7r8tyyt .r24hx3 { color: #fff; }
.d7r8tyyt .cfbf158x { color: rgba(255,255,255,0.85); }
.d7r8tyyt .qjd4g { background: #fff; color: var(--cta); }
.d7r8tyyt .qjd4g:hover { opacity: 0.92; }
.dow2 .qk3bh { position: relative; overflow: hidden; }
.dow2 .qk3bh::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;
}
.oja4xl0l .qk3bh {
  animation: hg-breathe 7s ease-in-out infinite;
}
.acy9gt .qk3bh { position: relative; overflow: hidden; }
.acy9gt .qk3bh::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;
}
.id7h2 .qk3bh { position: relative; overflow: hidden; }
.id7h2 .qk3bh::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;
}
.cvzu .qk3bh {
  animation: hg-fadein 1.2s ease-out both;
}
.qk3bh {
  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%);
}
.zjpu9pk {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.bcc8s {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.g1va86oj {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.qk3bh .r24hx3 { text-shadow: none; color: var(--text-primary); }
.qk3bh .cfbf158x { color: var(--text-muted); }
body.nkm6lmvx .r24hx3 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.nr90 .r24hx3 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.qk3bh.qci4p .zjpu9pk { align-items: center; text-align: center; }
.qk3bh.eqe8bl   .zjpu9pk { align-items: flex-start; text-align: left; }
.kno3s .bcc8s { position: relative; }
.kno3s .bcc8s::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.kno3s.ady7zc .bcc8s::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.go33 .bcc8s {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.go33 .g1va86oj {
  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);
}
.go33.ady7zc .bcc8s { padding: 32px 0 32px 32px; }
.ttuqj .bcc8s {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.ttuqj .g1va86oj {
  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);
}
.ady7zc { grid-template-areas: "media text"; }
.ady7zc .zjpu9pk {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.ttuqj.ady7zc .bcc8s { padding: 40px 16px 40px 48px; }
.y2qvuogy .bcc8s { display: flex !important; align-items: center; justify-content: center; position: relative; }
@media (max-width: 700px) {
  .qk3bh { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .qk3bh .bcc8s { display: none !important; }
  .y2qvuogy .bcc8s { display: none !important; }
  .de5hx3o .z5hdc2 { display: none !important; }
  .occhokpz .srh71 { display: none !important; }
  .zjpu9pk  { padding: 36px 24px; }
  .qk3bh~.e5bf2,.ady7zc~.e5bf2{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .et2g, .qk3bh { min-height: 320px !important; }
  
  .r24hx3 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .on5ig { display: none !important; }
  
  .edlrlon { flex-direction: column; align-items: center; }
  .t1w3 { width: 100%; max-width: 340px; }
}
.qnuj5e3 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.w0fyxe { width: 100%; height: auto; display: block; border-radius: 10px; }
.a3d9 .qnuj5e3        { border-radius: 16px; }
.a3d9 .w0fyxe  { border-radius: 16px; }
.i4curd .qnuj5e3         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.i4curd .w0fyxe   { border-radius: 8px; }
.r43os4yi { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.v3z7mv { width: 100%; padding: 32px 0; position: relative; }
.pb4c { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.herhyx .v3z7mv:nth-child(even) { background: var(--bg-surface); }
.herhyx .v3z7mv:nth-child(odd)  { background: var(--bg-page); }
.bpd0ev .v3z7mv:nth-child(even) { background: var(--bg-card); }
.bpd0ev .v3z7mv:nth-child(odd)  { background: var(--bg-page); }
.herhyx .v3z7mv:nth-child(odd)  .pb4c { background: var(--bg-card); border-radius: 6px; }
.herhyx .v3z7mv:nth-child(even) .pb4c { background: var(--bg-raised); border-radius: 6px; }
.bpd0ev .v3z7mv:nth-child(odd)  .pb4c { background: var(--bg-card); border-radius: 6px; }
.bpd0ev .v3z7mv:nth-child(even) .pb4c { background: var(--bg-raised); border-radius: 6px; }
.herhyx .v3z7mv:nth-child(even) .jqj6 .cfa98fbd,
.bpd0ev .v3z7mv:nth-child(even) .jqj6 .cfa98fbd { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.herhyx .v3z7mv:nth-child(odd) .jqj6 .cfa98fbd,
.bpd0ev .v3z7mv:nth-child(odd) .jqj6 .cfa98fbd { background: var(--bg-card-inner); }
.herhyx .v3z7mv:nth-child(even) .e382vrel .cfa98fbd:nth-child(odd),
.bpd0ev .v3z7mv:nth-child(even) .e382vrel .cfa98fbd:nth-child(odd)  { background: var(--bg-card); }
.herhyx .v3z7mv:nth-child(even) .e382vrel .cfa98fbd:nth-child(even),
.bpd0ev .v3z7mv:nth-child(even) .e382vrel .cfa98fbd:nth-child(even) { background: var(--bg-card-inner); }
h1.d5jmyeh { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.d5jmyeh {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.q650h { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.apx4ui h2.d5jmyeh {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.zbhv8 h2.d5jmyeh {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.a39dfg h2.d5jmyeh {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.dqhzu97 h2.d5jmyeh::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.nuneh0i h2.d5jmyeh {
  color: var(--text-primary); font-size: 1.7rem;
}
.bkjpk1 h2.d5jmyeh::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.dnxbs h2.d5jmyeh {
  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;
}
.bnz95x5k { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .bnz95x5k { display: none; } }
.mzg0vux { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.d70kh { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.mgpm {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.mny0 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.kv8jpl { padding-left: 20px; }
.kv8jpl li { margin-bottom: 6px; }
.kv8jpl a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.kv8jpl a:hover { color: var(--accent-light); }
.jsvfm0 .mny0 { display: none; }
.a7v8 .mny0 { display: none; }
.a7v8 .kv8jpl { padding-left: 0; list-style: none; }
.a7v8 .kv8jpl li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.a7v8 .kv8jpl a { font-size: 0.92rem; }
.l3uvycq0 .mgpm { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.l3uvycq0 .mny0 { display: none; }
.l3uvycq0 .kv8jpl { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.l3uvycq0 .kv8jpl li { margin-bottom: 0; }
.l3uvycq0 .kv8jpl 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;
}
.l3uvycq0 .kv8jpl a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.p02vle1 .mgpm { padding: 20px 20px 16px; }
.p02vle1 .kv8jpl {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.p02vle1 .kv8jpl li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.p02vle1 .kv8jpl 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;
}
.p02vle1 .kv8jpl 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;
}
.p02vle1 .kv8jpl a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.p02vle1 .kv8jpl a:focus,
.p02vle1 .kv8jpl a:focus-visible,
.p02vle1 .kv8jpl a:target { outline: none; }
.p02vle1 .kv8jpl li:target a { border-color: var(--border); color: var(--text-muted); }
.s1qus4 .mgpm { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.s1qus4 .mny0 { display: none; }
.s1qus4 .kv8jpl { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.s1qus4 .kv8jpl li { margin-bottom: 0; }
.s1qus4 .kv8jpl li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.s1qus4 .kv8jpl li:last-child::after { content: ""; margin-right: 0; }
.s1qus4 .kv8jpl a { font-size: 0.9rem; }
.cfa98fbd { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.jqj6 .cfa98fbd { background: var(--bg-card); }
.e382vrel .cfa98fbd:nth-child(odd)  { background: var(--bg-card); }
.e382vrel .cfa98fbd:nth-child(even) { background: var(--bg-raised); }
.yin2fif .cfa98fbd {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.yin2fif .cfa98fbd:last-child { border-bottom: none; }
.yin2fif h3.q650h { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.s0ksh77 .cfa98fbd {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.s0ksh77 .cfa98fbd + .cfa98fbd { margin-top: 4px; }
.oles5 .cfa98fbd { background: none; border-radius: 0; padding: 12px 0; }
.oles5 .cfa98fbd + .cfa98fbd { border-top: 1px solid var(--border-section); }
.n8j7zf { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.g81zlztj { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.xg443 { color: var(--text-body); margin-bottom: 10px; }
.hgak805, .toum { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.hgak805 li, .toum li { margin-bottom: 6px; }
.toum li { list-style: decimal; }
.sg2r     .hgak805 { list-style-type: "● "; }
.doel92  .hgak805 { list-style-type: "■ "; }
.mtba .hgak805 { list-style-type: "◆ "; }
.i6o4    .hgak805 { list-style-type: "★ "; }
.sg2r     .y2zk { list-style-type: "● "; }
.doel92  .y2zk { list-style-type: "■ "; }
.mtba .y2zk { list-style-type: "◆ "; }
.i6o4    .y2zk { list-style-type: "★ "; }
.sg2r    .hgak805 li::marker, .sg2r    .y2zk li::marker,
.doel92 .hgak805 li::marker, .doel92 .y2zk li::marker,
.mtba .hgak805 li::marker, .mtba .y2zk li::marker,
.i6o4   .hgak805 li::marker, .i6o4   .y2zk li::marker {
  color: var(--cta); font-size: 1em;
}
.sg2r .toum,
.doel92 .toum,
.mtba .toum,
.i6o4 .toum {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.sg2r .toum li,
.doel92 .toum li,
.mtba .toum li,
.i6o4 .toum li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.sg2r .toum li::before,
.doel92 .toum li::before,
.mtba .toum li::before,
.i6o4 .toum 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;
}
.sg2r     .toum li::before { border-radius: 50%; }
.doel92  .toum li::before { border-radius: 3px; }
.mtba .toum li::before { border-radius: 3px; }
.i6o4    .toum li::before { border-radius: 50%; }
.iillmoe { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.pbv2 .iillmoe,
.p3kl6 .iillmoe { background: transparent; border: none; border-radius: 0; }
.z7w83zt { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.z7w83zt th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.z7w83zt td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.z7w83zt tr:hover td { background: var(--bg-hover); }
.ntooz5 .z7w83zt tbody tr:nth-child(even) td { background: var(--bg-surface); }
.konb1k .z7w83zt { border: 1px solid var(--border-alt); }
.konb1k .z7w83zt th,
.konb1k .z7w83zt td { border: 1px solid var(--border-alt); }
.df0pgxj .z7w83zt th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.df0pgxj .z7w83zt td { border-bottom: none; }
.df0pgxj .z7w83zt tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.lygawy .z7w83zt th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.r08zysd1 .iillmoe {
  overflow: hidden;
}
.r08zysd1 .z7w83zt th { border-bottom: 1px solid var(--border-alt); }
.r08zysd1 .z7w83zt tr:last-child td { border-bottom: none; }
.ezc8 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.dv29 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.xycyms { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.lcsh9kl { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.l6fkrpj { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.y2zk { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.y2zk 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%}
.ah0alau .lcsh9kl { background: transparent; text-align: center; }
.jtzk9 .xycyms {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.kiddfacw .xycyms {
  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);
}
.mkzif0 .dv29 { display: grid; grid-template-columns: auto 1fr; }
.mkzif0 .xycyms {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.mkzif0 .lcsh9kl { grid-column: 2; }
.mkzif0 .l6fkrpj,
.mkzif0 .y2zk { grid-column: 1 / -1; }
.ihykcm2j .dv29 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.ihykcm2j .xycyms {
  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);
}
.ihykcm2j .lcsh9kl { grid-column: 2; }
.ihykcm2j .l6fkrpj,
.ihykcm2j .y2zk { grid-column: 1 / -1; }
.dncord4 .dv29 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.dncord4 .lcsh9kl { background: none; color: var(--accent-light); font-weight: 700; }
.yv469u .dv29 { 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); }
.yv469u .lcsh9kl { background: none; color: var(--accent-light); font-weight: 700; }
.nbp7mx .dv29 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.nbp7mx .dv29:last-child { border-bottom: none; }
.nbp7mx .lcsh9kl { background: none; color: var(--accent-light); font-weight: 700; }
.pee2iaf .dv29 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.pee2iaf .lcsh9kl { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.kbdpt .ezc8 { counter-reset: card-n; }
.kbdpt .dv29  { counter-increment: card-n; }
.kbdpt .lcsh9kl { display: flex; align-items: center; gap: 10px; }
.kbdpt .lcsh9kl::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;
}
.s001j1yt .dv29 { background: var(--bg-surface); border: 1px solid var(--border); }
.s001j1yt .lcsh9kl { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.ns188h8 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.g10l8a  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.iz2cbj6v { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.up91fzk5 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.qxs1 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.ns188h8 strong { color: var(--text-primary); font-size: 0.95rem; }
.ns188h8 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.w0fyxe { width: 100%; height: auto; border-radius: 10px; display: block; }
.h8r5 {
  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;
}
.h8r5:hover { opacity: 0.85; }
.sklmyb .h8r5  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.sklmyb .h8r5:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.u19m7 .h8r5  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.u19m7 .h8r5:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.leizje .qjd4g { border-radius: 50px; }
.leizje .h8r5  { border-radius: 50px; }
.aeajk .qjd4g { padding-left: 22px; padding-right: 22px; }
.aeajk .h8r5  { padding-left: 12px; padding-right: 12px; }
.qyajtlr .qjd4g { padding-left: 44px; padding-right: 44px; }
.qyajtlr .h8r5  { padding-left: 24px; padding-right: 24px; }
.budx90 .qjd4g { padding-left: 56px; padding-right: 56px; }
.budx90 .h8r5  { padding-left: 32px; padding-right: 32px; }
.uycg   .qjd4g::after, .uycg   .h8r5::after,
.ooyjd .qjd4g::after, .ooyjd .h8r5::after,
.aclg5o    .qjd4g::after, .aclg5o    .h8r5::after,
.wy1eyxs    .qjd4g::after, .wy1eyxs    .h8r5::after,
.pji2    .qjd4g::after, .pji2    .h8r5::after,
.e99h9     .qjd4g::after, .e99h9     .h8r5::after,
.gh67h    .qjd4g::after, .gh67h    .h8r5::after,
.ltw75   .qjd4g::after, .ltw75   .h8r5::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;
}
.uycg .qjd4g::after, .uycg .h8r5::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");
}
.ooyjd .qjd4g::after, .ooyjd .h8r5::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");
}
.aclg5o .qjd4g::after, .aclg5o .h8r5::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");
}
.wy1eyxs .qjd4g::after, .wy1eyxs .h8r5::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");
}
.pji2 .qjd4g::after, .pji2 .h8r5::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");
}
.e99h9 .qjd4g::after, .e99h9 .h8r5::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");
}
.gh67h .qjd4g::after, .gh67h .h8r5::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");
}
.ltw75 .qjd4g::after, .ltw75 .h8r5::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");
}
.pyyvvoz9   .i8l0::after, .pyyvvoz9   .ifmfsg::after,
.zwuiam6 .i8l0::after, .zwuiam6 .ifmfsg::after,
.lv3i243t    .i8l0::after, .lv3i243t    .ifmfsg::after,
.jo8f2    .i8l0::after, .jo8f2    .ifmfsg::after,
.j3c8fte    .i8l0::after, .j3c8fte    .ifmfsg::after,
.je6tq63     .i8l0::after, .je6tq63     .ifmfsg::after,
.j17ivy    .i8l0::after, .j17ivy    .ifmfsg::after,
.yrgyl8   .i8l0::after, .yrgyl8   .ifmfsg::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;
}
.pyyvvoz9 .i8l0::after, .pyyvvoz9 .ifmfsg::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");
}
.zwuiam6 .i8l0::after, .zwuiam6 .ifmfsg::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");
}
.lv3i243t .i8l0::after, .lv3i243t .ifmfsg::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");
}
.jo8f2 .i8l0::after, .jo8f2 .ifmfsg::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");
}
.j3c8fte .i8l0::after, .j3c8fte .ifmfsg::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");
}
.je6tq63 .i8l0::after, .je6tq63 .ifmfsg::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");
}
.j17ivy .i8l0::after, .j17ivy .ifmfsg::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");
}
.yrgyl8 .i8l0::after, .yrgyl8 .ifmfsg::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");
}
.jq2rrhc .h0fi { background: var(--bg-raised); }
@media (min-width: 721px) {
  .wzwam { flex: 0 0 260px; width: 260px; }
  .dmv8 { flex: 0 0 120px; width: 120px; }
  .qni5o { flex: 0 0 110px; width: 110px; }
  .rb5a   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .rjkm8zf { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.rjkm8zf.h8r5 { 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) {
  .i5bjbxq { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .i5bjbxq .f2et { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .i5bjbxq .wzwam { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .i5bjbxq .h0fi { width: 100%; min-width: unset; height: 120px; }
  .i5bjbxq .dhlc { max-height: 96px; max-width: 200px; }
  .i5bjbxq .gy62 { min-width: unset; text-align: center; white-space: normal; }
  .i5bjbxq .dmv8 { min-width: 0; }
  .i5bjbxq .rb5a { 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; }
  .i5bjbxq .rjkm8zf { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .lszpf .f2et { row-gap: 8px !important; gap: 10px !important; }
}
.xfb6y5zh  .nzkxaao li::before { content: "★"; }
.xfb6y5zh  .npyms87 li::before { content: "✕"; }
@media (min-width: 860px) {
  .kfo58p .eq4bf7m {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .kfo58p .c825yztc { margin: 0; }
}
@media (max-width: 720px) {
  .ce2wwk3 { grid-template-columns: 1fr; }
  .bpjjx { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .bpjjx .hnjgie { width: 72px; height: 50px; }
  .bpjjx .o7i2 { max-width: 180px; }
  .bpjjx .debkx { width: auto; }
}
@media (max-width: 720px) {
  .qxyfw { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .cshjlhg7 { padding: 16px; }
  .v5cu .nssu { min-width: 50%; }
}
@media (max-width: 860px) {
  .c6nf0u4 { grid-template-columns: 1fr; }
  .xdquq9p { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .l21dz2d { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .g0nfqb { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .c3nczx2 { flex-direction: column; align-items: stretch; }
}
.er8iagt5 .debkx .h8r5 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .pymff9 { flex-direction: column; align-items: stretch; gap: 10px; }
  .er8iagt5 .debkx { text-align: center; }
}
@media (max-width: 720px) {
  .ex3nj { grid-template-columns: 1fr; }
  .cmnvfe { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .fkvz3r6 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .k8jqfg { grid-template-columns: 1fr; }
  .d52jw8g { width: 100px; height: 100px; margin: 16px auto; }
  .v6fjjd { font-size: 1.4rem; }
  .a6na { justify-content: center; }
  .sd8zh .nssu { min-width: 50%; }
}
@media (max-width: 540px) {
  .veu8ve { flex-wrap: wrap; padding: 14px 16px; }
  .puhl8i { padding: 12px 16px; }
  .v7c0l0e .qhvu { margin: 0 16px; }
  .v7c0l0e .xcvhtk5x { padding: 0 16px; }
  .fchs3 { padding: 12px 16px; }
}
.dy8pgfr .wzwam { flex-direction: column-reverse; align-items: center; gap: 10px; min-width: 240px; flex-shrink: 0; }
.dy8pgfr .gy62 { text-align: center; white-space: normal; font-size: 1.05rem; line-height: 1.25; }
.oh18 .rjkm8zf.h8r5 { padding: 14px 30px !important; font-size: 1rem; }
.ejlc .rjkm8zf.h8r5 { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.if0i6p .omgnm6kw { flex: 1.8; }
.if0i6p .omgnm6kw .u6mjwr {
  font-size: 1.35rem; font-weight: 800; color: var(--accent-light);
}
.if0i6p .omgnm6kw .lzhko7ld { font-weight: 700; color: var(--text-primary); }
.if0i6p .myhtp7i,
.if0i6p .dxrb07ov,
.if0i6p .g3l5pjn { flex: 0.75; opacity: 0.75; }
.xwjq .dmv8 { display: none; }
.xwjq .qni5o { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.xwjq .qni5o {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.xwjq .qni5o small { display: none; }
.xwjq .bw59 .pqaq4kg { display: none; }
.xwjq .bw59 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.xwjq .vekl { display: none; }
.uj5v3kfa { margin: 16px 0; }
.d7rg3bfk { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.d7rg3bfk summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.d7rg3bfk summary::after { content: "+"; color: var(--accent-light); }
.d7rg3bfk[open] summary::after { content: "−"; }
.d7rg3bfk p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.v3z7mv { margin-bottom: 0; }
.jh2fha1t h2.d5jmyeh { color: var(--text-primary); border-color: var(--accent-light); }
.sina h2.d5jmyeh { color: var(--text-primary); border-color: var(--accent-light); }
.p4lrr4 .g10l8a     { background: #052e16; border-color: #10b981; }
.p4lrr4 .iz2cbj6v { background: #2d0a1e; border-color: #f43f5e; }
.p4lrr4 .up91fzk5    { background: #1e1036; border-color: #a855f7; }
.p4lrr4 .ns188h8 strong  { color: #f1f5f9; }
.p4lrr4 .ns188h8 p       { color: #cbd5e1; }
.p4lrr4 .y0h134th    .g10l8a     .qxs1::before,
.p4lrr4 .t7ruky  .g10l8a     .qxs1::before,
.p4lrr4 .gp39i7r7  .g10l8a     .qxs1::before,
.p4lrr4 .kjg2me .g10l8a     .qxs1::before { color: #10b981; }
.p4lrr4 .y0h134th    .iz2cbj6v .qxs1::before,
.p4lrr4 .t7ruky  .iz2cbj6v .qxs1::before,
.p4lrr4 .gp39i7r7  .iz2cbj6v .qxs1::before,
.p4lrr4 .kjg2me .iz2cbj6v .qxs1::before { color: #f43f5e; }
.p4lrr4 .y0h134th    .up91fzk5    .qxs1::before,
.p4lrr4 .t7ruky  .up91fzk5    .qxs1::before,
.p4lrr4 .gp39i7r7  .up91fzk5    .qxs1::before,
.p4lrr4 .kjg2me .up91fzk5    .qxs1::before { color: #a855f7; }
.gipm54n .g10l8a     { background: #2d2000; border-color: #eab308; }
.gipm54n .iz2cbj6v { background: #2d0b0b; border-color: #ef4444; }
.gipm54n .up91fzk5    { background: #2d1600; border-color: #f97316; }
.gipm54n .ns188h8 strong  { color: #f1f5f9; }
.gipm54n .ns188h8 p       { color: #cbd5e1; }
.gipm54n .y0h134th    .g10l8a     .qxs1::before,
.gipm54n .t7ruky  .g10l8a     .qxs1::before,
.gipm54n .gp39i7r7  .g10l8a     .qxs1::before,
.gipm54n .kjg2me .g10l8a     .qxs1::before { color: #eab308; }
.gipm54n .y0h134th    .iz2cbj6v .qxs1::before,
.gipm54n .t7ruky  .iz2cbj6v .qxs1::before,
.gipm54n .gp39i7r7  .iz2cbj6v .qxs1::before,
.gipm54n .kjg2me .iz2cbj6v .qxs1::before { color: #ef4444; }
.gipm54n .y0h134th    .up91fzk5    .qxs1::before,
.gipm54n .t7ruky  .up91fzk5    .qxs1::before,
.gipm54n .gp39i7r7  .up91fzk5    .qxs1::before,
.gipm54n .kjg2me .up91fzk5    .qxs1::before { color: #f97316; }
.mba027 .g10l8a     { background: #0c1a2e; border-color: #38bdf8; }
.mba027 .iz2cbj6v { background: #12103a; border-color: #818cf8; }
.mba027 .up91fzk5    { background: #0a2020; border-color: #2dd4bf; }
.mba027 .ns188h8 strong  { color: #f1f5f9; }
.mba027 .ns188h8 p       { color: #cbd5e1; }
.mba027 .y0h134th    .g10l8a     .qxs1::before,
.mba027 .t7ruky  .g10l8a     .qxs1::before,
.mba027 .gp39i7r7  .g10l8a     .qxs1::before,
.mba027 .kjg2me .g10l8a     .qxs1::before { color: #38bdf8; }
.mba027 .y0h134th    .iz2cbj6v .qxs1::before,
.mba027 .t7ruky  .iz2cbj6v .qxs1::before,
.mba027 .gp39i7r7  .iz2cbj6v .qxs1::before,
.mba027 .kjg2me .iz2cbj6v .qxs1::before { color: #818cf8; }
.mba027 .y0h134th    .up91fzk5    .qxs1::before,
.mba027 .t7ruky  .up91fzk5    .qxs1::before,
.mba027 .gp39i7r7  .up91fzk5    .qxs1::before,
.mba027 .kjg2me .up91fzk5    .qxs1::before { color: #2dd4bf; }
.ya58 .g10l8a     { background: var(--accent-bg); border-color: var(--accent-light); }
.ya58 .iz2cbj6v { background: var(--accent-bg-light); border-color: var(--accent-light); }
.ya58 .up91fzk5    { background: var(--accent-bg); border-color: var(--accent-pale); }
.ya58 .y0h134th    .qxs1::before,
.ya58 .t7ruky  .qxs1::before,
.ya58 .gp39i7r7  .qxs1::before,
.ya58 .kjg2me .qxs1::before { color: var(--accent-light) !important; }
.ucjx4jte .uetp ul li,
.ucjx4jte .nzkxaao li         { color: #4ade80; }
.ucjx4jte .uetp .xlsa { color: #22c55e; }
.ucjx4jte .ftxgpps6 ul li,
.ucjx4jte .npyms87 li         { color: #f87171; }
.ucjx4jte .ftxgpps6 .dlt2zw { color: #ef4444; }
.xfb6y5zh .xlsa::before { content: "★ "; }
.xfb6y5zh .dlt2zw::before { content: "✕ "; }
.tkxez2e .ns188h8 { background: transparent; border-left: none; border: 1.5px solid; }
.tkxez2e .g10l8a     { border-color: var(--c-tip-border); }
.tkxez2e .iz2cbj6v { border-color: var(--c-warn-border); }
.tkxez2e .up91fzk5    { border-color: #60a5fa; }
.tkxez2e .ns188h8 strong { color: var(--text-primary); }
.tkxez2e .ns188h8 p      { color: var(--text-muted); }
.ri70e .ns188h8 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.ri70e .g10l8a     { border-top-color: var(--c-tip-border); }
.ri70e .iz2cbj6v { border-top-color: var(--c-warn-border); }
.ri70e .up91fzk5    { border-top-color: #60a5fa; }
.p7hh9xq .ns188h8 { border-left: none; border-radius: 8px; }
.p7hh9xq .g10l8a     { background: #065f46; }
.p7hh9xq .iz2cbj6v { background: #92400e; }
.p7hh9xq .up91fzk5    { background: #1e3a8a; }
.p7hh9xq .ns188h8 strong,
.p7hh9xq .ns188h8 p { color: #fff; }
.p7hh9xq .qxs1::before { color: rgba(255,255,255,0.85) !important; }
.p4lrr4.p7hh9xq .g10l8a,
.p4lrr4 .p7hh9xq .g10l8a     { background: #052e16; }
.p4lrr4.p7hh9xq .iz2cbj6v,
.p4lrr4 .p7hh9xq .iz2cbj6v { background: #2d0a1e; }
.p4lrr4.p7hh9xq .up91fzk5,
.p4lrr4 .p7hh9xq .up91fzk5    { background: #1e1036; }
.gipm54n.p7hh9xq .g10l8a,
.gipm54n .p7hh9xq .g10l8a      { background: #2d2000; }
.gipm54n.p7hh9xq .iz2cbj6v,
.gipm54n .p7hh9xq .iz2cbj6v  { background: #2d0b0b; }
.gipm54n.p7hh9xq .up91fzk5,
.gipm54n .p7hh9xq .up91fzk5     { background: #2d1600; }
.mba027.p7hh9xq .g10l8a,
.mba027 .p7hh9xq .g10l8a      { background: #0c1a2e; }
.mba027.p7hh9xq .iz2cbj6v,
.mba027 .p7hh9xq .iz2cbj6v  { background: #12103a; }
.mba027.p7hh9xq .up91fzk5,
.mba027 .p7hh9xq .up91fzk5     { background: #0a2020; }
.ow68f .ns188h8 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.ow68f .g10l8a     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.ow68f .iz2cbj6v { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.ow68f .up91fzk5    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.ow68f .ns188h8 strong { color: var(--text-primary); }
.ow68f .ns188h8 p      { color: var(--text-muted); }
.zz9z .ns188h8 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.y0h134th .qxs1,
.t7ruky .qxs1,
.gp39i7r7 .qxs1,
.kjg2me .qxs1 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.y0h134th .qxs1::before,
.t7ruky .qxs1::before,
.gp39i7r7 .qxs1::before,
.kjg2me .qxs1::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.y0h134th .g10l8a     .qxs1::before { content: "✦"; color: var(--c-tip-border); }
.y0h134th .iz2cbj6v .qxs1::before { content: "▲"; color: var(--c-warn-border); }
.y0h134th .up91fzk5    .qxs1::before { content: "◉"; color: #60a5fa; }
.t7ruky .g10l8a     .qxs1::before { content: "★"; color: var(--c-tip-border); }
.t7ruky .iz2cbj6v .qxs1::before { content: "◆"; color: var(--c-warn-border); }
.t7ruky .up91fzk5    .qxs1::before { content: "●"; color: #60a5fa; }
.gp39i7r7 .g10l8a     .qxs1::before { content: "▶"; color: var(--c-tip-border); }
.gp39i7r7 .iz2cbj6v .qxs1::before { content: "■"; color: var(--c-warn-border); }
.gp39i7r7 .up91fzk5    .qxs1::before { content: "▸"; color: #60a5fa; }
.kjg2me .g10l8a     .qxs1::before { content: "→"; color: var(--c-tip-border); }
.kjg2me .iz2cbj6v .qxs1::before { content: "⬥"; color: var(--c-warn-border); }
.kjg2me .up91fzk5    .qxs1::before { content: "◈"; color: #60a5fa; }
.jbizw7 .jqj6 .cfa98fbd,
.jbizw7 .e382vrel .cfa98fbd  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.jbizw7 .dv29                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.jbizw7 .iillmoe          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.jbizw7 .mgpm                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.io9js9mc .jqj6 .cfa98fbd,
.io9js9mc .e382vrel .cfa98fbd,
.io9js9mc .dv29,
.io9js9mc .f2et,
.io9js9mc .c825yztc,
.io9js9mc .iillmoe,
.io9js9mc .mgpm,
.io9js9mc .zz9z .ns188h8 { box-shadow: none; }
.o960tn05   .xg443, .o960tn05 .n8j7zf, .o960tn05 .g81zlztj,
.o960tn05   .mzg0vux, .o960tn05 .d70kh { font-size: 0.9rem; }
.o960tn05   .hgak805, .o960tn05 .toum { font-size: 0.9rem; }
.js3xr5   .xg443, .js3xr5 .n8j7zf, .js3xr5 .g81zlztj,
.js3xr5   .mzg0vux, .js3xr5 .d70kh { font-size: 0.95rem; }
.js3xr5   .hgak805, .js3xr5 .toum { font-size: 0.95rem; }
.kzy0   .xg443, .kzy0 .n8j7zf, .kzy0 .g81zlztj,
.kzy0   .mzg0vux, .kzy0 .d70kh { font-size: 1.08rem; }
.kzy0   .hgak805, .kzy0 .toum { font-size: 1.05rem; }
.kzy0   .z7w83zt { font-size: 0.97rem; }
.ca8u .r24hx3      { font-size: 3.2rem; }
.ca8u h2.d5jmyeh { font-size: 1.9rem; }
.ca8u h3.q650h     { font-size: 1.4rem; }
.rfbaub .r24hx3      { font-size: 3.8rem; }
.rfbaub h2.d5jmyeh { font-size: 2.2rem; }
.rfbaub h3.q650h     { font-size: 1.6rem; }
.v3z7mv + .v3z7mv { position: relative; }
.c9c070rc   .v3z7mv + .v3z7mv::before,
.gsfzouub  .v3z7mv + .v3z7mv::before,
.p8pyalo   .v3z7mv + .v3z7mv::before,
.djhqx   .v3z7mv + .v3z7mv::before,
.om0d9b   .v3z7mv + .v3z7mv::before,
.gnlol0s .v3z7mv + .v3z7mv::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.c9c070rc .v3z7mv + .v3z7mv::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.gsfzouub .v3z7mv + .v3z7mv::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.p8pyalo .v3z7mv + .v3z7mv::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;
}
.djhqx .v3z7mv + .v3z7mv::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.zqx5a .v3z7mv { margin-bottom: 16px; }
.zqx5a .v3z7mv + .v3z7mv { margin-top: 0; }
.zqx5a .pb4c { padding-top: 0; padding-bottom: 0; }
.om0d9b .v3z7mv + .v3z7mv::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.gnlol0s .v3z7mv + .v3z7mv::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.zi0dm .v3z7mv + .v3z7mv::before,
.azvp8 .v3z7mv + .v3z7mv::before,
.z831t931 .v3z7mv + .v3z7mv::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%;
}
.herhyx .zi0dm .v3z7mv:nth-child(even)::before,
.herhyx .azvp8 .v3z7mv:nth-child(even)::before,
.herhyx .z831t931 .v3z7mv:nth-child(even)::before { background: var(--bg-surface); }
.bpd0ev .zi0dm .v3z7mv:nth-child(even)::before,
.bpd0ev .azvp8 .v3z7mv:nth-child(even)::before,
.bpd0ev .z831t931 .v3z7mv:nth-child(even)::before { background: var(--bg-card); }
.zi0dm .v3z7mv + .v3z7mv::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");
}
.azvp8 .v3z7mv + .v3z7mv::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");
}
.z831t931 .v3z7mv + .v3z7mv::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");
}
.lcvldx50 .rh537yf { overflow: hidden; }
.lcvldx50 .zwhbw { margin-bottom: 70px; }
.x8y9my4o .zjpu9pk,
.h5xu3rry .zjpu9pk { padding-bottom: 60px; }
.lcvldx50 .zjpu9pk { padding-bottom: 70px; }
.lcvldx50 .rh537yf::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%;
}
.lcvldx50 .rh537yf::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");
}
.bevl .qk3bh { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.rdzz73f .qk3bh { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.k7u0735 .qk3bh { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.bagkpbq .qk3bh { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.uy834na .qk3bh { background: var(--accent-bg); }
.ejoj .qnuj5e3 { float: left; width: 38%; margin: 0 28px 16px 0; }
.ejoj .qnuj5e3 .w0fyxe { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ejoj .pb4c::after { content: ''; display: block; clear: both; }
.rhew .qnuj5e3 { float: right; width: 38%; margin: 0 0 16px 28px; }
.rhew .qnuj5e3 .w0fyxe { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.rhew .pb4c::after { content: ''; display: block; clear: both; }
.w487iflj .v3z7mv:nth-child(odd)  .qnuj5e3 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.w487iflj .v3z7mv:nth-child(even) .qnuj5e3 { float: right; width: 38%; margin: 0 0 16px 28px; }
.w487iflj .qnuj5e3 .w0fyxe { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.w487iflj .pb4c::after { content: ''; display: block; clear: both; }
.ejoj .ezc8,
.ejoj .i5bjbxq,
.rhew .ezc8,
.w487iflj .ezc8,
@media (max-width: 900px) {
  .ejoj .qnuj5e3,
  .rhew .qnuj5e3,
  .w487iflj .v3z7mv:nth-child(odd)  .qnuj5e3,
  .w487iflj .v3z7mv:nth-child(even) .qnuj5e3 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .ejoj .qnuj5e3 .w0fyxe,
  .rhew .qnuj5e3 .w0fyxe,
  .w487iflj .qnuj5e3 .w0fyxe {
    max-height: none !important;
  }
}
.ejoj .hgak805,
.ejoj .toum,
.rhew .hgak805,
.rhew .toum,
.w487iflj .hgak805,
.w487iflj .toum { overflow: hidden; }
@media (max-width: 640px) {
  .ejoj .qnuj5e3,
  .rhew .qnuj5e3,
  .w487iflj .qnuj5e3 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.wowp30 .r43os4yi,
.wowp30 .pb4c,
.wowp30 .tpnum7iu  { max-width: 1100px; }
.wowp30 { --content-mw: 1100px; }
.rcdtf .r43os4yi,
.rcdtf .pb4c,
.rcdtf .tpnum7iu  { max-width: 1200px; }
.hlzwvlfb .r43os4yi,
.hlzwvlfb .pb4c,
.hlzwvlfb .tpnum7iu  { max-width: 1320px; }
.rufbely { font-size: 0.82rem; color: var(--text-muted); }
.qdygn { display: flex; align-items: center; }
.dowqp1ex {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.mbw09lko { display: flex; align-items: center; }
.plae9qm { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.plae9qm:hover { text-decoration: underline; }
.k1p1p1 { margin: 0 3px; opacity: 0.45; }
.k1p1p1::before { content: '/'; }
.qt0or { padding: 2px 5px; color: var(--text-main); }
.sakm9 .rufbely {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.sakm9 .qdygn { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.kjdaoj .rufbely {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.kjdaoj .qdygn { padding: 0 0 0 12px; }
.wnsh .qdygn { padding: 0 16px; }
.wnsh .rufbely {
  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);
}
.wnsh .r43os4yi { padding-top: 28px; }
@media (max-width: 720px) {
  .z52ha { margin-top: 18px; padding: 0 16px; }
  .wnsh .r43os4yi { padding-top: 16px; }
}
.wowp30.sakm9 .qdygn { max-width: 1100px; }
.rcdtf.sakm9 .qdygn { max-width: 1200px; }
.hlzwvlfb.sakm9 .qdygn { max-width: 1320px; }
.wowp30 .z52ha { max-width: 1100px; }
.rpq1d .v3z7mv { padding-top: 16px; padding-bottom: 16px; }
.xf100 .v3z7mv { padding-top: 24px; padding-bottom: 24px; }
.ovlr0cx .v3z7mv { padding-top: 40px; padding-bottom: 40px; }
.s3uc0xqc .v3z7mv { padding-top: 52px; padding-bottom: 52px; }
.hrxo473 .v3z7mv:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.hrxo473 .v3z7mv:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.hrxo473 .v3z7mv:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.hrxo473 .v3z7mv:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.cqr9836o .pb4c { padding-top: 10px;  padding-bottom: 10px; }
.mrzxsjr .pb4c { padding-top: 18px;  padding-bottom: 18px; }
.wq9czxk2 .pb4c { padding-top: 36px;  padding-bottom: 36px; }
.ti03n .pb4c { padding-top: 48px;  padding-bottom: 48px; }
.utz9 h2.d5jmyeh { font-weight: 600; }
.utz9 h3.q650h     { font-weight: 600; }
.ulkwc8 h2.d5jmyeh { font-weight: 800; }
.ulkwc8 h3.q650h     { font-weight: 700; }
.bxuvae h2.d5jmyeh { font-weight: 900; }
.bxuvae h3.q650h     { font-weight: 800; }
.bxuvae .ns188h8 strong,
.bxuvae .ns188h8 strong { font-weight: 600; }
.i8l0 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.t4owala .i8l0 { display: none; }
@media (max-width: 640px) { .i8l0 { display: none; } }
.i8l0 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.i8l0:hover { opacity: 0.85; }
.sre16m .i8l0 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.s4n4hmy .i8l0,
.mkmycda7  .i8l0 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.s4n4hmy .i8l0:hover,
.mkmycda7  .i8l0:hover { opacity: 0.88; }
.sre16m.s4n4hmy .i8l0,
.sre16m.mkmycda7  .i8l0 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.ifmfsg {
  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;
}
.ifmfsg:hover { transform: translateY(-2px); opacity: 0.92; }
.ifmfsg { background: var(--cta) !important; color: #fff !important; border: none !important; }
.fb2ag7 .ifmfsg { display: none; }
.ysn1c .ifmfsg { right: 32px; }
.fih6  .ifmfsg { left: 32px; }
@media (max-width: 480px) {
  .ysn1c .ifmfsg { right: 20px; bottom: 20px; }
  .fih6  .ifmfsg { left: 20px; bottom: 20px; }
}
.xoahk { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.tpnum7iu { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.eowtg { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.yjiu21ml { color: var(--text-dim); font-size: 0.8rem; }
.ifwjt25 a, .lmbln a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.ifwjt25 a:hover, .lmbln a:hover { color: var(--accent-light); }
.lmbln { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.svmz5w4j .tpnum7iu { text-align: center; }
.svmz5w4j .lmbln { justify-content: center; margin-bottom: 16px; }
.svmz5w4j .eowtg { margin-top: 0; }
.ekyn { margin-top: 10px; }
.ekyn a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .tpnum7iu { padding-left: 16px; padding-right: 16px; }
  .tu31 .tpnum7iu { padding: 20px 16px; }
  .lmbln { gap: 4px 12px; }
  .eowtg { font-size: 0.78rem; }
}
.daizk .eowtg { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.daizk .yjiu21ml { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .daizk .sej28mva { grid-template-columns: 1fr 1fr; } .daizk .kg9c { grid-column: 1 / -1; } }
@media (max-width: 480px) { .daizk .sej28mva { grid-template-columns: 1fr; } }
.mo7x761 .eowtg { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .mo7x761 .vkbve { gap: 12px; } .mo7x761 .wmp32y { margin-right: 0; width: 100%; } }
.jpus .eowtg { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.jpus .yjiu21ml { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .jpus .ztbtg { grid-template-columns: 1fr 1fr; } .jpus .s9u1hgo { grid-column: 1 / -1; } }
@media (max-width: 480px) { .jpus .ztbtg { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .y0tc .m8av { grid-template-columns: 1fr 1fr; } .y0tc .nxmi1:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .y0tc .m8av { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .tkmfglk .m8av { grid-template-columns: 1fr; } }
.z879o .tpnum7iu { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.z879o .lmbln { justify-content: center; }
.ipveawu .kmep      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.ipveawu .xoahk { background: var(--bg-page); border-top-color: var(--border-alt); }
.b4m9np .kmep      { background: #0d1117; border-bottom-color: #21262d; }
.b4m9np .lin98 { color: var(--accent-light); }
.b4m9np .i6pb071 { --msep-color: #8b949e; }
.b4m9np .i6pb071 a { color: #8b949e; }
.b4m9np .i6pb071 a:hover { color: var(--accent-light); }
.b4m9np .eedrj1 { color: #8b949e; }
.b4m9np .xoahk { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.b4m9np .eowtg,
.b4m9np .yjiu21ml { color: #6e7681; }
.b4m9np .ifwjt25 a, .b4m9np .lmbln a,
.b4m9np .ifwjt25 a:hover, .b4m9np .lmbln a:hover,
@media (max-width: 640px) {
  .b4m9np .i6pb071 { background: #0d1117; border-top-color: #21262d; }
  .b4m9np .i6pb071 li a { border-bottom-color: #21262d; }
}
.h53j .kmep      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.h53j .lin98 { color: var(--accent-light); }
.h53j .i6pb071 { --msep-color: #475569; }
.h53j .i6pb071 a { color: #475569; }
.h53j .i6pb071 a:hover { color: var(--accent-light); }
.h53j .eedrj1 { color: #64748b; }
.h53j .xoahk { background: #f0f4f8; border-top-color: #cbd5e1; }
.h53j .eowtg,
.h53j .yjiu21ml { color: #64748b; }
.h53j .ifwjt25 a, .h53j .lmbln a,
.h53j .ifwjt25 a:hover, .h53j .lmbln a:hover,
@media (max-width: 640px) {
  .h53j .i6pb071 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .h53j .i6pb071 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.s4n4hmy .kmep      { background: var(--accent); border-bottom-color: var(--accent-light); }
.s4n4hmy .lin98 { color: #fff; }
.s4n4hmy .i6pb071 { --msep-color: rgba(255,255,255,0.82); }
.s4n4hmy .i6pb071 a { color: rgba(255,255,255,0.82); }
.s4n4hmy .i6pb071 a:hover { color: #fff; }
.s4n4hmy .eedrj1 { color: rgba(255,255,255,0.9); }
.s4n4hmy .xoahk { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.s4n4hmy .eowtg,
.s4n4hmy .yjiu21ml { color: rgba(255,255,255,0.72); }
.s4n4hmy .ifwjt25 a, .s4n4hmy .lmbln a,
.s4n4hmy .ifwjt25 a:hover, .s4n4hmy .lmbln a:hover,
@media (max-width: 640px) {
  .s4n4hmy .i6pb071 { background: var(--accent); border-top-color: var(--accent-light); }
  .s4n4hmy .i6pb071 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.mkmycda7 .kmep {
  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);
}
.mkmycda7 .xoahk {
  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) {
  .mkmycda7 .i6pb071 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.sd850xz5 .p0f2 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.ny9r .p0f2 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.e6mw .p0f2 { min-height: 72px; height: auto; }
.l2n2 .p0f2 { min-height: 84px; height: auto; }
.tu31 .p0f2 { max-width: none; padding: 0 32px; }
.tu31 .tpnum7iu  { max-width: none; padding: 24px 32px; }
.muma7a.rcdtf .p0f2 { max-width: 1200px; }
.muma7a.hlzwvlfb .p0f2 { max-width: 1320px; }
.rlue   .lin98, .rlue   .wmp32y { text-transform: capitalize; }
.n79gppa .lin98, .n79gppa .wmp32y { text-transform: lowercase; }
.j1ggt .lin98, .j1ggt .wmp32y { text-transform: uppercase; letter-spacing: 0.06em; }
.ehsu, .j1jz {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.f6ys .ehsu,
.lxzrw93 .ehsu,
.fiw4o .ehsu,
.o91s2 .ehsu,
.sgev   .i6pb071 a { font-weight: 500; }
.ljdxr9qb .i6pb071 a { font-weight: 600; }
.l3a47zy     .i6pb071 a { font-weight: 700; }
.fuzh    .i6pb071 a { font-weight: 800; letter-spacing: 0.01em; }
.tx1qw     .i6pb071 > li + li::before,
.ynji3mnz    .i6pb071 > li + li::before,
.b67f    .i6pb071 > li + li::before,
.qk2njd .i6pb071 > li + li::before,
.hw9dgev .i6pb071 > li + li::before,
.jwsw  .i6pb071 > li + li::before,
.nim6ekx    .i6pb071 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.tx1qw     .i6pb071 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.ynji3mnz    .i6pb071 > li + li::before { content: "|"; }
.b67f    .i6pb071 > li + li::before { content: "—"; }
.qk2njd .i6pb071 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.hw9dgev .i6pb071 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.jwsw  .i6pb071 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.nim6ekx    .i6pb071 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .j0nq6 .eedrj1,
  .cwgzxp .eedrj1,
  .fmw90zsp .eedrj1,
  .kzllpgf .eedrj1,
  .ilud .eedrj1 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .j0nq6 .eedrj1::before,
  .cwgzxp .eedrj1::before,
  .fmw90zsp .eedrj1::before,
  .kzllpgf .eedrj1::before,
  .ilud .eedrj1::before { content: ""; display: block; flex-shrink: 0; }

  
  .j0nq6 .eedrj1::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;
  }

  
  .cwgzxp .eedrj1::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;
  }

  
  .fmw90zsp .eedrj1::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;
  }

  
  .kzllpgf .eedrj1::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;
  }

  
  .ilud .eedrj1::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) {
  .w3b3yt .eedrj1 {
    padding: 5px 14px;
  }
  .w3b3yt .i6pb071 {
    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;
  }
  .w3b3yt .i6pb071 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .w3b3yt .i6pb071 li a:hover { background: var(--bg-raised); }
  .w3b3yt .prins,
  .hel7l .prins,
  .vxzu .prins { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .d5ss .eedrj1 {
    padding: 5px 10px;
  }
  .d5ss .i6pb071 {
    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);
  }
  .d5ss .i6pb071.t4nam9 { transform: translateX(0); }
  .d5ss .i6pb071 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .d5ss .i6pb071 li:last-child a { border-bottom: none; }
  .s4n4hmy .i6pb071,
  .b4m9np .i6pb071 { background: var(--accent) !important; }
  .s4n4hmy .i6pb071 li a,
  .b4m9np .i6pb071 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .vxzu .eedrj1 {
    padding: 5px 10px;
  }
  .vxzu .i6pb071 {
    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);
  }
  .vxzu .i6pb071::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .vxzu .i6pb071.t4nam9 { transform: translateY(0); }
  .vxzu .i6pb071 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .ezcv .eedrj1 {
    padding: 5px 10px;
  }
  .ezcv .i6pb071 {
    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;
  }
  .ezcv .i6pb071.t4nam9 { opacity: 1; pointer-events: auto; }
  .ezcv .i6pb071 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .o8y6     .eedrj1 { border-radius: 0 !important; }
  .yyk2j8w   .eedrj1 { border-radius: 8px !important; }
  .leke90 .eedrj1 { border-radius: 50% !important; }
  .h46ptt   .eedrj1 { border-radius: 999px !important; }
}
.qucl84lb .k0fh { height: 36px; }
.t58t58q .k0fh { height: 60px; max-width: 200px; }
.v3vo63 .k0fh { height: 76px; max-width: 240px; }
@media (min-width: 720px) {
  .gma3 .i5bjbxq {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .gma3 .f2et {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .gma3 .f2et { padding: 40px 16px 20px; }
  .gma3 .rb5a {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .gma3 .rjkm8zf { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .q6oa .f2et {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .q6oa .f2et::before {
    position: absolute; top: 14px; left: 14px;
  }
  .q6oa .wzwam {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .q6oa .gy62 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .q6oa .rb5a {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .q6oa .rjkm8zf { width: 100%; min-width: 0; }
  .q6oa .dmv8 { min-width: 0; }
}
.o6e7np0a .d7rg3bfk {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.o6e7np0a .d7rg3bfk summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.o6e7np0a .d7rg3bfk p { padding: 0 2px 16px; }
.dvg2 .d7rg3bfk { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.dvg2 .d7rg3bfk summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.dvg2 .d7rg3bfk summary::after { content: "›"; font-size: 1.2em; }
.dvg2 .d7rg3bfk[open] summary::after { content: "‹"; }
.dvg2 .d7rg3bfk p { padding: 10px 22px 4px; }
.nw1o1t2b .d7rg3bfk {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.nw1o1t2b .d7rg3bfk summary { color: var(--text-primary); padding-left: 16px; }
.nw1o1t2b .d7rg3bfk summary::after { content: "›"; font-size: 1.1em; }
.nw1o1t2b .d7rg3bfk[open] summary::after { content: "‹"; }
.nw1o1t2b .d7rg3bfk p { padding-left: 16px; }
.uq3v .uj5v3kfa { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.uq3v .d7rg3bfk {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.uq3v .d7rg3bfk:last-child { border-bottom: none; }
.uq3v .d7rg3bfk summary { color: var(--text-primary); border-radius: 0; }
.uq3v .d7rg3bfk summary::after { content: "›"; font-size: 1.1em; }
.uq3v .d7rg3bfk[open] summary::after { content: "‹"; }
.fou2le .d7rg3bfk { overflow: hidden; }
.fou2le .d7rg3bfk summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.fou2le .d7rg3bfk summary::after { color: rgba(255,255,255,.75); }
.fou2le .d7rg3bfk[open] summary { border-radius: 0; }
.lxhld0 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.vhh1sfmv {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.zuh6 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.q3p4yg { color: var(--text-muted); font-size: 1.05rem; }
.jlfad9uj {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.ibzkpvs {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.kjvsj { margin-bottom: 20px; }
.rydg9fx {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.f77dln {
  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;
}
.f77dln:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.kj2sf { resize: vertical; min-height: 130px; }
.w1vdq { width: 100%; margin-top: 8px; }
.l0nwytmy {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.odwxq {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.lw6wv { color: var(--text-muted); line-height: 1.75; }
.zcdvd21r { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.zcdvd21r li { margin-bottom: 6px; }
.urmcw06e { max-width: 760px; margin: 0 auto; }
.hyt3dno { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.wwkeuuud { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.wwkeuuud:last-child { border-bottom: none; }
.wwkeuuud h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.wwkeuuud p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.y22o { max-width: 760px; margin: 0 auto; }
.jk8023 ul.zcdvd21r { margin: 0; }
@media (max-width: 640px) { .nvwbsmh { grid-template-columns: 1fr; gap: 10px; } }
.lzmu5g6 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.xyfzuaj0 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.me4gb { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.xyfzuaj0 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.xyfzuaj0 .zcdvd21r { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .lzmu5g6 { grid-template-columns: 1fr; } }
.g4vfed ul.zcdvd21r { margin: 0; }
.wg2ko .zcdvd21r,
.ckq21 .zcdvd21r,
.mm49nsyg .zcdvd21r,
.pkvl .zcdvd21r {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .cgcdpvw { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .a4mhno3 { grid-template-columns: 1fr; } .x2xqs { position: static; text-align: center; } }
@media (max-width: 860px) { .usmc { grid-template-columns: 1fr; } }
.pkvl .zcdvd21r { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .fyw22 { flex-direction: column; text-align: center; } .lq2scp { grid-template-columns: 1fr; } }
.lpxouia {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.lpxouia .zuh6 { color: var(--accent-light); }
.sbff .zuh6 { font-size: 2rem; }
.sbff .q3p4yg { max-width: 680px; }
.z0h3x .zuh6 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.z0h3x .q3p4yg  { margin: 0; }
@media (max-width: 640px) { .z0h3x { flex-direction: column; } }
.oc9il5 .zuh6 { color: var(--accent-light); }
.hfblyt .zuh6 { color: #fff; }
.hfblyt .q3p4yg  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .o06wo { grid-template-columns: 1fr; } }
.qlyle2r .f77dln {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.qlyle2r .f77dln:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.qdf5b60 .f77dln { background: var(--bg-raised); border-color: transparent; }
.qdf5b60 .f77dln:focus { background: var(--bg-card); border-color: var(--accent-light); }
.ms71vls .f77dln { border-radius: 100px; padding: 11px 20px; }
.ms71vls .kj2sf { border-radius: 14px; }
.n3xoiv2 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.n3xoiv2 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;
}
.n3xoiv2 summary::-webkit-details-marker { display: none; }
.n3xoiv2 summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.n3xoiv2[open] summary::after { content: "−"; }
.efl4hcu {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .zh5zf8fx { grid-template-columns: 1fr; } }
.s9ipbeg{display:none}
.s9ipbeg:empty,.iuf0dyln:empty{display:none}
.x67i2i29{position:relative;overflow:visible}
.hcmoo .e5bf2,.a9bxj .e5bf2,
.ol8wnm6g .e5bf2,.z8za2nmd .e5bf2,
.ux2fxq6 .e5bf2,.xm2m7k .e5bf2{display:block}
.lf0z53x .gmfzs{display:block}
.hcmoo .e5bf2,.a9bxj .e5bf2,
.ol8wnm6g .e5bf2,.z8za2nmd .e5bf2,
.ux2fxq6 .e5bf2{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}
.hcmoo .e5bf2 .iuf0dyln,.a9bxj .e5bf2 .iuf0dyln,
.ol8wnm6g .e5bf2 .iuf0dyln,.z8za2nmd .e5bf2 .iuf0dyln,
.ux2fxq6 .e5bf2 .iuf0dyln{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}
.hcmoo .o5v6g,.a9bxj .o5v6g,
.ol8wnm6g .o5v6g,.z8za2nmd .o5v6g,
.ux2fxq6 .o5v6g{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.hcmoo .e5bf2,.a9bxj .e5bf2{top:12px}
.hcmoo .e5bf2 .iuf0dyln{margin-right:auto}
.a9bxj .e5bf2 .iuf0dyln{margin-left:auto}
.a9bxj .e5bf2{text-align:right}
.ol8wnm6g .e5bf2,.z8za2nmd .e5bf2{bottom:12px}
.ol8wnm6g .e5bf2 .iuf0dyln{margin-right:auto}
.z8za2nmd .e5bf2 .iuf0dyln{margin-left:auto}
.z8za2nmd .e5bf2{text-align:right}
.ux2fxq6 .e5bf2{position:relative;margin-top:16px}
.ux2fxq6 .e5bf2 .iuf0dyln{margin:0 auto}
.xm2m7k .e5bf2{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.xm2m7k .e5bf2 .iuf0dyln{margin:0}
.xm2m7k .qk3bh~.e5bf2,
.xm2m7k .ady7zc~.e5bf2{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.xm2m7k .qk3bh~.e5bf2 .iuf0dyln,
.xm2m7k .ady7zc~.e5bf2 .iuf0dyln{justify-content:flex-start}
.qk3bh~.e5bf2,.ady7zc~.e5bf2{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}
.qk3bh~.e5bf2 .iuf0dyln{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ady7zc~.e5bf2 .iuf0dyln{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.gmfzs .iuf0dyln{margin:0 0 12px}
.iuf0dyln{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.o5v6g{white-space:nowrap}
.su280dz8 .o5v6g{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.fzd3neur .o5v6g{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.n4haeck .iuf0dyln{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.g9j4fx .o5v6g{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.byxstcg .o5v6g{color: var(--accent-light);opacity:1;font-weight:500}
.urj0po5m .o5v6g{border-bottom:1px solid currentColor;padding-bottom:2px}
.qv8o4 .iuf0dyln{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.mypn3ahc{--date-bg:transparent}
.o4ew .o5v6g + .o5v6g::before{content:"•";margin-right:6px;opacity:.4}
.e6z6 .o5v6g + .o5v6g::before{content:"/";margin-right:6px;opacity:.35}
.g74r7k .o5v6g + .o5v6g::before{content:"|";margin-right:6px;opacity:.3}
.crjxxgqz .o5v6g + .o5v6g::before{content:"—";margin-right:6px;opacity:.3}
.j7qan .o5v6g + .o5v6g::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.ao4ubas .z6vm::before{content:"·";opacity:.4}
.ao4ubas .o5v6g + .o5v6g::before{content:"·";margin-right:6px;opacity:.4}
.pqb38x .o5v6g + .o5v6g::before{content:"›";margin-right:6px;opacity:.4}
.jqni .o5v6g + .o5v6g::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.f9hhb6 .kum8n{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .kum8n{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .qvgty4{max-width:100%}
}
:root {
  --accent:          #262db9;
  --brand:           #262db9;
  --brand-light:     #2b3099;
  --brand-pale:      #4348b5;
  --grad-start:      #5d63dd;
  --grad-end:        #969ae1;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #262db9;
  --cta-light:       #1a209b;
  --cta-hover:       #1b2086;
  --bg-page:         #f6f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f3f5;
  --bg-raised:       #eeeef1;
  --bg-hover:        #f3f3f5;
  --border:          #e2e2e8;
  --border-alt:      #d0d0dc;
  --border-section:  #e2e2e8;
  --text-primary:    #17171b;
  --text-muted:      #525260;
  --text-body:       #2e2f37;
  --text-sub:        #464752;
  --text-faint:      #757689;
  --text-dim:        #9091a1;
  --text-label:      #5d5e6e;
  --text-value:      #3a3b44;
  --accent-bg:       #e3e3f1;
  --accent-bg-light: #cacceb;
  --bg-tip:          #f0f9f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f3f9;
  --bg-pros:         #f0f9f6;
  --bg-cons:         #faf3f6;
  --c-pros:          #138f69;
  --c-cons:          #9f2148;
  --c-pros-label:    #17aa7d;
  --c-tip-border:    #19bc8a;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #138f69;
}
:root { --logo-bg-opacity: 32%; }
body, button, input { font-family: "Encode Sans", sans-serif; }
.xpos .qxs1 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.xpos .qxs1::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.xpos .g10l8a     .qxs1::before { content: "";  color: var(--c-tip-border); }.xpos .iz2cbj6v .qxs1::before { content: ""; color: var(--c-warn-border); }.xpos .up91fzk5    .qxs1::before { content: ""; color: #60a5fa; }.p4lrr4 .xpos .g10l8a     .qxs1::before { color: #10b981; }.p4lrr4 .xpos .iz2cbj6v .qxs1::before { color: #f43f5e; }.p4lrr4 .xpos .up91fzk5    .qxs1::before { color: #a855f7; }.gipm54n  .xpos .g10l8a     .qxs1::before { color: #eab308; }.gipm54n  .xpos .iz2cbj6v .qxs1::before { color: #ef4444; }.gipm54n  .xpos .up91fzk5    .qxs1::before { color: #f97316; }.mba027  .xpos .g10l8a     .qxs1::before { color: #38bdf8; }.mba027  .xpos .iz2cbj6v .qxs1::before { color: #818cf8; }.mba027  .xpos .up91fzk5    .qxs1::before { color: #2dd4bf; }.ya58 .xpos .qxs1::before { color: var(--accent-light) !important; }
.ndrnao .et2g, .ndrnao .qk3bh { min-height: 420px; }
.k1p1p1::before { content: '·'; font-size: 1.3em; line-height: 1; }
.bsiq2mio .o5v6g::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.bsiq2mio .o5v6g:first-of-type::before{content:"\f058"}.bsiq2mio .o5v6g:last-of-type::before{content:"\f021"}