/* _content/AIAgent.ClientAssembly/Components/Layout/MainLayout.razor.rz.scp.css */
:deep(.sidebar-wrapper)[b-745jigg0ce] {
    transition: all 0.3s;
    z-index: 1000;
}

:deep(main)[b-745jigg0ce] {
    scroll-behavior: smooth;
}
/* _content/AIAgent.ClientAssembly/Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-link[b-cxsswvisul] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    border-radius: var(--border-radius-sm);
    transition: all 0.2s ease-in-out;
    margin-bottom: 0.25rem;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}

.sidebar-link:hover[b-cxsswvisul], .sidebar-link.expanded[b-cxsswvisul] {
    color: #fff;
    background-color: var(--bg-sidebar-hover);
    transform: translateX(4px);
}

.sidebar-link.collapsed-mode:hover[b-cxsswvisul] {
    transform: none;
    background-color: var(--bg-sidebar-hover);
}

.sidebar-link.active[b-cxsswvisul] {
    color: #fff;
    background: var(--gradient-primary);
    box-shadow: 0 4px 12px rgba(14, 165, 233, 0.4);
    font-weight: 600;
}

.sidebar-link i[b-cxsswvisul] {
    transition: transform 0.2s ease;
}

.sidebar-link:hover i[b-cxsswvisul] {
    transform: scale(1.1);
}

.transition-transform[b-cxsswvisul] {
    transition: transform 0.3s ease;
}

.rotate-90[b-cxsswvisul] {
    transform: rotate(90deg);
}

.nav-children[b-cxsswvisul] {
    padding-left: 1rem;
    overflow: hidden;
    animation: slideDown-b-cxsswvisul 0.3s ease-out;
}

@keyframes slideDown-b-cxsswvisul {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sidebar-flyout-backdrop[b-cxsswvisul] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: var(--pc-sidebar-width, 70px);
    z-index: 1040;
    background: transparent;
}

.sidebar-flyout-panel[b-cxsswvisul] {
    position: fixed;
    top: 8px;
    bottom: 8px;
    left: calc(var(--pc-sidebar-width, 70px) + 8px);
    z-index: 1041;
    width: 340px;
    max-width: calc(100vw - (var(--pc-sidebar-width, 70px) + 8px));
    display: flex;
    flex-direction: column;
    background: var(--gradient-sidebar) !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.60);
    backdrop-filter: blur(8px) saturate(1.05);
    -webkit-backdrop-filter: blur(8px) saturate(1.05);
    overflow: hidden;
    container-type: inline-size;
    --flyout-card-text: #ffffff;
    --flyout-card-bg: rgba(255, 255, 255, 0.04);
    --flyout-card-border: rgba(255, 255, 255, 0.14);
    --flyout-card-hover-bg: rgba(255, 255, 255, 0.06);
    --flyout-card-hover-border: rgba(56, 189, 248, 0.30);
}

.sidebar-flyout-header[b-cxsswvisul] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.sidebar-flyout-badge[b-cxsswvisul] {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(56, 189, 248, 0.95);
    text-shadow: 0 0 8px rgba(56, 189, 248, 0.12);
    flex: 0 0 auto;
}

.sidebar-flyout-badge i[b-cxsswvisul] {
    font-size: 16px;
}

.sidebar-flyout-title[b-cxsswvisul] {
    flex: 1 1 auto;
    min-width: 0;
    font-weight: 700;
    color: #ffffff !important;
}

.sidebar-flyout-close[b-cxsswvisul] {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
}

.sidebar-flyout-close:hover[b-cxsswvisul] {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(56, 189, 248, 0.25);
}

.sidebar-flyout-body[b-cxsswvisul] {
    padding: 12px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sidebar-flyout-grid[b-cxsswvisul] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    justify-items: stretch;
}

.sidebar-flyout-grid-item[b-cxsswvisul] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: clamp(76px, 26cqw, 96px);
    padding: 12px 10px;
    border-radius: 14px;
    text-decoration: none;
    color: var(--flyout-card-text);
    background: var(--flyout-card-bg);
    border: 1px solid var(--flyout-card-border);
    backdrop-filter: blur(8px) saturate(1.05);
    -webkit-backdrop-filter: blur(8px) saturate(1.05);
    text-align: center;
    transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease, background .12s ease;
}

@container (max-width: 290px) {
    .sidebar-flyout-grid[b-cxsswvisul] {
        grid-template-columns: minmax(0, 1fr);
        justify-items: stretch;
    }

    .sidebar-flyout-grid-item[b-cxsswvisul] {
        min-height: 84px;
    }
}

.sidebar-flyout-grid-item:hover[b-cxsswvisul] {
    background: var(--flyout-card-hover-bg);
    border-color: var(--flyout-card-hover-border);
    box-shadow: 0 8px 18px rgba(0,0,0,0.42);
    transform: translateY(-1px);
}

.sidebar-flyout-grid-icon-badge[b-cxsswvisul] {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.10);
    flex: 0 0 auto;
}

.sidebar-flyout-grid-icon[b-cxsswvisul] {
    font-size: 18px;
    color: rgba(56, 189, 248, 0.95);
    text-shadow: 0 0 8px rgba(56, 189, 248, 0.12);
}

.sidebar-flyout-grid-text[b-cxsswvisul] {
    width: 100%;
    font-weight: 600;
    line-height: 1.10;
    color: var(--flyout-card-text);
    font-size: 0.82rem;
}

.sidebar-flyout-body[b-cxsswvisul]::-webkit-scrollbar {
    width: 10px;
}

.sidebar-flyout-body[b-cxsswvisul]::-webkit-scrollbar-track {
    background: transparent;
}

.sidebar-flyout-body[b-cxsswvisul]::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.22);
    border-radius: 999px;
    border: 2px solid transparent;
    background-clip: content-box;
}

.sidebar-flyout-body[b-cxsswvisul]::-webkit-scrollbar-thumb:hover {
    background: rgba(148, 163, 184, 0.32);
    border: 2px solid transparent;
    background-clip: content-box;
}

.sidebar-flyout-group[b-cxsswvisul] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
}

.sidebar-flyout-group-title[b-cxsswvisul] {
    font-weight: 700;
    color: var(--text-secondary);
}

[data-bs-theme="dark"] .sidebar-flyout-panel[b-cxsswvisul] {
    background: var(--gradient-sidebar) !important;
}
/* _content/AIAgent.ClientAssembly/Components/Layout/NavMenuItem.razor.rz.scp.css */
.sidebar-link[b-r97z9bv800] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    border-radius: var(--border-radius-sm);
    transition: all 0.2s ease-in-out;
    margin-bottom: 0.25rem;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}

.sidebar-link:hover[b-r97z9bv800], .sidebar-link.expanded[b-r97z9bv800] {
    color: #fff;
    background-color: var(--bg-sidebar-hover);
    transform: translateX(4px);
}

.sidebar-link.collapsed-mode:hover[b-r97z9bv800] {
    transform: none;
    background-color: var(--bg-sidebar-hover);
}

