*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: linear-gradient(145deg, #0d1b2a 0%, #1b2a3b 50%, #0d2137 100%);
    background-attachment: fixed;
    color: #fff;
}

#blazor-error-ui {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    background: #1e1e2e;
    color: #f97316;
    border-top: 1px solid rgba(249,115,22,.3);
    font-size: 0.85rem;
    text-align: center;
    z-index: 9999;
    display: none;
}

#blazor-error-ui .reload {
    color: #63d6ae;
    text-decoration: underline;
    margin-left: 0.5rem;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    margin-left: 1rem;
    opacity: 0.6;
}
