/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
/*!
 *  File: ReconnectModal.razor.css
 *  Copyright (c) 2026 CannaLog Technologies Limited. All rights reserved.
 *  Licensed to CannaLog. Proprietary and confidential.
 */
.components-reconnect-first-attempt-visible[b-cdw7239075],
.components-reconnect-repeated-attempt-visible[b-cdw7239075],
.components-reconnect-failed-visible[b-cdw7239075],
.components-pause-visible[b-cdw7239075],
.components-resume-failed-visible[b-cdw7239075],
.components-rejoining-animation[b-cdw7239075] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-cdw7239075],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-cdw7239075],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-cdw7239075],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-cdw7239075],
#components-reconnect-modal.components-reconnect-retrying[b-cdw7239075],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-cdw7239075],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-cdw7239075],
#components-reconnect-modal.components-reconnect-failed[b-cdw7239075],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-cdw7239075] {
    display: block;
}


#components-reconnect-modal[b-cdw7239075] {
    background-color: var(--surface);
    color: var(--text);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 1px solid var(--border);
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-cdw7239075 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-cdw7239075 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-cdw7239075 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-cdw7239075]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-cdw7239075 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-cdw7239075 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-cdw7239075 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-cdw7239075 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-cdw7239075] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-cdw7239075] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-cdw7239075] {
    border: 0;
    background-color: var(--green);
    color: #fff;
    padding: 6px 24px;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

    #components-reconnect-modal button:hover[b-cdw7239075] {
        background-color: var(--green-lt);
    }

    #components-reconnect-modal button:active[b-cdw7239075] {
        background-color: var(--green);
    }

.components-rejoining-animation[b-cdw7239075] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-cdw7239075] {
        position: absolute;
        border: 3px solid var(--green);
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-cdw7239075 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-cdw7239075] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-cdw7239075 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
/*!
 *  File: Contact.razor.css
 *  Copyright (c) 2026 CannaLog Technologies Limited. All rights reserved.
 *  Licensed to CannaLog. Proprietary and confidential.
 */
.form-input--error[b-1jspwi9n0w] {
    border-color: var(--red) !important;
    box-shadow: 0 0 0 3px rgba(220,38,38,0.1) !important;
}

/* Honeypot — rendered off-screen for sighted users, hidden from AT via
   aria-hidden, out of the keyboard tab order via tabindex=-1, and never
   autocompleted. Display:none is avoided because some bots check for it
   and skip such fields; position:absolute keeps it in the DOM where bots
   will find and fill it. */
.honeypot[b-1jspwi9n0w] {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.contact-spinner[b-1jspwi9n0w] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: contactSpin-b-1jspwi9n0w 0.6s linear infinite;
    flex-shrink: 0;
}

@keyframes contactSpin-b-1jspwi9n0w {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Pages/Help.razor.rz.scp.css */
/*!
 *  File: Help.razor.css
 *  Copyright (c) 2026 CannaLog Technologies Limited. All rights reserved.
 *  Licensed to CannaLog. Proprietary and confidential.
 */
/* ── Category card active state ── */
.help-cat-card[b-kayxpk2sqm] {
    background: none;
    border: 1px solid var(--border);
    text-align: left;
    cursor: pointer;
    font-family: var(--font-body);
    transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}

.help-cat-card--active[b-kayxpk2sqm] {
    border-color: var(--green);
    background: var(--green-bg);
    box-shadow: 0 0 0 3px var(--green-glow);
}

    .help-cat-card--active .help-cat-title[b-kayxpk2sqm] {
        color: var(--green);
    }

    .help-cat-card--active .help-cat-icon[b-kayxpk2sqm] {
        background: var(--green);
        color: #fff;
    }

        /* Add this new ::deep rule to force the Lucide SVG stroke color to white */
        .help-cat-card--active .help-cat-icon[b-kayxpk2sqm]  svg {
            color: #fff !important;
            stroke: #fff !important;
        }

/* ── Article as button ── */
.help-article--btn[b-kayxpk2sqm] {
    width: 100%;
    background: none;
    font-family: var(--font-body);
    cursor: pointer;
}

/* ── Modal backdrop ── */
.help-modal-backdrop[b-kayxpk2sqm] {
    position: fixed;
    inset: 0;
    background: rgba(17,21,17,0.55);
    backdrop-filter: blur(6px);
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    animation: helpBackdropIn-b-kayxpk2sqm 0.2s ease both;
}

/* ── Modal card ── */
.help-modal[b-kayxpk2sqm] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    width: 100%;
    max-width: 720px;
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 24px 64px rgba(17,21,17,0.25);
    animation: helpModalIn-b-kayxpk2sqm 0.3s cubic-bezier(0.16,1,0.3,1) both;
    overflow: hidden;
}

.help-modal-header[b-kayxpk2sqm] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 28px 32px 20px;
    border-bottom: 1px solid var(--border-lt);
    flex-shrink: 0;
}