.sidebar-link.active[b-r97z9bv800] {
    color: #fff;
    background: var(--gradient-primary);
    box-shadow: 0 4px 12px rgba(14, 165, 233, 0.4);
    font-weight: 600;
}

.sidebar-link i[b-r97z9bv800] {
    transition: transform 0.2s ease;
}

.sidebar-link:hover i[b-r97z9bv800] {
    transform: scale(1.1);
}

.transition-transform[b-r97z9bv800] {
    transition: transform 0.3s ease;
}

.rotate-90[b-r97z9bv800] {
    transform: rotate(90deg);
}

.nav-children[b-r97z9bv800] {
    padding-left: 1rem;
    overflow: hidden;
    animation: slideDown-b-r97z9bv800 0.3s ease-out;
}

@keyframes slideDown-b-r97z9bv800 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/AIAgent.ClientAssembly/Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard-root[b-i0k5yzbydm] {
    --wb-text-color: rgba(15, 23, 42, 0.96);
    --wb-muted-color: rgba(15, 23, 42, 0.70);
    --wb-accent-color: var(--primary-color);
    --wb-accent-shadow: none;

    --wb-panel-border: rgba(15, 23, 42, 0.16);
    --wb-panel-border-soft: rgba(15, 23, 42, 0.12);
    --wb-panel-bg: rgba(248, 250, 252, 0.92);
    --wb-panel-shadow: 0 12px 26px rgba(2, 6, 23, 0.12);
    --wb-panel-backdrop: blur(10px) saturate(1.05);

    --wb-chip-border: rgba(15, 23, 42, 0.12);
    --wb-chip-bg: rgba(248, 250, 252, 0.92);
    --wb-chip-text: rgba(15, 23, 42, 0.94);

    --wb-row-divider: rgba(15, 23, 42, 0.14);
    --wb-hover-bg: rgba(2, 6, 23, 0.05);
    --wb-tile-bg: rgba(248, 250, 252, 0.90);

    --wb-alert-border: rgba(15, 23, 42, 0.12);
    --wb-alert-bg: rgba(15, 23, 42, 0.04);
    --wb-alert-text: rgba(15, 23, 42, 0.94);

    --wb-skeleton-a: rgba(2, 6, 23, 0.06);
    --wb-skeleton-b: rgba(2, 6, 23, 0.12);

    --wb-card-border: var(--wb-panel-border);
    --wb-card-bg: var(--wb-panel-bg);
    --wb-card-shadow: var(--wb-panel-shadow);
    --wb-card-backdrop: var(--wb-panel-backdrop);
    --wb-card-header-border: var(--wb-panel-border-soft);
    --wb-card-title-color: var(--wb-text-color);
    --wb-card-icon-color: var(--wb-accent-color);
    --wb-card-icon-shadow: var(--wb-accent-shadow);

    background:
        radial-gradient(1200px 520px at 18% 8%, rgba(56, 189, 248, 0.10), rgba(0,0,0,0) 62%),
        radial-gradient(900px 520px at 72% 12%, rgba(168, 85, 247, 0.08), rgba(0,0,0,0) 64%),
        linear-gradient(180deg, rgba(226, 232, 240, 1), rgba(241, 245, 249, 1) 38%, rgba(226, 232, 240, 1));
    color: var(--wb-text-color);
}

:global([data-bs-theme="dark"]) .dashboard-root[b-i0k5yzbydm] {
    --wb-text-color: rgba(245, 247, 250, 0.95);
    --wb-muted-color: rgba(203, 213, 225, 0.85);
    --wb-accent-color: rgba(56, 189, 248, 0.95);
    --wb-accent-shadow: 0 0 8px rgba(56, 189, 248, 0.12);

    --wb-panel-border: rgba(148, 163, 184, 0.18);
    --wb-panel-border-soft: rgba(148, 163, 184, 0.12);
    --wb-panel-bg: rgba(15, 23, 42, 0.85);
    --wb-panel-shadow: 0 18px 44px rgba(0, 0, 0, 0.65);
    --wb-panel-backdrop: blur(4px) saturate(1.02);

    --wb-chip-border: rgba(148, 163, 184, 0.22);
    --wb-chip-bg: rgba(2, 6, 23, 0.65);
    --wb-chip-text: rgba(245, 247, 250, 0.95);

    --wb-row-divider: rgba(148, 163, 184, 0.18);
    --wb-hover-bg: rgba(255, 255, 255, 0.08);
    --wb-tile-bg: rgba(2, 6, 23, 0.60);

    --wb-alert-border: rgba(148, 163, 184, 0.22);
    --wb-alert-bg: rgba(2, 6, 23, 0.65);
    --wb-alert-text: rgba(245, 247, 250, 0.95);

    --wb-skeleton-a: rgba(255, 255, 255, 0.08);
    --wb-skeleton-b: rgba(255, 255, 255, 0.14);

    --wb-card-border: var(--wb-panel-border);
    --wb-card-bg: var(--wb-panel-bg);
    --wb-card-shadow: var(--wb-panel-shadow);
    --wb-card-backdrop: var(--wb-panel-backdrop);
    --wb-card-header-border: var(--wb-panel-border-soft);
    --wb-card-title-color: var(--wb-text-color);
    --wb-card-icon-color: var(--wb-accent-color);
    --wb-card-icon-shadow: var(--wb-accent-shadow);

    background: #020617; /* Solid dark slate for better contrast */
    color: var(--wb-text-color);
}

.dashboard-scroll[b-i0k5yzbydm] {
    background: transparent;
}

:global([data-bs-theme="dark"]) .dashboard-scroll[b-i0k5yzbydm] {
    background: transparent;
}

[b-i0k5yzbydm] .card {
    background: var(--wb-panel-bg);
    border-color: var(--wb-panel-border);
    color: var(--wb-text-color);
}

[b-i0k5yzbydm] .card .card-header,
[b-i0k5yzbydm] .card .card-footer {
    background: transparent;
    border-color: var(--wb-panel-border-soft);
    color: var(--wb-text-color);
}

[b-i0k5yzbydm] .card .list-group-item,
[b-i0k5yzbydm] .list-group-item {
    background: transparent;
    border-color: var(--wb-row-divider);
    color: var(--wb-text-color);
}

[b-i0k5yzbydm] .form-control,
[b-i0k5yzbydm] .form-select {
    background: var(--wb-panel-bg);
    border-color: var(--wb-panel-border);
    color: var(--wb-text-color);
}

[b-i0k5yzbydm] .form-control::placeholder {
    color: var(--wb-muted-color);
    opacity: 0.75;
}

[b-i0k5yzbydm] .form-control:focus,
[b-i0k5yzbydm] .form-select:focus {
    background: var(--wb-panel-bg);
    border-color: rgba(56, 189, 248, 0.45);
    box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.12);
    color: var(--wb-text-color);
}

[b-i0k5yzbydm] .table {
    color: var(--wb-text-color);
}

[b-i0k5yzbydm] .table > :not(caption) > * > * {
    background: transparent;
    border-bottom-color: var(--wb-row-divider);
}

[b-i0k5yzbydm] .wb-text {
    color: var(--wb-text-color);
}

[b-i0k5yzbydm] .wb-muted {
    color: var(--wb-muted-color);
}

