@import '_content/BlazorSharedComponent/BlazorSharedComponent.5p0t9ju7vl.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-sa8ks7g6jo] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-sa8ks7g6jo] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-sa8ks7g6jo] {
    background: var(--app-sidebar-bg);
}

.top-row[b-sa8ks7g6jo] {
    background-color: var(--app-topbar-bg);
    border-bottom: 1px solid var(--app-border);
    justify-content: space-between;
    gap: 1rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    color: var(--app-text-muted);
    font-size: 0.9rem;
}

    .top-row[b-sa8ks7g6jo]  a, .top-row[b-sa8ks7g6jo]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-sa8ks7g6jo]  a:hover, .top-row[b-sa8ks7g6jo]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-sa8ks7g6jo]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-sa8ks7g6jo] {
        justify-content: space-between;
    }

    .top-row[b-sa8ks7g6jo]  a, .top-row[b-sa8ks7g6jo]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-sa8ks7g6jo] {
        flex-direction: row;
    }

    .sidebar[b-sa8ks7g6jo] {
        width: 236px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-sa8ks7g6jo] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-sa8ks7g6jo]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-sa8ks7g6jo], article[b-sa8ks7g6jo] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

#blazor-error-ui[b-sa8ks7g6jo] {
    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-sa8ks7g6jo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-sfj07z3io1] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.72%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-sfj07z3io1] {
    background-color: rgba(255, 255, 255, 0.22);
}

.top-row[b-sfj07z3io1] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.24);
}

.navbar-brand[b-sfj07z3io1] {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
}

.bi[b-sfj07z3io1] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-diagram-nav-menu[b-sfj07z3io1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6H8v1.5h3A1.5 1.5 0 0 1 12.5 9v1H13a1.5 1.5 0 0 1 1.5 1.5v1A1.5 1.5 0 0 1 13 14h-1a1.5 1.5 0 0 1-1.5-1.5v-1A1.5 1.5 0 0 1 12 10V9a.5.5 0 0 0-.5-.5h-7A.5.5 0 0 0 4 9v1h.5A1.5 1.5 0 0 1 6 11.5v1A1.5 1.5 0 0 1 4.5 14h-1A1.5 1.5 0 0 1 2 12.5v-1A1.5 1.5 0 0 1 3.5 10H4V9a1.5 1.5 0 0 1 1.5-1.5H7V6h-.5A1.5 1.5 0 0 1 5 4.5v-1z'/%3E%3C/svg%3E");
}

.nav-item[b-sfj07z3io1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-sfj07z3io1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-sfj07z3io1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-sfj07z3io1]  .nav-link {
        color: rgba(255, 255, 255, 0.78);
        background: none;
        border: none;
        border-radius: 6px;
        height: 2.75rem;
        display: flex;
        align-items: center;
        line-height: 2.75rem;
        width: 100%;
    }

.nav-item[b-sfj07z3io1]  a.active {
    background-color: rgba(255, 255, 255, 0.18);
    color: white;
}

.nav-item[b-sfj07z3io1]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.11);
    color: white;
}

.nav-scrollable[b-sfj07z3io1] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-sfj07z3io1] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-sfj07z3io1] {
        display: none;
    }

    .nav-scrollable[b-sfj07z3io1] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.dashboard-header[b-jop6uo6onp] {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: flex-end;
    max-width: 1120px;
    margin: 0 auto 1.25rem;
    padding-top: 0.5rem;
}

.eyebrow[b-jop6uo6onp] {
    margin: 0 0 0.35rem;
    color: var(--app-accent);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}

h1[b-jop6uo6onp] {
    margin: 0;
    font-size: 2rem;
    line-height: 1.15;
}

.summary[b-jop6uo6onp] {
    margin: 0.65rem 0 0;
    max-width: 680px;
    color: var(--app-text-muted);
}

.metrics-grid[b-jop6uo6onp] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    max-width: 1120px;
    margin: 0 auto 1rem;
}

.metric-card[b-jop6uo6onp] {
    display: flex;
    min-height: 8rem;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
    border: 1px solid var(--app-border);
    border-radius: 8px;
    background: var(--app-surface);
    box-shadow: var(--app-shadow-sm);
}

