body.fused-whmcs .server-status-page {
    display: grid;
    gap: 1.25rem;
}

body.fused-whmcs .fused-network-status-indicator {
    width: 0.625rem;
    height: 0.625rem;
    flex: 0 0 0.625rem;
    margin-left: auto;
    border: 2px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0.625rem rgba(34, 197, 94, 0.4);
}

body.fused-whmcs .fused-network-status-success > i {
    color: #4ade80;
}

body.fused-whmcs .fused-network-status-warning > i {
    color: #fb923c;
}

body.fused-whmcs .fused-network-status-warning .fused-network-status-indicator {
    background: #f97316;
    box-shadow: 0 0 0.625rem rgba(249, 115, 22, 0.45);
}

body.fused-whmcs .fused-network-status-danger > i {
    color: #f87171;
}

body.fused-whmcs .fused-network-status-danger .fused-network-status-indicator {
    background: #ef4444;
    box-shadow: 0 0 0.625rem rgba(239, 68, 68, 0.45);
}

html[data-fused-theme="light"] body.fused-whmcs .fused-network-status-indicator {
    border-color: rgba(15, 23, 42, 0.18);
}

body.fused-whmcs .fused-ticket-incident-alert {
    display: flex;
    gap: 1rem;
    margin: 0 0 1.25rem;
    padding: 1rem 1.125rem;
    border: 1px solid rgba(249, 115, 22, 0.48);
    border-left: 0.25rem solid #f97316;
    border-radius: 0.625rem;
    background: rgba(249, 115, 22, 0.1);
    color: var(--fused-text);
}

body.fused-whmcs .fused-ticket-incident-alert-danger {
    border-color: rgba(239, 68, 68, 0.5);
    border-left-color: #ef4444;
    background: rgba(239, 68, 68, 0.11);
}

body.fused-whmcs .fused-ticket-incident-icon {
    flex: 0 0 auto;
    color: #fb923c;
    font-size: 1.125rem;
}

body.fused-whmcs .fused-ticket-incident-alert-danger .fused-ticket-incident-icon {
    color: #f87171;
}

body.fused-whmcs .fused-ticket-incident-content {
    min-width: 0;
}

body.fused-whmcs .fused-ticket-incident-content h2 {
    margin: 0 0 0.625rem;
    color: inherit;
    font-size: 1rem;
    line-height: 1.4;
}

body.fused-whmcs .fused-ticket-incident-content article + article {
    margin-top: 0.625rem;
    padding-top: 0.625rem;
    border-top: 1px solid rgba(249, 115, 22, 0.25);
}

body.fused-whmcs .fused-ticket-incident-content p {
    margin: 0.2rem 0 0;
    color: var(--fused-text-muted);
}

body.fused-whmcs .fused-ticket-incident-content > a {
    display: inline-block;
    margin-top: 0.75rem;
    font-weight: 600;
}

body.fused-whmcs .server-status-page .mb-4 {
    margin-bottom: 0 !important;
}

body.fused-whmcs .server-status-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

body.fused-whmcs .server-status-heading h1 {
    margin: 0;
    color: var(--fused-text);
    font-size: clamp(1.8rem, 3vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -.035em;
}

body.fused-whmcs .support-panel {
    overflow: hidden;
    border: 1px solid var(--fused-border);
    border-radius: var(--fused-radius);
    background: var(--fused-surface);
    box-shadow: var(--fused-shadow);
}

body.fused-whmcs .support-panel-header {
    padding: 1rem 1.2rem;
    border-bottom: 1px solid var(--fused-border);
}

body.fused-whmcs .support-panel-header h2 {
    margin: 0;
    color: var(--fused-text);
    font-size: 1rem;
    font-weight: 650;
}

body.fused-whmcs .support-panel-header p {
    margin: .3rem 0 0;
    color: var(--fused-muted);
    font-size: .76rem;
}

body.fused-whmcs .support-panel-body {
    padding: 1.2rem;
}

body.fused-whmcs .server-status-overview-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

body.fused-whmcs .server-status-overview-header > div {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: .15rem .65rem;
}

body.fused-whmcs .server-status-overview-header h2,
body.fused-whmcs .server-status-overview-header p {
    grid-column: 2;
}

body.fused-whmcs .server-status-overview-header .status-dot {
    grid-row: 1 / span 2;
}

body.fused-whmcs .network-status-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
    margin-bottom: 1.2rem;
}

body.fused-whmcs .network-metric {
    padding: .9rem 1rem;
    border: 1px solid var(--fused-border);
    border-radius: .6rem;
    background: var(--fused-surface-soft);
}

body.fused-whmcs .network-metric span,
body.fused-whmcs .network-metric strong {
    display: block;
}

body.fused-whmcs .network-metric span {
    color: var(--fused-muted);
    font-size: .7rem;
}

body.fused-whmcs .network-metric strong {
    margin-top: .25rem;
    color: var(--fused-text);
    font-size: 1.35rem;
}

