:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #f4f7ff;
  background: #080b12;
  font-synthesis: none;
  --blue: #2979ff;
  --blue-light: #65a0ff;
  --muted: #929aad;
  --panel: #10151f;
  --line: rgba(255, 255, 255, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: #080b12; }
a { color: inherit; text-decoration: none; }

#app { overflow: hidden; }
.site-header, main, footer { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header { height: 88px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 10; }
.wordmark { font-size: 21px; font-weight: 800; letter-spacing: -0.6px; }
nav { display: flex; align-items: center; gap: 34px; color: #aab1c0; font-size: 14px; font-weight: 600; }
nav a { transition: color .2s; }
nav a:hover { color: #fff; }
.nav-cta { color: #e7eeff; border: 1px solid var(--line); border-radius: 9px; padding: 10px 16px; background: rgba(255,255,255,.025); }

.hero { min-height: 690px; padding: 92px 0 110px; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 80px; position: relative; }
.hero-glow { width: 660px; height: 660px; position: absolute; right: -220px; top: 5px; background: radial-gradient(circle, rgba(41,121,255,.2), transparent 68%); filter: blur(10px); }
.hero-grid { position: absolute; inset: 0 -50vw; pointer-events: none; opacity: .16; background-image: linear-gradient(rgba(111,143,205,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(111,143,205,.2) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, transparent, black 25%, transparent 90%); }
.hero-content { position: relative; z-index: 2; }
.eyebrow, .section-label { color: var(--blue-light); font-size: 12px; text-transform: uppercase; letter-spacing: 2.3px; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 14px var(--blue); }
h1 { font-size: clamp(48px, 6vw, 78px); line-height: 1.02; letter-spacing: -4px; margin: 25px 0; font-weight: 700; }
h1 em { color: var(--blue-light); font-style: normal; }
.hero-copy { color: var(--muted); max-width: 570px; line-height: 1.75; font-size: 17px; }
.hero-support { margin: 20px 0 0; color: #dbe5f8; font-size: 14px; font-weight: 600; }
.hero-actions { display: flex; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; padding: 0 21px; border-radius: 10px; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); box-shadow: 0 10px 35px rgba(41,121,255,.22); }
.button-primary:hover { background: #4389ff; }
.button-ghost { border: 1px solid var(--line); color: #b5bdcc; background: rgba(255,255,255,.025); }
.button-ghost:hover { border-color: rgba(255,255,255,.2); }

.tool-preview { width: 490px; height: 345px; justify-self: end; position: relative; z-index: 2; background: rgba(12,17,27,.92); border: 1px solid rgba(124,158,216,.18); border-radius: 16px; box-shadow: 0 40px 80px rgba(0,0,0,.45), 0 0 60px rgba(41,121,255,.07); overflow: hidden; transform: perspective(1100px) rotateY(-4deg) rotateX(2deg); }
.preview-bar { height: 41px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding: 0 14px; border-bottom: 1px solid var(--line); color: #5d6677; font-size: 8px; text-align: center; }
.preview-dots { display: flex; gap: 5px; }
.preview-dots span { width: 5px; height: 5px; background: #303747; border-radius: 50%; }
.secure { justify-self: end; color: #2979ff; font-size: 6px; }
.preview-body { height: calc(100% - 41px); display: flex; }
.preview-sidebar { width: 58px; border-right: 1px solid var(--line); display: flex; align-items: center; flex-direction: column; gap: 24px; padding-top: 18px; }
.mini-brand { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 6px; background: var(--blue); font-weight: 800; font-size: 10px; margin-bottom: 10px; }
.mini-brand span { width: 7px; height: 7px; border-radius: 50%; background: #fff; }
.side-item { width: 13px; height: 4px; border-radius: 4px; background: #303848; }
.side-item.active { background: var(--blue); box-shadow: 0 0 10px rgba(41,121,255,.5); }
.preview-main { flex: 1; padding: 30px; }
.preview-heading { display: flex; justify-content: space-between; }
.skeleton { display: block; background: #242c3a; border-radius: 3px; height: 6px; }
.skeleton.short { width: 45px; height: 4px; margin-bottom: 9px; }
.skeleton.title { width: 115px; height: 10px; background: #4a5568; }
.status-dot { width: 22px; height: 22px; border-radius: 50%; border: 5px solid rgba(41,121,255,.18); background: var(--blue); }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 28px; }
.stat-card { height: 85px; padding: 13px; border-radius: 8px; background: #121925; border: 1px solid var(--line); display: flex; flex-direction: column; }
.stat-card.featured { border-color: rgba(41,121,255,.35); background: rgba(41,121,255,.08); }
.skeleton.tiny { width: 30px; height: 3px; margin-bottom: 11px; }
.stat-card strong { font-size: 17px; }
.stat-card small { color: #586275; font-size: 6px; letter-spacing: 1px; margin-top: auto; }
.data-card { height: 110px; border: 1px solid var(--line); border-radius: 8px; margin-top: 12px; padding: 14px; background: #101722; }
.data-head { display: flex; align-items: center; justify-content: space-between; }
.skeleton.medium { width: 80px; height: 5px; }.pill { width: 28px; height: 10px; border-radius: 5px; background: rgba(41,121,255,.2); }
.data-lines { display: grid; gap: 10px; margin-top: 17px; }.data-lines i { height: 4px; border-radius: 2px; background: linear-gradient(90deg, #2e3849 45%, transparent 45%); }.data-lines i:nth-child(2) { opacity: .75; }.data-lines i:nth-child(3) { opacity: .5; }.data-lines i:nth-child(4) { opacity: .3; }

.mission { border-top: 1px solid var(--line); padding: 88px 0 62px; display: grid; grid-template-columns: 1fr 1fr; gap: 130px; align-items: end; }
h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.15; letter-spacing: -2.2px; margin: 17px 0 0; }
.mission > p { color: var(--muted); font-size: 16px; line-height: 1.8; margin: 0 0 5px; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; margin-bottom: 104px; }
.principles article { background: #0c1018; padding: 35px 32px; min-height: 225px; }
.principle-number { color: var(--blue-light); font-size: 11px; font-weight: 700; letter-spacing: 1px; }
.principles h3 { margin: 48px 0 11px; font-size: 18px; }
.principles p { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 0; }

.coming-soon { text-align: center; padding: 88px 24px; margin-bottom: 60px; border: 1px solid var(--line); border-radius: 18px; position: relative; overflow: hidden; background: linear-gradient(140deg, rgba(41,121,255,.08), rgba(13,18,28,.35) 40%, rgba(41,121,255,.04)); }
.coming-soon::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(110,157,255,.2) 1px, transparent 1px); background-size: 22px 22px; mask-image: radial-gradient(circle, black, transparent 70%); opacity: .3; }
.coming-soon > * { position: relative; z-index: 1; }
.coming-soon h2 { margin-inline: auto; }
.coming-soon > p:not(.section-label) { color: var(--muted); line-height: 1.7; max-width: 650px; margin: 20px auto 0; }
.updates-orbit { position: absolute; width: 570px; height: 570px; border: 1px solid rgba(41,121,255,.1); border-radius: 50%; left: calc(50% - 285px); top: -180px; }
.updates { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: center; padding: 50px; margin-bottom: 96px; border: 1px solid var(--line); border-radius: 14px; background: #0c1018; }
.updates h2 { font-size: 34px; letter-spacing: -1.5px; }
.updates-copy > p:not(.section-label) { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 17px 0 0; }
.updates-actions { display: grid; grid-template-columns: 1fr 145px; gap: 12px; align-items: start; }
.updates-form label { display: block; color: #aeb7c8; font-size: 12px; font-weight: 600; line-height: 15px; margin: 0 0 9px; }
.input-row { display: flex; gap: 8px; }
.input-row input { min-width: 0; flex: 1; height: 52px; border: 1px solid var(--line); border-radius: 10px; padding: 0 15px; background: #080c13; color: #f4f7ff; font: inherit; font-size: 14px; outline: none; }
.input-row input:focus { border-color: rgba(41,121,255,.75); box-shadow: 0 0 0 3px rgba(41,121,255,.12); }
.input-row input::placeholder { color: #596275; }
.input-row .button { border: 0; cursor: pointer; font-family: inherit; }
.input-row input:disabled { cursor: not-allowed; color: #687183; background: #0a0e15; opacity: .7; }
.input-row .button:disabled { cursor: not-allowed; background: #1b3f78; color: #8998af; box-shadow: none; opacity: .7; }
.input-row .button:disabled:hover { transform: none; }
.form-note { color: #697184; font-size: 10px; line-height: 1.5; margin: 9px 0 0; }
.discord-placeholder { height: 52px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border: 1px solid var(--line); border-radius: 10px; margin-top: 24px; padding: 0 14px; background: rgba(255,255,255,.025); color: #aab2c1; font-family: inherit; }
.discord-placeholder span { font-size: 13px; font-weight: 700; }.discord-placeholder small { color: #646d7e; font-size: 9px; margin-top: 2px; }
footer { border-top: 1px solid var(--line); height: 110px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; color: #697184; font-size: 12px; }
footer .wordmark { color: #fff; } footer > a:nth-child(2) { text-align: center; transition: color .2s; } footer > a:nth-child(2):hover { color: #fff; } footer p:last-child { text-align: right; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; gap: 65px; }
  .hero-content { max-width: 680px; }
  .tool-preview { justify-self: center; }
  .mission { grid-template-columns: 1fr; gap: 30px; }
  .updates { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 640px) {
  .site-header, main, footer { width: min(100% - 32px, 1180px); }
  .site-header { height: 72px; } nav > a:first-child { display: none; }
  .hero { padding: 58px 0 84px; min-height: auto; gap: 55px; }
  h1 { font-size: 49px; letter-spacing: -2.8px; }
  .hero-copy { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .tool-preview { width: 100%; height: 280px; transform: none; }
  .preview-main { padding: 22px 16px; }.preview-sidebar { width: 44px; }.stat-card { padding: 9px; }.stat-card strong { font-size: 13px; }
  .mission { padding: 70px 0 50px; }
  .principles { grid-template-columns: 1fr; margin-bottom: 68px; }
  .principles article { min-height: auto; padding: 28px; }
  .principles h3 { margin-top: 25px; }
  .coming-soon { padding: 64px 20px; margin-bottom: 44px; }
  .updates { padding: 26px; margin-bottom: 60px; gap: 30px; }
  .updates-actions { grid-template-columns: 1fr; }
  .input-row { flex-direction: column; }.input-row .button { width: 100%; }
  .discord-placeholder { width: 100%; margin-top: 0; }
  footer { height: auto; padding: 30px 0; grid-template-columns: 1fr 1fr; } footer > a:nth-child(2) { display: none; }
}

@media (max-width: 380px) {
  h1 { font-size: 42px; letter-spacing: -2.3px; }
  .hero-actions { margin-top: 30px; }
  .preview-sidebar { display: none; }
  .preview-main { padding-inline: 13px; }
  .stat-row { gap: 6px; }
  .stat-card { padding-inline: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
