/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-shell[b-zj8q0x9jd6] {
    width: min(100%, 42rem);
    margin: 0 auto;
}

.login-card[b-zj8q0x9jd6] {
    width: 100%;
}
/* /Components/Account/Pages/Manage/ChangePassword.razor.rz.scp.css */
.password-panel[b-dq8uw9rea1] {
    display: grid;
    gap: 1.5rem;
    width: 100%;
    max-width: 46rem;
    padding: 2rem;
    border: 1px solid rgba(184, 199, 212, 0.72);
    border-radius: 1.75rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 22px 46px rgba(10, 29, 44, 0.08);
}

.password-panel-header[b-dq8uw9rea1] {
    display: grid;
    gap: 0.45rem;
}

.password-panel h2[b-dq8uw9rea1] {
    margin: 0;
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    letter-spacing: -0.04em;
    color: #0d2f43;
}

.password-panel-header p[b-dq8uw9rea1] {
    margin: 0;
    color: #526070;
}

.password-form[b-dq8uw9rea1] {
    display: block;
    max-width: 38rem;
}

.password-form .form-floating[b-dq8uw9rea1] {
    margin-bottom: 0.95rem;
}

.password-form .form-floating:last-of-type[b-dq8uw9rea1] {
    margin-bottom: 1.45rem;
}

.password-submit[b-dq8uw9rea1] {
    display: inline-flex;
    justify-self: start;
    min-width: 13rem;
    margin-top: 0;
}

@media (max-width: 720px) {
    .password-panel[b-dq8uw9rea1] {
        width: 100%;
        padding: 1.25rem;
        border-radius: 1.25rem;
    }
}
/* /Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.authenticator-panel[b-ah872wq0zl] {
    display: grid;
    gap: 1.75rem;
    width: 100%;
    max-width: 54rem;
    padding: 2rem;
    border: 1px solid rgba(184, 199, 212, 0.72);
    border-radius: 1.75rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 22px 46px rgba(10, 29, 44, 0.08);
}

.authenticator-header[b-ah872wq0zl] {
    display: grid;
    gap: 0.65rem;
}

.authenticator-header h2[b-ah872wq0zl],
.key-card h3[b-ah872wq0zl],
.verification-card h3[b-ah872wq0zl] {
    margin: 0;
    color: #0d2f43;
    letter-spacing: -0.04em;
}

.authenticator-header p[b-ah872wq0zl],
.key-card p[b-ah872wq0zl],
.verification-card p[b-ah872wq0zl],
.qr-caption[b-ah872wq0zl] {
    margin: 0;
    color: #526070;
}

.authenticator-grid[b-ah872wq0zl] {
    display: grid;
    grid-template-columns: minmax(18rem, 22rem) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.qr-card[b-ah872wq0zl],
.key-card[b-ah872wq0zl],
.verification-card[b-ah872wq0zl] {
    display: grid;
    gap: 0.95rem;
    padding: 1.35rem;
    border: 1px solid rgba(184, 199, 212, 0.72);
    border-radius: 1.25rem;
    background: rgba(247, 250, 252, 0.82);
}

.qr-card[b-ah872wq0zl] {
    overflow: hidden;
}

.qr-frame[b-ah872wq0zl] {
    display: grid;
    place-items: center;
    overflow: visible;
    aspect-ratio: 1;
    min-height: 0;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(184, 199, 212, 0.72);
    padding: 1.25rem;
}

.authenticator-qr-image[b-ah872wq0zl] {
    display: block;
    width: min(100%, 16rem);
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
    image-rendering: crisp-edges;
}

.manual-key[b-ah872wq0zl] {
    display: block;
    width: 100%;
    padding: 0.95rem 1rem;
    border-radius: 0.9rem;
    font-size: 1rem;
    line-height: 1.65;
    color: #0d2f43;
    background: #fff;
    border: 1px solid rgba(184, 199, 212, 0.72);
    white-space: pre-wrap;
    word-break: break-word;
}

.verification-form[b-ah872wq0zl] {
    display: grid;
    gap: 1.1rem;
    max-width: 31rem;
}

.verification-submit[b-ah872wq0zl] {
    justify-self: start;
    min-width: 12rem;
    margin-top: 1.2rem;
}

@media (max-width: 900px) {
    .authenticator-panel[b-ah872wq0zl] {
        width: 100%;
    }

    .authenticator-grid[b-ah872wq0zl] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .authenticator-panel[b-ah872wq0zl] {
        padding: 1.25rem;
    }
}
/* /Components/Account/Pages/Manage/TwoFactorAuthentication.razor.rz.scp.css */
.twofactor-panel[b-ynwdszgru0] {
    display: grid;
    gap: 1.5rem;
    width: 100%;
    max-width: 54rem;
    padding: 2rem;
    border: 1px solid rgba(184, 199, 212, 0.72);
    border-radius: 1.75rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 22px 46px rgba(10, 29, 44, 0.08);
}

.twofactor-header[b-ynwdszgru0] {
    display: grid;
    gap: 0.65rem;
}

.twofactor-header h2[b-ynwdszgru0] {
    margin: 0;
    color: #0d2f43;
    letter-spacing: -0.04em;
}

.twofactor-header p[b-ynwdszgru0] {
    margin: 0;
    color: #526070;
}