[b-i0k5yzbydm] .wb-accent {
    color: var(--wb-accent-color);
    text-shadow: var(--wb-accent-shadow);
}

[b-i0k5yzbydm] .wb-spin i {
    animation: wb-rotate-b-i0k5yzbydm 0.85s linear infinite;
}

@keyframes wb-rotate-b-i0k5yzbydm {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.wb-hero[b-i0k5yzbydm] {
    position: relative;
    border-radius: 16px;
    border: 1px solid var(--wb-panel-border);
    background: var(--wb-panel-bg);
    box-shadow: var(--wb-panel-shadow);
    backdrop-filter: var(--wb-panel-backdrop);
    -webkit-backdrop-filter: var(--wb-panel-backdrop);
    overflow: hidden;
    padding: 16px 16px;
    min-height: 116px;
}

.wb-hero-content[b-i0k5yzbydm] {
    position: relative;
    z-index: 2;
}

.wb-hero-title[b-i0k5yzbydm] {
    font-weight: 800;
    font-size: 1.18rem;
    letter-spacing: 0.2px;
    color: var(--wb-text-color);
}

.wb-hero-desc[b-i0k5yzbydm] {
    margin-top: 4px;
    color: var(--wb-muted-color);
    font-size: 0.90rem;
}

.wb-kpi[b-i0k5yzbydm] {
    position: relative;
    z-index: 2;
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.wb-kpi-item[b-i0k5yzbydm] {
    border-radius: 14px;
    border: 1px solid var(--wb-panel-border-soft);
    background: var(--wb-alert-bg);
    padding: 10px 12px;
}

.wb-kpi-label[b-i0k5yzbydm] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--wb-muted-color);
    font-size: 0.78rem;
}

.wb-kpi-label i[b-i0k5yzbydm] {
    color: var(--wb-accent-color);
    text-shadow: var(--wb-accent-shadow);
}

.wb-kpi-value[b-i0k5yzbydm] {
    margin-top: 4px;
    font-weight: 800;
    font-size: 1.05rem;
    color: var(--wb-text-color);
}

.wb-topology[b-i0k5yzbydm] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    pointer-events: none;
    z-index: 1;
}

@media (max-width: 1366px) {
    .wb-kpi[b-i0k5yzbydm] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .wb-hero[b-i0k5yzbydm] {
        padding: 14px 14px;
    }
    .wb-kpi[b-i0k5yzbydm] {
        grid-template-columns: 1fr;
    }
}

[b-i0k5yzbydm] .wb-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    border-radius: 999px;
    border: 1px solid var(--wb-chip-border);
    background: var(--wb-chip-bg);
    color: var(--wb-chip-text);
    font-size: 0.72rem;
    font-weight: 700;
}

[b-i0k5yzbydm] .wb-badge--ok {
    border-color: rgba(16, 185, 129, 0.35);
    box-shadow: 0 0 18px rgba(16, 185, 129, 0.12);
}

[b-i0k5yzbydm] .wb-badge--muted {
    border-color: rgba(148, 163, 184, 0.25);
}

[b-i0k5yzbydm] .wb-badge--danger {
    border-color: rgba(239, 68, 68, 0.35);
    box-shadow: 0 0 18px rgba(239, 68, 68, 0.10);
}

[b-i0k5yzbydm] .wb-type-badge {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 999px;
    border: 1px solid var(--wb-chip-border);
    background: var(--wb-chip-bg);
    font-size: 0.72rem;
    font-weight: 700;
}

[b-i0k5yzbydm] .wb-type-badge--sys {
    border-color: rgba(56, 189, 248, 0.35);
    color: rgba(56, 189, 248, 0.92);
}

[b-i0k5yzbydm] .wb-type-badge--biz {
    border-color: rgba(168, 85, 247, 0.35);
    color: rgba(168, 85, 247, 0.88);
}

[b-i0k5yzbydm] .wb-unread-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    display: inline-block;
    background: rgba(56, 189, 248, 0.95);
    box-shadow: 0 0 16px rgba(56, 189, 248, 0.22);
}

[b-i0k5yzbydm] .wb-list {
    background: transparent;
}

[b-i0k5yzbydm] .wb-list-item {
    border: 0;
    border-bottom: 1px solid var(--wb-row-divider);
    background: transparent;
    color: var(--wb-text-color);
}

[b-i0k5yzbydm] .wb-list-item:hover {
    background: var(--wb-hover-bg);
}

[b-i0k5yzbydm] .wb-list-row {
    border: 0;
    border-bottom: 1px solid var(--wb-row-divider);
    background: transparent;
}

[b-i0k5yzbydm] .wb-link-btn {
    background: transparent;
    border: 0;
    color: inherit;
    min-width: 0;
}

[b-i0k5yzbydm] .wb-tile {
    border-radius: 14px;
    border: 1px solid var(--wb-panel-border-soft);
    background: var(--wb-tile-bg);
}

[b-i0k5yzbydm] .wb-pill {
    appearance: none;
    border: 1px solid var(--wb-panel-border);
    background: var(--wb-panel-bg);
    color: var(--wb-muted-color);
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 0.78rem;
    font-weight: 700;
    transition: transform .12s ease, border-color .12s ease, box-shadow .12s ease, background .12s ease, color .12s ease;
}

[b-i0k5yzbydm] .wb-pill:hover {
    border-color: rgba(56, 189, 248, 0.45);
    transform: translateY(-1px);
}

[b-i0k5yzbydm] .wb-pill.active {
    color: var(--wb-text-color);
    border-color: rgba(56, 189, 248, 0.45);
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.18), rgba(168, 85, 247, 0.16));
    box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.10);
}

[b-i0k5yzbydm] .wb-select {
    border-radius: 12px;
    border: 1px solid var(--wb-panel-border);
    background: var(--wb-panel-bg);
    color: var(--wb-text-color);
    backdrop-filter: var(--wb-panel-backdrop);
    -webkit-backdrop-filter: var(--wb-panel-backdrop);
}

[b-i0k5yzbydm] .wb-select:disabled {
    opacity: 0.65;
}

[b-i0k5yzbydm] .wb-alert {
    border-radius: 14px;
    padding: 10px 12px;
    border: 1px solid var(--wb-alert-border);
    background: var(--wb-alert-bg);
    color: var(--wb-alert-text);
}

[b-i0k5yzbydm] .wb-alert--danger {
    border-color: rgba(239, 68, 68, 0.28);
}

[b-i0k5yzbydm] .dash-skeleton {
    border-radius: 12px;
    background: linear-gradient(90deg, var(--wb-skeleton-a) 25%, var(--wb-skeleton-b) 37%, var(--wb-skeleton-a) 63%);
    background-size: 400% 100%;
    animation: dash-shimmer-b-i0k5yzbydm 1.2s ease-in-out infinite;
}

@keyframes dash-shimmer-b-i0k5yzbydm {
    0% { background-position: 100% 0; }
    100% { background-position: 0 0; }
}

[b-i0k5yzbydm] .dash-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    display: inline-block;
}

