html, body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#blazor-error-ui {
    background: linear-gradient(135deg, #ea4335 0%, #c62828 100%);
    color: white;
    padding: 1rem 1.5rem;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    display: none;
    font-family: 'Inter', sans-serif;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    font-size: 1.5rem;
}

#blazor-error-ui .reload {
    color: white;
    font-weight: 600;
    text-decoration: underline;
}

.cursor-pointer {
    cursor: pointer;
}
