:root{
  --brand-primary:#08689a;
  --brand-primary-dark:#064f76;
  --brand-primary-soft:#e8f4f8;
  --brand-accent:#ef7d22;
  --brand-accent-dark:#c85f0c;
  --brand-secondary:#78bd43;
  --brand-cyan:#2aaac1;
  --color-bg:#f7fafb;
  --color-surface:#fff;
  --color-surface-alt:#eef5f7;
  --color-text:#17232b;
  --color-muted:#65737d;
  --color-border:#dbe5e9;
  --color-danger:#b42318;
  --color-success:#217a3c;
  --font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
  --font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;
  --space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4.5rem;
  --radius-sm:.5rem;--radius-md:.85rem;--radius-lg:1.25rem;--radius-pill:999px;
  --shadow-sm:0 2px 10px rgb(18 53 68 / 7%);--shadow-md:0 14px 40px rgb(18 53 68 / 12%);
  --container:74rem;--container-narrow:38rem;
  --header-height:4.75rem;
  --button-radius:var(--radius-pill);--card-radius:var(--radius-lg);--input-radius:var(--radius-md);
}

