/* ClassPulse "electric-minimal" design tokens (direction C).
   Near-black flat surfaces, hairline borders, one lime accent, Space Grotesk
   headings. Consumed by control/, display/, and landing pages. */
:root {
  --bg: #09090b;
  --surface: #101012;
  --surface-2: #17171a;
  --hairline: #26262b;
  --accent: #d9f99d;
  --text: #fafafa;
  --muted: #a1a1aa;
  --st-work: #22c55e;
  --st-rest: #ef4444;
  --st-prep: #f59e0b;
  --st-hold: #60a5fa;
  --st-done: #fbbf24;
  --radius: 8px;
  --font-display: "Space Grotesk", -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-body: -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
.microlabel {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}