[b-i0k5yzbydm] .dash-dot-good { background: rgba(16, 185, 129, 0.95); box-shadow: 0 0 14px rgba(16, 185, 129, 0.18); }
[b-i0k5yzbydm] .dash-dot-warn { background: rgba(245, 158, 11, 0.95); box-shadow: 0 0 14px rgba(245, 158, 11, 0.16); }
[b-i0k5yzbydm] .dash-dot-bad { background: rgba(239, 68, 68, 0.95); box-shadow: 0 0 14px rgba(239, 68, 68, 0.16); }

[b-i0k5yzbydm] .dash-value-blink {
    animation: dash-blink-b-i0k5yzbydm 0.35s ease-in-out 1;
}

@keyframes dash-blink-b-i0k5yzbydm {
    0% { background: rgba(56, 189, 248, 0.0); }
    35% { background: rgba(56, 189, 248, 0.14); }
    100% { background: rgba(56, 189, 248, 0.0); }
}
/* _content/AIAgent.ClientAssembly/Components/Pages/Home.razor.rz.scp.css */
.home-nav-page[b-b8jhf0ukfp] {
    --home-bg: var(--bs-body-bg);
    --home-surface: var(--bs-body-bg);
    --home-surface-muted: var(--bs-tertiary-bg);
    --home-border: var(--bs-border-color);
    --home-text: var(--bs-body-color);
    --home-muted: var(--bs-secondary-color);
    --home-accent: var(--bs-primary);
    --home-accent-soft: rgba(var(--bs-primary-rgb), 0.08);
    --home-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06);
    --home-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    --home-blue: #2563eb;
    --home-green: #059669;
    --home-purple: #7c3aed;
    min-height: calc(100vh - 120px);
    background: var(--home-bg);
    color: var(--home-text);
}

:global([data-bs-theme="dark"]) .home-nav-page[b-b8jhf0ukfp] {
    --home-surface: var(--bs-body-bg);
    --home-surface-muted: var(--bs-tertiary-bg);
    --home-border: var(--bs-border-color);
    --home-text: var(--bs-body-color);
    --home-muted: var(--bs-secondary-color);
    --home-accent-soft: rgba(var(--bs-primary-rgb), 0.12);
    --home-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.18);
    --home-shadow: 0 4px 12px rgba(0, 0, 0, 0.24);
}

/* ===== Hero ===== */
.home-hero[b-b8jhf0ukfp] {
    text-align: center;
    padding: 16px 20px 36px;
}

.home-hero__title[b-b8jhf0ukfp] {
    margin: 0;
    font-size: 2.25rem;
    font-weight: 850;
    color: var(--home-text);
    line-height: 1.25;
}

.home-hero__sub[b-b8jhf0ukfp] {
    margin: 12px auto 0;
    max-width: 820px;
    color: var(--home-muted);
    line-height: 1.75;
    font-size: 1.05rem;
}

/* ===== Flow Bar (端到端流程条) ===== */
.home-flow-bar[b-b8jhf0ukfp] {
    margin-top: 36px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
}

.home-flow-bar__step[b-b8jhf0ukfp] {
    flex: 1;
    max-width: 240px;
    display: flex;
    gap: 14px;
    padding: 18px 20px;
    border: 1px solid var(--home-border);
    border-radius: 18px;
    background: var(--home-surface);
    box-shadow: var(--home-shadow-sm);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.home-flow-bar__step:hover[b-b8jhf0ukfp] {
    transform: translateY(-2px);
    box-shadow: var(--home-shadow);
}

.home-flow-bar__step--result[b-b8jhf0ukfp] {
    border-color: rgba(var(--bs-primary-rgb), 0.30);
    background: var(--home-accent-soft);
}

.home-flow-bar__num[b-b8jhf0ukfp] {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: var(--home-surface-muted);
    color: var(--home-muted);
    font-weight: 800;
    font-size: 0.88rem;
    border: 1px solid var(--home-border);
}

.home-flow-bar__num--accent[b-b8jhf0ukfp] {
    background: var(--home-accent-soft);
    color: var(--home-accent);
    border-color: rgba(var(--bs-primary-rgb), 0.25);
}

.home-flow-bar__body[b-b8jhf0ukfp] {
    text-align: left;
    min-width: 0;
}

.home-flow-bar__label[b-b8jhf0ukfp] {
    font-weight: 750;
    font-size: 0.95rem;
    color: var(--home-text);
    line-height: 1.4;
}

.home-flow-bar__desc[b-b8jhf0ukfp] {
    margin-top: 4px;
    font-size: 0.82rem;
    color: var(--home-muted);
    line-height: 1.5;
}

.home-flow-bar__connector[b-b8jhf0ukfp] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    flex-shrink: 0;
}

.home-flow-bar__connector span[b-b8jhf0ukfp] {
    display: block;
    width: 100%;
    height: 1.5px;
    background: var(--home-border);
    border-radius: 999px;
    position: relative;
}

.home-flow-bar__connector span[b-b8jhf0ukfp]::after {
    content: "";
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid var(--home-border);
}

/* ===== Section ===== */
.home-nav-section__header[b-b8jhf0ukfp] {
    margin-bottom: 18px;
}

.home-nav-section__title[b-b8jhf0ukfp] {
    margin: 0;
    font-size: 1.22rem;
    font-weight: 800;
    color: var(--home-text);
}

.home-nav-section__desc[b-b8jhf0ukfp] {
    margin: 8px 0 0;
    color: var(--home-muted);
    line-height: 1.7;
}

/* ===== Route Grid ===== */
.home-route-grid[b-b8jhf0ukfp] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

/* ===== Route Card ===== */
.home-route-card[b-b8jhf0ukfp] {
    padding: 26px;
    border: 1px solid var(--home-border);
    border-radius: 20px;
    background: var(--home-surface);
    box-shadow: var(--home-shadow-sm);
    display: grid;
    grid-template-columns: minmax(270px, 330px) minmax(0, 1fr) minmax(200px, 220px);
    gap: 22px;
    align-items: stretch;
    border-left-width: 4px;
    transition: border-left-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.home-route-card:hover[b-b8jhf0ukfp] {
    box-shadow: var(--home-shadow);
    transform: translateY(-1px);
}

.home-route-card--chat[b-b8jhf0ukfp] {
    border-left-color: var(--home-blue);
}

.home-route-card--tag[b-b8jhf0ukfp] {
    border-left-color: var(--home-green);
}

.home-route-card--group[b-b8jhf0ukfp] {
    border-left-color: var(--home-purple);
}

.home-route-card__top[b-b8jhf0ukfp] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-route-card__index[b-b8jhf0ukfp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 28px;
    padding: 0 10px;
    border-radius: 8px;
    background: var(--home-surface-muted);
    color: var(--home-muted);
    font-size: 0.78rem;
    font-weight: 800;
    border: 1px solid var(--home-border);
}

.home-route-card__index--blue[b-b8jhf0ukfp] {
    background: rgba(37, 99, 235, 0.10);
    color: var(--home-blue);
    border-color: rgba(37, 99, 235, 0.25);
}

.home-route-card__index--green[b-b8jhf0ukfp] {
    background: rgba(5, 150, 105, 0.10);
    color: var(--home-green);
    border-color: rgba(5, 150, 105, 0.25);
}

.home-route-card__index--purple[b-b8jhf0ukfp] {
    background: rgba(124, 58, 237, 0.10);
    color: var(--home-purple);
    border-color: rgba(124, 58, 237, 0.25);
}

.home-route-card__title[b-b8jhf0ukfp] {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--home-text);
}

