@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Layout/Footer.razor.rz.scp.css */
/* Footer component — scoped styles */

.footer-bar[b-3x601uvvy0] {
    background-color: #31312f;
    color: rgba(255, 255, 255, 0.75);
    padding: 1.25rem 0;
    margin-top: auto;
    flex-shrink: 0;
}

.footer-inner[b-3x601uvvy0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
    text-align: center;
}

@media (min-width: 768px) {
    .footer-inner[b-3x601uvvy0] {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}

.footer-copy[b-3x601uvvy0] {
    font-size: 0.8125rem;
    opacity: 0.8;
}

.footer-version[b-3x601uvvy0] {
    font-size: 0.75rem;
    opacity: 0.55;
    letter-spacing: 0.02em;
}
/* /Components/Layout/LoginLayout.razor.rz.scp.css */
/* LoginLayout — scoped styles */

.login-shell[b-xful0f6pwp] {
    min-height: 100vh;
    background: linear-gradient(135deg, #1a0033 0%, #3d0070 35%, #6f00d3 65%, #9e0fce 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    position: relative;
    overflow: hidden;
}

/* Decorative blurred circles mimicking lightera.com hero */
.login-shell[b-xful0f6pwp]::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(176, 99, 255, 0.25) 0%, transparent 70%);
    pointer-events: none;
}

.login-shell[b-xful0f6pwp]::after {
    content: '';
    position: absolute;
    bottom: -15%;
    left: -8%;
    width: 32rem;
    height: 32rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(205, 245, 100, 0.1) 0%, transparent 70%);
    pointer-events: none;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* =============================================================================
   MainLayout — Lightera corporate dashboard shell (scoped)
   ============================================================================= */

/* ---- Skip-to-content accessibility link ---- */
.skip-to-content[b-9onjfx94uv] {
    position: absolute;
    top: -4rem;
    left: 1rem;
    z-index: 9999;
    padding: 0.5rem 1rem;
    background: #6f00d3;
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 0 0 8px 8px;
    text-decoration: none;
    transition: top 150ms ease;
    white-space: nowrap;
}

.skip-to-content:focus[b-9onjfx94uv] {
    top: 0;
    outline: 3px solid #cdf564;
    outline-offset: 2px;
}

/* ---- Page transition (fade + lift) ---- */
.page-transition-enter[b-9onjfx94uv] {
    animation: pageEnter-b-9onjfx94uv 0.3s ease both;
}

@keyframes pageEnter-b-9onjfx94uv {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ---- Overall page shell ---- */
.layout-shell[b-9onjfx94uv] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #f2f0ee;
}

/* ---- Main content area ---- */
.layout-main[b-9onjfx94uv] {
    flex: 1;
    min-width: 0;
}

/* =============================================================================
   TOP BAR
   ============================================================================= */

.topbar[b-9onjfx94uv] {
    background-color: white;
    border-bottom: 1px solid rgba(111, 0, 211, 0.1);
    box-shadow: 0 1px 8px rgba(111, 0, 211, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
    position: sticky;
    top: 0;
    z-index: 100;
}

.topbar-inner[b-9onjfx94uv] {
    display: flex;
    align-items: center;
    height: 4.5rem;       /* 72px — generous, similar to Stripe/Linear */
    padding: 0 clamp(1.25rem, 3vw, 2.5rem);
    gap: 0.5rem;
    max-width: 95rem;
    margin: 0 auto;
    width: 100%;
}

/* ---- Brand / Logo ---- */
.topbar-brand[b-9onjfx94uv] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-left: -0.5rem;   /* compensates for transparent whitespace in logo PNG */
    margin-right: 0.5rem;
}

.topbar-logo[b-9onjfx94uv] {
    height: 2.75rem;      /* max-h-11  ~44px */
    width: auto;
    object-fit: contain;
    display: block;
}

