/* TransAutoCustom main styles — Step 1 scaffold */
:root{
  --ta-primary:#0e2b6c; /* placeholder; will match exact palette in Step 2 */
}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,'Helvetica Neue',Arial,'Noto Sans',sans-serif;color:#222;}
.nav a{padding:.5rem 1rem;display:block;text-decoration:none}
.nav a:hover{opacity:.8}
