:root {
  --color-accent: #241531;
  --color-cta: #f0cf6a;
  --font-family: Inter;
  --font-weight-body: 400;
  --radius-card: 12px;
  --radius-button: 8px;
  --spacing-section: 4rem;
  --spacing-content: 1100px;
}
: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;
}
.kj16er {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.uweils {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.chh1q {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.vhiu4oa7 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.vn9j0 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.vn9j0 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.vn9j0 a:hover { color: var(--accent-light); }
.bbjinrq1     .yntwk { border-radius: 6px; }
.bbjinrq1 .yntwk li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.bbjinrq1 .yntwk li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
@media (max-width: 640px) {
  .yntwk {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ut6v:hover .yntwk,
  .ut6v:focus-within .yntwk { display: block; }
  .yntwk li a { padding: 8px 16px; font-size: 0.88rem; }
}
.n7qxxaho {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.hiwv08d { display: none; }
@media (max-width: 640px) {
  .hiwv08d {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .hiwv08d.q0zn { display: block; }
}
@media (max-width: 640px) {
  .n7qxxaho { display: block; }
  .vn9j0 > li + li::before { display: none !important; }
  .vn9j0 {
    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;
  }
  .vn9j0.q0zn { display: flex; }
  .vn9j0 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .vn9j0 li:last-child a { border-bottom: none; }
}
.fj90sgbw { min-height: 480px; }
.lbk09l {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.ndg1 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.aur4t .ndg1 { margin-left: 0; margin-right: 0; }
.jtx0t {
  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;
}
.jtx0t:hover { opacity: 0.88; }
.ofhct {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.hl9j {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.ofhct .utbd1tj {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.ofhct .lbk09l { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.ofhct .ndg1 { color: #e2e8f0; }
.ofhct.qshsf .utbd1tj { text-align: center; }
.ofhct.aur4t   .utbd1tj { text-align: left; }
.ohgduw .utbd1tj {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.ohgduw .lbk09l { color: var(--text-primary); text-shadow: none; }
.ohgduw .ndg1 { color: var(--text-muted); }
.ohgduw .jtx0t { margin-top: 16px; }
.ohgduw, .ohgduw.fj90sgbw { min-height: auto !important; }
.ohgduw.qshsf .utbd1tj { text-align: center; }
.ohgduw.aur4t   .utbd1tj { 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; }
}
.fayb56 .ofhct .hl9j {
  overflow: hidden;
}
.fayb56 .ofhct .hl9j::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.ntp90u .ofhct .hl9j {
  overflow: hidden;
}
.ntp90u .ofhct .hl9j::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.jlwt9vbv .ofhct .hl9j {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.xdiq3 .ofhct .hl9j {
  overflow: hidden;
}
.xdiq3 .ofhct .hl9j::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.wmzl .ofhct .hl9j {
  animation: hg-breathe 10s ease-in-out infinite;
}
.zmdo254 .hl9j {
  background: none;
}
.zmdo254 .lbk09l { color: #fff; }
.zmdo254 .ndg1 { color: rgba(255,255,255,0.85); }
.zmdo254 .jtx0t { background: #fff; color: var(--cta); }
.zmdo254 .jtx0t:hover { opacity: 0.92; }
.srms .lbk09l { text-shadow: none; color: var(--text-primary); }
.srms .ndg1 { color: var(--text-muted); }
body.ms8kvvw .lbk09l {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.dmgte0w .lbk09l {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.fj90sgbw.zmdo254 .lbk09l,
section.zmdo254 .lbk09l {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.srms.aur4t   .o2mdghz { align-items: flex-start; text-align: left; }
.fj90sgbw .wlbspc88 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.wlbspc88 .yt94jd.cvntq {
  padding: 10px 14px !important; font-size: 0.88rem !important;
  font-weight: 700;
  background: var(--cta) !important; color: #fff !important;
  border: none !important;
  display: flex; align-items: center; justify-content: center;
}
.wlbspc88 .yt94jd.cvntq:hover { opacity: 0.85; }
.lc9b1ml .utbd1tj { padding-bottom: 24px; }
.yrgyv .utbd1tj { max-width: 1100px; }
@media (max-width: 700px) {
  .srms { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .srms:not(.tc1gbe) .tfzv0j6t { display: none !important; }
  .tc1gbe .tfzv0j6t { padding: 16px; }
  .o2mdghz  { padding: 36px 24px; }
  .srms~.kcx8qt,.d8zu1sm~.kcx8qt{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .fj90sgbw, .srms { min-height: 320px !important; }
  .lbk09l { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .cs0zr5,
  .z18a15g,
  .m47f2 { grid-template-columns: 1fr !important; }

  

  
  .lc9b1ml { display: flex !important; flex-direction: column !important; }
  .lc9b1ml .utbd1tj { display: contents; }
  .lc9b1ml .hl9j { order: 0; }
  .lc9b1ml .lbk09l { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .lc9b1ml .cs0zr5 { order: 2; padding: 0 16px 12px !important; }
  .lc9b1ml .ndg1 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .yrgyv .utbd1tj { display: flex; flex-direction: column; }
  .yrgyv .utbd1tj .lbk09l { order: 1; }
  .yrgyv .utbd1tj .m47f2 { order: 2; margin: 8px 0 24px !important; }
  .yrgyv .utbd1tj .ndg1 { order: 3; }
  .yrgyv .utbd1tj .jtx0t { order: 4; align-self: center; margin-top: 0; }

  
  .srms.tc1gbe {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .srms.tc1gbe .o2mdghz { display: contents; padding: 0; }
  .srms.tc1gbe .o2mdghz .lbk09l { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .srms.tc1gbe .tfzv0j6t { order: 2; padding: 12px 16px; }
  .srms.tc1gbe .o2mdghz .ndg1 { order: 3; padding: 0 24px; margin: 0 auto; }
  .srms.tc1gbe .o2mdghz .jtx0t { order: 4; align-self: center; margin: 8px 0 32px; }
}
.x26s { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.xq3up { width: 100%; height: auto; display: block; border-radius: 10px; }
.xd01 .x26s        { border-radius: 16px; }
.xd01 .xq3up  { border-radius: 16px; }
.i0vfqtd .x26s         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.i0vfqtd .xq3up   { border-radius: 8px; }
.a01h { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.ygnuc { width: 100%; padding: 32px 0; position: relative; }
.oxpqeom { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.yh6y .ygnuc:nth-child(even) { background: var(--bg-surface); }
.yh6y .ygnuc:nth-child(odd)  { background: var(--bg-page); }
.myrz .ygnuc:nth-child(even) { background: var(--bg-card); }
.myrz .ygnuc:nth-child(odd)  { background: var(--bg-page); }
.yh6y .ygnuc:nth-child(odd)  .oxpqeom { background: var(--bg-card); border-radius: 6px; }
.yh6y .ygnuc:nth-child(even) .oxpqeom { background: var(--bg-raised); border-radius: 6px; }
.myrz .ygnuc:nth-child(odd)  .oxpqeom { background: var(--bg-card); border-radius: 6px; }
.myrz .ygnuc:nth-child(even) .oxpqeom { background: var(--bg-raised); border-radius: 6px; }
.yh6y .ygnuc:nth-child(even) .dydnz144 .ordx9vw,
.myrz .ygnuc:nth-child(even) .dydnz144 .ordx9vw { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.yh6y .ygnuc:nth-child(odd) .dydnz144 .ordx9vw,
.myrz .ygnuc:nth-child(odd) .dydnz144 .ordx9vw { background: var(--bg-card-inner); }
.yh6y .ygnuc:nth-child(even) .mnvwgmyc .ordx9vw:nth-child(odd),
.myrz .ygnuc:nth-child(even) .mnvwgmyc .ordx9vw:nth-child(odd)  { background: var(--bg-card); }
.yh6y .ygnuc:nth-child(even) .mnvwgmyc .ordx9vw:nth-child(even),
.myrz .ygnuc:nth-child(even) .mnvwgmyc .ordx9vw:nth-child(even) { background: var(--bg-card-inner); }
h1.lxth { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.lxth {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.mf4q { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.oq1b5 h2.lxth {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.rpj2 h2.lxth {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.p3qmddw h2.lxth {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.n4kl h2.lxth::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.ua2d h2.lxth {
  color: var(--text-primary); font-size: 1.7rem;
}
.evs6 h2.lxth::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.ori9 h2.lxth {
  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;
}
@media (max-width: 640px) { .he32t77 { display: none; } }
.k6nd3c7 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ylgo00j { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.lp6lztd {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.s8h41bfg { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.pbg6y { padding-left: 20px; }
.pbg6y li { margin-bottom: 6px; }
.pbg6y a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.pbg6y a:hover { color: var(--accent-light); }
.x1h2eb .s8h41bfg { display: none; }
.r5she7k .s8h41bfg { display: none; }
.r5she7k .pbg6y { padding-left: 0; list-style: none; }
.r5she7k .pbg6y li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.r5she7k .pbg6y a { font-size: 0.92rem; }
.o6q4kdjh .lp6lztd { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.o6q4kdjh .s8h41bfg { display: none; }
.o6q4kdjh .pbg6y { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.o6q4kdjh .pbg6y li { margin-bottom: 0; }
.o6q4kdjh .pbg6y 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;
}
.o6q4kdjh .pbg6y a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.uxsrqm9 .lp6lztd { padding: 20px 20px 16px; }
.uxsrqm9 .pbg6y {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.uxsrqm9 .pbg6y li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.uxsrqm9 .pbg6y 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;
}
.uxsrqm9 .pbg6y 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;
}
.uxsrqm9 .pbg6y a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.uxsrqm9 .pbg6y a:focus,
.uxsrqm9 .pbg6y a:focus-visible,
.uxsrqm9 .pbg6y a:target { outline: none; }
.uxsrqm9 .pbg6y li:target a { border-color: var(--border); color: var(--text-muted); }
.xq5si9 .lp6lztd { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.xq5si9 .s8h41bfg { display: none; }
.xq5si9 .pbg6y { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.xq5si9 .pbg6y li { margin-bottom: 0; }
.xq5si9 .pbg6y li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.xq5si9 .pbg6y li:last-child::after { content: ""; margin-right: 0; }
.xq5si9 .pbg6y a { font-size: 0.9rem; }
.ordx9vw { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.dydnz144 .ordx9vw { background: var(--bg-card); }
.mnvwgmyc .ordx9vw:nth-child(odd)  { background: var(--bg-card); }
.mnvwgmyc .ordx9vw:nth-child(even) { background: var(--bg-raised); }
.td7al .ordx9vw {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.td7al .ordx9vw:last-child { border-bottom: none; }
.td7al h3.mf4q { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.ro4d .ordx9vw {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.ro4d .ordx9vw + .ordx9vw { margin-top: 4px; }
.pptzl5g .ordx9vw { background: none; border-radius: 0; padding: 12px 0; }
.pptzl5g .ordx9vw + .ordx9vw { border-top: 1px solid var(--border-section); }
.ligh { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.j8zg { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.te9h78g { color: var(--text-body); margin-bottom: 10px; }
.oaa7, .fn5ia3 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.oaa7 li, .fn5ia3 li { margin-bottom: 6px; }
.fn5ia3 li { list-style: decimal; }
.grn36b     .oaa7 { list-style-type: "● "; }
.p2is  .oaa7 { list-style-type: "■ "; }
.olb0dd0w .oaa7 { list-style-type: "◆ "; }
.qdu93    .oaa7 { list-style-type: "★ "; }
.grn36b     .pyum7z { list-style-type: "● "; }
.p2is  .pyum7z { list-style-type: "■ "; }
.olb0dd0w .pyum7z { list-style-type: "◆ "; }
.qdu93    .pyum7z { list-style-type: "★ "; }
.grn36b    .oaa7 li::marker, .grn36b    .pyum7z li::marker,
.p2is .oaa7 li::marker, .p2is .pyum7z li::marker,
.olb0dd0w .oaa7 li::marker, .olb0dd0w .pyum7z li::marker,
.qdu93   .oaa7 li::marker, .qdu93   .pyum7z li::marker {
  color: var(--cta); font-size: 1em;
}
.grn36b .fn5ia3,
.p2is .fn5ia3,
.olb0dd0w .fn5ia3,
.qdu93 .fn5ia3 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.grn36b .fn5ia3 li,
.p2is .fn5ia3 li,
.olb0dd0w .fn5ia3 li,
.qdu93 .fn5ia3 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.grn36b .fn5ia3 li::before,
.p2is .fn5ia3 li::before,
.olb0dd0w .fn5ia3 li::before,
.qdu93 .fn5ia3 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;
}
.grn36b     .fn5ia3 li::before { border-radius: 50%; }
.p2is  .fn5ia3 li::before { border-radius: 3px; }
.olb0dd0w .fn5ia3 li::before { border-radius: 3px; }
.qdu93    .fn5ia3 li::before { border-radius: 50%; }
.j5tba6 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.umby .j5tba6,
.y9xy .j5tba6 { background: transparent; border: none; border-radius: 0; }
.j0802k { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.j0802k th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.j0802k td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.j0802k tr:hover td { background: var(--bg-hover); }
.bsjqtrh .j0802k tbody tr:nth-child(even) td { background: var(--bg-surface); }
.z1ieek .j0802k { border: 1px solid var(--border-alt); }
.z1ieek .j0802k th,
.z1ieek .j0802k td { border: 1px solid var(--border-alt); }
.nkgod .j0802k th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.nkgod .j0802k td { border-bottom: none; }
.nkgod .j0802k tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.d673 .j0802k th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.obof .j5tba6 {
  overflow: hidden;
}
.obof .j0802k th { border-bottom: 1px solid var(--border-alt); }
.obof .j0802k tr:last-child td { border-bottom: none; }
.u67cw1a2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.xdnnr { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.kr6m { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.qn7d7 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.qmcnb { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.pyum7z { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.pyum7z 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%}
.qfrc .qn7d7 { background: transparent; text-align: center; }
.s6h4 .kr6m {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.vh6pacsk .kr6m {
  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);
}
.fa6zi .xdnnr { display: grid; grid-template-columns: auto 1fr; }
.fa6zi .kr6m {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.fa6zi .qn7d7 { grid-column: 2; }
.fa6zi .qmcnb,
.fa6zi .pyum7z { grid-column: 1 / -1; }
.zboft .xdnnr { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.zboft .kr6m {
  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);
}
.zboft .qn7d7 { grid-column: 2; }
.zboft .qmcnb,
.zboft .pyum7z { grid-column: 1 / -1; }
.qisnsy .xdnnr { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.qisnsy .qn7d7 { background: none; color: var(--accent-light); font-weight: 700; }
.cf37vux .xdnnr { 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); }
.cf37vux .qn7d7 { background: none; color: var(--accent-light); font-weight: 700; }
.fcjpj8 .xdnnr { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.fcjpj8 .xdnnr:last-child { border-bottom: none; }
.fcjpj8 .qn7d7 { background: none; color: var(--accent-light); font-weight: 700; }
.bsvc64 .xdnnr { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.bsvc64 .qn7d7 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.ixw7z1kk .u67cw1a2 { counter-reset: card-n; }
.ixw7z1kk .xdnnr  { counter-increment: card-n; }
.ixw7z1kk .qn7d7 { display: flex; align-items: center; gap: 10px; }
.ixw7z1kk .qn7d7::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;
}
.t4pu .xdnnr { background: var(--bg-surface); border: 1px solid var(--border); }
.t4pu .qn7d7 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.r66ozcdg { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.cc21  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.lk0c { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.xty0ky { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.r66ozcdg strong { color: var(--text-primary); font-size: 0.95rem; }
.r66ozcdg p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.xq3up { width: 100%; height: auto; border-radius: 10px; display: block; }
.cvntq {
  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;
}
.cvntq:hover { opacity: 0.85; }
.xnpjye .cvntq  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.xnpjye .cvntq:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.xf9vsruc .cvntq  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.xf9vsruc .cvntq:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.x6a4f5gz .jtx0t { border-radius: 50px; }
.x6a4f5gz .cvntq  { border-radius: 50px; }
.rpf4 .jtx0t { padding-left: 22px; padding-right: 22px; }
.rpf4 .cvntq  { padding-left: 12px; padding-right: 12px; }
.cv170gi8 .jtx0t { padding-left: 44px; padding-right: 44px; }
.cv170gi8 .cvntq  { padding-left: 24px; padding-right: 24px; }
.ercpg .jtx0t { padding-left: 56px; padding-right: 56px; }
.ercpg .cvntq  { padding-left: 32px; padding-right: 32px; }
.bpp5i   .jtx0t::after, .bpp5i   .cvntq::after,
.fyzvirvz .jtx0t::after, .fyzvirvz .cvntq::after,
.bs93    .jtx0t::after, .bs93    .cvntq::after,
.ycb6    .jtx0t::after, .ycb6    .cvntq::after,
.fs1z    .jtx0t::after, .fs1z    .cvntq::after,
.mp614jx     .jtx0t::after, .mp614jx     .cvntq::after,
.gggt    .jtx0t::after, .gggt    .cvntq::after,
.ok1vmt   .jtx0t::after, .ok1vmt   .cvntq::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;
}
.bpp5i .jtx0t::after, .bpp5i .cvntq::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");
}
.fyzvirvz .jtx0t::after, .fyzvirvz .cvntq::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");
}
.bs93 .jtx0t::after, .bs93 .cvntq::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");
}
.ycb6 .jtx0t::after, .ycb6 .cvntq::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");
}
.fs1z .jtx0t::after, .fs1z .cvntq::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");
}
.mp614jx .jtx0t::after, .mp614jx .cvntq::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");
}
.gggt .jtx0t::after, .gggt .cvntq::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");
}
.ok1vmt .jtx0t::after, .ok1vmt .cvntq::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");
}
.tqdc3n   .gdhq::after, .tqdc3n   .jz0kw4::after,
.z3yq .gdhq::after, .z3yq .jz0kw4::after,
.zqphjh7    .gdhq::after, .zqphjh7    .jz0kw4::after,
.zvoa6a    .gdhq::after, .zvoa6a    .jz0kw4::after,
.osqb280g    .gdhq::after, .osqb280g    .jz0kw4::after,
.paok     .gdhq::after, .paok     .jz0kw4::after,
.e0cepz    .gdhq::after, .e0cepz    .jz0kw4::after,
.vweojhz   .gdhq::after, .vweojhz   .jz0kw4::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;
}
.tqdc3n .gdhq::after, .tqdc3n .jz0kw4::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");
}
.z3yq .gdhq::after, .z3yq .jz0kw4::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");
}
.zqphjh7 .gdhq::after, .zqphjh7 .jz0kw4::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");
}
.zvoa6a .gdhq::after, .zvoa6a .jz0kw4::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");
}
.osqb280g .gdhq::after, .osqb280g .jz0kw4::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");
}
.paok .gdhq::after, .paok .jz0kw4::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");
}
.e0cepz .gdhq::after, .e0cepz .jz0kw4::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");
}
.vweojhz .gdhq::after, .vweojhz .jz0kw4::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");
}
.t4d5 .ozu3biab    { background: transparent; padding: 0; }
.yt94jd.cvntq {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .xr7r5tkm {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .xr7r5tkm::before    { grid-area: rank;   }
  .yvzz           { grid-area: ident;  }
  .ys42     { grid-area: rating; min-width: 0; width: auto; }
  .cznd           { grid-area: pills;  }
  .yt94jd             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .xr7r5tkm {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .xr7r5tkm::before    { justify-self: center; }
  .yvzz           { width: 100%; }
  .ys42     { justify-self: center; }
  .cznd           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .yv2u9tj .v430y {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .yv2u9tj .zz7o { margin: 0; }
}
.i6z1 .zz7o { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.i6z1 .hhgw3 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.i6z1 .umby { padding: 14px 16px; }
.i6z1 .qwcw4 { border-radius: 4px; }
.i6z1 .u0l57w { border-radius: 0; }
@media (max-width: 720px) {
  .ccyy { grid-template-columns: 1fr; }
  .rm43ndh { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .rm43ndh .rh2oda38 { width: 72px; height: 50px; }
  .rm43ndh .b9qok2 { max-width: 180px; }
  .rm43ndh .ok0hn { width: auto; }
}
@media (max-width: 720px) {
  .xa6z0y5 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .xhjxa7 { padding: 16px; }
  .ivbi55vl .vhyx0 { min-width: 50%; }
}
@media (max-width: 860px) {
  .ojnor { grid-template-columns: 1fr; }
  .pa31xl4i { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .mys2io { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .mun2cdpj { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .jgrn18py { flex-direction: column; align-items: stretch; }
}
.abqxuw .ok0hn .cvntq { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .rj8t { flex-direction: column; align-items: stretch; gap: 10px; }
  .abqxuw .ok0hn { text-align: center; }
}
@media (max-width: 720px) {
  .st9c92 { grid-template-columns: 1fr; }
  .zd93bh4 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .jxdav { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .z4yb { grid-template-columns: 1fr; }
  .s4jftp { width: 100px; height: 100px; margin: 16px auto; }
  .erf6uso8 { font-size: 1.4rem; }
  .tc6qw7 { justify-content: center; }
  .v3jc19 .vhyx0 { min-width: 50%; }
}
@media (max-width: 540px) {
  .k35ddkc0 { flex-wrap: wrap; padding: 14px 16px; }
  .mydbnlmo { padding: 12px 16px; }
  .nv66c .u9xm0k { margin: 0 16px; }
  .nv66c .f6isz { padding: 0 16px; }
  .daqa { padding: 12px 16px; }
}
.tb4msk0d .xr7r5tkm {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.tb4msk0d .xr7r5tkm:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.r69n .cznd .w8mwzn {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.r69n .cznd .w8mwzn:first-child { border-left: none; }
.yy754siv .baxd { display: none; }
.yy754siv .trav2d { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.yy754siv .trav2d {
  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;
}
.yy754siv .trav2d small { display: none; }
.yy754siv .f1hxz .qzch6 { display: none; }
.yy754siv .f1hxz strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.yy754siv .qinh0brb { display: none; }
.d86idvv0 { margin: 16px 0; }
.h6a4z79a { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.h6a4z79a summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.h6a4z79a summary::after { content: "+"; color: var(--accent-light); }
.h6a4z79a[open] summary::after { content: "−"; }
.h6a4z79a p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.ygnuc { margin-bottom: 0; }
.t7dk27jd h2.lxth { color: var(--text-primary); border-color: var(--accent-light); }
.pj9hp h2.lxth { color: var(--text-primary); border-color: var(--accent-light); }
.sbm8 .cc21     { background: #052e16; border-color: #10b981; }
.sbm8 .j7k9fgq8 { background: #2d0a1e; border-color: #f43f5e; }
.sbm8 .lk0c    { background: #1e1036; border-color: #a855f7; }
.sbm8 .r66ozcdg strong  { color: #f1f5f9; }
.sbm8 .r66ozcdg p       { color: #cbd5e1; }
.sbm8 .fgde    .cc21     .xty0ky::before,
.sbm8 .v8movyy  .cc21     .xty0ky::before,
.sbm8 .x6yo  .cc21     .xty0ky::before,
.sbm8 .qyw5bi .cc21     .xty0ky::before { color: #10b981; }
.sbm8 .fgde    .j7k9fgq8 .xty0ky::before,
.sbm8 .v8movyy  .j7k9fgq8 .xty0ky::before,
.sbm8 .x6yo  .j7k9fgq8 .xty0ky::before,
.sbm8 .qyw5bi .j7k9fgq8 .xty0ky::before { color: #f43f5e; }
.sbm8 .fgde    .lk0c    .xty0ky::before,
.sbm8 .v8movyy  .lk0c    .xty0ky::before,
.sbm8 .x6yo  .lk0c    .xty0ky::before,
.sbm8 .qyw5bi .lk0c    .xty0ky::before { color: #a855f7; }
.p28klt .cc21     { background: #2d2000; border-color: #eab308; }
.p28klt .lk0c    { background: #2d1600; border-color: #f97316; }
.p28klt .r66ozcdg strong  { color: #f1f5f9; }
.p28klt .r66ozcdg p       { color: #cbd5e1; }
.p28klt .fgde    .cc21     .xty0ky::before,
.p28klt .v8movyy  .cc21     .xty0ky::before,
.p28klt .x6yo  .cc21     .xty0ky::before,
.p28klt .qyw5bi .cc21     .xty0ky::before { color: #eab308; }
.p28klt .fgde    .j7k9fgq8 .xty0ky::before,
.p28klt .v8movyy  .j7k9fgq8 .xty0ky::before,
.p28klt .x6yo  .j7k9fgq8 .xty0ky::before,
.p28klt .qyw5bi .j7k9fgq8 .xty0ky::before { color: #ef4444; }
.p28klt .fgde    .lk0c    .xty0ky::before,
.p28klt .v8movyy  .lk0c    .xty0ky::before,
.p28klt .x6yo  .lk0c    .xty0ky::before,
.p28klt .qyw5bi .lk0c    .xty0ky::before { color: #f97316; }
.pkce0wa2 .cc21     { background: #0c1a2e; border-color: #38bdf8; }
.pkce0wa2 .lk0c    { background: #0a2020; border-color: #2dd4bf; }
.pkce0wa2 .r66ozcdg strong  { color: #f1f5f9; }
.pkce0wa2 .r66ozcdg p       { color: #cbd5e1; }
.pkce0wa2 .fgde    .cc21     .xty0ky::before,
.pkce0wa2 .v8movyy  .cc21     .xty0ky::before,
.pkce0wa2 .x6yo  .cc21     .xty0ky::before,
.pkce0wa2 .qyw5bi .cc21     .xty0ky::before { color: #38bdf8; }
.pkce0wa2 .fgde    .j7k9fgq8 .xty0ky::before,
.pkce0wa2 .v8movyy  .j7k9fgq8 .xty0ky::before,
.pkce0wa2 .x6yo  .j7k9fgq8 .xty0ky::before,
.pkce0wa2 .qyw5bi .j7k9fgq8 .xty0ky::before { color: #818cf8; }
.pkce0wa2 .fgde    .lk0c    .xty0ky::before,
.pkce0wa2 .v8movyy  .lk0c    .xty0ky::before,
.pkce0wa2 .x6yo  .lk0c    .xty0ky::before,
.pkce0wa2 .qyw5bi .lk0c    .xty0ky::before { color: #2dd4bf; }
.mrvw1 .cc21     { background: var(--accent-bg); border-color: var(--accent-light); }
.mrvw1 .lk0c    { background: var(--accent-bg); border-color: var(--accent-pale); }
.mrvw1 .fgde    .xty0ky::before,
.mrvw1 .v8movyy  .xty0ky::before,
.mrvw1 .x6yo  .xty0ky::before,
.mrvw1 .qyw5bi .xty0ky::before { color: var(--accent-light) !important; }
.n82ie0u .qcfl7t { background: var(--bg-pros); }
.n82ie0u .qlgk { background: var(--bg-cons); }
.n82ie0u .qcfl7t .qgw2sogx { color: var(--c-pros-label); }
.n82ie0u .qlgk .xitrp { color: var(--c-cons); }
.n82ie0u .qcfl7t ul li,
.n82ie0u .di30cxe li          { color: var(--c-pros); }
.n82ie0u .qlgk ul li,
.n82ie0u .z164p li          { color: var(--c-cons); }
.mla6dj .r66ozcdg { background: transparent; border-left: none; border: 1.5px solid; }
.mla6dj .cc21     { border-color: var(--c-tip-border); }
.mla6dj .lk0c    { border-color: #60a5fa; }
.mla6dj .r66ozcdg strong { color: var(--text-primary); }
.mla6dj .r66ozcdg p      { color: var(--text-muted); }
.bnvz .r66ozcdg { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.bnvz .cc21     { border-top-color: var(--c-tip-border); }
.bnvz .lk0c    { border-top-color: #60a5fa; }
.hcubezfd .r66ozcdg { border-left: none; border-radius: 8px; }
.hcubezfd .cc21     { background: #065f46; }
.hcubezfd .lk0c    { background: #1e3a8a; }
.hcubezfd .r66ozcdg strong,
.hcubezfd .r66ozcdg p { color: #fff; }
.hcubezfd .xty0ky::before { color: rgba(255,255,255,0.85) !important; }
.sbm8.hcubezfd .cc21,
.sbm8 .hcubezfd .cc21     { background: #052e16; }
.sbm8.hcubezfd .j7k9fgq8,
.sbm8 .hcubezfd .j7k9fgq8 { background: #2d0a1e; }
.sbm8.hcubezfd .lk0c,
.sbm8 .hcubezfd .lk0c    { background: #1e1036; }
.p28klt.hcubezfd .cc21,
.p28klt .hcubezfd .cc21      { background: #2d2000; }
.p28klt.hcubezfd .lk0c,
.p28klt .hcubezfd .lk0c     { background: #2d1600; }
.pkce0wa2.hcubezfd .cc21,
.pkce0wa2 .hcubezfd .cc21      { background: #0c1a2e; }
.pkce0wa2.hcubezfd .lk0c,
.pkce0wa2 .hcubezfd .lk0c     { background: #0a2020; }
.f3gmk9 .r66ozcdg { border-left: none; border-radius: 6px; padding: 10px 14px; }
.f3gmk9 .cc21     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.f3gmk9 .lk0c    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.f3gmk9 .r66ozcdg strong { color: var(--text-primary); }
.f3gmk9 .r66ozcdg p      { color: var(--text-muted); }
.dh6s .r66ozcdg { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.fgde .xty0ky,
.v8movyy .xty0ky,
.x6yo .xty0ky,
.qyw5bi .xty0ky { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.fgde .xty0ky::before,
.v8movyy .xty0ky::before,
.x6yo .xty0ky::before,
.qyw5bi .xty0ky::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.fgde .cc21     .xty0ky::before { content: "✦"; color: var(--c-tip-border); }
.fgde .j7k9fgq8 .xty0ky::before { content: "▲"; color: var(--c-warn-border); }
.fgde .lk0c    .xty0ky::before { content: "◉"; color: #60a5fa; }
.v8movyy .cc21     .xty0ky::before { content: "★"; color: var(--c-tip-border); }
.v8movyy .j7k9fgq8 .xty0ky::before { content: "◆"; color: var(--c-warn-border); }
.v8movyy .lk0c    .xty0ky::before { content: "●"; color: #60a5fa; }
.x6yo .cc21     .xty0ky::before { content: "▶"; color: var(--c-tip-border); }
.x6yo .j7k9fgq8 .xty0ky::before { content: "■"; color: var(--c-warn-border); }
.x6yo .lk0c    .xty0ky::before { content: "▸"; color: #60a5fa; }
.qyw5bi .cc21     .xty0ky::before { content: "→"; color: var(--c-tip-border); }
.qyw5bi .j7k9fgq8 .xty0ky::before { content: "⬥"; color: var(--c-warn-border); }
.qyw5bi .lk0c    .xty0ky::before { content: "◈"; color: #60a5fa; }
.snzblr9 .dydnz144 .ordx9vw,
.snzblr9 .mnvwgmyc .ordx9vw  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.snzblr9 .xdnnr                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.snzblr9 .j5tba6          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.snzblr9 .lp6lztd                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.w9qx2 .dydnz144 .ordx9vw,
.w9qx2 .mnvwgmyc .ordx9vw,
.w9qx2 .xdnnr,
.w9qx2 .xr7r5tkm,
.w9qx2 .zz7o,
.w9qx2 .j5tba6,
.w9qx2 .lp6lztd,
.w9qx2 .dh6s .r66ozcdg { box-shadow: none; }
.sk212fp   .te9h78g, .sk212fp .ligh, .sk212fp .j8zg,
.sk212fp   .k6nd3c7, .sk212fp .ylgo00j { font-size: 0.9rem; }
.sk212fp   .oaa7, .sk212fp .fn5ia3 { font-size: 0.9rem; }
.x9ky8g   .te9h78g, .x9ky8g .ligh, .x9ky8g .j8zg,
.x9ky8g   .k6nd3c7, .x9ky8g .ylgo00j { font-size: 0.95rem; }
.x9ky8g   .oaa7, .x9ky8g .fn5ia3 { font-size: 0.95rem; }
.eu0jt   .te9h78g, .eu0jt .ligh, .eu0jt .j8zg,
.eu0jt   .k6nd3c7, .eu0jt .ylgo00j { font-size: 1.08rem; }
.eu0jt   .oaa7, .eu0jt .fn5ia3 { font-size: 1.05rem; }
.eu0jt   .j0802k { font-size: 0.97rem; }
.fre2ud .lbk09l      { font-size: 3.2rem; }
.fre2ud h2.lxth { font-size: 1.9rem; }
.fre2ud h3.mf4q     { font-size: 1.4rem; }
.lt4ilp .lbk09l      { font-size: 3.8rem; }
.lt4ilp h2.lxth { font-size: 2.2rem; }
.lt4ilp h3.mf4q     { font-size: 1.6rem; }
.ygnuc + .ygnuc { position: relative; }
.zuv0919r   .ygnuc + .ygnuc::before,
.oqewmz  .ygnuc + .ygnuc::before,
.wykw   .ygnuc + .ygnuc::before,
.zpxw   .ygnuc + .ygnuc::before,
.vyh2   .ygnuc + .ygnuc::before,
.okmmf9 .ygnuc + .ygnuc::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.zuv0919r .ygnuc + .ygnuc::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.oqewmz .ygnuc + .ygnuc::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.wykw .ygnuc + .ygnuc::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;
}
.zpxw .ygnuc + .ygnuc::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.nx5n08 .ygnuc { margin-bottom: 16px; }
.nx5n08 .ygnuc + .ygnuc { margin-top: 0; }
.nx5n08 .oxpqeom { padding-top: 0; padding-bottom: 0; }
.vyh2 .ygnuc + .ygnuc::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.okmmf9 .ygnuc + .ygnuc::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.ncadc .ygnuc + .ygnuc::before,
.uxq5xi3 .ygnuc + .ygnuc::before,
.c3nv .ygnuc + .ygnuc::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%;
}
.yh6y .ncadc .ygnuc:nth-child(even)::before,
.yh6y .uxq5xi3 .ygnuc:nth-child(even)::before,
.yh6y .c3nv .ygnuc:nth-child(even)::before { background: var(--bg-surface); }
.myrz .ncadc .ygnuc:nth-child(even)::before,
.myrz .uxq5xi3 .ygnuc:nth-child(even)::before,
.myrz .c3nv .ygnuc:nth-child(even)::before { background: var(--bg-card); }
.ncadc .ygnuc + .ygnuc::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");
}
.uxq5xi3 .ygnuc + .ygnuc::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");
}
.c3nv .ygnuc + .ygnuc::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");
}
.gh6m .ofhct,
.tdq3k .ofhct,
.pbwm .ofhct { overflow: hidden; }
.gh6m .utbd1tj,
.tdq3k .utbd1tj { margin-bottom: 60px; }
.pbwm .utbd1tj { margin-bottom: 70px; }
.tdq3k .o2mdghz { padding-bottom: 60px; }
.gh6m .ofhct::before,
.tdq3k .ofhct::before,
.pbwm .ofhct::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%;
}
.gh6m .ofhct::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");
}
.tdq3k .ofhct::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");
}
.pbwm .ofhct::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");
}
.pgoe .ofhct:not(.zmdo254) .hl9j { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.tpxt10 .ofhct:not(.zmdo254) .hl9j { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.cmh1  .ofhct:not(.zmdo254) .hl9j { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ssmxrfnn  .ofhct:not(.zmdo254) .hl9j { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ssmxrfnn .zmdo254 { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.ssmxrfnn .adxt { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.ssmxrfnn .srms { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.zmijj1db .zmdo254 .hl9j { background: none; }
.zmijj1db .ofhct:not(.zmdo254) .hl9j { background: rgba(0,0,0,0.6); }
.ygnuc.rx8qp .x26s { float: left; width: 38%; margin: 0 28px 16px 0; }
.ygnuc.rx8qp .x26s .xq3up { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ygnuc.rx8qp .oxpqeom::after { content: ''; display: block; clear: both; }
.ygnuc.rn90 .x26s { float: right; width: 38%; margin: 0 0 16px 28px; }
.ygnuc.rn90 .x26s .xq3up { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ygnuc.rn90 .oxpqeom::after { content: ''; display: block; clear: both; }
.ygnuc.rx8qp .u67cw1a2,
.ygnuc.rx8qp .j5tba6,
.ygnuc.rx8qp .r66ozcdg,
.ygnuc.rx8qp .ordx9vw,
.ygnuc.rx8qp .ylgo00j,
.ygnuc.rx8qp .hvbl5h6,
.ygnuc.rx8qp .v430y,
.ygnuc.rx8qp .wd40kzp,
.ygnuc.rn90 .u67cw1a2,
.ygnuc.rn90 .j5tba6,
.ygnuc.rn90 .r66ozcdg,
.ygnuc.rn90 .ordx9vw,
.ygnuc.rn90 .ylgo00j,
.ygnuc.rn90 .hvbl5h6,
.ygnuc.rn90 .v430y,
.ygnuc.rn90 .wd40kzp { clear: both; }
@media (max-width: 900px) {
  .ygnuc.rx8qp .x26s,
  .ygnuc.rn90 .x26s {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .ygnuc.rx8qp .x26s .xq3up,
  .ygnuc.rn90 .x26s .xq3up {
    max-height: none !important;
  }
}
.ygnuc.rx8qp .oaa7,
.ygnuc.rx8qp .fn5ia3,
.ygnuc.rn90 .oaa7,
.ygnuc.rn90 .fn5ia3 { overflow: hidden; }
@media (max-width: 640px) {
  .ygnuc.rx8qp .x26s,
  .ygnuc.rn90 .x26s { float: none; width: 100%; margin: 0 0 16px 0; }
}
.ewih .a01h,
.ewih .oxpqeom,
.ewih .nne3os1l  { max-width: 1100px; }
.fjwea .a01h,
.fjwea .oxpqeom,
.fjwea .nne3os1l  { max-width: 1150px; }
.fjwea { --content-mw: 1150px; }
.cr7kbprv .a01h,
.cr7kbprv .oxpqeom,
.cr7kbprv .nne3os1l  { max-width: 1200px; }
.kvc5 { font-size: 0.82rem; color: var(--text-muted); }
.ws57nc { display: flex; align-items: center; }
.k5s2a {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ctws { display: flex; align-items: center; }
.e87uk { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.e87uk:hover { text-decoration: underline; }
.fxjbo1mi { margin: 0 3px; opacity: 0.45; }
.fxjbo1mi::before { content: '/'; }
.vegdubbl { padding: 2px 5px; color: var(--text-main); }
.h0plz .kvc5 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.h0plz .ws57nc { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.x5z9e .kvc5 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.x5z9e .ws57nc { padding: 0 0 0 12px; }
.yhc3v .ws57nc { padding: 0 16px; }
.yhc3v .kvc5 {
  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);
}
.yhc3v .a01h { padding-top: 28px; }
@media (max-width: 720px) {
  .k4cc11ex { margin-top: 18px; padding: 0 16px; }
  .yhc3v .a01h { padding-top: 16px; }
}
.ewih.h0plz .ws57nc { max-width: 1100px; }
.fjwea.h0plz .ws57nc { max-width: 1150px; }
.cr7kbprv.h0plz .ws57nc { max-width: 1200px; }
.fjwea .k4cc11ex { max-width: 1150px; }
.fqegy .ygnuc { padding-top: 16px; padding-bottom: 16px; }
.x67o .ygnuc { padding-top: 24px; padding-bottom: 24px; }
.k3nm .ygnuc { padding-top: 40px; padding-bottom: 40px; }
.jmzxp4 .ygnuc { padding-top: 52px; padding-bottom: 52px; }
.x1hrbey .ygnuc:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.x1hrbey .ygnuc:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.x1hrbey .ygnuc:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.x1hrbey .ygnuc:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.pa976k .oxpqeom { padding-top: 10px;  padding-bottom: 10px; }
.p9laua5k .oxpqeom { padding-top: 18px;  padding-bottom: 18px; }
.einzeruu .oxpqeom { padding-top: 36px;  padding-bottom: 36px; }
.st37 .oxpqeom { padding-top: 48px;  padding-bottom: 48px; }
.emyolwmg h2.lxth { font-weight: 600; }
.emyolwmg h3.mf4q     { font-weight: 600; }
.m0ty7rb5 h2.lxth { font-weight: 800; }
.m0ty7rb5 h3.mf4q     { font-weight: 700; }
.a8snh { font-weight: 600; }
.a8snh h2.lxth { font-weight: 900; }
.a8snh h3.mf4q     { font-weight: 800; }
.a8snh .r66ozcdg strong,
.a8snh .r66ozcdg strong { font-weight: 600; }
.gdhq {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.hi0n .gdhq { display: none; }
@media (max-width: 640px) { .gdhq { display: none; } }
.gdhq { background: var(--cta) !important; color: #fff !important; border: none !important; }
.gdhq:hover { opacity: 0.85; }
.pknrpi .gdhq { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.ate7x .gdhq,
.anxhsvvc  .gdhq { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.ate7x .gdhq:hover,
.anxhsvvc  .gdhq:hover { opacity: 0.88; }
.pknrpi.ate7x .gdhq,
.pknrpi.anxhsvvc  .gdhq { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.jz0kw4 {
  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;
}
.jz0kw4:hover { transform: translateY(-2px); opacity: 0.92; }
.jz0kw4 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.vkcvj1u .jz0kw4 { display: none; }
.ssr3z .jz0kw4 { right: 32px; }
.bbdh23  .jz0kw4 { left: 32px; }
@media (max-width: 480px) {
  .ssr3z .jz0kw4 { right: 20px; bottom: 20px; }
  .bbdh23  .jz0kw4 { left: 20px; bottom: 20px; }
}
.botivc { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.nne3os1l { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.rbnn { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.cy8pb4qt { color: var(--text-dim); font-size: 0.8rem; }
.ej17 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.ej17 img { height: 26px; width: auto; object-fit: contain; }
.evjq31a .nne3os1l { text-align: center; }
.evjq31a .rbnn { margin-top: 0; }
@media (max-width: 640px) {
  .nne3os1l { padding-left: 16px; padding-right: 16px; }
  .suksl .nne3os1l { padding: 20px 16px; }
  .rdna6y { gap: 4px 12px; }
  .rbnn { font-size: 0.78rem; }
}
.r4ir .s26o .ej17 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.r4ir .rbnn { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.r4ir .cy8pb4qt { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .r4ir .uqyv { grid-template-columns: 1fr 1fr; } .r4ir .s26o { grid-column: 1 / -1; } }
@media (max-width: 480px) { .r4ir .uqyv { grid-template-columns: 1fr; } }
.g137f72 .ogqgd4 { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.g137f72 .ej17 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.g137f72 .n03dn5 { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.g137f72 .n03dn5 a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.g137f72 .n03dn5 a:hover { color: var(--accent-light); }
.mefu457 { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.g137f72 .f2kdw9 { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.g137f72 .bsbijlg { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.g137f72 .bsbijlg a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.g137f72 .bsbijlg a:hover { color: var(--accent-light); }
.g137f72 .rbnn { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .g137f72 .ogqgd4 { gap: 12px; } .g137f72 .ej17 { margin-right: 0; width: 100%; } }
.n2skl9b .tx04tywo .ej17 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.n2skl9b .rbnn { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.n2skl9b .cy8pb4qt { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .n2skl9b .tmdkif { grid-template-columns: 1fr 1fr; } .n2skl9b .tx04tywo { grid-column: 1 / -1; } }
@media (max-width: 480px) { .n2skl9b .tmdkif { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .vquu1u0 .uerl { grid-template-columns: 1fr 1fr; } .vquu1u0 .afbdr7:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .vquu1u0 .uerl { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .s2j2u .uerl { grid-template-columns: 1fr; } }
.u2y5mm .nne3os1l { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.g0c5 .kj16er      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.g0c5 .botivc { background: var(--bg-page); border-top-color: var(--border-alt); }
.olzdjlcr .kj16er      { background: #0d1117; border-bottom-color: #21262d; }
.olzdjlcr .chh1q { color: var(--accent-light); }
.olzdjlcr .vn9j0 { --msep-color: #8b949e; }
.olzdjlcr .vn9j0 a { color: #8b949e; }
.olzdjlcr .vn9j0 a:hover { color: var(--accent-light); }
.olzdjlcr .n7qxxaho { color: #8b949e; }
.olzdjlcr .botivc { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.olzdjlcr .rbnn,
.olzdjlcr .cy8pb4qt { color: #6e7681; }
.olzdjlcr .cuvb a, .olzdjlcr .rdna6y a,
.olzdjlcr .nqra a, .olzdjlcr .n03dn5 a,
.olzdjlcr .bsbijlg a { color: #8b949e; }
.olzdjlcr .ej17 { color: #e6edf3; }
.olzdjlcr .cuvb a:hover, .olzdjlcr .rdna6y a:hover,
.olzdjlcr .nqra a:hover, .olzdjlcr .n03dn5 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .olzdjlcr .vn9j0 { background: #0d1117; border-top-color: #21262d; }
  .olzdjlcr .vn9j0 li a { border-bottom-color: #21262d; }
}
.k2j2ac .kj16er      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.k2j2ac .chh1q { color: var(--accent-light); }
.k2j2ac .vn9j0 { --msep-color: #475569; }
.k2j2ac .vn9j0 a { color: #475569; }
.k2j2ac .vn9j0 a:hover { color: var(--accent-light); }
.k2j2ac .n7qxxaho { color: #64748b; }
.k2j2ac .botivc { background: #f0f4f8; border-top-color: #cbd5e1; }
.k2j2ac .rbnn,
.k2j2ac .cy8pb4qt { color: #64748b; }
.k2j2ac .nqra a, .k2j2ac .n03dn5 a,
.k2j2ac .bsbijlg a, .k2j2ac .ej17 { color: #374151; }
.k2j2ac .nqra a:hover, .k2j2ac .n03dn5 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .k2j2ac .vn9j0 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .k2j2ac .vn9j0 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.ate7x .kj16er      { background: var(--accent); border-bottom-color: var(--accent-light); }
.ate7x .chh1q { color: #fff; }
.ate7x .vn9j0 { --msep-color: rgba(255,255,255,0.82); }
.ate7x .vn9j0 a { color: rgba(255,255,255,0.82); }
.ate7x .vn9j0 a:hover { color: #fff; }
.ate7x .n7qxxaho { color: rgba(255,255,255,0.9); }
.ate7x .botivc { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.ate7x .rbnn,
.ate7x .cy8pb4qt { color: rgba(255,255,255,0.72); }
.ate7x .nqra a, .ate7x .n03dn5 a,
.ate7x .bsbijlg a, .ate7x .ej17 { color: #fff; }
.ate7x .nqra a:hover, .ate7x .n03dn5 a:hover { color: #fff; }
@media (max-width: 640px) {
  .ate7x .vn9j0 { background: var(--accent); border-top-color: var(--accent-light); }
  .ate7x .vn9j0 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.anxhsvvc .kj16er {
  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);
}
.anxhsvvc .botivc {
  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) {
  .anxhsvvc .vn9j0 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.eqqv8d .uweils { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.o52hk .uweils { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.r6veq .uweils { min-height: 72px; height: auto; }
.qmu43 .uweils { min-height: 84px; height: auto; }
.suksl .uweils { max-width: none; padding: 0 32px; }
.suksl .nne3os1l  { max-width: none; padding: 24px 32px; }
.nho9g7e5.fjwea .uweils { max-width: 1150px; }
.nho9g7e5.cr7kbprv .uweils { max-width: 1200px; }
.omd80   .chh1q, .omd80   .ej17 { text-transform: capitalize; }
.orp1 .chh1q, .orp1 .ej17 { text-transform: lowercase; }
.kwhb2 .chh1q, .kwhb2 .ej17 { text-transform: uppercase; letter-spacing: 0.06em; }
.oh8np6c, .os6gmay {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cdh4l .oh8np6c,
.cdh4l .os6gmay { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.vzieyrak .oh8np6c,
.vzieyrak .os6gmay { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.jid7 .oh8np6c,
.jid7 .os6gmay { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.djsv .oh8np6c,
.djsv .os6gmay { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.ag0cyycv   .vn9j0 a { font-weight: 500; }
.h8smnr .vn9j0 a { font-weight: 600; }
.ci3ye     .vn9j0 a { font-weight: 700; }
.wny0htu    .vn9j0 a { font-weight: 800; letter-spacing: 0.01em; }
.njnbtovo     .vn9j0 > li + li::before,
.ii12sc    .vn9j0 > li + li::before,
.efmyxk    .vn9j0 > li + li::before,
.db33v3 .vn9j0 > li + li::before,
.u8a8ywcb .vn9j0 > li + li::before,
.jmrw  .vn9j0 > li + li::before,
.gxg2    .vn9j0 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.njnbtovo     .vn9j0 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.ii12sc    .vn9j0 > li + li::before { content: "|"; }
.efmyxk    .vn9j0 > li + li::before { content: "—"; }
.db33v3 .vn9j0 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.u8a8ywcb .vn9j0 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.jmrw  .vn9j0 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.gxg2    .vn9j0 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .w20yz .n7qxxaho,
  .l23hf5 .n7qxxaho,
  .nw3d5d6 .n7qxxaho,
  .vg3pl .n7qxxaho,
  .n2qeb .n7qxxaho {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .w20yz .n7qxxaho::before,
  .l23hf5 .n7qxxaho::before,
  .nw3d5d6 .n7qxxaho::before,
  .vg3pl .n7qxxaho::before,
  .n2qeb .n7qxxaho::before { content: ""; display: block; flex-shrink: 0; }

  
  .w20yz .n7qxxaho::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;
  }

  
  .l23hf5 .n7qxxaho::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;
  }

  
  .nw3d5d6 .n7qxxaho::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;
  }

  
  .vg3pl .n7qxxaho::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;
  }

  
  .n2qeb .n7qxxaho::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) {
  .kkd3u .n7qxxaho {
    padding: 5px 14px;
  }
  .kkd3u .vn9j0 {
    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;
  }
  .kkd3u .vn9j0 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .kkd3u .vn9j0 li a:hover { background: var(--bg-raised); }
  .kkd3u .hiwv08d,
  .crylg .hiwv08d,
  .axfsy .hiwv08d { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .e1nww .n7qxxaho {
    padding: 5px 10px;
  }
  .e1nww .vn9j0 {
    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);
  }
  .e1nww .vn9j0.q0zn { transform: translateX(0); }
  .e1nww .vn9j0 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .e1nww .vn9j0 li:last-child a { border-bottom: none; }
  .ate7x .vn9j0,
  .olzdjlcr .vn9j0 { background: var(--accent) !important; }
  .ate7x .vn9j0 li a,
  .olzdjlcr .vn9j0 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .axfsy .n7qxxaho {
    padding: 5px 10px;
  }
  .axfsy .vn9j0 {
    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);
  }
  .axfsy .vn9j0::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .axfsy .vn9j0.q0zn { transform: translateY(0); }
  .axfsy .vn9j0 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .gl49ipy .n7qxxaho {
    padding: 5px 10px;
  }
  .gl49ipy .vn9j0 {
    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;
  }
  .gl49ipy .vn9j0.q0zn { opacity: 1; pointer-events: auto; }
  .gl49ipy .vn9j0 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .cg2h     .n7qxxaho { border-radius: 0 !important; }
  .h3ddp   .n7qxxaho { border-radius: 8px !important; }
  .y421 .n7qxxaho { border-radius: 50% !important; }
  .t5hy7pg   .n7qxxaho { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .wyixubw .rwihlv { flex-direction: column; align-items: stretch; }
  .wyixubw .krtha { flex-direction: row; min-width: auto; }
  .wyixubw .qgspvi0q { align-items: flex-start; text-align: left; }
}
.j2sutnw,
.j2sutnw.ygnuc,
.yh6y .j2sutnw,
.qyrgu4d .j2sutnw,
.myrz .j2sutnw,
.ix27fo .j2sutnw {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.lo3p {
  background: linear-gradient(135deg, var(--cta) 0%, var(--cta-hover) 100%);
  border-radius: 16px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px 0;
}
.qamifr { flex: 1 1 280px; min-width: 0; }
.qlym05g {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.r13m1snv {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.vefcaq {
  background: #fff !important;
  color: var(--cta) !important;
  padding: 14px 44px !important;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.15s, opacity 0.2s;
  white-space: nowrap;
}
.vefcaq:hover { transform: translateY(-1px); opacity: 0.95; }
.no32m8o7 .lo3p {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.no32m8o7 .qlym05g { color: var(--cta); }
.no32m8o7 .r13m1snv { color: var(--text-body); }
.no32m8o7 .vefcaq {
  background: var(--cta) !important;
  color: #fff !important;
}
.bqbkgrn .lo3p {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.bqbkgrn .qlym05g { color: var(--text-primary); }
.bqbkgrn .r13m1snv { color: var(--text-body); }
.bqbkgrn .vefcaq {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .lo3p {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .qamifr { flex: 0 0 auto; }
  .qlym05g { font-size: 1.2rem; }
  .vefcaq { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.wo4mvy .vhiu4oa7 { height: 36px; }
.qhi1hn .vhiu4oa7 { height: 60px; max-width: 200px; }
.wj5t .vhiu4oa7 { height: 76px; max-width: 240px; }
.rkq9    .baxd, .rkq9    .qzch6 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.r69n .w8mwzn + .w8mwzn {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .avc5 .hvbl5h6 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .avc5 .xr7r5tkm {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .avc5 .xr7r5tkm { padding: 40px 16px 20px; }
  .avc5 .w8mwzn {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .avc5 .yt94jd { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .k36df .xr7r5tkm {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .k36df .xr7r5tkm::before {
    position: absolute; top: 14px; left: 14px;
  }
  .k36df .yvzz {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .k36df .trnrsb { white-space: normal; text-align: center; font-size: 1.2rem; }
  .k36df .w8mwzn {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .k36df .yt94jd { width: 100%; min-width: 0; }
  .k36df .baxd { min-width: 0; }
}
.m8t8yg2 .h6a4z79a {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.m8t8yg2 .h6a4z79a summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.m8t8yg2 .h6a4z79a p { padding: 0 2px 16px; }
.h9dbny .h6a4z79a { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.h9dbny .h6a4z79a summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.h9dbny .h6a4z79a summary::after { content: "›"; font-size: 1.2em; }
.h9dbny .h6a4z79a[open] summary::after { content: "‹"; }
.h9dbny .h6a4z79a p { padding: 10px 22px 4px; }
.hesk .h6a4z79a {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.hesk .h6a4z79a summary { color: var(--text-primary); padding-left: 16px; }
.hesk .h6a4z79a summary::after { content: "›"; font-size: 1.1em; }
.hesk .h6a4z79a[open] summary::after { content: "‹"; }
.hesk .h6a4z79a p { padding-left: 16px; }
.r7pjqu .d86idvv0 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.r7pjqu .h6a4z79a {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.r7pjqu .h6a4z79a:last-child { border-bottom: none; }
.r7pjqu .h6a4z79a summary { color: var(--text-primary); border-radius: 0; }
.r7pjqu .h6a4z79a summary::after { content: "›"; font-size: 1.1em; }
.r7pjqu .h6a4z79a[open] summary::after { content: "‹"; }
.fbbq6 .h6a4z79a { overflow: hidden; }
.fbbq6 .h6a4z79a summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.fbbq6 .h6a4z79a summary::after { color: rgba(255,255,255,.75); }
.fbbq6 .h6a4z79a[open] summary { border-radius: 0; }
.togfiw { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.pegw {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.qtux083 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.dvl5fh { color: var(--text-muted); font-size: 1.05rem; }
.soa4ydh {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.qn41p4z9 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.ox7j { margin-bottom: 20px; }
.kw89v {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.mdp67 {
  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;
}
.mdp67:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.pabq7h6 { resize: vertical; min-height: 130px; }
.zk11 { width: 100%; margin-top: 8px; }
.iruqozpx {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.njrqvfp9 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.rdq3 { color: var(--text-muted); line-height: 1.75; }
.hj6bgq { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.hj6bgq li { margin-bottom: 6px; }
.kdm6er { max-width: 760px; margin: 0 auto; }
.ojmc2yhm { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.x7soqdp { max-width: 760px; margin: 0 auto; }
.oeqol5l ul.hj6bgq { margin: 0; }
@media (max-width: 640px) { .riwghz { grid-template-columns: 1fr; gap: 10px; } }
.b0o1bc { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.n9b8q7bg { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.zs7lnyd { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.n9b8q7bg p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.n9b8q7bg .hj6bgq { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .b0o1bc { grid-template-columns: 1fr; } }
.nswrv ul.hj6bgq { margin: 0; }
.ivoxu4ho .hj6bgq,
.dvzoky .hj6bgq,
.cdxyy3f .hj6bgq,
.cq22ltx .hj6bgq {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .qilbo5q2 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .o083opa0 { grid-template-columns: 1fr; } .vya8 { position: static; text-align: center; } }
@media (max-width: 860px) { .gtn3m5vg { grid-template-columns: 1fr; } }
.cq22ltx .hj6bgq { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .im5n211u { flex-direction: column; text-align: center; } .z3kkj6p { grid-template-columns: 1fr; } }
.g458wf0 .qtux083 { color: var(--accent-light); }
.q47alnek .qtux083 { font-size: 2rem; }
.q47alnek .dvl5fh { max-width: 680px; }
.gaiiquo3 .qtux083 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.gaiiquo3 .dvl5fh  { margin: 0; }
@media (max-width: 640px) { .gaiiquo3 { flex-direction: column; } }
.qybtuoy {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.qybtuoy .qtux083 { color: var(--accent-light); }
.rb9u .qtux083 { color: #fff; }
.rb9u .dvl5fh  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .aoq9y5g { grid-template-columns: 1fr; } }
.vxsvb .mdp67 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.vxsvb .mdp67:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.gkk1 .mdp67 { background: var(--bg-raised); border-color: transparent; }
.gkk1 .mdp67:focus { background: var(--bg-card); border-color: var(--accent-light); }
.h6256v .mdp67 { border-radius: 100px; padding: 11px 20px; }
.h6256v .pabq7h6 { border-radius: 14px; }
.qslk {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.qslk 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;
}
.qslk summary::-webkit-details-marker { display: none; }
.qslk summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.qslk[open] summary::after { content: "−"; }
.m62w {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .wb29 { grid-template-columns: 1fr; } }
.zhculu { counter-reset: priv-count; }
.qnvg0sy {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.qnvg0sy:last-child { border-bottom: none; }
.vel125 {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.qnvg0sy h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.qnvg0sy p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.mmu01 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.mmu01 li { margin-bottom: 6px; }
.qcar{position:relative;overflow:visible}
.ifwsr2x1 .eql79dwk{display:block}
.jb058t2{--date-bg:transparent}
.j4lqc2 .uutr::before{content:""}
.kz2q .ue562k{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .ue562k{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .kxpl{max-width:100%}
}
.wd40kzp{margin:24px 0 32px;padding:0;list-style:none}
.oxy6{margin:18px 0 28px}
.oxy6 .j5tba6{margin:0}
@media (max-width:560px){
  .um0a{grid-template-columns:repeat(2,1fr);gap:12px}
}
.kivypd{
  display:grid;
  grid-template-columns:repeat(4, 1fr);  
  gap:14px;
  margin:16px 0;
}
.ap6s{
  display:flex; flex-direction:column;
  background:var(--bg-card);
  border:1px solid var(--border-alt);
  border-radius:10px;
  overflow:hidden;
  text-decoration:none;
  color:var(--text-primary);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.ap6s:hover{ background:var(--bg-hover); transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,.18); }
.m6dwxs{
  display:block; width:100%; aspect-ratio: 4 / 3;
  background:var(--bg-surface); overflow:hidden;
}
.m6dwxs img{ width:100%; height:100%; object-fit:cover; display:block; }
.v8opt4{ display:flex; flex-direction:column; gap:2px; padding:10px 12px; }
.bzd6b{ font-weight:700; font-size:.95rem; line-height:1.25; color:var(--cta); }
.a4k33624{ font-size:.78rem; color:var(--text-muted); }
.qal9qtz{ font-size:.75rem; color:var(--cta); font-weight:700; }
.yq476hpz{
  display:block; text-align:center; padding:8px 12px; margin:0 12px 12px;
  font-size:.82rem; border-radius:6px;
}
.p8hm{ display:flex; flex-direction:column; gap:18px; margin:16px 0; }
.it8u4mfh{ }
.b7x6{
  font-size:1rem; font-weight:700;
  margin:0 0 10px;
  text-transform:uppercase; letter-spacing:.04em;
  color:var(--text-muted);
}
.qzjhl4i7{
  display:flex; flex-wrap:wrap; gap:10px;
}
.u8eha{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:90px; min-height:48px; padding:8px 12px;
  background:var(--bg-card);
  border:1px solid var(--border-alt);
  border-radius:6px;
}
.u8eha img{
  max-width:80px; max-height:32px; object-fit:contain; display:block;
}
@media (max-width:560px){
  .kivypd{ grid-template-columns: repeat(2, 1fr); gap:10px; }
  .bzd6b{ font-size:.85rem; }
  .vs8esiou{ grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); }
}
.qrnx .kivypd{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px !important;
}
.qrnx .m6dwxs{ aspect-ratio: 3 / 4; }
.qrnx .v8opt4{ padding: 14px 14px 6px; }
.qrnx .yq476hpz{ margin: 0 14px 14px; padding: 10px 14px; font-size: .9rem; }
.ahs3p .kivypd{
  display: flex !important;
  grid-template-columns: none !important;
  gap: 12px !important;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
}
.ahs3p .ap6s{
  flex: 0 0 200px;
  scroll-snap-align: start;
}
.ahs3p .m6dwxs{ aspect-ratio: 1 / 1; }
.ahs3p .v8opt4{ padding: 8px 10px; }
.ahs3p .bzd6b{ font-size: .82rem; }
.ahs3p .a4k33624, .ahs3p .qal9qtz{ display: none; }
.ahs3p .yq476hpz{ margin: 0 10px 10px; padding: 6px 10px; font-size: .75rem; }
.s8p1 .kivypd{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 12px !important;
}
.s8p1 .ap6s{
  background: transparent !important;
  border: 2px solid var(--accent) !important;
  border-radius: 6px !important;
}
.s8p1 .bzd6b{ color: var(--text, #fff); }
.s8p1 .a4k33624{ color: var(--text-muted, #999); }
@media (max-width: 700px) {
  .qrnx .kivypd,
  .s8p1 .kivypd {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
}
@media (max-width: 560px) {
  .u8eha { min-width: 72px !important; }
  .u8eha img { max-width: 64px !important; }
}
.qhe9dk .vs8esiou{
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px !important;
  align-items: center;
}
.qhe9dk .shicl{
  background: transparent !important;
  border: none !important;
  padding: 6px !important;
  min-height: auto !important;
  filter: brightness(.92);
  transition: filter .2s ease, transform .2s ease;
}
.qhe9dk .shicl:hover{ filter: brightness(1.15); transform: scale(1.06); }
.qhe9dk .shicl img{ max-height: 36px !important; }
.up7lrdg6 .b7x6{ display: none; }
.up7lrdg6 .p8hm{
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 10px;
}
.up7lrdg6 .it8u4mfh{ display: contents; }
.up7lrdg6 .qzjhl4i7{ display: contents; }
.nbgkt .u8eha{
  border-radius: 999px !important;
  padding: 6px 14px !important;
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  gap: 8px;
}
.nbgkt .u8eha img{ max-width: 36px !important; max-height: 22px !important; }
.nbgkt .u8eha::after{
  content: attr(title);
  font-size: .8rem;
  color: var(--text, #fff);
  font-weight: 500;
}
.ztb0ldd .p8hm{ gap: 10px; }
.ztb0ldd .b7x6{
  display: inline-block; min-width: 110px; margin: 0 12px 0 0; opacity: .55;
  font-size: .72rem;
}
.ztb0ldd .it8u4mfh{
  display: flex; align-items: center; flex-wrap: wrap;
}
.ztb0ldd .qzjhl4i7{ flex: 1; gap: 8px; }
.ztb0ldd .u8eha{
  min-width: 70px !important; min-height: 36px !important; padding: 4px 8px !important;
}
.ztb0ldd .u8eha img{ max-height: 22px !important; }
.hek9x .kivypd{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 14px !important;
}
.hek9x .ap6s{
  position: relative;
  border: none !important;
  border-radius: 12px !important;
  overflow: hidden;
  background: var(--bg-surface) !important;
}
.hek9x .m6dwxs{
  aspect-ratio: 3 / 4;
  display: block;
}
.hek9x .m6dwxs img{
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .35s ease, filter .25s ease;
}
.hek9x .v8opt4{
  
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 14px 14px 8px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 4px !important;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.85) 100%);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}
.hek9x .bzd6b{
  color: #fff !important;
  font-size: 1rem;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0,0,0,0.7);
}
.hek9x .a4k33624,
.hek9x .qal9qtz{
  color: rgba(255,255,255,0.85) !important;
  font-size: .72rem;
}
.hek9x .yq476hpz{
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -40%);
  margin: 0 !important;
  padding: 10px 22px !important;
  font-size: .9rem !important;
  background: var(--cta) !important;
  color: #fff !important;
  border: none !important;
  opacity: 0;
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}
.hek9x .ap6s:hover .m6dwxs img{
  transform: scale(1.06);
  filter: brightness(0.55);
}
.hek9x .ap6s:hover .v8opt4{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.hek9x .ap6s:hover .yq476hpz{
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}
@media (max-width: 700px){
  .hek9x .kivypd{ grid-template-columns: repeat(2, 1fr) !important; }
  
  .hek9x .v8opt4{ opacity: 1; transform: none; }
  .hek9x .yq476hpz{ opacity: 1; transform: translate(-50%, -50%); }
  .hek9x .m6dwxs img{ filter: brightness(0.8); }
}
.yniei .k6nd3c7::first-letter{
  float: left;
  font-size: 3.4em;
  line-height: .9;
  font-weight: 800;
  color: var(--cta);
  padding: 4px 12px 0 0;
  margin-top: 4px;
}
.yniei .k6nd3c7{
  
  line-height: 1.7;
  margin-bottom: 18px;
}
.j1o613 .k6nd3c7,
.j1o613 .ligh{
  position: relative;
  font-style: italic;
  font-size: 1.05em;
  line-height: 1.65;
  color: var(--text-primary);
  margin: 8px 0 22px;
}
.j1o613 .vxu3 { padding: 8px 0 8px 56px; }
.j1o613 .vxu3::before {
  content: "\201C"; position: absolute; left: 4px; top: -10px;
  font-family: Georgia, "Times New Roman", serif; font-size: 4.2em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700;
}
.j1o613 .eu1oag8 { padding: 8px 56px 8px 0; text-align: right; }
.j1o613 .eu1oag8::after {
  content: "\201D"; position: absolute; right: 4px; bottom: -18px;
  font-family: Georgia, "Times New Roman", serif; font-size: 4.2em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700;
}
.j1o613 .x3cqe69 { padding: 8px 22px; }
.j1o613 .x3cqe69::before,
.j1o613 .x3cqe69::after {
  font-family: Georgia, "Times New Roman", serif; font-size: 1.8em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700; vertical-align: -0.05em;
}
.j1o613 .x3cqe69::before { content: "\00AB\00A0"; margin-right: 4px; }
.j1o613 .x3cqe69::after  { content: "\00A0\00BB"; margin-left: 4px; }
.j1o613 .ldyu {
  padding: 6px 0 6px 16px;
  border-left: 3px solid var(--cta);
}
.j1o613 .aofda742 { padding: 32px 0 8px 0; }
.j1o613 .aofda742::before {
  content: "\201C"; position: absolute; left: 0; top: -6px;
  font-family: Georgia, "Times New Roman", serif; font-size: 2.6em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700;
}
.j1o613 .sskg {
  padding: 18px 24px; text-align: center; font-size: 1.15em;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.ordx9vw { padding-top: 6px; }
.ordx9vw .mf4q{
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.ordx9vw .mf4q::after{
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 28px; height: 2px;
  background: var(--cta);
  opacity: .55;
}
.ordx9vw p { margin: 0 0 10px; }
.ordx9vw p:last-child { margin-bottom: 0; }
.ylgo00j{
  position: relative;
  padding-left: 16px;
  margin-top: 18px;
  font-style: italic;
  color: var(--text-muted);
  border-left: 3px solid var(--cta);
}
.x04zgxz{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin: 14px 0;
}
.hdnm{
  display: flex; gap: 12px; align-items: flex-start;
  padding: 14px 16px;
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 10px;
  transition: border-color .15s ease, background .15s ease;
}
.hdnm:hover{ border-color: var(--cta); background: var(--bg-hover); }
.zymgxl{
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--cta);
  position: relative;
  
  display: none;
}
.zymgxl::after{
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 50%, rgba(255,255,255,.3) 100%);
  border-radius: inherit;
}
.odo3m{ flex: 1; min-width: 0; }
.k5co3a{
  font-weight: 700;
  font-size: .95rem;
  color: var(--text-primary);
  margin-bottom: 2px;
  line-height: 1.25;
}
.aprcmr{
  font-size: .85rem;
  color: var(--text-muted);
  line-height: 1.4;
}
.x04zgxz.edyld8 .hdnm { flex-direction: column; align-items: center; text-align: center; padding: 16px 14px; }
.x04zgxz.edyld8 .zymgxl { width: 36px; height: 36px; }
.x04zgxz.edyld8 .odo3m { text-align: center; }
.x04zgxz.k2hgxlix .hdnm { border: 2px solid var(--cta); background: var(--bg-card-inner); }
.x04zgxz.hjzcx2 { counter-reset: fgb-c; }
.x04zgxz.hjzcx2 .hdnm { counter-increment: fgb-c; }
.ey9vig {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--cta);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  display: flex; align-items: center; justify-content: center;
  line-height: 1;
}
.u67cw1a2.tyf6v .xdnnr { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: start; padding: 14px 16px; text-align: left; }
.u67cw1a2.tyf6v .kr6m { grid-row: 1 / span 3; grid-column: 1; width: 56px; height: 56px; border-radius: 12px; margin: 0; border-width: 2px; }
.u67cw1a2.tyf6v .yda6n { grid-row: 1 / span 3; grid-column: 1; width: 48px; height: 48px; margin: 0; }
.u67cw1a2.tyf6v .qn7d7 { grid-column: 2; text-align: left; padding: 0; }
.u67cw1a2.tyf6v .qmcnb { grid-column: 2; text-align: left; padding: 0; }
.u67cw1a2.tyf6v .pyum7z { grid-column: 2; padding-left: 18px; }
.u67cw1a2.d5z4cwy .kr6m,
.u67cw1a2.d5z4cwy .yda6n { display: none; }
.u67cw1a2.d5z4cwy .xdnnr { padding: 16px 18px; text-align: left; }
.u67cw1a2.d5z4cwy .qn7d7 { text-align: left; }
.u67cw1a2.d5z4cwy .qmcnb { text-align: left; }
.u67cw1a2.jf6b51te { counter-reset: clb-n; }
.u67cw1a2.jf6b51te .xdnnr { counter-increment: clb-n; }
.u67cw1a2.jf6b51te .kr6m { display: none; }
.u67cw1a2.jf6b51te .yda6n { width: 32px; height: 32px; border-radius: 50%; background: var(--cta); display: flex; align-items: center; justify-content: center; border: 0; margin: 14px auto 4px; color: #fff; font-weight: 700; }
.u67cw1a2.jf6b51te .yda6n::before { content: counter(clb-n); font-family: inherit; }
.u67cw1a2.jf6b51te .yda6n::after { display: none; }
.u67cw1a2.jf6b51te .xdnnr:not(:has(.yda6n)) .qn7d7::before { content: counter(clb-n) ". "; color: var(--cta); font-weight: 700; }
.jvg511qn .xdnnr { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: start; padding: 14px 16px; text-align: left; }
.jvg511qn .kr6m { grid-row: 1 / span 3; grid-column: 1; width: 56px; height: 56px; border-radius: 12px; margin: 0; border-width: 2px; }
.jvg511qn .qn7d7 { grid-column: 2; text-align: left; padding: 0; }
.jvg511qn .qmcnb { grid-column: 2; text-align: left; padding: 0; }
.jvg511qn .pyum7z { grid-column: 2; padding-left: 18px; }
.eb02a6a4 .u67cw1a2 { counter-reset: cl-n; }
.eb02a6a4 .xdnnr { counter-increment: cl-n; }
.eb02a6a4 .kr6m { display: none; }
.eb02a6a4 .xdnnr:not(:has(.yda6n)) .qn7d7::before { content: counter(cl-n) ". "; color: var(--cta); font-weight: 700; }
.kizcgsye .kr6m,
.kizcgsye .yda6n { display: none; }
.kizcgsye .xdnnr { padding: 16px 18px; text-align: left; }
.kizcgsye .qn7d7 { text-align: left; }
.kizcgsye .qmcnb { text-align: left; }
.o8to .hdnm { border: 0; border-left: 3px solid var(--cta); border-radius: 0 8px 8px 0; padding-left: 14px; background: transparent; }
.o8to .zymgxl { display: none; }
.mypar4 .hdnm { border: 0; background: var(--bg-card-inner); }
.mypar4 .zymgxl { width: 36px; height: 36px; border-radius: 18px; background: rgba(255,255,255,0.06); }
.mypar4 .zymgxl::after { background: radial-gradient(circle at 50% 50%, var(--cta) 0 6px, transparent 7px); inset: 0; opacity: 0.9; }
.mx68eg67 .x04zgxz { counter-reset: fg-c; }
.mx68eg67 .hdnm { counter-increment: fg-c; }
.mx68eg67 .zymgxl { width: 30px; height: 30px; border-radius: 50%; background: var(--cta); display: flex; align-items: center; justify-content: center; }
.mx68eg67 .zymgxl::after { content: counter(fg-c); position: static; background: none; color: #fff; font-weight: 700; font-size: 0.9rem; line-height: 1; }
.dmf9aswd .hdnm { border: 0; background: transparent; padding: 10px 4px; }
.dmf9aswd .hdnm + .hdnm { border-top: 1px solid var(--border); }
.dmf9aswd .zymgxl { width: 6px; height: 6px; border-radius: 50%; margin-top: 9px; }
.dmf9aswd .zymgxl::after { display: none; }
.wln75q .hdnm { border: 0; background: var(--bg-card); padding: 12px 14px; }
.wln75q .zymgxl { width: 8px; height: 8px; border-radius: 50%; margin-top: 7px; }
.wln75q .zymgxl::after { display: none; }
.o5o94y .hdnm { display: block; position: relative; padding: 14px 16px 14px 44px; }
.o5o94y .zymgxl { position: absolute; top: 14px; left: 14px; width: 20px; height: 20px; border-radius: 4px; }
.o5o94y .odo3m { display: block; }
.ek7ll6hm .hdnm { background: transparent; }
.ek7ll6hm .zymgxl { background: transparent; border: 2px solid var(--cta); width: 32px; height: 32px; }
.ek7ll6hm .zymgxl::after { background: linear-gradient(135deg, var(--cta) 0%, transparent 60%); opacity: 0.5; }
@media (max-width: 560px){
  .dy90bazy{ grid-template-columns: repeat(2, 1fr); padding: 14px 10px; }
  .j46fla{ font-size: 1.4rem; }
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .jskluk13 { padding: 28px 18px 20px; }
  .b8f7sb { font-size: 1.2rem; }
  .gz40u { max-width: 220px; max-height: 80px; }
}
.so2kkf .ygnuc {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.so2kkf .oxpqeom {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.so2kkf .lo3p {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.x05h1arg  .c3g7 { border-radius: 6px; }
.ntnjs .lo3p { align-items: center; flex-wrap: wrap; }
@media (max-width: 640px) {
  .c3g7 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
@media (max-width: 640px) {
  .mf8bg { display: none; }
  .gdhq {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.p0gk .lbk09l,
.p0gk .a01h h2, .p0gk .a01h h3, .p0gk .a01h h4,
.p0gk .qn7d7 h3, .p0gk .k5co3a,
.p0gk .lqued, .p0gk .lxth { color: var(--cta) !important; }
.p0gk .r66ozcdg,
.p0gk .cc21,
.p0gk .j7k9fgq8,
.p0gk .lk0c {
  background: var(--accent-bg) !important;
  border-color: var(--cta) !important;
}
.p0gk .r66ozcdg strong { color: var(--cta) !important; }
.p0gk .r66ozcdg .xty0ky,
.p0gk .r66ozcdg .xty0ky::before { color: var(--cta) !important; }
.p0gk [data-c] {
  color: var(--cta) !important;
  background: color-mix(in srgb, var(--cta) 14%, transparent) !important;
}
.p0gk .dy90bazy, .p0gk .jzi9di,
.p0gk .qcfl7t, .p0gk .qlgk,
.p0gk .xdnnr { border-color: var(--cta) !important; }
.p0gk .j46fla { color: var(--cta) !important; }
.jtx0t, .cvntq, .gdhq, .jz0kw4,
.vefcaq, .z9r4p85a, .yt94jd { text-transform: capitalize; }
:root {
  --accent:          #241531;
  --brand:           #241531;
  --brand-light:     #f0cf6a;
  --brand-pale:      #f0cf6a;
  --grad-start:      #000000;
  --grad-end:        #160d1f;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #f0cf6a;
  --cta-light:       #f4e4b1;
  --cta-hover:       #f3da8f;
  --bg-page:         #0d0811;
  --bg-surface:      #140d1b;
  --bg-card:         #1c1225;
  --bg-card-inner:   #24172f;
  --bg-raised:       #2c1c3a;
  --bg-hover:        #342144;
  --border:          #3e2852;
  --border-alt:      #4e3266;
  --border-section:  #3e2852;
  --text-primary:    #e5e4e6;
  --text-muted:      #a6a1aa;
  --text-body:       #ccc9ce;
  --text-sub:        #a6a1aa;
  --text-faint:      #736d78;
  --text-dim:        #59545d;
  --text-label:      #8c8691;
  --text-value:      #bfbcc2;
  --accent-bg:       #1e1b21;
  --accent-bg-light: #2e2734;
  --bg-tip:          #162623;
  --bg-warning:      #272115;
  --bg-info:         #161a26;
  --bg-pros:         #162623;
  --bg-cons:         #26161a;
  --c-pros:          #8ee1d0;
  --c-cons:          #e6899d;
  --c-pros-label:    #65d6bf;
  --c-tip-border:    #49ceb3;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #8ee1d0;
}
:root { --logo-bg-opacity: 77%; }
body, button, input { font-family: "Encode Sans", sans-serif; }
.p5krr .xty0ky { font-size: 0; width: 1.2rem; flex-shrink: 0; }.p5krr .xty0ky::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.p5krr .cc21     .xty0ky::before { content: "";  color: var(--c-tip-border); }.p5krr .j7k9fgq8 .xty0ky::before { content: ""; color: var(--c-warn-border); }.p5krr .lk0c    .xty0ky::before { content: ""; color: #60a5fa; }.sbm8 .p5krr .cc21     .xty0ky::before { color: #10b981; }.sbm8 .p5krr .j7k9fgq8 .xty0ky::before { color: #f43f5e; }.sbm8 .p5krr .lk0c    .xty0ky::before { color: #a855f7; }.p28klt  .p5krr .cc21     .xty0ky::before { color: #eab308; }.p28klt  .p5krr .j7k9fgq8 .xty0ky::before { color: #ef4444; }.p28klt  .p5krr .lk0c    .xty0ky::before { color: #f97316; }.pkce0wa2  .p5krr .cc21     .xty0ky::before { color: #38bdf8; }.pkce0wa2  .p5krr .j7k9fgq8 .xty0ky::before { color: #818cf8; }.pkce0wa2  .p5krr .lk0c    .xty0ky::before { color: #2dd4bf; }.mrvw1 .p5krr .xty0ky::before { color: var(--accent-light) !important; }
.ht1gx2x .di30cxe li::before, .ht1gx2x .z164p 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; }.ht1gx2x .di30cxe li::before { content: ""; }.ht1gx2x .z164p li::before { content: ""; }.ht1gx2x .qgw2sogx::before, .ht1gx2x .xitrp::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.ht1gx2x .qgw2sogx::before { content: ""; }.ht1gx2x .xitrp::before { content: ""; }
.hxhqp9bz .fj90sgbw, .hxhqp9bz .srms { min-height: 520px; }
.fxjbo1mi::before { content: '—'; }
.o4fjlbkg .hl9j {  background: rgba(0,0,0,0.45);  backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }.o4fjlbkg .gj9m {  filter: blur(2px) brightness(0.88); }.o4fjlbkg .adxt {  backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }