/* MarotAI Design System · Tokens v1 */
:root {
  --marotai-bg: #020617;
  --marotai-bg-soft: #0f172a;
  --marotai-panel: rgba(15, 23, 42, .88);
  --marotai-panel-soft: rgba(15, 23, 42, .58);
  --marotai-border: rgba(148, 163, 184, .22);
  --marotai-border-cyan: rgba(34, 211, 238, .28);
  --marotai-text: #f8fafc;
  --marotai-muted: #94a3b8;
  --marotai-muted-2: #cbd5e1;
  --marotai-cyan: #67e8f9;
  --marotai-green: #86efac;
  --marotai-yellow: #fde68a;
  --marotai-red: #fca5a5;
  --marotai-radius-sm: 12px;
  --marotai-radius-md: 18px;
  --marotai-radius-lg: 22px;
  --marotai-shadow: 0 24px 80px rgba(0, 0, 0, .35);
  --marotai-content-width: 1680px;
  --marotai-page-gap: 28px;
}
