/* Minimal reset so we don't need an inline <body style> (keeps CSP free of style 'unsafe-inline').
   The app itself styles via React inline styles, which are applied via the CSSOM and are not
   subject to style-src. */
html, body { margin: 0; padding: 0; }
