/* _content/Dark.Admin/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-pat7sdyotw] {
    color-scheme: light only;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 14px 14px 0 0;
    bottom: 0;
    box-shadow: 0 -12px 40px rgba(15, 23, 42, 0.12);
    box-sizing: border-box;
    color: #9a3412;
    display: none;
    left: 50%;
    max-width: 720px;
    padding: 14px 48px 14px 18px;
    position: fixed;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    z-index: 2000;
}

#blazor-error-ui .dismiss[b-pat7sdyotw] {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 16px;
    top: 10px;
}

*[b-pat7sdyotw] {
    box-sizing: border-box;
}

.admin-layout[b-pat7sdyotw] {
    background:
        radial-gradient(circle at 82% 2%, rgba(91, 92, 246, 0.08), transparent 30rem),
        #f4f6f9;
    display: grid;
    grid-template-columns: 272px minmax(0, 1fr);
    grid-template-rows: 74px minmax(0, 1fr);
    height: 100dvh;
    min-height: 100vh;
    overflow: hidden;
}

.top-header[b-pat7sdyotw] {
    align-items: center;
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.86);
    border-bottom: 1px solid rgba(214, 220, 231, 0.82);
    display: flex;
    grid-column: 2;
    grid-row: 1;
    justify-content: space-between;
    min-width: 0;
    padding: 0 32px;
    position: relative;
    z-index: 120;
}

.header-left[b-pat7sdyotw],
.header-right[b-pat7sdyotw],
.header-context[b-pat7sdyotw],
.user-menu[b-pat7sdyotw],
.user-copy[b-pat7sdyotw] {
    align-items: center;
    display: flex;
}

.header-left[b-pat7sdyotw] {
    min-width: 0;
}

.header-right[b-pat7sdyotw] {
    flex-shrink: 0;
    gap: 14px;
}

.header-context[b-pat7sdyotw] {
    gap: 12px;
    min-width: 0;
}

.context-label[b-pat7sdyotw] {
    color: #8a94a6;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.mobile-nav-toggle[b-pat7sdyotw] {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dce1e9;
    border-radius: 11px;
    cursor: pointer;
    display: none;
    flex-direction: column;
    gap: 4px;
    height: 40px;
    justify-content: center;
    margin-right: 12px;
    padding: 0;
    width: 40px;
}

.mobile-nav-toggle span[b-pat7sdyotw] {
    background: #344054;
    border-radius: 999px;
    display: block;
    height: 1.5px;
    width: 17px;
}

.project-dropdown[b-pat7sdyotw] {
    position: relative;
}

.project-dropdown-trigger[b-pat7sdyotw] {
    align-items: center;
    background: #f6f7fa;
    border: 1px solid #e2e6ed;
    border-radius: 12px;
    color: #172033;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    gap: 9px;
    min-height: 42px;
    min-width: 208px;
    padding: 9px 12px;
    transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.project-dropdown-trigger:hover[b-pat7sdyotw],
.project-dropdown-trigger:focus-visible[b-pat7sdyotw] {
    background: #ffffff;
    border-color: #bcc4d2;
    box-shadow: 0 0 0 4px rgba(91, 92, 246, 0.08);
    outline: none;
}

.project-presence[b-pat7sdyotw] {
    background: #21b486;
    border: 3px solid #dff8ef;
    border-radius: 999px;
    box-sizing: content-box;
    height: 7px;
    width: 7px;
}

.project-presence.empty[b-pat7sdyotw] {
    background: #98a2b3;
    border-color: #eaecf0;
}

.project-name[b-pat7sdyotw] {
    color: #172033;
    flex: 1;
    font-size: 14px;
    font-weight: 680;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown-arrow[b-pat7sdyotw] {
    color: #7a8496;
    height: 16px;
    transition: transform 160ms ease;
    width: 16px;
}

.dropdown-arrow.open[b-pat7sdyotw] {
    transform: rotate(180deg);
}

.project-dropdown-menu[b-pat7sdyotw] {
    animation: dropdown-enter-b-pat7sdyotw 160ms ease-out;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #e2e6ed;
    border-radius: 16px;
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.16), 0 4px 12px rgba(15, 23, 42, 0.06);
    left: 0;
    min-width: 310px;
    padding: 8px;
    position: absolute;
    top: calc(100% + 10px);
    z-index: 1000;
}

@keyframes dropdown-enter-b-pat7sdyotw {
    from {
        opacity: 0;
        transform: translateY(-6px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.project-menu-heading[b-pat7sdyotw] {
    align-items: center;
    color: #7a8496;
    display: flex;
    font-size: 11px;
    font-weight: 750;
    justify-content: space-between;
    letter-spacing: 0.08em;
    padding: 9px 10px 8px;
    text-transform: uppercase;
}

.project-menu-heading span:last-child[b-pat7sdyotw] {
    align-items: center;
    background: #eef0f4;
    border-radius: 999px;
    color: #596275;
    display: flex;
    height: 22px;
    justify-content: center;
    min-width: 22px;
    padding: 0 7px;
}

.project-menu-empty[b-pat7sdyotw] {
    color: #8a94a6;
    font-size: 13px;
    padding: 18px 12px;
    text-align: center;
}

.project-item[b-pat7sdyotw] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 11px;
    color: inherit;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    gap: 11px;
    padding: 10px;
    text-align: left;
    text-decoration: none;
    transition: background-color 140ms ease, color 140ms ease;
    width: 100%;
}

.project-item:hover[b-pat7sdyotw],
.project-item:focus-visible[b-pat7sdyotw] {
    background: #f3f5f8;
    outline: none;
}

.project-item.active[b-pat7sdyotw] {
    background: #eef0ff;
}

.project-item-icon[b-pat7sdyotw] {
    align-items: center;
    background: #edf0f4;
    border-radius: 10px;
    display: flex;
    flex-shrink: 0;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.project-item-icon svg[b-pat7sdyotw] {
    color: #5b5cf6;
    height: 18px;
    width: 18px;
}

.project-item.active .project-item-icon[b-pat7sdyotw] {
    background: #dfe2ff;
}

.project-item-info[b-pat7sdyotw] {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.project-item-name[b-pat7sdyotw] {
    color: #273044;
    font-size: 14px;
    font-weight: 680;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project-item-company[b-pat7sdyotw] {
    color: #8a94a6;
    font-size: 12px;
}

.check-icon[b-pat7sdyotw] {
    color: #5b5cf6;
    height: 18px;
    width: 18px;
}

.project-dropdown-divider[b-pat7sdyotw] {
    background: #eceef2;
    height: 1px;
    margin: 7px 4px;
}

.project-item.add-project[b-pat7sdyotw] {
    color: #4e4fd7;
    font-size: 14px;
    font-weight: 680;
}

.project-item.add-project .project-item-icon[b-pat7sdyotw] {
    background: #eef0ff;
}

.dropdown-backdrop[b-pat7sdyotw] {
    inset: 0;
    position: fixed;
    z-index: 110;
}

.environment-badge[b-pat7sdyotw] {
    align-items: center;
    background: #f6f7f9;
    border: 1px solid #e3e6ec;
    border-radius: 999px;
    color: #667085;
    display: flex;
    font-size: 11px;
    font-weight: 700;
    gap: 7px;
    letter-spacing: 0.03em;
    padding: 7px 10px;
    text-transform: uppercase;
}

.environment-dot[b-pat7sdyotw] {
    background: #21b486;
    border-radius: 999px;
    box-shadow: 0 0 0 4px rgba(33, 180, 134, 0.12);
    height: 6px;
    width: 6px;
}

.user-menu[b-pat7sdyotw] {
    gap: 10px;
}

.user-avatar[b-pat7sdyotw] {
    align-items: center;
    background: linear-gradient(145deg, #5b5cf6, #7c4ff1);
    border: 3px solid #edeefe;
    border-radius: 12px;
    color: white;
    display: flex;
    font-size: 13px;
    font-weight: 800;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.user-copy[b-pat7sdyotw] {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    max-width: 180px;
}

.user-name[b-pat7sdyotw] {
    color: #1d2939;
    font-size: 13px;
    font-weight: 700;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-role[b-pat7sdyotw] {
    color: #8a94a6;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.logout-btn[b-pat7sdyotw] {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    height: 36px;
    justify-content: center;
    padding: 0;
    transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
    width: 36px;
}

.logout-btn:hover[b-pat7sdyotw],
.logout-btn:focus-visible[b-pat7sdyotw] {
    background: #fff1f2;
    border-color: #fecdd3;
    outline: none;
}

.logout-btn svg[b-pat7sdyotw] {
    color: #7a8496;
    height: 18px;
    width: 18px;
}

.logout-btn:hover svg[b-pat7sdyotw] {
    color: #e11d48;
}

.main-container[b-pat7sdyotw] {
    display: contents;
}

.sidebar[b-pat7sdyotw] {
    background:
        radial-gradient(circle at 28px 30px, rgba(124, 79, 241, 0.2), transparent 190px),
        #0b1020;
    border-right: 1px solid rgba(255, 255, 255, 0.055);
    color: #d7deeb;
    display: flex;
    flex-direction: column;
    grid-column: 1;
    grid-row: 1 / 3;
    min-height: 0;
    overflow: hidden;
    position: relative;
    z-index: 150;
}

.brand[b-pat7sdyotw] {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.065);
    color: white;
    display: flex;
    flex: 0 0 74px;
    gap: 12px;
    padding: 0 24px;
    text-decoration: none;
}

.brand-mark[b-pat7sdyotw] {
    align-items: center;
    background: linear-gradient(145deg, #7778ff, #9d67f6);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 13px;
    box-shadow: 0 9px 24px rgba(91, 92, 246, 0.28);
    color: white;
    display: flex;
    font-size: 17px;
    font-weight: 850;
    height: 40px;
    justify-content: center;
    letter-spacing: -0.04em;
    width: 40px;
}

.brand-copy[b-pat7sdyotw] {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.brand-copy strong[b-pat7sdyotw] {
    font-size: 16px;
    font-weight: 760;
    letter-spacing: -0.02em;
}

.brand-copy small[b-pat7sdyotw] {
    color: #7f8ba3;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sidebar-scroll[b-pat7sdyotw] {
    flex: 1;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 12px 0 20px;
    scrollbar-color: rgba(255, 255, 255, 0.16) transparent;
    scrollbar-width: thin;
}

.sidebar-scroll[b-pat7sdyotw]::-webkit-scrollbar {
    width: 5px;
}

.sidebar-scroll[b-pat7sdyotw]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.14);
    border-radius: 999px;
}

.nav-section[b-pat7sdyotw] {
    padding: 9px 14px;
}

.nav-label[b-pat7sdyotw] {
    color: #667188;
    display: block;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.15em;
    padding: 5px 10px 8px;
}

.nav-menu[b-pat7sdyotw] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu li[b-pat7sdyotw] {
    margin: 2px 0;
    padding: 0;
}

.nav-menu[b-pat7sdyotw]  a {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #99a5ba;
    display: flex;
    font-size: 13px;
    font-weight: 590;
    gap: 11px;
    min-height: 40px;
    padding: 8px 11px;
    position: relative;
    text-decoration: none;
    transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease, transform 140ms ease;
}

.nav-menu[b-pat7sdyotw]  a .nav-icon {
    color: #6f7b92;
    flex-shrink: 0;
    height: 18px;
    transition: color 140ms ease;
    width: 18px;
}

.nav-menu[b-pat7sdyotw]  a:hover,
.nav-menu[b-pat7sdyotw]  a:focus-visible {
    background: rgba(255, 255, 255, 0.055);
    color: #f3f5f9;
    outline: none;
    transform: translateX(2px);
}

.nav-menu[b-pat7sdyotw]  a:hover .nav-icon {
    color: #aeb8ca;
}

.nav-menu[b-pat7sdyotw]  a.active {
    background: linear-gradient(100deg, rgba(91, 92, 246, 0.24), rgba(124, 79, 241, 0.1));
    border-color: rgba(146, 148, 255, 0.15);
    box-shadow: inset 3px 0 #7d7eff;
    color: #ffffff;
}

.nav-menu[b-pat7sdyotw]  a.active .nav-icon {
    color: #a9aaff;
}

.sidebar-footer[b-pat7sdyotw] {
    align-items: center;
    background: rgba(255, 255, 255, 0.025);
    border-top: 1px solid rgba(255, 255, 255, 0.065);
    display: flex;
    flex: 0 0 70px;
    gap: 11px;
    padding: 0 22px;
}

.sidebar-footer > div:last-child[b-pat7sdyotw] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sidebar-footer strong[b-pat7sdyotw] {
    color: #d6dcea;
    font-size: 11px;
    font-weight: 700;
}

.sidebar-footer span[b-pat7sdyotw] {
    color: #69758c;
    font-size: 10px;
}

.system-orbit[b-pat7sdyotw] {
    align-items: center;
    border: 1px solid rgba(38, 203, 151, 0.3);
    border-radius: 999px;
    display: flex;
    height: 29px;
    justify-content: center;
    width: 29px;
}

.system-orbit span[b-pat7sdyotw] {
    background: #26cb97;
    border-radius: 999px;
    box-shadow: 0 0 12px rgba(38, 203, 151, 0.8);
    height: 7px;
    width: 7px;
}

.content[b-pat7sdyotw] {
    background: transparent;
    grid-column: 2;
    grid-row: 2;
    min-height: 0;
    min-width: 0;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.content-wrapper[b-pat7sdyotw] {
    animation: page-enter-b-pat7sdyotw 260ms cubic-bezier(0.2, 0.72, 0.3, 1);
    margin: 0 auto;
    max-width: 1560px;
    padding: clamp(24px, 3vw, 44px);
    width: 100%;
}

@keyframes page-enter-b-pat7sdyotw {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mobile-nav-backdrop[b-pat7sdyotw] {
    background: rgba(8, 13, 24, 0.56);
    border: 0;
    inset: 0;
    padding: 0;
    position: fixed;
    z-index: 140;
}

@media (max-width: 1024px) {
    .admin-layout[b-pat7sdyotw] {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: 68px minmax(0, 1fr);
    }

    .top-header[b-pat7sdyotw] {
        grid-column: 1;
        padding: 0 22px;
    }

    .content[b-pat7sdyotw] {
        grid-column: 1;
    }

    .mobile-nav-toggle[b-pat7sdyotw] {
        display: flex;
    }

    .sidebar[b-pat7sdyotw] {
        bottom: 0;
        left: 0;
        max-width: calc(100vw - 52px);
        position: fixed;
        top: 0;
        transform: translateX(-102%);
        transition: transform 220ms cubic-bezier(0.2, 0.72, 0.3, 1);
        width: 280px;
    }

    .sidebar.mobile-open[b-pat7sdyotw] {
        box-shadow: 24px 0 60px rgba(5, 10, 22, 0.3);
        transform: translateX(0);
    }
}

@media (max-width: 700px) {
    .top-header[b-pat7sdyotw] {
        padding: 0 16px;
    }

    .context-label[b-pat7sdyotw],
    .environment-badge[b-pat7sdyotw] {
        display: none;
    }

    .project-dropdown-trigger[b-pat7sdyotw] {
        min-width: min(44vw, 200px);
    }

    .user-copy[b-pat7sdyotw] {
        display: none;
    }

    .user-menu[b-pat7sdyotw] {
        gap: 5px;
    }

    .content-wrapper[b-pat7sdyotw] {
        padding: 22px 16px 36px;
    }
}

@media (max-width: 480px) {
    .mobile-nav-toggle[b-pat7sdyotw] {
        margin-right: 8px;
    }

    .project-dropdown-trigger[b-pat7sdyotw] {
        min-width: 0;
        width: 42vw;
    }

    .project-dropdown-menu[b-pat7sdyotw] {
        left: 16px;
        min-width: 0;
        position: fixed;
        right: 16px;
        top: 66px;
    }

    .user-avatar[b-pat7sdyotw] {
        height: 34px;
        width: 34px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .content-wrapper[b-pat7sdyotw],
    .project-dropdown-menu[b-pat7sdyotw],
    .sidebar[b-pat7sdyotw],
    .nav-menu[b-pat7sdyotw]  a {
        animation: none;
        scroll-behavior: auto;
        transition: none;
    }
}
/* _content/Dark.Admin/Components/Pages/Operations.razor.rz.scp.css */
.operations-header[b-d2bfc6je2h] {
    position: relative;
}

