/* /Components/AuthorizationGate.razor.rz.scp.css */
/* Loading State */
.authorization-loading[b-dyq15rlodm] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: #f8f9fa;
}

.authorization-loading-content[b-dyq15rlodm] {
    text-align: center;
    color: #6c757d;
}

.loading-spinner[b-dyq15rlodm] {
    width: 48px;
    height: 48px;
    border: 4px solid #e9ecef;
    border-top-color: #2e2e38;
    border-radius: 50%;
    animation: spin-b-dyq15rlodm 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-dyq15rlodm {
    to {
        transform: rotate(360deg);
    }
}

/* Denied State */
.authorization-denied[b-dyq15rlodm] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: #f8f9fa;
    padding: 2rem;
}

.authorization-denied-content[b-dyq15rlodm] {
    text-align: center;
    max-width: 500px;
    background: white;
    padding: 3rem 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.authorization-denied-icon[b-dyq15rlodm] {
    margin-bottom: 1.5rem;
}

.authorization-denied-icon svg[b-dyq15rlodm] {
    width: 64px;
    height: 64px;
    color: #dc3545;
    margin: 0 auto;
}

.authorization-denied-icon.no-access-icon svg[b-dyq15rlodm] {
    color: #6c757d;
}

.authorization-denied-icon.error-icon svg[b-dyq15rlodm] {
    color: #ff9831;
}

.authorization-denied-title[b-dyq15rlodm] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 1rem;
}

