:root {
  --bg-0: #050b16;
  --bg-1: #0b1c34;
  --bg-2: #133153;
  --text-main: #e6f2ff;
  --text-dim: #9db5d6;
  --accent-cyan: #3de4ff;
  --accent-lime: #9cff7a;
  --accent-orange: #ffad42;
  --border-glass: rgba(147, 202, 255, 0.35);
  --surface-glass: rgba(9, 28, 52, 0.58);
  --surface-strong: rgba(6, 19, 36, 0.82);
  --shadow-soft: 0 12px 40px rgba(0, 0, 0, 0.35);
  --radius-lg: 20px;
  --radius-md: 12px;
  --radius-sm: 8px;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --max-width: 1100px;
  --font-ui: "Space Grotesk", "Segoe UI", sans-serif;
  --font-display: "Orbitron", "Trebuchet MS", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}