.twofactor-actions[b-ynwdszgru0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.inline-form[b-ynwdszgru0] {
    display: inline-flex;
}

@media (max-width: 720px) {
    .twofactor-panel[b-ynwdszgru0] {
        padding: 1.25rem;
    }
}
/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
.account-shell[b-8qjlnuo7jh] {
    display: grid;
    gap: 1.35rem;
    width: min(100%, 68rem);
    margin: 0 auto;
}

.account-header[b-8qjlnuo7jh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.account-kicker[b-8qjlnuo7jh] {
    margin: 0;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #7d8c9d;
}

.account-header h1[b-8qjlnuo7jh] {
    margin: 0;
    font-size: clamp(1.9rem, 3.4vw, 2.55rem);
    letter-spacing: -0.04em;
    color: #0d2f43;
}

.account-back-link[b-8qjlnuo7jh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.75rem 1.1rem;
    border-radius: 999px;
    border: 1px solid rgba(184, 199, 212, 0.72);
    background: rgba(255, 255, 255, 0.88);
    color: #21445b;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(10, 29, 44, 0.06);
}

.account-back-link:hover[b-8qjlnuo7jh] {
    color: #0d2f43;
    background: rgba(255, 255, 255, 0.96);
}

.account-grid[b-8qjlnuo7jh] {
    display: grid;
    grid-template-columns: minmax(14rem, 16rem) minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
}

.account-nav[b-8qjlnuo7jh] {
    position: sticky;
    top: 0.75rem;
}

.account-content[b-8qjlnuo7jh] {
    min-width: 0;
    display: grid;
    align-content: start;
}

@media (max-width: 960px) {
    .account-header[b-8qjlnuo7jh] {
        align-items: start;
        flex-direction: column;
    }

    .account-grid[b-8qjlnuo7jh] {
        grid-template-columns: 1fr;
    }

    .account-nav[b-8qjlnuo7jh] {
        position: static;
    }
}
/* /Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
.manage-nav[b-ijfmc1szpj] {
    display: grid;
    gap: 0.55rem;
    padding: 1rem;
    border: 1px solid rgba(184, 199, 212, 0.72);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 40px rgba(10, 29, 44, 0.08);
}

.manage-link[b-ijfmc1szpj] {
    display: flex;
    align-items: center;
    min-height: 3rem;
    padding: 0.75rem 0.95rem;
    border-radius: 1rem;
    color: #21445b;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 120ms ease, color 120ms ease;
}

.manage-link:hover[b-ijfmc1szpj] {
    background: rgba(38, 111, 255, 0.08);
    color: #0d2f43;
}

.manage-link.active[b-ijfmc1szpj] {
    background: #1e6ef4;
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(30, 110, 244, 0.18);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.shell[b-dgy9ce0jqh] {
    min-height: 100vh;
    padding: 1.25rem;
}

.topbar[b-dgy9ce0jqh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
    padding: 1rem 1.2rem;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(255, 188, 99, 0.2), transparent 32%),
        linear-gradient(135deg, rgba(12, 45, 63, 0.97), rgba(18, 68, 91, 0.95));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 50px rgba(7, 25, 36, 0.18);
    color: #f7fbff;
}

.brand-block[b-dgy9ce0jqh],
.brand-row[b-dgy9ce0jqh],
.brand-kicker[b-dgy9ce0jqh],
.topbar h1[b-dgy9ce0jqh] {
    margin: 0;
}

.brand-block[b-dgy9ce0jqh] {
    display: grid;
    gap: 0.2rem;
}

.brand-row[b-dgy9ce0jqh] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.brand-kicker[b-dgy9ce0jqh] {
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 214, 153, 0.92);
}

.topbar h1[b-dgy9ce0jqh] {
    font-family: "Aptos Display", "Segoe UI Variable Display", "Segoe UI", sans-serif;
    font-size: clamp(1.5rem, 2.6vw, 2rem);
    letter-spacing: -0.04em;
}

.brand-version[b-dgy9ce0jqh] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.16rem 0.48rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(247, 251, 255, 0.82);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1;
}

.workspace[b-dgy9ce0jqh] {
    padding-top: 1.1rem;
}

.workspace-account[b-dgy9ce0jqh] {
    min-height: calc(100vh - 7rem);
    padding-top: 0;
}

.workspace-account-compact[b-dgy9ce0jqh] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.workspace-account-compact > *[b-dgy9ce0jqh] {
    width: min(100%, 42rem);
}

.workspace-account-manage[b-dgy9ce0jqh] {
    width: min(100%, 78rem);
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

#blazor-error-ui[b-dgy9ce0jqh] {
    color-scheme: light only;
    background: #7f2020;
    color: #fff;
    bottom: 0;
    display: none;
    left: 0;
    padding: 0.9rem 1.1rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-dgy9ce0jqh] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 0.85rem;
}

@media (max-width: 820px) {
    .shell[b-dgy9ce0jqh] {
        padding: 1rem;
    }

    .topbar[b-dgy9ce0jqh] {
        align-items: flex-start;
        flex-direction: column;
    }

    .workspace-account[b-dgy9ce0jqh] {
        min-height: calc(100vh - 2rem);
    }

    .workspace-account-manage[b-dgy9ce0jqh] {
        width: 100%;
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-shell[b-3a73dbaece],
.nav-group[b-3a73dbaece],
.nav-meta[b-3a73dbaece] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.nav-shell[b-3a73dbaece] {
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
}

.nav-group[b-3a73dbaece],
.nav-meta[b-3a73dbaece] {
    flex-wrap: wrap;
}

.nav-link[b-3a73dbaece],
.logout-button[b-3a73dbaece] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.6rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.18);
    color: #f7fbff;
    text-decoration: none;
    font-weight: 700;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.04),
        0 10px 24px rgba(5, 18, 28, 0.1);
    transition:
        background-color 0.18s ease,
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        transform 0.18s ease;
}

.nav-link:hover[b-3a73dbaece],
.logout-button:hover[b-3a73dbaece] {
    background: rgba(255, 255, 255, 0.24);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
}

.nav-link.active[b-3a73dbaece] {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.34);
    color: #ffffff;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.08),
        0 12px 28px rgba(5, 18, 28, 0.16);
}

.nav-link-emphasis[b-3a73dbaece] {
    min-width: 6.4rem;
    min-height: 3rem;
    padding-inline: 1.35rem;
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(255, 255, 255, 0.98);
    color: #12384b;
    font-weight: 800;
    box-shadow:
        inset 0 0 0 1px rgba(18, 56, 75, 0.05),
        0 14px 32px rgba(5, 18, 28, 0.18);
}

.nav-link-emphasis:hover[b-3a73dbaece] {
    background: #ffffff;
    color: #0d2f43;
    border-color: #ffffff;
}

.nav-link-primary[b-3a73dbaece] {
    background: rgba(255, 255, 255, 0.94);
    color: #113548;
    border-color: rgba(255, 255, 255, 0.92);
}

.nav-link-primary:hover[b-3a73dbaece] {
    background: #fff;
    color: #113548;
}

.account-link-button[b-3a73dbaece] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 6.6rem;
    min-height: 3rem;
    padding: 0.65rem 1.35rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.96);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 250, 0.98));
    color: #12384b;
    text-decoration: none;
    font-weight: 800;
    box-shadow:
        inset 0 0 0 1px rgba(18, 56, 75, 0.04),
        0 14px 30px rgba(5, 18, 28, 0.16);
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        background-color 0.18s ease;
}

.account-link-button:hover[b-3a73dbaece] {
    color: #0d2f43;
    transform: translateY(-1px);
    box-shadow:
        inset 0 0 0 1px rgba(18, 56, 75, 0.04),
        0 18px 34px rgba(5, 18, 28, 0.2);
}

.account-link-button.active[b-3a73dbaece] {
    color: #0d2f43;
}

.user-chip[b-3a73dbaece] {
    display: inline-flex;
    align-items: center;
    min-height: 2.6rem;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(247, 251, 255, 0.94);
    font-size: 0.92rem;
}

.logout-button[b-3a73dbaece] {
    cursor: pointer;
}

@media (max-width: 820px) {
    .nav-shell[b-3a73dbaece] {
        justify-content: flex-start;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-06pc9ufnl6],
.components-reconnect-repeated-attempt-visible[b-06pc9ufnl6],
.components-reconnect-failed-visible[b-06pc9ufnl6],
.components-pause-visible[b-06pc9ufnl6],
.components-resume-failed-visible[b-06pc9ufnl6],
.components-rejoining-animation[b-06pc9ufnl6] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-06pc9ufnl6],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-06pc9ufnl6],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-06pc9ufnl6],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-06pc9ufnl6],
#components-reconnect-modal.components-reconnect-retrying[b-06pc9ufnl6],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-06pc9ufnl6],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-06pc9ufnl6],
#components-reconnect-modal.components-reconnect-failed[b-06pc9ufnl6],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-06pc9ufnl6] {
    display: block;
}


#components-reconnect-modal[b-06pc9ufnl6] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    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-06pc9ufnl6 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-06pc9ufnl6 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-06pc9ufnl6 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-06pc9ufnl6]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-06pc9ufnl6 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-06pc9ufnl6 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-06pc9ufnl6 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-06pc9ufnl6 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-06pc9ufnl6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-06pc9ufnl6] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-06pc9ufnl6] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-06pc9ufnl6] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-06pc9ufnl6] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-06pc9ufnl6] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-06pc9ufnl6] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-06pc9ufnl6 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-06pc9ufnl6] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-06pc9ufnl6 {
    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/Home.razor.rz.scp.css */
.dashboard-shell[b-9zzd681ie5] {
    display: grid;
    gap: 1rem;
}

.alarm-consent[hidden][b-9zzd681ie5] {
    display: none;
}

.alarm-consent[b-9zzd681ie5] {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    place-items: center;
    padding: 1.5rem;
}

.alarm-consent-backdrop[b-9zzd681ie5] {
    position: absolute;
    inset: 0;
    background: rgba(7, 22, 33, 0.6);
    backdrop-filter: blur(10px);
}

.alarm-consent-dialog[b-9zzd681ie5] {
    position: relative;
    z-index: 1;
    width: min(680px, calc(100vw - 2rem));
    padding: 1.5rem;
    border-radius: 32px;
    background:
        radial-gradient(circle at top left, rgba(255, 189, 103, 0.22), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(245, 249, 252, 0.97));
    border: 1px solid rgba(19, 57, 77, 0.12);
    box-shadow: 0 32px 80px rgba(9, 28, 42, 0.3);
}

.alarm-consent-dialog h2[b-9zzd681ie5] {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    color: #12384b;
}

.alarm-consent-copy[b-9zzd681ie5] {
    margin: 1rem 0 0;
    max-width: 54ch;
    color: #355463;
    font-size: 1rem;
    line-height: 1.6;
}

.action-row-consent[b-9zzd681ie5] {
    margin-top: 1.4rem;
    justify-content: flex-start;
}

.fullscreen-alert[b-9zzd681ie5] {
    position: fixed;
    inset: 0;
    z-index: 1300;
    display: grid;
    place-items: center;
    padding: 1.5rem;
}

.fullscreen-alert-backdrop[b-9zzd681ie5] {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(255, 173, 102, 0.18), transparent 26%),
        rgba(7, 22, 33, 0.82);
    backdrop-filter: blur(14px);
}

.fullscreen-alert-dialog[b-9zzd681ie5] {
    position: relative;
    z-index: 1;
    width: min(1200px, calc(100vw - 2rem));
    max-height: calc(100vh - 2rem);
    overflow: auto;
    padding: 1.5rem;
    border-radius: 34px;
    background:
        radial-gradient(circle at top left, rgba(255, 189, 103, 0.22), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(245, 249, 252, 0.985));
    border: 1px solid rgba(19, 57, 77, 0.12);
    box-shadow: 0 32px 90px rgba(9, 28, 42, 0.34);
}

.fullscreen-alert-header[b-9zzd681ie5],
.fullscreen-alert-grid[b-9zzd681ie5] {
    display: grid;
    gap: 1.1rem;
}

.fullscreen-alert-header[b-9zzd681ie5] {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
}

.fullscreen-alert-header h2[b-9zzd681ie5] {
    margin: 0;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    color: #12384b;
    letter-spacing: -0.04em;
}

.fullscreen-alert-copy[b-9zzd681ie5],
.fullscreen-alert-queue[b-9zzd681ie5] {
    margin: 0.75rem 0 0;
    color: #355463;
    font-size: 1.04rem;
    line-height: 1.6;
}

.fullscreen-alert-badges[b-9zzd681ie5] {
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.fullscreen-alert-grid[b-9zzd681ie5] {
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.95fr);
    margin-top: 1.2rem;
}

.fullscreen-alert-screenshot[b-9zzd681ie5] {
    aspect-ratio: 16 / 10;
    min-height: 23rem;
}

.fullscreen-alert-panel[b-9zzd681ie5] {
    display: grid;
    gap: 0.9rem;
    align-content: start;
}

.fullscreen-alert-section[b-9zzd681ie5] {
    padding: 1rem 1.05rem;
    border-radius: 24px;
    background: rgba(19, 62, 83, 0.05);
    border: 1px solid rgba(20, 58, 79, 0.08);
}

.fullscreen-alert-section h3[b-9zzd681ie5] {
    margin: 0 0 0.75rem;
    color: #12384b;
    font-size: 1.08rem;
}

.fullscreen-alert-tags[b-9zzd681ie5] {
    gap: 0.6rem;
}

.fullscreen-alert-meta[b-9zzd681ie5] {
    gap: 0.8rem;
}

.fullscreen-alert-actions[b-9zzd681ie5] {
    justify-content: flex-end;
    margin-top: 1.15rem;
}

.fullscreen-alert-confirm[b-9zzd681ie5] {
    min-width: 18rem;
    min-height: 3.25rem;
    font-size: 1rem;
}

.area-selection-modal[b-9zzd681ie5] {
    position: fixed;
    inset: 0;
    z-index: 1250;
    display: grid;
    place-items: center;
    padding: 1.5rem;
}

.area-selection-backdrop[b-9zzd681ie5] {
    position: absolute;
    inset: 0;
    background: rgba(7, 22, 33, 0.62);
    backdrop-filter: blur(10px);
}

.area-selection-dialog[b-9zzd681ie5] {
    position: relative;
    z-index: 1;
    width: min(980px, calc(100vw - 2rem));
    max-height: calc(100vh - 2rem);
    overflow: auto;
    padding: 1.4rem;
    border-radius: 30px;
    background:
        radial-gradient(circle at top left, rgba(255, 189, 103, 0.2), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 252, 0.98));
    border: 1px solid rgba(19, 57, 77, 0.12);
    box-shadow: 0 32px 80px rgba(9, 28, 42, 0.3);
}