.help-modal-title[b-kayxpk2sqm] {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
    color: var(--text);
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.help-modal-close[b-kayxpk2sqm] {
    width: 36px;
    height: 36px;
    border-radius: var(--radius);
    background: var(--surface-2);
    border: 1px solid var(--border);
    color: var(--muted);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.15s, color 0.15s;
}

    .help-modal-close:hover[b-kayxpk2sqm] {
        background: var(--red-bg);
        color: var(--red);
        border-color: var(--red);
    }

.help-modal-body[b-kayxpk2sqm] {
    flex: 1;
    overflow-y: auto;
    padding: 28px 32px;
    font-size: 15px;
    line-height: 1.75;
    color: var(--muted);
}

    /* Ensure images in the modal scale properly */
    .help-modal-body[b-kayxpk2sqm]  img {
        max-width: 100%;
        height: auto;
        border-radius: var(--radius);
        margin: 20px 0;
        display: block;
    }

    .help-modal-body h3[b-kayxpk2sqm] {
        font-size: 17px;
        font-weight: 700;
        color: var(--text);
        margin: 24px 0 10px;
        letter-spacing: -0.01em;
    }

        .help-modal-body h3:first-child[b-kayxpk2sqm] {
            margin-top: 0;
        }

    .help-modal-body p[b-kayxpk2sqm] {
        margin-bottom: 14px;
    }

        .help-modal-body p:last-child[b-kayxpk2sqm] {
            margin-bottom: 0;
        }

    .help-modal-body ul[b-kayxpk2sqm] {
        margin: 10px 0 14px 20px;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .help-modal-body strong[b-kayxpk2sqm] {
        color: var(--text);
        font-weight: 600;
    }

    .help-modal-body .help-highlight[b-kayxpk2sqm] {
        background: var(--green-bg);
        border: 1px solid rgba(30,58,95,0.15);
        border-left: 3px solid var(--green);
        border-radius: 0 var(--radius) var(--radius) 0;
        padding: 14px 16px;
        margin: 16px 0;
        font-size: 14px;
        color: var(--text);
    }

    .help-modal-body .help-table[b-kayxpk2sqm] {
        width: 100%;
        border-collapse: collapse;
        margin: 16px 0;
        font-size: 14px;
    }

        .help-modal-body .help-table th[b-kayxpk2sqm] {
            background: var(--surface-2);
            border: 1px solid var(--border);
            padding: 8px 12px;
            text-align: left;
            font-weight: 700;
            color: var(--text);
            font-size: 13px;
        }

        .help-modal-body .help-table td[b-kayxpk2sqm] {
            border: 1px solid var(--border-lt);
            padding: 8px 12px;
            vertical-align: top;
        }

.help-modal-footer[b-kayxpk2sqm] {
    padding: 16px 32px 24px;
    border-top: 1px solid var(--border-lt);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

@keyframes helpBackdropIn-b-kayxpk2sqm {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes helpModalIn-b-kayxpk2sqm {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* ── Mobile fixes for Help page ── */
@media (max-width: 1024px) {
    .help-categories[b-kayxpk2sqm] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    /* Category cards stay in a 2-up grid on phones rather than stacking
       full-width — pairing them keeps the help centre scannable without
       a long vertical scroll. The cards themselves get tighter padding
       and a more compact icon + typography stack. */
    .help-categories[b-kayxpk2sqm] {
        grid-template-columns: 1fr 1fr !important;
        gap: 12px;
    }

    .help-cat-card[b-kayxpk2sqm] {
        padding: 16px 14px;
        gap: 8px;
        border-radius: var(--radius-lg);
    }

    .help-cat-icon[b-kayxpk2sqm] {
        width: 36px;
        height: 36px;
    }

        .help-cat-icon svg[b-kayxpk2sqm] {
            width: 18px;
            height: 18px;
        }

    .help-cat-title[b-kayxpk2sqm] {
        font-size: 14px;
    }

    .help-cat-desc[b-kayxpk2sqm] {
        font-size: 12.5px;
        line-height: 1.45;
    }

    .help-cat-count[b-kayxpk2sqm] {
        font-size: 11.5px;
    }

    .help-articles[b-kayxpk2sqm] {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .help-article[b-kayxpk2sqm] {
        padding: 16px 16px;
        gap: 12px;
        border-radius: var(--radius-lg);
    }

    .help-article-icon[b-kayxpk2sqm] {
        width: 32px;
        height: 32px;
    }

        .help-article-icon svg[b-kayxpk2sqm] {
            width: 16px;
            height: 16px;
        }

    .help-article-title[b-kayxpk2sqm] {
        font-size: 14px;
    }

    .help-modal[b-kayxpk2sqm] {
        width: 95%;
        margin: 20px auto;
        max-height: 90vh;
    }
}

@media (max-width: 480px) {
    .help-cat-card[b-kayxpk2sqm] {
        padding: 14px 12px;
    }

    .help-cat-desc[b-kayxpk2sqm] {
        display: none;
    }

    .help-cat-count[b-kayxpk2sqm] {
        margin-top: 4px;
    }
}

@media (max-width: 640px) {
    .help-modal[b-kayxpk2sqm] {
        max-height: 95vh;
        border-radius: var(--radius-lg);
    }

    .help-modal-header[b-kayxpk2sqm], .help-modal-body[b-kayxpk2sqm], .help-modal-footer[b-kayxpk2sqm] {
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* /Components/Pages/Legal.razor.rz.scp.css */
/*!
 *  File: Legal.razor.css
 *  Copyright (c) 2026 CannaLog Technologies Limited. All rights reserved.
 *  Licensed to CannaLog. Proprietary and confidential.
 */
/* ── Tabs Navigation ── */
.legal-tabs[b-oklkxyxneg] {
    display: flex;
    gap: 8px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 32px;
    overflow-x: auto;
    padding-bottom: 8px;
    /* Hides scrollbar for clean UI but maintains scrollability on mobile */
    scrollbar-width: none;
}

    .legal-tabs[b-oklkxyxneg]::-webkit-scrollbar {
        display: none;
    }

.legal-tab[b-oklkxyxneg] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: transparent;
    border: none;
    border-radius: var(--radius) var(--radius) 0 0;
    color: var(--muted);
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    position: relative;
}

.legal-tab-icon[b-oklkxyxneg] {
    width: 18px;
    height: 18px;
    transition: color 0.2s ease;
}

.legal-tab[b-oklkxyxneg]::after {
    content: '';
    position: absolute;
    bottom: -9px; /* Align with the border-bottom of the container */
    left: 0;
    right: 0;
    height: 2px;
    background: transparent;
    transition: background 0.2s ease;
}

.legal-tab:hover:not(.legal-tab--active)[b-oklkxyxneg] {
    color: var(--text);
}

.legal-tab--active[b-oklkxyxneg] {
    color: var(--green);
    background: var(--green-bg);
}

    .legal-tab--active[b-oklkxyxneg]::after {
        background: var(--green);
    }

/* ── Content Area ── */
.legal-content-card[b-oklkxyxneg] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 48px;
    min-height: 400px;
}

.legal-content .last-updated[b-oklkxyxneg] {
    font-size: 13px;
    color: var(--hint);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 32px;
}

.legal-content h2[b-oklkxyxneg] {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 700;
    color: var(--text);
    letter-spacing: -0.02em;
    margin-top: 0;
    margin-bottom: 8px;
}

.legal-content h3[b-oklkxyxneg] {
    font-size: 18px;
    font-weight: 700;
    color: var(--text);
    margin: 32px 0 12px;
}

.legal-content p[b-oklkxyxneg] {
    font-size: 15px;
    line-height: 1.75;
    color: var(--muted);
    margin-bottom: 16px;
}

.legal-content ul[b-oklkxyxneg] {
    margin: 16px 0 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.6;
}

    .legal-content ul ul[b-oklkxyxneg] {
        margin: 8px 0 8px 20px;
    }

.legal-content strong[b-oklkxyxneg] {
    color: var(--text);
    font-weight: 600;
}

.help-highlight[b-oklkxyxneg] {
    background: var(--green-bg);
    border: 1px solid rgba(30,58,95,0.15);
    border-left: 3px solid var(--green);
    border-radius: 0 var(--radius) var(--radius) 0;
    padding: 16px 20px;
    margin: 24px 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--text);
}

/* ── Table Styling ── */
.legal-table[b-oklkxyxneg] {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0 24px;
    font-size: 14px;
    color: var(--muted);
}

    .legal-table th[b-oklkxyxneg],
    .legal-table td[b-oklkxyxneg] {
        padding: 12px 16px;
        border: 1px solid var(--border-lt);
        text-align: left;
    }

    .legal-table th[b-oklkxyxneg] {
        background: var(--surface-2);
        font-weight: 700;
        color: var(--text);
    }

.animate-fade-in[b-oklkxyxneg] {
    animation: fadeInTab-b-oklkxyxneg 0.3s ease-out forwards;
}

@keyframes fadeInTab-b-oklkxyxneg {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 640px) {
    .legal-content-card[b-oklkxyxneg] {
        padding: 32px 24px;
    }

    .legal-table th[b-oklkxyxneg],
    .legal-table td[b-oklkxyxneg] {
        padding: 10px;
        font-size: 13px;
    }
}
/* /Components/Pages/ServiceStatus.razor.rz.scp.css */
/*!
 *  File: ServiceStatus.razor.css
 *  Copyright (c) 2026 CannaLog Technologies Limited. All rights reserved.
 *  Licensed to CannaLog. Proprietary and confidential.
 */

/* ──────────────────────────────────────────────────────────────────────
   HERO — animated status callout
   ────────────────────────────────────────────────────────────────────── */
.ss-hero[b-3i6ym36p7u] {
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    padding: 64px 0 56px;
    position: relative;
    overflow: hidden;
}

/* Subtle radial accent so the hero feels lit rather than flat. The colour
   shifts with overall status — green calm, amber warning, red urgent. */
.ss-hero[b-3i6ym36p7u]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 65% 100% at 80% 50%,
        rgba(30,58,95,0.10) 0%, transparent 70%);
    pointer-events: none;
    transition: background 0.6s ease;
}
.ss-hero.degraded[b-3i6ym36p7u]::before {
    background: radial-gradient(ellipse 65% 100% at 80% 50%,
        rgba(245,158,11,0.10) 0%, transparent 70%);
}
.ss-hero.outage[b-3i6ym36p7u]::before {
    background: radial-gradient(ellipse 65% 100% at 80% 50%,
        rgba(239,68,68,0.12) 0%, transparent 70%);
}

.ss-hero-inner[b-3i6ym36p7u] {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.ss-hero-icon[b-3i6ym36p7u] {
    width: 88px;
    height: 88px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
}

.ss-hero.operational .ss-hero-icon[b-3i6ym36p7u] {
    background: linear-gradient(135deg, var(--green-lt) 0%, var(--green) 100%);
    box-shadow:
        0 16px 40px rgba(30,58,95,0.30),
        0 0 0 6px rgba(30,58,95,0.10),
        inset 0 1px 0 rgba(255,255,255,0.18);
    animation: ssHeroBreathe-b-3i6ym36p7u 3.6s ease-in-out infinite;
}

.ss-hero.degraded .ss-hero-icon[b-3i6ym36p7u] {
    background: linear-gradient(135deg, #F59E0B 0%, #B45309 100%);
    box-shadow:
        0 16px 40px rgba(245,158,11,0.32),
        0 0 0 6px rgba(245,158,11,0.10),
        inset 0 1px 0 rgba(255,255,255,0.18);
    animation: ssHeroBreathe-b-3i6ym36p7u 2.4s ease-in-out infinite;
}

.ss-hero.outage .ss-hero-icon[b-3i6ym36p7u] {
    background: linear-gradient(135deg, #EF4444 0%, #B91C1C 100%);
    box-shadow:
        0 16px 40px rgba(239,68,68,0.34),
        0 0 0 6px rgba(239,68,68,0.10),
        inset 0 1px 0 rgba(255,255,255,0.18);
    animation: ssHeroBreathe-b-3i6ym36p7u 1.8s ease-in-out infinite;
}

@keyframes ssHeroBreathe-b-3i6ym36p7u {
    0%, 100% { transform: scale(1);    }
    50%      { transform: scale(1.05); }
}

.ss-hero-text[b-3i6ym36p7u] {
    flex: 1;
    min-width: 280px;
}

.ss-hero-eyebrow[b-3i6ym36p7u] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    color: var(--green);
    margin-bottom: 12px;
}

.ss-hero-eyebrow-dot[b-3i6ym36p7u] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 3px rgba(30,58,95,0.20);
}

.ss-hero-title[b-3i6ym36p7u] {
    font-family: var(--font-display);
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    color: var(--text);
    line-height: 1.10;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}

/* Shimmer text on the status word — colour matches the overall state.
   Operational uses the same navy-iridescent ramp as the home hero so the
   "all good" mood carries the brand identity rather than a semantic green. */
.ss-hero-title em[b-3i6ym36p7u] {
    font-style: normal;
    background: linear-gradient(120deg,
        #1E3A5F 0%,
        #3A6FAA 18%,
        #93B4DD 38%,
        #C7DBF0 48%,
        #EAF2FB 50%,
        #C7DBF0 52%,
        #93B4DD 62%,
        #3A6FAA 82%,
        #1E3A5F 100%);
    background-size: 240% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: ssShimmer-b-3i6ym36p7u 9s ease-in-out infinite;
}

.ss-hero.degraded .ss-hero-title em[b-3i6ym36p7u] {
    background: linear-gradient(120deg,
        #B45309 0%, #F59E0B 25%, #FCD34D 50%, #F59E0B 75%, #B45309 100%);
    background-size: 220% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ss-hero.outage .ss-hero-title em[b-3i6ym36p7u] {
    background: linear-gradient(120deg,
        #B91C1C 0%, #EF4444 25%, #FCA5A5 50%, #EF4444 75%, #B91C1C 100%);
    background-size: 220% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes ssShimmer-b-3i6ym36p7u {
    0%, 100% { background-position: 0% 50%;   }
    50%      { background-position: 100% 50%; }
}

.ss-hero-meta[b-3i6ym36p7u] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--muted);
    flex-wrap: wrap;
}

.ss-hero-meta strong[b-3i6ym36p7u] {
    color: var(--text);
    font-weight: 700;
    font-family: var(--font-mono);
}

.ss-hero-meta-sep[b-3i6ym36p7u] {
    color: var(--hint);
    margin: 0 2px;
}

.ss-hero-meta-pulse[b-3i6ym36p7u] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green);
    flex-shrink: 0;
    animation: ssPulse-b-3i6ym36p7u 2s ease-in-out infinite;
}

@keyframes ssPulse-b-3i6ym36p7u {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(30,58,95,0.45);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(30,58,95,0);
    }
}

/* ──────────────────────────────────────────────────────────────────────
   90-DAY UPTIME STRIP
   ────────────────────────────────────────────────────────────────────── */
.ss-uptime-strip[b-3i6ym36p7u] {
    background: var(--surface-2);
    border-bottom: 1px solid var(--border);
    padding: 22px 0;
}

.ss-uptime-inner[b-3i6ym36p7u] {
    display: flex;
    align-items: center;
    gap: 18px;
}

.ss-uptime-label[b-3i6ym36p7u] {
    font-size: 11px;
    font-weight: 700;
    color: var(--hint);
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    flex-shrink: 0;
}

.ss-uptime-bar[b-3i6ym36p7u] {
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 1;
    height: 32px;
}

.ss-uptime-day[b-3i6ym36p7u] {
    flex: 1;
    height: 24px;
    border-radius: 3px;
    cursor: default;
    transform-origin: bottom;
    transition: height 0.2s ease, transform 0.15s ease, filter 0.15s ease;
    /* Stagger the bars in on first render. The nth-child delays below
       give each column a 12ms-spaced fade so the row reads as a sweep. */
    opacity: 0;
    transform: scaleY(0.6);
    animation: ssUptimeIn-b-3i6ym36p7u 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes ssUptimeIn-b-3i6ym36p7u {
    to { opacity: 1; transform: scaleY(1); }
}

/* Sweep the bars in — 90 columns × 8ms = ~720ms total. */
.ss-uptime-day:nth-child(1)[b-3i6ym36p7u]  { animation-delay: 0ms;   }
.ss-uptime-day:nth-child(10)[b-3i6ym36p7u] { animation-delay: 80ms;  }
.ss-uptime-day:nth-child(20)[b-3i6ym36p7u] { animation-delay: 160ms; }
.ss-uptime-day:nth-child(30)[b-3i6ym36p7u] { animation-delay: 240ms; }
.ss-uptime-day:nth-child(40)[b-3i6ym36p7u] { animation-delay: 320ms; }
.ss-uptime-day:nth-child(50)[b-3i6ym36p7u] { animation-delay: 400ms; }
.ss-uptime-day:nth-child(60)[b-3i6ym36p7u] { animation-delay: 480ms; }
.ss-uptime-day:nth-child(70)[b-3i6ym36p7u] { animation-delay: 560ms; }
.ss-uptime-day:nth-child(80)[b-3i6ym36p7u] { animation-delay: 640ms; }
.ss-uptime-day:nth-child(90)[b-3i6ym36p7u] { animation-delay: 720ms; }

.ss-uptime-day:hover[b-3i6ym36p7u] {
    height: 32px;
    filter: brightness(1.15);
}

.ss-uptime-day.operational[b-3i6ym36p7u] { background: var(--green); }
.ss-uptime-day.degraded[b-3i6ym36p7u]    { background: var(--amber); }
.ss-uptime-day.outage[b-3i6ym36p7u]      { background: var(--red); }
.ss-uptime-day.nodata[b-3i6ym36p7u]      { background: var(--border); }

.ss-uptime-pct[b-3i6ym36p7u] {
    font-size: 15px;
    font-weight: 800;
    color: var(--green);
    white-space: nowrap;
    flex-shrink: 0;
    font-family: var(--font-display);
    letter-spacing: -0.02em;
}

/* ──────────────────────────────────────────────────────────────────────
   SERVICE GROUPS
   ────────────────────────────────────────────────────────────────────── */
.ss-group-header[b-3i6ym36p7u] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.ss-group-icon[b-3i6ym36p7u] {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: var(--green-bg);
    border: 1px solid rgba(30,58,95,0.20);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--green);
}

.ss-group-label[b-3i6ym36p7u] {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--muted);
}

/* ──────────────────────────────────────────────────────────────────────
   SERVICE ROWS — standalone cards, full status-coloured border
   ────────────────────────────────────────────────────────────────────── */
.ss-services[b-3i6ym36p7u] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Each service is its own card with a status-coloured ring. The ring sits
   at moderate alpha by default and brightens on hover. The card lifts
   subtly with a status-tinted shadow so the colour story carries through
   the interaction. */
.ss-service[b-3i6ym36p7u] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 24px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    position: relative;
    box-shadow: var(--shadow-sm);
    /* Cascade-in on initial render */
    opacity: 0;
    transform: translateY(8px);
    animation: ssRowIn-b-3i6ym36p7u 0.45s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transition:
        transform 0.25s var(--motion-ease-smooth),
        box-shadow 0.25s var(--motion-ease-smooth),
        border-color 0.25s ease,
        background 0.25s ease;
}

@keyframes ssRowIn-b-3i6ym36p7u {
    to { opacity: 1; transform: translateY(0); }
}

/* Stagger — the row immediately below picks up 60ms later, etc. */
.ss-service:nth-child(1)[b-3i6ym36p7u]  { animation-delay: 0ms;   }
.ss-service:nth-child(2)[b-3i6ym36p7u]  { animation-delay: 60ms;  }
.ss-service:nth-child(3)[b-3i6ym36p7u]  { animation-delay: 120ms; }
.ss-service:nth-child(4)[b-3i6ym36p7u]  { animation-delay: 180ms; }
.ss-service:nth-child(5)[b-3i6ym36p7u]  { animation-delay: 240ms; }
.ss-service:nth-child(6)[b-3i6ym36p7u]  { animation-delay: 300ms; }
.ss-service:nth-child(7)[b-3i6ym36p7u]  { animation-delay: 360ms; }
.ss-service:nth-child(8)[b-3i6ym36p7u]  { animation-delay: 420ms; }

/* Status-tinted full borders. Alpha lift on hover so the colour reads
   stronger when the card is engaged. The hover shadow picks up the
   status hue too — e.g. green glow under operational rows on hover. */
.ss-service.operational[b-3i6ym36p7u] {
    border-color: rgba(30, 58, 95, 0.45);
}
.ss-service.operational:hover[b-3i6ym36p7u] {
    border-color: rgba(30, 58, 95, 0.85);
    box-shadow: 0 10px 28px rgba(30, 58, 95, 0.14), 0 2px 6px rgba(30, 58, 95, 0.08);
}

.ss-service.degraded[b-3i6ym36p7u] {
    border-color: rgba(245, 158, 11, 0.50);
}
.ss-service.degraded:hover[b-3i6ym36p7u] {
    border-color: rgba(245, 158, 11, 0.90);
    box-shadow: 0 10px 28px rgba(245, 158, 11, 0.16), 0 2px 6px rgba(245, 158, 11, 0.08);
}

.ss-service.outage[b-3i6ym36p7u] {
    border-color: rgba(239, 68, 68, 0.55);
}
.ss-service.outage:hover[b-3i6ym36p7u] {
    border-color: rgba(239, 68, 68, 0.95);
    box-shadow: 0 10px 28px rgba(239, 68, 68, 0.18), 0 2px 6px rgba(239, 68, 68, 0.10);
}

.ss-service.maintenance[b-3i6ym36p7u] {
    border-color: rgba(30, 95, 173, 0.50);
}
.ss-service.maintenance:hover[b-3i6ym36p7u] {
    border-color: rgba(30, 95, 173, 0.90);
    box-shadow: 0 10px 28px rgba(30, 95, 173, 0.14), 0 2px 6px rgba(30, 95, 173, 0.08);
}

.ss-service:hover[b-3i6ym36p7u] {
    transform: translateY(-2px);
}

.ss-service-left[b-3i6ym36p7u] {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.ss-service-icon[b-3i6ym36p7u] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--green-bg);
    border: 1px solid rgba(30,58,95,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--green);
}

.ss-service-name[b-3i6ym36p7u] {
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 2px;
}

.ss-service-desc[b-3i6ym36p7u] {
    font-size: 13px;
    color: var(--muted);
}

.ss-service-right[b-3i6ym36p7u] {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-shrink: 0;
}

.ss-metric[b-3i6ym36p7u] {
    text-align: right;
}

.ss-metric-val[b-3i6ym36p7u] {
    font-size: 15px;
    font-weight: 800;
    color: var(--text);
    font-family: var(--font-display);
    letter-spacing: -0.02em;
}

.ss-metric-lbl[b-3i6ym36p7u] {
    font-size: 11px;
    color: var(--hint);
    font-weight: 600;
    margin-top: 1px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* ──────────────────────────────────────────────────────────────────────
   STATUS BADGES
   ────────────────────────────────────────────────────────────────────── */
.ss-badge[b-3i6ym36p7u] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 14px;
    border-radius: var(--radius-pill);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.ss-badge-dot[b-3i6ym36p7u] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
}

.ss-badge.operational[b-3i6ym36p7u] {
    background: var(--green-bg);
    color: var(--green);
    border: 1px solid rgba(30,58,95,0.28);
}
.ss-badge.operational .ss-badge-dot[b-3i6ym36p7u] {
    background: var(--green);
    /* Subtle ambient pulse on the operational state to convey "live". */
    animation: ssBadgePulse-b-3i6ym36p7u 2.4s ease-in-out infinite;
}

@keyframes ssBadgePulse-b-3i6ym36p7u {
    0%, 100% { box-shadow: 0 0 0 0 rgba(30,58,95,0.55); }
    50%      { box-shadow: 0 0 0 5px rgba(30,58,95,0);  }
}

.ss-badge.degraded[b-3i6ym36p7u] {
    background: var(--amber-bg);
    color: var(--amber);
    border: 1px solid rgba(180,83,9,0.25);
}
.ss-badge.degraded .ss-badge-dot[b-3i6ym36p7u] { background: var(--amber); }

.ss-badge.outage[b-3i6ym36p7u] {
    background: var(--red-bg);
    color: var(--red);
    border: 1px solid rgba(220,38,38,0.25);
}
.ss-badge.outage .ss-badge-dot[b-3i6ym36p7u] { background: var(--red); }

.ss-badge.maintenance[b-3i6ym36p7u] {
    background: var(--blue-bg);
    color: var(--blue);
    border: 1px solid rgba(30,95,173,0.22);
}
.ss-badge.maintenance .ss-badge-dot[b-3i6ym36p7u] { background: var(--blue); }

/* ──────────────────────────────────────────────────────────────────────
   NO-INCIDENTS EMPTY STATE
   ────────────────────────────────────────────────────────────────────── */
.ss-no-incidents[b-3i6ym36p7u] {
    text-align: center;
    padding: 56px 32px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-sm);
}

