:root {
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --primary: #4f46e5;
  --primary-hover: #4338ca;
  --primary-dark: #3730a3;
  --primary-light: #c7d2fe;
  --secondary: #e0e7ff;
  --accent: #0ea5e9;
  --success: #059669;
  --warning: #d97706;
  --danger: #ef4444;
  --danger-dark: #dc2626;
  --text-primary: #0f172a;
  --text-secondary: #475569;
  --text-muted: #94a3b8;
  --border: #e2e8f0;
  --border-hover: #cbd5e1;
  --background: #ffffff;
  --page-bg: #f8fafc;
  --surface: #eef2ff;
  --shadow-sm: 0 1px 2px rgb(15 23 42 / 0.06);
  --shadow-md: 0 8px 20px rgb(15 23 42 / 0.08);
  --shadow-lg: 0 12px 30px rgb(15 23 42 / 0.12);
  --shadow-xl: 0 20px 45px rgb(15 23 42 / 0.18);
  --gradient-primary: linear-gradient(135deg, #4f46e5 0%, #6366f1 50%, #4338ca 100%);
  --gradient-surface: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 100%);
  --radius: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --focus-ring: 0 0 0 3px rgb(79 70 229 / 0.35);
  --gradient-topbar: linear-gradient(90deg, #ffffff 0%, #f8fafc 55%, #eef2ff 100%);
  --transition: 0.2s ease;
}