.area-selection-header[b-9zzd681ie5],
.area-selection-toolbar[b-9zzd681ie5] {
    display: flex;
    justify-content: space-between;
    gap: 0.9rem;
    align-items: flex-start;
    flex-wrap: wrap;
}

.area-selection-header h2[b-9zzd681ie5] {
    margin: 0;
    font-size: clamp(1.7rem, 3vw, 2.2rem);
    color: #12384b;
}

.area-selection-copy[b-9zzd681ie5],
.area-selection-summary[b-9zzd681ie5],
.availability-config[b-9zzd681ie5] {
    margin: 0.6rem 0 0;
    color: #4d6978;
    font-size: 0.94rem;
}

.area-selection-toolbar[b-9zzd681ie5] {
    margin-top: 1rem;
}

.area-selection-count[b-9zzd681ie5] {
    display: inline-flex;
    align-items: center;
    min-height: 2.2rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(19, 62, 83, 0.08);
    color: #224b60;
    font-weight: 700;
}

.area-selection-grid[b-9zzd681ie5] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1rem;
}

.area-selection-chip[b-9zzd681ie5] {
    appearance: none;
    border: 1px solid rgba(20, 58, 79, 0.12);
    background: rgba(255, 255, 255, 0.84);
    color: #173f52;
    border-radius: 18px;
    min-height: 3.4rem;
    padding: 0.75rem 0.95rem;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.2rem;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition:
        border-color 120ms ease,
        background-color 120ms ease,
        box-shadow 120ms ease,
        transform 120ms ease;
}

