/* Page de redirection traçable (/go/…) — styles externes pour CSP stricte */
body.go-page {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  background: #0d1117;
  color: #e6e9ef;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0;
  padding: 1.5rem;
  text-align: center;
}
body.go-page a { color: #2dd4bf; }
