.compare-reset-link {
    margin-top: 14px;
}

.status-page-create-form {
    margin-top: 14px;
}

#aboutSignalBar {
    width: 0;
}

.about-traffic {
    width: 39px;
    height: 9px;
    fill: var(--border);
}

.sites-help-link {
    margin-left: 6px;
    font-size: 0.88rem;
}

.sites-seo-note {
    margin-top: 4px;
    font-size: 0.88rem;
}

.sites-action-form,
.sites-empty-copy {
    margin: 0;
}

.sites-empty-title {
    margin: 0 0 4px;
}

.sites-empty-copy {
    font-size: 0.92rem;
}

.index-inline-link {
    font-weight: 600;
    color: var(--brand);
}

.index-detail-page {
    margin-top: 18px;
}

.index-result-url {
    margin: 0;
    overflow-wrap: anywhere;
    font-size: clamp(1.1rem, 2.2vw, 1.6rem);
}

.index-site-meta {
    margin-top: 12px;
}

.seo-detail-page,
.seo-error-card {
    margin-top: 18px;
}

.seo-new-audit {
    margin-top: 16px;
}

.seo-stat-unit {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--muted);
}

.seo-outline,
.seo-missing-note {
    margin-top: 8px;
}

.seo-more-note {
    margin-top: 6px;
    font-size: 0.85rem;
}

.seo-preview {
    margin-top: 14px;
}

.seo-preview-title {
    margin: 0 0 8px;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text);
}

.seo-detected-note {
    margin-top: 10px;
    font-size: 0.88rem;
}

.seo-break {
    overflow-wrap: anywhere;
}

.seo-single-row {
    grid-template-columns: 1fr;
}

.seo-missing-note {
    font-size: 0.88rem;
}

.seo-error-card {
    padding: 24px;
    text-align: center;
}

.seo-error-title {
    margin: 0 0 6px;
}

.seo-error-copy {
    margin: 0;
}

.seo-landing-head {
    margin-top: 34px;
}

.seo-checks {
    margin-top: 16px;
}

.ack-shell {
    max-width: 640px;
}

.ack-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
}

.learn-demo-link {
    font-weight: 700;
    color: var(--brand);
}

.relay-dns {
    flex: 1;
}

button.relay-dns {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.relay-tcp {
    flex: 1.4;
}

button.relay-tcp {
    background: linear-gradient(135deg, #06b6d4, #0891b2);
}

.relay-ttfb {
    flex: 2.6;
}

button.relay-ttfb {
    background: linear-gradient(135deg, #4f46e5, #4338ca);
}

.relay-total {
    flex: 1.6;
}

button.relay-total {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.learn-card-spaced {
    margin-top: 22px;
}

.gauge-pin-18 {
    left: 18%;
}

.gauge-pin-46 {
    left: 46%;
}

.og-pane-contents {
    display: contents;
}

.traffic-red {
    background: #ef4444;
}

.traffic-amber {
    background: #f59e0b;
}

.traffic-green {
    background: #22c55e;
}

.sb-screen.status-up {
    background: rgb(34 197 94 / 8%);
}

.big-ico.status-up {
    background: linear-gradient(135deg, #22c55e, #22c55ecc);
}

.scode.status-up {
    color: #22c55e;
    background: #22c55e22;
}

.big-ico.status-down {
    background: linear-gradient(135deg, #ef4444, #ef4444cc);
}

.scode.status-down {
    color: #ef4444;
    background: #ef444422;
}

.big-ico.status-warn {
    background: linear-gradient(135deg, #f59e0b, #f59e0bcc);
}

.scode.status-warn {
    color: #f59e0b;
    background: #f59e0b22;
}

.uptime-99 {
    width: 99%;
    background: var(--red);
}

.uptime-999 {
    width: 99.9%;
    background: var(--amber);
}

.uptime-9999 {
    width: 100%;
    background: var(--green);
}

html:not(.js) .learn .rf-toggle {
    display: none;
}

html:not(.js) .learn .reqflow .rf-panel[hidden] {
    display: block !important;
}

html:not(.js) .learn .reqflow .rf-panel + .rf-panel {
    border-top: 1px solid var(--border);
}