/* ---- Centre nav (desktop only) ---- */
.topbar-nav[b-9onjfx94uv] {
    flex: 1 1 auto;
    min-width: 0;
    display: none;
    align-items: center;
    height: 100%;
    overflow: visible;
}

@media (min-width: 900px) {
    .topbar-nav[b-9onjfx94uv] {
        display: flex;
    }
}

/* ---- Right-side cluster ---- */
.topbar-right[b-9onjfx94uv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
    flex-shrink: 0;
}

/* ---- Inventory timestamp pill (stacked) ---- */
.topbar-timestamp[b-9onjfx94uv] {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 0.25rem 0.625rem;
    background-color: #f5f0ff;
    border: 1px solid rgba(111, 0, 211, 0.15);
    border-radius: 8px;
    white-space: nowrap;
    line-height: 1.25;
}

@media (min-width: 1280px) {
    .topbar-timestamp[b-9onjfx94uv] {
        display: flex;
    }
}

.topbar-ts-icon[b-9onjfx94uv] {
    display: none;
}

.topbar-ts-label[b-9onjfx94uv] {
    font-size: 0.625rem;
    font-weight: 500;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.topbar-ts-value[b-9onjfx94uv] {
    font-size: 0.6875rem;
    font-weight: 600;
    color: #6f00d3;
}

/* ---- User info block ---- */
.topbar-user[b-9onjfx94uv] {
    display: none;
    align-items: center;
    gap: 0.625rem;
}

@media (min-width: 768px) {
    .topbar-user[b-9onjfx94uv] {
        display: flex;
    }
}

.topbar-avatar[b-9onjfx94uv] {
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #6f00d3 0%, #9e0fce 100%);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    letter-spacing: 0.02em;
    box-shadow: 0 2px 6px rgba(111, 0, 211, 0.3);
}

.topbar-user-info[b-9onjfx94uv] {
    display: none;
    flex-direction: column;
    line-height: 1.2;
}

@media (min-width: 1280px) {
    .topbar-user-info[b-9onjfx94uv] {
        display: flex;
    }
}

.topbar-user-name[b-9onjfx94uv] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1f2937;
    white-space: nowrap;
    max-width: 10rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topbar-user-company[b-9onjfx94uv] {
    font-size: 0.75rem;
    color: #6b7280;
    white-space: nowrap;
    max-width: 10rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ---- Sign-out button ---- */
.topbar-logout[b-9onjfx94uv] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.4375rem 0.875rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #6b7280;
    background: none;
    border: 1.5px solid #e5e7eb;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 180ms ease;
}

.topbar-logout:hover[b-9onjfx94uv] {
    color: #6f00d3;
    border-color: #b063ff;
    background-color: #f5f0ff;
}

.topbar-logout-text[b-9onjfx94uv] {
    display: none;
}

@media (min-width: 1280px) {
    .topbar-logout-text[b-9onjfx94uv] {
        display: inline;
    }
}

/* ---- Hamburger (mobile only) ---- */
.topbar-hamburger[b-9onjfx94uv] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.375rem;
    color: #6b7280;
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    transition: background-color 150ms ease, color 150ms ease;
}

.topbar-hamburger:hover[b-9onjfx94uv] {
    background-color: #f5f0ff;
    color: #6f00d3;
}

@media (min-width: 900px) {
    .topbar-hamburger[b-9onjfx94uv] {
        display: none;
    }
}

