/* ═══ Нейролептика — Common Styles ═══ */
/* Shared variables, reset, fonts for studio + admin */

:root {
  --bg: #08080a;
  --surface: #111114;
  --surface2: #18181e;
  --surface3: #1e1e24;
  --border: rgba(255,255,255,0.06);
  --border2: rgba(255,255,255,0.1);
  --accent: #f5c842;
  --accent2: #f59642;
  --accent-glow: rgba(245,200,66,0.15);
  --accent-dim: rgba(245,200,66,0.08);
  --text: #e8e6e2;
  --text2: #76766e;
  --text3: #4a4a46;
  --success: #4ade80;
  --error: #f87171;
  --blue: #60a5fa;
  --purple: #a78bfa;
  --orange: #fb923c;
  --green: #34d399;
  --radius: 12px;
  --radius-sm: 8px;
  --shadow: 0 24px 64px rgba(0,0,0,0.6);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Toast notifications — defined per-page (studio/admin have different positions) */
