/* _content/Nexum/Components/Layout/MainLayout.razor.rz.scp.css */
.nexum-shell[b-k84yciw9b2] {
    display: flex;
    width: 100%;
    min-height: 100dvh;
    background: #f8f9fc;
}

.nexum-sidebar[b-k84yciw9b2] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 0 0 256px;
    width: 256px;
    min-height: 100dvh;
    padding: 1.15rem 0.85rem 1rem;
    background: linear-gradient(180deg, #2e303e 0%, #1f1d2b 100%);
    color: #bac0d2;
    overflow: hidden;
}

.nexum-sidebar[b-k84yciw9b2]::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 140px;
    background: radial-gradient(ellipse at 24% 0%, rgba(255, 122, 47, 0.22) 0%, transparent 72%);
    pointer-events: none;
}

.nexum-sidebar[b-k84yciw9b2]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, #ff7a2f 0%, rgba(255, 122, 47, 0.12) 45%, transparent 100%);
    pointer-events: none;
}

.nexum-brand[b-k84yciw9b2] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.15rem 0.35rem 1rem;
    margin-bottom: 0.15rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.brand-mark[b-k84yciw9b2] {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(255, 122, 47, 0.35);
}

.brand-mark img[b-k84yciw9b2] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-copy[b-k84yciw9b2] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.brand-copy strong[b-k84yciw9b2] {
    color: #f8faff;
    font-size: 1.12rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.brand-copy span[b-k84yciw9b2] {
    color: #9ea6bc;
    font-size: 0.76rem;
    line-height: 1.2;
}

.nexum-nav[b-k84yciw9b2] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    gap: 0.85rem;
    padding: 0 0.1rem;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.12) transparent;
}

.nexum-nav-hero[b-k84yciw9b2] {
    flex-shrink: 0;
}

.nexum-nav-hero[b-k84yciw9b2]  .nexum-nav-hero__link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.7rem 0.75rem;
    border-radius: 0.85rem;
    text-decoration: none !important;
    color: #d5daea !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.nexum-nav-hero[b-k84yciw9b2]  .nexum-nav-hero__link:hover {
    color: #fff !important;
    border-color: rgba(255, 122, 47, 0.35);
    transform: translateY(-1px);
}

.nexum-nav-hero[b-k84yciw9b2]  .nexum-nav-hero__link.active {
    color: #fff !important;
    background: linear-gradient(135deg, rgba(255, 122, 47, 0.22) 0%, rgba(255, 122, 47, 0.08) 100%);
    border-color: rgba(255, 122, 47, 0.45);
    box-shadow: 0 10px 24px rgba(255, 122, 47, 0.15);
}

.nexum-nav-hero__icon[b-k84yciw9b2] {
    display: grid;
    place-items: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.65rem;
    background: rgba(255, 122, 47, 0.16);
    color: #ffb27a;
    flex-shrink: 0;
}

.nexum-nav-hero__icon svg[b-k84yciw9b2] {
    width: 1.15rem;
    height: 1.15rem;
}

.nexum-nav-hero__copy[b-k84yciw9b2] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

.nexum-nav-hero__copy strong[b-k84yciw9b2] {
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.2;
}

.nexum-nav-hero__copy small[b-k84yciw9b2] {
    color: #8f97ab;
    font-size: 0.72rem;
    line-height: 1.2;
}

.nexum-nav-groups[b-k84yciw9b2] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.nexum-nav[b-k84yciw9b2]  .nexum-nav-link {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.52rem 0.55rem;
    border-radius: 0.58rem;
    text-decoration: none !important;
    color: #b5bbd0 !important;
    font-size: 0.86rem;
    font-weight: 500;
    line-height: 1.25;
    transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.nexum-nav[b-k84yciw9b2]  .nexum-nav-link:hover {
    color: #f3f6ff !important;
    background: rgba(255, 255, 255, 0.07);
}

.nexum-nav[b-k84yciw9b2]  .nexum-nav-link.active {
    color: #fff !important;
    background: rgba(255, 122, 47, 0.14);
    box-shadow: inset 0 0 0 1px rgba(255, 122, 47, 0.22);
}

.nexum-nav-link__icon[b-k84yciw9b2] {
    display: grid;
    place-items: center;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 0.45rem;
    background: rgba(255, 255, 255, 0.045);
    color: #8f97ab;
    flex-shrink: 0;
    transition: background 0.15s ease, color 0.15s ease;
}

.nexum-nav-link__icon svg[b-k84yciw9b2] {
    width: 0.95rem;
    height: 0.95rem;
}

.nexum-nav[b-k84yciw9b2]  .nexum-nav-link:hover .nexum-nav-link__icon {
    background: rgba(255, 255, 255, 0.08);
    color: #c5cce0;
}

.nexum-nav[b-k84yciw9b2]  .nexum-nav-link.active .nexum-nav-link__icon {
    background: rgba(255, 122, 47, 0.2);
    color: #ffb27a;
}

.nexum-nav-link__label[b-k84yciw9b2] {
    flex: 1;
    min-width: 0;
}

.nexum-nav-kbd[b-k84yciw9b2] {
    margin-left: auto;
    flex-shrink: 0;
    padding: 0.12rem 0.38rem;
    border-radius: 0.3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.18);
    color: #8f97ab;
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1.2;
    font-family: inherit;
    letter-spacing: 0.02em;
}

