* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #07111f;
    color: #e5e7eb;
}

.cg-top-brand {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 24px 18px;
    background: linear-gradient(180deg, #050b14 0%, #06101c 100%);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .22);
}

.cg-top-utility {
    position: absolute;
    top: 10px;
    right: 14px;
    z-index: 5;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.cg-top-userbar {
    text-align: right;
    font-size: 12px;
    line-height: 1.45;
    color: #cbd5e1;
}

.cg-top-userbar strong {
    color: #ffffff;
    font-size: 13px;
}

.cg-top-userbar small {
    color: #8aa4b8;
    font-size: 11px;
}

.cg-top-userbar a {
    color: #7dd3fc;
    text-decoration: none;
    font-weight: 700;
}

.cg-top-userbar a:hover {
    color: #ffffff;
}

.cg-mail-alert {
    position: relative;
    flex-shrink: 0;
}

.cg-mail-alert summary {
    list-style: none;
    cursor: pointer;
}

.cg-mail-alert summary::-webkit-details-marker {
    display: none;
}

.cg-mail-alert-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(125, 211, 252, .34);
    background: rgba(8, 17, 31, .96);
    color: #dbeafe;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .32);
    transition: border-color .15s ease, color .15s ease, background .15s ease;
}

.cg-mail-alert-btn:hover,
.cg-mail-alert[open] .cg-mail-alert-btn {
    border-color: rgba(56, 189, 248, .48);
    color: #e0f2fe;
    background: rgba(56, 189, 248, .12);
}

.cg-mail-alert-btn.has-unread {
    border-color: rgba(52, 211, 153, .45);
    color: #a7f3d0;
}

.cg-mail-alert-icon {
    width: 20px;
    height: 20px;
}

.cg-mail-alert-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    line-height: 18px;
    text-align: center;
    box-shadow: 0 0 0 2px #050b14, 0 0 14px rgba(239, 68, 68, .55);
}

.cg-mail-alert-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: auto;
    width: min(320px, calc(100vw - 28px));
    border: 1px solid rgba(72, 211, 255, .2);
    background: rgba(7, 17, 31, .98);
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .45);
    padding: 12px;
    color: #e9f6ff;
}

.cg-mail-alert-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}

.cg-mail-alert-pill {
    border-radius: 999px;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
    background: rgba(52, 211, 153, .16);
    color: #6ee7b7;
}

.cg-mail-alert-pill.muted {
    background: rgba(148, 163, 184, .14);
    color: #94a3b8;
}

.cg-mail-alert-list {
    display: grid;
    gap: 6px;
    max-height: 240px;
    overflow: auto;
    margin-bottom: 10px;
}

.cg-mail-alert-item {
    display: grid;
    gap: 3px;
    padding: 9px 10px;
    border-radius: 11px;
    border: 1px solid rgba(148, 163, 184, .14);
    background: rgba(12, 23, 40, .92);
    text-decoration: none;
    color: inherit;
}

.cg-mail-alert-item:hover {
    border-color: rgba(56, 189, 248, .4);
}

.cg-mail-alert-item.unread {
    border-color: rgba(52, 211, 153, .35);
    box-shadow: inset 0 0 0 1px rgba(52, 211, 153, .1);
}

.cg-mail-alert-subject {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
}

.cg-mail-alert-meta {
    color: #94a3b8;
    font-size: 10px;
}

.cg-mail-alert-empty {
    margin: 0;
    padding: 10px;
    color: #94a3b8;
    font-size: 12px;
    text-align: center;
}

.cg-mail-alert-open {
    display: block;
    text-align: center;
    padding: 9px 10px;
    border-radius: 11px;
    background: linear-gradient(135deg, #0b6ca8, #1da8e5);
    color: #fff !important;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.cg-notify-alert {
    position: relative;
    flex-shrink: 0;
}

.cg-notify-alert summary {
    list-style: none;
    cursor: pointer;
}

.cg-notify-alert summary::-webkit-details-marker {
    display: none;
}

.cg-notify-alert-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(251, 191, 36, .34);
    background: rgba(8, 17, 31, .96);
    color: #fde68a;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .32);
    transition: border-color .15s ease, color .15s ease, background .15s ease;
}

.cg-notify-alert-btn:hover,
.cg-notify-alert[open] .cg-notify-alert-btn {
    border-color: rgba(251, 191, 36, .58);
    color: #fff7ed;
    background: rgba(251, 191, 36, .12);
}

.cg-notify-alert-btn.has-unread {
    border-color: rgba(245, 158, 11, .55);
    color: #fcd34d;
}

.cg-notify-alert-icon {
    width: 20px;
    height: 20px;
}

.cg-notify-alert-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #f59e0b;
    color: #1f1300;
    font-size: 10px;
    font-weight: 900;
    line-height: 18px;
    text-align: center;
    box-shadow: 0 0 0 2px #050b14, 0 0 14px rgba(245, 158, 11, .55);
}

.cg-notify-alert-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: auto;
    width: min(340px, calc(100vw - 28px));
    border: 1px solid rgba(251, 191, 36, .22);
    background: rgba(7, 17, 31, .98);
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .45);
    padding: 12px;
    color: #e9f6ff;
}

.cg-notify-alert-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}

.cg-notify-alert-pill {
    border-radius: 999px;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
    background: rgba(245, 158, 11, .18);
    color: #fcd34d;
}

.cg-notify-alert-pill.muted {
    background: rgba(148, 163, 184, .14);
    color: #94a3b8;
}

.cg-notify-alert-list {
    display: grid;
    gap: 6px;
    max-height: 260px;
    overflow: auto;
    margin-bottom: 10px;
}

.cg-notify-alert-item {
    display: grid;
    gap: 3px;
    padding: 9px 10px;
    border-radius: 11px;
    border: 1px solid rgba(148, 163, 184, .14);
    background: rgba(12, 23, 40, .92);
    text-decoration: none;
    color: inherit;
}

.cg-notify-alert-item:hover {
    border-color: rgba(251, 191, 36, .42);
}

.cg-notify-alert-item.unread {
    border-color: rgba(245, 158, 11, .4);
    box-shadow: inset 0 0 0 1px rgba(245, 158, 11, .12);
}

.cg-notify-alert-item.severity-critical,
.cg-notify-alert-item.severity-high {
    border-left: 3px solid #ef4444;
}

.cg-notify-alert-title {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
}

.cg-notify-alert-meta {
    color: #94a3b8;
    font-size: 10px;
    text-transform: capitalize;
}

.cg-notify-alert-empty {
    margin: 0;
    padding: 10px;
    color: #94a3b8;
    font-size: 12px;
    text-align: center;
}

.cg-notify-alert-open {
    display: block;
    text-align: center;
    padding: 9px 10px;
    border-radius: 11px;
    background: linear-gradient(135deg, #b45309, #f59e0b);
    color: #fff !important;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.cg-activity-alert {
    position: relative;
    flex-shrink: 0;
}

.cg-activity-alert summary {
    list-style: none;
    cursor: pointer;
}

.cg-activity-alert summary::-webkit-details-marker {
    display: none;
}

.cg-activity-alert-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(56, 189, 248, .34);
    background: rgba(8, 17, 31, .96);
    color: #bae6fd;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .32);
    transition: border-color .15s ease, color .15s ease, background .15s ease;
}

.cg-activity-alert-btn:hover,
.cg-activity-alert[open] .cg-activity-alert-btn {
    border-color: rgba(56, 189, 248, .58);
    color: #e0f2fe;
    background: rgba(56, 189, 248, .12);
}

.cg-activity-alert-btn.has-unread {
    border-color: rgba(56, 189, 248, .55);
    color: #7dd3fc;
}

.cg-activity-alert-icon {
    width: 20px;
    height: 20px;
}

