/* See public/assets/error.css — duplicated so each webroot can serve its own
   error stylesheet under 'self' without cross-origin loads. */
body.app-error {
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    max-width: 40rem;
    margin: 4rem auto;
    padding: 0 1rem;
    color: #111;
    background: #fff;
}
body.app-error h1 {
    font-size: 1.5rem;
    margin: 0 0 1rem;
}
body.app-error p {
    margin: 0 0 .75rem;
    line-height: 1.5;
}
body.app-error .trace {
    color: #666;
    font-size: .875rem;
}
body.app-error code {
    font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
    background: #f4f4f5;
    padding: .1em .35em;
    border-radius: 3px;
}
