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

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

.nexum-sidebar.is-collapsed[b-k84yciw9b2] {
    flex: 0 0 var(--nexum-sidebar-width-collapsed);
    width: var(--nexum-sidebar-width-collapsed);
    padding: 0.85rem 0.45rem 0.85rem;
    overflow: visible;
}

.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);
}

.nexum-sidebar-toggle[b-k84yciw9b2] {
    display: grid;
    place-items: center;
    width: 1.85rem;
    height: 1.85rem;
    padding: 0;
    border-radius: 0.45rem;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.nexum-sidebar-toggle--pagina[b-k84yciw9b2] {
    position: absolute;
    top: var(--nexum-main-pad-top, 1.75rem);
    left: var(--nexum-main-pad-x, 2rem);
    z-index: 35;
    border: 1px solid var(--kaju-border, #dde2ef);
    background: #fff;
    color: var(--kaju-text-muted, #636e8b);
    box-shadow: 0 1px 3px rgba(23, 29, 47, 0.08);
}

.nexum-sidebar-toggle--pagina:hover[b-k84yciw9b2],
.nexum-sidebar-toggle--pagina:focus-visible[b-k84yciw9b2] {
    color: var(--kaju-text-strong, #171d2f);
    background: #fff;
    border-color: var(--kaju-orange, #ff7a2f);
    box-shadow: 0 0 0 1px rgba(255, 122, 0, 0.12);
    outline: none;
}

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

.nexum-sidebar.is-collapsed .nexum-brand[b-k84yciw9b2] {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-inline: 0;
}

.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-sidebar.is-collapsed .brand-copy[b-k84yciw9b2] {
    display: none;
}

.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-sidebar.is-collapsed .nexum-nav[b-k84yciw9b2] {
    overflow-x: visible;
    padding-inline: 0;
}

.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-sidebar.is-collapsed .nexum-nav-hero[b-k84yciw9b2]  .nexum-nav-hero__link {
    justify-content: center;
    padding-inline: 0.45rem;
}

.nexum-sidebar.is-collapsed .nexum-nav-hero__copy[b-k84yciw9b2],
.nexum-sidebar.is-collapsed .nexum-nav-hero[b-k84yciw9b2]  .nexum-nav-kbd {
    display: none;
}

.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-sidebar.is-collapsed .nexum-nav-groups[b-k84yciw9b2] {
    gap: 0.2rem;
}

.nexum-sidebar.is-collapsed[b-k84yciw9b2]  .nexum-nav-section.is-collapsed {
    display: none;
}

.nexum-sidebar.is-collapsed[b-k84yciw9b2]  .nexum-nav-section {
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
}

.nexum-sidebar.is-collapsed[b-k84yciw9b2]  .nexum-nav-section + .nexum-nav-section {
    margin-top: 0.15rem;
    padding-top: 0.15rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.nexum-sidebar.is-collapsed[b-k84yciw9b2]  .nexum-nav-section__toggle {
    display: none;
}

.nexum-sidebar.is-collapsed[b-k84yciw9b2]  .nexum-nav-section__panel {
    display: grid !important;
    grid-template-rows: 1fr !important;
}

.nexum-sidebar.is-collapsed[b-k84yciw9b2]  .nexum-nav-section__panel-inner {
    visibility: visible !important;
    overflow: visible !important;
    min-height: auto !important;
    padding: 0;
    gap: 0.12rem;
}

.nexum-sidebar.is-collapsed .nexum-nav[b-k84yciw9b2]  .nexum-nav-link {
    position: relative;
    justify-content: center;
    padding: 0.55rem 0.35rem;
    gap: 0;
}

.nexum-sidebar.is-collapsed .nexum-nav-hero[b-k84yciw9b2]  .nexum-nav-hero__link {
    position: relative;
}

.nexum-sidebar.is-collapsed .nexum-nav[b-k84yciw9b2]  .nexum-nav-link__label,
.nexum-sidebar.is-collapsed .nexum-nav[b-k84yciw9b2]  .nexum-nav-kbd {
    display: none;
}

.nexum-sidebar.is-collapsed .nexum-nav[b-k84yciw9b2]  .nexum-nav-link::after,
.nexum-sidebar.is-collapsed .nexum-nav-hero[b-k84yciw9b2]  .nexum-nav-hero__link::after {
    content: attr(title);
    position: absolute;
    left: calc(100% + 0.55rem);
    top: 50%;
    transform: translateY(-50%) translateX(-4px);
    z-index: 120;
    min-width: max-content;
    max-width: 14rem;
    padding: 0.4rem 0.65rem;
    border-radius: 0.45rem;
    background: #171d2f;
    color: #f3f6ff;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.35;
    white-space: nowrap;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.08);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.14s ease, transform 0.14s ease, visibility 0.14s ease;
}

.nexum-sidebar.is-collapsed .nexum-nav[b-k84yciw9b2]  .nexum-nav-link:hover::after,
.nexum-sidebar.is-collapsed .nexum-nav[b-k84yciw9b2]  .nexum-nav-link:focus-visible::after,
.nexum-sidebar.is-collapsed .nexum-nav-hero[b-k84yciw9b2]  .nexum-nav-hero__link:hover::after,
.nexum-sidebar.is-collapsed .nexum-nav-hero[b-k84yciw9b2]  .nexum-nav-hero__link:focus-visible::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(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] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    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__icon[b-k84yciw9b2] {
    display: grid;
    place-items: center;
    width: 1.1rem;
    height: 1.1rem;
}

.logout-btn__icon svg[b-k84yciw9b2] {
    width: 100%;
    height: 100%;
}

.nexum-sidebar.is-collapsed .logout-btn[b-k84yciw9b2] {
    padding-inline: 0.45rem;
}

.nexum-sidebar.is-collapsed .logout-btn__label[b-k84yciw9b2] {
    display: none;
}

.nexum-sidebar.is-collapsed .logout-btn[b-k84yciw9b2] {
    position: relative;
}

.nexum-sidebar.is-collapsed .logout-btn[b-k84yciw9b2]::after {
    content: attr(title);
    position: absolute;
    left: calc(100% + 0.55rem);
    top: 50%;
    transform: translateY(-50%) translateX(-4px);
    z-index: 120;
    min-width: max-content;
    padding: 0.4rem 0.65rem;
    border-radius: 0.45rem;
    background: #171d2f;
    color: #f3f6ff;
    font-size: 0.78rem;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.08);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.14s ease, transform 0.14s ease, visibility 0.14s ease;
}

.nexum-sidebar.is-collapsed .logout-btn:hover[b-k84yciw9b2]::after,
.nexum-sidebar.is-collapsed .logout-btn:focus-visible[b-k84yciw9b2]::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

.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;
    --nexum-main-pad-x: 2rem;
    --nexum-main-pad-top: 1.75rem;
    --nexum-main-pad-bottom: 2rem;
    padding: var(--nexum-main-pad-top) var(--nexum-main-pad-x) var(--nexum-main-pad-bottom);
    overflow: visible;
}

.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-shell.is-sidebar-collapsed[b-k84yciw9b2] {
        flex-direction: column;
    }

    .nexum-sidebar[b-k84yciw9b2],
    .nexum-sidebar.is-collapsed[b-k84yciw9b2] {
        flex: none;
        width: 100%;
        min-height: auto;
        overflow: hidden;
        padding: 1.15rem 0.85rem 1rem;
    }

    .nexum-sidebar.is-collapsed .brand-copy[b-k84yciw9b2],
    .nexum-sidebar.is-collapsed .nexum-nav[b-k84yciw9b2]  .nexum-nav-link__label,
    .nexum-sidebar.is-collapsed .nexum-nav[b-k84yciw9b2]  .nexum-nav-kbd,
    .nexum-sidebar.is-collapsed .nexum-nav-hero__copy[b-k84yciw9b2] {
        display: revert;
    }

    .nexum-sidebar.is-collapsed[b-k84yciw9b2]  .nexum-nav-section__toggle {
        display: flex;
    }

    .nexum-sidebar.is-collapsed .nexum-nav[b-k84yciw9b2]  .nexum-nav-link::after,
    .nexum-sidebar.is-collapsed .nexum-nav-hero[b-k84yciw9b2]  .nexum-nav-hero__link::after,
    .nexum-sidebar.is-collapsed .logout-btn[b-k84yciw9b2]::after {
        display: none;
    }

    .nexum-sidebar.is-collapsed .logout-btn__label[b-k84yciw9b2] {
        display: inline;
    }

    .nexum-sidebar.is-collapsed .nexum-brand[b-k84yciw9b2] {
        flex-direction: row;
        align-items: center;
    }

    .nexum-main[b-k84yciw9b2] {
        --nexum-main-pad-x: 1.25rem;
        --nexum-main-pad-top: 1.25rem;
        --nexum-main-pad-bottom: 1.25rem;
        min-height: auto;
        padding: var(--nexum-main-pad-top) var(--nexum-main-pad-x) var(--nexum-main-pad-bottom);
    }

    .nexum-main__toolbar[b-k84yciw9b2] {
        top: var(--nexum-main-pad-top);
        right: var(--nexum-main-pad-x);
    }

    .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;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    padding: 0 0.32rem 0.38rem;
}

.nexum-nav-section.is-collapsed .nexum-nav-section__panel-inner[b-0zl96k0z2t] {
    visibility: hidden;
}

.nexum-nav-section.is-open .nexum-nav-section__panel-inner[b-0zl96k0z2t] {
    padding-top: 0.05rem;
}
/* _content/Nexum/Components/NexumRichTextEditor.razor.rz.scp.css */
.nexum-rich-text[b-9afd35rsck] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.nexum-rich-text__toolbar[b-9afd35rsck] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    background: var(--bs-light, #f8f9fa);
}

.nexum-rich-text__btn[b-9afd35rsck] {
    border: 1px solid var(--bs-border-color);
    background: #fff;
    color: var(--bs-body-color);
    border-radius: 0.3rem;
    padding: 0.2rem 0.55rem;
    font-size: 0.85rem;
    line-height: 1.4;
}

.nexum-rich-text__btn:hover:not(:disabled)[b-9afd35rsck] {
    background: var(--bs-primary-bg-subtle, #e7f1ff);
    border-color: var(--bs-primary-border-subtle, #b6d4fe);
}

.nexum-rich-text__btn:disabled[b-9afd35rsck] {
    opacity: 0.55;
}

.nexum-rich-text__select[b-9afd35rsck] {
    width: auto;
    min-width: 7rem;
}

.nexum-rich-text__sep[b-9afd35rsck] {
    width: 1px;
    align-self: stretch;
    background: var(--bs-border-color);
    margin: 0 0.15rem;
}

.nexum-rich-text__editor[b-9afd35rsck] {
    min-height: 11rem;
    max-height: 22rem;
    overflow: auto;
    padding: 0.75rem;
    line-height: 1.5;
}

.nexum-rich-text__editor:empty[b-9afd35rsck]::before {
    content: attr(data-placeholder);
    color: var(--bs-secondary-color);
    pointer-events: none;
}

.nexum-rich-text__editor hr[b-9afd35rsck] {
    margin: 0.75rem 0;
    border: 0;
    border-top: 1px solid var(--bs-border-color);
}

.nexum-rich-text--disabled .nexum-rich-text__editor[b-9afd35rsck] {
    background: var(--bs-secondary-bg);
    cursor: not-allowed;
}
/* _content/Nexum/Components/Pages/Home.razor.rz.scp.css */
.dashboard-home[b-dke1wz8s0p] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 100%;
    overflow: visible;
}

.dashboard-visao-toggle[b-dke1wz8s0p] {
    display: inline-flex;
    align-self: flex-start;
    padding: 0.15rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--kaju-border);
    box-shadow: 0 1px 3px rgba(23, 29, 47, 0.05);
}

.dashboard-visao-toggle__btn[b-dke1wz8s0p] {
    border: none;
    background: transparent;
    color: var(--kaju-text-strong);
    font-size: 0.82rem;
    font-weight: 600;
    padding: 0.45rem 1.15rem;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.dashboard-visao-toggle__btn.is-active[b-dke1wz8s0p] {
    background: var(--kaju-orange);
    color: #fff;
    box-shadow: 0 2px 8px rgba(255, 122, 47, 0.28);
}

.dashboard-visao-toggle__btn:hover:not(.is-active)[b-dke1wz8s0p] {
    color: var(--kaju-orange);
}

.dashboard-home__hero[b-dke1wz8s0p] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    padding: 1.15rem 1.25rem;
    border: 1px solid var(--kaju-border);
    border-radius: 0.85rem;
    background: linear-gradient(135deg, #fff 0%, #fff8f2 48%, #f8f9fc 100%);
    box-shadow: 0 4px 18px rgba(23, 29, 47, 0.05);
}

.dashboard-home__title[b-dke1wz8s0p] {
    margin-bottom: 0.2rem;
}

.dashboard-home__subtitle[b-dke1wz8s0p] {
    font-size: 0.88rem;
    color: var(--kaju-text-muted);
    text-transform: capitalize;
}

.dashboard-home__hero-metricas[b-dke1wz8s0p] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
}

.dashboard-hero-metric[b-dke1wz8s0p] {
    min-width: 8.5rem;
    padding: 0.65rem 0.85rem;
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid var(--kaju-border);
}

.dashboard-hero-metric__label[b-dke1wz8s0p] {
    display: block;
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--kaju-text-muted);
}

.dashboard-hero-metric__valor[b-dke1wz8s0p] {
    display: block;
    margin-top: 0.15rem;
    font-size: 1.25rem;
    color: var(--kaju-text-strong);
}

.dashboard-panel[b-dke1wz8s0p] {
    padding: 1rem 1.15rem 1.15rem;
    border: 1px solid var(--kaju-border);
    border-radius: 0.85rem;
    background: #fff;
    box-shadow: 0 2px 12px rgba(23, 29, 47, 0.04);
}

.dashboard-panel--resumo[b-dke1wz8s0p] {
    background: #fafbfd;
}

.dashboard-panel__header[b-dke1wz8s0p] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    margin-bottom: 0.95rem;
}

