:root {
  --color-accent: #f43f5e;
  --color-cta: #e5a100;
  --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;
}
.o55q {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.j6zp {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.vc1k {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.wyp5nd { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.dyq02 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.dyq02 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.dyq02 a:hover { color: var(--accent-light); }
.ae8l0g1y     .pvh8otl { border-radius: 24px; padding: 8px; }
.ae8l0g1y .pvh8otl li a { border-radius: 16px; }
.wpqc774 .pvh8otl li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .pvh8otl {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .bdu0:hover .pvh8otl,
  .bdu0:focus-within .pvh8otl { display: block; }
  .pvh8otl li a { padding: 8px 16px; font-size: 0.88rem; }
}
.hxsi49h {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.hcaoim { display: none; }
@media (max-width: 640px) {
  .hcaoim {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .hcaoim.cnko { display: block; }
}
@media (max-width: 640px) {
  .hxsi49h { display: block; }
  .dyq02 > li + li::before { display: none !important; }
  .dyq02 {
    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;
  }
  .dyq02.cnko { display: flex; }
  .dyq02 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .dyq02 li:last-child a { border-bottom: none; }
}
.cw23j2y { min-height: 480px; }
.vlx948o {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.tqsp18 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.q0e244sr .tqsp18 { margin-left: 0; margin-right: 0; }
.pk0h413 {
  background: var(--cta); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.g16g .pk0h413 { margin-top: 24px; }
.pk0h413:hover { opacity: 0.88; }
.q0m8uab {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.hixy1x10 {
  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%);
}
.q0m8uab .phidkc5 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.q0m8uab .vlx948o { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.q0m8uab .tqsp18 { color: #e2e8f0; }
.q0m8uab.mxag0s .phidkc5 { text-align: center; }
.q0m8uab.q0e244sr   .phidkc5 { text-align: left; }
.vjht4a .phidkc5 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.vjht4a .vlx948o { color: var(--text-primary); text-shadow: none; }
.vjht4a .tqsp18 { color: var(--text-muted); }
.vjht4a .pk0h413 { margin-top: 16px; }
.vjht4a, .vjht4a.cw23j2y { min-height: auto !important; }
.vjht4a.mxag0s .phidkc5 { text-align: center; }
.vjht4a.q0e244sr   .phidkc5 { text-align: left; }
.his95 {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.jjelz3 .his95,
.jjelz3 .his95::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.wiqb .his95,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.w04k .his95,
.w04k .q0m8uab .hixy1x10 {
  overflow: hidden;
}
.w04k .his95::after,
.w04k .q0m8uab .hixy1x10::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%); }
}
.gtcrym .his95,
.gtcrym .his95::after,
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.gtcrym .q0m8uab .hixy1x10 {
  overflow: hidden;
}
.gtcrym .q0m8uab .hixy1x10::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;
}
.xgsd69 .his95,
.xgsd69 .czcccjt,
.xgsd69 .q0m8uab .hixy1x10 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.jjelz3 .q0m8uab .hixy1x10 {
  overflow: hidden;
}
.jjelz3 .q0m8uab .hixy1x10::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;
}
.wiqb .q0m8uab .hixy1x10 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.his95 .hixy1x10 {
  background: none;
}
.his95 .vlx948o { color: #fff; }
.his95 .tqsp18 { color: rgba(255,255,255,0.85); }
.xgsd69 .aehcfk {
  animation: hg-fadein 1.2s ease-out both;
}
.aehcfk .vlx948o { text-shadow: none; color: var(--text-primary); }
.aehcfk .tqsp18 { color: var(--text-muted); }
body.eg5u1 .vlx948o {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.mrd0 .vlx948o {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.cw23j2y.his95 .vlx948o,
section.his95 .vlx948o {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.aehcfk.mxag0s .d1te0s { align-items: center; text-align: center; }
.cw23j2y .ncz98q {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.ncz98q .q7t56it {
  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;
}
.ncz98q .q7t56it::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.ncz98q .in3vr { display: contents !important; }
.ncz98q .in3vr .fl5hqyg {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.ncz98q .in3vr .i0n2 { max-height: 48px; max-width: 96px; }
.ncz98q .in3vr .z78l4olf {
  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;
}
.ncz98q .lljfw8 {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.ncz98q .hmwf { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.ncz98q .ac5i { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.ncz98q .ac5i small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.ncz98q .j96z { display: contents !important; }
.ncz98q .j96z .abknkdkp:not(.mewe89x) { display: none !important; }
.ncz98q .j96z .mewe89x {
  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;
}
.ncz98q .j96z .mewe89x .cmifk {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.ncz98q .j96z .mewe89x .npu9u {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.ncz98q .g51jz { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.ncz98q .g51jz.ija28dcm {
  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;
}
.ncz98q .g51jz.ija28dcm:hover { opacity: 0.85; }
.ncz98q .q7t56it,
.ncz98q .q7t56it:hover,
.ncz98q .q7t56it:nth-child(even),
.ncz98q .q7t56it:nth-child(odd),
.ncz98q .q7t56it:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.bb3sykko .phidkc5 { padding-bottom: 24px; }
.g16g .phidkc5 { max-width: 1100px; }
@media (max-width: 700px) {
  .aehcfk { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .aehcfk:not(.gf5ldr) .ok2bo { display: none !important; }
  .gf5ldr .ok2bo { padding: 16px; }
  .d1te0s  { padding: 36px 24px; }
  .aehcfk~.hfqy,.vkjm~.hfqy{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .cw23j2y, .aehcfk { min-height: 320px !important; }
  .vlx948o { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .i8kvdoga,
  .fnla3,
  .p5jiws { grid-template-columns: 1fr !important; }

  

  
  .bb3sykko { display: flex !important; flex-direction: column !important; }
  .bb3sykko .phidkc5 { display: contents; }
  .bb3sykko .hixy1x10 { order: 0; }
  .bb3sykko .vlx948o { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .bb3sykko .i8kvdoga { order: 2; padding: 0 16px 12px !important; }
  .bb3sykko .tqsp18 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .g16g .phidkc5 { display: flex; flex-direction: column; }
  .g16g .phidkc5 .vlx948o { order: 1; }
  .g16g .phidkc5 .p5jiws { order: 2; margin: 8px 0 24px !important; }
  .g16g .phidkc5 .tqsp18 { order: 3; }
  .g16g .phidkc5 .pk0h413 { order: 4; align-self: center; margin-top: 0; }

  
  .aehcfk.gf5ldr {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .aehcfk.gf5ldr .d1te0s { display: contents; padding: 0; }
  .aehcfk.gf5ldr .d1te0s .vlx948o { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .aehcfk.gf5ldr .ok2bo { order: 2; padding: 12px 16px; }
  .aehcfk.gf5ldr .d1te0s .tqsp18 { order: 3; padding: 0 24px; margin: 0 auto; }
  .aehcfk.gf5ldr .d1te0s .pk0h413 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.zn6zik1 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.zsndyl { width: 100%; height: auto; display: block; border-radius: 10px; }
.p5l3ofq .zn6zik1        { border-radius: 16px; }
.p5l3ofq .zsndyl  { border-radius: 16px; }
.adwn4h2a .zn6zik1         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.adwn4h2a .zsndyl   { border-radius: 8px; }
.a4qxigqp { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.pfdl { width: 100%; padding: 32px 0; position: relative; }
.hhm5o { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.wn0hby .pfdl:nth-child(even) { background: var(--bg-surface); }
.wn0hby .pfdl:nth-child(odd)  { background: var(--bg-page); }
.qnd0 .pfdl:nth-child(even) { background: var(--bg-card); }
.qnd0 .pfdl:nth-child(odd)  { background: var(--bg-page); }
.wn0hby .pfdl:nth-child(odd)  .hhm5o { background: var(--bg-card); border-radius: 6px; }
.wn0hby .pfdl:nth-child(even) .hhm5o { background: var(--bg-raised); border-radius: 6px; }
.qnd0 .pfdl:nth-child(odd)  .hhm5o { background: var(--bg-card); border-radius: 6px; }
.qnd0 .pfdl:nth-child(even) .hhm5o { background: var(--bg-raised); border-radius: 6px; }
.wn0hby .pfdl:nth-child(even) .irio4b .bp1l9,
.qnd0 .pfdl:nth-child(even) .irio4b .bp1l9 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.wn0hby .pfdl:nth-child(odd) .irio4b .bp1l9,
.qnd0 .pfdl:nth-child(odd) .irio4b .bp1l9 { background: var(--bg-card-inner); }
.wn0hby .pfdl:nth-child(even) .q09g5flz .bp1l9:nth-child(odd),
.qnd0 .pfdl:nth-child(even) .q09g5flz .bp1l9:nth-child(odd)  { background: var(--bg-card); }
.wn0hby .pfdl:nth-child(even) .q09g5flz .bp1l9:nth-child(even),
.qnd0 .pfdl:nth-child(even) .q09g5flz .bp1l9:nth-child(even) { background: var(--bg-card-inner); }
h1.lvj2 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.lvj2 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.kjv5k19 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.d7c7ok h2.lvj2 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.z7dq h2.lvj2 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.qfi9eyg h2.lvj2 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.pw4lmc h2.lvj2::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.amuoq h2.lvj2 {
  color: var(--text-primary); font-size: 1.7rem;
}
.exnf065 h2.lvj2::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.iaeb52aa h2.lvj2 {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
@media (max-width: 640px) { .j10iobp { display: none; } }
.jkwkd { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.h9quqv { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.hv186 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.cnjcb31 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.l39nsua { padding-left: 20px; }
.l39nsua li { margin-bottom: 6px; }
.l39nsua a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.l39nsua a:hover { color: var(--accent-light); }
.p0i8q .cnjcb31 { display: none; }
.bojbsrip .cnjcb31 { display: none; }
.bojbsrip .l39nsua { padding-left: 0; list-style: none; }
.bojbsrip .l39nsua li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.bojbsrip .l39nsua a { font-size: 0.92rem; }
.rq0l .hv186 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.rq0l .cnjcb31 { display: none; }
.rq0l .l39nsua { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.rq0l .l39nsua li { margin-bottom: 0; }
.rq0l .l39nsua 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;
}
.rq0l .l39nsua a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.hb4x .hv186 { padding: 20px 20px 16px; }
.hb4x .l39nsua {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.hb4x .l39nsua li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.hb4x .l39nsua 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;
}
.hb4x .l39nsua 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;
}
.hb4x .l39nsua a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.hb4x .l39nsua a:focus,
.hb4x .l39nsua a:focus-visible,
.hb4x .l39nsua a:target { outline: none; }
.hb4x .l39nsua li:target a { border-color: var(--border); color: var(--text-muted); }
.di0on .hv186 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.di0on .cnjcb31 { display: none; }
.di0on .l39nsua { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.di0on .l39nsua li { counter-increment: toc-n; margin-bottom: 0; }
.di0on .l39nsua a {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--bg-card); color: var(--text-muted);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 11px 20px 11px 11px; font-size: 0.92rem; font-weight: 500;
  transition: border-color .15s, color .15s;
}
.di0on .l39nsua a::before {
  content: counter(toc-n, decimal-leading-zero);
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--accent); color: #fff; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.di0on .l39nsua a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.wykpsd .hv186 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.wykpsd .cnjcb31 { display: none; }
.wykpsd .l39nsua { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.wykpsd .l39nsua li { margin-bottom: 0; }
.wykpsd .l39nsua a {
  display: inline-block; padding: 9px 16px;
  font-size: 0.9rem; font-weight: 600; color: var(--text-muted);
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.wykpsd .l39nsua a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.s094zrw .hv186 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.s094zrw .cnjcb31 { display: none; }
.s094zrw .l39nsua { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.s094zrw .l39nsua li { margin-bottom: 0; }
.s094zrw .l39nsua li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.s094zrw .l39nsua li:last-child::after { content: ""; margin-right: 0; }
.s094zrw .l39nsua a { font-size: 0.9rem; }
.bp1l9 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.irio4b .bp1l9 { background: var(--bg-card); }
.q09g5flz .bp1l9:nth-child(odd)  { background: var(--bg-card); }
.q09g5flz .bp1l9:nth-child(even) { background: var(--bg-raised); }
.smx3uxh .bp1l9 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.smx3uxh .bp1l9:last-child { border-bottom: none; }
.smx3uxh h3.kjv5k19 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.f2i9 .bp1l9 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.f2i9 .bp1l9 + .bp1l9 { margin-top: 4px; }
.iacp .bp1l9 { background: none; border-radius: 0; padding: 12px 0; }
.iacp .bp1l9 + .bp1l9 { border-top: 1px solid var(--border-section); }
.rhl9 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.eosh6 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.l73zkq { color: var(--text-body); margin-bottom: 10px; }
.sg4wmf, .sexzy { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.sg4wmf li, .sexzy li { margin-bottom: 6px; }
.sexzy li { list-style: decimal; }
.bsm3sh0u     .sg4wmf { list-style-type: "● "; }
.yed3xt  .sg4wmf { list-style-type: "■ "; }
.o7lsfhbh .sg4wmf { list-style-type: "◆ "; }
.i7k5whf    .sg4wmf { list-style-type: "★ "; }
.i7k5whf    .h1zhyel { list-style-type: "★ "; }
.bsm3sh0u    .sg4wmf li::marker, .bsm3sh0u    .h1zhyel li::marker,
.yed3xt .sg4wmf li::marker, .yed3xt .h1zhyel li::marker,
.o7lsfhbh .sg4wmf li::marker, .o7lsfhbh .h1zhyel li::marker,
.i7k5whf   .sg4wmf li::marker, .i7k5whf   .h1zhyel li::marker {
  color: var(--cta); font-size: 1em;
}
.bsm3sh0u .sexzy,
.yed3xt .sexzy,
.o7lsfhbh .sexzy,
.i7k5whf .sexzy {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.bsm3sh0u .sexzy li,
.yed3xt .sexzy li,
.o7lsfhbh .sexzy li,
.i7k5whf .sexzy li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.bsm3sh0u .sexzy li::before,
.yed3xt .sexzy li::before,
.o7lsfhbh .sexzy li::before,
.i7k5whf .sexzy 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;
}
.bsm3sh0u     .sexzy li::before { border-radius: 50%; }
.yed3xt  .sexzy li::before { border-radius: 3px; }
.o7lsfhbh .sexzy li::before { border-radius: 3px; }
.i7k5whf    .sexzy li::before { border-radius: 50%; }
.nnnpua { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.j76u6x .nnnpua,
.zceky .nnnpua { background: transparent; border: none; border-radius: 0; }
.qyqknerc { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.qyqknerc th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.qyqknerc td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.qyqknerc tr:hover td { background: var(--bg-hover); }
.hznc6tl .qyqknerc tbody tr:nth-child(even) td { background: var(--bg-surface); }
.kb63fxh .qyqknerc { border: 1px solid var(--border-alt); }
.kb63fxh .qyqknerc th,
.kb63fxh .qyqknerc td { border: 1px solid var(--border-alt); }
.f3x5u .qyqknerc th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.f3x5u .qyqknerc td { border-bottom: none; }
.f3x5u .qyqknerc tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.idaxugqf .qyqknerc th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.uen2ihz .nnnpua {
  overflow: hidden;
}
.uen2ihz .qyqknerc th { border-bottom: 1px solid var(--border-alt); }
.uen2ihz .qyqknerc tr:last-child td { border-bottom: none; }
[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%}
.xhski5 .uqlngtrt {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.i5ikugxb .w8wsoad3 { background: var(--bg-surface); border: 1px solid var(--border); }
.i5ikugxb .cznwup { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.jjcmy { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.jjcmy         { --cl-hue: var(--accent); }
.ufwm2qfz     { --cl-hue: #16a34a; }
.ueamsh { --cl-hue: #ea580c; }
.bm2tea    { --cl-hue: #2563eb; }
.ufwm2qfz, .ueamsh, .bm2tea, .nqzne {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.ybmn1 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.ybmn1::before { color: var(--cl-hue); }
.jjcmy strong { color: var(--text-primary); font-size: 0.95rem; }
.jjcmy p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.z3v8u5k { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.tfrckve, .b44v { border-radius: 8px; padding: 14px; }
.tfrckve { background: var(--bg-pros); }
.b44v { background: var(--bg-cons); }
.tlf2hb { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.tfrckve .tlf2hb { color: var(--c-pros-label); }
.b44v .tlf2hb { color: #f87171; }
.tfrckve ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.b44v ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.zsndyl { width: 100%; height: auto; border-radius: 10px; display: block; }
.ija28dcm {
  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;
}
.ija28dcm:hover { opacity: 0.85; }
.cxabfux .ija28dcm  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.cxabfux .ija28dcm:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.s5mda .ija28dcm  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.s5mda .ija28dcm:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.cxabfux .g51jz.ija28dcm, .s5mda .g51jz.ija28dcm,
.cxabfux .v8gsg .ija28dcm, .s5mda .v8gsg .ija28dcm {
  background: var(--cta); border: none; color: #fff;
}
.cxabfux .g51jz.ija28dcm:hover, .s5mda .g51jz.ija28dcm:hover,
.cxabfux .v8gsg .ija28dcm:hover, .s5mda .v8gsg .ija28dcm:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.rmxvek .pk0h413 { border-radius: 50px; }
.rmxvek .ija28dcm  { border-radius: 50px; }
.iaa3dzq .pk0h413,
.iaa3dzq .ija28dcm { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.iaa3dzq .pk0h413:hover,
.iaa3dzq .ija28dcm:hover { filter: brightness(1.08); opacity: 1; }
.q8uc1x .pk0h413,
.q8uc1x .ija28dcm { box-shadow: 0 3px 14px -2px var(--cta); }
.q8uc1x .pk0h413:hover,
.q8uc1x .ija28dcm:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.clvfpfed .pk0h413,
.clvfpfed .ija28dcm { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.clvfpfed .pk0h413:hover,
.clvfpfed .ija28dcm:hover { opacity: 1; }
.clvfpfed .pk0h413:active,
.clvfpfed .ija28dcm:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.an3cjr7c .pk0h413,
.an3cjr7c .ija28dcm { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.an3cjr7c .pk0h413:hover,
.an3cjr7c .ija28dcm:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.an3cjr7c .pk0h413:active,
.an3cjr7c .ija28dcm:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.kms72 .pk0h413,
.kms72 .ija28dcm { position: relative; overflow: hidden; }
.kms72 .pk0h413::before,
.kms72 .ija28dcm::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.kms72 .pk0h413:hover::before,
.kms72 .ija28dcm:hover::before { left: 135%; }
.uxsclvxx .pk0h413,
.uxsclvxx .ija28dcm { border-radius: 0; }
.l2xqrad .pk0h413 { padding-left: 22px; padding-right: 22px; }
.l2xqrad .ija28dcm  { padding-left: 12px; padding-right: 12px; }
.jfs19t .pk0h413 { padding-left: 44px; padding-right: 44px; }
.jfs19t .ija28dcm  { padding-left: 24px; padding-right: 24px; }
.hmph3zue .pk0h413 { padding-left: 56px; padding-right: 56px; }
.hmph3zue .ija28dcm  { padding-left: 32px; padding-right: 32px; }
.b3818jty   .pk0h413::after, .b3818jty   .ija28dcm::after,
.i6fdm1 .pk0h413::after, .i6fdm1 .ija28dcm::after,
.uyu2a    .pk0h413::after, .uyu2a    .ija28dcm::after,
.d5ktv4    .pk0h413::after, .d5ktv4    .ija28dcm::after,
.xefr    .pk0h413::after, .xefr    .ija28dcm::after,
.gzrdu7     .pk0h413::after, .gzrdu7     .ija28dcm::after,
.niaqtm    .pk0h413::after, .niaqtm    .ija28dcm::after,
.sqau   .pk0h413::after, .sqau   .ija28dcm::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;
}
.b3818jty .pk0h413::after, .b3818jty .ija28dcm::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");
}
.i6fdm1 .pk0h413::after, .i6fdm1 .ija28dcm::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");
}
.uyu2a .pk0h413::after, .uyu2a .ija28dcm::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");
}
.d5ktv4 .pk0h413::after, .d5ktv4 .ija28dcm::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");
}
.xefr .pk0h413::after, .xefr .ija28dcm::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");
}
.gzrdu7 .pk0h413::after, .gzrdu7 .ija28dcm::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");
}
.niaqtm .pk0h413::after, .niaqtm .ija28dcm::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");
}
.sqau .pk0h413::after, .sqau .ija28dcm::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");
}
.bo5dn6x   .e75hsr::after, .bo5dn6x   .k3ohlc::after,
.qjwt .e75hsr::after, .qjwt .k3ohlc::after,
.mb7ag    .e75hsr::after, .mb7ag    .k3ohlc::after,
.je4u2    .e75hsr::after, .je4u2    .k3ohlc::after,
.bq9h    .e75hsr::after, .bq9h    .k3ohlc::after,
.ihph2p     .e75hsr::after, .ihph2p     .k3ohlc::after,
.mpyerpfo    .e75hsr::after, .mpyerpfo    .k3ohlc::after,
.h5j8z   .e75hsr::after, .h5j8z   .k3ohlc::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;
}
.bo5dn6x .e75hsr::after, .bo5dn6x .k3ohlc::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");
}
.qjwt .e75hsr::after, .qjwt .k3ohlc::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");
}
.mb7ag .e75hsr::after, .mb7ag .k3ohlc::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");
}
.je4u2 .e75hsr::after, .je4u2 .k3ohlc::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");
}
.bq9h .e75hsr::after, .bq9h .k3ohlc::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");
}
.ihph2p .e75hsr::after, .ihph2p .k3ohlc::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");
}
.mpyerpfo .e75hsr::after, .mpyerpfo .k3ohlc::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");
}
.h5j8z .e75hsr::after, .h5j8z .k3ohlc::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");
}
.ab1b {
  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;
}
.q7t56it {
  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;
}
.q7t56it > * { min-width: 0; }
.q7t56it:hover { background: var(--bg-hover); }
.q7t56it > [itemprop="item"] { display: contents; }
.q7t56it [itemprop="itemReviewed"],
.q7t56it [itemprop="reviewRating"] { display: none; }
.q7t56it::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;
}
.in3vr {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.fl5hqyg {
  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;
}
.i0n2 { max-height: 52px; max-width: 110px; object-fit: contain; }
.z78l4olf {
  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;
}
.yq2yce5v .fl5hqyg    { background: #1a1a1a; }
.h856 .fl5hqyg   { background: rgba(128,128,128,.12); }
.adsx .fl5hqyg { background: var(--bg-raised); }
.dappd .fl5hqyg    { background: transparent; padding: 0; }
.lljfw8 {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.hmwf { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.ac5i { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.j96z {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.abknkdkp {
  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;
}
.cmifk {
  
  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%;
}
.npu9u {
  
  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;
}
.g51jz {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.g51jz.ija28dcm {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .q7t56it {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .q7t56it::before    { grid-area: rank;   }
  .in3vr           { grid-area: ident;  }
  .lljfw8     { grid-area: rating; min-width: 0; width: auto; }
  .j96z           { grid-area: pills;  }
  .g51jz             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .q7t56it {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .q7t56it::before    { justify-self: center; }
  .in3vr           { width: 100%; }
  .lljfw8     { justify-self: center; }
  .j96z           { grid-template-columns: 1fr; }
}
.w8mck {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.we1f4 {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.kecf0t {
  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;
}
.kecf0t img { max-width: 80px; max-height: 50px; object-fit: contain; }
.hvslz2b { flex: 1; }
.hvslz2b h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.qr2s { color: var(--c-stars); font-size: 1.1rem; }
.yx81g25s { margin-bottom: 8px; }
.xyojwo83 {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 22px;
  padding: 12px 24px; font-size: 0.86rem;
  background: var(--bg-surface); border-top: 1px solid var(--border-alt);
}
.xyojwo83 > span { color: var(--accent); font-weight: 700; }
.iq5w2 em, .b1em em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .xyojwo83 { padding: 10px 16px; gap: 6px 16px; } }
.v8gsg { flex-shrink: 0; align-self: flex-start; }
.v8gsg .ija28dcm { white-space: nowrap; }
@media (max-width: 560px) {
  .we1f4 { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .kecf0t { order: 1; }
  .v8gsg { order: 2; margin-left: auto; align-self: center; }
  .hvslz2b { order: 3; flex: 1 1 100%; min-width: 0; }
}
.rbt7ul img.wdqfeh { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.j76u6x { padding: 20px 24px; }
.guver5ks { color: var(--text-muted); margin-bottom: 16px; }
.i09d71u { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.sas9q, .agp4 { list-style: none; font-size: 0.9rem; }
.sas9q li { color: var(--c-pros); margin-bottom: 4px; }
.agp4 li { color: var(--c-cons); margin-bottom: 4px; }
.sas9q li::before { content: "✓"; margin-right: 5px; }
.agp4 li::before { content: "✗"; margin-right: 5px; }
.nq8s2ldq .sas9q li::before { content: "→"; }
.nq8s2ldq .agp4 li::before { content: "–"; }
.xz2urg  .sas9q li::before { content: "★"; }
.xz2urg  .agp4 li::before { content: "✕"; }
.q69b8fx    .sas9q li::before { content: "◆"; }
.q69b8fx    .agp4 li::before { content: "▲"; }
.ndkg1apn  .sas9q li::before { content: "▶"; }
.ndkg1apn  .agp4 li::before { content: "■"; }
.ekdjc3cw { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.w9ldm { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.x38327q { background: var(--bg-pros); color: var(--c-tag-pay); }
.qhrxy { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.p1jjot6 .qhrxy { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.zd0n20 .qhrxy { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .l76lje45 .xh7zgihl {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .l76lje45 .w8mck { margin: 0; }
}
.x7xohp .we1f4 { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.x7xohp .hvslz2b h3 { color: var(--accent-light); }
.x7xohp .kecf0t { background: var(--bg-page); border: 1px solid var(--border); }
.inw30d .w8mck { border-top: 4px solid var(--accent); }
.inw30d .we1f4 { background: var(--bg-card); }
.a4d3tdi .w8mck { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.a4d3tdi .we1f4 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.a4d3tdi .j76u6x { padding: 14px 16px; }
.a4d3tdi .kecf0t { border-radius: 4px; }
.a4d3tdi .qhrxy { border-radius: 0; }
.rulo .we1f4 { padding: 0; gap: 0; overflow: hidden; }
.rulo .kecf0t { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.rulo .hvslz2b { padding: 16px 20px; }
.rulo .v8gsg { padding: 16px 20px; align-self: center; }
.j7xtr .qr2s { font-size: .95rem; }
.zceky .z3v8u5k { gap: 10px; }
.zceky .tfrckve, .zceky .b44v { padding: 12px; }
.zceky .tfrckve ul, .zceky .b44v ul { margin: 4px 0 0; padding-left: 18px; }
.zceky .tfrckve li, .zceky .b44v li { font-size: .85rem; margin-bottom: 3px; }
.k1ep0k .w9ldm { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .p749p { grid-template-columns: 1fr; }
  .hl5w { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .hl5w .bmcwkv { width: 72px; height: 50px; }
  .hl5w .iokc04 { max-width: 180px; }
  .hl5w .sntk5 { width: auto; }
}
.jfoih .j7xtr .qr2s { filter: brightness(1.2); }
@media (max-width: 720px) {
  .jfoih { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .zyxc { padding: 16px; }
  .dtnu .rwyd3uj { min-width: 50%; }
}
.o0a4bv2 .z3v8u5k { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .l8f8my { grid-template-columns: 1fr; }
  .m9mm33b { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .dbu73k5 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .cxt3vqb0 { flex-wrap: wrap; padding: 16px; }
}
.r88re0ye .z3v8u5k { gap: 8px; }
.r88re0ye .tfrckve, .r88re0ye .b44v { padding: 8px; }
@media (max-width: 480px) {
  .mvaqaiq { flex-direction: column; align-items: stretch; }
}
.vmoi4n .sntk5 .ija28dcm { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .tvub2 { flex-direction: column; align-items: stretch; gap: 10px; }
  .vmoi4n .sntk5 { text-align: center; }
}
@media (max-width: 720px) {
  .hho5 { grid-template-columns: 1fr; }
  .lbt9y { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ikba0lv { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.ouiya .ag1pl { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.nqm60p .qr2s { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .ihzv { grid-template-columns: 1fr; }
  .nqm60p { width: 100px; height: 100px; margin: 16px auto; }
  .ouiya { font-size: 1.4rem; }
  .cx2bworf { justify-content: center; }
  .liqjv7i .rwyd3uj { min-width: 50%; }
}
.he46 .z3v8u5k { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .ke3ec { flex-wrap: wrap; padding: 14px 16px; }
  .pwyqrbr { padding: 12px 16px; }
  .he46 .z3v8u5k { margin: 0 16px; }
  .he46 .k1ep0k { padding: 0 16px; }
  .xvs15sz { padding: 12px 16px; }
}
.gkaq .q7t56it {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.gkaq .q7t56it:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.tmetamr .ab1b { gap: 18px; }
.tmetamr .q7t56it {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.tmetamr .q7t56it:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.zskryrza .ab1b {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.zskryrza .q7t56it {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.zskryrza .q7t56it:last-child { border-bottom: none; }
.zskryrza .in3vr,
.zskryrza .lljfw8,
.zskryrza .j96z {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.bnzj1y7c .ab1b { gap: 0; }
.bnzj1y7c .q7t56it {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.bnzj1y7c .q7t56it:last-child { border-bottom: none; }
.bnzj1y7c .q7t56it:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.bnzj1y7c .q7t56it:nth-child(even):hover { background: var(--bg-hover); }
.jyocq7m3 .q7t56it {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.ldf1m .j96z .abknkdkp {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.ldf1m .j96z .abknkdkp:first-child { border-left: none; }
.hftv .j96z .abknkdkp {
  background: transparent; padding: 4px 8px;
}
.hftv .j96z .cmifk { font-size: .65rem; opacity: .65; }
.hftv .j96z .npu9u   { font-size: 1.15rem; color: var(--accent-light); }
.c02adqpl .j96z .abknkdkp {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.ac5i { display: none; }
.qxrghx6 .hmwf { font-size: 1rem; letter-spacing: 2px; }
.h238 .hmwf {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.vska3 .hmwf,
.gni2a .hmwf,
.ojjy .hmwf { display: none; }
.vska3 .ac5i,
.gni2a .ac5i,
.ojjy .ac5i { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.vska3 .ac5i { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.vska3 .ac5i small { display: none; }
.gni2a .ac5i {
  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;
}
.gni2a .ac5i small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.ojjy .ac5i {
  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;
}
.ojjy .ac5i small { display: none; }
.vska3 .yx81g25s .qr2s,
.gni2a .yx81g25s .qr2s,
.ojjy .yx81g25s .qr2s { display: none; }
.vska3 .yx81g25s strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.vska3 .ag1pl { display: none; }
.gni2a .yx81g25s 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;
}
.gni2a .llsjjklx,
.gni2a .ag1pl { font-size: 1em; }
.ojjy .yx81g25s strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.ojjy .ag1pl { display: none; }
.yrv4ws { margin: 16px 0; }
.c4rh { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.c4rh summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.c4rh summary::after { content: "+"; color: var(--accent-light); }
.c4rh[open] summary::after { content: "−"; }
.c4rh p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.pfdl { margin-bottom: 0; }
.mmivds6 h2.lvj2 { color: var(--text-primary); border-color: var(--accent-light); }
.afm2cbd h2.lvj2 { color: var(--text-primary); border-color: var(--accent-light); }
.ewxn4p1 .ufwm2qfz     { background: #052e16; border-color: #10b981; }
.ewxn4p1 .ueamsh { background: #2d0a1e; border-color: #f43f5e; }
.ewxn4p1 .bm2tea    { background: #1e1036; border-color: #a855f7; }
.ewxn4p1 .jjcmy strong  { color: #f1f5f9; }
.ewxn4p1 .jjcmy p       { color: #cbd5e1; }
.ewxn4p1 .v2iz    .ufwm2qfz     .ybmn1::before,
.ewxn4p1 .s4thh  .ufwm2qfz     .ybmn1::before,
.ewxn4p1 .vf8cgl3  .ufwm2qfz     .ybmn1::before,
.ewxn4p1 .ui6npxw .ufwm2qfz     .ybmn1::before { color: #10b981; }
.ewxn4p1 .v2iz    .ueamsh .ybmn1::before,
.ewxn4p1 .s4thh  .ueamsh .ybmn1::before,
.ewxn4p1 .vf8cgl3  .ueamsh .ybmn1::before,
.ewxn4p1 .ui6npxw .ueamsh .ybmn1::before { color: #f43f5e; }
.ewxn4p1 .v2iz    .bm2tea    .ybmn1::before,
.ewxn4p1 .s4thh  .bm2tea    .ybmn1::before,
.ewxn4p1 .vf8cgl3  .bm2tea    .ybmn1::before,
.ewxn4p1 .ui6npxw .bm2tea    .ybmn1::before { color: #a855f7; }
.zzqmbi .ufwm2qfz     { background: #2d2000; border-color: #eab308; }
.zzqmbi .ueamsh { background: #2d0b0b; border-color: #ef4444; }
.zzqmbi .bm2tea    { background: #2d1600; border-color: #f97316; }
.zzqmbi .jjcmy strong  { color: #f1f5f9; }
.zzqmbi .jjcmy p       { color: #cbd5e1; }
.zzqmbi .v2iz    .ufwm2qfz     .ybmn1::before,
.zzqmbi .s4thh  .ufwm2qfz     .ybmn1::before,
.zzqmbi .vf8cgl3  .ufwm2qfz     .ybmn1::before,
.zzqmbi .ui6npxw .ufwm2qfz     .ybmn1::before { color: #eab308; }
.zzqmbi .v2iz    .ueamsh .ybmn1::before,
.zzqmbi .s4thh  .ueamsh .ybmn1::before,
.zzqmbi .vf8cgl3  .ueamsh .ybmn1::before,
.zzqmbi .ui6npxw .ueamsh .ybmn1::before { color: #ef4444; }
.zzqmbi .v2iz    .bm2tea    .ybmn1::before,
.zzqmbi .s4thh  .bm2tea    .ybmn1::before,
.zzqmbi .vf8cgl3  .bm2tea    .ybmn1::before,
.zzqmbi .ui6npxw .bm2tea    .ybmn1::before { color: #f97316; }
.u98wm .ufwm2qfz     { background: #0c1a2e; border-color: #38bdf8; }
.u98wm .ueamsh { background: #12103a; border-color: #818cf8; }
.u98wm .bm2tea    { background: #0a2020; border-color: #2dd4bf; }
.u98wm .jjcmy strong  { color: #f1f5f9; }
.u98wm .jjcmy p       { color: #cbd5e1; }
.u98wm .v2iz    .ufwm2qfz     .ybmn1::before,
.u98wm .s4thh  .ufwm2qfz     .ybmn1::before,
.u98wm .vf8cgl3  .ufwm2qfz     .ybmn1::before,
.u98wm .ui6npxw .ufwm2qfz     .ybmn1::before { color: #38bdf8; }
.u98wm .v2iz    .ueamsh .ybmn1::before,
.u98wm .s4thh  .ueamsh .ybmn1::before,
.u98wm .vf8cgl3  .ueamsh .ybmn1::before,
.u98wm .ui6npxw .ueamsh .ybmn1::before { color: #818cf8; }
.u98wm .v2iz    .bm2tea    .ybmn1::before,
.u98wm .s4thh  .bm2tea    .ybmn1::before,
.u98wm .vf8cgl3  .bm2tea    .ybmn1::before,
.u98wm .ui6npxw .bm2tea    .ybmn1::before { color: #2dd4bf; }
.c23tim::before,
.vbjh19::before { margin-right: 5px; }
.laakgzx4 .tfrckve ul li,
.laakgzx4 .sas9q li         { color: #4ade80; }
.laakgzx4 .tfrckve .c23tim { color: #22c55e; }
.laakgzx4 .b44v ul li,
.laakgzx4 .agp4 li         { color: #f87171; }
.laakgzx4 .b44v .vbjh19 { color: #ef4444; }
.zc75wg .tfrckve { background: var(--bg-pros); }
.zc75wg .b44v { background: var(--bg-cons); }
.zc75wg .tfrckve .c23tim { color: var(--c-pros-label); }
.zc75wg .b44v .vbjh19 { color: var(--c-cons); }
.zc75wg .tfrckve ul li,
.zc75wg .sas9q li            { color: var(--c-pros); }
.zc75wg .b44v ul li,
.zc75wg .agp4 li            { color: var(--c-cons); }
.vswij81 .tfrckve { background: var(--bg-pros); }
.vswij81 .b44v { background: var(--bg-cons); }
.vswij81 .tfrckve .c23tim { color: var(--c-pros-label); }
.vswij81 .b44v .vbjh19 { color: var(--c-cons); }
.vswij81 .tfrckve ul li,
.vswij81 .sas9q li          { color: var(--c-pros); }
.vswij81 .b44v ul li,
.vswij81 .agp4 li          { color: var(--c-cons); }
.crqn45 .c23tim::before { content: "✓ "; }
.crqn45 .vbjh19::before { content: "✗ "; }
.nq8s2ldq .c23tim::before { content: "→ "; }
.nq8s2ldq .vbjh19::before { content: "← "; }
.xz2urg .c23tim::before { content: "★ "; }
.xz2urg .vbjh19::before { content: "✕ "; }
.q69b8fx .c23tim::before { content: "◆ "; }
.q69b8fx .vbjh19::before { content: "▲ "; }
.zd0n20 .jjcmy { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.zd0n20 .jjcmy strong { color: var(--text-primary); }
.zd0n20 .jjcmy p      { color: var(--text-muted); }
.p1jjot6 .jjcmy { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.ccs4jhs .jjcmy {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.ccs4jhs .jjcmy strong,
.ccs4jhs .jjcmy p { color: #fff; }
.ccs4jhs .ybmn1::before { color: rgba(255,255,255,0.9) !important; }
.ncdj .jjcmy {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.ncdj .jjcmy strong { color: var(--text-primary); }
.ncdj .jjcmy p      { color: var(--text-muted); }
.fyx274r .jjcmy { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.v2iz .ybmn1,
.s4thh .ybmn1,
.vf8cgl3 .ybmn1,
.ui6npxw .ybmn1 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.v2iz .ybmn1::before,
.s4thh .ybmn1::before,
.vf8cgl3 .ybmn1::before,
.ui6npxw .ybmn1::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.v2iz .ufwm2qfz     .ybmn1::before { content: "✦"; color: var(--c-tip-border); }
.v2iz .ueamsh .ybmn1::before { content: "▲"; color: var(--c-warn-border); }
.v2iz .bm2tea    .ybmn1::before { content: "◉"; color: #60a5fa; }
.s4thh .ufwm2qfz     .ybmn1::before { content: "★"; color: var(--c-tip-border); }
.s4thh .ueamsh .ybmn1::before { content: "◆"; color: var(--c-warn-border); }
.s4thh .bm2tea    .ybmn1::before { content: "●"; color: #60a5fa; }
.vf8cgl3 .ufwm2qfz     .ybmn1::before { content: "▶"; color: var(--c-tip-border); }
.vf8cgl3 .ueamsh .ybmn1::before { content: "■"; color: var(--c-warn-border); }
.vf8cgl3 .bm2tea    .ybmn1::before { content: "▸"; color: #60a5fa; }
.ui6npxw .ufwm2qfz     .ybmn1::before { content: "→"; color: var(--c-tip-border); }
.ui6npxw .ueamsh .ybmn1::before { content: "⬥"; color: var(--c-warn-border); }
.ui6npxw .bm2tea    .ybmn1::before { content: "◈"; color: #60a5fa; }
.h6875tgy .irio4b .bp1l9,
.h6875tgy .q09g5flz .bp1l9  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.h6875tgy .q7t56it                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.h6875tgy .w8mck            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.h6875tgy .nnnpua          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.h6875tgy .hv186                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.rxj2ott .irio4b .bp1l9,
.rxj2ott .q09g5flz .bp1l9,
.rxj2ott .w8wsoad3,
.rxj2ott .q7t56it,
.rxj2ott .w8mck,
.rxj2ott .nnnpua,
.rxj2ott .hv186,
.rxj2ott .fyx274r .jjcmy { box-shadow: none; }
.lpzfbw   .l73zkq, .lpzfbw .rhl9, .lpzfbw .eosh6,
.lpzfbw   .jkwkd, .lpzfbw .h9quqv { font-size: 0.9rem; }
.lpzfbw   .sg4wmf, .lpzfbw .sexzy { font-size: 0.9rem; }
.kanzg   .l73zkq, .kanzg .rhl9, .kanzg .eosh6,
.kanzg   .jkwkd, .kanzg .h9quqv { font-size: 0.95rem; }
.kanzg   .sg4wmf, .kanzg .sexzy { font-size: 0.95rem; }
.j8szm   .l73zkq, .j8szm .rhl9, .j8szm .eosh6,
.j8szm   .jkwkd, .j8szm .h9quqv { font-size: 1.08rem; }
.j8szm   .sg4wmf, .j8szm .sexzy { font-size: 1.05rem; }
.j8szm   .qyqknerc { font-size: 0.97rem; }
.wystqfk .vlx948o      { font-size: 3.2rem; }
.wystqfk h2.lvj2 { font-size: 1.9rem; }
.wystqfk h3.kjv5k19     { font-size: 1.4rem; }
.h8mm .vlx948o      { font-size: 3.8rem; }
.h8mm h2.lvj2 { font-size: 2.2rem; }
.h8mm h3.kjv5k19     { font-size: 1.6rem; }
.pfdl + .pfdl { position: relative; }
.mmf1x   .pfdl + .pfdl::before,
.vxz0q5yz  .pfdl + .pfdl::before,
.zoxvnu   .pfdl + .pfdl::before,
.b0tjso0   .pfdl + .pfdl::before,
.y8o5ig   .pfdl + .pfdl::before,
.mzmdq267 .pfdl + .pfdl::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.mmf1x .pfdl + .pfdl::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.vxz0q5yz .pfdl + .pfdl::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.zoxvnu .pfdl + .pfdl::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;
}
.b0tjso0 .pfdl + .pfdl::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.y8fb1b .pfdl { margin-bottom: 16px; }
.y8fb1b .pfdl + .pfdl { margin-top: 0; }
.y8fb1b .hhm5o { padding-top: 0; padding-bottom: 0; }
.y8o5ig .pfdl + .pfdl::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.mzmdq267 .pfdl + .pfdl::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.n41ys .pfdl + .pfdl::before,
.xgom5pdi .pfdl + .pfdl::before,
.d7g2 .pfdl + .pfdl::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%;
}
.wn0hby .n41ys .pfdl:nth-child(even)::before,
.wn0hby .xgom5pdi .pfdl:nth-child(even)::before,
.wn0hby .d7g2 .pfdl:nth-child(even)::before { background: var(--bg-surface); }
.qnd0 .n41ys .pfdl:nth-child(even)::before,
.qnd0 .xgom5pdi .pfdl:nth-child(even)::before,
.qnd0 .d7g2 .pfdl:nth-child(even)::before { background: var(--bg-card); }
.n41ys .pfdl + .pfdl::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");
}
.xgom5pdi .pfdl + .pfdl::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");
}
.d7g2 .pfdl + .pfdl::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");
}
.fh66exo2 .q0m8uab,
.hq9oy73n .q0m8uab,
.eohjbky .q0m8uab { overflow: hidden; }
.fh66exo2 .phidkc5,
.hq9oy73n .phidkc5 { margin-bottom: 60px; }
.eohjbky .phidkc5 { margin-bottom: 70px; }
.fh66exo2 .q0m8uab::before,
.hq9oy73n .q0m8uab::before,
.eohjbky .q0m8uab::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%;
}
.fh66exo2 .q0m8uab::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");
}
.hq9oy73n .q0m8uab::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");
}
.eohjbky .q0m8uab::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");
}
.c7jd7 .q0m8uab:not(.his95) .hixy1x10 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.o5eb6x .q0m8uab:not(.his95) .hixy1x10 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.i431f  .q0m8uab:not(.his95) .hixy1x10 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.wsk7  .q0m8uab:not(.his95) .hixy1x10 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.c7jd7 .his95 { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.o5eb6x .his95 { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.i431f .his95 { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.wsk7 .his95 { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.yubh .his95 { background: var(--accent); }
.yubh .his95 .hixy1x10 { background: none; }
.yubh .q0m8uab:not(.his95) .hixy1x10 { background: rgba(0,0,0,0.6); }
.wmfl0s .zn6zik1 { float: left; width: 38%; margin: 0 28px 16px 0; }
.wmfl0s .zn6zik1 .zsndyl { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.wmfl0s .hhm5o::after { content: ''; display: block; clear: both; }
.a2kitkpb .zn6zik1 { float: right; width: 38%; margin: 0 0 16px 28px; }
.a2kitkpb .zn6zik1 .zsndyl { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.a2kitkpb .hhm5o::after { content: ''; display: block; clear: both; }
.kcegve .pfdl:nth-child(odd)  .zn6zik1 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.kcegve .pfdl:nth-child(even) .zn6zik1 { float: right; width: 38%; margin: 0 0 16px 28px; }
.kcegve .zn6zik1 .zsndyl { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.kcegve .hhm5o::after { content: ''; display: block; clear: both; }
.wmfl0s .ab1b,
.a2kitkpb .ab1b,
.kcegve .ab1b { clear: both; }
@media (max-width: 900px) {
  .wmfl0s .zn6zik1,
  .a2kitkpb .zn6zik1,
  .kcegve .pfdl:nth-child(odd)  .zn6zik1,
  .kcegve .pfdl:nth-child(even) .zn6zik1 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .wmfl0s .zn6zik1 .zsndyl,
  .a2kitkpb .zn6zik1 .zsndyl,
  .kcegve .zn6zik1 .zsndyl {
    max-height: none !important;
  }
}
.wmfl0s .sg4wmf,
.wmfl0s .sexzy,
.a2kitkpb .sg4wmf,
.a2kitkpb .sexzy,
.kcegve .sg4wmf,
.kcegve .sexzy { overflow: hidden; }
@media (max-width: 640px) {
  .wmfl0s .zn6zik1,
  .a2kitkpb .zn6zik1,
  .kcegve .zn6zik1 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.mstokq7 .a4qxigqp,
.mstokq7 .hhm5o,
.mstokq7 .b5kcj36  { max-width: 1100px; }
.is3o .a4qxigqp,
.is3o .hhm5o,
.is3o .b5kcj36  { max-width: 1200px; }
.wbw2 .a4qxigqp,
.wbw2 .hhm5o,
.wbw2 .b5kcj36  { max-width: 1320px; }
.j1jz { font-size: 0.82rem; color: var(--text-muted); }
.jdto { display: flex; align-items: center; }
.akclm {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.aq5pe9r { display: flex; align-items: center; }
.ssnyrg { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.ssnyrg:hover { text-decoration: underline; }
.x1xk { margin: 0 3px; opacity: 0.45; }
.x1xk::before { content: '/'; }
.aes04zpf { padding: 2px 5px; color: var(--text-main); }
.dtwmkf69 .j1jz {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.dtwmkf69 .jdto { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.msognyh .j1jz {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.msognyh .jdto { padding: 0 0 0 12px; }
.uw4g4bs8 .jdto { padding: 0 16px; }
.uw4g4bs8 .j1jz {
  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);
}
.uw4g4bs8 .a4qxigqp { padding-top: 28px; }
@media (max-width: 720px) {
  .cfej { margin-top: 18px; padding: 0 16px; }
  .uw4g4bs8 .a4qxigqp { padding-top: 16px; }
}
.mstokq7.dtwmkf69 .jdto { max-width: 1100px; }
.is3o.dtwmkf69 .jdto { max-width: 1200px; }
.wbw2.dtwmkf69 .jdto { max-width: 1320px; }
.d8ujas5i .pfdl { padding-top: 16px; padding-bottom: 16px; }
.wqip2n1i .pfdl { padding-top: 24px; padding-bottom: 24px; }
.o9yytl .pfdl { padding-top: 40px; padding-bottom: 40px; }
.d5ws4d .pfdl { padding-top: 52px; padding-bottom: 52px; }
.lux6s .pfdl:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.lux6s .pfdl:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.lux6s .pfdl:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.lux6s .pfdl:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.hj9a .hhm5o { padding-top: 10px;  padding-bottom: 10px; }
.uyo5 .hhm5o { padding-top: 18px;  padding-bottom: 18px; }
.a5kn3i .hhm5o { padding-top: 36px;  padding-bottom: 36px; }
.ze68 .hhm5o { padding-top: 48px;  padding-bottom: 48px; }
.wyp2b h2.lvj2 { font-weight: 600; }
.wyp2b h3.kjv5k19     { font-weight: 600; }
.rotg h2.lvj2 { font-weight: 800; }
.rotg h3.kjv5k19     { font-weight: 700; }
.h12ybz { font-weight: 600; }
.h12ybz h2.lvj2 { font-weight: 900; }
.h12ybz h3.kjv5k19     { font-weight: 800; }
.h12ybz .jjcmy strong,
.h12ybz .jjcmy strong { font-weight: 600; }
.e75hsr {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.iwdsph2 .e75hsr { display: none; }
@media (max-width: 640px) {
  .e75hsr { display: none !important; }
}
.e75hsr { background: var(--cta) !important; color: #fff !important; border: none !important; }
.e75hsr:hover { opacity: 0.85; }
.mygwo71 .e75hsr { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.lpc2  .k3ohlc { left: 32px; }
@media (max-width: 480px) {
  .v0wppfkj .k3ohlc { right: 20px; bottom: 20px; }
  .lpc2  .k3ohlc { left: 20px; bottom: 20px; }
}
.iz36c0 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.b5kcj36 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.nrxh7v8y { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.qzky7h2q { color: var(--text-dim); font-size: 0.8rem; }
.g5hkz2mf a, .z0pc a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.g5hkz2mf a:hover, .z0pc a:hover { color: var(--accent-light); }
.z0pc { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.l849hykx .b5kcj36 { text-align: center; }
.l849hykx .z0pc { justify-content: center; margin-bottom: 16px; }
.l849hykx .nrxh7v8y { margin-top: 0; }
.rs96ng6 { margin-top: 10px; }
.rs96ng6 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .b5kcj36 { padding-left: 16px; padding-right: 16px; }
  .m677h .b5kcj36 { padding: 20px 16px; }
  .z0pc { gap: 4px 12px; }
  .nrxh7v8y { font-size: 0.78rem; }
}
.mvwow .nrxh7v8y { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.mvwow .qzky7h2q { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .mvwow .t82s { grid-template-columns: 1fr 1fr; } .mvwow .pehh93 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .mvwow .t82s { grid-template-columns: 1fr; } }
.kxgj .nrxh7v8y { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .kxgj .z6va { gap: 12px; } .kxgj .ifp65h9 { margin-right: 0; width: 100%; } }
.rr9oty8 .nrxh7v8y { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.rr9oty8 .qzky7h2q { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .rr9oty8 .qio0a1jy { grid-template-columns: 1fr 1fr; } .rr9oty8 .qz0m { grid-column: 1 / -1; } }
@media (max-width: 480px) { .rr9oty8 .qio0a1jy { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .pq8i .insh6jsx { grid-template-columns: 1fr 1fr; } .pq8i .bythd3lc:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .pq8i .insh6jsx { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .d5a93 .insh6jsx { grid-template-columns: 1fr; } }
.dah724k4 .b5kcj36 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.dah724k4 .z0pc { justify-content: center; }
.qu48ql .o55q      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.qu48ql .iz36c0 { background: var(--bg-page); border-top-color: var(--border-alt); }
.qas59urs .o55q      { background: #0d1117; border-bottom-color: #21262d; }
.qas59urs .vc1k { color: var(--accent-light); }
.qas59urs .dyq02 { --msep-color: #8b949e; }
.qas59urs .dyq02 a { color: #8b949e; }
.qas59urs .dyq02 a:hover { color: var(--accent-light); }
.qas59urs .hxsi49h { color: #8b949e; }
.qas59urs .iz36c0 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.qas59urs .nrxh7v8y,
.qas59urs .qzky7h2q { color: #6e7681; }
.qas59urs .g5hkz2mf a, .qas59urs .z0pc a,
.qas59urs .g5hkz2mf a:hover, .qas59urs .z0pc a:hover,
@media (max-width: 640px) {
  .qas59urs .dyq02 { background: #0d1117; border-top-color: #21262d; }
  .qas59urs .dyq02 li a { border-bottom-color: #21262d; }
}
.fe552 .o55q      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.fe552 .vc1k { color: var(--accent-light); }
.fe552 .dyq02 { --msep-color: #475569; }
.fe552 .dyq02 a { color: #475569; }
.fe552 .dyq02 a:hover { color: var(--accent-light); }
.fe552 .hxsi49h { color: #64748b; }
.fe552 .iz36c0 { background: #f0f4f8; border-top-color: #cbd5e1; }
.fe552 .nrxh7v8y,
.fe552 .qzky7h2q { color: #64748b; }
.fe552 .g5hkz2mf a, .fe552 .z0pc a,
.fe552 .g5hkz2mf a:hover, .fe552 .z0pc a:hover,
@media (max-width: 640px) {
  .fe552 .dyq02 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .fe552 .dyq02 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.rhrip .o55q      { background: var(--accent); border-bottom-color: var(--accent-light); }
.rhrip .vc1k { color: #fff; }
.rhrip .dyq02 { --msep-color: rgba(255,255,255,0.82); }
.rhrip .dyq02 a { color: rgba(255,255,255,0.82); }
.rhrip .dyq02 a:hover { color: #fff; }
.rhrip .hxsi49h { color: rgba(255,255,255,0.9); }
.rhrip .iz36c0 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.rhrip .nrxh7v8y,
.rhrip .qzky7h2q { color: rgba(255,255,255,0.72); }
.rhrip .g5hkz2mf a, .rhrip .z0pc a,
.rhrip .g5hkz2mf a:hover, .rhrip .z0pc a:hover,
@media (max-width: 640px) {
  .rhrip .dyq02 { background: var(--accent); border-top-color: var(--accent-light); }
  .rhrip .dyq02 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.dq7l0pkx .o55q {
  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);
}
.dq7l0pkx .iz36c0 {
  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) {
  .dq7l0pkx .dyq02 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.hsoxveo .j6zp { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.jdeu6lb .j6zp { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.gb7ehk .j6zp { min-height: 72px; height: auto; }
.ll02 .j6zp { min-height: 84px; height: auto; }
.m677h .j6zp { max-width: none; padding: 0 32px; }
.m677h .b5kcj36  { max-width: none; padding: 24px 32px; }
.b53qjq.is3o .j6zp { max-width: 1200px; }
.b53qjq.wbw2 .j6zp { max-width: 1320px; }
.n5wow2d   .vc1k, .n5wow2d   .ifp65h9 { text-transform: capitalize; }
.am68v1m .vc1k, .am68v1m .ifp65h9 { text-transform: lowercase; }
.nuld .vc1k, .nuld .ifp65h9 { text-transform: uppercase; letter-spacing: 0.06em; }
.ck5p, .m6h2c {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.vdimjhx .ck5p,
.fxow77ia .ck5p,
.w02ct1h .ck5p,
.h6lu9sn6 .ck5p,
.d426ovvy   .dyq02 a { font-weight: 500; }
.dfck .dyq02 a { font-weight: 600; }
.mj73     .dyq02 a { font-weight: 700; }
.ao4eqv    .dyq02 a { font-weight: 800; letter-spacing: 0.01em; }
.lav3oyp     .dyq02 > li + li::before,
.nkmo    .dyq02 > li + li::before,
.hoqqjiv5    .dyq02 > li + li::before,
.yrfrb4 .dyq02 > li + li::before,
.ke6wbnol .dyq02 > li + li::before,
.foeyujp  .dyq02 > li + li::before,
.rcmc49v2    .dyq02 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.lav3oyp     .dyq02 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.nkmo    .dyq02 > li + li::before { content: "|"; }
.hoqqjiv5    .dyq02 > li + li::before { content: "—"; }
.yrfrb4 .dyq02 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ke6wbnol .dyq02 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.foeyujp  .dyq02 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.rcmc49v2    .dyq02 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .nxel6w6k .hxsi49h,
  .ypwmd .hxsi49h,
  .byaz .hxsi49h,
  .jk0s7np .hxsi49h,
  .s8v8 .hxsi49h {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .nxel6w6k .hxsi49h::before,
  .ypwmd .hxsi49h::before,
  .byaz .hxsi49h::before,
  .jk0s7np .hxsi49h::before,
  .s8v8 .hxsi49h::before { content: ""; display: block; flex-shrink: 0; }

  
  .nxel6w6k .hxsi49h::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;
  }

  
  .ypwmd .hxsi49h::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;
  }

  
  .byaz .hxsi49h::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;
  }

  
  .jk0s7np .hxsi49h::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;
  }

  
  .s8v8 .hxsi49h::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) {
  .g3eg6ic3 .hxsi49h {
    padding: 5px 14px;
  }
  .g3eg6ic3 .dyq02 {
    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;
  }
  .g3eg6ic3 .dyq02 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .g3eg6ic3 .dyq02 li a:hover { background: var(--bg-raised); }
  .g3eg6ic3 .hcaoim,
  .z5hu4 .hcaoim,
  .dywp0bi0 .hcaoim { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .k0qd6o .hxsi49h {
    padding: 5px 10px;
  }
  .k0qd6o .dyq02 {
    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);
  }
  .k0qd6o .dyq02.cnko { transform: translateX(0); }
  .k0qd6o .dyq02 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .k0qd6o .dyq02 li:last-child a { border-bottom: none; }
  .rhrip .dyq02,
  .qas59urs .dyq02 { background: var(--accent) !important; }
  .rhrip .dyq02 li a,
  .qas59urs .dyq02 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .dywp0bi0 .hxsi49h {
    padding: 5px 10px;
  }
  .dywp0bi0 .dyq02 {
    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);
  }
  .dywp0bi0 .dyq02::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .dywp0bi0 .dyq02.cnko { transform: translateY(0); }
  .dywp0bi0 .dyq02 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .mgaqh .hxsi49h {
    padding: 5px 10px;
  }
  .mgaqh .dyq02 {
    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;
  }
  .mgaqh .dyq02.cnko { opacity: 1; pointer-events: auto; }
  .mgaqh .dyq02 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .ighysrr     .hxsi49h { border-radius: 0 !important; }
  .mbhg   .hxsi49h { border-radius: 8px !important; }
  .ev4pdp .hxsi49h { border-radius: 50% !important; }
  .tiz4   .hxsi49h { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .eboddeq .wij9lh3 { flex-direction: column; align-items: stretch; }
  .eboddeq .usjwtj0 { flex-direction: row; min-width: auto; }
  .eboddeq .o23qb87 { align-items: flex-start; text-align: left; }
}
.hu6cz,
.hu6cz.pfdl,
.wn0hby .hu6cz,
.bbr3d2 .hu6cz,
.qnd0 .hu6cz,
.hbb4azkv .hu6cz {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.kufl8i1f {
  background: linear-gradient(135deg, var(--cta) 0%, var(--cta-hover) 100%);
  border-radius: 16px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px 0;
}
.chvhu8 { flex: 1 1 280px; min-width: 0; }
.gjd7 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.j33hljeg {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.vmoo {
  background: #fff !important;
  color: var(--cta) !important;
  padding: 14px 44px !important;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.15s, opacity 0.2s;
  white-space: nowrap;
}
.vmoo:hover { transform: translateY(-1px); opacity: 0.95; }
.chrhqo80 .kufl8i1f {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.chrhqo80 .gjd7 { color: var(--cta); }
.chrhqo80 .j33hljeg { color: var(--text-body); }
.chrhqo80 .vmoo {
  background: var(--cta) !important;
  color: #fff !important;
}
.hyqztke .kufl8i1f {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.hyqztke .gjd7 { color: var(--text-primary); }
.hyqztke .j33hljeg { color: var(--text-body); }
.hyqztke .vmoo {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .kufl8i1f {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .chvhu8 { flex: 0 0 auto; }
  .gjd7 { font-size: 1.2rem; }
  .vmoo { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.m0zmme .wyp5nd { height: 36px; }
.n9mlt .wyp5nd { height: 60px; max-width: 200px; }
.fismdq .wyp5nd { height: 56px; max-width: 180px; }
.nncb    .hmwf, .nncb    .qr2s { color: #f59e0b; }
.c4zndfev      .hmwf { font-size: 1rem; letter-spacing: 1.5px; }
.c4zndfev      .qr2s   { font-size: 1.35rem; }
.a3qiou    .hmwf, .a3qiou    .qr2s { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.d97s     .hmwf, .d97s     .qr2s { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.g3cs .hmwf, .g3cs .qr2s { color: var(--cta); letter-spacing: 2px; }
.bqmjl   .hmwf, .bqmjl   .qr2s { color: #e91e63; letter-spacing: 2px; }
.kbqk56v  .hmwf, .kbqk56v  .qr2s { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.lk736     .hmwf, .lk736     .qr2s { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.ldf1m .abknkdkp + .abknkdkp {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.cjhpznr .q7t56it { padding: 18px 24px; min-height: 68px; }
.hftv .cmifk {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.hftv .npu9u {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.c02adqpl .abknkdkp {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.ab1b { counter-reset: cs-rank; }
.ab1b .q7t56it { counter-increment: cs-rank; }
.ab1b .q7t56it::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;
}
.r4sp25 .ab1b { counter-reset: cs-rank; gap: 0; }
.r4sp25 .q7t56it {
  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;
}
.r4sp25 .q7t56it::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;
}
.r4sp25 .in3vr {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.r4sp25 .fl5hqyg {
  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;
}
.r4sp25 .i0n2 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.r4sp25 .in3vr { min-width: 0; flex-direction: column; width: 100%; }
.r4sp25 .z78l4olf {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.r4sp25 .hmwf { color: var(--cta, var(--accent)); }
.r4sp25 .ac5i { font-weight: 700; }
.r4sp25 .abknkdkp {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.r4sp25 .cmifk {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.r4sp25 .npu9u {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.r4sp25 .mewe89x .npu9u { font-size: 1.3rem; color: var(--accent-light); }
.r4sp25 .g51jz {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.r4sp25 .q7t56it:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .r4sp25 .ab1b {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .r4sp25 .q7t56it {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .r4sp25 .q7t56it { padding: 40px 16px 20px; }
  .r4sp25 .abknkdkp {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .r4sp25 .g51jz { width: 100%; min-width: 0; }
}
.cgj0p .ab1b { counter-reset: cs-rank; gap: 10px; }
.cgj0p .q7t56it {
  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);
}
.cgj0p .q7t56it::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);
}
.cgj0p .in3vr {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.cgj0p .fl5hqyg {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.cgj0p .i0n2 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.cgj0p .z78l4olf {
  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;
}
.cgj0p .hmwf { color: var(--cta, var(--accent)); }
.cgj0p .abknkdkp {
  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;
}
.cgj0p .cmifk {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.cgj0p .npu9u { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.cgj0p .mewe89x .npu9u { color: var(--accent-light); }
.cgj0p .g51jz {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.cgj0p .q7t56it:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .cgj0p .q7t56it {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .cgj0p .q7t56it::before {
    position: absolute; top: 14px; left: 14px;
  }
  .cgj0p .in3vr {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .cgj0p .z78l4olf { white-space: normal; text-align: center; font-size: 1.2rem; }
  .cgj0p .abknkdkp {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .cgj0p .g51jz { width: 100%; min-width: 0; }
  .cgj0p .hmwf { min-width: 0; }
}
.j04d7ts2 .q7t56it::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.jjkn .c4rh {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.jjkn .c4rh summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.jjkn .c4rh p { padding: 0 2px 16px; }
.war5 .c4rh { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.war5 .c4rh summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.war5 .c4rh summary::after { content: "›"; font-size: 1.2em; }
.war5 .c4rh[open] summary::after { content: "‹"; }
.war5 .c4rh p { padding: 10px 22px 4px; }
.x6o1 .c4rh {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.x6o1 .c4rh summary { color: var(--text-primary); padding-left: 16px; }
.x6o1 .c4rh summary::after { content: "›"; font-size: 1.1em; }
.x6o1 .c4rh[open] summary::after { content: "‹"; }
.x6o1 .c4rh p { padding-left: 16px; }
.zi20wn8 .yrv4ws { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.zi20wn8 .c4rh {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.zi20wn8 .c4rh:last-child { border-bottom: none; }
.zi20wn8 .c4rh summary { color: var(--text-primary); border-radius: 0; }
.zi20wn8 .c4rh summary::after { content: "›"; font-size: 1.1em; }
.zi20wn8 .c4rh[open] summary::after { content: "‹"; }
.w2y5 .c4rh { overflow: hidden; }
.w2y5 .c4rh summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.w2y5 .c4rh summary::after { color: rgba(255,255,255,.75); }
.w2y5 .c4rh[open] summary { border-radius: 0; }
.f98qv92 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.skqtm9q {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.mcd2e6lp {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.zvmcph3 { color: var(--text-muted); font-size: 1.05rem; }
.gcky8y {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.raogm6 { margin-bottom: 20px; }
.d2sawip {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.ynubxtn {
  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;
}
.ynubxtn:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.vu9b8b7 { resize: vertical; min-height: 130px; }
.qw2y1teu { width: 100%; margin-top: 8px; }
.oli0 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.d7mmx {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.x4z8nobp { color: var(--text-muted); line-height: 1.75; }
.lvyx { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.lvyx li { margin-bottom: 6px; }
.jcwg1 { max-width: 760px; margin: 0 auto; }
.tbe9lb { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.rict5wtj { max-width: 760px; margin: 0 auto; }
.qr245iv ul.lvyx { margin: 0; }
@media (max-width: 640px) { .x88pc { grid-template-columns: 1fr; gap: 10px; } }
.zld5w { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.qle6 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.h1l7ped { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.qle6 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.qle6 .lvyx { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .zld5w { grid-template-columns: 1fr; } }
.g54j { color: inherit; text-decoration: none; }
.g54j:hover { color: var(--accent-light); text-decoration: underline; }
.qqxhqp5l { display: inline-block; line-height: 0; }
.hl2qv3 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.f295 { margin-bottom: 48px; }
.anilqp { max-width: 760px; margin: 0 auto; }
.bvxi { text-align: center; }
.wtjzex { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.wtjzex:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.bi3xw8xe { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.wtjzex p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.wtjzex ul.lvyx { margin: 0; }
.w5p74vzp { color: var(--text-muted); line-height: 1.75; }
.bvxi .lvyx,
.qc42em .lvyx,
.j4wk .lvyx,
.fd4c .lvyx {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.bvxi .wtjzex,
.qc42em .wtjzex { text-align: left; }
.bvxi .bi3xw8xe,
.qc42em .bi3xw8xe { text-align: center; }
.eglufl9 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.qm24bnq { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.y496 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.gsqnhq { margin-top: 12px; }
.b9syg { 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; }
.b9syg:hover { border-bottom-color: var(--accent-light); }
.hgqhq4s { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.hgqhq4s img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gdv6fi0z { width: 200px; height: 200px; }
.g3f4e { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.wml97r { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.s93pyi { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .vfat { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.uur44 { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.uur44 .y496, .uur44 .qm24bnq { max-width: 640px; }
.oha4 .eglufl9 { font-size: 1.6rem; margin-top: 18px; }
.whqdp .y496 { margin-bottom: 28px; }
@media (max-width: 860px) { .b4qwjx { grid-template-columns: 1fr; } .oha4 { position: static; text-align: center; } }
.irle5p .hgqhq4s { margin: 0 auto 18px; }
.irle5p .wml97r { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .x6ft6bzg { grid-template-columns: 1fr; } }
.la5kz .eglufl9 { font-size: 1.6rem; margin-bottom: 6px; }
.fd4c .lvyx { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .la5kz { flex-direction: column; text-align: center; } .ad4d { grid-template-columns: 1fr; } }
.oxxuu .eglufl9 { font-size: 1.35rem; margin: 0 0 4px; }
.oxxuu .wml97r { margin: 0; }
.ymixpm20 .mcd2e6lp { color: var(--accent-light); }
.ashs .mcd2e6lp { font-size: 2rem; }
.ashs .zvmcph3 { max-width: 680px; }
.zehxxqz {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.zehxxqz .mcd2e6lp { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.zehxxqz .zvmcph3  { margin: 0; }
@media (max-width: 640px) { .zehxxqz { flex-direction: column; } }
.os2wjh7 .mcd2e6lp { color: var(--accent-light); }
.v9fu .mcd2e6lp { color: #fff; }
.v9fu .zvmcph3  { color: rgba(255,255,255,0.85); }
.kr087p3b { max-width: 680px; margin: 0 auto; }
.pz7a9pu {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .pz7a9pu { grid-template-columns: 1fr; } }
.uh8dugnx .ynubxtn {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.uh8dugnx .ynubxtn:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.rq6r .ynubxtn { background: var(--bg-raised); border-color: transparent; }
.rq6r .ynubxtn:focus { background: var(--bg-card); border-color: var(--accent-light); }
.xzazzkv .ynubxtn { border-radius: 100px; padding: 11px 20px; }
.xzazzkv .vu9b8b7 { border-radius: 14px; }
@media (max-width: 640px) { .rf19y8g { grid-template-columns: 1fr; } }
.mq0bm { counter-reset: priv-count; }
.wkhh {
  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);
}
.wkhh:last-child { border-bottom: none; }
.md1yhb {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.wkhh h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.wkhh p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.i6e8eg5d { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.i6e8eg5d li { margin-bottom: 6px; }
.y9bd{position:relative;overflow:visible}
.xqgc .f4w62{display:block}
.u8j4h .g8aqvki{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.u8j4h .coo0goqp::before{content:""}
.z5cujm5{--date-bg:transparent}
.ifae41 .coo0goqp::before{content:""}
.gd7imz{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.cdm770u{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.pk0ptqht{display:flex;flex-direction:column;gap:3px}
.fzesf7{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.oqdv{font-weight:700;font-size:1rem;color:var(--text-heading)}
.ayjsg81{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.njuk9 .gd7imz{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.kkmj .gd7imz{border-top:3px solid var(--accent);padding-top:18px}
.a6g8c7 .gd7imz{border-left:3px solid var(--accent);border-radius:0}
.xbavqe .gd7imz{padding:20px 0}
@media(max-width:640px){
  .gd7imz{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .ayjsg81{max-width:100%}
}
.qu3ii2h5 .nnnpua{margin:0}
@media (max-width:560px){
  .fz0kas{grid-template-columns:repeat(2,1fr);gap:12px}
}
.rmps {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.rmps.vwmkg60g {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.va4yvc05 {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.va4yvc05 .rpg4j {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  width: 36px; height: 36px; border-radius: 50%;
  padding: 0; margin: 0;
  z-index: 2;
  font-size: 0 !important; color: transparent !important;   
  transition: background 0.15s;
}
.va4yvc05 .rpg4j::before,
.va4yvc05 .rpg4j::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: 2px;
  background: var(--text-primary, #111);
}
.va4yvc05 .rpg4j::before { transform: translate(-50%, -50%) rotate(45deg); }
.va4yvc05 .rpg4j::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.va4yvc05 .rpg4j:hover { background: rgba(0,0,0,0.12) !important; }
.ngy9l975 {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.bj838 {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.n4r5821e {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.nhija1c {
  margin: 0 0 18px; font-size: 0.98rem;
  color: var(--text-muted, #555);
}
.va4yvc05 .s9vi0 {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.va4yvc05 .s9vi0:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .va4yvc05 { padding: 28px 18px 20px; }
  .n4r5821e { font-size: 1.2rem; }
  .ngy9l975 { max-width: 220px; max-height: 80px; }
}
.ow7wyn {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
  width: 96px; height: 96px;
  padding: 10px;
  margin-right: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.p1oy2t26 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.q780  .ow7wyn { border-radius: 50%; }
.qyuy  .ow7wyn { border-radius: 6px; }
.k1gkbe33 .ow7wyn { border-radius: 22px; }
.ua34si .kufl8i1f {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .ow7wyn { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.ldlgi .pfdl {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.ldlgi .hhm5o {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.ldlgi .kufl8i1f {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.tvchr {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.tvchr.vwmkg60g { transform: translate(-50%, 0); }
.tvchr .pfdl,
.tvchr .hhm5o {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.tvchr .kufl8i1f {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.eaebaf {
  position: absolute;
  
  top: 14px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.eaebaf::before,
.eaebaf::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.eaebaf::before { transform: translate(-50%, -50%) rotate(45deg); }
.eaebaf::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.eaebaf:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .tvchr { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .tvchr .kufl8i1f {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .tvchr .j33hljeg { display: none !important; }
  .tvchr .gjd7 { font-size: 1.1rem !important; }
  .tvchr .ow7wyn { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .eaebaf { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .j6zp { flex-direction: row-reverse; }
[dir="rtl"] .dyq02 { flex-direction: row-reverse; }
[dir="rtl"] .lpc2  .k3ohlc { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .v0wppfkj .k3ohlc { right: auto; left: 20px; }
  [dir="rtl"] .lpc2  .k3ohlc { left: auto;  right: 20px; }
}
[dir="rtl"] .wmfl0s .zn6zik1  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .a2kitkpb .zn6zik1 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .sg4wmf, [dir="rtl"] .sexzy { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .tfrckve { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .b44v { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .jjcmy { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .kufl8i1f { direction: rtl; }
[dir="rtl"] .ow7wyn { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .q7t56it,
[dir="rtl"] .j1jz { direction: rtl; }
[dir="rtl"] .hv186 { direction: rtl; }
[dir="rtl"] .l39nsua { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .bsm3sh0u .sexzy,
[dir="rtl"] .yed3xt .sexzy,
[dir="rtl"] .o7lsfhbh .sexzy,
[dir="rtl"] .i7k5whf .sexzy {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .bsm3sh0u .sexzy li::before,
[dir="rtl"] .yed3xt .sexzy li::before,
[dir="rtl"] .o7lsfhbh .sexzy li::before,
[dir="rtl"] .i7k5whf .sexzy li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .q0m8uab.q0e244sr .phidkc5,
[dir="rtl"] .vjht4a.q0e244sr .phidkc5,
[dir="rtl"] .his95.q0e244sr .phidkc5,
[dir="rtl"] .bb3sykko.q0e244sr .phidkc5,
[dir="rtl"] .g16g.q0e244sr .phidkc5 { text-align: right; }
[dir="rtl"] .aehcfk.mxag0s .d1te0s { text-align: center; }
[dir="rtl"] .hhm5o,
[dir="rtl"] .jkwkd,
[dir="rtl"] .h9quqv,
[dir="rtl"] .phidkc5 { text-align: right; }
[dir="rtl"] .gcky8y,
[dir="rtl"] .d2sawip,
[dir="rtl"] .y496,
[dir="rtl"] .ynubxtn,
[dir="rtl"] .vu9b8b7 { text-align: right; direction: rtl; }
[dir="rtl"] .xzazzkv .ynubxtn,
[dir="rtl"] .uh8dugnx .ynubxtn { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #f43f5e;
  --brand:           #f43f5e;
  --brand-light:     #b61530;
  --brand-pale:      #db3c58;
  --grad-start:      #f895a6;
  --grad-end:        #f9d2d8;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #e5a100;
  --cta-light:       #bc8400;
  --cta-hover:       #a77500;
  --bg-page:         #f8f6f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f6f3f3;
  --bg-raised:       #f1edee;
  --bg-hover:        #f6f3f3;
  --border:          #e9e1e2;
  --border-alt:      #ddcfd1;
  --border-section:  #e9e1e2;
  --text-primary:    #1c1617;
  --text-muted:      #625053;
  --text-body:       #382d2f;
  --text-sub:        #544447;
  --text-faint:      #8c7277;
  --text-dim:        #a38e92;
  --text-label:      #705b5f;
  --text-value:      #46393b;
  --accent-bg:       #f6dee2;
  --accent-bg-light: #f3c2cb;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf3f4;
  --c-pros:          #13960c;
  --c-cons:          #9f2125;
  --c-pros-label:    #16b30e;
  --c-tip-border:    #19c610;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #13960c;
}
:root { --logo-bg-opacity: 73%; }
body, button, input { font-family: "Inter", sans-serif; }
.rnmro .cw23j2y, .rnmro .aehcfk { min-height: 520px; }
.x1xk::before { content: '·'; font-size: 1.3em; line-height: 1; }