
:root {
  --bg: #101917 !important;
  --bg-elev: #182321 !important;
  --bg-panel: #182321 !important;
  --accent: #00b894 !important;
  --accent-soft: #81ecec !important;
  --text: #d9f7f1 !important;
  --muted: #a0bfb9 !important;
  --line-accent: #00b8948c !important;
}
body {
  background:
    radial-gradient(1200px 600px at 80% -10%, #00b89429, transparent 55%),
    radial-gradient(900px 500px at 10% 20%, #00846a38, transparent 50%),
    linear-gradient(180deg, #182321 0%, var(--bg) 40%, #101917 100%) !important;
}
