:root {
  --color-accent: #400080;
  --color-cta: #a3008b;
  --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;
}
.q2n4g {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.x6gu {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.hgowuxd {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.abvg { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.w2exejop { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.w2exejop a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.w2exejop a:hover { color: var(--accent-light); }
.mlwla9u   .etk1h33 { border-radius: 0; }
.rp7ye .etk1h33 li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .etk1h33 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .i4asz:hover .etk1h33,
  .i4asz:focus-within .etk1h33 { display: block; }
  .etk1h33 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.ht8vk1j {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.xevmo { display: none; }
@media (max-width: 640px) {
  .xevmo {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .xevmo.l1yj200x { display: block; }
}
@media (max-width: 640px) {
  .ht8vk1j { display: block; }
  .w2exejop > li + li::before { display: none !important; }
  .w2exejop {
    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;
  }
  .w2exejop.l1yj200x { display: flex; }
  .w2exejop li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .w2exejop li:last-child a { border-bottom: none; }
}
.s2dyrra2 { min-height: 480px; }
.vrndy {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.c5hntfh { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.dg8cx .c5hntfh { margin-left: 0; margin-right: 0; }
.auk9naxz {
  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;
}
.fvvs25cb .auk9naxz { margin-top: 24px; }
.auk9naxz:hover { opacity: 0.88; }
.af1g {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.p1s859ia {
  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%);
}
.af1g .c423 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.af1g .vrndy { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.af1g .c5hntfh { color: #e2e8f0; }
.af1g.ixu0n03n .c423 { text-align: center; }
.af1g.dg8cx   .c423 { text-align: left; }
.qqyv .c423 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.qqyv .vrndy { color: var(--text-primary); text-shadow: none; }
.qqyv .c5hntfh { color: var(--text-muted); }
.qqyv .auk9naxz { margin-top: 16px; }
.qqyv, .qqyv.s2dyrra2 { min-height: auto !important; }
.qqyv.ixu0n03n .c423 { text-align: center; }
.qqyv.dg8cx   .c423 { text-align: left; }
.rcqdvvb {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.khkcup .rcqdvvb,
.khkcup .rcqdvvb::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.z07nzl .rcqdvvb,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.e7fd .rcqdvvb,
.e7fd .af1g .p1s859ia {
  overflow: hidden;
}
.e7fd .rcqdvvb::after,
.e7fd .af1g .p1s859ia::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%); }
}
.rffl1d .rcqdvvb,
.rffl1d .rcqdvvb::after,
@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); }
}
.rffl1d .af1g .p1s859ia {
  overflow: hidden;
}
.rffl1d .af1g .p1s859ia::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;
}
.tvt1g .rcqdvvb,
.tvt1g .af1g .p1s859ia {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.khkcup .af1g .p1s859ia {
  overflow: hidden;
}
.khkcup .af1g .p1s859ia::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;
}
.z07nzl .af1g .p1s859ia {
  animation: hg-breathe 10s ease-in-out infinite;
}
.rcqdvvb .p1s859ia {
  background: none;
}
.rcqdvvb .vrndy { color: #fff; }
.rcqdvvb .c5hntfh { color: rgba(255,255,255,0.85); }
.rcqdvvb .auk9naxz { background: #fff; color: var(--cta); }
.rcqdvvb .auk9naxz:hover { opacity: 0.92; }
.adazr .vrndy { text-shadow: none; color: var(--text-primary); }
.adazr .c5hntfh { color: var(--text-muted); }
body.oknii .vrndy {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.txiw .vrndy {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.s2dyrra2.rcqdvvb .vrndy,
section.rcqdvvb .vrndy {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.adazr.ixu0n03n .r1qqh97 { align-items: center; text-align: center; }
.s2dyrra2 .imont {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.imont .h4bh1.fjlk6xds {
  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;
}
.imont .h4bh1.fjlk6xds:hover { opacity: 0.85; }
.hiry .c423 { padding-bottom: 24px; }
.fvvs25cb .c423 { max-width: 1100px; }
@media (max-width: 700px) {
  .adazr { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .adazr:not(.epapnot) .wrx0b { display: none !important; }
  .epapnot .wrx0b { padding: 16px; }
  .r1qqh97  { padding: 36px 24px; }
  .adazr~.zyqz7di,.myq3fjso~.zyqz7di{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .s2dyrra2, .adazr { min-height: 320px !important; }
  .vrndy { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .tclvi,
  .nb5lfe,
  .dmr6k { grid-template-columns: 1fr !important; }

  

  
  .hiry { display: flex !important; flex-direction: column !important; }
  .hiry .c423 { display: contents; }
  .hiry .p1s859ia { order: 0; }
  .hiry .vrndy { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .hiry .tclvi { order: 2; padding: 0 16px 12px !important; }
  .hiry .c5hntfh { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .fvvs25cb .c423 { display: flex; flex-direction: column; }
  .fvvs25cb .c423 .vrndy { order: 1; }
  .fvvs25cb .c423 .dmr6k { order: 2; margin: 8px 0 24px !important; }
  .fvvs25cb .c423 .c5hntfh { order: 3; }
  .fvvs25cb .c423 .auk9naxz { order: 4; align-self: center; margin-top: 0; }

  
  .adazr.epapnot {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .adazr.epapnot .r1qqh97 { display: contents; padding: 0; }
  .adazr.epapnot .r1qqh97 .vrndy { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .adazr.epapnot .wrx0b { order: 2; padding: 12px 16px; }
  .adazr.epapnot .r1qqh97 .c5hntfh { order: 3; padding: 0 24px; margin: 0 auto; }
  .adazr.epapnot .r1qqh97 .auk9naxz { order: 4; align-self: center; margin: 8px 0 32px; }
}
.cn2glssb { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.mowy { width: 100%; height: auto; display: block; border-radius: 10px; }
.qy4ih0 .cn2glssb        { border-radius: 16px; }
.qy4ih0 .mowy  { border-radius: 16px; }
.y1ubu2et .cn2glssb         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.y1ubu2et .mowy   { border-radius: 8px; }
.zlgm { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.yyok7w { width: 100%; padding: 32px 0; position: relative; }
.qb4n8 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.v74pzl .yyok7w:nth-child(even) { background: var(--bg-surface); }
.v74pzl .yyok7w:nth-child(odd)  { background: var(--bg-page); }
.yzmg5l .yyok7w:nth-child(even) { background: var(--bg-card); }
.yzmg5l .yyok7w:nth-child(odd)  { background: var(--bg-page); }
.v74pzl .yyok7w:nth-child(odd)  .qb4n8 { background: var(--bg-card); border-radius: 6px; }
.v74pzl .yyok7w:nth-child(even) .qb4n8 { background: var(--bg-raised); border-radius: 6px; }
.yzmg5l .yyok7w:nth-child(odd)  .qb4n8 { background: var(--bg-card); border-radius: 6px; }
.yzmg5l .yyok7w:nth-child(even) .qb4n8 { background: var(--bg-raised); border-radius: 6px; }
.v74pzl .yyok7w:nth-child(even) .qzd5h7li .g29bnic,
.yzmg5l .yyok7w:nth-child(even) .qzd5h7li .g29bnic { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.v74pzl .yyok7w:nth-child(odd) .qzd5h7li .g29bnic,
.yzmg5l .yyok7w:nth-child(odd) .qzd5h7li .g29bnic { background: var(--bg-card-inner); }
.v74pzl .yyok7w:nth-child(even) .j9ea .g29bnic:nth-child(odd),
.yzmg5l .yyok7w:nth-child(even) .j9ea .g29bnic:nth-child(odd)  { background: var(--bg-card); }
.v74pzl .yyok7w:nth-child(even) .j9ea .g29bnic:nth-child(even),
.yzmg5l .yyok7w:nth-child(even) .j9ea .g29bnic:nth-child(even) { background: var(--bg-card-inner); }
h1.kub3n0 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.kub3n0 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.ywun { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.e74sup h2.kub3n0 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.odu384o h2.kub3n0 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.yt0b72 h2.kub3n0 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.q79f h2.kub3n0::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.is01ifur h2.kub3n0 {
  color: var(--text-primary); font-size: 1.7rem;
}
.kqvboh2 h2.kub3n0::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.f7x7 h2.kub3n0 {
  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;
}
.n7wh1o8 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .n7wh1o8 { display: none; } }
.rdcxd { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ybj1 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.dwc4z {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.ijgpe { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.yt3i { padding-left: 20px; }
.yt3i li { margin-bottom: 6px; }
.yt3i a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.yt3i a:hover { color: var(--accent-light); }
.uxmh .ijgpe { display: none; }
.o9hk .ijgpe { display: none; }
.o9hk .yt3i { padding-left: 0; list-style: none; }
.o9hk .yt3i li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.o9hk .yt3i a { font-size: 0.92rem; }
.jy4v .dwc4z { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.jy4v .ijgpe { display: none; }
.jy4v .yt3i { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.jy4v .yt3i li { margin-bottom: 0; }
.jy4v .yt3i 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;
}
.jy4v .yt3i a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.a8xd37m .dwc4z { padding: 20px 20px 16px; }
.a8xd37m .yt3i {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.a8xd37m .yt3i li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.a8xd37m .yt3i 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;
}
.a8xd37m .yt3i 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;
}
.a8xd37m .yt3i a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.a8xd37m .yt3i a:focus,
.a8xd37m .yt3i a:focus-visible,
.a8xd37m .yt3i a:target { outline: none; }
.a8xd37m .yt3i li:target a { border-color: var(--border); color: var(--text-muted); }
.xuyll .dwc4z { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.xuyll .ijgpe { display: none; }
.xuyll .yt3i { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.xuyll .yt3i li { margin-bottom: 0; }
.xuyll .yt3i li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.xuyll .yt3i li:last-child::after { content: ""; margin-right: 0; }
.xuyll .yt3i a { font-size: 0.9rem; }
.g29bnic { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.qzd5h7li .g29bnic { background: var(--bg-card); }
.j9ea .g29bnic:nth-child(odd)  { background: var(--bg-card); }
.j9ea .g29bnic:nth-child(even) { background: var(--bg-raised); }
.xeyn7idj .g29bnic {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.xeyn7idj .g29bnic:last-child { border-bottom: none; }
.xeyn7idj h3.ywun { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.h96p .g29bnic {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.h96p .g29bnic + .g29bnic { margin-top: 4px; }
.kv0bm .g29bnic { background: none; border-radius: 0; padding: 12px 0; }
.kv0bm .g29bnic + .g29bnic { border-top: 1px solid var(--border-section); }
.ehv06ai { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ussw { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.ehrd { color: var(--text-body); margin-bottom: 10px; }
.c39n, .ozvr { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.c39n li, .ozvr li { margin-bottom: 6px; }
.ozvr li { list-style: decimal; }
.kikxab     .c39n { list-style-type: "● "; }
.pzrdp  .c39n { list-style-type: "■ "; }
.hus69d7i .c39n { list-style-type: "◆ "; }
.gdim70    .c39n { list-style-type: "★ "; }
.kikxab     .oidny1ol { list-style-type: "● "; }
.pzrdp  .oidny1ol { list-style-type: "■ "; }
.hus69d7i .oidny1ol { list-style-type: "◆ "; }
.gdim70    .oidny1ol { list-style-type: "★ "; }
.kikxab    .c39n li::marker, .kikxab    .oidny1ol li::marker,
.pzrdp .c39n li::marker, .pzrdp .oidny1ol li::marker,
.hus69d7i .c39n li::marker, .hus69d7i .oidny1ol li::marker,
.gdim70   .c39n li::marker, .gdim70   .oidny1ol li::marker {
  color: var(--cta); font-size: 1em;
}
.kikxab .ozvr,
.pzrdp .ozvr,
.hus69d7i .ozvr,
.gdim70 .ozvr {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.kikxab .ozvr li,
.pzrdp .ozvr li,
.hus69d7i .ozvr li,
.gdim70 .ozvr li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.kikxab .ozvr li::before,
.pzrdp .ozvr li::before,
.hus69d7i .ozvr li::before,
.gdim70 .ozvr 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;
}
.kikxab     .ozvr li::before { border-radius: 50%; }
.pzrdp  .ozvr li::before { border-radius: 3px; }
.hus69d7i .ozvr li::before { border-radius: 3px; }
.gdim70    .ozvr li::before { border-radius: 50%; }
.rvegjo2 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.azffjiz2 .rvegjo2,
.et3075 .rvegjo2 { background: transparent; border: none; border-radius: 0; }
.mdk1y { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.mdk1y th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.mdk1y td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.mdk1y tr:hover td { background: var(--bg-hover); }
.qp8rzsnu .mdk1y tbody tr:nth-child(even) td { background: var(--bg-surface); }
.owa44mj .mdk1y { border: 1px solid var(--border-alt); }
.owa44mj .mdk1y th,
.owa44mj .mdk1y td { border: 1px solid var(--border-alt); }
.a4of .mdk1y th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.a4of .mdk1y td { border-bottom: none; }
.a4of .mdk1y tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.anwgmbh .mdk1y th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.bxzwg .rvegjo2 {
  overflow: hidden;
}
.bxzwg .mdk1y th { border-bottom: 1px solid var(--border-alt); }
.bxzwg .mdk1y tr:last-child td { border-bottom: none; }
.ya47xkvw { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.ia34vvu0 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.a7zw { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.sk6jc0 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.fruet3m { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.oidny1ol { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.oidny1ol 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%}
.bw1qtni .sk6jc0 { background: transparent; text-align: center; }
.w05tw .a7zw {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.ozv4tp .a7zw {
  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);
}
.lxawuy7 .ia34vvu0 { display: grid; grid-template-columns: auto 1fr; }
.lxawuy7 .a7zw {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.lxawuy7 .sk6jc0 { grid-column: 2; }
.lxawuy7 .fruet3m,
.lxawuy7 .oidny1ol { grid-column: 1 / -1; }
.llrja .ia34vvu0 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.llrja .a7zw {
  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);
}
.llrja .sk6jc0 { grid-column: 2; }
.llrja .fruet3m,
.llrja .oidny1ol { grid-column: 1 / -1; }
.lct14kb7 .ia34vvu0 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.lct14kb7 .sk6jc0 { background: none; color: var(--accent-light); font-weight: 700; }
.pscln .ia34vvu0 { 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); }
.pscln .sk6jc0 { background: none; color: var(--accent-light); font-weight: 700; }
.gewj5o .ia34vvu0 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.gewj5o .ia34vvu0:last-child { border-bottom: none; }
.gewj5o .sk6jc0 { background: none; color: var(--accent-light); font-weight: 700; }
.kcviyyi .ia34vvu0 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.kcviyyi .sk6jc0 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.x6kt01gg .ya47xkvw { counter-reset: card-n; }
.x6kt01gg .ia34vvu0  { counter-increment: card-n; }
.x6kt01gg .sk6jc0 { display: flex; align-items: center; gap: 10px; }
.x6kt01gg .sk6jc0::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;
}
.hgddh .ia34vvu0 { background: var(--bg-surface); border: 1px solid var(--border); }
.hgddh .sk6jc0 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.ev45ei8g { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.bzjq6t  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.m9uy { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.udz128m { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.re5x1 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.ev45ei8g strong { color: var(--text-primary); font-size: 0.95rem; }
.ev45ei8g p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.mvb4y92 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.pz0r, .lk4zkx { border-radius: 8px; padding: 14px; }
.pz0r { background: var(--bg-pros); }
.lk4zkx { background: var(--bg-cons); }
.jfqt2bf { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.pz0r .jfqt2bf { color: var(--c-pros-label); }
.lk4zkx .jfqt2bf { color: #f87171; }
.pz0r ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.lk4zkx ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.mowy { width: 100%; height: auto; border-radius: 10px; display: block; }
.fjlk6xds {
  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;
}
.fjlk6xds:hover { opacity: 0.85; }
.w7q88sr .fjlk6xds  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.w7q88sr .fjlk6xds:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.mig28 .fjlk6xds  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.mig28 .fjlk6xds:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.p0iar .auk9naxz { border-radius: 50px; }
.p0iar .fjlk6xds  { border-radius: 50px; }
.yc95bg1y .auk9naxz { padding-left: 22px; padding-right: 22px; }
.yc95bg1y .fjlk6xds  { padding-left: 12px; padding-right: 12px; }
.dwtszh .auk9naxz { padding-left: 44px; padding-right: 44px; }
.dwtszh .fjlk6xds  { padding-left: 24px; padding-right: 24px; }
.dy1k8x .auk9naxz { padding-left: 56px; padding-right: 56px; }
.dy1k8x .fjlk6xds  { padding-left: 32px; padding-right: 32px; }
.cptcg   .auk9naxz::after, .cptcg   .fjlk6xds::after,
.f5c40z8 .auk9naxz::after, .f5c40z8 .fjlk6xds::after,
.jk9xrxx    .auk9naxz::after, .jk9xrxx    .fjlk6xds::after,
.hnb64    .auk9naxz::after, .hnb64    .fjlk6xds::after,
.pazy05    .auk9naxz::after, .pazy05    .fjlk6xds::after,
.iwqkg     .auk9naxz::after, .iwqkg     .fjlk6xds::after,
.fr13k98    .auk9naxz::after, .fr13k98    .fjlk6xds::after,
.np1v38j   .auk9naxz::after, .np1v38j   .fjlk6xds::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;
}
.cptcg .auk9naxz::after, .cptcg .fjlk6xds::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");
}
.f5c40z8 .auk9naxz::after, .f5c40z8 .fjlk6xds::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");
}
.jk9xrxx .auk9naxz::after, .jk9xrxx .fjlk6xds::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");
}
.hnb64 .auk9naxz::after, .hnb64 .fjlk6xds::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");
}
.pazy05 .auk9naxz::after, .pazy05 .fjlk6xds::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");
}
.iwqkg .auk9naxz::after, .iwqkg .fjlk6xds::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");
}
.fr13k98 .auk9naxz::after, .fr13k98 .fjlk6xds::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");
}
.np1v38j .auk9naxz::after, .np1v38j .fjlk6xds::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");
}
.mmuc   .tx4yx7::after, .mmuc   .j9sdhrm::after,
.wl94j0 .tx4yx7::after, .wl94j0 .j9sdhrm::after,
.b1czi9    .tx4yx7::after, .b1czi9    .j9sdhrm::after,
.dy1j    .tx4yx7::after, .dy1j    .j9sdhrm::after,
.uu49c    .tx4yx7::after, .uu49c    .j9sdhrm::after,
.gdd2o     .tx4yx7::after, .gdd2o     .j9sdhrm::after,
.inzko    .tx4yx7::after, .inzko    .j9sdhrm::after,
.vhci0ljy   .tx4yx7::after, .vhci0ljy   .j9sdhrm::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;
}
.mmuc .tx4yx7::after, .mmuc .j9sdhrm::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");
}
.wl94j0 .tx4yx7::after, .wl94j0 .j9sdhrm::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");
}
.b1czi9 .tx4yx7::after, .b1czi9 .j9sdhrm::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");
}
.dy1j .tx4yx7::after, .dy1j .j9sdhrm::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");
}
.uu49c .tx4yx7::after, .uu49c .j9sdhrm::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");
}
.gdd2o .tx4yx7::after, .gdd2o .j9sdhrm::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");
}
.inzko .tx4yx7::after, .inzko .j9sdhrm::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");
}
.vhci0ljy .tx4yx7::after, .vhci0ljy .j9sdhrm::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");
}
.xelwi4 .xzy4    { background: transparent; padding: 0; }
.h4bh1.fjlk6xds {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .i6uht {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .i6uht::before    { grid-area: rank;   }
  .ebag           { grid-area: ident;  }
  .nzagbuhu     { grid-area: rating; min-width: 0; width: auto; }
  .omxw5ez           { grid-area: pills;  }
  .h4bh1             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .i6uht {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .i6uht::before    { justify-self: center; }
  .ebag           { width: 100%; }
  .nzagbuhu     { justify-self: center; }
  .omxw5ez           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .efc7 .ejq8yf {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .efc7 .tjrp5ae2 { margin: 0; }
}
.et3075 .mvb4y92 { gap: 10px; }
.et3075 .pz0r, .et3075 .lk4zkx { padding: 12px; }
.et3075 .pz0r ul, .et3075 .lk4zkx ul { margin: 4px 0 0; padding-left: 18px; }
.et3075 .pz0r li, .et3075 .lk4zkx li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .amm81 { grid-template-columns: 1fr; }
  .n5xt { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .n5xt .clru { width: 72px; height: 50px; }
  .n5xt .cvfs95 { max-width: 180px; }
  .n5xt .ynfm9j { width: auto; }
}
@media (max-width: 720px) {
  .cy3jb { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .y9qkvza { padding: 16px; }
  .rity .p3vaf { min-width: 50%; }
}
.r8k4 .mvb4y92 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .x5xk { grid-template-columns: 1fr; }
  .uupgv { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .wn1vtarj { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .l6d2 { flex-wrap: wrap; padding: 16px; }
}
.fx9tu5dl .mvb4y92 { gap: 8px; }
.fx9tu5dl .pz0r, .fx9tu5dl .lk4zkx { padding: 8px; }
@media (max-width: 480px) {
  .cu1wx { flex-direction: column; align-items: stretch; }
}
.upjwfps .ynfm9j .fjlk6xds { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .hui4g { flex-direction: column; align-items: stretch; gap: 10px; }
  .upjwfps .ynfm9j { text-align: center; }
}
@media (max-width: 720px) {
  .ny2ddsj { grid-template-columns: 1fr; }
  .yhh42dj { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ofzgw5 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .aizg61qy { grid-template-columns: 1fr; }
  .dkjygi4 { width: 100px; height: 100px; margin: 16px auto; }
  .gaui0 { font-size: 1.4rem; }
  .lyfa { justify-content: center; }
  .vcnv .p3vaf { min-width: 50%; }
}
.xwft1ys .mvb4y92 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .bfi146zl { flex-wrap: wrap; padding: 14px 16px; }
  .gi3sur { padding: 12px 16px; }
  .xwft1ys .mvb4y92 { margin: 0 16px; }
  .xwft1ys .yt74 { padding: 0 16px; }
  .jvcwn { padding: 12px 16px; }
}
.l47w99c .i6uht {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.td4cq8rc .omxw5ez .xo4g2ssl {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.td4cq8rc .omxw5ez .xo4g2ssl:first-child { border-left: none; }
.iyey9yzb .xi8bms,
.iyey9yzb .sc42,
.iyey9yzb .sc42 {
  font-size: 1.1rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.iyey9yzb .sc42 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.iyey9yzb .b9c7li .w7rg,
.iyey9yzb .b9c7li strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.iyey9yzb .aywzr,
.iyey9yzb .dnf5 { font-size: 1em; }
.qd84y { margin: 16px 0; }
.n77r5f { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.n77r5f summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.n77r5f summary::after { content: "+"; color: var(--accent-light); }
.n77r5f[open] summary::after { content: "−"; }
.n77r5f p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.yyok7w { margin-bottom: 0; }
.gz0uif h2.kub3n0 { color: var(--text-primary); border-color: var(--accent-light); }
.r170z17 h2.kub3n0 { color: var(--text-primary); border-color: var(--accent-light); }
.i1e10n .bzjq6t     { background: #052e16; border-color: #10b981; }
.i1e10n .m9uy { background: #2d0a1e; border-color: #f43f5e; }
.i1e10n .udz128m    { background: #1e1036; border-color: #a855f7; }
.i1e10n .ev45ei8g strong  { color: #f1f5f9; }
.i1e10n .ev45ei8g p       { color: #cbd5e1; }
.i1e10n .o8gmc    .bzjq6t     .re5x1::before,
.i1e10n .xcpv6y  .bzjq6t     .re5x1::before,
.i1e10n .win9guyp  .bzjq6t     .re5x1::before,
.i1e10n .dglqg04 .bzjq6t     .re5x1::before { color: #10b981; }
.i1e10n .o8gmc    .m9uy .re5x1::before,
.i1e10n .xcpv6y  .m9uy .re5x1::before,
.i1e10n .win9guyp  .m9uy .re5x1::before,
.i1e10n .dglqg04 .m9uy .re5x1::before { color: #f43f5e; }
.i1e10n .o8gmc    .udz128m    .re5x1::before,
.i1e10n .xcpv6y  .udz128m    .re5x1::before,
.i1e10n .win9guyp  .udz128m    .re5x1::before,
.i1e10n .dglqg04 .udz128m    .re5x1::before { color: #a855f7; }
.dp9q06 .bzjq6t     { background: #2d2000; border-color: #eab308; }
.dp9q06 .m9uy { background: #2d0b0b; border-color: #ef4444; }
.dp9q06 .udz128m    { background: #2d1600; border-color: #f97316; }
.dp9q06 .ev45ei8g strong  { color: #f1f5f9; }
.dp9q06 .ev45ei8g p       { color: #cbd5e1; }
.dp9q06 .o8gmc    .bzjq6t     .re5x1::before,
.dp9q06 .xcpv6y  .bzjq6t     .re5x1::before,
.dp9q06 .win9guyp  .bzjq6t     .re5x1::before,
.dp9q06 .dglqg04 .bzjq6t     .re5x1::before { color: #eab308; }
.dp9q06 .o8gmc    .m9uy .re5x1::before,
.dp9q06 .xcpv6y  .m9uy .re5x1::before,
.dp9q06 .win9guyp  .m9uy .re5x1::before,
.dp9q06 .dglqg04 .m9uy .re5x1::before { color: #ef4444; }
.dp9q06 .o8gmc    .udz128m    .re5x1::before,
.dp9q06 .xcpv6y  .udz128m    .re5x1::before,
.dp9q06 .win9guyp  .udz128m    .re5x1::before,
.dp9q06 .dglqg04 .udz128m    .re5x1::before { color: #f97316; }
.sisjx2i .bzjq6t     { background: #0c1a2e; border-color: #38bdf8; }
.sisjx2i .m9uy { background: #12103a; border-color: #818cf8; }
.sisjx2i .udz128m    { background: #0a2020; border-color: #2dd4bf; }
.sisjx2i .ev45ei8g strong  { color: #f1f5f9; }
.sisjx2i .ev45ei8g p       { color: #cbd5e1; }
.sisjx2i .o8gmc    .bzjq6t     .re5x1::before,
.sisjx2i .xcpv6y  .bzjq6t     .re5x1::before,
.sisjx2i .win9guyp  .bzjq6t     .re5x1::before,
.sisjx2i .dglqg04 .bzjq6t     .re5x1::before { color: #38bdf8; }
.sisjx2i .o8gmc    .m9uy .re5x1::before,
.sisjx2i .xcpv6y  .m9uy .re5x1::before,
.sisjx2i .win9guyp  .m9uy .re5x1::before,
.sisjx2i .dglqg04 .m9uy .re5x1::before { color: #818cf8; }
.sisjx2i .o8gmc    .udz128m    .re5x1::before,
.sisjx2i .xcpv6y  .udz128m    .re5x1::before,
.sisjx2i .win9guyp  .udz128m    .re5x1::before,
.sisjx2i .dglqg04 .udz128m    .re5x1::before { color: #2dd4bf; }
.tpequy .bzjq6t     { background: var(--accent-bg); border-color: var(--accent-light); }
.tpequy .m9uy { background: var(--accent-bg-light); border-color: var(--accent-light); }
.tpequy .udz128m    { background: var(--accent-bg); border-color: var(--accent-pale); }
.tpequy .o8gmc    .re5x1::before,
.tpequy .xcpv6y  .re5x1::before,
.tpequy .win9guyp  .re5x1::before,
.tpequy .dglqg04 .re5x1::before { color: var(--accent-light) !important; }
.cax630::before,
.ov2yliaj::before { margin-right: 5px; }
.xvhg0 .pz0r ul li,
.xvhg0 .igdba2fk li         { color: #4ade80; }
.xvhg0 .pz0r .cax630 { color: #22c55e; }
.xvhg0 .lk4zkx ul li,
.xvhg0 .lj2r6 li         { color: #f87171; }
.xvhg0 .lk4zkx .ov2yliaj { color: #ef4444; }
.etp8pb4 .pz0r { background: var(--bg-pros); }
.etp8pb4 .lk4zkx { background: var(--bg-cons); }
.etp8pb4 .pz0r .cax630 { color: var(--c-pros-label); }
.etp8pb4 .lk4zkx .ov2yliaj { color: var(--c-cons); }
.etp8pb4 .pz0r ul li,
.etp8pb4 .lk4zkx ul li,
.tz6gq .pz0r { background: var(--bg-pros); }
.tz6gq .lk4zkx { background: var(--bg-cons); }
.tz6gq .pz0r .cax630 { color: var(--c-pros-label); }
.tz6gq .lk4zkx .ov2yliaj { color: var(--c-cons); }
.tz6gq .pz0r ul li,
.tz6gq .lk4zkx ul li,
.fevy .cax630::before { content: "✓ "; }
.fevy .ov2yliaj::before { content: "✗ "; }
.bkpsc .cax630::before { content: "→ "; }
.bkpsc .ov2yliaj::before { content: "← "; }
.n7oqmm .cax630::before { content: "★ "; }
.n7oqmm .ov2yliaj::before { content: "✕ "; }
.fqdze .cax630::before { content: "◆ "; }
.fqdze .ov2yliaj::before { content: "▲ "; }
.j6g12 .ev45ei8g { background: transparent; border-left: none; border: 1.5px solid; }
.j6g12 .bzjq6t     { border-color: var(--c-tip-border); }
.j6g12 .m9uy { border-color: var(--c-warn-border); }
.j6g12 .udz128m    { border-color: #60a5fa; }
.j6g12 .ev45ei8g strong { color: var(--text-primary); }
.j6g12 .ev45ei8g p      { color: var(--text-muted); }
.f2f5ik .ev45ei8g { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.f2f5ik .bzjq6t     { border-top-color: var(--c-tip-border); }
.f2f5ik .m9uy { border-top-color: var(--c-warn-border); }
.f2f5ik .udz128m    { border-top-color: #60a5fa; }
.tujjp .ev45ei8g { border-left: none; border-radius: 8px; }
.tujjp .bzjq6t     { background: #065f46; }
.tujjp .m9uy { background: #92400e; }
.tujjp .udz128m    { background: #1e3a8a; }
.tujjp .ev45ei8g strong,
.tujjp .ev45ei8g p { color: #fff; }
.tujjp .re5x1::before { color: rgba(255,255,255,0.85) !important; }
.i1e10n.tujjp .bzjq6t,
.i1e10n .tujjp .bzjq6t     { background: #052e16; }
.i1e10n.tujjp .m9uy,
.i1e10n .tujjp .m9uy { background: #2d0a1e; }
.i1e10n.tujjp .udz128m,
.i1e10n .tujjp .udz128m    { background: #1e1036; }
.dp9q06.tujjp .bzjq6t,
.dp9q06 .tujjp .bzjq6t      { background: #2d2000; }
.dp9q06.tujjp .m9uy,
.dp9q06 .tujjp .m9uy  { background: #2d0b0b; }
.dp9q06.tujjp .udz128m,
.dp9q06 .tujjp .udz128m     { background: #2d1600; }
.sisjx2i.tujjp .bzjq6t,
.sisjx2i .tujjp .bzjq6t      { background: #0c1a2e; }
.sisjx2i.tujjp .m9uy,
.sisjx2i .tujjp .m9uy  { background: #12103a; }
.sisjx2i.tujjp .udz128m,
.sisjx2i .tujjp .udz128m     { background: #0a2020; }
.a7il .ev45ei8g { border-left: none; border-radius: 6px; padding: 10px 14px; }
.a7il .bzjq6t     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.a7il .m9uy { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.a7il .udz128m    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.a7il .ev45ei8g strong { color: var(--text-primary); }
.a7il .ev45ei8g p      { color: var(--text-muted); }
.l6tblel1 .ev45ei8g { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.o8gmc .re5x1,
.xcpv6y .re5x1,
.win9guyp .re5x1,
.dglqg04 .re5x1 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.o8gmc .re5x1::before,
.xcpv6y .re5x1::before,
.win9guyp .re5x1::before,
.dglqg04 .re5x1::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.o8gmc .bzjq6t     .re5x1::before { content: "✦"; color: var(--c-tip-border); }
.o8gmc .m9uy .re5x1::before { content: "▲"; color: var(--c-warn-border); }
.o8gmc .udz128m    .re5x1::before { content: "◉"; color: #60a5fa; }
.xcpv6y .bzjq6t     .re5x1::before { content: "★"; color: var(--c-tip-border); }
.xcpv6y .m9uy .re5x1::before { content: "◆"; color: var(--c-warn-border); }
.xcpv6y .udz128m    .re5x1::before { content: "●"; color: #60a5fa; }
.win9guyp .bzjq6t     .re5x1::before { content: "▶"; color: var(--c-tip-border); }
.win9guyp .m9uy .re5x1::before { content: "■"; color: var(--c-warn-border); }
.win9guyp .udz128m    .re5x1::before { content: "▸"; color: #60a5fa; }
.dglqg04 .bzjq6t     .re5x1::before { content: "→"; color: var(--c-tip-border); }
.dglqg04 .m9uy .re5x1::before { content: "⬥"; color: var(--c-warn-border); }
.dglqg04 .udz128m    .re5x1::before { content: "◈"; color: #60a5fa; }
.xcrof .qzd5h7li .g29bnic,
.xcrof .j9ea .g29bnic  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.xcrof .ia34vvu0                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.xcrof .rvegjo2          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.xcrof .dwc4z                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ejbujxyd .qzd5h7li .g29bnic,
.ejbujxyd .j9ea .g29bnic,
.ejbujxyd .ia34vvu0,
.ejbujxyd .i6uht,
.ejbujxyd .tjrp5ae2,
.ejbujxyd .rvegjo2,
.ejbujxyd .dwc4z,
.ejbujxyd .l6tblel1 .ev45ei8g { box-shadow: none; }
.gy1jr2   body, .gy1jr2   { font-size: 0.9rem; }
.gy1jr2   .ehrd, .gy1jr2 .ehv06ai, .gy1jr2 .ussw,
.gy1jr2   .rdcxd, .gy1jr2 .ybj1 { font-size: 0.9rem; }
.gy1jr2   .c39n, .gy1jr2 .ozvr { font-size: 0.9rem; }
.mb3nry   .ehrd, .mb3nry .ehv06ai, .mb3nry .ussw,
.mb3nry   .rdcxd, .mb3nry .ybj1 { font-size: 0.95rem; }
.mb3nry   .c39n, .mb3nry .ozvr { font-size: 0.95rem; }
.jjht   .ehrd, .jjht .ehv06ai, .jjht .ussw,
.jjht   .rdcxd, .jjht .ybj1 { font-size: 1.08rem; }
.jjht   .c39n, .jjht .ozvr { font-size: 1.05rem; }
.jjht   .mdk1y { font-size: 0.97rem; }
.bazlxf2 .vrndy      { font-size: 3.2rem; }
.bazlxf2 h2.kub3n0 { font-size: 1.9rem; }
.bazlxf2 h3.ywun     { font-size: 1.4rem; }
.b70sd2 .vrndy      { font-size: 3.8rem; }
.b70sd2 h2.kub3n0 { font-size: 2.2rem; }
.b70sd2 h3.ywun     { font-size: 1.6rem; }
.yyok7w + .yyok7w { position: relative; }
.sxupb   .yyok7w + .yyok7w::before,
.mtil  .yyok7w + .yyok7w::before,
.ddhy8   .yyok7w + .yyok7w::before,
.zty2gj   .yyok7w + .yyok7w::before,
.zf7v   .yyok7w + .yyok7w::before,
.u8bn46ww .yyok7w + .yyok7w::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.sxupb .yyok7w + .yyok7w::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.mtil .yyok7w + .yyok7w::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.ddhy8 .yyok7w + .yyok7w::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;
}
.zty2gj .yyok7w + .yyok7w::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.xdm54a3 .yyok7w { margin-bottom: 16px; }
.xdm54a3 .yyok7w + .yyok7w { margin-top: 0; }
.xdm54a3 .qb4n8 { padding-top: 0; padding-bottom: 0; }
.zf7v .yyok7w + .yyok7w::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.u8bn46ww .yyok7w + .yyok7w::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.smjrb8m .yyok7w + .yyok7w::before,
.afmlh917 .yyok7w + .yyok7w::before,
.m98jdyn .yyok7w + .yyok7w::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%;
}
.v74pzl .smjrb8m .yyok7w:nth-child(even)::before,
.v74pzl .afmlh917 .yyok7w:nth-child(even)::before,
.v74pzl .m98jdyn .yyok7w:nth-child(even)::before { background: var(--bg-surface); }
.yzmg5l .smjrb8m .yyok7w:nth-child(even)::before,
.yzmg5l .afmlh917 .yyok7w:nth-child(even)::before,
.yzmg5l .m98jdyn .yyok7w:nth-child(even)::before { background: var(--bg-card); }
.smjrb8m .yyok7w + .yyok7w::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");
}
.afmlh917 .yyok7w + .yyok7w::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");
}
.m98jdyn .yyok7w + .yyok7w::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");
}
.iu64ttg .af1g,
.v9wlr .af1g,
.ur44 .af1g { overflow: hidden; }
.iu64ttg .c423,
.v9wlr .c423 { margin-bottom: 60px; }
.ur44 .c423 { margin-bottom: 70px; }
.iu64ttg .af1g::before,
.v9wlr .af1g::before,
.ur44 .af1g::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%;
}
.iu64ttg .af1g::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");
}
.v9wlr .af1g::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");
}
.ur44 .af1g::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");
}
.em9k .af1g:not(.rcqdvvb) .p1s859ia { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.dkrs .af1g:not(.rcqdvvb) .p1s859ia { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.t4yjn7  .af1g:not(.rcqdvvb) .p1s859ia { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.tpyow0ft  .af1g:not(.rcqdvvb) .p1s859ia { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.em9k .rcqdvvb { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.dkrs .rcqdvvb { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.t4yjn7 .rcqdvvb { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.t4yjn7 .y9kz85 { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.t4yjn7 .adazr { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.tpyow0ft .rcqdvvb { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.puj9i .rcqdvvb { background: var(--accent); }
.puj9i .rcqdvvb .p1s859ia { background: none; }
.puj9i .af1g:not(.rcqdvvb) .p1s859ia { background: rgba(0,0,0,0.6); }
.hm90g2a1 .cn2glssb { float: left; width: 38%; margin: 0 28px 16px 0; }
.hm90g2a1 .cn2glssb .mowy { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.hm90g2a1 .qb4n8::after { content: ''; display: block; clear: both; }
.pvhkz .cn2glssb { float: right; width: 38%; margin: 0 0 16px 28px; }
.pvhkz .cn2glssb .mowy { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.pvhkz .qb4n8::after { content: ''; display: block; clear: both; }
.fx1r8c .yyok7w:nth-child(odd)  .cn2glssb { float: left;  width: 38%; margin: 0 28px 16px 0; }
.fx1r8c .yyok7w:nth-child(even) .cn2glssb { float: right; width: 38%; margin: 0 0 16px 28px; }
.fx1r8c .cn2glssb .mowy { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.fx1r8c .qb4n8::after { content: ''; display: block; clear: both; }
.hm90g2a1 .ya47xkvw,
.pvhkz .ya47xkvw,
.pvhkz .aav9,
.fx1r8c .ya47xkvw,
@media (max-width: 900px) {
  .hm90g2a1 .cn2glssb,
  .pvhkz .cn2glssb,
  .fx1r8c .yyok7w:nth-child(odd)  .cn2glssb,
  .fx1r8c .yyok7w:nth-child(even) .cn2glssb {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .hm90g2a1 .cn2glssb .mowy,
  .pvhkz .cn2glssb .mowy,
  .fx1r8c .cn2glssb .mowy {
    max-height: none !important;
  }
}
.hm90g2a1 .c39n,
.hm90g2a1 .ozvr,
.pvhkz .c39n,
.pvhkz .ozvr,
.fx1r8c .c39n,
.fx1r8c .ozvr { overflow: hidden; }
@media (max-width: 640px) {
  .hm90g2a1 .cn2glssb,
  .pvhkz .cn2glssb,
  .fx1r8c .cn2glssb { float: none; width: 100%; margin: 0 0 16px 0; }
}
.yzs1izqz .zlgm,
.yzs1izqz .qb4n8,
.yzs1izqz .xbosan1p  { max-width: 1100px; }
.ifymxt .zlgm,
.ifymxt .qb4n8,
.ifymxt .xbosan1p  { max-width: 1200px; }
.imjmoo .zlgm,
.imjmoo .qb4n8,
.imjmoo .xbosan1p  { max-width: 1320px; }
.vbb9sza { font-size: 0.82rem; color: var(--text-muted); }
.ryya { display: flex; align-items: center; }
.bswxr7s {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.wgda { display: flex; align-items: center; }
.svot13n { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.svot13n:hover { text-decoration: underline; }
.bjia6 { margin: 0 3px; opacity: 0.45; }
.bjia6::before { content: '/'; }
.mytwss { padding: 2px 5px; color: var(--text-main); }
.bnbxy .vbb9sza {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.bnbxy .ryya { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.kp84x .vbb9sza {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.kp84x .ryya { padding: 0 0 0 12px; }
.vz9yud .ryya { padding: 0 16px; }
.vz9yud .vbb9sza {
  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);
}
.vz9yud .zlgm { padding-top: 28px; }
@media (max-width: 720px) {
  .qvn2qip { margin-top: 18px; padding: 0 16px; }
  .vz9yud .zlgm { padding-top: 16px; }
}
.yzs1izqz.bnbxy .ryya { max-width: 1100px; }
.ifymxt.bnbxy .ryya { max-width: 1200px; }
.imjmoo.bnbxy .ryya { max-width: 1320px; }
.trh6addb .yyok7w { padding-top: 16px; padding-bottom: 16px; }
.v7b1 .yyok7w { padding-top: 24px; padding-bottom: 24px; }
.hatjt .yyok7w { padding-top: 40px; padding-bottom: 40px; }
.lr1gm83s .yyok7w { padding-top: 52px; padding-bottom: 52px; }
.zx7qjo .yyok7w:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.zx7qjo .yyok7w:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.zx7qjo .yyok7w:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.zx7qjo .yyok7w:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.v4isidb .qb4n8 { padding-top: 10px;  padding-bottom: 10px; }
.ni384vp7 .qb4n8 { padding-top: 18px;  padding-bottom: 18px; }
.o7nyne .qb4n8 { padding-top: 36px;  padding-bottom: 36px; }
.yezm3 .qb4n8 { padding-top: 48px;  padding-bottom: 48px; }
.id71 h2.kub3n0 { font-weight: 600; }
.id71 h3.ywun     { font-weight: 600; }
.rtj2a h2.kub3n0 { font-weight: 800; }
.rtj2a h3.ywun     { font-weight: 700; }
.d31grn h2.kub3n0 { font-weight: 900; }
.d31grn h3.ywun     { font-weight: 800; }
.d31grn .ev45ei8g strong,
.d31grn .ev45ei8g strong { font-weight: 600; }
.tx4yx7 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.fo184oc .tx4yx7 { display: none; }
@media (max-width: 640px) {
  .nw6kh { display: none; }
  .tx4yx7 {
    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;
  }
}
.tx4yx7 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.tx4yx7:hover { opacity: 0.85; }
.jq51 .tx4yx7 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.ac2rqd9 .tx4yx7,
.x6badxr  .tx4yx7 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.ac2rqd9 .tx4yx7:hover,
.x6badxr  .tx4yx7:hover { opacity: 0.88; }
.jq51.ac2rqd9 .tx4yx7,
.jq51.x6badxr  .tx4yx7 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.j9sdhrm {
  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;
}
.j9sdhrm:hover { transform: translateY(-2px); opacity: 0.92; }
.j9sdhrm { background: var(--cta) !important; color: #fff !important; border: none !important; }
.viry9bzq .j9sdhrm { display: none; }
.psts .j9sdhrm { right: 32px; }
.ujwk  .j9sdhrm { left: 32px; }
@media (max-width: 480px) {
  .psts .j9sdhrm { right: 20px; bottom: 20px; }
  .ujwk  .j9sdhrm { left: 20px; bottom: 20px; }
}
.p5bd { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.xbosan1p { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.glew05j { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.eg37z { color: var(--text-dim); font-size: 0.8rem; }
.z0go { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.z0go img { height: 26px; width: auto; object-fit: contain; }
.hd2ru .xbosan1p { text-align: center; }
.hd2ru .glew05j { margin-top: 0; }
@media (max-width: 640px) {
  .xbosan1p { padding-left: 16px; padding-right: 16px; }
  .fr2n .xbosan1p { padding: 20px 16px; }
  .ftdkd1lk { gap: 4px 12px; }
  .glew05j { font-size: 0.78rem; }
}
.kdm7cq .gpft .z0go { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.kdm7cq .glew05j { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.kdm7cq .eg37z { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .kdm7cq .kfjc1uf { grid-template-columns: 1fr 1fr; } .kdm7cq .gpft { grid-column: 1 / -1; } }
@media (max-width: 480px) { .kdm7cq .kfjc1uf { grid-template-columns: 1fr; } }
.s2jrp6s .rb24m5b { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.s2jrp6s .z0go { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.s2jrp6s .odal { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.s2jrp6s .odal a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.s2jrp6s .odal a:hover { color: var(--accent-light); }
.p8sr { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.s2jrp6s .vmwy { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.s2jrp6s .npjl { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.s2jrp6s .npjl a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.s2jrp6s .npjl a:hover { color: var(--accent-light); }
.s2jrp6s .glew05j { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .s2jrp6s .rb24m5b { gap: 12px; } .s2jrp6s .z0go { margin-right: 0; width: 100%; } }
.vyv9d .jx2xmzn .z0go { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.vyv9d .glew05j { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.vyv9d .eg37z { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .vyv9d .shpcc { grid-template-columns: 1fr 1fr; } .vyv9d .jx2xmzn { grid-column: 1 / -1; } }
@media (max-width: 480px) { .vyv9d .shpcc { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .zjm2oi .ugcv28 { grid-template-columns: 1fr 1fr; } .zjm2oi .u7n6vdp:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .zjm2oi .ugcv28 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .df8g42 .ugcv28 { grid-template-columns: 1fr; } }
.oib65aee .xbosan1p { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.zf8vj .q2n4g      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.zf8vj .p5bd { background: var(--bg-page); border-top-color: var(--border-alt); }
.xerb4 .q2n4g      { background: #0d1117; border-bottom-color: #21262d; }
.xerb4 .hgowuxd { color: var(--accent-light); }
.xerb4 .w2exejop { --msep-color: #8b949e; }
.xerb4 .w2exejop a { color: #8b949e; }
.xerb4 .w2exejop a:hover { color: var(--accent-light); }
.xerb4 .ht8vk1j { color: #8b949e; }
.xerb4 .p5bd { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.xerb4 .glew05j,
.xerb4 .eg37z { color: #6e7681; }
.xerb4 .avewoauw a, .xerb4 .odal a,
.xerb4 .npjl a { color: #8b949e; }
.xerb4 .z0go { color: #e6edf3; }
.xerb4 .avewoauw a:hover, .xerb4 .odal a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .xerb4 .w2exejop { background: #0d1117; border-top-color: #21262d; }
  .xerb4 .w2exejop li a { border-bottom-color: #21262d; }
}
.arzdh189 .q2n4g      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.arzdh189 .hgowuxd { color: var(--accent-light); }
.arzdh189 .w2exejop { --msep-color: #475569; }
.arzdh189 .w2exejop a { color: #475569; }
.arzdh189 .w2exejop a:hover { color: var(--accent-light); }
.arzdh189 .ht8vk1j { color: #64748b; }
.arzdh189 .p5bd { background: #f0f4f8; border-top-color: #cbd5e1; }
.arzdh189 .glew05j,
.arzdh189 .eg37z { color: #64748b; }
.arzdh189 .avewoauw a, .arzdh189 .odal a,
.arzdh189 .npjl a, .arzdh189 .z0go { color: #374151; }
.arzdh189 .avewoauw a:hover, .arzdh189 .odal a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .arzdh189 .w2exejop { background: #f0f4f8; border-top-color: #cbd5e1; }
  .arzdh189 .w2exejop li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.ac2rqd9 .q2n4g      { background: var(--accent); border-bottom-color: var(--accent-light); }
.ac2rqd9 .hgowuxd { color: #fff; }
.ac2rqd9 .w2exejop { --msep-color: rgba(255,255,255,0.82); }
.ac2rqd9 .w2exejop a { color: rgba(255,255,255,0.82); }
.ac2rqd9 .w2exejop a:hover { color: #fff; }
.ac2rqd9 .ht8vk1j { color: rgba(255,255,255,0.9); }
.ac2rqd9 .p5bd { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.ac2rqd9 .glew05j,
.ac2rqd9 .eg37z { color: rgba(255,255,255,0.72); }
.ac2rqd9 .avewoauw a, .ac2rqd9 .odal a,
.ac2rqd9 .npjl a, .ac2rqd9 .z0go { color: #fff; }
.ac2rqd9 .avewoauw a:hover, .ac2rqd9 .odal a:hover { color: #fff; }
@media (max-width: 640px) {
  .ac2rqd9 .w2exejop { background: var(--accent); border-top-color: var(--accent-light); }
  .ac2rqd9 .w2exejop li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.x6badxr .q2n4g {
  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);
}
.x6badxr .p5bd {
  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) {
  .x6badxr .w2exejop {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.h6ta .x6gu { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.l8bh .x6gu { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.i4oi .x6gu { min-height: 72px; height: auto; }
.j6cz .x6gu { min-height: 84px; height: auto; }
.fr2n .x6gu { max-width: none; padding: 0 32px; }
.fr2n .xbosan1p  { max-width: none; padding: 24px 32px; }
.npgys14m.ifymxt .x6gu { max-width: 1200px; }
.npgys14m.imjmoo .x6gu { max-width: 1320px; }
.sj3xmpp2   .hgowuxd, .sj3xmpp2   .z0go { text-transform: capitalize; }
.koqma .hgowuxd, .koqma .z0go { text-transform: lowercase; }
.vy39 .hgowuxd, .vy39 .z0go { text-transform: uppercase; letter-spacing: 0.06em; }
.n9qw, .u8c1d {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.pg1h8w .n9qw,
.pg1h8w .u8c1d { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.ly0zu3 .n9qw,
.ly0zu3 .u8c1d { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.f2ogrfd .n9qw,
.f2ogrfd .u8c1d { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.ksk3 .n9qw,
.ksk3 .u8c1d { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.kk4r   .w2exejop a { font-weight: 500; }
.ndhdq .w2exejop a { font-weight: 600; }
.nals4p     .w2exejop a { font-weight: 700; }
.am3ehc    .w2exejop a { font-weight: 800; letter-spacing: 0.01em; }
.js89     .w2exejop > li + li::before,
.tbp14xfy    .w2exejop > li + li::before,
.su6lk    .w2exejop > li + li::before,
.ysiz .w2exejop > li + li::before,
.dcl1he0t .w2exejop > li + li::before,
.kelf  .w2exejop > li + li::before,
.ayh6erq    .w2exejop > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.js89     .w2exejop > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.tbp14xfy    .w2exejop > li + li::before { content: "|"; }
.su6lk    .w2exejop > li + li::before { content: "—"; }
.ysiz .w2exejop > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.dcl1he0t .w2exejop > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.kelf  .w2exejop > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.ayh6erq    .w2exejop > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ewnxb7 .ht8vk1j,
  .u6rotl .ht8vk1j,
  .hk76ax0 .ht8vk1j,
  .diu46thx .ht8vk1j,
  .sqg9s .ht8vk1j {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ewnxb7 .ht8vk1j::before,
  .u6rotl .ht8vk1j::before,
  .hk76ax0 .ht8vk1j::before,
  .diu46thx .ht8vk1j::before,
  .sqg9s .ht8vk1j::before { content: ""; display: block; flex-shrink: 0; }

  
  .ewnxb7 .ht8vk1j::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;
  }

  
  .u6rotl .ht8vk1j::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;
  }

  
  .hk76ax0 .ht8vk1j::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;
  }

  
  .diu46thx .ht8vk1j::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;
  }

  
  .sqg9s .ht8vk1j::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) {
  .avzq7n7 .ht8vk1j {
    padding: 5px 14px;
  }
  .avzq7n7 .w2exejop {
    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;
  }
  .avzq7n7 .w2exejop li a {
    border-bottom: none; padding: 10px 22px;
  }
  .avzq7n7 .w2exejop li a:hover { background: var(--bg-raised); }
  .avzq7n7 .xevmo,
  .gjjxc .xevmo,
  .klkd .xevmo { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .sa8rppp .ht8vk1j {
    padding: 5px 10px;
  }
  .sa8rppp .w2exejop {
    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);
  }
  .sa8rppp .w2exejop.l1yj200x { transform: translateX(0); }
  .sa8rppp .w2exejop li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .sa8rppp .w2exejop li:last-child a { border-bottom: none; }
  .ac2rqd9 .w2exejop,
  .xerb4 .w2exejop { background: var(--accent) !important; }
  .ac2rqd9 .w2exejop li a,
  .xerb4 .w2exejop li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .klkd .ht8vk1j {
    padding: 5px 10px;
  }
  .klkd .w2exejop {
    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);
  }
  .klkd .w2exejop::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .klkd .w2exejop.l1yj200x { transform: translateY(0); }
  .klkd .w2exejop li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .h1abe .ht8vk1j {
    padding: 5px 10px;
  }
  .h1abe .w2exejop {
    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;
  }
  .h1abe .w2exejop.l1yj200x { opacity: 1; pointer-events: auto; }
  .h1abe .w2exejop li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .ae6htg7     .ht8vk1j { border-radius: 0 !important; }
  .sah55q   .ht8vk1j { border-radius: 8px !important; }
  .vqal .ht8vk1j { border-radius: 50% !important; }
  .zgk93yz   .ht8vk1j { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .py0rlnlf .t6t3d9wx { flex-direction: column; align-items: stretch; }
  .py0rlnlf .pyxxtqt { flex-direction: row; min-width: auto; }
  .py0rlnlf .nr81 { align-items: flex-start; text-align: left; }
}
.frc7f64e,
.frc7f64e.yyok7w,
.v74pzl .frc7f64e,
.b08inh .frc7f64e,
.yzmg5l .frc7f64e,
.t9ubcd9 .frc7f64e {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.fdes {
  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;
}
.iuhi3zvv { flex: 1 1 280px; min-width: 0; }
.yy7n9u {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.s3loxxk {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.jrk0 {
  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;
}
.jrk0:hover { transform: translateY(-1px); opacity: 0.95; }
.pv18gp4 .fdes {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.pv18gp4 .yy7n9u { color: var(--cta); }
.pv18gp4 .s3loxxk { color: var(--text-body); }
.pv18gp4 .jrk0 {
  background: var(--cta) !important;
  color: #fff !important;
}
.uu6ciw2 .fdes {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.uu6ciw2 .yy7n9u { color: var(--text-primary); }
.uu6ciw2 .s3loxxk { color: var(--text-body); }
.uu6ciw2 .jrk0 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .fdes {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .iuhi3zvv { flex: 0 0 auto; }
  .yy7n9u { font-size: 1.2rem; }
  .jrk0 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.s22627n .abvg { height: 36px; }
.swpezg5c .abvg { height: 60px; max-width: 200px; }
.huvrlos .abvg { height: 56px; max-width: 180px; }
.fse2h0    .xi8bms, .fse2h0    .w7rg { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.td4cq8rc .xo4g2ssl + .xo4g2ssl {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .mk30m .aav9 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .mk30m .i6uht {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .mk30m .i6uht { padding: 40px 16px 20px; }
  .mk30m .xo4g2ssl {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .mk30m .h4bh1 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .kxt47ou .i6uht {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .kxt47ou .i6uht::before {
    position: absolute; top: 14px; left: 14px;
  }
  .kxt47ou .ebag {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .kxt47ou .nqvl { white-space: normal; text-align: center; font-size: 1.2rem; }
  .kxt47ou .xo4g2ssl {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .kxt47ou .h4bh1 { width: 100%; min-width: 0; }
  .kxt47ou .xi8bms { min-width: 0; }
}
.akxt .n77r5f {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.akxt .n77r5f summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.akxt .n77r5f p { padding: 0 2px 16px; }
.fgx0 .n77r5f { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.fgx0 .n77r5f summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.fgx0 .n77r5f summary::after { content: "›"; font-size: 1.2em; }
.fgx0 .n77r5f[open] summary::after { content: "‹"; }
.fgx0 .n77r5f p { padding: 10px 22px 4px; }
.wwflpon .n77r5f {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.wwflpon .n77r5f summary { color: var(--text-primary); padding-left: 16px; }
.wwflpon .n77r5f summary::after { content: "›"; font-size: 1.1em; }
.wwflpon .n77r5f[open] summary::after { content: "‹"; }
.wwflpon .n77r5f p { padding-left: 16px; }
.m18qo .qd84y { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.m18qo .n77r5f {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.m18qo .n77r5f:last-child { border-bottom: none; }
.m18qo .n77r5f summary { color: var(--text-primary); border-radius: 0; }
.m18qo .n77r5f summary::after { content: "›"; font-size: 1.1em; }
.m18qo .n77r5f[open] summary::after { content: "‹"; }
.bnt1q9 .n77r5f { overflow: hidden; }
.bnt1q9 .n77r5f summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.bnt1q9 .n77r5f summary::after { color: rgba(255,255,255,.75); }
.bnt1q9 .n77r5f[open] summary { border-radius: 0; }
.lx6xcc { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.crfrlo1 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.k09np0ll {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.fmz0iqkx { color: var(--text-muted); font-size: 1.05rem; }
.oha5 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.h559g4z { margin-bottom: 20px; }
.b9aw96 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.wjl8611s {
  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;
}
.wjl8611s:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.iu7olk { resize: vertical; min-height: 130px; }
.mwyjrzl { width: 100%; margin-top: 8px; }
.vav4tok {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.sqo9f94 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.msdrblri { color: var(--text-muted); line-height: 1.75; }
.e3xsl { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.e3xsl li { margin-bottom: 6px; }
.ouiqo { max-width: 760px; margin: 0 auto; }
.e1clrgv { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.dqkvtp { max-width: 760px; margin: 0 auto; }
.kv6ususr { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.cz6z7i4i ul.e3xsl { margin: 0; }
.fr4n { max-width: 900px; margin: 0 auto; }
.z012db { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.z012db:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.z012db .kv6ususr { margin: 0; font-size: 1rem; }
.z012db .a0l50 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .z012db { grid-template-columns: 1fr; gap: 10px; } }
.wo8j .kv6ususr { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.bw0g .e3xsl { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .rwhkkvce { grid-template-columns: 1fr; } }
.vn9ts8gn ul.e3xsl { margin: 0; }
.kvept .e3xsl,
.smlt .e3xsl,
.uaed8 .e3xsl,
.befc9wa6 .e3xsl {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .y8mv0 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .tkdj { grid-template-columns: 1fr; } .fs7mad { position: static; text-align: center; } }
@media (max-width: 860px) { .lh9r { grid-template-columns: 1fr; } }
.befc9wa6 .e3xsl { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .krolsp { flex-direction: column; text-align: center; } .omtoi { grid-template-columns: 1fr; } }
.ilguxv { max-width: 760px; margin: 0 auto; }
.jl9qnpi { position: relative; padding-left: 28px; }
.jl9qnpi::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.qb0fo { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.qb0fo:last-child { padding-bottom: 0; }
.a31i10zl { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.mhi2otfa h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.mhi2otfa p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.hoknva2 {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.hoknva2 .k09np0ll { color: var(--accent-light); }
.no7fl2i .k09np0ll { font-size: 2rem; }
.no7fl2i .fmz0iqkx { max-width: 680px; }
.f3q9vl .k09np0ll { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.f3q9vl .fmz0iqkx  { margin: 0; }
@media (max-width: 640px) { .f3q9vl { flex-direction: column; } }
.rl729i2 .k09np0ll { color: var(--accent-light); }
.yj442nq .k09np0ll { color: #fff; }
.yj442nq .fmz0iqkx  { color: rgba(255,255,255,0.85); }
.szydu { max-width: 680px; margin: 0 auto; }
.vx2jifc {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .vx2jifc { grid-template-columns: 1fr; } }
.v29zc .wjl8611s {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.v29zc .wjl8611s:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.dtw5w .wjl8611s { background: var(--bg-raised); border-color: transparent; }
.dtw5w .wjl8611s:focus { background: var(--bg-card); border-color: var(--accent-light); }
.asy1 .wjl8611s { border-radius: 100px; padding: 11px 20px; }
.asy1 .iu7olk { border-radius: 14px; }
.f4rkzu {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.f4rkzu summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.f4rkzu summary::-webkit-details-marker { display: none; }
.f4rkzu summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.f4rkzu[open] summary::after { content: "−"; }
.gpxz {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .nqc99t { grid-template-columns: 1fr; } }
.k6gl { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.k6gl li { margin-bottom: 6px; }
.dnv5zvmx{position:relative;overflow:visible}
.pkqh .scicqo{display:block}
.mzpjxn .q6men9fb{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.mzpjxn .ypr7bl9::before{content:""}
.od9nhuku{--date-bg:var(--accent-bg)}
.r0yo .ypr7bl9::before{content:""}
.qbt8nf3 .cyv35h{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .cyv35h{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .ih5f{max-width:100%}
}
.um44ie8l .rvegjo2{margin:0}
@media (max-width:560px){
  .muuz{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) {
  .rsea7 { padding: 28px 18px 20px; }
  .dyu5n8b { font-size: 1.2rem; }
  .dkco9kx { max-width: 220px; max-height: 80px; }
}
.ifch  .qdd2e9q5 { border-radius: 50%; }
.y81m9opp .fdes {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .qdd2e9q5 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.f92ckze {
  margin: 28px 0 24px;
}
.f92ckze .yyok7w {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.f92ckze .qb4n8 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.f92ckze .fdes {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .x6gu { flex-direction: row-reverse; }
[dir="rtl"] .w2exejop { flex-direction: row-reverse; }
[dir="rtl"] .psts .j9sdhrm { right: auto; left: 32px; }
[dir="rtl"] .ujwk  .j9sdhrm { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .psts .j9sdhrm { right: auto; left: 20px; }
  [dir="rtl"] .ujwk  .j9sdhrm { left: auto;  right: 20px; }
}
[dir="rtl"] .hm90g2a1 .cn2glssb  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .pvhkz .cn2glssb { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .c39n, [dir="rtl"] .ozvr { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .pz0r { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .lk4zkx { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .ev45ei8g { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .fdes { direction: rtl; }
[dir="rtl"] .vbb9sza { direction: rtl; }
[dir="rtl"] .dwc4z { direction: rtl; }
[dir="rtl"] .yt3i { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .kikxab .ozvr,
[dir="rtl"] .pzrdp .ozvr,
[dir="rtl"] .hus69d7i .ozvr,
[dir="rtl"] .gdim70 .ozvr {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .kikxab .ozvr li::before,
[dir="rtl"] .pzrdp .ozvr li::before,
[dir="rtl"] .hus69d7i .ozvr li::before,
[dir="rtl"] .gdim70 .ozvr li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .af1g.dg8cx .c423,
[dir="rtl"] .qqyv.dg8cx .c423,
[dir="rtl"] .rcqdvvb.dg8cx .c423,
[dir="rtl"] .hiry.dg8cx .c423,
[dir="rtl"] .fvvs25cb.dg8cx .c423 { text-align: right; }
[dir="rtl"] .adazr.ixu0n03n .r1qqh97 { text-align: center; }
[dir="rtl"] .qb4n8,
[dir="rtl"] .rdcxd,
[dir="rtl"] .ybj1,
[dir="rtl"] .n7wh1o8,
[dir="rtl"] .c423 { text-align: right; }
[dir="rtl"] .oha5,
[dir="rtl"] .b9aw96,
[dir="rtl"] .wjl8611s,
[dir="rtl"] .iu7olk { text-align: right; direction: rtl; }
[dir="rtl"] .asy1 .wjl8611s,
[dir="rtl"] .v29zc .wjl8611s { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #400080;
  --brand:           #400080;
  --brand-light:     #a3008b;
  --brand-pale:      #a3008b;
  --grad-start:      #0c001a;
  --grad-end:        #330066;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #a3008b;
  --cta-light:       #e905c8;
  --cta-hover:       #cb00ad;
  --bg-page:         #0c0117;
  --bg-surface:      #140325;
  --bg-card:         #1c0433;
  --bg-card-inner:   #230542;
  --bg-raised:       #2b0650;
  --bg-hover:        #32075e;
  --border:          #3d0971;
  --border-alt:      #4c0b8d;
  --border-section:  #3d0971;
  --text-primary:    #e5e2e8;
  --text-muted:      #a59cae;
  --text-body:       #ccc6d1;
  --text-sub:        #a59cae;
  --text-faint:      #72677e;
  --text-dim:        #595062;
  --text-label:      #8c8097;
  --text-value:      #bfb8c5;
  --accent-bg:       #1e0934;
  --accent-bg-light: #2d0b50;
  --bg-tip:          #162623;
  --bg-warning:      #272115;
  --bg-info:         #161a26;
  --bg-pros:         #162623;
  --bg-cons:         #26161a;
  --c-pros:          #7af4db;
  --c-cons:          #e6899e;
  --c-pros-label:    #4bf0ce;
  --c-tip-border:    #2aedc5;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #7af4db;
}
:root { --logo-bg-opacity: 39%; }
body, button, input { font-family: "Quantico", sans-serif; }
.o0a880 .igdba2fk li::before, .o0a880 .lj2r6 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; }.o0a880 .igdba2fk li::before { content: ""; }.o0a880 .lj2r6 li::before { content: ""; }.o0a880 .cax630::before, .o0a880 .ov2yliaj::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.o0a880 .cax630::before { content: ""; }.o0a880 .ov2yliaj::before { content: ""; }
.mc7nb .s2dyrra2, .mc7nb .adazr { min-height: 420px; }
.k7nf1i .tx4yx7::after,.k7nf1i .j9sdhrm::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; }
.bjia6::before { content: '—'; }