.nexum-nav-hero[b-k84yciw9b2]  .nexum-nav-kbd {
    font-size: 0.65rem;
    color: #a8afc2;
}

.nexum-nav[b-k84yciw9b2]  .nexum-nav-link.active .nexum-nav-kbd {
    color: #ffc9a3;
    border-color: rgba(255, 122, 47, 0.35);
    background: rgba(255, 122, 47, 0.12);
}

.sidebar-footer[b-k84yciw9b2] {
    position: relative;
    z-index: 1;
    margin-top: auto;
    padding-top: 0.85rem;
}

.logout-form[b-k84yciw9b2] {
    width: 100%;
    margin: 0;
}

.logout-btn[b-k84yciw9b2] {
    width: 100%;
    padding: 0.55rem 1rem;
    border-radius: 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.06);
    color: #b5bbd0;
    font-size: 0.86rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.logout-btn:hover[b-k84yciw9b2] {
    background: rgba(255, 255, 255, 0.11);
    border-color: rgba(255, 255, 255, 0.12);
    color: #f8faff;
}

.nexum-main[b-k84yciw9b2] {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    min-height: 100dvh;
    padding: 1.75rem 2rem 2rem;
    overflow-x: auto;
}

.nexum-main .page-content[b-k84yciw9b2] {
    width: 100%;
    max-width: none;
    padding-top: 2.25rem;
}

#blazor-error-ui[b-k84yciw9b2] {
    background: #ef4444;
    color: white;
    bottom: 0;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

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

@media (max-width: 900px) {
    .nexum-shell[b-k84yciw9b2] {
        flex-direction: column;
    }

    .nexum-sidebar[b-k84yciw9b2] {
        flex: none;
        width: 100%;
        min-height: auto;
    }

    .nexum-main[b-k84yciw9b2] {
        min-height: auto;
        padding: 1.25rem;
    }

    .nexum-main__toolbar[b-k84yciw9b2] {
        top: 1.25rem;
        right: 1.25rem;
    }

    .nexum-main .page-content[b-k84yciw9b2] {
        padding-top: 2rem;
    }

    .nexum-nav[b-k84yciw9b2] {
        max-height: none;
    }

    .nexum-nav-groups[b-k84yciw9b2] {
        display: flex;
        flex-direction: column;
        gap: 0.35rem;
    }
}
/* _content/Nexum/Components/Layout/NexumNavSection.razor.rz.scp.css */
.nexum-nav-section[b-0zl96k0z2t] {
    border-radius: 0.75rem;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.04);
    overflow: hidden;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.nexum-nav-section.is-open[b-0zl96k0z2t] {
    background: rgba(0, 0, 0, 0.16);
    border-color: rgba(255, 255, 255, 0.07);
}

.nexum-nav-section__toggle[b-0zl96k0z2t] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    margin: 0;
    padding: 0.55rem 0.6rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #9ea6bc;
    text-align: left;
    cursor: pointer;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    font-family: inherit;
    line-height: 1.2;
    transition: color 0.15s ease, background 0.15s ease;
}

.nexum-nav-section__toggle:hover[b-0zl96k0z2t],
.nexum-nav-section__toggle:focus-visible[b-0zl96k0z2t] {
    color: #e8ecf7;
    background: rgba(255, 255, 255, 0.04);
    outline: none;
}

.nexum-nav-section.is-open .nexum-nav-section__toggle[b-0zl96k0z2t] {
    color: #c5cce0;
}

.nexum-nav-section__chevron[b-0zl96k0z2t] {
    display: grid;
    place-items: center;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 0.4rem;
    background: rgba(255, 255, 255, 0.05);
    color: #8f97ab;
    flex-shrink: 0;
    transition: transform 0.22s ease, background 0.15s ease, color 0.15s ease;
}

.nexum-nav-section__chevron svg[b-0zl96k0z2t] {
    display: block;
    width: 0.85rem;
    height: 0.85rem;
}

.nexum-nav-section.is-open .nexum-nav-section__chevron[b-0zl96k0z2t] {
    transform: rotate(90deg);
    background: rgba(255, 122, 47, 0.15);
    color: #ffb27a;
}

.nexum-nav-section__title[b-0zl96k0z2t] {
    flex: 1;
    min-width: 0;
    color: inherit;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    white-space: nowrap;
}

.nexum-nav-section__panel[b-0zl96k0z2t] {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.26s ease;
}

.nexum-nav-section.is-open .nexum-nav-section__panel[b-0zl96k0z2t] {
    grid-template-rows: 1fr;
}

