:root {
  color-scheme: dark;
  --bg: #000000;
  --panel: rgba(12, 14, 22, 0.74);
  --panel-strong: rgba(18, 21, 32, 0.9);
  --line: rgba(248, 244, 234, 0.12);
  --ink: #f8f4ea;
  --muted: rgba(248, 244, 234, 0.72);
  --mint: #2cff9a;
  --sky: #42d9ff;
  --grape: #9b8cff;
  --ember: #ff6b4a;
  --gold: #ffd84d;
  --black: #050505;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 16%, rgba(44, 255, 154, 0.18), transparent 20rem),
    radial-gradient(circle at 82% 12%, rgba(155, 140, 255, 0.18), transparent 22rem),
    radial-gradient(circle at 72% 82%, rgba(255, 107, 74, 0.14), transparent 24rem),
    linear-gradient(135deg, #090b10 0%, var(--bg) 58%, #050505 100%);
  color: var(--ink);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  opacity: 0.18;
  background-image:
    linear-gradient(90deg, rgba(248, 244, 234, 0.28) 1px, transparent 1px),
    linear-gradient(rgba(248, 244, 234, 0.28) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
}

body::after {
  opacity: 0.34;
  background:
    linear-gradient(115deg, transparent 0 21%, var(--mint) 21.1% 21.45%, transparent 21.55% 100%),
    linear-gradient(35deg, transparent 0 46%, var(--sky) 46.1% 46.42%, transparent 46.52% 100%),
    linear-gradient(145deg, transparent 0 62%, var(--grape) 62.1% 62.45%, transparent 62.55% 100%);
  filter: blur(0.4px);
}

a {
  color: inherit;
}

.container {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
}

.nav,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.nav {
  padding: 18px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 900;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  box-shadow: 0 0 22px rgba(66, 217, 255, 0.28);
}

.links,
.actions,
.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.links {
  color: var(--muted);
  font-size: 0.94rem;
}

.links a {
  text-decoration: none;
}

.links a:hover {
  color: var(--ink);
}

.hero,
.page {
  padding: clamp(44px, 10vw, 92px) 0;
}

.hero {
  text-align: center;
}

.icon {
  width: 112px;
  height: 112px;
  margin: 0 auto 24px;
  border-radius: 26px;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.64),
    0 0 0 2px rgba(248, 244, 234, 0.14),
    0 0 38px rgba(44, 255, 154, 0.2),
    0 0 48px rgba(66, 217, 255, 0.18);
}

h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.45rem, 7vw, 4.85rem);
  font-weight: 950;
  line-height: 0.96;
  letter-spacing: -0.07em;
  text-shadow:
    0 0 18px rgba(44, 255, 154, 0.2),
    0 0 42px rgba(66, 217, 255, 0.18);
}

.page h1 {
  font-size: clamp(2.2rem, 6vw, 3.6rem);
}

.lede {
  max-width: 630px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.page > .lede {
  max-width: none;
  margin: 10px 0 0;
  font-size: 0.95rem;
}

.actions,
.pill-row {
  justify-content: center;
  margin-top: 28px;
}

.button,
.pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(18, 21, 32, 0.72);
  backdrop-filter: blur(14px);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  color: var(--ink);
  font-weight: 850;
  text-decoration: none;
}

.button.primary {
  background: var(--mint);
  border-color: var(--mint);
  color: var(--black);
}

.pill {
  padding: 8px 12px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 760;
}

.note {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.92rem;
}

.card {
  margin-top: 26px;
  padding: clamp(20px, 4vw, 32px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--panel);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.54), inset 0 0 34px rgba(66, 217, 255, 0.03);
  backdrop-filter: blur(18px);
}

h2 {
  margin: 28px 0 8px;
  color: var(--mint);
  font-size: 1.25rem;
  text-shadow: 0 0 14px rgba(44, 255, 154, 0.18);
}

h2:first-child {
  margin-top: 0;
}

p,
li {
  color: var(--muted);
}

ul {
  padding-left: 1.2rem;
}

.card a {
  color: var(--ink);
  font-weight: 800;
}

.footer {
  padding: 28px 0 38px;
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 560px) {
  .nav,
  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
}
