:root {
  color-scheme: dark;
  --bg: #000;
  --text: #f7f8ff;
  --muted: #c9d0e8;
  --dim: #7f89a8;
  --cyan: #00d9ff;
  --pink: #ff37f2;
  --gold: #ffb53d;
  --line: rgba(255, 255, 255, .15);
  --line-strong: rgba(0, 217, 255, .52);
  --radius: 28px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background: #000;
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.shell { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 210px; }
.brand img { width: 38px; height: 38px; border-radius: 50%; background: #000; filter: drop-shadow(0 0 5px rgba(0,200,255,.64)) drop-shadow(0 0 9px rgba(255,61,255,.24)); transition: filter .18s ease; }
.brand:hover img, .brand:focus-visible img { filter: drop-shadow(0 0 7px rgba(0,200,255,.82)) drop-shadow(0 0 12px rgba(255,61,255,.34)); }
.brand strong { display: block; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; line-height: 1.05; }
.brand span span { color: var(--muted); font-size: 12px; }
.links { display: flex; align-items: center; justify-content: center; gap: 18px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.links a { position: relative; padding: 8px 0; }
.links a:hover, .links a:focus-visible, .links .is-current { color: #fff; outline: none; }
.links .nav-disabled {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .35em;
  padding: 8px 0;
  color: rgba(201, 208, 232, .38);
  cursor: not-allowed;
  pointer-events: none;
  filter: grayscale(1);
}
.links .nav-disabled::after {
  content: "Soon";
  padding: .2em .48em;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  color: rgba(247,248,255,.42);
  font-size: .66em;
  letter-spacing: .08em;
}
.links .is-current::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--pink));
}
.nav-cta, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.01em;
  text-align: center;
  cursor: pointer;
}
.nav-cta, .btn.primary { border-color: rgba(0, 217, 255, .78); }
.btn.pink { border-color: rgba(255, 55, 242, .72); }
.btn:disabled { opacity: .45; cursor: not-allowed; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

main { position: relative; overflow: clip; }
main::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 22%, rgba(0, 217, 255, .08) 22.2%, transparent 23.2% 72%, rgba(255, 55, 242, .08) 72.2%, transparent 73.2%),
    linear-gradient(58deg, transparent 0 68%, rgba(255, 181, 61, .08) 68.2%, transparent 69.2%);
  opacity: .42;
  animation: hvr-suite-lightning 7s ease-in-out infinite;
}
@keyframes hvr-suite-lightning {
  0%, 72%, 100% { opacity: .18; }
  73% { opacity: .5; }
  75% { opacity: .24; }
  78% { opacity: .68; }
  80% { opacity: .2; }
}

section { padding: 48px 0; }
.hero {
  margin-top: 38px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background:
    linear-gradient(#000, #000) padding-box,
    linear-gradient(120deg, rgba(0, 217, 255, .92), rgba(255, 55, 242, .75), rgba(255, 181, 61, .62)) border-box;
  padding: clamp(26px, 5vw, 58px);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: clamp(24px, 5vw, 58px); align-items: center; }
.kicker { margin: 0 0 12px; color: var(--cyan); font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.07em; line-height: .9; }
h1 { margin-bottom: 20px; font-size: clamp(54px, 9vw, 122px); }
h2 { margin-bottom: 16px; font-size: clamp(38px, 6vw, 72px); }
h3 { margin-bottom: 10px; font-size: 22px; letter-spacing: -.04em; }
p { color: var(--muted); line-height: 1.65; }
.lede { max-width: 760px; color: #dfe5ff; font-size: clamp(17px, 2vw, 23px); line-height: 1.45; }
.mini { color: var(--dim); font-size: 12px; line-height: 1.55; }

.panel, .card {
  border: 1px solid transparent;
  background:
    linear-gradient(#000, #000) padding-box,
    linear-gradient(138deg, rgba(0, 217, 255, .54), rgba(255, 55, 242, .5), rgba(255, 181, 61, .24)) border-box;
  border-radius: 22px;
}
.panel { padding: clamp(20px, 3vw, 34px); }
.card { padding: 22px; }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.stack { display: grid; gap: 16px; }
.stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 22px 0; }
.stat { padding: 18px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 18px; background: #000; }
.stat strong { display: block; font-size: 30px; letter-spacing: -.05em; }
.stat span { color: var(--dim); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(0, 217, 255, .38);
  border-radius: 999px;
  padding: 9px 12px;
  color: #eaf8ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pink);
}

.field { display: grid; gap: 8px; margin-bottom: 14px; }
label { color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
input, textarea, select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  background: #000;
  color: #fff;
  padding: 12px 14px;
  outline: none;
}
textarea { min-height: 120px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: rgba(0, 217, 255, .8); }
.table-wrap { overflow-x: auto; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; }
table { width: 100%; border-collapse: collapse; min-width: 760px; }
th, td { padding: 14px 16px; border-bottom: 1px solid rgba(255,255,255,.08); text-align: left; vertical-align: top; }
th { color: var(--cyan); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
td { color: var(--muted); font-size: 13px; }
.empty {
  display: grid;
  place-items: center;
  min-height: 190px;
  border: 1px dashed rgba(255,255,255,.2);
  border-radius: 20px;
  color: var(--dim);
  text-align: center;
  padding: 24px;
}
.rank-row { display: grid; grid-template-columns: 44px 1fr auto; gap: 16px; align-items: center; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.rank-num { color: var(--cyan); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 900; }
.rank-score { color: #fff; font-weight: 900; }
.footer { padding: 36px 0; border-top: 1px solid rgba(255,255,255,.08); color: var(--dim); }
.footer .shell { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; }
.footer nav { display: flex; flex-wrap: wrap; gap: 14px; color: var(--muted); font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }

@media (max-width: 900px) {
  .nav { align-items: flex-start; flex-direction: column; padding: 14px 0; }
  .links { justify-content: flex-start; flex-wrap: wrap; gap: 12px; }
  .hero-grid, .grid, .grid.two, .grid.four, .stat-grid { grid-template-columns: 1fr; }
  .shell { width: min(100% - 24px, 1180px); }
  section { padding: 34px 0; }
  h1 { font-size: clamp(44px, 15vw, 76px); }
}
