:root {
  color-scheme: dark;
  --font-ui: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bg-0:#05040d; --bg-1:#09071a; --surface-1:#0e0c21; --surface-2:#121028; --surface-3:#171331;
  --line:rgba(143,120,214,.20); --line-strong:rgba(162,127,255,.35);
  --text-1:#f8f7ff; --text-2:#c0bad6; --text-3:#85809e;
  --primary:#7c36e8; --primary-2:#a14aff; --accent:#ffb223; --green:#69db50; --cyan:#24c8df; --red:#f04c65;
  --space-1:4px; --space-2:8px; --space-3:12px; --space-4:16px; --space-5:20px; --space-6:24px; --space-8:32px;
  --radius-sm:8px; --radius-md:12px; --radius-lg:18px; --radius-xl:24px;
  --shadow-card:0 22px 70px rgba(0,0,0,.34); --shadow-glow:0 0 30px rgba(123,54,232,.18);
  --sidebar-width:244px;
}