.cg-activity-alert-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #0ea5e9;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    line-height: 18px;
    text-align: center;
    box-shadow: 0 0 0 2px #050b14, 0 0 14px rgba(14, 165, 233, .55);
}

.cg-activity-alert-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: auto;
    width: min(340px, calc(100vw - 28px));
    border: 1px solid rgba(56, 189, 248, .22);
    background: rgba(7, 17, 31, .98);
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .45);
    padding: 12px;
    color: #e9f6ff;
}

.cg-activity-alert-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}

.cg-activity-alert-pill {
    border-radius: 999px;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
    background: rgba(56, 189, 248, .18);
    color: #7dd3fc;
}

.cg-activity-alert-pill.muted {
    background: rgba(148, 163, 184, .14);
    color: #94a3b8;
}

.cg-activity-alert-list {
    display: grid;
    gap: 6px;
    max-height: 260px;
    overflow: auto;
    margin-bottom: 10px;
}

.cg-activity-alert-item {
    display: grid;
    gap: 3px;
    padding: 9px 10px;
    border-radius: 11px;
    border: 1px solid rgba(148, 163, 184, .14);
    background: rgba(12, 23, 40, .92);
    text-decoration: none;
    color: inherit;
}

.cg-activity-alert-item:hover {
    border-color: rgba(56, 189, 248, .42);
}

.cg-activity-alert-item.severity-critical,
.cg-activity-alert-item.severity-high {
    border-left: 3px solid #ef4444;
}

.cg-activity-alert-title {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
}

.cg-activity-alert-meta {
    color: #94a3b8;
    font-size: 10px;
}

.cg-activity-alert-empty {
    margin: 0;
    padding: 10px;
    color: #94a3b8;
    font-size: 12px;
    text-align: center;
}

.cg-activity-alert-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px;
    align-items: stretch;
}

.cg-activity-dismiss-form {
    margin: 0;
    display: flex;
}

.cg-activity-dismiss-btn {
    border: 1px solid rgba(148, 163, 184, .22);
    background: rgba(15, 23, 42, .9);
    color: #94a3b8;
    border-radius: 10px;
    width: 28px;
    min-width: 28px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    padding: 0;
}

.cg-activity-dismiss-btn:hover {
    color: #fecaca;
    border-color: rgba(239, 68, 68, .45);
    background: rgba(127, 29, 29, .35);
}

.cg-activity-alert-actions {
    display: grid;
    gap: 8px;
}

.cg-activity-clear-noise {
    width: 100%;
    border: 1px solid rgba(148, 163, 184, .22);
    background: rgba(15, 23, 42, .95);
    color: #cbd5e1;
    border-radius: 11px;
    padding: 8px 10px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

.cg-activity-clear-noise:hover {
    border-color: rgba(56, 189, 248, .4);
    color: #e0f2fe;
}

.cg-activity-alert-open {
    display: block;
    text-align: center;
    padding: 9px 10px;
    border-radius: 11px;
    background: linear-gradient(135deg, #0b6ca8, #1da8e5);
    color: #fff !important;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.cg-command-fab {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 99997;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(52, 211, 153, .42);
    background: rgba(7, 17, 31, .96);
    color: #e9f6ff;
    text-decoration: none;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 13px;
    font-weight: 850;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .38);
    transition: border-color .15s ease, background .15s ease, transform .15s ease;
}

.cg-command-fab:hover {
    border-color: rgba(52, 211, 153, .72);
    background: rgba(16, 36, 28, .98);
    color: #fff;
    transform: translateY(-1px);
}

.cg-command-fab.is-home {
    border-color: rgba(52, 211, 153, .72);
    background: linear-gradient(135deg, rgba(8, 122, 84, .92), rgba(16, 185, 129, .88));
    color: #ecfdf5;
    box-shadow: 0 18px 44px rgba(16, 185, 129, .28);
}

.cg-command-fab-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: #6ee7b7;
}

.cg-command-fab.is-home .cg-command-fab-icon {
    color: #ecfdf5;
}

.cg-command-fab-label {
    white-space: nowrap;
}

@media (max-width: 720px) {
    .cg-command-fab {
        left: 12px;
        bottom: 12px;
        padding: 10px 12px;
        font-size: 12px;
    }

    .cg-top-brand {
        padding-top: 58px;
    }

    .cg-top-brand-logo {
        width: min(560px, 96vw);
        max-height: 150px;
    }

    .cg-top-utility {
        top: 8px;
        right: 10px;
        left: 10px;
        justify-content: flex-end;
        gap: 8px;
    }

    .cg-top-userbar {
        font-size: 11px;
    }
}

.cg-top-brand-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    text-decoration: none;
    color: inherit;
}

.cg-top-brand-link:hover .cg-top-brand-text h1 {
    color: #7dd3fc;
}

.cg-top-brand-logo {
    display: block;
    width: min(720px, 96vw);
    height: auto;
    max-height: 200px;
    object-fit: contain;
    filter: drop-shadow(0 0 20px rgba(56, 189, 248, 0.38));
}

.cg-top-brand-text h1 {
    margin: 0;
    font-size: 20px;
    line-height: 1.15;
    color: #ffffff;
    letter-spacing: .02em;
}

.cg-top-brand-text span {
    display: block;
    margin-top: 6px;
    color: #38bdf8;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.layout {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 100vh;
}

.sidebar {
    background: #050b14;
    border-right: 1px solid rgba(255,255,255,.08);
    padding: 26px 18px;
}

.brand {
    margin-bottom: 28px;
}

.sidebar-brand-logo {
    display: block;
    width: 100%;
    max-width: 168px;
    height: auto;
    margin-bottom: 14px;
    object-fit: contain;
    filter: drop-shadow(0 0 14px rgba(56, 189, 248, 0.28));
}

.brand h1 {
    margin: 0;
    font-size: 22px;
    color: #ffffff;
    line-height: 1.1;
}

.brand span {
    display: block;
    margin-top: 8px;
    color: #38bdf8;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.nav a {
    display: block;
    color: #cbd5e1;
    text-decoration: none;
    padding: 12px 14px;
    border-radius: 10px;
    margin-bottom: 8px;
    font-weight: 800;
}

.nav a:hover {
    background: rgba(56,189,248,.12);
    color: #ffffff;
}

.main {
    background: #0b1220;
    padding: 26px;
}

.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

.topbar h2 {
    margin: 0;
    color: #ffffff;
    font-size: 28px;
}

.topbar p {
    margin: 6px 0 0 0;
    color: #94a3b8;
}

.status-pill {
    background: rgba(34,197,94,.16);
    border: 1px solid rgba(34,197,94,.35);
    color: #bbf7d0;
    padding: 9px 14px;
    border-radius: 999px;
    font-weight: 900;
    font-size: 12px;
}

.kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 22px;
}

.kpi {
    background: linear-gradient(135deg, rgba(15,23,42,.98), rgba(30,41,59,.96));
    border: 1px solid rgba(148,163,184,.16);
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 12px 30px rgba(0,0,0,.24);
}

.kpi strong {
    display: block;
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
}

