:root {
  color-scheme: dark;
  --bg: #070b10;
  --bg-raised: #0c1219;
  --surface: #101821;
  --surface-2: #151f2a;
  --surface-3: #1b2733;
  --ink: #f4f7f8;
  --muted: #9aa8b4;
  --faint: #667480;
  --line: rgba(181, 208, 222, 0.14);
  --line-strong: rgba(181, 208, 222, 0.28);
  --lime: #c8ff4d;
  --cyan: #6debff;
  --violet: #a78bfa;
  --coral: #ff7a8a;
  --orange: #ffb86b;
  --mint: #70f0c0;
  --max-width: 1440px;
  --page-pad: clamp(20px, 4vw, 64px);
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 24px;
  --font-sans: Pretendard, "Pretendard Variable", "Noto Sans KR", "Malgun Gothic", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --shadow-glow: 0 0 40px rgba(109, 235, 255, 0.08);
}