.area-selection-chip small[b-9zzd681ie5] {
    color: #2c7b5a;
    font-size: 0.78rem;
    font-weight: 700;
}

.area-selection-chip:hover[b-9zzd681ie5] {
    border-color: rgba(24, 84, 114, 0.25);
    transform: translateY(-1px);
}

.area-selection-chip-active[b-9zzd681ie5] {
    border-color: rgba(25, 98, 134, 0.32);
    background: linear-gradient(135deg, rgba(14, 74, 101, 0.98), rgba(24, 102, 134, 0.94));
    color: #f8fbff;
    box-shadow: 0 14px 26px rgba(15, 58, 81, 0.16);
}

.area-selection-chip-active small[b-9zzd681ie5] {
    color: rgba(255, 255, 255, 0.84);
}

.area-selection-actions[b-9zzd681ie5] {
    margin-top: 1.1rem;
    justify-content: flex-end;
}

.area-selection-empty[b-9zzd681ie5] {
    margin-top: 1rem;
    padding: 1.25rem 1.3rem;
    border: 1px solid rgba(20, 58, 79, 0.12);
    border-radius: 1.1rem;
    background: rgba(241, 247, 251, 0.82);
}

.area-selection-empty p[b-9zzd681ie5] {
    margin: 0;
    color: #375566;
}

