/* ══════════════════════════════════════════
   app.css — Blazor infrastructure styles only
   Design system lives in css/drainq.css
══════════════════════════════════════════ */

/* Blazor error boundary */
.blazor-error-boundary {
    background: #b32121;
    padding: 1rem;
    color: white;
}
.blazor-error-boundary::after {
    content: "Ein Fehler ist aufgetreten."
}

#blazor-error-ui {
    background: #b32121;
    color: white;
    padding: 0.6rem 1.25rem;
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2000;
}
#blazor-error-ui .dismiss {
    cursor: pointer;
}
