@import '_content/DotNetShared.AspNet/DotNetShared.AspNet.kks0a43rp8.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-cm9a57oi21] {
    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-cm9a57oi21] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Login.razor.rz.scp.css */
/* Full-page wrapper — dark trading-terminal backdrop with a faint indigo depth bloom */
.vrp-login-page[b-bdk0y10bs4] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 20px;
    background: #0e1118;
    background-image:
        radial-gradient(ellipse 90% 60% at 50% 30%, rgba(26,33,84,0.55) 0%, transparent 70%);
}

/* Card surface — the LoginCard itself becomes a bordered panel.
   LoginCard.razor.css sets every --dns-login-* variable directly on its own root element (.dns-login),
   so declaring the overrides on an ancestor and relying on inheritance loses the cascade tie (a direct
   declaration on an element always beats one inherited from a parent). ::deep reaches through the
   component boundary so these overrides land on that same root element instead, where they out-specify
   the library's defaults. */
.vrp-login-page[b-bdk0y10bs4]  .vrp-login {
    background: #141a26;
    border: 1px solid #2c3447;
    border-radius: 12px;
    padding: 40px 44px;
    box-shadow:
        0 0 0 1px rgba(123, 134, 255, 0.06),
        0 32px 64px rgba(0, 0, 0, 0.55),
        0 8px 20px rgba(0, 0, 0, 0.35);

    --dns-login-max-width: 420px;
    --dns-login-color: #eceef6;
    --dns-login-muted: #8b96b4;
    --dns-login-accent: #7b86ff;
    --dns-login-border: #2c3447;
    --dns-login-radius: 8px;
    --dns-login-field-radius: 7px;
    --dns-login-gap: 16px;
    --dns-login-provider-bg: #7b86ff;
    --dns-login-provider-hover: #9aa2ff;
    --dns-login-provider-color: #0c1030;
    --dns-login-input-bg: #0e1118;
    --dns-login-logo-bg: transparent;
    --dns-login-logo-color: #7b86ff;
    --dns-login-submit-bg: #232c40;
    --dns-login-submit-color: #c4cbdc;
    --dns-login-error-bg: #3a1620;
    --dns-login-error-color: #fb7185;
}

/* Logo area: stacked bar-chart icon + wordmark */
.vrp-login-logo[b-bdk0y10bs4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
}

.vrp-login-logo__label[b-bdk0y10bs4] {
    display: flex;
    align-items: baseline;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vrp-login-logo__vrp[b-bdk0y10bs4] {
    color: #eceef6;
}

.vrp-login-logo__term[b-bdk0y10bs4] {
    color: #7b86ff;
}

/* Footer note */
.vrp-login__note[b-bdk0y10bs4] {
    display: block;
    color: #515a76;
    font-size: 12px;
    line-height: 1.6;
}
