/* =========================================================================
   TRIPPULSE THEME TOKENS
   Standalone TripPulse consumer brand. Theme-token system retained so a
   carrier reskin stays a one-file change if white-label comes back later.
   ========================================================================= */
:root {
  /* TripPulse brand */
  --brand-primary: #2742d6;
  --brand-primary-soft: #e9edfc;
  --brand-accent: #0fa3a3;
  --brand-accent-soft: #e2f6f6;
  --brand-name-color: #ffffff;

  /* Neutral system tokens */
  --bg: #0b1020;
  --paper: #f7f8fb;
  --paper-2: #ffffff;
  --muted: #6b7385;
  --text: #11172a;
  --line: #e4e7ef;
  --accent: var(--brand-primary);
  --accent-ink: var(--brand-primary);
  --good: #18a957;
  --good-soft: #e6f7ee;
  --warn: #c87a00;
  --warn-soft: #fff3df;
  --bad: #c2371a;
  --bad-soft: #fdece6;
  --gold: #b88500;
  --shadow: 0 12px 30px rgba(7, 12, 28, 0.18);
  --shadow-sm: 0 4px 12px rgba(7, 12, 28, 0.08);
  --radius: 18px;
}
