:root[data-theme="neon"] {
  color-scheme: dark;
  --page: #09111f;
  --surface: #101a2b;
  --surface-soft: #162238;
  --text: #dbeafe;
  --muted: #8da2bd;
  --line: #293a54;
  --primary: #7c8cff;
  --primary-hover: #9ca7ff;
  --accent: #4ade80;
  --focus: #facc15;
  --danger: #fb7185;
  --shadow: 0 28px 70px rgb(0 0 0 / 35%);
}
