:root {
  --bg: #07090f;
  --bg-soft: #0b0f19;
  --card: rgba(17, 23, 38, .72);
  --card-solid: #101725;
  --text: #f8fafc;
  --muted: #9aa6b8;
  --line: rgba(255,255,255,.1);
  --gold: #f6c453;
  --gold-2: #ffe7a0;
  --violet: #8b5cf6;
  --cyan: #42d9ff;
  --success: #4ade80;
  --radius: 24px;
  --shadow: 0 28px 80px rgba(0,0,0,.38);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: Inter, system-ui, sans-serif; line-height: 1.65; overflow-x: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 40px)); }
.section-pad { padding: 110px 0; position: relative; }
.noise { position: fixed; inset: 0; pointer-events: none; z-index: 10; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { background: rgba(7,9,15,.84); backdrop-filter: blur(18px); border-color: var(--line); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-family: "Space Grotesk", sans-serif; font-size: 1.2rem; font-weight: 700; letter-spacing: .08em; }
.brand img { width: 42px; height: 42px; object-fit: contain; border-radius: 50%; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.main-nav a { color: var(--muted); text-decoration: none; font-size: .92rem; font-weight: 600; transition: color .2s; }
.main-nav a:hover { color: var(--text); }
.menu-toggle { display: none; margin-left: auto; width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; border-radius: 12px; }
.menu-toggle span { display: block; width: 18px; height: 2px; background: var(--text); margin: 4px auto; }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 8px; border: 0; border-radius: 14px; padding: 14px 22px; text-decoration: none; font-weight: 700; transition: transform .2s, border-color .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-small { padding: 10px 16px; font-size: .88rem; border-radius: 12px; }
.btn-primary { color: #090b10; background: linear-gradient(135deg, var(--gold-2), var(--gold)); box-shadow: 0 12px 34px rgba(246,196,83,.2); }
.btn-outline { border: 1px solid rgba(246,196,83,.45); color: var(--gold-2); }
.btn-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.035); }
.hero { min-height: 100vh; display: flex; align-items: center; padding-top: 145px; overflow: hidden; background: radial-gradient(circle at 20% 10%, rgba(139,92,246,.13), transparent 33%), radial-gradient(circle at 85% 30%, rgba(66,217,255,.1), transparent 27%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--gold-2); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 7px rgba(74,222,128,.08); }
h1, h2, h3 { font-family: "Space Grotesk", sans-serif; line-height: 1.08; margin: 0; }
h1 { margin-top: 22px; font-size: clamp(3.4rem, 7vw, 6.8rem); letter-spacing: -.065em; }
.gradient-text { color: transparent; background: linear-gradient(100deg, var(--gold-2), var(--gold), #bf8cff, var(--cyan)); background-clip: text; -webkit-background-clip: text; }
.hero-lead { color: var(--muted); font-size: 1.15rem; max-width: 650px; margin: 26px 0 32px; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.trust-row { margin-top: 48px; display: flex; gap: 46px; flex-wrap: wrap; }
.trust-row div { display: grid; gap: 2px; }
.trust-row strong { font-family: "Space Grotesk"; font-size: 1.15rem; }
.trust-row span { color: var(--muted); font-size: .79rem; }
.hero-visual { min-height: 540px; display: grid; place-items: center; }
.coin-stage { width: min(500px, 100%); aspect-ratio: 1; position: relative; display: grid; place-items: center; }
.coin-card { width: 64%; aspect-ratio: 1; position: relative; z-index: 3; padding: 44px; border-radius: 50%; display: grid; place-items: center; background: radial-gradient(circle at 32% 25%, rgba(255,255,255,.18), transparent 30%), linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.01)); border: 1px solid rgba(255,255,255,.18); box-shadow: inset 0 0 45px rgba(255,255,255,.04), 0 40px 100px rgba(0,0,0,.42), 0 0 70px rgba(246,196,83,.12); animation: float 6s ease-in-out infinite; }
.coin-card img { width: 100%; filter: drop-shadow(0 18px 28px rgba(0,0,0,.45)); }
.coin-halo { position: absolute; inset: -18%; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(246,196,83,.18), transparent 63%); filter: blur(10px); }
.ring { position: absolute; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.ring-a { width: 84%; height: 84%; animation: spin 18s linear infinite; border-top-color: rgba(246,196,83,.7); }
.ring-b { width: 100%; height: 100%; animation: spin 28s linear reverse infinite; border-right-color: rgba(139,92,246,.65); }
.ring::after { content: ""; width: 8px; height: 8px; border-radius: 50%; position: absolute; top: 9%; left: 20%; background: var(--gold); box-shadow: 0 0 16px var(--gold); }
.floating-chip { position: absolute; z-index: 5; display: flex; align-items: center; gap: 8px; padding: 11px 15px; border-radius: 14px; background: rgba(12,16,27,.75); backdrop-filter: blur(12px); border: 1px solid var(--line); color: #dce5f2; font-size: .82rem; box-shadow: var(--shadow); }
.floating-chip span { color: var(--success); }
.chip-one { left: 0; top: 25%; animation: float 5s ease-in-out infinite 1s; }
.chip-two { right: 0; bottom: 22%; animation: float 5.5s ease-in-out infinite .4s; }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .5; }
.orb-one { width: 18px; height: 18px; background: var(--gold); left: 8%; bottom: 20%; box-shadow: 0 0 45px var(--gold); }
.orb-two { width: 12px; height: 12px; background: var(--cyan); right: 9%; top: 20%; box-shadow: 0 0 45px var(--cyan); }
.ticker-strip { border-block: 1px solid var(--line); background: #0b0e16; overflow: hidden; padding: 15px 0; }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 25px; color: #aab4c5; font-size: .77rem; font-weight: 800; letter-spacing: .14em; animation: ticker 30s linear infinite; }
.ticker-track i { color: var(--gold); font-style: normal; }
.section-heading { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.section-heading.left { margin-inline: 0; text-align: left; }
.section-heading h2 { font-size: clamp(2.4rem, 5vw, 4.2rem); letter-spacing: -.045em; margin: 14px 0 20px; }
.section-heading p { color: var(--muted); margin: 0; font-size: 1.05rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); min-height: 310px; transition: transform .25s, border-color .25s; }
.feature-card:hover { transform: translateY(-7px); border-color: rgba(246,196,83,.35); }
.icon-box { width: 58px; height: 58px; display: grid; place-items: center; font-size: 1.45rem; background: rgba(246,196,83,.08); border: 1px solid rgba(246,196,83,.18); border-radius: 17px; margin-bottom: 25px; }
.status { display: inline-block; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; border-radius: 999px; padding: 6px 9px; margin-bottom: 18px; }
.status-build { color: #bff4ff; background: rgba(66,217,255,.09); }
.status-plan { color: #e2d2ff; background: rgba(139,92,246,.11); }
.feature-card h3 { font-size: 1.45rem; margin-bottom: 13px; }
.feature-card p { color: var(--muted); margin: 0; }
.token-section { background: linear-gradient(180deg, #080b12, #0b101b); }
.token-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.contract-box { margin-top: 32px; padding: 18px; border-radius: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.035); }
.contract-box > span { color: var(--muted); font-size: .78rem; }
.contract-box > div { margin-top: 7px; display: flex; align-items: center; gap: 10px; }
.contract-box code { min-width: 0; overflow: hidden; text-overflow: ellipsis; font-size: .9rem; color: var(--gold-2); }
.contract-box button { margin-left: auto; border: 0; border-radius: 9px; padding: 7px 11px; color: var(--text); background: rgba(255,255,255,.08); cursor: pointer; }
.contract-box small { color: var(--success); }
.text-link { display: inline-flex; margin-top: 22px; color: var(--gold-2); text-decoration: none; font-weight: 700; }
.data-panel { padding: 26px 30px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--card); box-shadow: var(--shadow); }
.data-row { padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-bottom: 1px solid var(--line); }
.data-row:last-child { border-bottom: 0; }
.data-row span { color: var(--muted); }
.data-row strong { text-align: right; }
.verified { color: var(--success); }
.liquidity-card { border: 1px solid rgba(246,196,83,.18); border-radius: 30px; padding: 28px; display: grid; grid-template-columns: 1fr auto 1fr 1.15fr; gap: 20px; align-items: stretch; background: radial-gradient(circle at 75% 20%, rgba(139,92,246,.11), transparent 34%), rgba(255,255,255,.026); }
.asset-block, .price-block { padding: 26px; border-radius: 20px; background: rgba(255,255,255,.04); border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.asset-label { color: var(--gold-2); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.asset-block strong, .price-block strong { font-family: "Space Grotesk"; font-size: clamp(1.5rem, 3vw, 2.35rem); margin: 7px 0; }
.asset-block small, .price-block small, .price-block span { color: var(--muted); }
.pair-symbol { display: grid; place-items: center; font-size: 2rem; color: var(--gold); }
.disclaimer { max-width: 840px; margin: 24px auto 0; color: #7f8a9a; text-align: center; font-size: .8rem; }
.roadmap-section { background: #080b12; }
.timeline { max-width: 850px; margin: auto; position: relative; }
.timeline::before { content: ""; position: absolute; left: 27px; top: 25px; bottom: 25px; width: 1px; background: linear-gradient(var(--gold), rgba(255,255,255,.08)); }
.timeline-item { display: grid; grid-template-columns: 56px 1fr; gap: 27px; padding: 0 0 48px; position: relative; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-marker { width: 56px; height: 56px; position: relative; z-index: 2; display: grid; place-items: center; border-radius: 50%; background: #111725; border: 1px solid var(--line); color: var(--muted); font-family: "Space Grotesk"; font-weight: 700; }
.timeline-item.done .timeline-marker { background: var(--success); color: #06110a; border-color: transparent; }
.timeline-item.active .timeline-marker { color: #111; background: var(--gold); box-shadow: 0 0 0 9px rgba(246,196,83,.07); }
.timeline-item span { color: var(--gold-2); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.timeline-item h3 { font-size: 1.5rem; margin: 8px 0; }
.timeline-item p { color: var(--muted); margin: 0; }
.security-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.security-visual { min-height: 360px; position: relative; display: grid; place-items: center; }
.shield { width: 190px; height: 220px; display: grid; place-items: center; color: #07100a; font-size: 4rem; font-weight: 800; background: linear-gradient(145deg, #b5f8ca, var(--success)); clip-path: polygon(50% 0, 92% 16%, 84% 72%, 50% 100%, 16% 72%, 8% 16%); filter: drop-shadow(0 28px 46px rgba(74,222,128,.18)); }
.security-pulse { position: absolute; width: 290px; height: 290px; border: 1px solid rgba(74,222,128,.16); border-radius: 50%; animation: pulse 2.5s ease-out infinite; }
.check-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 14px; }
.check-list li { position: relative; padding-left: 30px; color: #d7dfeb; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 800; }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.025); padding: 0 22px; }
summary { cursor: pointer; padding: 20px 0; font-weight: 700; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; float: right; color: var(--gold); font-size: 1.4rem; }
details[open] summary::after { content: "−"; }
details p { margin: 0 0 22px; color: var(--muted); }
.cta-box { padding: 48px; border-radius: 30px; display: flex; justify-content: space-between; gap: 40px; align-items: center; border: 1px solid rgba(246,196,83,.22); background: radial-gradient(circle at 88% 10%, rgba(139,92,246,.18), transparent 36%), linear-gradient(135deg, rgba(246,196,83,.08), rgba(255,255,255,.025)); }
.cta-box h2 { font-size: clamp(2rem, 4vw, 3.4rem); margin: 12px 0; }
.cta-box p { color: var(--muted); margin: 0; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
footer { border-top: 1px solid var(--line); padding: 55px 0 25px; background: #05070c; }
.footer-grid { display: grid; grid-template-columns: .7fr 1.3fr 1fr; gap: 35px; align-items: center; }
.footer-grid p { color: var(--muted); margin: 0; }
.footer-links { display: flex; justify-content: flex-end; gap: 22px; }
.footer-links a { color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--text); }
.footer-bottom { margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #687385; font-size: .78rem; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-14px) rotate(1deg); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes pulse { 0% { transform: scale(.75); opacity: .8; } 100% { transform: scale(1.25); opacity: 0; } }
@media (max-width: 980px) {
  .desktop-cta { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 72px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: rgba(10,13,22,.98); border: 1px solid var(--line); border-radius: 18px; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px; }
  .hero-grid, .token-grid, .security-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 30px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { min-height: 430px; }
  .feature-grid { grid-template-columns: 1fr; }
  .section-heading.left { text-align: center; margin-inline: auto; }
  .liquidity-card { grid-template-columns: 1fr auto 1fr; }
  .price-block { grid-column: 1 / -1; }
  .security-visual { min-height: 300px; }
  .cta-box { flex-direction: column; text-align: center; }
  .cta-actions { justify-content: center; }
}
@media (max-width: 660px) {
  .container, .narrow { width: min(100% - 28px, 1160px); }
  .section-pad { padding: 82px 0; }
  .nav-wrap { min-height: 70px; }
  .brand img { width: 36px; height: 36px; }
  .hero { padding-top: 120px; min-height: auto; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .trust-row { gap: 22px; }
  .trust-row div { min-width: 88px; }
  .hero-visual { min-height: 350px; }
  .coin-stage { width: 340px; max-width: 100%; }
  .coin-card { padding: 28px; }
  .floating-chip { font-size: .7rem; padding: 8px 10px; }
  .chip-one { left: -2px; }
  .chip-two { right: -2px; }
  .liquidity-card { grid-template-columns: 1fr; }
  .pair-symbol { transform: rotate(90deg); }
  .price-block { grid-column: auto; }
  .contract-box > div { align-items: flex-start; }
  .contract-box code { max-width: 75%; }
  .data-panel { padding: 18px; }
  .data-row { align-items: flex-start; }
  .cta-box { padding: 30px 22px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-grid .brand, .footer-links { justify-content: center; }
  .footer-bottom { flex-direction: column; align-items: center; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* ALIX V3 ecosystem additions */
button.btn,
.wallet-connect {
  font: inherit;
  cursor: pointer;
}

.wallet-connect {
  border: 1px solid rgba(246,196,83,.45);
  color: var(--gold-2);
  background: rgba(255,255,255,.035);
}

.wallet-connect[data-state="connected"] {
  color: #b5f8ca;
  border-color: rgba(74,222,128,.4);
  background: rgba(74,222,128,.08);
}

.wallet-connect[data-state="loading"] {
  opacity: .65;
  pointer-events: none;
}

.status-live {
  color: #b5f8ca;
  background: rgba(74,222,128,.1);
}

.ecosystem-links {
  grid-template-columns: repeat(4, 1fr);
}

.ecosystem-links .feature-card {
  min-height: 355px;
}

.ecosystem-links .text-link {
  margin-top: 22px;
}

.wallet-toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  width: min(390px, calc(100% - 40px));
  padding: 14px 16px;
  opacity: 0;
  transform: translateY(8px);
  color: var(--text);
  border: 1px solid rgba(251,113,133,.35);
  border-radius: 14px;
  background: rgba(10,14,23,.97);
  box-shadow: var(--shadow);
  transition: .2s ease;
  pointer-events: none;
}

.wallet-toast.show {
  opacity: 1;
  transform: none;
}

.subpage {
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 0%, rgba(139,92,246,.12), transparent 30rem),
    radial-gradient(circle at 90% 20%, rgba(66,217,255,.08), transparent 28rem),
    var(--bg);
  font-family: Inter, system-ui, sans-serif;
}

.subpage .sub-header {
  min-height: 76px;
  padding: 8px max(20px, calc((100% - 1160px) / 2));
  background: rgba(7,9,15,.9);
  border-bottom: 1px solid var(--line);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.subpage .sub-header .logo img {
  width: 46px;
  margin: 0;
  border-radius: 50%;
}

.subpage .sub-header nav ul {
  align-items: center;
  gap: 8px;
  margin: 0;
}

.subpage .sub-header nav ul li {
  margin: 0;
}

.subpage .sub-header nav a {
  color: var(--muted);
  font-size: .88rem;
  font-weight: 700;
}

.subpage .sub-header nav a:hover {
  color: var(--text);
  background: rgba(255,255,255,.05);
}

.subpage .sub-header .wallet-connect,
.earn-page .wallet-connect {
  padding: 9px 13px;
  border-radius: 11px;
  font-weight: 800;
}

.airdrop-page > .container,
.tracker-page .content {
  width: min(900px, calc(100% - 32px));
  max-width: none;
  margin: 130px auto 70px;
  padding: clamp(24px, 5vw, 46px);
  overflow: hidden;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 0%, rgba(246,196,83,.08), transparent 35%),
    rgba(15,21,35,.78);
  box-shadow: var(--shadow);
}

.airdrop-page > .container::before {
  background-image: url("assets/alix-logo.webp");
  opacity: .018;
}

.airdrop-page h1,
.tracker-page h1 {
  color: var(--text);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  letter-spacing: -.04em;
}

.airdrop-page label {
  color: #dce5f2;
  font-size: .86rem;
}

.airdrop-page input[type="text"],
.airdrop-page input[type="email"] {
  padding: 14px 15px;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 13px;
  outline: 0;
  background: rgba(3,6,12,.62);
  font: inherit;
}

.airdrop-page input:focus {
  border-color: rgba(246,196,83,.6);
  box-shadow: 0 0 0 4px rgba(246,196,83,.08);
}

.airdrop-page button[type="submit"] {
  padding: 13px 20px;
  color: #090b10;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
}

.airdrop-page #message {
  margin-top: 18px;
}

.subpage footer {
  border-top: 1px solid var(--line);
  background: #05070c;
}

.earn-page .earn-hero {
  position: relative;
  padding: 120px 20px 65px;
  background:
    radial-gradient(circle at 20% 0%, rgba(139,92,246,.18), transparent 35%),
    radial-gradient(circle at 82% 40%, rgba(246,196,83,.12), transparent 28%),
    transparent;
}

.earn-brand {
  position: absolute;
  top: 24px;
  left: max(20px, calc((100% - 1160px) / 2));
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  text-decoration: none;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  letter-spacing: .08em;
}

.earn-brand img {
  width: 44px;
  border-radius: 50%;
}

.earn-page .earn-hero h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.6rem, 6vw, 5.6rem);
  letter-spacing: -.055em;
}

.earn-page .earn-hero p {
  color: var(--muted);
}

.earn-page > nav ul {
  gap: 7px;
  margin: 0;
  padding: 12px;
  flex-wrap: wrap;
  background: rgba(11,15,25,.95);
  border-block: 1px solid var(--line);
}

.earn-page > nav ul li {
  margin: 0;
}

.earn-page > nav a {
  display: inline-block;
  padding: 9px 12px;
  color: var(--muted);
}

.earn-page section {
  width: min(900px, calc(100% - 32px));
  margin: 24px auto 0;
  padding: clamp(24px, 4vw, 36px);
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.018));
  box-shadow: 0 20px 55px rgba(0,0,0,.18);
}

.earn-page section h2,
.earn-page section h3 {
  color: var(--text);
  font-family: "Space Grotesk", sans-serif;
}

.earn-page section p,
.earn-page section li {
  color: var(--muted);
}

.earn-page .plan,
.earn-page .auth-form {
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.025);
}

.earn-page input,
.earn-page select,
.earn-page textarea {
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(3,6,12,.62);
}

.earn-page button,
.earn-page .signup-section a {
  color: #090b10;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
}

.earn-page #dashboard {
  background: rgba(74,222,128,.055);
}

.earn-page .member-action-panel {
  margin-top: 22px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(3,6,12,.35);
}

.earn-page .member-action-panel[hidden] {
  display: none;
}

.tracker-page .content::before {
  background-image: url("assets/alix-logo.webp") !important;
  opacity: .018 !important;
}

.tracker-page .content p {
  color: var(--muted);
}

.tracker-page .content strong {
  color: var(--text);
}

.tracker-page .content a.btn {
  color: #090b10;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
}

.tracker-page iframe {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

@media (max-width: 1120px) {
  .ecosystem-links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .subpage .sub-header {
    position: static;
    flex-direction: column;
    gap: 10px;
  }

  .subpage .sub-header nav ul {
    flex-direction: row;
  }

  .airdrop-page > .container,
  .tracker-page .content {
    margin-top: 28px;
  }
}

@media (max-width: 660px) {
  .ecosystem-links {
    grid-template-columns: 1fr;
  }

  .subpage .sub-header nav ul {
    justify-content: center;
  }

  .earn-page .plans,
  .earn-page .auth-forms {
    display: grid;
    grid-template-columns: 1fr;
  }

  .earn-page .plan,
  .earn-page .auth-form {
    width: 100%;
  }
}