.home-route-card__desc[b-b8jhf0ukfp] {
    margin: 14px 0 0;
    color: var(--home-muted);
    line-height: 1.7;
    font-size: 0.93rem;
}

.home-route-card__intro[b-b8jhf0ukfp] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 4px;
}

.home-route-card__flow[b-b8jhf0ukfp] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 0 12px 0 18px;
}

.home-route-card__flow[b-b8jhf0ukfp]::before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 0;
    width: 1px;
    background: var(--home-border);
}

.home-route-card__actions[b-b8jhf0ukfp] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

/* ===== Steps ===== */
.home-route-steps[b-b8jhf0ukfp] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-route-steps--inline[b-b8jhf0ukfp] {
    counter-reset: homeStep;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 10px;
}

.home-route-steps li[b-b8jhf0ukfp] {
    position: relative;
    padding: 12px 10px 12px 40px;
    color: var(--home-text);
    line-height: 1.55;
    min-height: 52px;
    border: 1px solid var(--home-border);
    border-radius: 14px;
    background: var(--home-surface-muted);
    font-size: 0.90rem;
}

.home-route-steps li[b-b8jhf0ukfp]::before {
    counter-increment: homeStep;
    content: counter(homeStep);
    position: absolute;
    top: 12px;
    left: 10px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: var(--home-accent-soft);
    color: var(--home-accent);
    font-weight: 800;
    font-size: 0.74rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ===== Route Link ===== */
.home-route-link[b-b8jhf0ukfp] {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 12px 16px;
    border: 1px solid var(--home-border);
    border-radius: 14px;
    background: var(--home-surface-muted);
    color: inherit;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.93rem;
    transition: border-color 0.15s ease, transform 0.15s ease, background 0.15s ease;
}

.home-route-link:hover[b-b8jhf0ukfp] {
    border-color: rgba(var(--bs-primary-rgb), 0.40);
    transform: translateY(-1px);
    background: var(--home-accent-soft);
}

.home-route-link i[b-b8jhf0ukfp] {
    color: var(--home-accent);
    font-size: 1.05rem;
}

/* ===== Result Panel ===== */
.home-result-panel[b-b8jhf0ukfp] {
    border: 1px solid var(--home-border);
    border-radius: 20px;
    background: var(--home-surface);
    box-shadow: var(--home-shadow-sm);
    padding: 30px 26px;
}

.home-result-panel__items[b-b8jhf0ukfp] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.home-result-item[b-b8jhf0ukfp] {
    text-align: center;
    padding: 8px 12px;
}

.home-result-item__icon[b-b8jhf0ukfp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--home-accent-soft);
    color: var(--home-accent);
    font-size: 1.35rem;
    margin-bottom: 14px;
}

.home-result-item__title[b-b8jhf0ukfp] {
    font-weight: 750;
    font-size: 1rem;
    color: var(--home-text);
    margin-bottom: 8px;
}

.home-result-item__desc[b-b8jhf0ukfp] {
    color: var(--home-muted);
    line-height: 1.65;
    font-size: 0.89rem;
}

/* ===== Link Grid ===== */
.home-link-grid[b-b8jhf0ukfp] {
    display: grid;
    gap: 12px;
}

.home-link-grid--compact[b-b8jhf0ukfp] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home-link-pill[b-b8jhf0ukfp] {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid var(--home-border);
    border-radius: 999px;
    background: var(--home-surface-muted);
    color: inherit;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.91rem;
    white-space: nowrap;
    transition: border-color 0.15s ease, transform 0.15s ease, background 0.15s ease;
}

.home-link-pill:hover[b-b8jhf0ukfp] {
    border-color: rgba(var(--bs-primary-rgb), 0.40);
    transform: translateY(-1px);
    background: var(--home-accent-soft);
}

/* ===== Responsive ===== */
@media (max-width: 1199.98px) {
    .home-route-card[b-b8jhf0ukfp] {
        grid-template-columns: 1fr;
    }

    .home-route-card__flow[b-b8jhf0ukfp] {
        padding: 0;
    }

    .home-route-card__flow[b-b8jhf0ukfp]::before {
        display: none;
    }

    .home-flow-bar[b-b8jhf0ukfp] {
        flex-wrap: wrap;
        gap: 0 4px;
    }

    .home-flow-bar__step[b-b8jhf0ukfp] {
        flex: 1 1 180px;
        max-width: none;
    }

    .home-flow-bar__connector[b-b8jhf0ukfp] {
        width: 24px;
    }
}