.area-selection-loading[b-9zzd681ie5] {
    min-height: 20rem;
    display: grid;
    place-items: center;
    text-align: center;
    gap: 0.8rem;
    padding: 2rem 1rem;
}

.area-selection-loading .area-selection-copy[b-9zzd681ie5] {
    margin: 0;
    max-width: 34rem;
}

.area-selection-loading h2[b-9zzd681ie5] {
    margin: 0;
    font-size: clamp(1.7rem, 3vw, 2.2rem);
    color: #12384b;
}

.area-selection-spinner[b-9zzd681ie5] {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    border: 3px solid rgba(20, 58, 79, 0.14);
    border-top-color: #1d6e93;
    animation: area-selection-spin-b-9zzd681ie5 0.85s linear infinite;
}

.history-modal[b-9zzd681ie5] {
    position: fixed;
    inset: 0;
    z-index: 1240;
    display: grid;
    place-items: center;
    padding: 1.5rem;
}

@keyframes area-selection-spin-b-9zzd681ie5 {
    to {
        transform: rotate(360deg);
    }
}

.history-backdrop[b-9zzd681ie5] {
    position: absolute;
    inset: 0;
    background: rgba(7, 22, 33, 0.62);
    backdrop-filter: blur(10px);
}

.history-dialog[b-9zzd681ie5] {
    position: relative;
    z-index: 1;
    width: min(860px, calc(100vw - 2rem));
    max-height: calc(100vh - 2rem);
    overflow: auto;
    padding: 1.4rem;
    border-radius: 30px;
    background:
        radial-gradient(circle at top left, rgba(255, 189, 103, 0.18), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 252, 0.98));
    border: 1px solid rgba(19, 57, 77, 0.12);
    box-shadow: 0 32px 80px rgba(9, 28, 42, 0.3);
}

.history-header[b-9zzd681ie5],
.history-entry-header[b-9zzd681ie5] {
    display: flex;
    justify-content: space-between;
    gap: 0.9rem;
    align-items: flex-start;
}

.history-header h2[b-9zzd681ie5],
.history-entry h3[b-9zzd681ie5] {
    margin: 0;
    color: #12384b;
}

.history-copy[b-9zzd681ie5],
.history-entry-kind[b-9zzd681ie5],
.history-entry-message[b-9zzd681ie5],
.history-entry-time[b-9zzd681ie5] {
    color: #4d6978;
}

.history-timeline[b-9zzd681ie5] {
    display: grid;
    gap: 0.9rem;
    margin-top: 1rem;
}

.history-entry[b-9zzd681ie5],
.history-empty[b-9zzd681ie5] {
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(22, 49, 68, 0.08);
    box-shadow: 0 18px 34px rgba(15, 40, 57, 0.07);
}

.history-entry[b-9zzd681ie5] {
    padding: 1rem;
    display: grid;
    gap: 0.55rem;
}

.history-empty[b-9zzd681ie5] {
    margin-top: 1rem;
    padding: 1rem;
}

.history-entry-kind[b-9zzd681ie5] {
    margin: 0.2rem 0 0;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.history-entry-time[b-9zzd681ie5] {
    white-space: nowrap;
    font-size: 0.9rem;
}

.history-entry-message[b-9zzd681ie5] {
    margin: 0;
    line-height: 1.5;
}

.dashboard-shell[b-9zzd681ie5],
.hero-panel[b-9zzd681ie5],
.panel-card[b-9zzd681ie5],
.utility-drawer[b-9zzd681ie5],
.agent-card[b-9zzd681ie5],
.banner[b-9zzd681ie5],
.empty-state[b-9zzd681ie5] {
    backdrop-filter: blur(10px);
}

.hero-panel[b-9zzd681ie5] {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 1fr);
    padding: 1.1rem 1.25rem;
    background:
        radial-gradient(circle at top left, rgba(255, 183, 77, 0.24), transparent 35%),
        linear-gradient(135deg, rgba(13, 36, 54, 0.98), rgba(15, 70, 96, 0.92));
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 60px rgba(5, 18, 28, 0.22);
    color: #f8fbff;
}

.hero-panel h1[b-9zzd681ie5],
.panel-card h2[b-9zzd681ie5],
.section-heading h2[b-9zzd681ie5],
.agent-card h3[b-9zzd681ie5] {
    margin: 0;
    font-family: "Aptos Display", "Segoe UI Variable Display", "Segoe UI", sans-serif;
    letter-spacing: -0.03em;
}

.eyebrow[b-9zzd681ie5] {
    margin: 0 0 0.3rem;
    font-size: 0.76rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #ffcc80;
}

.hero-stats[b-9zzd681ie5],
.control-grid[b-9zzd681ie5],
.meta-grid[b-9zzd681ie5],
.form-grid[b-9zzd681ie5] {
    display: grid;
    gap: 0.8rem;
}

.hero-stats[b-9zzd681ie5] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
}

.stat-card[b-9zzd681ie5],
.panel-card[b-9zzd681ie5],
.utility-drawer[b-9zzd681ie5],
.agent-card[b-9zzd681ie5],
.banner[b-9zzd681ie5],
.empty-state[b-9zzd681ie5] {
    border-radius: 24px;
}

