:root {
  color-scheme: dark;
  --bg: #07111f;
  --surface: #0e1c31;
  --surface-2: #152944;
  --line: #29496b;
  --text: #f2f7ff;
  --muted: #a9bad0;
  --accent: #63d7c4;
  --accent-ink: #05231f;
  --warning: #ffc96b;
  --danger: #ff8b91;
  --ok: #8be0a4;
  --radius: 14px;
  --tap: 48px;
  --space: clamp(12px, 2vw, 24px);
}