.dashboard-panel__header--charts[b-dke1wz8s0p] {
    align-items: center;
}

.dashboard-panel__title[b-dke1wz8s0p] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--kaju-text-strong);
}

.dashboard-panel__desc[b-dke1wz8s0p] {
    margin-top: 0.2rem;
    font-size: 0.82rem;
    color: var(--kaju-text-muted);
}

.dashboard-action-grid[b-dke1wz8s0p] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 10.75rem), 1fr));
    gap: 0.65rem;
    width: 100%;
    overflow: visible;
}

.dashboard-action-carousel[b-dke1wz8s0p] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    width: 100%;
    min-width: 0;
}

.dashboard-action-carousel > .dashboard-action-grid--carousel[b-dke1wz8s0p] {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.65rem;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 0.15rem 0.1rem 0.35rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
}

.dashboard-action-carousel > .dashboard-action-grid--carousel[b-dke1wz8s0p]::-webkit-scrollbar {
    display: none;
}

.dashboard-action-carousel > .dashboard-action-grid--carousel > .dashboard-action-card[b-dke1wz8s0p] {
    flex: 0 0 11.25rem;
    width: 11.25rem;
    max-width: 11.25rem;
    min-height: 7.5rem;
    scroll-snap-align: start;
}

.dashboard-action-carousel__nav[b-dke1wz8s0p] {
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    border: 1px solid var(--kaju-border);
    background: #fff;
    color: var(--kaju-text-strong);
    font-size: 1.35rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(23, 29, 47, 0.08);
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.dashboard-action-carousel__nav:hover[b-dke1wz8s0p],
.dashboard-action-carousel__nav:focus-visible[b-dke1wz8s0p] {
    border-color: rgba(255, 122, 47, 0.45);
    color: var(--kaju-orange);
    outline: none;
}

.dashboard-panel:has(.dashboard-action-grid)[b-dke1wz8s0p] {
    overflow: visible;
}

.dashboard-action-card[b-dke1wz8s0p] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.85rem 0.95rem;
    border: 1px solid var(--kaju-border);
    border-radius: 0.75rem;
    background: #f8f9fc;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
    min-height: 100%;
}

