:root {
  --color-accent: #96036d;
  --color-cta: #4c8076;
  --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;
}
.gbnkgnw {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.n7ae6im {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.d8uotk05 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.vlis { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.ozu4lz { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ozu4lz a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.ozu4lz a:hover { color: var(--accent-light); }
.vhi3o4  .l8lhcdm { border-radius: 14px; }
.vhi3o4 .l8lhcdm li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.vhi3o4 .l8lhcdm li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
@media (max-width: 640px) {
  .l8lhcdm {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .dkndi:hover .l8lhcdm,
  .dkndi:focus-within .l8lhcdm { display: block; }
  .l8lhcdm li a { padding: 8px 16px; font-size: 0.88rem; }
}
.t2ns2sdh {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.jqpi { display: none; }
@media (max-width: 640px) {
  .jqpi {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .jqpi.sosvui1 { display: block; }
}
@media (max-width: 640px) {
  .t2ns2sdh { display: block; }
  .ozu4lz > li + li::before { display: none !important; }
  .ozu4lz {
    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;
  }
  .ozu4lz.sosvui1 { display: flex; }
  .ozu4lz li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .ozu4lz li:last-child a { border-bottom: none; }
}
.d4q47 { min-height: 480px; }
.vc3t {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.is51r { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.k5ww0p .is51r { margin-left: 0; margin-right: 0; }
.izc2s {
  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;
}
.hiok .izc2s { margin-top: 24px; }
.izc2s:hover { opacity: 0.88; }
.i367wm0q .vc3t { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.i367wm0q .is51r { color: #e2e8f0; }
.i367wm0q.e8524c4 .d8zy83pb { text-align: center; }
.hlyz1 .vc3t { color: var(--text-primary); text-shadow: none; }
.hlyz1 .is51r { color: var(--text-muted); }
.hlyz1 .izc2s { margin-top: 16px; }
.hlyz1, .hlyz1.d4q47 { min-height: auto !important; }
.hlyz1.e8524c4 .d8zy83pb { text-align: center; }
.hlyz1~.v7i3l5{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.hlyz1~.v7i3l5 .jxlr365{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.fbje .vc3t { color: #fff; }
.fbje .is51r { color: rgba(255,255,255,0.85); }
.fbje .izc2s { background: #fff; color: var(--cta); }
.fbje .izc2s:hover { opacity: 0.92; }
.pjgib7z7 .ujf9w { position: relative; overflow: hidden; }
.pjgib7z7 .ujf9w::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.chhepov .ujf9w {
  animation: hg-breathe 7s ease-in-out infinite;
}
.du5n7i3u .ujf9w { position: relative; overflow: hidden; }
.du5n7i3u .ujf9w::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;
}
.afcl4pe .ujf9w { position: relative; overflow: hidden; }
.afcl4pe .ujf9w::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.yckuet7f .ujf9w {
  animation: hg-fadein 1.2s ease-out both;
}
.ujf9w {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.e5gprxm {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.urvkh70 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.nkooxroo {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.ujf9w .vc3t { text-shadow: none; color: var(--text-primary); }
.ujf9w .is51r { color: var(--text-muted); }
body.viq8q68 .vc3t {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.hxic .vc3t {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.d4q47.fbje .vc3t,
section.fbje .vc3t {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.ujf9w.e8524c4 .e5gprxm { align-items: center; text-align: center; }
.ujf9w.k5ww0p   .e5gprxm { align-items: flex-start; text-align: left; }
.bgy2g .urvkh70 { position: relative; }
.bgy2g .urvkh70::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.bgy2g.ar6rfy .urvkh70::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.wkpqp .urvkh70 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.wkpqp .nkooxroo {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.wkpqp.ar6rfy .urvkh70 { padding: 32px 0 32px 32px; }
.yjqof72d .urvkh70 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.yjqof72d .nkooxroo {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.yjqof72d .t9k59 {
  position: static;
  width: 100%; aspect-ratio: 4/3;
  border-radius: 16px;
}
.ar6rfy { grid-template-areas: "media text"; }
.ar6rfy .e5gprxm {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.yjqof72d.ar6rfy .urvkh70 { padding: 40px 16px 40px 48px; }
.d4q47 .ihs5 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.ihs5 .hyj4a3g.opkq8wz5 {
  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;
}
.ihs5 .hyj4a3g.opkq8wz5:hover { opacity: 0.85; }
.p4m8xct .urvkh70 {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .ujf9w { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .ujf9w:not(.p4m8xct) .urvkh70 { display: none !important; }
  .p4m8xct .urvkh70 { padding: 16px; }
  .e5gprxm  { padding: 36px 24px; }
  .ujf9w~.v7i3l5,.ar6rfy~.v7i3l5{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .d4q47, .ujf9w { min-height: 320px !important; }
  .vc3t { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .e4mf4ga,
  .j61ocjyj,
  .f8nn2u5 { grid-template-columns: 1fr !important; }

  

  
  .ug4x6 { display: flex !important; flex-direction: column !important; }
  .ug4x6 .d8zy83pb { display: contents; }
  .ug4x6 .l8fa7 { order: 0; }
  .ug4x6 .vc3t { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .ug4x6 .e4mf4ga { order: 2; padding: 0 16px 12px !important; }
  .ug4x6 .is51r { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .hiok .d8zy83pb { display: flex; flex-direction: column; }
  .hiok .d8zy83pb .vc3t { order: 1; }
  .hiok .d8zy83pb .f8nn2u5 { order: 2; margin: 8px 0 24px !important; }
  .hiok .d8zy83pb .is51r { order: 3; }
  .hiok .d8zy83pb .izc2s { order: 4; align-self: center; margin-top: 0; }

  
  .ujf9w.p4m8xct {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .ujf9w.p4m8xct .e5gprxm { display: contents; padding: 0; }
  .ujf9w.p4m8xct .e5gprxm .vc3t { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .ujf9w.p4m8xct .urvkh70 { order: 2; padding: 12px 16px; }
  .ujf9w.p4m8xct .e5gprxm .is51r { order: 3; padding: 0 24px; margin: 0 auto; }
  .ujf9w.p4m8xct .e5gprxm .izc2s { order: 4; align-self: center; margin: 8px 0 32px; }
}
.szg79 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.kq1594g { width: 100%; height: auto; display: block; border-radius: 10px; }
.d74bjr2 .szg79        { border-radius: 16px; }
.d74bjr2 .kq1594g  { border-radius: 16px; }
.xrdzuj3k .szg79         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.xrdzuj3k .kq1594g   { border-radius: 8px; }
.avmhpgh { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.m32z { width: 100%; padding: 32px 0; position: relative; }
.wyqcse { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.bhiq3 .m32z:nth-child(even) { background: var(--bg-surface); }
.bhiq3 .m32z:nth-child(odd)  { background: var(--bg-page); }
.enu8f3 .m32z:nth-child(even) { background: var(--bg-card); }
.enu8f3 .m32z:nth-child(odd)  { background: var(--bg-page); }
.bhiq3 .m32z:nth-child(odd)  .wyqcse { background: var(--bg-card); border-radius: 6px; }
.bhiq3 .m32z:nth-child(even) .wyqcse { background: var(--bg-raised); border-radius: 6px; }
.enu8f3 .m32z:nth-child(odd)  .wyqcse { background: var(--bg-card); border-radius: 6px; }
.enu8f3 .m32z:nth-child(even) .wyqcse { background: var(--bg-raised); border-radius: 6px; }
.bhiq3 .m32z:nth-child(even) .foddo6i .fndh5,
.enu8f3 .m32z:nth-child(even) .foddo6i .fndh5 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.bhiq3 .m32z:nth-child(odd) .foddo6i .fndh5,
.enu8f3 .m32z:nth-child(odd) .foddo6i .fndh5 { background: var(--bg-card-inner); }
.bhiq3 .m32z:nth-child(even) .vhnodu .fndh5:nth-child(odd),
.enu8f3 .m32z:nth-child(even) .vhnodu .fndh5:nth-child(odd)  { background: var(--bg-card); }
.bhiq3 .m32z:nth-child(even) .vhnodu .fndh5:nth-child(even),
.enu8f3 .m32z:nth-child(even) .vhnodu .fndh5:nth-child(even) { background: var(--bg-card-inner); }
h1.lnlm9ro { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.lnlm9ro {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.eldknu { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.m6k7a h2.lnlm9ro {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.eky65gz h2.lnlm9ro {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.cxejqy h2.lnlm9ro {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.h8vfo h2.lnlm9ro::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.s2fgkve1 h2.lnlm9ro {
  color: var(--text-primary); font-size: 1.7rem;
}
.nwjl2xr h2.lnlm9ro::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.sxo33f8 h2.lnlm9ro {
  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;
}
.hpju4o { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .hpju4o { display: none; } }
.z6b5z { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ksg7d14k { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.kwos {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.re9yv06j { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.gt29no00 { padding-left: 20px; }
.gt29no00 li { margin-bottom: 6px; }
.gt29no00 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.gt29no00 a:hover { color: var(--accent-light); }
.dzzl .re9yv06j { display: none; }
.vt5m0d .re9yv06j { display: none; }
.vt5m0d .gt29no00 { padding-left: 0; list-style: none; }
.vt5m0d .gt29no00 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.vt5m0d .gt29no00 a { font-size: 0.92rem; }
.o8psokfs .kwos { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.o8psokfs .re9yv06j { display: none; }
.o8psokfs .gt29no00 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.o8psokfs .gt29no00 li { margin-bottom: 0; }
.o8psokfs .gt29no00 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;
}
.o8psokfs .gt29no00 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.aiuj .kwos { padding: 20px 20px 16px; }
.aiuj .gt29no00 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.aiuj .gt29no00 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.aiuj .gt29no00 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;
}
.aiuj .gt29no00 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;
}
.aiuj .gt29no00 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.aiuj .gt29no00 a:focus,
.aiuj .gt29no00 a:focus-visible,
.aiuj .gt29no00 a:target { outline: none; }
.aiuj .gt29no00 li:target a { border-color: var(--border); color: var(--text-muted); }
.rywogo .kwos { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.rywogo .re9yv06j { display: none; }
.rywogo .gt29no00 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.rywogo .gt29no00 li { margin-bottom: 0; }
.rywogo .gt29no00 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.rywogo .gt29no00 li:last-child::after { content: ""; margin-right: 0; }
.rywogo .gt29no00 a { font-size: 0.9rem; }
.fndh5 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.foddo6i .fndh5 { background: var(--bg-card); }
.vhnodu .fndh5:nth-child(odd)  { background: var(--bg-card); }
.vhnodu .fndh5:nth-child(even) { background: var(--bg-raised); }
.o2l6ye .fndh5 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.o2l6ye .fndh5:last-child { border-bottom: none; }
.o2l6ye h3.eldknu { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.vrbw .fndh5 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.vrbw .fndh5 + .fndh5 { margin-top: 4px; }
.pfriiaq .fndh5 { background: none; border-radius: 0; padding: 12px 0; }
.pfriiaq .fndh5 + .fndh5 { border-top: 1px solid var(--border-section); }
.so2n1d { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.bpb9ctqu { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.zj6u2l { color: var(--text-body); margin-bottom: 10px; }
.ivejhhv, .aij63 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ivejhhv li, .aij63 li { margin-bottom: 6px; }
.aij63 li { list-style: decimal; }
.o7dnqwbp     .ivejhhv { list-style-type: "● "; }
.fofj3j  .ivejhhv { list-style-type: "■ "; }
.atew .ivejhhv { list-style-type: "◆ "; }
.vfpfk    .ivejhhv { list-style-type: "★ "; }
.o7dnqwbp     .p9sfi { list-style-type: "● "; }
.fofj3j  .p9sfi { list-style-type: "■ "; }
.atew .p9sfi { list-style-type: "◆ "; }
.vfpfk    .p9sfi { list-style-type: "★ "; }
.o7dnqwbp    .ivejhhv li::marker, .o7dnqwbp    .p9sfi li::marker,
.fofj3j .ivejhhv li::marker, .fofj3j .p9sfi li::marker,
.atew .ivejhhv li::marker, .atew .p9sfi li::marker,
.vfpfk   .ivejhhv li::marker, .vfpfk   .p9sfi li::marker {
  color: var(--cta); font-size: 1em;
}
.o7dnqwbp .aij63,
.fofj3j .aij63,
.atew .aij63,
.vfpfk .aij63 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.o7dnqwbp .aij63 li,
.fofj3j .aij63 li,
.atew .aij63 li,
.vfpfk .aij63 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.o7dnqwbp .aij63 li::before,
.fofj3j .aij63 li::before,
.atew .aij63 li::before,
.vfpfk .aij63 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;
}
.o7dnqwbp     .aij63 li::before { border-radius: 50%; }
.fofj3j  .aij63 li::before { border-radius: 3px; }
.atew .aij63 li::before { border-radius: 3px; }
.vfpfk    .aij63 li::before { border-radius: 50%; }
.em2x { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.ntw0hx .em2x,
.d9qa12 .em2x { background: transparent; border: none; border-radius: 0; }
.x4i5zph { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.x4i5zph th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.x4i5zph td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.x4i5zph tr:hover td { background: var(--bg-hover); }
.ov5cqzm5 .x4i5zph tbody tr:nth-child(even) td { background: var(--bg-surface); }
.yfj03px .x4i5zph { border: 1px solid var(--border-alt); }
.yfj03px .x4i5zph th,
.yfj03px .x4i5zph td { border: 1px solid var(--border-alt); }
.etbah .x4i5zph th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.etbah .x4i5zph td { border-bottom: none; }
.etbah .x4i5zph tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.sewuac .x4i5zph th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.knjn70 .em2x {
  overflow: hidden;
}
.knjn70 .x4i5zph th { border-bottom: 1px solid var(--border-alt); }
.knjn70 .x4i5zph tr:last-child td { border-bottom: none; }
.yved { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.a7y19cm4 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.bevc { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.buna1 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.mddkp { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.p9sfi { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.p9sfi 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%}
.mzwzoba .buna1 { background: transparent; text-align: center; }
.k7va .bevc {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.wheygu .bevc {
  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);
}
.ysdwxj3z .a7y19cm4 { display: grid; grid-template-columns: auto 1fr; }
.ysdwxj3z .bevc {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.ysdwxj3z .buna1 { grid-column: 2; }
.ysdwxj3z .mddkp,
.ysdwxj3z .p9sfi { grid-column: 1 / -1; }
.dmrk .a7y19cm4 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.dmrk .bevc {
  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);
}
.dmrk .buna1 { grid-column: 2; }
.dmrk .mddkp,
.dmrk .p9sfi { grid-column: 1 / -1; }
.q8h6r .a7y19cm4 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.q8h6r .buna1 { background: none; color: var(--accent-light); font-weight: 700; }
.ygdhs2 .a7y19cm4 { 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); }
.ygdhs2 .buna1 { background: none; color: var(--accent-light); font-weight: 700; }
.oxzsxrr .a7y19cm4 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.oxzsxrr .a7y19cm4:last-child { border-bottom: none; }
.oxzsxrr .buna1 { background: none; color: var(--accent-light); font-weight: 700; }
.bhuf .a7y19cm4 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.bhuf .buna1 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.bxc8 .yved { counter-reset: card-n; }
.bxc8 .a7y19cm4  { counter-increment: card-n; }
.bxc8 .buna1 { display: flex; align-items: center; gap: 10px; }
.bxc8 .buna1::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;
}
.nk88u .a7y19cm4 { background: var(--bg-surface); border: 1px solid var(--border); }
.nk88u .buna1 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.s7uq0x1l { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.oqkl  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.qyraf { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.b4u218y { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.mbyirsg { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.s7uq0x1l strong { color: var(--text-primary); font-size: 0.95rem; }
.s7uq0x1l p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.kq1594g { width: 100%; height: auto; border-radius: 10px; display: block; }
.opkq8wz5 {
  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;
}
.opkq8wz5:hover { opacity: 0.85; }
.yeu8vj .opkq8wz5  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.yeu8vj .opkq8wz5:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.iaqg .opkq8wz5  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.iaqg .opkq8wz5:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.cwgvzty .izc2s { border-radius: 50px; }
.cwgvzty .opkq8wz5  { border-radius: 50px; }
.vfkp .izc2s { padding-left: 22px; padding-right: 22px; }
.vfkp .opkq8wz5  { padding-left: 12px; padding-right: 12px; }
.ah6tvn .izc2s { padding-left: 44px; padding-right: 44px; }
.ah6tvn .opkq8wz5  { padding-left: 24px; padding-right: 24px; }
.aksxrw8v .izc2s { padding-left: 56px; padding-right: 56px; }
.aksxrw8v .opkq8wz5  { padding-left: 32px; padding-right: 32px; }
.cs7fkh7   .izc2s::after, .cs7fkh7   .opkq8wz5::after,
.e4qx .izc2s::after, .e4qx .opkq8wz5::after,
.xeh46    .izc2s::after, .xeh46    .opkq8wz5::after,
.nn80zq    .izc2s::after, .nn80zq    .opkq8wz5::after,
.dxscb    .izc2s::after, .dxscb    .opkq8wz5::after,
.kvmgpzl     .izc2s::after, .kvmgpzl     .opkq8wz5::after,
.f8zi8    .izc2s::after, .f8zi8    .opkq8wz5::after,
.bu26y7p   .izc2s::after, .bu26y7p   .opkq8wz5::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;
}
.cs7fkh7 .izc2s::after, .cs7fkh7 .opkq8wz5::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");
}
.e4qx .izc2s::after, .e4qx .opkq8wz5::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");
}
.xeh46 .izc2s::after, .xeh46 .opkq8wz5::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");
}
.nn80zq .izc2s::after, .nn80zq .opkq8wz5::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");
}
.dxscb .izc2s::after, .dxscb .opkq8wz5::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");
}
.kvmgpzl .izc2s::after, .kvmgpzl .opkq8wz5::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");
}
.f8zi8 .izc2s::after, .f8zi8 .opkq8wz5::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");
}
.bu26y7p .izc2s::after, .bu26y7p .opkq8wz5::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");
}
.gcx3fe   .fr75ew::after, .gcx3fe   .xqwjx2::after,
.smup .fr75ew::after, .smup .xqwjx2::after,
.jstdznxd    .fr75ew::after, .jstdznxd    .xqwjx2::after,
.av5z    .fr75ew::after, .av5z    .xqwjx2::after,
.jo82u    .fr75ew::after, .jo82u    .xqwjx2::after,
.uocpb3k     .fr75ew::after, .uocpb3k     .xqwjx2::after,
.g9w3    .fr75ew::after, .g9w3    .xqwjx2::after,
.tf3vt   .fr75ew::after, .tf3vt   .xqwjx2::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;
}
.gcx3fe .fr75ew::after, .gcx3fe .xqwjx2::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");
}
.smup .fr75ew::after, .smup .xqwjx2::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");
}
.jstdznxd .fr75ew::after, .jstdznxd .xqwjx2::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");
}
.av5z .fr75ew::after, .av5z .xqwjx2::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");
}
.jo82u .fr75ew::after, .jo82u .xqwjx2::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");
}
.uocpb3k .fr75ew::after, .uocpb3k .xqwjx2::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");
}
.g9w3 .fr75ew::after, .g9w3 .xqwjx2::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");
}
.tf3vt .fr75ew::after, .tf3vt .xqwjx2::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");
}
.v2i9 .xoam    { background: #1a1a1a; }
.hyj4a3g.opkq8wz5 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .g90vxv4 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .g90vxv4::before    { grid-area: rank;   }
  .h31aj97           { grid-area: ident;  }
  .f5ara     { grid-area: rating; min-width: 0; width: auto; }
  .i6h17u           { grid-area: pills;  }
  .hyj4a3g             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .g90vxv4 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .g90vxv4::before    { justify-self: center; }
  .h31aj97           { width: 100%; }
  .f5ara     { justify-self: center; }
  .i6h17u           { grid-template-columns: 1fr; }
}
.nypo7i .xwvswhq7 { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .rt3oy .znt3 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .rt3oy .h5rbwg1o { margin: 0; }
}
@media (max-width: 720px) {
  .h2ad { grid-template-columns: 1fr; }
  .mjrcyp { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .mjrcyp .l605g6o { width: 72px; height: 50px; }
  .mjrcyp .ec9higqf { max-width: 180px; }
  .mjrcyp .s00y6 { width: auto; }
}
@media (max-width: 720px) {
  .fuo2 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .s87bj4 { padding: 16px; }
  .zoqrhq .lxce { min-width: 50%; }
}
@media (max-width: 860px) {
  .p2mz { grid-template-columns: 1fr; }
  .abqtib5 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .wtorn1p { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .grcv { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .tq39 { flex-direction: column; align-items: stretch; }
}
.abqi6 .s00y6 .opkq8wz5 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .mydsrpc2 { flex-direction: column; align-items: stretch; gap: 10px; }
  .abqi6 .s00y6 { text-align: center; }
}
@media (max-width: 720px) {
  .uu0fdp4e { grid-template-columns: 1fr; }
  .goq8e6w { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .el5lx { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .z064u { grid-template-columns: 1fr; }
  .vkoquj1r { width: 100px; height: 100px; margin: 16px auto; }
  .okec { font-size: 1.4rem; }
  .zlie { justify-content: center; }
  .b789dgpo .lxce { min-width: 50%; }
}
@media (max-width: 540px) {
  .a566 { flex-wrap: wrap; padding: 14px 16px; }
  .mx35w3 { padding: 12px 16px; }
  .dj0ltzx .rlqbtgzo { margin: 0 16px; }
  .dj0ltzx .a5cq { padding: 0 16px; }
  .d8qgy7b { padding: 12px 16px; }
}
.yfjfqlqh .i6h17u .f9qih6 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.yfjfqlqh .i6h17u .f9qih6:first-child { border-left: none; }
.kv9p .xwjvvk { font-size: 1rem; letter-spacing: 2px; }
.l4k9 { margin: 16px 0; }
.wf2q4voc { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.wf2q4voc summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.wf2q4voc summary::after { content: "+"; color: var(--accent-light); }
.wf2q4voc[open] summary::after { content: "−"; }
.wf2q4voc p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.m32z { margin-bottom: 0; }
.nt4lj h2.lnlm9ro { color: var(--text-primary); border-color: var(--accent-light); }
.wb9vwuh h2.lnlm9ro { color: var(--text-primary); border-color: var(--accent-light); }
.rasb .oqkl     { background: #052e16; border-color: #10b981; }
.rasb .qyraf { background: #2d0a1e; border-color: #f43f5e; }
.rasb .b4u218y    { background: #1e1036; border-color: #a855f7; }
.rasb .s7uq0x1l strong  { color: #f1f5f9; }
.rasb .s7uq0x1l p       { color: #cbd5e1; }
.rasb .w4r3    .oqkl     .mbyirsg::before,
.rasb .tyvotvxi  .oqkl     .mbyirsg::before,
.rasb .bkpy4wl8  .oqkl     .mbyirsg::before,
.rasb .ptaunum .oqkl     .mbyirsg::before { color: #10b981; }
.rasb .w4r3    .qyraf .mbyirsg::before,
.rasb .tyvotvxi  .qyraf .mbyirsg::before,
.rasb .bkpy4wl8  .qyraf .mbyirsg::before,
.rasb .ptaunum .qyraf .mbyirsg::before { color: #f43f5e; }
.rasb .w4r3    .b4u218y    .mbyirsg::before,
.rasb .tyvotvxi  .b4u218y    .mbyirsg::before,
.rasb .bkpy4wl8  .b4u218y    .mbyirsg::before,
.rasb .ptaunum .b4u218y    .mbyirsg::before { color: #a855f7; }
.q5dq6sp8 .oqkl     { background: #2d2000; border-color: #eab308; }
.q5dq6sp8 .qyraf { background: #2d0b0b; border-color: #ef4444; }
.q5dq6sp8 .b4u218y    { background: #2d1600; border-color: #f97316; }
.q5dq6sp8 .s7uq0x1l strong  { color: #f1f5f9; }
.q5dq6sp8 .s7uq0x1l p       { color: #cbd5e1; }
.q5dq6sp8 .w4r3    .oqkl     .mbyirsg::before,
.q5dq6sp8 .tyvotvxi  .oqkl     .mbyirsg::before,
.q5dq6sp8 .bkpy4wl8  .oqkl     .mbyirsg::before,
.q5dq6sp8 .ptaunum .oqkl     .mbyirsg::before { color: #eab308; }
.q5dq6sp8 .w4r3    .qyraf .mbyirsg::before,
.q5dq6sp8 .tyvotvxi  .qyraf .mbyirsg::before,
.q5dq6sp8 .bkpy4wl8  .qyraf .mbyirsg::before,
.q5dq6sp8 .ptaunum .qyraf .mbyirsg::before { color: #ef4444; }
.q5dq6sp8 .w4r3    .b4u218y    .mbyirsg::before,
.q5dq6sp8 .tyvotvxi  .b4u218y    .mbyirsg::before,
.q5dq6sp8 .bkpy4wl8  .b4u218y    .mbyirsg::before,
.q5dq6sp8 .ptaunum .b4u218y    .mbyirsg::before { color: #f97316; }
.pki6ab .oqkl     { background: #0c1a2e; border-color: #38bdf8; }
.pki6ab .qyraf { background: #12103a; border-color: #818cf8; }
.pki6ab .b4u218y    { background: #0a2020; border-color: #2dd4bf; }
.pki6ab .s7uq0x1l strong  { color: #f1f5f9; }
.pki6ab .s7uq0x1l p       { color: #cbd5e1; }
.pki6ab .w4r3    .oqkl     .mbyirsg::before,
.pki6ab .tyvotvxi  .oqkl     .mbyirsg::before,
.pki6ab .bkpy4wl8  .oqkl     .mbyirsg::before,
.pki6ab .ptaunum .oqkl     .mbyirsg::before { color: #38bdf8; }
.pki6ab .w4r3    .qyraf .mbyirsg::before,
.pki6ab .tyvotvxi  .qyraf .mbyirsg::before,
.pki6ab .bkpy4wl8  .qyraf .mbyirsg::before,
.pki6ab .ptaunum .qyraf .mbyirsg::before { color: #818cf8; }
.pki6ab .w4r3    .b4u218y    .mbyirsg::before,
.pki6ab .tyvotvxi  .b4u218y    .mbyirsg::before,
.pki6ab .bkpy4wl8  .b4u218y    .mbyirsg::before,
.pki6ab .ptaunum .b4u218y    .mbyirsg::before { color: #2dd4bf; }
.pjawbs .oqkl     { background: var(--accent-bg); border-color: var(--accent-light); }
.pjawbs .qyraf { background: var(--accent-bg-light); border-color: var(--accent-light); }
.pjawbs .b4u218y    { background: var(--accent-bg); border-color: var(--accent-pale); }
.pjawbs .w4r3    .mbyirsg::before,
.pjawbs .tyvotvxi  .mbyirsg::before,
.pjawbs .bkpy4wl8  .mbyirsg::before,
.pjawbs .ptaunum .mbyirsg::before { color: var(--accent-light) !important; }
.fs4tn .h7mis ul li,
.fs4tn .iude9v li         { color: #4ade80; }
.fs4tn .h7mis .e9lmnt { color: #22c55e; }
.fs4tn .mtv88zd5 ul li,
.fs4tn .su82m0t li         { color: #f87171; }
.fs4tn .mtv88zd5 .kcyiglfo { color: #ef4444; }
.nypo7i .s7uq0x1l { background: transparent; border-left: none; border: 1.5px solid; }
.nypo7i .oqkl     { border-color: var(--c-tip-border); }
.nypo7i .qyraf { border-color: var(--c-warn-border); }
.nypo7i .b4u218y    { border-color: #60a5fa; }
.nypo7i .s7uq0x1l strong { color: var(--text-primary); }
.nypo7i .s7uq0x1l p      { color: var(--text-muted); }
.qygpm2 .s7uq0x1l { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.qygpm2 .oqkl     { border-top-color: var(--c-tip-border); }
.qygpm2 .qyraf { border-top-color: var(--c-warn-border); }
.qygpm2 .b4u218y    { border-top-color: #60a5fa; }
.eolrro .s7uq0x1l { border-left: none; border-radius: 8px; }
.eolrro .oqkl     { background: #065f46; }
.eolrro .qyraf { background: #92400e; }
.eolrro .b4u218y    { background: #1e3a8a; }
.eolrro .s7uq0x1l strong,
.eolrro .s7uq0x1l p { color: #fff; }
.eolrro .mbyirsg::before { color: rgba(255,255,255,0.85) !important; }
.rasb.eolrro .oqkl,
.rasb .eolrro .oqkl     { background: #052e16; }
.rasb.eolrro .qyraf,
.rasb .eolrro .qyraf { background: #2d0a1e; }
.rasb.eolrro .b4u218y,
.rasb .eolrro .b4u218y    { background: #1e1036; }
.q5dq6sp8.eolrro .oqkl,
.q5dq6sp8 .eolrro .oqkl      { background: #2d2000; }
.q5dq6sp8.eolrro .qyraf,
.q5dq6sp8 .eolrro .qyraf  { background: #2d0b0b; }
.q5dq6sp8.eolrro .b4u218y,
.q5dq6sp8 .eolrro .b4u218y     { background: #2d1600; }
.pki6ab.eolrro .oqkl,
.pki6ab .eolrro .oqkl      { background: #0c1a2e; }
.pki6ab.eolrro .qyraf,
.pki6ab .eolrro .qyraf  { background: #12103a; }
.pki6ab.eolrro .b4u218y,
.pki6ab .eolrro .b4u218y     { background: #0a2020; }
.izph2 .s7uq0x1l { border-left: none; border-radius: 6px; padding: 10px 14px; }
.izph2 .oqkl     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.izph2 .qyraf { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.izph2 .b4u218y    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.izph2 .s7uq0x1l strong { color: var(--text-primary); }
.izph2 .s7uq0x1l p      { color: var(--text-muted); }
.tyhuvj1g .s7uq0x1l { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.w4r3 .mbyirsg,
.tyvotvxi .mbyirsg,
.bkpy4wl8 .mbyirsg,
.ptaunum .mbyirsg { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.w4r3 .mbyirsg::before,
.tyvotvxi .mbyirsg::before,
.bkpy4wl8 .mbyirsg::before,
.ptaunum .mbyirsg::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.w4r3 .oqkl     .mbyirsg::before { content: "✦"; color: var(--c-tip-border); }
.w4r3 .qyraf .mbyirsg::before { content: "▲"; color: var(--c-warn-border); }
.w4r3 .b4u218y    .mbyirsg::before { content: "◉"; color: #60a5fa; }
.tyvotvxi .oqkl     .mbyirsg::before { content: "★"; color: var(--c-tip-border); }
.tyvotvxi .qyraf .mbyirsg::before { content: "◆"; color: var(--c-warn-border); }
.tyvotvxi .b4u218y    .mbyirsg::before { content: "●"; color: #60a5fa; }
.bkpy4wl8 .oqkl     .mbyirsg::before { content: "▶"; color: var(--c-tip-border); }
.bkpy4wl8 .qyraf .mbyirsg::before { content: "■"; color: var(--c-warn-border); }
.bkpy4wl8 .b4u218y    .mbyirsg::before { content: "▸"; color: #60a5fa; }
.ptaunum .oqkl     .mbyirsg::before { content: "→"; color: var(--c-tip-border); }
.ptaunum .qyraf .mbyirsg::before { content: "⬥"; color: var(--c-warn-border); }
.ptaunum .b4u218y    .mbyirsg::before { content: "◈"; color: #60a5fa; }
.dcxbfa .foddo6i .fndh5,
.dcxbfa .vhnodu .fndh5  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.dcxbfa .a7y19cm4                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.dcxbfa .em2x          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.dcxbfa .kwos                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.kk8w63 .foddo6i .fndh5,
.kk8w63 .vhnodu .fndh5,
.kk8w63 .a7y19cm4,
.kk8w63 .g90vxv4,
.kk8w63 .h5rbwg1o,
.kk8w63 .em2x,
.kk8w63 .kwos,
.kk8w63 .tyhuvj1g .s7uq0x1l { box-shadow: none; }
.u1by2   .zj6u2l, .u1by2 .so2n1d, .u1by2 .bpb9ctqu,
.u1by2   .z6b5z, .u1by2 .ksg7d14k { font-size: 0.9rem; }
.u1by2   .ivejhhv, .u1by2 .aij63 { font-size: 0.9rem; }
.zyb00e8   .zj6u2l, .zyb00e8 .so2n1d, .zyb00e8 .bpb9ctqu,
.zyb00e8   .z6b5z, .zyb00e8 .ksg7d14k { font-size: 0.95rem; }
.zyb00e8   .ivejhhv, .zyb00e8 .aij63 { font-size: 0.95rem; }
.qmdb   .zj6u2l, .qmdb .so2n1d, .qmdb .bpb9ctqu,
.qmdb   .z6b5z, .qmdb .ksg7d14k { font-size: 1.08rem; }
.qmdb   .ivejhhv, .qmdb .aij63 { font-size: 1.05rem; }
.qmdb   .x4i5zph { font-size: 0.97rem; }
.w85k .vc3t      { font-size: 3.2rem; }
.w85k h2.lnlm9ro { font-size: 1.9rem; }
.w85k h3.eldknu     { font-size: 1.4rem; }
.etr8 .vc3t      { font-size: 3.8rem; }
.etr8 h2.lnlm9ro { font-size: 2.2rem; }
.etr8 h3.eldknu     { font-size: 1.6rem; }
.m32z + .m32z { position: relative; }
.kqjtq   .m32z + .m32z::before,
.sfftg  .m32z + .m32z::before,
.d1n27   .m32z + .m32z::before,
.zmht   .m32z + .m32z::before,
.zby9q   .m32z + .m32z::before,
.ftkfci .m32z + .m32z::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.kqjtq .m32z + .m32z::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.sfftg .m32z + .m32z::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.d1n27 .m32z + .m32z::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;
}
.zmht .m32z + .m32z::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.hzsb .m32z { margin-bottom: 16px; }
.hzsb .m32z + .m32z { margin-top: 0; }
.hzsb .wyqcse { padding-top: 0; padding-bottom: 0; }
.zby9q .m32z + .m32z::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.ftkfci .m32z + .m32z::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.ywsstd .m32z + .m32z::before,
.zraiurt .m32z + .m32z::before,
.ssbk5asu .m32z + .m32z::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%;
}
.bhiq3 .ywsstd .m32z:nth-child(even)::before,
.bhiq3 .zraiurt .m32z:nth-child(even)::before,
.bhiq3 .ssbk5asu .m32z:nth-child(even)::before { background: var(--bg-surface); }
.enu8f3 .ywsstd .m32z:nth-child(even)::before,
.enu8f3 .zraiurt .m32z:nth-child(even)::before,
.enu8f3 .ssbk5asu .m32z:nth-child(even)::before { background: var(--bg-card); }
.ywsstd .m32z + .m32z::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");
}
.zraiurt .m32z + .m32z::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");
}
.ssbk5asu .m32z + .m32z::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");
}
.i8c7 .e5gprxm,
.mfxyo .e5gprxm { padding-bottom: 60px; }
.lvqgv .e5gprxm { padding-bottom: 70px; }
.qt6s .i367wm0q:not(.fbje) .l8fa7 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.qt6s .fbje { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.qt6s .t9k59 { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.qt6s .ujf9w { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.a4az3z24 .ujf9w { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.okqq2oi0 .ujf9w { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.pxmgvob .ujf9w { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.jhkgt5 .ujf9w { background: var(--accent-bg); }
.co79 .szg79 { float: left; width: 38%; margin: 0 28px 16px 0; }
.co79 .szg79 .kq1594g { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.co79 .wyqcse::after { content: ''; display: block; clear: both; }
.or04po5h .szg79 { float: right; width: 38%; margin: 0 0 16px 28px; }
.or04po5h .szg79 .kq1594g { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.or04po5h .wyqcse::after { content: ''; display: block; clear: both; }
.ceigd .m32z:nth-child(odd)  .szg79 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.ceigd .m32z:nth-child(even) .szg79 { float: right; width: 38%; margin: 0 0 16px 28px; }
.ceigd .szg79 .kq1594g { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ceigd .wyqcse::after { content: ''; display: block; clear: both; }
.co79 .yved,
.or04po5h .yved,
.or04po5h .c8oq,
.ceigd .yved,
@media (max-width: 900px) {
  .co79 .szg79,
  .or04po5h .szg79,
  .ceigd .m32z:nth-child(odd)  .szg79,
  .ceigd .m32z:nth-child(even) .szg79 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .co79 .szg79 .kq1594g,
  .or04po5h .szg79 .kq1594g,
  .ceigd .szg79 .kq1594g {
    max-height: none !important;
  }
}
.co79 .ivejhhv,
.co79 .aij63,
.or04po5h .ivejhhv,
.or04po5h .aij63,
.ceigd .ivejhhv,
.ceigd .aij63 { overflow: hidden; }
@media (max-width: 640px) {
  .co79 .szg79,
  .or04po5h .szg79,
  .ceigd .szg79 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.ofsz05t .avmhpgh,
.ofsz05t .wyqcse,
.ofsz05t .hfurwy  { max-width: 1100px; }
.dqkt .avmhpgh,
.dqkt .wyqcse,
.dqkt .hfurwy  { max-width: 1200px; }
.dqkt { --content-mw: 1200px; }
.jsza .avmhpgh,
.jsza .wyqcse,
.jsza .hfurwy  { max-width: 1320px; }
.q6wwf7 { font-size: 0.82rem; color: var(--text-muted); }
.rl2ufr { display: flex; align-items: center; }
.bkk47 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.etug6r { display: flex; align-items: center; }
.arv5jco1 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.arv5jco1:hover { text-decoration: underline; }
.q8bsp1dd { margin: 0 3px; opacity: 0.45; }
.q8bsp1dd::before { content: '/'; }
.n67qt3z { padding: 2px 5px; color: var(--text-main); }
.f44q01e6 .q6wwf7 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.f44q01e6 .rl2ufr { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.vy1k9e .q6wwf7 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.vy1k9e .rl2ufr { padding: 0 0 0 12px; }
.ssqbe .rl2ufr { padding: 0 16px; }
.ssqbe .q6wwf7 {
  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);
}
.ssqbe .avmhpgh { padding-top: 28px; }
@media (max-width: 720px) {
  .hobk3s5o { margin-top: 18px; padding: 0 16px; }
  .ssqbe .avmhpgh { padding-top: 16px; }
}
.ofsz05t.f44q01e6 .rl2ufr { max-width: 1100px; }
.dqkt.f44q01e6 .rl2ufr { max-width: 1200px; }
.jsza.f44q01e6 .rl2ufr { max-width: 1320px; }
.dqkt .hobk3s5o { max-width: 1200px; }
.yacmy .m32z { padding-top: 16px; padding-bottom: 16px; }
.qu7l5r8 .m32z { padding-top: 24px; padding-bottom: 24px; }
.lf9i0yzf .m32z { padding-top: 40px; padding-bottom: 40px; }
.dl05myz4 .m32z { padding-top: 52px; padding-bottom: 52px; }
.uvnh2t .m32z:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.uvnh2t .m32z:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.uvnh2t .m32z:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.uvnh2t .m32z:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.xxzvu5pa .wyqcse { padding-top: 10px;  padding-bottom: 10px; }
.i67tdt .wyqcse { padding-top: 18px;  padding-bottom: 18px; }
.tky31ok .wyqcse { padding-top: 36px;  padding-bottom: 36px; }
.cr7o .wyqcse { padding-top: 48px;  padding-bottom: 48px; }
.m6xkc h2.lnlm9ro { font-weight: 600; }
.m6xkc h3.eldknu     { font-weight: 600; }
.wy9yvigf h2.lnlm9ro { font-weight: 800; }
.wy9yvigf h3.eldknu     { font-weight: 700; }
.v6gddr h2.lnlm9ro { font-weight: 900; }
.v6gddr h3.eldknu     { font-weight: 800; }
.v6gddr .s7uq0x1l strong,
.v6gddr .s7uq0x1l strong { font-weight: 600; }
.fr75ew {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.yervbw7 .fr75ew { display: none; }
@media (max-width: 640px) {
  .dtmuh { display: none; }
  .fr75ew {
    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;
  }
}
.fr75ew { background: var(--cta) !important; color: #fff !important; border: none !important; }
.fr75ew:hover { opacity: 0.85; }
.s87qpw2b .fr75ew { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.tgpd0spc .fr75ew,
.syadhc2  .fr75ew { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.tgpd0spc .fr75ew:hover,
.syadhc2  .fr75ew:hover { opacity: 0.88; }
.s87qpw2b.tgpd0spc .fr75ew,
.s87qpw2b.syadhc2  .fr75ew { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.xqwjx2 {
  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;
}
.xqwjx2:hover { transform: translateY(-2px); opacity: 0.92; }
.xqwjx2 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.f5gn .xqwjx2 { display: none; }
.l8olm4b .xqwjx2 { right: 32px; }
.y705sipz  .xqwjx2 { left: 32px; }
@media (max-width: 480px) {
  .l8olm4b .xqwjx2 { right: 20px; bottom: 20px; }
  .y705sipz  .xqwjx2 { left: 20px; bottom: 20px; }
}
.zunozqr { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.hfurwy { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.tvbibrt { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.y85icw { color: var(--text-dim); font-size: 0.8rem; }
.jpk4b4 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.jpk4b4 img { height: 26px; width: auto; object-fit: contain; }
.qjbmvbxk { display: flex; flex-direction: column; gap: 6px; }
.qjbmvbxk a, .egxzh3 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.qjbmvbxk a:hover, .egxzh3 a:hover { color: var(--accent-light); }
.qjbmvbxk .d7zc59a { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.riykfu5 .hfurwy { text-align: center; }
.riykfu5 .tvbibrt { margin-top: 0; }
.jdfj { margin-top: 10px; }
.jdfj a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .hfurwy { padding-left: 16px; padding-right: 16px; }
  .b8nzz107 .hfurwy { padding: 20px 16px; }
  .egxzh3 { gap: 4px 12px; }
  .tvbibrt { font-size: 0.78rem; }
}
.jxjv .vog6ayy .jpk4b4 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.jxjv .tvbibrt { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.jxjv .y85icw { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .jxjv .c63jm { grid-template-columns: 1fr 1fr; } .jxjv .vog6ayy { grid-column: 1 / -1; } }
@media (max-width: 480px) { .jxjv .c63jm { grid-template-columns: 1fr; } }
.m3ddjfe .jpk4b4 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.m3ddjfe .tvbibrt { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .m3ddjfe .ndmayz { gap: 12px; } .m3ddjfe .jpk4b4 { margin-right: 0; width: 100%; } }
.dcy9mn .gnafrif8 .jpk4b4 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.dcy9mn .tvbibrt { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.dcy9mn .y85icw { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .dcy9mn .exdcn5h { grid-template-columns: 1fr 1fr; } .dcy9mn .gnafrif8 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .dcy9mn .exdcn5h { grid-template-columns: 1fr; } }
.ysbou27w .kvsffhk { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.ysbou27w .qjbmvbxk { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .ysbou27w .kvsffhk { grid-template-columns: 1fr 1fr; } .ysbou27w .cqlb6d7a:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ysbou27w .kvsffhk { grid-template-columns: 1fr; } }
.tcihmt .kvsffhk { grid-template-columns: 1fr 2fr; }
.tcihmt .ybjfk .qjbmvbxk { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .tcihmt .kvsffhk { grid-template-columns: 1fr; } }
.co0y7n .hfurwy { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.uwbu4 .gbnkgnw      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.uwbu4 .zunozqr { background: var(--bg-page); border-top-color: var(--border-alt); }
.c1s2wqy .gbnkgnw      { background: #0d1117; border-bottom-color: #21262d; }
.c1s2wqy .d8uotk05 { color: var(--accent-light); }
.c1s2wqy .ozu4lz { --msep-color: #8b949e; }
.c1s2wqy .ozu4lz a { color: #8b949e; }
.c1s2wqy .ozu4lz a:hover { color: var(--accent-light); }
.c1s2wqy .t2ns2sdh { color: #8b949e; }
.c1s2wqy .zunozqr { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.c1s2wqy .tvbibrt,
.c1s2wqy .y85icw { color: #6e7681; }
.c1s2wqy .qjbmvbxk a, .c1s2wqy .egxzh3 a,
.c1s2wqy .je2yte a, .c1s2wqy .lh3y a,
.c1s2wqy .jtym a { color: #8b949e; }
.c1s2wqy .jpk4b4 { color: #e6edf3; }
.c1s2wqy .qjbmvbxk a:hover, .c1s2wqy .egxzh3 a:hover,
.c1s2wqy .je2yte a:hover, .c1s2wqy .lh3y a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .c1s2wqy .ozu4lz { background: #0d1117; border-top-color: #21262d; }
  .c1s2wqy .ozu4lz li a { border-bottom-color: #21262d; }
}
.qw61bjnl .gbnkgnw      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.qw61bjnl .d8uotk05 { color: var(--accent-light); }
.qw61bjnl .ozu4lz { --msep-color: #475569; }
.qw61bjnl .ozu4lz a { color: #475569; }
.qw61bjnl .ozu4lz a:hover { color: var(--accent-light); }
.qw61bjnl .t2ns2sdh { color: #64748b; }
.qw61bjnl .zunozqr { background: #f0f4f8; border-top-color: #cbd5e1; }
.qw61bjnl .tvbibrt,
.qw61bjnl .y85icw { color: #64748b; }
.qw61bjnl .qjbmvbxk a, .qw61bjnl .egxzh3 a,
.qw61bjnl .jtym a, .qw61bjnl .jpk4b4 { color: #374151; }
.qw61bjnl .qjbmvbxk a:hover, .qw61bjnl .egxzh3 a:hover,
@media (max-width: 640px) {
  .qw61bjnl .ozu4lz { background: #f0f4f8; border-top-color: #cbd5e1; }
  .qw61bjnl .ozu4lz li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.tgpd0spc .gbnkgnw      { background: var(--accent); border-bottom-color: var(--accent-light); }
.tgpd0spc .d8uotk05 { color: #fff; }
.tgpd0spc .ozu4lz { --msep-color: rgba(255,255,255,0.82); }
.tgpd0spc .ozu4lz a { color: rgba(255,255,255,0.82); }
.tgpd0spc .ozu4lz a:hover { color: #fff; }
.tgpd0spc .t2ns2sdh { color: rgba(255,255,255,0.9); }
.tgpd0spc .zunozqr { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.tgpd0spc .tvbibrt,
.tgpd0spc .y85icw { color: rgba(255,255,255,0.72); }
.tgpd0spc .qjbmvbxk a, .tgpd0spc .egxzh3 a,
.tgpd0spc .jtym a, .tgpd0spc .jpk4b4 { color: #fff; }
.tgpd0spc .qjbmvbxk a:hover, .tgpd0spc .egxzh3 a:hover,
@media (max-width: 640px) {
  .tgpd0spc .ozu4lz { background: var(--accent); border-top-color: var(--accent-light); }
  .tgpd0spc .ozu4lz li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.syadhc2 .gbnkgnw {
  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);
}
.syadhc2 .zunozqr {
  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) {
  .syadhc2 .ozu4lz {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.o3u4h7 .n7ae6im { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.twdp8e9 .n7ae6im { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.kinui6 .n7ae6im { min-height: 72px; height: auto; }
.vijrnyof .n7ae6im { min-height: 84px; height: auto; }
.b8nzz107 .n7ae6im { max-width: none; padding: 0 32px; }
.b8nzz107 .hfurwy  { max-width: none; padding: 24px 32px; }
.o6zbaotr.dqkt .n7ae6im { max-width: 1200px; }
.o6zbaotr.jsza .n7ae6im { max-width: 1320px; }
.ki3a0   .d8uotk05, .ki3a0   .jpk4b4 { text-transform: capitalize; }
.po12ys .d8uotk05, .po12ys .jpk4b4 { text-transform: lowercase; }
.r92y1 .d8uotk05, .r92y1 .jpk4b4 { text-transform: uppercase; letter-spacing: 0.06em; }
.voow, .p5trdkg6 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.x8sc .voow,
.x8sc .p5trdkg6 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.bdleb .voow,
.bdleb .p5trdkg6 { 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; }
.yk73j .voow,
.yk73j .p5trdkg6 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.ui3x .voow,
.ui3x .p5trdkg6 { 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; }
.ii0epbdn   .ozu4lz a { font-weight: 500; }
.awe2766 .ozu4lz a { font-weight: 600; }
.u505pbwq     .ozu4lz a { font-weight: 700; }
.o7xgsxp    .ozu4lz a { font-weight: 800; letter-spacing: 0.01em; }
.sy4d     .ozu4lz > li + li::before,
.kj2aawc    .ozu4lz > li + li::before,
.sgfbldd1    .ozu4lz > li + li::before,
.ou7xot .ozu4lz > li + li::before,
.ez2l3av .ozu4lz > li + li::before,
.y5uhjtn  .ozu4lz > li + li::before,
.pbxcci9    .ozu4lz > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.sy4d     .ozu4lz > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.kj2aawc    .ozu4lz > li + li::before { content: "|"; }
.sgfbldd1    .ozu4lz > li + li::before { content: "—"; }
.ou7xot .ozu4lz > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ez2l3av .ozu4lz > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.y5uhjtn  .ozu4lz > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.pbxcci9    .ozu4lz > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ka7t2ng .t2ns2sdh,
  .uaua .t2ns2sdh,
  .vntjhf .t2ns2sdh,
  .s3ev .t2ns2sdh,
  .n8qn .t2ns2sdh {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ka7t2ng .t2ns2sdh::before,
  .uaua .t2ns2sdh::before,
  .vntjhf .t2ns2sdh::before,
  .s3ev .t2ns2sdh::before,
  .n8qn .t2ns2sdh::before { content: ""; display: block; flex-shrink: 0; }

  
  .ka7t2ng .t2ns2sdh::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;
  }

  
  .uaua .t2ns2sdh::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;
  }

  
  .vntjhf .t2ns2sdh::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;
  }

  
  .s3ev .t2ns2sdh::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;
  }

  
  .n8qn .t2ns2sdh::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) {
  .f3o5c .t2ns2sdh {
    padding: 5px 14px;
  }
  .f3o5c .ozu4lz {
    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;
  }
  .f3o5c .ozu4lz li a {
    border-bottom: none; padding: 10px 22px;
  }
  .f3o5c .ozu4lz li a:hover { background: var(--bg-raised); }
  .f3o5c .jqpi,
  .p0z82fr .jqpi,
  .f147d .jqpi { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .q78q .t2ns2sdh {
    padding: 5px 10px;
  }
  .q78q .ozu4lz {
    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);
  }
  .q78q .ozu4lz.sosvui1 { transform: translateX(0); }
  .q78q .ozu4lz li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .q78q .ozu4lz li:last-child a { border-bottom: none; }
  .tgpd0spc .ozu4lz,
  .c1s2wqy .ozu4lz { background: var(--accent) !important; }
  .tgpd0spc .ozu4lz li a,
  .c1s2wqy .ozu4lz li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .f147d .t2ns2sdh {
    padding: 5px 10px;
  }
  .f147d .ozu4lz {
    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);
  }
  .f147d .ozu4lz::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .f147d .ozu4lz.sosvui1 { transform: translateY(0); }
  .f147d .ozu4lz li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .metd0 .t2ns2sdh {
    padding: 5px 10px;
  }
  .metd0 .ozu4lz {
    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;
  }
  .metd0 .ozu4lz.sosvui1 { opacity: 1; pointer-events: auto; }
  .metd0 .ozu4lz li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .d4yy     .t2ns2sdh { border-radius: 0 !important; }
  .kb5io   .t2ns2sdh { border-radius: 8px !important; }
  .bluzim6z .t2ns2sdh { border-radius: 50% !important; }
  .ctl3wxx   .t2ns2sdh { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .u224q .irctt6 { flex-direction: column; align-items: stretch; }
  .u224q .qwltl9 { flex-direction: row; min-width: auto; }
  .u224q .deb1v6 { align-items: flex-start; text-align: left; }
}
.br7c6nc,
.br7c6nc.m32z,
.bhiq3 .br7c6nc,
.zzke .br7c6nc,
.enu8f3 .br7c6nc,
.k4mx1 .br7c6nc {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.pral {
  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;
}
.l4j3lx { flex: 1 1 280px; min-width: 0; }
.wnhb {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.lwtfkjwu {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.byp37bc {
  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;
}
.byp37bc:hover { transform: translateY(-1px); opacity: 0.95; }
.v9h7q .pral {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.v9h7q .wnhb { color: var(--cta); }
.v9h7q .lwtfkjwu { color: var(--text-body); }
.v9h7q .byp37bc {
  background: var(--cta) !important;
  color: #fff !important;
}
.ep6lf .pral {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.ep6lf .wnhb { color: var(--text-primary); }
.ep6lf .lwtfkjwu { color: var(--text-body); }
.ep6lf .byp37bc {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .pral {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .l4j3lx { flex: 0 0 auto; }
  .wnhb { font-size: 1.2rem; }
  .byp37bc { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.ae0bcr .vlis { height: 36px; }
.f7o5 .vlis { height: 60px; max-width: 200px; }
.l1f7r .vlis { height: 56px; max-width: 180px; }
.c3ridn    .xwjvvk, .c3ridn    .lc2ivm { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.yfjfqlqh .f9qih6 + .f9qih6 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .dklaez .c8oq {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .dklaez .g90vxv4 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .dklaez .g90vxv4 { padding: 40px 16px 20px; }
  .dklaez .f9qih6 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .dklaez .hyj4a3g { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .dd54i .g90vxv4 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .dd54i .g90vxv4::before {
    position: absolute; top: 14px; left: 14px;
  }
  .dd54i .h31aj97 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .dd54i .x2ixdz { white-space: normal; text-align: center; font-size: 1.2rem; }
  .dd54i .f9qih6 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .dd54i .hyj4a3g { width: 100%; min-width: 0; }
  .dd54i .xwjvvk { min-width: 0; }
}
.u0v9l .g90vxv4::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.igtsx5 .wf2q4voc {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.igtsx5 .wf2q4voc summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.igtsx5 .wf2q4voc p { padding: 0 2px 16px; }
.klro9wdo .wf2q4voc { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.klro9wdo .wf2q4voc summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.klro9wdo .wf2q4voc summary::after { content: "›"; font-size: 1.2em; }
.klro9wdo .wf2q4voc[open] summary::after { content: "‹"; }
.klro9wdo .wf2q4voc p { padding: 10px 22px 4px; }
.tr1wek56 .wf2q4voc {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.tr1wek56 .wf2q4voc summary { color: var(--text-primary); padding-left: 16px; }
.tr1wek56 .wf2q4voc summary::after { content: "›"; font-size: 1.1em; }
.tr1wek56 .wf2q4voc[open] summary::after { content: "‹"; }
.tr1wek56 .wf2q4voc p { padding-left: 16px; }
.rp54 .l4k9 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.rp54 .wf2q4voc {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.rp54 .wf2q4voc:last-child { border-bottom: none; }
.rp54 .wf2q4voc summary { color: var(--text-primary); border-radius: 0; }
.rp54 .wf2q4voc summary::after { content: "›"; font-size: 1.1em; }
.rp54 .wf2q4voc[open] summary::after { content: "‹"; }
.eckeh2h .wf2q4voc { overflow: hidden; }
.eckeh2h .wf2q4voc summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.eckeh2h .wf2q4voc summary::after { color: rgba(255,255,255,.75); }
.eckeh2h .wf2q4voc[open] summary { border-radius: 0; }
.e3y24sk { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.bf7m7 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.n3v4nty {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.s8ic9 { color: var(--text-muted); font-size: 1.05rem; }
.ay6ti5 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.nwom9mu {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.owsy { margin-bottom: 20px; }
.y3zdsz1 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.c4ii {
  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;
}
.c4ii:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.o3nn { resize: vertical; min-height: 130px; }
.mx22quvu { width: 100%; margin-top: 8px; }
.rqv2m4 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.s6ki34bp {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.pwcm94p { color: var(--text-muted); line-height: 1.75; }
.wjnig3kd { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.wjnig3kd li { margin-bottom: 6px; }
.otidc9 { max-width: 760px; margin: 0 auto; }
.eig4jv2 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.hvbnw9f5 { max-width: 760px; margin: 0 auto; }
.hzjya ul.wjnig3kd { margin: 0; }
@media (max-width: 640px) { .wuh8fyl { grid-template-columns: 1fr; gap: 10px; } }
.oybe1 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.jw3mc5pw { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.pel2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.jw3mc5pw p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.jw3mc5pw .wjnig3kd { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .oybe1 { grid-template-columns: 1fr; } }
.rlji { color: inherit; text-decoration: none; }
.rlji:hover { color: var(--accent-light); text-decoration: underline; }
.meamarpo { display: inline-block; line-height: 0; }
.ugqv { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.xf3jsvmw { margin-bottom: 48px; }
.mnxvg { max-width: 760px; margin: 0 auto; }
.xnicq2 { max-width: 640px; margin: 0 auto; }
.c2m2og { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.c2m2og:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.p5ltd16 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.c2m2og p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.c2m2og ul.wjnig3kd { margin: 0; }
.dgdejm { color: var(--text-muted); line-height: 1.75; }
.pq700v .wjnig3kd,
.xnicq2 .wjnig3kd,
.dlq0 .wjnig3kd,
.xp4z1hn .wjnig3kd {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.pq700v .c2m2og,
.xnicq2 .c2m2og { text-align: left; }
.pq700v .p5ltd16,
.xnicq2 .p5ltd16 { text-align: center; }
.j57u { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.id6ays0c { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.qp628pt7 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.p2yt { margin-top: 12px; }
.ah1s13l { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.ah1s13l:hover { border-bottom-color: var(--accent-light); }
.idtvfi { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.idtvfi img { width: 100%; height: 100%; object-fit: cover; display: block; }
.uqrcl1lm { width: 72px; height: 72px; }
.mm7xl { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.g21u9kj0 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.iy4a { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.iy4a::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .jjcf7 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.tt4b .qp628pt7, .tt4b .id6ays0c { max-width: 640px; }
.ds5ooqw .j57u { font-size: 1.6rem; margin-top: 18px; }
.i1g60877 .qp628pt7 { margin-bottom: 28px; }
@media (max-width: 860px) { .wg44rz { grid-template-columns: 1fr; } .ds5ooqw { position: static; text-align: center; } }
.s2ttmp .idtvfi { margin: 0 auto 18px; }
.s2ttmp .g21u9kj0 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .vey4 { grid-template-columns: 1fr; } }
.jog5d .j57u { font-size: 1.6rem; margin-bottom: 6px; }
.xp4z1hn .wjnig3kd { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .jog5d { flex-direction: column; text-align: center; } .prkzs { grid-template-columns: 1fr; } }
.yc95lfez { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.yc95lfez .j57u { font-size: 1.35rem; margin: 0 0 4px; }
.yc95lfez .g21u9kj0 { margin: 0; }
.eqksfnp9 .n3v4nty { color: var(--accent-light); }
.b8lw .n3v4nty { font-size: 2rem; }
.b8lw .s8ic9 { max-width: 680px; }
.pda0qq9 .n3v4nty { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.pda0qq9 .s8ic9  { margin: 0; }
@media (max-width: 640px) { .pda0qq9 { flex-direction: column; } }
.i8nhzni {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.i8nhzni .n3v4nty { color: var(--accent-light); }
.mlix .n3v4nty { color: #fff; }
.mlix .s8ic9  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .eilgfaq { grid-template-columns: 1fr; } }
.nsxy .c4ii {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.nsxy .c4ii:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.am53vr .c4ii { background: var(--bg-raised); border-color: transparent; }
.am53vr .c4ii:focus { background: var(--bg-card); border-color: var(--accent-light); }
.jg4fd .c4ii { border-radius: 100px; padding: 11px 20px; }
.jg4fd .o3nn { border-radius: 14px; }
.kf3vxo2c {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .kf3vxo2c { grid-template-columns: 1fr; } }
.w2jhd4d {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.w2jhd4d h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.w2jhd4d p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.k4iqav{display:none}
.k4iqav:empty,.jxlr365:empty{display:none}
.mgea{position:relative;overflow:visible}
.hljqs .v7i3l5,.u431 .v7i3l5,
.lcfm .v7i3l5,.xbth .v7i3l5,
.iul3kb1 .v7i3l5,.vx7pq5gi .v7i3l5{display:block}
.be2c6 .m42w{display:block}
.hljqs .v7i3l5,.u431 .v7i3l5,
.lcfm .v7i3l5,.xbth .v7i3l5,
.iul3kb1 .v7i3l5{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.hljqs .v7i3l5 .jxlr365,.u431 .v7i3l5 .jxlr365,
.lcfm .v7i3l5 .jxlr365,.xbth .v7i3l5 .jxlr365,
.iul3kb1 .v7i3l5 .jxlr365{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.hljqs .t0f67,.u431 .t0f67,
.lcfm .t0f67,.xbth .t0f67,
.iul3kb1 .t0f67{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.hljqs .v7i3l5,.u431 .v7i3l5{top:12px}
.hljqs .v7i3l5 .jxlr365{margin-right:auto}
.u431 .v7i3l5 .jxlr365{margin-left:auto}
.u431 .v7i3l5{text-align:right}
.lcfm .v7i3l5,.xbth .v7i3l5{bottom:12px}
.lcfm .v7i3l5 .jxlr365{margin-right:auto}
.xbth .v7i3l5 .jxlr365{margin-left:auto}
.xbth .v7i3l5{text-align:right}
.iul3kb1 .v7i3l5{position:relative;margin-top:16px}
.iul3kb1 .v7i3l5 .jxlr365{margin:0 auto}
.vx7pq5gi .v7i3l5{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.vx7pq5gi .v7i3l5 .jxlr365{margin:0}
.vx7pq5gi .ujf9w~.v7i3l5,
.vx7pq5gi .ar6rfy~.v7i3l5{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.vx7pq5gi .ujf9w~.v7i3l5 .jxlr365,
.vx7pq5gi .ar6rfy~.v7i3l5 .jxlr365{justify-content:flex-start}
.ujf9w~.v7i3l5,.ar6rfy~.v7i3l5{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.ujf9w~.v7i3l5 .jxlr365{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ar6rfy~.v7i3l5 .jxlr365{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.m42w .jxlr365{margin:0 0 12px}
.jxlr365{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.t0f67{white-space:nowrap}
.h79h .t0f67{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.vzreu018 .t0f67{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.ljlaj6v .jxlr365{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.hit9av .t0f67{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.ttayma .t0f67{color: var(--accent-light);opacity:1;font-weight:500}
.zk53 .t0f67{border-bottom:1px solid currentColor;padding-bottom:2px}
.ys7q0hy .jxlr365{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.wuvtw{--date-bg:transparent}
.vjoho .zvrjx9::before{content:""}
.vqupw .t0f67 + .t0f67::before{content:"•";margin-right:6px;opacity:.4}
.d605n7zm .t0f67 + .t0f67::before{content:"/";margin-right:6px;opacity:.35}
.siot0v .t0f67 + .t0f67::before{content:"|";margin-right:6px;opacity:.3}
.i2tr64ri .t0f67 + .t0f67::before{content:"—";margin-right:6px;opacity:.3}
.bzw6ihv .t0f67 + .t0f67::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.tofcgo .t0f67 + .t0f67::before{content:"·";margin-right:6px;opacity:.4}
.nkhy .t0f67 + .t0f67::before{content:"›";margin-right:6px;opacity:.4}
.hza9f49h .t0f67 + .t0f67::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.egk9p{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.ovloks{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.x4ld8eb{display:flex;flex-direction:column;gap:3px}
.cigl5wyd{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.jo0c{font-weight:700;font-size:1rem;color:var(--text-heading)}
.sg95{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.tols .egk9p{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.uy6s7b .egk9p{border-top:3px solid var(--accent);padding-top:18px}
.hujgdp .egk9p{border-left:3px solid var(--accent);border-radius:0}
.e9wed7 .egk9p{padding:20px 0}
@media(max-width:640px){
  .egk9p{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .sg95{max-width:100%}
}
.lbi7ptt6 .em2x{margin:0}
@media (max-width:560px){
  .byzqaho{grid-template-columns:repeat(2,1fr);gap:12px}
}
@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) {
  .f47vyx9p { padding: 28px 18px 20px; }
  .vff8xk75 { font-size: 1.2rem; }
  .zvgdqf { max-width: 220px; max-height: 80px; }
}
.gvuv  .sfstb { border-radius: 6px; }
.ir53thah .pral {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .sfstb { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.hfrv5 {
  margin: 28px 0 24px;
}
.hfrv5 .m32z {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.hfrv5 .wyqcse {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.hfrv5 .pral {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .n7ae6im { flex-direction: row-reverse; }
[dir="rtl"] .ozu4lz { flex-direction: row-reverse; }
[dir="rtl"] .l8olm4b .xqwjx2 { right: auto; left: 32px; }
[dir="rtl"] .y705sipz  .xqwjx2 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .l8olm4b .xqwjx2 { right: auto; left: 20px; }
  [dir="rtl"] .y705sipz  .xqwjx2 { left: auto;  right: 20px; }
}
[dir="rtl"] .co79 .szg79  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .or04po5h .szg79 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .ujf9w,
[dir="rtl"] .yjqof72d,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ivejhhv, [dir="rtl"] .aij63 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .s7uq0x1l { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .pral { direction: rtl; }
[dir="rtl"] .q6wwf7 { direction: rtl; }
[dir="rtl"] .kwos { direction: rtl; }
[dir="rtl"] .gt29no00 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .o7dnqwbp .aij63,
[dir="rtl"] .fofj3j .aij63,
[dir="rtl"] .atew .aij63,
[dir="rtl"] .vfpfk .aij63 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .o7dnqwbp .aij63 li::before,
[dir="rtl"] .fofj3j .aij63 li::before,
[dir="rtl"] .atew .aij63 li::before,
[dir="rtl"] .vfpfk .aij63 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .ujf9w.k5ww0p .e5gprxm { align-items: flex-end; text-align: right; }
[dir="rtl"] .ujf9w.e8524c4 .e5gprxm { text-align: center; }
[dir="rtl"] .ujf9w .e5gprxm { text-align: right; }
[dir="rtl"] .wyqcse,
[dir="rtl"] .z6b5z,
[dir="rtl"] .ksg7d14k,
[dir="rtl"] .hpju4o,
[dir="rtl"] .nwom9mu,
[dir="rtl"] .y3zdsz1,
[dir="rtl"] .qp628pt7,
[dir="rtl"] .c4ii,
[dir="rtl"] .o3nn { text-align: right; direction: rtl; }
[dir="rtl"] .jg4fd .c4ii,
[dir="rtl"] .nsxy .c4ii { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #96036d;
  --brand:           #96036d;
  --brand-light:     #760858;
  --brand-pale:      #9d1577;
  --grad-start:      #f004ae;
  --grad-end:        #f041bf;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #4c8076;
  --cta-light:       #386a60;
  --cta-hover:       #355952;
  --bg-page:         #f8f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f6f3f5;
  --bg-raised:       #f1edf0;
  --bg-hover:        #f6f3f5;
  --border:          #e9e1e7;
  --border-alt:      #ddcfd9;
  --border-section:  #e9e1e7;
  --text-primary:    #1c161a;
  --text-muted:      #62505d;
  --text-body:       #382d35;
  --text-sub:        #54444f;
  --text-faint:      #8c7285;
  --text-dim:        #a38e9d;
  --text-label:      #705b6a;
  --text-value:      #463942;
  --accent-bg:       #f8ddf0;
  --accent-bg-light: #f6c0e7;
  --bg-tip:          #f0f9f8;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f0f9f8;
  --bg-cons:         #faf3f4;
  --c-pros:          #0c968d;
  --c-cons:          #9f212f;
  --c-pros-label:    #0eb3a8;
  --c-tip-border:    #10c6b9;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c968d;
}
:root { --logo-bg-opacity: 72%; }
body, button, input { font-family: "Open Sans", sans-serif; }
.nypg1h .iude9v li::before, .nypg1h .su82m0t li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.nypg1h .iude9v li::before { content: ""; }.nypg1h .su82m0t li::before { content: ""; }.nypg1h .e9lmnt::before, .nypg1h .kcyiglfo::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.nypg1h .e9lmnt::before { content: ""; }.nypg1h .kcyiglfo::before { content: ""; }
.tpmfdjl .d4q47, .tpmfdjl .ujf9w { min-height: 320px; }
.q8bsp1dd::before { content: '/'; }