:root {
  --color-accent: #9e3d49;
  --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; }

/* Mobile optimization - prevent horizontal scroll */
html {
  overflow-x: hidden;
  max-width: 100vw;
}
body {
  font-family: system-ui, sans-serif;
  background: var(--bg-page);
  color: var(--text-primary);
  line-height: 1.7;
  overflow-x: hidden;
  max-width: 100vw;
  position: relative;
}
img, video, iframe {
  max-width: 100%;
  height: auto;
}
table {
  max-width: 100%;
  overflow-x: auto;
  display: block;
}
@media (max-width: 640px) {
  * {
    max-width: 100vw;
  }
  body, html {
    overflow-x: hidden !important;
    width: 100vw;
  }
}
.m24mg4 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dst9o {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}

@media (max-width: 640px) {
  .dst9o {
    padding: 0 max(16px, env(safe-area-inset-left)) 0 max(16px, env(safe-area-inset-right));
    height: 56px;
  }
  .ilezf {
    display: none;
  }
  .ivdnbasw {
    display: none;
  }
  .xnn0 {
    display: none;
  }

  /* Add safe area support for navigation */
  .m24mg4 {
    padding-top: env(safe-area-inset-top);
  }

  /* Ensure menu respects safe areas */
  .levf {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }

  .levf li a {
    padding-left: max(24px, env(safe-area-inset-left));
    padding-right: max(24px, env(safe-area-inset-right));
  }
}
.ivdnbasw {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.ilezf { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.levf { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.levf a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.levf a:hover { color: var(--accent-light); }
.cvdpk  .djqr { border-radius: 14px; }
.cvdpk .djqr li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.cvdpk .djqr li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.zqpj6f .djqr li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .djqr {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .zve3f69:hover .djqr,
  .zve3f69:focus-within .djqr { display: block; }
  .djqr li a { padding: 8px 16px; font-size: 0.88rem; }
}
.iiwaxtu6 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.z8b9 { display: none; }
@media (max-width: 640px) {
  .z8b9 {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 899;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    animation: fadeIn 0.2s ease-out;
  }
  .z8b9.r5ebng {
    display: block;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
@media (max-width: 640px) {
  .iiwaxtu6 {
    display: flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.2s ease;
  }
  .iiwaxtu6:active {
    transform: scale(0.95);
  }
  .levf > li + li::before { display: none !important; }
  .levf {
    display: none;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    flex-wrap: nowrap;
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    background: var(--bg-surface);
    border-top: 1px solid var(--border);
    padding: 8px 0;
    max-height: calc(100vh - 56px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 900;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    animation: slideDown 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .levf.r5ebng {
    display: flex;
  }
  .levf li a {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    font-size: 1rem;
    font-weight: 500;
    border-bottom: 1px solid var(--border);
    -webkit-tap-highlight-color: transparent;
    min-height: 52px;
    transition: background-color 0.2s ease, padding-left 0.2s ease;
  }
  .levf li a:active {
    background-color: var(--border);
    padding-left: 28px;
  }
  .levf li:last-child a {
    border-bottom: none;
  }

  /* Prevent body scroll when menu is open */
  body:has(.levf.r5ebng) {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }

  /* Menu animation */
  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-12px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
.p78x2a { min-height: 480px; }
.xnydb5 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.jxqmpev { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.fc1xt1f .jxqmpev { margin-left: 0; margin-right: 0; }
.yzok {
  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;
}
.xc77 .yzok { margin-top: 24px; }
.yzok:hover { opacity: 0.88; }
.co74xfi {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.puohqu {
  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%);
}
.co74xfi .qek80bkw {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.co74xfi .xnydb5 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.co74xfi .jxqmpev { color: #e2e8f0; }
.co74xfi.xqz2 .qek80bkw { text-align: center; }
.co74xfi.fc1xt1f   .qek80bkw { text-align: left; }
.uc83p0il .qek80bkw {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.uc83p0il .xnydb5 { color: var(--text-primary); text-shadow: none; }
.uc83p0il .jxqmpev { color: var(--text-muted); }
.uc83p0il .yzok { margin-top: 16px; }
.uc83p0il, .uc83p0il.p78x2a { min-height: auto !important; }
.uc83p0il.xqz2 .qek80bkw { text-align: center; }
.uc83p0il.fc1xt1f   .qek80bkw { text-align: left; }
.uc83p0il~.ejcdpxr{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.uc83p0il~.ejcdpxr .pego{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.hf6w .gacgxno,
.hf6w .p5xv5 {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.b6pidhd7 .co74xfi .puohqu {
  overflow: hidden;
}
.b6pidhd7 .co74xfi .puohqu::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.ss9qrma .co74xfi .puohqu {
  overflow: hidden;
}
.ss9qrma .co74xfi .puohqu::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;
}
.zhbv .co74xfi .puohqu {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.h02q .co74xfi .puohqu {
  overflow: hidden;
}
.h02q .co74xfi .puohqu::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;
}
.hf6w .co74xfi .puohqu {
  animation: hg-breathe 10s ease-in-out infinite;
}
.gacgxno .puohqu {
  background: none;
}
.gacgxno .xnydb5 { color: #fff; }
.gacgxno .jxqmpev { color: rgba(255,255,255,0.85); }
.gacgxno .yzok { background: #fff; color: var(--cta); }
.gacgxno .yzok:hover { opacity: 0.92; }
.hf6w .lx1iy2h {
  animation: hg-breathe 7s ease-in-out infinite;
}
.lx1iy2h .xnydb5 { text-shadow: none; color: var(--text-primary); }
.lx1iy2h .jxqmpev { color: var(--text-muted); }
body.til02 .xnydb5 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.mx925k4o .xnydb5 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.p78x2a.gacgxno .xnydb5,
section.gacgxno .xnydb5 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.lx1iy2h.fc1xt1f   .y8uydz { align-items: flex-start; text-align: left; }
.p78x2a .orxh3 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.orxh3 .iy6h4 {
  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;
}
.orxh3 .iy6h4::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.orxh3 .xu2g93a { display: contents !important; }
.orxh3 .xu2g93a .sv6kbsd {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.orxh3 .xu2g93a .yofu { max-height: 48px; max-width: 96px; }
.orxh3 .xu2g93a .magid5ah {
  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;
}
.orxh3 .rz5c {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.orxh3 .bcskv { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.orxh3 .pacw { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.orxh3 .pacw small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.orxh3 .zmxyd5 { display: contents !important; }
.orxh3 .zmxyd5 .l9ed2l:not(.hbqnk3) { display: none !important; }
.orxh3 .zmxyd5 .hbqnk3 {
  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;
}
.orxh3 .zmxyd5 .hbqnk3 .e4hylmz8 {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.orxh3 .zmxyd5 .hbqnk3 .pphb1fbg {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.orxh3 .nr9yk { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.orxh3 .nr9yk.wuy8 {
  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;
}
.orxh3 .nr9yk.wuy8:hover { opacity: 0.85; }
.x2dw .qek80bkw { padding-bottom: 24px; }
.xc77 .qek80bkw { max-width: 1100px; }
@media (max-width: 700px) {
  .lx1iy2h { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .lx1iy2h:not(.xdi3) .hva728h { display: none !important; }
  .xdi3 .hva728h { padding: 16px; }
  .y8uydz  { padding: 36px 24px; }
  .lx1iy2h~.ejcdpxr,.gwhkz~.ejcdpxr{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .p78x2a, .lx1iy2h { min-height: 320px !important; }
  .xnydb5 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .fn9a,
  .jw9bc,
  .weyxj { grid-template-columns: 1fr !important; }

  

  
  .x2dw { display: flex !important; flex-direction: column !important; }
  .x2dw .qek80bkw { display: contents; }
  .x2dw .puohqu { order: 0; }
  .x2dw .xnydb5 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .x2dw .fn9a { order: 2; padding: 0 16px 12px !important; }
  .x2dw .jxqmpev { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .xc77 .qek80bkw { display: flex; flex-direction: column; }
  .xc77 .qek80bkw .xnydb5 { order: 1; }
  .xc77 .qek80bkw .weyxj { order: 2; margin: 8px 0 24px !important; }
  .xc77 .qek80bkw .jxqmpev { order: 3; }
  .xc77 .qek80bkw .yzok { order: 4; align-self: center; margin-top: 0; }

  
  .lx1iy2h.xdi3 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .lx1iy2h.xdi3 .y8uydz { display: contents; padding: 0; }
  .lx1iy2h.xdi3 .y8uydz .xnydb5 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .lx1iy2h.xdi3 .hva728h { order: 2; padding: 12px 16px; }
  .lx1iy2h.xdi3 .y8uydz .jxqmpev { order: 3; padding: 0 24px; margin: 0 auto; }
  .lx1iy2h.xdi3 .y8uydz .yzok { order: 4; align-self: center; margin: 8px 0 32px; }
}
.mq5xk { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.pal8 { width: 100%; height: auto; display: block; border-radius: 10px; }
.h4iuszri .mq5xk        { border-radius: 16px; }
.h4iuszri .pal8  { border-radius: 16px; }
.pexi7tyb .mq5xk         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.pexi7tyb .pal8   { border-radius: 8px; }
.gf6ehg { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.uzq2h0 { width: 100%; padding: 32px 0; position: relative; }
.nd8dmll { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.qlzlm4u .uzq2h0:nth-child(even) { background: var(--bg-surface); }
.qlzlm4u .uzq2h0:nth-child(odd)  { background: var(--bg-page); }
.qmfd .uzq2h0:nth-child(even) { background: var(--bg-card); }
.qmfd .uzq2h0:nth-child(odd)  { background: var(--bg-page); }
.qlzlm4u .uzq2h0:nth-child(odd)  .nd8dmll { background: var(--bg-card); border-radius: 6px; }
.qlzlm4u .uzq2h0:nth-child(even) .nd8dmll { background: var(--bg-raised); border-radius: 6px; }
.qmfd .uzq2h0:nth-child(odd)  .nd8dmll { background: var(--bg-card); border-radius: 6px; }
.qmfd .uzq2h0:nth-child(even) .nd8dmll { background: var(--bg-raised); border-radius: 6px; }
.qlzlm4u .uzq2h0:nth-child(even) .bjf532p .r6l7l,
.qmfd .uzq2h0:nth-child(even) .bjf532p .r6l7l { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.qlzlm4u .uzq2h0:nth-child(odd) .bjf532p .r6l7l,
.qmfd .uzq2h0:nth-child(odd) .bjf532p .r6l7l { background: var(--bg-card-inner); }
.qlzlm4u .uzq2h0:nth-child(even) .x2kp .r6l7l:nth-child(odd),
.qmfd .uzq2h0:nth-child(even) .x2kp .r6l7l:nth-child(odd)  { background: var(--bg-card); }
.qlzlm4u .uzq2h0:nth-child(even) .x2kp .r6l7l:nth-child(even),
.qmfd .uzq2h0:nth-child(even) .x2kp .r6l7l:nth-child(even) { background: var(--bg-card-inner); }
h1.xq07qu7 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.xq07qu7 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.rcy0r4 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.etiqivx5 h2.xq07qu7 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.nf4wgi h2.xq07qu7 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.te94b3a h2.xq07qu7 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.qpqt16 h2.xq07qu7::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.xrruf h2.xq07qu7 {
  color: var(--text-primary); font-size: 1.7rem;
}
.ipiu h2.xq07qu7::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.fmxxejrr h2.xq07qu7 {
  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;
}
.saspz { font-size: 1.35rem; font-weight: 700; color: var(--accent-light); margin-bottom: 12px; }
.hv3josc { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .hv3josc { display: none; } }
.j7tk37wd { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.vv5l6sx { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.qxuw {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.xqhtm { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.dcxo4seh { padding-left: 20px; }
.dcxo4seh li { margin-bottom: 6px; }
.dcxo4seh a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.dcxo4seh a:hover { color: var(--accent-light); }
.nkf4f7 .xqhtm { display: none; }
.bc2xqk .xqhtm { display: none; }
.bc2xqk .dcxo4seh { padding-left: 0; list-style: none; }
.bc2xqk .dcxo4seh li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.bc2xqk .dcxo4seh a { font-size: 0.92rem; }
.qba1 .qxuw { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.qba1 .xqhtm { display: none; }
.qba1 .dcxo4seh { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.qba1 .dcxo4seh li { margin-bottom: 0; }
.qba1 .dcxo4seh 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;
}
.qba1 .dcxo4seh a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.ku4up8po .qxuw { padding: 20px 20px 16px; }
.ku4up8po .dcxo4seh {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.ku4up8po .dcxo4seh li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.ku4up8po .dcxo4seh 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;
}
.ku4up8po .dcxo4seh 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;
}
.ku4up8po .dcxo4seh a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ku4up8po .dcxo4seh a:focus,
.ku4up8po .dcxo4seh a:focus-visible,
.ku4up8po .dcxo4seh a:target { outline: none; }
.ku4up8po .dcxo4seh li:target a { border-color: var(--border); color: var(--text-muted); }
.j64t .qxuw { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.j64t .xqhtm { display: none; }
.j64t .dcxo4seh { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.j64t .dcxo4seh li { margin-bottom: 0; }
.j64t .dcxo4seh li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.j64t .dcxo4seh li:last-child::after { content: ""; margin-right: 0; }
.j64t .dcxo4seh a { font-size: 0.9rem; }
.r6l7l { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.bjf532p .r6l7l { background: var(--bg-card); }
.x2kp .r6l7l:nth-child(odd)  { background: var(--bg-card); }
.x2kp .r6l7l:nth-child(even) { background: var(--bg-raised); }
.g9ev2x .r6l7l {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.g9ev2x .r6l7l:last-child { border-bottom: none; }
.g9ev2x h3.rcy0r4 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.e2ns79 .r6l7l {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.e2ns79 .r6l7l + .r6l7l { margin-top: 4px; }
.yf9njp .r6l7l { background: none; border-radius: 0; padding: 12px 0; }
.yf9njp .r6l7l + .r6l7l { border-top: 1px solid var(--border-section); }
.nyn6 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ixkg0j { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.cw1lp3 { color: var(--text-body); margin-bottom: 10px; }
.ot76tu9, .yzwj6do2 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ot76tu9 li, .yzwj6do2 li { margin-bottom: 6px; }
.yzwj6do2 li { list-style: decimal; }
.edeztpj     .ot76tu9 { list-style-type: "● "; }
.tyxb15h  .ot76tu9 { list-style-type: "■ "; }
.p0e5th .ot76tu9 { list-style-type: "◆ "; }
.yrt1ct    .ot76tu9 { list-style-type: "★ "; }
.edeztpj     .fwfj3 { list-style-type: "● "; }
.tyxb15h  .fwfj3 { list-style-type: "■ "; }
.p0e5th .fwfj3 { list-style-type: "◆ "; }
.yrt1ct    .fwfj3 { list-style-type: "★ "; }
.edeztpj    .ot76tu9 li::marker, .edeztpj    .fwfj3 li::marker,
.tyxb15h .ot76tu9 li::marker, .tyxb15h .fwfj3 li::marker,
.p0e5th .ot76tu9 li::marker, .p0e5th .fwfj3 li::marker,
.yrt1ct   .ot76tu9 li::marker, .yrt1ct   .fwfj3 li::marker {
  color: var(--cta); font-size: 1em;
}
.edeztpj .yzwj6do2,
.tyxb15h .yzwj6do2,
.p0e5th .yzwj6do2,
.yrt1ct .yzwj6do2 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.edeztpj .yzwj6do2 li,
.tyxb15h .yzwj6do2 li,
.p0e5th .yzwj6do2 li,
.yrt1ct .yzwj6do2 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.edeztpj .yzwj6do2 li::before,
.tyxb15h .yzwj6do2 li::before,
.p0e5th .yzwj6do2 li::before,
.yrt1ct .yzwj6do2 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;
}
.edeztpj     .yzwj6do2 li::before { border-radius: 50%; }
.tyxb15h  .yzwj6do2 li::before { border-radius: 3px; }
.p0e5th .yzwj6do2 li::before { border-radius: 3px; }
.yrt1ct    .yzwj6do2 li::before { border-radius: 50%; }
.ooak24wh { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.h9f5 .ooak24wh,
.vbr5p6g .ooak24wh { background: transparent; border: none; border-radius: 0; }
.ear2hed4 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.ear2hed4 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.ear2hed4 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.ear2hed4 tr:hover td { background: var(--bg-hover); }
.ek6bqp7n .ear2hed4 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.iza66 .ear2hed4 { border: 1px solid var(--border-alt); }
.iza66 .ear2hed4 th,
.iza66 .ear2hed4 td { border: 1px solid var(--border-alt); }
.cargd .ear2hed4 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.cargd .ear2hed4 td { border-bottom: none; }
.cargd .ear2hed4 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.uxiy .ear2hed4 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.pn2dxeg5 .ooak24wh {
  overflow: hidden;
}
.pn2dxeg5 .ear2hed4 th { border-bottom: 1px solid var(--border-alt); }
.pn2dxeg5 .ear2hed4 tr:last-child td { border-bottom: none; }
.yne7hx { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.b3rhbf { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.w3qdt67 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.relw { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.uk80giua { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.fwfj3 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.fwfj3 li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.f1pi .relw { background: transparent; text-align: center; }
.v06gs0i6 .w3qdt67 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.u6w3df .w3qdt67 {
  width: 72px; height: 72px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 16px auto 4px; display: block;
  border: 3px solid var(--accent-bg);
}
.fkr9 .b3rhbf { display: grid; grid-template-columns: auto 1fr; }
.fkr9 .w3qdt67 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.fkr9 .relw { grid-column: 2; }
.fkr9 .uk80giua,
.fkr9 .fwfj3 { grid-column: 1 / -1; }
.cmng9qom .b3rhbf { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.cmng9qom .w3qdt67 {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 14px 12px; border: 2px solid var(--accent-pale);
}
.cmng9qom .relw { grid-column: 2; }
.cmng9qom .uk80giua,
.cmng9qom .fwfj3 { grid-column: 1 / -1; }
.ovg3 .b3rhbf { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.ovg3 .relw { background: none; color: var(--accent-light); font-weight: 700; }
.a3g7wwo .b3rhbf { background: rgba(255,255,255,0.04); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.08); }
.a3g7wwo .relw { background: none; color: var(--accent-light); font-weight: 700; }
.qsmrv .b3rhbf { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.qsmrv .b3rhbf:last-child { border-bottom: none; }
.qsmrv .relw { background: none; color: var(--accent-light); font-weight: 700; }
.c521rn .b3rhbf { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.c521rn .relw { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.meqv .yne7hx { counter-reset: card-n; }
.meqv .b3rhbf  { counter-increment: card-n; }
.meqv .relw { display: flex; align-items: center; gap: 10px; }
.meqv .relw::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.76rem; font-weight: 700;
}
.k3dg2uh .b3rhbf { background: var(--bg-surface); border: 1px solid var(--border); }
.k3dg2uh .relw { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.fbjfck { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.xv8mtf1a  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.rx546t { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.jleb { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.fbjfck strong { color: var(--text-primary); font-size: 0.95rem; }
.fbjfck p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.nxo3q { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.ivz6, .zubvpt4 { border-radius: 8px; padding: 14px; }
.ivz6 { background: var(--bg-pros); }
.zubvpt4 { background: var(--bg-cons); }
.a6yv { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.ivz6 .a6yv { color: var(--c-pros-label); }
.zubvpt4 .a6yv { color: #f87171; }
.ivz6 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.zubvpt4 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.pal8 { width: 100%; height: auto; border-radius: 10px; display: block; }
.wuy8 {
  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;
}
.wuy8:hover { opacity: 0.85; }
.qpcvy0u .wuy8  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.qpcvy0u .wuy8:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.sfqgr .wuy8  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.sfqgr .wuy8:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.eovxs6d .yzok { border-radius: 50px; }
.eovxs6d .wuy8  { border-radius: 50px; }
.hf73 .yzok { padding-left: 22px; padding-right: 22px; }
.hf73 .wuy8  { padding-left: 12px; padding-right: 12px; }
.bego .yzok { padding-left: 44px; padding-right: 44px; }
.bego .wuy8  { padding-left: 24px; padding-right: 24px; }
.avjbcalz .yzok { padding-left: 56px; padding-right: 56px; }
.avjbcalz .wuy8  { padding-left: 32px; padding-right: 32px; }
.kmdy   .yzok::after, .kmdy   .wuy8::after,
.tx464l .yzok::after, .tx464l .wuy8::after,
.y83a    .yzok::after, .y83a    .wuy8::after,
.g6pmia3    .yzok::after, .g6pmia3    .wuy8::after,
.sxyp    .yzok::after, .sxyp    .wuy8::after,
.j0zp7e2     .yzok::after, .j0zp7e2     .wuy8::after,
.dp5v    .yzok::after, .dp5v    .wuy8::after,
.zn7fionf   .yzok::after, .zn7fionf   .wuy8::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;
}
.kmdy .yzok::after, .kmdy .wuy8::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");
}
.tx464l .yzok::after, .tx464l .wuy8::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");
}
.y83a .yzok::after, .y83a .wuy8::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");
}
.g6pmia3 .yzok::after, .g6pmia3 .wuy8::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");
}
.sxyp .yzok::after, .sxyp .wuy8::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");
}
.j0zp7e2 .yzok::after, .j0zp7e2 .wuy8::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");
}
.dp5v .yzok::after, .dp5v .wuy8::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");
}
.zn7fionf .yzok::after, .zn7fionf .wuy8::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");
}
.n9n6k   .ck7aygbe::after, .n9n6k   .tal7::after,
.g9skdu83 .ck7aygbe::after, .g9skdu83 .tal7::after,
.f0t9s    .ck7aygbe::after, .f0t9s    .tal7::after,
.t1kv    .ck7aygbe::after, .t1kv    .tal7::after,
.nlgktubi    .ck7aygbe::after, .nlgktubi    .tal7::after,
.saif28u6     .ck7aygbe::after, .saif28u6     .tal7::after,
.vgzzila    .ck7aygbe::after, .vgzzila    .tal7::after,
.ww75gs   .ck7aygbe::after, .ww75gs   .tal7::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;
}
.n9n6k .ck7aygbe::after, .n9n6k .tal7::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");
}
.g9skdu83 .ck7aygbe::after, .g9skdu83 .tal7::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");
}
.f0t9s .ck7aygbe::after, .f0t9s .tal7::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");
}
.t1kv .ck7aygbe::after, .t1kv .tal7::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");
}
.nlgktubi .ck7aygbe::after, .nlgktubi .tal7::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");
}
.saif28u6 .ck7aygbe::after, .saif28u6 .tal7::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");
}
.vgzzila .ck7aygbe::after, .vgzzila .tal7::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");
}
.ww75gs .ck7aygbe::after, .ww75gs .tal7::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");
}
.exmw5lnr {
  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;
}
.iy6h4 {
  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;
}
.iy6h4 > * { min-width: 0; }
.iy6h4:hover { background: var(--bg-hover); }
.iy6h4 > [itemprop="item"] { display: contents; }
.iy6h4 [itemprop="itemReviewed"],
.iy6h4 [itemprop="reviewRating"] { display: none; }
.iy6h4::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;
}
.xu2g93a {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.sv6kbsd {
  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;
}
.yofu { max-height: 52px; max-width: 110px; object-fit: contain; }
.magid5ah {
  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;
}
.dqy5ohez .sv6kbsd    { background: #1a1a1a; }
.z45o94rz .sv6kbsd   { background: rgba(128,128,128,.12); }
.u3esp .sv6kbsd { background: var(--bg-raised); }
.tlvxn .sv6kbsd    { background: transparent; padding: 0; }
.rz5c {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.bcskv { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.pacw { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.zmxyd5 {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.l9ed2l {
  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;
}
.e4hylmz8 {
  
  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%;
}
.pphb1fbg {
  
  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;
}
.nr9yk {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.nr9yk.wuy8 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .iy6h4 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .iy6h4::before    { grid-area: rank;   }
  .xu2g93a           { grid-area: ident;  }
  .rz5c     { grid-area: rating; min-width: 0; width: auto; }
  .zmxyd5           { grid-area: pills;  }
  .nr9yk             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .iy6h4 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .iy6h4::before    { justify-self: center; }
  .xu2g93a           { width: 100%; }
  .rz5c     { justify-self: center; }
  .zmxyd5           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .k5hnasr2 .zak724 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .k5hnasr2 .y69lqa82 { margin: 0; }
}
.z5oh86 .y69lqa82 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.z5oh86 .v9e7s { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.z5oh86 .h9f5 { padding: 14px 16px; }
.z5oh86 .iblk1p8g { border-radius: 4px; }
.z5oh86 .jk2y { border-radius: 0; }
.vbr5p6g .nxo3q { gap: 10px; }
.vbr5p6g .ivz6, .vbr5p6g .zubvpt4 { padding: 12px; }
.vbr5p6g .ivz6 ul, .vbr5p6g .zubvpt4 ul { margin: 4px 0 0; padding-left: 18px; }
.vbr5p6g .ivz6 li, .vbr5p6g .zubvpt4 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .ppaa { grid-template-columns: 1fr; }
  .ukpy5 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .ukpy5 .wfu2ra { width: 72px; height: 50px; }
  .ukpy5 .lrn7hkmf { max-width: 180px; }
  .ukpy5 .a128x { width: auto; }
}
@media (max-width: 720px) {
  .p2aq { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .qggza { padding: 16px; }
  .y5eieg0e .yljov04m { min-width: 50%; }
}
.akqy9opn .nxo3q { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .hf9vq0 { grid-template-columns: 1fr; }
  .nnfpm { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ktgpfc3 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .mkyb { flex-wrap: wrap; padding: 16px; }
}
.k5u0d1b .nxo3q { gap: 8px; }
.k5u0d1b .ivz6, .k5u0d1b .zubvpt4 { padding: 8px; }
@media (max-width: 480px) {
  .kpa3exzs { flex-direction: column; align-items: stretch; }
}
.fqdt .a128x .wuy8 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .acpf6bl { flex-direction: column; align-items: stretch; gap: 10px; }
  .fqdt .a128x { text-align: center; }
}
@media (max-width: 720px) {
  .md4lgouw { grid-template-columns: 1fr; }
  .pybo { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .djg26r { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .zq20f { grid-template-columns: 1fr; }
  .c9cndn5 { width: 100px; height: 100px; margin: 16px auto; }
  .cn1w68 { font-size: 1.4rem; }
  .yiugopg { justify-content: center; }
  .u5rz .yljov04m { min-width: 50%; }
}
.ido1kv .nxo3q { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .obgkk { flex-wrap: wrap; padding: 14px 16px; }
  .ysl6r { padding: 12px 16px; }
  .ido1kv .nxo3q { margin: 0 16px; }
  .ido1kv .rc2w4s { padding: 0 16px; }
  .t6f2eny8 { padding: 12px 16px; }
}
.xsdx3ny .iy6h4 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.xsdx3ny .iy6h4:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.swjwhc7 .exmw5lnr { gap: 18px; }
.swjwhc7 .iy6h4 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.swjwhc7 .iy6h4:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.esuax2d .exmw5lnr {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.esuax2d .iy6h4 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.esuax2d .iy6h4:last-child { border-bottom: none; }
.esuax2d .xu2g93a,
.esuax2d .rz5c,
.esuax2d .zmxyd5 {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.l53hi .exmw5lnr { gap: 0; }
.l53hi .iy6h4 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.l53hi .iy6h4:last-child { border-bottom: none; }
.l53hi .iy6h4:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.l53hi .iy6h4:nth-child(even):hover { background: var(--bg-hover); }
.xziq .iy6h4 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.ang4j .zmxyd5 .l9ed2l {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.ang4j .zmxyd5 .l9ed2l:first-child { border-left: none; }
.hh92oldn .zmxyd5 .l9ed2l {
  background: transparent; padding: 4px 8px;
}
.hh92oldn .zmxyd5 .e4hylmz8 { font-size: .65rem; opacity: .65; }
.hh92oldn .zmxyd5 .pphb1fbg   { font-size: 1.15rem; color: var(--accent-light); }
.zvk4r325 .zmxyd5 .l9ed2l {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.pacw { display: none; }
.hi3m27t .bcskv { font-size: 1rem; letter-spacing: 2px; }
.l0mba .bcskv {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.yh6gvhgc .bcskv,
.htpb .bcskv,
.q2c7t3 .bcskv { display: none; }
.yh6gvhgc .pacw,
.htpb .pacw,
.q2c7t3 .pacw { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.yh6gvhgc .pacw { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.yh6gvhgc .pacw small { display: none; }
.htpb .pacw {
  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;
}
.htpb .pacw small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.q2c7t3 .pacw {
  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;
}
.q2c7t3 .pacw small { display: none; }
.d49vcsl { margin: 16px 0; }
.w6102r2 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.w6102r2 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.w6102r2 summary::after { content: "+"; color: var(--accent-light); }
.w6102r2[open] summary::after { content: "−"; }
.w6102r2 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.uzq2h0 { margin-bottom: 0; }
.wcjlke4 h2.xq07qu7 { color: var(--text-primary); border-color: var(--accent-light); }
.lkcpuh9 h2.xq07qu7 { color: var(--text-primary); border-color: var(--accent-light); }
.o284o6 .xv8mtf1a     { background: #052e16; border-color: #10b981; }
.o284o6 .rx546t { background: #2d0a1e; border-color: #f43f5e; }
.o284o6 .ujerrxe    { background: #1e1036; border-color: #a855f7; }
.o284o6 .fbjfck strong  { color: #f1f5f9; }
.o284o6 .fbjfck p       { color: #cbd5e1; }
.o284o6 .r9ws    .xv8mtf1a     .jleb::before,
.o284o6 .um8a1a  .xv8mtf1a     .jleb::before,
.o284o6 .rvyx2  .xv8mtf1a     .jleb::before,
.o284o6 .vj0z .xv8mtf1a     .jleb::before { color: #10b981; }
.o284o6 .r9ws    .rx546t .jleb::before,
.o284o6 .um8a1a  .rx546t .jleb::before,
.o284o6 .rvyx2  .rx546t .jleb::before,
.o284o6 .vj0z .rx546t .jleb::before { color: #f43f5e; }
.o284o6 .r9ws    .ujerrxe    .jleb::before,
.o284o6 .um8a1a  .ujerrxe    .jleb::before,
.o284o6 .rvyx2  .ujerrxe    .jleb::before,
.o284o6 .vj0z .ujerrxe    .jleb::before { color: #a855f7; }
.e2wqv .xv8mtf1a     { background: #2d2000; border-color: #eab308; }
.e2wqv .rx546t { background: #2d0b0b; border-color: #ef4444; }
.e2wqv .fbjfck strong  { color: #f1f5f9; }
.e2wqv .fbjfck p       { color: #cbd5e1; }
.e2wqv .r9ws    .xv8mtf1a     .jleb::before,
.e2wqv .um8a1a  .xv8mtf1a     .jleb::before,
.e2wqv .rvyx2  .xv8mtf1a     .jleb::before,
.e2wqv .vj0z .xv8mtf1a     .jleb::before { color: #eab308; }
.e2wqv .r9ws    .rx546t .jleb::before,
.e2wqv .um8a1a  .rx546t .jleb::before,
.e2wqv .rvyx2  .rx546t .jleb::before,
.e2wqv .vj0z .rx546t .jleb::before { color: #ef4444; }
.e2wqv .r9ws    .ujerrxe    .jleb::before,
.e2wqv .um8a1a  .ujerrxe    .jleb::before,
.e2wqv .rvyx2  .ujerrxe    .jleb::before,
.e2wqv .vj0z .ujerrxe    .jleb::before { color: #f97316; }
.uqjbyg .xv8mtf1a     { background: #0c1a2e; border-color: #38bdf8; }
.uqjbyg .rx546t { background: #12103a; border-color: #818cf8; }
.uqjbyg .fbjfck strong  { color: #f1f5f9; }
.uqjbyg .fbjfck p       { color: #cbd5e1; }
.uqjbyg .r9ws    .xv8mtf1a     .jleb::before,
.uqjbyg .um8a1a  .xv8mtf1a     .jleb::before,
.uqjbyg .rvyx2  .xv8mtf1a     .jleb::before,
.uqjbyg .vj0z .xv8mtf1a     .jleb::before { color: #38bdf8; }
.uqjbyg .r9ws    .rx546t .jleb::before,
.uqjbyg .um8a1a  .rx546t .jleb::before,
.uqjbyg .rvyx2  .rx546t .jleb::before,
.uqjbyg .vj0z .rx546t .jleb::before { color: #818cf8; }
.uqjbyg .r9ws    .ujerrxe    .jleb::before,
.uqjbyg .um8a1a  .ujerrxe    .jleb::before,
.uqjbyg .rvyx2  .ujerrxe    .jleb::before,
.uqjbyg .vj0z .ujerrxe    .jleb::before { color: #2dd4bf; }
.udhlx .xv8mtf1a     { background: var(--accent-bg); border-color: var(--accent-light); }
.udhlx .rx546t { background: var(--accent-bg-light); border-color: var(--accent-light); }
.udhlx .r9ws    .jleb::before,
.udhlx .um8a1a  .jleb::before,
.udhlx .rvyx2  .jleb::before,
.udhlx .vj0z .jleb::before { color: var(--accent-light) !important; }
.zcs9f3lc::before,
.jxil8i7::before { margin-right: 5px; }
.ri7f5 .ivz6 ul li,
.ri7f5 .ivz6 .zcs9f3lc { color: #22c55e; }
.ri7f5 .zubvpt4 ul li,
.ri7f5 .zubvpt4 .jxil8i7 { color: #ef4444; }
.jd6g2 .ivz6 { background: var(--bg-pros); }
.jd6g2 .zubvpt4 { background: var(--bg-cons); }
.jd6g2 .ivz6 .zcs9f3lc { color: var(--c-pros-label); }
.jd6g2 .zubvpt4 .jxil8i7 { color: var(--c-cons); }
.jd6g2 .ivz6 ul li,
.jd6g2 .usfbs li            { color: var(--c-pros); }
.jd6g2 .zubvpt4 ul li,
.jd6g2 .enhna3y li            { color: var(--c-cons); }
.c9eakk .ivz6 { background: var(--bg-pros); }
.c9eakk .zubvpt4 { background: var(--bg-cons); }
.c9eakk .ivz6 .zcs9f3lc { color: var(--c-pros-label); }
.c9eakk .zubvpt4 .jxil8i7 { color: var(--c-cons); }
.c9eakk .ivz6 ul li,
.c9eakk .zubvpt4 ul li,
.jyaj0m .zcs9f3lc::before { content: "✓ "; }
.jyaj0m .jxil8i7::before { content: "✗ "; }
.ub18w .zcs9f3lc::before { content: "→ "; }
.ub18w .jxil8i7::before { content: "← "; }
.g6leg .zcs9f3lc::before { content: "★ "; }
.g6leg .jxil8i7::before { content: "✕ "; }
.l7pnjs6u .zcs9f3lc::before { content: "◆ "; }
.l7pnjs6u .jxil8i7::before { content: "▲ "; }
.ybkhhm84 .fbjfck { background: transparent; border-left: none; border: 1.5px solid; }
.ybkhhm84 .xv8mtf1a     { border-color: var(--c-tip-border); }
.ybkhhm84 .rx546t { border-color: var(--c-warn-border); }
.ybkhhm84 .fbjfck strong { color: var(--text-primary); }
.ybkhhm84 .fbjfck p      { color: var(--text-muted); }
.furhvk .fbjfck { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.furhvk .xv8mtf1a     { border-top-color: var(--c-tip-border); }
.furhvk .rx546t { border-top-color: var(--c-warn-border); }
.ou6q7p8q .fbjfck { border-left: none; border-radius: 8px; }
.ou6q7p8q .xv8mtf1a     { background: #065f46; }
.ou6q7p8q .rx546t { background: #92400e; }
.ou6q7p8q .fbjfck strong,
.ou6q7p8q .fbjfck p { color: #fff; }
.ou6q7p8q .jleb::before { color: rgba(255,255,255,0.85) !important; }
.o284o6.ou6q7p8q .xv8mtf1a,
.o284o6 .ou6q7p8q .xv8mtf1a     { background: #052e16; }
.o284o6.ou6q7p8q .rx546t,
.o284o6 .ou6q7p8q .rx546t { background: #2d0a1e; }
.o284o6.ou6q7p8q .ujerrxe,
.o284o6 .ou6q7p8q .ujerrxe    { background: #1e1036; }
.e2wqv.ou6q7p8q .xv8mtf1a,
.e2wqv .ou6q7p8q .xv8mtf1a      { background: #2d2000; }
.e2wqv.ou6q7p8q .rx546t,
.e2wqv .ou6q7p8q .rx546t  { background: #2d0b0b; }
.uqjbyg.ou6q7p8q .xv8mtf1a,
.uqjbyg .ou6q7p8q .xv8mtf1a      { background: #0c1a2e; }
.uqjbyg.ou6q7p8q .rx546t,
.uqjbyg .ou6q7p8q .rx546t  { background: #12103a; }
.sjxxpr .fbjfck { border-left: none; border-radius: 6px; padding: 10px 14px; }
.sjxxpr .xv8mtf1a     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.sjxxpr .rx546t { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.sjxxpr .fbjfck strong { color: var(--text-primary); }
.sjxxpr .fbjfck p      { color: var(--text-muted); }
.fovqy .fbjfck { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.r9ws .jleb,
.um8a1a .jleb,
.rvyx2 .jleb,
.vj0z .jleb { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.r9ws .jleb::before,
.um8a1a .jleb::before,
.rvyx2 .jleb::before,
.vj0z .jleb::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.r9ws .xv8mtf1a     .jleb::before { content: "✦"; color: var(--c-tip-border); }
.r9ws .rx546t .jleb::before { content: "▲"; color: var(--c-warn-border); }
.r9ws .ujerrxe    .jleb::before { content: "◉"; color: #60a5fa; }
.um8a1a .xv8mtf1a     .jleb::before { content: "★"; color: var(--c-tip-border); }
.um8a1a .rx546t .jleb::before { content: "◆"; color: var(--c-warn-border); }
.um8a1a .ujerrxe    .jleb::before { content: "●"; color: #60a5fa; }
.rvyx2 .xv8mtf1a     .jleb::before { content: "▶"; color: var(--c-tip-border); }
.rvyx2 .rx546t .jleb::before { content: "■"; color: var(--c-warn-border); }
.rvyx2 .ujerrxe    .jleb::before { content: "▸"; color: #60a5fa; }
.vj0z .xv8mtf1a     .jleb::before { content: "→"; color: var(--c-tip-border); }
.vj0z .rx546t .jleb::before { content: "⬥"; color: var(--c-warn-border); }
.vj0z .ujerrxe    .jleb::before { content: "◈"; color: #60a5fa; }
.pl96n .bjf532p .r6l7l,
.pl96n .x2kp .r6l7l  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.pl96n .b3rhbf                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.pl96n .iy6h4                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.pl96n .ooak24wh          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.pl96n .qxuw                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.yxrok8r .bjf532p .r6l7l,
.yxrok8r .x2kp .r6l7l,
.yxrok8r .b3rhbf,
.yxrok8r .iy6h4,
.yxrok8r .y69lqa82,
.yxrok8r .ooak24wh,
.yxrok8r .qxuw,
.yxrok8r .fovqy .fbjfck { box-shadow: none; }
.u4jgi   body, .u4jgi   { font-size: 0.9rem; }
.u4jgi   .cw1lp3, .u4jgi .nyn6, .u4jgi .ixkg0j,
.u4jgi   .j7tk37wd, .u4jgi .vv5l6sx { font-size: 0.9rem; }
.u4jgi   .ot76tu9, .u4jgi .yzwj6do2 { font-size: 0.9rem; }
.uwmli   .cw1lp3, .uwmli .nyn6, .uwmli .ixkg0j,
.uwmli   .j7tk37wd, .uwmli .vv5l6sx { font-size: 0.95rem; }
.uwmli   .ot76tu9, .uwmli .yzwj6do2 { font-size: 0.95rem; }
.iypg   .cw1lp3, .iypg .nyn6, .iypg .ixkg0j,
.iypg   .j7tk37wd, .iypg .vv5l6sx { font-size: 1.08rem; }
.iypg   .ot76tu9, .iypg .yzwj6do2 { font-size: 1.05rem; }
.iypg   .ear2hed4 { font-size: 0.97rem; }
.q5sm2n .xnydb5      { font-size: 3.2rem; }
.q5sm2n h2.xq07qu7 { font-size: 1.9rem; }
.q5sm2n h3.rcy0r4     { font-size: 1.4rem; }
.todwvv9l .xnydb5      { font-size: 3.8rem; }
.todwvv9l h2.xq07qu7 { font-size: 2.2rem; }
.todwvv9l h3.rcy0r4     { font-size: 1.6rem; }
.uzq2h0 + .uzq2h0 { position: relative; }
.lqcoh   .uzq2h0 + .uzq2h0::before,
.ezt516  .uzq2h0 + .uzq2h0::before,
.te6amnt9   .uzq2h0 + .uzq2h0::before,
.x6d4e   .uzq2h0 + .uzq2h0::before,
.pkz6   .uzq2h0 + .uzq2h0::before,
.xum5shzw .uzq2h0 + .uzq2h0::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.lqcoh .uzq2h0 + .uzq2h0::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.ezt516 .uzq2h0 + .uzq2h0::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.te6amnt9 .uzq2h0 + .uzq2h0::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;
}
.x6d4e .uzq2h0 + .uzq2h0::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.usyb955l .uzq2h0 { margin-bottom: 16px; }
.usyb955l .uzq2h0 + .uzq2h0 { margin-top: 0; }
.usyb955l .nd8dmll { padding-top: 0; padding-bottom: 0; }
.pkz6 .uzq2h0 + .uzq2h0::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.xum5shzw .uzq2h0 + .uzq2h0::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.mwrb .uzq2h0 + .uzq2h0::before,
.xmo9 .uzq2h0 + .uzq2h0::before,
.ozzg .uzq2h0 + .uzq2h0::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%;
}
.qlzlm4u .mwrb .uzq2h0:nth-child(even)::before,
.qlzlm4u .xmo9 .uzq2h0:nth-child(even)::before,
.qlzlm4u .ozzg .uzq2h0:nth-child(even)::before { background: var(--bg-surface); }
.qmfd .mwrb .uzq2h0:nth-child(even)::before,
.qmfd .xmo9 .uzq2h0:nth-child(even)::before,
.qmfd .ozzg .uzq2h0:nth-child(even)::before { background: var(--bg-card); }
.mwrb .uzq2h0 + .uzq2h0::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");
}
.xmo9 .uzq2h0 + .uzq2h0::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");
}
.ozzg .uzq2h0 + .uzq2h0::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");
}
.rg5bj1 .co74xfi,
.koa8a .co74xfi,
.r4om91t .co74xfi { overflow: hidden; }
.rg5bj1 .qek80bkw,
.koa8a .qek80bkw { margin-bottom: 60px; }
.r4om91t .qek80bkw { margin-bottom: 70px; }
.koa8a .y8uydz { padding-bottom: 60px; }
.rg5bj1 .co74xfi::before,
.koa8a .co74xfi::before,
.r4om91t .co74xfi::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%;
}
.rg5bj1 .co74xfi::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");
}
.koa8a .co74xfi::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");
}
.r4om91t .co74xfi::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");
}
.dzbvev7 .co74xfi:not(.gacgxno) .puohqu { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.k5zn .co74xfi:not(.gacgxno) .puohqu { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.bsvyvh2  .co74xfi:not(.gacgxno) .puohqu { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.pr56u20  .co74xfi:not(.gacgxno) .puohqu { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.uzr1r6a9 .gacgxno { background: var(--accent); }
.uzr1r6a9 .gacgxno .puohqu { background: none; }
.uzr1r6a9 .p5xv5 { background: var(--accent); }
.uzr1r6a9 .lx1iy2h { background: var(--accent-bg); }
.uzr1r6a9 .co74xfi:not(.gacgxno) .puohqu { background: rgba(0,0,0,0.6); }
.b9zzp .mq5xk { float: left; width: 38%; margin: 0 28px 16px 0; }
.b9zzp .mq5xk .pal8 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.b9zzp .nd8dmll::after { content: ''; display: block; clear: both; }
.twde2g2 .mq5xk { float: right; width: 38%; margin: 0 0 16px 28px; }
.twde2g2 .mq5xk .pal8 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.twde2g2 .nd8dmll::after { content: ''; display: block; clear: both; }
.y0r9cujb .uzq2h0:nth-child(odd)  .mq5xk { float: left;  width: 38%; margin: 0 28px 16px 0; }
.y0r9cujb .uzq2h0:nth-child(even) .mq5xk { float: right; width: 38%; margin: 0 0 16px 28px; }
.y0r9cujb .mq5xk .pal8 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.y0r9cujb .nd8dmll::after { content: ''; display: block; clear: both; }
.b9zzp .yne7hx,
.b9zzp .exmw5lnr,
.twde2g2 .yne7hx,
.twde2g2 .exmw5lnr,
.y0r9cujb .yne7hx,
.y0r9cujb .exmw5lnr { clear: both; }
@media (max-width: 900px) {
  .b9zzp .mq5xk,
  .twde2g2 .mq5xk,
  .y0r9cujb .uzq2h0:nth-child(odd)  .mq5xk,
  .y0r9cujb .uzq2h0:nth-child(even) .mq5xk {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .b9zzp .mq5xk .pal8,
  .twde2g2 .mq5xk .pal8,
  .y0r9cujb .mq5xk .pal8 {
    max-height: none !important;
  }
}
.b9zzp .ot76tu9,
.b9zzp .yzwj6do2,
.twde2g2 .ot76tu9,
.twde2g2 .yzwj6do2,
.y0r9cujb .ot76tu9,
.y0r9cujb .yzwj6do2 { overflow: hidden; }
@media (max-width: 640px) {
  .b9zzp .mq5xk,
  .twde2g2 .mq5xk,
  .y0r9cujb .mq5xk { float: none; width: 100%; margin: 0 0 16px 0; }
}
.luab .gf6ehg,
.luab .nd8dmll,
.luab .r8fyn3  { max-width: 1100px; }
.q1e2t .gf6ehg,
.q1e2t .nd8dmll,
.q1e2t .r8fyn3  { max-width: 1200px; }
.ghlnlw46 .gf6ehg,
.ghlnlw46 .nd8dmll,
.ghlnlw46 .r8fyn3  { max-width: 1320px; }
.ghlnlw46 { --content-mw: 1320px; }
.h97yb5wv { font-size: 0.82rem; color: var(--text-muted); }
.ug9dg39b { display: flex; align-items: center; }
.i8soz {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ob4p { display: flex; align-items: center; }
.kvigmmj { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.kvigmmj:hover { text-decoration: underline; }
.c0t9 { margin: 0 3px; opacity: 0.45; }
.c0t9::before { content: '/'; }
.ryjb { padding: 2px 5px; color: var(--text-main); }
.i6uosech .h97yb5wv {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.i6uosech .ug9dg39b { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.ghst .h97yb5wv {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ghst .ug9dg39b { padding: 0 0 0 12px; }
.talrt9jv .ug9dg39b { padding: 0 16px; }
.talrt9jv .h97yb5wv {
  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);
}
.talrt9jv .gf6ehg { padding-top: 28px; }
@media (max-width: 720px) {
  .nstrx { margin-top: 18px; padding: 0 16px; }
  .talrt9jv .gf6ehg { padding-top: 16px; }
}
.luab.i6uosech .ug9dg39b { max-width: 1100px; }
.q1e2t.i6uosech .ug9dg39b { max-width: 1200px; }
.ghlnlw46.i6uosech .ug9dg39b { max-width: 1320px; }
.ghlnlw46 .nstrx { max-width: 1320px; }
.bm01n .uzq2h0 { padding-top: 16px; padding-bottom: 16px; }
.h78t4n .uzq2h0 { padding-top: 24px; padding-bottom: 24px; }
.p29qfs .uzq2h0 { padding-top: 40px; padding-bottom: 40px; }
.lqu6 .uzq2h0 { padding-top: 52px; padding-bottom: 52px; }
.wtqi .uzq2h0:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.wtqi .uzq2h0:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.wtqi .uzq2h0:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.wtqi .uzq2h0:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.io3zknip .nd8dmll { padding-top: 10px;  padding-bottom: 10px; }
.if37 .nd8dmll { padding-top: 18px;  padding-bottom: 18px; }
.m4gomf1 .nd8dmll { padding-top: 36px;  padding-bottom: 36px; }
.wue1m6d .nd8dmll { padding-top: 48px;  padding-bottom: 48px; }
.typ8 h2.xq07qu7 { font-weight: 600; }
.typ8 h3.rcy0r4     { font-weight: 600; }
.maq6p h2.xq07qu7 { font-weight: 800; }
.maq6p h3.rcy0r4     { font-weight: 700; }
.vpy0 h2.xq07qu7 { font-weight: 900; }
.vpy0 h3.rcy0r4     { font-weight: 800; }
.vpy0 .fbjfck strong,
.vpy0 .fbjfck strong { font-weight: 600; }
.ck7aygbe {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.s6006nz .ck7aygbe { display: none; }
@media (max-width: 640px) {
  .xnn0 { display: none; }
  .ck7aygbe {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.ck7aygbe { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ck7aygbe:hover { opacity: 0.85; }
.p1r9grt8 .ck7aygbe { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.rporq .ck7aygbe,
.y46qvv  .ck7aygbe { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.rporq .ck7aygbe:hover,
.y46qvv  .ck7aygbe:hover { opacity: 0.88; }
.p1r9grt8.rporq .ck7aygbe,
.p1r9grt8.y46qvv  .ck7aygbe { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.tal7 {
  position: fixed; bottom: 32px; z-index: 900;
  padding: 12px 22px; font-size: 0.9rem; font-weight: 700; border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform .15s, opacity .15s;
}
.tal7:hover { transform: translateY(-2px); opacity: 0.92; }
.tal7 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.cpl5w6 .tal7 { display: none; }
.iaqc .tal7 { right: 32px; }
.v58k13  .tal7 { left: 32px; }
@media (max-width: 480px) {
  .iaqc .tal7 { right: 20px; bottom: 20px; }
  .v58k13  .tal7 { left: 20px; bottom: 20px; }
}
.cj4i7xi { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.r8fyn3 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.kdgim9 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.xtgh7gdy { color: var(--text-dim); font-size: 0.8rem; }
.qt4x8 a, .iun0 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.qt4x8 a:hover, .iun0 a:hover { color: var(--accent-light); }
.iun0 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.s5gx8 .r8fyn3 { text-align: center; }
.s5gx8 .iun0 { justify-content: center; margin-bottom: 16px; }
.s5gx8 .kdgim9 { margin-top: 0; }
.z4wy2 { margin-top: 10px; }
.z4wy2 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .r8fyn3 { padding-left: 16px; padding-right: 16px; }
  .visdde .r8fyn3 { padding: 20px 16px; }
  .iun0 { gap: 4px 12px; }
  .kdgim9 { font-size: 0.78rem; }
}
.qy1s23 .kdgim9 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.qy1s23 .xtgh7gdy { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .qy1s23 .ei1q4y8c { grid-template-columns: 1fr 1fr; } .qy1s23 .g7dchw6 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .qy1s23 .ei1q4y8c { grid-template-columns: 1fr; } }
.r4hl1n6v .kdgim9 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .r4hl1n6v .ktuxcc { gap: 12px; } .r4hl1n6v .j9xyfwj { margin-right: 0; width: 100%; } }
.favj .kdgim9 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.favj .xtgh7gdy { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .favj .jbfxdym6 { grid-template-columns: 1fr 1fr; } .favj .y50x3s { grid-column: 1 / -1; } }
@media (max-width: 480px) { .favj .jbfxdym6 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .sfbl .d47e64g { grid-template-columns: 1fr 1fr; } .sfbl .gnw9b8ms:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .sfbl .d47e64g { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .xrm9nvue .d47e64g { grid-template-columns: 1fr; } }
.oto7 .r8fyn3 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.oto7 .iun0 { justify-content: center; }
.cuoj86 .m24mg4      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.cuoj86 .cj4i7xi { background: var(--bg-page); border-top-color: var(--border-alt); }
.m47haf .m24mg4      { background: #0d1117; border-bottom-color: #21262d; }
.m47haf .ivdnbasw { color: var(--accent-light); }
.m47haf .levf { --msep-color: #8b949e; }
.m47haf .levf a { color: #8b949e; }
.m47haf .levf a:hover { color: var(--accent-light); }
.m47haf .iiwaxtu6 { color: #8b949e; }
.m47haf .cj4i7xi { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.m47haf .kdgim9,
.m47haf .xtgh7gdy { color: #6e7681; }
.m47haf .qt4x8 a, .m47haf .iun0 a,
.m47haf .qt4x8 a:hover, .m47haf .iun0 a:hover,
@media (max-width: 640px) {
  .m47haf .levf { background: #0d1117; border-top-color: #21262d; }
  .m47haf .levf li a { border-bottom-color: #21262d; }
}
.n3us73 .m24mg4      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.n3us73 .ivdnbasw { color: var(--accent-light); }
.n3us73 .levf { --msep-color: #475569; }
.n3us73 .levf a { color: #475569; }
.n3us73 .levf a:hover { color: var(--accent-light); }
.n3us73 .iiwaxtu6 { color: #64748b; }
.n3us73 .cj4i7xi { background: #f0f4f8; border-top-color: #cbd5e1; }
.n3us73 .kdgim9,
.n3us73 .xtgh7gdy { color: #64748b; }
.n3us73 .qt4x8 a, .n3us73 .iun0 a,
.n3us73 .qt4x8 a:hover, .n3us73 .iun0 a:hover,
@media (max-width: 640px) {
  .n3us73 .levf { background: #f0f4f8; border-top-color: #cbd5e1; }
  .n3us73 .levf li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.rporq .m24mg4      { background: var(--accent); border-bottom-color: var(--accent-light); }
.rporq .ivdnbasw { color: #fff; }
.rporq .levf { --msep-color: rgba(255,255,255,0.82); }
.rporq .levf a { color: rgba(255,255,255,0.82); }
.rporq .levf a:hover { color: #fff; }
.rporq .iiwaxtu6 { color: rgba(255,255,255,0.9); }
.rporq .djqr a { color: var(--text-primary) !important; }
.rporq .djqr a:hover { color: var(--accent-light) !important; }
.rporq .cj4i7xi { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.rporq .kdgim9,
.rporq .xtgh7gdy { color: rgba(255,255,255,0.72); }
.rporq .qt4x8 a, .rporq .iun0 a,
.rporq .q38eudmm a, .rporq .iu8v a,
.rporq .y3d9 a, .rporq .j9xyfwj { color: #fff; }
.rporq .dmet11h, .rporq .yaro9i { color: rgba(255,255,255,0.7); }
.rporq .qt4x8 a:hover, .rporq .iun0 a:hover,
.rporq .q38eudmm a:hover, .rporq .iu8v a:hover { color: #fff; }
@media (max-width: 640px) {
  .rporq .levf { background: var(--accent); border-top-color: var(--accent-light); }
  .rporq .levf li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.y46qvv .m24mg4 {
  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);
}
.y46qvv .cj4i7xi {
  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) {
  .y46qvv .levf {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.wehd1 .dst9o { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.myd54 .dst9o { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.alk0zkm .dst9o { min-height: 72px; height: auto; }
.tbia7ou .dst9o { min-height: 84px; height: auto; }
.visdde .dst9o { max-width: none; padding: 0 32px; }
.visdde .r8fyn3  { max-width: none; padding: 24px 32px; }
.w7r9.q1e2t .dst9o { max-width: 1200px; }
.w7r9.ghlnlw46 .dst9o { max-width: 1320px; }
.q8mjqnin   .ivdnbasw, .q8mjqnin   .j9xyfwj { text-transform: capitalize; }
.zwj9zba .ivdnbasw, .zwj9zba .j9xyfwj { text-transform: lowercase; }
.urdrlp .ivdnbasw, .urdrlp .j9xyfwj { text-transform: uppercase; letter-spacing: 0.06em; }
.ztcbv, .m5rx {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.kslez .ztcbv,
.wsvv .ztcbv,
.amgi .ztcbv,
.obmskqd .ztcbv,
.m12o3s5z   .levf a { font-weight: 500; }
.h6ka .levf a { font-weight: 600; }
.irjdru     .levf a { font-weight: 700; }
.czo8o    .levf a { font-weight: 800; letter-spacing: 0.01em; }
.tkr5b     .levf > li + li::before,
.d6f6    .levf > li + li::before,
.xgkokc    .levf > li + li::before,
.kjqu .levf > li + li::before,
.aczg .levf > li + li::before,
.zkepnb  .levf > li + li::before,
.fnni7w    .levf > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.tkr5b     .levf > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.d6f6    .levf > li + li::before { content: "|"; }
.xgkokc    .levf > li + li::before { content: "—"; }
.kjqu .levf > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.aczg .levf > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.zkepnb  .levf > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.fnni7w    .levf > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .wjdjs3 .iiwaxtu6,
  .gbdczrd .iiwaxtu6,
  .qnbr .iiwaxtu6,
  .zxsh9g .iiwaxtu6,
  .a6ur0kg .iiwaxtu6 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .wjdjs3 .iiwaxtu6::before,
  .gbdczrd .iiwaxtu6::before,
  .qnbr .iiwaxtu6::before,
  .zxsh9g .iiwaxtu6::before,
  .a6ur0kg .iiwaxtu6::before { content: ""; display: block; flex-shrink: 0; }

  
  .wjdjs3 .iiwaxtu6::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;
  }

  
  .gbdczrd .iiwaxtu6::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;
  }

  
  .qnbr .iiwaxtu6::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;
  }

  
  .zxsh9g .iiwaxtu6::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;
  }

  
  .a6ur0kg .iiwaxtu6::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) {
  .jvyf .iiwaxtu6 {
    padding: 5px 14px;
  }
  .jvyf .levf {
    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;
  }
  .jvyf .levf li a {
    border-bottom: none; padding: 10px 22px;
  }
  .jvyf .levf li a:hover { background: var(--bg-raised); }
  .jvyf .z8b9,
  .v6oip .z8b9,
  .k02bg .z8b9 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .fk8cep .iiwaxtu6 {
    padding: 5px 10px;
  }
  .fk8cep .levf {
    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);
  }
  .fk8cep .levf.r5ebng { transform: translateX(0); }
  .fk8cep .levf li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .fk8cep .levf li:last-child a { border-bottom: none; }
  .rporq .levf,
  .m47haf .levf { background: var(--accent) !important; }
  .rporq .levf li a,
  .m47haf .levf li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .k02bg .iiwaxtu6 {
    padding: 5px 10px;
  }
  .k02bg .levf {
    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);
  }
  .k02bg .levf::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .k02bg .levf.r5ebng { transform: translateY(0); }
  .k02bg .levf li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .otoe .iiwaxtu6 {
    padding: 5px 10px;
  }
  .otoe .levf {
    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;
  }
  .otoe .levf.r5ebng { opacity: 1; pointer-events: auto; }
  .otoe .levf li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .i4kuy0k0     .iiwaxtu6 { border-radius: 0 !important; }
  .orkqbcz   .iiwaxtu6 { border-radius: 8px !important; }
  .a5qm5zl .iiwaxtu6 { border-radius: 50% !important; }
  .u2gv   .iiwaxtu6 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .h2s4y5o .a14lf0 { flex-direction: column; align-items: stretch; }
  .h2s4y5o .jsdfkq { flex-direction: row; min-width: auto; }
  .h2s4y5o .sckz6 { align-items: flex-start; text-align: left; }
}
.dtoblw,
.dtoblw.uzq2h0,
.qlzlm4u .dtoblw,
.pga4k .dtoblw,
.qmfd .dtoblw,
.tnnc .dtoblw {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.cttmfkxi {
  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;
}
.uxzja0oq { flex: 1 1 280px; min-width: 0; }
.t5e6 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.taq35qog {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.v7esd {
  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;
}
.v7esd:hover { transform: translateY(-1px); opacity: 0.95; }
.q6dqw592 .cttmfkxi {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.q6dqw592 .t5e6 { color: var(--cta); }
.q6dqw592 .taq35qog { color: var(--text-body); }
.q6dqw592 .v7esd {
  background: var(--cta) !important;
  color: #fff !important;
}
.ea9ypq .cttmfkxi {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.ea9ypq .t5e6 { color: var(--text-primary); }
.ea9ypq .taq35qog { color: var(--text-body); }
.ea9ypq .v7esd {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .cttmfkxi {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .uxzja0oq { flex: 0 0 auto; }
  .t5e6 { font-size: 1.2rem; }
  .v7esd { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.ugp7g31 .ilezf { height: 36px; }
.lcc8f .ilezf { height: 60px; max-width: 200px; }
.nmpzoj9 .ilezf { height: 56px; max-width: 180px; }
.nd506u    .bcskv, .nd506u    .drqn6 { color: #f59e0b; }
.dp61mc7      .bcskv { font-size: 1rem; letter-spacing: 1.5px; }
.movhsn8    .bcskv, .movhsn8    .drqn6 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.c5j420q     .bcskv, .c5j420q     .drqn6 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.h3bkcf6b .bcskv, .h3bkcf6b .drqn6 { color: var(--cta); letter-spacing: 2px; }
.g9cnp   .bcskv, .g9cnp   .drqn6 { color: #e91e63; letter-spacing: 2px; }
.qu7x  .bcskv, .qu7x  .drqn6 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.a7uygmh     .bcskv, .a7uygmh     .drqn6 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.ang4j .l9ed2l + .l9ed2l {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.k34zyn .iy6h4 { padding: 18px 24px; min-height: 68px; }
.hh92oldn .e4hylmz8 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.hh92oldn .pphb1fbg {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.zvk4r325 .l9ed2l {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.exmw5lnr { counter-reset: cs-rank; }
.exmw5lnr .iy6h4 { counter-increment: cs-rank; }
.exmw5lnr .iy6h4::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;
}
.ih9x3 .exmw5lnr { counter-reset: cs-rank; gap: 0; }
.ih9x3 .iy6h4 {
  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;
}
.ih9x3 .iy6h4::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;
}
.ih9x3 .xu2g93a {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.ih9x3 .sv6kbsd {
  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;
}
.ih9x3 .yofu { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.ih9x3 .xu2g93a { min-width: 0; flex-direction: column; width: 100%; }
.ih9x3 .magid5ah {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.ih9x3 .bcskv { color: var(--cta, var(--accent)); }
.ih9x3 .pacw { font-weight: 700; }
.ih9x3 .l9ed2l {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.ih9x3 .e4hylmz8 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.ih9x3 .pphb1fbg {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.ih9x3 .hbqnk3 .pphb1fbg { font-size: 1.3rem; color: var(--accent-light); }
.ih9x3 .nr9yk {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.ih9x3 .iy6h4:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .ih9x3 .exmw5lnr {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .ih9x3 .iy6h4 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .ih9x3 .iy6h4 { padding: 40px 16px 20px; }
  .ih9x3 .l9ed2l {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .ih9x3 .nr9yk { width: 100%; min-width: 0; }
}
.lnsbwa .exmw5lnr { counter-reset: cs-rank; gap: 10px; }
.lnsbwa .iy6h4 {
  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);
}
.lnsbwa .iy6h4::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);
}
.lnsbwa .xu2g93a {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.lnsbwa .sv6kbsd {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.lnsbwa .yofu { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.lnsbwa .magid5ah {
  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;
}
.lnsbwa .bcskv { color: var(--cta, var(--accent)); }
.lnsbwa .l9ed2l {
  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;
}
.lnsbwa .e4hylmz8 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.lnsbwa .pphb1fbg { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.lnsbwa .hbqnk3 .pphb1fbg { color: var(--accent-light); }
.lnsbwa .nr9yk {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.lnsbwa .iy6h4:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .lnsbwa .iy6h4 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .lnsbwa .iy6h4::before {
    position: absolute; top: 14px; left: 14px;
  }
  .lnsbwa .xu2g93a {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .lnsbwa .magid5ah { white-space: normal; text-align: center; font-size: 1.2rem; }
  .lnsbwa .l9ed2l {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .lnsbwa .nr9yk { width: 100%; min-width: 0; }
  .lnsbwa .bcskv { min-width: 0; }
}
.rwn3 .iy6h4::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.wnkwzb .w6102r2 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.wnkwzb .w6102r2 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.wnkwzb .w6102r2 p { padding: 0 2px 16px; }
.cio4hti6 .w6102r2 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.cio4hti6 .w6102r2 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.cio4hti6 .w6102r2 summary::after { content: "›"; font-size: 1.2em; }
.cio4hti6 .w6102r2[open] summary::after { content: "‹"; }
.cio4hti6 .w6102r2 p { padding: 10px 22px 4px; }
.rsqoj .w6102r2 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.rsqoj .w6102r2 summary { color: var(--text-primary); padding-left: 16px; }
.rsqoj .w6102r2 summary::after { content: "›"; font-size: 1.1em; }
.rsqoj .w6102r2[open] summary::after { content: "‹"; }
.rsqoj .w6102r2 p { padding-left: 16px; }
.b4b2fj .d49vcsl { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.b4b2fj .w6102r2 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.b4b2fj .w6102r2:last-child { border-bottom: none; }
.b4b2fj .w6102r2 summary { color: var(--text-primary); border-radius: 0; }
.b4b2fj .w6102r2 summary::after { content: "›"; font-size: 1.1em; }
.b4b2fj .w6102r2[open] summary::after { content: "‹"; }
.p3gry .w6102r2 { overflow: hidden; }
.p3gry .w6102r2 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.p3gry .w6102r2 summary::after { color: rgba(255,255,255,.75); }
.p3gry .w6102r2[open] summary { border-radius: 0; }
.gcwwnv { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.mcktwm {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.ca8a0wl {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.etxx { color: var(--text-muted); font-size: 1.05rem; }
.kaq8lo {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.sfc6d8e {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.plco { margin-bottom: 20px; }
.te45f6dy {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.i1b7n {
  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;
}
.i1b7n:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.h4scyw5 { resize: vertical; min-height: 130px; }
.ckbw { width: 100%; margin-top: 8px; }
.bnaj {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.njt7 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.npq6yphj { color: var(--text-muted); line-height: 1.75; }
.fv7avlr { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.fv7avlr li { margin-bottom: 6px; }
.w5frm { max-width: 760px; margin: 0 auto; }
.uyxt { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.tpue { max-width: 760px; margin: 0 auto; }
.dz42u { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.ymnmj ul.fv7avlr { margin: 0; }
.ple33n3 { max-width: 900px; margin: 0 auto; }
.r6cuou { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.r6cuou:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.r6cuou .dz42u { margin: 0; font-size: 1rem; }
.r6cuou .v3ea p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .r6cuou { grid-template-columns: 1fr; gap: 10px; } }
.t0qep .dz42u { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.sj7z6ra .fv7avlr { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .b4ra4m8 { grid-template-columns: 1fr; } }
.krt4a39 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.krt4a39:hover .zorj { color: var(--accent-light); text-decoration: underline; }
.r7w7g { color: inherit; text-decoration: none; }
.r7w7g:hover { color: var(--accent-light); text-decoration: underline; }
.kfdh8 { display: inline-block; line-height: 0; }
.j0cyv { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.m58j { margin-bottom: 48px; }
.x7ju { max-width: 760px; margin: 0 auto; }
.ayhjaq5i { max-width: 640px; margin: 0 auto; }
.e2147d { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.e2147d:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.rmeqhse6 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.e2147d p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.e2147d ul.fv7avlr { margin: 0; }
.e67f { color: var(--text-muted); line-height: 1.75; }
.l3zi8f .fv7avlr,
.ayhjaq5i .fv7avlr,
.do6q69 .fv7avlr,
.gekq .fv7avlr {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.l3zi8f .e2147d,
.ayhjaq5i .e2147d { text-align: left; }
.l3zi8f .rmeqhse6,
.ayhjaq5i .rmeqhse6 { text-align: center; }
.vlbpylr1 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.ik93ww6 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.wv42n47 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.dgfx71oh { margin-top: 12px; }
.s4msmyd3 { 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; }
.s4msmyd3:hover { border-bottom-color: var(--accent-light); }
.b5dnno3 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.b5dnno3 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mpkdq2se { width: 72px; height: 72px; }
.rnat { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.t7vs { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.j4ckf { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .zgu7evi { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.l6zysnyn .wv42n47, .l6zysnyn .ik93ww6 { max-width: 640px; }
.ydlah .vlbpylr1 { font-size: 1.6rem; margin-top: 18px; }
.c343j .wv42n47 { margin-bottom: 28px; }
@media (max-width: 860px) { .ue5zlx8 { grid-template-columns: 1fr; } .ydlah { position: static; text-align: center; } }
.s8j2pc5h .b5dnno3 { margin: 0 auto 18px; }
.s8j2pc5h .t7vs { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .lfir2 { grid-template-columns: 1fr; } }
.pdzkm .vlbpylr1 { font-size: 1.6rem; margin-bottom: 6px; }
.gekq .fv7avlr { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .pdzkm { flex-direction: column; text-align: center; } .ze1lr5 { grid-template-columns: 1fr; } }
.jskrl { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.jskrl .vlbpylr1 { font-size: 1.35rem; margin: 0 0 4px; }
.jskrl .t7vs { margin: 0; }
.ov7o9 .ca8a0wl { color: var(--accent-light); }
.n3dpe .ca8a0wl { font-size: 2rem; }
.n3dpe .etxx { max-width: 680px; }
.d41k74 .ca8a0wl { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.d41k74 .etxx  { margin: 0; }
@media (max-width: 640px) { .d41k74 { flex-direction: column; } }
.u1m4 .ca8a0wl { color: var(--accent-light); }
.yzg9mv .ca8a0wl { color: #fff; }
.yzg9mv .etxx  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .yzox { grid-template-columns: 1fr; } }
.w6qlzq7 .i1b7n {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.w6qlzq7 .i1b7n:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.erajux .i1b7n { background: var(--bg-raised); border-color: transparent; }
.erajux .i1b7n:focus { background: var(--bg-card); border-color: var(--accent-light); }
.c7g7 .i1b7n { border-radius: 100px; padding: 11px 20px; }
.c7g7 .h4scyw5 { border-radius: 14px; }
.glit5i2v {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .glit5i2v { grid-template-columns: 1fr; } }
.lyup {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.lyup h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.lyup p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.siulrqh { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.siulrqh li { margin-bottom: 6px; }
.wgtics{display:none}
.wgtics:empty,.pego:empty{display:none}
.zwzu{position:relative;overflow:visible}
.vmr95 .ejcdpxr,.yxq3jp .ejcdpxr,
.xkq5sfj .ejcdpxr,.mze4y06 .ejcdpxr,
.qkvdhuw .ejcdpxr,.hnogb4n .ejcdpxr{display:block}
.yxcpd4z .mzwlna{display:block}
.vmr95 .ejcdpxr,.yxq3jp .ejcdpxr,
.xkq5sfj .ejcdpxr,.mze4y06 .ejcdpxr,
.qkvdhuw .ejcdpxr{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.vmr95 .ejcdpxr .pego,.yxq3jp .ejcdpxr .pego,
.xkq5sfj .ejcdpxr .pego,.mze4y06 .ejcdpxr .pego,
.qkvdhuw .ejcdpxr .pego{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.vmr95 .wqez0y4,.yxq3jp .wqez0y4,
.xkq5sfj .wqez0y4,.mze4y06 .wqez0y4,
.qkvdhuw .wqez0y4{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.vmr95 .ejcdpxr,.yxq3jp .ejcdpxr{top:12px}
.vmr95 .ejcdpxr .pego{margin-right:auto}
.yxq3jp .ejcdpxr .pego{margin-left:auto}
.yxq3jp .ejcdpxr{text-align:right}
.xkq5sfj .ejcdpxr,.mze4y06 .ejcdpxr{bottom:12px}
.xkq5sfj .ejcdpxr .pego{margin-right:auto}
.mze4y06 .ejcdpxr .pego{margin-left:auto}
.mze4y06 .ejcdpxr{text-align:right}
.qkvdhuw .ejcdpxr{position:relative;margin-top:16px}
.qkvdhuw .ejcdpxr .pego{margin:0 auto}
.hnogb4n .ejcdpxr{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.hnogb4n .ejcdpxr .pego{margin:0}
.hnogb4n .lx1iy2h~.ejcdpxr,
.hnogb4n .gwhkz~.ejcdpxr{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.hnogb4n .lx1iy2h~.ejcdpxr .pego,
.hnogb4n .gwhkz~.ejcdpxr .pego{justify-content:flex-start}
.lx1iy2h~.ejcdpxr,.gwhkz~.ejcdpxr{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.lx1iy2h~.ejcdpxr .pego{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.gwhkz~.ejcdpxr .pego{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.mzwlna .pego{margin:0 0 12px}
.pego{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.bwuf45z{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.zorj{font-weight:600;color:var(--text-heading);opacity:1}
.kf9ft07b::before{content:"·";margin:0 2px;opacity:.5}
.wqez0y4{white-space:nowrap}
.nmft .bwuf45z{display:none}
.un627 .wqez0y4{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.un627 .kf9ft07b::before{content:""}
.jp0a .wqez0y4{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.jp0a .kf9ft07b::before{content:""}
.gzmpd .pego{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.fzafx .wqez0y4{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.fzafx .kf9ft07b::before{content:""}
.mian .wqez0y4{color: var(--accent-light);opacity:1;font-weight:500}
.q6f5n118 .wqez0y4{border-bottom:1px solid currentColor;padding-bottom:2px}
.ee2bcgb .pego{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.ap6i{--date-bg:transparent}
.s7t1 .kf9ft07b::before{content:""}
.aw1hy .kf9ft07b::before{content:"•";opacity:.4}
.aw1hy .wqez0y4 + .wqez0y4::before{content:"•";margin-right:6px;opacity:.4}
.z211 .kf9ft07b::before{content:"/";opacity:.35}
.z211 .wqez0y4 + .wqez0y4::before{content:"/";margin-right:6px;opacity:.35}
.rs7pa1yf .kf9ft07b::before{content:"|";opacity:.3}
.rs7pa1yf .wqez0y4 + .wqez0y4::before{content:"|";margin-right:6px;opacity:.3}
.nghj8 .kf9ft07b::before{content:"—";opacity:.3}
.nghj8 .wqez0y4 + .wqez0y4::before{content:"—";margin-right:6px;opacity:.3}
.c1pg .kf9ft07b::before{content:"◆";font-size:.5em;opacity:.35}
.c1pg .wqez0y4 + .wqez0y4::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.hqujy .kf9ft07b::before{content:"·";opacity:.4}
.hqujy .wqez0y4 + .wqez0y4::before{content:"·";margin-right:6px;opacity:.4}
.cxt7 .kf9ft07b::before{content:"›";opacity:.4}
.cxt7 .wqez0y4 + .wqez0y4::before{content:"›";margin-right:6px;opacity:.4}
.xms5awox .kf9ft07b::before{content:"→";opacity:.35;font-size:.85em}
.xms5awox .wqez0y4 + .wqez0y4::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.xo4w{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.pdyux{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.a7ypi5{display:flex;flex-direction:column;gap:3px}
.nf9pq{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.ldh4cp6{font-weight:700;font-size:1rem;color:var(--text-heading)}
.t2matwjg{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.abysah .xo4w{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.qecdp19 .xo4w{border-top:3px solid var(--accent);padding-top:18px}
.bogt4 .xo4w{border-left:3px solid var(--accent);border-radius:0}
.qywpdlc .xo4w{padding:20px 0}
@media(max-width:640px){
  .xo4w{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .t2matwjg{max-width:100%}
}
.lm24fm .ooak24wh{margin:0}
@media (max-width:560px){
  .sv1y2s9{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .h7e3ue { padding: 28px 18px 20px; }
  .y34iyis { font-size: 1.2rem; }
  .tyq0 { max-width: 220px; max-height: 80px; }
}
.tj2iig {
  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);
}
.qnmgu {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.ha40  .tj2iig { border-radius: 50%; }
.jpz96h  .tj2iig { border-radius: 6px; }
.c8dn17q .tj2iig { border-radius: 22px; }
.e51db5w .cttmfkxi {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .tj2iig { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.m5bme {
  margin: 28px 0 24px;
}
.m5bme .uzq2h0 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.m5bme .nd8dmll {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.m5bme .cttmfkxi {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .dst9o { flex-direction: row-reverse; }
[dir="rtl"] .levf { flex-direction: row-reverse; }
[dir="rtl"] .iaqc .tal7 { right: auto; left: 32px; }
[dir="rtl"] .v58k13  .tal7 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .iaqc .tal7 { right: auto; left: 20px; }
  [dir="rtl"] .v58k13  .tal7 { left: auto;  right: 20px; }
}
[dir="rtl"] .b9zzp .mq5xk  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .twde2g2 .mq5xk { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ot76tu9, [dir="rtl"] .yzwj6do2 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ivz6 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .zubvpt4 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .fbjfck { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .cttmfkxi { direction: rtl; }
[dir="rtl"] .tj2iig { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .iy6h4,
[dir="rtl"] .h97yb5wv { direction: rtl; }
[dir="rtl"] .qxuw { direction: rtl; }
[dir="rtl"] .dcxo4seh { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .edeztpj .yzwj6do2,
[dir="rtl"] .tyxb15h .yzwj6do2,
[dir="rtl"] .p0e5th .yzwj6do2,
[dir="rtl"] .yrt1ct .yzwj6do2 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .edeztpj .yzwj6do2 li::before,
[dir="rtl"] .tyxb15h .yzwj6do2 li::before,
[dir="rtl"] .p0e5th .yzwj6do2 li::before,
[dir="rtl"] .yrt1ct .yzwj6do2 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .co74xfi.fc1xt1f .qek80bkw,
[dir="rtl"] .uc83p0il.fc1xt1f .qek80bkw,
[dir="rtl"] .gacgxno.fc1xt1f .qek80bkw,
[dir="rtl"] .x2dw.fc1xt1f .qek80bkw,
[dir="rtl"] .xc77.fc1xt1f .qek80bkw { text-align: right; }
[dir="rtl"] .lx1iy2h.fc1xt1f .y8uydz { align-items: flex-end; text-align: right; }
[dir="rtl"] .nd8dmll,
[dir="rtl"] .j7tk37wd,
[dir="rtl"] .vv5l6sx,
[dir="rtl"] .hv3josc,
[dir="rtl"] .qek80bkw { text-align: right; }
[dir="rtl"] .sfc6d8e,
[dir="rtl"] .te45f6dy,
[dir="rtl"] .wv42n47,
[dir="rtl"] .i1b7n,
[dir="rtl"] .h4scyw5 { text-align: right; direction: rtl; }
[dir="rtl"] .c7g7 .i1b7n,
[dir="rtl"] .w6qlzq7 .i1b7n { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #9e3d49;
  --brand:           #9e3d49;
  --brand-light:     #813f47;
  --brand-pale:      #975c63;
  --grad-start:      #c76f7a;
  --grad-end:        #d1a2a8;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #9e3d49;
  --cta-light:       #852d38;
  --cta-hover:       #712b34;
  --bg-page:         #f7f6f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f4f4;
  --bg-raised:       #f0eeee;
  --bg-hover:        #f5f4f4;
  --border:          #e7e3e3;
  --border-alt:      #dad1d2;
  --border-section:  #e7e3e3;
  --text-primary:    #1a1818;
  --text-muted:      #5d5455;
  --text-body:       #353030;
  --text-sub:        #504849;
  --text-faint:      #86787a;
  --text-dim:        #9e9394;
  --text-label:      #6b6061;
  --text-value:      #433c3d;
  --accent-bg:       #ede7e8;
  --accent-bg-light: #e3d2d4;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf3f4;
  --c-pros:          #23831f;
  --c-cons:          #9f2124;
  --c-pros-label:    #2a9c25;
  --c-tip-border:    #2fac29;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #23831f;
}
:root { --logo-bg-opacity: 73%; }
body, button, input { font-family: "Montserrat", sans-serif; }
.pbdbfm .jleb { font-size: 0; width: 1.2rem; flex-shrink: 0; }.pbdbfm .jleb::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.pbdbfm .xv8mtf1a     .jleb::before { content: "";  color: var(--c-tip-border); }.pbdbfm .rx546t .jleb::before { content: ""; color: var(--c-warn-border); }.pbdbfm .ujerrxe    .jleb::before { content: ""; color: #60a5fa; }.o284o6 .pbdbfm .xv8mtf1a     .jleb::before { color: #10b981; }.o284o6 .pbdbfm .rx546t .jleb::before { color: #f43f5e; }.o284o6 .pbdbfm .ujerrxe    .jleb::before { color: #a855f7; }.e2wqv  .pbdbfm .xv8mtf1a     .jleb::before { color: #eab308; }.e2wqv  .pbdbfm .rx546t .jleb::before { color: #ef4444; }.e2wqv  .pbdbfm .ujerrxe    .jleb::before { color: #f97316; }.uqjbyg  .pbdbfm .xv8mtf1a     .jleb::before { color: #38bdf8; }.uqjbyg  .pbdbfm .rx546t .jleb::before { color: #818cf8; }.uqjbyg  .pbdbfm .ujerrxe    .jleb::before { color: #2dd4bf; }.udhlx .pbdbfm .jleb::before { color: var(--accent-light) !important; }
.ylbmofbb .usfbs li::before, .ylbmofbb .enhna3y li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.ylbmofbb .usfbs li::before { content: ""; }.ylbmofbb .enhna3y li::before { content: ""; }.ylbmofbb .zcs9f3lc::before, .ylbmofbb .jxil8i7::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.ylbmofbb .zcs9f3lc::before { content: ""; }.ylbmofbb .jxil8i7::before { content: ""; }
.vv1p1s .p78x2a, .vv1p1s .lx1iy2h { min-height: 520px; }
.sat1c .ck7aygbe::after,.sat1c .tal7::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.c0t9::before { content: '|'; opacity: 0.3; }
/* Mobile optimization - prevent horizontal scroll on all pages */
@media (max-width: 768px) {
  /* Prevent any element from causing horizontal scroll */
  .dst9o, .gf6ehg, .nd8dmll, .r8fyn3, .ug9dg39b, .gcwwnv, .j0cyv, .qek80bkw {
    padding-left: 16px !important;
    padding-right: 16px !important;
    max-width: 100% !important;
    overflow-x: hidden;
  }
  
  /* Tables should scroll horizontally inside container */
  .ooak24wh {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: calc(100vw - 32px);
  }
  
  /* Images should not overflow */
  img {
    max-width: 100% !important;
    height: auto !important;
  }
  
  /* Casino cards should fit properly */
  .iy6h4, .xu2g93a, .zmxyd5 {
    max-width: 100%;
    overflow: hidden;
  }
  
  /* Text should wrap properly */
  .xnydb5, .saspz, .xq07qu7, h1, h2, h3 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }
  
  /* Buttons should not overflow */
  .wuy8, .ck7aygbe, .yzok, .tal7 {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 640px) {
  /* Extra small devices */
  body {
    font-size: 15px;
  }
  
  /* Container adjustments */
  .dst9o {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  
  /* Reduce padding on mobile */
  .gf6ehg, .nd8dmll, .r8fyn3 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  
  /* Smaller hero sections */
  .p78x2a, .uzq2h0 {
    min-height: auto !important;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  
  /* Casino list items */
  .exmw5lnr {
    gap: 16px;
  }
}

/* Additional mobile fixes */
@media (max-width: 768px) {
  /* Ensure tables don't break layout */
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  
  /* Fix for wide content */
  pre, code {
    max-width: 100%;
    overflow-x: auto;
    word-wrap: break-word;
  }
  
  /* Fix footer */
  footer, .cj4i7xi {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  
  /* Fix navigation */
  nav, .m24mg4 {
    max-width: 100vw;
    overflow-x: hidden;
  }
}