.dashboard-action-card.stat-card--tip[b-dke1wz8s0p] {
    position: relative;
    overflow: visible;
}

.dashboard-action-card.stat-card--tip:hover[b-dke1wz8s0p],
.dashboard-action-card.stat-card--tip:focus-visible[b-dke1wz8s0p] {
    z-index: 30;
}

.dashboard-action-card:hover[b-dke1wz8s0p],
.dashboard-action-card:focus-visible[b-dke1wz8s0p] {
    border-color: rgba(255, 122, 47, 0.45);
    box-shadow: 0 6px 18px rgba(255, 122, 47, 0.12);
    transform: translateY(-1px);
    color: inherit;
}

.dashboard-action-card--alerta[b-dke1wz8s0p] {
    background: linear-gradient(180deg, #fff8f2 0%, #fff 100%);
    border-color: rgba(255, 122, 47, 0.35);
}

.dashboard-action-card--alerta .dashboard-action-card__valor[b-dke1wz8s0p] {
    color: var(--kaju-orange);
}

.dashboard-action-card--destaque[b-dke1wz8s0p] {
    background: linear-gradient(180deg, #fff8f2 0%, #fff 100%);
    border-color: rgba(255, 122, 47, 0.25);
}

.dashboard-action-card--destaque .dashboard-action-card__valor[b-dke1wz8s0p] {
    color: var(--kaju-orange);
    font-size: 1.35rem;
}

.dashboard-action-card__icone[b-dke1wz8s0p] {
    font-size: 1.1rem;
    line-height: 1;
    opacity: 0.85;
}

.dashboard-action-card__label[b-dke1wz8s0p] {
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.3;
    color: var(--kaju-text-muted);
}

.dashboard-action-card__valor[b-dke1wz8s0p] {
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.1;
    color: var(--kaju-text-strong);
}

.dashboard-action-card__hint[b-dke1wz8s0p] {
    font-size: 0.7rem;
    color: var(--kaju-text-muted);
    line-height: 1.25;
}

.dashboard-periodo-toggle[b-dke1wz8s0p] {
    display: inline-flex;
    padding: 0.2rem;
    border-radius: 999px;
    background: #eef1f7;
    border: 1px solid var(--kaju-border);
}

.dashboard-periodo-toggle__btn[b-dke1wz8s0p] {
    border: none;
    background: transparent;
    color: var(--kaju-text-muted);
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.dashboard-periodo-toggle__btn.is-active[b-dke1wz8s0p] {
    background: #fff;
    color: var(--kaju-text-strong);
    box-shadow: 0 1px 4px rgba(23, 29, 47, 0.1);
}

.dashboard-periodo-toggle__btn:hover:not(.is-active)[b-dke1wz8s0p] {
    color: var(--kaju-orange);
}

.dashboard-periodo-toggle--wide[b-dke1wz8s0p] {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.dashboard-periodo-toggle--wide .dashboard-periodo-toggle__btn[b-dke1wz8s0p] {
    font-size: 0.72rem;
    padding: 0.35rem 0.7rem;
}

.dashboard-panel__header-actions[b-dke1wz8s0p] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.65rem 0.85rem;
}

.dashboard-charts-grid[b-dke1wz8s0p] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
    gap: 0.85rem;
}

.dashboard-chart-card[b-dke1wz8s0p] {
    border: 1px solid var(--kaju-border);
    border-radius: 0.75rem;
    background: #fff;
    padding: 0.85rem 0.95rem 0.75rem;
}

.dashboard-chart-card--os[b-dke1wz8s0p] {
    background: linear-gradient(180deg, #fafbfd 0%, #fff 100%);
}

.dashboard-chart-card__topo[b-dke1wz8s0p] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.dashboard-chart-card__titulo[b-dke1wz8s0p] {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--kaju-text-strong);
}

.dashboard-chart-card__total[b-dke1wz8s0p] {
    margin-top: 0.15rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--kaju-orange);
}

.dashboard-chart-card--os .dashboard-chart-card__total[b-dke1wz8s0p] {
    color: var(--kaju-section);
}

.dashboard-chart-card__link[b-dke1wz8s0p] {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--kaju-text-muted);
    text-decoration: none;
    white-space: nowrap;
}