.operations-link[b-d2bfc6je2h],
.operations-refresh[b-d2bfc6je2h] {
    white-space: nowrap;
}

.operations-refresh svg.spinning[b-d2bfc6je2h],
.ops-action svg.spinning[b-d2bfc6je2h] {
    animation: ops-spin-b-d2bfc6je2h 850ms linear infinite;
}

.fleet-status[b-d2bfc6je2h] {
    align-items: center;
    background: #f5f6f8;
    border: 1px solid var(--admin-border);
    border-radius: 999px;
    color: var(--admin-muted);
    display: inline-flex;
    font-size: 11px;
    font-weight: 750;
    gap: 8px;
    min-height: 38px;
    padding: 7px 13px;
}

.fleet-status-dot[b-d2bfc6je2h] {
    background: #98a2b3;
    border-radius: 50%;
    height: 7px;
    width: 7px;
}

.fleet-status.healthy[b-d2bfc6je2h] {
    background: var(--admin-mint-soft);
    border-color: #caecdf;
    color: #167353;
}

.fleet-status.healthy .fleet-status-dot[b-d2bfc6je2h] {
    background: var(--admin-mint);
    box-shadow: 0 0 0 5px rgba(33, 167, 123, .12);
}

.fleet-status.attention[b-d2bfc6je2h] {
    background: var(--admin-amber-soft);
    border-color: #f1dba9;
    color: #9b600a;
}