.metric-label[b-jop6uo6onp],
.metric-detail[b-jop6uo6onp] {
    color: var(--app-text-muted);
    font-size: 0.86rem;
}

.metric-card strong[b-jop6uo6onp] {
    margin: 0.65rem 0;
    font-size: 1.35rem;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.connection-panel[b-jop6uo6onp] {
    max-width: 1120px;
    margin: 0 auto;
    border: 1px solid var(--app-border);
    border-radius: 8px;
    background: var(--app-surface);
    box-shadow: var(--app-shadow-sm);
    overflow: hidden;
}

.panel-heading[b-jop6uo6onp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 1px solid var(--app-border);
    background: var(--app-surface-muted);
}

.panel-heading h2[b-jop6uo6onp] {
    margin: 0;
    font-size: 1rem;
}

.panel-heading p[b-jop6uo6onp] {
    margin: 0.25rem 0 0;
    color: var(--app-text-muted);
    font-size: 0.9rem;
}

.status-pill[b-jop6uo6onp] {
    flex: 0 0 auto;
    padding: 0.28rem 0.55rem;
    border: 1px solid var(--app-border-strong);
    border-radius: 999px;
    color: var(--app-text-muted);
    font-size: 0.82rem;
    background: var(--app-surface);
}

.empty-state[b-jop6uo6onp] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 2rem 1rem;
    color: var(--app-text-muted);
}

.empty-state strong[b-jop6uo6onp] {
    color: var(--app-text);
}

.table-wrap[b-jop6uo6onp] {
    overflow-x: auto;
}

table[b-jop6uo6onp] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92rem;
}

th[b-jop6uo6onp],
td[b-jop6uo6onp] {
    padding: 0.78rem 1rem;
    border-bottom: 1px solid var(--app-border);
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}

th[b-jop6uo6onp] {
    color: var(--app-text-muted);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}

tr:last-child td[b-jop6uo6onp] {
    border-bottom: 0;
}

code[b-jop6uo6onp] {
    color: var(--app-accent);
}

.connection-link[b-jop6uo6onp] {
    color: var(--app-accent);
    text-decoration: none;
}

.connection-link:hover[b-jop6uo6onp] {
    text-decoration: underline;
}

@media (max-width: 860px) {
    .metrics-grid[b-jop6uo6onp] {
        grid-template-columns: 1fr;
    }

    .dashboard-header[b-jop6uo6onp],
    .panel-heading[b-jop6uo6onp] {
        align-items: stretch;
        flex-direction: column;
    }

    .status-pill[b-jop6uo6onp] {
        width: fit-content;
    }
}
/* /Components/Pages/Node.razor.rz.scp.css */
.node-header[b-yxi9xyhoyp] {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: flex-end;
    max-width: 1120px;
    margin: 0 auto 1.25rem;
    padding-top: 0.5rem;
}

.eyebrow[b-yxi9xyhoyp] {
    margin: 0 0 0.35rem;
    color: var(--app-accent);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}

h1[b-yxi9xyhoyp] {
    margin: 0;
    font-size: 2rem;
    line-height: 1.15;
}

.summary[b-yxi9xyhoyp] {
    margin: 0.65rem 0 0;
    max-width: 680px;
    color: var(--app-text-muted);
}

.back-link[b-yxi9xyhoyp] {
    color: var(--app-accent);
    font-weight: 700;
    text-decoration: none;
}

.back-link:hover[b-yxi9xyhoyp] {
    text-decoration: underline;
}

.node-metrics[b-yxi9xyhoyp] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    max-width: 1120px;
    margin: 0 auto 1rem;
}

.metric-card[b-yxi9xyhoyp] {
    display: flex;
    min-height: 8rem;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
    border: 1px solid var(--app-border);
    border-radius: 8px;
    background: var(--app-surface);
    box-shadow: var(--app-shadow-sm);
}

.metric-label[b-yxi9xyhoyp],
.metric-detail[b-yxi9xyhoyp] {
    color: var(--app-text-muted);
    font-size: 0.86rem;
}

