:root {
  --color-accent: #833c9a;
  --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;
}
.ln295c {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.dzky {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.vm6l6i {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.t69nxgm { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.lniz7u { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.lniz7u a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.lniz7u a:hover { color: var(--accent-light); }
.m2rx4x     .chcxr4 { border-radius: 6px; }
.m2rx4x .chcxr4 li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.m2rx4x .chcxr4 li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.wf7gh .chcxr4 li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .chcxr4 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .qbawjaj:hover .chcxr4,
  .qbawjaj:focus-within .chcxr4 { display: block; }
  .chcxr4 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.lcgd {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.zooj { display: none; }
@media (max-width: 640px) {
  .zooj {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .zooj.yd2n { display: block; }
}
@media (max-width: 640px) {
  .lcgd { display: block; }
  .lniz7u > li + li::before { display: none !important; }
  .lniz7u {
    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;
  }
  .lniz7u.yd2n { display: flex; }
  .lniz7u li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .lniz7u li:last-child a { border-bottom: none; }
}
.lv0ti { min-height: 480px; }
.hejb {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.wmuaj7k { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.kvga .wmuaj7k { margin-left: 0; margin-right: 0; }
.rdqh {
  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;
}
.d36xfw .rdqh { margin-top: 24px; }
.rdqh:hover { opacity: 0.88; }
.g8r3v .hejb { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.g8r3v .wmuaj7k { color: #e2e8f0; }
.g8r3v.i91e5n .wxo87yn { text-align: center; }
.vh7as60 .hejb { color: var(--text-primary); text-shadow: none; }
.vh7as60 .wmuaj7k { color: var(--text-muted); }
.vh7as60 .rdqh { margin-top: 16px; }
.vh7as60, .vh7as60.lv0ti { min-height: auto !important; }
.vh7as60.i91e5n .wxo87yn { text-align: center; }
.vh7as60~.ud4gbhf{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.vh7as60~.ud4gbhf .oya8k{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.eoyh .vkmfri9,
.eoyh .rldso4oq,
.eoyh .g8r3v .fhkgowk0 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.vkmfri9 .hejb { color: #fff; }
.vkmfri9 .wmuaj7k { color: rgba(255,255,255,0.85); }
.pm08lk7 .fknurjzf { position: relative; overflow: hidden; }
.pm08lk7 .fknurjzf::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.zwg7 .fknurjzf {
  animation: hg-breathe 7s ease-in-out infinite;
}
.snka8x63 .fknurjzf { position: relative; overflow: hidden; }
.snka8x63 .fknurjzf::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;
}
.bd5jj .fknurjzf { position: relative; overflow: hidden; }
.bd5jj .fknurjzf::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.eoyh .fknurjzf {
  animation: hg-fadein 1.2s ease-out both;
}
.fknurjzf {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.b75m1 {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.c4qqt {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.fknurjzf .hejb { text-shadow: none; color: var(--text-primary); }
.fknurjzf .wmuaj7k { color: var(--text-muted); }
body.kddnjs3 .hejb {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.vz8f07tw .hejb {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.lv0ti.vkmfri9 .hejb,
section.vkmfri9 .hejb {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.fknurjzf.i91e5n .b75m1 { align-items: center; text-align: center; }
.fknurjzf.kvga   .b75m1 { align-items: flex-start; text-align: left; }
.ckqbif .c4qqt { position: relative; }
.ckqbif .c4qqt::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.ckqbif.v4r6l .c4qqt::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.i2e9nex .c4qqt {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.i2e9nex.v4r6l .c4qqt { padding: 32px 0 32px 32px; }
.lkht89 .c4qqt {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.v4r6l .b75m1 {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.lkht89.v4r6l .c4qqt { padding: 40px 16px 40px 48px; }
.lv0ti .ryt44zi {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.ryt44zi .f6uu0 {
  grid-template-columns: 1fr !important;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-areas:
    "rank"
    "logo"
    "name"
    "rating"
    "bonus"
    "cta" !important;
  row-gap: 10px !important;
  column-gap: 0 !important;
  padding: 16px 18px 18px !important;
  font-size: 0.95rem;
  align-items: center;
  text-align: center;
}
.ryt44zi .f6uu0::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.ryt44zi .odu6l { display: contents !important; }
.ryt44zi .odu6l .f2jn8ul {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.ryt44zi .odu6l .e15r { max-height: 48px; max-width: 96px; }
.ryt44zi .odu6l .mzmhnme7 {
  display: block !important;
  grid-area: name;
  text-align: center; font-size: 1rem; font-weight: 700;
  line-height: 1.15; min-width: 0; max-width: 100%;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  overflow-wrap: normal; word-break: normal; hyphens: none;
}
.ryt44zi .uoce18 {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.ryt44zi .t2f2ja4 { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.ryt44zi .sw039r { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.ryt44zi .sw039r small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.ryt44zi .q7z4t6u { display: contents !important; }
.ryt44zi .q7z4t6u .ijo7:not(.j70iwsv) { display: none !important; }
.ryt44zi .q7z4t6u .j70iwsv {
  grid-area: bonus;
  background: var(--accent-bg, rgba(0,0,0,.04)) !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  flex-direction: column !important; align-items: center; gap: 2px;
  min-width: 0; max-width: 100%; text-align: center;
}
.ryt44zi .q7z4t6u .j70iwsv .mn4m9n6h {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.ryt44zi .q7z4t6u .j70iwsv .v1py0p {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.ryt44zi .f7hsg { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.ryt44zi .f7hsg.pa3q1nqk {
  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;
}
.ryt44zi .f7hsg.pa3q1nqk:hover { opacity: 0.85; }
.ryt44zi .f6uu0,
.ryt44zi .f6uu0:hover,
.ryt44zi .f6uu0:nth-child(even),
.ryt44zi .f6uu0:nth-child(odd),
.ryt44zi .f6uu0:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.ypre .c4qqt {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
.sccjt {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px !important;
  width: 100%;
}
@media (max-width: 700px) {
  .fknurjzf { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .fknurjzf:not(.ypre) .c4qqt { display: none !important; }
  .ypre .c4qqt { padding: 16px; }
  .b75m1  { padding: 36px 24px; }
  .fknurjzf~.ud4gbhf,.v4r6l~.ud4gbhf{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .lv0ti, .fknurjzf { min-height: 320px !important; }
  .hejb { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .mg55,
  .sccjt,
  .luas { grid-template-columns: 1fr !important; }

  

  
  .apw0 { display: flex !important; flex-direction: column !important; }
  .apw0 .wxo87yn { display: contents; }
  .apw0 .fhkgowk0 { order: 0; }
  .apw0 .hejb { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .apw0 .mg55 { order: 2; padding: 0 16px 12px !important; }
  .apw0 .wmuaj7k { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .d36xfw .wxo87yn { display: flex; flex-direction: column; }
  .d36xfw .wxo87yn .hejb { order: 1; }
  .d36xfw .wxo87yn .luas { order: 2; margin: 8px 0 24px !important; }
  .d36xfw .wxo87yn .wmuaj7k { order: 3; }
  .d36xfw .wxo87yn .rdqh { order: 4; align-self: center; margin-top: 0; }

  
  .fknurjzf.ypre {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .fknurjzf.ypre .b75m1 { display: contents; padding: 0; }
  .fknurjzf.ypre .b75m1 .hejb { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .fknurjzf.ypre .c4qqt { order: 2; padding: 12px 16px; }
  .fknurjzf.ypre .b75m1 .wmuaj7k { order: 3; padding: 0 24px; margin: 0 auto; }
  .fknurjzf.ypre .b75m1 .rdqh { order: 4; align-self: center; margin: 8px 0 32px; }
}
.op3g2 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.g45wfa { width: 100%; height: auto; display: block; border-radius: 10px; }
.xy93684 .op3g2        { border-radius: 16px; }
.xy93684 .g45wfa  { border-radius: 16px; }
.asbzuh .op3g2         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.asbzuh .g45wfa   { border-radius: 8px; }
.rg0j { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.sz89mh { width: 100%; padding: 32px 0; position: relative; }
.js9nopjf { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.nq22j66 .sz89mh:nth-child(even) { background: var(--bg-surface); }
.nq22j66 .sz89mh:nth-child(odd)  { background: var(--bg-page); }
.q0kbqv3y .sz89mh:nth-child(even) { background: var(--bg-card); }
.q0kbqv3y .sz89mh:nth-child(odd)  { background: var(--bg-page); }
.nq22j66 .sz89mh:nth-child(odd)  .js9nopjf { background: var(--bg-card); border-radius: 6px; }
.nq22j66 .sz89mh:nth-child(even) .js9nopjf { background: var(--bg-raised); border-radius: 6px; }
.q0kbqv3y .sz89mh:nth-child(odd)  .js9nopjf { background: var(--bg-card); border-radius: 6px; }
.q0kbqv3y .sz89mh:nth-child(even) .js9nopjf { background: var(--bg-raised); border-radius: 6px; }
.nq22j66 .sz89mh:nth-child(even) .jrbyzpf .wkmba0,
.q0kbqv3y .sz89mh:nth-child(even) .jrbyzpf .wkmba0 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.nq22j66 .sz89mh:nth-child(odd) .jrbyzpf .wkmba0,
.q0kbqv3y .sz89mh:nth-child(odd) .jrbyzpf .wkmba0 { background: var(--bg-card-inner); }
.nq22j66 .sz89mh:nth-child(even) .jgxje .wkmba0:nth-child(odd),
.q0kbqv3y .sz89mh:nth-child(even) .jgxje .wkmba0:nth-child(odd)  { background: var(--bg-card); }
.nq22j66 .sz89mh:nth-child(even) .jgxje .wkmba0:nth-child(even),
.q0kbqv3y .sz89mh:nth-child(even) .jgxje .wkmba0:nth-child(even) { background: var(--bg-card-inner); }
h1.gxkfym { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.gxkfym {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.ak0c { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.zs299 h2.gxkfym {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.oj41x5 h2.gxkfym {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.bisv4ws h2.gxkfym {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.hpktms h2.gxkfym::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.g6hbwf0p h2.gxkfym {
  color: var(--text-primary); font-size: 1.7rem;
}
.hmpb h2.gxkfym::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.pchybj4s h2.gxkfym {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
@media (max-width: 640px) { .kvxlnkmp { display: none; } }
.d6pv { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.vhtzwbcx { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.axlwvslx {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.t4ww3kok { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.o7ox { padding-left: 20px; }
.o7ox li { margin-bottom: 6px; }
.o7ox a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.o7ox a:hover { color: var(--accent-light); }
.wc7nq .t4ww3kok { display: none; }
.ktfhxh .t4ww3kok { display: none; }
.ktfhxh .o7ox { padding-left: 0; list-style: none; }
.ktfhxh .o7ox li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.ktfhxh .o7ox a { font-size: 0.92rem; }
.sdwjud3 .axlwvslx { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.sdwjud3 .t4ww3kok { display: none; }
.sdwjud3 .o7ox { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.sdwjud3 .o7ox li { margin-bottom: 0; }
.sdwjud3 .o7ox 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;
}
.sdwjud3 .o7ox a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.o9ml03 .axlwvslx { padding: 20px 20px 16px; }
.o9ml03 .o7ox {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.o9ml03 .o7ox li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.o9ml03 .o7ox 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;
}
.o9ml03 .o7ox 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;
}
.o9ml03 .o7ox a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.o9ml03 .o7ox a:focus,
.o9ml03 .o7ox a:focus-visible,
.o9ml03 .o7ox a:target { outline: none; }
.o9ml03 .o7ox li:target a { border-color: var(--border); color: var(--text-muted); }
.mjnowr .axlwvslx { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.mjnowr .t4ww3kok { display: none; }
.mjnowr .o7ox { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.mjnowr .o7ox li { counter-increment: toc-n; margin-bottom: 0; }
.mjnowr .o7ox a {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--bg-card); color: var(--text-muted);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 11px 20px 11px 11px; font-size: 0.92rem; font-weight: 500;
  transition: border-color .15s, color .15s;
}
.mjnowr .o7ox a::before {
  content: counter(toc-n, decimal-leading-zero);
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--accent); color: #fff; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.mjnowr .o7ox a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.d6dva .axlwvslx { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.d6dva .t4ww3kok { display: none; }
.d6dva .o7ox { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.d6dva .o7ox li { margin-bottom: 0; }
.d6dva .o7ox a {
  display: inline-block; padding: 9px 16px;
  font-size: 0.9rem; font-weight: 600; color: var(--text-muted);
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.d6dva .o7ox a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.vgta .axlwvslx { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.vgta .t4ww3kok { display: none; }
.vgta .o7ox { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.vgta .o7ox li { margin-bottom: 0; }
.vgta .o7ox li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.vgta .o7ox li:last-child::after { content: ""; margin-right: 0; }
.vgta .o7ox a { font-size: 0.9rem; }
.wkmba0 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.jrbyzpf .wkmba0 { background: var(--bg-card); }
.jgxje .wkmba0:nth-child(odd)  { background: var(--bg-card); }
.jgxje .wkmba0:nth-child(even) { background: var(--bg-raised); }
.wqcuu .wkmba0 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.wqcuu .wkmba0:last-child { border-bottom: none; }
.wqcuu h3.ak0c { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.jp8qtgt6 .wkmba0 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.jp8qtgt6 .wkmba0 + .wkmba0 { margin-top: 4px; }
.waabt5wm .wkmba0 { background: none; border-radius: 0; padding: 12px 0; }
.waabt5wm .wkmba0 + .wkmba0 { border-top: 1px solid var(--border-section); }
.lhpp { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.nd6dud { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.h6c4 { color: var(--text-body); margin-bottom: 10px; }
.huvkhgg, .cwn2c20v { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.huvkhgg li, .cwn2c20v li { margin-bottom: 6px; }
.cwn2c20v li { list-style: decimal; }
.cihbav     .huvkhgg { list-style-type: "● "; }
.tgbd  .huvkhgg { list-style-type: "■ "; }
.noxy1vhk .huvkhgg { list-style-type: "◆ "; }
.m8ss    .huvkhgg { list-style-type: "★ "; }
.cihbav     .fs1kp { list-style-type: "● "; }
.tgbd  .fs1kp { list-style-type: "■ "; }
.noxy1vhk .fs1kp { list-style-type: "◆ "; }
.m8ss    .fs1kp { list-style-type: "★ "; }
.cihbav    .huvkhgg li::marker, .cihbav    .fs1kp li::marker,
.tgbd .huvkhgg li::marker, .tgbd .fs1kp li::marker,
.noxy1vhk .huvkhgg li::marker, .noxy1vhk .fs1kp li::marker,
.m8ss   .huvkhgg li::marker, .m8ss   .fs1kp li::marker {
  color: var(--cta); font-size: 1em;
}
.cihbav .cwn2c20v,
.tgbd .cwn2c20v,
.noxy1vhk .cwn2c20v,
.m8ss .cwn2c20v {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.cihbav .cwn2c20v li,
.tgbd .cwn2c20v li,
.noxy1vhk .cwn2c20v li,
.m8ss .cwn2c20v li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.cihbav .cwn2c20v li::before,
.tgbd .cwn2c20v li::before,
.noxy1vhk .cwn2c20v li::before,
.m8ss .cwn2c20v 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;
}
.cihbav     .cwn2c20v li::before { border-radius: 50%; }
.tgbd  .cwn2c20v li::before { border-radius: 3px; }
.noxy1vhk .cwn2c20v li::before { border-radius: 3px; }
.m8ss    .cwn2c20v li::before { border-radius: 50%; }
.mq5m87 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.snjg8v3 .mq5m87,
.xodgw1 .mq5m87 { background: transparent; border: none; border-radius: 0; }
.g41wc { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.g41wc th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.g41wc td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.g41wc tr:hover td { background: var(--bg-hover); }
.d8657 .g41wc tbody tr:nth-child(even) td { background: var(--bg-surface); }
.rcczj .g41wc { border: 1px solid var(--border-alt); }
.rcczj .g41wc th,
.rcczj .g41wc td { border: 1px solid var(--border-alt); }
.bw2s .g41wc th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.bw2s .g41wc td { border-bottom: none; }
.bw2s .g41wc tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.s1d8k8 .g41wc th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.ihr1qb .mq5m87 {
  overflow: hidden;
}
.ihr1qb .g41wc th { border-bottom: 1px solid var(--border-alt); }
.ihr1qb .g41wc tr:last-child td { border-bottom: none; }
.wndj { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.y4j42z { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.zp172 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.drnf { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.xhkqjf { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.fs1kp { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.fs1kp 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%}
.zjnnuo5 .drnf { background: transparent; text-align: center; }
.w6f3 .zp172 {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.y7kgb8 .zp172 {
  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);
}
.fencswu .y4j42z { display: grid; grid-template-columns: auto 1fr; }
.fencswu .zp172 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.fencswu .drnf { grid-column: 2; }
.fencswu .xhkqjf,
.fencswu .fs1kp { grid-column: 1 / -1; }
.xyp029j .y4j42z { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.xyp029j .zp172 {
  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);
}
.xyp029j .drnf { grid-column: 2; }
.xyp029j .xhkqjf,
.xyp029j .fs1kp { grid-column: 1 / -1; }
.ry8h4el6 .y4j42z { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.ry8h4el6 .drnf { background: none; color: var(--accent-light); font-weight: 700; }
.fxli021q .y4j42z { 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); }
.fxli021q .drnf { background: none; color: var(--accent-light); font-weight: 700; }
.ww47 .y4j42z { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.ww47 .y4j42z:last-child { border-bottom: none; }
.ww47 .drnf { background: none; color: var(--accent-light); font-weight: 700; }
.mbjuca .y4j42z { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.mbjuca .drnf { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.g21p .wndj { counter-reset: card-n; }
.g21p .y4j42z  { counter-increment: card-n; }
.g21p .drnf { display: flex; align-items: center; gap: 10px; }
.g21p .drnf::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;
}
.prio .y4j42z { background: var(--bg-surface); border: 1px solid var(--border); }
.prio .drnf { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.x0uq6 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.x0uq6         { --cl-hue: var(--accent); }
.r3flse7     { --cl-hue: #16a34a; }
.i93vbl { --cl-hue: #ea580c; }
.eptbc    { --cl-hue: #2563eb; }
.r3flse7, .i93vbl, .eptbc, .il65q {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.ohha { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.ohha::before { color: var(--cl-hue); }
.x0uq6 strong { color: var(--text-primary); font-size: 0.95rem; }
.x0uq6 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.mq7juwi { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.cv2g5n6o, .p36e { border-radius: 8px; padding: 14px; }
.cv2g5n6o { background: var(--bg-pros); }
.p36e { background: var(--bg-cons); }
.kdidpd { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.cv2g5n6o .kdidpd { color: var(--c-pros-label); }
.p36e .kdidpd { color: #f87171; }
.cv2g5n6o ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.p36e ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.g45wfa { width: 100%; height: auto; border-radius: 10px; display: block; }
.pa3q1nqk {
  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;
}
.pa3q1nqk:hover { opacity: 0.85; }
.irf21z .pa3q1nqk  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.irf21z .pa3q1nqk:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.pj90s .pa3q1nqk  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.pj90s .pa3q1nqk:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.irf21z .f7hsg.pa3q1nqk, .pj90s .f7hsg.pa3q1nqk,
.irf21z .iok3l .pa3q1nqk, .pj90s .iok3l .pa3q1nqk {
  background: var(--cta); border: none; color: #fff;
}
.irf21z .f7hsg.pa3q1nqk:hover, .pj90s .f7hsg.pa3q1nqk:hover,
.irf21z .iok3l .pa3q1nqk:hover, .pj90s .iok3l .pa3q1nqk:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.r3wed6i3 .rdqh { border-radius: 50px; }
.r3wed6i3 .pa3q1nqk  { border-radius: 50px; }
.xayvrth .rdqh,
.xayvrth .pa3q1nqk { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.xayvrth .rdqh:hover,
.xayvrth .pa3q1nqk:hover { filter: brightness(1.08); opacity: 1; }
.prko35a .rdqh,
.prko35a .pa3q1nqk { box-shadow: 0 3px 14px -2px var(--cta); }
.prko35a .rdqh:hover,
.prko35a .pa3q1nqk:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.xxe3 .rdqh,
.xxe3 .pa3q1nqk { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.xxe3 .rdqh:hover,
.xxe3 .pa3q1nqk:hover { opacity: 1; }
.xxe3 .rdqh:active,
.xxe3 .pa3q1nqk:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.gqgoak4 .rdqh,
.gqgoak4 .pa3q1nqk { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.gqgoak4 .rdqh:hover,
.gqgoak4 .pa3q1nqk:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.gqgoak4 .rdqh:active,
.gqgoak4 .pa3q1nqk:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.h3lja51 .rdqh,
.h3lja51 .pa3q1nqk { position: relative; overflow: hidden; }
.h3lja51 .rdqh::before,
.h3lja51 .pa3q1nqk::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.h3lja51 .rdqh:hover::before,
.h3lja51 .pa3q1nqk:hover::before { left: 135%; }
.ljmb5a .rdqh,
.ljmb5a .pa3q1nqk { border-radius: 0; }
.gck9ufc .rdqh { padding-left: 22px; padding-right: 22px; }
.gck9ufc .pa3q1nqk  { padding-left: 12px; padding-right: 12px; }
.uio663hs .rdqh { padding-left: 44px; padding-right: 44px; }
.uio663hs .pa3q1nqk  { padding-left: 24px; padding-right: 24px; }
.f0gzslux .rdqh { padding-left: 56px; padding-right: 56px; }
.f0gzslux .pa3q1nqk  { padding-left: 32px; padding-right: 32px; }
.prgpmo   .rdqh::after, .prgpmo   .pa3q1nqk::after,
.n4i3 .rdqh::after, .n4i3 .pa3q1nqk::after,
.k24v8h2z    .rdqh::after, .k24v8h2z    .pa3q1nqk::after,
.f05y    .rdqh::after, .f05y    .pa3q1nqk::after,
.peqhjcpb    .rdqh::after, .peqhjcpb    .pa3q1nqk::after,
.j0e9s1cj     .rdqh::after, .j0e9s1cj     .pa3q1nqk::after,
.vpglkxz8    .rdqh::after, .vpglkxz8    .pa3q1nqk::after,
.sodk   .rdqh::after, .sodk   .pa3q1nqk::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;
}
.prgpmo .rdqh::after, .prgpmo .pa3q1nqk::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");
}
.n4i3 .rdqh::after, .n4i3 .pa3q1nqk::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");
}
.k24v8h2z .rdqh::after, .k24v8h2z .pa3q1nqk::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");
}
.f05y .rdqh::after, .f05y .pa3q1nqk::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");
}
.peqhjcpb .rdqh::after, .peqhjcpb .pa3q1nqk::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");
}
.j0e9s1cj .rdqh::after, .j0e9s1cj .pa3q1nqk::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");
}
.vpglkxz8 .rdqh::after, .vpglkxz8 .pa3q1nqk::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");
}
.sodk .rdqh::after, .sodk .pa3q1nqk::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");
}
.aslglq   .ljho2r::after, .aslglq   .ojkrr9::after,
.i5jhoo .ljho2r::after, .i5jhoo .ojkrr9::after,
.r1x5    .ljho2r::after, .r1x5    .ojkrr9::after,
.vl7e    .ljho2r::after, .vl7e    .ojkrr9::after,
.b68pb1o3    .ljho2r::after, .b68pb1o3    .ojkrr9::after,
.v0cmyj     .ljho2r::after, .v0cmyj     .ojkrr9::after,
.gr5w    .ljho2r::after, .gr5w    .ojkrr9::after,
.wikd0p   .ljho2r::after, .wikd0p   .ojkrr9::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;
}
.aslglq .ljho2r::after, .aslglq .ojkrr9::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");
}
.i5jhoo .ljho2r::after, .i5jhoo .ojkrr9::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");
}
.r1x5 .ljho2r::after, .r1x5 .ojkrr9::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");
}
.vl7e .ljho2r::after, .vl7e .ojkrr9::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");
}
.b68pb1o3 .ljho2r::after, .b68pb1o3 .ojkrr9::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");
}
.v0cmyj .ljho2r::after, .v0cmyj .ojkrr9::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");
}
.gr5w .ljho2r::after, .gr5w .ojkrr9::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");
}
.wikd0p .ljho2r::after, .wikd0p .ojkrr9::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");
}
.rvf9t7i {
  display: flex; flex-direction: column; gap: 12px;
  
  position: relative;
  width: min(100vw - 40px, 1400px);
  max-width: 100%; box-sizing: border-box;
  margin: 32px auto;
  left: 50%; transform: translateX(-50%);
  overflow-x: clip;
  counter-reset: cs-rank;
}
.f6uu0 {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 14px;
  padding: 18px 22px;
  display: grid;
  
  grid-template-columns: auto auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  box-sizing: border-box;
  max-width: 100%;
  counter-increment: cs-rank;
  transition: background .15s, box-shadow .15s, border-color .15s;
}
.f6uu0 > * { min-width: 0; }
.f6uu0:hover { background: var(--bg-hover); }
.f6uu0 > [itemprop="item"] { display: contents; }
.f6uu0 [itemprop="itemReviewed"],
.f6uu0 [itemprop="reviewRating"] { display: none; }
.f6uu0::before {
  content: counter(cs-rank);
  grid-column: 1;
  font-size: 1.4rem; font-weight: 800;
  color: var(--text-muted, var(--accent-light));
  min-width: 28px; width: 28px; text-align: center;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.odu6l {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.f2jn8ul {
  background: var(--accent-bg);
  border-radius: 10px; padding: 6px 10px;
  display: flex; align-items: center; justify-content: center;
  width: 130px; height: 64px; flex-shrink: 0;
}
.e15r { max-height: 52px; max-width: 110px; object-fit: contain; }
.mzmhnme7 {
  font-weight: 700; font-size: 1rem;
  color: var(--text-primary); line-height: 1.2;
  min-width: 0; max-width: 100%;
  overflow-wrap: break-word; hyphens: auto;
}
.vlhhub2 .f2jn8ul    { background: #1a1a1a; }
.y6ct0 .f2jn8ul   { background: rgba(128,128,128,.12); }
.mlpkq4a .f2jn8ul { background: var(--bg-raised); }
.kj1cd .f2jn8ul    { background: transparent; padding: 0; }
.uoce18 {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.t2f2ja4 { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.sw039r { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.q7z4t6u {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.ijo7 {
  background: var(--accent-bg, rgba(0,0,0,.04));
  border-radius: 10px;
  padding: 10px 12px;
  display: flex; flex-direction: column; align-items: center;
  gap: 4px; min-width: 0;
  text-align: center; line-height: 1.25;
}
.mn4m9n6h {
  
  color: var(--text-muted);
  opacity: 0.65;
  font-size: .72rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: .06em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  max-width: 100%;
}
.v1py0p {
  
  color: var(--accent);
  font-weight: 800; font-size: 1rem; line-height: 1.25;
  min-width: 0; max-width: 100%;
  overflow-wrap: break-word; word-break: break-word;
}
.f7hsg {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.f7hsg.pa3q1nqk {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .f6uu0 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .f6uu0::before    { grid-area: rank;   }
  .odu6l           { grid-area: ident;  }
  .uoce18     { grid-area: rating; min-width: 0; width: auto; }
  .q7z4t6u           { grid-area: pills;  }
  .f7hsg             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .f6uu0 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .f6uu0::before    { justify-self: center; }
  .odu6l           { width: 100%; }
  .uoce18     { justify-self: center; }
  .q7z4t6u           { grid-template-columns: 1fr; }
}
.r498k9s {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.tqmpbuyz {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.s9j7 {
  width: 90px; flex-shrink: 0;
  background: var(--bg-page);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  padding: 8px; min-height: 60px;
}
.s9j7 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.zjadsd { flex: 1; }
.zjadsd h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.oe41v { color: var(--c-stars); font-size: 1.1rem; }
.u4cf7tr { margin-bottom: 8px; }
.jkwk2sm {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 22px;
  padding: 12px 24px; font-size: 0.86rem;
  background: var(--bg-surface); border-top: 1px solid var(--border-alt);
}
.jkwk2sm > span { color: var(--accent); font-weight: 700; }
.relw em, .rt6xju em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .jkwk2sm { padding: 10px 16px; gap: 6px 16px; } }
.iok3l { flex-shrink: 0; align-self: flex-start; }
.iok3l .pa3q1nqk { white-space: nowrap; }
@media (max-width: 560px) {
  .tqmpbuyz { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .s9j7 { order: 1; }
  .iok3l { order: 2; margin-left: auto; align-self: center; }
  .zjadsd { order: 3; flex: 1 1 100%; min-width: 0; }
}
.cjyk img.qif7z { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.snjg8v3 { padding: 20px 24px; }
.axe6i { color: var(--text-muted); margin-bottom: 16px; }
.e9g5 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.dvl6, .rwyb { list-style: none; font-size: 0.9rem; }
.dvl6 li { color: var(--c-pros); margin-bottom: 4px; }
.rwyb li { color: var(--c-cons); margin-bottom: 4px; }
.dvl6 li::before { content: "✓"; margin-right: 5px; }
.rwyb li::before { content: "✗"; margin-right: 5px; }
.puc5gcs .dvl6 li::before { content: "→"; }
.puc5gcs .rwyb li::before { content: "–"; }
.ran2u2  .dvl6 li::before { content: "★"; }
.ran2u2  .rwyb li::before { content: "✕"; }
.hgdyqovz    .dvl6 li::before { content: "◆"; }
.hgdyqovz    .rwyb li::before { content: "▲"; }
.detn4l  .dvl6 li::before { content: "▶"; }
.detn4l  .rwyb li::before { content: "■"; }
.rgxcca { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.lu8dq3 { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.ysul435k { background: var(--bg-pros); color: var(--c-tag-pay); }
.curx { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.ib9wohw .curx { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.h1bhzh .curx { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .ye2d56q .az2gr {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .ye2d56q .r498k9s { margin: 0; }
}
.qt3v .tqmpbuyz { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.qt3v .zjadsd h3 { color: var(--accent-light); }
.qt3v .s9j7 { background: var(--bg-page); border: 1px solid var(--border); }
.zbn5 .r498k9s { border-top: 4px solid var(--accent); }
.zbn5 .tqmpbuyz { background: var(--bg-card); }
.elq5dol .r498k9s { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.elq5dol .tqmpbuyz { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.elq5dol .snjg8v3 { padding: 14px 16px; }
.elq5dol .s9j7 { border-radius: 4px; }
.elq5dol .curx { border-radius: 0; }
.aohr .tqmpbuyz { padding: 0; gap: 0; overflow: hidden; }
.aohr .s9j7 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.aohr .zjadsd { padding: 16px 20px; }
.aohr .iok3l { padding: 16px 20px; align-self: center; }
.n16fd .oe41v { font-size: .95rem; }
.xodgw1 .mq7juwi { gap: 10px; }
.xodgw1 .cv2g5n6o, .xodgw1 .p36e { padding: 12px; }
.xodgw1 .cv2g5n6o ul, .xodgw1 .p36e ul { margin: 4px 0 0; padding-left: 18px; }
.xodgw1 .cv2g5n6o li, .xodgw1 .p36e li { font-size: .85rem; margin-bottom: 3px; }
.yeje5c .lu8dq3 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .ebxnj { grid-template-columns: 1fr; }
  .fjj5z { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .fjj5z .skhus5 { width: 72px; height: 50px; }
  .fjj5z .chjp5c { max-width: 180px; }
  .fjj5z .y066k5 { width: auto; }
}
.gpyve .n16fd .oe41v { filter: brightness(1.2); }
@media (max-width: 720px) {
  .gpyve { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .fd01mwjb { padding: 16px; }
  .zac3ulzd .d0y2p4 { min-width: 50%; }
}
.vyjnvaw .mq7juwi { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .zcmoixnd { grid-template-columns: 1fr; }
  .fnd8n907 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .hykllfep { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .abxz { flex-wrap: wrap; padding: 16px; }
}
.bffo .mq7juwi { gap: 8px; }
.bffo .cv2g5n6o, .bffo .p36e { padding: 8px; }
@media (max-width: 480px) {
  .ndwlle { flex-direction: column; align-items: stretch; }
}
.tzll91 .y066k5 .pa3q1nqk { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .uz4qrfiq { flex-direction: column; align-items: stretch; gap: 10px; }
  .tzll91 .y066k5 { text-align: center; }
}
@media (max-width: 720px) {
  .zm1xoj { grid-template-columns: 1fr; }
  .d0h2 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .b773 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.yqx6r4o .ihaltr9m { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.bfoa .oe41v { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .e6z0cvw3 { grid-template-columns: 1fr; }
  .bfoa { width: 100px; height: 100px; margin: 16px auto; }
  .yqx6r4o { font-size: 1.4rem; }
  .awjx { justify-content: center; }
  .my3ze .d0y2p4 { min-width: 50%; }
}
.u2ae7zx5 .mq7juwi { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .b15qn { flex-wrap: wrap; padding: 14px 16px; }
  .vtcr8egr { padding: 12px 16px; }
  .u2ae7zx5 .mq7juwi { margin: 0 16px; }
  .u2ae7zx5 .yeje5c { padding: 0 16px; }
  .yaf40 { padding: 12px 16px; }
}
.fdys .f6uu0 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.fdys .f6uu0:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.gr2whabi .rvf9t7i { gap: 18px; }
.gr2whabi .f6uu0 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.gr2whabi .f6uu0:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.jw6ym1 .rvf9t7i {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.jw6ym1 .f6uu0 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.jw6ym1 .f6uu0:last-child { border-bottom: none; }
.jw6ym1 .odu6l,
.jw6ym1 .uoce18,
.jw6ym1 .q7z4t6u {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.xjmesz .rvf9t7i { gap: 0; }
.xjmesz .f6uu0 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.xjmesz .f6uu0:last-child { border-bottom: none; }
.xjmesz .f6uu0:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.xjmesz .f6uu0:nth-child(even):hover { background: var(--bg-hover); }
.duqch .f6uu0 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.omxjp .q7z4t6u .ijo7 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.omxjp .q7z4t6u .ijo7:first-child { border-left: none; }
.ktbb .q7z4t6u .ijo7 {
  background: transparent; padding: 4px 8px;
}
.ktbb .q7z4t6u .mn4m9n6h { font-size: .65rem; opacity: .65; }
.ktbb .q7z4t6u .v1py0p   { font-size: 1.15rem; color: var(--accent-light); }
.yooyeqi .q7z4t6u .ijo7 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.sw039r { display: none; }
.kt5euga .t2f2ja4 { font-size: 1rem; letter-spacing: 2px; }
.awd34 .t2f2ja4 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.vc5cb .t2f2ja4,
.lrdp .t2f2ja4,
.sxwzx .t2f2ja4 { display: none; }
.vc5cb .sw039r,
.lrdp .sw039r,
.sxwzx .sw039r { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.vc5cb .sw039r { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.vc5cb .sw039r small { display: none; }
.lrdp .sw039r {
  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;
}
.lrdp .sw039r small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.sxwzx .sw039r {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.sxwzx .sw039r small { display: none; }
.vc5cb .u4cf7tr .oe41v,
.lrdp .u4cf7tr .oe41v,
.sxwzx .u4cf7tr .oe41v { display: none; }
.vc5cb .u4cf7tr strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.vc5cb .ihaltr9m { display: none; }
.lrdp .u4cf7tr 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;
}
.lrdp .f21u,
.lrdp .ihaltr9m { font-size: 1em; }
.sxwzx .u4cf7tr strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.sxwzx .ihaltr9m { display: none; }
.drufz { margin: 16px 0; }
.r8k9b8 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.r8k9b8 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.r8k9b8 summary::after { content: "+"; color: var(--accent-light); }
.r8k9b8[open] summary::after { content: "−"; }
.r8k9b8 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.sz89mh { margin-bottom: 0; }
.udh2 h2.gxkfym { color: var(--text-primary); border-color: var(--accent-light); }
.rnva3wl h2.gxkfym { color: var(--text-primary); border-color: var(--accent-light); }
.ml0y .r3flse7     { background: #052e16; border-color: #10b981; }
.ml0y .i93vbl { background: #2d0a1e; border-color: #f43f5e; }
.ml0y .eptbc    { background: #1e1036; border-color: #a855f7; }
.ml0y .x0uq6 strong  { color: #f1f5f9; }
.ml0y .x0uq6 p       { color: #cbd5e1; }
.ml0y .gxxv    .r3flse7     .ohha::before,
.ml0y .hl8v  .r3flse7     .ohha::before,
.ml0y .ucx3tmn  .r3flse7     .ohha::before,
.ml0y .qmel5 .r3flse7     .ohha::before { color: #10b981; }
.ml0y .gxxv    .i93vbl .ohha::before,
.ml0y .hl8v  .i93vbl .ohha::before,
.ml0y .ucx3tmn  .i93vbl .ohha::before,
.ml0y .qmel5 .i93vbl .ohha::before { color: #f43f5e; }
.ml0y .gxxv    .eptbc    .ohha::before,
.ml0y .hl8v  .eptbc    .ohha::before,
.ml0y .ucx3tmn  .eptbc    .ohha::before,
.ml0y .qmel5 .eptbc    .ohha::before { color: #a855f7; }
.wofli .r3flse7     { background: #2d2000; border-color: #eab308; }
.wofli .i93vbl { background: #2d0b0b; border-color: #ef4444; }
.wofli .eptbc    { background: #2d1600; border-color: #f97316; }
.wofli .x0uq6 strong  { color: #f1f5f9; }
.wofli .x0uq6 p       { color: #cbd5e1; }
.wofli .gxxv    .r3flse7     .ohha::before,
.wofli .hl8v  .r3flse7     .ohha::before,
.wofli .ucx3tmn  .r3flse7     .ohha::before,
.wofli .qmel5 .r3flse7     .ohha::before { color: #eab308; }
.wofli .gxxv    .i93vbl .ohha::before,
.wofli .hl8v  .i93vbl .ohha::before,
.wofli .ucx3tmn  .i93vbl .ohha::before,
.wofli .qmel5 .i93vbl .ohha::before { color: #ef4444; }
.wofli .gxxv    .eptbc    .ohha::before,
.wofli .hl8v  .eptbc    .ohha::before,
.wofli .ucx3tmn  .eptbc    .ohha::before,
.wofli .qmel5 .eptbc    .ohha::before { color: #f97316; }
.n91jya .r3flse7     { background: #0c1a2e; border-color: #38bdf8; }
.n91jya .i93vbl { background: #12103a; border-color: #818cf8; }
.n91jya .eptbc    { background: #0a2020; border-color: #2dd4bf; }
.n91jya .x0uq6 strong  { color: #f1f5f9; }
.n91jya .x0uq6 p       { color: #cbd5e1; }
.n91jya .gxxv    .r3flse7     .ohha::before,
.n91jya .hl8v  .r3flse7     .ohha::before,
.n91jya .ucx3tmn  .r3flse7     .ohha::before,
.n91jya .qmel5 .r3flse7     .ohha::before { color: #38bdf8; }
.n91jya .gxxv    .i93vbl .ohha::before,
.n91jya .hl8v  .i93vbl .ohha::before,
.n91jya .ucx3tmn  .i93vbl .ohha::before,
.n91jya .qmel5 .i93vbl .ohha::before { color: #818cf8; }
.n91jya .gxxv    .eptbc    .ohha::before,
.n91jya .hl8v  .eptbc    .ohha::before,
.n91jya .ucx3tmn  .eptbc    .ohha::before,
.n91jya .qmel5 .eptbc    .ohha::before { color: #2dd4bf; }
.zmpn09k::before,
.x06s::before { margin-right: 5px; }
.pa1d3awz .cv2g5n6o ul li,
.pa1d3awz .dvl6 li         { color: #4ade80; }
.pa1d3awz .cv2g5n6o .zmpn09k { color: #22c55e; }
.pa1d3awz .p36e ul li,
.pa1d3awz .rwyb li         { color: #f87171; }
.pa1d3awz .p36e .x06s { color: #ef4444; }
.trcwwvh .cv2g5n6o { background: var(--bg-pros); }
.trcwwvh .p36e { background: var(--bg-cons); }
.trcwwvh .cv2g5n6o .zmpn09k { color: var(--c-pros-label); }
.trcwwvh .p36e .x06s { color: var(--c-cons); }
.trcwwvh .cv2g5n6o ul li,
.trcwwvh .dvl6 li            { color: var(--c-pros); }
.trcwwvh .p36e ul li,
.trcwwvh .rwyb li            { color: var(--c-cons); }
.t9q3 .cv2g5n6o { background: var(--bg-pros); }
.t9q3 .p36e { background: var(--bg-cons); }
.t9q3 .cv2g5n6o .zmpn09k { color: var(--c-pros-label); }
.t9q3 .p36e .x06s { color: var(--c-cons); }
.t9q3 .cv2g5n6o ul li,
.t9q3 .dvl6 li          { color: var(--c-pros); }
.t9q3 .p36e ul li,
.t9q3 .rwyb li          { color: var(--c-cons); }
.vdfehtz .zmpn09k::before { content: "✓ "; }
.vdfehtz .x06s::before { content: "✗ "; }
.puc5gcs .zmpn09k::before { content: "→ "; }
.puc5gcs .x06s::before { content: "← "; }
.ran2u2 .zmpn09k::before { content: "★ "; }
.ran2u2 .x06s::before { content: "✕ "; }
.hgdyqovz .zmpn09k::before { content: "◆ "; }
.hgdyqovz .x06s::before { content: "▲ "; }
.h1bhzh .x0uq6 { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.h1bhzh .x0uq6 strong { color: var(--text-primary); }
.h1bhzh .x0uq6 p      { color: var(--text-muted); }
.ib9wohw .x0uq6 { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.lejgyx .x0uq6 {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.lejgyx .x0uq6 strong,
.lejgyx .x0uq6 p { color: #fff; }
.lejgyx .ohha::before { color: rgba(255,255,255,0.9) !important; }
.v882 .x0uq6 {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.v882 .x0uq6 strong { color: var(--text-primary); }
.v882 .x0uq6 p      { color: var(--text-muted); }
.hb2og .x0uq6 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.gxxv .ohha,
.hl8v .ohha,
.ucx3tmn .ohha,
.qmel5 .ohha { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.gxxv .ohha::before,
.hl8v .ohha::before,
.ucx3tmn .ohha::before,
.qmel5 .ohha::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.gxxv .r3flse7     .ohha::before { content: "✦"; color: var(--c-tip-border); }
.gxxv .i93vbl .ohha::before { content: "▲"; color: var(--c-warn-border); }
.gxxv .eptbc    .ohha::before { content: "◉"; color: #60a5fa; }
.hl8v .r3flse7     .ohha::before { content: "★"; color: var(--c-tip-border); }
.hl8v .i93vbl .ohha::before { content: "◆"; color: var(--c-warn-border); }
.hl8v .eptbc    .ohha::before { content: "●"; color: #60a5fa; }
.ucx3tmn .r3flse7     .ohha::before { content: "▶"; color: var(--c-tip-border); }
.ucx3tmn .i93vbl .ohha::before { content: "■"; color: var(--c-warn-border); }
.ucx3tmn .eptbc    .ohha::before { content: "▸"; color: #60a5fa; }
.qmel5 .r3flse7     .ohha::before { content: "→"; color: var(--c-tip-border); }
.qmel5 .i93vbl .ohha::before { content: "⬥"; color: var(--c-warn-border); }
.qmel5 .eptbc    .ohha::before { content: "◈"; color: #60a5fa; }
.sdxql .jrbyzpf .wkmba0,
.sdxql .jgxje .wkmba0  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.sdxql .y4j42z                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.sdxql .f6uu0                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.sdxql .r498k9s            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.sdxql .mq5m87          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.sdxql .axlwvslx                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.lrl6hww .jrbyzpf .wkmba0,
.lrl6hww .jgxje .wkmba0,
.lrl6hww .y4j42z,
.lrl6hww .f6uu0,
.lrl6hww .r498k9s,
.lrl6hww .mq5m87,
.lrl6hww .axlwvslx,
.lrl6hww .hb2og .x0uq6 { box-shadow: none; }
.q31j   .h6c4, .q31j .lhpp, .q31j .nd6dud,
.q31j   .d6pv, .q31j .vhtzwbcx { font-size: 0.9rem; }
.q31j   .huvkhgg, .q31j .cwn2c20v { font-size: 0.9rem; }
.sbyjzpy   .h6c4, .sbyjzpy .lhpp, .sbyjzpy .nd6dud,
.sbyjzpy   .d6pv, .sbyjzpy .vhtzwbcx { font-size: 0.95rem; }
.sbyjzpy   .huvkhgg, .sbyjzpy .cwn2c20v { font-size: 0.95rem; }
.y6gzm   .h6c4, .y6gzm .lhpp, .y6gzm .nd6dud,
.y6gzm   .d6pv, .y6gzm .vhtzwbcx { font-size: 1.08rem; }
.y6gzm   .huvkhgg, .y6gzm .cwn2c20v { font-size: 1.05rem; }
.y6gzm   .g41wc { font-size: 0.97rem; }
.i7sxjeu .hejb      { font-size: 3.2rem; }
.i7sxjeu h2.gxkfym { font-size: 1.9rem; }
.i7sxjeu h3.ak0c     { font-size: 1.4rem; }
.nep6j .hejb      { font-size: 3.8rem; }
.nep6j h2.gxkfym { font-size: 2.2rem; }
.nep6j h3.ak0c     { font-size: 1.6rem; }
.sz89mh + .sz89mh { position: relative; }
.bldcw0   .sz89mh + .sz89mh::before,
.ewvrh  .sz89mh + .sz89mh::before,
.trq8   .sz89mh + .sz89mh::before,
.p15p2k   .sz89mh + .sz89mh::before,
.v8hjx7wb   .sz89mh + .sz89mh::before,
.texcb76l .sz89mh + .sz89mh::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.bldcw0 .sz89mh + .sz89mh::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.ewvrh .sz89mh + .sz89mh::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.trq8 .sz89mh + .sz89mh::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;
}
.p15p2k .sz89mh + .sz89mh::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.bo484t21 .sz89mh { margin-bottom: 16px; }
.bo484t21 .sz89mh + .sz89mh { margin-top: 0; }
.bo484t21 .js9nopjf { padding-top: 0; padding-bottom: 0; }
.v8hjx7wb .sz89mh + .sz89mh::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.texcb76l .sz89mh + .sz89mh::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.orli7e0z .sz89mh + .sz89mh::before,
.qm0p1 .sz89mh + .sz89mh::before,
.yjf2j .sz89mh + .sz89mh::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%;
}
.nq22j66 .orli7e0z .sz89mh:nth-child(even)::before,
.nq22j66 .qm0p1 .sz89mh:nth-child(even)::before,
.nq22j66 .yjf2j .sz89mh:nth-child(even)::before { background: var(--bg-surface); }
.q0kbqv3y .orli7e0z .sz89mh:nth-child(even)::before,
.q0kbqv3y .qm0p1 .sz89mh:nth-child(even)::before,
.q0kbqv3y .yjf2j .sz89mh:nth-child(even)::before { background: var(--bg-card); }
.orli7e0z .sz89mh + .sz89mh::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");
}
.qm0p1 .sz89mh + .sz89mh::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");
}
.yjf2j .sz89mh + .sz89mh::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");
}
.xnp4skxj .g8r3v { overflow: hidden; }
.xnp4skxj .wxo87yn { margin-bottom: 70px; }
.n2zu .b75m1,
.xui7 .b75m1 { padding-bottom: 60px; }
.xnp4skxj .b75m1 { padding-bottom: 70px; }
.xnp4skxj .g8r3v::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%;
}
.xnp4skxj .g8r3v::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");
}
.fie2ay55 .fknurjzf { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.lupi1 .fknurjzf { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.jxqlc .fknurjzf { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.bo3msxy .fknurjzf { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.dl2e7qy .vkmfri9 { background: var(--accent); }
.dl2e7qy .vkmfri9 .fhkgowk0 { background: none; }
.dl2e7qy .rldso4oq { background: var(--accent); }
.dl2e7qy .fknurjzf { background: var(--accent-bg); }
.dl2e7qy .g8r3v:not(.vkmfri9) .fhkgowk0 { background: rgba(0,0,0,0.6); }
.dgfjqw .op3g2 { float: left; width: 38%; margin: 0 28px 16px 0; }
.dgfjqw .op3g2 .g45wfa { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.dgfjqw .js9nopjf::after { content: ''; display: block; clear: both; }
.orztahbx .op3g2 { float: right; width: 38%; margin: 0 0 16px 28px; }
.orztahbx .op3g2 .g45wfa { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.orztahbx .js9nopjf::after { content: ''; display: block; clear: both; }
.rrt4e .sz89mh:nth-child(odd)  .op3g2 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.rrt4e .sz89mh:nth-child(even) .op3g2 { float: right; width: 38%; margin: 0 0 16px 28px; }
.rrt4e .op3g2 .g45wfa { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.rrt4e .js9nopjf::after { content: ''; display: block; clear: both; }
.dgfjqw .wndj,
.dgfjqw .rvf9t7i,
.orztahbx .wndj,
.orztahbx .rvf9t7i,
.rrt4e .wndj,
.rrt4e .rvf9t7i { clear: both; }
@media (max-width: 900px) {
  .dgfjqw .op3g2,
  .orztahbx .op3g2,
  .rrt4e .sz89mh:nth-child(odd)  .op3g2,
  .rrt4e .sz89mh:nth-child(even) .op3g2 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .dgfjqw .op3g2 .g45wfa,
  .orztahbx .op3g2 .g45wfa,
  .rrt4e .op3g2 .g45wfa {
    max-height: none !important;
  }
}
.dgfjqw .huvkhgg,
.dgfjqw .cwn2c20v,
.orztahbx .huvkhgg,
.orztahbx .cwn2c20v,
.rrt4e .huvkhgg,
.rrt4e .cwn2c20v { overflow: hidden; }
@media (max-width: 640px) {
  .dgfjqw .op3g2,
  .orztahbx .op3g2,
  .rrt4e .op3g2 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.zbic5zdt .rg0j,
.zbic5zdt .js9nopjf,
.zbic5zdt .ilng  { max-width: 1100px; }
.dd52avm .rg0j,
.dd52avm .js9nopjf,
.dd52avm .ilng  { max-width: 1200px; }
.dd52avm { --content-mw: 1200px; }
.zx640fm .rg0j,
.zx640fm .js9nopjf,
.zx640fm .ilng  { max-width: 1320px; }
.uhjr7k3 { font-size: 0.82rem; color: var(--text-muted); }
.kyqq14 { display: flex; align-items: center; }
.mrcn {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.x87r3j8u { display: flex; align-items: center; }
.d2s1 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.d2s1:hover { text-decoration: underline; }
.pky08gy { margin: 0 3px; opacity: 0.45; }
.pky08gy::before { content: '/'; }
.hmr6618s { padding: 2px 5px; color: var(--text-main); }
.thin9qgf .uhjr7k3 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.thin9qgf .kyqq14 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.shx3 .uhjr7k3 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.shx3 .kyqq14 { padding: 0 0 0 12px; }
.z0cb {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.s74636q .kyqq14 { padding: 0 16px; }
.s74636q .uhjr7k3 {
  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);
}
.s74636q .rg0j { padding-top: 28px; }
@media (max-width: 720px) {
  .z0cb { margin-top: 18px; padding: 0 16px; }
  .s74636q .rg0j { padding-top: 16px; }
}
.zbic5zdt.thin9qgf .kyqq14 { max-width: 1100px; }
.dd52avm.thin9qgf .kyqq14 { max-width: 1200px; }
.zx640fm.thin9qgf .kyqq14 { max-width: 1320px; }
.zbic5zdt .z0cb { max-width: 1100px; }
.dd52avm .z0cb { max-width: 1200px; }
.zx640fm .z0cb { max-width: 1320px; }
.u7v2u4eg .sz89mh { padding-top: 16px; padding-bottom: 16px; }
.x1ku81 .sz89mh { padding-top: 24px; padding-bottom: 24px; }
.vl26gg4 .sz89mh { padding-top: 40px; padding-bottom: 40px; }
.j1vutjoh .sz89mh { padding-top: 52px; padding-bottom: 52px; }
.q4gb7wh8 .sz89mh:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.q4gb7wh8 .sz89mh:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.q4gb7wh8 .sz89mh:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.q4gb7wh8 .sz89mh:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.vtcsyb .js9nopjf { padding-top: 10px;  padding-bottom: 10px; }
.yd03 .js9nopjf { padding-top: 18px;  padding-bottom: 18px; }
.z1t4m .js9nopjf { padding-top: 36px;  padding-bottom: 36px; }
.jrl09xi9 .js9nopjf { padding-top: 48px;  padding-bottom: 48px; }
.m7j0rt h2.gxkfym { font-weight: 600; }
.m7j0rt h3.ak0c     { font-weight: 600; }
.ho4dlgj1 h2.gxkfym { font-weight: 800; }
.ho4dlgj1 h3.ak0c     { font-weight: 700; }
.gtccdsu7 { font-weight: 600; }
.gtccdsu7 h2.gxkfym { font-weight: 900; }
.gtccdsu7 h3.ak0c     { font-weight: 800; }
.gtccdsu7 .x0uq6 strong,
.gtccdsu7 .x0uq6 strong { font-weight: 600; }
.ljho2r {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.qp9dl2cj .ljho2r { display: none; }
@media (max-width: 640px) {
  .ljho2r { display: none !important; }
}
.ljho2r { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ljho2r:hover { opacity: 0.85; }
.wbk0 .ljho2r { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.snze5  .ojkrr9 { left: 32px; }
@media (max-width: 480px) {
  .jarc4e .ojkrr9 { right: 20px; bottom: 20px; }
  .snze5  .ojkrr9 { left: 20px; bottom: 20px; }
}
.j510t { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.ilng { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.xtcc { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.miql { color: var(--text-dim); font-size: 0.8rem; }
.m9a1 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.m9a1 img { height: 26px; width: auto; object-fit: contain; }
.vaqhgy .ilng { text-align: center; }
.vaqhgy .xtcc { margin-top: 0; }
@media (max-width: 640px) {
  .ilng { padding-left: 16px; padding-right: 16px; }
  .e7bea6q .ilng { padding: 20px 16px; }
  .hrgrdz { gap: 4px 12px; }
  .xtcc { font-size: 0.78rem; }
}
.l56r .deg95b .m9a1 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.l56r .xtcc { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.l56r .miql { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .l56r .qreumygu { grid-template-columns: 1fr 1fr; } .l56r .deg95b { grid-column: 1 / -1; } }
@media (max-width: 480px) { .l56r .qreumygu { grid-template-columns: 1fr; } }
.jjufwez .vfw7q { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.jjufwez .m9a1 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.jjufwez .b5zjmz29 { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.jjufwez .b5zjmz29 a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.jjufwez .b5zjmz29 a:hover { color: var(--accent-light); }
.vxi8 { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.jjufwez .ugrj { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.jjufwez .mpst43cq { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.jjufwez .mpst43cq a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.jjufwez .mpst43cq a:hover { color: var(--accent-light); }
.jjufwez .xtcc { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .jjufwez .vfw7q { gap: 12px; } .jjufwez .m9a1 { margin-right: 0; width: 100%; } }
.rdvl9ql7 .j5n1ug3v .m9a1 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.rdvl9ql7 .xtcc { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.rdvl9ql7 .miql { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .rdvl9ql7 .gdrz95 { grid-template-columns: 1fr 1fr; } .rdvl9ql7 .j5n1ug3v { grid-column: 1 / -1; } }
@media (max-width: 480px) { .rdvl9ql7 .gdrz95 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .bk31i .mb5j { grid-template-columns: 1fr 1fr; } .bk31i .nmlls072:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .bk31i .mb5j { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .kxub .mb5j { grid-template-columns: 1fr; } }
.ubshgz .ilng { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.k7bo .ln295c      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.k7bo .j510t { background: var(--bg-page); border-top-color: var(--border-alt); }
.kfill .ln295c      { background: #0d1117; border-bottom-color: #21262d; }
.kfill .vm6l6i { color: var(--accent-light); }
.kfill .lniz7u { --msep-color: #8b949e; }
.kfill .lniz7u a { color: #8b949e; }
.kfill .lniz7u a:hover { color: var(--accent-light); }
.kfill .lcgd { color: #8b949e; }
.kfill .j510t { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.kfill .xtcc,
.kfill .miql { color: #6e7681; }
.kfill .g9sl7 a, .kfill .b5zjmz29 a,
.kfill .mpst43cq a { color: #8b949e; }
.kfill .m9a1 { color: #e6edf3; }
.kfill .g9sl7 a:hover, .kfill .b5zjmz29 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .kfill .lniz7u { background: #0d1117; border-top-color: #21262d; }
  .kfill .lniz7u li a { border-bottom-color: #21262d; }
}
.b4iw13 .ln295c      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.b4iw13 .vm6l6i { color: var(--accent-light); }
.b4iw13 .lniz7u { --msep-color: #475569; }
.b4iw13 .lniz7u a { color: #475569; }
.b4iw13 .lniz7u a:hover { color: var(--accent-light); }
.b4iw13 .lcgd { color: #64748b; }
.b4iw13 .j510t { background: #f0f4f8; border-top-color: #cbd5e1; }
.b4iw13 .xtcc,
.b4iw13 .miql { color: #64748b; }
.b4iw13 .g9sl7 a, .b4iw13 .b5zjmz29 a,
.b4iw13 .mpst43cq a, .b4iw13 .m9a1 { color: #374151; }
.b4iw13 .g9sl7 a:hover, .b4iw13 .b5zjmz29 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .b4iw13 .lniz7u { background: #f0f4f8; border-top-color: #cbd5e1; }
  .b4iw13 .lniz7u li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.exqtgd .ln295c      { background: var(--accent); border-bottom-color: var(--accent-light); }
.exqtgd .vm6l6i { color: #fff; }
.exqtgd .lniz7u { --msep-color: rgba(255,255,255,0.82); }
.exqtgd .lniz7u a { color: rgba(255,255,255,0.82); }
.exqtgd .lniz7u a:hover { color: #fff; }
.exqtgd .lcgd { color: rgba(255,255,255,0.9); }
.exqtgd .j510t { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.exqtgd .xtcc,
.exqtgd .miql { color: rgba(255,255,255,0.72); }
.exqtgd .g9sl7 a, .exqtgd .b5zjmz29 a,
.exqtgd .mpst43cq a, .exqtgd .m9a1 { color: #fff; }
.exqtgd .g9sl7 a:hover, .exqtgd .b5zjmz29 a:hover { color: #fff; }
@media (max-width: 640px) {
  .exqtgd .lniz7u { background: var(--accent); border-top-color: var(--accent-light); }
  .exqtgd .lniz7u li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.d4me .ln295c {
  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);
}
.d4me .j510t {
  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) {
  .d4me .lniz7u {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.bs507 .dzky { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.squ0xny .dzky { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.h2yfhl4k .dzky { min-height: 72px; height: auto; }
.tau3uo .dzky { min-height: 84px; height: auto; }
.e7bea6q .dzky { max-width: none; padding: 0 32px; }
.e7bea6q .ilng  { max-width: none; padding: 24px 32px; }
.qpdm2k.dd52avm .dzky { max-width: 1200px; }
.qpdm2k.zx640fm .dzky { max-width: 1320px; }
.kqdv   .vm6l6i, .kqdv   .m9a1 { text-transform: capitalize; }
.j3er9l .vm6l6i, .j3er9l .m9a1 { text-transform: lowercase; }
.gttwl7s .vm6l6i, .gttwl7s .m9a1 { text-transform: uppercase; letter-spacing: 0.06em; }
.ktbdht, .bmvfqr0a {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.xcn38c0h .ktbdht,
.xcn38c0h .bmvfqr0a { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.u09wumv7 .ktbdht,
.u09wumv7 .bmvfqr0a { 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; }
.l1ykd .ktbdht,
.l1ykd .bmvfqr0a { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.airu4n .ktbdht,
.airu4n .bmvfqr0a { 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; }
.qdxbu2   .lniz7u a { font-weight: 500; }
.os1ua .lniz7u a { font-weight: 600; }
.cvto     .lniz7u a { font-weight: 700; }
.ogrrxq    .lniz7u a { font-weight: 800; letter-spacing: 0.01em; }
.xfgy3     .lniz7u > li + li::before,
.q0b0coud    .lniz7u > li + li::before,
.morh6553    .lniz7u > li + li::before,
.lhgol2 .lniz7u > li + li::before,
.xrfm .lniz7u > li + li::before,
.oyruvl  .lniz7u > li + li::before,
.vdz2hfg    .lniz7u > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.xfgy3     .lniz7u > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.q0b0coud    .lniz7u > li + li::before { content: "|"; }
.morh6553    .lniz7u > li + li::before { content: "—"; }
.lhgol2 .lniz7u > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.xrfm .lniz7u > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.oyruvl  .lniz7u > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.vdz2hfg    .lniz7u > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .gdusdhb .lcgd,
  .es6x0 .lcgd,
  .ftca .lcgd,
  .h7oqvr5 .lcgd,
  .kmi4u .lcgd {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .gdusdhb .lcgd::before,
  .es6x0 .lcgd::before,
  .ftca .lcgd::before,
  .h7oqvr5 .lcgd::before,
  .kmi4u .lcgd::before { content: ""; display: block; flex-shrink: 0; }

  
  .gdusdhb .lcgd::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;
  }

  
  .es6x0 .lcgd::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;
  }

  
  .ftca .lcgd::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;
  }

  
  .h7oqvr5 .lcgd::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;
  }

  
  .kmi4u .lcgd::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) {
  .yuauf5 .lcgd {
    padding: 5px 14px;
  }
  .yuauf5 .lniz7u {
    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;
  }
  .yuauf5 .lniz7u li a {
    border-bottom: none; padding: 10px 22px;
  }
  .yuauf5 .lniz7u li a:hover { background: var(--bg-raised); }
  .yuauf5 .zooj,
  .wf9omeec .zooj,
  .mcshlvks .zooj { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .dfk6n3v .lcgd {
    padding: 5px 10px;
  }
  .dfk6n3v .lniz7u {
    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);
  }
  .dfk6n3v .lniz7u.yd2n { transform: translateX(0); }
  .dfk6n3v .lniz7u li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .dfk6n3v .lniz7u li:last-child a { border-bottom: none; }
  .exqtgd .lniz7u,
  .kfill .lniz7u { background: var(--accent) !important; }
  .exqtgd .lniz7u li a,
  .kfill .lniz7u li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .mcshlvks .lcgd {
    padding: 5px 10px;
  }
  .mcshlvks .lniz7u {
    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);
  }
  .mcshlvks .lniz7u::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .mcshlvks .lniz7u.yd2n { transform: translateY(0); }
  .mcshlvks .lniz7u li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .sj8rm .lcgd {
    padding: 5px 10px;
  }
  .sj8rm .lniz7u {
    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;
  }
  .sj8rm .lniz7u.yd2n { opacity: 1; pointer-events: auto; }
  .sj8rm .lniz7u li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .ln0l42g     .lcgd { border-radius: 0 !important; }
  .kns9r   .lcgd { border-radius: 8px !important; }
  .mnx7bs .lcgd { border-radius: 50% !important; }
  .zxjqeqi6   .lcgd { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .cslzq .t8rz { flex-direction: column; align-items: stretch; }
  .cslzq .syrts { flex-direction: row; min-width: auto; }
  .cslzq .qqrv1b1 { align-items: flex-start; text-align: left; }
}
.d8ptkn,
.d8ptkn.sz89mh,
.nq22j66 .d8ptkn,
.n95if5 .d8ptkn,
.q0kbqv3y .d8ptkn,
.hq7jnwp .d8ptkn {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.umvxf {
  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;
}
.gtynx6 { flex: 1 1 280px; min-width: 0; }
.y10ij2i {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.d6cd79 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.jwwcgm {
  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;
}
.jwwcgm:hover { transform: translateY(-1px); opacity: 0.95; }
.jhala .umvxf {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.jhala .y10ij2i { color: var(--cta); }
.jhala .d6cd79 { color: var(--text-body); }
.jhala .jwwcgm {
  background: var(--cta) !important;
  color: #fff !important;
}
.hnvkvb .umvxf {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.hnvkvb .y10ij2i { color: var(--text-primary); }
.hnvkvb .d6cd79 { color: var(--text-body); }
.hnvkvb .jwwcgm {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .umvxf {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .gtynx6 { flex: 0 0 auto; }
  .y10ij2i { font-size: 1.2rem; }
  .jwwcgm { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.d1w4qpto .t69nxgm { height: 36px; }
.zkm6t6zc .t69nxgm { height: 60px; max-width: 200px; }
.ppg3v .t69nxgm { height: 56px; max-width: 180px; }
.a2j7c    .t2f2ja4, .a2j7c    .oe41v { color: #f59e0b; }
.lm1mwy7      .t2f2ja4 { font-size: 1rem; letter-spacing: 1.5px; }
.lm1mwy7      .oe41v   { font-size: 1.35rem; }
.arqco    .t2f2ja4, .arqco    .oe41v { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.tf2w     .t2f2ja4, .tf2w     .oe41v { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.dn4m .t2f2ja4, .dn4m .oe41v { color: var(--cta); letter-spacing: 2px; }
.c7oa   .t2f2ja4, .c7oa   .oe41v { color: #e91e63; letter-spacing: 2px; }
.pa7xv7z5  .t2f2ja4, .pa7xv7z5  .oe41v { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.lbrdyl     .t2f2ja4, .lbrdyl     .oe41v { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.omxjp .ijo7 + .ijo7 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.v0p73 .f6uu0 { padding: 18px 24px; min-height: 68px; }
.ktbb .mn4m9n6h {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.ktbb .v1py0p {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.yooyeqi .ijo7 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.rvf9t7i { counter-reset: cs-rank; }
.rvf9t7i .f6uu0 { counter-increment: cs-rank; }
.rvf9t7i .f6uu0::before {
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 800;
  color: var(--text-muted, var(--accent-light));
  min-width: 28px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
  order: -1;
}
.pprdw .rvf9t7i { counter-reset: cs-rank; gap: 0; }
.pprdw .f6uu0 {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 44px 18px 18px;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
  margin-bottom: 14px;
}
.pprdw .f6uu0::before {
  content: counter(cs-rank);
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1rem; line-height: 1;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
  z-index: 2;
}
.pprdw .odu6l {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.pprdw .f2jn8ul {
  width: 140px; height: 140px; min-width: 140px; padding: 0;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto;
}
.pprdw .e15r { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.pprdw .odu6l { min-width: 0; flex-direction: column; width: 100%; }
.pprdw .mzmhnme7 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.pprdw .t2f2ja4 { color: var(--cta, var(--accent)); }
.pprdw .sw039r { font-weight: 700; }
.pprdw .ijo7 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.pprdw .mn4m9n6h {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.pprdw .v1py0p {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.pprdw .j70iwsv .v1py0p { font-size: 1.3rem; color: var(--accent-light); }
.pprdw .f7hsg {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.pprdw .f6uu0:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .pprdw .rvf9t7i {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .pprdw .f6uu0 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .pprdw .f6uu0 { padding: 40px 16px 20px; }
  .pprdw .ijo7 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .pprdw .f7hsg { width: 100%; min-width: 0; }
}
.vj1rauue .rvf9t7i { counter-reset: cs-rank; gap: 10px; }
.vj1rauue .f6uu0 {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 14px 18px 14px 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
}
.vj1rauue .f6uu0::before {
  content: counter(cs-rank);
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.95rem; flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.vj1rauue .odu6l {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.vj1rauue .f2jn8ul {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.vj1rauue .e15r { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.vj1rauue .mzmhnme7 {
  font-size: 1.05rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: 0; max-width: 140px;
  overflow-wrap: break-word; hyphens: auto;
}
.vj1rauue .t2f2ja4 { color: var(--cta, var(--accent)); }
.vj1rauue .ijo7 {
  flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  border-top: none; padding-top: 0; width: auto; flex: 1 1 160px; min-width: 140px;
  text-align: center;
}
.vj1rauue .mn4m9n6h {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.vj1rauue .v1py0p { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.vj1rauue .j70iwsv .v1py0p { color: var(--accent-light); }
.vj1rauue .f7hsg {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.vj1rauue .f6uu0:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .vj1rauue .f6uu0 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .vj1rauue .f6uu0::before {
    position: absolute; top: 14px; left: 14px;
  }
  .vj1rauue .odu6l {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .vj1rauue .mzmhnme7 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .vj1rauue .ijo7 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .vj1rauue .f7hsg { width: 100%; min-width: 0; }
  .vj1rauue .t2f2ja4 { min-width: 0; }
}
.lp69i .f6uu0::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.ghc87bl .r8k9b8 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.ghc87bl .r8k9b8 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.ghc87bl .r8k9b8 p { padding: 0 2px 16px; }
.my9yg .r8k9b8 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.my9yg .r8k9b8 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.my9yg .r8k9b8 summary::after { content: "›"; font-size: 1.2em; }
.my9yg .r8k9b8[open] summary::after { content: "‹"; }
.my9yg .r8k9b8 p { padding: 10px 22px 4px; }
.wxnm7n .r8k9b8 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.wxnm7n .r8k9b8 summary { color: var(--text-primary); padding-left: 16px; }
.wxnm7n .r8k9b8 summary::after { content: "›"; font-size: 1.1em; }
.wxnm7n .r8k9b8[open] summary::after { content: "‹"; }
.wxnm7n .r8k9b8 p { padding-left: 16px; }
.tdptc202 .drufz { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.tdptc202 .r8k9b8 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.tdptc202 .r8k9b8:last-child { border-bottom: none; }
.tdptc202 .r8k9b8 summary { color: var(--text-primary); border-radius: 0; }
.tdptc202 .r8k9b8 summary::after { content: "›"; font-size: 1.1em; }
.tdptc202 .r8k9b8[open] summary::after { content: "‹"; }
.yzphg .r8k9b8 { overflow: hidden; }
.yzphg .r8k9b8 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.yzphg .r8k9b8 summary::after { color: rgba(255,255,255,.75); }
.yzphg .r8k9b8[open] summary { border-radius: 0; }
.uuvqaljl { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.e7llivn2 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.v4ck6w {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.y1jm3 { color: var(--text-muted); font-size: 1.05rem; }
.lbtr6skv {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.hchm { margin-bottom: 20px; }
.idj02 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.pi1clvac {
  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;
}
.pi1clvac:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.vyfjgc { resize: vertical; min-height: 130px; }
.tb6jfk4 { width: 100%; margin-top: 8px; }
.w9gn {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.qaa3ofwb {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.ndv5g5 { color: var(--text-muted); line-height: 1.75; }
.kvc8ka9 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.kvc8ka9 li { margin-bottom: 6px; }
.ll190e7p { max-width: 760px; margin: 0 auto; }
.qpeeppx { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.f7l95 ul.kvc8ka9 { margin: 0; }
.qh8mu .qpeeppx { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .qh8mu { grid-template-columns: 1fr; gap: 10px; } }
.r50d225 { max-width: 640px; margin: 0 auto; text-align: center; }
.fsd3y5 { margin-bottom: 48px; }
.fsd3y5 .qpeeppx { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.fsd3y5 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.pwyau .kvc8ka9 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .yq05 { grid-template-columns: 1fr; } }
.gida { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.gida:hover .knzg { color: var(--accent-light); text-decoration: underline; }
.qxpxk2 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.qs7wb { margin-bottom: 48px; }
.dtk0 { max-width: 760px; margin: 0 auto; }
.c8zdx { max-width: 640px; margin: 0 auto; }
.ep9qv { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.ep9qv:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.jenjx { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.ep9qv p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ep9qv ul.kvc8ka9 { margin: 0; }
.a1nwk { color: var(--text-muted); line-height: 1.75; }
.yk444x7 .kvc8ka9,
.c8zdx .kvc8ka9,
.sk4d .kvc8ka9,
.vaw6js .kvc8ka9 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.yk444x7 .ep9qv,
.c8zdx .ep9qv { text-align: left; }
.yk444x7 .jenjx,
.c8zdx .jenjx { text-align: center; }
.d5u1z { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.rwnq { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.cc3p8hst { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.mwqakn { margin-top: 12px; }
.lsys9 { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.lsys9:hover { border-bottom-color: var(--accent-light); }
.uli9t3a { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.uli9t3a img { width: 100%; height: 100%; object-fit: cover; display: block; }
.r2lk8k8e { width: 72px; height: 72px; }
.vqz2bhg { border-radius: 50%; }
.t7wv { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.xwtd { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .jr9l { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.smpqpqv .cc3p8hst, .smpqpqv .rwnq { max-width: 640px; }
.w1iw0kyp .d5u1z { font-size: 1.6rem; margin-top: 18px; }
.gtv69 .cc3p8hst { margin-bottom: 28px; }
@media (max-width: 860px) { .p60c5jr { grid-template-columns: 1fr; } .w1iw0kyp { position: static; text-align: center; } }
.vzwc93 .uli9t3a { margin: 0 auto 18px; }
.vzwc93 .t7wv { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .x6kso40z { grid-template-columns: 1fr; } }
.ilft3 .d5u1z { font-size: 1.6rem; margin-bottom: 6px; }
.vaw6js .kvc8ka9 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ilft3 { flex-direction: column; text-align: center; } .b872 { grid-template-columns: 1fr; } }
.rev7j5z { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.rev7j5z .d5u1z { font-size: 1.35rem; margin: 0 0 4px; }
.rev7j5z .t7wv { margin: 0; }
.jour8iy .v4ck6w { color: var(--accent-light); }
.noy0 .v4ck6w { font-size: 2rem; }
.noy0 .y1jm3 { max-width: 680px; }
.h2a5n6c .v4ck6w { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.h2a5n6c .y1jm3  { margin: 0; }
@media (max-width: 640px) { .h2a5n6c { flex-direction: column; } }
.mxqnn4b .v4ck6w { color: var(--accent-light); }
.jw2c0c {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.jw2c0c .v4ck6w { color: #fff; }
.jw2c0c .y1jm3  { color: rgba(255,255,255,0.85); }
.oymoou { max-width: 680px; margin: 0 auto; }
.kp7z {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .kp7z { grid-template-columns: 1fr; } }
.hhppo09 .pi1clvac {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.hhppo09 .pi1clvac:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.yzq7i .pi1clvac { background: var(--bg-raised); border-color: transparent; }
.yzq7i .pi1clvac:focus { background: var(--bg-card); border-color: var(--accent-light); }
.fj4naaq .pi1clvac { border-radius: 100px; padding: 11px 20px; }
.fj4naaq .vyfjgc { border-radius: 14px; }
@media (max-width: 640px) { .rgsal69m { grid-template-columns: 1fr; } }
.dptwr6{display:none}
.dptwr6:empty,.oya8k:empty{display:none}
.hxkr{position:relative;overflow:visible}
.iv76d3 .ud4gbhf,.ke7p .ud4gbhf,
.amx5nz5a .ud4gbhf,.m96pbl .ud4gbhf,
.q13yflnj .ud4gbhf,.dk4fr .ud4gbhf{display:block}
.ct6j .knkeq{display:block}
.iv76d3 .ud4gbhf,.ke7p .ud4gbhf,
.amx5nz5a .ud4gbhf,.m96pbl .ud4gbhf,
.q13yflnj .ud4gbhf{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.iv76d3 .ud4gbhf .oya8k,.ke7p .ud4gbhf .oya8k,
.amx5nz5a .ud4gbhf .oya8k,.m96pbl .ud4gbhf .oya8k,
.q13yflnj .ud4gbhf .oya8k{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.iv76d3 .zm1p44vj,.ke7p .zm1p44vj,
.amx5nz5a .zm1p44vj,.m96pbl .zm1p44vj,
.q13yflnj .zm1p44vj{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.iv76d3 .ud4gbhf,.ke7p .ud4gbhf{top:12px}
.iv76d3 .ud4gbhf .oya8k{margin-right:auto}
.ke7p .ud4gbhf .oya8k{margin-left:auto}
.ke7p .ud4gbhf{text-align:right}
.amx5nz5a .ud4gbhf,.m96pbl .ud4gbhf{bottom:12px}
.amx5nz5a .ud4gbhf .oya8k{margin-right:auto}
.m96pbl .ud4gbhf .oya8k{margin-left:auto}
.m96pbl .ud4gbhf{text-align:right}
.q13yflnj .ud4gbhf{position:relative;margin-top:16px}
.q13yflnj .ud4gbhf .oya8k{margin:0 auto}
.dk4fr .ud4gbhf{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.dk4fr .ud4gbhf .oya8k{margin:0}
.dk4fr .fknurjzf~.ud4gbhf,
.dk4fr .v4r6l~.ud4gbhf{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.dk4fr .fknurjzf~.ud4gbhf .oya8k,
.dk4fr .v4r6l~.ud4gbhf .oya8k{justify-content:flex-start}
.fknurjzf~.ud4gbhf,.v4r6l~.ud4gbhf{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.fknurjzf~.ud4gbhf .oya8k{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.v4r6l~.ud4gbhf .oya8k{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.knkeq .oya8k{margin:0 0 12px}
.oya8k{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.r44nr{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.knzg{font-weight:600;color:var(--text-heading);opacity:1}
.qc46ave::before{content:"·";margin:0 2px;opacity:.5}
.zm1p44vj{white-space:nowrap}
.ed8ug .r44nr{display:none}
.q2yv6 .zm1p44vj{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.q2yv6 .qc46ave::before{content:""}
.b3cv .zm1p44vj{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.b3cv .qc46ave::before{content:""}
.fmpmtb .oya8k{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.ddbu2 .zm1p44vj{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.ddbu2 .qc46ave::before{content:""}
.ciogc9 .zm1p44vj{color: var(--accent-light);opacity:1;font-weight:500}
.w9f7pq .zm1p44vj{border-bottom:1px solid currentColor;padding-bottom:2px}
.c3uoyvo .oya8k{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.s6zcwap{--date-bg:transparent}
.dbud .qc46ave::before{content:""}
.ommy .qc46ave::before{content:"•";opacity:.4}
.ommy .zm1p44vj + .zm1p44vj::before{content:"•";margin-right:6px;opacity:.4}
.fa1by .qc46ave::before{content:"/";opacity:.35}
.fa1by .zm1p44vj + .zm1p44vj::before{content:"/";margin-right:6px;opacity:.35}
.j63z .qc46ave::before{content:"|";opacity:.3}
.j63z .zm1p44vj + .zm1p44vj::before{content:"|";margin-right:6px;opacity:.3}
.n4y3tclv .qc46ave::before{content:"—";opacity:.3}
.n4y3tclv .zm1p44vj + .zm1p44vj::before{content:"—";margin-right:6px;opacity:.3}
.ompnbq .qc46ave::before{content:"◆";font-size:.5em;opacity:.35}
.ompnbq .zm1p44vj + .zm1p44vj::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.ho3x6tpt .qc46ave::before{content:"·";opacity:.4}
.ho3x6tpt .zm1p44vj + .zm1p44vj::before{content:"·";margin-right:6px;opacity:.4}
.ltxb .qc46ave::before{content:"›";opacity:.4}
.ltxb .zm1p44vj + .zm1p44vj::before{content:"›";margin-right:6px;opacity:.4}
.kd1r1dx .qc46ave::before{content:"→";opacity:.35;font-size:.85em}
.kd1r1dx .zm1p44vj + .zm1p44vj::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.dgofzu9 .foxxy9pr{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .foxxy9pr{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .m2ot{max-width:100%}
}
.l8r169q5 .mq5m87{margin:0}
@media (max-width:560px){
  .o35odd9{grid-template-columns:repeat(2,1fr);gap:12px}
}
.n9yefch {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.n9yefch.d4raoye {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.pbz8pju {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.pbz8pju .oqwzef {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  width: 36px; height: 36px; border-radius: 50%;
  padding: 0; margin: 0;
  z-index: 2;
  font-size: 0 !important; color: transparent !important;   
  transition: background 0.15s;
}
.pbz8pju .oqwzef::before,
.pbz8pju .oqwzef::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: 2px;
  background: var(--text-primary, #111);
}
.pbz8pju .oqwzef::before { transform: translate(-50%, -50%) rotate(45deg); }
.pbz8pju .oqwzef::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.pbz8pju .oqwzef:hover { background: rgba(0,0,0,0.12) !important; }
.x6eg2uv {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.kx7xj9e {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.yajpk {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.hhfoqm06 {
  margin: 0 0 18px; font-size: 0.98rem;
  color: var(--text-muted, #555);
}
.pbz8pju .wzuea5gx {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.pbz8pju .wzuea5gx:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .pbz8pju { padding: 28px 18px 20px; }
  .yajpk { font-size: 1.2rem; }
  .x6eg2uv { max-width: 220px; max-height: 80px; }
}
.ga3x178 {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
  width: 96px; height: 96px;
  padding: 10px;
  margin-right: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.d8au {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.d5vmt  .ga3x178 { border-radius: 50%; }
.ayst  .ga3x178 { border-radius: 6px; }
.pg2gd .ga3x178 { border-radius: 22px; }
.uwghl5 .umvxf {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .ga3x178 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.k1saf4 .sz89mh {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.k1saf4 .js9nopjf {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.k1saf4 .umvxf {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.frme {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.frme.d4raoye { transform: translate(-50%, 0); }
.frme .sz89mh,
.frme .js9nopjf {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.frme .umvxf {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.s8pjz {
  position: absolute;
  
  top: 14px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.s8pjz::before,
.s8pjz::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.s8pjz::before { transform: translate(-50%, -50%) rotate(45deg); }
.s8pjz::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.s8pjz:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .frme { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .frme .umvxf {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .frme .d6cd79 { display: none !important; }
  .frme .y10ij2i { font-size: 1.1rem !important; }
  .frme .ga3x178 { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .s8pjz { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .dzky { flex-direction: row-reverse; }
[dir="rtl"] .lniz7u { flex-direction: row-reverse; }
[dir="rtl"] .snze5  .ojkrr9 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .jarc4e .ojkrr9 { right: auto; left: 20px; }
  [dir="rtl"] .snze5  .ojkrr9 { left: auto;  right: 20px; }
}
[dir="rtl"] .dgfjqw .op3g2  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .orztahbx .op3g2 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .fknurjzf,
[dir="rtl"] .uyphj,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .huvkhgg, [dir="rtl"] .cwn2c20v { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .cv2g5n6o { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .p36e { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .x0uq6 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .umvxf { direction: rtl; }
[dir="rtl"] .ga3x178 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .f6uu0,
[dir="rtl"] .uhjr7k3 { direction: rtl; }
[dir="rtl"] .axlwvslx { direction: rtl; }
[dir="rtl"] .o7ox { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .cihbav .cwn2c20v,
[dir="rtl"] .tgbd .cwn2c20v,
[dir="rtl"] .noxy1vhk .cwn2c20v,
[dir="rtl"] .m8ss .cwn2c20v {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .cihbav .cwn2c20v li::before,
[dir="rtl"] .tgbd .cwn2c20v li::before,
[dir="rtl"] .noxy1vhk .cwn2c20v li::before,
[dir="rtl"] .m8ss .cwn2c20v li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .fknurjzf.kvga .b75m1 { align-items: flex-end; text-align: right; }
[dir="rtl"] .fknurjzf.i91e5n .b75m1 { text-align: center; }
[dir="rtl"] .fknurjzf .b75m1 { text-align: right; }
[dir="rtl"] .js9nopjf,
[dir="rtl"] .d6pv,
[dir="rtl"] .vhtzwbcx,
[dir="rtl"] .lbtr6skv,
[dir="rtl"] .idj02,
[dir="rtl"] .cc3p8hst,
[dir="rtl"] .pi1clvac,
[dir="rtl"] .vyfjgc { text-align: right; direction: rtl; }
[dir="rtl"] .fj4naaq .pi1clvac,
[dir="rtl"] .hhppo09 .pi1clvac { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #833c9a;
  --brand:           #833c9a;
  --brand-light:     #6e3e7e;
  --brand-pale:      #865b94;
  --grad-start:      #af6cc5;
  --grad-end:        #c39fcf;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #833c9a;
  --cta-light:       #6c2c80;
  --cta-hover:       #5d2a6d;
  --bg-page:         #f7f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f4f5;
  --bg-raised:       #f0eef0;
  --bg-hover:        #f5f4f5;
  --border:          #e6e3e7;
  --border-alt:      #d8d1da;
  --border-section:  #e6e3e7;
  --text-primary:    #1a181a;
  --text-muted:      #5b545d;
  --text-body:       #343035;
  --text-sub:        #4e4850;
  --text-faint:      #827886;
  --text-dim:        #9b939e;
  --text-label:      #68606b;
  --text-value:      #413c43;
  --accent-bg:       #ece7ed;
  --accent-bg-light: #dfd2e3;
  --bg-tip:          #f0f9f7;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f1f9;
  --bg-pros:         #f0f9f7;
  --bg-cons:         #faf3f5;
  --c-pros:          #208373;
  --c-cons:          #9f2139;
  --c-pros-label:    #269b88;
  --c-tip-border:    #2aac97;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #208373;
}
:root { --logo-bg-opacity: 61%; }
body, button, input { font-family: "Roboto", sans-serif; }
.xald2l29 .ohha { font-size: 0; width: 1.2rem; flex-shrink: 0; }.xald2l29 .ohha::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.xald2l29 .r3flse7     .ohha::before { content: "";  color: var(--c-tip-border); }.xald2l29 .i93vbl .ohha::before { content: ""; color: var(--c-warn-border); }.xald2l29 .eptbc    .ohha::before { content: ""; color: #60a5fa; }.ml0y .xald2l29 .r3flse7     .ohha::before { color: #10b981; }.ml0y .xald2l29 .i93vbl .ohha::before { color: #f43f5e; }.ml0y .xald2l29 .eptbc    .ohha::before { color: #a855f7; }.wofli  .xald2l29 .r3flse7     .ohha::before { color: #eab308; }.wofli  .xald2l29 .i93vbl .ohha::before { color: #ef4444; }.wofli  .xald2l29 .eptbc    .ohha::before { color: #f97316; }.n91jya  .xald2l29 .r3flse7     .ohha::before { color: #38bdf8; }.n91jya  .xald2l29 .i93vbl .ohha::before { color: #818cf8; }.n91jya  .xald2l29 .eptbc    .ohha::before { color: #2dd4bf; }.tsdrjuia .xald2l29 .ohha::before { color: var(--accent-light) !important; }
.m2vx6 .dvl6 li::before, .m2vx6 .rwyb 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; }.m2vx6 .dvl6 li::before { content: ""; }.m2vx6 .rwyb li::before { content: ""; }.m2vx6 .zmpn09k::before, .m2vx6 .x06s::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.m2vx6 .zmpn09k::before { content: ""; }.m2vx6 .x06s::before { content: ""; }
.rmvh .lv0ti, .rmvh .fknurjzf { min-height: 420px; }
.pky08gy::before { content: '•'; }