.fleet-status.attention .fleet-status-dot[b-d2bfc6je2h] {
    background: var(--admin-amber);
    box-shadow: 0 0 0 5px rgba(217, 144, 22, .12);
}

.fleet-status.checking .fleet-status-dot[b-d2bfc6je2h] {
    animation: ops-pulse-b-d2bfc6je2h 1.2s ease-in-out infinite;
    background: var(--admin-accent);
}

.ops-summary[b-d2bfc6je2h] {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 24px;
}

.memory-icon[b-d2bfc6je2h] {
    background: #f2edff !important;
    border-color: #e3d8ff !important;
    color: #7a52d8 !important;
}

.memory-value[b-d2bfc6je2h] {
    font-size: 21px !important;
}

.operations-toolbar[b-d2bfc6je2h] {
    align-items: flex-end;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin: 4px 0 14px;
}

.operations-toolbar h2[b-d2bfc6je2h] {
    color: var(--admin-ink);
    font-size: 20px;
    letter-spacing: -.025em;
    margin: 3px 0 0;
}

.toolbar-kicker[b-d2bfc6je2h] {
    color: var(--admin-accent);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.toolbar-meta[b-d2bfc6je2h] {
    align-items: center;
    color: var(--admin-muted);
    display: flex;
    font-size: 11px;
    gap: 15px;
}

.auto-refresh[b-d2bfc6je2h] {
    align-items: center;
    display: inline-flex;
    gap: 7px;
}

.auto-refresh > span[b-d2bfc6je2h] {
    animation: ops-pulse-b-d2bfc6je2h 1.6s ease-in-out infinite;
    background: var(--admin-mint);
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.server-fleet-grid[b-d2bfc6je2h] {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.operations-server-card[b-d2bfc6je2h] {
    background: #fff;
    border: 1px solid var(--admin-border);
    border-radius: 19px;
    box-shadow: var(--admin-shadow-sm);
    min-width: 0;
    overflow: hidden;
    position: relative;
    transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

.operations-server-card:hover[b-d2bfc6je2h] {
    border-color: #cfd5e0;
    box-shadow: 0 16px 36px rgba(16, 24, 40, .075);
    transform: translateY(-2px);
}

.server-card-accent[b-d2bfc6je2h] {
    background: #98a2b3;
    height: 3px;
    inset: 0 0 auto;
    position: absolute;
}

.operations-server-card.healthy .server-card-accent[b-d2bfc6je2h] {
    background: linear-gradient(90deg, #19a779, #5dd4aa);
}

.operations-server-card.starting .server-card-accent[b-d2bfc6je2h] {
    background: linear-gradient(90deg, #6263f2, #9a82ff);
}

.operations-server-card.degraded .server-card-accent[b-d2bfc6je2h] {
    background: linear-gradient(90deg, #d99016, #f0bd56);
}

.operations-server-card.unreachable .server-card-accent[b-d2bfc6je2h] {
    background: linear-gradient(90deg, #d74655, #f27a82);
}

.server-card-header[b-d2bfc6je2h] {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 23px 23px 18px;
}

.server-identity[b-d2bfc6je2h] {
    align-items: flex-start;
    display: flex;
    gap: 13px;
    min-width: 0;
}

.server-pulse[b-d2bfc6je2h] {
    align-items: center;
    background: #f0f2f5;
    border: 1px solid #e2e5eb;
    border-radius: 12px;
    display: flex;
    flex: 0 0 auto;
    height: 39px;
    justify-content: center;
    width: 39px;
}

.server-pulse span[b-d2bfc6je2h] {
    background: #98a2b3;
    border-radius: 50%;
    height: 8px;
    width: 8px;
}

.healthy .server-pulse[b-d2bfc6je2h] {
    background: var(--admin-mint-soft);
    border-color: #c9ecdf;
}

.healthy .server-pulse span[b-d2bfc6je2h] {
    animation: ops-pulse-b-d2bfc6je2h 1.8s ease-in-out infinite;
    background: var(--admin-mint);
    box-shadow: 0 0 0 5px rgba(33, 167, 123, .13);
}

.starting .server-pulse[b-d2bfc6je2h] {
    background: var(--admin-accent-soft);
    border-color: #dfe2ff;
}

.starting .server-pulse span[b-d2bfc6je2h] {
    animation: ops-pulse-b-d2bfc6je2h 1s ease-in-out infinite;
    background: var(--admin-accent);
}

.degraded .server-pulse[b-d2bfc6je2h] {
    background: var(--admin-amber-soft);
    border-color: #f2dfb2;
}

.degraded .server-pulse span[b-d2bfc6je2h] {
    background: var(--admin-amber);
}

.unreachable .server-pulse[b-d2bfc6je2h] {
    background: var(--admin-red-soft);
    border-color: #ffd4d8;
}

.unreachable .server-pulse span[b-d2bfc6je2h] {
    background: var(--admin-red);
}

.server-name-row[b-d2bfc6je2h] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.server-name-row h3[b-d2bfc6je2h] {
    color: var(--admin-ink);
    font-size: 17px;
    font-weight: 760;
    letter-spacing: -.025em;
    margin: 0;
}

.server-tag[b-d2bfc6je2h] {
    background: #eef0ff;
    border: 1px solid #e0e3ff;
    border-radius: 999px;
    color: var(--admin-accent-strong);
    font-size: 9px;
    font-weight: 760;
    padding: 4px 7px;
    text-transform: uppercase;
}

.server-tag.subtle[b-d2bfc6je2h] {
    background: #f3f4f6;
    border-color: #e7e9ed;
    color: #737c8c;
}

.server-endpoint[b-d2bfc6je2h] {
    align-items: center;
    color: var(--admin-muted);
    display: inline-flex;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 11px;
    gap: 5px;
    margin-top: 7px;
    max-width: 100%;
    text-decoration: none;
}

.server-endpoint:hover[b-d2bfc6je2h] {
    color: var(--admin-accent);
}

.server-endpoint svg[b-d2bfc6je2h] {
    height: 12px;
    width: 12px;
}

.state-pill[b-d2bfc6je2h] {
    align-items: center;
    background: #f2f3f5;
    border: 1px solid #e2e5ea;
    border-radius: 999px;
    color: #667085;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 10px;
    font-weight: 780;
    gap: 7px;
    padding: 7px 9px;
    text-transform: uppercase;
}

.state-pill > span[b-d2bfc6je2h] {
    background: currentColor;
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.state-pill.healthy[b-d2bfc6je2h] {
    background: var(--admin-mint-soft);
    border-color: #c8ecdf;
    color: #167353;
}

.state-pill.starting[b-d2bfc6je2h] {
    background: var(--admin-accent-soft);
    border-color: #dfe2ff;
    color: var(--admin-accent-strong);
}

.state-pill.degraded[b-d2bfc6je2h] {
    background: var(--admin-amber-soft);
    border-color: #f1dcae;
    color: #9c6109;
}

.state-pill.unreachable[b-d2bfc6je2h] {
    background: var(--admin-red-soft);
    border-color: #ffd4d8;
    color: #b42332;
}

.runtime-metrics[b-d2bfc6je2h] {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0 23px 17px;
}

.runtime-metric[b-d2bfc6je2h] {
    background: #f8f9fb;
    border: 1px solid #eceff3;
    border-radius: 11px;
    min-width: 0;
    padding: 10px 11px;
}

.runtime-metric span[b-d2bfc6je2h] {
    color: #8a93a3;
    display: block;
    font-size: 9px;
    font-weight: 680;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.runtime-metric strong[b-d2bfc6je2h] {
    color: var(--admin-ink);
    display: block;
    font-size: 12px;
    font-weight: 740;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dependency-grid[b-d2bfc6je2h] {
    border-bottom: 1px solid var(--admin-border-soft);
    border-top: 1px solid var(--admin-border-soft);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 23px;
    padding: 14px 0;
}

.dependency-check[b-d2bfc6je2h] {
    align-items: center;
    display: flex;
    gap: 9px;
    min-width: 0;
    padding: 0 13px;
}

.dependency-check:first-child[b-d2bfc6je2h] {
    padding-left: 0;
}

.dependency-check + .dependency-check[b-d2bfc6je2h] {
    border-left: 1px solid var(--admin-border-soft);
}

.check-mark[b-d2bfc6je2h] {
    background: #98a2b3;
    border-radius: 50%;
    flex: 0 0 auto;
    height: 7px;
    width: 7px;
}

.dependency-check.ok .check-mark[b-d2bfc6je2h] {
    background: var(--admin-mint);
    box-shadow: 0 0 0 4px rgba(33, 167, 123, .1);
}

.dependency-check.warn .check-mark[b-d2bfc6je2h] {
    background: var(--admin-amber);
    box-shadow: 0 0 0 4px rgba(217, 144, 22, .1);
}

.dependency-check strong[b-d2bfc6je2h],
.dependency-check small[b-d2bfc6je2h] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dependency-check strong[b-d2bfc6je2h] {
    color: #495366;
    font-size: 10px;
    font-weight: 720;
}

.dependency-check small[b-d2bfc6je2h] {
    color: #969ead;
    font-size: 9px;
    margin-top: 2px;
}

.server-status-copy[b-d2bfc6je2h] {
    align-items: center;
    color: var(--admin-muted);
    display: flex;
    font-size: 10px;
    gap: 12px;
    justify-content: space-between;
    min-height: 36px;
    padding: 12px 23px 4px;
}

.server-status-copy span:last-child[b-d2bfc6je2h] {
    color: #9ba3b1;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    white-space: nowrap;
}

.server-card-actions[b-d2bfc6je2h] {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 13px 23px 20px;
}

.command-actions[b-d2bfc6je2h] {
    display: flex;
    gap: 7px;
}

.ops-action[b-d2bfc6je2h] {
    align-items: center;
    background: #f5f6f8;
    border: 1px solid #e1e5eb;
    border-radius: 9px;
    color: #4d5768;
    cursor: pointer;
    display: inline-flex;
    font-size: 10px;
    font-weight: 720;
    gap: 6px;
    justify-content: center;
    min-height: 33px;
    padding: 7px 10px;
}

.ops-action:hover:not(:disabled)[b-d2bfc6je2h] {
    background: #eceef2;
    border-color: #d5dae2;
}

.ops-action svg[b-d2bfc6je2h] {
    height: 14px;
    width: 14px;
}

.ops-action.primary[b-d2bfc6je2h] {
    background: linear-gradient(135deg, var(--admin-accent), #7657eb);
    border-color: transparent;
    box-shadow: 0 5px 14px rgba(91, 92, 246, .18);
    color: #fff;
}

.ops-action.danger[b-d2bfc6je2h] {
    background: var(--admin-red-soft);
    border-color: #ffd4d8;
    color: var(--admin-red);
}

.ops-action.ghost[b-d2bfc6je2h] {
    background: transparent;
    border-color: transparent;
    color: #687386;
    padding-left: 0;
}

.ops-action:disabled[b-d2bfc6je2h] {
    cursor: not-allowed;
    opacity: .48;
}

.inline-log-panel[b-d2bfc6je2h] {
    background: #111827;
    border-top: 1px solid #273244;
    color: #d8deea;
}

.inline-log-header[b-d2bfc6je2h] {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    font-size: 10px;
    justify-content: space-between;
    padding: 10px 15px;
}

.inline-log-header > span[b-d2bfc6je2h] {
    align-items: center;
    display: inline-flex;
    font-weight: 700;
    gap: 7px;
}

.inline-log-header i[b-d2bfc6je2h] {
    animation: ops-pulse-b-d2bfc6je2h 1.5s ease-in-out infinite;
    background: #48d59f;
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.inline-log-header a[b-d2bfc6je2h] {
    color: #a9b5ff;
    text-decoration: none;
}

.inline-log-body[b-d2bfc6je2h] {
    max-height: 230px;
    overflow: auto;
    padding: 9px 0;
}

.log-row[b-d2bfc6je2h] {
    display: grid;
    font-size: 10px;
    gap: 9px;
    grid-template-columns: 48px 28px minmax(0, 1fr);
    line-height: 1.5;
    padding: 2px 15px;
}

.log-row time[b-d2bfc6je2h] {
    color: #718096;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.log-row > span[b-d2bfc6je2h] {
    color: #7dd3fc;
    font-size: 9px;
    font-weight: 780;
}

.log-row.system > span[b-d2bfc6je2h] {
    color: #c4b5fd;
}

.log-row.error > span[b-d2bfc6je2h],
.log-row.error code[b-d2bfc6je2h] {
    color: #fda4af;
}

.log-row code[b-d2bfc6je2h] {
    color: #d8deea;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}

.log-empty[b-d2bfc6je2h] {
    color: #7f8b9f;
    font-size: 10px;
    padding: 18px 15px;
    text-align: center;
}

.operations-loading[b-d2bfc6je2h],
.operations-empty[b-d2bfc6je2h] {
    align-items: center;
    background: #fff;
    border: 1px solid var(--admin-border);
    border-radius: 19px;
    box-shadow: var(--admin-shadow-sm);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 310px;
    padding: 36px;
    text-align: center;
}

.loading-orbit[b-d2bfc6je2h] {
    animation: ops-spin-b-d2bfc6je2h 1s linear infinite;
    border: 3px solid #e6e8ff;
    border-radius: 50%;
    border-top-color: var(--admin-accent);
    height: 34px;
    margin-bottom: 15px;
    width: 34px;
}

.operations-loading strong[b-d2bfc6je2h],
.operations-empty h3[b-d2bfc6je2h] {
    color: var(--admin-ink);
    font-size: 16px;
    margin: 0 0 6px;
}

.operations-loading small[b-d2bfc6je2h],
.operations-empty p[b-d2bfc6je2h] {
    color: var(--admin-muted);
    font-size: 11px;
    margin: 0 0 18px;
}

.empty-server-mark[b-d2bfc6je2h] {
    align-items: center;
    background: var(--admin-accent-soft);
    border: 1px solid #dfe2ff;
    border-radius: 15px;
    color: var(--admin-accent);
    display: flex;
    height: 55px;
    justify-content: center;
    margin-bottom: 16px;
    width: 55px;
}

.empty-server-mark svg[b-d2bfc6je2h] {
    height: 25px;
    width: 25px;
}

.permission-note[b-d2bfc6je2h] {
    align-items: center;
    background: #f8f9fb;
    border: 1px solid var(--admin-border-soft);
    border-radius: 12px;
    color: var(--admin-muted);
    display: flex;
    font-size: 11px;
    gap: 9px;
    margin-top: 16px;
    padding: 11px 13px;
}

.permission-note svg[b-d2bfc6je2h] {
    color: #8791a2;
    height: 15px;
    width: 15px;
}

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

@keyframes ops-pulse-b-d2bfc6je2h {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: .55; transform: scale(.82); }
}

@media (max-width: 1280px) {
    .ops-summary[b-d2bfc6je2h] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .server-fleet-grid[b-d2bfc6je2h] {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 720px) {
    .ops-summary[b-d2bfc6je2h] {
        grid-template-columns: minmax(0, 1fr);
    }

    .operations-toolbar[b-d2bfc6je2h],
    .server-card-header[b-d2bfc6je2h],
    .server-card-actions[b-d2bfc6je2h],
    .server-status-copy[b-d2bfc6je2h] {
        align-items: stretch;
        flex-direction: column;
    }

    .toolbar-meta[b-d2bfc6je2h] {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .runtime-metrics[b-d2bfc6je2h] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dependency-grid[b-d2bfc6je2h] {
        gap: 10px;
        grid-template-columns: minmax(0, 1fr);
    }

    .dependency-check[b-d2bfc6je2h],
    .dependency-check:first-child[b-d2bfc6je2h] {
        padding: 0;
    }

    .dependency-check + .dependency-check[b-d2bfc6je2h] {
        border-left: 0;
    }

    .command-actions[b-d2bfc6je2h] {
        width: 100%;
    }

    .command-actions .ops-action[b-d2bfc6je2h] {
        flex: 1;
    }

    .state-pill[b-d2bfc6je2h] {
        align-self: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .operations-server-card[b-d2bfc6je2h],
    .operations-refresh svg.spinning[b-d2bfc6je2h],
    .ops-action svg.spinning[b-d2bfc6je2h],
    .fleet-status-dot[b-d2bfc6je2h],
    .server-pulse span[b-d2bfc6je2h],
    .auto-refresh > span[b-d2bfc6je2h],
    .inline-log-header i[b-d2bfc6je2h],
    .loading-orbit[b-d2bfc6je2h] {
        animation: none;
        transition: none;
    }
}
