:root {
  --bg-deepest: #020512;
  --bg-base: #050a1e;
  --bg-surface: #0a1024;
  --bg-elevated: #0d1530;
  --accent-cyan: #00e4ff;
  --accent-blue: #3a7bff;
  --accent-magenta: #b46cff;
  --accent-pink: #ff3da6;
  --accent-gold: #ffb02e;
  --accent-orange: #ff7a1a;
  --text-primary: #ffffff;
  --text-secondary: #c5cee8;
  --text-muted: #8a93b2;
  --grid-line: rgba(44, 213, 255, 0.18);
  --grid-soft: rgba(0, 228, 255, 0.06);
  --glow-cyan: rgba(0, 228, 255, 0.55);
  --glow-magenta: rgba(180, 108, 255, 0.45);
  --glow-gold: rgba(255, 176, 46, 0.55);
  --glass-surface: rgba(13, 21, 48, 0.6);
  --glass-border: rgba(0, 228, 255, 0.2);
  --glass-border-strong: rgba(0, 228, 255, 0.4);
  --glass-blue: rgba(58, 123, 255, 0.15);
  --glass-black: rgba(2, 5, 18, 0.68);
  --shadow-deep: rgba(0, 0, 0, 0.45);
  --shadow-soft: rgba(0, 0, 0, 0.28);
  --scanline: rgba(0, 228, 255, 0.38);
  --transparent: transparent;

  --font-jp: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic UI", "Noto Sans JP", sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;

  --lp-max: 560px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --line: 1px;
}