.dashboard-chart-card__link:hover[b-dke1wz8s0p] {
    color: var(--kaju-orange);
}

.dashboard-chart-card__canvas[b-dke1wz8s0p] {
    position: relative;
    height: 14rem;
}


.dashboard-conversao-visual[b-dke1wz8s0p] {
    padding: 1.1rem 1.15rem 1rem;
    border: 1px solid var(--kaju-border);
    border-radius: 0.85rem;
    background: linear-gradient(160deg, #fff 0%, #fffaf5 42%, #f8f9fc 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.dashboard-conversao-visual__grafico[b-dke1wz8s0p] {
    position: relative;
    height: 13rem;
    padding: 0.25rem 0.15rem 0;
}

.dashboard-conversao-legenda[b-dke1wz8s0p] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 1rem;
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(99, 110, 139, 0.1);
}

.dashboard-conversao-legenda__item[b-dke1wz8s0p] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.72rem;
    font-weight: 500;
    color: var(--kaju-text-muted);
}

.dashboard-conversao-legenda__cor[b-dke1wz8s0p] {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    flex-shrink: 0;
    box-shadow: 0 0 0 1px rgba(23, 29, 47, 0.08);
}

@media (max-width: 767.98px) {
    .dashboard-home__hero[b-dke1wz8s0p] {
        padding: 0.95rem 1rem;
    }

    .dashboard-chart-card__canvas[b-dke1wz8s0p] {
        height: 11.5rem;
    }

    .dashboard-conversao-visual__grafico[b-dke1wz8s0p] {
        height: 11rem;
    }
}
/* _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-logos[b-nbvcqhx5ps] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    margin-bottom: 1.75rem;
}

.login-logos img[b-nbvcqhx5ps] {
    height: 3.25rem;
    width: auto;
    object-fit: contain;
}

.login-logos .sep[b-nbvcqhx5ps] {
    width: 1px;
    height: 2.25rem;
    background: #d1d5db;
}

.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-password-wrap[b-nbvcqhx5ps] {
    position: relative;
    display: flex;
    align-items: stretch;
}

.login-password-wrap input[b-nbvcqhx5ps] {
    flex: 1;
    padding-right: 2.75rem;
}

.login-password-toggle[b-nbvcqhx5ps] {
    position: absolute;
    right: 0.35rem;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--kaju-text-muted);
    cursor: pointer;
    transition: color 0.15s ease, background 0.15s ease;
}

.login-password-toggle:hover[b-nbvcqhx5ps] {
    color: var(--kaju-orange);
    background: rgba(255, 122, 47, 0.08);
}

.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-password-wrap input:focus[b-nbvcqhx5ps],
.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;
}

.login-remember[b-nbvcqhx5ps] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0.25rem 0 0;
    font-size: 0.88rem;
    color: var(--kaju-text-muted);
    cursor: pointer;
    user-select: none;
}

.login-remember input[b-nbvcqhx5ps] {
    width: 1rem;
    height: 1rem;
    accent-color: var(--kaju-orange);
    cursor: pointer;
}

.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;
    }
}
