@font-face {
  font-family: 'Inter';
  src: url('https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcviYwY.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --bg-gradient: linear-gradient(135deg, #0f0f23 0%, #1a1a3e 50%, #0d1b2a 100%);
  --glass-bg: rgba(255, 255, 255, 0.06);
  --glass-border: rgba(255, 255, 255, 0.1);
  --glass-bg-hover: rgba(255, 255, 255, 0.1);
  --text-primary: #f1f5f9;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --accent-primary: #6366f1;
  --accent-primary-light: #818cf8;
  --accent-success: #22c55e;
  --accent-warning: #f59e0b;
  --accent-danger: #ef4444;
  --accent-info: #06b6d4;
  --shadow-glass: 0 8px 32px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  --shadow-glass-hover: 0 12px 40px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  --radius: 16px;
  --radius-sm: 8px;
  --transition: 0.2s ease;
  /* Legacy aliases for inline styles in JS */
  --bg-0: #0f0f23; --bg-1: rgba(255,255,255,0.06); --bg-2: rgba(255,255,255,0.04); --bg-3: rgba(255,255,255,0.08);
  --border: rgba(255, 255, 255, 0.1); --text-0: #f1f5f9; --text-1: #94a3b8; --text-2: #64748b;
  --accent: #6366f1; --accent-light: #818cf8; --accent-bg: rgba(99,102,241,.12);
  --green: #22c55e; --green-bg: rgba(34,197,94,.12);
  --red: #ef4444; --red-bg: rgba(239,68,68,.12);
  --amber: #f59e0b; --amber-bg: rgba(245,158,11,.12);
  --cyan: #06b6d4; --shadow: var(--shadow-glass);
  --primary: #6366f1; --card-bg: rgba(255,255,255,0.06); --text: #f1f5f9; --text-3: #475569;
}

[data-theme="light"] {
  --bg-gradient: linear-gradient(135deg, #e0e7ff 0%, #f0f4ff 50%, #dbeafe 100%);
  --glass-bg: rgba(255, 255, 255, 0.6);
  --glass-border: rgba(255, 255, 255, 0.8);
  --glass-bg-hover: rgba(255, 255, 255, 0.7);
  --text-primary: #0f172a;
  --text-secondary: #475569;
  --text-muted: #94a3b8;
  --bg-0: #f0f4ff; --bg-1: rgba(255,255,255,0.6); --bg-2: rgba(255,255,255,0.4); --bg-3: rgba(255,255,255,0.8);
  --border: rgba(255, 255, 255, 0.8); --text-0: #0f172a; --text-1: #475569; --text-2: #94a3b8;
  --accent-bg: rgba(99,102,241,.08); --green-bg: rgba(34,197,94,.08);
  --red-bg: rgba(239,68,68,.08); --amber-bg: rgba(245,158,11,.08);
  --shadow: 0 4px 24px rgba(0,0,0,.06);
  --card-bg: rgba(255,255,255,0.6); --text: #0f172a; --text-3: #94a3b8;
}
