/* Critical CSS — loaded synchronously in <head> before the main bundle.
   Paints the dark surface immediately so navigation does not flash white. */
html, body {
    background-color: #000000;
    color: #f5f1ea;
    margin: 0;
}
