/* ToughBlue brand tokens — shared with flyer project */

:root {
  --tb-primary: #14478F;
  --tb-primary-dark: #0d3266;
  --tb-secondary: #6BB7E8;
  --tb-accent: #F5A623;
  --tb-accent-act: #5AC8FA;
  --tb-surface: #F5F8FC;
  --tb-text: #1A2540;
  --tb-muted: #5a6b85;
  --tb-white: #ffffff;
  --tb-border: rgba(20, 71, 143, 0.12);
}

/* Shared print footer (report, answers, questionnaire) */
.tb-print-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding: 3mm 10mm;
  border-top: 1px solid var(--tb-border);
  background: var(--tb-surface);
  font-size: 7.5pt;
  font-weight: 600;
  color: var(--tb-text);
}
.tb-footer-left { display: flex; align-items: center; gap: 2mm; }
.tb-footer-mark { height: 5mm; width: auto; }
.tb-footer-left .pipe,
.tb-print-footer .pipe { color: var(--tb-muted); opacity: 0.6; margin: 0 0.3em; font-weight: 300; }
.tb-footer-motto .think { color: var(--tb-accent); }
.tb-footer-motto .act { color: var(--tb-accent-act); }
.tb-footer-motto .solve { color: var(--tb-primary); }
.tb-footer-right { color: var(--tb-muted); font-weight: 500; }
