/* /Components/Layout/MainLayout.razor.rz.scp.css */
.nx-app[b-nnhj6ddcom] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--nx-bg-warm, #f7f4f1);
}

.nx-main[b-nnhj6ddcom] {
    flex: 1;
    background: var(--nx-bg-warm, #f7f4f1);
    padding: 1rem 0;
}

.nx-container[b-nnhj6ddcom] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.nx-footer[b-nnhj6ddcom] {
    background: var(--nx-primary, #1a1a1a);
    color: #999;
    padding: 2rem 0;
    text-align: center;
    font-size: 0.8rem;
    letter-spacing: 0.01em;
}

.nx-footer p[b-nnhj6ddcom] {
    margin: 0;
}

#blazor-error-ui[b-nnhj6ddcom] {
    color-scheme: light only;
    background: #fff3cd;
    bottom: 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
    display: none;
    left: 0;
    padding: 0.75rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-top: 3px solid #e6940a;
}

#blazor-error-ui .dismiss[b-nnhj6ddcom] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 0.5rem;
}

@media (max-width: 768px) {
    .nx-main[b-nnhj6ddcom] {
        padding: 0.5rem 0;
    }
    
    .nx-container[b-nnhj6ddcom] {
        padding: 0 1rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* NowExpress Top Navigation — Premium Clean Design
   Matches https://nowexpress.ph/ branding */

.nx-navbar[b-zcywywc0s0] {
    background: #fff;
    border-bottom: 1px solid var(--nx-border, #e0ddd9);
    padding: 0 1.5rem;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nx-navbar-container[b-zcywywc0s0] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    gap: 2rem;
}

/* Brand — black text, minimal */
.nx-brand[b-zcywywc0s0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--nx-primary, #1a1a1a);
    text-decoration: none;
    transition: opacity 0.2s;
    flex-shrink: 0;
    letter-spacing: -0.02em;
}

.nx-brand:hover[b-zcywywc0s0] {
    opacity: 0.7;
    color: var(--nx-primary, #1a1a1a);
}

.nx-brand-icon[b-zcywywc0s0] {
    width: 28px;
    height: 28px;
}

/* Nav Links — Desktop */
.nx-nav-links[b-zcywywc0s0] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex: 1;
    justify-content: flex-start;
}

.nx-nav-link[b-zcywywc0s0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--nx-text-muted, #666);
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.nx-nav-link svg[b-zcywywc0s0] {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
}

.nx-nav-link:hover[b-zcywywc0s0] {
    color: var(--nx-primary, #1a1a1a);
    background: var(--nx-bg-warm, #f7f4f1);
}

.nx-nav-link.active[b-zcywywc0s0] {
    color: var(--nx-primary, #1a1a1a);
    background: var(--nx-bg-warm, #f7f4f1);
    font-weight: 600;
}

/* Auth Section */
.nx-nav-auth[b-zcywywc0s0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.nx-user-link[b-zcywywc0s0] {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nx-btn-primary[b-zcywywc0s0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
    background: var(--nx-primary, #1a1a1a);
    border: none;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    letter-spacing: 0.01em;
}

.nx-btn-primary:hover[b-zcywywc0s0] {
    background: var(--nx-primary-hover, #333);
    color: #fff;
}

.nx-btn-logout[b-zcywywc0s0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1.25rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--nx-text-muted, #666);
    background: transparent;
    border: 1px solid var(--nx-border, #e0ddd9);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.15s ease;
}

.nx-btn-logout:hover[b-zcywywc0s0] {
    color: var(--nx-danger, #dc3545);
    border-color: var(--nx-danger, #dc3545);
    background: #fef2f2;
}

/* Mobile Menu Toggle */
.nx-menu-toggle[b-zcywywc0s0] {
    display: none;
    padding: 0.5rem;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--nx-primary, #1a1a1a);
    border-radius: 8px;
    transition: background 0.15s;
}

.nx-menu-toggle:hover[b-zcywywc0s0] {
    background: var(--nx-bg-warm, #f7f4f1);
}

.nx-menu-toggle svg[b-zcywywc0s0] {
    width: 24px;
    height: 24px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .nx-navbar[b-zcywywc0s0] {
        padding: 0 1rem;
    }

    .nx-navbar-container[b-zcywywc0s0] {
        height: 56px;
        gap: 1rem;
    }

    .nx-menu-toggle[b-zcywywc0s0] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nx-nav-links[b-zcywywc0s0],
    .nx-nav-auth[b-zcywywc0s0] {
        display: none;
        position: fixed;
        top: 56px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        flex-direction: column;
        align-items: stretch;
        padding: 0.75rem 1rem;
        gap: 0.25rem;
        overflow-y: auto;
        z-index: 999;
        animation: slideDown-b-zcywywc0s0 0.2s ease;
    }

    @keyframes slideDown-b-zcywywc0s0 {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .nx-nav-links.open[b-zcywywc0s0] {
        display: flex;
    }

    .nx-nav-auth.open[b-zcywywc0s0] {
        display: flex;
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
        padding: 1.5rem;
        border-top: 1px solid var(--nx-border, #e0ddd9);
        background: #fff;
        box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.06);
    }

    .nx-nav-link[b-zcywywc0s0] {
        padding: 0.75rem 1rem;
        border-radius: 8px;
        font-size: 0.95rem;
    }

    .nx-nav-link svg[b-zcywywc0s0] {
        width: 20px;
        height: 20px;
    }

    .nx-btn-primary[b-zcywywc0s0],
    .nx-btn-logout[b-zcywywc0s0] {
        width: 100%;
        justify-content: center;
        padding: 1rem 1.25rem;
        font-size: 1rem;
    }

    .nx-user-link[b-zcywywc0s0] {
        max-width: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-chvb3nm3jv],
.components-reconnect-repeated-attempt-visible[b-chvb3nm3jv],
.components-reconnect-failed-visible[b-chvb3nm3jv],
.components-pause-visible[b-chvb3nm3jv],
.components-resume-failed-visible[b-chvb3nm3jv],
.components-rejoining-animation[b-chvb3nm3jv] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-chvb3nm3jv],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-chvb3nm3jv],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-chvb3nm3jv],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-chvb3nm3jv],
#components-reconnect-modal.components-reconnect-retrying[b-chvb3nm3jv],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-chvb3nm3jv],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-chvb3nm3jv],
#components-reconnect-modal.components-reconnect-failed[b-chvb3nm3jv],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-chvb3nm3jv] {
    display: block;
}


#components-reconnect-modal[b-chvb3nm3jv] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-chvb3nm3jv 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-chvb3nm3jv 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-chvb3nm3jv 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-chvb3nm3jv]::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    animation: components-reconnect-modal-fadeInOpacity-b-chvb3nm3jv 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-chvb3nm3jv {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-chvb3nm3jv {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-chvb3nm3jv {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-chvb3nm3jv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-chvb3nm3jv] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-chvb3nm3jv] {
    border: 0;
    background-color: #1a1a1a;
    color: white;
    padding: 8px 24px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: background-color 0.2s;
}

    #components-reconnect-modal button:hover[b-chvb3nm3jv] {
        background-color: #333;
    }

    #components-reconnect-modal button:active[b-chvb3nm3jv] {
        background-color: #000;
    }

.components-rejoining-animation[b-chvb3nm3jv] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-chvb3nm3jv] {
        position: absolute;
        border: 3px solid #1a1a1a;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-chvb3nm3jv 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-chvb3nm3jv] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-chvb3nm3jv {
    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;
    }
}
