
:root {
  --bg: #101519 !important;
  --bg-elev: #181e23 !important;
  --bg-panel: #181e23 !important;
  --accent: #0984e3 !important;
  --accent-soft: #74b9ff !important;
  --text: #d9eaf7 !important;
  --muted: #a0b1bf !important;
  --line-accent: #0984e38c !important;
}
body {
  background:
    radial-gradient(1200px 600px at 80% -10%, #0984e329, transparent 55%),
    radial-gradient(900px 500px at 10% 20%, #005ca338, transparent 50%),
    linear-gradient(180deg, #181e23 0%, var(--bg) 40%, #101519 100%) !important;
}
