html, body { min-height: 100%; }
h1:focus { outline: none; }

#blazor-error-ui {
    display: none;
    position: fixed;
    z-index: 1000;
    right: 18px;
    bottom: 18px;
    max-width: 430px;
    padding: 12px 42px 12px 16px;
    border: 1px solid #ff6a68;
    border-radius: 8px;
    background: #2a1517;
    color: #fff;
    box-shadow: 0 18px 60px rgba(0,0,0,.5);
    font: 12px/1.45 "Segoe UI", sans-serif;
}

#blazor-error-ui a { color: #42dce7; }
#blazor-error-ui .dismiss { position: absolute; right: 12px; top: 9px; cursor: pointer; }

.blazor-error-boundary {
    min-height: 100vh;
    padding: 36px;
    background: #140d0f;
    color: #ffb7b6;
}