.authorization-denied-message[b-dyq15rlodm] {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.authorization-denied-actions[b-dyq15rlodm] {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-retry[b-dyq15rlodm] {
    display: inline-block;
    padding: 0.75rem 2rem;
    background-color: #fff;
    color: #2e2e38;
    border: 1px solid #c3c3cb;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
}

.btn-retry:hover[b-dyq15rlodm] {
    background-color: #f3f3f5;
    border-color: #afaeba;
}

.btn-logout[b-dyq15rlodm] {
    display: inline-block;
    padding: 0.75rem 2rem;
    background-color: #2e2e38;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: background-color 0.2s;
}

.btn-logout:hover[b-dyq15rlodm] {
    background-color: #1a1a20;
}
/* /Components/Layout/DocumentAreaSelector.razor.rz.scp.css */
.area-selector[b-kxv4zgvfyp] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0 1rem;
    border-right: 1px solid var(--color-border, #e5e7eb);
}

.area-selector-label[b-kxv4zgvfyp] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-text-secondary, #6b7280);
    white-space: nowrap;
}

.area-selector-loading[b-kxv4zgvfyp],
.area-selector-empty[b-kxv4zgvfyp] {
    font-size: 0.875rem;
    color: var(--color-text-secondary, #6b7280);
    font-style: italic;
}

.area-selector-single[b-kxv4zgvfyp] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-text, #2E2E38);
    padding: 0.5rem 0.75rem;
    background: var(--theme-neutral-50, #F3F3F5);
    border-radius: 6px;
    white-space: nowrap;
}

.area-selector-dropdown[b-kxv4zgvfyp] {
    position: relative;
}

.area-selector-button[b-kxv4zgvfyp] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: #ffffff;
    border: 1px solid var(--color-border, #e5e7eb);
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-text, #2E2E38);
    transition: all 0.2s ease;
    min-width: 300px;
}

.area-selector-button:hover[b-kxv4zgvfyp] {
    border-color: var(--color-primary, #2E2E38);
    background: #f9fafb;
}

.area-selector-button:focus[b-kxv4zgvfyp] {
    outline: none;
    border-color: var(--color-primary, #2E2E38);
    box-shadow: 0 0 0 3px rgba(46, 46, 56, 0.1);
}

.area-selector-text[b-kxv4zgvfyp] {
    flex: 1;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.area-selector-icon[b-kxv4zgvfyp] {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    color: var(--color-text-secondary, #6b7280);
    transition: transform 0.2s ease;
}

.area-selector-backdrop[b-kxv4zgvfyp] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 49;
}

.area-selector-menu[b-kxv4zgvfyp] {
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid var(--color-border, #e5e7eb);
    border-radius: 6px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    z-index: 50;
    max-height: 300px;
    overflow-y: auto;
    min-width: 200px;
}

.area-selector-item[b-kxv4zgvfyp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.75rem 1rem;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 0.875rem;
    color: var(--color-text, #2E2E38);
    text-align: left;
    transition: background-color 0.15s ease;
}

.area-selector-item:hover[b-kxv4zgvfyp] {
    background: #f9fafb;
}

.area-selector-item.selected[b-kxv4zgvfyp] {
    background: #f3f4f6;
    color: var(--color-primary, #2E2E38);
    font-weight: 600;
}

.area-selector-item:not(:last-child)[b-kxv4zgvfyp] {
    border-bottom: 1px solid var(--color-border-light, #f3f4f6);
}

.area-name[b-kxv4zgvfyp] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.check-icon[b-kxv4zgvfyp] {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    color: var(--color-primary, #2E2E38);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .area-selector[b-kxv4zgvfyp] {
        padding: 0 0.5rem;
    }

    .area-selector-label[b-kxv4zgvfyp] {
        display: none;
    }

    .area-selector-button[b-kxv4zgvfyp] {
        min-width: 150px;
        font-size: 0.8125rem;
    }

    .area-selector-single[b-kxv4zgvfyp] {
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 480px) {
    .area-selector[b-kxv4zgvfyp] {
        padding: 0 0.25rem;
        border-right: none;
    }

    .area-selector-button[b-kxv4zgvfyp] {
        min-width: 100px;
        padding: 0.375rem 0.5rem;
    }

    .area-selector-single[b-kxv4zgvfyp] {
        max-width: 100px;
        padding: 0.375rem 0.5rem;
    }
}
/* /Components/Layout/EmptyLayout.razor.rz.scp.css */
#blazor-error-ui[b-jmmjv927jj] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-jmmjv927jj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/Footer.razor.rz.scp.css */
/* Footer Container */
.app-footer[b-vf78kjjdxl] {
    padding: 4px 32px;
    background: var(--footer-bg-color, white);
    border-top: 1px solid var(--border-colors-default-primary, #E6E6E9);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

/* Left Section - Logo */
.footer-left[b-vf78kjjdxl] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer-logo[b-vf78kjjdxl] {
    border-radius: 4px;
    display: inline-flex;
}

.footer-logo img[b-vf78kjjdxl] {
    height: 48px;
    width: auto;
    display: block;
}

/* Right Section - Links and Copyright */
.footer-right[b-vf78kjjdxl] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 8px;
}

.footer-links[b-vf78kjjdxl] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 8px;
}

.footer-link[b-vf78kjjdxl] {
    height: 20px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--text-link-color, #2E2E38);
    font-size: 14px;
    font-family: EYInterstate, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s, text-decoration 0.2s;
}

.footer-link:hover[b-vf78kjjdxl] {
    text-decoration: underline;
    color: #000;
}

.footer-copyright[b-vf78kjjdxl] {
    text-align: right;
    color: var(--footer-text-content-support-color, #656579);
    font-size: 14px;
    font-family: EYInterstate, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

/* Responsive */
@media (max-width: 768px) {
    .app-footer[b-vf78kjjdxl] {
        flex-direction: column;
        align-items: flex-start;
        padding: 6px 16px;
        gap: 20px;
    }

    .footer-right[b-vf78kjjdxl] {
        width: 100%;
        align-items: flex-start;
    }

    .footer-links[b-vf78kjjdxl] {
        align-items: flex-start;
    }

    .footer-copyright[b-vf78kjjdxl] {
        text-align: left;
    }

    .footer-logo img[b-vf78kjjdxl] {
        height: 60px;
    }
}

@media (max-width: 480px) {
    .app-footer[b-vf78kjjdxl] {
        padding: 6px 12px;
    }

    .footer-logo img[b-vf78kjjdxl] {
        height: 50px;
    }

    .footer-copyright[b-vf78kjjdxl] {
        font-size: 12px;
    }

    .footer-link[b-vf78kjjdxl] {
        font-size: 13px;
    }
}
/* /Components/Layout/Header.razor.rz.scp.css */
/* Header Container */
.app-header[b-bqefx3zu65] {
    padding: 0px 10px 0px 10px;
    background: var(--header-bg-color, var(--bg-white, white));
    border-bottom: 1px solid var(--header-border-color, var(--border-primary, #E6E6E9));
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: var(--z-sticky, 1000);
    flex-shrink: 0;
}

/* Left Section */
.header-left[b-bqefx3zu65] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 16px;
}

.menu-toggle-btn[b-bqefx3zu65] {
    border: none;
    background: transparent;
    border-radius: var(--radius-md, 4px);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--btn-ghost-icon-color, #656579);
    transition: background-color var(--transition-base, 0.2s);
}

.menu-toggle-btn:hover[b-bqefx3zu65] {
    background: var(--btn-ghost-hover-bg, rgba(0, 0, 0, 0.05));
}

.menu-toggle-btn .icon[b-bqefx3zu65] {
    width: 20px;
    height: 20px;
}

.header-branding[b-bqefx3zu65] {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* EY Logo */
.app-logo[b-bqefx3zu65] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2E2E38;
    border-radius: 4px;
}

.app-logo img[b-bqefx3zu65] {
    height: 40px;
    width: auto;
    display: block;
    padding: 3px;
}

.app-title[b-bqefx3zu65] {
    padding: 0 8px;
    height: 44px;
    display: flex;
    align-items: center;
}

.app-title span[b-bqefx3zu65] {
    color: var(--text-primary, #2E2E38);
    font-size: var(--font-size-md, 16px);
    font-family: var(--font-family);
    font-weight: 400;
    line-height: 24px;
    white-space: nowrap;
}

/* Right Section */
.header-right[b-bqefx3zu65] {
    display: flex;
    align-items: center;
}

.header-actions[b-bqefx3zu65] {
    padding: 6px 6px 6px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.action-buttons[b-bqefx3zu65] {
    display: flex;
    gap: 8px;
}

.action-btn[b-bqefx3zu65] {
    padding: 12px;
    border: none;
    background: transparent;
    border-radius: var(--radius-md, 4px);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--btn-ghost-icon-color, #656579);
    transition: background-color var(--transition-base, 0.2s);
}

.action-btn:hover[b-bqefx3zu65] {
    background: var(--btn-ghost-hover-bg, rgba(0, 0, 0, 0.05));
}

.action-btn .icon[b-bqefx3zu65] {
    width: 20px;
    height: 20px;
}

/* User Profile */
.user-profile[b-bqefx3zu65] {
    padding: 2px;
    cursor: pointer;
    border-radius: 50%;
    transition: opacity 0.2s;
}

.user-profile:hover[b-bqefx3zu65] {
    opacity: 0.8;
}

.user-avatar[b-bqefx3zu65] {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-full, 50%);
    object-fit: cover;
    border: 2px solid transparent;
    transition: border-color var(--transition-base, 0.2s);
}

.user-avatar-initials[b-bqefx3zu65] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2E2E38;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    user-select: none;
}

.user-profile:hover .user-avatar[b-bqefx3zu65] {
    border-color: var(--border-primary, #E6E6E9);
}

/* User Menu Dropdown */
.user-menu-backdrop[b-bqefx3zu65] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: var(--z-dropdown, 1001);
}

.user-menu[b-bqefx3zu65] {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: var(--space-sm, 8px);
    min-width: 240px;
    background: var(--bg-white, white);
    border: 1px solid var(--border-primary, #E6E6E9);
    border-radius: var(--radius-lg, 8px);
    box-shadow: var(--shadow-lg, 0 4px 12px rgba(0, 0, 0, 0.15));
    padding: var(--space-sm, 8px);
    z-index: calc(var(--z-dropdown, 1001) + 1);
    animation: slideDown-b-bqefx3zu65 var(--transition-base, 0.2s) ease-out;
}

@keyframes slideDown-b-bqefx3zu65 {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.user-menu-header[b-bqefx3zu65] {
    padding: 12px;
}

.user-menu-name[b-bqefx3zu65] {
    font-size: var(--font-size-sm, 14px);
    font-family: var(--font-family);
    font-weight: 600;
    color: var(--text-primary, #2E2E38);
    margin-bottom: var(--space-xs, 4px);
}

.user-menu-email[b-bqefx3zu65] {
    font-size: var(--font-size-xs, 12px);
    font-family: var(--font-family);
    color: var(--text-secondary, #656579);
}

.user-menu-divider[b-bqefx3zu65] {
    height: 1px;
    background: var(--border-primary, #E6E6E9);
    margin: var(--space-sm, 8px) 0;
}

.user-menu-item[b-bqefx3zu65] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border: none;
    background: transparent;
    border-radius: var(--radius-md, 4px);
    cursor: pointer;
    font-size: var(--font-size-sm, 14px);
    font-family: var(--font-family);
    color: var(--text-primary, #2E2E38);
    text-align: left;
    transition: background-color var(--transition-base, 0.2s);
}

.user-menu-item:hover[b-bqefx3zu65] {
    background: var(--btn-ghost-hover-bg, rgba(0, 0, 0, 0.05));
}

.user-menu-item .icon[b-bqefx3zu65] {
    width: 16px;
    height: 16px;
    color: var(--text-secondary, #656579);
}

/* Login Button */
.login-btn[b-bqefx3zu65] {
    padding: var(--space-sm, 8px) var(--space-md, 16px);
    border: 1px solid var(--border-primary, #E6E6E9);
    background: var(--bg-white, white);
    border-radius: var(--radius-md, 4px);
    cursor: pointer;
    font-size: var(--font-size-sm, 14px);
    font-family: var(--font-family);
    font-weight: 500;
    color: var(--text-primary, #2E2E38);
    transition: background-color var(--transition-base, 0.2s), 
                border-color var(--transition-base, 0.2s);
}

.login-btn:hover[b-bqefx3zu65] {
    background: var(--btn-ghost-hover-bg, rgba(0, 0, 0, 0.05));
    border-color: var(--text-primary, #2E2E38);
}

/* SVG Icons */
.icon[b-bqefx3zu65] {
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .app-header[b-bqefx3zu65] {
        padding: 0 12px;
    }

    .app-title span[b-bqefx3zu65] {
        font-size: 14px;
    }

    .action-buttons[b-bqefx3zu65] {
        gap: 4px;
    }

    .action-btn[b-bqefx3zu65] {
        padding: 8px;
    }
}

@media (max-width: 480px) {
    .app-title[b-bqefx3zu65] {
        display: none;
    }

    .header-branding[b-bqefx3zu65] {
        gap: var(--space-sm, 8px);
    }

    .app-logo img[b-bqefx3zu65] {
        height: 32px;
    }
}
/* /Components/Layout/KnowledgeAreaSelector.razor.rz.scp.css */
/* Knowledge Area Selector Container */
.knowledge-area-selector[b-z6vb503vdi] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0 1rem;
    border-right: 1px solid var(--color-border, #e5e7eb);
    height: 100%;
}

/* Loading State */
.knowledge-area-loading[b-z6vb503vdi] {
    font-size: 0.875rem;
    color: var(--color-text-secondary, #6b7280);
    font-style: italic;
}

/* Empty State */
.knowledge-area-empty[b-z6vb503vdi] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--color-text-secondary, #6b7280);
}

/* Single Knowledge Area (read-only) */
.knowledge-area-single[b-z6vb503vdi] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: #F3F3F5;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-text, #2E2E38);
}

.knowledge-area-selector-label[b-z6vb503vdi] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-text-secondary, #6b7280);
    white-space: nowrap;
}

.knowledge-area-selector-dropdown[b-z6vb503vdi] {
    position: relative;
}

.knowledge-area-selector-button[b-z6vb503vdi] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: #ffffff;
    border: 1px solid var(--color-border, #e5e7eb);
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-text, #2E2E38);
    transition: all 0.2s ease;
    min-width: 200px;
    max-width: 280px;
}

.knowledge-area-selector-button:hover[b-z6vb503vdi] {
    border-color: var(--color-primary, #2E2E38);
    background: #f9fafb;
}

.knowledge-area-selector-button:focus[b-z6vb503vdi] {
    outline: none;
    border-color: var(--color-primary, #2E2E38);
    box-shadow: 0 0 0 3px rgba(46, 46, 56, 0.1);
}

.knowledge-area-selector-text[b-z6vb503vdi] {
    flex: 1;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.knowledge-area-selector-icon[b-z6vb503vdi] {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    color: var(--color-text-secondary, #6b7280);
    transition: transform 0.2s ease;
}

.knowledge-area-backdrop[b-z6vb503vdi] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.knowledge-area-selector-menu[b-z6vb503vdi] {
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid var(--color-border, #e5e7eb);
    border-radius: 6px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    z-index: 100;
    max-height: 320px;
    overflow-y: auto;
    min-width: 240px;
    animation: slideDown-b-z6vb503vdi 0.15s ease-out;
}

@keyframes slideDown-b-z6vb503vdi {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.knowledge-area-selector-item[b-z6vb503vdi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.75rem 1rem;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 0.875rem;
    color: var(--color-text, #2E2E38);
    text-align: left;
    transition: background-color 0.15s ease;
}

.knowledge-area-selector-item:hover[b-z6vb503vdi] {
    background: #f9fafb;
}

.knowledge-area-selector-item.selected[b-z6vb503vdi] {
    background: #f3f4f6;
    color: var(--color-primary, #2E2E38);
    font-weight: 600;
}

.knowledge-area-selector-item:not(:last-child)[b-z6vb503vdi] {
    border-bottom: 1px solid var(--color-border-light, #f3f4f6);
}

.knowledge-area-name[b-z6vb503vdi] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.knowledge-check-icon[b-z6vb503vdi] {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    color: #1F893F;
}

/*!* Responsive adjustments *!*/
/*@media (max-width: 768px) {*/
/*    .knowledge-area-selector {*/
/*        padding: 0 0.5rem;*/
/*    }*/

/*    .knowledge-area-selector-label {*/
/*        display: none;*/
/*    }*/

/*    .knowledge-area-selector-button {*/
/*        min-width: 140px;*/
/*        max-width: 200px;*/
/*        font-size: 0.8125rem;*/
/*    }*/

/*    .knowledge-area-single {*/
/*        max-width: 150px;*/
/*        overflow: hidden;*/
/*        text-overflow: ellipsis;*/
/*    }*/
/*}*/

/*@media (max-width: 480px) {*/
/*    .knowledge-area-selector {*/
/*        padding: 0 0.25rem;*/
/*    }*/

/*    .knowledge-area-selector-button {*/
/*        min-width: 100px;*/
/*        padding: 0.375rem 0.5rem;*/
/*    }*/

/*    .knowledge-area-single {*/
/*        max-width: 100px;*/
/*        padding: 0.375rem 0.5rem;*/
/*    }*/
/*}*/
/* /Components/Layout/LoadingSpinner.razor.rz.scp.css */
/* Used under CC0 license */

.lds-ellipsis[b-g6x8vi0hpw] {
    color: #666;
    animation: fade-in-b-g6x8vi0hpw 1s;
}

@keyframes fade-in-b-g6x8vi0hpw {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

    .lds-ellipsis[b-g6x8vi0hpw],
    .lds-ellipsis div[b-g6x8vi0hpw] {
        box-sizing: border-box;
    }

.lds-ellipsis[b-g6x8vi0hpw] {
    margin: auto;
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div[b-g6x8vi0hpw] {
        position: absolute;
        top: 33.33333px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: currentColor;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1)[b-g6x8vi0hpw] {
            left: 8px;
            animation: lds-ellipsis1-b-g6x8vi0hpw 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2)[b-g6x8vi0hpw] {
            left: 8px;
            animation: lds-ellipsis2-b-g6x8vi0hpw 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3)[b-g6x8vi0hpw] {
            left: 32px;
            animation: lds-ellipsis2-b-g6x8vi0hpw 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4)[b-g6x8vi0hpw] {
            left: 56px;
            animation: lds-ellipsis3-b-g6x8vi0hpw 0.6s infinite;
        }

@keyframes lds-ellipsis1-b-g6x8vi0hpw {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3-b-g6x8vi0hpw {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2-b-g6x8vi0hpw {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-container[b-dfu0wtyp0f] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    background: #f8f9fa;
}

.app-body[b-dfu0wtyp0f] {
    display: flex;
    flex: 1;
    min-height: 0;
    position: relative;
}

.app-content[b-dfu0wtyp0f] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.page-content[b-dfu0wtyp0f] {
    flex: 1;
    min-height: 0;
    overflow: auto;
}

#blazor-error-ui[b-dfu0wtyp0f] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-dfu0wtyp0f] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/Sidebar.razor.rz.scp.css */
/* Sidebar Container */
.app-sidebar[b-9s7dfozwbm] {
    height: 100%;
    background: white;
    border-right: 1px solid var(--border-colors-default-primary, #E6E6E9);
    transition: width 0.3s ease;
    flex-shrink: 0;
    position: relative;
}

.app-sidebar.collapsed[b-9s7dfozwbm] {
    width: 55px;
}

.app-sidebar.expanded[b-9s7dfozwbm] {
    width: 240px;
}

.sidebar-content[b-9s7dfozwbm] {
    height: 100%;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

/* Navigation Sections */
.sidebar-nav[b-9s7dfozwbm] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.sidebar-bottom[b-9s7dfozwbm] {
    display: flex;
    flex-direction: column;
}

/* Divider */
.sidebar-divider[b-9s7dfozwbm] {
    height: 1px;
    background: var(--border-colors-default-primary, #E6E6E9);
    margin: 8px 14px;
}

/* Section Label */
.sidebar-section-label[b-9s7dfozwbm] {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-colors-disabled-primary, #9897A6);
    padding: 4px 14px;
    margin-top: 2px;
}

/* Responsive */
@media (max-width: 768px) {
    .app-sidebar[b-9s7dfozwbm] {
        position: fixed;
        left: 0;
        top: 64px;
        height: calc(100vh - 64px);
        z-index: 998;
    }

    .app-sidebar.collapsed[b-9s7dfozwbm] {
        transform: translateX(-100%);
        width: 55px;
    }

    .app-sidebar.expanded[b-9s7dfozwbm] {
        transform: translateX(0);
    }
}
/* /Components/Layout/SidebarItem.razor.rz.scp.css */
/* Sidebar Item */
.sidebar-item[b-tx8tjukuhc] {
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.2s;
    margin-bottom: 0;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
}

.sidebar-item:hover[b-tx8tjukuhc] {
    background: rgba(0, 0, 0, 0.05);
}

.sidebar-item.selected[b-tx8tjukuhc] {
    background: var(--button-ghost-active-bg-color, #D7D7DC);
}

.sidebar-item.selected:hover[b-tx8tjukuhc] {
    background: var(--button-ghost-active-bg-color, #D7D7DC);
}

.sidebar-item-content[b-tx8tjukuhc] {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 14px;
    overflow: hidden;
}

.sidebar-item.collapsed .sidebar-item-content[b-tx8tjukuhc] {
    justify-content: center;
    padding: 0;
}

/* Icon */
.sidebar-item-icon[b-tx8tjukuhc] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--vertical-navigation-submenu-item-icon-color, #656579);
}

.sidebar-item.selected .sidebar-item-icon[b-tx8tjukuhc] {
    color: var(--vertical-navigation-submenu-item-hover-icon-color, #2E2E38);
}

.sidebar-item-icon svg[b-tx8tjukuhc] {
    width: 100%;
    height: 100%;
}

/* Label */
.sidebar-item-label[b-tx8tjukuhc] {
    font-size: 14px;
    font-weight: 400;
    color: var(--vertical-navigation-submenu-item-color, #2E2E38);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-item.selected .sidebar-item-label[b-tx8tjukuhc] {
    font-weight: 600;
    color: var(--vertical-navigation-submenu-item-hover-color, #2E2E38);
}

/* Animation for expand/collapse */
.sidebar-item-label[b-tx8tjukuhc] {
    animation: fadeIn-b-tx8tjukuhc 0.3s ease-in;
}

@keyframes fadeIn-b-tx8tjukuhc {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* /Components/Layout/SurveyPrompt.razor.rz.scp.css */
.surveyContainer[b-n9ej8a9lwz] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.9em;
    margin: 0.5rem auto -0.7rem auto;
    max-width: 1024px;
    color: #444;
}

    .surveyContainer a[b-n9ej8a9lwz] {
        text-decoration: underline;
    }

    .surveyContainer .tool-icon[b-n9ej8a9lwz] {
        margin-top: 0.15rem;
        width: 1.25rem;
        height: 1.25rem;
        flex-shrink: 0;
    }
/* /Components/Pages/Account/AppLogin.razor.rz.scp.css */
/* Login Container - Split Layout */
.login-container[b-vtu282wuma] {
    width: 100%;
    height: 100vh;
    display: flex;
    overflow: hidden;
    background: var(--bg-light, #f8f9fa);
}

/* Left Side - Login Form */
.login-form-section[b-vtu282wuma] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: var(--space-lg, 24px) 120px;
    background: var(--bg-white, white);
}

.login-form-content[b-vtu282wuma] {
    width: 100%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

/* Logo */
.login-logo[b-vtu282wuma] {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 4px;
}

.login-logo img[b-vtu282wuma] {
    width: auto;
    padding: 3px;
}

/* Welcome Section */
.login-welcome[b-vtu282wuma] {
    display: flex;
    flex-direction: column;
    gap: var(--space-2xl, 40px);
}

.login-welcome-content[b-vtu282wuma] {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm, 8px);
}

.login-title[b-vtu282wuma] {
    color: var(--text-primary, #2E2E38);
    font-size: var(--font-size-xl, 20px);
    font-family: var(--font-family);
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}

.login-subtitle[b-vtu282wuma] {
    color: var(--text-primary, #2E2E38);
    font-size: var(--font-size-sm, 14px);
    font-family: var(--font-family);
    font-weight: 300;
    line-height: 20px;
    margin: 0;
}

/* Login Form */
.login-form[b-vtu282wuma] {
    display: flex;
    flex-direction: column;
    gap: var(--space-lg, 24px);
}

.form-group[b-vtu282wuma] {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs, 6px);
}

.form-label[b-vtu282wuma] {
    color: var(--input-label-color, var(--text-secondary, #656579));
    font-size: var(--font-size-sm, 14px);
    font-family: var(--font-family);
    font-weight: 300;
    line-height: 20px;
}

.form-input[b-vtu282wuma] {
    display: flex;
    align-items: center;
    gap: var(--space-sm, 8px);
    padding: 10px 14px;
    background: var(--input-bg-color, var(--bg-white, white));
    border: 1px solid var(--input-border-color, var(--border-secondary, #C3C3CB));
    border-radius: var(--radius-md, 4px);
    transition: border-color var(--transition-base, 0.2s);
}

.form-input:focus-within[b-vtu282wuma] {
    border-color: var(--input-border-focus-color, var(--ey-black, #2E2E38));
}

.input-icon[b-vtu282wuma] {
    width: 20px;
    height: 20px;
    color: var(--input-icon-color, var(--text-tertiary, #9897A6));
    flex-shrink: 0;
}

.input-icon svg[b-vtu282wuma] {
    width: 100%;
    height: 100%;
}

.form-input input[b-vtu282wuma] {
    flex: 1;
    border: none;
    outline: none;
    font-size: var(--font-size-sm, 14px);
    font-family: var(--font-family);
    color: var(--text-primary, #2E2E38);
    background: transparent;
}

.form-input input[b-vtu282wuma]::placeholder {
    color: var(--input-placeholder-color, var(--text-tertiary, #9897A6));
}

.form-input input:disabled[b-vtu282wuma] {
    cursor: not-allowed;
    opacity: 0.6;
}

/* Sign In Button */
.btn-signin[b-vtu282wuma] {
    width: 100%;
    padding: 10px 18px;
    background: var(--btn-primary-bg, var(--ey-black, #2E2E38));
    border: none;
    border-radius: var(--radius-md, 4px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--space-sm, 8px);
    cursor: pointer;
    transition: background-color var(--transition-base, 0.2s), 
                transform var(--transition-fast, 0.1s);
}

.btn-signin:hover[b-vtu282wuma] {
    background: var(--btn-primary-hover-bg, #1a1a24);
    transform: translateY(-1px);
}

.btn-signin:active[b-vtu282wuma] {
    transform: translateY(0);
}

.btn-signin span[b-vtu282wuma] {
    color: var(--btn-primary-color, var(--ey-white, white));
    font-size: var(--font-size-lg, 18px);
    font-family: var(--font-family);
    font-weight: 400;
    line-height: 28px;
}

.btn-icon[b-vtu282wuma] {
    width: 20px;
    height: 20px;
    color: var(--btn-primary-icon-color, #AFAEBA);
}

/* Support Link */
.login-support[b-vtu282wuma] {
    padding: var(--space-sm, 8px) 0;
    border-top: 1px solid var(--border-primary, #E6E6E9);
    text-align: center;
}

.support-text[b-vtu282wuma] {
    color: var(--text-primary, #2E2E38);
    font-size: var(--font-size-sm, 14px);
    font-family: var(--font-family);
    font-weight: 300;
    line-height: 20px;
}

.support-link[b-vtu282wuma] {
    color: var(--text-link-alt, #0F69AE);
    font-size: var(--font-size-sm, 14px);
    font-family: var(--font-family);
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
    transition: text-decoration var(--transition-base, 0.2s);
}

.support-link:hover[b-vtu282wuma] {
    text-decoration: underline;
}

/* Right Side - Image */
.login-image-section[b-vtu282wuma] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-image[b-vtu282wuma] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Login Guide Modal */
.modal-overlay[b-vtu282wuma] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(46, 46, 56, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    animation: fadeIn-b-vtu282wuma 0.2s ease;
}

.modal-content[b-vtu282wuma] {
    background: var(--bg-white, white);
    border-radius: var(--radius-md, 4px);
    width: 90%;
    max-width: 560px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16);
    animation: slideUp-b-vtu282wuma 0.25s ease;
}

.modal-header[b-vtu282wuma] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px 16px;
    border-bottom: 1px solid var(--border-primary, #E6E6E9);
}

.modal-title[b-vtu282wuma] {
    font-size: var(--font-size-lg, 18px);
    font-weight: 500;
    color: var(--text-primary, #2E2E38);
    margin: 0;
}

.modal-close[b-vtu282wuma] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: var(--text-tertiary, #9897A6);
    border-radius: var(--radius-md, 4px);
    display: flex;
    align-items: center;
    transition: color 0.15s, background-color 0.15s;
}

.modal-close svg[b-vtu282wuma] {
    width: 20px;
    height: 20px;
}

.modal-close:hover[b-vtu282wuma] {
    color: var(--text-primary, #2E2E38);
    background: var(--bg-light, #f8f9fa);
}

.modal-body[b-vtu282wuma] {
    padding: 20px 24px 24px;
    overflow-y: auto;
}

.guide-section[b-vtu282wuma] {
    margin-bottom: 20px;
}

.guide-section:last-child[b-vtu282wuma] {
    margin-bottom: 0;
}

.guide-section h3[b-vtu282wuma] {
    font-size: var(--font-size-sm, 14px);
    font-weight: 600;
    color: var(--text-primary, #2E2E38);
    margin: 0 0 8px;
}

.guide-section p[b-vtu282wuma] {
    font-size: var(--font-size-sm, 14px);
    font-weight: 300;
    color: var(--text-primary, #2E2E38);
    line-height: 20px;
    margin: 0 0 8px;
}

.guide-section ol[b-vtu282wuma] {
    margin: 0;
    padding-left: 20px;
}

.guide-section li[b-vtu282wuma] {
    font-size: var(--font-size-sm, 14px);
    font-weight: 300;
    color: var(--text-primary, #2E2E38);
    line-height: 22px;
    margin-bottom: 4px;
}

.guide-section a[b-vtu282wuma] {
    color: var(--text-link-alt, #0F69AE);
    text-decoration: none;
    font-weight: 500;
}

.guide-section a:hover[b-vtu282wuma] {
    text-decoration: underline;
}

.guide-dl[b-vtu282wuma] {
    margin: 0;
}

.guide-dl dt[b-vtu282wuma] {
    font-size: var(--font-size-sm, 14px);
    font-weight: 500;
    color: var(--text-primary, #2E2E38);
    margin-top: 8px;
}

.guide-dl dt:first-child[b-vtu282wuma] {
    margin-top: 0;
}

.guide-dl dd[b-vtu282wuma] {
    font-size: var(--font-size-sm, 14px);
    font-weight: 300;
    color: var(--text-secondary, #656579);
    line-height: 20px;
    margin: 2px 0 0 0;
}

@keyframes fadeIn-b-vtu282wuma {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp-b-vtu282wuma {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .login-form-section[b-vtu282wuma] {
        padding: var(--space-lg, 24px) 60px;
    }
}

@media (max-width: 992px) {
    .login-container[b-vtu282wuma] {
        flex-direction: column;
    }

    .login-form-section[b-vtu282wuma] {
        padding: var(--space-2xl, 40px) var(--space-xl, 32px);
        min-height: 60vh;
    }

    .login-image-section[b-vtu282wuma] {
        min-height: 40vh;
        padding: var(--space-md, 16px);
    }

    .login-form-content[b-vtu282wuma] {
        gap: var(--space-2xl, 40px);
    }

    .login-image[b-vtu282wuma] {
        max-height: 500px;
    }
}

@media (max-width: 768px) {
    .login-form-section[b-vtu282wuma] {
        padding: var(--space-xl, 32px) var(--space-lg, 24px);
    }

    .login-form-content[b-vtu282wuma] {
        gap: var(--space-xl, 32px);
    }

    .login-title[b-vtu282wuma] {
        font-size: var(--font-size-lg, 18px);
        line-height: 28px;
    }

    .btn-signin span[b-vtu282wuma] {
        font-size: var(--font-size-md, 16px);
        line-height: 24px;
    }

    .login-image-section[b-vtu282wuma] {
        display: none;
    }
}

@media (max-width: 480px) {
    .login-form-section[b-vtu282wuma] {
        padding: var(--space-lg, 24px) var(--space-md, 16px);
    }

}
/* /Components/Pages/Admin/Analytics.razor.rz.scp.css */
.analytics-page[b-d4jzi8j9hn] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-d4jzi8j9hn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-header h1[b-d4jzi8j9hn] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
}

.date-filter[b-d4jzi8j9hn] {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.date-filter label[b-d4jzi8j9hn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #4b5563;
}

.date-filter input[type="date"][b-d4jzi8j9hn] {
    padding: 0.5rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    font-size: 0.875rem;
}

.btn[b-d4jzi8j9hn] {
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    border: none;
    transition: background-color 0.2s;
}

.btn-primary[b-d4jzi8j9hn] {
    background-color: #3b82f6;
    color: white;
}

.btn-primary:hover[b-d4jzi8j9hn] {
    background-color: #2563eb;
}

.btn-secondary[b-d4jzi8j9hn] {
    background-color: #e5e7eb;
    color: #374151;
}

.btn-secondary:hover[b-d4jzi8j9hn] {
    background-color: #d1d5db;
}

/* Loading & Error */
.loading[b-d4jzi8j9hn], .error-message[b-d4jzi8j9hn] {
    text-align: center;
    padding: 3rem;
    color: #6b7280;
}

.error-message[b-d4jzi8j9hn] {
    color: #dc2626;
}

/* Metrics Grid */
.metrics-grid[b-d4jzi8j9hn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.metric-card[b-d4jzi8j9hn] {
    background: white;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 1rem;
}

.metric-icon[b-d4jzi8j9hn] {
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.metric-icon svg[b-d4jzi8j9hn] {
    width: 1.5rem;
    height: 1.5rem;
}

.login-icon[b-d4jzi8j9hn] {
    background-color: #dbeafe;
    color: #2563eb;
}

.users-icon[b-d4jzi8j9hn] {
    background-color: #d1fae5;
    color: #059669;
}

.chat-icon[b-d4jzi8j9hn] {
    background-color: #fef3c7;
    color: #d97706;
}

.tokens-icon[b-d4jzi8j9hn] {
    background-color: #ede9fe;
    color: #7c3aed;
}

.metric-content[b-d4jzi8j9hn] {
    flex: 1;
}

.metric-value[b-d4jzi8j9hn] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1;
}

.metric-label[b-d4jzi8j9hn] {
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

/* Charts Section */
.charts-section[b-d4jzi8j9hn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.chart-card[b-d4jzi8j9hn], .table-card[b-d4jzi8j9hn] {
    background: white;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.chart-card h3[b-d4jzi8j9hn], .table-card h3[b-d4jzi8j9hn] {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 1rem 0;
}

.chart-container[b-d4jzi8j9hn] {
    min-height: 200px;
}

/* Bar Chart */
.bar-chart[b-d4jzi8j9hn] {
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
    height: 180px;
    padding-bottom: 1.5rem;
}

.bar-group[b-d4jzi8j9hn] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    height: 100%;
    position: relative;
}

.bar[b-d4jzi8j9hn] {
    width: 40%;
    min-height: 4px;
    border-radius: 2px 2px 0 0;
    transition: height 0.3s ease;
}

.login-bar[b-d4jzi8j9hn] {
    background-color: #3b82f6;
    position: absolute;
    bottom: 1.5rem;
    left: 10%;
}

.chat-bar[b-d4jzi8j9hn] {
    background-color: #f59e0b;
    position: absolute;
    bottom: 1.5rem;
    right: 10%;
}

.bar-label[b-d4jzi8j9hn] {
    position: absolute;
    bottom: 0;
    font-size: 0.75rem;
    color: #6b7280;
}

.chart-legend[b-d4jzi8j9hn] {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1rem;
}

.legend-item[b-d4jzi8j9hn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.legend-color[b-d4jzi8j9hn] {
    width: 12px;
    height: 12px;
    border-radius: 2px;
}

.login-color[b-d4jzi8j9hn] {
    background-color: #3b82f6;
}

.chat-color[b-d4jzi8j9hn] {
    background-color: #f59e0b;
}

/* Token Summary */
.token-summary[b-d4jzi8j9hn] {
    display: flex;
    justify-content: space-around;
    padding: 1rem 0;
}

.token-stat[b-d4jzi8j9hn] {
    text-align: center;
}

.token-value[b-d4jzi8j9hn] {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
}

.token-label[b-d4jzi8j9hn] {
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

/* Tables Section */
.tables-section[b-d4jzi8j9hn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.data-table[b-d4jzi8j9hn] {
    width: 100%;
    border-collapse: collapse;
}

.data-table th[b-d4jzi8j9hn], .data-table td[b-d4jzi8j9hn] {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

.data-table th[b-d4jzi8j9hn] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.data-table td[b-d4jzi8j9hn] {
    font-size: 0.875rem;
    color: #1f2937;
}

.data-table tbody tr:hover[b-d4jzi8j9hn] {
    background-color: #f9fafb;
}

/* Activity Section */
.activity-section[b-d4jzi8j9hn] {
    margin-bottom: 2rem;
}

.activity-filters[b-d4jzi8j9hn] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-end;
    background: white;
    border-radius: 0.75rem;
    padding: 1rem 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
}

.filter-group[b-d4jzi8j9hn] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.filter-group label[b-d4jzi8j9hn] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.filter-group select[b-d4jzi8j9hn],
.filter-group input[type="date"][b-d4jzi8j9hn] {
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    color: #1f2937;
    background-color: #fff;
    min-width: 150px;
}

.filter-group select:focus[b-d4jzi8j9hn],
.filter-group input[type="date"]:focus[b-d4jzi8j9hn] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.15);
}

.filter-actions[b-d4jzi8j9hn] {
    flex-direction: row;
    align-items: flex-end;
    gap: 0.5rem;
}

.full-width[b-d4jzi8j9hn] {
    grid-column: 1 / -1;
}

.activity-badge[b-d4jzi8j9hn] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
}

.activity-badge.login[b-d4jzi8j9hn] {
    background-color: #dbeafe;
    color: #1d4ed8;
}

.activity-badge.chat[b-d4jzi8j9hn] {
    background-color: #fef3c7;
    color: #b45309;
}

.details-cell[b-d4jzi8j9hn] {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.no-data[b-d4jzi8j9hn] {
    text-align: center;
    color: #9ca3af;
    padding: 2rem;
    font-style: italic;
}

/* Analytics Tabs */
.analytics-tabs[b-d4jzi8j9hn] {
    display: flex;
    gap: 0;
    border-bottom: 2px solid #e5e7eb;
    margin-bottom: 1.5rem;
}

.analytics-tab[b-d4jzi8j9hn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #6b7280;
    cursor: pointer;
    transition: color 0.2s, border-color 0.2s;
    white-space: nowrap;
}

.analytics-tab svg[b-d4jzi8j9hn] {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

.analytics-tab:hover[b-d4jzi8j9hn] {
    color: #1f2937;
}

.analytics-tab.active[b-d4jzi8j9hn] {
    color: #3b82f6;
    border-bottom-color: #3b82f6;
}

.tab-content[b-d4jzi8j9hn] {
    animation: fadeIn-b-d4jzi8j9hn 0.2s ease-in;
}

@keyframes fadeIn-b-d4jzi8j9hn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Responsive */
@media (max-width: 768px) {
    .analytics-page[b-d4jzi8j9hn] {
        padding: 1rem;
    }

    .page-header[b-d4jzi8j9hn] {
        flex-direction: column;
        align-items: flex-start;
    }

    .date-filter[b-d4jzi8j9hn] {
        width: 100%;
    }

    .charts-section[b-d4jzi8j9hn] {
        grid-template-columns: 1fr;
    }

    .tables-section[b-d4jzi8j9hn] {
        grid-template-columns: 1fr;
    }

    .token-summary[b-d4jzi8j9hn] {
        flex-direction: column;
        gap: 1rem;
    }

    .analytics-tabs[b-d4jzi8j9hn] {
        overflow-x: auto;
    }

    .analytics-tab[b-d4jzi8j9hn] {
        padding: 0.5rem 0.75rem;
        font-size: 0.8rem;
    }
}
/* /Components/Pages/Admin/DocumentAreaEdit.razor.rz.scp.css */
.area-edit-page[b-uugfuzeg36] {
    padding: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.page-header[b-uugfuzeg36] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.page-header h1[b-uugfuzeg36] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
}

.area-form[b-uugfuzeg36] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

.form-section[b-uugfuzeg36] {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #dee2e6;
}

.form-section:last-of-type[b-uugfuzeg36] {
    border-bottom: none;
}

.form-section h2[b-uugfuzeg36] {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #495057;
}

.form-group[b-uugfuzeg36] {
    margin-bottom: 1rem;
}

.form-group label[b-uugfuzeg36] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #495057;
}

.form-control[b-uugfuzeg36] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

.form-control:focus[b-uugfuzeg36] {
    outline: none;
    border-color: #2E2E38;
    box-shadow: 0 0 0 3px rgba(46, 46, 56, 0.1);
}

.form-text[b-uugfuzeg36] {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #6c757d;
}

.checkbox-label[b-uugfuzeg36] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-weight: 500;
}

.checkbox-label input[type="checkbox"][b-uugfuzeg36] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.info-box[b-uugfuzeg36] {
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
    border-radius: 4px;
    padding: 1rem;
    margin-top: 1rem;
}

.info-box.readonly-info[b-uugfuzeg36] {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    margin-bottom: 1rem;
    margin-top: 0;
}

.info-box p[b-uugfuzeg36] {
    margin: 0.5rem 0;
}

.info-box p:first-child[b-uugfuzeg36] {
    margin-top: 0;
}

.info-box p:last-child[b-uugfuzeg36] {
    margin-bottom: 0;
}

.readonly-field[b-uugfuzeg36] {
    background-color: #f8f9fa;
    cursor: not-allowed;
    color: #6c757d;
}

.readonly-field:disabled[b-uugfuzeg36] {
    opacity: 1;
}

.form-actions[b-uugfuzeg36] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding-top: 1rem;
}

.loading[b-uugfuzeg36],
.error-message[b-uugfuzeg36] {
    text-align: center;
    padding: 2rem;
}

.error-message[b-uugfuzeg36] {
    color: #721c24;
    background-color: #f8d7da;
    border-radius: 4px;
    margin-top: 1rem;
}

.btn[b-uugfuzeg36] {
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
    border: 1px solid transparent;
}

.btn-primary[b-uugfuzeg36] {
    background-color: #2E2E38;
    color: white;
    border-color: #2E2E38;
}

.btn-primary:hover:not(:disabled)[b-uugfuzeg36] {
    background-color: #1a1a20;
    border-color: #1a1a20;
}

.btn-secondary[b-uugfuzeg36] {
    background-color: #FFFFFF;
    color: #2E2E38;
    border: 1px solid #C3C3CB;
}

.btn-secondary:hover:not(:disabled)[b-uugfuzeg36] {
    background-color: #f8f9fa;
    border-color: #9897A6;
}

.btn:disabled[b-uugfuzeg36] {
    background-color: #9897A6;
    color: #ffffff;
    border-color: #9897A6;
    cursor: not-allowed;
    opacity: 1;
}

.btn-secondary:disabled[b-uugfuzeg36] {
    background-color: #f8f9fa;
    color: #9897A6;
    border-color: #C3C3CB;
}

.alert[b-uugfuzeg36] {
    padding: 0.75rem 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.alert-success[b-uugfuzeg36] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-error[b-uugfuzeg36] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
/* /Components/Pages/Admin/DocumentAreas.razor.rz.scp.css */
.admin-areas-page[b-x760m8xp74] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-x760m8xp74] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.page-header h1[b-x760m8xp74] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    flex: 1;
}

.header-info[b-x760m8xp74] {
    color: #6c757d;
    font-size: 0.875rem;
    font-style: italic;
    max-width: 400px;
    text-align: right;
}

.filters-row[b-x760m8xp74] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    align-items: center;
}

.search-input[b-x760m8xp74] {
    flex: 1;
    padding: 0.5rem 0.75rem;
    border: 1px solid #C3C3CB;
    border-radius: 4px;
    font-size: 1rem;
}

.status-filter[b-x760m8xp74] {
    padding: 0.5rem 0.75rem;
    border: 1px solid #C3C3CB;
    border-radius: 4px;
    font-size: 1rem;
    background-color: #fff;
}

.areas-table-container[b-x760m8xp74] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.areas-table[b-x760m8xp74] {
    width: 100%;
    border-collapse: collapse;
}

.areas-table thead[b-x760m8xp74] {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
}

.areas-table th[b-x760m8xp74] {
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: #495057;
}

.areas-table td[b-x760m8xp74] {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.areas-table td:last-child[b-x760m8xp74] {
    text-align: right;
    white-space: nowrap;
}

.areas-table tr:hover[b-x760m8xp74] {
    background-color: #f8f9fa;
}

.areas-table tr.inactive[b-x760m8xp74] {
    opacity: 0.6;
}

.areas-table code[b-x760m8xp74] {
    background-color: #f8f9fa;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 0.875rem;
    color: #e83e8c;
}

.status-badge[b-x760m8xp74] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 500;
}

.status-badge.active[b-x760m8xp74] {
    background-color: #d4edda;
    color: #155724;
}

.status-badge.inactive[b-x760m8xp74] {
    background-color: #f8d7da;
    color: #721c24;
}

.no-data[b-x760m8xp74] {
    padding: 3rem;
    text-align: center;
    color: #6c757d;
}

.loading[b-x760m8xp74],
.error-message[b-x760m8xp74] {
    text-align: center;
    padding: 3rem;
}

.error-message[b-x760m8xp74] {
    color: #721c24;
    background-color: #f8d7da;
    border-radius: 4px;
}

.btn[b-x760m8xp74] {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
    border: 1px solid transparent;
}

.btn-primary[b-x760m8xp74] {
    background-color: #2E2E38;
    color: white;
    border-color: #2E2E38;
}

.btn-primary:hover:not(:disabled)[b-x760m8xp74] {
    background-color: #1a1a20;
    border-color: #1a1a20;
}

.btn-secondary[b-x760m8xp74] {
    background-color: #FFFFFF;
    color: #2E2E38;
    border: 1px solid #C3C3CB;
}

.btn-secondary:hover:not(:disabled)[b-x760m8xp74] {
    background-color: #f8f9fa;
    border-color: #9897A6;
}

.btn-sm[b-x760m8xp74] {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    margin-left: 0.25rem;
}

.btn:disabled[b-x760m8xp74] {
    background-color: #9897A6;
    color: #ffffff;
    border-color: #9897A6;
    cursor: not-allowed;
    opacity: 1;
}

.btn-danger[b-x760m8xp74] {
    background-color: #EA011D;
    color: #ffffff;
    border-color: #EA011D;
}

.btn-danger:hover:not(:disabled)[b-x760m8xp74] {
    background-color: #C70117;
    border-color: #C70117;
}

.alert[b-x760m8xp74] {
    padding: 0.75rem 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.alert-success[b-x760m8xp74] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-error[b-x760m8xp74] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.alert-warning[b-x760m8xp74] {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}

/* Modal styles */
.modal-overlay[b-x760m8xp74] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-dialog[b-x760m8xp74] {
    background: white;
    border-radius: 8px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.modal-header[b-x760m8xp74] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
}

.modal-header h2[b-x760m8xp74] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.modal-close[b-x760m8xp74] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #6c757d;
    padding: 0;
    line-height: 1;
}

.modal-body[b-x760m8xp74] {
    padding: 1.5rem;
}

.modal-footer[b-x760m8xp74] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid #dee2e6;
}

.form-group[b-x760m8xp74] {
    margin-bottom: 1rem;
}

.form-group label[b-x760m8xp74] {
    display: block;
    margin-bottom: 0.375rem;
    font-weight: 500;
    color: #2E2E38;
}

.form-control[b-x760m8xp74] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #C3C3CB;
    border-radius: 4px;
    font-size: 1rem;
    box-sizing: border-box;
}

.form-control:focus[b-x760m8xp74] {
    outline: none;
    border-color: #2E2E38;
    box-shadow: 0 0 0 2px rgba(46, 46, 56, 0.1);
}
/* /Components/Pages/Admin/KnowledgeAreaEdit.razor.rz.scp.css */
.admin-edit-page[b-0my64ffp3v] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-0my64ffp3v] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-header h1[b-0my64ffp3v] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    flex: 1;
}

.page-title-block[b-0my64ffp3v] {
    min-width: 0;
    flex: 1;
}

.page-meta[b-0my64ffp3v] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.25rem;
    color: #6c757d;
    font-size: 0.875rem;
    flex-wrap: wrap;
}

.slug-pill[b-0my64ffp3v] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    background-color: #F3F3F5;
    color: #2E2E38;
    font-family: monospace;
    font-size: 0.875rem;
}

.header-actions[b-0my64ffp3v] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.back-btn[b-0my64ffp3v] {
    flex-shrink: 0;
}

/* Sections */
.form-section[b-0my64ffp3v] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    margin-bottom: 1.5rem;
}

.section-heading-row[b-0my64ffp3v] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
}

.section-heading-row h2[b-0my64ffp3v] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.subsection-heading[b-0my64ffp3v] {
    margin: 0 0 1rem 0;
    font-size: 1rem;
    font-weight: 600;
    color: #495057;
}

/* Form Controls */
.form-group[b-0my64ffp3v] {
    margin-bottom: 1rem;
}

.form-group label[b-0my64ffp3v] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #495057;
}

[b-0my64ffp3v] .form-control {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    background-color: #fff;
    color: #2E2E38;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}

[b-0my64ffp3v] .form-control::placeholder {
    color: #adb5bd;
}

[b-0my64ffp3v] .form-control:focus {
    outline: none;
    border-color: #2E2E38;
    box-shadow: 0 0 0 2px rgba(46, 46, 56, 0.1);
}

[b-0my64ffp3v] .form-control:disabled {
    background-color: #f8f9fa;
    color: #6c757d;
    cursor: not-allowed;
}

[b-0my64ffp3v] textarea.form-control {
    resize: vertical;
    min-height: 80px;
}

/* Checkbox toggle */
.status-toggle[b-0my64ffp3v] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.25rem;
    font-weight: 500;
    color: #2E2E38;
    cursor: pointer;
}

[b-0my64ffp3v] .status-toggle input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    accent-color: #2E2E38;
    cursor: pointer;
}

/* Grid */
.form-grid[b-0my64ffp3v] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.general-grid[b-0my64ffp3v] {
    align-items: start;
}

.form-group-wide[b-0my64ffp3v] {
    grid-column: 1 / -1;
}

/* Config Blocks */
.config-block[b-0my64ffp3v] {
    padding: 1.25rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.config-block:first-of-type[b-0my64ffp3v] {
    padding-top: 0;
}

.config-block:last-of-type[b-0my64ffp3v] {
    border-bottom: 0;
    padding-bottom: 0;
}

/* Helpers */
.hint[b-0my64ffp3v] {
    display: block;
    color: #6c757d;
    font-size: 0.8125rem;
    margin-top: 0.25rem;
}

.form-actions[b-0my64ffp3v] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

/* Buttons */
.btn[b-0my64ffp3v] {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
    border: 1px solid transparent;
}

.btn-primary[b-0my64ffp3v] {
    background-color: #2E2E38;
    color: white;
    border-color: #2E2E38;
}

.btn-primary:hover:not(:disabled)[b-0my64ffp3v] {
    background-color: #1a1a20;
    border-color: #1a1a20;
}

.btn-secondary[b-0my64ffp3v] {
    background-color: #FFFFFF;
    color: #2E2E38;
    border: 1px solid #C3C3CB;
}

.btn-secondary:hover:not(:disabled)[b-0my64ffp3v] {
    background-color: #f8f9fa;
    border-color: #9897A6;
}

.btn:disabled[b-0my64ffp3v] {
    background-color: #9897A6;
    color: #ffffff;
    border-color: #9897A6;
    cursor: not-allowed;
    opacity: 1;
}

/* Alerts */
.alert[b-0my64ffp3v] {
    padding: 0.75rem 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.alert-success[b-0my64ffp3v] {
    background-color: #d4edda;
    color: #155724;
}

.alert-error[b-0my64ffp3v] {
    background-color: #f8d7da;
    color: #721c24;
}

/* States */
.loading[b-0my64ffp3v],
.error-message[b-0my64ffp3v] {
    text-align: center;
    padding: 3rem;
}

.error-message[b-0my64ffp3v] {
    color: #721c24;
    background-color: #f8d7da;
    border-radius: 4px;
}

/* Table */
.areas-table[b-0my64ffp3v] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.areas-table th[b-0my64ffp3v],
.areas-table td[b-0my64ffp3v] {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    overflow-wrap: anywhere;
}

.actions-column[b-0my64ffp3v] {
    text-align: right;
    white-space: nowrap;
}

.areas-table th[b-0my64ffp3v] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #495057;
    background-color: #f8f9fa;
}

.areas-table tbody tr:hover[b-0my64ffp3v] {
    background-color: #f8f9fa;
}

.areas-table code[b-0my64ffp3v] {
    background-color: #f8f9fa;
    padding: 0.125rem 0.375rem;
    border-radius: 3px;
    font-size: 0.875rem;
}

.btn-sm[b-0my64ffp3v] {
    padding: 0.35rem 0.75rem;
    font-size: 0.875rem;
}

.modal-overlay[b-0my64ffp3v] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1100;
    padding: 1rem;
}

.modal-dialog[b-0my64ffp3v] {
    background: #FFFFFF;
    border-radius: 8px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.modal-header[b-0my64ffp3v],
.modal-footer[b-0my64ffp3v] {
    padding: 1rem 1.25rem;
}

.modal-header[b-0my64ffp3v] {
    border-bottom: 1px solid #dee2e6;
}

.modal-header h3[b-0my64ffp3v] {
    margin: 0;
    font-size: 1.125rem;
}

.modal-body[b-0my64ffp3v] {
    padding: 1rem 1.25rem;
}

.modal-footer[b-0my64ffp3v] {
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}

.api-key-value[b-0my64ffp3v] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0.75rem;
    font-family: monospace;
    font-size: 0.9rem;
    overflow-wrap: anywhere;
}

/* Badges */
.status-badge[b-0my64ffp3v] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 500;
}

.status-badge.active[b-0my64ffp3v] {
    background-color: #d4edda;
    color: #155724;
}

.status-badge.inactive[b-0my64ffp3v] {
    background-color: #f8d7da;
    color: #721c24;
}

/* Empty State */
.no-data[b-0my64ffp3v] {
    color: #6c757d;
    padding: 1rem 0;
}

.empty-state[b-0my64ffp3v] {
    border: 1px dashed #ddd;
    border-radius: 8px;
    padding: 1.5rem;
    color: #6c757d;
    background-color: #f8f9fa;
    text-align: center;
}

.empty-state p[b-0my64ffp3v] {
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .admin-edit-page[b-0my64ffp3v] {
        padding: 1rem;
    }

    .form-section[b-0my64ffp3v] {
        padding: 1.25rem;
    }

    .form-grid[b-0my64ffp3v] {
        grid-template-columns: 1fr;
    }

    .header-actions[b-0my64ffp3v],
    .section-heading-row[b-0my64ffp3v] {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
    }

    .header-actions .btn[b-0my64ffp3v],
    .section-heading-row .btn[b-0my64ffp3v] {
        width: 100%;
    }
}
/* /Components/Pages/Admin/KnowledgeAreaMembers.razor.rz.scp.css */
.admin-edit-page[b-l52lys3nwo] {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.page-header[b-l52lys3nwo] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.page-header h1[b-l52lys3nwo] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 600;
    flex: 1;
}

.back-btn[b-l52lys3nwo] {
    flex-shrink: 0;
}

.form-section[b-l52lys3nwo] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    padding: 1.5rem 2rem;
    margin-bottom: 1.5rem;
}

.areas-table[b-l52lys3nwo] {
    width: 100%;
    border-collapse: collapse;
}

.areas-table th[b-l52lys3nwo],
.areas-table td[b-l52lys3nwo] {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid #E6E6E9;
    vertical-align: middle;
}

.areas-table thead[b-l52lys3nwo] {
    background-color: #f8f9fa;
}

.actions-col[b-l52lys3nwo] {
    text-align: right;
    white-space: nowrap;
}

.role-badge[b-l52lys3nwo] {
    display: inline-block;
    padding: 0.2rem 0.625rem;
    border-radius: 12px;
    font-size: 0.8125rem;
    background-color: #E6E6E9;
    color: #2E2E38;
    font-weight: 500;
    margin-right: 0.25rem;
    margin-bottom: 0.125rem;
}

.role-badge.da[b-l52lys3nwo] {
    background-color: #D8E5FD;
    color: #064372;
}

.status-badge[b-l52lys3nwo] {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    border-radius: 12px;
    font-size: 0.8125rem;
    font-weight: 500;
}

.status-badge.active[b-l52lys3nwo] {
    background-color: #d4edda;
    color: #155724;
}

.status-badge.inactive[b-l52lys3nwo] {
    background-color: #f8d7da;
    color: #721c24;
}

.muted[b-l52lys3nwo] {
    color: #9897A6;
}

.form-control[b-l52lys3nwo] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #C3C3CB;
    border-radius: 4px;
    font-size: 1rem;
    background-color: #fff;
}

.form-control.inline-select[b-l52lys3nwo] {
    width: auto;
    min-width: 220px;
}

.form-group[b-l52lys3nwo] {
    margin-bottom: 1rem;
}

.form-group label[b-l52lys3nwo] {
    display: block;
    font-weight: 500;
    margin-bottom: 0.375rem;
}

.form-actions[b-l52lys3nwo] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1.25rem;
}

.btn[b-l52lys3nwo] {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
    border: 1px solid transparent;
}

.btn-sm[b-l52lys3nwo] {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    margin-left: 0.25rem;
}

.btn-primary[b-l52lys3nwo] {
    background-color: #2E2E38;
    color: white;
    border-color: #2E2E38;
}

.btn-primary:hover:not(:disabled)[b-l52lys3nwo] {
    background-color: #1a1a20;
}

.btn-secondary[b-l52lys3nwo] {
    background-color: #FFFFFF;
    color: #2E2E38;
    border: 1px solid #C3C3CB;
}

.btn-secondary:hover:not(:disabled)[b-l52lys3nwo] {
    background-color: #f8f9fa;
}

.btn-danger[b-l52lys3nwo] {
    color: #A40011;
    border-color: #FDBAAB;
}

.btn-danger:hover:not(:disabled)[b-l52lys3nwo] {
    background-color: #FCD7CF;
}

.btn-primary.btn-danger[b-l52lys3nwo] {
    background-color: #C70117;
    border-color: #C70117;
    color: #fff;
}

.btn-primary.btn-danger:hover:not(:disabled)[b-l52lys3nwo] {
    background-color: #A40011;
}

.btn:disabled[b-l52lys3nwo] {
    background-color: #9897A6;
    color: #fff;
    border-color: #9897A6;
    cursor: not-allowed;
}

.alert[b-l52lys3nwo] {
    padding: 0.75rem 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.alert-success[b-l52lys3nwo] {
    background-color: #d4edda;
    color: #155724;
}

.alert-error[b-l52lys3nwo] {
    background-color: #f8d7da;
    color: #721c24;
}

.no-data[b-l52lys3nwo] {
    color: #6c757d;
    padding: 1rem 0;
    text-align: center;
}

.loading[b-l52lys3nwo] {
    text-align: center;
    padding: 2rem;
}

.modal-backdrop[b-l52lys3nwo] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal[b-l52lys3nwo] {
    background: #fff;
    border-radius: 8px;
    padding: 1.5rem 2rem;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.modal h3[b-l52lys3nwo] {
    margin: 0 0 1rem 0;
    font-size: 1.25rem;
    font-weight: 600;
}
/* /Components/Pages/Admin/KnowledgeAreaRequests.razor.rz.scp.css */
.admin-knowledge-areas-page[b-p905deiott] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-p905deiott] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.page-header h1[b-p905deiott] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    flex: 1;
}

.knowledge-areas-table-container[b-p905deiott] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.knowledge-areas-table[b-p905deiott] {
    width: 100%;
    border-collapse: collapse;
}

.knowledge-areas-table thead[b-p905deiott] {
    text-align: left;
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
}

.knowledge-areas-table th[b-p905deiott] {
    padding: 1rem;
    font-weight: 600;
    color: #495057;
}

.knowledge-areas-table td[b-p905deiott] {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.knowledge-areas-table td:last-child[b-p905deiott] {
    text-align: right;
}

.knowledge-areas-table tr:hover[b-p905deiott] {
    background-color: #f8f9fa;
}

.knowledge-areas-table tr.inactive[b-p905deiott] {
    opacity: 0.6;
}

.no-data[b-p905deiott] {
    padding: 3rem;
    text-align: center;
    color: #6c757d;
}

.loading[b-p905deiott],
.error-message[b-p905deiott] {
    text-align: center;
    padding: 3rem;
}

.error-message[b-p905deiott] {
    color: #721c24;
    background-color: #f8d7da;
    border-radius: 4px;
}

.btn[b-p905deiott] {
    width: 40%;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
    border: 1px solid transparent;
}

.btn-primary[b-p905deiott] {
    background-color: #2E2E38;
    color: white;
    border-color: #2E2E38;
}

.btn-primary:hover:not(:disabled)[b-p905deiott] {
    background-color: #1a1a20;
    border-color: #1a1a20;
}

.btn-secondary[b-p905deiott] {
    background-color: #FFFFFF;
    color: #2E2E38;
    border: 1px solid #C3C3CB;
}

.btn-secondary:hover:not(:disabled)[b-p905deiott] {
    background-color: #f8f9fa;
    border-color: #9897A6;
}

.knowledge-request-input[b-p905deiott] {
    margin-top: 0.5rem;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

.status-approved[b-p905deiott] {
    color: #1f983a;
    font-weight: bold;
}

.status-rejected[b-p905deiott] {
    color: #b11927;
    font-weight: bold;
}

.status-pending[b-p905deiott] {
    font-weight: bold;
}
/* /Components/Pages/Admin/KnowledgeAreas.razor.rz.scp.css */
.admin-areas-page[b-ahkd9gp8lq] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-ahkd9gp8lq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.page-header h1[b-ahkd9gp8lq] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    flex: 1;
}

.header-info[b-ahkd9gp8lq] {
    color: #6c757d;
    font-size: 0.875rem;
    font-style: italic;
    max-width: 400px;
    text-align: right;
}

.filters-row[b-ahkd9gp8lq] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    align-items: center;
}

.search-input[b-ahkd9gp8lq] {
    flex: 1;
    padding: 0.5rem 0.75rem;
    border: 1px solid #C3C3CB;
    border-radius: 4px;
    font-size: 1rem;
}

.status-filter[b-ahkd9gp8lq] {
    padding: 0.5rem 0.75rem;
    border: 1px solid #C3C3CB;
    border-radius: 4px;
    font-size: 1rem;
    background-color: #fff;
}

.areas-table-container[b-ahkd9gp8lq] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.areas-table[b-ahkd9gp8lq] {
    width: 100%;
    border-collapse: collapse;
}

.areas-table thead[b-ahkd9gp8lq] {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
}

.areas-table th[b-ahkd9gp8lq] {
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: #495057;
}

.areas-table td[b-ahkd9gp8lq] {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.areas-table td:last-child[b-ahkd9gp8lq] {
    text-align: right;
    white-space: nowrap;
}

.areas-table tr:hover[b-ahkd9gp8lq] {
    background-color: #f8f9fa;
}

.areas-table tr.inactive[b-ahkd9gp8lq] {
    opacity: 0.6;
}

.areas-table code[b-ahkd9gp8lq] {
    background-color: #f8f9fa;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 0.875rem;
    color: #e83e8c;
}

.status-badge[b-ahkd9gp8lq] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 500;
}

.status-badge.active[b-ahkd9gp8lq] {
    background-color: #d4edda;
    color: #155724;
}

.status-badge.inactive[b-ahkd9gp8lq] {
    background-color: #f8d7da;
    color: #721c24;
}

.no-data[b-ahkd9gp8lq] {
    padding: 3rem;
    text-align: center;
    color: #6c757d;
}

.loading[b-ahkd9gp8lq],
.error-message[b-ahkd9gp8lq] {
    text-align: center;
    padding: 3rem;
}

.error-message[b-ahkd9gp8lq] {
    color: #721c24;
    background-color: #f8d7da;
    border-radius: 4px;
}

.btn[b-ahkd9gp8lq] {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
    border: 1px solid transparent;
}

.btn-primary[b-ahkd9gp8lq] {
    background-color: #2E2E38;
    color: white;
    border-color: #2E2E38;
}

.btn-primary:hover:not(:disabled)[b-ahkd9gp8lq] {
    background-color: #1a1a20;
    border-color: #1a1a20;
}

.btn-secondary[b-ahkd9gp8lq] {
    background-color: #FFFFFF;
    color: #2E2E38;
    border: 1px solid #C3C3CB;
}

.btn-secondary:hover:not(:disabled)[b-ahkd9gp8lq] {
    background-color: #f8f9fa;
    border-color: #9897A6;
}

.btn-sm[b-ahkd9gp8lq] {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    margin-left: 0.25rem;
}

.btn:disabled[b-ahkd9gp8lq] {
    background-color: #9897A6;
    color: #ffffff;
    border-color: #9897A6;
    cursor: not-allowed;
    opacity: 1;
}
/* /Components/Pages/Admin/UserEdit.razor.rz.scp.css */
.user-edit-page[b-xw2hadmzn9] {
    padding: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.page-header[b-xw2hadmzn9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.page-header h1[b-xw2hadmzn9] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
}

.user-form[b-xw2hadmzn9] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

.form-section[b-xw2hadmzn9] {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #dee2e6;
}

.form-section:last-of-type[b-xw2hadmzn9] {
    border-bottom: none;
}

.form-section h2[b-xw2hadmzn9] {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #495057;
}

.form-group[b-xw2hadmzn9] {
    margin-bottom: 1rem;
}

.form-group label[b-xw2hadmzn9] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #495057;
}

.form-control[b-xw2hadmzn9] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

.form-control:focus[b-xw2hadmzn9] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.roles-checkboxes[b-xw2hadmzn9] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.checkbox-label[b-xw2hadmzn9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.checkbox-label small[b-xw2hadmzn9] {
    color: #6c757d;
}

.permissions-table[b-xw2hadmzn9] {
    width: 100%;
    border-collapse: collapse;
}

.permissions-table th[b-xw2hadmzn9],
.permissions-table td[b-xw2hadmzn9] {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid #dee2e6;
}

.permissions-table th[b-xw2hadmzn9] {
    background-color: #f8f9fa;
    font-weight: 600;
}

.permissions-table td input[type="checkbox"][b-xw2hadmzn9] {
    cursor: pointer;
}

.form-actions[b-xw2hadmzn9] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding-top: 1rem;
}

.loading[b-xw2hadmzn9],
.error-message[b-xw2hadmzn9] {
    text-align: center;
    padding: 2rem;
}

.error-message[b-xw2hadmzn9] {
    color: #721c24;
    background-color: #f8d7da;
    border-radius: 4px;
    margin-top: 1rem;
}

.btn[b-xw2hadmzn9] {
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
    border: 1px solid transparent;
}

.btn-primary[b-xw2hadmzn9] {
    background-color: #2E2E38;
    color: white;
    border-color: #2E2E38;
}

.btn-primary:hover:not(:disabled)[b-xw2hadmzn9] {
    background-color: #1a1a20;
    border-color: #1a1a20;
}

.btn-secondary[b-xw2hadmzn9] {
    background-color: #FFFFFF;
    color: #2E2E38;
    border: 1px solid #C3C3CB;
}

.btn-secondary:hover:not(:disabled)[b-xw2hadmzn9] {
    background-color: #f8f9fa;
    border-color: #9897A6;
}

.btn:disabled[b-xw2hadmzn9] {
    background-color: #9897A6;
    color: #ffffff;
    border-color: #9897A6;
    cursor: not-allowed;
    opacity: 1;
}

.btn-secondary:disabled[b-xw2hadmzn9] {
    background-color: #f8f9fa;
    color: #9897A6;
    border-color: #C3C3CB;
}
/* /Components/Pages/Admin/Users.razor.rz.scp.css */
.admin-users-page[b-ajd9akf4yx] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-ajd9akf4yx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.page-header h1[b-ajd9akf4yx] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    flex: 1;
}

.search-bar[b-ajd9akf4yx] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.search-input[b-ajd9akf4yx] {
    flex: 1;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

.search-input:focus[b-ajd9akf4yx] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.users-table-container[b-ajd9akf4yx] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.users-table[b-ajd9akf4yx] {
    width: 100%;
    border-collapse: collapse;
}

.users-table thead[b-ajd9akf4yx] {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
}

.users-table th[b-ajd9akf4yx] {
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: #495057;
}

.users-table td[b-ajd9akf4yx] {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.users-table td:last-child[b-ajd9akf4yx] {
    text-align: right;
}

.users-table tr:hover[b-ajd9akf4yx] {
    background-color: #f8f9fa;
}

.users-table tr.inactive[b-ajd9akf4yx] {
    opacity: 0.6;
}

.status-badge[b-ajd9akf4yx] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 500;
}

.status-badge.active[b-ajd9akf4yx] {
    background-color: #d4edda;
    color: #155724;
}

.status-badge.inactive[b-ajd9akf4yx] {
    background-color: #f8d7da;
    color: #721c24;
}

.roles-list[b-ajd9akf4yx] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.role-badge[b-ajd9akf4yx] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 500;
}

.text-muted[b-ajd9akf4yx] {
    color: #6c757d;
}

.pagination[b-ajd9akf4yx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
}

.page-info[b-ajd9akf4yx] {
    color: #6c757d;
}

.loading[b-ajd9akf4yx],
.error-message[b-ajd9akf4yx] {
    text-align: center;
    padding: 3rem;
}

.error-message[b-ajd9akf4yx] {
    color: #721c24;
    background-color: #f8d7da;
    border-radius: 4px;
}

.btn[b-ajd9akf4yx] {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
    border: 1px solid transparent;
}

.btn-primary[b-ajd9akf4yx] {
    background-color: #2E2E38;
    color: white;
    border-color: #2E2E38;
}

.btn-primary:hover:not(:disabled)[b-ajd9akf4yx] {
    background-color: #1a1a20;
    border-color: #1a1a20;
}

.btn-secondary[b-ajd9akf4yx] {
    background-color: #FFFFFF;
    color: #2E2E38;
    border: 1px solid #C3C3CB;
}

.btn-secondary:hover:not(:disabled)[b-ajd9akf4yx] {
    background-color: #f8f9fa;
    border-color: #9897A6;
}

.btn-sm[b-ajd9akf4yx] {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
}

.btn:disabled[b-ajd9akf4yx] {
    background-color: #9897A6;
    color: #ffffff;
    border-color: #9897A6;
    cursor: not-allowed;
    opacity: 1;
}

.btn-secondary:disabled[b-ajd9akf4yx] {
    background-color: #f8f9fa;
    color: #9897A6;
    border-color: #C3C3CB;
}
/* /Components/Pages/Chat/Chat.razor.rz.scp.css */
.chat-page[b-egv0xo25p2] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.chat-container[b-egv0xo25p2] {
    position: sticky;
    bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem; 
    padding-top: 0.75rem; 
    padding-bottom: 1rem; 
    border-top: 1px solid #E5E7EB;
    background-color: #F3F4F6;
    z-index: 100;
    margin-top: auto;
}

.disclaimer-banner[b-egv0xo25p2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.5rem;
    background-color: #eff6ff;
    border-bottom: 1px solid #bfdbfe;
    color: #1e40af;
    font-size: 0.875rem;
    line-height: 1.4;
}

.disclaimer-link[b-egv0xo25p2] {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: inherit;
    font-family: inherit;
    color: #2563eb;
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s;
}

.disclaimer-link:hover[b-egv0xo25p2] {
    color: #1d4ed8;
}

.disclaimer-icon[b-egv0xo25p2] {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    color: #3b82f6;
}

/* Empty state with example questions */
.empty-state[b-egv0xo25p2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.empty-state-title[b-egv0xo25p2] {
    font-size: 1.25rem;
    color: #999;
}

.example-questions[b-egv0xo25p2] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    max-width: 640px;
    width: 100%;
}

.example-question[b-egv0xo25p2] {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    padding: 0.875rem 1rem;
    background: white;
    border: 1px solid #E5E7EB;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #374151;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.example-question:hover[b-egv0xo25p2] {
    border-color: #93C5FD;
    box-shadow: 0 1px 4px rgba(59, 130, 246, 0.1);
}

.example-icon[b-egv0xo25p2] {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    color: #9CA3AF;
    margin-top: 0.125rem;
}

@media (max-width: 640px) {
    .example-questions[b-egv0xo25p2] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Chat/ChatCitation.razor.rz.scp.css */
.citation[b-uou9991j5c] {
    display: inline-flex;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-top: 1rem;
    margin-right: 1rem;
    border-bottom: 2px solid #a770de;
    gap: 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    background-color: #ffffff;
}

    .citation[href]:hover[b-uou9991j5c] {
        outline: 1px solid #865cb1;
    }

    .citation svg[b-uou9991j5c] {
        width: 1.5rem;
        height: 1.5rem;
    }

    .citation:active[b-uou9991j5c] {
        background-color: rgba(0,0,0,0.05);
    }

.citation-content[b-uou9991j5c] {
    display: flex;
    flex-direction: column;
}

.citation-file[b-uou9991j5c] {
    font-weight: 600;
}
/* /Components/Pages/Chat/ChatHeader.razor.rz.scp.css */
.chat-header-container[b-9vrqbmq7yg] {
    top: 0; 
    padding: 5px; 
}

.chat-header-controls[b-9vrqbmq7yg] {
    margin-left: 2rem; 
}

h1[b-9vrqbmq7yg] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-chat-icon[b-9vrqbmq7yg] {
    width: 1.25rem;
    height: 1.25rem;
    color: rgb(55, 65, 81);
}

@media (min-width: 768px) {
    .chat-header-container[b-9vrqbmq7yg] {
        position: sticky;
    }
}
/* /Components/Pages/Chat/ChatInput.razor.rz.scp.css */
.input-box[b-bmpij5pv44] {
    display: flex; 
    flex-direction: column; 
    background: white;
    border: 1px solid rgb(229, 231, 235);
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    margin-top: 0.75rem; 
}

    .input-box:focus-within[b-bmpij5pv44] {
        outline: 2px solid #4152d5;
    }

textarea[b-bmpij5pv44] {
    resize: none;
    border: none;
    outline: none;
    flex-grow: 1;
}

    textarea:placeholder-shown + .tools[b-bmpij5pv44] {
        --send-button-color: #aaa;
    }

.tools[b-bmpij5pv44] {
    display: flex; 
    margin-top: 1rem; 
    align-items: center;
}

.tool-icon[b-bmpij5pv44] {
    width: 1.25rem;
    height: 1.25rem;
}

.send-button[b-bmpij5pv44] {
    color: var(--send-button-color);
    margin-left: auto;
}

    .send-button:hover[b-bmpij5pv44] {
        color: black;
    }

.attach[b-bmpij5pv44] {
    background-color: white;
    border-style: dashed;
    color: #888;
    border-color: #888;
    padding: 3px 8px;
}

    .attach:hover[b-bmpij5pv44] {
        background-color: #f0f0f0;
        color: black;
    }
/* /Components/Pages/Chat/ChatMessageItem.razor.rz.scp.css */
.user-message[b-omd9546dey] {
    background: rgb(182 215 232);
    align-self: flex-end;
    min-width: 25%;
    max-width: calc(100% - 5rem);
    padding: 0.5rem 1.25rem;
    border-radius: 0.25rem; 
    color: #1F2937; 
    white-space: pre-wrap; 
}

.assistant-message[b-omd9546dey], .assistant-search[b-omd9546dey] {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.25rem; 
}

.assistant-message-header[b-omd9546dey] {
    font-weight: 600;
}

.assistant-message-text[b-omd9546dey] {
    grid-column-start: 2;
}

.assistant-message-icon[b-omd9546dey] {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    border-radius: 9999px; 
    width: 1.5rem; 
    height: 1.5rem; 
    color: #ffffff; 
    background: #9b72ce;
}

    .assistant-message-icon svg[b-omd9546dey] {
        width: 1rem; 
        height: 1rem; 
    }

.assistant-search[b-omd9546dey] {
    font-size: 0.875rem;
    line-height: 1.25rem; 
}

.assistant-search-icon[b-omd9546dey] {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    width: 1.5rem; 
    height: 1.5rem; 
}

    .assistant-search-icon svg[b-omd9546dey] {
        width: 1rem; 
        height: 1rem; 
    }

.assistant-search-content[b-omd9546dey] {
    align-content: center;
}

.assistant-search-phrase[b-omd9546dey] {
    font-weight: 600;
}

.assistant-search-area[b-omd9546dey] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.15rem;
    font-size: 0.75rem;
    color: #6b4fa0;
    background: #f3eff8;
    padding: 0.15rem 0.5rem;
    border-radius: 0.5rem;
    width: fit-content;
}

.assistant-search-area-name[b-omd9546dey] {
    font-weight: 600;
}

.assistant-search-area-description[b-omd9546dey] {
    color: #6B7280;
    font-weight: 400;
}

.assistant-message-area-info[b-omd9546dey] {
    margin-top: 0.75rem;
    padding: 0.5rem 0.75rem;
    background: #f3eff8;
    border-radius: 0.5rem;
    font-size: 0.8rem;
    line-height: 1.4;
}

.assistant-message-area-detail[b-omd9546dey] {
    color: #4B5563;
}

.assistant-message-area-label[b-omd9546dey] {
    font-weight: 600;
    color: #6b4fa0;
}

.assistant-message-area-name[b-omd9546dey] {
    font-weight: 600;
}

.assistant-message-area-description[b-omd9546dey] {
    color: #6B7280;
}

.assistant-message-area-hint[b-omd9546dey] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.35rem;
    color: #6B7280;
    font-size: 0.75rem;
    font-style: italic;
}

.assistant-message-area-hint .hint-icon[b-omd9546dey] {
    width: 0.875rem;
    height: 0.875rem;
    flex-shrink: 0;
}

/* Default styling for markdown-formatted assistant messages */
[b-omd9546dey] ul {
    list-style-type: disc;
    margin-left: 1.5rem;
}

[b-omd9546dey] ol {
    list-style-type: decimal;
    margin-left: 1.5rem;
}

[b-omd9546dey] li {
    margin: 0.5rem 0;
}

[b-omd9546dey] strong {
    font-weight: 600;
}

[b-omd9546dey] h3 {
    margin: 1rem 0;
    font-weight: 600;
}

[b-omd9546dey] p + p {
    margin-top: 1rem;
}

[b-omd9546dey] table {
    margin: 1rem 0;
}

[b-omd9546dey] th {
    text-align: left;
    border-bottom: 1px solid silver;
}

[b-omd9546dey] th, [b-omd9546dey] td {
    padding: 0.1rem 0.5rem;
}

[b-omd9546dey] th, [b-omd9546dey] tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
}

[b-omd9546dey] pre > code {
    background-color: white;
    display: block;
    padding: 0.5rem 1rem;
    margin: 1rem 0;
    overflow-x: auto;
}
/* /Components/Pages/Chat/ChatMessageList.razor.rz.scp.css */
.message-list-container[b-q94wyfkqr3] {
    margin: 2rem 1.5rem;
    flex: 1;
    overflow-y: auto;
    min-height: 0;
}

.message-list[b-q94wyfkqr3] {
    display: flex; 
    flex-direction: column; 
    gap: 1.25rem; 
}

.no-messages[b-q94wyfkqr3] {
    text-align: center;
    font-size: 1.25rem;
    color: #999;
    margin-top: calc(40vh - 18rem);
}

chat-messages[b-q94wyfkqr3] >  div:last-of-type {
    /* Adds some vertical buffer to so that suggestions don't overlap the output when they appear */
    margin-bottom: 2rem;
}
/* /Components/Pages/Chat/ChatSuggestions.razor.rz.scp.css */
.suggestions[b-dnepxgt8r7] {
    text-align: right;
    white-space: nowrap;
    gap: 0.5rem;
    justify-content: flex-end;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 0.75rem;
}
/* /Components/Pages/Documents/Documents.razor.rz.scp.css */
/* MkDocs-inspired styling */
.documents-layout[b-0ivyd2ylsq] {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 0;
    margin: 0;
    padding: 0;
}

.documents-layout.has-toc[b-0ivyd2ylsq] {
    grid-template-columns: 340px 1fr 220px;
}

.documents-sidebar[b-0ivyd2ylsq] {
    background: #f8f9fa;
    border-right: 1px solid #e1e4e8;
    overflow-y: auto;
    position: sticky;
    top: 0;
    height: 100vh;
}

.documents-toc[b-0ivyd2ylsq] {
    overflow-y: auto;
    position: sticky;
    top: 0;
    height: 100vh;
}

.documents-layout.sidebar-hidden[b-0ivyd2ylsq] {
    grid-template-columns: 1fr;
}

.documents-layout.sidebar-hidden.has-toc[b-0ivyd2ylsq] {
    grid-template-columns: 1fr 220px;
}

.documents-sidebar.hidden[b-0ivyd2ylsq] {
    display: none;
}

.documents-content[b-0ivyd2ylsq] {
    background: white;
}

.documents-loading[b-0ivyd2ylsq],
.documents-error[b-0ivyd2ylsq] {
    padding: 2rem;
    text-align: center;
}

.documents-error button[b-0ivyd2ylsq] {
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background: #3b82f6;
    color: white;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
}

.documents-error button:hover[b-0ivyd2ylsq] {
    background: #2563eb;
}

.documents-welcome[b-0ivyd2ylsq] {
    padding: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.documents-welcome h1[b-0ivyd2ylsq] {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1f2937;
}

.documents-welcome-subtitle[b-0ivyd2ylsq] {
    font-size: 1.125rem;
    color: #6b7280;
    margin-bottom: 2rem;
}

.documents-stats-bar[b-0ivyd2ylsq] {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.9rem;
    color: #4b5563;
    margin-bottom: 2rem;
}

.stats-separator[b-0ivyd2ylsq] {
    width: 1px;
    height: 14px;
    background: #d1d5db;
}

.documents-categories-grid[b-0ivyd2ylsq] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
    margin-bottom: 3rem;
}

.category-card[b-0ivyd2ylsq] {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.5rem;
    cursor: pointer;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.category-card:hover[b-0ivyd2ylsq] {
    border-color: #2E2E38;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.category-card-icon[b-0ivyd2ylsq] {
    color: #2E2E38;
    margin-bottom: 0.75rem;
}

.category-card h3[b-0ivyd2ylsq] {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 0.25rem 0;
}

.category-card p[b-0ivyd2ylsq] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
}

/* Root-level documents list */
.documents-root-list h2[b-0ivyd2ylsq] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
}

.root-documents-list[b-0ivyd2ylsq] {
    display: flex;
    flex-direction: column;
}

.root-document-item[b-0ivyd2ylsq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f3f4f6;
    cursor: pointer;
    transition: background 0.15s;
}

.root-document-item:hover[b-0ivyd2ylsq] {
    background: #f9fafb;
}

.root-document-title[b-0ivyd2ylsq] {
    font-size: 0.9rem;
    color: #1f2937;
    font-weight: 500;
}

.root-document-date[b-0ivyd2ylsq] {
    font-size: 0.8rem;
    color: #9ca3af;
}

.document-not-found[b-0ivyd2ylsq] {
    text-align: center;
    padding: 3rem 2rem;
    max-width: 640px;
    margin: 0 auto;
}

.not-found-icon[b-0ivyd2ylsq] {
    color: #9ca3af;
    margin-bottom: 1rem;
}

.document-not-found h2[b-0ivyd2ylsq] {
    font-size: 1.5rem;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.document-not-found > p[b-0ivyd2ylsq] {
    color: #6b7280;
    margin-bottom: 1.5rem;
}

.document-not-found code[b-0ivyd2ylsq] {
    background: #f3f4f6;
    padding: 0.15rem 0.4rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    color: #dc2626;
    word-break: break-all;
}

.not-found-help[b-0ivyd2ylsq] {
    text-align: left;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
}

.not-found-help h3[b-0ivyd2ylsq] {
    font-size: 0.95rem;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.not-found-help p[b-0ivyd2ylsq],
.not-found-help li[b-0ivyd2ylsq] {
    font-size: 0.875rem;
    color: #4b5563;
    line-height: 1.6;
}

.not-found-help ol[b-0ivyd2ylsq] {
    padding-left: 1.25rem;
    margin: 0.5rem 0;
}

.not-found-help pre[b-0ivyd2ylsq] {
    background: #1f2937;
    color: #e5e7eb;
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
    overflow-x: auto;
    margin-top: 0.75rem;
}

.not-found-help pre code[b-0ivyd2ylsq] {
    background: transparent;
    color: inherit;
    padding: 0;
}

.not-found-back-btn[b-0ivyd2ylsq] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    background: #3b82f6;
    color: white;
    border: none;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: background 0.15s;
}

.not-found-back-btn:hover[b-0ivyd2ylsq] {
    background: #2563eb;
}

/* Responsive design */
@media (max-width: 1024px) {
    .documents-layout.has-toc[b-0ivyd2ylsq] {
        grid-template-columns: 340px 1fr;
    }

    .documents-layout.sidebar-hidden.has-toc[b-0ivyd2ylsq] {
        grid-template-columns: 1fr;
    }

    .documents-toc[b-0ivyd2ylsq] {
        display: none;
    }
}

@media (max-width: 768px) {
    .documents-layout[b-0ivyd2ylsq],
    .documents-layout.has-toc[b-0ivyd2ylsq] {
        grid-template-columns: 1fr;
    }
    
    .documents-sidebar[b-0ivyd2ylsq] {
        display: none; /* TODO: Add mobile menu toggle */
    }
}

/* Welcome header with Add Document button */
.documents-welcome-header[b-0ivyd2ylsq] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.btn-add-document[b-0ivyd2ylsq] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #2E2E38;
    color: white;
    border: none;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
}

.btn-add-document:hover[b-0ivyd2ylsq] {
    background: #23232F;
}

/* Document actions bar (Edit / Add New) */
.document-actions-bar[b-0ivyd2ylsq] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 1rem;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    justify-content: flex-end;
}

.btn-action-edit[b-0ivyd2ylsq],
.btn-action-add[b-0ivyd2ylsq] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.3rem 0.75rem;
    border-radius: 0.25rem;
    font-size: 0.8125rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s;
    border: 1px solid #d1d5db;
    background: white;
    color: #374151;
}

.btn-action-edit:hover[b-0ivyd2ylsq],
.btn-action-add:hover[b-0ivyd2ylsq] {
    background: #f3f4f6;
    border-color: #9ca3af;
}

.btn-action-edit svg[b-0ivyd2ylsq],
.btn-action-add svg[b-0ivyd2ylsq] {
    flex-shrink: 0;
}
/* /Components/Pages/Documents/DocumentsFolderNode.razor.rz.scp.css */
.nav-section[b-bbfoc4ulj1] {
    margin-bottom: 0.25rem;
}

.nav-section-header[b-bbfoc4ulj1] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.6rem 1rem;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 600;
    color: #1f2937;
    text-align: left;
    gap: 0.4rem;
    transition: background 0.15s;
}

.nav-section-header:hover[b-bbfoc4ulj1] {
    background: #e5e7eb;
}

.nav-chevron[b-bbfoc4ulj1] {
    transition: transform 0.2s;
    flex-shrink: 0;
}

.nav-section-header.expanded .nav-chevron[b-bbfoc4ulj1] {
    transform: rotate(90deg);
}

.nav-section-title[b-bbfoc4ulj1] {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-section-count[b-bbfoc4ulj1] {
    font-size: 0.7rem;
    font-weight: 400;
    color: #9ca3af;
    background: #e5e7eb;
    padding: 0.1rem 0.4rem;
    border-radius: 8px;
}

.nav-section-pages[b-bbfoc4ulj1] {
    display: flex;
    flex-direction: column;
}
/* /Components/Pages/Documents/DocumentsNav.razor.rz.scp.css */
.docs-nav[b-btvn7ocojh] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.docs-nav-header[b-btvn7ocojh] {
    padding: 0.75rem;
    border-bottom: 1px solid #e1e4e8;
}

.docs-search-wrapper[b-btvn7ocojh] {
    position: relative;
    display: flex;
    align-items: center;
}

.docs-search-icon[b-btvn7ocojh] {
    position: absolute;
    left: 0.6rem;
    color: #9ca3af;
    pointer-events: none;
}

.docs-search[b-btvn7ocojh] {
    width: 100%;
    padding: 0.5rem 2rem 0.5rem 2rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.825rem;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.docs-search:focus[b-btvn7ocojh] {
    outline: none;
    border-color: #2E2E38;
    box-shadow: 0 0 0 2px rgba(46, 46, 56, 0.1);
}

.docs-search-clear[b-btvn7ocojh] {
    position: absolute;
    right: 0.4rem;
    background: none;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    padding: 0.2rem;
    display: flex;
    align-items: center;
}

.docs-search-clear:hover[b-btvn7ocojh] {
    color: #4b5563;
}

.docs-nav-tree[b-btvn7ocojh] {
    flex: 1;
    overflow-y: auto;
    padding: 0.5rem 0;
}

.docs-loading[b-btvn7ocojh] {
    padding: 2rem;
    text-align: center;
    color: #6b7280;
    font-size: 0.875rem;
}

/* Search results */
.docs-search-results[b-btvn7ocojh] {
    padding: 0.5rem;
}

.search-results-header[b-btvn7ocojh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
    color: #6b7280;
}

.search-clear-btn[b-btvn7ocojh] {
    background: none;
    border: none;
    color: #2E2E38;
    font-size: 0.8rem;
    cursor: pointer;
    text-decoration: underline;
}

.search-result-item[b-btvn7ocojh] {
    padding: 0.6rem 0.75rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.15s;
}

.search-result-item:hover[b-btvn7ocojh] {
    background: #e5e7eb;
}

.search-result-item.active[b-btvn7ocojh] {
    background: #2E2E38;
    color: #fff;
}

.search-result-item.active .search-result-path[b-btvn7ocojh] {
    color: #d1d5db;
}

.search-result-title[b-btvn7ocojh] {
    font-size: 0.875rem;
    font-weight: 500;
}

.search-result-path[b-btvn7ocojh] {
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-empty[b-btvn7ocojh] {
    padding: 1rem;
    text-align: center;
    color: #9ca3af;
    font-size: 0.875rem;
}
/* /Components/Pages/Documents/DocumentsNavItem.razor.rz.scp.css */
.nav-page-link[b-sssjy3g836] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.45rem 1rem 0.45rem 2.4rem;
    background: none;
    border: none;
    text-align: left;
    font-size: 0.825rem;
    color: #4b5563;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    border-left: 2px solid transparent;
    gap: 0.5rem;
}

.nav-page-link:hover[b-sssjy3g836] {
    background: #e5e7eb;
    color: #1f2937;
}

.nav-page-link.active[b-sssjy3g836] {
    background: #2E2E38;
    color: #fff;
    border-left-color: #2E2E38;
    font-weight: 500;
}

.nav-page-name[b-sssjy3g836] {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-page-badge[b-sssjy3g836] {
    font-size: 0.625rem;
    padding: 0.125rem 0.375rem;
    background: #ef4444;
    color: white;
    border-radius: 0.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.nav-page-link.active .nav-page-badge[b-sssjy3g836] {
    background: rgba(255, 255, 255, 0.3);
}
/* /Components/Pages/Documents/DocumentTableOfContents.razor.rz.scp.css */
.doc-toc[b-mb4wuyf9bs] {
    position: sticky;
    top: 1rem;
    padding: 1rem 0 1rem 1rem;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    border-left: 1px solid #e5e7eb;
}

.doc-toc-title[b-mb4wuyf9bs] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
    margin: 0 0 0.75rem 0;
    padding: 0;
}

.doc-toc-list[b-mb4wuyf9bs] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.doc-toc-item[b-mb4wuyf9bs] {
    margin: 0;
    padding: 0;
}

.doc-toc-item a[b-mb4wuyf9bs] {
    display: block;
    padding: 0.25rem 0.75rem;
    font-size: 0.8125rem;
    color: #6b7280;
    text-decoration: none;
    border-left: 2px solid transparent;
    transition: color 0.15s, border-color 0.15s;
    line-height: 1.4;
}

.doc-toc-item a:hover[b-mb4wuyf9bs] {
    color: #1f2937;
}

.doc-toc-item.active a[b-mb4wuyf9bs] {
    color: #3b82f6;
    border-left-color: #3b82f6;
    font-weight: 500;
}

.doc-toc-nested a[b-mb4wuyf9bs] {
    padding-left: 1.5rem;
    font-size: 0.775rem;
}

@media (max-width: 1024px) {
    .doc-toc[b-mb4wuyf9bs] {
        display: none;
    }
}
/* /Components/Pages/Documents/DocumentUpload.razor.rz.scp.css */
/* Document Upload Dialog */
.upload-overlay[b-aocu2kvtxq] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.upload-dialog[b-aocu2kvtxq] {
    background: white;
    border-radius: 0.75rem;
    max-width: 900px;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.upload-header[b-aocu2kvtxq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.upload-header h2[b-aocu2kvtxq] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.upload-close[b-aocu2kvtxq] {
    width: 2rem;
    height: 2rem;
    border: none;
    background: #f3f4f6;
    border-radius: 0.375rem;
    cursor: pointer;
    font-size: 1.25rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.upload-close:hover[b-aocu2kvtxq] {
    background: #e5e7eb;
    color: #1f2937;
}

.upload-body[b-aocu2kvtxq] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.upload-footer[b-aocu2kvtxq] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid #e5e7eb;
    background: #f9fafb;
}

/* Error / Success banners */
.upload-error[b-aocu2kvtxq],
.upload-success[b-aocu2kvtxq] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
}

.upload-error[b-aocu2kvtxq] {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #991b1b;
}

.upload-success[b-aocu2kvtxq] {
    background: #f0fdf4;
    border: 1px solid #86efac;
    color: #166534;
}

/* Mode Toggle */
.upload-mode-toggle[b-aocu2kvtxq] {
    display: flex;
    gap: 0.5rem;
    background: #f3f4f6;
    padding: 0.25rem;
    border-radius: 0.5rem;
}

.mode-btn[b-aocu2kvtxq] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 1rem;
    border: none;
    background: transparent;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.2s;
    flex: 1;
    justify-content: center;
}

.mode-btn:hover:not(:disabled)[b-aocu2kvtxq] {
    color: #374151;
}

.mode-btn.active[b-aocu2kvtxq] {
    background: white;
    color: #1f2937;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.mode-btn:disabled[b-aocu2kvtxq] {
    opacity: 0.5;
    cursor: not-allowed;
}

.mode-btn svg[b-aocu2kvtxq] {
    flex-shrink: 0;
}

/* Form Fields */
.upload-fields[b-aocu2kvtxq] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.field-row[b-aocu2kvtxq] {
    display: grid;
    gap: 0.75rem;
}

.field-row.two-col[b-aocu2kvtxq] {
    grid-template-columns: 1fr 1fr;
}

.field-group label[b-aocu2kvtxq] {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.25rem;
}

.field-group input[b-aocu2kvtxq] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    color: #1f2937;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.field-group input:focus[b-aocu2kvtxq] {
    outline: none;
    border-color: #2E2E38;
    box-shadow: 0 0 0 2px rgba(46, 46, 56, 0.1);
}

/* File Upload Area */
.file-upload-area[b-aocu2kvtxq] {
    border: 2px dashed #d1d5db;
    border-radius: 0.75rem;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.2s;
    position: relative;
}

.file-upload-area.drag-over[b-aocu2kvtxq] {
    border-color: #2E2E38;
    background: #f8f9fa;
}

.file-input[b-aocu2kvtxq] {
    position: absolute;
    opacity: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.file-drop-label[b-aocu2kvtxq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    color: #6b7280;
}

.file-drop-label svg[b-aocu2kvtxq] {
    color: #9ca3af;
}

.drop-text[b-aocu2kvtxq] {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #374151;
}

.drop-hint[b-aocu2kvtxq] {
    font-size: 0.8125rem;
    color: #9ca3af;
}

.file-selected[b-aocu2kvtxq] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.file-selected svg[b-aocu2kvtxq] {
    color: #2E2E38;
    flex-shrink: 0;
}

.file-info[b-aocu2kvtxq] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}

.file-name[b-aocu2kvtxq] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #1f2937;
}

.file-size[b-aocu2kvtxq] {
    font-size: 0.75rem;
    color: #6b7280;
}

.file-remove[b-aocu2kvtxq] {
    border: none;
    background: #f3f4f6;
    border-radius: 0.375rem;
    cursor: pointer;
    padding: 0.375rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.file-remove:hover[b-aocu2kvtxq] {
    background: #fef2f2;
    color: #dc2626;
}

/* Markdown Editor */
.markdown-editor-container[b-aocu2kvtxq] {
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 350px;
}

.editor-toolbar[b-aocu2kvtxq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    gap: 1rem;
}

.editor-filename[b-aocu2kvtxq] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
}

.editor-filename label[b-aocu2kvtxq] {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #6b7280;
    white-space: nowrap;
}

.editor-filename input[b-aocu2kvtxq] {
    padding: 0.25rem 0.5rem;
    border: 1px solid #d1d5db;
    border-radius: 0.25rem;
    font-size: 0.8125rem;
    width: 200px;
    font-family: monospace;
}

.editor-filename input:focus[b-aocu2kvtxq] {
    outline: none;
    border-color: #2E2E38;
}

.editor-tabs[b-aocu2kvtxq] {
    display: flex;
    gap: 0;
    background: #e5e7eb;
    border-radius: 0.375rem;
    padding: 0.125rem;
}

.editor-tab[b-aocu2kvtxq] {
    padding: 0.25rem 0.75rem;
    border: none;
    background: transparent;
    border-radius: 0.25rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.15s;
}

.editor-tab:hover[b-aocu2kvtxq] {
    color: #374151;
}

.editor-tab.active[b-aocu2kvtxq] {
    background: white;
    color: #1f2937;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.editor-content[b-aocu2kvtxq] {
    flex: 1;
    display: flex;
    min-height: 0;
}

.editor-content.split[b-aocu2kvtxq] {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.editor-content.split .editor-preview-pane[b-aocu2kvtxq] {
    border-left: 1px solid #e5e7eb;
}

.editor-write-pane[b-aocu2kvtxq] {
    display: flex;
    flex: 1;
    min-height: 0;
}

.markdown-textarea[b-aocu2kvtxq] {
    width: 100%;
    height: 100%;
    min-height: 300px;
    padding: 1rem;
    border: none;
    resize: none;
    font-family: 'Cascadia Code', 'Fira Code', 'JetBrains Mono', monospace;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #1f2937;
    background: white;
}

.markdown-textarea:focus[b-aocu2kvtxq] {
    outline: none;
}

.markdown-textarea[b-aocu2kvtxq]::placeholder {
    color: #9ca3af;
}

.editor-preview-pane[b-aocu2kvtxq] {
    padding: 1rem;
    overflow-y: auto;
    background: #fafafa;
    flex: 1;
}

.preview-placeholder[b-aocu2kvtxq] {
    color: #9ca3af;
    font-style: italic;
    font-size: 0.875rem;
}

/* Reuse markdown-content styles from DocumentViewer */
.editor-preview-pane .markdown-content[b-aocu2kvtxq] {
    font-size: 0.875rem;
    line-height: 1.7;
    color: #1f2937;
}

.editor-preview-pane .markdown-content h1[b-aocu2kvtxq] {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 1rem 0 0.5rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #e5e7eb;
}

.editor-preview-pane .markdown-content h2[b-aocu2kvtxq] {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 1rem 0 0.5rem;
}

.editor-preview-pane .markdown-content h3[b-aocu2kvtxq] {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0.75rem 0 0.5rem;
}

.editor-preview-pane .markdown-content p[b-aocu2kvtxq] {
    margin: 0 0 0.75rem;
}

.editor-preview-pane .markdown-content code[b-aocu2kvtxq] {
    background: #f3f4f6;
    padding: 0.125rem 0.375rem;
    border-radius: 0.25rem;
    font-size: 0.8125rem;
}

.editor-preview-pane .markdown-content pre[b-aocu2kvtxq] {
    background: #1f2937;
    color: #e5e7eb;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    overflow-x: auto;
    margin: 0.75rem 0;
}

.editor-preview-pane .markdown-content pre code[b-aocu2kvtxq] {
    background: none;
    padding: 0;
    color: inherit;
}

.editor-preview-pane .markdown-content ul[b-aocu2kvtxq],
.editor-preview-pane .markdown-content ol[b-aocu2kvtxq] {
    margin: 0 0 0.75rem 1.5rem;
}

.editor-preview-pane .markdown-content blockquote[b-aocu2kvtxq] {
    border-left: 3px solid #d1d5db;
    padding-left: 1rem;
    margin: 0.75rem 0;
    color: #6b7280;
}

.editor-preview-pane .markdown-content table[b-aocu2kvtxq] {
    border-collapse: collapse;
    width: 100%;
    margin: 0.75rem 0;
}

.editor-preview-pane .markdown-content th[b-aocu2kvtxq],
.editor-preview-pane .markdown-content td[b-aocu2kvtxq] {
    border: 1px solid #e5e7eb;
    padding: 0.5rem 0.75rem;
    text-align: left;
    font-size: 0.8125rem;
}

.editor-preview-pane .markdown-content th[b-aocu2kvtxq] {
    background: #f9fafb;
    font-weight: 600;
}

/* Buttons */
.btn-primary[b-aocu2kvtxq] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    background: #2E2E38;
    color: white;
    border: none;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-primary:hover:not(:disabled)[b-aocu2kvtxq] {
    background: #23232F;
}

.btn-primary:disabled[b-aocu2kvtxq] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-secondary[b-aocu2kvtxq] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    background: white;
    color: #374151;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-secondary:hover:not(:disabled)[b-aocu2kvtxq] {
    background: #f9fafb;
    border-color: #9ca3af;
}

.btn-secondary:disabled[b-aocu2kvtxq] {
    opacity: 0.5;
    cursor: not-allowed;
}

.spinner[b-aocu2kvtxq] {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-aocu2kvtxq 0.6s linear infinite;
}

@keyframes spin-b-aocu2kvtxq {
    to { transform: rotate(360deg); }
}
/* /Components/Pages/Documents/DocumentViewer.razor.rz.scp.css */
/* Document Viewer Styles */
.document-viewer[b-r2gw9w0tc6] {
    animation: fadeIn-b-r2gw9w0tc6 0.3s ease-in;
}

/* Toolbar */
.document-toolbar[b-r2gw9w0tc6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.25rem 0.5rem;
    background: #f8f9fa;
    border: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 10;
}

.export-error-banner[b-r2gw9w0tc6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #991b1b;
    font-size: 0.875rem;
    animation: fadeIn-b-r2gw9w0tc6 0.2s ease-in;
}

.export-error-banner svg[b-r2gw9w0tc6] {
    flex-shrink: 0;
    color: #dc2626;
}

.export-error-banner span[b-r2gw9w0tc6] {
    flex: 1;
}

.export-error-dismiss[b-r2gw9w0tc6] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.125rem;
    color: #991b1b;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.export-error-dismiss:hover[b-r2gw9w0tc6] {
    background: #fee2e2;
}

.toolbar-left[b-r2gw9w0tc6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    min-width: 0;
}

.toolbar-right[b-r2gw9w0tc6] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    flex-shrink: 0;
}

.toolbar-separator[b-r2gw9w0tc6] {
    width: 1px;
    height: 1.25rem;
    background: #d1d5db;
    flex-shrink: 0;
}

.toolbar-btn[b-r2gw9w0tc6] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.35rem 0.625rem;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    font-size: 0.8rem;
    color: #4b5563;
    cursor: pointer;
    transition: background-color 0.15s, border-color 0.15s, color 0.15s;
    white-space: nowrap;
    flex-shrink: 0;
}

.toolbar-btn:hover[b-r2gw9w0tc6] {
    background: #e5e7eb;
    color: #1f2937;
}

.toolbar-btn svg[b-r2gw9w0tc6] {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

.toolbar-btn-label[b-r2gw9w0tc6] {
    font-size: 0.8rem;
}

.toolbar-search[b-r2gw9w0tc6] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    flex: 1;
    min-width: 0;
    padding: 0.25rem 0.5rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    background: transparent;
    transition: border-color 0.2s, background-color 0.2s;
}

.toolbar-search:focus-within[b-r2gw9w0tc6] {
    border-color: #3b82f6;
    background: white;
}

.toolbar-search .search-icon[b-r2gw9w0tc6] {
    width: 0.875rem;
    height: 0.875rem;
    color: #9ca3af;
    flex-shrink: 0;
}

.toolbar-search-input[b-r2gw9w0tc6] {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 0.8rem;
    color: #1f2937;
    min-width: 0;
}

.toolbar-search-input[b-r2gw9w0tc6]::placeholder {
    color: #9ca3af;
}

.search-match-count[b-r2gw9w0tc6] {
    font-size: 0.7rem;
    color: #6b7280;
    white-space: nowrap;
    padding: 0 0.25rem;
}

.toolbar-icon-btn[b-r2gw9w0tc6] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.375rem;
    height: 1.375rem;
    padding: 0;
    border: none;
    background: transparent;
    color: #6b7280;
    cursor: pointer;
    border-radius: 0.25rem;
    transition: background-color 0.15s, color 0.15s;
    flex-shrink: 0;
}

.toolbar-icon-btn:hover:not(:disabled)[b-r2gw9w0tc6] {
    background: #e5e7eb;
    color: #1f2937;
}

.toolbar-icon-btn:disabled[b-r2gw9w0tc6] {
    opacity: 0.4;
    cursor: default;
}

.toolbar-icon-btn svg[b-r2gw9w0tc6] {
    width: 0.8rem;
    height: 0.8rem;
}

.document-header[b-r2gw9w0tc6] {
    border-bottom: 2px solid #e1e4e8;
    padding: 1.5rem;
}

.document-header h1[b-r2gw9w0tc6] {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 0.75rem 0;
    color: #1f2937;
}

.document-meta[b-r2gw9w0tc6] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.document-meta span[b-r2gw9w0tc6] {
    display: inline-flex;
    align-items: center;
}

.document-path[b-r2gw9w0tc6] {
    font-weight: 500;
    color: #4b5563;
}

.document-content[b-r2gw9w0tc6] {
    min-height: 400px;
    padding: 1.5rem;
}

.document-error[b-r2gw9w0tc6] {
    padding: 2rem;
    text-align: center;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 0.5rem;
    color: #991b1b;
}

/* Markdown Content Styles */
.markdown-content[b-r2gw9w0tc6] {
    line-height: 1.7;
    font-size: 1rem;
    color: #374151;
}

/* Use ::deep to apply styles to dynamically rendered markdown content */
.markdown-content[b-r2gw9w0tc6]  h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #1f2937;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 0.5rem;
}

.markdown-content[b-r2gw9w0tc6]  h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #1f2937;
}

.markdown-content[b-r2gw9w0tc6]  h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #1f2937;
}

.markdown-content[b-r2gw9w0tc6]  h4,
.markdown-content[b-r2gw9w0tc6]  h5,
.markdown-content[b-r2gw9w0tc6]  h6 {
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: #374151;
}

.markdown-content[b-r2gw9w0tc6]  p {
    margin-bottom: 1rem;
}

.markdown-content[b-r2gw9w0tc6]  a {
    color: #3b82f6;
    text-decoration: none;
}

.markdown-content[b-r2gw9w0tc6]  a:hover {
    text-decoration: underline;
}

.markdown-content[b-r2gw9w0tc6]  ul,
.markdown-content[b-r2gw9w0tc6]  ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.markdown-content[b-r2gw9w0tc6]  li {
    margin-bottom: 0.5rem;
}

.markdown-content[b-r2gw9w0tc6]  code {
    background: #f3f4f6;
    padding: 0.2rem 0.4rem;
    border-radius: 0.25rem;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.875rem;
    color: #1f2937;
}

.markdown-content[b-r2gw9w0tc6]  .copy-button {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 0.4rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.375rem;
    color: #9ca3af;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s, background 0.2s, color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.markdown-content[b-r2gw9w0tc6]  pre:hover .copy-button {
    opacity: 1;
}

.markdown-content[b-r2gw9w0tc6]  .copy-button:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.markdown-content[b-r2gw9w0tc6]  .copy-button.copied {
    color: #22c55e;
    background: rgba(34, 197, 94, 0.2);
    border-color: rgba(34, 197, 94, 0.3);
}

.markdown-content[b-r2gw9w0tc6]  pre {
    background: #1f2937;
    color: #f9fafb;
    padding: 1rem;
    border-radius: 0.5rem;
    overflow-x: auto;
    margin-bottom: 1rem;
}

.markdown-content[b-r2gw9w0tc6]  pre code {
    background: transparent;
    padding: 0;
    color: inherit;
    font-size: 0.875rem;
}

.markdown-content[b-r2gw9w0tc6]  blockquote {
    border-left: 4px solid #e5e7eb;
    padding-left: 1rem;
    margin: 1rem 0;
    color: #6b7280;
    font-style: italic;
}

.markdown-content[b-r2gw9w0tc6]  table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

.markdown-content[b-r2gw9w0tc6]  th,
.markdown-content[b-r2gw9w0tc6]  td {
    border: 1px solid #e5e7eb;
    padding: 0.5rem;
    text-align: left;
}

.markdown-content[b-r2gw9w0tc6]  th {
    background: #f9fafb;
    font-weight: 600;
}

.markdown-content[b-r2gw9w0tc6]  tr:nth-child(even) {
    background: #f9fafb;
}

.markdown-content[b-r2gw9w0tc6]  img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 1rem 0;
}

.markdown-content[b-r2gw9w0tc6]  hr {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 2rem 0;
}

/* Task Lists */
.markdown-content[b-r2gw9w0tc6]  .task-list-item {
    list-style: none;
    margin-left: -1.5rem;
    padding-left: 0;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.markdown-content[b-r2gw9w0tc6]  .task-checkbox {
    width: 1.1rem;
    height: 1.1rem;
    margin-top: 0.2rem;
    accent-color: #3b82f6;
    cursor: pointer;
    flex-shrink: 0;
}

.markdown-content[b-r2gw9w0tc6]  .task-completed {
    color: #9ca3af;
    text-decoration: line-through;
}

/* Mermaid Diagrams */
.markdown-content[b-r2gw9w0tc6]  .mermaid-diagram {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1rem;
    margin: 1rem 0;
    overflow-x: auto;
    text-align: center;
}

.markdown-content[b-r2gw9w0tc6]  .mermaid-diagram svg {
    max-width: 100%;
    height: auto;
}

.markdown-content[b-r2gw9w0tc6]  .mermaid-error {
    color: #dc2626;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 0.375rem;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
}

/* HTML Viewer */
.html-viewer[b-r2gw9w0tc6] {
    width: 100%;
    height: calc(100vh - 250px);
    min-height: 600px;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    background: #fff;
}

/* PDF Viewer */
.pdf-viewer[b-r2gw9w0tc6] {
    width: 100%;
    height: calc(100vh - 250px);
    min-height: 600px;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
}

/* Fade-in animation */
@keyframes fadeIn-b-r2gw9w0tc6 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Document Search Highlights */
[b-r2gw9w0tc6] .doc-search-highlight {
    background-color: #fef08a;
    padding: 1px 0;
    border-radius: 2px;
    scroll-margin-top: 100px;
}

[b-r2gw9w0tc6] .doc-search-highlight.current-match {
    background-color: #f97316;
    color: white;
    box-shadow: 0 0 0 2px #f97316;
}

/* Search Highlight (from URL query) */
.search-highlight[b-r2gw9w0tc6] {
    background-color: #fef08a;
    padding: 2px 0;
    border-radius: 2px;
    scroll-margin-top: 100px;
}

.search-highlight.first-match[b-r2gw9w0tc6] {
    background-color: #fbbf24;
    box-shadow: 0 0 0 2px #fbbf24;
}

/* Responsive */
@media (max-width: 768px) {
    .document-toolbar[b-r2gw9w0tc6] {
        flex-wrap: wrap;
    }

    .toolbar-btn-label[b-r2gw9w0tc6] {
        display: none;
    }

    .document-header h1[b-r2gw9w0tc6] {
        font-size: 1.5rem;
    }
    
    .document-meta[b-r2gw9w0tc6] {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .pdf-viewer[b-r2gw9w0tc6] {
        height: 500px;
    }
}
/* /Components/Pages/Guides/GuideBreadcrumb.razor.rz.scp.css */
.guide-breadcrumb ol[b-4keu9348qo] {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem 0;
    flex-wrap: wrap;
    gap: 0.15rem;
}

.guide-breadcrumb li[b-4keu9348qo] {
    display: flex;
    align-items: center;
    gap: 0.15rem;
}

.breadcrumb-link[b-4keu9348qo] {
    background: none;
    border: none;
    font-size: 0.825rem;
    color: #2563eb;
    cursor: pointer;
    padding: 0;
}

.breadcrumb-link:hover[b-4keu9348qo] {
    text-decoration: underline;
}

.breadcrumb-current[b-4keu9348qo] {
    font-size: 0.825rem;
    color: #6b7280;
}

.breadcrumb-sep[b-4keu9348qo] {
    font-size: 0.75rem;
    color: #d1d5db;
    margin: 0 0.25rem;
}
/* /Components/Pages/Guides/GuidePageViewer.razor.rz.scp.css */
.guide-page[b-9an2ayyu2a] {
    max-width: 800px;
    margin: 0 auto;
}

.guide-page-header h1[b-9an2ayyu2a] {
    font-size: 2rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
}

.guide-page-description[b-9an2ayyu2a] {
    font-size: 1.05rem;
    color: #6b7280;
    margin: 0 0 0.75rem 0;
}

.guide-page-meta[b-9an2ayyu2a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 1.5rem;
}

.guide-page-date[b-9an2ayyu2a] {
    font-size: 0.8rem;
    color: #9ca3af;
}

.guide-page-actions[b-9an2ayyu2a] {
    display: flex;
    gap: 0.5rem;
}

.btn-export[b-9an2ayyu2a] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.3rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: #4b5563;
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.15s;
}

.btn-export:hover[b-9an2ayyu2a] {
    background: #e5e7eb;
}

/* Markdown body */
.markdown-body[b-9an2ayyu2a] {
    font-size: 1rem;
    line-height: 1.7;
    color: #1f2937;
}

.markdown-body[b-9an2ayyu2a]  h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 2rem 0 0.75rem 0;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #e5e7eb;
}

.markdown-body[b-9an2ayyu2a]  h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 1.5rem 0 0.5rem 0;
}

.markdown-body[b-9an2ayyu2a]  p {
    margin: 0.75rem 0;
}

.markdown-body[b-9an2ayyu2a]  a {
    color: #2563eb;
    text-decoration: none;
}

.markdown-body[b-9an2ayyu2a]  a:hover {
    text-decoration: underline;
}

.markdown-body[b-9an2ayyu2a]  code {
    background: #f3f4f6;
    padding: 0.15rem 0.35rem;
    border-radius: 3px;
    font-size: 0.875em;
    font-family: 'Consolas', 'Monaco', monospace;
}

.markdown-body[b-9an2ayyu2a]  pre {
    background: #1f2937;
    color: #e5e7eb;
    padding: 1rem;
    border-radius: 6px;
    overflow-x: auto;
    margin: 1rem 0;
}

.markdown-body[b-9an2ayyu2a]  pre code {
    background: transparent;
    padding: 0;
    color: inherit;
    font-size: 0.85rem;
}

.markdown-body[b-9an2ayyu2a]  table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}

.markdown-body[b-9an2ayyu2a]  th,
.markdown-body[b-9an2ayyu2a]  td {
    border: 1px solid #d1d5db;
    padding: 0.5rem 0.75rem;
    text-align: left;
    font-size: 0.9rem;
}

.markdown-body[b-9an2ayyu2a]  th {
    background: #f9fafb;
    font-weight: 600;
}

.markdown-body[b-9an2ayyu2a]  blockquote {
    border-left: 3px solid #d1d5db;
    padding-left: 1rem;
    margin: 1rem 0;
    color: #6b7280;
}

.markdown-body[b-9an2ayyu2a]  img {
    max-width: 100%;
    border-radius: 6px;
    margin: 1rem 0;
}

.markdown-body[b-9an2ayyu2a]  ul,
.markdown-body[b-9an2ayyu2a]  ol {
    padding-left: 1.5rem;
    margin: 0.75rem 0;
}

.markdown-body[b-9an2ayyu2a]  li {
    margin: 0.25rem 0;
}

.markdown-body[b-9an2ayyu2a]  hr {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 2rem 0;
}

/* Prev / Next navigation */
.guide-page-nav[b-9an2ayyu2a] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.page-nav-link[b-9an2ayyu2a] {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    text-decoration: none;
    transition: border-color 0.15s;
}

.page-nav-link:hover[b-9an2ayyu2a] {
    border-color: #2E2E38;
}

.page-nav-link.next[b-9an2ayyu2a] {
    text-align: right;
}

.page-nav-label[b-9an2ayyu2a] {
    font-size: 0.75rem;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.page-nav-title[b-9an2ayyu2a] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #1f2937;
    margin-top: 0.2rem;
}
/* /Components/Pages/Guides/Guides.razor.rz.scp.css */
.guides-layout[b-dsouo8hbtw] {
    display: grid;
    grid-template-columns: 280px 1fr 220px;
    grid-template-rows: 1fr;
    height: 100vh;
    overflow: hidden;
}

.guides-sidebar[b-dsouo8hbtw] {
    background: #f8f9fa;
    border-right: 1px solid #e1e4e8;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.guides-content[b-dsouo8hbtw] {
    overflow-y: auto;
    padding: 2rem;
    background: #fff;
}

.guides-toc[b-dsouo8hbtw] {
    background: #f8f9fa;
    border-left: 1px solid #e1e4e8;
    overflow-y: auto;
    padding: 1.5rem 1rem;
}

.guides-loading[b-dsouo8hbtw] {
    padding: 2rem;
    text-align: center;
    color: #6b7280;
}

/* Search results in sidebar */
.search-results-list[b-dsouo8hbtw] {
    padding: 0.5rem;
}

.search-results-header[b-dsouo8hbtw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
    color: #6b7280;
}

.search-clear-btn[b-dsouo8hbtw] {
    background: none;
    border: none;
    color: #2E2E38;
    font-size: 0.8rem;
    cursor: pointer;
    text-decoration: underline;
}

.search-result-item[b-dsouo8hbtw] {
    padding: 0.6rem 0.75rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.15s;
}

.search-result-item:hover[b-dsouo8hbtw] {
    background: #e5e7eb;
}

.search-result-item.active[b-dsouo8hbtw] {
    background: #2E2E38;
    color: #fff;
}

.search-result-item.active .search-result-category[b-dsouo8hbtw] {
    color: #d1d5db;
}

.search-result-title[b-dsouo8hbtw] {
    font-size: 0.875rem;
    font-weight: 500;
}

.search-result-category[b-dsouo8hbtw] {
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 2px;
}

.search-empty[b-dsouo8hbtw] {
    padding: 1rem;
    text-align: center;
    color: #9ca3af;
    font-size: 0.875rem;
}

/* Home page */
.guides-home[b-dsouo8hbtw] {
    max-width: 800px;
    margin: 0 auto;
}

.guides-home h1[b-dsouo8hbtw] {
    font-size: 2rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.guides-home-subtitle[b-dsouo8hbtw] {
    font-size: 1.125rem;
    color: #6b7280;
    margin-bottom: 2.5rem;
}

.guides-categories-grid[b-dsouo8hbtw] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
    margin-bottom: 3rem;
}

.category-card[b-dsouo8hbtw] {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.5rem;
    cursor: pointer;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.category-card:hover[b-dsouo8hbtw] {
    border-color: #2E2E38;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.category-card-icon[b-dsouo8hbtw] {
    color: #2E2E38;
    margin-bottom: 0.75rem;
}

.category-card h3[b-dsouo8hbtw] {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 0.25rem 0;
}

.category-card p[b-dsouo8hbtw] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
}

/* Recent pages */
.guides-recent h2[b-dsouo8hbtw] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
}

.recent-pages-list[b-dsouo8hbtw] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.recent-page-item[b-dsouo8hbtw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f3f4f6;
    cursor: pointer;
    transition: background 0.15s;
}

.recent-page-item:hover[b-dsouo8hbtw] {
    background: #f9fafb;
}

.recent-page-title[b-dsouo8hbtw] {
    font-size: 0.9rem;
    color: #1f2937;
    font-weight: 500;
}

.recent-page-date[b-dsouo8hbtw] {
    font-size: 0.8rem;
    color: #9ca3af;
}

/* Not found */
.guides-not-found[b-dsouo8hbtw] {
    text-align: center;
    padding: 4rem 2rem;
}

.guides-not-found h2[b-dsouo8hbtw] {
    font-size: 1.5rem;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.guides-not-found p[b-dsouo8hbtw] {
    color: #6b7280;
    margin-bottom: 1.5rem;
}

.guides-not-found code[b-dsouo8hbtw] {
    background: #f3f4f6;
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    font-size: 0.875rem;
}

.btn-primary[b-dsouo8hbtw] {
    background-color: #2E2E38;
    color: white;
    border: 1px solid #2E2E38;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
}

.btn-primary:hover[b-dsouo8hbtw] {
    background-color: #1a1a20;
}

/* Responsive */
@media (max-width: 1024px) {
    .guides-layout[b-dsouo8hbtw] {
        grid-template-columns: 280px 1fr;
    }

    .guides-toc[b-dsouo8hbtw] {
        display: none;
    }
}

@media (max-width: 768px) {
    .guides-layout[b-dsouo8hbtw] {
        grid-template-columns: 1fr;
    }

    .guides-sidebar[b-dsouo8hbtw] {
        display: none;
    }
}
/* /Components/Pages/Guides/GuideSearchBar.razor.rz.scp.css */
.guide-search-bar[b-8qm0xdz8nu] {
    padding: 0.75rem;
    border-bottom: 1px solid #e1e4e8;
}

.search-input-wrapper[b-8qm0xdz8nu] {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 0.4rem 0.6rem;
    transition: border-color 0.15s;
}

.search-input-wrapper:focus-within[b-8qm0xdz8nu] {
    border-color: #2E2E38;
}

.search-icon[b-8qm0xdz8nu] {
    color: #9ca3af;
    flex-shrink: 0;
    margin-right: 0.4rem;
}

.search-input[b-8qm0xdz8nu] {
    flex: 1;
    border: none;
    outline: none;
    font-size: 0.85rem;
    color: #1f2937;
    background: transparent;
}

.search-input[b-8qm0xdz8nu]::placeholder {
    color: #9ca3af;
}

.search-clear[b-8qm0xdz8nu] {
    background: none;
    border: none;
    cursor: pointer;
    color: #9ca3af;
    padding: 0;
    display: flex;
    align-items: center;
}

.search-clear:hover[b-8qm0xdz8nu] {
    color: #4b5563;
}
/* /Components/Pages/Guides/GuidesNav.razor.rz.scp.css */
.guides-nav[b-deo8xgs7ul] {
    padding: 0.5rem 0;
}
/* /Components/Pages/Guides/GuidesNavSection.razor.rz.scp.css */
.nav-section[b-0yyj4432od] {
    margin-bottom: 0.25rem;
}

.nav-section-header[b-0yyj4432od] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.6rem 1rem;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 600;
    color: #1f2937;
    text-align: left;
    gap: 0.4rem;
    transition: background 0.15s;
}

.nav-section-header:hover[b-0yyj4432od] {
    background: #e5e7eb;
}

.nav-chevron[b-0yyj4432od] {
    transition: transform 0.2s;
    flex-shrink: 0;
}

.nav-section-header.expanded .nav-chevron[b-0yyj4432od] {
    transform: rotate(90deg);
}

.nav-section-title[b-0yyj4432od] {
    flex: 1;
}

.nav-section-count[b-0yyj4432od] {
    font-size: 0.7rem;
    font-weight: 400;
    color: #9ca3af;
    background: #e5e7eb;
    padding: 0.1rem 0.4rem;
    border-radius: 8px;
}

.nav-section-pages[b-0yyj4432od] {
    display: flex;
    flex-direction: column;
}

.nav-page-link[b-0yyj4432od] {
    display: block;
    width: 100%;
    padding: 0.45rem 1rem 0.45rem 2.4rem;
    background: none;
    border: none;
    text-align: left;
    font-size: 0.825rem;
    color: #4b5563;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    border-left: 2px solid transparent;
}

.nav-page-link:hover[b-0yyj4432od] {
    background: #e5e7eb;
    color: #1f2937;
}

.nav-page-link.active[b-0yyj4432od] {
    background: #2E2E38;
    color: #fff;
    border-left-color: #2E2E38;
    font-weight: 500;
}
/* /Components/Pages/Guides/GuideTableOfContents.razor.rz.scp.css */
.guide-toc-nav[b-vckwy3p6o2] {
    position: sticky;
    top: 1.5rem;
}

.toc-title[b-vckwy3p6o2] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 0.75rem 0;
}

.toc-list[b-vckwy3p6o2] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc-item[b-vckwy3p6o2] {
    margin: 0;
}

.toc-item a[b-vckwy3p6o2] {
    display: block;
    padding: 0.3rem 0.5rem;
    font-size: 0.8rem;
    color: #6b7280;
    text-decoration: none;
    border-left: 2px solid transparent;
    transition: color 0.15s, border-color 0.15s;
}

.toc-item a:hover[b-vckwy3p6o2] {
    color: #1f2937;
}

.toc-item.active a[b-vckwy3p6o2] {
    color: #2E2E38;
    border-left-color: #2E2E38;
    font-weight: 500;
}

.toc-item.toc-sub a[b-vckwy3p6o2] {
    padding-left: 1.25rem;
    font-size: 0.775rem;
}
/* /Components/Pages/Guides/GuideTags.razor.rz.scp.css */
.guide-tags[b-aft2ze3v3g] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1.5rem;
}

.guide-tag-chip[b-aft2ze3v3g] {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.6rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #2E2E38;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
}

.guide-tag-chip:hover[b-aft2ze3v3g] {
    background: #e5e7eb;
    border-color: #2E2E38;
}
/* /Components/Pages/KnowledgeAreaRequests.razor.rz.scp.css */
.admin-knowledge-areas-page[b-isg1f58810] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-isg1f58810] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.page-header h1[b-isg1f58810] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    flex: 1;
}

.knowledge-areas-table-container[b-isg1f58810] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.knowledge-areas-table[b-isg1f58810] {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

.knowledge-areas-table thead[b-isg1f58810] {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
}

.knowledge-areas-table th[b-isg1f58810] {
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: #495057;
}

.knowledge-areas-table td[b-isg1f58810] {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.knowledge-areas-table td:last-child[b-isg1f58810] {
    text-align: right;
}

.knowledge-areas-table tr:hover[b-isg1f58810] {
    background-color: #f8f9fa;
}

.status-badge.inactive[b-isg1f58810] {
    background-color: #f8d7da;
    color: #721c24;
}

.no-data[b-isg1f58810] {
    padding: 3rem;
    text-align: center;
    color: #6c757d;
}

.loading[b-isg1f58810],
.error-message[b-isg1f58810] {
    text-align: center;
    padding: 3rem;
}

.error-message[b-isg1f58810] {
    color: #721c24;
    background-color: #f8d7da;
    border-radius: 4px;
}

.btn[b-isg1f58810] {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
    border: 1px solid transparent;
}

.btn-primary[b-isg1f58810] {
    background-color: #2E2E38;
    color: white;
    border-color: #2E2E38;
}

.btn-primary:hover:not(:disabled)[b-isg1f58810] {
    background-color: #1a1a20;
    border-color: #1a1a20;
}

.btn-secondary[b-isg1f58810] {
    background-color: #FFFFFF;
    color: #2E2E38;
    border: 1px solid #C3C3CB;
}

.btn-secondary:hover:not(:disabled)[b-isg1f58810] {
    background-color: #f8f9fa;
    border-color: #9897A6;
}

.btn-sm[b-isg1f58810] {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
}

.btn:disabled[b-isg1f58810] {
    background-color: #9897A6;
    color: #ffffff;
    border-color: #9897A6;
    cursor: not-allowed;
    opacity: 1;
}

.status-approved[b-isg1f58810] {
    color: #1f983a;
    font-weight: bold;
}

.status-rejected[b-isg1f58810] {
    color: #b11927;
    font-weight: bold;
}

.status-pending[b-isg1f58810] {
    font-weight: bold;
}
/* /Components/Pages/KnowledgeAreaRequestsCreate.razor.rz.scp.css */
.admin-knowledge-areas-page[b-atwlp0etc5] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-atwlp0etc5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.page-header h1[b-atwlp0etc5] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    flex: 1;
}

.status-badge[b-atwlp0etc5] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 500;
}

.success-message[b-atwlp0etc5],
.error-message[b-atwlp0etc5] {
    text-align: center;
    padding: 3rem;
}

.success-message[b-atwlp0etc5] {
    color: #155724;
    background-color: #d4edda;
    border-radius: 4px;
}

.error-message[b-atwlp0etc5] {
    margin-top: 0.5rem;
    color: #721c24;
    background-color: #f8d7da;
    border-radius: 4px;
}

.btn[b-atwlp0etc5] {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
    border: 1px solid transparent;
}

.btn-primary[b-atwlp0etc5] {
    background-color: #2E2E38;
    color: white;
    border-color: #2E2E38;
}

.btn-primary:hover:not(:disabled)[b-atwlp0etc5] {
    background-color: #1a1a20;
    border-color: #1a1a20;
}

.btn-secondary[b-atwlp0etc5] {
    background-color: #FFFFFF;
    color: #2E2E38;
    border: 1px solid #C3C3CB;
}

.btn-secondary:hover:not(:disabled)[b-atwlp0etc5] {
    background-color: #f8f9fa;
    border-color: #9897A6;
}

.btn-sm[b-atwlp0etc5] {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
}

.btn:disabled[b-atwlp0etc5] {
    background-color: #9897A6;
    color: #ffffff;
    border-color: #9897A6;
    cursor: not-allowed;
    opacity: 1;
}

.request-form-container[b-atwlp0etc5] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

.knowledge-request-input[b-atwlp0etc5] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

.knowledge-request-group[b-atwlp0etc5] {
    margin-bottom: 1rem;
}

.knowledge-request-group label[b-atwlp0etc5] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #495057;
}
/* /Components/Pages/Privacy.razor.rz.scp.css */
/* Styles are in the shared PlaceholderPage component */
/* /Components/Pages/Profile.razor.rz.scp.css */
/* Styles are in the shared PlaceholderPage component */
/* /Components/Pages/Settings.razor.rz.scp.css */
/* Styles are in the shared PlaceholderPage component */
/* /Components/Shared/PlaceholderPage.razor.rz.scp.css */
.placeholder-page[b-l6tijwoybl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 64px 32px;
}

.placeholder-card[b-l6tijwoybl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 48px;
    border: 1px dashed var(--theme-neutral-300, #C3C3CB);
    border-radius: 12px;
    background: var(--theme-neutral-25, #F9F9FA);
    max-width: 480px;
    width: 100%;
}

.placeholder-icon[b-l6tijwoybl] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--theme-neutral-100, #E6E6E9);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: var(--theme-neutral-700, #656579);
}

.placeholder-title[b-l6tijwoybl] {
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-neutral-900, #2E2E38);
    margin: 0 0 8px 0;
}

.placeholder-text[b-l6tijwoybl] {
    font-size: 14px;
    color: var(--theme-neutral-600, #7F7F91);
    margin: 0 0 4px 0;
}

.placeholder-subtext[b-l6tijwoybl] {
    font-size: 13px;
    color: var(--theme-neutral-500, #9897A6);
    margin: 0;
}
/* /Components/Shared/RagInfoModal.razor.rz.scp.css */
.modal-overlay[b-sqpfhduban] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.modal-content[b-sqpfhduban] {
    background: white;
    border-radius: 0.75rem;
    max-width: 700px;
    width: 100%;
    max-height: 85vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.modal-close[b-sqpfhduban] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    border: none;
    background: #f3f4f6;
    border-radius: 0.375rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    transition: all 0.2s;
    z-index: 10;
}

.modal-close:hover[b-sqpfhduban] {
    background: #e5e7eb;
    color: #1f2937;
}

.modal-close svg[b-sqpfhduban] {
    width: 1.25rem;
    height: 1.25rem;
}

.modal-body[b-sqpfhduban] {
    padding: 2rem;
    overflow-y: auto;
}

.modal-body h1[b-sqpfhduban] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 1rem 0;
    padding-right: 2rem;
}

.modal-body h2[b-sqpfhduban] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin: 1.5rem 0 1rem 0;
}

.modal-body h3[b-sqpfhduban] {
    font-size: 1rem;
    font-weight: 600;
    color: #374151;
    margin: 1.25rem 0 0.75rem 0;
}

.modal-body p[b-sqpfhduban] {
    color: #4b5563;
    line-height: 1.6;
    margin: 0 0 1rem 0;
}

.intro[b-sqpfhduban] {
    font-size: 1.05rem;
}

.process-list[b-sqpfhduban] {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.process-list li[b-sqpfhduban] {
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

.process-list strong[b-sqpfhduban] {
    color: #1f2937;
}

.info-box[b-sqpfhduban] {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
}

.info-box h3[b-sqpfhduban] {
    color: #1e40af;
    margin: 0 0 0.75rem 0;
}

.info-box ul[b-sqpfhduban] {
    margin: 0;
    padding-left: 1.25rem;
}

.info-box li[b-sqpfhduban] {
    color: #1e40af;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.info-box li:last-child[b-sqpfhduban] {
    margin-bottom: 0;
}

hr[b-sqpfhduban] {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 1.5rem 0;
}

/* Examples */
.example[b-sqpfhduban] {
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    overflow: hidden;
}

.example.good[b-sqpfhduban] {
    border: 1px solid #86efac;
    background: #f0fdf4;
}

.example.poor[b-sqpfhduban] {
    border: 1px solid #fca5a5;
    background: #fef2f2;
}

.example-header[b-sqpfhduban] {
    padding: 0.5rem 1rem;
}

.example-badge[b-sqpfhduban] {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.example-badge.good[b-sqpfhduban] {
    background: #22c55e;
    color: white;
}

.example-badge.poor[b-sqpfhduban] {
    background: #ef4444;
    color: white;
}

.example-content[b-sqpfhduban] {
    background: white;
    padding: 1rem;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.example.good .example-content[b-sqpfhduban] {
    border-color: #86efac;
}

.example.poor .example-content[b-sqpfhduban] {
    border-color: #fca5a5;
}

.example-content strong[b-sqpfhduban] {
    display: block;
    margin-bottom: 0.5rem;
    color: #1f2937;
}

.example-content p[b-sqpfhduban] {
    margin: 0;
    font-size: 0.9rem;
}

.example-reason[b-sqpfhduban] {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
}

.example.good .example-reason[b-sqpfhduban] {
    color: #166534;
}

.example.poor .example-reason[b-sqpfhduban] {
    color: #991b1b;
}

/* Tips Table */
.tips-table[b-sqpfhduban] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    margin: 1rem 0;
}

.tips-table th[b-sqpfhduban] {
    padding: 0.75rem 1rem;
    text-align: left;
    font-weight: 600;
}

.tips-table .do-column[b-sqpfhduban] {
    background: #f0fdf4;
    color: #166534;
    border-bottom: 2px solid #22c55e;
}

.tips-table .avoid-column[b-sqpfhduban] {
    background: #fef2f2;
    color: #991b1b;
    border-bottom: 2px solid #ef4444;
}

.tips-table td[b-sqpfhduban] {
    padding: 0.6rem 1rem;
    border-bottom: 1px solid #e5e7eb;
    color: #4b5563;
}

.tips-table tr:last-child td[b-sqpfhduban] {
    border-bottom: none;
}

.tips-table td:first-child[b-sqpfhduban] {
    background: #fafff9;
}

.tips-table td:last-child[b-sqpfhduban] {
    background: #fffafa;
}

/* Questions Section */
.questions-section[b-sqpfhduban] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 1rem;
}

.questions-column h3[b-sqpfhduban] {
    margin-top: 0;
}

.question-list[b-sqpfhduban] {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.question-list li[b-sqpfhduban] {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.5rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
}

.question-list.good li[b-sqpfhduban] {
    background: #f0fdf4;
    color: #166534;
    border-left: 3px solid #22c55e;
}

.question-list.poor li[b-sqpfhduban] {
    background: #fef2f2;
    color: #991b1b;
    border-left: 3px solid #ef4444;
}

.hint[b-sqpfhduban] {
    font-size: 0.75rem;
    opacity: 0.8;
    font-style: italic;
}

/* Responsive */
@media (max-width: 640px) {
    .modal-content[b-sqpfhduban] {
        max-height: 90vh;
    }

    .modal-body[b-sqpfhduban] {
        padding: 1.5rem;
    }

    .modal-body h1[b-sqpfhduban] {
        font-size: 1.25rem;
    }

    .questions-section[b-sqpfhduban] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .tips-table[b-sqpfhduban] {
        font-size: 0.8rem;
    }

    .tips-table th[b-sqpfhduban],
    .tips-table td[b-sqpfhduban] {
        padding: 0.5rem 0.75rem;
    }
}
