/* Central auth SPA. The login form itself is styled by the shared
   crates/ui stylesheets (shared.css + web.css); this file only centers
   it on the neutral auth host. */
main {
    max-width: 26rem;
    margin: 4rem auto;
    padding: 0 1rem;
}
