:root {
  --bg: #030712;
  --bg-2: #06101d;
  --panel: rgba(8, 17, 31, 0.84);
  --panel-2: rgba(11, 24, 43, 0.94);
  --panel-soft: rgba(14, 31, 55, 0.66);
  --line: rgba(139, 178, 226, 0.19);
  --line-strong: rgba(126, 209, 255, 0.42);
  --text: #e9f2ff;
  --muted: #9fb0c7;
  --faint: #6e829d;
  --accent: #68d7ff;
  --accent-2: #9b8cff;
  --good: #84f0c0;
  --warn: #ffd37a;
  --danger: #ff8d71;
  --novaris: #a7e6ff;
  --shadow: 0 24px 80px rgba(0,0,0,.55);
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