.stat-card[b-9zzd681ie5] {
    padding: 0.8rem 0.9rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.stat-card span[b-9zzd681ie5],
.agent-status[b-9zzd681ie5],
.meta-grid dt[b-9zzd681ie5],
.pill[b-9zzd681ie5],
.field-group label[b-9zzd681ie5] {
    display: block;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.stat-card strong[b-9zzd681ie5] {
    display: block;
    margin-top: 0.2rem;
    font-size: 1rem;
}

.banner[b-9zzd681ie5],
.empty-state[b-9zzd681ie5],
.panel-card[b-9zzd681ie5],
.utility-drawer[b-9zzd681ie5],
.agent-card[b-9zzd681ie5] {
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(22, 49, 68, 0.08);
    box-shadow: 0 18px 34px rgba(15, 40, 57, 0.07);
}

.banner[b-9zzd681ie5],
.empty-state[b-9zzd681ie5] {
    padding: 0.9rem 1rem;
}

.banner-error[b-9zzd681ie5] {
    color: #7b2020;
    background: rgba(255, 235, 235, 0.95);
}

.banner-info[b-9zzd681ie5] {
    color: #184a5b;
    background: rgba(232, 247, 249, 0.96);
}

.control-stack[b-9zzd681ie5] {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    gap: 0.8rem;
}

.panel-card[b-9zzd681ie5],
.agent-card[b-9zzd681ie5] {
    padding: 1rem;
}

.utility-drawer[b-9zzd681ie5] {
    overflow: hidden;
}

.utility-drawer summary[b-9zzd681ie5] {
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
    padding: 1rem 1.1rem;
    cursor: pointer;
}

.utility-drawer summary[b-9zzd681ie5]::-webkit-details-marker {
    display: none;
}

.utility-drawer summary[b-9zzd681ie5]::after {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: rgba(14, 74, 101, 0.08);
    color: #22566d;
    font-size: 1.1rem;
    flex: 0 0 auto;
}

.utility-drawer[open] summary[b-9zzd681ie5]::after {
    content: "-";
}

.drawer-body[b-9zzd681ie5] {
    padding: 1rem 1.1rem 1.2rem;
    border-top: 1px solid rgba(20, 58, 79, 0.08);
}

.drawer-form[b-9zzd681ie5] {
    display: grid;
    gap: 1.15rem;
}

.drawer-form-compact[b-9zzd681ie5] {
    max-width: 52rem;
}

.drawer-form :global(.btn)[b-9zzd681ie5] {
    justify-self: start;
    margin-top: 0.65rem;
}

.drawer-form-compact .field-group[b-9zzd681ie5] {
    margin-bottom: 0.45rem;
}

.host-actions[b-9zzd681ie5] {
    display: flex;
    align-items: flex-start;
    padding-top: 1.15rem;
}

.host-save-button[b-9zzd681ie5] {
    display: inline-flex;
    margin-top: 0 !important;
}

.panel-heading[b-9zzd681ie5],
.section-heading[b-9zzd681ie5],
.agent-card-header[b-9zzd681ie5],
.action-row[b-9zzd681ie5] {
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    align-items: flex-start;
}

.pill[b-9zzd681ie5] {
    align-self: start;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.58);
    color: #22566d;
}

.form-grid[b-9zzd681ie5] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.compact-grid[b-9zzd681ie5] {
    margin-top: 0.85rem;
}

.field-group[b-9zzd681ie5] {
    display: grid;
    gap: 0.45rem;
}

.form-note[b-9zzd681ie5] {
    margin: 0;
    color: #4e6776;
    font-size: 0.92rem;
}

.sms-recipient-picker[b-9zzd681ie5] {
    display: grid;
    gap: 0.75rem;
    padding: 1rem;
    border: 1px solid rgba(111, 132, 163, 0.28);
    border-radius: 0.85rem;
    background: rgba(14, 23, 38, 0.45);
}

.sms-recipient-picker-compact[b-9zzd681ie5] {
    margin-top: 1rem;
}

.sms-recipient-options[b-9zzd681ie5] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.55rem;
}

.sms-recipient-option[b-9zzd681ie5] {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.7rem 0.8rem;
    border: 1px solid rgba(111, 132, 163, 0.22);
    border-radius: 0.7rem;
    cursor: pointer;
}

.sms-recipient-option input[b-9zzd681ie5] {
    margin-top: 0.2rem;
}

.sms-recipient-option span[b-9zzd681ie5] {
    display: grid;
    gap: 0.15rem;
    min-width: 0;
}

