html, body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

#blazor-error-ui {
    background: #ff4444;
    color: white;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    display: none;
    padding: 0.6rem 1.25rem;
    text-align: center;
}

#blazor-error-ui[style] {
    display: block;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
