/* proxshift.com — feuille de style (page blanche, 20/09/2026).
   Externe à dessein : la CSP est `style-src 'self'`, aucun style en ligne. */
:root { color-scheme: light; }
html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: #ffffff;
  color: #111111;
  font: 16px/1.5 system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
main { max-width: 640px; margin: 0 auto; padding: 48px 16px; }