.sms-recipient-option small[b-9zzd681ie5] {
    color: var(--muted-text, #a8b3c7);
}

.sms-recipient-option-disabled[b-9zzd681ie5] {
    cursor: not-allowed;
    opacity: 0.55;
}

.span-2[b-9zzd681ie5] {
    grid-column: span 2;
}

.toggle-row[b-9zzd681ie5] {
    display: inline-flex;
    gap: 0.7rem;
    align-items: center;
    margin: 0;
}

.agents-section[b-9zzd681ie5] {
    display: grid;
    gap: 0.75rem;
}

.filter-panel[b-9zzd681ie5] {
    display: block;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(22, 49, 68, 0.08);
    box-shadow: 0 18px 34px rgba(15, 40, 57, 0.07);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.filter-summary[b-9zzd681ie5] {
    list-style: none;
    cursor: pointer;
    padding: 1rem 1.1rem;
}

.filter-summary[b-9zzd681ie5]::-webkit-details-marker {
    display: none;
}

.filter-summary[b-9zzd681ie5]::after {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: rgba(14, 74, 101, 0.08);
    color: #22566d;
    font-size: 1.1rem;
    flex: 0 0 auto;
}

.filter-panel[open] .filter-summary[b-9zzd681ie5]::after {
    content: "-";
}

.filter-panel[open] .filter-summary[b-9zzd681ie5] {
    border-bottom: 1px solid rgba(20, 58, 79, 0.07);
}

.filter-panel-body[b-9zzd681ie5] {
    display: grid;
    gap: 0.9rem;
    padding: 1rem 1.1rem;
}

.filter-header[b-9zzd681ie5],
.filter-footer[b-9zzd681ie5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.filter-summary[b-9zzd681ie5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.filter-header h3[b-9zzd681ie5] {
    margin: 0;
    font-size: 1.08rem;
    color: #12384b;
    letter-spacing: -0.02em;
}

.filter-state[b-9zzd681ie5] {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(19, 62, 83, 0.08);
    color: #355463;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.filter-summary-meta[b-9zzd681ie5] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.filter-result-count[b-9zzd681ie5] {
    color: #4f6b79;
    font-size: 0.92rem;
    font-weight: 600;
}

.filter-state-active[b-9zzd681ie5] {
    background: rgba(28, 169, 123, 0.14);
    color: #0f6d4f;
}

.filter-groups[b-9zzd681ie5] {
    display: grid;
    gap: 0.85rem;
}

.filter-group[b-9zzd681ie5] {
    display: grid;
    gap: 0.45rem;
}

.filter-label[b-9zzd681ie5] {
    display: block;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #607d8b;
}

.filter-chip-row[b-9zzd681ie5] {
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.filter-chip[b-9zzd681ie5] {
    appearance: none;
    border: 1px solid rgba(20, 58, 79, 0.11);
    background: rgba(255, 255, 255, 0.82);
    color: #173f52;
    border-radius: 16px;
    min-height: 2.6rem;
    padding: 0.55rem 0.8rem;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition:
        border-color 120ms ease,
        background-color 120ms ease,
        box-shadow 120ms ease,
        transform 120ms ease;
}

.filter-chip span[b-9zzd681ie5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.75rem;
    min-height: 1.75rem;
    padding: 0 0.45rem;
    border-radius: 999px;
    background: rgba(19, 62, 83, 0.08);
    color: #2f596d;
    font-size: 0.82rem;
    font-weight: 800;
}

.filter-chip:hover[b-9zzd681ie5] {
    border-color: rgba(24, 84, 114, 0.25);
    transform: translateY(-1px);
}

.filter-chip-active[b-9zzd681ie5] {
    border-color: rgba(25, 98, 134, 0.32);
    background: linear-gradient(135deg, rgba(14, 74, 101, 0.98), rgba(24, 102, 134, 0.94));
    color: #f8fbff;
    box-shadow: 0 14px 26px rgba(15, 58, 81, 0.16);
}

.filter-chip-active span[b-9zzd681ie5] {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.filter-footer[b-9zzd681ie5] {
    padding-top: 0.1rem;
    border-top: 1px solid rgba(20, 58, 79, 0.07);
    color: #4f6b79;
    font-size: 0.94rem;
}

.btn-filter-reset[b-9zzd681ie5] {
    min-height: 2.2rem;
    padding-inline: 0.9rem;
}

.agent-grid[b-9zzd681ie5] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.9rem;
}

.agent-card[b-9zzd681ie5] {
    display: grid;
    gap: 0.7rem;
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
    width: 320px;
    min-width: 280px;
    max-width: min(100%, 860px);
    resize: horizontal;
    border-radius: 28px;
}

.agent-card-alert[b-9zzd681ie5] {
    border-color: rgba(207, 32, 52, 0.55);
    animation: availability-blink-b-9zzd681ie5 0.78s steps(2, end) infinite;
}

.agent-card[b-9zzd681ie5]::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    border-radius: 5px;
}

.tone-running[b-9zzd681ie5]::after {
    background: linear-gradient(180deg, #1ca97b, #0c6b4d);
}

.tone-faulted[b-9zzd681ie5]::after {
    background: linear-gradient(180deg, #ef5350, #b71c1c);
}

.tone-starting[b-9zzd681ie5]::after,
.tone-queued[b-9zzd681ie5]::after {
    background: linear-gradient(180deg, #f9a825, #ef6c00);
}

.tone-stopped[b-9zzd681ie5]::after {
    background: linear-gradient(180deg, #78909c, #455a64);
}

.agent-status[b-9zzd681ie5] {
    margin: 0 0 0.25rem;
    color: #4f6b79;
}

.agent-card-header a[b-9zzd681ie5] {
    color: #144a63;
    word-break: break-word;
    font-size: 0.92rem;
}

.screenshot-frame[b-9zzd681ie5] {
    aspect-ratio: 16 / 9;
    min-height: 0;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(135deg, #dbe7ee, #eef4f6);
    border: 1px solid rgba(16, 52, 72, 0.08);
}

.screenshot-frame img[b-9zzd681ie5],
.screenshot-empty[b-9zzd681ie5] {
    width: 100%;
    height: 100%;
}

.screenshot-frame img[b-9zzd681ie5] {
    object-fit: cover;
    display: block;
}

.screenshot-empty[b-9zzd681ie5] {
    display: grid;
    place-items: center;
    color: #56707f;
}

.screenshot-pending[b-9zzd681ie5] {
    background:
        radial-gradient(circle at top left, rgba(255, 191, 103, 0.24), transparent 34%),
        linear-gradient(135deg, #dfeaf1, #eef4f7);
    color: #305466;
    font-weight: 700;
}

.availability-panel[b-9zzd681ie5] {
    display: grid;
    gap: 0.65rem;
    padding: 0.8rem 0.9rem;
    border-radius: 20px;
    background: rgba(19, 62, 83, 0.05);
    border: 1px solid rgba(20, 58, 79, 0.08);
}

.availability-panel-alert[b-9zzd681ie5] {
    background: rgba(229, 242, 255, 0.9);
    border-color: rgba(36, 96, 148, 0.2);
}

.availability-config[b-9zzd681ie5] {
    margin: 0;
}

.availability-config-button[b-9zzd681ie5] {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    color: #4d6978;
    font: inherit;
    font-size: 0.94rem;
    text-align: left;
}

.availability-config-tooltip[b-9zzd681ie5] {
    cursor: pointer;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-color: rgba(20, 58, 79, 0.45);
    text-underline-offset: 0.18rem;
}

.availability-config-static[b-9zzd681ie5] {
    cursor: default;
}

.availability-header[b-9zzd681ie5] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: flex-start;
}

.availability-badges[b-9zzd681ie5] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.availability-header h4[b-9zzd681ie5] {
    margin: 0;
    font-size: 1rem;
    color: #12384b;
}

.availability-summary[b-9zzd681ie5] {
    margin: 0;
    color: #355463;
    font-size: 0.94rem;
}

.availability-tags[b-9zzd681ie5] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.availability-tag[b-9zzd681ie5] {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(29, 87, 123, 0.12);
    color: #164862;
    font-size: 0.88rem;
    font-weight: 600;
}

.meta-grid[b-9zzd681ie5] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
}

.meta-grid dt[b-9zzd681ie5] {
    color: #607d8b;
}

.meta-grid dd[b-9zzd681ie5] {
    margin: 0.15rem 0 0;
    color: #153445;
    word-break: break-word;
    font-size: 0.92rem;
}

.agent-error[b-9zzd681ie5] {
    padding: 0.7rem 0.8rem;
    border-radius: 18px;
    background: rgba(255, 235, 235, 0.95);
    color: #8b2424;
    font-size: 0.9rem;
}

.action-row[b-9zzd681ie5] {
    flex-wrap: wrap;
    margin-top: 0.15rem;
}

.action-row :global(.btn)[b-9zzd681ie5] {
    min-height: 2.45rem;
    padding: 0.5rem 0.8rem;
}

.action-row-editor[b-9zzd681ie5] {
    justify-content: flex-end;
}

.agent-body[b-9zzd681ie5] {
    margin-top: 0.05rem;
    border-top: 1px solid rgba(20, 58, 79, 0.08);
    padding-top: 0.6rem;
}

.agent-editor[b-9zzd681ie5] {
    margin-top: 0.1rem;
    border-top: 1px solid rgba(20, 58, 79, 0.08);
    padding-top: 0.6rem;
}

.agent-body summary[b-9zzd681ie5],
.agent-editor summary[b-9zzd681ie5] {
    cursor: pointer;
    color: #144a63;
    font-weight: 600;
    list-style: none;
}

.agent-body summary[b-9zzd681ie5]::-webkit-details-marker,
.agent-editor summary[b-9zzd681ie5]::-webkit-details-marker {
    display: none;
}

.agent-body summary[b-9zzd681ie5] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.agent-body summary[b-9zzd681ie5]::before {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    background: rgba(14, 74, 101, 0.08);
    color: #22566d;
    font-size: 0.95rem;
}

.agent-body[open] summary[b-9zzd681ie5]::before {
    content: "-";
}

.agent-body[open] summary[b-9zzd681ie5] {
    margin-bottom: 0.7rem;
}

.agent-editor[open] summary[b-9zzd681ie5] {
    margin-bottom: 0.55rem;
}

.pill-alert[b-9zzd681ie5] {
    background: rgba(34, 91, 181, 0.14);
    color: #174ea6;
}

.pill-alarm[b-9zzd681ie5] {
    background: rgba(198, 40, 40, 0.16);
    color: #b71c1c;
}

.agent-card-alert .availability-panel-alert[b-9zzd681ie5],
.agent-card-alert .screenshot-frame[b-9zzd681ie5] {
    animation: alert-surface-blink-b-9zzd681ie5 0.78s steps(2, end) infinite;
}

@keyframes availability-blink-b-9zzd681ie5 {
    0%,
    100% {
        box-shadow:
            0 18px 34px rgba(15, 40, 57, 0.08),
            0 0 0 0 rgba(210, 43, 71, 0);
        transform: translateY(0);
    }

    50% {
        box-shadow:
            0 24px 44px rgba(15, 40, 57, 0.22),
            0 0 0 6px rgba(210, 43, 71, 0.38),
            inset 0 0 0 1px rgba(210, 43, 71, 0.28);
        transform: translateY(-2px);
    }
}

@keyframes alert-surface-blink-b-9zzd681ie5 {
    0%,
    100% {
        background-color: rgba(229, 242, 255, 0.9);
        border-color: rgba(36, 96, 148, 0.2);
        filter: saturate(1);
    }

    50% {
        background-color: rgba(255, 224, 229, 0.98);
        border-color: rgba(194, 44, 66, 0.55);
        filter: saturate(1.15);
    }
}

@media (max-width: 980px) {
    .hero-panel[b-9zzd681ie5],
    .control-stack[b-9zzd681ie5],
    .fullscreen-alert-grid[b-9zzd681ie5] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .form-grid[b-9zzd681ie5],
    .meta-grid[b-9zzd681ie5] {
        grid-template-columns: 1fr;
    }

    .filter-header[b-9zzd681ie5],
    .filter-footer[b-9zzd681ie5] {
        align-items: flex-start;
    }

    .span-2[b-9zzd681ie5] {
        grid-column: auto;
    }

    .agent-grid[b-9zzd681ie5] {
        display: grid;
        grid-template-columns: 1fr;
    }

    .agent-card[b-9zzd681ie5] {
        width: 100%;
        max-width: 100%;
        resize: none;
    }

    .fullscreen-alert-header[b-9zzd681ie5] {
        grid-template-columns: 1fr;
    }

    .fullscreen-alert-badges[b-9zzd681ie5],
    .fullscreen-alert-actions[b-9zzd681ie5] {
        justify-content: flex-start;
    }

    .fullscreen-alert-confirm[b-9zzd681ie5] {
        width: 100%;
        min-width: 0;
    }
}
