@import '_content/XN1Lab.Platform.UI/XN1Lab.Platform.UI.av969gzlq1.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-byxxur3183] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 280px 1fr;
    background:
        radial-gradient(circle at top left, rgba(217, 119, 6, 0.12), transparent 28%),
        linear-gradient(180deg, #f7f2ea 0%, #f3ede4 100%);
}

.app-sidebar[b-byxxur3183] {
    background: linear-gradient(180deg, #1b2a52 0%, #15203e 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.04);
}

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

.app-topbar[b-byxxur3183] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 2rem 0.5rem;
}

.app-title[b-byxxur3183] {
    margin: 0;
    font-size: 1.25rem;
    color: #1f2937;
}

.app-content[b-byxxur3183] {
    padding: 0 2rem 2rem;
}

.app-nav.ui.menu[b-byxxur3183] {
    margin: 0;
    height: 100%;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 1.5rem 1rem;
    gap: 0.35rem;
}

.app-brand-block[b-byxxur3183] {
    min-height: 88px;
    align-items: flex-start;
    padding: 0.5rem 0.75rem 1.5rem !important;
}

.app-brand-title[b-byxxur3183] {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
}

.app-brand-subtitle[b-byxxur3183] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin-top: 0.35rem;
}

.app-nav-section[b-byxxur3183] {
    color: rgba(255, 255, 255, 0.45) !important;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.72rem !important;
    padding-top: 0.85rem !important;
}

.app-nav-item[b-byxxur3183] {
    margin: 0 !important;
    border-radius: 14px !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-weight: 600;
    min-height: 46px;
}

.app-nav-item i.icon[b-byxxur3183] {
    opacity: 0.9;
}

.app-nav-item.active[b-byxxur3183],
.app-nav-item:hover[b-byxxur3183] {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
}

#blazor-error-ui[b-byxxur3183] {
    color-scheme: light only;
    background: #fff6e8;
    border-top: 1px solid #f0d1a1;
    bottom: 0;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.8rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-byxxur3183] {
    cursor: pointer;
    position: absolute;
    right: 0.9rem;
    top: 0.7rem;
}

