/* J2R Solutions — Training Dashboard brand kit */
:root {
  --brand-teal: #4FA9C2;
  --brand-teal-dark: #3D8FA5;
  --brand-teal-50: #ecf6f9;
  --brand-slate: #3F4954;
  --brand-slate-light: #5B6573;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}

.num-mono {
  font-variant-numeric: tabular-nums;
}

.brand-bar {
  background: linear-gradient(90deg, var(--brand-slate) 0%, var(--brand-teal-dark) 100%);
}

.phase-pill {
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
}

.phase-1 { background: #d1fae5; color: #065f46; }
.phase-2 { background: #e0e7ff; color: #3730a3; }
.phase-3 { background: #fef3c7; color: #92400e; }