/* ---- Mobile navigation drawer ---- */
.topbar-mobile-nav[b-9onjfx94uv] {
    border-top: 1px solid rgba(111, 0, 211, 0.08);
    background-color: white;
    padding: 0.5rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    animation: mobile-nav-in-b-9onjfx94uv 200ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes mobile-nav-in-b-9onjfx94uv {
    from { opacity: 0; transform: translateY(-8px); }
    to   { opacity: 1; transform: translateY(0); }
}

.mobile-nav-link[b-9onjfx94uv] {
    display: block;
    padding: 0.625rem 0.75rem;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #374151;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 150ms ease, color 150ms ease;
}

.mobile-nav-link:hover[b-9onjfx94uv] {
    background-color: #f5f0ff;
    color: #6f00d3;
    text-decoration: none;
}

.mobile-nav-link.mobile-nav-active[b-9onjfx94uv] {
    background-color: #ede0ff;
    color: #6f00d3;
    font-weight: 600;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* =============================================================================
   NavMenu — horizontal top navigation + dropdown menus (scoped)
   ============================================================================= */

.nav-menu[b-qm52ynscv4] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.25rem;
    height: 100%;
}

/* ---- Top-level nav link ---- */
.nav-top-link[b-qm52ynscv4] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    flex-shrink: 0;
    gap: 0.4rem;
    padding: 0.4375rem 0.875rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #4b5563;
    text-decoration: none;
    border-radius: 6px;
    transition: color 180ms ease, background-color 180ms ease;
    white-space: nowrap;
    cursor: pointer;
    line-height: 1;
    box-sizing: border-box;
    position: relative;
    font-family: inherit;
}

.nav-top-link[b-qm52ynscv4]::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0.5rem;
    right: 0.5rem;
    height: 2px;
    background-color: transparent;
    border-radius: 1px;
    transition: background-color 180ms ease;
}

.nav-top-link:hover[b-qm52ynscv4] {
    color: #6f00d3;
    background-color: #f5f0ff;
    text-decoration: none;
}

.nav-top-link.nav-top-active[b-qm52ynscv4] {
    color: #6f00d3;
    font-weight: 600;
    background-color: #f5f0ff;
}

.nav-top-link.nav-top-active[b-qm52ynscv4]::after {
    background-color: #6f00d3;
}

/* ---- Dropdown wrapper ---- */
.nav-dropdown-wrapper[b-qm52ynscv4] {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

/* ---- Dropdown trigger button shares styling with nav-top-link ---- */
.nav-dropdown-trigger[b-qm52ynscv4] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    flex-shrink: 0;
    gap: 0.4rem;
    padding: 0.4375rem 0.875rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #4b5563;
    background: none;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
    transition: color 180ms ease, background-color 180ms ease;
    line-height: 1;
    box-sizing: border-box;
    position: relative;
    font-family: inherit;
}

.nav-dropdown-trigger[b-qm52ynscv4]::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0.5rem;
    right: 0.5rem;
    height: 2px;
    background-color: transparent;
    border-radius: 1px;
    transition: background-color 180ms ease;
}

.nav-dropdown-trigger:hover[b-qm52ynscv4] {
    color: #6f00d3;
    background-color: #f5f0ff;
}

.nav-dropdown-trigger.nav-top-active[b-qm52ynscv4] {
    color: #6f00d3;
    font-weight: 600;
    background-color: #f5f0ff;
}

.nav-dropdown-trigger.nav-top-active[b-qm52ynscv4]::after {
    background-color: #6f00d3;
}

/* ---- Nav icon (small inline SVG) ---- */
.nav-icon[b-qm52ynscv4] {
    width: 1.125rem;
    height: 1.125rem;
    flex-shrink: 0;
    vertical-align: middle;
}

