:root{
  --brand-blue:#316CF4; --brand-green:#2CC55D; --brand-red:#DF352F;
  --brand-amber:#FEC40B; --grey-700:#5E5E5E; --grey-300:#C8C8C8;
  --radius:14px; --shadow:0 6px 16px rgba(0,0,0,.08);
  --font-ui:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}