.ss-no-incidents-icon[b-3i6ym36p7u] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--green-lt) 0%, var(--green) 100%);
    color: #fff;
    margin-bottom: 18px;
    box-shadow:
        0 12px 32px rgba(30,58,95,0.28),
        0 0 0 4px rgba(30,58,95,0.10),
        inset 0 1px 0 rgba(255,255,255,0.18);
    animation: ssHeroBreathe-b-3i6ym36p7u 3.6s ease-in-out infinite;
}

/* ──────────────────────────────────────────────────────────────────────
   INCIDENTS — severity stripe + timeline updates
   ────────────────────────────────────────────────────────────────────── */
.ss-incidents[b-3i6ym36p7u] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ss-incident[b-3i6ym36p7u] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 28px 32px 28px 36px;
    box-shadow: var(--shadow-sm);
    position: relative;
    transition: transform 0.25s var(--motion-ease-smooth),
                box-shadow 0.25s var(--motion-ease-smooth);
}

.ss-incident[b-3i6ym36p7u]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 24px;
    bottom: 24px;
    width: 4px;
    border-radius: 0 4px 4px 0;
    background: var(--border);
}
.ss-incident.degraded[b-3i6ym36p7u]::before    { background: linear-gradient(180deg, var(--amber), #B45309); }
.ss-incident.outage[b-3i6ym36p7u]::before      { background: linear-gradient(180deg, var(--red), #991B1B); }
.ss-incident.maintenance[b-3i6ym36p7u]::before { background: linear-gradient(180deg, var(--blue), #1E40AF); }

.ss-incident:hover[b-3i6ym36p7u] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.ss-incident-header[b-3i6ym36p7u] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.ss-incident-date[b-3i6ym36p7u] {
    font-size: 13px;
    font-weight: 700;
    color: var(--muted);
    margin-left: auto;
    font-family: var(--font-mono);
}

.ss-incident-duration[b-3i6ym36p7u] {
    font-size: 13px;
    color: var(--hint);
}

.ss-incident-title[b-3i6ym36p7u] {
    font-size: 18px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 8px;
    letter-spacing: -0.01em;
    line-height: 1.30;
}

.ss-incident-body[b-3i6ym36p7u] {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.65;
}

/* Updates as a vertical timeline — bullet on the time column connects with
   a hairline through to the next entry. */
.ss-incident-updates[b-3i6ym36p7u] {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid var(--border-lt);
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: relative;
}

.ss-incident-update[b-3i6ym36p7u] {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 18px;
    font-size: 13px;
    position: relative;
}

.ss-incident-update[b-3i6ym36p7u]::before {
    content: '';
    position: absolute;
    left: 96px;
    top: 7px;
    bottom: -22px;
    width: 1px;
    background: var(--border-lt);
    margin-left: -10px;
}

.ss-incident-update:last-child[b-3i6ym36p7u]::before { display: none; }

.ss-incident-update[b-3i6ym36p7u]::after {
    content: '';
    position: absolute;
    left: 96px;
    top: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-left: -14px;
    background: var(--green);
    box-shadow: 0 0 0 3px var(--surface), 0 0 0 4px var(--green-bg);
}

.ss-incident-update-time[b-3i6ym36p7u] {
    color: var(--hint);
    font-weight: 700;
    padding-top: 1px;
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.02em;
}

.ss-incident-update-msg[b-3i6ym36p7u] {
    color: var(--muted);
    line-height: 1.65;
}

/* ──────────────────────────────────────────────────────────────────────
   LEGEND
   ────────────────────────────────────────────────────────────────────── */
.ss-legend[b-3i6ym36p7u] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ss-legend-item[b-3i6ym36p7u] {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: var(--muted);
    font-weight: 600;
}

.ss-legend-dot[b-3i6ym36p7u] {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    flex-shrink: 0;
}

.ss-legend-dot.operational[b-3i6ym36p7u] { background: var(--green); }
.ss-legend-dot.degraded[b-3i6ym36p7u]    { background: var(--amber); }
.ss-legend-dot.outage[b-3i6ym36p7u]      { background: var(--red); }

/* ──────────────────────────────────────────────────────────────────────
   FOOTER STRIP
   ────────────────────────────────────────────────────────────────────── */
.ss-footer-strip[b-3i6ym36p7u] {
    background: var(--surface);
    border-top: 1px solid var(--border);
    padding: 36px 0;
    position: relative;
    overflow: hidden;
}

.ss-footer-strip[b-3i6ym36p7u]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 100% at 100% 50%,
        rgba(30,58,95,0.06) 0%, transparent 70%);
    pointer-events: none;
}

.ss-footer-inner[b-3i6ym36p7u] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

/* ──────────────────────────────────────────────────────────────────────
   REDUCED MOTION
   ────────────────────────────────────────────────────────────────────── */
/* ──────────────────────────────────────────────────────────────────────
   DARK MODE — lift the navy rgba accents to cornflower so the operational
   colour reads on dark surfaces. Solid uses of var(--green) / var(--green-lt)
   already auto-adapt (cornflower / light-sky); only the literal rgba
   alpha values for halos/borders/pulses need a manual lift here.
   ────────────────────────────────────────────────────────────────────── */
@media (prefers-color-scheme: dark) {
    .ss-hero[b-3i6ym36p7u]::before {
        background: radial-gradient(ellipse 65% 100% at 80% 50%,
            rgba(96,165,250,0.12) 0%, transparent 70%);
    }

    .ss-hero.operational .ss-hero-icon[b-3i6ym36p7u] {
        box-shadow:
            0 16px 40px rgba(96,165,250,0.30),
            0 0 0 6px rgba(96,165,250,0.10),
            inset 0 1px 0 rgba(255,255,255,0.18);
    }

    /* Re-tune the shimmer for dark mode — the deep-navy stops would hide
       on the dark surface, so we shift the whole ramp brighter. */
    .ss-hero-title em[b-3i6ym36p7u] {
        background: linear-gradient(120deg,
            #3A6FAA 0%,
            #6A91C8 18%,
            #93C5FD 38%,
            #C7DBF0 48%,
            #EAF2FB 50%,
            #C7DBF0 52%,
            #93C5FD 62%,
            #6A91C8 82%,
            #3A6FAA 100%);
        background-size: 240% 100%;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .ss-service.operational[b-3i6ym36p7u] {
        border-color: rgba(96, 165, 250, 0.45);
    }
    .ss-service.operational:hover[b-3i6ym36p7u] {
        border-color: rgba(96, 165, 250, 0.85);
        box-shadow: 0 10px 28px rgba(96, 165, 250, 0.18), 0 2px 6px rgba(96, 165, 250, 0.10);
    }

    .ss-badge.operational[b-3i6ym36p7u] {
        border-color: rgba(96, 165, 250, 0.30);
    }

    @keyframes ssBadgePulse-b-3i6ym36p7u {
        0%, 100% { box-shadow: 0 0 0 0 rgba(96,165,250,0.55); }
        50%      { box-shadow: 0 0 0 5px rgba(96,165,250,0);  }
    }

    .ss-no-incidents-icon[b-3i6ym36p7u] {
        box-shadow:
            0 12px 32px rgba(96,165,250,0.30),
            0 0 0 4px rgba(96,165,250,0.10),
            inset 0 1px 0 rgba(255,255,255,0.18);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ss-hero-icon[b-3i6ym36p7u],
    .ss-hero-meta-pulse[b-3i6ym36p7u],
    .ss-uptime-day[b-3i6ym36p7u],
    .ss-badge.operational .ss-badge-dot[b-3i6ym36p7u],
    .ss-no-incidents-icon[b-3i6ym36p7u],
    .ss-service[b-3i6ym36p7u] {
        animation: none !important;
    }
    .ss-service[b-3i6ym36p7u] {
        opacity: 1;
        transform: none;
    }
    .ss-hero-title em[b-3i6ym36p7u] {
        animation: none !important;
    }
    .ss-incident[b-3i6ym36p7u],
    .ss-uptime-day[b-3i6ym36p7u],
    .ss-service[b-3i6ym36p7u] {
        transition: none !important;
    }
}

/* ──────────────────────────────────────────────────────────────────────
   RESPONSIVE
   ────────────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .ss-hero[b-3i6ym36p7u] {
        padding: 48px 0 40px;
    }
    .ss-hero-icon[b-3i6ym36p7u] {
        width: 72px;
        height: 72px;
        border-radius: 20px;
    }
    .ss-service[b-3i6ym36p7u] {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .ss-service-right[b-3i6ym36p7u] {
        gap: 20px;
        width: 100%;
        justify-content: space-between;
    }
    .ss-incident[b-3i6ym36p7u] {
        padding: 22px 22px 22px 26px;
    }
    .ss-incident-update[b-3i6ym36p7u] {
        grid-template-columns: 1fr;
        gap: 4px;
    }
    .ss-incident-update[b-3i6ym36p7u]::before,
    .ss-incident-update[b-3i6ym36p7u]::after {
        display: none;
    }
    .ss-incident-date[b-3i6ym36p7u] {
        margin-left: 0;
    }
    .ss-footer-inner[b-3i6ym36p7u] {
        flex-direction: column;
        align-items: flex-start;
    }
    .ss-legend[b-3i6ym36p7u] {
        flex-wrap: wrap;
        gap: 12px;
    }
}