.metric-card strong[b-yxi9xyhoyp] {
    margin: 0.65rem 0;
    font-size: 1.35rem;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.status-panel[b-yxi9xyhoyp] {
    max-width: 1120px;
    margin: 0 auto;
    border: 1px solid var(--app-border);
    border-radius: 8px;
    background: var(--app-surface);
    box-shadow: var(--app-shadow-sm);
    overflow: hidden;
}

.related-panel[b-yxi9xyhoyp] {
    max-width: 1120px;
    margin: 0 auto 1rem;
    border: 1px solid var(--app-border);
    border-radius: 8px;
    background: var(--app-surface);
    box-shadow: var(--app-shadow-sm);
    overflow: hidden;
}

.panel-heading[b-yxi9xyhoyp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 1px solid var(--app-border);
    background: var(--app-surface-muted);
}

.panel-heading h2[b-yxi9xyhoyp] {
    margin: 0;
    font-size: 1rem;
}

.panel-heading p[b-yxi9xyhoyp] {
    margin: 0.25rem 0 0;
    color: var(--app-text-muted);
    font-size: 0.9rem;
}

.refresh-button[b-yxi9xyhoyp] {
    flex: 0 0 auto;
    padding: 0.45rem 0.7rem;
    border: 1px solid var(--app-border-strong);
    border-radius: 6px;
    color: var(--app-text);
    background: var(--app-surface);
}

.refresh-button:disabled[b-yxi9xyhoyp] {
    color: var(--app-text-muted);
}

.empty-state[b-yxi9xyhoyp] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 2rem 1rem;
    color: var(--app-text-muted);
}

.empty-state strong[b-yxi9xyhoyp] {
    color: var(--app-text);
}

.related-list[b-yxi9xyhoyp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 0.75rem;
    padding: 1rem;
}

.related-card[b-yxi9xyhoyp] {
    display: flex;
    min-height: 8rem;
    flex-direction: column;
    gap: 0.75rem;
    justify-content: space-between;
    padding: 0.9rem;
    border: 1px solid var(--app-border);
    border-radius: 8px;
    background: var(--app-surface-muted);
}

.related-card-heading[b-yxi9xyhoyp],
.related-meta[b-yxi9xyhoyp] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.75rem;
    align-items: center;
}

.related-card-heading span[b-yxi9xyhoyp],
.related-meta[b-yxi9xyhoyp] {
    color: var(--app-text-muted);
    font-size: 0.86rem;
}

.related-card strong[b-yxi9xyhoyp] {
    font-size: 1rem;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.connection-link[b-yxi9xyhoyp] {
    color: var(--app-accent);
    font-weight: 700;
    text-decoration: none;
}

.connection-link:hover[b-yxi9xyhoyp] {
    text-decoration: underline;
}

.connection-full[b-yxi9xyhoyp] {
    display: block;
    margin-top: 0.25rem;
    color: var(--app-text-muted);
    font-size: 0.78rem;
}

.status-groups[b-yxi9xyhoyp] {
    display: grid;
    gap: 0;
}

.status-group[b-yxi9xyhoyp] {
    padding: 1rem;
    border-bottom: 1px solid var(--app-border);
}

.status-group:last-child[b-yxi9xyhoyp] {
    border-bottom: 0;
}

.status-group h3[b-yxi9xyhoyp] {
    margin: 0 0 0.75rem;
    font-size: 0.95rem;
}

dl[b-yxi9xyhoyp] {
    display: grid;
    grid-template-columns: minmax(10rem, 16rem) minmax(0, 1fr);
    gap: 0.5rem 1rem;
    margin: 0;
}

dl div[b-yxi9xyhoyp] {
    display: contents;
}

dt[b-yxi9xyhoyp] {
    color: var(--app-text-muted);
    font-weight: 700;
}

dd[b-yxi9xyhoyp] {
    margin: 0;
    overflow-wrap: anywhere;
}

@media (max-width: 860px) {
    .node-metrics[b-yxi9xyhoyp],
    dl[b-yxi9xyhoyp] {
        grid-template-columns: 1fr;
    }

    .node-header[b-yxi9xyhoyp],
    .panel-heading[b-yxi9xyhoyp] {
        align-items: stretch;
        flex-direction: column;
    }

    .refresh-button[b-yxi9xyhoyp] {
        width: fit-content;
    }
}
