/* ONOS Dash.V1 — Appendix B style tokens (PRD §9.B) */
:root {
  --bg-primary: #000000;
  --bg-secondary: #0a0a0a;
  --bg-tertiary: #111111;
  --bg-card: #1a1a1a;
  --text-primary: #e0e0e0;
  --text-secondary: #888888;
  --text-muted: #555555;
  --accent-primary: #0066ff;
  --accent-secondary: #00ff88;
  --accent-warning: #ffcc00;
  --accent-danger: #ff4444;
  --accent-purple: #9d4edd;
  --border-color: #2a2a2a;
  --grid-color: rgba(42, 42, 42, 0.3);
  --shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  --border-radius: 8px;
  --header-height: 60px;
  --section-width: 320px;
}
