/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-g0mntag9mq] { min-height: 100vh; }
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-theopcs2nu] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-theopcs2nu] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-theopcs2nu] {
    font-size: 1.1rem;
}

.bi[b-theopcs2nu] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-theopcs2nu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-theopcs2nu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-theopcs2nu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-theopcs2nu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-theopcs2nu] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-theopcs2nu] {
        padding-bottom: 1rem;
    }

    .nav-item[b-theopcs2nu]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-theopcs2nu]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-theopcs2nu]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-theopcs2nu] {
        display: none;
    }

    .collapse[b-theopcs2nu] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-theopcs2nu] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/DefenseGovernancePanel.razor.rz.scp.css */
.network-intro[b-kop72x7weo] { color: #9295a5; max-width: 760px; }
.support-topology[b-kop72x7weo] { margin: 24px 0; display: grid; justify-items: center; }
.network-user-node[b-kop72x7weo] { min-width: 180px; padding: 18px 28px; display: grid; gap: 4px; text-align: center; border: 1px solid #22d3ee66; border-radius: 14px; background: linear-gradient(145deg, #171329, #102132); box-shadow: 0 0 30px #22d3ee1c; }
.network-user-node span[b-kop72x7weo], .network-user-node small[b-kop72x7weo] { color: #67e8f9; font: 9px Consolas, monospace; letter-spacing: .12em; }
.network-user-node b[b-kop72x7weo] { font-size: 19px; }
.network-trunk[b-kop72x7weo] { width: 1px; height: 38px; background: linear-gradient(#22d3ee, #a855f7); }
.network-nodes[b-kop72x7weo] { position: relative; width: 100%; display: grid; grid-template-columns: repeat(2, minmax(260px, 1fr)); gap: 22px; padding-top: 28px; }
.network-nodes[b-kop72x7weo]::before { content: ""; position: absolute; top: 0; left: 25%; right: 25%; height: 1px; background: #a855f766; }
.network-contact-node[b-kop72x7weo] { position: relative; border: 1px solid #ffffff16; border-radius: 13px; background: #111118; overflow: hidden; }
.network-contact-node[b-kop72x7weo]::before { content: ""; position: absolute; width: 1px; height: 28px; top: -28px; left: 50%; background: #a855f766; }
.network-contact-node.emergency[b-kop72x7weo] { border-color: #ec489966; box-shadow: 0 0 24px #ec489914; }
.node-heading[b-kop72x7weo] { display: flex; justify-content: space-between; align-items: center; }
.node-heading > span[b-kop72x7weo] { color: #c4b5fd; font: 9px Consolas, monospace; letter-spacing: .1em; }
.network-contact-node.emergency .node-heading > span[b-kop72x7weo] { color: #f9a8d4; }
.contact-node-summary[b-kop72x7weo] { width: 100%; min-height: 96px; display: grid; grid-template-columns: 46px 1fr 24px; gap: 13px; align-items: center; padding: 18px; border: 0; background: transparent; color: #f8fafc; text-align: left; }
.contact-node-summary:hover[b-kop72x7weo] { background: linear-gradient(90deg, #a855f712, #22d3ee08); }
.contact-node-summary > span:nth-child(2)[b-kop72x7weo] { display: grid; gap: 3px; }
.contact-node-summary small[b-kop72x7weo] { color: #c4b5fd; font: 8px Consolas, monospace; letter-spacing: .1em; }
.contact-node-summary b[b-kop72x7weo] { font-size: 16px; }
.contact-node-summary em[b-kop72x7weo] { color: #9295a5; font: 11px Inter, sans-serif; }
.contact-node-summary i[b-kop72x7weo] { color: #67e8f9; font: 22px Consolas, monospace; font-style: normal; text-align: center; }
.node-avatar[b-kop72x7weo] { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #a855f755; border-radius: 50%; background: #a855f715; color: #d8b4fe; font: 13px Consolas, monospace; }
.network-contact-node.emergency .node-avatar[b-kop72x7weo] { border-color: #ec489977; background: #ec489914; color: #f9a8d4; }
.contact-node-details[b-kop72x7weo] { padding: 0 20px 20px; border-top: 1px solid #ffffff0d; }
.contact-node-actions[b-kop72x7weo] { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.contact-node-actions .remove[b-kop72x7weo] { width: auto; color: #f9a8d4; }
.contact-methods[b-kop72x7weo] { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.network-contact-node textarea[b-kop72x7weo] { min-height: 75px; }
.empty-network[b-kop72x7weo] { grid-column: 1/-1; padding: 30px; border: 1px dashed #ffffff1c; border-radius: 12px; color: #9295a5; text-align: center; }
@media (max-width: 800px) { .network-nodes[b-kop72x7weo] { grid-template-columns: 1fr; } .network-nodes[b-kop72x7weo]::before { left: 50%; right: auto; } .contact-methods[b-kop72x7weo] { grid-template-columns: 1fr; } }
/* /Pages/Home.razor.rz.scp.css */
.admin-nav-link[b-822vkkn276] {
    display: block;
    border: 0;
    background: transparent;
    color: #888b9e;
    padding: 12px;
    border-radius: 8px;
    font: 13px Consolas, monospace;
    text-align: left;
    text-decoration: none;
}

.admin-nav-link b[b-822vkkn276] {
    display: inline-block;
    width: 28px;
}

.admin-nav-link:hover[b-822vkkn276] {
    background: linear-gradient(90deg, #a855f720, #3b82f610);
    color: white;
    box-shadow: inset 2px 0 #a855f7;
}

.heartbeat-options[b-822vkkn276] { display: grid; gap: 9px; margin: 20px 0; }
.heartbeat-options button[b-822vkkn276] { display: grid; gap: 4px; padding: 14px; text-align: left; color: #d9dbe5; background: #0e0e14; border: 1px solid #ffffff18; border-radius: 10px; }
.heartbeat-options button span[b-822vkkn276] { color: #9295a5; font-size: 12px; }
.heartbeat-options button.chosen[b-822vkkn276] { border-color: #22d3ee; background: linear-gradient(90deg, #a855f71c, #3b82f614); box-shadow: 0 0 20px #22d3ee18; }
.heartbeat-shield[b-822vkkn276] { position: relative; width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 15px; font-size: 34px; }
.heartbeat-shield i[b-822vkkn276] { position: absolute; inset: 4px; border: 1px solid #22d3ee66; border-radius: 50%; animation: heartbeatPulse-b-822vkkn276 1.8s ease-in-out infinite; }
.heartbeat-shield.compact[b-822vkkn276] { margin: 0; flex: 0 0 70px; }
.heartbeat-actions[b-822vkkn276] { margin-left: auto; min-width: 210px; display: grid; gap: 7px; }
.consistency-inline[b-822vkkn276] { display: flex; flex-wrap: wrap; gap: 14px; margin: 13px 0 5px; }
.consistency-inline span[b-822vkkn276] { color: #9295a5; font: 9px Consolas, monospace; }
.consistency-inline b[b-822vkkn276] { display: block; color: #67e8f9; font-size: 18px; }
@keyframes heartbeatPulse-b-822vkkn276 { 0%,100% { transform: scale(.9); opacity: .45; } 45% { transform: scale(1.08); opacity: 1; box-shadow: 0 0 24px #22d3ee44; } 55% { transform: scale(.98); } 65% { transform: scale(1.05); } }
@media (max-width: 700px) { .heartbeat-dashboard[b-822vkkn276] { align-items: flex-start; flex-wrap: wrap; } .heartbeat-actions[b-822vkkn276] { width: 100%; margin-left: 0; } .consistency-inline[b-822vkkn276] { gap: 9px; } }

.lifecycle-metrics > button[b-822vkkn276] { min-height: 86px; padding: 15px; border: 1px solid #ffffff10; border-radius: 10px; background: #111118; color: inherit; display: flex; flex-direction: column; justify-content: space-between; text-align: left; transition: transform .18s, border-color .18s; }
.lifecycle-metrics > button:hover[b-822vkkn276] { transform: translateY(-2px); border-color: #a855f766; }
.lifecycle-metrics > button span[b-822vkkn276] { color: #67e8f9; font: 8px Consolas, monospace; }
.metric-entry-list[b-822vkkn276] { display: grid; gap: 9px; margin-top: 18px; }
.metric-entry-list article[b-822vkkn276] { padding: 15px; border: 1px solid #ffffff12; border-radius: 9px; background: #0d0d14; }
.metric-entry-list article time[b-822vkkn276] { float: right; color: #777a89; font: 9px Consolas, monospace; }
.metric-entry-list h3[b-822vkkn276] { margin: 12px 0 5px; font-size: 15px; }
.metric-entry-list p[b-822vkkn276] { margin: 0; color: #9295a5; font-size: 11px; }
.empty-metric[b-822vkkn276] { padding: 30px; border: 1px dashed #ffffff1c; border-radius: 9px; color: #9295a5; text-align: center; }
.critical-support-banner[b-822vkkn276] { margin: 18px 0; padding: 20px; border: 1px solid #ec489966; border-radius: 12px; background: linear-gradient(120deg, #2a111dcc, #121219); box-shadow: 0 0 28px #ec48991c; }
.critical-support-banner > span[b-822vkkn276] { color: #f9a8d4; font: 9px Consolas, monospace; letter-spacing: .14em; }
.critical-support-banner h2[b-822vkkn276] { margin: 7px 0; }
.critical-support-banner p[b-822vkkn276] { color: #c8cad4; line-height: 1.55; }
.critical-support-banner a[b-822vkkn276] { display: inline-block; margin-right: 8px; text-decoration: none; }
