/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.page[b-nbtj945tvf] {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 20% 20%, #1e293b 0%, #0f172a 55%, #020617 100%);
    padding: 1.5rem;
}

main[b-nbtj945tvf] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.content[b-nbtj945tvf] {
    width: 100%;
    max-width: 420px;
    padding: 0 !important;
}

#blazor-error-ui[b-nbtj945tvf] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-nbtj945tvf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-2lgozkms78] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-2lgozkms78] {
    flex: 1;
    background: var(--bg, #f4f6fb);
    min-width: 0;
}

.sidebar[b-2lgozkms78] {
    background: linear-gradient(185deg, #1e293b 0%, #0f172a 100%);
}

/* ---------- Top bar ---------- */
.top-row[b-2lgozkms78] {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid #e5e9f2;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.75rem;
}

.top-row__title[b-2lgozkms78] {
    font-weight: 700;
    color: #0f172a;
    font-size: 1rem;
}

.top-row__actions[b-2lgozkms78] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.top-row__user[b-2lgozkms78] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #475569;
}

.top-row__user svg[b-2lgozkms78] { width: 18px; height: 18px; color: #6366f1; }

.btn-logout[b-2lgozkms78] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #fff;
    border: 1px solid #e5e9f2;
    color: #dc2626;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.45rem 0.9rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.15s ease;
}

.btn-logout svg[b-2lgozkms78] { width: 16px; height: 16px; }

.btn-logout:hover[b-2lgozkms78] {
    background: #dc2626;
    border-color: #dc2626;
    color: #fff;
}

.content[b-2lgozkms78] {
    padding: 1.75rem 1.75rem 2.5rem;
    max-width: 1400px;
}

@media (min-width: 641px) {
    .page[b-2lgozkms78] {
        flex-direction: row;
    }

    .sidebar[b-2lgozkms78] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex: 0 0 260px;
    }

    .top-row[b-2lgozkms78] {
        position: sticky;
        top: 0;
        z-index: 10;
    }
}

@media (max-width: 640.98px) {
    .top-row[b-2lgozkms78] {
        padding: 0 1rem;
    }

    .top-row__user span[b-2lgozkms78] { display: none; }
}

#blazor-error-ui[b-2lgozkms78] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-2lgozkms78] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ---------- Brand ---------- */
.nav-brand[b-xoueqqj3is] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.35rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-brand__logo[b-xoueqqj3is] {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #6366f1, #4f46e5);
    color: #fff;
    box-shadow: 0 6px 14px rgba(79, 70, 229, 0.4);
    flex: 0 0 auto;
}

.nav-brand__logo svg[b-xoueqqj3is] { width: 24px; height: 24px; }

.nav-brand__text[b-xoueqqj3is] { display: flex; flex-direction: column; line-height: 1.2; }
.nav-brand__title[b-xoueqqj3is] { color: #fff; font-weight: 700; font-size: 1rem; }
.nav-brand__subtitle[b-xoueqqj3is] { color: #94a3b8; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; }

/* ---------- Group labels ---------- */
.nav-group-label[b-xoueqqj3is] {
    color: #64748b;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    padding: 1.25rem 1.5rem 0.5rem;
}

/* ---------- Items ---------- */
.nav-item[b-xoueqqj3is] {
    padding: 0.15rem 0.85rem;
}

.nav-item[b-xoueqqj3is]  .nav-link {
    color: #cbd5e1;
    background: none;
    border: none;
    border-radius: 10px;
    height: 2.85rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0 0.9rem;
    width: 100%;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.15s ease;
}

.nav-item[b-xoueqqj3is]  .nav-link svg {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    opacity: 0.85;
}

.nav-item[b-xoueqqj3is]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
}

.nav-item[b-xoueqqj3is]  a.active {
    background: linear-gradient(180deg, #6366f1, #4f46e5);
    color: #fff;
    box-shadow: 0 6px 14px rgba(79, 70, 229, 0.35);
}

.nav-item[b-xoueqqj3is]  a.active svg { opacity: 1; }

/* ---------- Mobile toggler ---------- */
.navbar-toggler[b-xoueqqj3is] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.5rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.6rem;
}

.nav-scrollable[b-xoueqqj3is] { display: none; }

.navbar-toggler:checked ~ .nav-scrollable[b-xoueqqj3is] { display: block; }

@media (min-width: 641px) {
    .navbar-toggler[b-xoueqqj3is] { display: none; }

    .nav-scrollable[b-xoueqqj3is] {
        display: block;
        height: calc(100vh - 5.4rem);
        overflow-y: auto;
    }
}
