:root {
  --color-accent: #181685;
  --color-cta: #fe704f;
  --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;
}
.oka1 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.nac42m {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.ck966l {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.e7qfv { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.zfry { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.zfry a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.zfry a:hover { color: var(--accent-light); }
.xn9gkgg     .ah0ueoz { border-radius: 6px; }
.xn9gkgg .ah0ueoz li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.xn9gkgg .ah0ueoz li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.ru33jcf4  .ah0ueoz li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .ah0ueoz {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .celvs33b:hover .ah0ueoz,
  .celvs33b:focus-within .ah0ueoz { display: block; }
  .ah0ueoz li a { padding: 8px 16px; font-size: 0.88rem; }
}
.psrj0l3r {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.j5popvie { display: none; }
@media (max-width: 640px) {
  .j5popvie {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .j5popvie.c2twt6e { display: block; }
}
@media (max-width: 640px) {
  .psrj0l3r { display: block; }
  .zfry > li + li::before { display: none !important; }
  .zfry {
    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;
  }
  .zfry.c2twt6e { display: flex; }
  .zfry li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .zfry li:last-child a { border-bottom: none; }
}
.oa2uxx { min-height: 480px; }
.nv54i {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.slvrqttt { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.qfsbur .slvrqttt { margin-left: 0; margin-right: 0; }
.aoei {
  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;
}
.rfh1 .aoei { margin-top: 24px; }
.aoei:hover { opacity: 0.88; }
.evm5o {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.ni94mv {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.evm5o .lgcf {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.evm5o .nv54i { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.evm5o .slvrqttt { color: #e2e8f0; }
.evm5o.tj4o .lgcf { text-align: center; }
.evm5o.qfsbur   .lgcf { text-align: left; }
.p8te6vk .lgcf {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.p8te6vk .nv54i { color: var(--text-primary); text-shadow: none; }
.p8te6vk .slvrqttt { color: var(--text-muted); }
.p8te6vk .aoei { margin-top: 16px; }
.p8te6vk, .p8te6vk.oa2uxx { min-height: auto !important; }
.p8te6vk.tj4o .lgcf { text-align: center; }
.p8te6vk.qfsbur   .lgcf { text-align: left; }
.p8te6vk~.n3gyn5{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}
.p8te6vk~.n3gyn5 .il4k{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; }
}
.t5le55vi .tzudw5,
.t5le55vi .mo6l4y,
.t5le55vi .evm5o .ni94mv {
  overflow: hidden;
}
.t5le55vi .tzudw5::after,
.t5le55vi .mo6l4y::after,
.t5le55vi .evm5o .ni94mv::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.d3ty1az .evm5o .ni94mv {
  overflow: hidden;
}
.d3ty1az .evm5o .ni94mv::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.dc79vg4 .evm5o .ni94mv {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.tckor .evm5o .ni94mv {
  overflow: hidden;
}
.tckor .evm5o .ni94mv::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.utc67h .evm5o .ni94mv {
  animation: hg-breathe 10s ease-in-out infinite;
}
.tzudw5 .ni94mv {
  background: none;
}
.tzudw5 .nv54i { color: #fff; }
.tzudw5 .slvrqttt { color: rgba(255,255,255,0.85); }
.tzudw5 .aoei { background: #fff; color: var(--cta); }
.tzudw5 .aoei:hover { opacity: 0.92; }
.t5le55vi .aculv { position: relative; overflow: hidden; }
.t5le55vi .aculv::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;
}
.aculv .nv54i { text-shadow: none; color: var(--text-primary); }
.aculv .slvrqttt { color: var(--text-muted); }
body.jy8jy0ia .nv54i {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.q18uce6 .nv54i {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.oa2uxx.tzudw5 .nv54i,
section.tzudw5 .nv54i {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.aculv.tj4o .e57p { align-items: center; text-align: center; }
.oa2uxx .dbbv {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.dbbv .niq3h.esfyo {
  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;
}
.dbbv .niq3h.esfyo:hover { opacity: 0.85; }
.bxa0 .lgcf { padding-bottom: 24px; }
.rfh1 .lgcf { max-width: 1100px; }
@media (max-width: 700px) {
  .aculv { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .aculv:not(.lbal6bn) .e1yh1 { display: none !important; }
  .lbal6bn .e1yh1 { padding: 16px; }
  .e57p  { padding: 36px 24px; }
  .aculv~.n3gyn5,.qlp8~.n3gyn5{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .oa2uxx, .aculv { min-height: 320px !important; }
  .nv54i { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .yoh33w,
  .dq7oyjpu,
  .k9m5w { grid-template-columns: 1fr !important; }

  

  
  .bxa0 { display: flex !important; flex-direction: column !important; }
  .bxa0 .lgcf { display: contents; }
  .bxa0 .ni94mv { order: 0; }
  .bxa0 .nv54i { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .bxa0 .yoh33w { order: 2; padding: 0 16px 12px !important; }
  .bxa0 .slvrqttt { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .rfh1 .lgcf { display: flex; flex-direction: column; }
  .rfh1 .lgcf .nv54i { order: 1; }
  .rfh1 .lgcf .k9m5w { order: 2; margin: 8px 0 24px !important; }
  .rfh1 .lgcf .slvrqttt { order: 3; }
  .rfh1 .lgcf .aoei { order: 4; align-self: center; margin-top: 0; }

  
  .aculv.lbal6bn {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .aculv.lbal6bn .e57p { display: contents; padding: 0; }
  .aculv.lbal6bn .e57p .nv54i { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .aculv.lbal6bn .e1yh1 { order: 2; padding: 12px 16px; }
  .aculv.lbal6bn .e57p .slvrqttt { order: 3; padding: 0 24px; margin: 0 auto; }
  .aculv.lbal6bn .e57p .aoei { order: 4; align-self: center; margin: 8px 0 32px; }
}
.iwxk { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.yjcmtwk6 { width: 100%; height: auto; display: block; border-radius: 10px; }
.oz30l7 .iwxk        { border-radius: 16px; }
.oz30l7 .yjcmtwk6  { border-radius: 16px; }
.fj410ik8 .iwxk         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.fj410ik8 .yjcmtwk6   { border-radius: 8px; }
.pxtwugl { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.q4iwzd { width: 100%; padding: 32px 0; position: relative; }
.f63hbgk { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.qa5v .q4iwzd:nth-child(even) { background: var(--bg-surface); }
.qa5v .q4iwzd:nth-child(odd)  { background: var(--bg-page); }
.a04e .q4iwzd:nth-child(even) { background: var(--bg-card); }
.a04e .q4iwzd:nth-child(odd)  { background: var(--bg-page); }
.qa5v .q4iwzd:nth-child(odd)  .f63hbgk { background: var(--bg-card); border-radius: 6px; }
.qa5v .q4iwzd:nth-child(even) .f63hbgk { background: var(--bg-raised); border-radius: 6px; }
.a04e .q4iwzd:nth-child(odd)  .f63hbgk { background: var(--bg-card); border-radius: 6px; }
.a04e .q4iwzd:nth-child(even) .f63hbgk { background: var(--bg-raised); border-radius: 6px; }
.qa5v .q4iwzd:nth-child(even) .q996khyq .ifz9vu,
.a04e .q4iwzd:nth-child(even) .q996khyq .ifz9vu { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.qa5v .q4iwzd:nth-child(odd) .q996khyq .ifz9vu,
.a04e .q4iwzd:nth-child(odd) .q996khyq .ifz9vu { background: var(--bg-card-inner); }
.qa5v .q4iwzd:nth-child(even) .xcnl6sga .ifz9vu:nth-child(odd),
.a04e .q4iwzd:nth-child(even) .xcnl6sga .ifz9vu:nth-child(odd)  { background: var(--bg-card); }
.qa5v .q4iwzd:nth-child(even) .xcnl6sga .ifz9vu:nth-child(even),
.a04e .q4iwzd:nth-child(even) .xcnl6sga .ifz9vu:nth-child(even) { background: var(--bg-card-inner); }
h1.pulyv { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.pulyv {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.taz97y { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.pij6 h2.pulyv {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.d4v50x2 h2.pulyv {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.pf9v h2.pulyv {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.suyf h2.pulyv::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.cbakvxw h2.pulyv {
  color: var(--text-primary); font-size: 1.7rem;
}
.jcldqw2 h2.pulyv::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.w43oq1i3 h2.pulyv {
  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;
}
.ajp01px7 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .ajp01px7 { display: none; } }
.sgf07nb { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.s5llrd2z { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.xeavr {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.gzim4mjo { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.bhhuuzfe { padding-left: 20px; }
.bhhuuzfe li { margin-bottom: 6px; }
.bhhuuzfe a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.bhhuuzfe a:hover { color: var(--accent-light); }
.jtf6 .gzim4mjo { display: none; }
.kf753 .gzim4mjo { display: none; }
.kf753 .bhhuuzfe { padding-left: 0; list-style: none; }
.kf753 .bhhuuzfe li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.kf753 .bhhuuzfe a { font-size: 0.92rem; }
.df0yrt4k .xeavr { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.df0yrt4k .gzim4mjo { display: none; }
.df0yrt4k .bhhuuzfe { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.df0yrt4k .bhhuuzfe li { margin-bottom: 0; }
.df0yrt4k .bhhuuzfe 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;
}
.df0yrt4k .bhhuuzfe a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.tlkelg .xeavr { padding: 20px 20px 16px; }
.tlkelg .bhhuuzfe {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.tlkelg .bhhuuzfe li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.tlkelg .bhhuuzfe 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;
}
.tlkelg .bhhuuzfe 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;
}
.tlkelg .bhhuuzfe a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.tlkelg .bhhuuzfe a:focus,
.tlkelg .bhhuuzfe a:focus-visible,
.tlkelg .bhhuuzfe a:target { outline: none; }
.tlkelg .bhhuuzfe li:target a { border-color: var(--border); color: var(--text-muted); }
.cohhb .xeavr { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.cohhb .gzim4mjo { display: none; }
.cohhb .bhhuuzfe { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.cohhb .bhhuuzfe li { margin-bottom: 0; }
.cohhb .bhhuuzfe li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.cohhb .bhhuuzfe li:last-child::after { content: ""; margin-right: 0; }
.cohhb .bhhuuzfe a { font-size: 0.9rem; }
.ifz9vu { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.q996khyq .ifz9vu { background: var(--bg-card); }
.xcnl6sga .ifz9vu:nth-child(odd)  { background: var(--bg-card); }
.xcnl6sga .ifz9vu:nth-child(even) { background: var(--bg-raised); }
.kz6j .ifz9vu {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.kz6j .ifz9vu:last-child { border-bottom: none; }
.kz6j h3.taz97y { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.ywf0si1q .ifz9vu {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.ywf0si1q .ifz9vu + .ifz9vu { margin-top: 4px; }
.ztpyssq .ifz9vu { background: none; border-radius: 0; padding: 12px 0; }
.ztpyssq .ifz9vu + .ifz9vu { border-top: 1px solid var(--border-section); }
.deci { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ixb53 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.r7rs7mh { color: var(--text-body); margin-bottom: 10px; }
.cek216j, .sethyqo { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.cek216j li, .sethyqo li { margin-bottom: 6px; }
.sethyqo li { list-style: decimal; }
.u6n5ey8     .cek216j { list-style-type: "● "; }
.oj796j  .cek216j { list-style-type: "■ "; }
.qau4s724 .cek216j { list-style-type: "◆ "; }
.losclkim    .cek216j { list-style-type: "★ "; }
.u6n5ey8     .hirxj { list-style-type: "● "; }
.oj796j  .hirxj { list-style-type: "■ "; }
.qau4s724 .hirxj { list-style-type: "◆ "; }
.losclkim    .hirxj { list-style-type: "★ "; }
.u6n5ey8    .cek216j li::marker, .u6n5ey8    .hirxj li::marker,
.oj796j .cek216j li::marker, .oj796j .hirxj li::marker,
.qau4s724 .cek216j li::marker, .qau4s724 .hirxj li::marker,
.losclkim   .cek216j li::marker, .losclkim   .hirxj li::marker {
  color: var(--cta); font-size: 1em;
}
.u6n5ey8 .sethyqo,
.oj796j .sethyqo,
.qau4s724 .sethyqo,
.losclkim .sethyqo {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.u6n5ey8 .sethyqo li,
.oj796j .sethyqo li,
.qau4s724 .sethyqo li,
.losclkim .sethyqo li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.u6n5ey8 .sethyqo li::before,
.oj796j .sethyqo li::before,
.qau4s724 .sethyqo li::before,
.losclkim .sethyqo 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;
}
.u6n5ey8     .sethyqo li::before { border-radius: 50%; }
.oj796j  .sethyqo li::before { border-radius: 3px; }
.qau4s724 .sethyqo li::before { border-radius: 3px; }
.losclkim    .sethyqo li::before { border-radius: 50%; }
.pnwaut3 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.bz1r .pnwaut3,
.jp45zvu .pnwaut3 { background: transparent; border: none; border-radius: 0; }
.evqv8o3l { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.evqv8o3l th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.evqv8o3l td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.evqv8o3l tr:hover td { background: var(--bg-hover); }
.bd5104v .evqv8o3l tbody tr:nth-child(even) td { background: var(--bg-surface); }
.b3rvx13b .evqv8o3l { border: 1px solid var(--border-alt); }
.b3rvx13b .evqv8o3l th,
.b3rvx13b .evqv8o3l td { border: 1px solid var(--border-alt); }
.axjnfist .evqv8o3l th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.axjnfist .evqv8o3l td { border-bottom: none; }
.axjnfist .evqv8o3l tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.xh3xr .evqv8o3l th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.losv .pnwaut3 {
  overflow: hidden;
}
.losv .evqv8o3l th { border-bottom: 1px solid var(--border-alt); }
.losv .evqv8o3l tr:last-child td { border-bottom: none; }
.fzsj { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.fq0s { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.iwfbj8 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.xl0d2k { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.pox77 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.hirxj { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.hirxj 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%}
.ai6sdx .xl0d2k { background: transparent; text-align: center; }
.xu4ipe .iwfbj8 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.m9znadfu .iwfbj8 {
  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);
}
.qu8z .fq0s { display: grid; grid-template-columns: auto 1fr; }
.qu8z .iwfbj8 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.qu8z .xl0d2k { grid-column: 2; }
.qu8z .pox77,
.qu8z .hirxj { grid-column: 1 / -1; }
.sqqhkw51 .fq0s { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.sqqhkw51 .iwfbj8 {
  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);
}
.sqqhkw51 .xl0d2k { grid-column: 2; }
.sqqhkw51 .pox77,
.sqqhkw51 .hirxj { grid-column: 1 / -1; }
.m067 .fq0s { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.m067 .xl0d2k { background: none; color: var(--accent-light); font-weight: 700; }
.jv8qdcpz .fq0s { 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); }
.jv8qdcpz .xl0d2k { background: none; color: var(--accent-light); font-weight: 700; }
.epafjivq .fq0s { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.epafjivq .fq0s:last-child { border-bottom: none; }
.epafjivq .xl0d2k { background: none; color: var(--accent-light); font-weight: 700; }
.hvjiyn5 .fq0s { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.hvjiyn5 .xl0d2k { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.aaw9 .fzsj { counter-reset: card-n; }
.aaw9 .fq0s  { counter-increment: card-n; }
.aaw9 .xl0d2k { display: flex; align-items: center; gap: 10px; }
.aaw9 .xl0d2k::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;
}
.q9660 .fq0s { background: var(--bg-surface); border: 1px solid var(--border); }
.q9660 .xl0d2k { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.d786rf { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.swmo  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.td9158 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.sfpkc { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.d786rf strong { color: var(--text-primary); font-size: 0.95rem; }
.d786rf p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.yjcmtwk6 { width: 100%; height: auto; border-radius: 10px; display: block; }
.esfyo {
  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;
}
.esfyo:hover { opacity: 0.85; }
.eboiglqj .esfyo  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.eboiglqj .esfyo:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.g09n .esfyo  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.g09n .esfyo:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.dzkrc .aoei { border-radius: 50px; }
.dzkrc .esfyo  { border-radius: 50px; }
.h5bwrheg .aoei { padding-left: 22px; padding-right: 22px; }
.h5bwrheg .esfyo  { padding-left: 12px; padding-right: 12px; }
.a6l97 .aoei { padding-left: 44px; padding-right: 44px; }
.a6l97 .esfyo  { padding-left: 24px; padding-right: 24px; }
.yjxbn .aoei { padding-left: 56px; padding-right: 56px; }
.yjxbn .esfyo  { padding-left: 32px; padding-right: 32px; }
.x1xq   .aoei::after, .x1xq   .esfyo::after,
.jp2znf .aoei::after, .jp2znf .esfyo::after,
.spa9    .aoei::after, .spa9    .esfyo::after,
.bhc5b    .aoei::after, .bhc5b    .esfyo::after,
.voccbg60    .aoei::after, .voccbg60    .esfyo::after,
.yw7udqcd     .aoei::after, .yw7udqcd     .esfyo::after,
.y22a    .aoei::after, .y22a    .esfyo::after,
.ruww6   .aoei::after, .ruww6   .esfyo::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;
}
.x1xq .aoei::after, .x1xq .esfyo::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");
}
.jp2znf .aoei::after, .jp2znf .esfyo::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");
}
.spa9 .aoei::after, .spa9 .esfyo::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");
}
.bhc5b .aoei::after, .bhc5b .esfyo::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");
}
.voccbg60 .aoei::after, .voccbg60 .esfyo::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");
}
.yw7udqcd .aoei::after, .yw7udqcd .esfyo::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");
}
.y22a .aoei::after, .y22a .esfyo::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");
}
.ruww6 .aoei::after, .ruww6 .esfyo::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");
}
.rnut   .vwias3r::after, .rnut   .ml0bei7::after,
.lpg9wu8m .vwias3r::after, .lpg9wu8m .ml0bei7::after,
.hrweorv    .vwias3r::after, .hrweorv    .ml0bei7::after,
.seekfp    .vwias3r::after, .seekfp    .ml0bei7::after,
.h9tl    .vwias3r::after, .h9tl    .ml0bei7::after,
.is2lqd     .vwias3r::after, .is2lqd     .ml0bei7::after,
.aw32ayl0    .vwias3r::after, .aw32ayl0    .ml0bei7::after,
.jb799ai3   .vwias3r::after, .jb799ai3   .ml0bei7::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;
}
.rnut .vwias3r::after, .rnut .ml0bei7::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");
}
.lpg9wu8m .vwias3r::after, .lpg9wu8m .ml0bei7::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");
}
.hrweorv .vwias3r::after, .hrweorv .ml0bei7::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");
}
.seekfp .vwias3r::after, .seekfp .ml0bei7::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");
}
.h9tl .vwias3r::after, .h9tl .ml0bei7::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");
}
.is2lqd .vwias3r::after, .is2lqd .ml0bei7::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");
}
.aw32ayl0 .vwias3r::after, .aw32ayl0 .ml0bei7::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");
}
.jb799ai3 .vwias3r::after, .jb799ai3 .ml0bei7::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");
}
.niq3h.esfyo {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .neyep {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .neyep::before    { grid-area: rank;   }
  .tepi7k           { grid-area: ident;  }
  .hov9abh     { grid-area: rating; min-width: 0; width: auto; }
  .vidtu           { grid-area: pills;  }
  .niq3h             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .neyep {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .neyep::before    { justify-self: center; }
  .tepi7k           { width: 100%; }
  .hov9abh     { justify-self: center; }
  .vidtu           { grid-template-columns: 1fr; }
}
.j6w1c8p .t5j3hh1 { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .v6qz2um2 .u9z153 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .v6qz2um2 .exeh4ky { margin: 0; }
}
@media (max-width: 720px) {
  .aqoa9i0g { grid-template-columns: 1fr; }
  .l6046n { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .l6046n .ncdsonk { width: 72px; height: 50px; }
  .l6046n .lvg3p { max-width: 180px; }
  .l6046n .k0vb { width: auto; }
}
@media (max-width: 720px) {
  .cd4ko { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .lnm5du0p { padding: 16px; }
  .e6a36edl .k6wj { min-width: 50%; }
}
@media (max-width: 860px) {
  .y7ou6 { grid-template-columns: 1fr; }
  .n4q9br { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .nsxu3 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .iscns8rw { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .v474j8wh { flex-direction: column; align-items: stretch; }
}
.fnjtci .k0vb .esfyo { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .zlcjz { flex-direction: column; align-items: stretch; gap: 10px; }
  .fnjtci .k0vb { text-align: center; }
}
@media (max-width: 720px) {
  .wmw5 { grid-template-columns: 1fr; }
  .a2jlm { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .cog6 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .t5v8 { grid-template-columns: 1fr; }
  .sdpe5 { width: 100px; height: 100px; margin: 16px auto; }
  .ge9bouz { font-size: 1.4rem; }
  .dxkxdy4 { justify-content: center; }
  .n9efztfg .k6wj { min-width: 50%; }
}
@media (max-width: 540px) {
  .t70ym { flex-wrap: wrap; padding: 14px 16px; }
  .u4faq3t2 { padding: 12px 16px; }
  .f0x12 .xx8mvvh { margin: 0 16px; }
  .f0x12 .cz6y { padding: 0 16px; }
  .jbbkqfl { padding: 12px 16px; }
}
.fa8n .uiugpml { gap: 18px; }
.fa8n .neyep {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.fa8n .neyep:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.oot3qkp8 .vidtu .tqo4d {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.oot3qkp8 .vidtu .tqo4d:first-child { border-left: none; }
.gb13a .rzxsuz {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.e7pl5 { margin: 16px 0; }
.kco5s { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.kco5s summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.kco5s summary::after { content: "+"; color: var(--accent-light); }
.kco5s[open] summary::after { content: "−"; }
.kco5s p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.q4iwzd { margin-bottom: 0; }
.lw45 h2.pulyv { color: var(--text-primary); border-color: var(--accent-light); }
.e9bjkt h2.pulyv { color: var(--text-primary); border-color: var(--accent-light); }
.enc0q .swmo     { background: #052e16; border-color: #10b981; }
.enc0q .td9158    { background: #1e1036; border-color: #a855f7; }
.enc0q .d786rf strong  { color: #f1f5f9; }
.enc0q .d786rf p       { color: #cbd5e1; }
.enc0q .x879tuz    .swmo     .sfpkc::before,
.enc0q .y9p5ep  .swmo     .sfpkc::before,
.enc0q .dtkz4uo5  .swmo     .sfpkc::before,
.enc0q .dp48nf2e .swmo     .sfpkc::before { color: #10b981; }
.enc0q .x879tuz    .rtxi8q7 .sfpkc::before,
.enc0q .y9p5ep  .rtxi8q7 .sfpkc::before,
.enc0q .dtkz4uo5  .rtxi8q7 .sfpkc::before,
.enc0q .dp48nf2e .rtxi8q7 .sfpkc::before { color: #f43f5e; }
.enc0q .x879tuz    .td9158    .sfpkc::before,
.enc0q .y9p5ep  .td9158    .sfpkc::before,
.enc0q .dtkz4uo5  .td9158    .sfpkc::before,
.enc0q .dp48nf2e .td9158    .sfpkc::before { color: #a855f7; }
.o94g4rg .swmo     { background: #2d2000; border-color: #eab308; }
.o94g4rg .td9158    { background: #2d1600; border-color: #f97316; }
.o94g4rg .d786rf strong  { color: #f1f5f9; }
.o94g4rg .d786rf p       { color: #cbd5e1; }
.o94g4rg .x879tuz    .swmo     .sfpkc::before,
.o94g4rg .y9p5ep  .swmo     .sfpkc::before,
.o94g4rg .dtkz4uo5  .swmo     .sfpkc::before,
.o94g4rg .dp48nf2e .swmo     .sfpkc::before { color: #eab308; }
.o94g4rg .x879tuz    .rtxi8q7 .sfpkc::before,
.o94g4rg .y9p5ep  .rtxi8q7 .sfpkc::before,
.o94g4rg .dtkz4uo5  .rtxi8q7 .sfpkc::before,
.o94g4rg .dp48nf2e .rtxi8q7 .sfpkc::before { color: #ef4444; }
.o94g4rg .x879tuz    .td9158    .sfpkc::before,
.o94g4rg .y9p5ep  .td9158    .sfpkc::before,
.o94g4rg .dtkz4uo5  .td9158    .sfpkc::before,
.o94g4rg .dp48nf2e .td9158    .sfpkc::before { color: #f97316; }
.gkdkgx .swmo     { background: #0c1a2e; border-color: #38bdf8; }
.gkdkgx .td9158    { background: #0a2020; border-color: #2dd4bf; }
.gkdkgx .d786rf strong  { color: #f1f5f9; }
.gkdkgx .d786rf p       { color: #cbd5e1; }
.gkdkgx .x879tuz    .swmo     .sfpkc::before,
.gkdkgx .y9p5ep  .swmo     .sfpkc::before,
.gkdkgx .dtkz4uo5  .swmo     .sfpkc::before,
.gkdkgx .dp48nf2e .swmo     .sfpkc::before { color: #38bdf8; }
.gkdkgx .x879tuz    .rtxi8q7 .sfpkc::before,
.gkdkgx .y9p5ep  .rtxi8q7 .sfpkc::before,
.gkdkgx .dtkz4uo5  .rtxi8q7 .sfpkc::before,
.gkdkgx .dp48nf2e .rtxi8q7 .sfpkc::before { color: #818cf8; }
.gkdkgx .x879tuz    .td9158    .sfpkc::before,
.gkdkgx .y9p5ep  .td9158    .sfpkc::before,
.gkdkgx .dtkz4uo5  .td9158    .sfpkc::before,
.gkdkgx .dp48nf2e .td9158    .sfpkc::before { color: #2dd4bf; }
.ecfz8qzx .swmo     { background: var(--accent-bg); border-color: var(--accent-light); }
.ecfz8qzx .rtxi8q7 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.ecfz8qzx .td9158    { background: var(--accent-bg); border-color: var(--accent-pale); }
.ecfz8qzx .x879tuz    .sfpkc::before,
.ecfz8qzx .y9p5ep  .sfpkc::before,
.ecfz8qzx .dtkz4uo5  .sfpkc::before,
.ecfz8qzx .dp48nf2e .sfpkc::before { color: var(--accent-light) !important; }
.mfqlc11 .rorces { background: var(--bg-pros); }
.mfqlc11 .e6le { background: var(--bg-cons); }
.mfqlc11 .rorces .l9aglgn { color: var(--c-pros-label); }
.mfqlc11 .e6le .ixyc0 { color: var(--c-cons); }
.mfqlc11 .rorces ul li,
.mfqlc11 .l8j15oix li            { color: var(--c-pros); }
.mfqlc11 .e6le ul li,
.mfqlc11 .x10e8x5 li            { color: var(--c-cons); }
.j6w1c8p .d786rf { background: transparent; border-left: none; border: 1.5px solid; }
.j6w1c8p .swmo     { border-color: var(--c-tip-border); }
.j6w1c8p .rtxi8q7 { border-color: var(--c-warn-border); }
.j6w1c8p .td9158    { border-color: #60a5fa; }
.j6w1c8p .d786rf strong { color: var(--text-primary); }
.j6w1c8p .d786rf p      { color: var(--text-muted); }
.n8wcs .d786rf { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.n8wcs .swmo     { border-top-color: var(--c-tip-border); }
.n8wcs .td9158    { border-top-color: #60a5fa; }
.ftoc4 .d786rf { border-left: none; border-radius: 8px; }
.ftoc4 .swmo     { background: #065f46; }
.ftoc4 .td9158    { background: #1e3a8a; }
.ftoc4 .d786rf strong,
.ftoc4 .d786rf p { color: #fff; }
.ftoc4 .sfpkc::before { color: rgba(255,255,255,0.85) !important; }
.enc0q.ftoc4 .swmo,
.enc0q .ftoc4 .swmo     { background: #052e16; }
.enc0q.ftoc4 .td9158,
.enc0q .ftoc4 .td9158    { background: #1e1036; }
.o94g4rg.ftoc4 .swmo,
.o94g4rg .ftoc4 .swmo      { background: #2d2000; }
.o94g4rg.ftoc4 .td9158,
.o94g4rg .ftoc4 .td9158     { background: #2d1600; }
.gkdkgx.ftoc4 .swmo,
.gkdkgx .ftoc4 .swmo      { background: #0c1a2e; }
.gkdkgx.ftoc4 .td9158,
.gkdkgx .ftoc4 .td9158     { background: #0a2020; }
.ltvcyfi2 .d786rf { border-left: none; border-radius: 6px; padding: 10px 14px; }
.ltvcyfi2 .swmo     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.ltvcyfi2 .td9158    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.ltvcyfi2 .d786rf strong { color: var(--text-primary); }
.ltvcyfi2 .d786rf p      { color: var(--text-muted); }
.xahgy .d786rf { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.x879tuz .sfpkc,
.y9p5ep .sfpkc,
.dtkz4uo5 .sfpkc,
.dp48nf2e .sfpkc { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.x879tuz .sfpkc::before,
.y9p5ep .sfpkc::before,
.dtkz4uo5 .sfpkc::before,
.dp48nf2e .sfpkc::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.x879tuz .swmo     .sfpkc::before { content: "✦"; color: var(--c-tip-border); }
.x879tuz .rtxi8q7 .sfpkc::before { content: "▲"; color: var(--c-warn-border); }
.x879tuz .td9158    .sfpkc::before { content: "◉"; color: #60a5fa; }
.y9p5ep .swmo     .sfpkc::before { content: "★"; color: var(--c-tip-border); }
.y9p5ep .rtxi8q7 .sfpkc::before { content: "◆"; color: var(--c-warn-border); }
.y9p5ep .td9158    .sfpkc::before { content: "●"; color: #60a5fa; }
.dtkz4uo5 .swmo     .sfpkc::before { content: "▶"; color: var(--c-tip-border); }
.dtkz4uo5 .rtxi8q7 .sfpkc::before { content: "■"; color: var(--c-warn-border); }
.dtkz4uo5 .td9158    .sfpkc::before { content: "▸"; color: #60a5fa; }
.dp48nf2e .swmo     .sfpkc::before { content: "→"; color: var(--c-tip-border); }
.dp48nf2e .rtxi8q7 .sfpkc::before { content: "⬥"; color: var(--c-warn-border); }
.dp48nf2e .td9158    .sfpkc::before { content: "◈"; color: #60a5fa; }
.dfpjrcnk .q996khyq .ifz9vu,
.dfpjrcnk .xcnl6sga .ifz9vu  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.dfpjrcnk .fq0s                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.dfpjrcnk .pnwaut3          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.dfpjrcnk .xeavr                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.plxy .q996khyq .ifz9vu,
.plxy .xcnl6sga .ifz9vu,
.plxy .fq0s,
.plxy .neyep,
.plxy .exeh4ky,
.plxy .pnwaut3,
.plxy .xeavr,
.plxy .xahgy .d786rf { box-shadow: none; }
.qezy6z   .r7rs7mh, .qezy6z .deci, .qezy6z .ixb53,
.qezy6z   .sgf07nb, .qezy6z .s5llrd2z { font-size: 0.9rem; }
.qezy6z   .cek216j, .qezy6z .sethyqo { font-size: 0.9rem; }
.yazbop2   .r7rs7mh, .yazbop2 .deci, .yazbop2 .ixb53,
.yazbop2   .sgf07nb, .yazbop2 .s5llrd2z { font-size: 0.95rem; }
.yazbop2   .cek216j, .yazbop2 .sethyqo { font-size: 0.95rem; }
.m2jbv   .r7rs7mh, .m2jbv .deci, .m2jbv .ixb53,
.m2jbv   .sgf07nb, .m2jbv .s5llrd2z { font-size: 1.08rem; }
.m2jbv   .cek216j, .m2jbv .sethyqo { font-size: 1.05rem; }
.m2jbv   .evqv8o3l { font-size: 0.97rem; }
.w7qm .nv54i      { font-size: 3.2rem; }
.w7qm h2.pulyv { font-size: 1.9rem; }
.w7qm h3.taz97y     { font-size: 1.4rem; }
.gp5p2s5 .nv54i      { font-size: 3.8rem; }
.gp5p2s5 h2.pulyv { font-size: 2.2rem; }
.gp5p2s5 h3.taz97y     { font-size: 1.6rem; }
.q4iwzd + .q4iwzd { position: relative; }
.ilj508   .q4iwzd + .q4iwzd::before,
.ydmeg  .q4iwzd + .q4iwzd::before,
.hmfk   .q4iwzd + .q4iwzd::before,
.tyq9vwme   .q4iwzd + .q4iwzd::before,
.rbbq1j   .q4iwzd + .q4iwzd::before,
.oyl7z0xd .q4iwzd + .q4iwzd::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.ilj508 .q4iwzd + .q4iwzd::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.ydmeg .q4iwzd + .q4iwzd::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.hmfk .q4iwzd + .q4iwzd::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;
}
.tyq9vwme .q4iwzd + .q4iwzd::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.gm2y5lit .q4iwzd { margin-bottom: 16px; }
.gm2y5lit .q4iwzd + .q4iwzd { margin-top: 0; }
.gm2y5lit .f63hbgk { padding-top: 0; padding-bottom: 0; }
.rbbq1j .q4iwzd + .q4iwzd::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.oyl7z0xd .q4iwzd + .q4iwzd::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.hyfsi .q4iwzd + .q4iwzd::before,
.bxd33v .q4iwzd + .q4iwzd::before,
.yopz0b6 .q4iwzd + .q4iwzd::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%;
}
.qa5v .hyfsi .q4iwzd:nth-child(even)::before,
.qa5v .bxd33v .q4iwzd:nth-child(even)::before,
.qa5v .yopz0b6 .q4iwzd:nth-child(even)::before { background: var(--bg-surface); }
.a04e .hyfsi .q4iwzd:nth-child(even)::before,
.a04e .bxd33v .q4iwzd:nth-child(even)::before,
.a04e .yopz0b6 .q4iwzd:nth-child(even)::before { background: var(--bg-card); }
.hyfsi .q4iwzd + .q4iwzd::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");
}
.bxd33v .q4iwzd + .q4iwzd::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");
}
.yopz0b6 .q4iwzd + .q4iwzd::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");
}
.ope0q .evm5o,
.juvdioy .evm5o,
.a2hn1 .evm5o { overflow: hidden; }
.ope0q .lgcf,
.juvdioy .lgcf { margin-bottom: 60px; }
.a2hn1 .lgcf { margin-bottom: 70px; }
.ope0q .evm5o::before,
.juvdioy .evm5o::before,
.a2hn1 .evm5o::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.ope0q .evm5o::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");
}
.juvdioy .evm5o::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");
}
.a2hn1 .evm5o::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.lw9a .evm5o:not(.tzudw5) .ni94mv { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.bzye95j .evm5o:not(.tzudw5) .ni94mv { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.ztp1  .evm5o:not(.tzudw5) .ni94mv { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.r221  .evm5o:not(.tzudw5) .ni94mv { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.lw9a .tzudw5 { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.lw9a .mo6l4y { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.lw9a .aculv { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.tp7r2e .tzudw5 .ni94mv { background: none; }
.tp7r2e .evm5o:not(.tzudw5) .ni94mv { background: rgba(0,0,0,0.6); }
.bqppwny .iwxk { float: left; width: 38%; margin: 0 28px 16px 0; }
.bqppwny .iwxk .yjcmtwk6 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.bqppwny .f63hbgk::after { content: ''; display: block; clear: both; }
.r66f36 .iwxk { float: right; width: 38%; margin: 0 0 16px 28px; }
.r66f36 .iwxk .yjcmtwk6 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.r66f36 .f63hbgk::after { content: ''; display: block; clear: both; }
.w0x9 .q4iwzd:nth-child(odd)  .iwxk { float: left;  width: 38%; margin: 0 28px 16px 0; }
.w0x9 .q4iwzd:nth-child(even) .iwxk { float: right; width: 38%; margin: 0 0 16px 28px; }
.w0x9 .iwxk .yjcmtwk6 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.w0x9 .f63hbgk::after { content: ''; display: block; clear: both; }
.bqppwny .fzsj,
.r66f36 .fzsj,
.r66f36 .uiugpml,
.w0x9 .fzsj,
@media (max-width: 900px) {
  .bqppwny .iwxk,
  .r66f36 .iwxk,
  .w0x9 .q4iwzd:nth-child(odd)  .iwxk,
  .w0x9 .q4iwzd:nth-child(even) .iwxk {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .bqppwny .iwxk .yjcmtwk6,
  .r66f36 .iwxk .yjcmtwk6,
  .w0x9 .iwxk .yjcmtwk6 {
    max-height: none !important;
  }
}
.bqppwny .cek216j,
.bqppwny .sethyqo,
.r66f36 .cek216j,
.r66f36 .sethyqo,
.w0x9 .cek216j,
.w0x9 .sethyqo { overflow: hidden; }
@media (max-width: 640px) {
  .bqppwny .iwxk,
  .r66f36 .iwxk,
  .w0x9 .iwxk { float: none; width: 100%; margin: 0 0 16px 0; }
}
.axj6n .pxtwugl,
.axj6n .f63hbgk,
.axj6n .ht1rctxr  { max-width: 1100px; }
.ygdrtq .pxtwugl,
.ygdrtq .f63hbgk,
.ygdrtq .ht1rctxr  { max-width: 1200px; }
.ygdrtq { --content-mw: 1200px; }
.v5h2rez .pxtwugl,
.v5h2rez .f63hbgk,
.v5h2rez .ht1rctxr  { max-width: 1320px; }
.fmcquorq { font-size: 0.82rem; color: var(--text-muted); }
.iqpij { display: flex; align-items: center; }
.jtr0a9d {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ir8ok { display: flex; align-items: center; }
.p93hehok { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.p93hehok:hover { text-decoration: underline; }
.jewy13 { margin: 0 3px; opacity: 0.45; }
.jewy13::before { content: '/'; }
.oqkrbt { padding: 2px 5px; color: var(--text-main); }
.ein0 .fmcquorq {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.ein0 .iqpij { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.yzax .fmcquorq {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.yzax .iqpij { padding: 0 0 0 12px; }
.lgathb {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.nvh0rlxg .iqpij { padding: 0 16px; }
.nvh0rlxg .fmcquorq {
  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);
}
.nvh0rlxg .pxtwugl { padding-top: 28px; }
@media (max-width: 720px) {
  .lgathb { margin-top: 18px; padding: 0 16px; }
  .nvh0rlxg .pxtwugl { padding-top: 16px; }
}
.axj6n.ein0 .iqpij { max-width: 1100px; }
.ygdrtq.ein0 .iqpij { max-width: 1200px; }
.v5h2rez.ein0 .iqpij { max-width: 1320px; }
.axj6n .lgathb { max-width: 1100px; }
.ygdrtq .lgathb { max-width: 1200px; }
.v5h2rez .lgathb { max-width: 1320px; }
.amjet51 .q4iwzd { padding-top: 16px; padding-bottom: 16px; }
.m5qof .q4iwzd { padding-top: 24px; padding-bottom: 24px; }
.a2s1 .q4iwzd { padding-top: 40px; padding-bottom: 40px; }
.boxid9y .q4iwzd { padding-top: 52px; padding-bottom: 52px; }
.bc2txnx .q4iwzd:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.bc2txnx .q4iwzd:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.bc2txnx .q4iwzd:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.bc2txnx .q4iwzd:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.h7h0e .f63hbgk { padding-top: 10px;  padding-bottom: 10px; }
.luqy .f63hbgk { padding-top: 18px;  padding-bottom: 18px; }
.zlusp .f63hbgk { padding-top: 36px;  padding-bottom: 36px; }
.jn0t .f63hbgk { padding-top: 48px;  padding-bottom: 48px; }
.c876c1d h2.pulyv { font-weight: 600; }
.c876c1d h3.taz97y     { font-weight: 600; }
.yicwg { font-weight: 500; }
.yicwg h2.pulyv { font-weight: 800; }
.yicwg h3.taz97y     { font-weight: 700; }
.n2fdy h2.pulyv { font-weight: 900; }
.n2fdy h3.taz97y     { font-weight: 800; }
.n2fdy .d786rf strong,
.n2fdy .d786rf strong { font-weight: 600; }
.vwias3r {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.y0i1ii .vwias3r { display: none; }
@media (max-width: 640px) {
  .wvzqli { display: none; }
  .vwias3r {
    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;
  }
}
.vwias3r { background: var(--cta) !important; color: #fff !important; border: none !important; }
.vwias3r:hover { opacity: 0.85; }
.i693p3oj .vwias3r { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.sfz41n .vwias3r,
.xm4qt  .vwias3r { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.sfz41n .vwias3r:hover,
.xm4qt  .vwias3r:hover { opacity: 0.88; }
.i693p3oj.sfz41n .vwias3r,
.i693p3oj.xm4qt  .vwias3r { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.ml0bei7 {
  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;
}
.ml0bei7:hover { transform: translateY(-2px); opacity: 0.92; }
.ml0bei7 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.q1qkf .ml0bei7 { display: none; }
.bv7aagb .ml0bei7 { right: 32px; }
.nsq0  .ml0bei7 { left: 32px; }
@media (max-width: 480px) {
  .bv7aagb .ml0bei7 { right: 20px; bottom: 20px; }
  .nsq0  .ml0bei7 { left: 20px; bottom: 20px; }
}
.nx0gpor { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.ht1rctxr { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.mer4 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.xwzrdag { color: var(--text-dim); font-size: 0.8rem; }
.g5z6wka a, .y7gr a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.g5z6wka a:hover, .y7gr a:hover { color: var(--accent-light); }
.y7gr { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.jbgx .ht1rctxr { text-align: center; }
.jbgx .y7gr { justify-content: center; margin-bottom: 16px; }
.jbgx .mer4 { margin-top: 0; }
.mi5utiee { margin-top: 10px; }
.mi5utiee a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .ht1rctxr { padding-left: 16px; padding-right: 16px; }
  .pietc .ht1rctxr { padding: 20px 16px; }
  .y7gr { gap: 4px 12px; }
  .mer4 { font-size: 0.78rem; }
}
.vgt3 .mer4 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.vgt3 .xwzrdag { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .vgt3 .t8ppfui8 { grid-template-columns: 1fr 1fr; } .vgt3 .j3ebi3 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .vgt3 .t8ppfui8 { grid-template-columns: 1fr; } }
.bl9y .mer4 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .bl9y .zl90n { gap: 12px; } .bl9y .htiwr7d { margin-right: 0; width: 100%; } }
.cx8ip4sy .mer4 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.cx8ip4sy .xwzrdag { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .cx8ip4sy .o9bbcz9 { grid-template-columns: 1fr 1fr; } .cx8ip4sy .ut03kg1 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .cx8ip4sy .o9bbcz9 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .a2rz45cf .z12t1ee { grid-template-columns: 1fr 1fr; } .a2rz45cf .mr2jcpm:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .a2rz45cf .z12t1ee { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .db3k .z12t1ee { grid-template-columns: 1fr; } }
.jz6h .ht1rctxr { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.jz6h .y7gr { justify-content: center; }
.cacbn .oka1      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.cacbn .nx0gpor { background: var(--bg-page); border-top-color: var(--border-alt); }
.qfyyad9e .oka1      { background: #0d1117; border-bottom-color: #21262d; }
.qfyyad9e .ck966l { color: var(--accent-light); }
.qfyyad9e .zfry { --msep-color: #8b949e; }
.qfyyad9e .zfry a { color: #8b949e; }
.qfyyad9e .zfry a:hover { color: var(--accent-light); }
.qfyyad9e .psrj0l3r { color: #8b949e; }
.qfyyad9e .nx0gpor { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.qfyyad9e .mer4,
.qfyyad9e .xwzrdag { color: #6e7681; }
.qfyyad9e .g5z6wka a, .qfyyad9e .y7gr a,
.qfyyad9e .g5z6wka a:hover, .qfyyad9e .y7gr a:hover,
@media (max-width: 640px) {
  .qfyyad9e .zfry { background: #0d1117; border-top-color: #21262d; }
  .qfyyad9e .zfry li a { border-bottom-color: #21262d; }
}
.q4z5r7g .oka1      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.q4z5r7g .ck966l { color: var(--accent-light); }
.q4z5r7g .zfry { --msep-color: #475569; }
.q4z5r7g .zfry a { color: #475569; }
.q4z5r7g .zfry a:hover { color: var(--accent-light); }
.q4z5r7g .psrj0l3r { color: #64748b; }
.q4z5r7g .nx0gpor { background: #f0f4f8; border-top-color: #cbd5e1; }
.q4z5r7g .mer4,
.q4z5r7g .xwzrdag { color: #64748b; }
.q4z5r7g .g5z6wka a, .q4z5r7g .y7gr a,
.q4z5r7g .g5z6wka a:hover, .q4z5r7g .y7gr a:hover,
@media (max-width: 640px) {
  .q4z5r7g .zfry { background: #f0f4f8; border-top-color: #cbd5e1; }
  .q4z5r7g .zfry li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.sfz41n .oka1      { background: var(--accent); border-bottom-color: var(--accent-light); }
.sfz41n .ck966l { color: #fff; }
.sfz41n .zfry { --msep-color: rgba(255,255,255,0.82); }
.sfz41n .zfry a { color: rgba(255,255,255,0.82); }
.sfz41n .zfry a:hover { color: #fff; }
.sfz41n .psrj0l3r { color: rgba(255,255,255,0.9); }
.sfz41n .nx0gpor { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.sfz41n .mer4,
.sfz41n .xwzrdag { color: rgba(255,255,255,0.72); }
.sfz41n .g5z6wka a, .sfz41n .y7gr a,
.sfz41n .g5z6wka a:hover, .sfz41n .y7gr a:hover,
@media (max-width: 640px) {
  .sfz41n .zfry { background: var(--accent); border-top-color: var(--accent-light); }
  .sfz41n .zfry li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.xm4qt .oka1 {
  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);
}
.xm4qt .nx0gpor {
  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) {
  .xm4qt .zfry {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.qr8us7eb .nac42m { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.mgph .nac42m { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.bhhjec .nac42m { min-height: 72px; height: auto; }
.trpu18 .nac42m { min-height: 84px; height: auto; }
.pietc .nac42m { max-width: none; padding: 0 32px; }
.pietc .ht1rctxr  { max-width: none; padding: 24px 32px; }
.xbh18.ygdrtq .nac42m { max-width: 1200px; }
.xbh18.v5h2rez .nac42m { max-width: 1320px; }
.ul7jj0   .ck966l, .ul7jj0   .htiwr7d { text-transform: capitalize; }
.eg8p3 .ck966l, .eg8p3 .htiwr7d { text-transform: lowercase; }
.rlm0uv51 .ck966l, .rlm0uv51 .htiwr7d { text-transform: uppercase; letter-spacing: 0.06em; }
.zyl2, .ulioqn {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ekvyt07b .zyl2,
.kcmtdn2 .zyl2,
.qv0d22 .zyl2,
.hjnhcgu4 .zyl2,
.iefwupta   .zfry a { font-weight: 500; }
.c18h28 .zfry a { font-weight: 600; }
.qei8rrdv     .zfry a { font-weight: 700; }
.ow2g    .zfry a { font-weight: 800; letter-spacing: 0.01em; }
.k7sfb     .zfry > li + li::before,
.ljvzuvn    .zfry > li + li::before,
.epu9yj4    .zfry > li + li::before,
.s3wxka .zfry > li + li::before,
.hnhrgv .zfry > li + li::before,
.dl0fki  .zfry > li + li::before,
.kf84z75    .zfry > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.k7sfb     .zfry > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.ljvzuvn    .zfry > li + li::before { content: "|"; }
.epu9yj4    .zfry > li + li::before { content: "—"; }
.s3wxka .zfry > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.hnhrgv .zfry > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.dl0fki  .zfry > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.kf84z75    .zfry > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .nmuf45 .psrj0l3r,
  .eymq5 .psrj0l3r,
  .ipgdu .psrj0l3r,
  .qpkrrc05 .psrj0l3r,
  .cxwc7 .psrj0l3r {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .nmuf45 .psrj0l3r::before,
  .eymq5 .psrj0l3r::before,
  .ipgdu .psrj0l3r::before,
  .qpkrrc05 .psrj0l3r::before,
  .cxwc7 .psrj0l3r::before { content: ""; display: block; flex-shrink: 0; }

  
  .nmuf45 .psrj0l3r::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;
  }

  
  .eymq5 .psrj0l3r::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;
  }

  
  .ipgdu .psrj0l3r::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;
  }

  
  .qpkrrc05 .psrj0l3r::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;
  }

  
  .cxwc7 .psrj0l3r::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) {
  .nhl48a3 .psrj0l3r {
    padding: 5px 14px;
  }
  .nhl48a3 .zfry {
    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;
  }
  .nhl48a3 .zfry li a {
    border-bottom: none; padding: 10px 22px;
  }
  .nhl48a3 .zfry li a:hover { background: var(--bg-raised); }
  .nhl48a3 .j5popvie,
  .jsjt .j5popvie,
  .o67d4 .j5popvie { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .qqf9 .psrj0l3r {
    padding: 5px 10px;
  }
  .qqf9 .zfry {
    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);
  }
  .qqf9 .zfry.c2twt6e { transform: translateX(0); }
  .qqf9 .zfry li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .qqf9 .zfry li:last-child a { border-bottom: none; }
  .sfz41n .zfry,
  .qfyyad9e .zfry { background: var(--accent) !important; }
  .sfz41n .zfry li a,
  .qfyyad9e .zfry li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .o67d4 .psrj0l3r {
    padding: 5px 10px;
  }
  .o67d4 .zfry {
    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);
  }
  .o67d4 .zfry::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .o67d4 .zfry.c2twt6e { transform: translateY(0); }
  .o67d4 .zfry li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .ew7l .psrj0l3r {
    padding: 5px 10px;
  }
  .ew7l .zfry {
    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;
  }
  .ew7l .zfry.c2twt6e { opacity: 1; pointer-events: auto; }
  .ew7l .zfry li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .c13lwm     .psrj0l3r { border-radius: 0 !important; }
  .pnm8az   .psrj0l3r { border-radius: 8px !important; }
  .w3ssrp .psrj0l3r { border-radius: 50% !important; }
  .thjj   .psrj0l3r { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .e8qx .e53ciii { flex-direction: column; align-items: stretch; }
  .e8qx .gebb { flex-direction: row; min-width: auto; }
  .e8qx .skps52 { align-items: flex-start; text-align: left; }
}
.v9rzd,
.v9rzd.q4iwzd,
.qa5v .v9rzd,
.v1z7 .v9rzd,
.a04e .v9rzd,
.l0grl0f .v9rzd {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.li8a02 {
  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;
}
.okf4n9dj { flex: 1 1 280px; min-width: 0; }
.uht58teg {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.k8559tyn {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.vev3kmyo {
  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;
}
.vev3kmyo:hover { transform: translateY(-1px); opacity: 0.95; }
.r31c .li8a02 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.r31c .uht58teg { color: var(--cta); }
.r31c .k8559tyn { color: var(--text-body); }
.r31c .vev3kmyo {
  background: var(--cta) !important;
  color: #fff !important;
}
.rh2oag .li8a02 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.rh2oag .uht58teg { color: var(--text-primary); }
.rh2oag .k8559tyn { color: var(--text-body); }
.rh2oag .vev3kmyo {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .li8a02 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .okf4n9dj { flex: 0 0 auto; }
  .uht58teg { font-size: 1.2rem; }
  .vev3kmyo { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.qcbp8kpd .e7qfv { height: 36px; }
.h4jnvr6n .e7qfv { height: 60px; max-width: 200px; }
.u425g5v .e7qfv { height: 56px; max-width: 180px; }
.j4kdo    .rzxsuz, .j4kdo    .ibdus3 { color: #f59e0b; }
.oot3qkp8 .tqo4d + .tqo4d {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .jgbbovd9 .uiugpml {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .jgbbovd9 .neyep {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .jgbbovd9 .neyep { padding: 40px 16px 20px; }
  .jgbbovd9 .tqo4d {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .jgbbovd9 .niq3h { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .dxsl .neyep {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .dxsl .neyep::before {
    position: absolute; top: 14px; left: 14px;
  }
  .dxsl .tepi7k {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .dxsl .t4k0kfl { white-space: normal; text-align: center; font-size: 1.2rem; }
  .dxsl .tqo4d {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .dxsl .niq3h { width: 100%; min-width: 0; }
  .dxsl .rzxsuz { min-width: 0; }
}
.tgf74 .kco5s {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.tgf74 .kco5s summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.tgf74 .kco5s p { padding: 0 2px 16px; }
.ltne .kco5s { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.ltne .kco5s summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.ltne .kco5s summary::after { content: "›"; font-size: 1.2em; }
.ltne .kco5s[open] summary::after { content: "‹"; }
.ltne .kco5s p { padding: 10px 22px 4px; }
.srr3osgp .kco5s {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.srr3osgp .kco5s summary { color: var(--text-primary); padding-left: 16px; }
.srr3osgp .kco5s summary::after { content: "›"; font-size: 1.1em; }
.srr3osgp .kco5s[open] summary::after { content: "‹"; }
.srr3osgp .kco5s p { padding-left: 16px; }
.hsvf6u .e7pl5 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.hsvf6u .kco5s {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.hsvf6u .kco5s:last-child { border-bottom: none; }
.hsvf6u .kco5s summary { color: var(--text-primary); border-radius: 0; }
.hsvf6u .kco5s summary::after { content: "›"; font-size: 1.1em; }
.hsvf6u .kco5s[open] summary::after { content: "‹"; }
.o67uvn .kco5s { overflow: hidden; }
.o67uvn .kco5s summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.o67uvn .kco5s summary::after { color: rgba(255,255,255,.75); }
.o67uvn .kco5s[open] summary { border-radius: 0; }
.msf043u { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.jgfgm6 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.qwjiie1 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.q0uek { color: var(--text-muted); font-size: 1.05rem; }
.ptha6 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.s0srg7x {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.v51pe { margin-bottom: 20px; }
.t72qhlvw {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.nzz92l {
  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;
}
.nzz92l:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.op7fnps { resize: vertical; min-height: 130px; }
.b1yv73hg { width: 100%; margin-top: 8px; }
.z3yq {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.l1dcn {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.pj17vv { color: var(--text-muted); line-height: 1.75; }
.foq2spc5 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.foq2spc5 li { margin-bottom: 6px; }
.y3538 { max-width: 760px; margin: 0 auto; }
.kg98tvim { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.l8wncb { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.l8wncb:last-child { border-bottom: none; }
.l8wncb h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.l8wncb p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.i0nx27 { max-width: 760px; margin: 0 auto; }
.dgev ul.foq2spc5 { margin: 0; }
@media (max-width: 640px) { .e9ocyh9 { grid-template-columns: 1fr; gap: 10px; } }
.ddia2x { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.x00yjz { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.uz21 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.x00yjz p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.x00yjz .foq2spc5 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ddia2x { grid-template-columns: 1fr; } }
.m5586 ul.foq2spc5 { margin: 0; }
.jlbth .foq2spc5,
.m1rfv3 .foq2spc5,
.xskd8 .foq2spc5,
.kwjsssz .foq2spc5 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .mi7it { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .g4dd5oj { grid-template-columns: 1fr; } .k925f { position: static; text-align: center; } }
@media (max-width: 860px) { .o5hnrs { grid-template-columns: 1fr; } }
.kwjsssz .foq2spc5 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .o5c3px { flex-direction: column; text-align: center; } .kibux { grid-template-columns: 1fr; } }
.gvee {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.gvee .qwjiie1 { color: var(--accent-light); }
.wkygpd .qwjiie1 { font-size: 2rem; }
.wkygpd .q0uek { max-width: 680px; }
.sip1 .qwjiie1 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.sip1 .q0uek  { margin: 0; }
@media (max-width: 640px) { .sip1 { flex-direction: column; } }
.hzx7uo8o .qwjiie1 { color: var(--accent-light); }
.pjuw .qwjiie1 { color: #fff; }
.pjuw .q0uek  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .z68p743 { grid-template-columns: 1fr; } }
.ufdm3ir .nzz92l {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.ufdm3ir .nzz92l:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.s3i3s27u .nzz92l { background: var(--bg-raised); border-color: transparent; }
.s3i3s27u .nzz92l:focus { background: var(--bg-card); border-color: var(--accent-light); }
.rn5qb .nzz92l { border-radius: 100px; padding: 11px 20px; }
.rn5qb .op7fnps { border-radius: 14px; }
@media (max-width: 640px) { .apnf6od { grid-template-columns: 1fr; } }
.yjfrgx { counter-reset: priv-count; }
.yhvyu {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.yhvyu:last-child { border-bottom: none; }
.o488 {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.yhvyu h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.yhvyu p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.dg13cw { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.dg13cw li { margin-bottom: 6px; }
.ac1xru{display:none}
.ac1xru:empty,.il4k:empty{display:none}
.raftt8{position:relative;overflow:visible}
.vjdakbzp .n3gyn5,.bjtb89n2 .n3gyn5,
.qgxh .n3gyn5,.sh6tq .n3gyn5,
.lbppou0 .n3gyn5,.dazfvn .n3gyn5{display:block}
.q6sh .junp6ew{display:block}
.vjdakbzp .n3gyn5,.bjtb89n2 .n3gyn5,
.qgxh .n3gyn5,.sh6tq .n3gyn5,
.lbppou0 .n3gyn5{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}
.vjdakbzp .n3gyn5 .il4k,.bjtb89n2 .n3gyn5 .il4k,
.qgxh .n3gyn5 .il4k,.sh6tq .n3gyn5 .il4k,
.lbppou0 .n3gyn5 .il4k{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}
.vjdakbzp .hh372,.bjtb89n2 .hh372,
.qgxh .hh372,.sh6tq .hh372,
.lbppou0 .hh372{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.vjdakbzp .n3gyn5,.bjtb89n2 .n3gyn5{top:12px}
.vjdakbzp .n3gyn5 .il4k{margin-right:auto}
.bjtb89n2 .n3gyn5 .il4k{margin-left:auto}
.bjtb89n2 .n3gyn5{text-align:right}
.qgxh .n3gyn5,.sh6tq .n3gyn5{bottom:12px}
.qgxh .n3gyn5 .il4k{margin-right:auto}
.sh6tq .n3gyn5 .il4k{margin-left:auto}
.sh6tq .n3gyn5{text-align:right}
.lbppou0 .n3gyn5{position:relative;margin-top:16px}
.lbppou0 .n3gyn5 .il4k{margin:0 auto}
.dazfvn .n3gyn5{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.dazfvn .n3gyn5 .il4k{margin:0}
.dazfvn .aculv~.n3gyn5,
.dazfvn .qlp8~.n3gyn5{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.dazfvn .aculv~.n3gyn5 .il4k,
.dazfvn .qlp8~.n3gyn5 .il4k{justify-content:flex-start}
.aculv~.n3gyn5,.qlp8~.n3gyn5{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}
.aculv~.n3gyn5 .il4k{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.qlp8~.n3gyn5 .il4k{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.junp6ew .il4k{margin:0 0 12px}
.il4k{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.hh372{white-space:nowrap}
.wx1c2du .hh372{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.srl0iq .hh372{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}
.fjq98a .il4k{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.z8epv .hh372{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.z8epv .jcdekx8::before{content:""}
.tol2c .hh372{color: var(--accent-light);opacity:1;font-weight:500}
.fxxkoe .hh372{border-bottom:1px solid currentColor;padding-bottom:2px}
.euoq .il4k{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.di8yyu{--date-bg:var(--accent-bg-light)}
.mk7kiav3 .jcdekx8::before{content:""}
.a5vm0 .hh372 + .hh372::before{content:"•";margin-right:6px;opacity:.4}
.ft5lt .hh372 + .hh372::before{content:"/";margin-right:6px;opacity:.35}
.kyrd .hh372 + .hh372::before{content:"|";margin-right:6px;opacity:.3}
.ets44xb6 .hh372 + .hh372::before{content:"—";margin-right:6px;opacity:.3}
.g9ufwqj .hh372 + .hh372::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.xqe44v6 .hh372 + .hh372::before{content:"·";margin-right:6px;opacity:.4}
.huzo .hh372 + .hh372::before{content:"›";margin-right:6px;opacity:.4}
.a0zyb .hh372 + .hh372::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.z6mkayr2 .vdl770uo{padding:20px 0}
@media(max-width:640px){
  .vdl770uo{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .y8glt3{max-width:100%}
}
.a33r .pnwaut3{margin:0}
@media (max-width:560px){
  .c2atqub{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) {
  .dw4qx { padding: 28px 18px 20px; }
  .vvlf { font-size: 1.2rem; }
  .yhlu38yu { max-width: 220px; max-height: 80px; }
}
.tt6u  .rsvy { border-radius: 50%; }
.as3m .li8a02 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .rsvy { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.r370hv8 {
  margin: 28px 0 24px;
}
.r370hv8 .q4iwzd {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.r370hv8 .f63hbgk {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.r370hv8 .li8a02 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .nac42m { flex-direction: row-reverse; }
[dir="rtl"] .zfry { flex-direction: row-reverse; }
[dir="rtl"] .bv7aagb .ml0bei7 { right: auto; left: 32px; }
[dir="rtl"] .nsq0  .ml0bei7 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .bv7aagb .ml0bei7 { right: auto; left: 20px; }
  [dir="rtl"] .nsq0  .ml0bei7 { left: auto;  right: 20px; }
}
[dir="rtl"] .bqppwny .iwxk  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .r66f36 .iwxk { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .cek216j, [dir="rtl"] .sethyqo { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .d786rf { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .li8a02 { direction: rtl; }
[dir="rtl"] .fmcquorq { direction: rtl; }
[dir="rtl"] .xeavr { direction: rtl; }
[dir="rtl"] .bhhuuzfe { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .u6n5ey8 .sethyqo,
[dir="rtl"] .oj796j .sethyqo,
[dir="rtl"] .qau4s724 .sethyqo,
[dir="rtl"] .losclkim .sethyqo {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .u6n5ey8 .sethyqo li::before,
[dir="rtl"] .oj796j .sethyqo li::before,
[dir="rtl"] .qau4s724 .sethyqo li::before,
[dir="rtl"] .losclkim .sethyqo li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .evm5o.qfsbur .lgcf,
[dir="rtl"] .p8te6vk.qfsbur .lgcf,
[dir="rtl"] .tzudw5.qfsbur .lgcf,
[dir="rtl"] .bxa0.qfsbur .lgcf,
[dir="rtl"] .rfh1.qfsbur .lgcf { text-align: right; }
[dir="rtl"] .aculv.tj4o .e57p { text-align: center; }
[dir="rtl"] .f63hbgk,
[dir="rtl"] .sgf07nb,
[dir="rtl"] .s5llrd2z,
[dir="rtl"] .ajp01px7,
[dir="rtl"] .lgcf { text-align: right; }
[dir="rtl"] .s0srg7x,
[dir="rtl"] .t72qhlvw,
[dir="rtl"] .nzz92l,
[dir="rtl"] .op7fnps { text-align: right; direction: rtl; }
[dir="rtl"] .rn5qb .nzz92l,
[dir="rtl"] .ufdm3ir .nzz92l { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #181685;
  --brand:           #181685;
  --brand-light:     #5f5dde;
  --brand-pale:      #9c9be3;
  --grad-start:      #08072d;
  --grad-end:        #14126f;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #fe704f;
  --cta-light:       #fbaf9d;
  --cta-hover:       #fe9077;
  --bg-page:         #050414;
  --bg-surface:      #080720;
  --bg-card:         #0b0a2d;
  --bg-card-inner:   #0e0d39;
  --bg-raised:       #111045;
  --bg-hover:        #151352;
  --border:          #191762;
  --border-alt:      #1f1d7b;
  --border-section:  #191762;
  --text-primary:    #e3e3e7;
  --text-muted:      #9e9ead;
  --text-body:       #c7c7d0;
  --text-sub:        #9e9ead;
  --text-faint:      #69687c;
  --text-dim:        #515160;
  --text-label:      #828296;
  --text-value:      #b9b9c4;
  --accent-bg:       #12112b;
  --accent-bg-light: #191843;
  --bg-tip:          #162621;
  --bg-warning:      #272115;
  --bg-info:         #161b26;
  --bg-pros:         #162621;
  --bg-cons:         #26161b;
  --c-pros:          #7ef0cf;
  --c-cons:          #e689a4;
  --c-pros-label:    #50ebbd;
  --c-tip-border:    #30e8b1;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #7ef0cf;
}
:root { --logo-bg-opacity: 62%; }
body, button, input { font-family: "Quicksand", sans-serif; }
.d4piubw .l8j15oix li::before, .d4piubw .x10e8x5 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; }.d4piubw .l8j15oix li::before { content: ""; }.d4piubw .x10e8x5 li::before { content: ""; }.d4piubw .l9aglgn::before, .d4piubw .ixyc0::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.d4piubw .l9aglgn::before { content: ""; }.d4piubw .ixyc0::before { content: ""; }
.wuzvahka .oa2uxx, .wuzvahka .aculv { min-height: 520px; }
.oex0 .vwias3r::after,.oex0 .ml0bei7::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.jewy13::before { content: '·'; font-size: 1.3em; line-height: 1; }