/* Skin: light-sky (pale blue + electric, sharp/technical) */
:root {
  --bg-primary: #eef5fb;
  --bg-secondary: #ffffff;
  --bg-tertiary: #dceaf5;
  --bg-card: #ffffff;
  --accent-gold: #1d4ed8;
  --accent-gold-bright: #3b82f6;
  --accent-warm: #1e40af;
  --accent-red: #dc2626;
  --accent-purple: #4338ca;
  --accent-cyan: #0891b2;
  --text-primary: #0f1e33;
  --text-muted: #5a6a84;
  --success: #047857;
  --danger: #dc2626;
  --glow-gold: 0 0 0 1px rgba(29, 78, 216, 0.15), 0 2px 6px rgba(29, 78, 216, 0.08);
  --glow-gold-strong: 0 0 0 2px rgba(29, 78, 216, 0.2), 0 4px 14px rgba(29, 78, 216, 0.15);
  --radius: 2px;
  --radius-sm: 2px;
}

/* layout: sharp corners, wide tracking, compact cards */
body { font-family: 'IBM Plex Sans', 'Inter', sans-serif; }
h1, h2, h3 { letter-spacing: -0.02em; font-weight: 700; }
.btn, button { border-radius: 2px !important; letter-spacing: 0.04em; }
.card, [class*="-card"] { padding: 18px 20px !important; }