@media (max-width: 991.98px) {
    .home-hero[b-b8jhf0ukfp] {
        padding: 8px 12px 28px;
    }

    .home-hero__title[b-b8jhf0ukfp] {
        font-size: 1.75rem;
    }

    .home-flow-bar__step[b-b8jhf0ukfp] {
        flex: 1 1 160px;
        padding: 14px 12px;
    }

    .home-flow-bar__connector[b-b8jhf0ukfp] {
        width: 0;
        overflow: hidden;
    }

    .home-route-steps--inline[b-b8jhf0ukfp] {
        grid-template-columns: 1fr;
    }

    .home-result-panel__items[b-b8jhf0ukfp] {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .home-result-item[b-b8jhf0ukfp] {
        text-align: left;
        display: flex;
        gap: 14px;
        align-items: flex-start;
    }

    .home-result-item__icon[b-b8jhf0ukfp] {
        flex-shrink: 0;
        margin-bottom: 0;
    }

    .home-route-card__actions[b-b8jhf0ukfp] {
        flex-direction: row;
    }
}

@media (max-width: 767.98px) {
    .home-nav-page[b-b8jhf0ukfp] {
        min-height: auto;
    }

    .home-hero__title[b-b8jhf0ukfp] {
        font-size: 1.55rem;
    }

    .home-flow-bar[b-b8jhf0ukfp] {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .home-flow-bar__step[b-b8jhf0ukfp] {
        flex: none;
        max-width: none;
        padding: 14px 16px;
    }

    .home-flow-bar__connector[b-b8jhf0ukfp] {
        width: 100%;
        height: 20px;
        justify-content: center;
    }

    .home-flow-bar__connector span[b-b8jhf0ukfp] {
        width: 1.5px;
        height: 100%;
    }

    .home-flow-bar__connector span[b-b8jhf0ukfp]::after {
        right: 50%;
        top: auto;
        bottom: -4px;
        transform: translateX(50%) rotate(90deg);
    }

    .home-route-card[b-b8jhf0ukfp],
    .home-result-panel[b-b8jhf0ukfp] {
        border-radius: 16px;
    }

    .home-link-grid--compact[b-b8jhf0ukfp] {
        gap: 8px;
    }
}
/* _content/AIAgent.ClientAssembly/Components/Pages/IconManagement.razor.rz.scp.css */
.icon-card[b-067idfi15w] {
    transition: all 0.3s ease;
    cursor: pointer;
}

.icon-card:hover[b-067idfi15w] {
    transform: translateY(-5px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.icon-preview[b-067idfi15w] {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.icon-preview i[b-067idfi15w] {
    font-size: 2rem;
}

.icon-actions[b-067idfi15w] {
    opacity: 0;
    transition: opacity 0.2s;
}

.icon-card:hover .icon-actions[b-067idfi15w] {
    opacity: 1;
}
/* _content/AIAgent.ClientAssembly/Components/Tabs/TabBusyOverlay.razor.rz.scp.css */
.tab-busy-overlay[b-sws1782s5k] {
    position: absolute;
    inset: 0;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(2px);
    pointer-events: auto;
    cursor: progress;
}

.tab-busy-card[b-sws1782s5k] {
    min-width: min(420px, calc(100vw - 48px));
    max-width: min(560px, calc(100vw - 48px));
    padding: 18px 20px;
    border-radius: 14px;
    border: 1px solid var(--bs-border-color);
    background: color-mix(in srgb, var(--bs-body-bg) 94%, transparent);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
}

.tab-busy-visual[b-sws1782s5k] {
    position: relative;
    width: 92px;
    height: 92px;
    margin: 0 auto;
}

.tab-busy-core[b-sws1782s5k],
.tab-busy-ring[b-sws1782s5k] {
    position: absolute;
    border-radius: 999px;
}

.tab-busy-core[b-sws1782s5k] {
    inset: 28px;
    background: linear-gradient(135deg, var(--bs-primary), color-mix(in srgb, var(--bs-primary) 58%, #ffffff));
    box-shadow: 0 0 0 10px color-mix(in srgb, var(--bs-primary) 10%, transparent);
    animation: tab-busy-core-pulse-b-sws1782s5k 1.6s ease-in-out infinite;
}

.tab-busy-ring[b-sws1782s5k] {
    inset: 8px;
    border: 2px solid color-mix(in srgb, var(--bs-primary) 18%, transparent);
}

.tab-busy-ring-1[b-sws1782s5k] {
    border-top-color: var(--bs-primary);
    animation: tab-busy-spin-b-sws1782s5k 1.4s linear infinite;
}

.tab-busy-ring-2[b-sws1782s5k] {
    inset: 18px;
    border-bottom-color: color-mix(in srgb, var(--bs-info) 72%, var(--bs-primary));
    animation: tab-busy-spin-reverse-b-sws1782s5k 1.9s linear infinite;
}

.tab-busy-dots[b-sws1782s5k] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.tab-busy-dots span[b-sws1782s5k] {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--bs-primary) 76%, var(--bs-body-color));
    animation: tab-busy-dot-bounce-b-sws1782s5k 1.1s ease-in-out infinite;
}

.tab-busy-dots span:nth-child(2)[b-sws1782s5k] {
    animation-delay: 0.15s;
}

.tab-busy-dots span:nth-child(3)[b-sws1782s5k] {
    animation-delay: 0.3s;
}

@keyframes tab-busy-spin-b-sws1782s5k {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes tab-busy-spin-reverse-b-sws1782s5k {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes tab-busy-core-pulse-b-sws1782s5k {
    0%,
    100% {
        transform: scale(0.92);
        opacity: 0.92;
    }

    50% {
        transform: scale(1.06);
        opacity: 1;
    }
}

@keyframes tab-busy-dot-bounce-b-sws1782s5k {
    0%,
    80%,
    100% {
        transform: translateY(0);
        opacity: 0.45;
    }

    40% {
        transform: translateY(-5px);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tab-busy-core[b-sws1782s5k],
    .tab-busy-ring[b-sws1782s5k],
    .tab-busy-dots span[b-sws1782s5k] {
        animation: none !important;
    }
}
/* _content/AIAgent.ClientAssembly/Components/Tabs/TabShell.razor.rz.scp.css */
.tab-shell[b-v3g3nhj007] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.tab-bar[b-v3g3nhj007] {
    display: flex;
    align-items: stretch;
    gap: 6px;
    padding: 5px 8px;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 1px solid var(--tabbar-border);
    background: var(--tabbar-bg);
    backdrop-filter: saturate(1.3) blur(10px);
    flex-shrink: 0;
    min-height: 40px;
}

.tab-item[b-v3g3nhj007] {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    border-radius: 12px;
    border: 1px solid transparent;
    background: var(--tab-inactive-bg);
    user-select: none;
    transition: transform 140ms ease, background 180ms ease, border-color 180ms ease;
}

.tab-item.active[b-v3g3nhj007] {
    border-color: color-mix(in srgb, var(--tab-active-bg) 55%, var(--tabbar-border));
    background: var(--tab-active-bg);
    transform: translateY(-0.5px);
}

.tab-button[b-v3g3nhj007] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    max-width: clamp(140px, 16vw, 260px);
    border: 0;
    background: transparent;
    color: var(--tab-inactive-text);
    font-weight: 600;
    letter-spacing: 0.1px;
    font-size: 0.85rem;
    transition: color 180ms ease;
}

.tab-item.active .tab-button[b-v3g3nhj007] {
    color: var(--tab-active-text);
}

.tab-button:focus-visible[b-v3g3nhj007] {
    outline: 3px solid var(--tab-focus-ring);
    outline-offset: 2px;
    border-radius: 12px;
}

.tab-icon[b-v3g3nhj007] {
    font-size: 0.95rem;
    opacity: 0.92;
}

.tab-title[b-v3g3nhj007] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tab-busy-indicator[b-v3g3nhj007] {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.tab-close[b-v3g3nhj007] {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    border: 0;
    background: transparent;
    color: color-mix(in srgb, var(--tab-inactive-text) 80%, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.tab-fullscreen[b-v3g3nhj007] {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    border: 0;
    background: transparent;
    color: color-mix(in srgb, var(--tab-inactive-text) 80%, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.tab-close:hover[b-v3g3nhj007] {
    background: var(--tab-hover-bg);
    color: var(--tab-active-text);
    transform: scale(1.03);
}

.tab-fullscreen:hover[b-v3g3nhj007] {
    background: var(--tab-hover-bg);
    color: var(--tab-active-text);
    transform: scale(1.03);
}

@media (max-width: 767.98px) {
    .tab-bar[b-v3g3nhj007] {
        padding: 8px 10px;
        min-height: 56px;
        gap: 10px;
    }

    .tab-item[b-v3g3nhj007] {
        border-radius: 14px;
    }

    .tab-button[b-v3g3nhj007] {
        padding: 12px 12px;
        min-height: 44px;
        font-size: 0.95rem;
        max-width: clamp(160px, 60vw, 360px);
    }

    .tab-close[b-v3g3nhj007],
    .tab-fullscreen[b-v3g3nhj007] {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }
}

.tab-content[b-v3g3nhj007] {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.tab-pane[b-v3g3nhj007] {
    height: 100%;
    overflow: auto;
    position: relative;
    width: 100%;
    background: var(--bs-body-bg);
}

.tab-pane:fullscreen[b-v3g3nhj007] {
    padding: 0;
    position: fixed;
    inset: 0;
    overflow: hidden;
    background: var(--bs-body-bg);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.tab-pane:fullscreen[b-v3g3nhj007]::backdrop {
    background: var(--bs-body-bg);
}

.tab-pane:fullscreen > .container-fluid[b-v3g3nhj007] {
    width: 100%;
    height: auto;
    padding: 0 !important;
    max-width: none !important;
    background: var(--bs-body-bg);
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
}

.tab-pane:fullscreen > .container-fluid[b-v3g3nhj007]  > * {
    width: 100%;
    height: 100%;
    min-height: 0;
}

.tab-pane:fullscreen[b-v3g3nhj007]  .vh-100,
.tab-pane:fullscreen[b-v3g3nhj007]  .min-vh-100 {
    height: 100% !important;
    min-height: 0 !important;
}

.tab-pane:fullscreen[b-v3g3nhj007]  .container,
.tab-pane:fullscreen[b-v3g3nhj007]  .container-fluid {
    max-width: none !important;
}

.tab-pane:fullscreen[b-v3g3nhj007]  [style*="calc(100vh -"] {
    height: 100% !important;
    min-height: 0 !important;
}

.tab-pane:fullscreen[b-v3g3nhj007]  [style*="100vh"] {
    min-height: 0 !important;
}

.tab-pane:fullscreen[b-v3g3nhj007]  .d-flex {
    min-height: 0;
}

.tab-pane:fullscreen[b-v3g3nhj007]  .flex-grow-1 {
    min-height: 0;
}

.tab-pane:fullscreen[b-v3g3nhj007]  .overflow-hidden,
.tab-pane:fullscreen[b-v3g3nhj007]  .overflow-auto {
    min-height: 0;
}

.tab-pane:fullscreen[b-v3g3nhj007]  .card.h-100,
.tab-pane:fullscreen[b-v3g3nhj007]  .card.flex-grow-1 {
    margin-bottom: 0 !important;
}

.tab-pane:fullscreen[b-v3g3nhj007]  .card {
    margin-bottom: 0 !important;
}

.tab-pane:fullscreen[b-v3g3nhj007]  .page-container {
    padding: 0 !important;
}

.tab-pane:fullscreen[b-v3g3nhj007]  .row {
    --bs-gutter-y: 0;
}

.tab-pane:-webkit-full-screen[b-v3g3nhj007] {
    padding: 0;
    position: fixed;
    inset: 0;
    overflow: hidden;
    background: var(--bs-body-bg);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.tab-pane:-webkit-full-screen[b-v3g3nhj007]::backdrop {
    background: var(--bs-body-bg);
}

.tab-pane:-webkit-full-screen > .container-fluid[b-v3g3nhj007] {
    width: 100%;
    height: auto;
    padding: 0 !important;
    max-width: none !important;
    background: var(--bs-body-bg);
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
}

.tab-pane:-webkit-full-screen > .container-fluid[b-v3g3nhj007]  > * {
    width: 100%;
    height: 100%;
    min-height: 0;
}

.tab-pane:-webkit-full-screen[b-v3g3nhj007]  .vh-100,
.tab-pane:-webkit-full-screen[b-v3g3nhj007]  .min-vh-100 {
    height: 100% !important;
    min-height: 0 !important;
}

.tab-pane:-webkit-full-screen[b-v3g3nhj007]  .container,
.tab-pane:-webkit-full-screen[b-v3g3nhj007]  .container-fluid {
    max-width: none !important;
}

.tab-pane:-webkit-full-screen[b-v3g3nhj007]  [style*="calc(100vh -"] {
    height: 100% !important;
    min-height: 0 !important;
}

.tab-pane:-webkit-full-screen[b-v3g3nhj007]  [style*="100vh"] {
    min-height: 0 !important;
}

.tab-pane:-webkit-full-screen[b-v3g3nhj007]  .d-flex {
    min-height: 0;
}

.tab-pane:-webkit-full-screen[b-v3g3nhj007]  .flex-grow-1 {
    min-height: 0;
}

.tab-pane:-webkit-full-screen[b-v3g3nhj007]  .overflow-hidden,
.tab-pane:-webkit-full-screen[b-v3g3nhj007]  .overflow-auto {
    min-height: 0;
}

.tab-pane:-webkit-full-screen[b-v3g3nhj007]  .card.h-100,
.tab-pane:-webkit-full-screen[b-v3g3nhj007]  .card.flex-grow-1 {
    margin-bottom: 0 !important;
}

.tab-pane:-webkit-full-screen[b-v3g3nhj007]  .card {
    margin-bottom: 0 !important;
}

.tab-pane:-webkit-full-screen[b-v3g3nhj007]  .page-container {
    padding: 0 !important;
}

.tab-pane:-webkit-full-screen[b-v3g3nhj007]  .row {
    --bs-gutter-y: 0;
}

.tab-fs-exit[b-v3g3nhj007] {
    display: none;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2000;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid var(--bs-border-color);
    background: color-mix(in srgb, var(--bs-body-bg) 90%, transparent);
    backdrop-filter: blur(10px);
    color: var(--bs-body-color);
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.tab-pane:fullscreen .tab-fs-exit[b-v3g3nhj007] {
    display: inline-flex;
}

.tab-pane:-webkit-full-screen .tab-fs-exit[b-v3g3nhj007] {
    display: inline-flex;
}

.tab-pane > .container-fluid[b-v3g3nhj007] {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

@media (max-width: 576px), (pointer: coarse) {
    .tab-close[b-v3g3nhj007],
    .tab-fullscreen[b-v3g3nhj007] {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .tab-button[b-v3g3nhj007] {
        min-height: 44px;
    }
}

:global(.embed-mode) .tab-pane > .container-fluid[b-v3g3nhj007] {
    padding: 0 !important;
}

:global(.embed-mode) .tab-bar[b-v3g3nhj007] {
    display: none !important;
}

:global(.embed-hide-menu) .tab-bar[b-v3g3nhj007] {
    display: none;
}

.tab-pane > .container-fluid[b-v3g3nhj007]  [style*="calc(100vh - 120px)"],
.tab-pane > .container-fluid[b-v3g3nhj007]  [style*="calc(100vh - 60px)"] {
    height: 100% !important;
    min-height: 0;
}

.tab-menu-backdrop[b-v3g3nhj007] {
    position: fixed;
    inset: 0;
    z-index: 1200;
}

.tab-menu[b-v3g3nhj007] {
    position: fixed;
    z-index: 1201;
    min-width: 180px;
    border-radius: 10px;
    padding: 6px;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    box-shadow: 0 14px 50px rgba(0, 0, 0, 0.18);
}

.tab-menu-item[b-v3g3nhj007] {
    width: 100%;
    text-align: left;
    padding: 8px 10px;
    border-radius: 8px;
    border: 0;
    background: transparent;
    color: var(--bs-body-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

.tab-menu-item:hover[b-v3g3nhj007] {
    background: var(--bs-tertiary-bg);
}

@media (max-width: 768px) {
    .tab-bar[b-v3g3nhj007] {
        gap: 8px;
        padding: 8px 10px;
    }

    .tab-button[b-v3g3nhj007] {
        max-width: clamp(140px, 55vw, 260px);
        padding: 9px 12px;
        font-size: 0.92rem;
    }

    .tab-close[b-v3g3nhj007] {
        width: 32px;
        height: 32px;
    }

    .tab-fullscreen[b-v3g3nhj007] {
        width: 32px;
        height: 32px;
    }
}
/* _content/AIAgent.ClientAssembly/Components/Workbench/GlassCard.razor.rz.scp.css */
:global(:root)[b-t8eng37q8y], :global([data-bs-theme="light"])[b-t8eng37q8y] {
    --wb-card-border: rgba(2, 6, 23, 0.12);
    --wb-card-bg: rgba(255, 255, 255, 0.88);
    --wb-card-shadow: 0 12px 28px rgba(2, 6, 23, 0.12);
    --wb-card-backdrop: blur(10px) saturate(1.05);
    --wb-card-header-border: rgba(2, 6, 23, 0.08);
    --wb-card-title-color: var(--bs-body-color);
    --wb-card-icon-color: var(--primary-color);
    --wb-card-icon-shadow: 0 0 14px rgba(2, 132, 199, 0.18);
}

:global([data-bs-theme="dark"])[b-t8eng37q8y] {
    --wb-card-border: rgba(148, 163, 184, 0.18);
    --wb-card-bg: rgba(15, 23, 42, 0.85);
    --wb-card-shadow: 0 18px 44px rgba(0, 0, 0, 0.65);
    --wb-card-backdrop: blur(4px) saturate(1.02);
    --wb-card-header-border: rgba(148, 163, 184, 0.12);
    --wb-card-title-color: rgba(245, 247, 250, 0.95);
    --wb-card-icon-color: rgba(56, 189, 248, 0.95);
    --wb-card-icon-shadow: 0 0 8px rgba(56, 189, 248, 0.12);
}

.wb-card[b-t8eng37q8y] {
    border-radius: 14px;
    border: 1px solid var(--wb-card-border);
    background: var(--wb-card-bg);
    box-shadow: var(--wb-card-shadow);
    backdrop-filter: var(--wb-card-backdrop);
    -webkit-backdrop-filter: var(--wb-card-backdrop);
    overflow: hidden;
}

.wb-card-header[b-t8eng37q8y] {
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid var(--wb-card-header-border);
}

.wb-card-title[b-t8eng37q8y] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    font-weight: 700;
    font-size: 0.98rem;
    color: var(--wb-card-title-color);
}

.wb-card-title i[b-t8eng37q8y] {
    color: var(--wb-card-icon-color);
    text-shadow: var(--wb-card-icon-shadow);
}

.wb-card-body[b-t8eng37q8y] {
    padding: 12px 14px;
}

.wb-card-actions[b-t8eng37q8y] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
/* _content/AIAgent.ClientAssembly/Components/Workbench/IconButton.razor.rz.scp.css */
.wb-icon-btn[b-9l50i45nue] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.14);
    background: rgba(2, 6, 23, 0.04);
    color: rgba(15, 23, 42, 0.86);
    transition: transform .12s ease, border-color .12s ease, box-shadow .12s ease, background .12s ease, color .12s ease;
    user-select: none;
}

:global([data-bs-theme="dark"]) .wb-icon-btn[b-9l50i45nue] {
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.06);
    color: rgba(245, 247, 250, 0.92);
    backdrop-filter: blur(14px) saturate(1.25);
    -webkit-backdrop-filter: blur(14px) saturate(1.25);
}

.wb-icon-btn:disabled[b-9l50i45nue] {
    opacity: .55;
    cursor: not-allowed;
}

.wb-icon-btn--sm[b-9l50i45nue] { width: 30px; height: 30px; font-size: 16px; }
.wb-icon-btn--md[b-9l50i45nue] { width: 36px; height: 36px; font-size: 18px; }
.wb-icon-btn--lg[b-9l50i45nue] { width: 42px; height: 42px; font-size: 20px; }

.wb-icon-btn--ghost:hover:not(:disabled)[b-9l50i45nue] {
    border-color: rgba(14, 165, 233, 0.45);
    background: rgba(14, 165, 233, 0.08);
    box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.12), 0 10px 28px rgba(2, 6, 23, 0.10);
    transform: translateY(-1px);
}

:global([data-bs-theme="dark"]) .wb-icon-btn--ghost:hover:not(:disabled)[b-9l50i45nue] {
    border-color: rgba(56, 189, 248, 0.50);
    box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.12), 0 10px 28px rgba(0,0,0,0.35);
    background: rgba(255,255,255,0.06);
}

.wb-icon-btn--primary[b-9l50i45nue] {
    border-color: rgba(14, 165, 233, 0.35);
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.16), rgba(59, 130, 246, 0.14));
    color: rgba(2, 6, 23, 0.90);
    box-shadow: 0 0 0 1px rgba(14, 165, 233, 0.10), 0 12px 30px rgba(2, 6, 23, 0.10);
}

.wb-icon-btn--primary:hover:not(:disabled)[b-9l50i45nue] {
    border-color: rgba(14, 165, 233, 0.60);
    box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.12), 0 0 24px rgba(14, 165, 233, 0.14), 0 12px 30px rgba(2, 6, 23, 0.12);
    transform: translateY(-1px);
}

:global([data-bs-theme="dark"]) .wb-icon-btn--primary[b-9l50i45nue] {
    border-color: rgba(56, 189, 248, 0.35);
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.22), rgba(168, 85, 247, 0.18));
    box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.10), 0 12px 30px rgba(0,0,0,0.35);
    color: rgba(245, 247, 250, 0.92);
}

:global([data-bs-theme="dark"]) .wb-icon-btn--primary:hover:not(:disabled)[b-9l50i45nue] {
    border-color: rgba(56, 189, 248, 0.60);
    box-shadow: 0 0 0 2px rgba(168, 85, 247, 0.14), 0 0 24px rgba(56, 189, 248, 0.18), 0 12px 30px rgba(0,0,0,0.40);
    transform: translateY(-1px);
}

.wb-icon-btn--danger[b-9l50i45nue] {
    border-color: rgba(239, 68, 68, 0.35);
    background: rgba(239, 68, 68, 0.08);
    color: rgba(185, 28, 28, 0.92);
}

.wb-icon-btn--danger:hover:not(:disabled)[b-9l50i45nue] {
    border-color: rgba(239, 68, 68, 0.65);
    box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.14), 0 12px 30px rgba(2, 6, 23, 0.12);
    transform: translateY(-1px);
}

:global([data-bs-theme="dark"]) .wb-icon-btn--danger[b-9l50i45nue] {
    background: rgba(255,255,255,0.06);
    color: rgba(245, 247, 250, 0.92);
}

:global([data-bs-theme="dark"]) .wb-icon-btn--danger:hover:not(:disabled)[b-9l50i45nue] {
    border-color: rgba(239, 68, 68, 0.65);
    box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.14), 0 12px 30px rgba(0,0,0,0.40);
    transform: translateY(-1px);
}
