/* ===== CSS Variables ===== */
:root {
  --navy: #091428;
  --navy-mid: #0f2040;
  --navy-light: #152a52;
  --blue: #2563eb;
  --blue-light: #3b82f6;
  --blue-bright: #60a5fa;
  --blue-pale: #dbeafe;
  --blue-deep: #1e40af;
  --sky: #0ea5e9;
  --bg: #f8fafc;
  --white: #ffffff;
  --surface: #f1f5f9;
  --text: #0f172a;
  --text-sub: #475569;
  --text-muted: #94a3b8;
  --border: #e2e8f0;
  --border-light: #f1f5f9;
  --gold: #f59e0b;
  --green: #10b981;
  --red: #ef4444;
  --radius: 16px;
  --radius-sm: 10px;
  --radius-xs: 6px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,.06);
  --shadow-md: 0 4px 20px rgba(0,0,0,.08);
  --shadow-lg: 0 12px 40px rgba(0,0,0,.1);
  --shadow-blue: 0 4px 24px rgba(37,99,235,.25);
  --transition: all .3s cubic-bezier(.4,0,.2,1);
  --max-width: 1200px;
}
