/* _content/DataSphere.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ss2yytw751] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ss2yytw751] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/DataSphere.Web/Components/Shared/AuthCardShell.razor.rz.scp.css */
/* Scoped to AuthCardShell.razor only — Blazor CSS isolation, no leak into other components. */

.auth-shell-page[b-4fryz001zc] {
    position: relative;
    min-height: calc(100vh - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--ds-space-8) var(--ds-space-4);
    background: var(--ds-navy-900);
    overflow: hidden;
}

.auth-shell-bg[b-4fryz001zc] {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.auth-shell-content[b-4fryz001zc] {
    position: relative;
    z-index: 1;
}

.auth-shell-card[b-4fryz001zc] {
    background: var(--ds-surface) !important;
    border: 1px solid var(--ds-line) !important;
    border-radius: var(--ds-radius-md) !important;
    box-shadow: var(--ds-shadow-md) !important;
    border-top: 3px solid var(--ds-gold-400) !important;
    width: 100%;
}

.auth-shell-icon-badge[b-4fryz001zc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: var(--ds-radius-sm);
    background: var(--ds-navy-900);
    border: 1.5px solid var(--ds-gold-400);
    color: var(--ds-gold-300);
}

.auth-shell-accent-success[b-4fryz001zc] {
    background: #0d3b2e;
    border-color: var(--ds-color-success);
    color: var(--ds-color-success);
}

.auth-shell-accent-warning[b-4fryz001zc] {
    background: #3b2a0d;
    border-color: var(--ds-color-warning);
    color: var(--ds-color-warning);
}

.auth-shell-accent-error[b-4fryz001zc] {
    background: #3b0d0d;
    border-color: var(--ds-color-error);
    color: var(--ds-color-error);
}

.auth-shell-accent-processing[b-4fryz001zc] {
    background: var(--ds-navy-900);
    border-color: var(--ds-gold-400);
    color: var(--ds-gold-300);
}

.auth-shell-title[b-4fryz001zc] {
    font-family: var(--ds-font-display);
    font-weight: 700;
    letter-spacing: var(--ds-tracking-tight);
    color: var(--ds-text);
}

.auth-shell-subtitle[b-4fryz001zc] {
    color: var(--ds-text-muted);
    font-family: var(--ds-font-body);
}

.auth-shell-divider[b-4fryz001zc] {
    border-color: var(--ds-line) !important;
}

.auth-shell-footer[b-4fryz001zc] {
    color: var(--ds-text-muted);
    font-family: var(--ds-font-body);
}

.auth-shell-body[b-4fryz001zc]  .mud-input-outlined {
    border-radius: var(--ds-radius-sm);
}

.auth-shell-body[b-4fryz001zc]  .auth-submit-button {
    height: 52px;
    border-radius: var(--ds-radius-sm) !important;
    font-weight: 600 !important;
    font-family: var(--ds-font-body);
    text-transform: none;
    letter-spacing: var(--ds-tracking-normal);
    background: var(--ds-gold-400) !important;
    color: var(--ds-navy-950) !important;
    box-shadow: none !important;
    transition: transform var(--ds-duration-fast) var(--ds-ease-standard);
}

.auth-shell-body[b-4fryz001zc]  .auth-submit-button:hover {
    transform: translateY(-1px);
    box-shadow: var(--ds-shadow-sm) !important;
}

.auth-shell-body[b-4fryz001zc]  a,
.auth-shell-footer[b-4fryz001zc]  a {
    color: var(--ds-gold-500);
    font-weight: 600;
    text-decoration: none;
}

.auth-shell-body[b-4fryz001zc]  a:hover,
.auth-shell-footer[b-4fryz001zc]  a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .auth-shell-card[b-4fryz001zc] {
        padding: var(--ds-space-5) var(--ds-space-4) !important;
    }

    .auth-shell-icon-badge[b-4fryz001zc] {
        width: 56px;
        height: 56px;
    }
}