/* ---- Chevron rotates on open ---- */
.nav-chevron[b-qm52ynscv4] {
    width: 0.875rem;
    height: 0.875rem;
    flex-shrink: 0;
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-chevron-open[b-qm52ynscv4] {
    transform: rotate(180deg);
}

/* ---- Dropdown panel ---- */
.nav-dropdown[b-qm52ynscv4] {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    min-width: 12rem;
    background-color: white;
    border: 1px solid rgba(111, 0, 211, 0.12);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(111, 0, 211, 0.08);
    padding: 0.375rem;
    z-index: 200;
    animation: dropdown-in-b-qm52ynscv4 160ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes dropdown-in-b-qm52ynscv4 {
    from {
        opacity: 0;
        transform: translateY(-6px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* ---- Dropdown item link ---- */
.nav-dropdown-item[b-qm52ynscv4] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 150ms ease, color 150ms ease;
}

.nav-dropdown-item:hover[b-qm52ynscv4] {
    background-color: #f5f0ff;
    color: #6f00d3;
    text-decoration: none;
}

.nav-dropdown-item.active[b-qm52ynscv4] {
    background-color: #ede0ff;
    color: #6f00d3;
    font-weight: 600;
}

.nav-dropdown-icon[b-qm52ynscv4] {
    width: 0.875rem;
    height: 0.875rem;
    flex-shrink: 0;
    opacity: 0.75;
}

.nav-dropdown-item:hover .nav-dropdown-icon[b-qm52ynscv4],
.nav-dropdown-item.active .nav-dropdown-icon[b-qm52ynscv4] {
    opacity: 1;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ut5m6jba1z],
.components-reconnect-repeated-attempt-visible[b-ut5m6jba1z],
.components-reconnect-failed-visible[b-ut5m6jba1z],
.components-pause-visible[b-ut5m6jba1z],
.components-resume-failed-visible[b-ut5m6jba1z],
.components-rejoining-animation[b-ut5m6jba1z] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ut5m6jba1z],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ut5m6jba1z],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ut5m6jba1z],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ut5m6jba1z],
#components-reconnect-modal.components-reconnect-retrying[b-ut5m6jba1z],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ut5m6jba1z],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ut5m6jba1z],
#components-reconnect-modal.components-reconnect-failed[b-ut5m6jba1z],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ut5m6jba1z] {
    display: block;
}


#components-reconnect-modal[b-ut5m6jba1z] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ut5m6jba1z 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ut5m6jba1z 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ut5m6jba1z 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ut5m6jba1z]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ut5m6jba1z 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ut5m6jba1z {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ut5m6jba1z {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ut5m6jba1z {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ut5m6jba1z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ut5m6jba1z] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ut5m6jba1z] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ut5m6jba1z] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ut5m6jba1z] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ut5m6jba1z] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ut5m6jba1z] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ut5m6jba1z 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ut5m6jba1z] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ut5m6jba1z {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* =============================================================================
   Login page — scoped styles
   ============================================================================= */

/* ---- White card container ---- */
.login-card[b-v8xki5z9ea] {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 2.5rem 2.25rem 2rem;
    width: 100%;
    max-width: 26rem;
    position: relative;
    z-index: 1;

    /* Subtle top-border accent */
    border-top: 4px solid #6f00d3;
}

/* ---- Logo area ---- */
.login-logo-wrap[b-v8xki5z9ea] {
    display: flex;
    justify-content: center;
    margin-bottom: 1.75rem;
}

.login-logo[b-v8xki5z9ea] {
    height: 3rem;
    width: auto;
    object-fit: contain;
}

/* ---- Heading ---- */
.login-heading-wrap[b-v8xki5z9ea] {
    text-align: center;
    margin-bottom: 1.75rem;
}

.login-title[b-v8xki5z9ea] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #31312f;
    margin: 0 0 0.375rem;
    line-height: 1.25;
}

.login-subtitle[b-v8xki5z9ea] {
    font-size: 0.9375rem;
    color: #6b7280;
    margin: 0;
}

/* ---- Form layout ---- */
.login-form[b-v8xki5z9ea] {
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
}

/* ---- Password with toggle ---- */
.login-password-wrap[b-v8xki5z9ea] {
    position: relative;
    display: flex;
    align-items: center;
}

.login-password-wrap .input-field[b-v8xki5z9ea] {
    padding-right: 2.5rem;
}

.login-toggle-pw[b-v8xki5z9ea] {
    position: absolute;
    right: 0.625rem;
    background: none;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    color: #9ca3af;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: color 150ms ease;
    line-height: 1;
}

.login-toggle-pw:hover[b-v8xki5z9ea] {
    color: #6f00d3;
}

