/* /Layout/LoginLayout.razor.rz.scp.css */
.login-shell[b-38axas4og6] {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: #F5F6F7;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.app[b-zthibpp881] {
    display: flex;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background: #F5F6F7;
}

.app-main[b-zthibpp881] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.topbar[b-zthibpp881] {
    height: 60px;
    flex: none;
    background: #fff;
    border-bottom: 1px solid #E7E9EC;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 24px;
}

.topbar-spacer[b-zthibpp881] { flex: 1; }

.topbar-user[b-zthibpp881] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.topbar-avatar[b-zthibpp881] {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    background: #9E2B33;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
}

.topbar-name[b-zthibpp881] {
    font-size: 13px;
    font-weight: 600;
    color: #2A3038;
}

.topbar-logout[b-zthibpp881] {
    height: 36px;
    padding: 0 14px;
    border: 1px solid #E2E5E9;
    background: #fff;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 600;
    color: #3A4149;
    cursor: pointer;
}

.topbar-logout:hover[b-zthibpp881] {
    background: #F4F5F6;
    border-color: #D8DCE1;
}

.app-content[b-zthibpp881] {
    flex: 1;
    overflow-y: auto;
    padding: 26px 32px 40px;
    max-width: 1280px;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.sidebar[b-c9f5toq4ih] {
    width: 248px;
    flex: none;
    height: 100vh;
    background: #14181D;
    display: flex;
    flex-direction: column;
    color: #9AA3AE;
}

/* ---- Brand ---- */
.brand[b-c9f5toq4ih] {
    padding: 16px 14px 14px;
}

.brand-logo-img[b-c9f5toq4ih] {
    display: block;
    width: 100%;
    max-width: 210px;
    margin: 0 auto;
}

/* ---- Nav ---- */
.nav[b-c9f5toq4ih] {
    flex: 1;
    overflow-y: auto;
    padding: 6px 12px 12px;
    display: block;
}

.nav-section[b-c9f5toq4ih] {
    color: #5C6671;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: .9px;
    text-transform: uppercase;
    padding: 14px 10px 7px;
}

/* NavLink renders its own <a>, so reach it with ::deep */
.nav[b-c9f5toq4ih]  a {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 9px 11px;
    border-radius: 9px;
    font-size: 13.5px;
    font-weight: 500;
    color: #9AA3AE;
    cursor: pointer;
    margin-bottom: 2px;
    text-decoration: none;
    transition: background .12s, color .12s;
}

.nav[b-c9f5toq4ih]  a svg {
    width: 18px;
    height: 18px;
    flex: none;
}

.nav[b-c9f5toq4ih]  a:hover {
    background: rgba(255, 255, 255, .06);
    color: #E4E8EC;
    text-decoration: none;
}

.nav[b-c9f5toq4ih]  a.active {
    color: #fff;
    background: rgba(158, 43, 51, .92);
    font-weight: 600;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}

/* ---- User footer ---- */
.nav-footer[b-c9f5toq4ih] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    margin-top: auto;
    border-top: 1px solid #21262D;
}

.nav-footer-avatar[b-c9f5toq4ih] {
    width: 32px;
    height: 32px;
    flex: none;
    border-radius: 50%;
    background: #2A3038;
    color: #D7DCE2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
}

.nav-footer-text[b-c9f5toq4ih] { line-height: 1.2; min-width: 0; }
.nav-footer-name[b-c9f5toq4ih] { color: #E4E8EC; font-size: 12.5px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nav-footer-role[b-c9f5toq4ih] { color: #6B7480; font-size: 11px; }
/* /Pages/Login.razor.rz.scp.css */
.login-card[b-70pyuufchd] {
    width: 100%;
    max-width: 380px;
    background: #fff;
    border: 1px solid #E7E9EC;
    border-radius: 14px;
    box-shadow: 0 4px 24px rgba(16, 24, 40, .06);
    padding: 28px 28px 26px;
}

.login-brand[b-70pyuufchd] {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 22px;
}

.login-logo[b-70pyuufchd] {
    width: 40px;
    height: 40px;
    flex: none;
    border-radius: 10px;
    background: #9E2B33;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
}

.login-brand-name[b-70pyuufchd] { color: #16191D; font-weight: 600; font-size: 15px; line-height: 1.15; }
.login-brand-sub[b-70pyuufchd] { color: #8A929C; font-size: 11.5px; font-weight: 500; }

.login-title[b-70pyuufchd] { font-size: 20px; font-weight: 600; color: #16191D; margin: 0; letter-spacing: -.3px; }
.login-subtitle[b-70pyuufchd] { font-size: 13px; color: #8A929C; margin: 4px 0 20px; }

.login-field[b-70pyuufchd] { margin-bottom: 14px; }

.login-submit[b-70pyuufchd] {
    width: 100%;
    height: 42px;
    margin-top: 6px;
}

.login-error[b-70pyuufchd] {
    margin-top: 14px;
    font-size: 13px;
    color: #9E2B33;
    background: #F8ECEC;
    border: 1px solid #EBD3D4;
    border-radius: 9px;
    padding: 9px 12px;
}