body.fused-whmcs .server-status-component-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
}

body.fused-whmcs .server-status-component,
body.fused-whmcs .server-status-feed-heading {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

body.fused-whmcs .server-status-component {
    padding: .85rem 1rem;
    border: 1px solid var(--fused-border);
    border-radius: .55rem;
    background: var(--fused-surface-soft);
}

body.fused-whmcs .server-status-component > div {
    min-width: 0;
}

body.fused-whmcs .server-status-component strong,
body.fused-whmcs .server-status-component span:not(.status-pill) {
    display: block;
}

body.fused-whmcs .server-status-component strong {
    overflow: hidden;
    color: var(--fused-text);
    font-size: .82rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.fused-whmcs .server-status-component span:not(.status-pill),
body.fused-whmcs .server-status-feed-meta {
    margin-top: .18rem;
    color: var(--fused-muted);
    font-size: .66rem;
}

body.fused-whmcs .status-dot {
    display: inline-block;
    width: .65rem;
    height: .65rem;
    flex: 0 0 auto;
    border-radius: 999px;
    background: var(--fused-muted);
}

body.fused-whmcs .status-dot-success { background: #22c55e; }
body.fused-whmcs .status-dot-warning { background: #f59e0b; }
body.fused-whmcs .status-dot-danger { background: #ef4444; }

body.fused-whmcs .status-pill {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    padding: .22rem .5rem;
    border: 1px solid var(--fused-border);
    border-radius: 999px;
    color: var(--fused-muted);
    font-size: .62rem;
    font-weight: 700;
    line-height: 1.2;
}

body.fused-whmcs .status-pill-success {
    border-color: rgba(34, 197, 94, .35);
    background: rgba(34, 197, 94, .12);
    color: #86efac;
}

body.fused-whmcs .status-pill-warning {
    border-color: rgba(245, 158, 11, .35);
    background: rgba(245, 158, 11, .12);
    color: #fbbf24;
}

body.fused-whmcs .status-pill-danger {
    border-color: rgba(239, 68, 68, .35);
    background: rgba(239, 68, 68, .12);
    color: #fca5a5;
}

html[data-fused-theme="light"] body.fused-whmcs .status-pill-success { color: #166534; }
html[data-fused-theme="light"] body.fused-whmcs .status-pill-warning { color: #92400e; }
html[data-fused-theme="light"] body.fused-whmcs .status-pill-danger { color: #991b1b; }

body.fused-whmcs .server-status-feed {
    display: grid;
    gap: .7rem;
}

body.fused-whmcs .server-status-feed-item {
    padding: .9rem 1rem;
    border: 1px solid var(--fused-border);
    border-radius: .55rem;
    background: var(--fused-surface-soft);
}

body.fused-whmcs .server-status-feed-item p {
    margin: .65rem 0 0;
    color: var(--fused-text);
    font-size: .76rem;
    line-height: 1.55;
}

body.fused-whmcs .server-status-feed-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .5rem 1rem;
}

body.fused-whmcs .server-status-empty-state {
    display: grid;
    justify-items: center;
    gap: .4rem;
    padding: 2rem 1rem;
    color: var(--fused-muted);
    text-align: center;
}

body.fused-whmcs .server-status-empty-state i {
    color: #22c55e;
    font-size: 1.35rem;
}

body.fused-whmcs .server-status-empty-state strong {
    color: var(--fused-text);
    font-size: .9rem;
}

body.fused-whmcs .server-status-empty-state span {
    font-size: .72rem;
}

body.fused-whmcs .network-list {
    display: grid;
    gap: .7rem;
}

body.fused-whmcs .network-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    padding: .9rem 1rem;
    border: 1px solid var(--fused-border);
    border-radius: .55rem;
    background: var(--fused-surface-soft);
}

body.fused-whmcs .network-row strong,
body.fused-whmcs .network-row > div > span {
    display: block;
}

body.fused-whmcs .network-row p {
    margin: .55rem 0 0;
    font-size: .76rem;
}

body.fused-whmcs .network-date {
    color: var(--fused-muted);
    font-size: .68rem;
    text-align: right;
}

body.fused-whmcs .support-pagination .pagination {
    justify-content: flex-end;
    margin: 0;
}

@media (max-width: 767.98px) {
    body.fused-whmcs .network-status-grid,
    body.fused-whmcs .server-status-component-grid {
        grid-template-columns: 1fr;
    }

    body.fused-whmcs .network-row {
        grid-template-columns: 1fr;
    }

    body.fused-whmcs .network-date {
        text-align: left;
    }
}

@media (max-width: 575.98px) {
    body.fused-whmcs .server-status-heading,
    body.fused-whmcs .server-status-overview-header,
    body.fused-whmcs .server-status-component,
    body.fused-whmcs .server-status-feed-heading {
        align-items: flex-start;
        flex-direction: column;
    }
}