/* ---- Error banner ---- */
.login-error[b-v8xki5z9ea] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background-color: #fef2f2;
    border: 1px solid #fca5a5;
    border-left: 4px solid #dc2626;
    border-radius: 8px;
    font-size: 0.875rem;
    color: #b91c1c;
    line-height: 1.4;
    animation: error-in-b-v8xki5z9ea 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes error-in-b-v8xki5z9ea {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}

.login-error-icon[b-v8xki5z9ea] {
    width: 1.125rem;
    height: 1.125rem;
    flex-shrink: 0;
    margin-top: 0.0625rem;
}

/* ---- Submit button (full width override) ---- */
.login-submit[b-v8xki5z9ea] {
    width: 100%;
    justify-content: center;
    padding: 0.6875rem 1.25rem;
    font-size: 1rem;
    margin-top: 0.375rem;
    border-radius: 8px;
    background-color: #6f00d3;
    color: white;
    border-color: transparent;
}

.login-submit:hover:not(:disabled)[b-v8xki5z9ea] {
    background-color: #9e0fce;
    color: white;
}

.login-submit:disabled[b-v8xki5z9ea] {
    background-color: #6f00d3;
    color: white;
    opacity: 0.5;
}

/* ---- Footer note ---- */
.login-footer-note[b-v8xki5z9ea] {
    margin-top: 1.5rem;
    font-size: 0.75rem;
    color: #9ca3af;
    text-align: center;
    line-height: 1.4;
}
/* /Components/Shared/Toast.razor.rz.scp.css */
/* =============================================================================
   Toast notification system — scoped styles
   ============================================================================= */

.toast-container[b-9szwg3xn9y] {
    position: fixed;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    max-width: 22rem;
    width: 100%;
    pointer-events: none;
}

.toast-item[b-9szwg3xn9y] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.14), 0 1px 6px rgba(0, 0, 0, 0.08);
    border-left: 4px solid;
    background-color: white;
    pointer-events: auto;
    animation: toast-slide-in-b-9szwg3xn9y 250ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes toast-slide-in-b-9szwg3xn9y {
    from {
        opacity: 0;
        transform: translateX(calc(100% + 1.25rem));
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Severity colour variants */
.toast-success[b-9szwg3xn9y] {
    border-color: #16a34a;
    background-color: #f0fdf4;
}

.toast-error[b-9szwg3xn9y] {
    border-color: #dc2626;
    background-color: #fef2f2;
}

.toast-warning[b-9szwg3xn9y] {
    border-color: #f59e0b;
    background-color: #fffbeb;
}

.toast-info[b-9szwg3xn9y] {
    border-color: #6f00d3;
    background-color: #f5f0ff;
}

/* Icon colouring */
.toast-success .toast-icon[b-9szwg3xn9y] { color: #16a34a; }
.toast-error   .toast-icon[b-9szwg3xn9y] { color: #dc2626; }
.toast-warning .toast-icon[b-9szwg3xn9y] { color: #f59e0b; }
.toast-info    .toast-icon[b-9szwg3xn9y] { color: #6f00d3; }

.toast-icon[b-9szwg3xn9y] {
    flex-shrink: 0;
    margin-top: 0.0625rem;
}

.toast-content[b-9szwg3xn9y] {
    flex: 1;
    min-width: 0;
}

.toast-title[b-9szwg3xn9y] {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 0.125rem;
    line-height: 1.3;
}

.toast-message[b-9szwg3xn9y] {
    font-size: 0.8125rem;
    color: #4b5563;
    margin: 0;
    line-height: 1.4;
    word-break: break-word;
}

.toast-dismiss[b-9szwg3xn9y] {
    flex-shrink: 0;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #9ca3af;
    margin-top: 0.0625rem;
    transition: color 150ms ease;
    line-height: 1;
}

.toast-dismiss:hover[b-9szwg3xn9y] {
    color: #374151;
}