@media (max-width: 980px) {
    .app-shell[b-byxxur3183] {
        grid-template-columns: 1fr;
    }

    .app-sidebar[b-byxxur3183] {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .app-topbar[b-byxxur3183],
    .app-content[b-byxxur3183] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.app-nav[b-4w1nl5bbk2] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-height: 100%;
    color: var(--xn1-text, #0f172a);
}

.app-brand-block[b-4w1nl5bbk2] {
    padding: 0.35rem 0.35rem 0.75rem;
    border-bottom: 1px solid color-mix(in srgb, var(--xn1-secondary, #0f172a) 10%, transparent);
    margin-bottom: 0.5rem;
}

.app-brand-title[b-4w1nl5bbk2] {
    font-size: 1rem;
    font-weight: 800;
    color: var(--xn1-text, #0f172a);
}

.app-brand-subtitle[b-4w1nl5bbk2] {
    margin-top: 0.15rem;
    color: var(--xn1-muted-text, #475569);
    font-size: 0.82rem;
}

.app-nav-section[b-4w1nl5bbk2] {
    padding: 0.35rem;
    color: var(--xn1-muted-text, #475569);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.app-nav-item[b-4w1nl5bbk2] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.8rem 0.9rem;
    border-radius: calc(var(--xn1-radius, 12px) * 0.8);
    color: color-mix(in srgb, var(--xn1-text, #0f172a) 82%, transparent);
    text-decoration: none;
    transition: background-color 140ms ease, color 140ms ease, transform 140ms ease;
}

.app-nav-item i.icon[b-4w1nl5bbk2] {
    margin: 0 !important;
    color: var(--xn1-muted-text, #475569);
}

.app-nav-item:hover[b-4w1nl5bbk2] {
    background: color-mix(in srgb, var(--xn1-primary, #1d4ed8) 8%, white);
    color: var(--xn1-primary, #1d4ed8);
    transform: translateX(1px);
}

.app-nav-item:hover i.icon[b-4w1nl5bbk2] {
    color: var(--xn1-primary, #1d4ed8);
}

.app-nav-item.active[b-4w1nl5bbk2] {
    background: linear-gradient(
        135deg,
        color-mix(in srgb, var(--xn1-primary, #1d4ed8) 18%, white) 0%,
        color-mix(in srgb, var(--xn1-accent, #f59e0b) 10%, white) 100%);
    color: var(--xn1-primary, #1d4ed8);
    font-weight: 700;
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--xn1-primary, #1d4ed8) 18%, transparent);
}

.app-nav-item.active i.icon[b-4w1nl5bbk2] {
    color: var(--xn1-primary, #1d4ed8);
}
/* /Features/Categories/Pages/CategoryManagementPage.razor.rz.scp.css */
.taxonomy-header-actions[b-zi0dxboiro] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.taxonomy-table-segment.ui.segment[b-zi0dxboiro],
.taxonomy-editor-segment.ui.segment[b-zi0dxboiro] {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 10px;
    box-shadow: none;
    background: #fff;
    padding: 0.75rem;
}

.taxonomy-page :deep(.ui.form .field > label)[b-zi0dxboiro] {
    color: #111827;
    font-weight: 600;
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
}

.taxonomy-page :deep(.ui.form input)[b-zi0dxboiro] {
    min-height: 34px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    box-shadow: none;
    background: #fff;
    padding: 0.45rem 0.6rem;
}

.taxonomy-page :deep(.ui.button)[b-zi0dxboiro],
.taxonomy-page :deep(.ui.label)[b-zi0dxboiro],
.taxonomy-page :deep(.ui.segment)[b-zi0dxboiro] {
    border-radius: 6px;
}

.taxonomy-table.ui.table[b-zi0dxboiro] {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    font-size: 0.82rem;
}

.taxonomy-table.ui.table thead th[b-zi0dxboiro] {
    background: #f9fafb;
    color: #6b7280;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.5rem 0.55rem;
}

.taxonomy-table.ui.table tbody td[b-zi0dxboiro] {
    padding: 0.4rem 0.55rem;
    vertical-align: middle;
}

.taxonomy-table.ui.table tfoot th[b-zi0dxboiro] {
    background: #fff;
    padding: 0.55rem;
}

.taxonomy-table-footer[b-zi0dxboiro] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.taxonomy-actions-column[b-zi0dxboiro] {
    width: 1%;
    white-space: nowrap;
}

.taxonomy-editor-actions[b-zi0dxboiro] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.5rem;
}

.taxonomy-editor-segment .ui.tiny.header[b-zi0dxboiro] {
    margin-bottom: 0.6rem;
}

.taxonomy-editor-segment :deep(.ui.form .field)[b-zi0dxboiro] {
    margin-bottom: 0.65rem;
}

.taxonomy-footer-meta[b-zi0dxboiro] {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.82rem;
    color: #6b7280;
}
/* /Features/Tags/Pages/TagManagementPage.razor.rz.scp.css */
.taxonomy-page .taxonomy-table-segment.ui.segment[b-9u72hoe0nn],
.taxonomy-page .taxonomy-editor-segment.ui.segment[b-9u72hoe0nn] {
    border: 1px solid rgba(137, 96, 49, 0.12);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(81, 58, 27, 0.07);
    background: rgba(255, 252, 247, 0.92);
}

.taxonomy-page :deep(.ui.form .field > label)[b-9u72hoe0nn] {
    color: #6b4f2d;
    font-weight: 700;
    font-size: 0.8rem;
    margin-bottom: 0.35rem;
}

.taxonomy-page :deep(.ui.form input)[b-9u72hoe0nn] {
    border-radius: 12px;
    border: 1px solid #dcc7aa;
    background: #fffdfa;
    min-height: 40px;
}

.taxonomy-title[b-9u72hoe0nn] {
    font-weight: 700 !important;
    color: #1f2937 !important;
}
