/* Fast Lane — Light theme (Hub + Dashboards) */
:root {
  --fl-red: #d3122a;
  --fl-red-hover: #b00f24;
  --fl-page: #f0f1f4;
  --fl-surface: #ffffff;
  --fl-surface-muted: #f3f4f6;
  --fl-surface-inset: #e8eaed;
  --fl-text: #111827;
  --fl-text-on-red: #ffffff;
  --fl-muted: #6b7280;
  --fl-border: #e5e7eb;
  --fl-border-strong: #d1d5db;
  --fl-radius: 12px;
  --fl-shadow: 0 4px 20px rgba(17, 24, 39, 0.08);
  --fl-shadow-lg: 0 8px 32px rgba(17, 24, 39, 0.1);
  --fl-success: #059669;
  --fl-warn: #d97706;
  --fl-danger: #dc2626;
  --fl-info: #2563eb;
  --fl-logo-height: 24px;
  --fl-logo-height-auth: 30px;
  --fl-logo-height-compact: 18px;
}

.header__logo,
.auth-card__logo,
.dash-header__logo,
.cord-header__logo,
.cu-header__logo,
.calc-header__logo {
  max-width: none;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}