.nexum-nav-section__panel-inner[b-0zl96k0z2t] {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    padding: 0 0.32rem 0.38rem;
}

.nexum-nav-section.is-open .nexum-nav-section__panel-inner[b-0zl96k0z2t] {
    padding-top: 0.05rem;
}
/* _content/Nexum/Components/Pages/Login.razor.rz.scp.css */
.login-page[b-nbvcqhx5ps] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(320px, 490px) 1fr;
    background: white;
}

.login-form-panel[b-nbvcqhx5ps] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: white;
}

.login-form-inner[b-nbvcqhx5ps] {
    width: 100%;
    max-width: 360px;
}

.login-brand-logo[b-nbvcqhx5ps] {
    display: block;
    width: min(100%, 220px);
    height: auto;
    margin-bottom: 1.75rem;
}

.login-form-inner h1[b-nbvcqhx5ps] {
    font-size: 1.85rem;
    margin-bottom: 0.35rem;
}

.login-form-inner .subtitle[b-nbvcqhx5ps] {
    color: var(--kaju-text-muted);
    margin-bottom: 2rem;
}

.login-field[b-nbvcqhx5ps] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 1rem;
}

.login-field label[b-nbvcqhx5ps] {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--kaju-text-muted);
}

.login-field input[b-nbvcqhx5ps] {
    height: 46px;
    padding: 0 0.95rem;
    border: 1px solid var(--kaju-field-border);
    border-radius: 10px;
    background: var(--kaju-field-bg);
    font: inherit;
    color: var(--kaju-text-strong);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.login-field input:focus[b-nbvcqhx5ps] {
    outline: none;
    border-color: var(--kaju-orange);
    box-shadow: 0 0 0 3px rgba(255, 122, 47, 0.15);
}

.login-error[b-nbvcqhx5ps] {
    min-height: 1.25rem;
    margin: 0.25rem 0 0.5rem;
    color: var(--kaju-danger);
    font-size: 0.85rem;
}

.btn-login[b-nbvcqhx5ps] {
    width: 100%;
    height: 48px;
    margin-top: 0.75rem;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--kaju-orange) 0%, #ff9550 55%, var(--kaju-nut-dark) 100%);
    color: white;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(255, 122, 47, 0.28);
    transition: transform 0.1s ease, filter 0.15s ease;
}

.btn-login:hover:not(:disabled)[b-nbvcqhx5ps] {
    filter: brightness(1.04);
}

.btn-login:active:not(:disabled)[b-nbvcqhx5ps] {
    transform: translateY(1px);
}

.btn-login:disabled[b-nbvcqhx5ps] {
    opacity: 0.7;
    cursor: not-allowed;
}

.login-hint[b-nbvcqhx5ps] {
    margin-top: 1.25rem;
    color: var(--kaju-text-muted);
    font-size: 0.8rem;
    line-height: 1.45;
}

.login-hero[b-nbvcqhx5ps] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    overflow: hidden;
    background: linear-gradient(160deg, var(--kaju-hero-top) 0%, var(--kaju-hero-bottom) 100%);
    color: white;
}

.login-hero[b-nbvcqhx5ps]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 15%, rgba(255, 122, 47, 0.35) 0%, transparent 45%),
        radial-gradient(circle at 80% 80%, rgba(255, 180, 80, 0.12) 0%, transparent 40%);
    pointer-events: none;
}

.hero-icon[b-nbvcqhx5ps] {
    position: relative;
    z-index: 1;
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 28px;
    margin-bottom: 1.25rem;
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.hero-brand[b-nbvcqhx5ps] {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 0.5rem;
}

.hero-brand h2[b-nbvcqhx5ps] {
    color: white;
    font-size: 2rem;
    margin: 0 0 0.2rem;
    letter-spacing: -0.02em;
}

.hero-brand__sub[b-nbvcqhx5ps] {
    margin: 0;
    color: rgba(248, 250, 255, 0.72);
    font-size: 0.95rem;
    font-weight: 500;
}

.hero-tagline[b-nbvcqhx5ps] {
    position: relative;
    z-index: 1;
    margin: 0;
    text-align: center;
    color: rgba(248, 250, 255, 0.78);
    font-size: 1rem;
}

.hero-slogan[b-nbvcqhx5ps] {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    color: rgba(248, 250, 255, 0.65);
    font-size: 0.92rem;
    letter-spacing: 0.01em;
}

@media (max-width: 860px) {
    .login-page[b-nbvcqhx5ps] {
        grid-template-columns: 1fr;
    }

    .login-hero[b-nbvcqhx5ps] {
        min-height: 220px;
        order: -1;
    }

    .hero-slogan[b-nbvcqhx5ps] {
        position: static;
        margin-top: 1rem;
    }

    .hero-icon[b-nbvcqhx5ps] {
        width: 88px;
        height: 88px;
        border-radius: 20px;
        margin-bottom: 0.75rem;
    }

    .hero-brand h2[b-nbvcqhx5ps] {
        font-size: 1.45rem;
    }
}
