:root {
  --color-accent: #6d2797;
  --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;
}
.xqe9upcn {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.f5bjip1 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.mwbm43d {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.xojyg6m { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.mh3ql { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.mh3ql a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.mh3ql a:hover { color: var(--accent-light); }
.qu08ep     .shztwtm { border-radius: 24px; padding: 8px; }
.qu08ep .shztwtm li a { border-radius: 16px; }
.dgdlqy7 .shztwtm li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .shztwtm {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .c7v4:hover .shztwtm,
  .c7v4:focus-within .shztwtm { display: block; }
  .shztwtm li a { padding: 8px 16px; font-size: 0.88rem; }
}
.aocagte {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.nqukcx8 { display: none; }
@media (max-width: 640px) {
  .nqukcx8 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .nqukcx8.zcd1ad6q { display: block; }
}
@media (max-width: 640px) {
  .aocagte { display: block; }
  .mh3ql > li + li::before { display: none !important; }
  .mh3ql {
    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;
  }
  .mh3ql.zcd1ad6q { display: flex; }
  .mh3ql li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .mh3ql li:last-child a { border-bottom: none; }
}
.tld46 { min-height: 480px; }
.dzk2j {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.hvp52n6 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ugff1 .hvp52n6 { margin-left: 0; margin-right: 0; }
.myblsse {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.hqkorxf {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.myblsse .llm13i5q {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.myblsse .dzk2j { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.myblsse .hvp52n6 { color: #e2e8f0; }
.myblsse.eu5a6 .llm13i5q { text-align: center; }
.myblsse.ugff1   .llm13i5q { text-align: left; }
.ydtap6 .llm13i5q {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.ydtap6 .dzk2j { color: var(--text-primary); text-shadow: none; }
.ydtap6 .hvp52n6 { color: var(--text-muted); }
.ydtap6, .ydtap6.tld46 { min-height: auto !important; }
.ydtap6.eu5a6 .llm13i5q { text-align: center; }
.ydtap6.ugff1   .llm13i5q { text-align: left; }
.ydtap6~.gad2o{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}
.ydtap6~.gad2o .n79cly{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}
.trluxt {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.oxn7l7 .trluxt,
.oxn7l7 .trluxt::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.ke8n5 .trluxt,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.b8rltd67 .trluxt,
.b8rltd67 .myblsse .hqkorxf {
  overflow: hidden;
}
.b8rltd67 .trluxt::after,
.b8rltd67 .myblsse .hqkorxf::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.ds4pi .trluxt,
.ds4pi .tezgpwm5 {
  position: relative; overflow: hidden;
}
.ds4pi .trluxt::after,
.ds4pi .tezgpwm5::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.15; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@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); }
}
.ds4pi .myblsse .hqkorxf {
  overflow: hidden;
}
.ds4pi .myblsse .hqkorxf::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.xst954xg .trluxt,
.xst954xg .myblsse .hqkorxf {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.oxn7l7 .myblsse .hqkorxf {
  overflow: hidden;
}
.oxn7l7 .myblsse .hqkorxf::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.ke8n5 .myblsse .hqkorxf {
  animation: hg-breathe 10s ease-in-out infinite;
}
.trluxt .hqkorxf {
  background: none;
}
.trluxt .dzk2j { color: #fff; }
.trluxt .hvp52n6 { color: rgba(255,255,255,0.85); }
.trluxt .ihkrzr { background: #fff; color: var(--cta); }
.trluxt .ihkrzr:hover { opacity: 0.92; }
.ds4pi .unprg0 { position: relative; overflow: hidden; }
.ds4pi .unprg0::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;
}
.unprg0 .dzk2j { text-shadow: none; color: var(--text-primary); }
.unprg0 .hvp52n6 { color: var(--text-muted); }
body.f49abm .dzk2j {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.u3nnh56c .dzk2j {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.tld46.trluxt .dzk2j,
section.trluxt .dzk2j {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.unprg0.eu5a6 .krlth8 { align-items: center; text-align: center; }
.tld46 .urh9h {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.urh9h .p2079 {
  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;
}
.urh9h .p2079::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.urh9h .rl4kxpc { display: contents !important; }
.urh9h .rl4kxpc .ym25qxnb {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.urh9h .rl4kxpc .vu3b5k2t { max-height: 48px; max-width: 96px; }
.urh9h .rl4kxpc .r4sds1 {
  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;
}
.urh9h .ijjyb {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.urh9h .p3yglkc { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.urh9h .m2i549 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.urh9h .m2i549 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.urh9h .pecw6yvn { display: contents !important; }
.urh9h .pecw6yvn .n2ykt:not(.j7vgbkrq) { display: none !important; }
.urh9h .pecw6yvn .j7vgbkrq {
  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;
}
.urh9h .pecw6yvn .j7vgbkrq .o5wiarkp {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.urh9h .pecw6yvn .j7vgbkrq .uyajlxy {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.urh9h .eu85 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.urh9h .eu85.omqgo {
  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;
}
.urh9h .eu85.omqgo:hover { opacity: 0.85; }
.zwz4hx { padding-bottom: 0; }
.zwz4hx .llm13i5q { padding-bottom: 24px; }
.ilii9jqh {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px !important;
  max-width: 1080px !important;
  margin: 0 auto !important;
  padding: 0 24px 32px !important;
}
.ifgqvi .llm13i5q { max-width: 1100px; }
@media (max-width: 700px) {
  .unprg0 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .unprg0:not(.rbis) .b7uh5w2 { display: none !important; }
  .rbis .b7uh5w2 { padding: 16px; }
  .krlth8  { padding: 36px 24px; }
  .unprg0~.gad2o,.m4uzovzs~.gad2o{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .tld46, .unprg0 { min-height: 320px !important; }
  .dzk2j { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .ilii9jqh,
  .ov38,
  .b7mdawf6 { grid-template-columns: 1fr !important; }

  

  
  .zwz4hx { display: flex !important; flex-direction: column !important; }
  .zwz4hx .llm13i5q { display: contents; }
  .zwz4hx .hqkorxf { order: 0; }
  .zwz4hx .dzk2j { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .zwz4hx .ilii9jqh { order: 2; padding: 0 16px 12px !important; }
  .zwz4hx .hvp52n6 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .ifgqvi .llm13i5q { display: flex; flex-direction: column; }
  .ifgqvi .llm13i5q .dzk2j { order: 1; }
  .ifgqvi .llm13i5q .b7mdawf6 { order: 2; margin: 8px 0 24px !important; }
  .ifgqvi .llm13i5q .hvp52n6 { order: 3; }
  .ifgqvi .llm13i5q .ihkrzr { order: 4; align-self: center; margin-top: 0; }

  
  .unprg0.rbis {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .unprg0.rbis .krlth8 { display: contents; padding: 0; }
  .unprg0.rbis .krlth8 .dzk2j { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .unprg0.rbis .b7uh5w2 { order: 2; padding: 12px 16px; }
  .unprg0.rbis .krlth8 .hvp52n6 { order: 3; padding: 0 24px; margin: 0 auto; }
  .unprg0.rbis .krlth8 .ihkrzr { order: 4; align-self: center; margin: 8px 0 32px; }
}
.dxh6tid { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.g1fgnn94 { width: 100%; height: auto; display: block; border-radius: 10px; }
.lgjg2fa7 .dxh6tid        { border-radius: 16px; }
.lgjg2fa7 .g1fgnn94  { border-radius: 16px; }
.dtpln .dxh6tid         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.dtpln .g1fgnn94   { border-radius: 8px; }
.x5jm8 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.jma74y { width: 100%; padding: 32px 0; position: relative; }
.lazf { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.eu9tw8 .jma74y:nth-child(even) { background: var(--bg-surface); }
.eu9tw8 .jma74y:nth-child(odd)  { background: var(--bg-page); }
.tzgzix .jma74y:nth-child(even) { background: var(--bg-card); }
.tzgzix .jma74y:nth-child(odd)  { background: var(--bg-page); }
.eu9tw8 .jma74y:nth-child(odd)  .lazf { background: var(--bg-card); border-radius: 6px; }
.eu9tw8 .jma74y:nth-child(even) .lazf { background: var(--bg-raised); border-radius: 6px; }
.tzgzix .jma74y:nth-child(odd)  .lazf { background: var(--bg-card); border-radius: 6px; }
.tzgzix .jma74y:nth-child(even) .lazf { background: var(--bg-raised); border-radius: 6px; }
.eu9tw8 .jma74y:nth-child(even) .ru48zo .l0o6o,
.tzgzix .jma74y:nth-child(even) .ru48zo .l0o6o { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.eu9tw8 .jma74y:nth-child(odd) .ru48zo .l0o6o,
.tzgzix .jma74y:nth-child(odd) .ru48zo .l0o6o { background: var(--bg-card-inner); }
.eu9tw8 .jma74y:nth-child(even) .axncu .l0o6o:nth-child(odd),
.tzgzix .jma74y:nth-child(even) .axncu .l0o6o:nth-child(odd)  { background: var(--bg-card); }
.eu9tw8 .jma74y:nth-child(even) .axncu .l0o6o:nth-child(even),
.tzgzix .jma74y:nth-child(even) .axncu .l0o6o:nth-child(even) { background: var(--bg-card-inner); }
h1.e8wr { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.e8wr {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.qh9zk0xj { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.bshkb h2.e8wr {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.pkmze1b h2.e8wr {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.glmzx h2.e8wr {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.p1t6zz h2.e8wr::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.bufiumz h2.e8wr {
  color: var(--text-primary); font-size: 1.7rem;
}
.ndeovh h2.e8wr::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.c86nntl h2.e8wr {
  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;
}
.xano6l0x { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .xano6l0x { display: none; } }
.c0mf37 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.n4b1f1ld { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.osaj {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.zbsod { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.jcsggw7q { padding-left: 20px; }
.jcsggw7q li { margin-bottom: 6px; }
.jcsggw7q a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.jcsggw7q a:hover { color: var(--accent-light); }
.zudpm .zbsod { display: none; }
.tiguc .zbsod { display: none; }
.tiguc .jcsggw7q { padding-left: 0; list-style: none; }
.tiguc .jcsggw7q li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.tiguc .jcsggw7q a { font-size: 0.92rem; }
.v25w4s .osaj { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.v25w4s .zbsod { display: none; }
.v25w4s .jcsggw7q { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.v25w4s .jcsggw7q li { margin-bottom: 0; }
.v25w4s .jcsggw7q 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;
}
.v25w4s .jcsggw7q a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.vtxnv0v .osaj { padding: 20px 20px 16px; }
.vtxnv0v .jcsggw7q {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.vtxnv0v .jcsggw7q li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.vtxnv0v .jcsggw7q 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;
}
.vtxnv0v .jcsggw7q 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;
}
.vtxnv0v .jcsggw7q a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.vtxnv0v .jcsggw7q a:focus,
.vtxnv0v .jcsggw7q a:focus-visible,
.vtxnv0v .jcsggw7q a:target { outline: none; }
.vtxnv0v .jcsggw7q li:target a { border-color: var(--border); color: var(--text-muted); }
.ip8nv9o5 .osaj { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.ip8nv9o5 .zbsod { display: none; }
.ip8nv9o5 .jcsggw7q { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.ip8nv9o5 .jcsggw7q li { margin-bottom: 0; }
.ip8nv9o5 .jcsggw7q li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.ip8nv9o5 .jcsggw7q li:last-child::after { content: ""; margin-right: 0; }
.ip8nv9o5 .jcsggw7q a { font-size: 0.9rem; }
.l0o6o { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.ru48zo .l0o6o { background: var(--bg-card); }
.axncu .l0o6o:nth-child(odd)  { background: var(--bg-card); }
.axncu .l0o6o:nth-child(even) { background: var(--bg-raised); }
.uhow .l0o6o {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.uhow .l0o6o:last-child { border-bottom: none; }
.uhow h3.qh9zk0xj { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.jejcmf .l0o6o {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.jejcmf .l0o6o + .l0o6o { margin-top: 4px; }
.e3qkrh0l .l0o6o { background: none; border-radius: 0; padding: 12px 0; }
.e3qkrh0l .l0o6o + .l0o6o { border-top: 1px solid var(--border-section); }
.fpx91 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.wtsfw6u9 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.jrrlui { color: var(--text-body); margin-bottom: 10px; }
.ol6wz0, .xdqg96 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ol6wz0 li, .xdqg96 li { margin-bottom: 6px; }
.xdqg96 li { list-style: decimal; }
.j74pgg2v     .ol6wz0 { list-style-type: "● "; }
.x7ko  .ol6wz0 { list-style-type: "■ "; }
.nxrs2mu .ol6wz0 { list-style-type: "◆ "; }
.yg2cg0    .ol6wz0 { list-style-type: "★ "; }
.j74pgg2v     .r1d8zv4 { list-style-type: "● "; }
.x7ko  .r1d8zv4 { list-style-type: "■ "; }
.nxrs2mu .r1d8zv4 { list-style-type: "◆ "; }
.yg2cg0    .r1d8zv4 { list-style-type: "★ "; }
.j74pgg2v    .ol6wz0 li::marker, .j74pgg2v    .r1d8zv4 li::marker,
.x7ko .ol6wz0 li::marker, .x7ko .r1d8zv4 li::marker,
.nxrs2mu .ol6wz0 li::marker, .nxrs2mu .r1d8zv4 li::marker,
.yg2cg0   .ol6wz0 li::marker, .yg2cg0   .r1d8zv4 li::marker {
  color: var(--cta); font-size: 1em;
}
.j74pgg2v .xdqg96,
.x7ko .xdqg96,
.nxrs2mu .xdqg96,
.yg2cg0 .xdqg96 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.j74pgg2v .xdqg96 li,
.x7ko .xdqg96 li,
.nxrs2mu .xdqg96 li,
.yg2cg0 .xdqg96 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.j74pgg2v .xdqg96 li::before,
.x7ko .xdqg96 li::before,
.nxrs2mu .xdqg96 li::before,
.yg2cg0 .xdqg96 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;
}
.j74pgg2v     .xdqg96 li::before { border-radius: 50%; }
.x7ko  .xdqg96 li::before { border-radius: 3px; }
.nxrs2mu .xdqg96 li::before { border-radius: 3px; }
.yg2cg0    .xdqg96 li::before { border-radius: 50%; }
.im515 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.kkhelk .im515,
.c2fehce .im515 { background: transparent; border: none; border-radius: 0; }
.nwhk { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.nwhk th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.nwhk td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.nwhk tr:hover td { background: var(--bg-hover); }
.libxuu .nwhk tbody tr:nth-child(even) td { background: var(--bg-surface); }
.nojrvntu .nwhk { border: 1px solid var(--border-alt); }
.nojrvntu .nwhk th,
.nojrvntu .nwhk td { border: 1px solid var(--border-alt); }
.joio847 .nwhk th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.joio847 .nwhk td { border-bottom: none; }
.joio847 .nwhk tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.drs7 .nwhk th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.ikzg .im515 {
  overflow: hidden;
}
.ikzg .nwhk th { border-bottom: 1px solid var(--border-alt); }
.ikzg .nwhk tr:last-child td { border-bottom: none; }
.odypf { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.bvnu30eh { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.hxm3ye { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.l2tqt { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.ceyplb4 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.r1d8zv4 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.r1d8zv4 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%}
.io97fm .l2tqt { background: transparent; text-align: center; }
.h27n43 .hxm3ye {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.fwpq9g1 .hxm3ye {
  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);
}
.zsi222av .bvnu30eh { display: grid; grid-template-columns: auto 1fr; }
.zsi222av .hxm3ye {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.zsi222av .l2tqt { grid-column: 2; }
.zsi222av .ceyplb4,
.zsi222av .r1d8zv4 { grid-column: 1 / -1; }
.hpkd8 .bvnu30eh { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.hpkd8 .hxm3ye {
  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);
}
.hpkd8 .l2tqt { grid-column: 2; }
.hpkd8 .ceyplb4,
.hpkd8 .r1d8zv4 { grid-column: 1 / -1; }
.cucakg35 .bvnu30eh { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.cucakg35 .l2tqt { background: none; color: var(--accent-light); font-weight: 700; }
.ki94v .bvnu30eh { 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); }
.ki94v .l2tqt { background: none; color: var(--accent-light); font-weight: 700; }
.ppr04 .bvnu30eh { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.ppr04 .bvnu30eh:last-child { border-bottom: none; }
.ppr04 .l2tqt { background: none; color: var(--accent-light); font-weight: 700; }
.fqa9dua .bvnu30eh { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.fqa9dua .l2tqt { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.an9s .odypf { counter-reset: card-n; }
.an9s .bvnu30eh  { counter-increment: card-n; }
.an9s .l2tqt { display: flex; align-items: center; gap: 10px; }
.an9s .l2tqt::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;
}
.w5iqu .bvnu30eh { background: var(--bg-surface); border: 1px solid var(--border); }
.w5iqu .l2tqt { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.a5xm { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.mn56l2z  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.en38 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.y5ji0ep { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.jtsqz { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.a5xm strong { color: var(--text-primary); font-size: 0.95rem; }
.a5xm p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.h1ihgnv { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.mges23, .r6bnl5 { border-radius: 8px; padding: 14px; }
.mges23 { background: var(--bg-pros); }
.r6bnl5 { background: var(--bg-cons); }
.opwcd { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.mges23 .opwcd { color: var(--c-pros-label); }
.r6bnl5 .opwcd { color: #f87171; }
.mges23 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.r6bnl5 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.g1fgnn94 { width: 100%; height: auto; border-radius: 10px; display: block; }
.omqgo {
  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;
}
.omqgo:hover { opacity: 0.85; }
.g65kjw .omqgo  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.g65kjw .omqgo:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.awh4q5o5 .omqgo  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.awh4q5o5 .omqgo:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ufoc .omqgo  { border-radius: 50px; }
.ikw2q .omqgo  { padding-left: 12px; padding-right: 12px; }
.ulpqp .ihkrzr { padding-left: 44px; padding-right: 44px; }
.ulpqp .omqgo  { padding-left: 24px; padding-right: 24px; }
.wvrj .omqgo  { padding-left: 32px; padding-right: 32px; }
.kdn2h7dg   .ihkrzr::after, .kdn2h7dg   .omqgo::after,
.ecpih .ihkrzr::after, .ecpih .omqgo::after,
.ihua7dh    .ihkrzr::after, .ihua7dh    .omqgo::after,
.mt5fywwu    .ihkrzr::after, .mt5fywwu    .omqgo::after,
.jp67cu    .ihkrzr::after, .jp67cu    .omqgo::after,
.h10mfpp2     .ihkrzr::after, .h10mfpp2     .omqgo::after,
.p6snx    .ihkrzr::after, .p6snx    .omqgo::after,
.gllgs   .ihkrzr::after, .gllgs   .omqgo::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;
}
.kdn2h7dg .ihkrzr::after, .kdn2h7dg .omqgo::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");
}
.ecpih .ihkrzr::after, .ecpih .omqgo::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");
}
.ihua7dh .ihkrzr::after, .ihua7dh .omqgo::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");
}
.mt5fywwu .ihkrzr::after, .mt5fywwu .omqgo::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");
}
.jp67cu .ihkrzr::after, .jp67cu .omqgo::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");
}
.h10mfpp2 .ihkrzr::after, .h10mfpp2 .omqgo::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");
}
.p6snx .ihkrzr::after, .p6snx .omqgo::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");
}
.gllgs .ihkrzr::after, .gllgs .omqgo::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");
}
.g73x   .qm2k::after, .g73x   .v6yjj::after,
.tuin .qm2k::after, .tuin .v6yjj::after,
.si6yz5h    .qm2k::after, .si6yz5h    .v6yjj::after,
.o7gfr    .qm2k::after, .o7gfr    .v6yjj::after,
.o5ch5nk0    .qm2k::after, .o5ch5nk0    .v6yjj::after,
.osg4g     .qm2k::after, .osg4g     .v6yjj::after,
.jnc9g    .qm2k::after, .jnc9g    .v6yjj::after,
.mgeott   .qm2k::after, .mgeott   .v6yjj::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;
}
.g73x .qm2k::after, .g73x .v6yjj::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");
}
.tuin .qm2k::after, .tuin .v6yjj::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");
}
.si6yz5h .qm2k::after, .si6yz5h .v6yjj::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");
}
.o7gfr .qm2k::after, .o7gfr .v6yjj::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");
}
.o5ch5nk0 .qm2k::after, .o5ch5nk0 .v6yjj::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");
}
.osg4g .qm2k::after, .osg4g .v6yjj::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");
}
.jnc9g .qm2k::after, .jnc9g .v6yjj::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");
}
.mgeott .qm2k::after, .mgeott .v6yjj::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");
}
.pekttazt {
  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;
}
.p2079 {
  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;
}
.p2079 > * { min-width: 0; }
.p2079:hover { background: var(--bg-hover); }
.p2079 > [itemprop="item"] { display: contents; }
.p2079 [itemprop="itemReviewed"],
.p2079 [itemprop="reviewRating"] { display: none; }
.p2079::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;
}
.rl4kxpc {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.ym25qxnb {
  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;
}
.vu3b5k2t { max-height: 52px; max-width: 110px; object-fit: contain; }
.r4sds1 {
  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;
}
.h7zfkv .ym25qxnb    { background: #1a1a1a; }
.hjlgvsgu .ym25qxnb   { background: rgba(128,128,128,.12); }
.coyn .ym25qxnb { background: var(--bg-raised); }
.u9htszr0 .ym25qxnb    { background: transparent; padding: 0; }
.ijjyb {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.p3yglkc { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.m2i549 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.pecw6yvn {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.n2ykt {
  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;
}
.o5wiarkp {
  
  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%;
}
.uyajlxy {
  
  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;
}
.eu85 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.eu85.omqgo {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .p2079 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .p2079::before    { grid-area: rank;   }
  .rl4kxpc           { grid-area: ident;  }
  .ijjyb     { grid-area: rating; min-width: 0; width: auto; }
  .pecw6yvn           { grid-area: pills;  }
  .eu85             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .p2079 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .p2079::before    { justify-self: center; }
  .rl4kxpc           { width: 100%; }
  .ijjyb     { justify-self: center; }
  .pecw6yvn           { grid-template-columns: 1fr; }
}
.wakr7 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.hq3tw5s {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.qdei4oob {
  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;
}
.qdei4oob img { max-width: 80px; max-height: 50px; object-fit: contain; }
.ycfvkqh { flex: 1; }
.ycfvkqh h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.adatyak { color: var(--c-stars); font-size: 1.1rem; }
.d2rz4bj3 { margin-bottom: 8px; }
.stabpoks { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.ldm69u6::before   { content: "★ "; color: var(--accent-light); }
.znabiiwc { flex-shrink: 0; }
.m0qmik img.x3lf8fbd { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.kkhelk { padding: 20px 24px; }
.tk701xwa { color: var(--text-muted); margin-bottom: 16px; }
.n6vecna0 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.rmvlqbg, .hpi6mj { list-style: none; font-size: 0.9rem; }
.rmvlqbg li { color: var(--c-pros); margin-bottom: 4px; }
.hpi6mj li { color: var(--c-cons); margin-bottom: 4px; }
.rmvlqbg li::before { content: "✓"; margin-right: 5px; }
.hpi6mj li::before { content: "✗"; margin-right: 5px; }
.px962x .rmvlqbg li::before { content: "→"; }
.px962x .hpi6mj li::before { content: "–"; }
.o8j0l65  .rmvlqbg li::before { content: "★"; }
.o8j0l65  .hpi6mj li::before { content: "✕"; }
.kpyr    .rmvlqbg li::before { content: "◆"; }
.kpyr    .hpi6mj li::before { content: "▲"; }
.agwvkp  .rmvlqbg li::before { content: "▶"; }
.agwvkp  .hpi6mj li::before { content: "■"; }
.v7gqavs { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.df70l5on { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.ztzb9wl { background: var(--bg-pros); color: var(--c-tag-pay); }
.upcxv { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.ii9f6 .upcxv { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.ofote .upcxv { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .kdww .ar9b {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .kdww .wakr7 { margin: 0; }
}
.wubds7yg .hq3tw5s { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.wubds7yg .ycfvkqh h3 { color: var(--accent-light); }
.wubds7yg .qdei4oob { background: var(--bg-page); border: 1px solid var(--border); }
.xnvet .wakr7 { border-top: 4px solid var(--accent); }
.xnvet .hq3tw5s { background: var(--bg-card); }
.vnb5 .wakr7 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.vnb5 .hq3tw5s { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.vnb5 .kkhelk { padding: 14px 16px; }
.vnb5 .qdei4oob { border-radius: 4px; }
.vnb5 .upcxv { border-radius: 0; }
.vvvq .hq3tw5s { padding: 0; gap: 0; overflow: hidden; }
.vvvq .qdei4oob { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.vvvq .ycfvkqh { padding: 16px 20px; }
.vvvq .znabiiwc { padding: 16px 20px; align-self: center; }
.sdft7 .adatyak { font-size: .95rem; }
.c2fehce .h1ihgnv { gap: 10px; }
.c2fehce .mges23, .c2fehce .r6bnl5 { padding: 12px; }
.c2fehce .mges23 ul, .c2fehce .r6bnl5 ul { margin: 4px 0 0; padding-left: 18px; }
.c2fehce .mges23 li, .c2fehce .r6bnl5 li { font-size: .85rem; margin-bottom: 3px; }
.yd30rhp .df70l5on { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .z1uo { grid-template-columns: 1fr; }
  .c32n6ok { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .c32n6ok .q0ycf9ni { width: 72px; height: 50px; }
  .c32n6ok .pna55mql { max-width: 180px; }
  .c32n6ok .hczpqn { width: auto; }
}
.x5vfhtsx .sdft7 .adatyak { filter: brightness(1.2); }
@media (max-width: 720px) {
  .x5vfhtsx { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .zm28b { padding: 16px; }
  .s1xd9u4x .rax2 { min-width: 50%; }
}
.kd34tbx .h1ihgnv { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .e2gy8o { grid-template-columns: 1fr; }
  .siga5 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .x5xym6q { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .ymcq2cwk { flex-wrap: wrap; padding: 16px; }
}
.lyn1p5r .h1ihgnv { gap: 8px; }
.lyn1p5r .mges23, .lyn1p5r .r6bnl5 { padding: 8px; }
@media (max-width: 480px) {
  .rz0d3nai { flex-direction: column; align-items: stretch; }
}
.fvjl7n .hczpqn .omqgo { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .eughf { flex-direction: column; align-items: stretch; gap: 10px; }
  .fvjl7n .hczpqn { text-align: center; }
}
@media (max-width: 720px) {
  .ad18jme9 { grid-template-columns: 1fr; }
  .hpukyvc { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .nmthqjno { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.tdojc .md9e { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.eyehoeuu .adatyak { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .g8bpck { grid-template-columns: 1fr; }
  .eyehoeuu { width: 100px; height: 100px; margin: 16px auto; }
  .tdojc { font-size: 1.4rem; }
  .ussjkb3 { justify-content: center; }
  .gaz3 .rax2 { min-width: 50%; }
}
.i698kco .h1ihgnv { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .aecgt6k { flex-wrap: wrap; padding: 14px 16px; }
  .idwg { padding: 12px 16px; }
  .i698kco .h1ihgnv { margin: 0 16px; }
  .i698kco .yd30rhp { padding: 0 16px; }
  .t86f { padding: 12px 16px; }
}
.djri4sv .p2079 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.djri4sv .p2079:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.kywanj .pekttazt { gap: 18px; }
.kywanj .p2079 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.kywanj .p2079:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.zte4j .pekttazt {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.zte4j .p2079 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.zte4j .p2079:last-child { border-bottom: none; }
.zte4j .rl4kxpc,
.zte4j .ijjyb,
.zte4j .pecw6yvn {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.f9mu .pekttazt { gap: 0; }
.f9mu .p2079 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.f9mu .p2079:last-child { border-bottom: none; }
.f9mu .p2079:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.f9mu .p2079:nth-child(even):hover { background: var(--bg-hover); }
.t7ixll .p2079 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.vchg .pecw6yvn .n2ykt {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.vchg .pecw6yvn .n2ykt:first-child { border-left: none; }
.tmbw4o .pecw6yvn .n2ykt {
  background: transparent; padding: 4px 8px;
}
.tmbw4o .pecw6yvn .o5wiarkp { font-size: .65rem; opacity: .65; }
.tmbw4o .pecw6yvn .uyajlxy   { font-size: 1.15rem; color: var(--accent-light); }
.e0v2913 .pecw6yvn .n2ykt {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.m2i549 { display: none; }
.cla3 .p3yglkc { font-size: 1rem; letter-spacing: 2px; }
.rkgv7w0l .p3yglkc {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.s64hpe .p3yglkc,
.rbqro .p3yglkc,
.de29951 .p3yglkc { display: none; }
.s64hpe .m2i549,
.rbqro .m2i549,
.de29951 .m2i549 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.s64hpe .m2i549 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.s64hpe .m2i549 small { display: none; }
.rbqro .m2i549 {
  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;
}
.rbqro .m2i549 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.de29951 .m2i549 {
  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;
}
.de29951 .m2i549 small { display: none; }
.s64hpe .d2rz4bj3 .adatyak,
.rbqro .d2rz4bj3 .adatyak,
.de29951 .d2rz4bj3 .adatyak { display: none; }
.s64hpe .d2rz4bj3 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.s64hpe .md9e { display: none; }
.rbqro .d2rz4bj3 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;
}
.rbqro .wdcxktq1,
.rbqro .md9e { font-size: 1em; }
.de29951 .d2rz4bj3 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.de29951 .md9e { display: none; }
.w1rur3 { margin: 16px 0; }
.olws { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.olws summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.olws summary::after { content: "+"; color: var(--accent-light); }
.olws[open] summary::after { content: "−"; }
.olws p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.jma74y { margin-bottom: 0; }
.oyw3fi h2.e8wr { color: var(--text-primary); border-color: var(--accent-light); }
.uct5zqr h2.e8wr { color: var(--text-primary); border-color: var(--accent-light); }
.q1xho64y .mn56l2z     { background: #052e16; border-color: #10b981; }
.q1xho64y .en38 { background: #2d0a1e; border-color: #f43f5e; }
.q1xho64y .y5ji0ep    { background: #1e1036; border-color: #a855f7; }
.q1xho64y .a5xm strong  { color: #f1f5f9; }
.q1xho64y .a5xm p       { color: #cbd5e1; }
.q1xho64y .dfx5ozc1    .mn56l2z     .jtsqz::before,
.q1xho64y .fb9yr  .mn56l2z     .jtsqz::before,
.q1xho64y .iqzal  .mn56l2z     .jtsqz::before,
.q1xho64y .vin0ag .mn56l2z     .jtsqz::before { color: #10b981; }
.q1xho64y .dfx5ozc1    .en38 .jtsqz::before,
.q1xho64y .fb9yr  .en38 .jtsqz::before,
.q1xho64y .iqzal  .en38 .jtsqz::before,
.q1xho64y .vin0ag .en38 .jtsqz::before { color: #f43f5e; }
.q1xho64y .dfx5ozc1    .y5ji0ep    .jtsqz::before,
.q1xho64y .fb9yr  .y5ji0ep    .jtsqz::before,
.q1xho64y .iqzal  .y5ji0ep    .jtsqz::before,
.q1xho64y .vin0ag .y5ji0ep    .jtsqz::before { color: #a855f7; }
.a4e1pzvf .mn56l2z     { background: #2d2000; border-color: #eab308; }
.a4e1pzvf .en38 { background: #2d0b0b; border-color: #ef4444; }
.a4e1pzvf .y5ji0ep    { background: #2d1600; border-color: #f97316; }
.a4e1pzvf .a5xm strong  { color: #f1f5f9; }
.a4e1pzvf .a5xm p       { color: #cbd5e1; }
.a4e1pzvf .dfx5ozc1    .mn56l2z     .jtsqz::before,
.a4e1pzvf .fb9yr  .mn56l2z     .jtsqz::before,
.a4e1pzvf .iqzal  .mn56l2z     .jtsqz::before,
.a4e1pzvf .vin0ag .mn56l2z     .jtsqz::before { color: #eab308; }
.a4e1pzvf .dfx5ozc1    .en38 .jtsqz::before,
.a4e1pzvf .fb9yr  .en38 .jtsqz::before,
.a4e1pzvf .iqzal  .en38 .jtsqz::before,
.a4e1pzvf .vin0ag .en38 .jtsqz::before { color: #ef4444; }
.a4e1pzvf .dfx5ozc1    .y5ji0ep    .jtsqz::before,
.a4e1pzvf .fb9yr  .y5ji0ep    .jtsqz::before,
.a4e1pzvf .iqzal  .y5ji0ep    .jtsqz::before,
.a4e1pzvf .vin0ag .y5ji0ep    .jtsqz::before { color: #f97316; }
.qtkq87p .mn56l2z     { background: #0c1a2e; border-color: #38bdf8; }
.qtkq87p .en38 { background: #12103a; border-color: #818cf8; }
.qtkq87p .y5ji0ep    { background: #0a2020; border-color: #2dd4bf; }
.qtkq87p .a5xm strong  { color: #f1f5f9; }
.qtkq87p .a5xm p       { color: #cbd5e1; }
.qtkq87p .dfx5ozc1    .mn56l2z     .jtsqz::before,
.qtkq87p .fb9yr  .mn56l2z     .jtsqz::before,
.qtkq87p .iqzal  .mn56l2z     .jtsqz::before,
.qtkq87p .vin0ag .mn56l2z     .jtsqz::before { color: #38bdf8; }
.qtkq87p .dfx5ozc1    .en38 .jtsqz::before,
.qtkq87p .fb9yr  .en38 .jtsqz::before,
.qtkq87p .iqzal  .en38 .jtsqz::before,
.qtkq87p .vin0ag .en38 .jtsqz::before { color: #818cf8; }
.qtkq87p .dfx5ozc1    .y5ji0ep    .jtsqz::before,
.qtkq87p .fb9yr  .y5ji0ep    .jtsqz::before,
.qtkq87p .iqzal  .y5ji0ep    .jtsqz::before,
.qtkq87p .vin0ag .y5ji0ep    .jtsqz::before { color: #2dd4bf; }
.paon .mn56l2z     { background: var(--accent-bg); border-color: var(--accent-light); }
.paon .en38 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.paon .y5ji0ep    { background: var(--accent-bg); border-color: var(--accent-pale); }
.paon .dfx5ozc1    .jtsqz::before,
.paon .fb9yr  .jtsqz::before,
.paon .iqzal  .jtsqz::before,
.paon .vin0ag .jtsqz::before { color: var(--accent-light) !important; }
.xivvnh66::before,
.mvxcsf::before { margin-right: 5px; }
.m5r2zeh .mges23 ul li,
.m5r2zeh .rmvlqbg li         { color: #4ade80; }
.m5r2zeh .mges23 .xivvnh66 { color: #22c55e; }
.m5r2zeh .r6bnl5 ul li,
.m5r2zeh .hpi6mj li         { color: #f87171; }
.m5r2zeh .r6bnl5 .mvxcsf { color: #ef4444; }
.qbzt .mges23 { background: var(--bg-pros); }
.qbzt .r6bnl5 { background: var(--bg-cons); }
.qbzt .mges23 .xivvnh66 { color: var(--c-pros-label); }
.qbzt .r6bnl5 .mvxcsf { color: var(--c-cons); }
.qbzt .mges23 ul li,
.qbzt .rmvlqbg li            { color: var(--c-pros); }
.qbzt .r6bnl5 ul li,
.qbzt .hpi6mj li            { color: var(--c-cons); }
.ajbrk .mges23 { background: var(--bg-pros); }
.ajbrk .r6bnl5 { background: var(--bg-cons); }
.ajbrk .mges23 .xivvnh66 { color: var(--c-pros-label); }
.ajbrk .r6bnl5 .mvxcsf { color: var(--c-cons); }
.ajbrk .mges23 ul li,
.ajbrk .rmvlqbg li          { color: var(--c-pros); }
.ajbrk .r6bnl5 ul li,
.ajbrk .hpi6mj li          { color: var(--c-cons); }
.jbv9oi2 .xivvnh66::before { content: "✓ "; }
.jbv9oi2 .mvxcsf::before { content: "✗ "; }
.px962x .xivvnh66::before { content: "→ "; }
.px962x .mvxcsf::before { content: "← "; }
.o8j0l65 .xivvnh66::before { content: "★ "; }
.o8j0l65 .mvxcsf::before { content: "✕ "; }
.kpyr .xivvnh66::before { content: "◆ "; }
.kpyr .mvxcsf::before { content: "▲ "; }
.ofote .a5xm { background: transparent; border-left: none; border: 1.5px solid; }
.ofote .mn56l2z     { border-color: var(--c-tip-border); }
.ofote .en38 { border-color: var(--c-warn-border); }
.ofote .y5ji0ep    { border-color: #60a5fa; }
.ofote .a5xm strong { color: var(--text-primary); }
.ofote .a5xm p      { color: var(--text-muted); }
.ii9f6 .a5xm { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.ii9f6 .mn56l2z     { border-top-color: var(--c-tip-border); }
.ii9f6 .en38 { border-top-color: var(--c-warn-border); }
.ii9f6 .y5ji0ep    { border-top-color: #60a5fa; }
.ni5l3 .a5xm { border-left: none; border-radius: 8px; }
.ni5l3 .mn56l2z     { background: #065f46; }
.ni5l3 .en38 { background: #92400e; }
.ni5l3 .y5ji0ep    { background: #1e3a8a; }
.ni5l3 .a5xm strong,
.ni5l3 .a5xm p { color: #fff; }
.ni5l3 .jtsqz::before { color: rgba(255,255,255,0.85) !important; }
.q1xho64y.ni5l3 .mn56l2z,
.q1xho64y .ni5l3 .mn56l2z     { background: #052e16; }
.q1xho64y.ni5l3 .en38,
.q1xho64y .ni5l3 .en38 { background: #2d0a1e; }
.q1xho64y.ni5l3 .y5ji0ep,
.q1xho64y .ni5l3 .y5ji0ep    { background: #1e1036; }
.a4e1pzvf.ni5l3 .mn56l2z,
.a4e1pzvf .ni5l3 .mn56l2z      { background: #2d2000; }
.a4e1pzvf.ni5l3 .en38,
.a4e1pzvf .ni5l3 .en38  { background: #2d0b0b; }
.a4e1pzvf.ni5l3 .y5ji0ep,
.a4e1pzvf .ni5l3 .y5ji0ep     { background: #2d1600; }
.qtkq87p.ni5l3 .mn56l2z,
.qtkq87p .ni5l3 .mn56l2z      { background: #0c1a2e; }
.qtkq87p.ni5l3 .en38,
.qtkq87p .ni5l3 .en38  { background: #12103a; }
.qtkq87p.ni5l3 .y5ji0ep,
.qtkq87p .ni5l3 .y5ji0ep     { background: #0a2020; }
.u3pks .a5xm { border-left: none; border-radius: 6px; padding: 10px 14px; }
.u3pks .mn56l2z     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.u3pks .en38 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.u3pks .y5ji0ep    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.u3pks .a5xm strong { color: var(--text-primary); }
.u3pks .a5xm p      { color: var(--text-muted); }
.l7c8k01 .a5xm { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.dfx5ozc1 .jtsqz,
.fb9yr .jtsqz,
.iqzal .jtsqz,
.vin0ag .jtsqz { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.dfx5ozc1 .jtsqz::before,
.fb9yr .jtsqz::before,
.iqzal .jtsqz::before,
.vin0ag .jtsqz::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.dfx5ozc1 .mn56l2z     .jtsqz::before { content: "✦"; color: var(--c-tip-border); }
.dfx5ozc1 .en38 .jtsqz::before { content: "▲"; color: var(--c-warn-border); }
.dfx5ozc1 .y5ji0ep    .jtsqz::before { content: "◉"; color: #60a5fa; }
.fb9yr .mn56l2z     .jtsqz::before { content: "★"; color: var(--c-tip-border); }
.fb9yr .en38 .jtsqz::before { content: "◆"; color: var(--c-warn-border); }
.fb9yr .y5ji0ep    .jtsqz::before { content: "●"; color: #60a5fa; }
.iqzal .mn56l2z     .jtsqz::before { content: "▶"; color: var(--c-tip-border); }
.iqzal .en38 .jtsqz::before { content: "■"; color: var(--c-warn-border); }
.iqzal .y5ji0ep    .jtsqz::before { content: "▸"; color: #60a5fa; }
.vin0ag .mn56l2z     .jtsqz::before { content: "→"; color: var(--c-tip-border); }
.vin0ag .en38 .jtsqz::before { content: "⬥"; color: var(--c-warn-border); }
.vin0ag .y5ji0ep    .jtsqz::before { content: "◈"; color: #60a5fa; }
.w118t1 .ru48zo .l0o6o,
.w118t1 .axncu .l0o6o  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.w118t1 .bvnu30eh                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.w118t1 .p2079                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.w118t1 .wakr7            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.w118t1 .im515          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.w118t1 .osaj                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.vrbwn .ru48zo .l0o6o,
.vrbwn .axncu .l0o6o,
.vrbwn .bvnu30eh,
.vrbwn .p2079,
.vrbwn .wakr7,
.vrbwn .im515,
.vrbwn .osaj,
.vrbwn .l7c8k01 .a5xm { box-shadow: none; }
.ebm5qh2   .jrrlui, .ebm5qh2 .fpx91, .ebm5qh2 .wtsfw6u9,
.ebm5qh2   .c0mf37, .ebm5qh2 .n4b1f1ld { font-size: 0.9rem; }
.ebm5qh2   .ol6wz0, .ebm5qh2 .xdqg96 { font-size: 0.9rem; }
.qabvcp   .jrrlui, .qabvcp .fpx91, .qabvcp .wtsfw6u9,
.qabvcp   .c0mf37, .qabvcp .n4b1f1ld { font-size: 0.95rem; }
.qabvcp   .ol6wz0, .qabvcp .xdqg96 { font-size: 0.95rem; }
.o8dd7axe   .jrrlui, .o8dd7axe .fpx91, .o8dd7axe .wtsfw6u9,
.o8dd7axe   .c0mf37, .o8dd7axe .n4b1f1ld { font-size: 1.08rem; }
.o8dd7axe   .ol6wz0, .o8dd7axe .xdqg96 { font-size: 1.05rem; }
.o8dd7axe   .nwhk { font-size: 0.97rem; }
.t5e1orcl .dzk2j      { font-size: 3.2rem; }
.t5e1orcl h2.e8wr { font-size: 1.9rem; }
.t5e1orcl h3.qh9zk0xj     { font-size: 1.4rem; }
.f2pgag .dzk2j      { font-size: 3.8rem; }
.f2pgag h2.e8wr { font-size: 2.2rem; }
.f2pgag h3.qh9zk0xj     { font-size: 1.6rem; }
.jma74y + .jma74y { position: relative; }
.cm0nkct1   .jma74y + .jma74y::before,
.d6qjx7ob  .jma74y + .jma74y::before,
.j3o5v0l   .jma74y + .jma74y::before,
.weam   .jma74y + .jma74y::before,
.dh2290y3   .jma74y + .jma74y::before,
.pa5gb9k .jma74y + .jma74y::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.cm0nkct1 .jma74y + .jma74y::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.d6qjx7ob .jma74y + .jma74y::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.j3o5v0l .jma74y + .jma74y::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;
}
.weam .jma74y + .jma74y::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.x06my .jma74y { margin-bottom: 16px; }
.x06my .jma74y + .jma74y { margin-top: 0; }
.x06my .lazf { padding-top: 0; padding-bottom: 0; }
.dh2290y3 .jma74y + .jma74y::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.pa5gb9k .jma74y + .jma74y::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.p26dw6o .jma74y + .jma74y::before,
.v8hqk .jma74y + .jma74y::before,
.w4v1j09r .jma74y + .jma74y::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%;
}
.eu9tw8 .p26dw6o .jma74y:nth-child(even)::before,
.eu9tw8 .v8hqk .jma74y:nth-child(even)::before,
.eu9tw8 .w4v1j09r .jma74y:nth-child(even)::before { background: var(--bg-surface); }
.tzgzix .p26dw6o .jma74y:nth-child(even)::before,
.tzgzix .v8hqk .jma74y:nth-child(even)::before,
.tzgzix .w4v1j09r .jma74y:nth-child(even)::before { background: var(--bg-card); }
.p26dw6o .jma74y + .jma74y::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");
}
.v8hqk .jma74y + .jma74y::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");
}
.w4v1j09r .jma74y + .jma74y::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");
}
.rb3zk8a .myblsse,
.q8aq5p .myblsse,
.tdy8hoyt .myblsse { overflow: hidden; }
.rb3zk8a .llm13i5q,
.q8aq5p .llm13i5q { margin-bottom: 60px; }
.tdy8hoyt .llm13i5q { margin-bottom: 70px; }
.rb3zk8a .krlth8,
.rb3zk8a .myblsse::before,
.q8aq5p .myblsse::before,
.tdy8hoyt .myblsse::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%;
}
.rb3zk8a .myblsse::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");
}
.q8aq5p .myblsse::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");
}
.tdy8hoyt .myblsse::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");
}
.m1vuomg .myblsse:not(.trluxt) .hqkorxf { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.d9bvk7 .myblsse:not(.trluxt) .hqkorxf { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.q2z90s  .myblsse:not(.trluxt) .hqkorxf { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.dh1u  .myblsse:not(.trluxt) .hqkorxf { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.m1vuomg .trluxt { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.d9bvk7 .trluxt { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.q2z90s .trluxt { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.dh1u .trluxt { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.znwh .trluxt { background: var(--accent); }
.znwh .trluxt .hqkorxf { background: none; }
.znwh .myblsse:not(.trluxt) .hqkorxf { background: rgba(0,0,0,0.6); }
.ydjs1o .dxh6tid { float: left; width: 38%; margin: 0 28px 16px 0; }
.ydjs1o .dxh6tid .g1fgnn94 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ydjs1o .lazf::after { content: ''; display: block; clear: both; }
.y1jz .dxh6tid { float: right; width: 38%; margin: 0 0 16px 28px; }
.y1jz .dxh6tid .g1fgnn94 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.y1jz .lazf::after { content: ''; display: block; clear: both; }
.thy0hyx .jma74y:nth-child(odd)  .dxh6tid { float: left;  width: 38%; margin: 0 28px 16px 0; }
.thy0hyx .jma74y:nth-child(even) .dxh6tid { float: right; width: 38%; margin: 0 0 16px 28px; }
.thy0hyx .dxh6tid .g1fgnn94 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.thy0hyx .lazf::after { content: ''; display: block; clear: both; }
.ydjs1o .odypf,
.ydjs1o .pekttazt,
.y1jz .odypf,
.y1jz .pekttazt,
.thy0hyx .odypf,
.thy0hyx .pekttazt { clear: both; }
@media (max-width: 900px) {
  .ydjs1o .dxh6tid,
  .y1jz .dxh6tid,
  .thy0hyx .jma74y:nth-child(odd)  .dxh6tid,
  .thy0hyx .jma74y:nth-child(even) .dxh6tid {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .ydjs1o .dxh6tid .g1fgnn94,
  .y1jz .dxh6tid .g1fgnn94,
  .thy0hyx .dxh6tid .g1fgnn94 {
    max-height: none !important;
  }
}
.ydjs1o .ol6wz0,
.ydjs1o .xdqg96,
.y1jz .ol6wz0,
.y1jz .xdqg96,
.thy0hyx .ol6wz0,
.thy0hyx .xdqg96 { overflow: hidden; }
@media (max-width: 640px) {
  .ydjs1o .dxh6tid,
  .y1jz .dxh6tid,
  .thy0hyx .dxh6tid { float: none; width: 100%; margin: 0 0 16px 0; }
}
.goxi .x5jm8,
.goxi .lazf,
.goxi .drkow  { max-width: 1100px; }
.j8dbwa .x5jm8,
.j8dbwa .lazf,
.j8dbwa .drkow  { max-width: 1200px; }
.yedgn .x5jm8,
.yedgn .lazf,
.yedgn .drkow  { max-width: 1320px; }
.lsqk2l { font-size: 0.82rem; color: var(--text-muted); }
.io4qtf { display: flex; align-items: center; }
.k2kvd {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ijc65 { display: flex; align-items: center; }
.z1l8qq2 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.z1l8qq2:hover { text-decoration: underline; }
.qzck5e { margin: 0 3px; opacity: 0.45; }
.qzck5e::before { content: '/'; }
.et0s { padding: 2px 5px; color: var(--text-main); }
.fluaot .lsqk2l {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.fluaot .io4qtf { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.wil2bw .lsqk2l {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.wil2bw .io4qtf { padding: 0 0 0 12px; }
.k1ub9 .io4qtf { padding: 0 16px; }
.k1ub9 .lsqk2l {
  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);
}
.k1ub9 .x5jm8 { padding-top: 28px; }
@media (max-width: 720px) {
  .l1uvoog { margin-top: 18px; padding: 0 16px; }
  .k1ub9 .x5jm8 { padding-top: 16px; }
}
.goxi.fluaot .io4qtf { max-width: 1100px; }
.j8dbwa.fluaot .io4qtf { max-width: 1200px; }
.yedgn.fluaot .io4qtf { max-width: 1320px; }
.x1vu .jma74y { padding-top: 16px; padding-bottom: 16px; }
.w96wrzfr .jma74y { padding-top: 24px; padding-bottom: 24px; }
.uedu7 .jma74y { padding-top: 40px; padding-bottom: 40px; }
.umnkz7hw .jma74y { padding-top: 52px; padding-bottom: 52px; }
.du56r9qo .jma74y:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.du56r9qo .jma74y:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.du56r9qo .jma74y:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.du56r9qo .jma74y:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.kczhg1 .lazf { padding-top: 10px;  padding-bottom: 10px; }
.hy9t7dry .lazf { padding-top: 18px;  padding-bottom: 18px; }
.u3yq .lazf { padding-top: 36px;  padding-bottom: 36px; }
.rxxt .lazf { padding-top: 48px;  padding-bottom: 48px; }
.qn8tq h2.e8wr { font-weight: 600; }
.qn8tq h3.qh9zk0xj     { font-weight: 600; }
.kkvvlr h2.e8wr { font-weight: 800; }
.kkvvlr h3.qh9zk0xj     { font-weight: 700; }
.ynvkat { font-weight: 600; }
.ynvkat h2.e8wr { font-weight: 900; }
.ynvkat h3.qh9zk0xj     { font-weight: 800; }
.ynvkat .a5xm strong,
.ynvkat .a5xm strong { font-weight: 600; }
.qm2k {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.e7mj43 .qm2k { display: none; }
@media (max-width: 640px) { .qm2k { display: none; } }
.qm2k { background: var(--cta) !important; color: #fff !important; border: none !important; }
.qm2k:hover { opacity: 0.85; }
.o5176y .qm2k { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.xn565ox .qm2k,
.ai1n  .qm2k { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.xn565ox .qm2k:hover,
.ai1n  .qm2k:hover { opacity: 0.88; }
.o5176y.xn565ox .qm2k,
.o5176y.ai1n  .qm2k { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.v6yjj {
  position: fixed; bottom: 32px; z-index: 900;
  padding: 12px 22px; font-size: 0.9rem; font-weight: 700; border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform .15s, opacity .15s;
}
.v6yjj:hover { transform: translateY(-2px); opacity: 0.92; }
.v6yjj { background: var(--cta) !important; color: #fff !important; border: none !important; }
.x6rz .v6yjj { display: none; }
.txmmn3p .v6yjj { right: 32px; }
.t70rg7sd  .v6yjj { left: 32px; }
@media (max-width: 480px) {
  .txmmn3p .v6yjj { right: 20px; bottom: 20px; }
  .t70rg7sd  .v6yjj { left: 20px; bottom: 20px; }
}
.r3zxa { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.drkow { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.mlvwoig { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.u16arl0w { color: var(--text-dim); font-size: 0.8rem; }
.dn5wh a, .nkujoz0 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.dn5wh a:hover, .nkujoz0 a:hover { color: var(--accent-light); }
.nkujoz0 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.da7u .drkow { text-align: center; }
.da7u .nkujoz0 { justify-content: center; margin-bottom: 16px; }
.da7u .mlvwoig { margin-top: 0; }
.keg1rf { margin-top: 10px; }
.keg1rf a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .drkow { padding-left: 16px; padding-right: 16px; }
  .y46m .drkow { padding: 20px 16px; }
  .nkujoz0 { gap: 4px 12px; }
  .mlvwoig { font-size: 0.78rem; }
}
.x77w7k .mlvwoig { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.x77w7k .u16arl0w { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .x77w7k .h5f2ql93 { grid-template-columns: 1fr 1fr; } .x77w7k .l1ydk5z1 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .x77w7k .h5f2ql93 { grid-template-columns: 1fr; } }
.z2urtk .mlvwoig { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .z2urtk .t7ds8 { gap: 12px; } .z2urtk .mz3l { margin-right: 0; width: 100%; } }
.sqehcz .mlvwoig { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.sqehcz .u16arl0w { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .sqehcz .cbkd { grid-template-columns: 1fr 1fr; } .sqehcz .j8xp { grid-column: 1 / -1; } }
@media (max-width: 480px) { .sqehcz .cbkd { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .hocgnmn .tuofyy { grid-template-columns: 1fr 1fr; } .hocgnmn .lf295fn:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .hocgnmn .tuofyy { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .pjvqsr .tuofyy { grid-template-columns: 1fr; } }
.fjael .drkow { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.fjael .nkujoz0 { justify-content: center; }
.rnezg6s2 .xqe9upcn      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.rnezg6s2 .r3zxa { background: var(--bg-page); border-top-color: var(--border-alt); }
.ko80e9bx .xqe9upcn      { background: #0d1117; border-bottom-color: #21262d; }
.ko80e9bx .mwbm43d { color: var(--accent-light); }
.ko80e9bx .mh3ql { --msep-color: #8b949e; }
.ko80e9bx .mh3ql a { color: #8b949e; }
.ko80e9bx .mh3ql a:hover { color: var(--accent-light); }
.ko80e9bx .aocagte { color: #8b949e; }
.ko80e9bx .r3zxa { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.ko80e9bx .mlvwoig,
.ko80e9bx .u16arl0w { color: #6e7681; }
.ko80e9bx .dn5wh a, .ko80e9bx .nkujoz0 a,
.ko80e9bx .dn5wh a:hover, .ko80e9bx .nkujoz0 a:hover,
@media (max-width: 640px) {
  .ko80e9bx .mh3ql { background: #0d1117; border-top-color: #21262d; }
  .ko80e9bx .mh3ql li a { border-bottom-color: #21262d; }
}
.etim .xqe9upcn      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.etim .mwbm43d { color: var(--accent-light); }
.etim .mh3ql { --msep-color: #475569; }
.etim .mh3ql a { color: #475569; }
.etim .mh3ql a:hover { color: var(--accent-light); }
.etim .aocagte { color: #64748b; }
.etim .r3zxa { background: #f0f4f8; border-top-color: #cbd5e1; }
.etim .mlvwoig,
.etim .u16arl0w { color: #64748b; }
.etim .dn5wh a, .etim .nkujoz0 a,
.etim .dn5wh a:hover, .etim .nkujoz0 a:hover,
@media (max-width: 640px) {
  .etim .mh3ql { background: #f0f4f8; border-top-color: #cbd5e1; }
  .etim .mh3ql li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.xn565ox .xqe9upcn      { background: var(--accent); border-bottom-color: var(--accent-light); }
.xn565ox .mwbm43d { color: #fff; }
.xn565ox .mh3ql { --msep-color: rgba(255,255,255,0.82); }
.xn565ox .mh3ql a { color: rgba(255,255,255,0.82); }
.xn565ox .mh3ql a:hover { color: #fff; }
.xn565ox .aocagte { color: rgba(255,255,255,0.9); }
.xn565ox .r3zxa { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.xn565ox .mlvwoig,
.xn565ox .u16arl0w { color: rgba(255,255,255,0.72); }
.xn565ox .dn5wh a, .xn565ox .nkujoz0 a,
.xn565ox .dn5wh a:hover, .xn565ox .nkujoz0 a:hover,
@media (max-width: 640px) {
  .xn565ox .mh3ql { background: var(--accent); border-top-color: var(--accent-light); }
  .xn565ox .mh3ql li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.ai1n .xqe9upcn {
  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);
}
.ai1n .r3zxa {
  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) {
  .ai1n .mh3ql {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.a0sg0 .f5bjip1 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.v7nz .f5bjip1 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.rclh22m .f5bjip1 { min-height: 72px; height: auto; }
.wedr7cyz .f5bjip1 { min-height: 84px; height: auto; }
.y46m .f5bjip1 { max-width: none; padding: 0 32px; }
.y46m .drkow  { max-width: none; padding: 24px 32px; }
.iexh8lc.j8dbwa .f5bjip1 { max-width: 1200px; }
.iexh8lc.yedgn .f5bjip1 { max-width: 1320px; }
.wznmz   .mwbm43d, .wznmz   .mz3l { text-transform: capitalize; }
.duv4l .mwbm43d, .duv4l .mz3l { text-transform: lowercase; }
.gqcxy .mwbm43d, .gqcxy .mz3l { text-transform: uppercase; letter-spacing: 0.06em; }
.asvszi, .yhg2v {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ciyrht .asvszi,
.zvbdt3m .asvszi,
.jty7njq .asvszi,
.y7l0xz8 .asvszi,
.wyjzh   .mh3ql a { font-weight: 500; }
.j1rb5jj .mh3ql a { font-weight: 600; }
.gowpqt     .mh3ql a { font-weight: 700; }
.emiye052    .mh3ql a { font-weight: 800; letter-spacing: 0.01em; }
.acqf     .mh3ql > li + li::before,
.b1u1    .mh3ql > li + li::before,
.k1yk42    .mh3ql > li + li::before,
.c04l0v .mh3ql > li + li::before,
.pm5dqd .mh3ql > li + li::before,
.m2phumd  .mh3ql > li + li::before,
.kr8hq    .mh3ql > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.acqf     .mh3ql > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.b1u1    .mh3ql > li + li::before { content: "|"; }
.k1yk42    .mh3ql > li + li::before { content: "—"; }
.c04l0v .mh3ql > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.pm5dqd .mh3ql > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.m2phumd  .mh3ql > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.kr8hq    .mh3ql > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .w2nxtp .aocagte,
  .w5jrbcg .aocagte,
  .h2rtqdy .aocagte,
  .e3pa6 .aocagte,
  .crsg .aocagte {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .w2nxtp .aocagte::before,
  .w5jrbcg .aocagte::before,
  .h2rtqdy .aocagte::before,
  .e3pa6 .aocagte::before,
  .crsg .aocagte::before { content: ""; display: block; flex-shrink: 0; }

  
  .w2nxtp .aocagte::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;
  }

  
  .w5jrbcg .aocagte::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;
  }

  
  .h2rtqdy .aocagte::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;
  }

  
  .e3pa6 .aocagte::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;
  }

  
  .crsg .aocagte::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) {
  .obyfzvz .aocagte {
    padding: 5px 14px;
  }
  .obyfzvz .mh3ql {
    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;
  }
  .obyfzvz .mh3ql li a {
    border-bottom: none; padding: 10px 22px;
  }
  .obyfzvz .mh3ql li a:hover { background: var(--bg-raised); }
  .obyfzvz .nqukcx8,
  .mq3e .nqukcx8,
  .qryw1w .nqukcx8 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .x2s48i .aocagte {
    padding: 5px 10px;
  }
  .x2s48i .mh3ql {
    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);
  }
  .x2s48i .mh3ql.zcd1ad6q { transform: translateX(0); }
  .x2s48i .mh3ql li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .x2s48i .mh3ql li:last-child a { border-bottom: none; }
  .xn565ox .mh3ql,
  .ko80e9bx .mh3ql { background: var(--accent) !important; }
  .xn565ox .mh3ql li a,
  .ko80e9bx .mh3ql li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .qryw1w .aocagte {
    padding: 5px 10px;
  }
  .qryw1w .mh3ql {
    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);
  }
  .qryw1w .mh3ql::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .qryw1w .mh3ql.zcd1ad6q { transform: translateY(0); }
  .qryw1w .mh3ql li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .z3kz1nk .aocagte {
    padding: 5px 10px;
  }
  .z3kz1nk .mh3ql {
    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;
  }
  .z3kz1nk .mh3ql.zcd1ad6q { opacity: 1; pointer-events: auto; }
  .z3kz1nk .mh3ql li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .pimten8s     .aocagte { border-radius: 0 !important; }
  .tveq56   .aocagte { border-radius: 8px !important; }
  .yximtd .aocagte { border-radius: 50% !important; }
  .ihstnv   .aocagte { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .kmm1 .ue1dxs7 { flex-direction: column; align-items: stretch; }
  .kmm1 .x2mk { flex-direction: row; min-width: auto; }
  .kmm1 .vj8ua { align-items: flex-start; text-align: left; }
}
.itgjdw0h.jma74y,
@media (max-width: 640px) {
  .fe1egwg {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .u6l7jhx5 { flex: 0 0 auto; }
  .wfkya92 { font-size: 1.2rem; }
  .sereog2l { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.gg58 .xojyg6m { height: 36px; }
.ebncgl .xojyg6m { height: 60px; max-width: 200px; }
.hmioqxz .xojyg6m { height: 76px; max-width: 240px; }
.dlxq    .p3yglkc, .dlxq    .adatyak { color: #f59e0b; }
.o5fmom      .p3yglkc { font-size: 1rem; letter-spacing: 1.5px; }
.o5fmom      .adatyak   { font-size: 1.35rem; }
.fxox    .p3yglkc, .fxox    .adatyak { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.sa84f09d     .p3yglkc, .sa84f09d     .adatyak { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.znzmksc .p3yglkc, .znzmksc .adatyak { color: var(--cta); letter-spacing: 2px; }
.md7u1i26   .p3yglkc, .md7u1i26   .adatyak { color: #e91e63; letter-spacing: 2px; }
.dh8ramym  .p3yglkc, .dh8ramym  .adatyak { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.pw0kht     .p3yglkc, .pw0kht     .adatyak { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.vchg .n2ykt + .n2ykt {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.vwpcc .p2079 { padding: 18px 24px; min-height: 68px; }
.tmbw4o .o5wiarkp {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.tmbw4o .uyajlxy {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.e0v2913 .n2ykt {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.pekttazt { counter-reset: cs-rank; }
.pekttazt .p2079 { counter-increment: cs-rank; }
.pekttazt .p2079::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;
}
.kto3x4x0 .pekttazt { counter-reset: cs-rank; gap: 0; }
.kto3x4x0 .p2079 {
  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;
}
.kto3x4x0 .p2079::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;
}
.kto3x4x0 .rl4kxpc {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.kto3x4x0 .ym25qxnb {
  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;
}
.kto3x4x0 .vu3b5k2t { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.kto3x4x0 .rl4kxpc { min-width: 0; flex-direction: column; width: 100%; }
.kto3x4x0 .r4sds1 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.kto3x4x0 .p3yglkc { color: var(--cta, var(--accent)); }
.kto3x4x0 .m2i549 { font-weight: 700; }
.kto3x4x0 .n2ykt {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.kto3x4x0 .o5wiarkp {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.kto3x4x0 .uyajlxy {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.kto3x4x0 .j7vgbkrq .uyajlxy { font-size: 1.3rem; color: var(--accent-light); }
.kto3x4x0 .eu85 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.kto3x4x0 .p2079:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .kto3x4x0 .pekttazt {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .kto3x4x0 .p2079 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .kto3x4x0 .p2079 { padding: 40px 16px 20px; }
  .kto3x4x0 .n2ykt {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .kto3x4x0 .eu85 { width: 100%; min-width: 0; }
}
.j7yb3ye .pekttazt { counter-reset: cs-rank; gap: 10px; }
.j7yb3ye .p2079 {
  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);
}
.j7yb3ye .p2079::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);
}
.j7yb3ye .rl4kxpc {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.j7yb3ye .ym25qxnb {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.j7yb3ye .vu3b5k2t { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.j7yb3ye .r4sds1 {
  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;
}
.j7yb3ye .p3yglkc { color: var(--cta, var(--accent)); }
.j7yb3ye .n2ykt {
  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;
}
.j7yb3ye .o5wiarkp {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.j7yb3ye .uyajlxy { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.j7yb3ye .j7vgbkrq .uyajlxy { color: var(--accent-light); }
.j7yb3ye .eu85 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.j7yb3ye .p2079:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .j7yb3ye .p2079 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .j7yb3ye .p2079::before {
    position: absolute; top: 14px; left: 14px;
  }
  .j7yb3ye .rl4kxpc {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .j7yb3ye .r4sds1 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .j7yb3ye .n2ykt {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .j7yb3ye .eu85 { width: 100%; min-width: 0; }
  .j7yb3ye .p3yglkc { min-width: 0; }
}
.dvsg6 .p2079::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.hhe3hf .olws {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.hhe3hf .olws summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.hhe3hf .olws p { padding: 0 2px 16px; }
.wbzj3qw .olws { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.wbzj3qw .olws summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.wbzj3qw .olws summary::after { content: "›"; font-size: 1.2em; }
.wbzj3qw .olws[open] summary::after { content: "‹"; }
.wbzj3qw .olws p { padding: 10px 22px 4px; }
.l2l1 .olws {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.l2l1 .olws summary { color: var(--text-primary); padding-left: 16px; }
.l2l1 .olws summary::after { content: "›"; font-size: 1.1em; }
.l2l1 .olws[open] summary::after { content: "‹"; }
.l2l1 .olws p { padding-left: 16px; }
.hvpl6 .w1rur3 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.hvpl6 .olws {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.hvpl6 .olws:last-child { border-bottom: none; }
.hvpl6 .olws summary { color: var(--text-primary); border-radius: 0; }
.hvpl6 .olws summary::after { content: "›"; font-size: 1.1em; }
.hvpl6 .olws[open] summary::after { content: "‹"; }
.db1338gy .olws { overflow: hidden; }
.db1338gy .olws summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.db1338gy .olws summary::after { color: rgba(255,255,255,.75); }
.db1338gy .olws[open] summary { border-radius: 0; }
.txn3 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.hzleg {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.e4y3 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.e7lm { color: var(--text-muted); font-size: 1.05rem; }
.dcr8 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.ykt2 { margin-bottom: 20px; }
.ikc4n4 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.kox7sg {
  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;
}
.kox7sg:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.hk5v { resize: vertical; min-height: 130px; }
.u2n4lbc { width: 100%; margin-top: 8px; }
.n6hddf70 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.mjxdkf {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.h41du22a { color: var(--text-muted); line-height: 1.75; }
.ajct { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.ajct li { margin-bottom: 6px; }
.euv6x { max-width: 760px; margin: 0 auto; }
.ar6vac { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.jd0c6m0 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.jd0c6m0:last-child { border-bottom: none; }
.jd0c6m0 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.jd0c6m0 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.dfw8 { max-width: 760px; margin: 0 auto; }
.ypaua ul.ajct { margin: 0; }
@media (max-width: 640px) { .wjkm5j { grid-template-columns: 1fr; gap: 10px; } }
.ibfq1y { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.rhxwg3gv { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.mcpk { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.rhxwg3gv p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.rhxwg3gv .ajct { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ibfq1y { grid-template-columns: 1fr; } }
.htou6o { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.htou6o:hover .b58hc { color: var(--accent-light); text-decoration: underline; }
.a4qzjk { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.unfc2 { max-width: 760px; margin: 0 auto; }
.pmcf0vf ul.ajct { margin: 0; }
.vsvv { color: var(--text-muted); line-height: 1.75; }
.vhtw1u .ajct,
.x73e0 .ajct,
.vbhj .ajct,
.uu98 .ajct {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.lokd { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.hcn4ud { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.se8o838 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.i8xpdi2d { margin-top: 12px; }
.bv1w3 { 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; }
.bv1w3:hover { border-bottom-color: var(--accent-light); }
.ypmuxv { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.ypmuxv img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vtu8zmu { border-radius: 28%; }
.l48h07 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.g2xq42i { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .j83fi { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.gg4p95wa .se8o838, .gg4p95wa .hcn4ud { max-width: 640px; }
.h4yo .lokd { font-size: 1.6rem; margin-top: 18px; }
.kllym .se8o838 { margin-bottom: 28px; }
@media (max-width: 860px) { .esvr { grid-template-columns: 1fr; } .h4yo { position: static; text-align: center; } }
.am60g8fg .ypmuxv { margin: 0 auto 18px; }
.am60g8fg .l48h07 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .koudaoy3 { grid-template-columns: 1fr; } }
.lssy2tvt { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.lth1t { flex: 1; }
.lssy2tvt .lokd { font-size: 1.6rem; margin-bottom: 6px; }
.c7f02 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.uu98 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.aaq8kb7 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.uu98 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.uu98 .ajct { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .lssy2tvt { flex-direction: column; text-align: center; } .c7f02 { grid-template-columns: 1fr; } }
.cp2cl .lokd { font-size: 1.35rem; margin: 0 0 4px; }
.cp2cl .l48h07 { margin: 0; }
.cxbau3 .e4y3 { color: var(--accent-light); }
.vx53wkiu {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.vx53wkiu .e4y3 { font-size: 2rem; }
.vx53wkiu .e7lm { max-width: 680px; }
.j31hfx .e4y3 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.j31hfx .e7lm  { margin: 0; }
@media (max-width: 640px) { .j31hfx { flex-direction: column; } }
.r0tttx .e4y3 { color: var(--accent-light); }
.rowmag .e4y3 { color: #fff; }
.rowmag .e7lm  { color: rgba(255,255,255,0.85); }
.vfxk { max-width: 680px; margin: 0 auto; }
.o5ib7jyl {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .o5ib7jyl { grid-template-columns: 1fr; } }
.f14li { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.f14li .kox7sg {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.f14li .kox7sg:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.gsz769 .kox7sg { background: var(--bg-raised); border-color: transparent; }
.gsz769 .kox7sg:focus { background: var(--bg-card); border-color: var(--accent-light); }
.xwa8r .kox7sg { border-radius: 100px; padding: 11px 20px; }
.xwa8r .hk5v { border-radius: 14px; }
.ms64 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .ms64 { grid-template-columns: 1fr; } }
.igpevmo {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.igpevmo h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.igpevmo p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.cja8 { counter-reset: priv-count; }
.zg7l0o {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.zg7l0o:last-child { border-bottom: none; }
.w3yb9 {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.zg7l0o h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.zg7l0o p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.npa1ga { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.npa1ga li { margin-bottom: 6px; }
.f5c4f{display:none}
.f5c4f:empty,.n79cly:empty{display:none}
.n5awc0u{position:relative;overflow:visible}
.bpnlc8mq .gad2o,.efxa99r .gad2o,
.i556 .gad2o,.o6gsqfqi .gad2o,
.eldu6n .gad2o,.wfbw0qe .gad2o{display:block}
.a19du4od .cddq{display:block}
.bpnlc8mq .gad2o,.efxa99r .gad2o,
.i556 .gad2o,.o6gsqfqi .gad2o,
.eldu6n .gad2o{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}
.bpnlc8mq .gad2o .n79cly,.efxa99r .gad2o .n79cly,
.i556 .gad2o .n79cly,.o6gsqfqi .gad2o .n79cly,
.eldu6n .gad2o .n79cly{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}
.bpnlc8mq .vblnm,.efxa99r .vblnm,
.i556 .vblnm,.o6gsqfqi .vblnm,
.eldu6n .vblnm{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.bpnlc8mq .gad2o,.efxa99r .gad2o{top:12px}
.bpnlc8mq .gad2o .n79cly{margin-right:auto}
.efxa99r .gad2o .n79cly{margin-left:auto}
.efxa99r .gad2o{text-align:right}
.i556 .gad2o,.o6gsqfqi .gad2o{bottom:12px}
.i556 .gad2o .n79cly{margin-right:auto}
.o6gsqfqi .gad2o .n79cly{margin-left:auto}
.o6gsqfqi .gad2o{text-align:right}
.eldu6n .gad2o{position:relative;margin-top:16px}
.eldu6n .gad2o .n79cly{margin:0 auto}
.wfbw0qe .gad2o{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.wfbw0qe .gad2o .n79cly{margin:0}
.wfbw0qe .unprg0~.gad2o,
.wfbw0qe .m4uzovzs~.gad2o{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.wfbw0qe .unprg0~.gad2o .n79cly,
.wfbw0qe .m4uzovzs~.gad2o .n79cly{justify-content:flex-start}
.unprg0~.gad2o,.m4uzovzs~.gad2o{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}
.unprg0~.gad2o .n79cly{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.m4uzovzs~.gad2o .n79cly{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.cddq .n79cly{margin:0 0 12px}
.n79cly{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.gwgzpgf0{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.b58hc{font-weight:600;color:var(--text-heading);opacity:1}
.euhw87t1::before{content:"·";margin:0 2px;opacity:.5}
.vblnm{white-space:nowrap}
.u39l .gwgzpgf0{display:none}
.tmu1 .vblnm{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.tmu1 .euhw87t1::before{content:""}
.gkqgfb3 .vblnm{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}
.gkqgfb3 .euhw87t1::before{content:""}
.yfdr3 .n79cly{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.z03tx .vblnm{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.z03tx .euhw87t1::before{content:""}
.rrf1nt .vblnm{color: var(--accent-light);opacity:1;font-weight:500}
.fxet .vblnm{border-bottom:1px solid currentColor;padding-bottom:2px}
.ht6r59g4 .n79cly{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.whhryk{--date-bg:transparent}
.m7r0qdy .euhw87t1::before{content:""}
.tu7v8v7n .euhw87t1::before{content:"•";opacity:.4}
.tu7v8v7n .vblnm + .vblnm::before{content:"•";margin-right:6px;opacity:.4}
.jyyy7 .euhw87t1::before{content:"/";opacity:.35}
.jyyy7 .vblnm + .vblnm::before{content:"/";margin-right:6px;opacity:.35}
.qftxw .euhw87t1::before{content:"|";opacity:.3}
.qftxw .vblnm + .vblnm::before{content:"|";margin-right:6px;opacity:.3}
.wmgx6m76 .euhw87t1::before{content:"—";opacity:.3}
.wmgx6m76 .vblnm + .vblnm::before{content:"—";margin-right:6px;opacity:.3}
.o16lbmu6 .euhw87t1::before{content:"◆";font-size:.5em;opacity:.35}
.o16lbmu6 .vblnm + .vblnm::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.dsq98 .euhw87t1::before{content:"·";opacity:.4}
.dsq98 .vblnm + .vblnm::before{content:"·";margin-right:6px;opacity:.4}
.ed8h .euhw87t1::before{content:"›";opacity:.4}
.ed8h .vblnm + .vblnm::before{content:"›";margin-right:6px;opacity:.4}
.wqfnnqp8 .euhw87t1::before{content:"→";opacity:.35;font-size:.85em}
.wqfnnqp8 .vblnm + .vblnm::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.ctanry5p .kbiu35q{padding:20px 0}
@media(max-width:640px){
  .kbiu35q{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .vphdf38{max-width:100%}
}
.zk9r .im515{margin:0}
@media (max-width:560px){
  .arw4wpe{grid-template-columns:repeat(2,1fr);gap:12px}
}
:root {
  --accent:          #6d2797;
  --brand:           #6d2797;
  --brand-light:     #5c297a;
  --brand-pale:      #764195;
  --grad-start:      #9d49d0;
  --grad-end:        #b582d4;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #6d2797;
  --cta-light:       #561a7a;
  --cta-hover:       #491a66;
  --bg-page:         #f7f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f3f5;
  --bg-raised:       #f0eef1;
  --bg-hover:        #f5f3f5;
  --border:          #e6e2e8;
  --border-alt:      #d7d0db;
  --border-section:  #e6e2e8;
  --text-primary:    #19171b;
  --text-muted:      #5a525f;
  --text-body:       #332f36;
  --text-sub:        #4d4751;
  --text-faint:      #817688;
  --text-dim:        #9a91a0;
  --text-label:      #675e6d;
  --text-value:      #403b44;
  --accent-bg:       #ece4f0;
  --accent-bg-light: #decde9;
  --bg-tip:          #f0f9f7;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f2f9;
  --bg-pros:         #f0f9f7;
  --bg-cons:         #faf3f5;
  --c-pros:          #178b76;
  --c-cons:          #9f213b;
  --c-pros-label:    #1ba58c;
  --c-tip-border:    #1eb79b;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #178b76;
}
:root { --logo-bg-opacity: 44%; }
body, button, input { font-family: "Audiowide", sans-serif; }
.fjpn4pki .tld46, .fjpn4pki .unprg0 { min-height: 320px; }
.qiltswu .ihkrzr::after, .qiltswu .omqgo::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.jw44 .qm2k::after,.jw44 .v6yjj::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.qzck5e::before { content: '◆'; font-size: 0.5em; }