.kpi span {
    display: block;
    margin-top: 9px;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.kpi.blue { border-left: 5px solid #38bdf8; }
.kpi.green { border-left: 5px solid #22c55e; }
.kpi.orange { border-left: 5px solid #f97316; }
.kpi.red { border-left: 5px solid #ef4444; }

.panel-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 18px;
    margin-bottom: 18px;
}

.card {
    background: #0f172a;
    border: 1px solid rgba(148,163,184,.16);
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 12px 30px rgba(0,0,0,.20);
    margin-bottom: 18px;
}

.card h3 {
    margin: 0 0 16px 0;
    color: #ffffff;
    font-size: 19px;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

th {
    color: #93c5fd;
    text-align: left;
    padding: 10px 8px;
    border-bottom: 1px solid rgba(148,163,184,.18);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

td {
    padding: 11px 8px;
    border-bottom: 1px solid rgba(148,163,184,.10);
    color: #e2e8f0;
    vertical-align: top;
}

tr:hover td {
    background: rgba(56,189,248,.04);
}

.bar {
    height: 8px;
    background: #1e293b;
    border-radius: 999px;
    overflow: hidden;
    margin-top: 6px;
}

.bar-fill {
    height: 8px;
    background: #22c55e;
    border-radius: 999px;
}

.pill {
    display: inline-block;
    padding: 5px 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
}

.critical,
.high {
    background: rgba(239,68,68,.16);
    color: #fecaca;
    border: 1px solid rgba(239,68,68,.3);
}

.medium {
    background: rgba(245,158,11,.16);
    color: #fde68a;
    border: 1px solid rgba(245,158,11,.3);
}

.low,
.active,
.pass {
    background: rgba(34,197,94,.16);
    color: #bbf7d0;
    border: 1px solid rgba(34,197,94,.3);
}

.open,
.partial {
    background: rgba(56,189,248,.16);
    color: #bae6fd;
    border: 1px solid rgba(56,189,248,.3);
}

.footer {
    margin-top: 22px;
    color: #64748b;
    font-size: 12px;
    text-align: center;
}

@media (max-width: 1100px) {
    .kpi-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .panel-grid {
        grid-template-columns: 1fr;
    }
}

.chart-row {
    height: 230px;
    display: flex;
    align-items: end;
    gap: 14px;
    padding: 18px;
    background: #0b1220;
    border-radius: 14px;
    border: 1px solid rgba(148,163,184,.16);
}

.chart-bar-wrap {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.chart-value {
    color: #e2e8f0;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 6px;
}

.chart-bar {
    width: 100%;
    max-width: 42px;
    min-height: 8px;
    background: linear-gradient(180deg, #38bdf8, #22c55e);
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 18px rgba(56,189,248,.24);
}

.chart-label {
    margin-top: 8px;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 900;
}


.button-link {
    display: inline-block;
    margin-right: 10px;
    background: rgba(56,189,248,.16);
    border: 1px solid rgba(56,189,248,.35);
    color: #bae6fd;
    padding: 9px 14px;
    border-radius: 999px;
    font-weight: 900;
    font-size: 12px;
    text-decoration: none;
}

.small-action {
    border: none;
    border-radius: 999px;
    padding: 7px 11px;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
}

.small-action.complete {
    background: rgba(34,197,94,.16);
    color: #bbf7d0;
    border: 1px solid rgba(34,197,94,.35);
}

.small-action.reopen {
    background: rgba(56,189,248,.16);
    color: #bae6fd;
    border: 1px solid rgba(56,189,248,.35);
}

.small-action:hover {
    filter: brightness(1.18);
}


.cg-form {
    max-width: 720px;
}

.cg-form label {
    display: block;
    margin: 16px 0 7px 0;
    color: #93c5fd;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.cg-form input,
.cg-form select {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(148,163,184,.25);
    background: #0b1220;
    color: #e5e7eb;
    font-size: 14px;
}

.cg-form input:focus,
.cg-form select:focus {
    outline: none;
    border-color: #38bdf8;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.check-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.check-grid label {
    background: #0b1220;
    border: 1px solid rgba(148,163,184,.18);
    border-radius: 12px;
    padding: 12px;
    color: #e5e7eb;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
}

.check-grid input {
    width: auto;
    margin-right: 8px;
}
.danger-button{
    background:#dc2626;
    color:#fff;
    border:none;
    padding:10px 18px;
    border-radius:10px;
    font-weight:700;
    cursor:pointer;
    margin-left:8px;
}

.danger-button:hover{
    background:#991b1b;
}

.cg-form textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(148,163,184,.25);
    background: #0b1220;
    color: #e5e7eb;
    font-size: 14px;
    resize: vertical;
}

.cg-form textarea:focus {
    outline: none;
    border-color: #38bdf8;
}

.ai-block {
    background: #0b1220;
    border: 1px solid rgba(148,163,184,.18);
    border-radius: 14px;
    padding: 16px;
    margin-bottom: 14px;
}

.ai-block h4 {
    margin: 0 0 10px 0;
    color: #7dd3fc;
}

.ai-block li {
    margin-bottom: 8px;
}

.topology-canvas {
    background: radial-gradient(circle at top, rgba(56,189,248,.12), rgba(15,23,42,.98));
    border: 1px solid rgba(148,163,184,.18);
    border-radius: 18px;
    padding: 28px;
    overflow-x: auto;
}

.topology-row {
    display: flex;
    margin: 12px 0;
}

.topology-row.center {
    justify-content: center;
}

.topology-line.vertical {
    width: 3px;
    height: 34px;
    background: linear-gradient(180deg, #38bdf8, #22c55e);
    margin: 0 auto;
    border-radius: 999px;
}

.topology-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
    gap: 18px;
    margin-top: 16px;
}

.topology-node {
    background: rgba(15,23,42,.92);
    border: 1px solid rgba(148,163,184,.20);
    border-radius: 18px;
    padding: 16px;
    min-height: 145px;
    text-align: center;
    box-shadow: 0 14px 30px rgba(0,0,0,.28);
}

.topology-node strong {
    display: block;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 8px;
}

.topology-node span,
.topology-node small {
    display: block;
    color: #94a3b8;
    margin-top: 4px;
    font-size: 12px;
}

.node-icon {
    font-size: 30px;
    margin-bottom: 10px;
}

.topology-node.internet {
    border-color: rgba(56,189,248,.45);
}

.topology-node.gateway {
    border-color: rgba(34,197,94,.45);
}

.topology-node.risk {
    border-color: rgba(239,68,68,.55);
    box-shadow: 0 0 22px rgba(239,68,68,.12);
}

.topology-node.watch {
    border-color: rgba(245,158,11,.55);
    box-shadow: 0 0 22px rgba(245,158,11,.10);
}

.topology-node.healthy {
    border-color: rgba(34,197,94,.35);
}

/* === CyberGuard Command Center v2 === */
.command-hero {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 18px;
    align-items: stretch;
    margin-bottom: 18px;
    background:
        radial-gradient(circle at 20% 10%, rgba(56,189,248,.20), transparent 28%),
        linear-gradient(135deg, rgba(15,23,42,.98), rgba(8,13,26,.98));
    border: 1px solid rgba(56,189,248,.18);
    border-radius: 24px;
    padding: 26px;
    box-shadow: 0 18px 50px rgba(0,0,0,.32);
}

.command-hero h2 {
    margin: 0;
    color: #ffffff;
    font-size: 36px;
    letter-spacing: -.03em;
}

.command-hero p {
    margin: 8px 0 0 0;
    color: #94a3b8;
    max-width: 780px;
}

.eyebrow {
    margin: 0 0 8px 0 !important;
    color: #7dd3fc !important;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hero-status {
    border-radius: 20px;
    padding: 20px;
    background: rgba(2,6,23,.72);
    border: 1px solid rgba(148,163,184,.18);
}

.hero-status span,
.hero-status small {
    display: block;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.hero-status strong {
    display: block;
    margin: 9px 0;
    color: #ffffff;
    font-size: 24px;
}

.hero-status.green { border-color: rgba(34,197,94,.42); box-shadow: inset 0 0 24px rgba(34,197,94,.08); }
.hero-status.orange { border-color: rgba(249,115,22,.42); box-shadow: inset 0 0 24px rgba(249,115,22,.08); }
.hero-status.red { border-color: rgba(239,68,68,.42); box-shadow: inset 0 0 24px rgba(239,68,68,.08); }

.quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.quick-actions a {
    text-decoration: none;
    color: #dbeafe;
    background: rgba(15,23,42,.95);
    border: 1px solid rgba(56,189,248,.22);
    border-radius: 999px;
    padding: 10px 14px;
    font-weight: 900;
    font-size: 12px;
}

.quick-actions a:hover {
    background: rgba(56,189,248,.14);
    color: #ffffff;
}

.command-kpis .kpi small {
    display: block;
    margin-top: 8px;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
}

.ops-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 18px;
    margin-bottom: 18px;
}

.command-card {
    overflow: hidden;
}

.section-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.section-head h3 {
    margin-bottom: 5px;
}

.section-head p {
    margin: 0;
    color: #94a3b8;
    font-size: 13px;
}

.action-stack {
    display: grid;
    gap: 10px;
}

.action-item {
    display: grid;
    grid-template-columns: 14px 1fr;
    gap: 12px;
    align-items: start;
    text-decoration: none;
    background: #0b1220;
    border: 1px solid rgba(148,163,184,.14);
    border-radius: 14px;
    padding: 14px;
}

.action-item:hover {
    border-color: rgba(56,189,248,.36);
    background: rgba(56,189,248,.06);
}

.action-item strong {
    color: #ffffff;
}

.action-item p {
    margin: 4px 0 0 0;
    color: #94a3b8;
    font-size: 13px;
}

.action-dot {
    width: 11px;
    height: 11px;
    border-radius: 999px;
    margin-top: 4px;
    background: #38bdf8;
    box-shadow: 0 0 16px rgba(56,189,248,.45);
}

.action-item.critical .action-dot,
.action-item.high .action-dot { background: #ef4444; box-shadow: 0 0 16px rgba(239,68,68,.45); }
.action-item.medium .action-dot { background: #f59e0b; box-shadow: 0 0 16px rgba(245,158,11,.45); }
.action-item.low .action-dot { background: #22c55e; box-shadow: 0 0 16px rgba(34,197,94,.45); }

.empty-state {
    background: #0b1220;
    border: 1px dashed rgba(148,163,184,.25);
    border-radius: 14px;
    padding: 18px;
    color: #94a3b8;
}

.empty-state strong {
    color: #ffffff;
}

.risk-mix {
    display: grid;
    gap: 13px;
}

.risk-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    color: #cbd5e1;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.risk-label strong {
    color: #ffffff;
}

.risk-track {
    height: 10px;
    background: #1e293b;
    border-radius: 999px;
    overflow: hidden;
}

.risk-track div {
    height: 10px;
    min-width: 5px;
    border-radius: 999px;
    background: #38bdf8;
}

.risk-row.low .risk-track div { background: #22c55e; }
.risk-row.moderate .risk-track div { background: #f59e0b; }
.risk-row.high .risk-track div { background: #f97316; }
.risk-row.critical .risk-track div { background: #ef4444; }
.risk-row.unassessed .risk-track div { background: #64748b; }

.wide-left {
    grid-template-columns: 1.45fr .55fr;
}

.command-table small {
    display: block;
    color: #64748b;
    margin-top: 4px;
}

.table-link {
    color: #e0f2fe;
    font-weight: 900;
    text-decoration: none;
}

.table-link:hover {
    color: #38bdf8;
}

.mini-link {
    display: inline-block;
    color: #bae6fd;
    text-decoration: none;
    border: 1px solid rgba(56,189,248,.30);
    background: rgba(56,189,248,.12);
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 900;
}

.score-badge {
    display: inline-block;
    min-width: 58px;
    text-align: center;
    border-radius: 999px;
    padding: 5px 8px;
    font-weight: 900;
    font-size: 11px;
    background: rgba(100,116,139,.18);
    color: #e2e8f0;
    border: 1px solid rgba(100,116,139,.30);
}

.score-badge.low { background: rgba(34,197,94,.16); color: #bbf7d0; border-color: rgba(34,197,94,.30); }
.score-badge.moderate { background: rgba(245,158,11,.16); color: #fde68a; border-color: rgba(245,158,11,.30); }
.score-badge.high { background: rgba(249,115,22,.16); color: #fed7aa; border-color: rgba(249,115,22,.30); }
.score-badge.critical { background: rgba(239,68,68,.16); color: #fecaca; border-color: rgba(239,68,68,.30); }
.score-badge.unassessed { background: rgba(100,116,139,.16); color: #cbd5e1; border-color: rgba(100,116,139,.30); }

.bar-fill.low { background: #22c55e; }
.bar-fill.moderate { background: #f59e0b; }
.bar-fill.high { background: #f97316; }
.bar-fill.critical { background: #ef4444; }
.bar-fill.unassessed { background: #64748b; }

.exposure-list {
    display: grid;
    gap: 10px;
}

.exposure-item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    text-decoration: none;
    background: #0b1220;
    border: 1px solid rgba(148,163,184,.14);
    border-radius: 14px;
    padding: 13px;
}

.exposure-item:hover {
    border-color: rgba(239,68,68,.30);
    background: rgba(239,68,68,.05);
}

.exposure-item strong,
.exposure-item b {
    color: #ffffff;
}

.exposure-item span {
    display: block;
    color: #94a3b8;
    font-size: 12px;
    margin-top: 4px;
}

.exposure-item b {
    white-space: nowrap;
}

.compact-table td,
.compact-table th {
    padding: 9px 7px;
}

.trend-strip {
    display: flex;
    align-items: end;
    gap: 14px;
    height: 240px;
    padding: 18px;
    background: #0b1220;
    border: 1px solid rgba(148,163,184,.14);
    border-radius: 16px;
    overflow-x: auto;
}

.trend-point {
    min-width: 82px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.trend-value {
    color: #e2e8f0;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 7px;
}

.trend-bar {
    width: 34px;
    min-height: 8px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(180deg, #38bdf8, #22c55e);
    box-shadow: 0 0 18px rgba(56,189,248,.22);
}

.trend-label {
    margin-top: 8px;
    color: #64748b;
    font-size: 10px;
    font-weight: 900;
    white-space: nowrap;
}

.architecture-card {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 18px;
    align-items: start;
}

.architecture-card p {
    color: #94a3b8;
    line-height: 1.6;
}

.architecture-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.architecture-grid span {
    background: #0b1220;
    border: 1px solid rgba(56,189,248,.18);
    border-radius: 12px;
    padding: 12px;
    color: #dbeafe;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
}

@media (max-width: 1200px) {
    .command-hero,
    .ops-grid,
    .wide-left,
    .architecture-card {
        grid-template-columns: 1fr;
    }

    .architecture-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* === AI CENTER V2 STYLES === */
.ai-hero {
    display: grid;
    grid-template-columns: 1fr 210px;
    gap: 22px;
    align-items: stretch;
    background:
        radial-gradient(circle at 12% 10%, rgba(56,189,248,.24), transparent 30%),
        radial-gradient(circle at 85% 20%, rgba(34,197,94,.18), transparent 24%),
        linear-gradient(135deg, rgba(15,23,42,.98), rgba(2,6,23,.96));
    border: 1px solid rgba(56,189,248,.22);
    border-radius: 24px;
    padding: 28px;
    margin-bottom: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,.32);
}

.ai-hero .eyebrow {
    color: #7dd3fc;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.ai-hero h2 {
    margin: 0;
    color: #fff;
    font-size: 34px;
    letter-spacing: -.03em;
}

.ai-hero p {
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.55;
    max-width: 980px;
}

.hero-actions {
    margin-top: 18px;
}

.ai-orb {
    border: 1px solid rgba(56,189,248,.30);
    border-radius: 24px;
    background: rgba(2,6,23,.55);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 35px rgba(56,189,248,.10), 0 0 45px rgba(56,189,248,.10);
}

.ai-orb strong {
    display: block;
    color: #fff;
    font-size: 44px;
    line-height: 1;
}

.ai-orb span {
    color: #93c5fd;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-top: 10px;
}

.notice-card {
    background: rgba(34,197,94,.13);
    border: 1px solid rgba(34,197,94,.30);
    color: #bbf7d0;
    border-radius: 16px;
    padding: 14px 16px;
    margin-bottom: 18px;
    font-weight: 800;
}

.ai-filter-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(15,23,42,.82);
    border: 1px solid rgba(148,163,184,.16);
    border-radius: 18px;
    padding: 14px 16px;
    margin-bottom: 18px;
}

.ai-filter-card label {
    color: #93c5fd;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ai-filter-card select {
    min-width: 280px;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid rgba(56,189,248,.30);
    background: #0b1220;
    color: #e5e7eb;
    font-weight: 800;
}

.ai-kpis .kpi strong {
    font-size: 27px;
}

.ai-grid-main {
    grid-template-columns: 1fr .85fr;
}

.priority-stack {
    display: grid;
    gap: 12px;
}

.priority-row {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: center;
    background: #0b1220;
    border: 1px solid rgba(148,163,184,.16);
    border-radius: 14px;
    padding: 12px;
    color: #e2e8f0;
}

.priority-index {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(56,189,248,.16);
    border: 1px solid rgba(56,189,248,.30);
    color: #bae6fd;
    font-weight: 900;
}

.risk-mix {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 16px;
}

.risk-box {
    border-radius: 16px;
    padding: 14px;
    text-align: center;
}

.risk-box strong {
    display: block;
    color: #fff;
    font-size: 26px;
}

.risk-box span {
    display: block;
    margin-top: 5px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.ai-mini-metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.ai-mini-metrics div {
    background: #0b1220;
    border: 1px solid rgba(148,163,184,.16);
    border-radius: 14px;
    padding: 12px;
}

.ai-mini-metrics strong {
    color: #fff;
    font-size: 20px;
}

.ai-mini-metrics span {
    display: block;
    color: #94a3b8;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 4px;
}

.mini-link {
    display: inline-block;
    color: #7dd3fc;
    font-size: 12px;
    font-weight: 900;
    margin-top: 8px;
    text-decoration: none;
}

.ai-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ai-summary-card {
    background: #0b1220;
    border: 1px solid rgba(148,163,184,.16);
    border-radius: 18px;
    padding: 18px;
}

.summary-head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 12px;
}

.summary-head h4 {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.summary-head span {
    display: block;
    margin-top: 5px;
    color: #7dd3fc;
    font-size: 12px;
    font-weight: 900;
}

.summary-score {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: rgba(34,197,94,.14);
    border: 1px solid rgba(34,197,94,.30);
    color: #bbf7d0;
    font-size: 21px;
    font-weight: 900;
}

.ai-summary-card p {
    color: #cbd5e1;
    line-height: 1.55;
}

.ai-summary-card h5 {
    color: #93c5fd;
    margin: 14px 0 8px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.ai-summary-card li {
    margin-bottom: 7px;
    color: #e2e8f0;
}

@media (max-width: 1100px) {
    .ai-hero,
    .ai-grid-main,
    .ai-summary-grid {
        grid-template-columns: 1fr;
    }
    .ai-orb {
        min-height: 160px;
    }
}
/* === END AI CENTER V2 STYLES === */


/* CG8_COMMAND_CENTER_ACTION_HUB_START */
.cg-action-hub {
    background: radial-gradient(circle at top left, rgba(56,189,248,.12), rgba(15,23,42,.98) 42%, rgba(2,6,23,.98));
    border: 1px solid rgba(56,189,248,.18);
    box-shadow: 0 18px 40px rgba(0,0,0,.28);
}

.cg-action-hub-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
}

.cg-action-hub-head h3 {
    margin-bottom: 5px;
}

.cg-action-hub-head p {
    margin: 0;
    color: #94a3b8;
    font-size: 13px;
}

.cg-action-hub-badge {
    background: rgba(34,197,94,.16);
    border: 1px solid rgba(34,197,94,.36);
    color: #bbf7d0;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .06em;
    white-space: nowrap;
}

.cg-action-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.cg-action-tile {
    display: block;
    min-height: 132px;
    background: linear-gradient(135deg, rgba(15,23,42,.98), rgba(30,41,59,.94));
    border: 1px solid rgba(148,163,184,.18);
    border-left: 4px solid rgba(56,189,248,.78);
    border-radius: 16px;
    padding: 14px;
    text-decoration: none;
    color: #e5e7eb;
    box-shadow: 0 12px 26px rgba(0,0,0,.20);
    transition: transform .14s ease, border-color .14s ease, box-shadow .14s ease, background .14s ease;
}

.cg-action-tile:hover {
    transform: translateY(-2px);
    border-color: rgba(56,189,248,.55);
    box-shadow: 0 16px 34px rgba(0,0,0,.32), 0 0 24px rgba(56,189,248,.10);
    background: linear-gradient(135deg, rgba(15,23,42,1), rgba(14,116,144,.22));
}

.cg-action-primary {
    border-left-color: #22c55e;
    background: linear-gradient(135deg, rgba(5,46,22,.40), rgba(15,23,42,.98));
}

.cg-action-code {
    display: inline-block;
    margin-bottom: 10px;
    background: rgba(56,189,248,.14);
    border: 1px solid rgba(56,189,248,.32);
    color: #bae6fd;
    border-radius: 999px;
    padding: 5px 8px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .07em;
}

.cg-action-tile strong {
    display: block;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 7px;
}

.cg-action-tile small {
    display: block;
    color: #94a3b8;
    font-size: 12px;
    line-height: 1.42;
}

.cg-workflow-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.cg-workflow-card {
    background: rgba(2,6,23,.58);
    border: 1px solid rgba(148,163,184,.16);
    border-radius: 14px;
    padding: 13px 14px;
}

.cg-workflow-card strong {
    display: block;
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 5px;
}

.cg-workflow-card span {
    display: block;
    color: #94a3b8;
    font-size: 12px;
}

@media (max-width: 1200px) {
    .cg-action-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .cg-action-grid,
    .cg-workflow-strip {
        grid-template-columns: 1fr;
    }
    .cg-action-hub-head {
        flex-direction: column;
    }
}
/* CG8_COMMAND_CENTER_ACTION_HUB_END */


/* CG8_AI_COPILOT_ROLE_START */
.cg-ai-hero,.cg-ai-command-brief,.cg-ai-scan-advisor{background:radial-gradient(circle at top left,rgba(56,189,248,.14),rgba(15,23,42,.98) 42%,rgba(2,6,23,.98));border:1px solid rgba(56,189,248,.20);box-shadow:0 18px 40px rgba(0,0,0,.30)}
.cg-ai-hero-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:18px;align-items:stretch}.cg-ai-eyebrow{display:inline-block;margin-bottom:8px;background:rgba(56,189,248,.14);border:1px solid rgba(56,189,248,.34);color:#bae6fd;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:900;letter-spacing:.08em}.cg-ai-hero h3,.cg-ai-command-brief h3,.cg-ai-scan-advisor h3{color:#fff;margin:0 0 8px}.cg-ai-hero p,.cg-ai-command-brief p,.cg-ai-scan-advisor p{color:#cbd5e1;line-height:1.55}.cg-ai-actions-row{margin-top:14px;display:flex;flex-wrap:wrap;gap:10px}.cg-ai-brief-card{background:linear-gradient(135deg,rgba(15,23,42,.98),rgba(30,41,59,.94));border:1px solid rgba(148,163,184,.18);border-left:4px solid #22c55e;border-radius:16px;padding:18px}.cg-ai-brief-card strong{display:block;color:#fff;font-size:18px;margin-bottom:8px}.cg-ai-command-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.cg-ai-command-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.cg-ai-command-action{background:linear-gradient(135deg,rgba(15,23,42,.98),rgba(30,41,59,.94));border:1px solid rgba(148,163,184,.18);border-left:4px solid rgba(56,189,248,.78);border-radius:14px;padding:14px;color:#e5e7eb}.cg-ai-command-action strong{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:rgba(56,189,248,.18);border:1px solid rgba(56,189,248,.34);color:#fff;margin-bottom:10px}.cg-ai-command-action span,.cg-ai-command-action p{display:block;color:#cbd5e1;font-size:13px;line-height:1.45;margin:0}.cg-ai-priority-list{display:grid;gap:10px}.cg-ai-priority{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start;background:#0b1220;border:1px solid rgba(148,163,184,.18);border-radius:14px;padding:12px}.cg-ai-priority span{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:rgba(34,197,94,.16);border:1px solid rgba(34,197,94,.36);color:#fff;font-weight:900}.cg-ai-priority p{margin:3px 0 0;color:#e2e8f0}.cg-ai-list{margin:0;padding-left:18px;color:#e2e8f0}.cg-ai-list li{margin-bottom:10px}.cg-ai-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.cg-ai-client-card{margin-bottom:0}.cg-ai-kpis .kpi{background:linear-gradient(135deg,rgba(15,23,42,.98),rgba(30,41,59,.96))}.cg-ai-scan-advisor select,.cg-ai-scan-advisor input,.cg-ai-scan-advisor textarea,section.card select,section.card input,section.card textarea{background:#0b1220!important;color:#fff!important;border:1px solid rgba(148,163,184,.28)!important}section.card button,.cg-ai-scan-advisor button{background:rgba(56,189,248,.16);border:1px solid rgba(56,189,248,.35);color:#fff;border-radius:999px;padding:9px 14px;font-weight:900;cursor:pointer}section.card button:hover,.cg-ai-scan-advisor button:hover{filter:brightness(1.15)}@media(max-width:1100px){.cg-ai-hero-grid,.cg-ai-card-grid{grid-template-columns:1fr}.cg-ai-command-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.cg-ai-command-grid{grid-template-columns:1fr}.cg-ai-command-head{display:block}}
/* CG8_AI_COPILOT_ROLE_END */

/* CG8 AI Threat Watch - dark surfaces only */
.cg-threat-header,
.cg-threat-panel,
.cg-threat-command-card {
    background: linear-gradient(135deg, rgba(15,23,42,.98), rgba(17,24,39,.98)) !important;
    border: 1px solid rgba(56,189,248,.22) !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.28) !important;
    color: #f8fafc !important;
}
.cg-threat-eyebrow {
    display: inline-block;
    color: #38bdf8 !important;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.cg-threat-header {
    border-radius: 18px;
    padding: 22px;
    margin-bottom: 18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
}
.cg-threat-header h2,
.cg-threat-panel h3,
.cg-threat-command-card h3 { color:#ffffff !important; margin:0 0 6px 0; }
.cg-threat-header p,
.cg-threat-command-card p,
.cg-muted { color:#94a3b8 !important; }
.cg-threat-actions { display:flex; gap:10px; flex-wrap:wrap; }
.cg-dark-btn,
.cg-threat-actions button,
.cg-inline-form button {
    background: linear-gradient(135deg, #0f172a, #075985) !important;
    border: 1px solid rgba(56,189,248,.38) !important;
    color: #ffffff !important;
    border-radius: 11px !important;
    padding: 10px 13px !important;
    text-decoration: none !important;
    font-weight: 900 !important;
    cursor: pointer;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height: 38px;
}
.cg-btn-primary { background: linear-gradient(135deg, #0369a1, #0f766e) !important; }
.cg-dark-input,
.cg-inline-form input,
.cg-threat-panel input,
.cg-threat-panel select {
    background:#020617 !important;
    color:#ffffff !important;
    border:1px solid rgba(148,163,184,.35) !important;
    border-radius:10px !important;
    padding: 10px 11px !important;
}
.cg-threat-grid {
    display:grid;
    grid-template-columns: repeat(5, minmax(140px, 1fr));
    gap:14px;
    margin: 14px 0 18px 0;
}
.cg-threat-card {
    background: linear-gradient(135deg, #0f172a, #111827) !important;
    border:1px solid rgba(56,189,248,.20) !important;
    border-radius:16px;
    padding:16px;
    color:#ffffff !important;
}
.cg-threat-card span { display:block; color:#94a3b8; font-size:11px; text-transform:uppercase; letter-spacing:.08em; font-weight:900; }
.cg-threat-card strong { display:block; color:#ffffff; font-size:30px; margin-top:8px; }
.cg-threat-card small { color:#67e8f9; }
.cg-threat-two-col {
    display:grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    gap:16px;
    margin-bottom:16px;
}
.cg-threat-panel { border-radius:18px !important; padding:18px !important; margin-bottom:16px; }
.cg-threat-panel-head,
.cg-threat-command-head {
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    margin-bottom:14px;
}
.cg-threat-advice-grid,
.cg-threat-command-grid {
    display:grid;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    gap:12px;
}
.cg-threat-advice,
.cg-threat-command-action {
    background:#020617 !important;
    border:1px solid rgba(56,189,248,.20) !important;
    border-radius:14px;
    padding:13px;
    color:#e5e7eb !important;
    display:flex;
    gap:10px;
}
.cg-threat-advice strong,
.cg-threat-command-action strong {
    background:#075985;
    color:#ffffff;
    border-radius:999px;
    height:25px;
    width:25px;
    min-width:25px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
}
.cg-dark-table-wrap {
    background:#020617 !important;
    border:1px solid rgba(51,65,85,.9) !important;
    border-radius:14px;
    overflow:auto;
}
.cg-dark-table { width:100%; border-collapse:collapse; color:#e5e7eb !important; }
.cg-dark-table th {
    background:#0f172a !important;
    color:#ffffff !important;
    text-align:left;
    padding:12px;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.08em;
    border-bottom:1px solid rgba(51,65,85,.9);
}
.cg-dark-table td {
    background:#020617 !important;
    color:#e5e7eb !important;
    padding:12px;
    border-bottom:1px solid rgba(30,41,59,.95);
    vertical-align:top;
}
.cg-dark-table td strong { color:#ffffff !important; }
.cg-dark-table small { color:#94a3b8 !important; }
.cg-badge {
    display:inline-flex;
    padding:5px 9px;
    border-radius:999px;
    font-size:10px;
    font-weight:900;
    letter-spacing:.06em;
    color:#ffffff !important;
    border:1px solid rgba(255,255,255,.12);
    text-transform:uppercase;
}
.cg-badge.critical { background:#7f1d1d !important; }
.cg-badge.high { background:#991b1b !important; }
.cg-badge.medium { background:#92400e !important; }
.cg-badge.low { background:#115e59 !important; }
.cg-badge.info { background:#1e3a8a !important; }
.cg-threat-run-box {
    background:#020617 !important;
    border:1px solid rgba(56,189,248,.20) !important;
    color:#e5e7eb !important;
    border-radius:14px;
    padding:14px;
    margin-top:12px;
}
.cg-inline-form { display:flex; gap:8px; align-items:center; flex-wrap:wrap; }
@media (max-width: 1100px) {
    .cg-threat-grid { grid-template-columns: repeat(2, minmax(140px, 1fr)); }
    .cg-threat-two-col { grid-template-columns: 1fr; }
    .cg-threat-advice-grid, .cg-threat-command-grid { grid-template-columns: 1fr; }
    .cg-threat-header, .cg-threat-panel-head, .cg-threat-command-head { flex-direction:column; }
}

/* CG8 AI Alert Center + Incident Inbox - dark surfaces only */
.cg-alert-header,.page-header.cg-alert-header{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:22px;background:linear-gradient(135deg,rgba(7,17,31,.98),rgba(15,23,42,.96));border:1px solid rgba(239,68,68,.20);border-radius:20px;padding:22px;box-shadow:0 16px 40px rgba(0,0,0,.28)}
.cg-alert-header h2{margin:6px 0;color:#fff}.cg-alert-header p{color:#94a3b8;margin:0;max-width:880px}.cg-alert-eyebrow{color:#fca5a5;font-size:11px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.cg-alert-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.cg-dark-btn,.button-link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:10px 14px;border-radius:12px;border:1px solid rgba(56,189,248,.32);background:linear-gradient(135deg,#0f172a,#1e3a5f);color:#fff!important;font-weight:900;text-decoration:none;cursor:pointer;box-shadow:0 10px 24px rgba(0,0,0,.22)}
.cg-dark-btn:hover,.button-link:hover{filter:brightness(1.12)}.cg-btn-primary{background:linear-gradient(135deg,#075985,#0e7490);border-color:rgba(56,189,248,.45)}.cg-btn-danger{background:linear-gradient(135deg,#7f1d1d,#b91c1c);border-color:rgba(248,113,113,.45)}
.cg-dark-input,.cg-alert-panel input,.cg-alert-panel select{background:#020617!important;border:1px solid rgba(148,163,184,.24)!important;color:#fff!important;border-radius:10px;padding:10px 12px}
.cg-alert-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:18px}.cg-alert-card{background:linear-gradient(135deg,rgba(15,23,42,.98),rgba(30,41,59,.94));border:1px solid rgba(148,163,184,.16);border-left:5px solid #38bdf8;border-radius:18px;padding:18px;box-shadow:0 12px 30px rgba(0,0,0,.22)}.cg-alert-card.danger{border-left-color:#ef4444}.cg-alert-card.high{border-left-color:#f97316}.cg-alert-card.medium{border-left-color:#f59e0b}.cg-alert-card span{display:block;color:#94a3b8;font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.cg-alert-card strong{display:block;color:#fff;font-size:30px;margin-top:8px}.cg-alert-card small{color:#cbd5e1}
.cg-alert-panel{background:#0f172a!important;border-color:rgba(148,163,184,.16)!important}.cg-alert-panel-head,.cg-alert-command-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}.cg-alert-panel-head h3,.cg-alert-command-head h3{color:#fff;margin:0 0 6px 0}.cg-alert-panel-head p,.cg-alert-command-head p,.cg-muted{color:#94a3b8}
.cg-alert-filterbar{display:flex;flex-wrap:wrap;gap:8px}.cg-filter-chip{background:#020617;color:#cbd5e1;border:1px solid rgba(148,163,184,.22);padding:8px 11px;border-radius:999px;text-decoration:none;font-weight:900;font-size:12px}.cg-filter-chip.active{background:rgba(56,189,248,.18);color:#fff;border-color:rgba(56,189,248,.42)}
.cg-alert-two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}.cg-dark-table-wrap{overflow:auto;border-radius:16px;border:1px solid rgba(148,163,184,.14);background:#020617}.cg-dark-table{width:100%;border-collapse:collapse;background:#020617}.cg-dark-table th{background:#07111f;color:#93c5fd}.cg-dark-table td{color:#e2e8f0;background:#020617}.cg-dark-table tr:hover td{background:#0b1220}
.cg-badge{display:inline-block;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:950;border:1px solid rgba(148,163,184,.25);color:#fff}.cg-badge.info{background:rgba(56,189,248,.16);color:#bae6fd;border-color:rgba(56,189,248,.34)}.cg-badge.low{background:rgba(34,197,94,.16);color:#bbf7d0;border-color:rgba(34,197,94,.34)}.cg-badge.medium{background:rgba(245,158,11,.16);color:#fde68a;border-color:rgba(245,158,11,.34)}.cg-badge.high{background:rgba(249,115,22,.18);color:#fed7aa;border-color:rgba(249,115,22,.38)}.cg-badge.critical{background:rgba(239,68,68,.20);color:#fecaca;border-color:rgba(239,68,68,.45)}
.cg-alert-playbook{display:grid;gap:10px}.cg-alert-playbook div,.cg-alert-command-action{display:flex;gap:12px;align-items:flex-start;background:#020617;border:1px solid rgba(148,163,184,.14);border-radius:14px;padding:12px;color:#e5e7eb}.cg-alert-playbook strong,.cg-alert-command-action strong{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;background:rgba(239,68,68,.18);color:#fecaca;flex:0 0 auto}
.cg-alert-list{display:grid;gap:14px}.cg-alert-item{background:linear-gradient(135deg,rgba(2,6,23,.98),rgba(15,23,42,.96));border:1px solid rgba(148,163,184,.16);border-left:5px solid #38bdf8;border-radius:18px;padding:16px;display:grid;grid-template-columns:1fr 260px;gap:14px}.cg-alert-item.severity-critical{border-left-color:#ef4444}.cg-alert-item.severity-high{border-left-color:#f97316}.cg-alert-item.severity-medium{border-left-color:#f59e0b}.cg-alert-item.severity-low{border-left-color:#22c55e}
.cg-alert-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px}.cg-alert-title-row strong{color:#fff;font-size:15px}.cg-alert-main p{color:#cbd5e1;margin:8px 0}.cg-alert-meta{display:flex;flex-wrap:wrap;gap:8px 14px;color:#94a3b8;font-size:12px;margin:10px 0}.cg-alert-ai-box{background:#07111f;border:1px solid rgba(56,189,248,.14);border-radius:14px;padding:12px;color:#dbeafe;line-height:1.5}.cg-alert-controls{display:grid;gap:10px;align-content:start}.cg-alert-controls form{display:grid;gap:8px}.cg-alert-empty{background:#020617;border:1px dashed rgba(148,163,184,.28);color:#cbd5e1;border-radius:16px;padding:18px}.cg-alert-command-card{border-left:5px solid #ef4444}.cg-alert-command-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
@media(max-width:1100px){.cg-alert-grid{grid-template-columns:repeat(2,1fr)}.cg-alert-two-col{grid-template-columns:1fr}.cg-alert-item{grid-template-columns:1fr}.cg-alert-command-grid{grid-template-columns:1fr}.cg-alert-header{flex-direction:column}}


/* CG8_COMMAND_CENTER_ACTIVITY_FEED_START */
.cg-activity-card,
.cg-dashboard-activity {
    background: linear-gradient(135deg, rgba(2, 6, 23, .98), rgba(15, 23, 42, .96));
    border: 1px solid rgba(56,189,248,.18);
    box-shadow: 0 18px 46px rgba(0,0,0,.28);
}

.cg-activity-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
}

.cg-activity-eyebrow {
    display: inline-block;
    color: #67e8f9;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.cg-activity-head h3 {
    margin-bottom: 7px;
}

.cg-activity-head p {
    color: #94a3b8;
    margin: 0;
    font-size: 13px;
}

.cg-activity-summary-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.cg-activity-summary-compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cg-activity-kpi {
    background: linear-gradient(135deg, rgba(15,23,42,.98), rgba(30,41,59,.96));
    border: 1px solid rgba(148,163,184,.16);
    border-left: 4px solid #38bdf8;
    border-radius: 15px;
    padding: 14px;
}

.cg-activity-kpi.danger { border-left-color: #ef4444; }
.cg-activity-kpi.warning { border-left-color: #f97316; }

.cg-activity-kpi strong {
    display: block;
    color: #ffffff;
    font-size: 25px;
    line-height: 1;
}

.cg-activity-kpi span {
    display: block;
    color: #94a3b8;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-top: 7px;
}

.cg-activity-list {
    display: grid;
    gap: 10px;
}

.cg-activity-list.compact {
    gap: 8px;
}

.cg-activity-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    background: rgba(15,23,42,.88);
    border: 1px solid rgba(148,163,184,.14);
    border-left: 4px solid #38bdf8;
    border-radius: 14px;
    padding: 12px 13px;
    text-decoration: none;
    color: #e2e8f0;
    transition: border-color .16s ease, transform .16s ease, background .16s ease;
}

.cg-activity-item:hover {
    background: rgba(30,41,59,.92);
    border-color: rgba(56,189,248,.35);
    transform: translateY(-1px);
}

.cg-activity-item.critical,
.cg-activity-item.high { border-left-color: #ef4444; }
.cg-activity-item.medium,
.cg-activity-item.warning { border-left-color: #f97316; }
.cg-activity-item.low,
.cg-activity-item.info { border-left-color: #38bdf8; }
.cg-activity-item.success,
.cg-activity-item.completed { border-left-color: #22c55e; }

.cg-activity-icon {
    width: 32px;
    height: 32px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(56,189,248,.12);
    border: 1px solid rgba(56,189,248,.18);
}

.cg-activity-body {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.cg-activity-title {
    color: #ffffff;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.cg-activity-meta,
.cg-activity-detail {
    color: #94a3b8;
    font-size: 12px;
    overflow-wrap: anywhere;
}

.cg-activity-detail {
    color: #cbd5e1;
}

.cg-activity-badge {
    display: inline-block;
    min-width: 76px;
    text-align: center;
    color: #ffffff;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
    background: rgba(56,189,248,.14);
    border: 1px solid rgba(56,189,248,.26);
}

.cg-activity-badge.critical,
.cg-activity-badge.high { background: rgba(239,68,68,.18); border-color: rgba(239,68,68,.34); color: #fecaca; }
.cg-activity-badge.medium,
.cg-activity-badge.warning { background: rgba(249,115,22,.18); border-color: rgba(249,115,22,.34); color: #fed7aa; }
.cg-activity-badge.success,
.cg-activity-badge.completed { background: rgba(34,197,94,.16); border-color: rgba(34,197,94,.30); color: #bbf7d0; }
.cg-activity-badge.info,
.cg-activity-badge.low { background: rgba(56,189,248,.14); border-color: rgba(56,189,248,.26); color: #bae6fd; }

.cg-activity-empty {
    background: rgba(15,23,42,.88);
    border: 1px dashed rgba(148,163,184,.24);
    border-radius: 14px;
    padding: 16px;
    color: #94a3b8;
}

@media (max-width: 1100px) {
    .cg-activity-summary-grid,
    .cg-activity-summary-compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cg-activity-head { flex-direction: column; }
}
/* CG8_COMMAND_CENTER_ACTIVITY_FEED_END */


/* CG8_OPS_SUMMARY_CSS_START */
.cg-ops-card { background: linear-gradient(135deg, rgba(15,23,42,.98), rgba(8,13,24,.98)); border: 1px solid rgba(56,189,248,.20); box-shadow: 0 18px 42px rgba(0,0,0,.26); }
.cg-ops-head { display:flex; justify-content:space-between; align-items:flex-start; gap:18px; margin-bottom:18px; }
.cg-ops-eyebrow { display:inline-block; color:#38bdf8; font-size:11px; font-weight:950; letter-spacing:.12em; text-transform:uppercase; margin-bottom:8px; }
.cg-ops-head h3 { margin-bottom:8px; }
.cg-ops-head p { color:#cbd5e1; margin:0; line-height:1.55; }
.cg-ops-score { min-width:132px; text-align:center; padding:16px; border-radius:18px; background:rgba(2,6,23,.70); border:1px solid rgba(148,163,184,.18); }
.cg-ops-score strong { display:block; color:#ffffff; font-size:38px; line-height:1; }
.cg-ops-score span { display:block; color:#93c5fd; margin-top:6px; font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:.06em; }
.cg-ops-home-right { display:flex; align-items:center; gap:10px; flex-wrap:wrap; justify-content:flex-end; }
.cg-ops-level, .cg-ops-status-success, .cg-ops-status-high, .cg-ops-status-medium, .cg-ops-status-info { border-radius:999px; padding:9px 13px; font-size:11px; font-weight:950; letter-spacing:.08em; text-transform:uppercase; border:1px solid rgba(148,163,184,.22); color:#ffffff; }
.cg-ops-status-success { background:rgba(34,197,94,.18); color:#bbf7d0; border-color:rgba(34,197,94,.35); }
.cg-ops-status-high { background:rgba(239,68,68,.18); color:#fecaca; border-color:rgba(239,68,68,.35); }
.cg-ops-status-medium { background:rgba(245,158,11,.18); color:#fde68a; border-color:rgba(245,158,11,.35); }
.cg-ops-status-info { background:rgba(56,189,248,.16); color:#bae6fd; border-color:rgba(56,189,248,.35); }
.cg-ops-kpi-grid { display:grid; grid-template-columns:repeat(4, minmax(0, 1fr)); gap:12px; margin-bottom:16px; }
.cg-ops-kpi-grid.cg-ops-kpi-compact { grid-template-columns:repeat(8, minmax(0, 1fr)); }
.cg-ops-kpi { background:rgba(2,6,23,.62); border:1px solid rgba(148,163,184,.14); border-left:4px solid #38bdf8; border-radius:14px; padding:14px; }
.cg-ops-kpi strong { display:block; color:#ffffff; font-size:25px; line-height:1; }
.cg-ops-kpi span { display:block; color:#94a3b8; margin-top:7px; font-size:10px; font-weight:950; letter-spacing:.06em; text-transform:uppercase; }
.cg-ops-kpi.danger { border-left-color:#ef4444; }
.cg-ops-kpi.warning { border-left-color:#f59e0b; }
.cg-ops-kpi.success { border-left-color:#22c55e; }
.cg-ops-home-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:14px; }
.cg-ops-action-list { display:grid; gap:10px; }
.cg-ops-action-list.compact { grid-template-columns:repeat(2, minmax(0, 1fr)); }
.cg-ops-action { display:block; text-decoration:none; background:rgba(15,23,42,.86); border:1px solid rgba(148,163,184,.16); border-left:4px solid #38bdf8; border-radius:14px; padding:13px; color:#ffffff; }
.cg-ops-action:hover { background:rgba(30,41,59,.96); border-color:rgba(56,189,248,.34); }
.cg-ops-action span { display:inline-block; color:#bae6fd; font-size:10px; font-weight:950; letter-spacing:.08em; margin-bottom:5px; }
.cg-ops-action strong { display:block; color:#ffffff; font-size:14px; margin-bottom:4px; }
.cg-ops-action small { display:block; color:#cbd5e1; line-height:1.4; }
.cg-ops-action.critical, .cg-ops-action.high { border-left-color:#ef4444; }
.cg-ops-action.medium { border-left-color:#f59e0b; }
.cg-ops-action.success { border-left-color:#22c55e; }
.cg-ops-freshness { display:grid; gap:10px; }
.cg-ops-freshness div { background:rgba(2,6,23,.62); border:1px solid rgba(148,163,184,.14); border-radius:14px; padding:13px; }
.cg-ops-freshness span { display:block; color:#93c5fd; font-size:10px; font-weight:950; text-transform:uppercase; letter-spacing:.08em; }
.cg-ops-freshness strong { display:block; color:#ffffff; font-size:18px; margin-top:4px; }
.cg-ops-freshness small { display:block; color:#94a3b8; margin-top:4px; overflow-wrap:anywhere; }
.cg-ops-link { color:#bae6fd; font-weight:900; text-decoration:none; }
.cg-ops-link:hover { color:#ffffff; text-decoration:underline; }
.muted { color:#94a3b8; }
@media (max-width:1200px) { .cg-ops-kpi-grid, .cg-ops-kpi-grid.cg-ops-kpi-compact { grid-template-columns:repeat(2, minmax(0, 1fr)); } .cg-ops-home-grid { grid-template-columns:1fr; } .cg-ops-action-list.compact { grid-template-columns:1fr; } }
/* CG8_OPS_SUMMARY_CSS_END */
