:root {
  --color-accent: #252434;
  --color-cta: #ff2349;
  --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;
}
.rxof0u {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.nm778x {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.xjnc {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.db16lci2 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.ztkux { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ztkux a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.ztkux a:hover { color: var(--accent-light); }
.j8ohk98     .ptw1o3zd { border-radius: 6px; }
.j8ohk98 .ptw1o3zd li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.j8ohk98 .ptw1o3zd li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.p67h .ptw1o3zd li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .ptw1o3zd {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .xt1a:hover .ptw1o3zd,
  .xt1a:focus-within .ptw1o3zd { display: block; }
  .ptw1o3zd li a { padding: 8px 16px; font-size: 0.88rem; }
}
.q5d2bpfu {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.yfuoitiu { display: none; }
@media (max-width: 640px) {
  .yfuoitiu {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .yfuoitiu.bgfp68r { display: block; }
}
@media (max-width: 640px) {
  .q5d2bpfu { display: block; }
  .ztkux > li + li::before { display: none !important; }
  .ztkux {
    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;
  }
  .ztkux.bgfp68r { display: flex; }
  .ztkux li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .ztkux li:last-child a { border-bottom: none; }
}
.b7kylbq { min-height: 480px; }
.lhms {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.svxu0ysu { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.hiu2d .svxu0ysu { margin-left: 0; margin-right: 0; }
.jmgt {
  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;
}
.jmgt:hover { opacity: 0.88; }
.cxdaiz {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.mzqcd {
  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%);
}
.cxdaiz .ct837r8 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.cxdaiz .lhms { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.cxdaiz .svxu0ysu { color: #e2e8f0; }
.cxdaiz.gqyv60im .ct837r8 { text-align: center; }
.cxdaiz.hiu2d   .ct837r8 { text-align: left; }
.jek7 .ct837r8 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.jek7 .lhms { color: var(--text-primary); text-shadow: none; }
.jek7 .svxu0ysu { color: var(--text-muted); }
.jek7 .jmgt { margin-top: 16px; }
.jek7, .jek7.b7kylbq { min-height: auto !important; }
.jek7.gqyv60im .ct837r8 { text-align: center; }
.jek7.hiu2d   .ct837r8 { text-align: left; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.gvpdepb5 .kny8ah,
.gvpdepb5 .yp4d {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.f1yy .cxdaiz .mzqcd {
  overflow: hidden;
}
.f1yy .cxdaiz .mzqcd::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); }
}
.ph6c .cxdaiz .mzqcd {
  overflow: hidden;
}
.ph6c .cxdaiz .mzqcd::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;
}
.gh9x4r .cxdaiz .mzqcd {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.h44z4p .cxdaiz .mzqcd {
  overflow: hidden;
}
.h44z4p .cxdaiz .mzqcd::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;
}
.gvpdepb5 .cxdaiz .mzqcd {
  animation: hg-breathe 10s ease-in-out infinite;
}
.kny8ah .mzqcd {
  background: none;
}
.kny8ah .lhms { color: #fff; }
.kny8ah .svxu0ysu { color: rgba(255,255,255,0.85); }
.kny8ah .jmgt { background: #fff; color: var(--cta); }
.kny8ah .jmgt:hover { opacity: 0.92; }
.gvpdepb5 .qi5o {
  animation: hg-breathe 7s ease-in-out infinite;
}
.qi5o .lhms { text-shadow: none; color: var(--text-primary); }
.qi5o .svxu0ysu { color: var(--text-muted); }
body.h159jhnp .lhms {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.fpwkob .lhms {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.b7kylbq.kny8ah .lhms,
section.kny8ah .lhms {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.qi5o.hiu2d   .my95ai { align-items: flex-start; text-align: left; }
.b7kylbq .t2ajc {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.t2ajc .wcaty8.mcl3ec {
  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;
}
.t2ajc .wcaty8.mcl3ec:hover { opacity: 0.85; }
.mnu4cl .ct837r8 { padding-bottom: 24px; }
.o0ucthp .ct837r8 { max-width: 1100px; }
@media (max-width: 700px) {
  .qi5o { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .qi5o:not(.j0zo0pbi) .i634 { display: none !important; }
  .j0zo0pbi .i634 { padding: 16px; }
  .my95ai  { padding: 36px 24px; }
  .qi5o~.j0koszeb,.m1klko~.j0koszeb{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .b7kylbq, .qi5o { min-height: 320px !important; }
  .lhms { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .rvx8fm,
  .fx46s0,
  .wnj9hcp { grid-template-columns: 1fr !important; }

  

  
  .mnu4cl { display: flex !important; flex-direction: column !important; }
  .mnu4cl .ct837r8 { display: contents; }
  .mnu4cl .mzqcd { order: 0; }
  .mnu4cl .lhms { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .mnu4cl .rvx8fm { order: 2; padding: 0 16px 12px !important; }
  .mnu4cl .svxu0ysu { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .o0ucthp .ct837r8 { display: flex; flex-direction: column; }
  .o0ucthp .ct837r8 .lhms { order: 1; }
  .o0ucthp .ct837r8 .wnj9hcp { order: 2; margin: 8px 0 24px !important; }
  .o0ucthp .ct837r8 .svxu0ysu { order: 3; }
  .o0ucthp .ct837r8 .jmgt { order: 4; align-self: center; margin-top: 0; }

  
  .qi5o.j0zo0pbi {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .qi5o.j0zo0pbi .my95ai { display: contents; padding: 0; }
  .qi5o.j0zo0pbi .my95ai .lhms { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .qi5o.j0zo0pbi .i634 { order: 2; padding: 12px 16px; }
  .qi5o.j0zo0pbi .my95ai .svxu0ysu { order: 3; padding: 0 24px; margin: 0 auto; }
  .qi5o.j0zo0pbi .my95ai .jmgt { order: 4; align-self: center; margin: 8px 0 32px; }
}
.oqc0bn { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.iwopjn1u { width: 100%; height: auto; display: block; border-radius: 10px; }
.g27s704 .oqc0bn        { border-radius: 16px; }
.g27s704 .iwopjn1u  { border-radius: 16px; }
.du8wumqg .oqc0bn         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.du8wumqg .iwopjn1u   { border-radius: 8px; }
.yewj15q { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.xbfl4g5 { width: 100%; padding: 32px 0; position: relative; }
.ogs8g { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.xp2470e .xbfl4g5:nth-child(even) { background: var(--bg-surface); }
.xp2470e .xbfl4g5:nth-child(odd)  { background: var(--bg-page); }
.kdwbxpar .xbfl4g5:nth-child(even) { background: var(--bg-card); }
.kdwbxpar .xbfl4g5:nth-child(odd)  { background: var(--bg-page); }
.xp2470e .xbfl4g5:nth-child(odd)  .ogs8g { background: var(--bg-card); border-radius: 6px; }
.xp2470e .xbfl4g5:nth-child(even) .ogs8g { background: var(--bg-raised); border-radius: 6px; }
.kdwbxpar .xbfl4g5:nth-child(odd)  .ogs8g { background: var(--bg-card); border-radius: 6px; }
.kdwbxpar .xbfl4g5:nth-child(even) .ogs8g { background: var(--bg-raised); border-radius: 6px; }
.xp2470e .xbfl4g5:nth-child(even) .r35o .qfn1,
.kdwbxpar .xbfl4g5:nth-child(even) .r35o .qfn1 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.xp2470e .xbfl4g5:nth-child(odd) .r35o .qfn1,
.kdwbxpar .xbfl4g5:nth-child(odd) .r35o .qfn1 { background: var(--bg-card-inner); }
.xp2470e .xbfl4g5:nth-child(even) .o1705ooi .qfn1:nth-child(odd),
.kdwbxpar .xbfl4g5:nth-child(even) .o1705ooi .qfn1:nth-child(odd)  { background: var(--bg-card); }
.xp2470e .xbfl4g5:nth-child(even) .o1705ooi .qfn1:nth-child(even),
.kdwbxpar .xbfl4g5:nth-child(even) .o1705ooi .qfn1:nth-child(even) { background: var(--bg-card-inner); }
h1.tr202r6j { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.tr202r6j {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.m350jxhx { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.mhy3j h2.tr202r6j {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.kg1r h2.tr202r6j {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.zghirv h2.tr202r6j {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.p55wnxaq h2.tr202r6j::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.lq4re h2.tr202r6j {
  color: var(--text-primary); font-size: 1.7rem;
}
.vqfajgpp h2.tr202r6j::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.pne3 h2.tr202r6j {
  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) { .aij4de { display: none; } }
.pnhyj9 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ghhsg { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.z8lpv {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.at3lcs { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.egx3 { padding-left: 20px; }
.egx3 li { margin-bottom: 6px; }
.egx3 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.egx3 a:hover { color: var(--accent-light); }
.xvp03o .at3lcs { display: none; }
.ew2sg30 .at3lcs { display: none; }
.ew2sg30 .egx3 { padding-left: 0; list-style: none; }
.ew2sg30 .egx3 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.ew2sg30 .egx3 a { font-size: 0.92rem; }
.xunjym .z8lpv { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.xunjym .at3lcs { display: none; }
.xunjym .egx3 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.xunjym .egx3 li { margin-bottom: 0; }
.xunjym .egx3 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;
}
.xunjym .egx3 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.t76a7kry .z8lpv { padding: 20px 20px 16px; }
.t76a7kry .egx3 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.t76a7kry .egx3 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.t76a7kry .egx3 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;
}
.t76a7kry .egx3 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;
}
.t76a7kry .egx3 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.t76a7kry .egx3 a:focus,
.t76a7kry .egx3 a:focus-visible,
.t76a7kry .egx3 a:target { outline: none; }
.t76a7kry .egx3 li:target a { border-color: var(--border); color: var(--text-muted); }
.y6jieqj7 .z8lpv { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.y6jieqj7 .at3lcs { display: none; }
.y6jieqj7 .egx3 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.y6jieqj7 .egx3 li { margin-bottom: 0; }
.y6jieqj7 .egx3 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.y6jieqj7 .egx3 li:last-child::after { content: ""; margin-right: 0; }
.y6jieqj7 .egx3 a { font-size: 0.9rem; }
.qfn1 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.r35o .qfn1 { background: var(--bg-card); }
.o1705ooi .qfn1:nth-child(odd)  { background: var(--bg-card); }
.o1705ooi .qfn1:nth-child(even) { background: var(--bg-raised); }
.a9t96m5s .qfn1 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.a9t96m5s .qfn1:last-child { border-bottom: none; }
.a9t96m5s h3.m350jxhx { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.gpf8 .qfn1 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.gpf8 .qfn1 + .qfn1 { margin-top: 4px; }
.dlnzux2 .qfn1 { background: none; border-radius: 0; padding: 12px 0; }
.dlnzux2 .qfn1 + .qfn1 { border-top: 1px solid var(--border-section); }
.wq1f9fv { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.taq11f { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.qfp2jrqx { color: var(--text-body); margin-bottom: 10px; }
.ir5xzlmp, .rbf1 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ir5xzlmp li, .rbf1 li { margin-bottom: 6px; }
.rbf1 li { list-style: decimal; }
.vh2o6bk     .ir5xzlmp { list-style-type: "● "; }
.zx1p1  .ir5xzlmp { list-style-type: "■ "; }
.gviwtdak .ir5xzlmp { list-style-type: "◆ "; }
.x06mn2s7    .ir5xzlmp { list-style-type: "★ "; }
.vh2o6bk     .v8lb6kb { list-style-type: "● "; }
.zx1p1  .v8lb6kb { list-style-type: "■ "; }
.gviwtdak .v8lb6kb { list-style-type: "◆ "; }
.x06mn2s7    .v8lb6kb { list-style-type: "★ "; }
.vh2o6bk    .ir5xzlmp li::marker, .vh2o6bk    .v8lb6kb li::marker,
.zx1p1 .ir5xzlmp li::marker, .zx1p1 .v8lb6kb li::marker,
.gviwtdak .ir5xzlmp li::marker, .gviwtdak .v8lb6kb li::marker,
.x06mn2s7   .ir5xzlmp li::marker, .x06mn2s7   .v8lb6kb li::marker {
  color: var(--cta); font-size: 1em;
}
.vh2o6bk .rbf1,
.zx1p1 .rbf1,
.gviwtdak .rbf1,
.x06mn2s7 .rbf1 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.vh2o6bk .rbf1 li,
.zx1p1 .rbf1 li,
.gviwtdak .rbf1 li,
.x06mn2s7 .rbf1 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.vh2o6bk .rbf1 li::before,
.zx1p1 .rbf1 li::before,
.gviwtdak .rbf1 li::before,
.x06mn2s7 .rbf1 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;
}
.vh2o6bk     .rbf1 li::before { border-radius: 50%; }
.zx1p1  .rbf1 li::before { border-radius: 3px; }
.gviwtdak .rbf1 li::before { border-radius: 3px; }
.x06mn2s7    .rbf1 li::before { border-radius: 50%; }
.p24d { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.nvi833yb .p24d,
.w4zqh .p24d { background: transparent; border: none; border-radius: 0; }
.cm9d { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.cm9d th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.cm9d td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.cm9d tr:hover td { background: var(--bg-hover); }
.h9ugiek .cm9d tbody tr:nth-child(even) td { background: var(--bg-surface); }
.ed9s .cm9d { border: 1px solid var(--border-alt); }
.ed9s .cm9d th,
.ed9s .cm9d td { border: 1px solid var(--border-alt); }
.flwdtys .cm9d th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.flwdtys .cm9d td { border-bottom: none; }
.flwdtys .cm9d tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.d14h7qpg .cm9d th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.zi2x .p24d {
  overflow: hidden;
}
.zi2x .cm9d th { border-bottom: 1px solid var(--border-alt); }
.zi2x .cm9d tr:last-child td { border-bottom: none; }
.tpzoy0lg { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.x8lrbn { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.uiginegx { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.ut6r { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.issql1 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.v8lb6kb { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.v8lb6kb 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%}
.sna2ctzw .ut6r { background: transparent; text-align: center; }
.xzl9a .uiginegx {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.f9h0 .uiginegx {
  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);
}
.i3xg .x8lrbn { display: grid; grid-template-columns: auto 1fr; }
.i3xg .uiginegx {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.i3xg .ut6r { grid-column: 2; }
.i3xg .issql1,
.i3xg .v8lb6kb { grid-column: 1 / -1; }
.nm4x5 .x8lrbn { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.nm4x5 .uiginegx {
  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);
}
.nm4x5 .ut6r { grid-column: 2; }
.nm4x5 .issql1,
.nm4x5 .v8lb6kb { grid-column: 1 / -1; }
.jrb8kd .x8lrbn { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.jrb8kd .ut6r { background: none; color: var(--accent-light); font-weight: 700; }
.zid7rb22 .x8lrbn { 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); }
.zid7rb22 .ut6r { background: none; color: var(--accent-light); font-weight: 700; }
.wbdg .x8lrbn { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.wbdg .x8lrbn:last-child { border-bottom: none; }
.wbdg .ut6r { background: none; color: var(--accent-light); font-weight: 700; }
.okadq8mg .x8lrbn { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.okadq8mg .ut6r { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.z3s9n15v .tpzoy0lg { counter-reset: card-n; }
.z3s9n15v .x8lrbn  { counter-increment: card-n; }
.z3s9n15v .ut6r { display: flex; align-items: center; gap: 10px; }
.z3s9n15v .ut6r::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;
}
.fm9hjr6 .x8lrbn { background: var(--bg-surface); border: 1px solid var(--border); }
.fm9hjr6 .ut6r { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.ez2o { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.t3z29q { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.afsbi3ca { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.ez2o strong { color: var(--text-primary); font-size: 0.95rem; }
.ez2o p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.iwopjn1u { width: 100%; height: auto; border-radius: 10px; display: block; }
.mcl3ec {
  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;
}
.mcl3ec:hover { opacity: 0.85; }
.i5rqivo .mcl3ec  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.i5rqivo .mcl3ec:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.e01o4q .mcl3ec  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.e01o4q .mcl3ec:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.vf09 .jmgt { border-radius: 50px; }
.vf09 .mcl3ec  { border-radius: 50px; }
.tgxamin .jmgt { padding-left: 22px; padding-right: 22px; }
.tgxamin .mcl3ec  { padding-left: 12px; padding-right: 12px; }
.nav0h .jmgt { padding-left: 44px; padding-right: 44px; }
.nav0h .mcl3ec  { padding-left: 24px; padding-right: 24px; }
.dwv1s33 .jmgt { padding-left: 56px; padding-right: 56px; }
.dwv1s33 .mcl3ec  { padding-left: 32px; padding-right: 32px; }
.wkdp   .jmgt::after, .wkdp   .mcl3ec::after,
.ourcm4 .jmgt::after, .ourcm4 .mcl3ec::after,
.e7w7b    .jmgt::after, .e7w7b    .mcl3ec::after,
.pdja    .jmgt::after, .pdja    .mcl3ec::after,
.bymvta    .jmgt::after, .bymvta    .mcl3ec::after,
.gwk4z2     .jmgt::after, .gwk4z2     .mcl3ec::after,
.kk1niy    .jmgt::after, .kk1niy    .mcl3ec::after,
.nsxxpf7k   .jmgt::after, .nsxxpf7k   .mcl3ec::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;
}
.wkdp .jmgt::after, .wkdp .mcl3ec::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");
}
.ourcm4 .jmgt::after, .ourcm4 .mcl3ec::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");
}
.e7w7b .jmgt::after, .e7w7b .mcl3ec::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");
}
.pdja .jmgt::after, .pdja .mcl3ec::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");
}
.bymvta .jmgt::after, .bymvta .mcl3ec::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");
}
.gwk4z2 .jmgt::after, .gwk4z2 .mcl3ec::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");
}
.kk1niy .jmgt::after, .kk1niy .mcl3ec::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");
}
.nsxxpf7k .jmgt::after, .nsxxpf7k .mcl3ec::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");
}
.xrh1bq   .lq2f::after, .xrh1bq   .v15h7j::after,
.uq7cm .lq2f::after, .uq7cm .v15h7j::after,
.opng    .lq2f::after, .opng    .v15h7j::after,
.vf91gwgj    .lq2f::after, .vf91gwgj    .v15h7j::after,
.p4kja2d1    .lq2f::after, .p4kja2d1    .v15h7j::after,
.vupfr     .lq2f::after, .vupfr     .v15h7j::after,
.f5z540    .lq2f::after, .f5z540    .v15h7j::after,
.gka7ic   .lq2f::after, .gka7ic   .v15h7j::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;
}
.xrh1bq .lq2f::after, .xrh1bq .v15h7j::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");
}
.uq7cm .lq2f::after, .uq7cm .v15h7j::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");
}
.opng .lq2f::after, .opng .v15h7j::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");
}
.vf91gwgj .lq2f::after, .vf91gwgj .v15h7j::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");
}
.p4kja2d1 .lq2f::after, .p4kja2d1 .v15h7j::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");
}
.vupfr .lq2f::after, .vupfr .v15h7j::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");
}
.f5z540 .lq2f::after, .f5z540 .v15h7j::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");
}
.gka7ic .lq2f::after, .gka7ic .v15h7j::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");
}
.zu89k .wx7w5ea { background: var(--bg-raised); }
.wcaty8.mcl3ec {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .y5me7 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .y5me7::before    { grid-area: rank;   }
  .pecokn           { grid-area: ident;  }
  .d4k3060     { grid-area: rating; min-width: 0; width: auto; }
  .ewbltv           { grid-area: pills;  }
  .wcaty8             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .y5me7 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .y5me7::before    { justify-self: center; }
  .pecokn           { width: 100%; }
  .d4k3060     { justify-self: center; }
  .ewbltv           { grid-template-columns: 1fr; }
}
.wrkj1n .zlsg li::before { content: "→"; }
.wrkj1n .t6v1tn li::before { content: "–"; }
@media (min-width: 860px) {
  .duqrx .ukelk {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .duqrx .s93h2q92 { margin: 0; }
}
.z7b66 .n65xi1h { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.z7b66 .hccf9ta h3 { color: var(--accent-light); }
.z7b66 .cmc4y1pv { background: var(--bg-page); border: 1px solid var(--border); }
@media (max-width: 720px) {
  .otx7r { grid-template-columns: 1fr; }
  .k2e5ek1 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .k2e5ek1 .buun5 { width: 72px; height: 50px; }
  .k2e5ek1 .njplv { max-width: 180px; }
  .k2e5ek1 .t0gb { width: auto; }
}
@media (max-width: 720px) {
  .aue2hq { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .chh5l { padding: 16px; }
  .xbukz63f .ejkl { min-width: 50%; }
}
@media (max-width: 860px) {
  .e5rl51it { grid-template-columns: 1fr; }
  .bcdh { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ewjvxy { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .rm5sjp9 { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .l94m7 { flex-direction: column; align-items: stretch; }
}
.h5z6 .t0gb .mcl3ec { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .p2j18omd { flex-direction: column; align-items: stretch; gap: 10px; }
  .h5z6 .t0gb { text-align: center; }
}
@media (max-width: 720px) {
  .dcy51077 { grid-template-columns: 1fr; }
  .f65dpx0 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ldel9j5 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .nerv6am8 { grid-template-columns: 1fr; }
  .k1v51g { width: 100px; height: 100px; margin: 16px auto; }
  .hvcg60o { font-size: 1.4rem; }
  .c3538kfi { justify-content: center; }
  .m7d1k .ejkl { min-width: 50%; }
}
@media (max-width: 540px) {
  .qblw8lm { flex-wrap: wrap; padding: 14px 16px; }
  .kdk2p { padding: 12px 16px; }
  .si5k .hpyg9 { margin: 0 16px; }
  .si5k .qwmmc { padding: 0 16px; }
  .pilrxq4 { padding: 12px 16px; }
}
.m3qom4n6 .ewbltv .yrdj {
  background: transparent; padding: 4px 8px;
}
.m3qom4n6 .ewbltv .fla5y { font-size: .65rem; opacity: .65; }
.m3qom4n6 .ewbltv .ease4uh   { font-size: 1.15rem; color: var(--accent-light); }
.wnkm { margin: 16px 0; }
.grx6e4 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.grx6e4 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.grx6e4 summary::after { content: "+"; color: var(--accent-light); }
.grx6e4[open] summary::after { content: "−"; }
.grx6e4 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.xbfl4g5 { margin-bottom: 0; }
.uxxmopj h2.tr202r6j { color: var(--text-primary); border-color: var(--accent-light); }
.j6alp55 h2.tr202r6j { color: var(--text-primary); border-color: var(--accent-light); }
.vtkfg .t3z29q    { background: #1e1036; border-color: #a855f7; }
.vtkfg .ez2o strong  { color: #f1f5f9; }
.vtkfg .ez2o p       { color: #cbd5e1; }
.vtkfg .tfmb    .h6hl     .afsbi3ca::before,
.vtkfg .m6asrmv  .h6hl     .afsbi3ca::before,
.vtkfg .fsytqi  .h6hl     .afsbi3ca::before,
.vtkfg .udg89p .h6hl     .afsbi3ca::before { color: #10b981; }
.vtkfg .tfmb    .icnl .afsbi3ca::before,
.vtkfg .m6asrmv  .icnl .afsbi3ca::before,
.vtkfg .fsytqi  .icnl .afsbi3ca::before,
.vtkfg .udg89p .icnl .afsbi3ca::before { color: #f43f5e; }
.vtkfg .tfmb    .t3z29q    .afsbi3ca::before,
.vtkfg .m6asrmv  .t3z29q    .afsbi3ca::before,
.vtkfg .fsytqi  .t3z29q    .afsbi3ca::before,
.vtkfg .udg89p .t3z29q    .afsbi3ca::before { color: #a855f7; }
.bjgx1k .t3z29q    { background: #2d1600; border-color: #f97316; }
.bjgx1k .ez2o strong  { color: #f1f5f9; }
.bjgx1k .ez2o p       { color: #cbd5e1; }
.bjgx1k .tfmb    .h6hl     .afsbi3ca::before,
.bjgx1k .m6asrmv  .h6hl     .afsbi3ca::before,
.bjgx1k .fsytqi  .h6hl     .afsbi3ca::before,
.bjgx1k .udg89p .h6hl     .afsbi3ca::before { color: #eab308; }
.bjgx1k .tfmb    .icnl .afsbi3ca::before,
.bjgx1k .m6asrmv  .icnl .afsbi3ca::before,
.bjgx1k .fsytqi  .icnl .afsbi3ca::before,
.bjgx1k .udg89p .icnl .afsbi3ca::before { color: #ef4444; }
.bjgx1k .tfmb    .t3z29q    .afsbi3ca::before,
.bjgx1k .m6asrmv  .t3z29q    .afsbi3ca::before,
.bjgx1k .fsytqi  .t3z29q    .afsbi3ca::before,
.bjgx1k .udg89p .t3z29q    .afsbi3ca::before { color: #f97316; }
.i0ea .t3z29q    { background: #0a2020; border-color: #2dd4bf; }
.i0ea .ez2o strong  { color: #f1f5f9; }
.i0ea .ez2o p       { color: #cbd5e1; }
.i0ea .tfmb    .h6hl     .afsbi3ca::before,
.i0ea .m6asrmv  .h6hl     .afsbi3ca::before,
.i0ea .fsytqi  .h6hl     .afsbi3ca::before,
.i0ea .udg89p .h6hl     .afsbi3ca::before { color: #38bdf8; }
.i0ea .tfmb    .icnl .afsbi3ca::before,
.i0ea .m6asrmv  .icnl .afsbi3ca::before,
.i0ea .fsytqi  .icnl .afsbi3ca::before,
.i0ea .udg89p .icnl .afsbi3ca::before { color: #818cf8; }
.i0ea .tfmb    .t3z29q    .afsbi3ca::before,
.i0ea .m6asrmv  .t3z29q    .afsbi3ca::before,
.i0ea .fsytqi  .t3z29q    .afsbi3ca::before,
.i0ea .udg89p .t3z29q    .afsbi3ca::before { color: #2dd4bf; }
.hgwwhq .h6hl     { background: var(--accent-bg); border-color: var(--accent-light); }
.hgwwhq .icnl { background: var(--accent-bg-light); border-color: var(--accent-light); }
.hgwwhq .t3z29q    { background: var(--accent-bg); border-color: var(--accent-pale); }
.hgwwhq .tfmb    .afsbi3ca::before,
.hgwwhq .m6asrmv  .afsbi3ca::before,
.hgwwhq .fsytqi  .afsbi3ca::before,
.hgwwhq .udg89p .afsbi3ca::before { color: var(--accent-light) !important; }
.bobdkc .eq5ufkd { background: var(--bg-pros); }
.bobdkc .jiki1uzh { background: var(--bg-cons); }
.bobdkc .eq5ufkd .ni3j0sqr { color: var(--c-pros-label); }
.bobdkc .jiki1uzh .um6a2m { color: var(--c-cons); }
.bobdkc .eq5ufkd ul li,
.bobdkc .zlsg li            { color: var(--c-pros); }
.bobdkc .jiki1uzh ul li,
.bobdkc .t6v1tn li            { color: var(--c-cons); }
.wrkj1n .ni3j0sqr::before { content: "→ "; }
.wrkj1n .um6a2m::before { content: "← "; }
.f0fv0 .ez2o { background: transparent; border-left: none; border: 1.5px solid; }
.f0fv0 .t3z29q    { border-color: #60a5fa; }
.f0fv0 .ez2o strong { color: var(--text-primary); }
.f0fv0 .ez2o p      { color: var(--text-muted); }
.iee0 .ez2o { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.iee0 .t3z29q    { border-top-color: #60a5fa; }
.uayr3n0h .ez2o { border-left: none; border-radius: 8px; }
.uayr3n0h .h6hl     { background: #065f46; }
.uayr3n0h .icnl { background: #92400e; }
.uayr3n0h .t3z29q    { background: #1e3a8a; }
.uayr3n0h .ez2o strong,
.uayr3n0h .ez2o p { color: #fff; }
.uayr3n0h .afsbi3ca::before { color: rgba(255,255,255,0.85) !important; }
.vtkfg.uayr3n0h .h6hl,
.vtkfg .uayr3n0h .h6hl     { background: #052e16; }
.vtkfg.uayr3n0h .icnl,
.vtkfg .uayr3n0h .icnl { background: #2d0a1e; }
.vtkfg.uayr3n0h .t3z29q,
.vtkfg .uayr3n0h .t3z29q    { background: #1e1036; }
.bjgx1k.uayr3n0h .h6hl,
.bjgx1k .uayr3n0h .h6hl      { background: #2d2000; }
.bjgx1k.uayr3n0h .icnl,
.bjgx1k .uayr3n0h .icnl  { background: #2d0b0b; }
.bjgx1k.uayr3n0h .t3z29q,
.bjgx1k .uayr3n0h .t3z29q     { background: #2d1600; }
.i0ea.uayr3n0h .h6hl,
.i0ea .uayr3n0h .h6hl      { background: #0c1a2e; }
.i0ea.uayr3n0h .icnl,
.i0ea .uayr3n0h .icnl  { background: #12103a; }
.i0ea.uayr3n0h .t3z29q,
.i0ea .uayr3n0h .t3z29q     { background: #0a2020; }
.rhfedurr .ez2o { border-left: none; border-radius: 6px; padding: 10px 14px; }
.rhfedurr .t3z29q    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.rhfedurr .ez2o strong { color: var(--text-primary); }
.rhfedurr .ez2o p      { color: var(--text-muted); }
.gcuj0c .ez2o { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.tfmb .afsbi3ca,
.m6asrmv .afsbi3ca,
.fsytqi .afsbi3ca,
.udg89p .afsbi3ca { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.tfmb .afsbi3ca::before,
.m6asrmv .afsbi3ca::before,
.fsytqi .afsbi3ca::before,
.udg89p .afsbi3ca::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.tfmb .h6hl     .afsbi3ca::before { content: "✦"; color: var(--c-tip-border); }
.tfmb .icnl .afsbi3ca::before { content: "▲"; color: var(--c-warn-border); }
.tfmb .t3z29q    .afsbi3ca::before { content: "◉"; color: #60a5fa; }
.m6asrmv .h6hl     .afsbi3ca::before { content: "★"; color: var(--c-tip-border); }
.m6asrmv .icnl .afsbi3ca::before { content: "◆"; color: var(--c-warn-border); }
.m6asrmv .t3z29q    .afsbi3ca::before { content: "●"; color: #60a5fa; }
.fsytqi .h6hl     .afsbi3ca::before { content: "▶"; color: var(--c-tip-border); }
.fsytqi .icnl .afsbi3ca::before { content: "■"; color: var(--c-warn-border); }
.fsytqi .t3z29q    .afsbi3ca::before { content: "▸"; color: #60a5fa; }
.udg89p .h6hl     .afsbi3ca::before { content: "→"; color: var(--c-tip-border); }
.udg89p .icnl .afsbi3ca::before { content: "⬥"; color: var(--c-warn-border); }
.udg89p .t3z29q    .afsbi3ca::before { content: "◈"; color: #60a5fa; }
.i5qh .r35o .qfn1,
.i5qh .o1705ooi .qfn1  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.i5qh .x8lrbn                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.i5qh .p24d          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.i5qh .z8lpv                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.cjyw37h6 .r35o .qfn1,
.cjyw37h6 .o1705ooi .qfn1,
.cjyw37h6 .x8lrbn,
.cjyw37h6 .y5me7,
.cjyw37h6 .s93h2q92,
.cjyw37h6 .p24d,
.cjyw37h6 .z8lpv,
.cjyw37h6 .gcuj0c .ez2o { box-shadow: none; }
.tmhn   .qfp2jrqx, .tmhn .wq1f9fv, .tmhn .taq11f,
.tmhn   .pnhyj9, .tmhn .ghhsg { font-size: 0.9rem; }
.tmhn   .ir5xzlmp, .tmhn .rbf1 { font-size: 0.9rem; }
.dgmpe   .qfp2jrqx, .dgmpe .wq1f9fv, .dgmpe .taq11f,
.dgmpe   .pnhyj9, .dgmpe .ghhsg { font-size: 0.95rem; }
.dgmpe   .ir5xzlmp, .dgmpe .rbf1 { font-size: 0.95rem; }
.adnwr   .qfp2jrqx, .adnwr .wq1f9fv, .adnwr .taq11f,
.adnwr   .pnhyj9, .adnwr .ghhsg { font-size: 1.08rem; }
.adnwr   .ir5xzlmp, .adnwr .rbf1 { font-size: 1.05rem; }
.adnwr   .cm9d { font-size: 0.97rem; }
.n24nh .lhms      { font-size: 3.2rem; }
.n24nh h2.tr202r6j { font-size: 1.9rem; }
.n24nh h3.m350jxhx     { font-size: 1.4rem; }
.bs8h4l2p .lhms      { font-size: 3.8rem; }
.bs8h4l2p h2.tr202r6j { font-size: 2.2rem; }
.bs8h4l2p h3.m350jxhx     { font-size: 1.6rem; }
.xbfl4g5 + .xbfl4g5 { position: relative; }
.oakpu   .xbfl4g5 + .xbfl4g5::before,
.c1sq  .xbfl4g5 + .xbfl4g5::before,
.s1ng43f   .xbfl4g5 + .xbfl4g5::before,
.gdoru5   .xbfl4g5 + .xbfl4g5::before,
.puux60   .xbfl4g5 + .xbfl4g5::before,
.wp4b .xbfl4g5 + .xbfl4g5::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.oakpu .xbfl4g5 + .xbfl4g5::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.c1sq .xbfl4g5 + .xbfl4g5::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.s1ng43f .xbfl4g5 + .xbfl4g5::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;
}
.gdoru5 .xbfl4g5 + .xbfl4g5::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.aye1k .xbfl4g5 { margin-bottom: 16px; }
.aye1k .xbfl4g5 + .xbfl4g5 { margin-top: 0; }
.aye1k .ogs8g { padding-top: 0; padding-bottom: 0; }
.puux60 .xbfl4g5 + .xbfl4g5::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.wp4b .xbfl4g5 + .xbfl4g5::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.w34b .xbfl4g5 + .xbfl4g5::before,
.wlrl1 .xbfl4g5 + .xbfl4g5::before,
.f6rw .xbfl4g5 + .xbfl4g5::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%;
}
.xp2470e .w34b .xbfl4g5:nth-child(even)::before,
.xp2470e .wlrl1 .xbfl4g5:nth-child(even)::before,
.xp2470e .f6rw .xbfl4g5:nth-child(even)::before { background: var(--bg-surface); }
.kdwbxpar .w34b .xbfl4g5:nth-child(even)::before,
.kdwbxpar .wlrl1 .xbfl4g5:nth-child(even)::before,
.kdwbxpar .f6rw .xbfl4g5:nth-child(even)::before { background: var(--bg-card); }
.w34b .xbfl4g5 + .xbfl4g5::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");
}
.wlrl1 .xbfl4g5 + .xbfl4g5::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");
}
.f6rw .xbfl4g5 + .xbfl4g5::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");
}
.lx5yipqv .cxdaiz,
.shvc .cxdaiz,
.w6a61 .cxdaiz { overflow: hidden; }
.lx5yipqv .ct837r8,
.shvc .ct837r8 { margin-bottom: 60px; }
.w6a61 .ct837r8 { margin-bottom: 70px; }
.shvc .my95ai { padding-bottom: 60px; }
.lx5yipqv .cxdaiz::before,
.shvc .cxdaiz::before,
.w6a61 .cxdaiz::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%;
}
.lx5yipqv .cxdaiz::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");
}
.shvc .cxdaiz::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");
}
.w6a61 .cxdaiz::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");
}
.xobo040 .cxdaiz:not(.kny8ah) .mzqcd { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.u318axf8 .cxdaiz:not(.kny8ah) .mzqcd { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.e2kis  .cxdaiz:not(.kny8ah) .mzqcd { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.bjyu  .cxdaiz:not(.kny8ah) .mzqcd { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.bjyu .kny8ah { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.bjyu .yp4d { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.bjyu .qi5o { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.lomwehtt .kny8ah .mzqcd { background: none; }
.lomwehtt .cxdaiz:not(.kny8ah) .mzqcd { background: rgba(0,0,0,0.6); }
.xbfl4g5.m6wv4 .oqc0bn { float: left; width: 38%; margin: 0 28px 16px 0; }
.xbfl4g5.m6wv4 .oqc0bn .iwopjn1u { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.xbfl4g5.m6wv4 .ogs8g::after { content: ''; display: block; clear: both; }
.xbfl4g5.ns1lb .oqc0bn { float: right; width: 38%; margin: 0 0 16px 28px; }
.xbfl4g5.ns1lb .oqc0bn .iwopjn1u { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.xbfl4g5.ns1lb .ogs8g::after { content: ''; display: block; clear: both; }
.xbfl4g5.m6wv4 .tpzoy0lg,
.xbfl4g5.m6wv4 .p24d,
.xbfl4g5.m6wv4 .ez2o,
.xbfl4g5.m6wv4 .qfn1,
.xbfl4g5.m6wv4 .ghhsg,
.xbfl4g5.m6wv4 .l8zemn,
.xbfl4g5.m6wv4 .ukelk,
.xbfl4g5.m6wv4 .uga8lm0,
.xbfl4g5.ns1lb .tpzoy0lg,
.xbfl4g5.ns1lb .p24d,
.xbfl4g5.ns1lb .ez2o,
.xbfl4g5.ns1lb .qfn1,
.xbfl4g5.ns1lb .ghhsg,
.xbfl4g5.ns1lb .l8zemn,
.xbfl4g5.ns1lb .ukelk,
.xbfl4g5.ns1lb .uga8lm0 { clear: both; }
@media (max-width: 900px) {
  .xbfl4g5.m6wv4 .oqc0bn,
  .xbfl4g5.ns1lb .oqc0bn {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .xbfl4g5.m6wv4 .oqc0bn .iwopjn1u,
  .xbfl4g5.ns1lb .oqc0bn .iwopjn1u {
    max-height: none !important;
  }
}
.xbfl4g5.m6wv4 .ir5xzlmp,
.xbfl4g5.m6wv4 .rbf1,
.xbfl4g5.ns1lb .ir5xzlmp,
.xbfl4g5.ns1lb .rbf1 { overflow: hidden; }
@media (max-width: 640px) {
  .xbfl4g5.m6wv4 .oqc0bn,
  .xbfl4g5.ns1lb .oqc0bn { float: none; width: 100%; margin: 0 0 16px 0; }
}
.qg3x .yewj15q,
.qg3x .ogs8g,
.qg3x .w0f2  { max-width: 1100px; }
.elwk4n2 .yewj15q,
.elwk4n2 .ogs8g,
.elwk4n2 .w0f2  { max-width: 1200px; }
.z36kbq9p .yewj15q,
.z36kbq9p .ogs8g,
.z36kbq9p .w0f2  { max-width: 1320px; }
.z36kbq9p { --content-mw: 1320px; }
.iwy76w { font-size: 0.82rem; color: var(--text-muted); }
.o5oay { display: flex; align-items: center; }
.yupeutl {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.udimueiw { display: flex; align-items: center; }
.ndh6s { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.ndh6s:hover { text-decoration: underline; }
.s6khlh { margin: 0 3px; opacity: 0.45; }
.s6khlh::before { content: '/'; }
.wk3gqa { padding: 2px 5px; color: var(--text-main); }
.o7spm7h .iwy76w {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.o7spm7h .o5oay { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.iykp3lkc .iwy76w {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.iykp3lkc .o5oay { padding: 0 0 0 12px; }
.p00nt7 .o5oay { padding: 0 16px; }
.p00nt7 .iwy76w {
  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);
}
.p00nt7 .yewj15q { padding-top: 28px; }
@media (max-width: 720px) {
  .u545 { margin-top: 18px; padding: 0 16px; }
  .p00nt7 .yewj15q { padding-top: 16px; }
}
.qg3x.o7spm7h .o5oay { max-width: 1100px; }
.elwk4n2.o7spm7h .o5oay { max-width: 1200px; }
.z36kbq9p.o7spm7h .o5oay { max-width: 1320px; }
.z36kbq9p .u545 { max-width: 1320px; }
.wjkz1va .xbfl4g5 { padding-top: 16px; padding-bottom: 16px; }
.fozqll .xbfl4g5 { padding-top: 24px; padding-bottom: 24px; }
.k4lap3b .xbfl4g5 { padding-top: 40px; padding-bottom: 40px; }
.vxfem10s .xbfl4g5 { padding-top: 52px; padding-bottom: 52px; }
.yk02hvep .xbfl4g5:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.yk02hvep .xbfl4g5:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.yk02hvep .xbfl4g5:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.yk02hvep .xbfl4g5:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.hng4h .ogs8g { padding-top: 10px;  padding-bottom: 10px; }
.bcrpgg0 .ogs8g { padding-top: 18px;  padding-bottom: 18px; }
.ej2x .ogs8g { padding-top: 36px;  padding-bottom: 36px; }
.gxp3 .ogs8g { padding-top: 48px;  padding-bottom: 48px; }
.m9sq h2.tr202r6j { font-weight: 600; }
.m9sq h3.m350jxhx     { font-weight: 600; }
.qz3u0 h2.tr202r6j { font-weight: 800; }
.qz3u0 h3.m350jxhx     { font-weight: 700; }
.ovn4zh { font-weight: 600; }
.ovn4zh h2.tr202r6j { font-weight: 900; }
.ovn4zh h3.m350jxhx     { font-weight: 800; }
.ovn4zh .ez2o strong,
.ovn4zh .ez2o strong { font-weight: 600; }
.lq2f {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.jjzi .lq2f { display: none; }
@media (max-width: 640px) { .lq2f { display: none; } }
.lq2f { background: var(--cta) !important; color: #fff !important; border: none !important; }
.lq2f:hover { opacity: 0.85; }
.bggi .lq2f { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.gj42w1 .lq2f,
.ah3b6k  .lq2f { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.gj42w1 .lq2f:hover,
.ah3b6k  .lq2f:hover { opacity: 0.88; }
.bggi.gj42w1 .lq2f,
.bggi.ah3b6k  .lq2f { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.v15h7j {
  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;
}
.v15h7j:hover { transform: translateY(-2px); opacity: 0.92; }
.v15h7j { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ddsj .v15h7j { display: none; }
.a079i .v15h7j { right: 32px; }
.pmbo  .v15h7j { left: 32px; }
@media (max-width: 480px) {
  .a079i .v15h7j { right: 20px; bottom: 20px; }
  .pmbo  .v15h7j { left: 20px; bottom: 20px; }
}
.lij8yxm9 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.w0f2 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.ahpvud { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.ts6vpq { color: var(--text-dim); font-size: 0.8rem; }
.moka { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.moka img { height: 26px; width: auto; object-fit: contain; }
.q3tjw .w0f2 { text-align: center; }
.q3tjw .ahpvud { margin-top: 0; }
@media (max-width: 640px) {
  .w0f2 { padding-left: 16px; padding-right: 16px; }
  .v555gxf .w0f2 { padding: 20px 16px; }
  .y8wbtb76 { gap: 4px 12px; }
  .ahpvud { font-size: 0.78rem; }
}
.yiajh .wq8ks80 .moka { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.yiajh .ahpvud { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.yiajh .ts6vpq { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .yiajh .pywkx { grid-template-columns: 1fr 1fr; } .yiajh .wq8ks80 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .yiajh .pywkx { grid-template-columns: 1fr; } }
.vmdd1nm .gdbp6g5o { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.vmdd1nm .moka { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.vmdd1nm .slhbpf { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.vmdd1nm .slhbpf a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.vmdd1nm .slhbpf a:hover { color: var(--accent-light); }
.r459iz { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.vmdd1nm .kd1pf { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.vmdd1nm .w4zv { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.vmdd1nm .w4zv a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.vmdd1nm .w4zv a:hover { color: var(--accent-light); }
.vmdd1nm .ahpvud { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .vmdd1nm .gdbp6g5o { gap: 12px; } .vmdd1nm .moka { margin-right: 0; width: 100%; } }
.u24yt5 .g8t8t59 .moka { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.u24yt5 .ahpvud { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.u24yt5 .ts6vpq { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .u24yt5 .yhvc5fco { grid-template-columns: 1fr 1fr; } .u24yt5 .g8t8t59 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .u24yt5 .yhvc5fco { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .nb4cg0ns .zsyf9 { grid-template-columns: 1fr 1fr; } .nb4cg0ns .c3047:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .nb4cg0ns .zsyf9 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .b5lrd .zsyf9 { grid-template-columns: 1fr; } }
.veoh4 .w0f2 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.y39f .rxof0u      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.y39f .lij8yxm9 { background: var(--bg-page); border-top-color: var(--border-alt); }
.z3ad6p .rxof0u      { background: #0d1117; border-bottom-color: #21262d; }
.z3ad6p .xjnc { color: var(--accent-light); }
.z3ad6p .ztkux { --msep-color: #8b949e; }
.z3ad6p .ztkux a { color: #8b949e; }
.z3ad6p .ztkux a:hover { color: var(--accent-light); }
.z3ad6p .q5d2bpfu { color: #8b949e; }
.z3ad6p .lij8yxm9 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.z3ad6p .ahpvud,
.z3ad6p .ts6vpq { color: #6e7681; }
.z3ad6p .o3u3uefp a, .z3ad6p .y8wbtb76 a,
.z3ad6p .ftsewb a, .z3ad6p .slhbpf a,
.z3ad6p .w4zv a { color: #8b949e; }
.z3ad6p .moka { color: #e6edf3; }
.z3ad6p .o3u3uefp a:hover, .z3ad6p .y8wbtb76 a:hover,
.z3ad6p .ftsewb a:hover, .z3ad6p .slhbpf a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .z3ad6p .ztkux { background: #0d1117; border-top-color: #21262d; }
  .z3ad6p .ztkux li a { border-bottom-color: #21262d; }
}
.r8sg0u9 .rxof0u      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.r8sg0u9 .xjnc { color: var(--accent-light); }
.r8sg0u9 .ztkux { --msep-color: #475569; }
.r8sg0u9 .ztkux a { color: #475569; }
.r8sg0u9 .ztkux a:hover { color: var(--accent-light); }
.r8sg0u9 .q5d2bpfu { color: #64748b; }
.r8sg0u9 .lij8yxm9 { background: #f0f4f8; border-top-color: #cbd5e1; }
.r8sg0u9 .ahpvud,
.r8sg0u9 .ts6vpq { color: #64748b; }
.r8sg0u9 .ftsewb a, .r8sg0u9 .slhbpf a,
.r8sg0u9 .w4zv a, .r8sg0u9 .moka { color: #374151; }
.r8sg0u9 .ftsewb a:hover, .r8sg0u9 .slhbpf a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .r8sg0u9 .ztkux { background: #f0f4f8; border-top-color: #cbd5e1; }
  .r8sg0u9 .ztkux li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.gj42w1 .rxof0u      { background: var(--accent); border-bottom-color: var(--accent-light); }
.gj42w1 .xjnc { color: #fff; }
.gj42w1 .ztkux { --msep-color: rgba(255,255,255,0.82); }
.gj42w1 .ztkux a { color: rgba(255,255,255,0.82); }
.gj42w1 .ztkux a:hover { color: #fff; }
.gj42w1 .q5d2bpfu { color: rgba(255,255,255,0.9); }
.gj42w1 .lij8yxm9 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.gj42w1 .ahpvud,
.gj42w1 .ts6vpq { color: rgba(255,255,255,0.72); }
.gj42w1 .ftsewb a, .gj42w1 .slhbpf a,
.gj42w1 .w4zv a, .gj42w1 .moka { color: #fff; }
.gj42w1 .ftsewb a:hover, .gj42w1 .slhbpf a:hover { color: #fff; }
@media (max-width: 640px) {
  .gj42w1 .ztkux { background: var(--accent); border-top-color: var(--accent-light); }
  .gj42w1 .ztkux li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.ah3b6k .rxof0u {
  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);
}
.ah3b6k .lij8yxm9 {
  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) {
  .ah3b6k .ztkux {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.hxgd5cl4 .nm778x { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.ytqh .nm778x { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.gdc1kf .nm778x { min-height: 72px; height: auto; }
.wxkmuio .nm778x { min-height: 84px; height: auto; }
.v555gxf .nm778x { max-width: none; padding: 0 32px; }
.v555gxf .w0f2  { max-width: none; padding: 24px 32px; }
.gvdw.elwk4n2 .nm778x { max-width: 1200px; }
.gvdw.z36kbq9p .nm778x { max-width: 1320px; }
.vj4m   .xjnc, .vj4m   .moka { text-transform: capitalize; }
.sw7nlizm .xjnc, .sw7nlizm .moka { text-transform: lowercase; }
.e581p .xjnc, .e581p .moka { text-transform: uppercase; letter-spacing: 0.06em; }
.jt3v, .w757 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.u229qmc .jt3v,
.u229qmc .w757 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.vfysgg0 .jt3v,
.vfysgg0 .w757 { 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; }
.zmu47 .jt3v,
.zmu47 .w757 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.w1clz .jt3v,
.w1clz .w757 { 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; }
.eu6wkc   .ztkux a { font-weight: 500; }
.q7md6lkx .ztkux a { font-weight: 600; }
.whevqpc     .ztkux a { font-weight: 700; }
.e431    .ztkux a { font-weight: 800; letter-spacing: 0.01em; }
.sn5g3     .ztkux > li + li::before,
.bhhndfb    .ztkux > li + li::before,
.ayy6    .ztkux > li + li::before,
.ogja .ztkux > li + li::before,
.ysxm .ztkux > li + li::before,
.g4fjr  .ztkux > li + li::before,
.y8ph9j    .ztkux > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.sn5g3     .ztkux > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.bhhndfb    .ztkux > li + li::before { content: "|"; }
.ayy6    .ztkux > li + li::before { content: "—"; }
.ogja .ztkux > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ysxm .ztkux > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.g4fjr  .ztkux > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.y8ph9j    .ztkux > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .hu76f1j1 .q5d2bpfu,
  .gf9l .q5d2bpfu,
  .fiesvksy .q5d2bpfu,
  .f7716l .q5d2bpfu,
  .bymt .q5d2bpfu {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .hu76f1j1 .q5d2bpfu::before,
  .gf9l .q5d2bpfu::before,
  .fiesvksy .q5d2bpfu::before,
  .f7716l .q5d2bpfu::before,
  .bymt .q5d2bpfu::before { content: ""; display: block; flex-shrink: 0; }

  
  .hu76f1j1 .q5d2bpfu::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;
  }

  
  .gf9l .q5d2bpfu::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;
  }

  
  .fiesvksy .q5d2bpfu::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;
  }

  
  .f7716l .q5d2bpfu::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;
  }

  
  .bymt .q5d2bpfu::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) {
  .p8whju .q5d2bpfu {
    padding: 5px 14px;
  }
  .p8whju .ztkux {
    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;
  }
  .p8whju .ztkux li a {
    border-bottom: none; padding: 10px 22px;
  }
  .p8whju .ztkux li a:hover { background: var(--bg-raised); }
  .p8whju .yfuoitiu,
  .vdu3of .yfuoitiu,
  .dq4ldwi .yfuoitiu { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .td8pa .q5d2bpfu {
    padding: 5px 10px;
  }
  .td8pa .ztkux {
    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);
  }
  .td8pa .ztkux.bgfp68r { transform: translateX(0); }
  .td8pa .ztkux li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .td8pa .ztkux li:last-child a { border-bottom: none; }
  .gj42w1 .ztkux,
  .z3ad6p .ztkux { background: var(--accent) !important; }
  .gj42w1 .ztkux li a,
  .z3ad6p .ztkux li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .dq4ldwi .q5d2bpfu {
    padding: 5px 10px;
  }
  .dq4ldwi .ztkux {
    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);
  }
  .dq4ldwi .ztkux::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .dq4ldwi .ztkux.bgfp68r { transform: translateY(0); }
  .dq4ldwi .ztkux li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .t1wa8ki .q5d2bpfu {
    padding: 5px 10px;
  }
  .t1wa8ki .ztkux {
    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;
  }
  .t1wa8ki .ztkux.bgfp68r { opacity: 1; pointer-events: auto; }
  .t1wa8ki .ztkux li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .casln     .q5d2bpfu { border-radius: 0 !important; }
  .tws7z3oe   .q5d2bpfu { border-radius: 8px !important; }
  .mrb3 .q5d2bpfu { border-radius: 50% !important; }
  .m7bul   .q5d2bpfu { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .d69i1 .l95p { flex-direction: column; align-items: stretch; }
  .d69i1 .x9sr5lk { flex-direction: row; min-width: auto; }
  .d69i1 .fv3hcf { align-items: flex-start; text-align: left; }
}
.uryotx,
.uryotx.xbfl4g5,
.xp2470e .uryotx,
.gfvl2i6g .uryotx,
.kdwbxpar .uryotx,
.mabgchs .uryotx {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.r3dol7 {
  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;
}
.jnegp { flex: 1 1 280px; min-width: 0; }
.dyjv {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.kr3xtfz6 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.d3yz {
  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;
}
.d3yz:hover { transform: translateY(-1px); opacity: 0.95; }
.uomqdte3 .r3dol7 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.uomqdte3 .dyjv { color: var(--cta); }
.uomqdte3 .kr3xtfz6 { color: var(--text-body); }
.uomqdte3 .d3yz {
  background: var(--cta) !important;
  color: #fff !important;
}
.y5si0 .r3dol7 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.y5si0 .dyjv { color: var(--text-primary); }
.y5si0 .kr3xtfz6 { color: var(--text-body); }
.y5si0 .d3yz {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .r3dol7 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .jnegp { flex: 0 0 auto; }
  .dyjv { font-size: 1.2rem; }
  .d3yz { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.r7n19o .db16lci2 { height: 36px; }
.u3jxvrw .db16lci2 { height: 60px; max-width: 200px; }
.oxlxn7m .db16lci2 { height: 76px; max-width: 240px; }
.lnie9x9    .i8sjmq58, .lnie9x9    .e7gr5vm { color: #f59e0b; }
.m3qom4n6 .fla5y {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.m3qom4n6 .ease4uh {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
@media (min-width: 720px) {
  .r33s .l8zemn {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .r33s .y5me7 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .r33s .y5me7 { padding: 40px 16px 20px; }
  .r33s .yrdj {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .r33s .wcaty8 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .cg3llo .y5me7 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .cg3llo .y5me7::before {
    position: absolute; top: 14px; left: 14px;
  }
  .cg3llo .pecokn {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .cg3llo .hg7cxkb { white-space: normal; text-align: center; font-size: 1.2rem; }
  .cg3llo .yrdj {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .cg3llo .wcaty8 { width: 100%; min-width: 0; }
  .cg3llo .i8sjmq58 { min-width: 0; }
}
.r2we .y5me7::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.o1jddfku .grx6e4 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.o1jddfku .grx6e4 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.o1jddfku .grx6e4 p { padding: 0 2px 16px; }
.c81v .grx6e4 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.c81v .grx6e4 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.c81v .grx6e4 summary::after { content: "›"; font-size: 1.2em; }
.c81v .grx6e4[open] summary::after { content: "‹"; }
.c81v .grx6e4 p { padding: 10px 22px 4px; }
.t85vsi8v .grx6e4 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.t85vsi8v .grx6e4 summary { color: var(--text-primary); padding-left: 16px; }
.t85vsi8v .grx6e4 summary::after { content: "›"; font-size: 1.1em; }
.t85vsi8v .grx6e4[open] summary::after { content: "‹"; }
.t85vsi8v .grx6e4 p { padding-left: 16px; }
.qquvqo .wnkm { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.qquvqo .grx6e4 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.qquvqo .grx6e4:last-child { border-bottom: none; }
.qquvqo .grx6e4 summary { color: var(--text-primary); border-radius: 0; }
.qquvqo .grx6e4 summary::after { content: "›"; font-size: 1.1em; }
.qquvqo .grx6e4[open] summary::after { content: "‹"; }
.p407ptb .grx6e4 { overflow: hidden; }
.p407ptb .grx6e4 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.p407ptb .grx6e4 summary::after { color: rgba(255,255,255,.75); }
.p407ptb .grx6e4[open] summary { border-radius: 0; }
.dh63wf1j { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.x6cl {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.mdd1c6t {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.ylowpy { color: var(--text-muted); font-size: 1.05rem; }
.cen5w1 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.g0si9qv3 { margin-bottom: 20px; }
.fm9df {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.hs4opoh {
  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;
}
.hs4opoh:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.fc6i { resize: vertical; min-height: 130px; }
.nrvd8 { width: 100%; margin-top: 8px; }
.ahq43 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.s0jup0 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.p1ry { color: var(--text-muted); line-height: 1.75; }
.mdx0k9du { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.mdx0k9du li { margin-bottom: 6px; }
.k3pw4 { max-width: 760px; margin: 0 auto; }
.mabz { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.otdb1lv2 { max-width: 760px; margin: 0 auto; }
.q70fjoz { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.mc7rqf5w ul.mdx0k9du { margin: 0; }
.k25k .q70fjoz { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .k25k { grid-template-columns: 1fr; gap: 10px; } }
.zydskzt { max-width: 640px; margin: 0 auto; text-align: center; }
.vm6u { margin-bottom: 48px; }
.vm6u .q70fjoz { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.vm6u p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ts7yse .mdx0k9du { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .j70ci7zc { grid-template-columns: 1fr; } }
.gzc4 ul.mdx0k9du { margin: 0; }
.o8dr80 .mdx0k9du,
.i37wslr .mdx0k9du,
.tbrv9ud .mdx0k9du,
.ugta .mdx0k9du {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .ts90wfg3 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .c02slglj { grid-template-columns: 1fr; } .vy9oa { position: static; text-align: center; } }
@media (max-width: 860px) { .sx9f { grid-template-columns: 1fr; } }
.ugta .mdx0k9du { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .pk0j { flex-direction: column; text-align: center; } .buw1cg55 { grid-template-columns: 1fr; } }
.xwu30r {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.xwu30r .mdd1c6t { color: var(--accent-light); }
.hee1uhzz .mdd1c6t { font-size: 2rem; }
.hee1uhzz .ylowpy { max-width: 680px; }
.ugb4 .mdd1c6t { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.ugb4 .ylowpy  { margin: 0; }
@media (max-width: 640px) { .ugb4 { flex-direction: column; } }
.dwllc .mdd1c6t { color: var(--accent-light); }
.yo7r0tw .mdd1c6t { color: #fff; }
.yo7r0tw .ylowpy  { color: rgba(255,255,255,0.85); }
.o3jk33v { max-width: 680px; margin: 0 auto; }
@media (max-width: 540px) { .u2sg08lw { grid-template-columns: 1fr; } }
.qwl6e .hs4opoh {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.qwl6e .hs4opoh:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.jcjxph9l .hs4opoh { background: var(--bg-raised); border-color: transparent; }
.jcjxph9l .hs4opoh:focus { background: var(--bg-card); border-color: var(--accent-light); }
.f80y4p7 .hs4opoh { border-radius: 100px; padding: 11px 20px; }
.f80y4p7 .fc6i { border-radius: 14px; }
.cgivj {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.cgivj 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;
}
.cgivj summary::-webkit-details-marker { display: none; }
.cgivj summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.cgivj[open] summary::after { content: "−"; }
.a3d6 {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
.dyli3pen {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .dyli3pen { grid-template-columns: 1fr; } }
.mp41kni {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.mp41kni h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.mp41kni p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.oozcj { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.oozcj li { margin-bottom: 6px; }
.pbv3n{position:relative;overflow:visible}
.r9xr .equ4kf{display:block}
.zzpxix .v2yly{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.bow5y8{--date-bg:var(--accent-bg-light)}
.lqf7v5vw .aexxd0bt::before{content:""}
.ts1l .mc9ir{padding:20px 0}
@media(max-width:640px){
  .mc9ir{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .iajpda{max-width:100%}
}
.uga8lm0{margin:24px 0 32px;padding:0;list-style:none}
.i8mk{margin:18px 0 28px}
.i8mk .p24d{margin:0}
@media (max-width:560px){
  .c3neps{grid-template-columns:repeat(2,1fr);gap:12px}
}
.t3xs{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));
  gap:14px;
  margin:16px 0;
}
.zf6nm7{
  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;
}
.zf6nm7:hover{ background:var(--bg-hover); transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,.18); }
.lx6m0{
  display:block; width:100%; aspect-ratio: 4 / 3;
  background:var(--bg-surface); overflow:hidden;
}
.lx6m0 img{ width:100%; height:100%; object-fit:cover; display:block; }
.mr27b{ display:flex; flex-direction:column; gap:2px; padding:10px 12px; }
.wi7h{ font-weight:700; font-size:.95rem; line-height:1.25; color:var(--cta); }
.n20brpr5{ font-size:.78rem; color:var(--text-muted); }
.q24xk29{ font-size:.75rem; color:var(--cta); font-weight:700; }
.vxa6el{
  display:block; text-align:center; padding:8px 12px; margin:0 12px 12px;
  font-size:.82rem; border-radius:6px;
}
.r5hy{ display:flex; flex-direction:column; gap:18px; margin:16px 0; }
.euoq{ }
.dhsvdm{
  font-size:1rem; font-weight:700;
  margin:0 0 10px;
  text-transform:uppercase; letter-spacing:.04em;
  color:var(--text-muted);
}
.zufe{
  display:flex; flex-wrap:wrap; gap:10px;
}
.jkzj89zr{
  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;
}
.jkzj89zr img{
  max-width:80px; max-height:32px; object-fit:contain; display:block;
}
@media (max-width:560px){
  .t3xs{ grid-template-columns: repeat(2, 1fr); gap:10px; }
  .wi7h{ font-size:.85rem; }
  .q9zhl{ grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); }
}
.l78otf .t3xs{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px !important;
}
.l78otf .lx6m0{ aspect-ratio: 3 / 4; }
.l78otf .mr27b{ padding: 14px 14px 6px; }
.l78otf .vxa6el{ margin: 0 14px 14px; padding: 10px 14px; font-size: .9rem; }
.itg21 .t3xs{
  display: flex !important;
  grid-template-columns: none !important;
  gap: 12px !important;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
}
.itg21 .zf6nm7{
  flex: 0 0 200px;
  scroll-snap-align: start;
}
.itg21 .lx6m0{ aspect-ratio: 1 / 1; }
.itg21 .mr27b{ padding: 8px 10px; }
.itg21 .wi7h{ font-size: .82rem; }
.itg21 .n20brpr5, .itg21 .q24xk29{ display: none; }
.itg21 .vxa6el{ margin: 0 10px 10px; padding: 6px 10px; font-size: .75rem; }
.mio8vw .t3xs{
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 12px !important;
}
.mio8vw .zf6nm7{
  background: transparent !important;
  border: 2px solid var(--accent) !important;
  border-radius: 6px !important;
}
.mio8vw .wi7h{ color: var(--text, #fff); }
.mio8vw .n20brpr5{ color: var(--text-muted, #999); }
.tlfi86 .ci3rz{
  background: transparent !important;
  border: 2px solid var(--accent-muted, rgba(255,255,255,.15)) !important;
  border-radius: 4px !important;
}
.tlfi86 .ci3rz:hover{
  background: var(--accent) !important;
  border-color: var(--accent) !important;
}
.ubcu65 .dhsvdm{ display: none; }
.ubcu65 .r5hy{
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 10px;
}
.ubcu65 .euoq{ display: contents; }
.ubcu65 .zufe{ display: contents; }
.g66xt7uu .jkzj89zr{
  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;
}
.g66xt7uu .jkzj89zr img{ max-width: 36px !important; max-height: 22px !important; }
.g66xt7uu .jkzj89zr::after{
  content: attr(title);
  font-size: .8rem;
  color: var(--text, #fff);
  font-weight: 500;
}
.xsjoqjov .r5hy{ gap: 10px; }
.xsjoqjov .dhsvdm{
  display: inline-block; min-width: 110px; margin: 0 12px 0 0; opacity: .55;
  font-size: .72rem;
}
.xsjoqjov .euoq{
  display: flex; align-items: center; flex-wrap: wrap;
}
.xsjoqjov .zufe{ flex: 1; gap: 8px; }
.xsjoqjov .jkzj89zr{
  min-width: 70px !important; min-height: 36px !important; padding: 4px 8px !important;
}
.xsjoqjov .jkzj89zr img{ max-height: 22px !important; }
.rmp020 .t3xs{
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 14px !important;
}
.rmp020 .zf6nm7{
  position: relative;
  border: none !important;
  border-radius: 12px !important;
  overflow: hidden;
  background: var(--bg-surface) !important;
}
.rmp020 .lx6m0{
  aspect-ratio: 3 / 4;
  display: block;
}
.rmp020 .lx6m0 img{
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .35s ease, filter .25s ease;
}
.rmp020 .mr27b{
  
  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;
}
.rmp020 .wi7h{
  color: #fff !important;
  font-size: 1rem;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0,0,0,0.7);
}
.rmp020 .n20brpr5,
.rmp020 .q24xk29{
  color: rgba(255,255,255,0.85) !important;
  font-size: .72rem;
}
.rmp020 .vxa6el{
  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;
}
.rmp020 .zf6nm7:hover .lx6m0 img{
  transform: scale(1.06);
  filter: brightness(0.55);
}
.rmp020 .zf6nm7:hover .mr27b{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.rmp020 .zf6nm7:hover .vxa6el{
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}
@media (max-width: 700px){
  .rmp020 .t3xs{ grid-template-columns: repeat(2, 1fr) !important; }
  
  .rmp020 .mr27b{ opacity: 1; transform: none; }
  .rmp020 .vxa6el{ opacity: 1; transform: translate(-50%, -50%); }
  .rmp020 .lx6m0 img{ filter: brightness(0.8); }
}
.llt34 .pnhyj9::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;
}
.llt34 .pnhyj9{
  
  line-height: 1.7;
  margin-bottom: 18px;
}
.h5j8oo5s .pnhyj9,
.h5j8oo5s .wq1f9fv{
  position: relative;
  font-style: italic;
  font-size: 1.05em;
  line-height: 1.65;
  color: var(--text-primary);
  margin: 8px 0 22px;
}
.h5j8oo5s .nsiafhe { padding: 8px 0 8px 56px; }
.h5j8oo5s .nsiafhe::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;
}
.h5j8oo5s .qg7t { padding: 8px 56px 8px 0; text-align: right; }
.h5j8oo5s .qg7t::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;
}
.h5j8oo5s .meny { padding: 8px 22px; }
.h5j8oo5s .meny::before,
.h5j8oo5s .meny::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;
}
.h5j8oo5s .meny::before { content: "\00AB\00A0"; margin-right: 4px; }
.h5j8oo5s .meny::after  { content: "\00A0\00BB"; margin-left: 4px; }
.h5j8oo5s .h8dhs4 {
  padding: 6px 0 6px 16px;
  border-left: 3px solid var(--cta);
}
.h5j8oo5s .rubzvbgt { padding: 32px 0 8px 0; }
.h5j8oo5s .rubzvbgt::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;
}
.h5j8oo5s .ho1or {
  padding: 18px 24px; text-align: center; font-size: 1.15em;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.qfn1 { padding-top: 6px; }
.qfn1 .m350jxhx{
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.qfn1 .m350jxhx::after{
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 28px; height: 2px;
  background: var(--cta);
  opacity: .55;
}
.qfn1 p { margin: 0 0 10px; }
.qfn1 p:last-child { margin-bottom: 0; }
.ghhsg{
  position: relative;
  padding-left: 16px;
  margin-top: 18px;
  font-style: italic;
  color: var(--text-muted);
  border-left: 3px solid var(--cta);
}
.n7ngyyyk{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin: 14px 0;
}
.nulcra1{
  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;
}
.nulcra1:hover{ border-color: var(--cta); background: var(--bg-hover); }
.cpwm2jy{
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--cta);
  position: relative;
  
  display: none;
}
.cpwm2jy::after{
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 50%, rgba(255,255,255,.3) 100%);
  border-radius: inherit;
}
.g8vsmg{ flex: 1; min-width: 0; }
.zuzet{
  font-weight: 700;
  font-size: .95rem;
  color: var(--text-primary);
  margin-bottom: 2px;
  line-height: 1.25;
}
.zdlptf3{
  font-size: .85rem;
  color: var(--text-muted);
  line-height: 1.4;
}
.n7ngyyyk.zk2s3t .nulcra1 { flex-direction: column; align-items: center; text-align: center; padding: 16px 14px; }
.n7ngyyyk.zk2s3t .cpwm2jy { width: 36px; height: 36px; }
.n7ngyyyk.zk2s3t .g8vsmg { text-align: center; }
.n7ngyyyk.fqs730 .nulcra1 { border: 2px solid var(--cta); background: var(--bg-card-inner); }
.n7ngyyyk.olhs09mw { counter-reset: fgb-c; }
.n7ngyyyk.olhs09mw .nulcra1 { counter-increment: fgb-c; }
.lwn65 {
  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;
}
.tpzoy0lg.vmw2hlz9 .x8lrbn { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: start; padding: 14px 16px; text-align: left; }
.tpzoy0lg.vmw2hlz9 .uiginegx { grid-row: 1 / span 3; grid-column: 1; width: 56px; height: 56px; border-radius: 12px; margin: 0; border-width: 2px; }
.tpzoy0lg.vmw2hlz9 .ttnb { grid-row: 1 / span 3; grid-column: 1; width: 48px; height: 48px; margin: 0; }
.tpzoy0lg.vmw2hlz9 .ut6r { grid-column: 2; text-align: left; padding: 0; }
.tpzoy0lg.vmw2hlz9 .issql1 { grid-column: 2; text-align: left; padding: 0; }
.tpzoy0lg.vmw2hlz9 .v8lb6kb { grid-column: 2; padding-left: 18px; }
.tpzoy0lg.xphed .uiginegx,
.tpzoy0lg.xphed .ttnb { display: none; }
.tpzoy0lg.xphed .x8lrbn { padding: 16px 18px; text-align: left; }
.tpzoy0lg.xphed .ut6r { text-align: left; }
.tpzoy0lg.xphed .issql1 { text-align: left; }
.tpzoy0lg.zgp4 { counter-reset: clb-n; }
.tpzoy0lg.zgp4 .x8lrbn { counter-increment: clb-n; }
.tpzoy0lg.zgp4 .uiginegx { display: none; }
.tpzoy0lg.zgp4 .ttnb { 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; }
.tpzoy0lg.zgp4 .ttnb::before { content: counter(clb-n); font-family: inherit; }
.tpzoy0lg.zgp4 .ttnb::after { display: none; }
.tpzoy0lg.zgp4 .x8lrbn:not(:has(.ttnb)) .ut6r::before { content: counter(clb-n) ". "; color: var(--cta); font-weight: 700; }
.nssc9 .x8lrbn { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: start; padding: 14px 16px; text-align: left; }
.nssc9 .uiginegx { grid-row: 1 / span 3; grid-column: 1; width: 56px; height: 56px; border-radius: 12px; margin: 0; border-width: 2px; }
.nssc9 .ut6r { grid-column: 2; text-align: left; padding: 0; }
.nssc9 .issql1 { grid-column: 2; text-align: left; padding: 0; }
.nssc9 .v8lb6kb { grid-column: 2; padding-left: 18px; }
.b5zb7zin .tpzoy0lg { counter-reset: cl-n; }
.b5zb7zin .x8lrbn { counter-increment: cl-n; }
.b5zb7zin .uiginegx { display: none; }
.b5zb7zin .x8lrbn:not(:has(.ttnb)) .ut6r::before { content: counter(cl-n) ". "; color: var(--cta); font-weight: 700; }
.cnztg .uiginegx,
.cnztg .x8lrbn { padding: 16px 18px; text-align: left; }
.cnztg .ut6r { text-align: left; }
.cnztg .issql1 { text-align: left; }
.iotpqp .nulcra1 { border: 0; border-left: 3px solid var(--cta); border-radius: 0 8px 8px 0; padding-left: 14px; background: transparent; }
.iotpqp .cpwm2jy { display: none; }
.m50cm4q8 .nulcra1 { border: 0; background: var(--bg-card-inner); }
.m50cm4q8 .cpwm2jy { width: 36px; height: 36px; border-radius: 18px; background: rgba(255,255,255,0.06); }
.m50cm4q8 .cpwm2jy::after { background: radial-gradient(circle at 50% 50%, var(--cta) 0 6px, transparent 7px); inset: 0; opacity: 0.9; }
.n2ys .n7ngyyyk { counter-reset: fg-c; }
.n2ys .nulcra1 { counter-increment: fg-c; }
.n2ys .cpwm2jy { width: 30px; height: 30px; border-radius: 50%; background: var(--cta); display: flex; align-items: center; justify-content: center; }
.n2ys .cpwm2jy::after { content: counter(fg-c); position: static; background: none; color: #fff; font-weight: 700; font-size: 0.9rem; line-height: 1; }
.ac8loi40 .nulcra1 { border: 0; background: transparent; padding: 10px 4px; }
.ac8loi40 .nulcra1 + .nulcra1 { border-top: 1px solid var(--border); }
.ac8loi40 .cpwm2jy { width: 6px; height: 6px; border-radius: 50%; margin-top: 9px; }
.ac8loi40 .cpwm2jy::after { display: none; }
.bx74pu .nulcra1 { border: 0; background: var(--bg-card); padding: 12px 14px; }
.bx74pu .cpwm2jy { width: 8px; height: 8px; border-radius: 50%; margin-top: 7px; }
.bx74pu .cpwm2jy::after { display: none; }
.vlnwlfe .nulcra1 { display: block; position: relative; padding: 14px 16px 14px 44px; }
.vlnwlfe .cpwm2jy { position: absolute; top: 14px; left: 14px; width: 20px; height: 20px; border-radius: 4px; }
.vlnwlfe .g8vsmg { display: block; }
.kimdig .nulcra1 { background: transparent; }
.kimdig .cpwm2jy { background: transparent; border: 2px solid var(--cta); width: 32px; height: 32px; }
.kimdig .cpwm2jy::after { background: linear-gradient(135deg, var(--cta) 0%, transparent 60%); opacity: 0.5; }
@media (max-width: 560px){
  .k9ehlz{ grid-template-columns: repeat(2, 1fr); padding: 14px 10px; }
  .tyg8fpzr{ 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) {
  .prq4 { padding: 28px 18px 20px; }
  .vtck { font-size: 1.2rem; }
  .loqk { max-width: 220px; max-height: 80px; }
}
.crgrz6 .xbfl4g5 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.crgrz6 .ogs8g {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.crgrz6 .r3dol7 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.o62u9  .akytz { border-radius: 50%; }
.nlk7yit .r3dol7 { align-items: center; flex-wrap: wrap; }
@media (max-width: 640px) {
  .akytz { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
@media (max-width: 640px) {
  .x6r4z97 { display: none; }
  .lq2f {
    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;
  }
}
.umjax2xq .lhms,
.umjax2xq .yewj15q h2, .umjax2xq .yewj15q h3, .umjax2xq .yewj15q h4,
.umjax2xq .ut6r h3, .umjax2xq .zuzet,
.umjax2xq .y0jb, .umjax2xq .tr202r6j { color: var(--cta) !important; }
.umjax2xq .ez2o,
.umjax2xq .h6hl,
.umjax2xq .icnl,
.umjax2xq .t3z29q {
  background: var(--accent-bg) !important;
  border-color: var(--cta) !important;
}
.umjax2xq .ez2o strong { color: var(--cta) !important; }
.umjax2xq .ez2o .afsbi3ca,
.umjax2xq .ez2o .afsbi3ca::before { color: var(--cta) !important; }
.umjax2xq [data-c] {
  color: var(--cta) !important;
  background: color-mix(in srgb, var(--cta) 14%, transparent) !important;
}
.umjax2xq .k9ehlz, .umjax2xq .z8j4a,
.umjax2xq .eq5ufkd, .umjax2xq .jiki1uzh,
.umjax2xq .x8lrbn { border-color: var(--cta) !important; }
.umjax2xq .tyg8fpzr { color: var(--cta) !important; }
.jmgt, .mcl3ec, .lq2f, .v15h7j,
.d3yz, .ff4yx5ky, .wcaty8 { text-transform: capitalize; }
:root {
  --accent:          #252434;
  --brand:           #252434;
  --brand-light:     #ff2349;
  --brand-pale:      #ff2349;
  --grad-start:      #000000;
  --grad-end:        #1a1924;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #ff2349;
  --cta-light:       #fb738a;
  --cta-hover:       #fe4b6a;
  --bg-page:         #0a0a0f;
  --bg-surface:      #111018;
  --bg-card:         #171721;
  --bg-card-inner:   #1e1d2a;
  --bg-raised:       #242333;
  --bg-hover:        #2a293c;
  --border:          #333248;
  --border-alt:      #403e5a;
  --border-section:  #333248;
  --text-primary:    #e5e4e6;
  --text-muted:      #a4a3a7;
  --text-body:       #cbcacd;
  --text-sub:        #a4a3a7;
  --text-faint:      #707075;
  --text-dim:        #57575b;
  --text-label:      #8a898e;
  --text-value:      #bebdc0;
  --accent-bg:       #1e1e1e;
  --accent-bg-light: #2d2d2d;
  --bg-tip:          #162621;
  --bg-warning:      #272115;
  --bg-info:         #161b26;
  --bg-pros:         #162621;
  --bg-cons:         #26161b;
  --c-pros:          #93dbc6;
  --c-cons:          #e689a4;
  --c-pros-label:    #6dceb2;
  --c-tip-border:    #52c5a4;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #93dbc6;
}
:root { --logo-bg-opacity: 44%; }
body, button, input { font-family: "Saira", sans-serif; }
.dfvy3c9y .afsbi3ca { font-size: 0; width: 1.2rem; flex-shrink: 0; }.dfvy3c9y .afsbi3ca::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.dfvy3c9y .h6hl     .afsbi3ca::before { content: "";  color: var(--c-tip-border); }.dfvy3c9y .icnl .afsbi3ca::before { content: ""; color: var(--c-warn-border); }.dfvy3c9y .t3z29q    .afsbi3ca::before { content: ""; color: #60a5fa; }.vtkfg .dfvy3c9y .h6hl     .afsbi3ca::before { color: #10b981; }.vtkfg .dfvy3c9y .icnl .afsbi3ca::before { color: #f43f5e; }.vtkfg .dfvy3c9y .t3z29q    .afsbi3ca::before { color: #a855f7; }.bjgx1k  .dfvy3c9y .h6hl     .afsbi3ca::before { color: #eab308; }.bjgx1k  .dfvy3c9y .icnl .afsbi3ca::before { color: #ef4444; }.bjgx1k  .dfvy3c9y .t3z29q    .afsbi3ca::before { color: #f97316; }.i0ea  .dfvy3c9y .h6hl     .afsbi3ca::before { color: #38bdf8; }.i0ea  .dfvy3c9y .icnl .afsbi3ca::before { color: #818cf8; }.i0ea  .dfvy3c9y .t3z29q    .afsbi3ca::before { color: #2dd4bf; }.hgwwhq .dfvy3c9y .afsbi3ca::before { color: var(--accent-light) !important; }
.m602 .b7kylbq, .m602 .qi5o { min-height: 420px; }
.s6khlh::before { content: '|'; opacity: 0.3; }
.k104txv1 .mzqcd {  background: rgba(0,0,0,0.45);  backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }.k104txv1 .mouo {  filter: blur(2px) brightness(0.88); }.k104txv1 .yp4d {  backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }