:root {
  --color-accent: #1a1410;
  --color-cta: #e0a400;
  --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;
}
.q45d {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.x8vi {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.nfpsg {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.k4223 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.oj7y2l { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.oj7y2l a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.oj7y2l a:hover { color: var(--accent-light); }
.xinp4aaj   .vdwru6 { border-radius: 0; }
.lxj89  .vdwru6 li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .vdwru6 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .rj1al817:hover .vdwru6,
  .rj1al817:focus-within .vdwru6 { display: block; }
  .vdwru6 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.h8ny0l6z {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.q6lyr79l { display: none; }
@media (max-width: 640px) {
  .q6lyr79l {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .q6lyr79l.a4m9a8xy { display: block; }
}
@media (max-width: 640px) {
  .h8ny0l6z { display: block; }
  .oj7y2l > li + li::before { display: none !important; }
  .oj7y2l {
    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;
  }
  .oj7y2l.a4m9a8xy { display: flex; }
  .oj7y2l li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .oj7y2l li:last-child a { border-bottom: none; }
}
.bc6lk { min-height: 480px; }
.d39anj {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.q4qu1zi0 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.xwaf5jf .q4qu1zi0 { margin-left: 0; margin-right: 0; }
.r6zui {
  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;
}
.r6zui:hover { opacity: 0.88; }
.hl59 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.lizhzkl {
  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%);
}
.hl59 .z4to98x9 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.hl59 .d39anj { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.hl59 .q4qu1zi0 { color: #e2e8f0; }
.hl59.s0g2ccfe .z4to98x9 { text-align: center; }
.hl59.xwaf5jf   .z4to98x9 { text-align: left; }
.boho7tbz .z4to98x9 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.boho7tbz .d39anj { color: var(--text-primary); text-shadow: none; }
.boho7tbz .q4qu1zi0 { color: var(--text-muted); }
.boho7tbz .r6zui { margin-top: 16px; }
.boho7tbz, .boho7tbz.bc6lk { min-height: auto !important; }
.boho7tbz.s0g2ccfe .z4to98x9 { text-align: center; }
.boho7tbz.xwaf5jf   .z4to98x9 { 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; }
}
.ntw0 .hl59 .lizhzkl {
  overflow: hidden;
}
.ntw0 .hl59 .lizhzkl::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); }
}
.z4w1j1 .hl59 .lizhzkl {
  overflow: hidden;
}
.z4w1j1 .hl59 .lizhzkl::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;
}
.fiyeu5pu .hl59 .lizhzkl {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.nlpate4 .hl59 .lizhzkl {
  overflow: hidden;
}
.nlpate4 .hl59 .lizhzkl::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;
}
.skmdlmj .hl59 .lizhzkl {
  animation: hg-breathe 10s ease-in-out infinite;
}
.w1jdb .lizhzkl {
  background: none;
}
.w1jdb .d39anj { color: #fff; }
.w1jdb .q4qu1zi0 { color: rgba(255,255,255,0.85); }
.w1jdb .r6zui { background: #fff; color: var(--cta); }
.w1jdb .r6zui:hover { opacity: 0.92; }
.ukxi .d39anj { text-shadow: none; color: var(--text-primary); }
.ukxi .q4qu1zi0 { color: var(--text-muted); }
body.l60k5p .d39anj {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.wl45ujw .d39anj {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.bc6lk.w1jdb .d39anj,
section.w1jdb .d39anj {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.ukxi.xwaf5jf   .ao0b { align-items: flex-start; text-align: left; }
.bc6lk .ap2ptq {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.ap2ptq .tuai.tp4310e {
  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;
}
.ap2ptq .tuai.tp4310e:hover { opacity: 0.85; }
.dac9 .z4to98x9 { padding-bottom: 24px; }
.fqwjeo .z4to98x9 { max-width: 1100px; }
@media (max-width: 700px) {
  .ukxi { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .ukxi:not(.kigi6) .hfjw8va { display: none !important; }
  .kigi6 .hfjw8va { padding: 16px; }
  .ao0b  { padding: 36px 24px; }
  .ukxi~.q0ezjnkq,.hzh7~.q0ezjnkq{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .bc6lk, .ukxi { min-height: 320px !important; }
  .d39anj { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .p4939bx,
  .q5xo7,
  .e2w7cp { grid-template-columns: 1fr !important; }

  

  
  .dac9 { display: flex !important; flex-direction: column !important; }
  .dac9 .z4to98x9 { display: contents; }
  .dac9 .lizhzkl { order: 0; }
  .dac9 .d39anj { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .dac9 .p4939bx { order: 2; padding: 0 16px 12px !important; }
  .dac9 .q4qu1zi0 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .fqwjeo .z4to98x9 { display: flex; flex-direction: column; }
  .fqwjeo .z4to98x9 .d39anj { order: 1; }
  .fqwjeo .z4to98x9 .e2w7cp { order: 2; margin: 8px 0 24px !important; }
  .fqwjeo .z4to98x9 .q4qu1zi0 { order: 3; }
  .fqwjeo .z4to98x9 .r6zui { order: 4; align-self: center; margin-top: 0; }

  
  .ukxi.kigi6 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .ukxi.kigi6 .ao0b { display: contents; padding: 0; }
  .ukxi.kigi6 .ao0b .d39anj { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .ukxi.kigi6 .hfjw8va { order: 2; padding: 12px 16px; }
  .ukxi.kigi6 .ao0b .q4qu1zi0 { order: 3; padding: 0 24px; margin: 0 auto; }
  .ukxi.kigi6 .ao0b .r6zui { order: 4; align-self: center; margin: 8px 0 32px; }
}
.nmvs9v3 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.bl96 { width: 100%; height: auto; display: block; border-radius: 10px; }
.bztio .nmvs9v3        { border-radius: 16px; }
.bztio .bl96  { border-radius: 16px; }
.yrfn5av .nmvs9v3         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.yrfn5av .bl96   { border-radius: 8px; }
.zv5b8 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.pv92kpk { width: 100%; padding: 32px 0; position: relative; }
.sahxm3f9 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.xbp7u .pv92kpk:nth-child(even) { background: var(--bg-surface); }
.xbp7u .pv92kpk:nth-child(odd)  { background: var(--bg-page); }
.jyrg .pv92kpk:nth-child(even) { background: var(--bg-card); }
.jyrg .pv92kpk:nth-child(odd)  { background: var(--bg-page); }
.xbp7u .pv92kpk:nth-child(odd)  .sahxm3f9 { background: var(--bg-card); border-radius: 6px; }
.xbp7u .pv92kpk:nth-child(even) .sahxm3f9 { background: var(--bg-raised); border-radius: 6px; }
.jyrg .pv92kpk:nth-child(odd)  .sahxm3f9 { background: var(--bg-card); border-radius: 6px; }
.jyrg .pv92kpk:nth-child(even) .sahxm3f9 { background: var(--bg-raised); border-radius: 6px; }
.xbp7u .pv92kpk:nth-child(even) .cc6um .ao7o9l,
.jyrg .pv92kpk:nth-child(even) .cc6um .ao7o9l { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.xbp7u .pv92kpk:nth-child(odd) .cc6um .ao7o9l,
.jyrg .pv92kpk:nth-child(odd) .cc6um .ao7o9l { background: var(--bg-card-inner); }
.xbp7u .pv92kpk:nth-child(even) .gbgj .ao7o9l:nth-child(odd),
.jyrg .pv92kpk:nth-child(even) .gbgj .ao7o9l:nth-child(odd)  { background: var(--bg-card); }
.xbp7u .pv92kpk:nth-child(even) .gbgj .ao7o9l:nth-child(even),
.jyrg .pv92kpk:nth-child(even) .gbgj .ao7o9l:nth-child(even) { background: var(--bg-card-inner); }
h1.h88w3 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.h88w3 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.p1tq8 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.xqv3j h2.h88w3 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.llouaqf h2.h88w3 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.o2x91y h2.h88w3 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.urduzf h2.h88w3::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.nfth1 h2.h88w3 {
  color: var(--text-primary); font-size: 1.7rem;
}
.a98lg3m h2.h88w3::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.m9mv1qa h2.h88w3 {
  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) { .p5dx6v { display: none; } }
.en5mvug { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.x1xki { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.v6au {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.pbgmrv6 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.voiif { padding-left: 20px; }
.voiif li { margin-bottom: 6px; }
.voiif a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.voiif a:hover { color: var(--accent-light); }
.p53q192j .pbgmrv6 { display: none; }
.bbi9w .pbgmrv6 { display: none; }
.bbi9w .voiif { padding-left: 0; list-style: none; }
.bbi9w .voiif li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.bbi9w .voiif a { font-size: 0.92rem; }
.abzj .v6au { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.abzj .pbgmrv6 { display: none; }
.abzj .voiif { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.abzj .voiif li { margin-bottom: 0; }
.abzj .voiif 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;
}
.abzj .voiif a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.seuyi8r4 .v6au { padding: 20px 20px 16px; }
.seuyi8r4 .voiif {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.seuyi8r4 .voiif li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.seuyi8r4 .voiif 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;
}
.seuyi8r4 .voiif 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;
}
.seuyi8r4 .voiif a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.seuyi8r4 .voiif a:focus,
.seuyi8r4 .voiif a:focus-visible,
.seuyi8r4 .voiif a:target { outline: none; }
.seuyi8r4 .voiif li:target a { border-color: var(--border); color: var(--text-muted); }
.jra2 .v6au { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.jra2 .pbgmrv6 { display: none; }
.jra2 .voiif { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.jra2 .voiif li { margin-bottom: 0; }
.jra2 .voiif li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.jra2 .voiif li:last-child::after { content: ""; margin-right: 0; }
.jra2 .voiif a { font-size: 0.9rem; }
.ao7o9l { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.cc6um .ao7o9l { background: var(--bg-card); }
.gbgj .ao7o9l:nth-child(odd)  { background: var(--bg-card); }
.gbgj .ao7o9l:nth-child(even) { background: var(--bg-raised); }
.i0h4cs .ao7o9l {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.i0h4cs .ao7o9l:last-child { border-bottom: none; }
.i0h4cs h3.p1tq8 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.a3nhv8j .ao7o9l {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.a3nhv8j .ao7o9l + .ao7o9l { margin-top: 4px; }
.izwg6 .ao7o9l { background: none; border-radius: 0; padding: 12px 0; }
.izwg6 .ao7o9l + .ao7o9l { border-top: 1px solid var(--border-section); }
.mf0qxpx { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ojqh5r6 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.rm6yev { color: var(--text-body); margin-bottom: 10px; }
.ce51h, .jmcina { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ce51h li, .jmcina li { margin-bottom: 6px; }
.jmcina li { list-style: decimal; }
.yu1wkw     .ce51h { list-style-type: "● "; }
.z9c2c32g  .ce51h { list-style-type: "■ "; }
.tediod .ce51h { list-style-type: "◆ "; }
.r4u3    .ce51h { list-style-type: "★ "; }
.yu1wkw     .w3cpu { list-style-type: "● "; }
.z9c2c32g  .w3cpu { list-style-type: "■ "; }
.tediod .w3cpu { list-style-type: "◆ "; }
.r4u3    .w3cpu { list-style-type: "★ "; }
.yu1wkw    .ce51h li::marker, .yu1wkw    .w3cpu li::marker,
.z9c2c32g .ce51h li::marker, .z9c2c32g .w3cpu li::marker,
.tediod .ce51h li::marker, .tediod .w3cpu li::marker,
.r4u3   .ce51h li::marker, .r4u3   .w3cpu li::marker {
  color: var(--cta); font-size: 1em;
}
.yu1wkw .jmcina,
.z9c2c32g .jmcina,
.tediod .jmcina,
.r4u3 .jmcina {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.yu1wkw .jmcina li,
.z9c2c32g .jmcina li,
.tediod .jmcina li,
.r4u3 .jmcina li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.yu1wkw .jmcina li::before,
.z9c2c32g .jmcina li::before,
.tediod .jmcina li::before,
.r4u3 .jmcina 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;
}
.yu1wkw     .jmcina li::before { border-radius: 50%; }
.z9c2c32g  .jmcina li::before { border-radius: 3px; }
.tediod .jmcina li::before { border-radius: 3px; }
.r4u3    .jmcina li::before { border-radius: 50%; }
.rqyauu3 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.judr .rqyauu3,
.tfpsz .rqyauu3 { background: transparent; border: none; border-radius: 0; }
.oka11 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.oka11 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.oka11 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.oka11 tr:hover td { background: var(--bg-hover); }
.yi0sjr .oka11 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.mdo5ax59 .oka11 { border: 1px solid var(--border-alt); }
.mdo5ax59 .oka11 th,
.mdo5ax59 .oka11 td { border: 1px solid var(--border-alt); }
.disa .oka11 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.disa .oka11 td { border-bottom: none; }
.disa .oka11 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.butj .oka11 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.wmsgkc .rqyauu3 {
  overflow: hidden;
}
.wmsgkc .oka11 th { border-bottom: 1px solid var(--border-alt); }
.wmsgkc .oka11 tr:last-child td { border-bottom: none; }
.yqfe { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.rie2u1nm { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.bphsc75 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.fci9o { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.nf77f1 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.w3cpu { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.w3cpu 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%}
.miols7 .fci9o { background: transparent; text-align: center; }
.r9mt .bphsc75 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.migwn3 .bphsc75 {
  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);
}
.jx7barp .rie2u1nm { display: grid; grid-template-columns: auto 1fr; }
.jx7barp .bphsc75 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.jx7barp .fci9o { grid-column: 2; }
.jx7barp .nf77f1,
.jx7barp .w3cpu { grid-column: 1 / -1; }
.yzr3da6h .rie2u1nm { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.yzr3da6h .bphsc75 {
  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);
}
.yzr3da6h .fci9o { grid-column: 2; }
.yzr3da6h .nf77f1,
.yzr3da6h .w3cpu { grid-column: 1 / -1; }
.r3a85c .rie2u1nm { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.r3a85c .fci9o { background: none; color: var(--accent-light); font-weight: 700; }
.cwiw .rie2u1nm { 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); }
.cwiw .fci9o { background: none; color: var(--accent-light); font-weight: 700; }
.oqi9 .rie2u1nm { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.oqi9 .rie2u1nm:last-child { border-bottom: none; }
.oqi9 .fci9o { background: none; color: var(--accent-light); font-weight: 700; }
.lji5lt .rie2u1nm { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.lji5lt .fci9o { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.i17njl80 .yqfe { counter-reset: card-n; }
.i17njl80 .rie2u1nm  { counter-increment: card-n; }
.i17njl80 .fci9o { display: flex; align-items: center; gap: 10px; }
.i17njl80 .fci9o::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;
}
.g6y73wz .rie2u1nm { background: var(--bg-surface); border: 1px solid var(--border); }
.g6y73wz .fci9o { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.bzk7q { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.i5j24ds  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.h8ox9 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.l6u3xx { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.bzk7q strong { color: var(--text-primary); font-size: 0.95rem; }
.bzk7q p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.bl96 { width: 100%; height: auto; border-radius: 10px; display: block; }
.tp4310e {
  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;
}
.tp4310e:hover { opacity: 0.85; }
.l0b4g0 .tp4310e  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.l0b4g0 .tp4310e:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.hsho .tp4310e  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.hsho .tp4310e:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.j87l .r6zui { border-radius: 50px; }
.j87l .tp4310e  { border-radius: 50px; }
.x42alo6 .r6zui { padding-left: 22px; padding-right: 22px; }
.x42alo6 .tp4310e  { padding-left: 12px; padding-right: 12px; }
.hvlj .r6zui { padding-left: 44px; padding-right: 44px; }
.hvlj .tp4310e  { padding-left: 24px; padding-right: 24px; }
.dcfg4fr .r6zui { padding-left: 56px; padding-right: 56px; }
.dcfg4fr .tp4310e  { padding-left: 32px; padding-right: 32px; }
.gqjnip   .r6zui::after, .gqjnip   .tp4310e::after,
.qu3ugr .r6zui::after, .qu3ugr .tp4310e::after,
.fueo    .r6zui::after, .fueo    .tp4310e::after,
.e46lgd9    .r6zui::after, .e46lgd9    .tp4310e::after,
.wv2f9y    .r6zui::after, .wv2f9y    .tp4310e::after,
.ip69     .r6zui::after, .ip69     .tp4310e::after,
.oy3mn    .r6zui::after, .oy3mn    .tp4310e::after,
.ag7ex390   .r6zui::after, .ag7ex390   .tp4310e::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;
}
.gqjnip .r6zui::after, .gqjnip .tp4310e::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");
}
.qu3ugr .r6zui::after, .qu3ugr .tp4310e::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");
}
.fueo .r6zui::after, .fueo .tp4310e::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");
}
.e46lgd9 .r6zui::after, .e46lgd9 .tp4310e::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");
}
.wv2f9y .r6zui::after, .wv2f9y .tp4310e::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");
}
.ip69 .r6zui::after, .ip69 .tp4310e::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");
}
.oy3mn .r6zui::after, .oy3mn .tp4310e::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");
}
.ag7ex390 .r6zui::after, .ag7ex390 .tp4310e::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");
}
.qjo7   .zm9uru::after, .qjo7   .ke7cmj8::after,
.ootjeki7 .zm9uru::after, .ootjeki7 .ke7cmj8::after,
.scbo6    .zm9uru::after, .scbo6    .ke7cmj8::after,
.o5jnh    .zm9uru::after, .o5jnh    .ke7cmj8::after,
.n4ot    .zm9uru::after, .n4ot    .ke7cmj8::after,
.c1wq     .zm9uru::after, .c1wq     .ke7cmj8::after,
.v3iium    .zm9uru::after, .v3iium    .ke7cmj8::after,
.whbx0fva   .zm9uru::after, .whbx0fva   .ke7cmj8::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;
}
.qjo7 .zm9uru::after, .qjo7 .ke7cmj8::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");
}
.ootjeki7 .zm9uru::after, .ootjeki7 .ke7cmj8::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");
}
.scbo6 .zm9uru::after, .scbo6 .ke7cmj8::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");
}
.o5jnh .zm9uru::after, .o5jnh .ke7cmj8::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");
}
.n4ot .zm9uru::after, .n4ot .ke7cmj8::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");
}
.c1wq .zm9uru::after, .c1wq .ke7cmj8::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");
}
.v3iium .zm9uru::after, .v3iium .ke7cmj8::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");
}
.whbx0fva .zm9uru::after, .whbx0fva .ke7cmj8::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");
}
.fniboyzt .b0ihp   { background: rgba(128,128,128,.12); }
.tuai.tp4310e {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .g0jo518b {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .g0jo518b::before    { grid-area: rank;   }
  .mvexojx           { grid-area: ident;  }
  .cnowijg     { grid-area: rating; min-width: 0; width: auto; }
  .guzuu4           { grid-area: pills;  }
  .tuai             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .g0jo518b {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .g0jo518b::before    { justify-self: center; }
  .mvexojx           { width: 100%; }
  .cnowijg     { justify-self: center; }
  .guzuu4           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .yl83b .jvbh {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .yl83b .p4evta43 { margin: 0; }
}
@media (max-width: 720px) {
  .x1sh2fli { grid-template-columns: 1fr; }
  .o1i7r { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .o1i7r .us07iwz { width: 72px; height: 50px; }
  .o1i7r .k42j { max-width: 180px; }
  .o1i7r .ramubj1 { width: auto; }
}
@media (max-width: 720px) {
  .kbc5 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .fsgq0o1 { padding: 16px; }
  .ru53742y .xsph { min-width: 50%; }
}
@media (max-width: 860px) {
  .q526quf { grid-template-columns: 1fr; }
  .i4ksn { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .kp2icvwz { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .lzj62n { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .hhsrt { flex-direction: column; align-items: stretch; }
}
.lcc5ko5c .ramubj1 .tp4310e { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .v5plrsik { flex-direction: column; align-items: stretch; gap: 10px; }
  .lcc5ko5c .ramubj1 { text-align: center; }
}
@media (max-width: 720px) {
  .sded { grid-template-columns: 1fr; }
  .ibk3wb { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .lr1mnpb { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .ilkt { grid-template-columns: 1fr; }
  .qhakup { width: 100px; height: 100px; margin: 16px auto; }
  .qj10otx { font-size: 1.4rem; }
  .hhyyh { justify-content: center; }
  .wj083t .xsph { min-width: 50%; }
}
@media (max-width: 540px) {
  .qye4u { flex-wrap: wrap; padding: 14px 16px; }
  .k9af { padding: 12px 16px; }
  .cb76vipk .zuhb5oxu { margin: 0 16px; }
  .cb76vipk .dfhncc0z { padding: 0 16px; }
  .pqpr50cs { padding: 12px 16px; }
}
.aw3qih6t .qm7grooa,
.aw3qih6t .fhzyt,
.aw3qih6t .fhzyt { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.aw3qih6t .fhzyt small { display: none; }
.aw3qih6t .xpfrdjx5 .fiomtu,
.aw3qih6t .xpfrdjx5 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.aw3qih6t .rhhz8w5b { display: none; }
.nk33ws { margin: 16px 0; }
.si1vb7 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.si1vb7 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.si1vb7 summary::after { content: "+"; color: var(--accent-light); }
.si1vb7[open] summary::after { content: "−"; }
.si1vb7 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.pv92kpk { margin-bottom: 0; }
.u0et5k h2.h88w3 { color: var(--text-primary); border-color: var(--accent-light); }
.c0ih h2.h88w3 { color: var(--text-primary); border-color: var(--accent-light); }
.ukeyryg8 .i5j24ds     { background: #052e16; border-color: #10b981; }
.ukeyryg8 .h8ox9    { background: #1e1036; border-color: #a855f7; }
.ukeyryg8 .bzk7q strong  { color: #f1f5f9; }
.ukeyryg8 .bzk7q p       { color: #cbd5e1; }
.ukeyryg8 .my08zdwg    .i5j24ds     .l6u3xx::before,
.ukeyryg8 .buzz  .i5j24ds     .l6u3xx::before,
.ukeyryg8 .phf7  .i5j24ds     .l6u3xx::before,
.ukeyryg8 .r09bu5ez .i5j24ds     .l6u3xx::before { color: #10b981; }
.ukeyryg8 .my08zdwg    .ecw3 .l6u3xx::before,
.ukeyryg8 .buzz  .ecw3 .l6u3xx::before,
.ukeyryg8 .phf7  .ecw3 .l6u3xx::before,
.ukeyryg8 .r09bu5ez .ecw3 .l6u3xx::before { color: #f43f5e; }
.ukeyryg8 .my08zdwg    .h8ox9    .l6u3xx::before,
.ukeyryg8 .buzz  .h8ox9    .l6u3xx::before,
.ukeyryg8 .phf7  .h8ox9    .l6u3xx::before,
.ukeyryg8 .r09bu5ez .h8ox9    .l6u3xx::before { color: #a855f7; }
.nuf55s .i5j24ds     { background: #2d2000; border-color: #eab308; }
.nuf55s .ecw3 { background: #2d0b0b; border-color: #ef4444; }
.nuf55s .h8ox9    { background: #2d1600; border-color: #f97316; }
.nuf55s .bzk7q strong  { color: #f1f5f9; }
.nuf55s .bzk7q p       { color: #cbd5e1; }
.nuf55s .my08zdwg    .i5j24ds     .l6u3xx::before,
.nuf55s .buzz  .i5j24ds     .l6u3xx::before,
.nuf55s .phf7  .i5j24ds     .l6u3xx::before,
.nuf55s .r09bu5ez .i5j24ds     .l6u3xx::before { color: #eab308; }
.nuf55s .my08zdwg    .ecw3 .l6u3xx::before,
.nuf55s .buzz  .ecw3 .l6u3xx::before,
.nuf55s .phf7  .ecw3 .l6u3xx::before,
.nuf55s .r09bu5ez .ecw3 .l6u3xx::before { color: #ef4444; }
.nuf55s .my08zdwg    .h8ox9    .l6u3xx::before,
.nuf55s .buzz  .h8ox9    .l6u3xx::before,
.nuf55s .phf7  .h8ox9    .l6u3xx::before,
.nuf55s .r09bu5ez .h8ox9    .l6u3xx::before { color: #f97316; }
.odw62 .i5j24ds     { background: #0c1a2e; border-color: #38bdf8; }
.odw62 .h8ox9    { background: #0a2020; border-color: #2dd4bf; }
.odw62 .bzk7q strong  { color: #f1f5f9; }
.odw62 .bzk7q p       { color: #cbd5e1; }
.odw62 .my08zdwg    .i5j24ds     .l6u3xx::before,
.odw62 .buzz  .i5j24ds     .l6u3xx::before,
.odw62 .phf7  .i5j24ds     .l6u3xx::before,
.odw62 .r09bu5ez .i5j24ds     .l6u3xx::before { color: #38bdf8; }
.odw62 .my08zdwg    .ecw3 .l6u3xx::before,
.odw62 .buzz  .ecw3 .l6u3xx::before,
.odw62 .phf7  .ecw3 .l6u3xx::before,
.odw62 .r09bu5ez .ecw3 .l6u3xx::before { color: #818cf8; }
.odw62 .my08zdwg    .h8ox9    .l6u3xx::before,
.odw62 .buzz  .h8ox9    .l6u3xx::before,
.odw62 .phf7  .h8ox9    .l6u3xx::before,
.odw62 .r09bu5ez .h8ox9    .l6u3xx::before { color: #2dd4bf; }
.nz52 .i5j24ds     { background: var(--accent-bg); border-color: var(--accent-light); }
.nz52 .h8ox9    { background: var(--accent-bg); border-color: var(--accent-pale); }
.nz52 .my08zdwg    .l6u3xx::before,
.nz52 .buzz  .l6u3xx::before,
.nz52 .phf7  .l6u3xx::before,
.nz52 .r09bu5ez .l6u3xx::before { color: var(--accent-light) !important; }
.flkm3wqg .sehvkwt ul li,
.flkm3wqg .a93p li         { color: #4ade80; }
.flkm3wqg .sehvkwt .yfzvlu9 { color: #22c55e; }
.flkm3wqg .fbsoi8l ul li,
.flkm3wqg .rfad4 li         { color: #f87171; }
.flkm3wqg .fbsoi8l .ykhy8b9j { color: #ef4444; }
.uztin .bzk7q { background: transparent; border-left: none; border: 1.5px solid; }
.uztin .i5j24ds     { border-color: var(--c-tip-border); }
.uztin .h8ox9    { border-color: #60a5fa; }
.uztin .bzk7q strong { color: var(--text-primary); }
.uztin .bzk7q p      { color: var(--text-muted); }
.j1um .bzk7q { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.j1um .i5j24ds     { border-top-color: var(--c-tip-border); }
.j1um .h8ox9    { border-top-color: #60a5fa; }
.r07paj2y .bzk7q { border-left: none; border-radius: 8px; }
.r07paj2y .i5j24ds     { background: #065f46; }
.r07paj2y .h8ox9    { background: #1e3a8a; }
.r07paj2y .bzk7q strong,
.r07paj2y .bzk7q p { color: #fff; }
.r07paj2y .l6u3xx::before { color: rgba(255,255,255,0.85) !important; }
.ukeyryg8.r07paj2y .i5j24ds,
.ukeyryg8 .r07paj2y .i5j24ds     { background: #052e16; }
.ukeyryg8.r07paj2y .h8ox9,
.ukeyryg8 .r07paj2y .h8ox9    { background: #1e1036; }
.nuf55s.r07paj2y .i5j24ds,
.nuf55s .r07paj2y .i5j24ds      { background: #2d2000; }
.nuf55s.r07paj2y .ecw3,
.nuf55s .r07paj2y .ecw3  { background: #2d0b0b; }
.nuf55s.r07paj2y .h8ox9,
.nuf55s .r07paj2y .h8ox9     { background: #2d1600; }
.odw62.r07paj2y .i5j24ds,
.odw62 .r07paj2y .i5j24ds      { background: #0c1a2e; }
.odw62.r07paj2y .h8ox9,
.odw62 .r07paj2y .h8ox9     { background: #0a2020; }
.j4yz .bzk7q { border-left: none; border-radius: 6px; padding: 10px 14px; }
.j4yz .i5j24ds     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.j4yz .h8ox9    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.j4yz .bzk7q strong { color: var(--text-primary); }
.j4yz .bzk7q p      { color: var(--text-muted); }
.chs9bmb .bzk7q { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.my08zdwg .l6u3xx,
.buzz .l6u3xx,
.phf7 .l6u3xx,
.r09bu5ez .l6u3xx { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.my08zdwg .l6u3xx::before,
.buzz .l6u3xx::before,
.phf7 .l6u3xx::before,
.r09bu5ez .l6u3xx::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.my08zdwg .i5j24ds     .l6u3xx::before { content: "✦"; color: var(--c-tip-border); }
.my08zdwg .ecw3 .l6u3xx::before { content: "▲"; color: var(--c-warn-border); }
.my08zdwg .h8ox9    .l6u3xx::before { content: "◉"; color: #60a5fa; }
.buzz .i5j24ds     .l6u3xx::before { content: "★"; color: var(--c-tip-border); }
.buzz .ecw3 .l6u3xx::before { content: "◆"; color: var(--c-warn-border); }
.buzz .h8ox9    .l6u3xx::before { content: "●"; color: #60a5fa; }
.phf7 .i5j24ds     .l6u3xx::before { content: "▶"; color: var(--c-tip-border); }
.phf7 .ecw3 .l6u3xx::before { content: "■"; color: var(--c-warn-border); }
.phf7 .h8ox9    .l6u3xx::before { content: "▸"; color: #60a5fa; }
.r09bu5ez .i5j24ds     .l6u3xx::before { content: "→"; color: var(--c-tip-border); }
.r09bu5ez .ecw3 .l6u3xx::before { content: "⬥"; color: var(--c-warn-border); }
.r09bu5ez .h8ox9    .l6u3xx::before { content: "◈"; color: #60a5fa; }
.zw480em .cc6um .ao7o9l,
.zw480em .gbgj .ao7o9l  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.zw480em .rie2u1nm                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.zw480em .rqyauu3          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.zw480em .v6au                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.z1zyza .cc6um .ao7o9l,
.z1zyza .gbgj .ao7o9l,
.z1zyza .rie2u1nm,
.z1zyza .g0jo518b,
.z1zyza .p4evta43,
.z1zyza .rqyauu3,
.z1zyza .v6au,
.z1zyza .chs9bmb .bzk7q { box-shadow: none; }
.jsx8gev0   .rm6yev, .jsx8gev0 .mf0qxpx, .jsx8gev0 .ojqh5r6,
.jsx8gev0   .en5mvug, .jsx8gev0 .x1xki { font-size: 0.9rem; }
.jsx8gev0   .ce51h, .jsx8gev0 .jmcina { font-size: 0.9rem; }
.j78m   .rm6yev, .j78m .mf0qxpx, .j78m .ojqh5r6,
.j78m   .en5mvug, .j78m .x1xki { font-size: 0.95rem; }
.j78m   .ce51h, .j78m .jmcina { font-size: 0.95rem; }
.ygoimf0   .rm6yev, .ygoimf0 .mf0qxpx, .ygoimf0 .ojqh5r6,
.ygoimf0   .en5mvug, .ygoimf0 .x1xki { font-size: 1.08rem; }
.ygoimf0   .ce51h, .ygoimf0 .jmcina { font-size: 1.05rem; }
.ygoimf0   .oka11 { font-size: 0.97rem; }
.zmr5l1q .d39anj      { font-size: 3.2rem; }
.zmr5l1q h2.h88w3 { font-size: 1.9rem; }
.zmr5l1q h3.p1tq8     { font-size: 1.4rem; }
.o32y2 .d39anj      { font-size: 3.8rem; }
.o32y2 h2.h88w3 { font-size: 2.2rem; }
.o32y2 h3.p1tq8     { font-size: 1.6rem; }
.pv92kpk + .pv92kpk { position: relative; }
.tr0o43   .pv92kpk + .pv92kpk::before,
.l2zpx  .pv92kpk + .pv92kpk::before,
.jjasb6   .pv92kpk + .pv92kpk::before,
.gxrh15s   .pv92kpk + .pv92kpk::before,
.da8ye90   .pv92kpk + .pv92kpk::before,
.l8lv2tz .pv92kpk + .pv92kpk::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.tr0o43 .pv92kpk + .pv92kpk::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.l2zpx .pv92kpk + .pv92kpk::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.jjasb6 .pv92kpk + .pv92kpk::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;
}
.gxrh15s .pv92kpk + .pv92kpk::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.kmec6o5 .pv92kpk { margin-bottom: 16px; }
.kmec6o5 .pv92kpk + .pv92kpk { margin-top: 0; }
.kmec6o5 .sahxm3f9 { padding-top: 0; padding-bottom: 0; }
.da8ye90 .pv92kpk + .pv92kpk::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.l8lv2tz .pv92kpk + .pv92kpk::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.a3d00t .pv92kpk + .pv92kpk::before,
.rq4a .pv92kpk + .pv92kpk::before,
.xmbgm4 .pv92kpk + .pv92kpk::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%;
}
.xbp7u .a3d00t .pv92kpk:nth-child(even)::before,
.xbp7u .rq4a .pv92kpk:nth-child(even)::before,
.xbp7u .xmbgm4 .pv92kpk:nth-child(even)::before { background: var(--bg-surface); }
.jyrg .a3d00t .pv92kpk:nth-child(even)::before,
.jyrg .rq4a .pv92kpk:nth-child(even)::before,
.jyrg .xmbgm4 .pv92kpk:nth-child(even)::before { background: var(--bg-card); }
.a3d00t .pv92kpk + .pv92kpk::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");
}
.rq4a .pv92kpk + .pv92kpk::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");
}
.xmbgm4 .pv92kpk + .pv92kpk::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");
}
.rh0vq .hl59,
.do1uisi .hl59,
.rugvgsm .hl59 { overflow: hidden; }
.rh0vq .z4to98x9,
.do1uisi .z4to98x9 { margin-bottom: 60px; }
.rugvgsm .z4to98x9 { margin-bottom: 70px; }
.do1uisi .ao0b { padding-bottom: 60px; }
.rh0vq .hl59::before,
.do1uisi .hl59::before,
.rugvgsm .hl59::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%;
}
.rh0vq .hl59::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");
}
.do1uisi .hl59::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");
}
.rugvgsm .hl59::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");
}
.izo7dg5 .hl59:not(.w1jdb) .lizhzkl { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.h15ig .hl59:not(.w1jdb) .lizhzkl { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.fzn2ch1  .hl59:not(.w1jdb) .lizhzkl { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.e53gb  .hl59:not(.w1jdb) .lizhzkl { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.h15ig .w1jdb { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.h15ig .tmbpv { background: linear-gradient(45deg, var(--accent), var(--accent-light)); }
.h15ig .ukxi { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.a85acq .w1jdb .lizhzkl { background: none; }
.a85acq .hl59:not(.w1jdb) .lizhzkl { background: rgba(0,0,0,0.6); }
.pv92kpk.aqwpeg1 .nmvs9v3 { float: left; width: 38%; margin: 0 28px 16px 0; }
.pv92kpk.aqwpeg1 .nmvs9v3 .bl96 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.pv92kpk.aqwpeg1 .sahxm3f9::after { content: ''; display: block; clear: both; }
.pv92kpk.udatl4 .nmvs9v3 { float: right; width: 38%; margin: 0 0 16px 28px; }
.pv92kpk.udatl4 .nmvs9v3 .bl96 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.pv92kpk.udatl4 .sahxm3f9::after { content: ''; display: block; clear: both; }
.pv92kpk.aqwpeg1 .yqfe,
.pv92kpk.aqwpeg1 .rqyauu3,
.pv92kpk.aqwpeg1 .bzk7q,
.pv92kpk.aqwpeg1 .ao7o9l,
.pv92kpk.aqwpeg1 .x1xki,
.pv92kpk.aqwpeg1 .rr4tkmx,
.pv92kpk.aqwpeg1 .jvbh,
.pv92kpk.aqwpeg1 .x4iet1,
.pv92kpk.udatl4 .yqfe,
.pv92kpk.udatl4 .rqyauu3,
.pv92kpk.udatl4 .bzk7q,
.pv92kpk.udatl4 .ao7o9l,
.pv92kpk.udatl4 .x1xki,
.pv92kpk.udatl4 .rr4tkmx,
.pv92kpk.udatl4 .jvbh,
.pv92kpk.udatl4 .x4iet1 { clear: both; }
@media (max-width: 900px) {
  .pv92kpk.aqwpeg1 .nmvs9v3,
  .pv92kpk.udatl4 .nmvs9v3 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .pv92kpk.aqwpeg1 .nmvs9v3 .bl96,
  .pv92kpk.udatl4 .nmvs9v3 .bl96 {
    max-height: none !important;
  }
}
.pv92kpk.aqwpeg1 .ce51h,
.pv92kpk.aqwpeg1 .jmcina,
.pv92kpk.udatl4 .ce51h,
.pv92kpk.udatl4 .jmcina { overflow: hidden; }
@media (max-width: 640px) {
  .pv92kpk.aqwpeg1 .nmvs9v3,
  .pv92kpk.udatl4 .nmvs9v3 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.efmhqshh .zv5b8,
.efmhqshh .sahxm3f9,
.efmhqshh .jqs1gu  { max-width: 1100px; }
.mbhkb .zv5b8,
.mbhkb .sahxm3f9,
.mbhkb .jqs1gu  { max-width: 1150px; }
.h8lqhfd .zv5b8,
.h8lqhfd .sahxm3f9,
.h8lqhfd .jqs1gu  { max-width: 1200px; }
.duufc { font-size: 0.82rem; color: var(--text-muted); }
.u95gaqc { display: flex; align-items: center; }
.ys7qx {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.gx3az8a { display: flex; align-items: center; }
.fbqrmu { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.fbqrmu:hover { text-decoration: underline; }
.so7d { margin: 0 3px; opacity: 0.45; }
.so7d::before { content: '/'; }
.x38sih { padding: 2px 5px; color: var(--text-main); }
.e03sb0xw .duufc {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.e03sb0xw .u95gaqc { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.bqyp90j2 .duufc {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.bqyp90j2 .u95gaqc { padding: 0 0 0 12px; }
.v857jh {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.jwmgcfs .u95gaqc { padding: 0 16px; }
.jwmgcfs .duufc {
  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);
}
.jwmgcfs .zv5b8 { padding-top: 28px; }
@media (max-width: 720px) {
  .v857jh { margin-top: 18px; padding: 0 16px; }
  .jwmgcfs .zv5b8 { padding-top: 16px; }
}
.efmhqshh.e03sb0xw .u95gaqc { max-width: 1100px; }
.mbhkb.e03sb0xw .u95gaqc { max-width: 1150px; }
.h8lqhfd.e03sb0xw .u95gaqc { max-width: 1200px; }
.efmhqshh .v857jh { max-width: 1100px; }
.mbhkb .v857jh { max-width: 1150px; }
.h8lqhfd .v857jh { max-width: 1200px; }
.bmw35 .pv92kpk { padding-top: 16px; padding-bottom: 16px; }
.ib60br0 .pv92kpk { padding-top: 24px; padding-bottom: 24px; }
.q8rmw7 .pv92kpk { padding-top: 40px; padding-bottom: 40px; }
.kuc2ausb .pv92kpk { padding-top: 52px; padding-bottom: 52px; }
.tu5d .pv92kpk:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.tu5d .pv92kpk:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.tu5d .pv92kpk:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.tu5d .pv92kpk:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.vmrl .sahxm3f9 { padding-top: 10px;  padding-bottom: 10px; }
.os4u .sahxm3f9 { padding-top: 18px;  padding-bottom: 18px; }
.aeitj .sahxm3f9 { padding-top: 36px;  padding-bottom: 36px; }
.nhkii .sahxm3f9 { padding-top: 48px;  padding-bottom: 48px; }
.a9jq h2.h88w3 { font-weight: 600; }
.a9jq h3.p1tq8     { font-weight: 600; }
.olruj6 { font-weight: 500; }
.olruj6 h2.h88w3 { font-weight: 800; }
.olruj6 h3.p1tq8     { font-weight: 700; }
.vortnds h2.h88w3 { font-weight: 900; }
.vortnds h3.p1tq8     { font-weight: 800; }
.vortnds .bzk7q strong,
.vortnds .bzk7q strong { font-weight: 600; }
.zm9uru {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.bbze .zm9uru { display: none; }
@media (max-width: 640px) { .zm9uru { display: none; } }
.zm9uru { background: var(--cta) !important; color: #fff !important; border: none !important; }
.zm9uru:hover { opacity: 0.85; }
.mjjye .zm9uru { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.w7ad37y .zm9uru,
.ol0pe7  .zm9uru { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.w7ad37y .zm9uru:hover,
.ol0pe7  .zm9uru:hover { opacity: 0.88; }
.mjjye.w7ad37y .zm9uru,
.mjjye.ol0pe7  .zm9uru { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.ke7cmj8 {
  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;
}
.ke7cmj8:hover { transform: translateY(-2px); opacity: 0.92; }
.ke7cmj8 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.y23kq .ke7cmj8 { display: none; }
.pfub .ke7cmj8 { right: 32px; }
.lh0aw8in  .ke7cmj8 { left: 32px; }
@media (max-width: 480px) {
  .pfub .ke7cmj8 { right: 20px; bottom: 20px; }
  .lh0aw8in  .ke7cmj8 { left: 20px; bottom: 20px; }
}
.dl4an { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.jqs1gu { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.yjia5 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.f8g44a7d { color: var(--text-dim); font-size: 0.8rem; }
.e0trrg2g { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.e0trrg2g img { height: 26px; width: auto; object-fit: contain; }
.p9xpt0z a, .ksc3s5 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.p9xpt0z a:hover, .ksc3s5 a:hover { color: var(--accent-light); }
.ksc3s5 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.zqzx3 .jqs1gu { text-align: center; }
.zqzx3 .ksc3s5 { justify-content: center; margin-bottom: 16px; }
.zqzx3 .yjia5 { margin-top: 0; }
.ggfnu { margin-top: 10px; }
.ggfnu a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .jqs1gu { padding-left: 16px; padding-right: 16px; }
  .nqir2 .jqs1gu { padding: 20px 16px; }
  .ksc3s5 { gap: 4px 12px; }
  .yjia5 { font-size: 0.78rem; }
}
.qf15cet .dh8ulgs .e0trrg2g { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.qf15cet .yjia5 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.qf15cet .f8g44a7d { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .qf15cet .aytkhrw8 { grid-template-columns: 1fr 1fr; } .qf15cet .dh8ulgs { grid-column: 1 / -1; } }
@media (max-width: 480px) { .qf15cet .aytkhrw8 { grid-template-columns: 1fr; } }
.ve5scn .e0trrg2g { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.ve5scn .yjia5 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .ve5scn .gsylj8lp { gap: 12px; } .ve5scn .e0trrg2g { margin-right: 0; width: 100%; } }
.ycy2k946 .azfi1dfi .e0trrg2g { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.ycy2k946 .yjia5 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.ycy2k946 .f8g44a7d { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .ycy2k946 .of5biqr { grid-template-columns: 1fr 1fr; } .ycy2k946 .azfi1dfi { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ycy2k946 .of5biqr { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .rsu3wflo .u2gvvd { grid-template-columns: 1fr 1fr; } .rsu3wflo .u2c22:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .rsu3wflo .u2gvvd { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .th9q7vlt .u2gvvd { grid-template-columns: 1fr; } }
.fmrde8yx .jqs1gu { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.fmrde8yx .ksc3s5 { justify-content: center; }
.glcuzp .q45d      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.glcuzp .dl4an { background: var(--bg-page); border-top-color: var(--border-alt); }
.t0p9v .q45d      { background: #0d1117; border-bottom-color: #21262d; }
.t0p9v .nfpsg { color: var(--accent-light); }
.t0p9v .oj7y2l { --msep-color: #8b949e; }
.t0p9v .oj7y2l a { color: #8b949e; }
.t0p9v .oj7y2l a:hover { color: var(--accent-light); }
.t0p9v .h8ny0l6z { color: #8b949e; }
.t0p9v .dl4an { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.t0p9v .yjia5,
.t0p9v .f8g44a7d { color: #6e7681; }
.t0p9v .p9xpt0z a, .t0p9v .ksc3s5 a,
.t0p9v .e0trrg2g { color: #e6edf3; }
.t0p9v .p9xpt0z a:hover, .t0p9v .ksc3s5 a:hover,
@media (max-width: 640px) {
  .t0p9v .oj7y2l { background: #0d1117; border-top-color: #21262d; }
  .t0p9v .oj7y2l li a { border-bottom-color: #21262d; }
}
.vyzlls .q45d      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.vyzlls .nfpsg { color: var(--accent-light); }
.vyzlls .oj7y2l { --msep-color: #475569; }
.vyzlls .oj7y2l a { color: #475569; }
.vyzlls .oj7y2l a:hover { color: var(--accent-light); }
.vyzlls .h8ny0l6z { color: #64748b; }
.vyzlls .dl4an { background: #f0f4f8; border-top-color: #cbd5e1; }
.vyzlls .yjia5,
.vyzlls .f8g44a7d { color: #64748b; }
.vyzlls .p9xpt0z a, .vyzlls .ksc3s5 a,
.vyzlls .ilc75 a, .vyzlls .e0trrg2g { color: #374151; }
.vyzlls .p9xpt0z a:hover, .vyzlls .ksc3s5 a:hover,
@media (max-width: 640px) {
  .vyzlls .oj7y2l { background: #f0f4f8; border-top-color: #cbd5e1; }
  .vyzlls .oj7y2l li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.w7ad37y .q45d      { background: var(--accent); border-bottom-color: var(--accent-light); }
.w7ad37y .nfpsg { color: #fff; }
.w7ad37y .oj7y2l { --msep-color: rgba(255,255,255,0.82); }
.w7ad37y .oj7y2l a { color: rgba(255,255,255,0.82); }
.w7ad37y .oj7y2l a:hover { color: #fff; }
.w7ad37y .h8ny0l6z { color: rgba(255,255,255,0.9); }
.w7ad37y .dl4an { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.w7ad37y .yjia5,
.w7ad37y .f8g44a7d { color: rgba(255,255,255,0.72); }
.w7ad37y .p9xpt0z a, .w7ad37y .ksc3s5 a,
.w7ad37y .ilc75 a, .w7ad37y .e0trrg2g { color: #fff; }
.w7ad37y .p9xpt0z a:hover, .w7ad37y .ksc3s5 a:hover,
@media (max-width: 640px) {
  .w7ad37y .oj7y2l { background: var(--accent); border-top-color: var(--accent-light); }
  .w7ad37y .oj7y2l li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.ol0pe7 .q45d {
  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);
}
.ol0pe7 .dl4an {
  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) {
  .ol0pe7 .oj7y2l {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.l42v .x8vi { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.ecek2 .x8vi { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.foesp2 .x8vi { min-height: 72px; height: auto; }
.j40t5n6 .x8vi { min-height: 84px; height: auto; }
.nqir2 .x8vi { max-width: none; padding: 0 32px; }
.nqir2 .jqs1gu  { max-width: none; padding: 24px 32px; }
.dhlfh5sn.mbhkb .x8vi { max-width: 1150px; }
.dhlfh5sn.h8lqhfd .x8vi { max-width: 1200px; }
.uauxcco   .nfpsg, .uauxcco   .e0trrg2g { text-transform: capitalize; }
.q71n .nfpsg, .q71n .e0trrg2g { text-transform: lowercase; }
.tvufaq97 .nfpsg, .tvufaq97 .e0trrg2g { text-transform: uppercase; letter-spacing: 0.06em; }
.ik0gwi, .idq5 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.lx5i .ik0gwi,
.lx5i .idq5 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.hbxgu .ik0gwi,
.hbxgu .idq5 { 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; }
.ssn264n .ik0gwi,
.ssn264n .idq5 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.o8btumn .ik0gwi,
.o8btumn .idq5 { 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; }
.gxqw6d3   .oj7y2l a { font-weight: 500; }
.aezlb9r .oj7y2l a { font-weight: 600; }
.u51foixu     .oj7y2l a { font-weight: 700; }
.bylvc66    .oj7y2l a { font-weight: 800; letter-spacing: 0.01em; }
.rehsutx9     .oj7y2l > li + li::before,
.cntl1vnj    .oj7y2l > li + li::before,
.qirryszh    .oj7y2l > li + li::before,
.f1o5ano .oj7y2l > li + li::before,
.lhvg4m9 .oj7y2l > li + li::before,
.m8lm7z  .oj7y2l > li + li::before,
.wfoxgr    .oj7y2l > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.rehsutx9     .oj7y2l > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.cntl1vnj    .oj7y2l > li + li::before { content: "|"; }
.qirryszh    .oj7y2l > li + li::before { content: "—"; }
.f1o5ano .oj7y2l > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.lhvg4m9 .oj7y2l > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.m8lm7z  .oj7y2l > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.wfoxgr    .oj7y2l > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .p5dx62h .h8ny0l6z,
  .hw8v39um .h8ny0l6z,
  .q6l1qvo .h8ny0l6z,
  .c46rrwvv .h8ny0l6z,
  .ek5u .h8ny0l6z {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .p5dx62h .h8ny0l6z::before,
  .hw8v39um .h8ny0l6z::before,
  .q6l1qvo .h8ny0l6z::before,
  .c46rrwvv .h8ny0l6z::before,
  .ek5u .h8ny0l6z::before { content: ""; display: block; flex-shrink: 0; }

  
  .p5dx62h .h8ny0l6z::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;
  }

  
  .hw8v39um .h8ny0l6z::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;
  }

  
  .q6l1qvo .h8ny0l6z::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;
  }

  
  .c46rrwvv .h8ny0l6z::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;
  }

  
  .ek5u .h8ny0l6z::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) {
  .o608of .h8ny0l6z {
    padding: 5px 14px;
  }
  .o608of .oj7y2l {
    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;
  }
  .o608of .oj7y2l li a {
    border-bottom: none; padding: 10px 22px;
  }
  .o608of .oj7y2l li a:hover { background: var(--bg-raised); }
  .o608of .q6lyr79l,
  .v335 .q6lyr79l,
  .xkgsm6x .q6lyr79l { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .xietf4zm .h8ny0l6z {
    padding: 5px 10px;
  }
  .xietf4zm .oj7y2l {
    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);
  }
  .xietf4zm .oj7y2l.a4m9a8xy { transform: translateX(0); }
  .xietf4zm .oj7y2l li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .xietf4zm .oj7y2l li:last-child a { border-bottom: none; }
  .w7ad37y .oj7y2l,
  .t0p9v .oj7y2l { background: var(--accent) !important; }
  .w7ad37y .oj7y2l li a,
  .t0p9v .oj7y2l li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .xkgsm6x .h8ny0l6z {
    padding: 5px 10px;
  }
  .xkgsm6x .oj7y2l {
    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);
  }
  .xkgsm6x .oj7y2l::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .xkgsm6x .oj7y2l.a4m9a8xy { transform: translateY(0); }
  .xkgsm6x .oj7y2l li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .mpd2 .h8ny0l6z {
    padding: 5px 10px;
  }
  .mpd2 .oj7y2l {
    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;
  }
  .mpd2 .oj7y2l.a4m9a8xy { opacity: 1; pointer-events: auto; }
  .mpd2 .oj7y2l li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .dqq79ql     .h8ny0l6z { border-radius: 0 !important; }
  .ijclh   .h8ny0l6z { border-radius: 8px !important; }
  .yb11yygg .h8ny0l6z { border-radius: 50% !important; }
  .oc6lgn   .h8ny0l6z { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .pcipfx1e .otzhe4o { flex-direction: column; align-items: stretch; }
  .pcipfx1e .axgezq5 { flex-direction: row; min-width: auto; }
  .pcipfx1e .f44t { align-items: flex-start; text-align: left; }
}
.r8d2x,
.r8d2x.pv92kpk,
.xbp7u .r8d2x,
.r2367fal .r8d2x,
.jyrg .r8d2x,
.latzk9e2 .r8d2x {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.oagau9f {
  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;
}
.o6ic { flex: 1 1 280px; min-width: 0; }
.b5feh6g3 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.ru2eocf {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.ebbrgo {
  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;
}
.ebbrgo:hover { transform: translateY(-1px); opacity: 0.95; }
.qyqn .oagau9f {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.qyqn .b5feh6g3 { color: var(--cta); }
.qyqn .ru2eocf { color: var(--text-body); }
.qyqn .ebbrgo {
  background: var(--cta) !important;
  color: #fff !important;
}
.vkvmj .oagau9f {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.vkvmj .b5feh6g3 { color: var(--text-primary); }
.vkvmj .ru2eocf { color: var(--text-body); }
.vkvmj .ebbrgo {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .oagau9f {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .o6ic { flex: 0 0 auto; }
  .b5feh6g3 { font-size: 1.2rem; }
  .ebbrgo { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.sv96 .k4223 { height: 36px; }
.n41c3m1 .k4223 { height: 60px; max-width: 200px; }
.tcyl .k4223 { height: 76px; max-width: 240px; }
.tkdtfhtn     .qm7grooa, .tkdtfhtn     .fiomtu { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
@media (min-width: 720px) {
  .emdvbpu .rr4tkmx {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .emdvbpu .g0jo518b {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .emdvbpu .g0jo518b { padding: 40px 16px 20px; }
  .emdvbpu .bynq8 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .emdvbpu .tuai { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .vu5j .g0jo518b {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .vu5j .g0jo518b::before {
    position: absolute; top: 14px; left: 14px;
  }
  .vu5j .mvexojx {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .vu5j .lh8r { white-space: normal; text-align: center; font-size: 1.2rem; }
  .vu5j .bynq8 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .vu5j .tuai { width: 100%; min-width: 0; }
  .vu5j .qm7grooa { min-width: 0; }
}
.u4kl3ob .g0jo518b::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.ukez16 .si1vb7 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.ukez16 .si1vb7 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.ukez16 .si1vb7 p { padding: 0 2px 16px; }
.ohk78k .si1vb7 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.ohk78k .si1vb7 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.ohk78k .si1vb7 summary::after { content: "›"; font-size: 1.2em; }
.ohk78k .si1vb7[open] summary::after { content: "‹"; }
.ohk78k .si1vb7 p { padding: 10px 22px 4px; }
.fvdzk .si1vb7 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.fvdzk .si1vb7 summary { color: var(--text-primary); padding-left: 16px; }
.fvdzk .si1vb7 summary::after { content: "›"; font-size: 1.1em; }
.fvdzk .si1vb7[open] summary::after { content: "‹"; }
.fvdzk .si1vb7 p { padding-left: 16px; }
.v88ixda5 .nk33ws { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.v88ixda5 .si1vb7 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.v88ixda5 .si1vb7:last-child { border-bottom: none; }
.v88ixda5 .si1vb7 summary { color: var(--text-primary); border-radius: 0; }
.v88ixda5 .si1vb7 summary::after { content: "›"; font-size: 1.1em; }
.v88ixda5 .si1vb7[open] summary::after { content: "‹"; }
.ece5 .si1vb7 { overflow: hidden; }
.ece5 .si1vb7 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.ece5 .si1vb7 summary::after { color: rgba(255,255,255,.75); }
.ece5 .si1vb7[open] summary { border-radius: 0; }
.cbsr { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ek23 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.lgpkt4 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.a0jpeh { color: var(--text-muted); font-size: 1.05rem; }
.ck453wg {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.w45n7a {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.j0qn { margin-bottom: 20px; }
.e26nsf04 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.c3uuockt {
  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;
}
.c3uuockt:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.yk1u { resize: vertical; min-height: 130px; }
.tlcqna { width: 100%; margin-top: 8px; }
.j0c7byqc {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.ybg1by {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.m7db3 { color: var(--text-muted); line-height: 1.75; }
.gud1vr { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.gud1vr li { margin-bottom: 6px; }
.af5dt1y { max-width: 760px; margin: 0 auto; }
.hd9xw4m { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.ijuij8k { max-width: 760px; margin: 0 auto; }
.nk25v9 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.qafw7u9y ul.gud1vr { margin: 0; }
.lt019 .nk25v9 { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .lt019 { grid-template-columns: 1fr; gap: 10px; } }
.w4bm { max-width: 640px; margin: 0 auto; text-align: center; }
.h1des { margin-bottom: 48px; }
.h1des .nk25v9 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.h1des p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.zba0m45t .gud1vr { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .zc4w1hyb { grid-template-columns: 1fr; } }
.lzq4a ul.gud1vr { margin: 0; }
.zhg0 .gud1vr,
.mlqqnh .gud1vr,
.qhrap2 .gud1vr,
.n1xh .gud1vr {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .tehryu { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .u78hkwc1 { grid-template-columns: 1fr; } .duvox3bf { position: static; text-align: center; } }
@media (max-width: 860px) { .t9nm8 { grid-template-columns: 1fr; } }
.n1xh .gud1vr { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .tb9xawj { flex-direction: column; text-align: center; } .noea3 { grid-template-columns: 1fr; } }
.hcodr {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.hcodr .lgpkt4 { color: var(--accent-light); }
.tga095 .lgpkt4 { font-size: 2rem; }
.tga095 .a0jpeh { max-width: 680px; }
.e7rcowv .lgpkt4 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.e7rcowv .a0jpeh  { margin: 0; }
@media (max-width: 640px) { .e7rcowv { flex-direction: column; } }
.z7zny2t .lgpkt4 { color: var(--accent-light); }
.ewlk3 .lgpkt4 { color: #fff; }
.ewlk3 .a0jpeh  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .r9qqive7 { grid-template-columns: 1fr; } }
.d7lhg .c3uuockt {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.d7lhg .c3uuockt:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.buhpkp2 .c3uuockt { background: var(--bg-raised); border-color: transparent; }
.buhpkp2 .c3uuockt:focus { background: var(--bg-card); border-color: var(--accent-light); }
.m0qlmjc .c3uuockt { border-radius: 100px; padding: 11px 20px; }
.m0qlmjc .yk1u { border-radius: 14px; }
.txigz4 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.txigz4 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;
}
.txigz4 summary::-webkit-details-marker { display: none; }
.txigz4 summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.txigz4[open] summary::after { content: "−"; }
.s6i7f {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .xd6p { grid-template-columns: 1fr; } }
.z8qjq3c6 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.z8qjq3c6 li { margin-bottom: 6px; }
.qxus{position:relative;overflow:visible}
.elmoanf .qydpp{display:block}
.u11txo2v .ref2{color: var(--accent-light);opacity:1;font-weight:500}
.nwlugo{--date-bg:transparent}
.r35c .uczjk::before{content:""}
.m7ijo .f9mvkmo{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .f9mvkmo{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .ymaz8l{max-width:100%}
}
.x4iet1{margin:24px 0 32px;padding:0;list-style:none}
.tphri4{margin:18px 0 28px}
.tphri4 .rqyauu3{margin:0}
@media (max-width:560px){
  .hnpapl1{grid-template-columns:repeat(2,1fr);gap:12px}
}
.ub2tl0le{
  display:grid;
  grid-template-columns:repeat(4, 1fr);  
  gap:14px;
  margin:16px 0;
}
.cbdyden{
  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;
}
.cbdyden:hover{ background:var(--bg-hover); transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,.18); }
.knt9k3{
  display:block; width:100%; aspect-ratio: 4 / 3;
  background:var(--bg-surface); overflow:hidden;
}
.knt9k3 img{ width:100%; height:100%; object-fit:cover; display:block; }
.qq9znq8{ display:flex; flex-direction:column; gap:2px; padding:10px 12px; }
.gcdh3ew{ font-weight:700; font-size:.95rem; line-height:1.25; color:var(--cta); }
.dsqrm{ font-size:.78rem; color:var(--text-muted); }
.e7jqf{ font-size:.75rem; color:var(--cta); font-weight:700; }
.jlu54a89{
  display:block; text-align:center; padding:8px 12px; margin:0 12px 12px;
  font-size:.82rem; border-radius:6px;
}
.euh6{ display:flex; flex-direction:column; gap:18px; margin:16px 0; }
.fcrbpu{ }
.xavv{
  font-size:1rem; font-weight:700;
  margin:0 0 10px;
  text-transform:uppercase; letter-spacing:.04em;
  color:var(--text-muted);
}
.sj0e79d{
  display:flex; flex-wrap:wrap; gap:10px;
}
.g4do{
  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;
}
.g4do img{
  max-width:80px; max-height:32px; object-fit:contain; display:block;
}
@media (max-width:560px){
  .ub2tl0le{ grid-template-columns: repeat(2, 1fr); gap:10px; }
  .gcdh3ew{ font-size:.85rem; }
  .veq1ekl2{ grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); }
}
.xd1dsvlx .ub2tl0le{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px !important;
}
.xd1dsvlx .knt9k3{ aspect-ratio: 3 / 4; }
.xd1dsvlx .qq9znq8{ padding: 14px 14px 6px; }
.xd1dsvlx .jlu54a89{ margin: 0 14px 14px; padding: 10px 14px; font-size: .9rem; }
.l605 .ub2tl0le{
  display: flex !important;
  grid-template-columns: none !important;
  gap: 12px !important;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
}
.l605 .cbdyden{
  flex: 0 0 200px;
  scroll-snap-align: start;
}
.l605 .knt9k3{ aspect-ratio: 1 / 1; }
.l605 .qq9znq8{ padding: 8px 10px; }
.l605 .gcdh3ew{ font-size: .82rem; }
.l605 .dsqrm, .l605 .e7jqf{ display: none; }
.l605 .jlu54a89{ margin: 0 10px 10px; padding: 6px 10px; font-size: .75rem; }
.pvqjhvxa .ub2tl0le{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 12px !important;
}
.pvqjhvxa .cbdyden{
  background: transparent !important;
  border: 2px solid var(--accent) !important;
  border-radius: 6px !important;
}
.pvqjhvxa .gcdh3ew{ color: var(--text, #fff); }
.pvqjhvxa .dsqrm{ color: var(--text-muted, #999); }
@media (max-width: 700px) {
  .xd1dsvlx .ub2tl0le,
  .pvqjhvxa .ub2tl0le {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
}
@media (max-width: 560px) {
  .g4do { min-width: 72px !important; }
  .g4do img { max-width: 64px !important; }
}
.jvf5cbv .xavv{ display: none; }
.jvf5cbv .euh6{
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 10px;
}
.jvf5cbv .fcrbpu{ display: contents; }
.jvf5cbv .sj0e79d{ display: contents; }
.qx0qz2 .g4do{
  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;
}
.qx0qz2 .g4do img{ max-width: 36px !important; max-height: 22px !important; }
.qx0qz2 .g4do::after{
  content: attr(title);
  font-size: .8rem;
  color: var(--text, #fff);
  font-weight: 500;
}
.izypzv .euh6{ gap: 10px; }
.izypzv .xavv{
  display: inline-block; min-width: 110px; margin: 0 12px 0 0; opacity: .55;
  font-size: .72rem;
}
.izypzv .fcrbpu{
  display: flex; align-items: center; flex-wrap: wrap;
}
.izypzv .sj0e79d{ flex: 1; gap: 8px; }
.izypzv .g4do{
  min-width: 70px !important; min-height: 36px !important; padding: 4px 8px !important;
}
.izypzv .g4do img{ max-height: 22px !important; }
.q9yytv .ub2tl0le{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 14px !important;
}
.q9yytv .cbdyden{
  position: relative;
  border: none !important;
  border-radius: 12px !important;
  overflow: hidden;
  background: var(--bg-surface) !important;
}
.q9yytv .knt9k3{
  aspect-ratio: 3 / 4;
  display: block;
}
.q9yytv .knt9k3 img{
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .35s ease, filter .25s ease;
}
.q9yytv .qq9znq8{
  
  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;
}
.q9yytv .gcdh3ew{
  color: #fff !important;
  font-size: 1rem;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0,0,0,0.7);
}
.q9yytv .dsqrm,
.q9yytv .e7jqf{
  color: rgba(255,255,255,0.85) !important;
  font-size: .72rem;
}
.q9yytv .jlu54a89{
  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;
}
.q9yytv .cbdyden:hover .knt9k3 img{
  transform: scale(1.06);
  filter: brightness(0.55);
}
.q9yytv .cbdyden:hover .qq9znq8{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.q9yytv .cbdyden:hover .jlu54a89{
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}
@media (max-width: 700px){
  .q9yytv .ub2tl0le{ grid-template-columns: repeat(2, 1fr) !important; }
  
  .q9yytv .qq9znq8{ opacity: 1; transform: none; }
  .q9yytv .jlu54a89{ opacity: 1; transform: translate(-50%, -50%); }
  .q9yytv .knt9k3 img{ filter: brightness(0.8); }
}
.k0ol07 .en5mvug::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;
}
.k0ol07 .en5mvug{
  
  line-height: 1.7;
  margin-bottom: 18px;
}
.veh0qzmr .en5mvug,
.veh0qzmr .mf0qxpx{
  position: relative;
  font-style: italic;
  font-size: 1.05em;
  line-height: 1.65;
  color: var(--text-primary);
  margin: 8px 0 22px;
}
.veh0qzmr .v5cfle5r { padding: 8px 0 8px 56px; }
.veh0qzmr .v5cfle5r::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;
}
.veh0qzmr .iy0s1hu3 { padding: 8px 56px 8px 0; text-align: right; }
.veh0qzmr .iy0s1hu3::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;
}
.veh0qzmr .mi6y { padding: 8px 22px; }
.veh0qzmr .mi6y::before,
.veh0qzmr .mi6y::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;
}
.veh0qzmr .mi6y::before { content: "\00AB\00A0"; margin-right: 4px; }
.veh0qzmr .mi6y::after  { content: "\00A0\00BB"; margin-left: 4px; }
.veh0qzmr .r5qzwgj8 {
  padding: 6px 0 6px 16px;
  border-left: 3px solid var(--cta);
}
.veh0qzmr .gfgwby { padding: 32px 0 8px 0; }
.veh0qzmr .gfgwby::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;
}
.veh0qzmr .m1sai {
  padding: 18px 24px; text-align: center; font-size: 1.15em;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.ao7o9l { padding-top: 6px; }
.ao7o9l .p1tq8{
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.ao7o9l .p1tq8::after{
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 28px; height: 2px;
  background: var(--cta);
  opacity: .55;
}
.ao7o9l p { margin: 0 0 10px; }
.ao7o9l p:last-child { margin-bottom: 0; }
.x1xki{
  position: relative;
  padding-left: 16px;
  margin-top: 18px;
  font-style: italic;
  color: var(--text-muted);
  border-left: 3px solid var(--cta);
}
.os00ixj{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin: 14px 0;
}
.ian3n7f{
  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;
}
.ian3n7f:hover{ border-color: var(--cta); background: var(--bg-hover); }
.buiv7{
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--cta);
  position: relative;
  
  display: none;
}
.buiv7::after{
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 50%, rgba(255,255,255,.3) 100%);
  border-radius: inherit;
}
.tqdo{ flex: 1; min-width: 0; }
.d0p9{
  font-weight: 700;
  font-size: .95rem;
  color: var(--text-primary);
  margin-bottom: 2px;
  line-height: 1.25;
}
.pkl1{
  font-size: .85rem;
  color: var(--text-muted);
  line-height: 1.4;
}
.os00ixj.z9clx32 .ian3n7f { flex-direction: column; align-items: center; text-align: center; padding: 16px 14px; }
.os00ixj.z9clx32 .buiv7 { width: 36px; height: 36px; }
.os00ixj.z9clx32 .tqdo { text-align: center; }
.os00ixj.koou .ian3n7f { border: 2px solid var(--cta); background: var(--bg-card-inner); }
.os00ixj.iyr8st { counter-reset: fgb-c; }
.os00ixj.iyr8st .ian3n7f { counter-increment: fgb-c; }
.irt5 {
  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;
}
.yqfe.psdec6f .rie2u1nm { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: start; padding: 14px 16px; text-align: left; }
.yqfe.psdec6f .bphsc75 { grid-row: 1 / span 3; grid-column: 1; width: 56px; height: 56px; border-radius: 12px; margin: 0; border-width: 2px; }
.yqfe.psdec6f .dn7a { grid-row: 1 / span 3; grid-column: 1; width: 48px; height: 48px; margin: 0; }
.yqfe.psdec6f .fci9o { grid-column: 2; text-align: left; padding: 0; }
.yqfe.psdec6f .nf77f1 { grid-column: 2; text-align: left; padding: 0; }
.yqfe.psdec6f .w3cpu { grid-column: 2; padding-left: 18px; }
.yqfe.ppdd3l .bphsc75,
.yqfe.ppdd3l .dn7a { display: none; }
.yqfe.ppdd3l .rie2u1nm { padding: 16px 18px; text-align: left; }
.yqfe.ppdd3l .fci9o { text-align: left; }
.yqfe.ppdd3l .nf77f1 { text-align: left; }
.yqfe.ee59uaq5 { counter-reset: clb-n; }
.yqfe.ee59uaq5 .rie2u1nm { counter-increment: clb-n; }
.yqfe.ee59uaq5 .bphsc75 { display: none; }
.yqfe.ee59uaq5 .dn7a { 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; }
.yqfe.ee59uaq5 .dn7a::before { content: counter(clb-n); font-family: inherit; }
.yqfe.ee59uaq5 .dn7a::after { display: none; }
.yqfe.ee59uaq5 .rie2u1nm:not(:has(.dn7a)) .fci9o::before { content: counter(clb-n) ". "; color: var(--cta); font-weight: 700; }
.x9jvvhdc .rie2u1nm { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: start; padding: 14px 16px; text-align: left; }
.x9jvvhdc .bphsc75 { grid-row: 1 / span 3; grid-column: 1; width: 56px; height: 56px; border-radius: 12px; margin: 0; border-width: 2px; }
.x9jvvhdc .fci9o { grid-column: 2; text-align: left; padding: 0; }
.x9jvvhdc .nf77f1 { grid-column: 2; text-align: left; padding: 0; }
.x9jvvhdc .w3cpu { grid-column: 2; padding-left: 18px; }
.ncb31q3 .yqfe { counter-reset: cl-n; }
.ncb31q3 .rie2u1nm { counter-increment: cl-n; }
.ncb31q3 .bphsc75 { display: none; }
.ncb31q3 .dn7a { width: 32px; height: 32px; border-radius: 50%; background: var(--cta); display: flex; align-items: center; justify-content: center; border: 0; margin: 14px auto 4px; }
.ncb31q3 .dn7a::before { content: counter(cl-n); color: #fff; font-weight: 700; font-size: 1rem; line-height: 1; }
.ncb31q3 .dn7a::after { display: none; }
.ncb31q3 .rie2u1nm:not(:has(.dn7a)) .fci9o::before { content: counter(cl-n) ". "; color: var(--cta); font-weight: 700; }
.v8oh2a5n .bphsc75,
.v8oh2a5n .rie2u1nm { padding: 16px 18px; text-align: left; }
.v8oh2a5n .fci9o { text-align: left; }
.v8oh2a5n .nf77f1 { text-align: left; }
.bthagza .ian3n7f { border: 0; border-left: 3px solid var(--cta); border-radius: 0 8px 8px 0; padding-left: 14px; background: transparent; }
.bthagza .buiv7 { display: none; }
.xmzsy .ian3n7f { border: 0; background: var(--bg-card-inner); }
.xmzsy .buiv7 { width: 36px; height: 36px; border-radius: 18px; background: rgba(255,255,255,0.06); }
.xmzsy .buiv7::after { background: radial-gradient(circle at 50% 50%, var(--cta) 0 6px, transparent 7px); inset: 0; opacity: 0.9; }
.dv619ak .os00ixj { counter-reset: fg-c; }
.dv619ak .ian3n7f { counter-increment: fg-c; }
.dv619ak .buiv7 { width: 30px; height: 30px; border-radius: 50%; background: var(--cta); display: flex; align-items: center; justify-content: center; }
.dv619ak .buiv7::after { content: counter(fg-c); position: static; background: none; color: #fff; font-weight: 700; font-size: 0.9rem; line-height: 1; }
.qc90ezvw .ian3n7f { border: 0; background: transparent; padding: 10px 4px; }
.qc90ezvw .ian3n7f + .ian3n7f { border-top: 1px solid var(--border); }
.qc90ezvw .buiv7 { width: 6px; height: 6px; border-radius: 50%; margin-top: 9px; }
.qc90ezvw .buiv7::after { display: none; }
.ay17qqpa .ian3n7f { border: 0; background: var(--bg-card); padding: 12px 14px; }
.ay17qqpa .buiv7 { width: 8px; height: 8px; border-radius: 50%; margin-top: 7px; }
.ay17qqpa .buiv7::after { display: none; }
.wm0c05yw .ian3n7f { display: block; position: relative; padding: 14px 16px 14px 44px; }
.wm0c05yw .buiv7 { position: absolute; top: 14px; left: 14px; width: 20px; height: 20px; border-radius: 4px; }
.wm0c05yw .tqdo { display: block; }
.ef2t .ian3n7f { background: transparent; }
.ef2t .buiv7 { background: transparent; border: 2px solid var(--cta); width: 32px; height: 32px; }
.ef2t .buiv7::after { background: linear-gradient(135deg, var(--cta) 0%, transparent 60%); opacity: 0.5; }
@media (max-width: 560px){
  .xtxnk{ grid-template-columns: repeat(2, 1fr); padding: 14px 10px; }
  .qnd7inh{ 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) {
  .lu41fh { padding: 28px 18px 20px; }
  .xfpukl8 { font-size: 1.2rem; }
  .tw8bre8 { max-width: 220px; max-height: 80px; }
}
.x2ua3xr .pv92kpk {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.x2ua3xr .sahxm3f9 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.x2ua3xr .oagau9f {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.jx0qz5  .lveg0 { border-radius: 6px; }
.v6osoeu .oagau9f { align-items: center; flex-wrap: wrap; }
@media (max-width: 640px) {
  .lveg0 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
@media (max-width: 640px) {
  .s5aj9y1 { display: none; }
  .zm9uru {
    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;
  }
}
.zhfocdqu .d39anj,
.zhfocdqu .zv5b8 h2, .zhfocdqu .zv5b8 h3, .zhfocdqu .zv5b8 h4,
.zhfocdqu .fci9o h3, .zhfocdqu .d0p9,
.zhfocdqu .tt2b9, .zhfocdqu .h88w3 { color: var(--cta) !important; }
.zhfocdqu .bzk7q,
.zhfocdqu .i5j24ds,
.zhfocdqu .ecw3,
.zhfocdqu .h8ox9 {
  background: var(--accent-bg) !important;
  border-color: var(--cta) !important;
}
.zhfocdqu .bzk7q strong { color: var(--cta) !important; }
.zhfocdqu .bzk7q .l6u3xx,
.zhfocdqu .bzk7q .l6u3xx::before { color: var(--cta) !important; }
.zhfocdqu [data-c] {
  color: var(--cta) !important;
  background: color-mix(in srgb, var(--cta) 14%, transparent) !important;
}
.zhfocdqu .xtxnk, .zhfocdqu .x769mplm,
.zhfocdqu .sehvkwt, .zhfocdqu .fbsoi8l,
.zhfocdqu .rie2u1nm { border-color: var(--cta) !important; }
.zhfocdqu .qnd7inh { color: var(--cta) !important; }
.r6zui, .tp4310e, .zm9uru, .ke7cmj8,
.ebbrgo, .sk5r, .tuai { text-transform: capitalize; }
:root {
  --accent:          #1a1410;
  --brand:           #1a1410;
  --brand-light:     #e0a400;
  --brand-pale:      #e0a400;
  --grad-start:      #000000;
  --grad-end:        #0a0706;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #e0a400;
  --cta-light:       #f9c432;
  --cta-hover:       #febd09;
  --bg-page:         #0c0c0c;
  --bg-surface:      #141414;
  --bg-card:         #1c1c1c;
  --bg-card-inner:   #232323;
  --bg-raised:       #2b2b2b;
  --bg-hover:        #333333;
  --border:          #3d3d3d;
  --border-alt:      #4c4c4c;
  --border-section:  #3d3d3d;
  --text-primary:    #e5e5e5;
  --text-muted:      #a5a5a5;
  --text-body:       #cccccc;
  --text-sub:        #a5a5a5;
  --text-faint:      #727272;
  --text-dim:        #595959;
  --text-label:      #8c8c8c;
  --text-value:      #bfbfbf;
  --accent-bg:       #1e1e1e;
  --accent-bg-light: #2d2d2d;
  --bg-tip:          #162617;
  --bg-warning:      #272115;
  --bg-info:         #191626;
  --bg-pros:         #162617;
  --bg-cons:         #261716;
  --c-pros:          #93db97;
  --c-cons:          #e68e89;
  --c-pros-label:    #6dce72;
  --c-tip-border:    #52c559;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #93db97;
}
:root { --logo-bg-opacity: 64%; }
body, button, input { font-family: "Oxanium", sans-serif; }
.cl9yv56 .a93p li::before, .cl9yv56 .rfad4 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; }.cl9yv56 .a93p li::before { content: ""; }.cl9yv56 .rfad4 li::before { content: ""; }.cl9yv56 .yfzvlu9::before, .cl9yv56 .ykhy8b9j::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.cl9yv56 .yfzvlu9::before { content: ""; }.cl9yv56 .ykhy8b9j::before { content: ""; }
.i8gf .bc6lk, .i8gf .ukxi { min-height: 320px; }
.so7d::before { content: '›'; font-size: 1.1em; }
.xlqlsn .lizhzkl {  background: linear-gradient(135deg, rgba(0,0,0,0.88) 0%,  rgba(0,0,0,0.72) 55%, var(--accent-bg) 100%); }.xlqlsn .hvikow {  filter: brightness(0.42); }.xlqlsn .tmbpv {  background: linear-gradient(180deg, rgba(0,0,0,0.55), rgba(0,0,0,0.8)); }