/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-16cimj79y1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-16cimj79y1] {
    flex: 1;
}

.sidebar[b-16cimj79y1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-16cimj79y1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-16cimj79y1]  a, .top-row[b-16cimj79y1]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-16cimj79y1]  a:hover, .top-row[b-16cimj79y1]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-16cimj79y1]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-16cimj79y1] {
        justify-content: space-between;
    }

    .top-row[b-16cimj79y1]  a, .top-row[b-16cimj79y1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-16cimj79y1] {
        flex-direction: row;
    }

    .sidebar[b-16cimj79y1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-16cimj79y1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-16cimj79y1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-16cimj79y1], article[b-16cimj79y1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-16cimj79y1] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-16cimj79y1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.arms-topbar[b-16cimj79y1] {
    gap: 1rem;
}

.arms-header-context[b-16cimj79y1] {
    flex: 0 1 auto;
}

.arms-header-right[b-16cimj79y1] {
    margin-left: 0;
}

.arms-global-back-row[b-16cimj79y1] {
    display: flex;
    align-items: center;
    margin-bottom: .85rem;
}

.arms-global-back-row[b-16cimj79y1]  .arms-back-button {
    min-height: 36px;
    padding: .48rem .8rem;
}

@media (min-width: 701px) {
    .arms-topbar[b-16cimj79y1] {
        display: flex;
        align-items: center;
    }

    .arms-topbar > .arms-global-search[b-16cimj79y1] {
        margin-left: auto;
    }
}

.arms-session-timeout[hidden][b-16cimj79y1] {
    display: none !important;
}

.arms-session-timeout[b-16cimj79y1] {
    position: fixed;
    z-index: 12000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
}

.arms-session-timeout-backdrop[b-16cimj79y1] {
    position: absolute;
    inset: 0;
    background: rgba(9, 18, 35, .66);
    backdrop-filter: blur(7px);
}

.arms-session-timeout-dialog[b-16cimj79y1] {
    position: relative;
    width: min(520px, 100%);
    padding: 28px;
    border: 1px solid rgba(255, 193, 7, .34);
    border-radius: 20px;
    background:
        radial-gradient(circle at 100% 0, rgba(255, 193, 7, .14), transparent 38%),
        var(--bs-body-bg);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
}

.arms-session-timeout-icon[b-16cimj79y1] {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    border-radius: 14px;
    background: rgba(255, 193, 7, .17);
    color: #b77900;
    font-size: 25px;
    font-weight: 900;
}

.arms-session-timeout-eyebrow[b-16cimj79y1] {
    color: #b77900;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
}

.arms-session-timeout h2[b-16cimj79y1] {
    margin: 6px 0 9px;
    font-size: 25px;
    font-weight: 850;
}

.arms-session-timeout p[b-16cimj79y1] {
    margin: 0;
    color: var(--bs-secondary-color);
    line-height: 1.55;
}

.arms-session-timeout-countdown[b-16cimj79y1] {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin-top: 20px;
    padding: 13px 15px;
    border: 1px solid var(--bs-border-color);
    border-radius: 13px;
    background: var(--bs-tertiary-bg);
}

.arms-session-timeout-countdown strong[b-16cimj79y1] {
    color: #dc3545;
    font-size: 28px;
    line-height: 1;
}

.arms-session-timeout-countdown span[b-16cimj79y1] {
    color: var(--bs-secondary-color);
    font-size: 13px;
    font-weight: 700;
}

.arms-session-timeout-actions[b-16cimj79y1] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 22px;
}

@media (max-width: 560px) {
    .arms-session-timeout[b-16cimj79y1] {
        padding: 14px;
    }

    .arms-session-timeout-dialog[b-16cimj79y1] {
        padding: 22px;
    }

    .arms-session-timeout-actions[b-16cimj79y1] {
        align-items: stretch;
        flex-direction: column-reverse;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lx47urdxdm] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-lx47urdxdm] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-lx47urdxdm] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lx47urdxdm] {
    font-size: 1.1rem;
}

.bi[b-lx47urdxdm] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-lx47urdxdm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-lx47urdxdm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-lx47urdxdm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-lx47urdxdm] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lx47urdxdm] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lx47urdxdm] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lx47urdxdm]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-lx47urdxdm]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-lx47urdxdm]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-lx47urdxdm] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-lx47urdxdm] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lx47urdxdm] {
        display: none;
    }

    .nav-scrollable[b-lx47urdxdm] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
.arms-nav-dropdown-button[b-lx47urdxdm] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem 1rem;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #dbe7ff;
    font-size: 1rem;
    text-align: left;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.arms-nav-dropdown-button:hover[b-lx47urdxdm] {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.arms-nav-dropdown-title[b-lx47urdxdm] {
    flex: 1;
}

.arms-nav-dropdown-arrow[b-lx47urdxdm] {
    font-size: 0.85rem;
    transition: transform 0.2s ease;
}

.arms-nav-dropdown-arrow.open[b-lx47urdxdm] {
    transform: rotate(180deg);
}

.arms-nav-submenu[b-lx47urdxdm] {
    margin-top: 0.35rem;
    padding-left: 0.75rem;
}

.arms-nav-submenu-link[b-lx47urdxdm] {
    padding-left: 1.25rem;
    font-size: 0.95rem;
}

/* Fixed ARMS sidebar */
.arms-sidebar[b-lx47urdxdm] {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}

.arms-navigation[b-lx47urdxdm] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.arms-sidebar-footer[b-lx47urdxdm] {
    flex: 0 0 auto;
}

/* The in-app camera scanner is a mobile navigation action. */
.arms-nav-mobile-only[b-lx47urdxdm] {
    display: none !important;
}

@media (max-width: 640px) {
    .arms-nav-mobile-only[b-lx47urdxdm] {
        display: block !important;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-63gr50b110],
.components-reconnect-repeated-attempt-visible[b-63gr50b110],
.components-reconnect-failed-visible[b-63gr50b110],
.components-pause-visible[b-63gr50b110],
.components-resume-failed-visible[b-63gr50b110],
.components-rejoining-animation[b-63gr50b110] {
    display: none;
}

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


#components-reconnect-modal[b-63gr50b110] {
    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-63gr50b110 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

#components-reconnect-modal button[b-63gr50b110] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-63gr50b110] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-63gr50b110] {
        background-color: #6b9ed2;
    }

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

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

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

@keyframes components-rejoining-animation-b-63gr50b110 {
    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/Admin/ActiveSessions.razor.rz.scp.css */
.active-sessions-page[b-ajjmr41dr2] {
    display: grid;
    gap: 1rem;
}

.session-summary[b-ajjmr41dr2] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.session-summary-card[b-ajjmr41dr2] {
    display: grid;
    gap: 0.3rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.session-summary-card span[b-ajjmr41dr2] {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.session-summary-card strong[b-ajjmr41dr2] {
    color: #0f172a;
    font-size: 1.65rem;
    font-weight: 850;
}

.session-summary-card small[b-ajjmr41dr2],
.session-table td small[b-ajjmr41dr2] {
    display: block;
    color: #94a3b8;
    font-size: 0.72rem;
}

.session-message[b-ajjmr41dr2] {
    padding: 0.8rem 1rem;
    border: 1px solid rgba(37, 99, 235, 0.2);
    border-radius: 0.75rem;
    background: rgba(37, 99, 235, 0.07);
    color: #1d4ed8;
    font-weight: 700;
}

.session-table-scroll[b-ajjmr41dr2] {
    overflow-x: auto;
}

.session-table[b-ajjmr41dr2] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.84rem;
}

.session-table th[b-ajjmr41dr2] {
    padding: 0.7rem 0.65rem;
    border-bottom: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.session-table td[b-ajjmr41dr2] {
    padding: 0.78rem 0.65rem;
    border-bottom: 1px solid #eef2f7;
    color: #334155;
    vertical-align: middle;
    white-space: nowrap;
}

.session-table tbody tr:hover[b-ajjmr41dr2] {
    background: #f8fafc;
}

.session-status[b-ajjmr41dr2] {
    display: inline-flex;
    padding: 0.28rem 0.5rem;
    border-radius: 999px;
    background: rgba(22, 163, 74, 0.1);
    color: #15803d;
    font-size: 0.7rem;
    font-weight: 850;
}

.current-session[b-ajjmr41dr2] {
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 700;
}

.session-actions[b-ajjmr41dr2] {
    display: flex;
    gap: 0.45rem;
}

@media (max-width: 900px) {
    .session-summary[b-ajjmr41dr2] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Admin/SecurityAlerts.razor.rz.scp.css */
.security-alerts-page[b-s8eolukmeu] {
    display: grid;
    gap: 1rem;
}

.security-alert-summary[b-s8eolukmeu] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.security-alert-summary-card[b-s8eolukmeu] {
    display: grid;
    gap: 0.3rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.security-alert-summary-card span[b-s8eolukmeu] {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.security-alert-summary-card strong[b-s8eolukmeu] {
    color: #0f172a;
    font-size: 1.65rem;
    font-weight: 850;
}

.security-alert-summary-card small[b-s8eolukmeu] {
    color: #94a3b8;
    font-size: 0.72rem;
}

.security-alert-summary-open[b-s8eolukmeu] {
    border-color: rgba(37, 99, 235, 0.24);
}

.security-alert-summary-warning[b-s8eolukmeu] {
    border-color: rgba(217, 119, 6, 0.28);
}

.security-alert-summary-critical[b-s8eolukmeu] {
    border-color: rgba(220, 38, 38, 0.25);
}

.security-alert-message[b-s8eolukmeu] {
    padding: 0.8rem 1rem;
    border-radius: 0.75rem;
    font-weight: 700;
}

.security-alert-message-error[b-s8eolukmeu] {
    border: 1px solid rgba(220, 38, 38, 0.2);
    background: rgba(220, 38, 38, 0.07);
    color: #b91c1c;
}

.security-alert-message-success[b-s8eolukmeu] {
    border: 1px solid rgba(22, 163, 74, 0.2);
    background: rgba(22, 163, 74, 0.07);
    color: #15803d;
}

.security-alert-filters[b-s8eolukmeu] {
    display: grid;
    grid-template-columns: minmax(240px, 2fr) minmax(150px, 1fr) minmax(160px, 1fr) auto;
    align-items: end;
    gap: 0.85rem;
}

.security-alert-filters label[b-s8eolukmeu] {
    display: grid;
    gap: 0.35rem;
}

.security-alert-filters label > span[b-s8eolukmeu] {
    color: #64748b;
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.security-alert-filter-actions[b-s8eolukmeu] {
    display: flex;
    gap: 0.55rem;
}

.security-alert-table-scroll[b-s8eolukmeu] {
    overflow-x: auto;
}

.security-alert-table[b-s8eolukmeu] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.82rem;
}

.security-alert-table th[b-s8eolukmeu] {
    padding: 0.7rem 0.65rem;
    border-bottom: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.security-alert-table td[b-s8eolukmeu] {
    padding: 0.78rem 0.65rem;
    border-bottom: 1px solid #eef2f7;
    color: #334155;
    vertical-align: middle;
}

.security-alert-table tbody tr:hover[b-s8eolukmeu] {
    background: #f8fafc;
}

.security-alert-time[b-s8eolukmeu] {
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.security-alert-description[b-s8eolukmeu] {
    min-width: 260px;
    max-width: 520px;
}

.security-alert-description strong[b-s8eolukmeu],
.security-alert-description small[b-s8eolukmeu],
.security-alert-acknowledged-by[b-s8eolukmeu] {
    display: block;
}

.security-alert-description strong[b-s8eolukmeu] {
    color: #0f172a;
}

.security-alert-description small[b-s8eolukmeu],
.security-alert-acknowledged-by[b-s8eolukmeu] {
    margin-top: 0.2rem;
    color: #94a3b8;
    font-size: 0.7rem;
}

.security-alert-severity[b-s8eolukmeu],
.security-alert-status[b-s8eolukmeu] {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.5rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 850;
    white-space: nowrap;
}

.security-alert-severity-info[b-s8eolukmeu] {
    background: rgba(37, 99, 235, 0.1);
    color: #1d4ed8;
}

.security-alert-severity-warning[b-s8eolukmeu] {
    background: rgba(217, 119, 6, 0.12);
    color: #b45309;
}

.security-alert-severity-critical[b-s8eolukmeu] {
    background: rgba(220, 38, 38, 0.1);
    color: #b91c1c;
}

.security-alert-status-open[b-s8eolukmeu] {
    background: rgba(217, 119, 6, 0.12);
    color: #b45309;
}

.security-alert-status-acknowledged[b-s8eolukmeu] {
    background: rgba(22, 163, 74, 0.1);
    color: #15803d;
}

.security-alert-no-action[b-s8eolukmeu] {
    color: #94a3b8;
}

@media (max-width: 1050px) {
    .security-alert-summary[b-s8eolukmeu] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .security-alert-filters[b-s8eolukmeu] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .security-alert-summary[b-s8eolukmeu],
    .security-alert-filters[b-s8eolukmeu] {
        grid-template-columns: 1fr;
    }

    .security-alert-filter-actions[b-s8eolukmeu] {
        flex-direction: column;
    }

    .security-alert-filter-actions .btn[b-s8eolukmeu] {
        width: 100%;
    }
}
/* /Components/Pages/Admin/SecurityCenter.razor.rz.scp.css */
.security-center-page[b-b7xih3ihvd] {
    display: grid;
    gap: 1rem;
}

.security-kpis[b-b7xih3ihvd] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.security-kpi[b-b7xih3ihvd] {
    display: grid;
    gap: 0.3rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.security-kpi span[b-b7xih3ihvd] {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.security-kpi strong[b-b7xih3ihvd] {
    color: #0f172a;
    font-size: 1.65rem;
    font-weight: 850;
}

.security-kpi small[b-b7xih3ihvd] {
    color: #94a3b8;
    font-size: 0.72rem;
}

.security-kpi-danger[b-b7xih3ihvd] {
    border-color: rgba(220, 38, 38, 0.22);
}

.security-kpi-warning[b-b7xih3ihvd] {
    border-color: rgba(217, 119, 6, 0.28);
}

.security-table-scroll[b-b7xih3ihvd] {
    overflow-x: auto;
}

.security-table[b-b7xih3ihvd] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.84rem;
}

.security-table th[b-b7xih3ihvd] {
    padding: 0.7rem 0.65rem;
    border-bottom: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.security-table td[b-b7xih3ihvd] {
    padding: 0.78rem 0.65rem;
    border-bottom: 1px solid #eef2f7;
    color: #334155;
    vertical-align: middle;
}

.security-table tbody tr:hover[b-b7xih3ihvd] {
    background: #f8fafc;
}

.security-time[b-b7xih3ihvd] {
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.security-description[b-b7xih3ihvd] {
    min-width: 240px;
    max-width: 520px;
}

.security-event[b-b7xih3ihvd],
.security-status[b-b7xih3ihvd] {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.5rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 850;
    white-space: nowrap;
}

.security-event[b-b7xih3ihvd] {
    background: rgba(37, 99, 235, 0.1);
    color: #1d4ed8;
}

.security-event-success[b-b7xih3ihvd],
.security-status-success[b-b7xih3ihvd] {
    background: rgba(22, 163, 74, 0.1);
    color: #15803d;
}

.security-event-warning[b-b7xih3ihvd] {
    background: rgba(217, 119, 6, 0.12);
    color: #b45309;
}

.security-event-critical[b-b7xih3ihvd],
.security-status-failed[b-b7xih3ihvd] {
    background: rgba(220, 38, 38, 0.1);
    color: #b91c1c;
}

@media (max-width: 950px) {
    .security-kpis[b-b7xih3ihvd] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .security-kpis[b-b7xih3ihvd] {
        grid-template-columns: 1fr;
    }
}

.security-current-session[b-b7xih3ihvd] {
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 700;
    white-space: nowrap;
}
/* /Components/Pages/Admin/SecurityRuleSettings.razor.rz.scp.css */
.security-rule-settings-page[b-9b13n10y8x] {
    display: grid;
    gap: 1rem;
}

.security-rule-summary[b-9b13n10y8x] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.security-rule-summary-card[b-9b13n10y8x] {
    display: grid;
    gap: 0.3rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.security-rule-summary-card span[b-9b13n10y8x] {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.security-rule-summary-card strong[b-9b13n10y8x] {
    color: #0f172a;
    font-size: 1.65rem;
    font-weight: 850;
}

.security-rule-summary-card small[b-9b13n10y8x] {
    color: #94a3b8;
    font-size: 0.72rem;
}

.security-rule-notice[b-9b13n10y8x] {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(37, 99, 235, 0.2);
    border-radius: 0.85rem;
    background: rgba(37, 99, 235, 0.06);
    color: #1e3a8a;
}

.security-rule-notice-icon[b-9b13n10y8x] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 1.55rem;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 900;
}

.security-rule-notice strong[b-9b13n10y8x] {
    display: block;
    margin-bottom: 0.2rem;
}

.security-rule-notice p[b-9b13n10y8x] {
    margin: 0;
    color: #475569;
    font-size: 0.82rem;
    line-height: 1.55;
}

.security-rule-grid[b-9b13n10y8x] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 1rem;
}

.security-rule-list[b-9b13n10y8x] {
    display: grid;
}

.security-rule-row[b-9b13n10y8x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid #eef2f7;
}

.security-rule-row:first-child[b-9b13n10y8x] {
    padding-top: 0;
}

.security-rule-row:last-child[b-9b13n10y8x] {
    padding-bottom: 0;
    border-bottom: 0;
}

.security-rule-row > div[b-9b13n10y8x] {
    display: grid;
    gap: 0.2rem;
}

.security-rule-row strong[b-9b13n10y8x] {
    color: #0f172a;
    font-size: 0.84rem;
}

.security-rule-row small[b-9b13n10y8x] {
    color: #94a3b8;
    font-size: 0.72rem;
    line-height: 1.4;
}

.security-rule-value[b-9b13n10y8x],
.security-rule-state[b-9b13n10y8x] {
    flex: 0 0 auto;
    white-space: nowrap;
}

.security-rule-value[b-9b13n10y8x] {
    color: #334155;
    font-size: 0.8rem;
    font-weight: 850;
}

.security-rule-state[b-9b13n10y8x] {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.52rem;
    border-radius: 999px;
    background: rgba(22, 163, 74, 0.1);
    color: #15803d;
    font-size: 0.7rem;
    font-weight: 850;
}

.security-rule-table-scroll[b-9b13n10y8x] {
    overflow-x: auto;
}

.security-rule-table[b-9b13n10y8x] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.78rem;
}

.security-rule-table th[b-9b13n10y8x] {
    padding: 0.65rem 0.55rem;
    border-bottom: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 0.66rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.security-rule-table td[b-9b13n10y8x] {
    padding: 0.72rem 0.55rem;
    border-bottom: 1px solid #eef2f7;
    color: #334155;
    vertical-align: middle;
}

.security-rule-table tbody tr:hover[b-9b13n10y8x] {
    background: #f8fafc;
}

@media (max-width: 1050px) {
    .security-rule-summary[b-9b13n10y8x],
    .security-rule-grid[b-9b13n10y8x] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .security-rule-summary[b-9b13n10y8x],
    .security-rule-grid[b-9b13n10y8x] {
        grid-template-columns: 1fr;
    }

    .security-rule-row[b-9b13n10y8x] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.45rem;
    }
}
/* /Components/Pages/Admin/SystemActivity.razor.rz.scp.css */
.system-activity-page[b-6cxas9hzgd] {
    display: grid;
    gap: 1rem;
}

.audit-kpis[b-6cxas9hzgd] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.audit-kpi[b-6cxas9hzgd] {
    display: grid;
    gap: 0.3rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.audit-kpi-label[b-6cxas9hzgd] {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.audit-kpi strong[b-6cxas9hzgd] {
    color: #0f172a;
    font-size: 1.35rem;
    font-weight: 800;
}

.audit-filter-grid[b-6cxas9hzgd] {
    display: grid;
    grid-template-columns:
        minmax(220px, 2fr)
        repeat(3, minmax(150px, 1fr));
    gap: 0.9rem;
}

.audit-field[b-6cxas9hzgd] {
    display: grid;
    gap: 0.35rem;
}

.audit-field span[b-6cxas9hzgd] {
    color: #475569;
    font-size: 0.75rem;
    font-weight: 800;
}

.audit-field input[b-6cxas9hzgd],
.audit-field select[b-6cxas9hzgd] {
    width: 100%;
    min-height: 2.55rem;
    padding: 0.55rem 0.7rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.65rem;
    background: #fff;
    color: #0f172a;
    font: inherit;
}

.audit-field input:focus[b-6cxas9hzgd],
.audit-field select:focus[b-6cxas9hzgd] {
    outline: 2px solid rgba(37, 99, 235, 0.16);
    border-color: #2563eb;
}

.audit-filter-actions[b-6cxas9hzgd] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1rem;
}

.audit-button[b-6cxas9hzgd],
.audit-details-button[b-6cxas9hzgd] {
    border: 1px solid #cbd5e1;
    border-radius: 0.6rem;
    background: #fff;
    color: #334155;
    padding: 0.5rem 0.8rem;
    font-size: 0.82rem;
    font-weight: 750;
    cursor: pointer;
}

.audit-button:hover:not(:disabled)[b-6cxas9hzgd],
.audit-details-button:hover[b-6cxas9hzgd] {
    background: #f8fafc;
    border-color: #94a3b8;
}

.audit-button-primary[b-6cxas9hzgd] {
    border-color: #2563eb;
    background: #2563eb;
    color: #fff;
}

.audit-button-primary:hover:not(:disabled)[b-6cxas9hzgd] {
    background: #1d4ed8;
    border-color: #1d4ed8;
}

.audit-button:disabled[b-6cxas9hzgd] {
    opacity: 0.45;
    cursor: default;
}

.audit-loading[b-6cxas9hzgd] {
    padding: 2rem;
    text-align: center;
    color: #64748b;
    font-weight: 700;
}

.audit-table-scroll[b-6cxas9hzgd] {
    overflow-x: auto;
}

.audit-table[b-6cxas9hzgd] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.84rem;
}

.audit-table th[b-6cxas9hzgd] {
    padding: 0.7rem 0.65rem;
    border-bottom: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.audit-table td[b-6cxas9hzgd] {
    padding: 0.78rem 0.65rem;
    border-bottom: 1px solid #eef2f7;
    color: #334155;
    vertical-align: middle;
}

.audit-table tbody tr:hover[b-6cxas9hzgd] {
    background: #f8fafc;
}

.audit-time[b-6cxas9hzgd] {
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.audit-action[b-6cxas9hzgd] {
    color: #0f172a;
    font-weight: 800;
    white-space: nowrap;
}

.audit-entity[b-6cxas9hzgd],
.audit-user[b-6cxas9hzgd] {
    display: grid;
    gap: 0.15rem;
}

.audit-entity strong[b-6cxas9hzgd],
.audit-user strong[b-6cxas9hzgd] {
    color: #0f172a;
    font-size: 0.82rem;
}

.audit-entity small[b-6cxas9hzgd],
.audit-user small[b-6cxas9hzgd] {
    color: #94a3b8;
    font-size: 0.7rem;
}

.audit-description[b-6cxas9hzgd] {
    min-width: 220px;
    max-width: 420px;
}

.audit-status[b-6cxas9hzgd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 4.5rem;
    padding: 0.28rem 0.48rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 850;
}

.audit-status-success[b-6cxas9hzgd] {
    background: rgba(22, 163, 74, 0.1);
    color: #15803d;
}

.audit-status-failed[b-6cxas9hzgd] {
    background: rgba(220, 38, 38, 0.1);
    color: #b91c1c;
}

.audit-row-action[b-6cxas9hzgd] {
    text-align: right;
    white-space: nowrap;
}

.audit-pagination[b-6cxas9hzgd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1rem;
}

.audit-pagination-info[b-6cxas9hzgd] {
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 700;
}

.audit-pagination-actions[b-6cxas9hzgd] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.audit-page-number[b-6cxas9hzgd] {
    min-width: 5rem;
    text-align: center;
    color: #475569;
    font-size: 0.8rem;
    font-weight: 800;
}

.audit-overlay[b-6cxas9hzgd] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    justify-content: flex-end;
    background: rgba(15, 23, 42, 0.42);
    backdrop-filter: blur(2px);
}

.audit-details-panel[b-6cxas9hzgd] {
    width: min(820px, 92vw);
    height: 100%;
    overflow-y: auto;
    background: #f8fafc;
    box-shadow: -12px 0 36px rgba(15, 23, 42, 0.18);
}

.audit-details-header[b-6cxas9hzgd] {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem 1.3rem;
    border-bottom: 1px solid #e2e8f0;
    background: rgba(255, 255, 255, 0.98);
}

.audit-details-eyebrow[b-6cxas9hzgd] {
    color: #2563eb;
    font-size: 0.67rem;
    font-weight: 850;
    letter-spacing: 0.08em;
}

.audit-details-header h2[b-6cxas9hzgd] {
    margin: 0.2rem 0;
    color: #0f172a;
    font-size: 1.25rem;
    font-weight: 850;
}

.audit-details-header p[b-6cxas9hzgd] {
    margin: 0;
    color: #64748b;
    font-size: 0.8rem;
}

.audit-close[b-6cxas9hzgd] {
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.65rem;
    background: #fff;
    color: #475569;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
}

.audit-details-body[b-6cxas9hzgd] {
    display: grid;
    gap: 1rem;
    padding: 1rem;
}

.audit-detail-section[b-6cxas9hzgd] {
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
    background: #fff;
}

.audit-detail-section h3[b-6cxas9hzgd] {
    margin: 0 0 0.8rem;
    color: #0f172a;
    font-size: 0.9rem;
    font-weight: 850;
}

.audit-meta-grid[b-6cxas9hzgd] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.audit-meta-grid > div[b-6cxas9hzgd],
.audit-client-info > div[b-6cxas9hzgd] {
    display: grid;
    gap: 0.2rem;
}

.audit-meta-grid span[b-6cxas9hzgd],
.audit-client-info span[b-6cxas9hzgd] {
    color: #94a3b8;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
}

.audit-meta-grid strong[b-6cxas9hzgd] {
    color: #334155;
    font-size: 0.82rem;
}

.audit-detail-description[b-6cxas9hzgd] {
    margin: 0;
    color: #475569;
    line-height: 1.55;
}

.audit-change-grid[b-6cxas9hzgd] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.audit-json-card[b-6cxas9hzgd] {
    min-width: 0;
    border: 1px solid #e2e8f0;
    border-radius: 0.7rem;
    overflow: hidden;
}

.audit-json-title[b-6cxas9hzgd] {
    padding: 0.55rem 0.7rem;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #475569;
    font-size: 0.72rem;
    font-weight: 850;
}

.audit-json-card pre[b-6cxas9hzgd] {
    min-height: 8rem;
    max-height: 28rem;
    overflow: auto;
    margin: 0;
    padding: 0.75rem;
    background: #0f172a;
    color: #e2e8f0;
    font-size: 0.72rem;
    line-height: 1.55;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.audit-client-info[b-6cxas9hzgd] {
    display: grid;
    gap: 0.8rem;
}

.audit-client-info code[b-6cxas9hzgd],
.audit-error-section code[b-6cxas9hzgd] {
    overflow-wrap: anywhere;
    color: #334155;
    font-size: 0.75rem;
}

.audit-error-section[b-6cxas9hzgd] {
    border-color: rgba(220, 38, 38, 0.22);
}

@media (max-width: 1050px) {
    .audit-filter-grid[b-6cxas9hzgd] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .audit-kpis[b-6cxas9hzgd] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .audit-filter-grid[b-6cxas9hzgd],
    .audit-kpis[b-6cxas9hzgd],
    .audit-meta-grid[b-6cxas9hzgd],
    .audit-change-grid[b-6cxas9hzgd] {
        grid-template-columns: 1fr;
    }

    .audit-pagination[b-6cxas9hzgd] {
        align-items: stretch;
        flex-direction: column;
    }

    .audit-pagination-actions[b-6cxas9hzgd] {
        justify-content: space-between;
    }

    .audit-details-panel[b-6cxas9hzgd] {
        width: 100%;
    }
}
/* /Components/Pages/Admin/SystemStatus.razor.rz.scp.css */
.system-status-page[b-rbxmohlf9f] {
    display: grid;
    gap: 1rem;
}

.system-status-header[b-rbxmohlf9f] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.25rem 1.4rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1rem;
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.98),
            rgba(241, 245, 249, 0.96)
        );
    box-shadow: 0 8px 26px rgba(15, 23, 42, 0.06);
}

.system-status-header h1[b-rbxmohlf9f] {
    margin: 0.15rem 0 0.35rem;
    color: #0f172a;
    font-size: clamp(1.55rem, 2vw, 2rem);
    font-weight: 800;
}

.system-status-header p[b-rbxmohlf9f] {
    max-width: 720px;
    margin: 0;
    color: #64748b;
    font-size: 0.92rem;
}

.system-status-eyebrow[b-rbxmohlf9f] {
    color: #2563eb;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.09em;
}

@media (max-width: 700px) {
    .system-status-header[b-rbxmohlf9f] {
        flex-direction: column-reverse;
    }
}
/* /Components/Pages/FaultAnalysis.razor.rz.scp.css */
.report-filter-card[b-hswccqc4ii],.report-table-card[b-hswccqc4ii],.report-chart-card[b-hswccqc4ii]{background:var(--arms-surface,#fff);border:1px solid #dce4ef;border-radius:16px;box-shadow:0 8px 24px rgba(15,23,42,.05);padding:18px;margin-bottom:18px}.report-filter-grid[b-hswccqc4ii]{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px}.report-filter-grid label span[b-hswccqc4ii]{display:block;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#64748b;margin-bottom:5px}.report-filter-actions[b-hswccqc4ii]{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.report-kpis[b-hswccqc4ii]{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr));gap:12px;margin-bottom:18px}.report-kpis article[b-hswccqc4ii]{background:#fff;border:1px solid #dce4ef;border-top:3px solid #2563eb;border-radius:14px;padding:14px;box-shadow:0 6px 18px rgba(15,23,42,.05)}.report-kpis article.danger[b-hswccqc4ii]{border-top-color:#dc2626}.report-kpis article.warning[b-hswccqc4ii]{border-top-color:#d97706}.report-kpis span[b-hswccqc4ii],.report-kpis small[b-hswccqc4ii]{display:block;color:#64748b}.report-kpis span[b-hswccqc4ii]{font-size:.72rem;font-weight:800;text-transform:uppercase}.report-kpis strong[b-hswccqc4ii]{display:block;font-size:1.45rem;color:#0f172a;margin:5px 0}.report-kpis small[b-hswccqc4ii]{font-size:.72rem}.report-panels[b-hswccqc4ii]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.report-bar-row[b-hswccqc4ii]{margin-top:12px}.report-bar-label[b-hswccqc4ii]{display:flex;justify-content:space-between;gap:10px;font-size:.82rem}.report-bar-label span[b-hswccqc4ii]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-bar-track[b-hswccqc4ii]{height:8px;background:#e8eef7;border-radius:99px;margin-top:5px;overflow:hidden}.report-bar-track i[b-hswccqc4ii]{display:block;height:100%;background:linear-gradient(90deg,#2563eb,#38bdf8);border-radius:inherit}.report-chart-empty[b-hswccqc4ii]{padding:30px;text-align:center;color:#94a3b8}.report-table-card[b-hswccqc4ii]{padding:16px}.report-table-card .table[b-hswccqc4ii]{font-size:.8rem;margin:12px 0 0}.report-table-card th[b-hswccqc4ii]{white-space:nowrap;color:#475569;text-transform:uppercase;font-size:.68rem;letter-spacing:.04em}.report-table-card td[b-hswccqc4ii]{vertical-align:middle}@media(max-width:1200px){.report-kpis[b-hswccqc4ii]{grid-template-columns:repeat(3,1fr)}.report-filter-grid[b-hswccqc4ii]{grid-template-columns:repeat(2,1fr)}.report-panels[b-hswccqc4ii]{grid-template-columns:1fr}}@media(max-width:640px){.report-kpis[b-hswccqc4ii],.report-filter-grid[b-hswccqc4ii]{grid-template-columns:1fr}.report-filter-actions[b-hswccqc4ii]{flex-wrap:wrap}.report-filter-actions .btn[b-hswccqc4ii]{flex:1 1 100%}}
/* /Components/Pages/FaultCatalogAdmin.razor.rz.scp.css */
.fault-context-card[b-snw3belnsy] {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(220px, .7fr);
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #d8e2ee;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 39, 71, .06);
}

.fault-layout[b-snw3belnsy] {
    display: grid;
    grid-template-columns: minmax(320px, .8fr) minmax(440px, 1.2fr);
    gap: 1rem;
}

.fault-panel[b-snw3belnsy] {
    padding: 1rem;
    border: 1px solid #d8e2ee;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 39, 71, .06);
}

.fault-panel-header[b-snw3belnsy] {
    margin-bottom: 1rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid #e2e8f0;
}

.fault-panel-header span[b-snw3belnsy] {
    color: #2563eb;
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .12em;
}

.fault-panel-header h2[b-snw3belnsy] {
    margin: .18rem 0 0;
    color: #172033;
    font-size: 1.05rem;
    font-weight: 750;
}

.fault-item-list[b-snw3belnsy],
.fault-reason-grid[b-snw3belnsy] {
    display: grid;
    gap: .55rem;
}

.fault-list-item[b-snw3belnsy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    width: 100%;
    padding: .7rem .75rem;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    background: #f8fafc;
    color: #1e293b;
    text-align: left;
}

.fault-list-item:hover[b-snw3belnsy],
.fault-list-item.selected[b-snw3belnsy] {
    border-color: #93c5fd;
    background: #eff6ff;
}

.fault-list-item span:first-child[b-snw3belnsy] {
    display: flex;
    flex-direction: column;
}

.fault-list-item small[b-snw3belnsy] {
    margin-top: .12rem;
    color: #64748b;
    font-size: .7rem;
}

.fault-state[b-snw3belnsy] {
    padding: .18rem .45rem;
    border-radius: 999px;
    font-size: .66rem;
    font-weight: 750;
}

.fault-state.active[b-snw3belnsy] {
    color: #166534;
    background: #dcfce7;
}

.fault-state.inactive[b-snw3belnsy] {
    color: #475569;
    background: #e2e8f0;
}

.fault-reason-card[b-snw3belnsy] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .75rem;
    padding: .75rem;
    border: 1px solid #dbe4ef;
    border-left: 4px solid #2563eb;
    border-radius: 10px;
    background: #f8fafc;
}

.fault-reason-card.inactive[b-snw3belnsy] {
    border-left-color: #94a3b8;
    opacity: .7;
}

.fault-reason-card > div:first-child[b-snw3belnsy] {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.fault-reason-card span[b-snw3belnsy] {
    color: #64748b;
    font-size: .7rem;
}

.fault-reason-card p[b-snw3belnsy] {
    margin: .35rem 0 0;
    color: #475569;
    font-size: .76rem;
}

.fault-reason-actions[b-snw3belnsy] {
    display: flex;
    flex-shrink: 0;
    gap: .4rem;
}

.fault-empty-state[b-snw3belnsy] {
    padding: 1.4rem;
    border: 1px dashed #b8c7d9;
    border-radius: 12px;
    color: #64748b;
    background: #f8fafc;
    text-align: center;
}

.fault-empty-state.compact[b-snw3belnsy] {
    margin: 1rem 0;
}

.fault-planned-badge[b-snw3belnsy] {
    display: inline-flex;
    width: fit-content;
    margin-top: .35rem;
    padding: .2rem .5rem;
    border: 1px solid #bae6fd;
    border-radius: 999px;
    background: #f0f9ff;
    color: #0369a1;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .02em;
}

@media (max-width: 991px) {
    .fault-context-card[b-snw3belnsy],
    .fault-layout[b-snw3belnsy] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .fault-reason-card[b-snw3belnsy] {
        flex-direction: column;
    }
}


.fault-transfer-card[b-snw3belnsy] {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #cbd8e8;
    border-radius: 14px;
    background: linear-gradient(145deg, #ffffff, #f5f9ff);
    box-shadow: 0 8px 24px rgba(15, 39, 71, .07);
}

.fault-transfer-heading[b-snw3belnsy] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.fault-transfer-heading span[b-snw3belnsy] {
    color: #2563eb;
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .12em;
}

.fault-transfer-heading h2[b-snw3belnsy] {
    margin: .18rem 0;
    font-size: 1.05rem;
}

.fault-transfer-heading p[b-snw3belnsy],
.fault-import-row small[b-snw3belnsy] {
    margin: 0;
    color: #64748b;
    font-size: .76rem;
}

.fault-transfer-actions[b-snw3belnsy],
.fault-import-row[b-snw3belnsy],
.fault-import-stats[b-snw3belnsy] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .6rem;
}

.fault-import-row[b-snw3belnsy] {
    margin-top: 1rem;
    padding-top: .9rem;
    border-top: 1px solid #dce5ef;
}

.fault-import-preview[b-snw3belnsy] {
    margin-top: .8rem;
    padding: .8rem;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    background: #f0fdf4;
}

.fault-import-preview.invalid[b-snw3belnsy] {
    border-color: #fecaca;
    background: #fef2f2;
}

.fault-import-stats span[b-snw3belnsy] {
    padding: .25rem .5rem;
    border-radius: 999px;
    color: #334155;
    background: #e2e8f0;
    font-size: .72rem;
}

.fault-import-errors[b-snw3belnsy] {
    max-height: 240px;
    margin-top: .7rem;
    overflow-y: auto;
    color: #991b1b;
    font-size: .76rem;
}

.fault-import-preview .btn-success[b-snw3belnsy] {
    margin-top: .8rem;
}

@media (max-width: 760px) {
    .fault-transfer-heading[b-snw3belnsy] {
        flex-direction: column;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.oc-shell[b-9c3eduiw8r] {
    display: grid;
    gap: .9rem;
    padding-bottom: .8rem;
    color: #0f172a;
}

.oc-header[b-9c3eduiw8r] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.25rem 1.4rem;
    overflow: hidden;
    border: 1px solid rgba(51, 65, 85, .45);
    border-radius: 22px;
    background:
        radial-gradient(circle at 85% 10%, rgba(37, 99, 235, .28), transparent 30%),
        linear-gradient(135deg, #07111f, #0f1e33 58%, #132640);
    color: #fff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .24);
}

.oc-header[b-9c3eduiw8r]::after {
    position: absolute;
    right: -70px;
    bottom: -110px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(96, 165, 250, .14);
    border-radius: 50%;
    content: "";
}

.oc-brand[b-9c3eduiw8r] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.oc-logo[b-9c3eduiw8r] {
    display: grid;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    place-items: center;
    border: 1px solid rgba(147, 197, 253, .32);
    border-radius: 17px;
    background: linear-gradient(145deg, #2563eb, #1d4ed8);
    font-size: 1.55rem;
    font-weight: 950;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .25),
        0 10px 26px rgba(37, 99, 235, .4);
}

.oc-eyebrow[b-9c3eduiw8r] {
    font-size: .65rem;
    font-weight: 850;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.oc-eyebrow[b-9c3eduiw8r] {
    color: #93c5fd;
}

.oc-brand h1[b-9c3eduiw8r] {
    margin: .12rem 0;
    font-size: 1.48rem;
    font-weight: 900;
    letter-spacing: -.035em;
}

.oc-brand p[b-9c3eduiw8r] {
    margin: 0;
    color: #94a3b8;
    font-size: .78rem;
}

.oc-header-status[b-9c3eduiw8r] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .75rem;
}

.oc-live[b-9c3eduiw8r] {
    display: inline-flex;
    align-items: center;
    gap: .48rem;
    padding: .5rem .75rem;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 999px;
    background: rgba(15, 23, 42, .45);
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .08em;
}

.oc-live-dot[b-9c3eduiw8r] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.oc-live.connected .oc-live-dot[b-9c3eduiw8r] {
    background: #22c55e;
    box-shadow: 0 0 0 5px rgba(34, 197, 94, .13);
    animation: oc-live-pulse-b-9c3eduiw8r 1.7s infinite;
}

.oc-live.disconnected .oc-live-dot[b-9c3eduiw8r] {
    background: #f59e0b;
}

.oc-header-info[b-9c3eduiw8r] {
    display: flex;
    flex-direction: column;
    padding: 0 .55rem;
}

.oc-header-info span[b-9c3eduiw8r] {
    color: #94a3b8;
    font-size: .65rem;
}

.oc-header-info strong[b-9c3eduiw8r] {
    font-size: .76rem;
    font-variant-numeric: tabular-nums;
}

.oc-refresh-button[b-9c3eduiw8r],
.oc-new-ticket[b-9c3eduiw8r] {
    position: relative;
    z-index: 2;
    border-radius: 11px;
    text-decoration: none;
    transition: .18s ease;
}

.oc-refresh-button[b-9c3eduiw8r] {
    width: 39px;
    height: 39px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.08);
    color: #fff;
    font-size: 1.15rem;
}

.oc-new-ticket[b-9c3eduiw8r] {
    padding: .63rem .9rem;
    border: 1px solid #3b82f6;
    background: #2563eb;
    color: #fff;
    font-size: .76rem;
    font-weight: 800;
}

.oc-refresh-button:hover[b-9c3eduiw8r],
.oc-new-ticket:hover[b-9c3eduiw8r] {
    transform: translateY(-2px);
    color: #fff;
    box-shadow: 0 10px 24px rgba(37, 99, 235, .3);
}

.oc-kpi-grid[b-9c3eduiw8r] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: .8rem;
}

.oc-kpi[b-9c3eduiw8r] {
    position: relative;
    display: flex;
    align-items: center;
    gap: .65rem;
    min-width: 0;
    min-height: 90px;
    padding: .65rem;
    overflow: hidden;
    border: 1px solid #cbd5e1;
    border-radius: 15px;
    background: #fff;
    box-shadow:
        0 2px 4px rgba(15, 23, 42, .06),
        0 8px 20px rgba(15, 23, 42, .09);
    transition: transform .18s ease, box-shadow .18s ease;
}

.oc-kpi[b-9c3eduiw8r]::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background: #64748b;
    content: "";
}

.oc-kpi:hover[b-9c3eduiw8r] {
    transform: translateY(-3px);
    border-color: #94a3b8;
    box-shadow:
        0 4px 8px rgba(15, 23, 42, .08),
        0 14px 28px rgba(15, 23, 42, .14);
}

.oc-kpi-icon[b-9c3eduiw8r] {
    display: grid;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    place-items: center;
    border-radius: 11px;
    background: #e2e8f0;
    color: #334155;
    font-size: .95rem;
    font-weight: 900;
}

.oc-kpi-content[b-9c3eduiw8r] {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.oc-kpi-content span[b-9c3eduiw8r] {
    overflow: hidden;
    color: #64748b;
    font-size: .67rem;
    font-weight: 800;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.oc-kpi-content strong[b-9c3eduiw8r] {
    margin: .08rem 0;
    color: #0f172a;
    font-size: 1.22rem;
    font-weight: 950;
    line-height: 1;
}

.oc-kpi-content small[b-9c3eduiw8r] {
    overflow: hidden;
    color: #94a3b8;
    font-size: .66rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.oc-kpi.open[b-9c3eduiw8r]::before {
    background: #f97316;
}

.oc-kpi.open .oc-kpi-icon[b-9c3eduiw8r] {
    background: #ffedd5;
    color: #9a3412;
}

.oc-kpi.warning[b-9c3eduiw8r]::before {
    background: #f59e0b;
}

.oc-kpi.warning .oc-kpi-icon[b-9c3eduiw8r] {
    background: #fef3c7;
    color: #b45309;
}

.oc-kpi.info[b-9c3eduiw8r]::before {
    background: #3b82f6;
}

.oc-kpi.info .oc-kpi-icon[b-9c3eduiw8r] {
    background: #dbeafe;
    color: #1d4ed8;
}

.oc-kpi.stop[b-9c3eduiw8r]::before {
    background: #dc2626;
}

.oc-kpi.stop .oc-kpi-icon[b-9c3eduiw8r] {
    background: #dc2626;
    color: #fff;
    animation: oc-stop-pulse-b-9c3eduiw8r 1.4s infinite;
}

.oc-kpi.success[b-9c3eduiw8r]::before {
    background: #22c55e;
}

.oc-kpi.success .oc-kpi-icon[b-9c3eduiw8r] {
    background: #dcfce7;
    color: #15803d;
}

.oc-kpi.machines[b-9c3eduiw8r]::before {
    background: #64748b;
}

.oc-panel[b-9c3eduiw8r] {
    padding: .95rem;
    border: 1px solid #dbe3ee;
    border-radius: 20px;
    background:
        radial-gradient(circle at 100% 0%, rgba(37, 99, 235, .035), transparent 28%),
        #fff;
    box-shadow: 0 9px 28px rgba(15, 23, 42, .065);
}

.oc-machine-panel[b-9c3eduiw8r] {
    padding: 1rem;
}

.oc-status-legend[b-9c3eduiw8r] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .75rem;
    color: #64748b;
    font-size: .68rem;
    font-weight: 700;
}

.oc-status-legend span[b-9c3eduiw8r] {
    display: inline-flex;
    align-items: center;
    gap: .32rem;
}

.oc-status-legend i[b-9c3eduiw8r] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.oc-status-legend .running[b-9c3eduiw8r] { background: #22c55e; }
.oc-status-legend .open[b-9c3eduiw8r] { background: #f97316; }
.oc-status-legend .taken[b-9c3eduiw8r] { background: #eab308; }
.oc-status-legend .approval[b-9c3eduiw8r] { background: #3b82f6; }
.oc-status-legend .stopped[b-9c3eduiw8r] { background: #dc2626; }

.oc-lower-grid[b-9c3eduiw8r] {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
    gap: 1rem;
}

.oc-overview-grid[b-9c3eduiw8r],
.oc-performance-grid[b-9c3eduiw8r] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .7rem;
}

.oc-metric[b-9c3eduiw8r],
.oc-performance-grid > div[b-9c3eduiw8r] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: .72rem;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #f8fafc;
}

.oc-metric span[b-9c3eduiw8r],
.oc-performance-grid span[b-9c3eduiw8r] {
    color: #64748b;
    font-size: .67rem;
    font-weight: 750;
    text-transform: uppercase;
}

.oc-metric strong[b-9c3eduiw8r],
.oc-performance-grid strong[b-9c3eduiw8r] {
    margin: .2rem 0;
    color: #0f172a;
    font-size: 1.35rem;
    font-weight: 950;
}

.oc-metric small[b-9c3eduiw8r] {
    color: #94a3b8;
    font-size: .65rem;
}

.oc-metric.critical[b-9c3eduiw8r] {
    border-color: #fecaca;
    background: #fff1f2;
}

.oc-metric.critical strong[b-9c3eduiw8r] {
    color: #b91c1c;
}

.oc-alert-counter[b-9c3eduiw8r] {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    background: #dc2626;
    color: #fff;
    font-size: .75rem;
    font-weight: 900;
}

.oc-alert-list[b-9c3eduiw8r] {
    display: grid;
    gap: .55rem;
}

.oc-alert-item[b-9c3eduiw8r] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: .7rem;
    padding: .72rem .8rem;
    border: 1px solid #e2e8f0;
    border-radius: 13px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: .17s ease;
}

.oc-alert-item:hover[b-9c3eduiw8r] {
    transform: translateX(3px);
    box-shadow: 0 7px 18px rgba(15, 23, 42, .09);
}

.oc-alert-indicator[b-9c3eduiw8r] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.oc-alert-main[b-9c3eduiw8r],
.oc-alert-meta[b-9c3eduiw8r] {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.oc-alert-main strong[b-9c3eduiw8r] {
    font-size: .8rem;
}

.oc-alert-main span[b-9c3eduiw8r],
.oc-alert-meta span[b-9c3eduiw8r] {
    color: #64748b;
    font-size: .66rem;
}

.oc-alert-meta[b-9c3eduiw8r] {
    align-items: flex-end;
}

.oc-alert-meta strong[b-9c3eduiw8r] {
    margin-top: .12rem;
    font-size: .74rem;
    font-variant-numeric: tabular-nums;
}

.oc-alert-item.stopped[b-9c3eduiw8r] {
    border-color: #fecaca;
    background: #fff1f2;
}

.oc-alert-item.stopped .oc-alert-indicator[b-9c3eduiw8r] {
    background: #dc2626;
    animation: oc-live-pulse-b-9c3eduiw8r 1.2s infinite;
}

.oc-alert-item.open .oc-alert-indicator[b-9c3eduiw8r] {
    background: #f97316;
}

.oc-alert-item.approval .oc-alert-indicator[b-9c3eduiw8r] {
    background: #3b82f6;
}

.oc-no-alerts[b-9c3eduiw8r] {
    display: flex;
    min-height: 190px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px dashed #bbf7d0;
    border-radius: 16px;
    background: #f0fdf4;
    text-align: center;
}

.oc-no-alerts-icon[b-9c3eduiw8r] {
    display: grid;
    width: 46px;
    height: 46px;
    margin-bottom: .6rem;
    place-items: center;
    border-radius: 50%;
    background: #22c55e;
    color: #fff;
    font-weight: 950;
}

.oc-no-alerts strong[b-9c3eduiw8r] {
    color: #166534;
    font-size: .88rem;
}

.oc-no-alerts span[b-9c3eduiw8r] {
    margin-top: .2rem;
    color: #4d7c5b;
    font-size: .7rem;
}

.oc-health-list[b-9c3eduiw8r] {
    display: grid;
    gap: .55rem;
}

.oc-health-row[b-9c3eduiw8r] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: .65rem;
    padding: .68rem .75rem;
    border: 1px solid #e2e8f0;
    border-radius: 13px;
    background: #f8fafc;
}

.oc-health-dot[b-9c3eduiw8r] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.oc-health-dot.ok[b-9c3eduiw8r] {
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, .12);
}

.oc-health-dot.warning[b-9c3eduiw8r] {
    background: #f59e0b;
    box-shadow: 0 0 0 4px rgba(245, 158, 11, .12);
}

.oc-health-row > div[b-9c3eduiw8r] {
    display: flex;
    flex-direction: column;
}

.oc-health-row strong[b-9c3eduiw8r] {
    font-size: .76rem;
}

.oc-health-row span[b-9c3eduiw8r] {
    color: #64748b;
    font-size: .64rem;
}

.oc-health-row b[b-9c3eduiw8r] {
    color: #15803d;
    font-size: .62rem;
    letter-spacing: .05em;
}

.oc-footer[b-9c3eduiw8r] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .3rem .4rem;
    color: #94a3b8;
    font-size: .63rem;
}

.oc-loading[b-9c3eduiw8r] {
    display: flex;
    min-height: 420px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .8rem;
    color: #475569;
}

.oc-spinner[b-9c3eduiw8r] {
    width: 35px;
    height: 35px;
    border: 4px solid #dbeafe;
    border-top-color: #2563eb;
    border-radius: 50%;
    animation: oc-spin-b-9c3eduiw8r .75s linear infinite;
}

@keyframes oc-spin-b-9c3eduiw8r {
    to { transform: rotate(360deg); }
}

@keyframes oc-live-pulse-b-9c3eduiw8r {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.25); opacity: .65; }
}

@keyframes oc-stop-pulse-b-9c3eduiw8r {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(220, 38, 38, .25);
    }
    50% {
        transform: scale(1.08);
        box-shadow: 0 0 0 8px rgba(220, 38, 38, 0);
    }
}

@media (max-width: 1250px) {
    .oc-kpi-grid[b-9c3eduiw8r] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .oc-header[b-9c3eduiw8r] {
        align-items: flex-start;
        flex-direction: column;
    }

    .oc-header-status[b-9c3eduiw8r] {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .oc-lower-grid[b-9c3eduiw8r] {
        grid-template-columns: 1fr;
    }

    .oc-status-legend[b-9c3eduiw8r] {
        display: none;
    }
}

@media (max-width: 650px) {
    .oc-kpi-grid[b-9c3eduiw8r],
    .oc-overview-grid[b-9c3eduiw8r],
    .oc-performance-grid[b-9c3eduiw8r] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .oc-header-info[b-9c3eduiw8r] {
        display: none;
    }
}

@media (max-width: 430px) {
    .oc-kpi-grid[b-9c3eduiw8r],
    .oc-overview-grid[b-9c3eduiw8r],
    .oc-performance-grid[b-9c3eduiw8r] {
        grid-template-columns: 1fr;
    }

    .oc-footer[b-9c3eduiw8r] {
        align-items: flex-start;
        flex-direction: column;
        gap: .2rem;
    }
}

.oc-kpi.open[b-9c3eduiw8r] {
    background: linear-gradient(135deg, #ffffff 58%, #fff7ed);
}

.oc-kpi.warning[b-9c3eduiw8r] {
    background: linear-gradient(135deg, #ffffff 58%, #fffbeb);
}

.oc-kpi.info[b-9c3eduiw8r] {
    background: linear-gradient(135deg, #ffffff 58%, #eff6ff);
}

.oc-kpi.stop[b-9c3eduiw8r] {
    background: linear-gradient(135deg, #ffffff 58%, #fff1f2);
}

.oc-kpi.success[b-9c3eduiw8r] {
    background: linear-gradient(135deg, #ffffff 58%, #f0fdf4);
}

.oc-kpi.machines[b-9c3eduiw8r] {
    background: linear-gradient(135deg, #ffffff 58%, #f1f5f9);
}

/* DASHBOARD LANGUAGE-SWITCH LAYOUT STABILITY */

.oc-shell[b-9c3eduiw8r] {
    overflow-anchor: none;
}

@media (min-width: 901px) {
    .oc-header[b-9c3eduiw8r] {
        min-height: 108px;
    }

    .oc-kpi[b-9c3eduiw8r] {
        height: 90px;
        min-height: 90px;
    }

    .oc-header-status[b-9c3eduiw8r] {
        min-height: 42px;
    }
}
.oc-general-task-panel[b-9c3eduiw8r] {
    border-color: #c4b5fd;
}

.oc-general-count[b-9c3eduiw8r] {
    display: inline-grid;
    min-width: 2rem;
    height: 2rem;
    place-items: center;
    border-radius: 999px;
    background: #7c3aed;
    color: #fff;
    font-weight: 900;
}
/* /Components/Pages/MachineAvailability.razor.rz.scp.css */
.availability-filter-card[b-8p300svkyc],
.availability-panel[b-8p300svkyc] {
    background: var(--arms-surface, #fff);
    border: 1px solid #dbe4f0;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .055);
}

.availability-filter-card[b-8p300svkyc] { padding: 18px; margin-bottom: 16px; }
.availability-filter-grid[b-8p300svkyc] { display: grid; grid-template-columns: repeat(6, minmax(140px, 1fr)); gap: 12px; }
.availability-filter-grid label span[b-8p300svkyc] { display: block; margin-bottom: 5px; color: #64748b; font-size: .7rem; font-weight: 800; letter-spacing: .065em; text-transform: uppercase; }
.availability-filter-actions[b-8p300svkyc] { display: flex; justify-content: flex-end; gap: 8px; margin-top: 14px; }
.availability-filter-chips[b-8p300svkyc] { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 13px; padding-top: 12px; border-top: 1px solid #e8eef6; }
.availability-filter-chip[b-8p300svkyc] { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; color: #1d4ed8; background: #eff6ff; border: 1px solid #bfdbfe; border-radius: 999px; font-size: .72rem; }
.availability-filter-chip strong[b-8p300svkyc] { color: #0f172a; }
.availability-filter-chip b[b-8p300svkyc] { display: grid; place-items: center; width: 18px; height: 18px; color: #fff; background: #2563eb; border-radius: 50%; font-size: .85rem; line-height: 1; }

.availability-kpis[b-8p300svkyc] { display: grid; grid-template-columns: repeat(6, minmax(125px, 1fr)); gap: 12px; margin-bottom: 16px; }
.availability-kpis article[b-8p300svkyc] { min-height: 118px; padding: 15px; background: #fff; border: 1px solid #dce5f0; border-top: 3px solid #2563eb; border-radius: 14px; box-shadow: 0 6px 18px rgba(15, 23, 42, .05); }
.availability-kpis span[b-8p300svkyc], .availability-kpis small[b-8p300svkyc] { display: block; color: #64748b; }
.availability-kpis span[b-8p300svkyc] { font-size: .68rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.availability-kpis strong[b-8p300svkyc] { display: block; margin: 8px 0 5px; color: #0f172a; font-size: 1.55rem; }
.availability-kpis small[b-8p300svkyc] { font-size: .7rem; }
.availability-kpi-primary[b-8p300svkyc] { background: linear-gradient(145deg, #eff6ff, #fff) !important; }
.availability-kpi-planned[b-8p300svkyc] { border-top-color: #7c3aed !important; }
.availability-kpi-danger[b-8p300svkyc] { border-top-color: #dc2626 !important; }
.availability-kpi-warning[b-8p300svkyc] { border-top-color: #d97706 !important; }
.availability-estimate-note[b-8p300svkyc] { padding: 10px 13px; margin-bottom: 16px; color: #854d0e; background: #fefce8; border: 1px solid #fde68a; border-radius: 11px; font-size: .78rem; }

.availability-visual-grid[b-8p300svkyc] { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 2fr); gap: 14px; margin-bottom: 14px; }
.availability-panel[b-8p300svkyc] { padding: 16px; }
.availability-gauge-panel[b-8p300svkyc] { display: flex; flex-direction: column; }
.availability-gauge[b-8p300svkyc] { --availability-value: 0%; display: grid; place-items: center; width: 210px; aspect-ratio: 1; margin: 20px auto 12px; border-radius: 50%; background: conic-gradient(var(--gauge-color, #2563eb) var(--availability-value), #e8eef6 0); position: relative; }
.availability-gauge[b-8p300svkyc]::after { content: ""; position: absolute; inset: 27px; background: #fff; border-radius: 50%; box-shadow: inset 0 0 0 1px #e2e8f0; }
.availability-gauge > div[b-8p300svkyc] { position: relative; z-index: 1; text-align: center; }
.availability-gauge strong[b-8p300svkyc] { display: block; color: #0f172a; font-size: 2rem; }
.availability-gauge span[b-8p300svkyc] { color: #64748b; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.availability-target-line[b-8p300svkyc] { display: flex; justify-content: space-between; color: #64748b; font-size: .7rem; }
.status-good[b-8p300svkyc] { --gauge-color: #16a34a; }
.status-warning[b-8p300svkyc] { --gauge-color: #d97706; }
.status-danger[b-8p300svkyc] { --gauge-color: #dc2626; }
.status-neutral[b-8p300svkyc] { --gauge-color: #94a3b8; }

.availability-chart-wrap[b-8p300svkyc] { display: grid; grid-template-columns: 38px 1fr; gap: 8px; height: 250px; margin-top: 18px; }
.availability-chart-scale[b-8p300svkyc] { display: flex; flex-direction: column; justify-content: space-between; color: #94a3b8; font-size: .62rem; text-align: right; }
.availability-trend-chart[b-8p300svkyc] { width: 100%; height: 240px; overflow: visible; }
.availability-trend-chart line[b-8p300svkyc] { stroke: #e7edf5; stroke-width: 1; }
.availability-trend-chart .availability-target-grid[b-8p300svkyc] { stroke: #f59e0b; stroke-width: 2; stroke-dasharray: 8 7; }
.availability-trend-chart polyline[b-8p300svkyc] { fill: none; stroke: #2563eb; stroke-width: 6; stroke-linejoin: round; stroke-linecap: round; filter: drop-shadow(0 3px 3px rgba(37, 99, 235, .22)); pointer-events: none; }
.availability-trend-hit[b-8p300svkyc] { fill: transparent; cursor: pointer; }
.availability-trend-point[b-8p300svkyc] { fill: #fff; stroke: #2563eb; stroke-width: 5; cursor: pointer; transition: r .16s ease, fill .16s ease; }
.availability-trend-point:hover[b-8p300svkyc], .availability-trend-point.is-selected[b-8p300svkyc] { fill: #2563eb; stroke: #dbeafe; stroke-width: 7; }
.availability-chart-dates[b-8p300svkyc] { display: flex; justify-content: space-between; align-items: center; padding-left: 46px; color: #94a3b8; font-size: .68rem; }
.availability-chart-dates strong[b-8p300svkyc] { color: #1d4ed8; }

.availability-machine-panel[b-8p300svkyc] { margin-bottom: 14px; }
.availability-machine-bars[b-8p300svkyc] { display: grid; gap: 8px; margin-top: 16px; }
.availability-machine-bar-row[b-8p300svkyc] { display: grid; grid-template-columns: minmax(100px, 150px) 1fr; align-items: center; gap: 12px; width: 100%; padding: 5px; background: transparent; border: 1px solid transparent; border-radius: 9px; text-align: left; transition: opacity .15s ease, background .15s ease, border-color .15s ease; }
.availability-machine-bar-row:hover[b-8p300svkyc] { background: #f8fafc; border-color: #dbeafe; }
.availability-machine-bar-row.is-selected[b-8p300svkyc] { background: #eff6ff; border-color: #93c5fd; box-shadow: inset 3px 0 #2563eb; }
.availability-machine-bar-row.is-dimmed[b-8p300svkyc] { opacity: .38; }
.availability-machine-bar-row.is-dimmed:hover[b-8p300svkyc] { opacity: .8; }
.availability-machine-label strong[b-8p300svkyc], .availability-machine-label span[b-8p300svkyc] { display: block; }
.availability-machine-label strong[b-8p300svkyc] { color: #0f172a; font-size: .8rem; }
.availability-machine-label span[b-8p300svkyc] { color: #94a3b8; font-size: .65rem; }
.availability-machine-track[b-8p300svkyc] { height: 25px; background: #edf2f8; border-radius: 6px; position: relative; overflow: hidden; }
.availability-machine-track i[b-8p300svkyc] { display: block; height: 100%; min-width: 2px; background: var(--gauge-color); border-radius: 6px; }
.availability-machine-track b[b-8p300svkyc] { position: absolute; top: 4px; right: 8px; color: #0f172a; font-size: .7rem; }

.availability-life-panel[b-8p300svkyc] { margin-bottom: 14px; overflow: hidden; scroll-margin-top: 88px; }
.availability-timeline-legend[b-8p300svkyc] { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 14px 0; color: #475569; font-size: .69rem; font-weight: 700; }
.availability-timeline-legend span[b-8p300svkyc] { display: inline-flex; align-items: center; gap: 6px; }
.availability-timeline-legend i[b-8p300svkyc] { width: 20px; height: 9px; border-radius: 3px; }
.availability-timeline-legend .segment-estimated[b-8p300svkyc] { background-color: #94a3b8; }
.segment-available[b-8p300svkyc] { background-color: #22c55e; }
.segment-planned[b-8p300svkyc] { background-color: #3b82f6; }
.segment-preventive[b-8p300svkyc] { background-color: #7c3aed; box-shadow: inset 0 0 0 1px rgba(76, 29, 149, .28); }
.segment-unplanned[b-8p300svkyc] { background-color: #ef4444; }
.segment-unscheduled[b-8p300svkyc] { background-color: #dbe3ee; }
.segment-estimated[b-8p300svkyc] { background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.38) 0 4px, transparent 4px 8px); }

.availability-day-overview[b-8p300svkyc] { display: grid; grid-template-columns: repeat(auto-fill, minmax(82px, 1fr)); gap: 6px; max-height: 188px; padding: 10px; margin-bottom: 14px; overflow: auto; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; }
.availability-day-overview-year[b-8p300svkyc] { grid-template-columns: repeat(auto-fill, minmax(52px, 1fr)); max-height: 154px; }
.availability-day-cell[b-8p300svkyc] { padding: 7px 5px; color: #334155; background: #eff6ff; background: color-mix(in srgb, var(--gauge-color) 13%, white); border: 1px solid #dbe4f0; border-color: color-mix(in srgb, var(--gauge-color) 35%, #dbe4f0); border-radius: 7px; text-align: center; }
.availability-day-cell span[b-8p300svkyc], .availability-day-cell strong[b-8p300svkyc] { display: block; }
.availability-day-cell span[b-8p300svkyc] { font-size: .61rem; }
.availability-day-cell strong[b-8p300svkyc] { margin-top: 2px; color: var(--gauge-color); font-size: .69rem; }
.availability-day-cell:hover[b-8p300svkyc], .availability-day-cell.is-selected[b-8p300svkyc] { outline: 2px solid var(--gauge-color); outline-offset: 1px; }

.availability-timeline-days[b-8p300svkyc] { display: grid; gap: 9px; }
.availability-timeline-day[b-8p300svkyc] { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 12px; align-items: center; padding: 10px; border: 1px solid #e2e8f0; border-radius: 11px; background: #fff; }
.availability-timeline-day.is-selected[b-8p300svkyc] { border-color: #93c5fd; box-shadow: 0 0 0 2px #dbeafe; }
.availability-timeline-day-label[b-8p300svkyc] { display: block; padding: 4px; color: #334155; background: transparent; border: 0; text-align: left; }
.availability-timeline-day-label span[b-8p300svkyc], .availability-timeline-day-label strong[b-8p300svkyc], .availability-timeline-day-label b[b-8p300svkyc] { display: block; }
.availability-timeline-day-label span[b-8p300svkyc] { color: #64748b; font-size: .61rem; font-weight: 800; text-transform: uppercase; }
.availability-timeline-day-label strong[b-8p300svkyc] { margin: 2px 0 4px; font-size: .74rem; }
.availability-timeline-day-label b[b-8p300svkyc] { color: var(--gauge-color); font-size: .72rem; }
.availability-timeline-column[b-8p300svkyc] { min-width: 0; }
.availability-timeline-hours[b-8p300svkyc] { display: flex; justify-content: space-between; color: #94a3b8; font-size: .56rem; }
.availability-timeline-track[b-8p300svkyc] { height: 34px; position: relative; margin-top: 3px; overflow: visible; background: #e2e8f0; border: 1px solid #cbd5e1; border-radius: 7px; }
.availability-hour-line[b-8p300svkyc] { position: absolute; top: 0; bottom: 0; z-index: 1; width: 1px; background: rgba(100, 116, 139, .22); pointer-events: none; }
.line-06[b-8p300svkyc] { left: 25%; } .line-12[b-8p300svkyc] { left: 50%; } .line-18[b-8p300svkyc] { left: 75%; }
.availability-shift-marker[b-8p300svkyc] { position: absolute; top: -14px; bottom: -1px; z-index: 3; width: 1px; background: rgba(15, 23, 42, .45); pointer-events: none; }
.availability-shift-marker span[b-8p300svkyc] { position: absolute; top: -1px; left: 3px; color: #64748b; font-size: .48rem; font-style: normal; font-weight: 800; white-space: nowrap; }
.availability-timeline-segment[b-8p300svkyc] { position: absolute; top: 3px; bottom: 3px; z-index: 2; min-width: 2px; padding: 0; border: 0; border-radius: 4px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); cursor: pointer; transition: transform .12s ease, box-shadow .12s ease; }
.availability-timeline-segment:hover[b-8p300svkyc], .availability-timeline-segment.is-selected[b-8p300svkyc] { z-index: 4; transform: scaleY(1.16); box-shadow: 0 0 0 2px #0f172a, 0 3px 9px rgba(15,23,42,.25); }

.availability-segment-detail[b-8p300svkyc] { margin-top: 14px; padding: 15px; background: linear-gradient(145deg, #f8fafc, #fff); border: 1px solid #cbd5e1; border-radius: 13px; }
.availability-segment-detail-heading[b-8p300svkyc] { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.availability-segment-detail-heading span[b-8p300svkyc], .availability-segment-detail-heading strong[b-8p300svkyc] { display: block; }
.availability-segment-detail-heading span[b-8p300svkyc] { color: #2563eb; font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.availability-segment-detail-heading strong[b-8p300svkyc] { margin-top: 3px; color: #0f172a; font-size: 1rem; }
.availability-segment-detail-heading button[b-8p300svkyc] { width: 28px; height: 28px; color: #64748b; background: #fff; border: 1px solid #cbd5e1; border-radius: 50%; }
.availability-segment-detail dl[b-8p300svkyc] { display: grid; grid-template-columns: repeat(4, minmax(130px, 1fr)); gap: 10px; margin: 14px 0; }
.availability-segment-detail dl div[b-8p300svkyc] { padding: 9px; background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; }
.availability-segment-detail dt[b-8p300svkyc] { color: #64748b; font-size: .59rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.availability-segment-detail dd[b-8p300svkyc] { margin: 4px 0 0; color: #0f172a; font-size: .76rem; font-weight: 700; }

.availability-shift-grid[b-8p300svkyc] { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-bottom: 14px; }
.availability-shift-card[b-8p300svkyc] { padding: 14px 16px; background: #fff; border: 1px solid #dce5f0; border-left: 4px solid var(--gauge-color); border-radius: 12px; box-shadow: 0 5px 16px rgba(15, 23, 42, .04); }
.availability-shift-card span[b-8p300svkyc], .availability-shift-card strong[b-8p300svkyc], .availability-shift-card b[b-8p300svkyc], .availability-shift-card small[b-8p300svkyc] { display: block; }
.availability-shift-card span[b-8p300svkyc] { color: #64748b; font-size: .65rem; font-weight: 800; }
.availability-shift-card strong[b-8p300svkyc] { color: #334155; font-size: .82rem; }
.availability-shift-card b[b-8p300svkyc] { margin: 7px 0 3px; color: #0f172a; font-size: 1.35rem; }
.availability-shift-card small[b-8p300svkyc] { color: #64748b; font-size: .68rem; }

.availability-table-panel .table[b-8p300svkyc] { margin: 12px 0 0; font-size: .77rem; }
.availability-table-panel th[b-8p300svkyc] { white-space: nowrap; color: #64748b; font-size: .64rem; letter-spacing: .045em; text-transform: uppercase; }
.availability-table-panel td[b-8p300svkyc] { vertical-align: middle; transition: opacity .15s ease, background .15s ease; }
.availability-table-panel tr.is-selected td[b-8p300svkyc] { background: #eff6ff; }
.availability-table-panel tr.is-dimmed td[b-8p300svkyc] { opacity: .42; }
.availability-table-panel tr.is-dimmed:hover td[b-8p300svkyc] { opacity: .8; }
.availability-table-machine[b-8p300svkyc] { padding: 0; color: #0369a1; background: transparent; border: 0; font-weight: 800; text-decoration: underline; text-decoration-color: #bae6fd; }
.availability-status-pill[b-8p300svkyc] { display: inline-block; min-width: 64px; padding: 4px 8px; color: #fff; background: var(--gauge-color); border-radius: 99px; text-align: center; font-weight: 800; }

@media (max-width: 1350px) {
    .availability-filter-grid[b-8p300svkyc] { grid-template-columns: repeat(3, 1fr); }
    .availability-kpis[b-8p300svkyc] { grid-template-columns: repeat(3, 1fr); }
    .availability-segment-detail dl[b-8p300svkyc] { grid-template-columns: repeat(2, minmax(130px, 1fr)); }
}

@media (max-width: 900px) {
    .availability-visual-grid[b-8p300svkyc] { grid-template-columns: 1fr; }
    .availability-shift-grid[b-8p300svkyc] { grid-template-columns: 1fr; }
    .availability-timeline-day[b-8p300svkyc] { grid-template-columns: 92px minmax(0, 1fr); }
}

@media (max-width: 650px) {
    .availability-filter-grid[b-8p300svkyc], .availability-kpis[b-8p300svkyc] { grid-template-columns: 1fr; }
    .availability-filter-actions[b-8p300svkyc] { flex-wrap: wrap; }
    .availability-filter-actions .btn[b-8p300svkyc] { flex: 1; }
    .availability-machine-bar-row[b-8p300svkyc] { grid-template-columns: 90px 1fr; }
    .availability-timeline-day[b-8p300svkyc] { grid-template-columns: 1fr; }
    .availability-segment-detail dl[b-8p300svkyc] { grid-template-columns: 1fr; }
}
/* /Components/Pages/MachineAvailabilitySettings.razor.rz.scp.css */
.availability-settings-card[b-6itnioo0h1]{padding:18px;margin-bottom:16px;background:var(--arms-surface,#fff);border:1px solid #dce5f0;border-radius:16px;box-shadow:0 8px 24px rgba(15,23,42,.05)}.availability-settings-grid[b-6itnioo0h1]{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:12px;margin-top:16px}.availability-settings-grid label span[b-6itnioo0h1],.availability-effective-row label span[b-6itnioo0h1]{display:block;margin-bottom:5px;color:#64748b;font-size:.7rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.availability-settings-actions[b-6itnioo0h1]{display:flex;justify-content:flex-end;gap:8px;margin-top:15px}.availability-settings-actions-split[b-6itnioo0h1]{justify-content:space-between}.availability-effective-row[b-6itnioo0h1]{display:flex;align-items:end;gap:16px;margin:16px 0}.availability-effective-row label[b-6itnioo0h1]{min-width:210px}.availability-version-note[b-6itnioo0h1]{padding:9px 12px;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px;font-size:.75rem}.availability-shift-editor .table[b-6itnioo0h1]{min-width:850px;margin:0;font-size:.78rem}.availability-shift-editor th[b-6itnioo0h1]{color:#64748b;font-size:.65rem;text-transform:uppercase;white-space:nowrap}.availability-shift-editor td[b-6itnioo0h1]{vertical-align:middle}.availability-shift-editor td:nth-child(1)[b-6itnioo0h1]{width:130px}.availability-shift-editor td:nth-child(3)[b-6itnioo0h1],.availability-shift-editor td:nth-child(4)[b-6itnioo0h1]{width:125px}.availability-shift-editor td:nth-child(5)[b-6itnioo0h1]{width:100px}.availability-shift-editor td:nth-child(6)[b-6itnioo0h1],.availability-shift-editor td:nth-child(7)[b-6itnioo0h1]{width:65px}@media(max-width:900px){.availability-settings-grid[b-6itnioo0h1]{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.availability-settings-grid[b-6itnioo0h1]{grid-template-columns:1fr}.availability-effective-row[b-6itnioo0h1]{align-items:stretch;flex-direction:column}.availability-settings-actions-split[b-6itnioo0h1]{flex-direction:column}.availability-settings-actions-split .btn[b-6itnioo0h1]{width:100%}}
/* /Components/Pages/MachineQrAdmin.razor.rz.scp.css */
.mqa-page[b-i4l109jws9] {
    display: grid;
    grid-template-columns: minmax(320px, .8fr) minmax(380px, 1.2fr);
    gap: 1.25rem;
    align-items: start;
}

.mqa-preview-card[b-i4l109jws9],
.mqa-settings-card[b-i4l109jws9] {
    border: 1px solid #d9e3ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(20, 42, 74, .08);
    padding: 1.2rem;
}

.mqa-label-preview[b-i4l109jws9] {
    display: grid;
    justify-items: center;
    gap: .45rem;
    max-width: 360px;
    margin: 0 auto;
    border: 2px solid #16243d;
    border-radius: 16px;
    background: #fff;
    color: #15213a;
    padding: 1rem;
    text-align: center;
}

.mqa-label-header[b-i4l109jws9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #dbe4ef;
    padding-bottom: .5rem;
}

.mqa-label-header span[b-i4l109jws9] {
    color: #1268d7;
    font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: .08em;
}

.mqa-label-header small[b-i4l109jws9] {
    color: #607089;
    font-weight: 700;
}

.mqa-svg[b-i4l109jws9] {
    width: min(100%, 260px);
    aspect-ratio: 1;
}

.mqa-svg[b-i4l109jws9]  svg {
    display: block;
    width: 100%;
    height: 100%;
}

.mqa-label-preview > strong[b-i4l109jws9] {
    font-size: 1.35rem;
}

.mqa-label-preview > span[b-i4l109jws9] {
    color: #5d6d83;
    font-size: .8rem;
}

.mqa-security[b-i4l109jws9] {
    margin-top: 1rem;
    border-radius: 12px;
    background: #eef5ff;
    color: #4f6078;
    padding: .85rem;
    font-size: .82rem;
}

.mqa-settings-card small[b-i4l109jws9] {
    display: block;
    margin-top: .4rem;
    color: #66758a;
}

.mqa-central-link[b-i4l109jws9] {
    margin-top: .75rem;
}

.mqa-url[b-i4l109jws9] {
    margin-top: 1rem;
    border-radius: 10px;
    background: #f3f6fa;
    color: #3f5068;
    padding: .75rem;
    overflow-wrap: anywhere;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: .78rem;
}

.mqa-actions[b-i4l109jws9] {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin-top: 1rem;
}

.mqa-danger-zone[b-i4l109jws9] {
    margin-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
    padding-top: 1rem;
}

.mqa-state[b-i4l109jws9] {
    border-radius: 14px;
    background: #fff;
    color: #5f6f84;
    padding: 1.25rem;
    text-align: center;
}

@media (max-width: 900px) {
    .mqa-page[b-i4l109jws9] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/MachineQrBulkAdmin.razor.rz.scp.css */
.qrb-page[b-wn86ohiu53] {
    display: grid;
    min-width: 0;
    max-width: 100%;
    gap: 1rem;
}

.qrb-card[b-wn86ohiu53] {
    min-width: 0;
    max-width: 100%;
    border: 1px solid #d9e3ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(20, 42, 74, .08);
    padding: 1.2rem;
}

.qrb-configuration[b-wn86ohiu53] {
    display: grid;
    grid-template-columns: minmax(230px, .7fr) minmax(320px, 1.3fr);
    gap: 1.25rem;
}

.qrb-config-form[b-wn86ohiu53],
.qrb-config-row[b-wn86ohiu53],
.qrb-filters[b-wn86ohiu53],
.qrb-toolbar[b-wn86ohiu53],
.qrb-actions[b-wn86ohiu53],
.qrb-selection[b-wn86ohiu53] {
    min-width: 0;
    max-width: 100%;
}

.qrb-config-form input[b-wn86ohiu53],
.qrb-filters > *[b-wn86ohiu53] {
    min-width: 0;
    max-width: 100%;
}

.qrb-card h2[b-wn86ohiu53] {
    margin: 0 0 .35rem;
    color: #17263e;
    font-size: 1.1rem;
}

.qrb-card p[b-wn86ohiu53],
.qrb-card small[b-wn86ohiu53] {
    color: #66758a;
}

.qrb-config-row[b-wn86ohiu53] {
    display: flex;
    gap: .65rem;
}

.qrb-warning[b-wn86ohiu53] {
    margin-top: .65rem;
    border-radius: 10px;
    background: #fff5db;
    color: #76520b;
    padding: .7rem;
    font-size: .84rem;
}

.qrb-stats[b-wn86ohiu53] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
}

.qrb-stat[b-wn86ohiu53] {
    display: grid;
    gap: .2rem;
    border: 1px solid #d9e3ef;
    border-radius: 14px;
    background: #fff;
    color: #52627a;
    padding: .9rem;
    text-align: left;
}

.qrb-stat strong[b-wn86ohiu53] {
    color: #1b2d49;
    font-size: 1.45rem;
}

.qrb-stat-warning[b-wn86ohiu53] { border-left: 4px solid #d99b16; }
.qrb-stat-danger[b-wn86ohiu53] { border-left: 4px solid #cf4242; }
.qrb-stat-success[b-wn86ohiu53] { border-left: 4px solid #2f9d69; }

.qrb-filters[b-wn86ohiu53] {
    display: grid;
    grid-template-columns: minmax(220px, 1.4fr) repeat(4, minmax(140px, .75fr));
    gap: .65rem;
}

.qrb-toolbar[b-wn86ohiu53] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #e4eaf1;
    padding-top: 1rem;
}

.qrb-selection[b-wn86ohiu53],
.qrb-actions[b-wn86ohiu53],
.qrb-confirmation[b-wn86ohiu53] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .65rem;
}

.qrb-selection label[b-wn86ohiu53] {
    display: flex;
    align-items: center;
    gap: .45rem;
    font-weight: 700;
}

.qrb-selection span[b-wn86ohiu53] {
    color: #66758a;
    font-size: .86rem;
}

.qrb-confirmation[b-wn86ohiu53] {
    margin: 1rem 0 0;
}

.qrb-confirmation > div[b-wn86ohiu53] {
    display: grid;
    flex: 1 1 280px;
}

.qrb-table-wrap[b-wn86ohiu53] {
    position: relative;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-top: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.qrb-table[b-wn86ohiu53] {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
}

.qrb-table th[b-wn86ohiu53],
.qrb-table td[b-wn86ohiu53] {
    border-bottom: 1px solid #e5ebf2;
    padding: .75rem .6rem;
    vertical-align: middle;
    text-align: left;
}

.qrb-table th[b-wn86ohiu53] {
    color: #66758a;
    font-size: .75rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.qrb-table td[b-wn86ohiu53] {
    color: #34445b;
    font-size: .88rem;
}

.qrb-table td strong[b-wn86ohiu53],
.qrb-table td small[b-wn86ohiu53] {
    display: block;
}

.qrb-inactive[b-wn86ohiu53] {
    opacity: .62;
}

.qrb-badge[b-wn86ohiu53] {
    display: inline-flex;
    border-radius: 999px;
    padding: .25rem .55rem;
    font-size: .75rem;
    font-weight: 800;
}

.qrb-badge-warning[b-wn86ohiu53] { background: #fff1c8; color: #775109; }
.qrb-badge-danger[b-wn86ohiu53] { background: #ffe0e0; color: #972c2c; }
.qrb-badge-success[b-wn86ohiu53] { background: #dff6e9; color: #1f734c; }

.qrb-empty[b-wn86ohiu53],
.qrb-state[b-wn86ohiu53] {
    border-radius: 14px;
    background: #fff;
    color: #5f6f84;
    padding: 1.25rem;
    text-align: center;
}

@media (max-width: 1100px) {
    .qrb-filters[b-wn86ohiu53] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .qrb-filters input[b-wn86ohiu53] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .qrb-configuration[b-wn86ohiu53],
    .qrb-stats[b-wn86ohiu53],
    .qrb-filters[b-wn86ohiu53] {
        grid-template-columns: 1fr;
    }

    .qrb-toolbar[b-wn86ohiu53] {
        align-items: flex-start;
        flex-direction: column;
    }

    .qrb-config-row[b-wn86ohiu53] {
        flex-direction: column;
    }

    .qrb-card[b-wn86ohiu53] {
        overflow: hidden;
        padding: 1rem;
    }

    .qrb-table-wrap[b-wn86ohiu53] {
        margin-inline: 0;
        padding-bottom: .35rem;
        touch-action: pan-x pan-y;
    }

    .qrb-table[b-wn86ohiu53] {
        width: 900px;
        max-width: none;
    }

    .qrb-actions[b-wn86ohiu53] {
        width: 100%;
    }

    .qrb-actions .btn[b-wn86ohiu53] {
        flex: 1 1 145px;
        white-space: normal;
    }
}
/* /Components/Pages/MachineQrLanding.razor.rz.scp.css */
.mqr-page[b-0vz5mcl9bj] {
    display: grid;
    gap: 1rem;
    max-width: 760px;
    margin: 0 auto;
    padding: .25rem 0 2rem;
}

.mqr-state[b-0vz5mcl9bj] {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-align: center;
    color: #44546a;
}

.mqr-state-icon[b-0vz5mcl9bj] {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #fff0f1;
    color: #c72d3a;
    font-size: 1.5rem;
    font-weight: 900;
}

.mqr-spinner[b-0vz5mcl9bj] {
    width: 2.25rem;
    height: 2.25rem;
    border: 3px solid #d8e4f2;
    border-top-color: #2563eb;
    border-radius: 50%;
    animation: mqr-spin-b-0vz5mcl9bj .8s linear infinite;
}

.mqr-machine-card[b-0vz5mcl9bj],
.mqr-ticket-card[b-0vz5mcl9bj] {
    border: 1px solid #d9e3ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(20, 42, 74, .08);
    padding: 1.15rem;
}

.mqr-machine-card[b-0vz5mcl9bj] {
    background:
        radial-gradient(circle at 95% 10%, rgba(37, 99, 235, .12), transparent 32%),
        #fff;
}

.mqr-machine-top[b-0vz5mcl9bj] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.mqr-machine-top strong[b-0vz5mcl9bj],
.mqr-ticket-card > strong[b-0vz5mcl9bj] {
    display: block;
    color: #14213a;
    font-size: 1.15rem;
}

.mqr-machine-top strong.is-active[b-0vz5mcl9bj] {
    color: #0c7a45;
}

.mqr-machine-top strong.is-inactive[b-0vz5mcl9bj] {
    color: #68768a;
}

.mqr-machine-mark[b-0vz5mcl9bj] {
    color: rgba(37, 99, 235, .2);
    font-size: 2.2rem;
    font-weight: 900;
    letter-spacing: -.1em;
}

.mqr-label[b-0vz5mcl9bj] {
    display: block;
    margin-bottom: .25rem;
    color: #64748b;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mqr-model[b-0vz5mcl9bj] {
    margin-top: .85rem;
    color: #526176;
}

.mqr-ticket-card.has-ticket[b-0vz5mcl9bj] {
    border-left: 5px solid #f59e0b;
}

.mqr-ticket-card.no-ticket[b-0vz5mcl9bj] {
    border-left: 5px solid #21b66f;
}

.mqr-ticket-card p[b-0vz5mcl9bj] {
    margin: .75rem 0 0;
    color: #64748b;
}

.mqr-status[b-0vz5mcl9bj] {
    display: inline-flex;
    margin-top: .55rem;
    border-radius: 999px;
    background: #fff3cf;
    color: #8b5a00;
    padding: .25rem .65rem;
    font-size: .75rem;
    font-weight: 800;
}

.mqr-primary-action[b-0vz5mcl9bj] {
    width: 100%;
    min-height: 48px;
    margin-top: 1rem;
    font-weight: 800;
}

.mqr-actions[b-0vz5mcl9bj] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.mqr-actions .btn[b-0vz5mcl9bj] {
    min-height: 46px;
    font-weight: 700;
}

.mqr-security-note[b-0vz5mcl9bj] {
    border-radius: 12px;
    background: #eef5ff;
    color: #4b5e78;
    padding: .85rem 1rem;
    font-size: .84rem;
}

@keyframes mqr-spin-b-0vz5mcl9bj {
    to { transform: rotate(360deg); }
}

@media (max-width: 520px) {
    .mqr-actions[b-0vz5mcl9bj] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/MachineQrScanner.razor.rz.scp.css */
.mqs-page[b-8vj3fsgzsp] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 1.25rem;
    align-items: start;
}

.mqs-camera-card[b-8vj3fsgzsp],
.mqs-manual[b-8vj3fsgzsp] {
    border: 1px solid #d9e3ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(20, 42, 74, .08);
    overflow: hidden;
}

.mqs-camera-frame[b-8vj3fsgzsp] {
    position: relative;
    min-height: 360px;
    background:
        radial-gradient(circle at center, #182b49 0, #0b1424 70%);
}

.mqs-reader[b-8vj3fsgzsp] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mqs-reader[b-8vj3fsgzsp]  video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.mqs-reader[b-8vj3fsgzsp]  #qr-shaded-region {
    border-width: 48px !important;
}

.mqs-reader[b-8vj3fsgzsp]  img {
    display: none !important;
}

.mqs-camera-status[b-8vj3fsgzsp] {
    display: grid;
    gap: .25rem;
    padding: 1rem 1.1rem;
}

.mqs-camera-status strong[b-8vj3fsgzsp] {
    color: #15213a;
}

.mqs-camera-status span[b-8vj3fsgzsp],
.mqs-manual p[b-8vj3fsgzsp] {
    color: #66758a;
    font-size: .86rem;
}

.mqs-manual[b-8vj3fsgzsp] {
    padding: 1.1rem;
}

.mqs-eyebrow[b-8vj3fsgzsp] {
    color: #2563eb;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.mqs-machine-list[b-8vj3fsgzsp] {
    display: grid;
    gap: .55rem;
    max-height: 520px;
    margin-top: .9rem;
    overflow: auto;
}

.mqs-machine[b-8vj3fsgzsp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    border: 1px solid #dbe5f1;
    border-radius: 12px;
    background: #f8fbff;
    color: #15213a;
    padding: .8rem .9rem;
    text-align: left;
}

.mqs-machine:hover[b-8vj3fsgzsp] {
    border-color: #7eabed;
    background: #eef6ff;
}

.mqs-machine span:first-child[b-8vj3fsgzsp] {
    display: grid;
    gap: .15rem;
}

.mqs-machine small[b-8vj3fsgzsp] {
    color: #68778b;
}

.mqs-machine span:last-child[b-8vj3fsgzsp] {
    color: #2563eb;
    font-size: 1.5rem;
}

.mqs-empty[b-8vj3fsgzsp] {
    margin-top: .9rem;
    border-radius: 12px;
    background: #f4f7fb;
    color: #68778b;
    padding: 1rem;
    text-align: center;
}

@media (max-width: 900px) {
    .mqs-page[b-8vj3fsgzsp] {
        grid-template-columns: 1fr;
    }

    .mqs-camera-frame[b-8vj3fsgzsp] {
        min-height: 310px;
    }
}
/* /Components/Pages/MaintenanceActivity.razor.rz.scp.css */
.activity-filter-card[b-qb892lrtjd],
.activity-table-card[b-qb892lrtjd] {
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid #dbe4f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .055);
}

.activity-filter-grid[b-qb892lrtjd] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: .8rem;
}

.activity-filter-grid label[b-qb892lrtjd] {
    min-width: 0;
}

.activity-filter-grid label > span[b-qb892lrtjd] {
    display: block;
    margin-bottom: .3rem;
    color: #526079;
    font-size: .72rem;
    font-weight: 750;
}

.activity-filter-grid :is(.form-control, .form-select)[b-qb892lrtjd] {
    min-height: 39px;
    border-color: #d8e1ec;
    border-radius: 10px;
    color: #1f2a3d;
    font-size: .8rem;
}

.activity-filter-actions[b-qb892lrtjd] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .55rem;
    margin-top: 1rem;
    padding-top: .9rem;
    border-top: 1px solid #e8eef6;
}

.activity-filter-chips[b-qb892lrtjd] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .45rem;
    margin-top: .75rem;
    padding: .65rem .8rem;
    border: 1px solid #ddd6fe;
    border-radius: 12px;
    background: #faf8ff;
}

.activity-filter-chips strong[b-qb892lrtjd] {
    margin-right: .2rem;
    color: #5b21b6;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.activity-filter-chips button[b-qb892lrtjd] {
    padding: .35rem .58rem;
    border: 1px solid #c4b5fd;
    border-radius: 999px;
    background: #fff;
    color: #4c1d95;
    font-size: .72rem;
    font-weight: 700;
}

.activity-filter-chips button span[b-qb892lrtjd] {
    margin-left: .25rem;
    font-size: .9rem;
}

.activity-kpis[b-qb892lrtjd] {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: .7rem;
    margin-top: 1rem;
}

.activity-kpi[b-qb892lrtjd] {
    position: relative;
    min-width: 0;
    min-height: 112px;
    overflow: hidden;
    padding: .85rem;
    border: 1px solid #dbe4f0;
    border-top: 4px solid #2563eb;
    border-radius: 16px;
    background: #fff;
    color: inherit;
    text-align: left;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .045);
}

button.activity-kpi[b-qb892lrtjd] {
    cursor: pointer;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

button.activity-kpi:hover[b-qb892lrtjd] {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(15, 23, 42, .08);
}

.activity-kpi.is-selected[b-qb892lrtjd] {
    border-color: #7c3aed;
    box-shadow: 0 0 0 2px rgba(124, 58, 237, .14), 0 12px 26px rgba(15, 23, 42, .08);
}

.activity-kpi[b-qb892lrtjd]::after {
    position: absolute;
    right: -22px;
    bottom: -35px;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: rgba(37, 99, 235, .07);
    content: "";
}

.activity-kpi > span[b-qb892lrtjd],
.activity-kpi > strong[b-qb892lrtjd],
.activity-kpi > small[b-qb892lrtjd] {
    position: relative;
    z-index: 1;
    display: block;
}

.activity-kpi > span[b-qb892lrtjd] {
    min-height: 2.2em;
    color: #64748b;
    font-size: .7rem;
    font-weight: 700;
}

.activity-kpi > strong[b-qb892lrtjd] {
    margin: .18rem 0;
    color: #172033;
    font-size: 1.35rem;
    line-height: 1.1;
}

.activity-kpi > small[b-qb892lrtjd] {
    overflow: hidden;
    color: #64748b;
    font-size: .65rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activity-kpi.danger[b-qb892lrtjd] { border-top-color: #dc2626; }
.activity-kpi.info[b-qb892lrtjd] { border-top-color: #0ea5e9; }
.activity-kpi.warning[b-qb892lrtjd] { border-top-color: #f59e0b; }
.activity-kpi.success[b-qb892lrtjd],
.activity-kpi.green[b-qb892lrtjd] { border-top-color: #16a34a; }
.activity-kpi.violet[b-qb892lrtjd] { border-top-color: #7c3aed; }
.activity-kpi.amber[b-qb892lrtjd] { border-top-color: #d97706; }

.activity-visual-grid[b-qb892lrtjd] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .85rem;
    margin-top: 1rem;
}

.activity-table-card[b-qb892lrtjd] {
    padding: 0;
    overflow: hidden;
}

.activity-table-card :deep(.arms-panel-header)[b-qb892lrtjd] {
    padding: 1rem;
}

.activity-table-card .table-responsive[b-qb892lrtjd] {
    max-height: 620px;
}

.activity-table-card .table[b-qb892lrtjd] {
    margin: 0;
    font-size: .76rem;
}

.activity-table-card thead[b-qb892lrtjd] {
    position: sticky;
    top: 0;
    z-index: 2;
}

.activity-table-card th[b-qb892lrtjd] {
    padding: .72rem .65rem;
    border: 0;
    background: #172033;
    color: #fff;
    font-size: .68rem;
    letter-spacing: .025em;
    white-space: nowrap;
}

.activity-table-card td[b-qb892lrtjd] {
    padding: .62rem .65rem;
    border-color: #e8eef6;
    color: #334155;
    vertical-align: middle;
}

.activity-table-card tr.is-preventive td[b-qb892lrtjd] {
    background: #faf8ff;
}

.activity-table-card tr.is-general td[b-qb892lrtjd] {
    background: #f7fbff;
}

.activity-type-badge[b-qb892lrtjd] {
    display: inline-flex;
    align-items: center;
    min-height: 23px;
    padding: .2rem .48rem;
    border-radius: 999px;
    background: #eaf2ff;
    color: #1d4ed8;
    font-size: .66rem;
    font-weight: 800;
    white-space: nowrap;
}

.is-preventive .activity-type-badge[b-qb892lrtjd] {
    background: #ede9fe;
    color: #6d28d9;
}

.is-general .activity-type-badge[b-qb892lrtjd] {
    background: #dbeafe;
    color: #1e40af;
}

@media (max-width: 1440px) {
    .activity-filter-grid[b-qb892lrtjd] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .activity-kpis[b-qb892lrtjd] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1050px) {
    .activity-filter-grid[b-qb892lrtjd] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .activity-visual-grid[b-qb892lrtjd] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .activity-filter-card[b-qb892lrtjd] {
        padding: .8rem;
        border-radius: 14px;
    }

    .activity-filter-grid[b-qb892lrtjd],
    .activity-visual-grid[b-qb892lrtjd] {
        grid-template-columns: 1fr;
    }

    .activity-kpis[b-qb892lrtjd] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .activity-filter-actions[b-qb892lrtjd] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

}
/* /Components/Pages/NewTicket.razor.rz.scp.css */
.ticket-create-page[b-j73yv4oui6] {
    --ticket-border: #d8e2ef;
    --ticket-ink: #14213d;
    --ticket-muted: #64748b;
    --ticket-blue: #2563eb;
    --ticket-blue-soft: #eff6ff;
    display: grid;
    gap: 1rem;
    padding-bottom: 1.5rem;
}

.ticket-type-section[b-j73yv4oui6],
.ticket-form-section[b-j73yv4oui6] {
    border: 1px solid var(--ticket-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.055);
}

.ticket-type-section[b-j73yv4oui6] {
    padding: 1.1rem;
}

.ticket-section-heading[b-j73yv4oui6] {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    margin-bottom: 1rem;
}

.ticket-section-heading h2[b-j73yv4oui6] {
    margin: 0;
    color: var(--ticket-ink);
    font-size: 1rem;
    font-weight: 800;
}

.ticket-section-heading p[b-j73yv4oui6] {
    margin: .2rem 0 0;
    color: var(--ticket-muted);
    font-size: .82rem;
}

.ticket-step-number[b-j73yv4oui6] {
    display: inline-grid;
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border-radius: 10px;
    background: var(--ticket-blue-soft);
    color: var(--ticket-blue);
    font-size: .8rem;
    font-weight: 900;
}

.ticket-type-grid[b-j73yv4oui6] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
}

.ticket-type-card[b-j73yv4oui6] {
    position: relative;
    display: grid;
    grid-template-columns: 2.5rem minmax(0, 1fr) 1.5rem;
    align-items: center;
    gap: .75rem;
    min-height: 5rem;
    padding: .85rem;
    border: 1px solid var(--ticket-border);
    border-radius: 14px;
    background: #f8fafc;
    color: var(--ticket-ink);
    text-align: left;
    transition: border-color .16s ease, box-shadow .16s ease,
                background .16s ease, transform .16s ease;
}

.ticket-type-card:hover[b-j73yv4oui6] {
    border-color: #93c5fd;
    transform: translateY(-1px);
}

.ticket-type-card:focus-visible[b-j73yv4oui6] {
    outline: 3px solid rgba(37, 99, 235, .22);
    outline-offset: 2px;
}

.ticket-type-card.is-selected[b-j73yv4oui6] {
    border-color: var(--ticket-blue);
    background: var(--ticket-blue-soft);
    box-shadow: inset 0 0 0 1px var(--ticket-blue);
}

.ticket-type-technology.is-selected[b-j73yv4oui6] {
    border-color: #2563eb;
    background: #eaf2ff;
}

.ticket-type-general.is-selected[b-j73yv4oui6] {
    border-color: #7c3aed;
    background: #f5f3ff;
    box-shadow: inset 0 0 0 1px #7c3aed;
}

.ticket-type-icon[b-j73yv4oui6] {
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    place-items: center;
    border-radius: 12px;
    background: #dbeafe;
    color: #1d4ed8;
    font-weight: 900;
}

.ticket-type-tech[b-j73yv4oui6] {
    background: #dbeafe;
    color: #1e40af;
}

.ticket-type-general-icon[b-j73yv4oui6] {
    background: #ede9fe;
    color: #6d28d9;
}

.ticket-type-general .ticket-type-check[b-j73yv4oui6] {
    background: #7c3aed;
}

.ticket-type-card strong[b-j73yv4oui6],
.ticket-type-card small[b-j73yv4oui6] {
    display: block;
}

.ticket-type-card strong[b-j73yv4oui6] {
    font-size: .92rem;
}

.ticket-type-card small[b-j73yv4oui6] {
    margin-top: .2rem;
    color: var(--ticket-muted);
    font-size: .75rem;
    line-height: 1.35;
}

.ticket-type-check[b-j73yv4oui6] {
    display: grid;
    width: 1.35rem;
    height: 1.35rem;
    place-items: center;
    border-radius: 50%;
    background: var(--ticket-blue);
    color: #fff;
    font-size: .72rem;
    opacity: 0;
    transform: scale(.7);
    transition: opacity .16s ease, transform .16s ease;
}

.ticket-type-card.is-selected .ticket-type-check[b-j73yv4oui6] {
    opacity: 1;
    transform: scale(1);
}

.ticket-form-messages:empty[b-j73yv4oui6] {
    display: none;
}

.ticket-form-messages .alert[b-j73yv4oui6] {
    margin: 0;
    border-radius: 14px;
}

.ticket-loading-panel[b-j73yv4oui6] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    min-height: 10rem;
    border: 1px solid var(--ticket-border);
    border-radius: 18px;
    background: #fff;
    color: var(--ticket-muted);
    font-weight: 700;
}

.ticket-loading-spinner[b-j73yv4oui6],
.ticket-button-spinner[b-j73yv4oui6] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: ticket-spin-b-j73yv4oui6 .75s linear infinite;
}

.ticket-form-layout[b-j73yv4oui6] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.ticket-form-section[b-j73yv4oui6] {
    min-width: 0;
    padding: 1.1rem;
}

.ticket-description-section[b-j73yv4oui6] {
    grid-column: 1 / -1;
}

.ticket-reporter[b-j73yv4oui6],
.ticket-scope-summary[b-j73yv4oui6] {
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-bottom: 1rem;
    padding: .7rem .8rem;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
}

.ticket-reporter-avatar[b-j73yv4oui6] {
    display: grid;
    flex: 0 0 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
    place-items: center;
    border-radius: 11px;
    background: #dbeafe;
    color: #1d4ed8;
    font-weight: 900;
}

.ticket-reporter small[b-j73yv4oui6],
.ticket-reporter strong[b-j73yv4oui6],
.ticket-scope-summary span[b-j73yv4oui6],
.ticket-scope-summary strong[b-j73yv4oui6] {
    display: block;
}

.ticket-reporter small[b-j73yv4oui6],
.ticket-scope-summary span[b-j73yv4oui6] {
    color: var(--ticket-muted);
    font-size: .72rem;
}

.ticket-reporter strong[b-j73yv4oui6],
.ticket-scope-summary strong[b-j73yv4oui6] {
    color: var(--ticket-ink);
    font-size: .88rem;
}

.ticket-scope-summary[b-j73yv4oui6] {
    justify-content: space-between;
}

.ticket-organization-selector[b-j73yv4oui6] {
    margin-bottom: .25rem;
}

.ticket-field[b-j73yv4oui6] {
    display: grid;
    gap: .4rem;
    margin-bottom: .9rem;
}

.ticket-field:last-child[b-j73yv4oui6] {
    margin-bottom: 0;
}

.ticket-field > label[b-j73yv4oui6] {
    color: #334155;
    font-size: .78rem;
    font-weight: 800;
}

.ticket-field .form-select[b-j73yv4oui6],
.ticket-field .form-control[b-j73yv4oui6] {
    min-height: 2.8rem;
    border-color: #cbd5e1;
    border-radius: 11px;
    background-color: #fff;
}

.ticket-field textarea.form-control[b-j73yv4oui6] {
    min-height: 7.5rem;
    resize: vertical;
}

.ticket-field .form-select:focus[b-j73yv4oui6],
.ticket-field .form-control:focus[b-j73yv4oui6] {
    border-color: #60a5fa;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .12);
}

.ticket-field .form-select:disabled[b-j73yv4oui6] {
    background-color: #f1f5f9;
}

.ticket-field-help[b-j73yv4oui6] {
    color: var(--ticket-muted);
    font-size: .72rem;
}

.ticket-inline-warning[b-j73yv4oui6] {
    padding: .7rem .8rem;
    border: 1px solid #fde68a;
    border-radius: 11px;
    background: #fffbeb;
    color: #92400e;
    font-size: .78rem;
    font-weight: 700;
}

.ticket-active-warning[b-j73yv4oui6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-top: .2rem;
    padding: .7rem .8rem;
    border: 1px solid #fecaca;
    border-radius: 11px;
    background: #fff7f7;
    color: #991b1b;
    font-size: .78rem;
    font-weight: 750;
}

.ticket-active-warning a[b-j73yv4oui6] {
    flex: 0 0 auto;
    border-radius: 9px;
    font-weight: 800;
}

.ticket-detail-grid[b-j73yv4oui6] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 1fr);
    gap: 1rem;
    align-items: end;
}

.ticket-stop-toggle[b-j73yv4oui6] {
    display: flex;
    align-items: center;
    gap: .7rem;
    min-height: 2.8rem;
    margin-bottom: .9rem;
    padding: .6rem .75rem;
    border: 1px solid #fecaca;
    border-radius: 11px;
    background: #fff7f7;
    cursor: pointer;
}

.ticket-stop-toggle input[b-j73yv4oui6] {
    flex: 0 0 auto;
    width: 1.15rem;
    height: 1.15rem;
    margin: 0;
}

.ticket-stop-toggle strong[b-j73yv4oui6],
.ticket-stop-toggle small[b-j73yv4oui6] {
    display: block;
}

.ticket-no-downtime-note[b-j73yv4oui6] {
    display: grid;
    gap: .2rem;
    min-height: 100%;
    padding: .75rem .85rem;
    border: 1px solid #c4b5fd;
    border-radius: 12px;
    background: #f5f3ff;
}

.ticket-no-downtime-note strong[b-j73yv4oui6] {
    color: #5b21b6;
    font-size: .82rem;
}

.ticket-no-downtime-note small[b-j73yv4oui6] {
    color: #6d28d9;
    font-size: .72rem;
}

.ticket-stop-toggle strong[b-j73yv4oui6] {
    color: #991b1b;
    font-size: .8rem;
}

.ticket-stop-toggle small[b-j73yv4oui6] {
    margin-top: .1rem;
    color: #b45309;
    font-size: .68rem;
}

.ticket-create-actions[b-j73yv4oui6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .85rem 1rem;
    border: 1px solid var(--ticket-border);
    border-radius: 16px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
}

.ticket-create-actions > span[b-j73yv4oui6] {
    color: var(--ticket-muted);
    font-size: .75rem;
}

.ticket-create-button[b-j73yv4oui6] {
    display: inline-flex;
    min-width: 12rem;
    min-height: 2.75rem;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    border-radius: 11px;
    font-weight: 800;
}

@keyframes ticket-spin-b-j73yv4oui6 {
    to { transform: rotate(360deg); }
}

@media (max-width: 767.98px) {
    .ticket-create-page[b-j73yv4oui6] {
        gap: .75rem;
        padding-bottom: calc(5.75rem + env(safe-area-inset-bottom));
    }

    .ticket-type-section[b-j73yv4oui6],
    .ticket-form-section[b-j73yv4oui6] {
        border-radius: 15px;
        box-shadow: 0 4px 16px rgba(15, 23, 42, .045);
    }

    .ticket-type-section[b-j73yv4oui6],
    .ticket-form-section[b-j73yv4oui6] {
        padding: .9rem;
    }

    .ticket-section-heading[b-j73yv4oui6] {
        margin-bottom: .8rem;
    }

    .ticket-type-grid[b-j73yv4oui6],
    .ticket-form-layout[b-j73yv4oui6],
    .ticket-detail-grid[b-j73yv4oui6] {
        grid-template-columns: 1fr;
    }

    .ticket-type-card[b-j73yv4oui6] {
        min-height: 4.6rem;
    }

    .ticket-description-section[b-j73yv4oui6] {
        grid-column: auto;
    }

    .ticket-field .form-select[b-j73yv4oui6],
    .ticket-field .form-control[b-j73yv4oui6] {
        min-height: 3rem;
        font-size: 1rem;
    }

    .ticket-stop-toggle[b-j73yv4oui6] {
        min-height: 3.2rem;
    }

    .ticket-active-warning[b-j73yv4oui6] {
        align-items: stretch;
        flex-direction: column;
    }

    .ticket-create-actions[b-j73yv4oui6] {
        position: fixed;
        z-index: 80;
        right: 0;
        bottom: 0;
        left: 0;
        padding: .7rem max(.9rem, env(safe-area-inset-right))
                 calc(.7rem + env(safe-area-inset-bottom))
                 max(.9rem, env(safe-area-inset-left));
        border-width: 1px 0 0;
        border-radius: 0;
        box-shadow: 0 -10px 30px rgba(15, 23, 42, .12);
    }

    .ticket-create-actions > span[b-j73yv4oui6] {
        display: none;
    }

    .ticket-create-button[b-j73yv4oui6] {
        width: 100%;
        min-height: 3.1rem;
    }
}

@media (max-width: 359.98px) {
    .ticket-type-card[b-j73yv4oui6] {
        grid-template-columns: 2.25rem minmax(0, 1fr) 1.25rem;
        padding: .7rem;
    }

    .ticket-type-icon[b-j73yv4oui6] {
        width: 2.25rem;
        height: 2.25rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ticket-type-card[b-j73yv4oui6],
    .ticket-type-check[b-j73yv4oui6] {
        transition: none;
    }
}
/* /Components/Pages/OpenTickets.razor.rz.scp.css */
.open-ticket-page[b-0au10877ra] {
    --open-border: #d8e2ef;
    --open-ink: #14213d;
    --open-muted: #64748b;
    display: grid;
    gap: 1rem;
}

.open-ticket-toolbar[b-0au10877ra] {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.open-ticket-assignee[b-0au10877ra] {
    display: flex;
    align-items: center;
    gap: .65rem;
}

.open-ticket-assignee-icon[b-0au10877ra] {
    display: grid;
    flex: 0 0 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
    place-items: center;
    border-radius: 11px;
    background: #dbeafe;
    color: #1d4ed8;
    font-weight: 900;
}

.open-ticket-assignee small[b-0au10877ra],
.open-ticket-assignee strong[b-0au10877ra] {
    display: block;
}

.open-ticket-assignee small[b-0au10877ra] {
    color: var(--open-muted);
    font-size: .68rem;
}

.open-ticket-assignee strong[b-0au10877ra] {
    color: var(--open-ink);
    font-size: .85rem;
}

.open-ticket-count[b-0au10877ra] {
    display: flex;
    align-items: baseline;
    gap: .35rem;
    padding: .4rem .65rem;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
}

.open-ticket-count strong[b-0au10877ra] {
    font-size: 1rem;
}

.open-ticket-count span[b-0au10877ra] {
    font-size: .7rem;
    font-weight: 800;
}

.open-ticket-state[b-0au10877ra] {
    display: grid;
    min-height: 16rem;
    place-items: center;
    align-content: center;
    gap: .7rem;
    padding: 2rem;
    border: 1px solid var(--open-border);
    border-radius: 18px;
    background: #fff;
    color: var(--open-muted);
    text-align: center;
}

.open-ticket-state strong[b-0au10877ra] {
    color: var(--open-ink);
}

.open-ticket-state p[b-0au10877ra] {
    max-width: 28rem;
    margin: 0;
    font-size: .82rem;
}

.open-ticket-spinner[b-0au10877ra],
.open-ticket-button-spinner[b-0au10877ra] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: open-ticket-spin-b-0au10877ra .75s linear infinite;
}

.open-ticket-empty-icon[b-0au10877ra] {
    display: grid;
    width: 3.5rem;
    height: 3.5rem;
    place-items: center;
    border-radius: 18px;
    background: #dcfce7;
    color: #15803d;
    font-size: 1.5rem;
    font-weight: 900;
}

.open-ticket-table-wrap[b-0au10877ra] {
    overflow: hidden;
    border: 1px solid var(--open-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}

.open-ticket-table[b-0au10877ra] {
    margin: 0;
    vertical-align: middle;
}

.open-ticket-table thead th[b-0au10877ra] {
    padding: .8rem .75rem;
    border-bottom-color: #dbe4ef;
    background: #f8fafc;
    color: #475569;
    font-size: .7rem;
    letter-spacing: .035em;
    text-transform: uppercase;
    white-space: nowrap;
}

.open-ticket-table tbody td[b-0au10877ra] {
    padding: .78rem .75rem;
    border-bottom-color: #edf2f7;
    color: #334155;
    font-size: .8rem;
}

.open-ticket-table tbody tr:last-child td[b-0au10877ra] {
    border-bottom: 0;
}

.open-ticket-table tbody tr:hover[b-0au10877ra] {
    background: #f8fbff;
}

.open-ticket-number[b-0au10877ra] {
    color: #075eb5;
    font-weight: 850;
    text-decoration: none;
}

.open-ticket-number:hover[b-0au10877ra] {
    text-decoration: underline;
}

.open-ticket-status[b-0au10877ra],
.open-ticket-priority[b-0au10877ra] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 850;
    line-height: 1.2;
    white-space: nowrap;
}

.open-ticket-status[b-0au10877ra] {
    padding: .3rem .55rem;
    background: #eaf2ff;
    color: #1d4ed8;
}

.open-ticket-priority[b-0au10877ra] {
    color: #475569;
}

.open-ticket-priority.is-low[b-0au10877ra] {
    color: #15803d;
}

.open-ticket-priority.is-high[b-0au10877ra] {
    color: #b45309;
}

.open-ticket-priority.is-critical[b-0au10877ra] {
    color: #b91c1c;
}

.open-ticket-card-list[b-0au10877ra] {
    display: none;
}

@keyframes open-ticket-spin-b-0au10877ra {
    to { transform: rotate(360deg); }
}

@media (max-width: 767.98px) {
    .open-ticket-page[b-0au10877ra] {
        gap: .75rem;
    }

    .open-ticket-table-wrap[b-0au10877ra] {
        display: none;
    }

    .open-ticket-card-list[b-0au10877ra] {
        display: grid;
        gap: .75rem;
    }

    .open-ticket-card[b-0au10877ra] {
        overflow: hidden;
        border: 1px solid var(--open-border);
        border-radius: 15px;
        background: #fff;
        box-shadow: 0 5px 18px rgba(15, 23, 42, .055);
    }

    .open-ticket-card-top[b-0au10877ra] {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: .75rem;
        padding: .85rem .9rem;
        border-bottom: 1px solid #e8eef5;
        background: #f8fafc;
    }

    .open-ticket-created[b-0au10877ra] {
        display: block;
        margin-top: .15rem;
        color: var(--open-muted);
        font-size: .68rem;
    }

    .open-ticket-machine[b-0au10877ra] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: .9rem;
    }

    .open-ticket-machine span[b-0au10877ra] {
        color: var(--open-muted);
        font-size: .72rem;
    }

    .open-ticket-machine strong[b-0au10877ra] {
        color: var(--open-ink);
        font-size: 1.12rem;
    }

    .open-ticket-card-meta[b-0au10877ra] {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: .5rem;
        padding: 0 .9rem .9rem;
    }

    .open-ticket-card-meta > span[b-0au10877ra] {
        min-width: 0;
        padding: .55rem;
        border-radius: 10px;
        background: #f8fafc;
    }

    .open-ticket-card-meta small[b-0au10877ra],
    .open-ticket-card-meta strong[b-0au10877ra] {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .open-ticket-card-meta small[b-0au10877ra] {
        margin-bottom: .18rem;
        color: var(--open-muted);
        font-size: .62rem;
    }

    .open-ticket-card-meta strong[b-0au10877ra] {
        color: #334155;
        font-size: .75rem;
    }

    .open-ticket-card-actions[b-0au10877ra] {
        display: grid;
        grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
        gap: .6rem;
        padding: .8rem .9rem;
        border-top: 1px solid #e8eef5;
    }

    .open-ticket-card-actions .btn[b-0au10877ra] {
        display: inline-flex;
        min-height: 2.8rem;
        align-items: center;
        justify-content: center;
        gap: .5rem;
        border-radius: 10px;
        font-weight: 800;
    }

    .open-ticket-state[b-0au10877ra] {
        min-height: 13rem;
        border-radius: 15px;
    }
}

@media (max-width: 399.98px) {
    .open-ticket-toolbar[b-0au10877ra] {
        align-items: flex-start;
    }

    .open-ticket-count span[b-0au10877ra] {
        display: none;
    }

    .open-ticket-card-meta[b-0au10877ra] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .open-ticket-card-meta > span:last-child[b-0au10877ra] {
        grid-column: 1 / -1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .open-ticket-spinner[b-0au10877ra],
    .open-ticket-button-spinner[b-0au10877ra] {
        animation-duration: 1.5s;
    }
}
/* /Components/Pages/OperationsTv.razor.rz.scp.css */
html[b-ert1ukr3eq],
body[b-ert1ukr3eq] {
    margin: 0;
    min-height: 100%;
    overflow-x: hidden;
    background: #07101d;
}

.tv-shell[b-ert1ukr3eq] {
    display: grid;
    min-height: 100vh;
    gap: .65rem;
    padding: .75rem;
    background:
        radial-gradient(circle at 12% 0%, rgba(37, 99, 235, .15), transparent 27%),
        radial-gradient(circle at 93% 8%, rgba(14, 165, 233, .1), transparent 25%),
        #07101d;
    color: #e5edf8;
}

.tv-header[b-ert1ukr3eq] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: .65rem .85rem;
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 18px;
    background: rgba(15, 29, 49, .88);
    box-shadow: 0 12px 35px rgba(0, 0, 0, .24);
}

.tv-brand[b-ert1ukr3eq] {
    display: flex;
    align-items: center;
    gap: .8rem;
}

.tv-logo[b-ert1ukr3eq] {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(145deg, #3b82f6, #1d4ed8);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 950;
    box-shadow: 0 8px 24px rgba(37, 99, 235, .35);
}

.tv-brand span[b-ert1ukr3eq] {
    color: #60a5fa;
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .2em;
}

.tv-brand h1[b-ert1ukr3eq] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 950;
    letter-spacing: -.035em;
}

.tv-header-center[b-ert1ukr3eq] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
}

.tv-live[b-ert1ukr3eq] {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .52rem .82rem;
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 999px;
    background: rgba(2, 8, 23, .55);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.tv-live i[b-ert1ukr3eq] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.tv-live.online i[b-ert1ukr3eq] {
    background: #22c55e;
    box-shadow: 0 0 0 5px rgba(34, 197, 94, .12);
    animation: tv-pulse-b-ert1ukr3eq 1.6s infinite;
}

.tv-live.fallback i[b-ert1ukr3eq] {
    background: #f59e0b;
}

.tv-alert-toggle[b-ert1ukr3eq] {
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    color: #94a3b8;
    cursor: pointer;
    font-size: .62rem;
    user-select: none;
}

.tv-alert-toggle input[b-ert1ukr3eq] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.tv-alert-toggle-track[b-ert1ukr3eq] {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 18px;
    border: 1px solid rgba(148, 163, 184, .3);
    border-radius: 999px;
    background: rgba(51, 65, 85, .92);
    transition:
        border-color .18s ease,
        background .18s ease;
}

.tv-alert-toggle-track i[b-ert1ukr3eq] {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cbd5e1;
    transition:
        left .18s ease,
        background .18s ease;
}

.tv-alert-toggle input:checked + .tv-alert-toggle-track[b-ert1ukr3eq] {
    border-color: rgba(96, 165, 250, .65);
    background: rgba(37, 99, 235, .8);
}

.tv-alert-toggle input:checked + .tv-alert-toggle-track i[b-ert1ukr3eq] {
    left: 18px;
    background: #fff;
}

.tv-alert-toggle input:focus-visible + .tv-alert-toggle-track[b-ert1ukr3eq] {
    outline: 2px solid #93c5fd;
    outline-offset: 2px;
}

.tv-alert-toggle strong[b-ert1ukr3eq] {
    font-weight: 800;
}

.tv-clock[b-ert1ukr3eq] {
    display: flex;
    align-items: flex-end;
    justify-self: end;
    flex-direction: column;
}

.tv-clock strong[b-ert1ukr3eq] {
    font-size: 1.2rem;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.tv-clock span[b-ert1ukr3eq] {
    margin-top: .28rem;
    color: #94a3b8;
    font-size: .7rem;
}

.tv-kpis[b-ert1ukr3eq] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: .8rem;
}

.tv-kpi[b-ert1ukr3eq] {
    position: relative;
    display: flex;
    min-height: 76px;
    flex-direction: column;
    justify-content: center;
    padding: .55rem .72rem;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, .32);
    border-radius: 15px;
    background: rgba(18, 35, 58, .96);
    box-shadow:
        0 2px 4px rgba(0, 0, 0, .2),
        0 10px 24px rgba(0, 0, 0, .3);
}

.tv-kpi[b-ert1ukr3eq]::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: #64748b;
    content: "";
}

.tv-kpi span[b-ert1ukr3eq] {
    color: #9aa9bc;
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tv-kpi strong[b-ert1ukr3eq] {
    margin: .18rem 0;
    color: #fff;
    font-size: 1.48rem;
    font-weight: 950;
    line-height: 1;
}

.tv-kpi small[b-ert1ukr3eq] {
    color: #64748b;
    font-size: .64rem;
}

.tv-kpi.open[b-ert1ukr3eq]::before {
    background: #f97316;
}

.tv-kpi.taken[b-ert1ukr3eq]::before {
    background: #eab308;
}

.tv-kpi.approval[b-ert1ukr3eq]::before {
    background: #3b82f6;
}

.tv-kpi.stopped[b-ert1ukr3eq]::before {
    background: #ef4444;
}

.tv-kpi.closed[b-ert1ukr3eq]::before {
    background: #22c55e;
}

.tv-kpi.machines[b-ert1ukr3eq]::before {
    background: #94a3b8;
}

.tv-kpi.stopped.critical[b-ert1ukr3eq] {
    border-color: rgba(239, 68, 68, .55);
    background: rgba(127, 29, 29, .35);
    animation: tv-critical-pulse-b-ert1ukr3eq 1.35s ease-in-out infinite;
    transform-origin: center;
}

.tv-kpi.stopped.critical strong[b-ert1ukr3eq] {
    color: #fecaca;
}

.tv-warning[b-ert1ukr3eq] {
    display: flex;
    align-items: center;
    gap: .9rem;
    padding: .7rem 1rem;
    border: 1px solid rgba(239, 68, 68, .52);
    border-radius: 15px;
    background: linear-gradient(90deg, rgba(127, 29, 29, .58), rgba(69, 10, 10, .38));
}

.tv-warning-icon[b-ert1ukr3eq] {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 50%;
    background: #dc2626;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 950;
    animation: tv-pulse-b-ert1ukr3eq 1.2s infinite;
}

.tv-warning div:last-child[b-ert1ukr3eq] {
    display: flex;
    flex-direction: column;
}

.tv-warning strong[b-ert1ukr3eq] {
    color: #fee2e2;
    font-size: .9rem;
}

.tv-warning span[b-ert1ukr3eq] {
    margin-top: .12rem;
    color: #fca5a5;
    font-size: .7rem;
}

.tv-machine-section[b-ert1ukr3eq] {
    padding: .8rem;
    border: 1px solid rgba(148, 163, 184, .17);
    border-radius: 19px;
    background: rgba(15, 29, 49, .78);
    box-shadow: 0 15px 38px rgba(0, 0, 0, .2);
}

.tv-legend[b-ert1ukr3eq] {
    display: flex;
    gap: .7rem;
    color: #94a3b8;
    font-size: .65rem;
    font-weight: 700;
}

.tv-legend span[b-ert1ukr3eq] {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
}

.tv-legend i[b-ert1ukr3eq] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.tv-legend .running[b-ert1ukr3eq] { background: #22c55e; }
.tv-legend .open[b-ert1ukr3eq] { background: #f97316; }
.tv-legend .taken[b-ert1ukr3eq] { background: #eab308; }
.tv-legend .approval[b-ert1ukr3eq] { background: #3b82f6; }
.tv-legend .stopped[b-ert1ukr3eq] { background: #ef4444; }

.tv-footer[b-ert1ukr3eq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .1rem .35rem;
    color: #64748b;
    font-size: .64rem;
}

.tv-footer strong[b-ert1ukr3eq] {
    color: #94a3b8;
}

.tv-loading[b-ert1ukr3eq],
.tv-error[b-ert1ukr3eq] {
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .8rem;
    background: #07101d;
    color: #e5edf8;
}

.tv-spinner[b-ert1ukr3eq] {
    width: 42px;
    height: 42px;
    border: 4px solid rgba(96, 165, 250, .18);
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: tv-spin-b-ert1ukr3eq .75s linear infinite;
}

.tv-error span[b-ert1ukr3eq] {
    max-width: 600px;
    color: #fca5a5;
    text-align: center;
}

@keyframes tv-spin-b-ert1ukr3eq {
    to {
        transform: rotate(360deg);
    }
}

@keyframes tv-pulse-b-ert1ukr3eq {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.22);
        opacity: .65;
    }
}

@media (max-width: 1200px) {
    .tv-kpis[b-ert1ukr3eq] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .tv-header[b-ert1ukr3eq] {
        grid-template-columns: 1fr auto;
    }

    .tv-header-center[b-ert1ukr3eq] {
        display: none;
    }

    .tv-legend[b-ert1ukr3eq] {
        display: none;
    }
}

.tv-kpi.open[b-ert1ukr3eq] {
    background: linear-gradient(135deg, #12233a 62%, rgba(249, 115, 22, .15));
}

.tv-kpi.taken[b-ert1ukr3eq] {
    background: linear-gradient(135deg, #12233a 62%, rgba(234, 179, 8, .14));
}

.tv-kpi.approval[b-ert1ukr3eq] {
    background: linear-gradient(135deg, #12233a 62%, rgba(59, 130, 246, .16));
}

.tv-kpi.closed[b-ert1ukr3eq] {
    background: linear-gradient(135deg, #12233a 62%, rgba(34, 197, 94, .14));
}

.tv-kpi.machines[b-ert1ukr3eq] {
    background: linear-gradient(135deg, #12233a 62%, rgba(148, 163, 184, .13));
}


/* NEW OPERATIONS EVENT OVERLAY */

.tv-new-machine-alert[b-ert1ukr3eq] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4vw;
    background: rgba(2, 8, 23, .93);
    color: #fff;
}

.tv-new-alert-card[b-ert1ukr3eq] {
    position: relative;
    display: flex;
    width: 72vw;
    min-height: 54vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 4vh 5vw;
    overflow: hidden;
    border: 6px solid #f97316;
    border-radius: 34px;
    background:
        radial-gradient(circle at 50% 18%, rgba(249, 115, 22, .2), transparent 38%),
        linear-gradient(145deg, #172033, #0b1220);
    box-shadow:
        0 0 0 8px rgba(249, 115, 22, .12),
        0 0 70px rgba(249, 115, 22, .42);
    text-align: center;
    animation: tv-new-alert-pulse-b-ert1ukr3eq 1.15s ease-in-out infinite;
}

.tv-new-alert-eyebrow[b-ert1ukr3eq] {
    color: #fdba74;
    font-size: 1.1rem;
    font-weight: 950;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.tv-new-alert-pm[b-ert1ukr3eq] {
    position: absolute;
    top: 6%;
    right: 7%;
    color: rgba(196, 181, 253, .24);
    font-size: 8rem;
    font-weight: 950;
    letter-spacing: -.08em;
    line-height: 1;
    transform: rotate(-12deg);
}

.tv-new-alert-machine[b-ert1ukr3eq] {
    position: relative;
    z-index: 1;
    margin: 3vh 0 1.2vh;
    color: #fff;
    font-size: 6.5vw;
    font-weight: 950;
    letter-spacing: -.055em;
    line-height: .95;
}

.tv-new-alert-location[b-ert1ukr3eq] {
    position: relative;
    z-index: 1;
    color: #cbd5e1;
    font-size: 1.35rem;
    font-weight: 750;
}

.tv-new-alert-status[b-ert1ukr3eq] {
    position: relative;
    z-index: 1;
    margin-top: 3vh;
    padding: .65rem 1.5rem;
    border-radius: 999px;
    background: #f97316;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tv-new-alert-progress[b-ert1ukr3eq] {
    position: relative;
    z-index: 1;
    width: 72%;
    height: 9px;
    margin-top: 4vh;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, .13);
}

.tv-new-alert-progress i[b-ert1ukr3eq] {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #fb923c;
    transform-origin: left center;
    animation: tv-new-alert-countdown-b-ert1ukr3eq 7s linear forwards;
}

.tv-new-alert-card small[b-ert1ukr3eq] {
    position: relative;
    z-index: 1;
    margin-top: 1.1rem;
    color: #94a3b8;
    font-size: .82rem;
}

.tv-new-machine-alert.taken .tv-new-alert-card[b-ert1ukr3eq] {
    border-color: #eab308;
    box-shadow:
        0 0 0 8px rgba(234, 179, 8, .12),
        0 0 70px rgba(234, 179, 8, .42);
}

.tv-new-machine-alert.taken .tv-new-alert-status[b-ert1ukr3eq],
.tv-new-machine-alert.taken .tv-new-alert-progress i[b-ert1ukr3eq] {
    background: #eab308;
    color: #422006;
}

.tv-new-machine-alert.approval .tv-new-alert-card[b-ert1ukr3eq] {
    border-color: #3b82f6;
    box-shadow:
        0 0 0 8px rgba(59, 130, 246, .12),
        0 0 70px rgba(59, 130, 246, .42);
}

.tv-new-machine-alert.approval .tv-new-alert-status[b-ert1ukr3eq],
.tv-new-machine-alert.approval .tv-new-alert-progress i[b-ert1ukr3eq] {
    background: #3b82f6;
}

.tv-new-machine-alert.stop .tv-new-alert-card[b-ert1ukr3eq] {
    border-color: #ef4444;
    box-shadow:
        0 0 0 8px rgba(239, 68, 68, .15),
        0 0 82px rgba(239, 68, 68, .58);
}

.tv-new-machine-alert.stop .tv-new-alert-status[b-ert1ukr3eq],
.tv-new-machine-alert.stop .tv-new-alert-progress i[b-ert1ukr3eq] {
    background: #dc2626;
}

.tv-new-machine-alert.inactive .tv-new-alert-card[b-ert1ukr3eq] {
    border-color: #94a3b8;
    box-shadow:
        0 0 0 8px rgba(148, 163, 184, .1),
        0 0 60px rgba(148, 163, 184, .28);
}

.tv-new-machine-alert.inactive .tv-new-alert-status[b-ert1ukr3eq],
.tv-new-machine-alert.inactive .tv-new-alert-progress i[b-ert1ukr3eq] {
    background: #64748b;
}

.tv-new-machine-alert.pm .tv-new-alert-card[b-ert1ukr3eq] {
    border-color: #8b5cf6;
    background:
        radial-gradient(circle at 50% 18%, rgba(139, 92, 246, .25), transparent 40%),
        linear-gradient(145deg, #21163d, #0d1020);
    box-shadow:
        0 0 0 9px rgba(139, 92, 246, .15),
        0 0 85px rgba(124, 58, 237, .58);
}

.tv-new-machine-alert.pm .tv-new-alert-eyebrow[b-ert1ukr3eq] {
    color: #c4b5fd;
}

.tv-new-machine-alert.pm .tv-new-alert-status[b-ert1ukr3eq],
.tv-new-machine-alert.pm .tv-new-alert-progress i[b-ert1ukr3eq] {
    background: #7c3aed;
}

.tv-new-machine-alert.pm-stop .tv-new-alert-card[b-ert1ukr3eq] {
    box-shadow:
        0 0 0 9px rgba(139, 92, 246, .16),
        0 0 48px rgba(124, 58, 237, .62),
        0 0 92px rgba(220, 38, 38, .42);
}



.tv-new-alert-pause[b-ert1ukr3eq] {
    position: absolute;
    top: 10%;
    right: 5%;
    color: rgba(253, 224, 71, .3);
    font-size: 6.5rem;
    font-weight: 950;
    letter-spacing: -.08em;
    line-height: 1;
    transform: rotate(-11deg);
}

.tv-new-machine-alert.paused .tv-new-alert-card[b-ert1ukr3eq] {
    border-color: #facc15;
    background:
        radial-gradient(circle at 50% 18%, rgba(250, 204, 21, .24), transparent 40%),
        linear-gradient(145deg, #29260f, #11140c);
    box-shadow:
        0 0 0 9px rgba(250, 204, 21, .15),
        0 0 88px rgba(234, 179, 8, .6);
}

.tv-new-machine-alert.paused .tv-new-alert-eyebrow[b-ert1ukr3eq] {
    color: #fde68a;
}

.tv-new-machine-alert.paused .tv-new-alert-status[b-ert1ukr3eq],
.tv-new-machine-alert.paused .tv-new-alert-progress i[b-ert1ukr3eq] {
    background: #facc15;
    color: #422006;
}

.tv-new-machine-alert.completed .tv-new-alert-card[b-ert1ukr3eq] {
    border-color: #22c55e;
    background:
        radial-gradient(circle at 50% 18%, rgba(34, 197, 94, .2), transparent 40%),
        linear-gradient(145deg, #10271d, #09140f);
    box-shadow:
        0 0 0 9px rgba(34, 197, 94, .13),
        0 0 82px rgba(34, 197, 94, .48);
}

.tv-new-machine-alert.completed .tv-new-alert-eyebrow[b-ert1ukr3eq] {
    color: #86efac;
}

.tv-new-machine-alert.completed .tv-new-alert-status[b-ert1ukr3eq],
.tv-new-machine-alert.completed .tv-new-alert-progress i[b-ert1ukr3eq] {
    background: #22c55e;
    color: #052e16;
}

@keyframes tv-new-alert-pulse-b-ert1ukr3eq {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.025);
    }
}

@keyframes tv-new-alert-countdown-b-ert1ukr3eq {
    from {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(0);
    }
}

@keyframes tv-critical-pulse-b-ert1ukr3eq {
    0%,
    100% {
        transform: scale(1);
        border-color: rgba(239, 68, 68, .55);
        box-shadow:
            0 2px 4px rgba(0, 0, 0, .2),
            0 10px 24px rgba(0, 0, 0, .3);
    }

    50% {
        transform: scale(1.025);
        border-color: #f87171;
        box-shadow:
            0 0 0 5px rgba(239, 68, 68, .18),
            0 0 26px rgba(239, 68, 68, .48);
    }
}
.tv-general-section[b-ert1ukr3eq] {
    border: 1px solid rgba(167, 139, 250, .45);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(76, 29, 149, .28), rgba(30, 27, 75, .42));
    overflow: hidden;
}

.tv-general-header[b-ert1ukr3eq] {
    padding: .75rem .9rem 0;
}

.tv-general-count[b-ert1ukr3eq] {
    display: inline-grid;
    min-width: 2.2rem;
    height: 2.2rem;
    place-items: center;
    border-radius: 999px;
    background: #8b5cf6;
    color: #fff;
    font-weight: 900;
}

.tv-new-alert-general[b-ert1ukr3eq] {
    position: absolute;
    top: 5%;
    right: 6%;
    color: rgba(196, 181, 253, .22);
    font-size: 6.8rem;
    font-weight: 950;
    letter-spacing: -.07em;
    line-height: 1;
    text-transform: uppercase;
    transform: rotate(-11deg);
}

.tv-new-machine-alert.general[b-ert1ukr3eq] {
    background:
        radial-gradient(circle at 50% 45%, rgba(76, 29, 149, .42), transparent 42%),
        rgba(2, 8, 23, .95);
}

.tv-new-machine-alert.general .tv-new-alert-card[b-ert1ukr3eq] {
    background:
        radial-gradient(circle at 50% 18%, rgba(139, 92, 246, .2), transparent 40%),
        linear-gradient(145deg, #21163d, #0d1020);
    box-shadow:
        0 0 0 9px rgba(249, 115, 22, .14),
        0 0 54px rgba(124, 58, 237, .38),
        0 0 88px rgba(249, 115, 22, .38);
}

.tv-new-machine-alert.general .tv-new-alert-eyebrow[b-ert1ukr3eq] {
    color: #c4b5fd;
}

.tv-new-machine-alert.general.taken .tv-new-alert-card[b-ert1ukr3eq],
.tv-new-machine-alert.general.paused .tv-new-alert-card[b-ert1ukr3eq] {
    box-shadow:
        0 0 0 9px rgba(234, 179, 8, .14),
        0 0 54px rgba(124, 58, 237, .38),
        0 0 88px rgba(234, 179, 8, .42);
}

.tv-new-machine-alert.general.approval .tv-new-alert-card[b-ert1ukr3eq] {
    box-shadow:
        0 0 0 9px rgba(59, 130, 246, .14),
        0 0 54px rgba(124, 58, 237, .38),
        0 0 88px rgba(59, 130, 246, .42);
}

.tv-new-machine-alert.general.completed .tv-new-alert-card[b-ert1ukr3eq] {
    border-color: #3b82f6;
    box-shadow:
        0 0 0 9px rgba(59, 130, 246, .14),
        0 0 54px rgba(124, 58, 237, .38),
        0 0 88px rgba(59, 130, 246, .5);
}

.tv-new-machine-alert.general.completed .tv-new-alert-status[b-ert1ukr3eq],
.tv-new-machine-alert.general.completed .tv-new-alert-progress i[b-ert1ukr3eq] {
    background: #3b82f6;
    color: #fff;
}
/* /Components/Pages/PreventiveMaintenance.razor.rz.scp.css */
.pm-kpi-grid[b-u6a7m883yj] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .8rem;
    margin-bottom: 1rem;
}

.pm-kpi[b-u6a7m883yj] {
    position: relative;
    display: flex;
    min-height: 92px;
    justify-content: center;
    flex-direction: column;
    padding: .8rem 1rem;
    overflow: hidden;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(15, 23, 42, .08);
}

.pm-kpi[b-u6a7m883yj]::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: #64748b;
    content: "";
}

.pm-kpi span[b-u6a7m883yj] {
    color: #64748b;
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pm-kpi strong[b-u6a7m883yj] {
    margin: .15rem 0;
    color: #0f172a;
    font-size: 1.5rem;
    font-weight: 950;
}

.pm-kpi small[b-u6a7m883yj] {
    color: #94a3b8;
    font-size: .66rem;
}

.pm-kpi.active[b-u6a7m883yj]::before { background: #22c55e; }
.pm-kpi.due[b-u6a7m883yj]::before { background: #f59e0b; }
.pm-kpi.overdue[b-u6a7m883yj]::before { background: #dc2626; }
.pm-kpi.checklist[b-u6a7m883yj]::before { background: #3b82f6; }

.pm-editor[b-u6a7m883yj],
.pm-list-panel[b-u6a7m883yj] {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #dbe3ee;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .065);
}

.pm-form-grid[b-u6a7m883yj] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .85rem;
}

.pm-field[b-u6a7m883yj] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: .35rem;
}

.pm-field.span-2[b-u6a7m883yj] {
    grid-column: span 2;
}

.pm-field label[b-u6a7m883yj] {
    color: #475569;
    font-size: .72rem;
    font-weight: 800;
}

.pm-inline[b-u6a7m883yj] {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.pm-inline > *[b-u6a7m883yj] {
    flex: 1;
}

.pm-unit[b-u6a7m883yj] {
    flex: 0 0 auto;
    color: #64748b;
    font-size: .72rem;
}

.pm-checklist-header[b-u6a7m883yj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 1.2rem 0 .7rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.pm-checklist-header > div[b-u6a7m883yj] {
    display: flex;
    flex-direction: column;
}

.pm-checklist-header strong[b-u6a7m883yj] {
    font-size: .88rem;
}

.pm-checklist-header span[b-u6a7m883yj] {
    color: #64748b;
    font-size: .7rem;
}

.pm-task-list[b-u6a7m883yj] {
    display: grid;
    gap: .65rem;
}

.pm-task[b-u6a7m883yj] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: start;
    gap: .7rem;
    padding: .75rem;
    border: 1px solid #dbe3ee;
    border-radius: 14px;
    background: #f8fafc;
}

.pm-task-number[b-u6a7m883yj] {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 9px;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: .72rem;
    font-weight: 900;
}

.pm-task-content[b-u6a7m883yj] {
    display: grid;
    gap: .5rem;
}

.pm-task-options[b-u6a7m883yj] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .8rem;
    color: #475569;
    font-size: .7rem;
}

.pm-task-options label[b-u6a7m883yj] {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
}

.pm-measurement[b-u6a7m883yj] {
    max-width: 120px;
}

.pm-remove[b-u6a7m883yj] {
    width: 30px;
    height: 30px;
    border: 1px solid #fecaca;
    border-radius: 9px;
    background: #fff1f2;
    color: #b91c1c;
    font-size: 1.1rem;
}

.pm-remove:disabled[b-u6a7m883yj] {
    opacity: .35;
}

.pm-editor-actions[b-u6a7m883yj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
    padding-top: .9rem;
    border-top: 1px solid #e2e8f0;
}

.pm-active-toggle[b-u6a7m883yj] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .75rem;
    font-weight: 750;
}

.pm-toolbar[b-u6a7m883yj] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 210px;
    gap: .7rem;
    margin-bottom: .8rem;
}

.pm-count[b-u6a7m883yj] {
    padding: .35rem .65rem;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: .7rem;
    font-weight: 850;
}

.pm-table-scroll[b-u6a7m883yj] {
    overflow-x: auto;
}

.pm-table[b-u6a7m883yj] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.pm-table th[b-u6a7m883yj] {
    padding: .65rem;
    border-bottom: 1px solid #cbd5e1;
    color: #64748b;
    font-size: .65rem;
    letter-spacing: .07em;
    text-align: left;
    text-transform: uppercase;
}

.pm-table td[b-u6a7m883yj] {
    padding: .7rem .65rem;
    border-bottom: 1px solid #e2e8f0;
    color: #334155;
    font-size: .75rem;
    vertical-align: middle;
}

.pm-table td > strong[b-u6a7m883yj],
.pm-table td > small[b-u6a7m883yj] {
    display: block;
}

.pm-table td > small[b-u6a7m883yj] {
    margin-top: .15rem;
    color: #94a3b8;
    font-size: .64rem;
}

.pm-status[b-u6a7m883yj] {
    display: inline-flex;
    padding: .3rem .55rem;
    border-radius: 999px;
    font-size: .65rem;
    font-weight: 850;
}

.pm-status.active[b-u6a7m883yj] {
    background: #dcfce7;
    color: #166534;
}

.pm-status.overdue[b-u6a7m883yj] {
    background: #fee2e2;
    color: #b91c1c;
}

.pm-status.inactive[b-u6a7m883yj] {
    background: #e2e8f0;
    color: #475569;
}

.pm-actions[b-u6a7m883yj] {
    display: flex;
    gap: .35rem;
    white-space: nowrap;
}

@media (max-width: 1000px) {
    .pm-kpi-grid[b-u6a7m883yj] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .pm-form-grid[b-u6a7m883yj],
    .pm-toolbar[b-u6a7m883yj] {
        grid-template-columns: 1fr;
    }

    .pm-field.span-2[b-u6a7m883yj] {
        grid-column: span 1;
    }

    .pm-editor-actions[b-u6a7m883yj] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 430px) {
    .pm-kpi-grid[b-u6a7m883yj] {
        grid-template-columns: 1fr;
    }
}


.pm-opportunity-reasons[b-u6a7m883yj] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
    max-height: 240px;
    padding: .65rem;
    overflow-y: auto;
    border: 1px solid #dbe3ee;
    border-radius: 12px;
    background: #f8fafc;
}

.pm-opportunity-reason[b-u6a7m883yj] {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    padding: .55rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
}

.pm-opportunity-reason span[b-u6a7m883yj],
.pm-opportunity-reason strong[b-u6a7m883yj],
.pm-opportunity-reason small[b-u6a7m883yj] {
    display: block;
}

.pm-opportunity-reason strong[b-u6a7m883yj] {
    color: #1e293b;
    font-size: .75rem;
}

.pm-opportunity-reason small[b-u6a7m883yj],
.pm-opportunity-empty[b-u6a7m883yj],
.pm-field-help[b-u6a7m883yj] {
    color: #64748b;
    font-size: .67rem;
}

@media (max-width: 720px) {
    .pm-opportunity-reasons[b-u6a7m883yj] {
        grid-template-columns: 1fr;
    }
}

.pm-row-archived td[b-u6a7m883yj] {
    background: #fafafa;
    color: #64748b;
}

.pm-row-archived td > strong[b-u6a7m883yj] {
    color: #475569;
}

.pm-status.archived[b-u6a7m883yj] {
    background: #f3e8ff;
    color: #6b21a8;
}

.pm-confirm-backdrop[b-u6a7m883yj] {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(15, 23, 42, .62);
    backdrop-filter: blur(4px);
}

.pm-confirm-dialog[b-u6a7m883yj] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    width: min(520px, 100%);
    padding: 1.2rem;
    border: 1px solid #cbd5e1;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .35);
}

.pm-confirm-icon[b-u6a7m883yj] {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 13px;
    font-size: 1.2rem;
    font-weight: 950;
}

.pm-confirm-icon.archive[b-u6a7m883yj] {
    background: #fef3c7;
    color: #92400e;
}

.pm-confirm-icon.delete[b-u6a7m883yj] {
    background: #fee2e2;
    color: #b91c1c;
}

.pm-confirm-content > span[b-u6a7m883yj] {
    color: #2563eb;
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pm-confirm-content h3[b-u6a7m883yj] {
    margin: .25rem 0 .55rem;
    color: #0f172a;
    font-size: 1.05rem;
}

.pm-confirm-content p[b-u6a7m883yj] {
    margin: 0;
    color: #475569;
    font-size: .78rem;
    line-height: 1.55;
}

.pm-confirm-note[b-u6a7m883yj] {
    margin-top: .8rem;
    padding: .65rem .75rem;
    border: 1px solid #fde68a;
    border-radius: 10px;
    background: #fffbeb;
    color: #854d0e;
    font-size: .7rem;
}

.pm-confirm-actions[b-u6a7m883yj] {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-end;
    gap: .55rem;
    padding-top: .9rem;
    border-top: 1px solid #e2e8f0;
}

@media (max-width: 520px) {
    .pm-confirm-dialog[b-u6a7m883yj] {
        grid-template-columns: 1fr;
    }

    .pm-confirm-actions[b-u6a7m883yj] {
        grid-column: 1;
    }

    .pm-confirm-actions .btn[b-u6a7m883yj] {
        flex: 1;
    }
}

/* /Components/Pages/PreventiveReport.razor.rz.scp.css */
.pmr-filter-card[b-0442meplru],.pmr-table-card[b-0442meplru]{background:#fff;border:1px solid #dce4ef;border-radius:16px;box-shadow:0 8px 24px rgba(15,23,42,.05);padding:18px;margin-bottom:18px}.pmr-filter-grid[b-0442meplru]{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px}.pmr-filter-grid label span[b-0442meplru]{display:block;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#64748b;margin-bottom:5px}.pmr-filter-actions[b-0442meplru]{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.pmr-kpis[b-0442meplru]{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr));gap:12px;margin-bottom:14px}.pmr-kpis article[b-0442meplru]{background:#fff;border:1px solid #dce4ef;border-top:3px solid #2563eb;border-radius:14px;padding:14px;box-shadow:0 6px 18px rgba(15,23,42,.05)}.pmr-kpis article.success[b-0442meplru]{border-top-color:#16a34a}.pmr-kpis article.warning[b-0442meplru]{border-top-color:#d97706}.pmr-kpis article.danger[b-0442meplru]{border-top-color:#dc2626}.pmr-kpis span[b-0442meplru],.pmr-kpis small[b-0442meplru]{display:block;color:#64748b}.pmr-kpis span[b-0442meplru]{font-size:.7rem;font-weight:800;text-transform:uppercase}.pmr-kpis strong[b-0442meplru]{display:block;font-size:1.45rem;color:#0f172a;margin:5px 0}.pmr-kpis small[b-0442meplru]{font-size:.72rem}.pmr-execution-strip[b-0442meplru]{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:#dce4ef;border:1px solid #dce4ef;border-radius:12px;overflow:hidden;margin-bottom:18px}.pmr-execution-strip div[b-0442meplru]{display:flex;justify-content:space-between;align-items:center;gap:10px;background:#f8fafc;padding:11px 14px}.pmr-execution-strip span[b-0442meplru]{font-size:.72rem;color:#64748b}.pmr-execution-strip strong[b-0442meplru]{color:#0f172a}.pmr-panels[b-0442meplru]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.pmr-table-card .table[b-0442meplru]{font-size:.78rem;margin:12px 0 0}.pmr-table-card th[b-0442meplru]{white-space:nowrap;color:#475569;text-transform:uppercase;font-size:.67rem}.pmr-table-card td[b-0442meplru]{vertical-align:middle}.pmr-table-card tr.overdue td[b-0442meplru]{background:#fff7ed}.pmr-table-card tr.completed td[b-0442meplru]{background:#f0fdf4}@media(max-width:1200px){.pmr-kpis[b-0442meplru]{grid-template-columns:repeat(3,1fr)}.pmr-filter-grid[b-0442meplru]{grid-template-columns:repeat(2,1fr)}.pmr-panels[b-0442meplru]{grid-template-columns:1fr}.pmr-execution-strip[b-0442meplru]{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.pmr-kpis[b-0442meplru],.pmr-filter-grid[b-0442meplru],.pmr-execution-strip[b-0442meplru]{grid-template-columns:1fr}.pmr-filter-actions[b-0442meplru]{flex-wrap:wrap}.pmr-filter-actions .btn[b-0442meplru]{flex:1 1 100%}}
/* /Components/Pages/ReportCenter.razor.rz.scp.css */
.rc-page[b-g8y0msfcmf] {
    display: grid;
    min-width: 0;
    max-width: 100%;
    gap: 1rem;
    color: #17263e;
}

.rc-page > *[b-g8y0msfcmf] {
    min-width: 0;
    max-width: 100%;
}

.rc-filter-card[b-g8y0msfcmf],
.rc-panel[b-g8y0msfcmf] {
    border: 1px solid #d9e3ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(20, 42, 74, .07);
}

.rc-filter-card[b-g8y0msfcmf] {
    padding: 1rem;
}

.rc-filter-grid[b-g8y0msfcmf] {
    display: grid;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: .7rem;
    align-items: end;
}

.rc-filter-grid label > span[b-g8y0msfcmf] {
    display: block;
    margin-bottom: .3rem;
    color: #66758a;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.rc-period-note[b-g8y0msfcmf] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 1.2rem;
    margin-top: .75rem;
    color: #66758a;
    font-size: .78rem;
}

.rc-period-note span:first-child[b-g8y0msfcmf] {
    color: #263b5a;
    font-weight: 800;
}

.rc-updating[b-g8y0msfcmf] {
    color: #1268d7;
    font-weight: 800;
}

.rc-kpis[b-g8y0msfcmf] {
    display: grid;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    gap: .75rem;
}

.rc-kpi[b-g8y0msfcmf] {
    display: grid;
    align-content: start;
    min-height: 150px;
    border: 1px solid #d9e3ef;
    border-top: 4px solid #7f92aa;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(20, 42, 74, .06);
    padding: 1rem;
}

.rc-kpi-primary[b-g8y0msfcmf] { border-top-color: #1268d7; }
.rc-kpi-danger[b-g8y0msfcmf] { border-top-color: #cf4242; }
.rc-kpi-success[b-g8y0msfcmf] { border-top-color: #2f9d69; }

.rc-kpi > span:first-child[b-g8y0msfcmf] {
    color: #66758a;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.rc-kpi > strong[b-g8y0msfcmf] {
    margin: .35rem 0 .25rem;
    color: #17263e;
    font-size: 1.6rem;
    line-height: 1.15;
}

.rc-kpi > small[b-g8y0msfcmf] {
    margin-top: auto;
    color: #718096;
    font-size: .72rem;
}

.rc-delta[b-g8y0msfcmf] {
    justify-self: start;
    border-radius: 999px;
    padding: .2rem .48rem;
    font-size: .68rem;
    font-weight: 800;
}

.rc-delta.good[b-g8y0msfcmf] { background: #dff6e9; color: #1f734c; }
.rc-delta.bad[b-g8y0msfcmf] { background: #ffe3e3; color: #982f2f; }
.rc-delta.neutral[b-g8y0msfcmf] { background: #edf1f6; color: #66758a; }

.rc-panel[b-g8y0msfcmf] {
    min-width: 0;
    max-width: 100%;
    padding: 1rem;
}

.rc-panel-heading[b-g8y0msfcmf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .85rem;
}

.rc-panel-heading h2[b-g8y0msfcmf] {
    margin: .1rem 0 0;
    color: #17263e;
    font-size: 1.05rem;
}

.rc-panel-heading a[b-g8y0msfcmf] {
    color: #1268d7;
    font-size: .78rem;
    font-weight: 800;
    text-decoration: none;
}

.rc-eyebrow[b-g8y0msfcmf] {
    color: #1268d7;
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rc-legend[b-g8y0msfcmf] {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    color: #66758a;
    font-size: .72rem;
}

.rc-legend span[b-g8y0msfcmf] {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
}

.rc-legend i[b-g8y0msfcmf] {
    width: .7rem;
    height: .7rem;
    border-radius: 3px;
}

.rc-trend-legend span[b-g8y0msfcmf] {
    border: 1px solid #e0e7f0;
    border-radius: 999px;
    background: #f8fafc;
    padding: .35rem .58rem;
    font-weight: 750;
}

.rc-legend .tickets[b-g8y0msfcmf] { background: #1268d7; }

.rc-legend .downtime[b-g8y0msfcmf] {
    height: 3px;
    border-radius: 999px;
    background: #ef8b3b;
}

.rc-chart-scroll[b-g8y0msfcmf] {
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: .35rem;
    scrollbar-color: #7aaeea #e7eef7;
    scrollbar-width: auto;
}

.rc-chart-scroll[b-g8y0msfcmf]::-webkit-scrollbar {
    height: 13px;
}

.rc-chart-scroll[b-g8y0msfcmf]::-webkit-scrollbar-track {
    border-radius: 999px;
    background: #e7eef7;
}

.rc-chart-scroll[b-g8y0msfcmf]::-webkit-scrollbar-thumb {
    border: 3px solid #e7eef7;
    border-radius: 999px;
    background: #7aaeea;
}

.rc-trend-navigator[b-g8y0msfcmf] {
    display: grid;
    grid-template-columns: minmax(180px, auto) minmax(260px, 1fr);
    align-items: center;
    gap: .45rem 1rem;
    padding: .7rem .85rem;
    margin-bottom: .6rem;
    border: 1px solid #d8e5f4;
    border-radius: 12px;
    background: linear-gradient(135deg, #f5f9ff, #fff);
}

.rc-trend-navigator > div:first-child span[b-g8y0msfcmf],
.rc-trend-navigator > div:first-child strong[b-g8y0msfcmf] {
    display: block;
}

.rc-trend-navigator > div:first-child span[b-g8y0msfcmf] {
    color: #66758a;
    font-size: .62rem;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.rc-trend-navigator > div:first-child strong[b-g8y0msfcmf] {
    margin-top: .12rem;
    color: #1d4ed8;
    font-size: .8rem;
}

.rc-trend-navigator input[type="range"][b-g8y0msfcmf] {
    width: 100%;
    accent-color: #1268d7;
    cursor: ew-resize;
}

.rc-trend-range-limits[b-g8y0msfcmf] {
    display: flex;
    justify-content: space-between;
    grid-column: 2;
    color: #7b8ba0;
    font-size: .6rem;
}

.rc-trend-chart[b-g8y0msfcmf] {
    display: grid;
    width: 100%;
    min-width: max(720px, calc(var(--trend-columns) * 36px + 110px));
    gap: .75rem;
    padding: .2rem .15rem .35rem;
}

.rc-trend-series[b-g8y0msfcmf],
.rc-trend-dates[b-g8y0msfcmf] {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: .65rem;
}

.rc-trend-series-info[b-g8y0msfcmf] {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px;
    padding: .65rem .7rem;
}

.rc-trend-series.tickets .rc-trend-series-info[b-g8y0msfcmf] {
    background: linear-gradient(135deg, #eaf3ff, #f8fbff);
    color: #0d59b7;
}

.rc-trend-series.downtime .rc-trend-series-info[b-g8y0msfcmf] {
    background: linear-gradient(135deg, #fff1e5, #fffaf5);
    color: #b85e18;
}

.rc-trend-series-info span[b-g8y0msfcmf],
.rc-trend-series-info small[b-g8y0msfcmf] {
    font-size: .62rem;
}

.rc-trend-series-info span[b-g8y0msfcmf] {
    font-weight: 850;
}

.rc-trend-series-info strong[b-g8y0msfcmf] {
    margin: .12rem 0;
    font-size: 1.25rem;
    line-height: 1;
}

.rc-trend-series-info small[b-g8y0msfcmf] {
    color: #718096;
}

.rc-trend-plot[b-g8y0msfcmf] {
    position: relative;
    height: 118px;
    overflow: hidden;
    border-bottom: 1px solid #cad6e4;
    border-radius: 12px 12px 0 0;
    background: linear-gradient(180deg, rgba(247, 250, 253, .7), rgba(255, 255, 255, .2));
}

.rc-trend-gridlines[b-g8y0msfcmf] {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        to bottom,
        transparent 0,
        transparent calc(25% - 1px),
        #e7edf4 calc(25% - 1px),
        #e7edf4 25%);
    pointer-events: none;
}

.rc-trend-columns[b-g8y0msfcmf],
.rc-trend-dates > div[b-g8y0msfcmf] {
    display: grid;
    grid-template-columns: repeat(var(--trend-columns), minmax(0, 1fr));
}

.rc-trend-columns[b-g8y0msfcmf] {
    position: absolute;
    inset: 0;
}

.rc-trend-column[b-g8y0msfcmf] {
    position: relative;
    min-width: 0;
    border: 0;
    background: transparent;
    color: inherit;
    padding: 0;
    cursor: pointer;
    font: inherit;
}

.rc-trend-column:disabled[b-g8y0msfcmf] {
    cursor: default;
}

.rc-trend-column:not(:disabled):focus-visible[b-g8y0msfcmf] {
    z-index: 4;
    border-radius: 6px;
    outline: 3px solid rgba(18, 104, 215, .28);
    outline-offset: -2px;
}

.rc-trend-column strong[b-g8y0msfcmf] {
    position: absolute;
    right: 0;
    bottom: calc(var(--trend-height) + .3rem);
    left: 0;
    z-index: 2;
    color: #33465f;
    font-size: .61rem;
    line-height: 1;
    text-align: center;
}

.rc-trend-column i[b-g8y0msfcmf] {
    position: absolute;
    right: 24%;
    bottom: 0;
    left: 24%;
    height: var(--trend-height);
    border-radius: 6px 6px 2px 2px;
    opacity: 0;
    transition: filter .16s ease, transform .16s ease;
}

.rc-trend-column i.has-value[b-g8y0msfcmf] {
    opacity: 1;
}

.rc-trend-series.tickets .rc-trend-column i[b-g8y0msfcmf] {
    background: linear-gradient(180deg, #1671df, #45a6ee);
    box-shadow: 0 4px 10px rgba(18, 104, 215, .2);
}

.rc-trend-series.downtime .rc-trend-column i[b-g8y0msfcmf] {
    background: linear-gradient(180deg, #f28b38, #f6b066);
    box-shadow: 0 4px 10px rgba(239, 139, 59, .2);
}

.rc-trend-column:hover i[b-g8y0msfcmf] {
    filter: saturate(1.15);
    transform: scaleX(1.08);
}

.rc-trend-dates[b-g8y0msfcmf] {
    align-items: start;
}

.rc-trend-dates > span[b-g8y0msfcmf] {
    color: #7b8ba0;
    font-size: .62rem;
    font-weight: 800;
    text-align: right;
    text-transform: uppercase;
}

.rc-trend-dates time[b-g8y0msfcmf] {
    overflow: hidden;
    color: #66758a;
    font-size: .58rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rc-pareto-panel[b-g8y0msfcmf] {
    overflow: hidden;
}

.rc-pareto-heading[b-g8y0msfcmf] {
    align-items: flex-start;
}

.rc-pareto-actions[b-g8y0msfcmf],
.rc-pareto-switch[b-g8y0msfcmf],
.rc-pareto-overview[b-g8y0msfcmf],
.rc-pareto-legend[b-g8y0msfcmf],
.rc-pareto-legend span[b-g8y0msfcmf] {
    display: flex;
    align-items: center;
}

.rc-pareto-actions[b-g8y0msfcmf] {
    gap: .8rem;
}

.rc-pareto-switch[b-g8y0msfcmf] {
    gap: .25rem;
    border-radius: 11px;
    background: #edf3fa;
    padding: .23rem;
}

.rc-pareto-switch button[b-g8y0msfcmf] {
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #52627a;
    padding: .4rem .72rem;
    font-size: .72rem;
    font-weight: 800;
}

.rc-pareto-switch button.active[b-g8y0msfcmf] {
    background: #fff;
    color: #1268d7;
    box-shadow: 0 3px 10px rgba(20, 42, 74, .12);
}

.rc-pareto-switch button:disabled[b-g8y0msfcmf] {
    cursor: wait;
    opacity: .65;
}

.rc-pareto-overview[b-g8y0msfcmf] {
    justify-content: space-between;
    gap: .8rem 1.2rem;
    margin-bottom: .8rem;
}

.rc-pareto-focus[b-g8y0msfcmf] {
    display: flex;
    align-items: center;
    gap: .65rem;
    min-width: 0;
    border: 1px solid #d8e6f7;
    border-radius: 12px;
    background: linear-gradient(135deg, #eef6ff, #fbfdff);
    padding: .55rem .7rem;
}

.rc-pareto-focus > span[b-g8y0msfcmf] {
    display: inline-grid;
    flex: 0 0 auto;
    width: 1.8rem;
    height: 1.8rem;
    place-items: center;
    border-radius: 9px;
    background: #1268d7;
    color: #fff;
    font-weight: 900;
}

.rc-pareto-focus small[b-g8y0msfcmf],
.rc-pareto-focus strong[b-g8y0msfcmf] {
    display: block;
}

.rc-pareto-focus small[b-g8y0msfcmf] {
    color: #66758a;
    font-size: .58rem;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.rc-pareto-focus strong[b-g8y0msfcmf] {
    margin-top: .12rem;
    color: #263b5a;
    font-size: .7rem;
}

.rc-pareto-legend[b-g8y0msfcmf] {
    flex-wrap: wrap;
    gap: .45rem 1rem;
    justify-content: flex-end;
    color: #66758a;
    font-size: .7rem;
}

.rc-pareto-legend span[b-g8y0msfcmf] {
    gap: .32rem;
}

.rc-pareto-legend i[b-g8y0msfcmf] {
    display: block;
    width: .85rem;
    height: .65rem;
}

.rc-pareto-legend .focus[b-g8y0msfcmf],
.rc-pareto-legend .remaining[b-g8y0msfcmf] {
    border-radius: 3px 3px 1px 1px;
}

.rc-pareto-legend .focus[b-g8y0msfcmf] {
    background: linear-gradient(180deg, #1268d7, #44a4ee);
}

.rc-pareto-legend .remaining[b-g8y0msfcmf] {
    background: linear-gradient(180deg, #9cacbf, #c5d0dd);
}

.rc-pareto-legend .cumulative[b-g8y0msfcmf] {
    height: 3px;
    border-radius: 999px;
    background: #ef8b3b;
}

.rc-pareto-scroll[b-g8y0msfcmf] {
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
    padding: .2rem 0 .45rem;
    scrollbar-color: #7aaeea #e7eef7;
    scrollbar-width: auto;
}

.rc-pareto-scroll[b-g8y0msfcmf]::-webkit-scrollbar {
    height: 13px;
}

.rc-pareto-scroll[b-g8y0msfcmf]::-webkit-scrollbar-track {
    border-radius: 999px;
    background: #e7eef7;
}

.rc-pareto-scroll[b-g8y0msfcmf]::-webkit-scrollbar-thumb {
    border: 3px solid #e7eef7;
    border-radius: 999px;
    background: #7aaeea;
}

.rc-pareto-chart[b-g8y0msfcmf] {
    min-width: var(--pareto-width);
    padding: 0 2.9rem 0 .35rem;
}

.rc-pareto-plot[b-g8y0msfcmf] {
    position: relative;
    height: 320px;
    border-bottom: 1px solid #cfd9e6;
    border-radius: 14px 14px 0 0;
    background-color: #fbfcfe;
    background-image: repeating-linear-gradient(
        to bottom,
        transparent 0,
        transparent calc(25% - 1px),
        #e7edf4 calc(25% - 1px),
        #e7edf4 25%);
}

.rc-pareto-bars[b-g8y0msfcmf],
.rc-pareto-labels[b-g8y0msfcmf] {
    display: grid;
    grid-template-columns: repeat(var(--pareto-columns), minmax(0, 1fr));
}

.rc-pareto-bars[b-g8y0msfcmf] {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.rc-pareto-column[b-g8y0msfcmf] {
    position: relative;
    min-width: 0;
    border: 0;
    background: transparent;
    color: inherit;
    padding: 0;
    cursor: pointer;
    font: inherit;
}

.rc-pareto-column:focus-visible[b-g8y0msfcmf] {
    z-index: 4;
    border-radius: 8px;
    outline: 3px solid rgba(18, 104, 215, .28);
    outline-offset: -2px;
}

.rc-pareto-column strong[b-g8y0msfcmf] {
    position: absolute;
    right: 0;
    bottom: calc(var(--pareto-height) + .7rem);
    left: 0;
    z-index: 2;
    color: #263b5a;
    font-size: .7rem;
    line-height: 1;
    text-align: center;
}

.rc-pareto-column i[b-g8y0msfcmf] {
    position: absolute;
    right: 14%;
    bottom: 0;
    left: 14%;
    height: var(--pareto-height);
    min-height: 3px;
    border-radius: 8px 8px 2px 2px;
    transition: filter .16s ease, transform .16s ease;
}

.rc-pareto-column.focus i[b-g8y0msfcmf] {
    background: linear-gradient(180deg, #1268d7, #44a4ee);
    box-shadow: 0 6px 16px rgba(18, 104, 215, .18);
}

.rc-pareto-column.remaining i[b-g8y0msfcmf] {
    background: linear-gradient(180deg, #94a5ba, #c5d0dd);
    box-shadow: 0 5px 14px rgba(82, 98, 122, .12);
}

.rc-pareto-column:hover i[b-g8y0msfcmf] {
    filter: saturate(1.15);
    transform: scaleX(1.04);
}

.rc-pareto-line[b-g8y0msfcmf] {
    position: absolute;
    inset: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
}

.rc-pareto-line polyline[b-g8y0msfcmf] {
    fill: none;
    stroke: #ef8b3b;
    stroke-width: 1.3;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
    filter: drop-shadow(0 2px 2px rgba(239, 139, 59, .18));
}

.rc-pareto-line circle[b-g8y0msfcmf] {
    fill: #fff;
    stroke: #ef8b3b;
    stroke-width: 1.8;
    vector-effect: non-scaling-stroke;
}

.rc-pareto-axis[b-g8y0msfcmf] {
    position: absolute;
    top: 0;
    right: -2.45rem;
    bottom: 0;
    width: 2.15rem;
    color: #718096;
    font-size: .58rem;
    pointer-events: none;
}

.rc-pareto-axis span[b-g8y0msfcmf] {
    position: absolute;
    right: 0;
    transform: translateY(-50%);
}

.rc-pareto-axis .at-100[b-g8y0msfcmf] { top: 5%; }
.rc-pareto-axis .at-50[b-g8y0msfcmf] { top: 50%; }
.rc-pareto-axis .at-0[b-g8y0msfcmf] { top: 95%; }

.rc-pareto-labels[b-g8y0msfcmf] {
    padding-top: .5rem;
}

.rc-pareto-labels span[b-g8y0msfcmf] {
    overflow: hidden;
    padding: 0 .25rem;
    color: #52627a;
    font-size: .64rem;
    line-height: 1.15;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rc-drilldown-backdrop[b-g8y0msfcmf] {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    place-items: center;
    background: rgba(10, 24, 43, .55);
    padding: 1.25rem;
    backdrop-filter: blur(4px);
}

.rc-drilldown-dialog[b-g8y0msfcmf] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    width: min(1180px, 96vw);
    max-height: 88vh;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(8, 24, 45, .3);
}

.rc-drilldown-header[b-g8y0msfcmf] {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #e2e9f1;
    background: linear-gradient(135deg, #f3f8ff, #fff);
    padding: 1rem 1.15rem;
}

.rc-drilldown-header > div > span[b-g8y0msfcmf] {
    color: #1268d7;
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rc-drilldown-header h2[b-g8y0msfcmf] {
    margin: .15rem 0 0;
    color: #17263e;
    font-size: 1.15rem;
}

.rc-drilldown-header p[b-g8y0msfcmf] {
    margin: .25rem 0 0;
    color: #66758a;
    font-size: .72rem;
}

.rc-drilldown-header > button[b-g8y0msfcmf] {
    display: inline-grid;
    flex: 0 0 auto;
    width: 2.15rem;
    height: 2.15rem;
    place-items: center;
    border: 1px solid #d7e1ec;
    border-radius: 10px;
    background: #fff;
    color: #52627a;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
}

.rc-drilldown-header > button:hover[b-g8y0msfcmf] {
    border-color: #b9c9dc;
    background: #f6f9fc;
    color: #17263e;
}

.rc-drilldown-body[b-g8y0msfcmf] {
    min-height: 180px;
    overflow-y: auto;
    padding: 1rem 1.15rem 1.15rem;
}

.rc-drilldown-summary[b-g8y0msfcmf] {
    display: flex;
    align-items: baseline;
    gap: .4rem;
    margin-bottom: .7rem;
    color: #66758a;
    font-size: .72rem;
}

.rc-drilldown-summary strong[b-g8y0msfcmf] {
    color: #1268d7;
    font-size: 1.15rem;
}

.rc-drilldown-summary small[b-g8y0msfcmf] {
    margin-left: auto;
}

.rc-drilldown-list[b-g8y0msfcmf] {
    display: grid;
    gap: .35rem;
}

.rc-drilldown-list-header[b-g8y0msfcmf],
.rc-drilldown-row[b-g8y0msfcmf] {
    display: grid;
    grid-template-columns:
        minmax(145px, 1.15fr)
        112px
        76px
        minmax(100px, .8fr)
        minmax(145px, 1.15fr)
        minmax(105px, .8fr)
        92px
        24px;
    align-items: center;
    gap: .55rem;
}

.rc-drilldown-list-header[b-g8y0msfcmf] {
    position: sticky;
    top: 0;
    z-index: 2;
    border-bottom: 1px solid #dce5ef;
    background: #fff;
    color: #718096;
    padding: .55rem .75rem;
    font-size: .59rem;
    font-weight: 850;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.rc-drilldown-row[b-g8y0msfcmf] {
    min-width: 0;
    border: 1px solid #e0e7f0;
    border-radius: 12px;
    background: #fff;
    color: #33465f;
    padding: .65rem .75rem;
    font-size: .69rem;
    text-decoration: none;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.rc-drilldown-row:hover[b-g8y0msfcmf] {
    border-color: #aac8eb;
    color: #17263e;
    box-shadow: 0 7px 18px rgba(20, 42, 74, .09);
    transform: translateY(-1px);
}

.rc-drilldown-row > span[b-g8y0msfcmf] {
    min-width: 0;
}

.rc-drilldown-row .ticket strong[b-g8y0msfcmf],
.rc-drilldown-row .ticket small[b-g8y0msfcmf] {
    display: block;
}

.rc-drilldown-row .ticket strong[b-g8y0msfcmf] {
    color: #1268d7;
    font-size: .73rem;
}

.rc-drilldown-row .ticket small[b-g8y0msfcmf] {
    margin-top: .12rem;
    color: #718096;
    font-size: .59rem;
}

.rc-drilldown-row .ticket em[b-g8y0msfcmf] {
    display: inline-block;
    margin-top: .25rem;
    border-radius: 999px;
    background: #e8f0fa;
    color: #526c8c;
    padding: .14rem .36rem;
    font-size: .55rem;
    font-style: normal;
    font-weight: 800;
}

.rc-drilldown-row .reason[b-g8y0msfcmf] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rc-drilldown-row > b[b-g8y0msfcmf] {
    color: #1268d7;
    font-size: 1rem;
    text-align: right;
}

.rc-report-links[b-g8y0msfcmf] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
}

.rc-report-links > a[b-g8y0msfcmf] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: .7rem;
    border: 1px solid #d9e3ef;
    border-radius: 14px;
    background: #fff;
    color: #17263e;
    padding: .9rem;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease;
}

.rc-report-links > a:hover[b-g8y0msfcmf] {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(20, 42, 74, .09);
}

.rc-report-links > a > span[b-g8y0msfcmf] {
    color: #1268d7;
    font-size: 1.2rem;
}

.rc-report-links strong[b-g8y0msfcmf],
.rc-report-links small[b-g8y0msfcmf] {
    display: block;
}

.rc-report-links small[b-g8y0msfcmf] {
    margin-top: .15rem;
    color: #718096;
    font-size: .68rem;
}

.rc-report-links b[b-g8y0msfcmf] {
    color: #1268d7;
}

@media (max-width: 1180px) {
    .rc-filter-grid[b-g8y0msfcmf] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rc-kpis[b-g8y0msfcmf],
    .rc-report-links[b-g8y0msfcmf] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .rc-filter-grid[b-g8y0msfcmf],
    .rc-kpis[b-g8y0msfcmf],
    .rc-report-links[b-g8y0msfcmf] {
        grid-template-columns: 1fr;
    }

    .rc-panel-heading[b-g8y0msfcmf] {
        align-items: flex-start;
        flex-direction: column;
    }

    .rc-pareto-actions[b-g8y0msfcmf] {
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }

    .rc-pareto-overview[b-g8y0msfcmf] {
        align-items: stretch;
        flex-direction: column;
    }

    .rc-pareto-legend[b-g8y0msfcmf] {
        justify-content: flex-start;
    }

    .rc-pareto-switch[b-g8y0msfcmf] {
        width: 100%;
    }

    .rc-pareto-switch button[b-g8y0msfcmf] {
        flex: 1 1 0;
    }

    .rc-trend-navigator[b-g8y0msfcmf] {
        grid-template-columns: 1fr;
    }

    .rc-trend-range-limits[b-g8y0msfcmf] {
        grid-column: 1;
    }

    .rc-drilldown-backdrop[b-g8y0msfcmf] {
        align-items: end;
        padding: .5rem;
    }

    .rc-drilldown-dialog[b-g8y0msfcmf] {
        width: 100%;
        max-height: 92vh;
        border-radius: 18px 18px 10px 10px;
    }

    .rc-drilldown-list-header[b-g8y0msfcmf] {
        display: none;
    }

    .rc-drilldown-row[b-g8y0msfcmf] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .55rem .8rem;
    }

    .rc-drilldown-row > span[b-g8y0msfcmf]::before {
        content: attr(data-label);
        display: block;
        margin-bottom: .12rem;
        color: #8593a6;
        font-size: .53rem;
        font-weight: 850;
        letter-spacing: .035em;
        text-transform: uppercase;
    }

    .rc-drilldown-row .ticket[b-g8y0msfcmf] {
        grid-column: 1 / -1;
    }

    .rc-drilldown-row .ticket[b-g8y0msfcmf]::before {
        display: none;
    }

    .rc-drilldown-row > b[b-g8y0msfcmf] {
        display: none;
    }
}
/* /Components/Pages/TicketDetails.razor.rz.scp.css */
.ticket-details-page[b-wja9tqgzpw] {
    --detail-border: #d8e2ef;
    --detail-ink: #14213d;
    --detail-muted: #64748b;
    --detail-blue: #2563eb;
    display: grid;
    gap: 1rem;
    padding-bottom: 1.5rem;
}

.ticket-details-loading[b-wja9tqgzpw] {
    display: flex;
    min-height: 16rem;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    color: #64748b;
}

.arms-ticket-error[b-wja9tqgzpw] {
    margin: 0;
    border-radius: 13px;
    font-weight: 650;
}

.ticket-overview-strip[b-wja9tqgzpw] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--detail-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 7px 22px rgba(15, 23, 42, .05);
}

.ticket-overview-item[b-wja9tqgzpw] {
    min-width: 0;
    padding: .85rem 1rem;
    border-right: 1px solid #e5ebf3;
}

.ticket-overview-item:last-child[b-wja9tqgzpw] {
    border-right: 0;
}

.ticket-overview-item span[b-wja9tqgzpw],
.ticket-overview-item strong[b-wja9tqgzpw] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ticket-overview-item span[b-wja9tqgzpw] {
    margin-bottom: .2rem;
    color: var(--detail-muted);
    font-size: .68rem;
}

.ticket-overview-item strong[b-wja9tqgzpw] {
    color: var(--detail-ink);
    font-size: .88rem;
}

.ticket-overview-item strong.is-running[b-wja9tqgzpw] {
    color: #15803d;
}

.ticket-overview-item strong.is-stopped[b-wja9tqgzpw] {
    color: #dc2626;
}

.ticket-description-card[b-wja9tqgzpw],
.ticket-workflow-panel[b-wja9tqgzpw],
.ticket-record-panel[b-wja9tqgzpw],
.ticket-comments-panel[b-wja9tqgzpw],
.ticket-timeline-card[b-wja9tqgzpw] {
    border: 1px solid var(--detail-border);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 7px 24px rgba(15, 23, 42, .05);
}

.ticket-description-card[b-wja9tqgzpw],
.ticket-workflow-panel[b-wja9tqgzpw] {
    padding: 1rem;
}

.ticket-section-title[b-wja9tqgzpw],
.ticket-workflow-heading[b-wja9tqgzpw] {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
}

.ticket-section-title h2[b-wja9tqgzpw],
.ticket-workflow-heading h2[b-wja9tqgzpw] {
    margin: 0;
    color: var(--detail-ink);
    font-size: 1rem;
    font-weight: 850;
}

.ticket-section-title p[b-wja9tqgzpw],
.ticket-workflow-heading p[b-wja9tqgzpw] {
    margin: .15rem 0 0;
    color: var(--detail-muted);
    font-size: .74rem;
}

.ticket-section-icon[b-wja9tqgzpw],
.ticket-workflow-icon[b-wja9tqgzpw] {
    display: grid;
    flex: 0 0 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
    place-items: center;
    border-radius: 11px;
    background: #eaf2ff;
    color: #1d4ed8;
    font-weight: 900;
}

.ticket-description-text[b-wja9tqgzpw] {
    margin-top: .85rem;
    padding: .85rem;
    border-radius: 12px;
    background: #f8fafc;
    color: #334155;
    font-size: .88rem;
    line-height: 1.55;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}

.ticket-workflow-panel[b-wja9tqgzpw] {
    border-color: #bfdbfe;
    background: linear-gradient(145deg, #fff 0%, #f8fbff 100%);
}

.ticket-take-panel[b-wja9tqgzpw] {
    border-color: #93c5fd;
}

.ticket-approval-panel[b-wja9tqgzpw] {
    border-color: #a7f3d0;
    background: linear-gradient(145deg, #fff 0%, #f4fdf8 100%);
}

.ticket-action-user[b-wja9tqgzpw] {
    display: flex;
    align-items: center;
    gap: .7rem;
    margin: 1rem 0;
    padding: .7rem .8rem;
    border: 1px solid #dce6f1;
    border-radius: 12px;
    background: rgba(255, 255, 255, .85);
}

.ticket-user-avatar[b-wja9tqgzpw] {
    display: grid;
    flex: 0 0 2.3rem;
    width: 2.3rem;
    height: 2.3rem;
    place-items: center;
    border-radius: 11px;
    background: #dbeafe;
    color: #1d4ed8;
    font-weight: 900;
}

.ticket-action-user small[b-wja9tqgzpw],
.ticket-action-user strong[b-wja9tqgzpw] {
    display: block;
}

.ticket-action-user small[b-wja9tqgzpw] {
    color: var(--detail-muted);
    font-size: .68rem;
}

.ticket-action-user strong[b-wja9tqgzpw] {
    color: var(--detail-ink);
    font-size: .84rem;
}

.ticket-form-field[b-wja9tqgzpw] {
    display: grid;
    gap: .4rem;
    margin-top: 1rem;
}

.ticket-form-field label[b-wja9tqgzpw] {
    color: #334155;
    font-size: .76rem;
    font-weight: 800;
}

.ticket-form-field .form-control[b-wja9tqgzpw],
.ticket-form-field .form-select[b-wja9tqgzpw] {
    min-height: 2.8rem;
    border-color: #cbd5e1;
    border-radius: 11px;
    background-color: #fff;
}

.ticket-form-field textarea.form-control[b-wja9tqgzpw] {
    min-height: 6rem;
    resize: vertical;
}

.ticket-form-field .form-control:focus[b-wja9tqgzpw],
.ticket-form-field .form-select:focus[b-wja9tqgzpw] {
    border-color: #60a5fa;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .12);
}

.ticket-primary-action[b-wja9tqgzpw],
.ticket-secondary-button[b-wja9tqgzpw],
.pm-actions .btn[b-wja9tqgzpw] {
    display: inline-flex;
    min-height: 2.8rem;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    border-radius: 11px;
    font-weight: 800;
}

.ticket-primary-action[b-wja9tqgzpw] {
    min-width: 13rem;
    margin-top: 1rem;
}

.ticket-secondary-actions[b-wja9tqgzpw] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #dce6f1;
}

.ticket-action-disclosure[b-wja9tqgzpw] {
    overflow: hidden;
    border: 1px solid #d8e2ef;
    border-radius: 13px;
    background: #fff;
}

.ticket-action-disclosure > summary[b-wja9tqgzpw],
.ticket-record-panel > summary[b-wja9tqgzpw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    min-height: 3.6rem;
    padding: .75rem .85rem;
    color: var(--detail-ink);
    cursor: pointer;
    list-style: none;
}

.ticket-action-disclosure > summary[b-wja9tqgzpw]::-webkit-details-marker,
.ticket-record-panel > summary[b-wja9tqgzpw]::-webkit-details-marker {
    display: none;
}

.ticket-action-disclosure > summary > span:last-child[b-wja9tqgzpw] {
    flex: 1;
}

.ticket-action-disclosure summary strong[b-wja9tqgzpw],
.ticket-action-disclosure summary small[b-wja9tqgzpw],
.ticket-record-panel summary strong[b-wja9tqgzpw],
.ticket-record-panel summary small[b-wja9tqgzpw] {
    display: block;
}

.ticket-action-disclosure summary strong[b-wja9tqgzpw],
.ticket-record-panel summary strong[b-wja9tqgzpw] {
    font-size: .8rem;
}

.ticket-action-disclosure summary small[b-wja9tqgzpw],
.ticket-record-panel summary small[b-wja9tqgzpw] {
    margin-top: .12rem;
    color: var(--detail-muted);
    font-size: .65rem;
}

.ticket-action-summary-icon[b-wja9tqgzpw] {
    display: grid;
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border-radius: 10px;
    font-weight: 900;
}

.ticket-action-summary-icon.pause[b-wja9tqgzpw] {
    background: #fef3c7;
    color: #b45309;
}

.ticket-action-summary-icon.transfer[b-wja9tqgzpw] {
    background: #dbeafe;
    color: #1d4ed8;
}

.ticket-action-summary-icon.reject[b-wja9tqgzpw] {
    background: #fee2e2;
    color: #b91c1c;
}

.ticket-action-disclosure-body[b-wja9tqgzpw] {
    padding: 0 .85rem .85rem;
    border-top: 1px solid #e6edf5;
}

.ticket-secondary-button[b-wja9tqgzpw] {
    width: 100%;
    margin-top: .85rem;
}

.ticket-production-toggle[b-wja9tqgzpw] {
    display: flex;
    align-items: center;
    gap: .65rem;
    margin-top: .85rem;
    padding: .65rem .7rem;
    border: 1px solid #fecaca;
    border-radius: 11px;
    background: #fff7f7;
    cursor: pointer;
}

.ticket-production-toggle input[b-wja9tqgzpw] {
    flex: 0 0 auto;
    width: 1.1rem;
    height: 1.1rem;
    margin: 0;
}

.ticket-production-toggle strong[b-wja9tqgzpw],
.ticket-production-toggle small[b-wja9tqgzpw] {
    display: block;
}

.ticket-production-toggle strong[b-wja9tqgzpw] {
    color: #991b1b;
    font-size: .76rem;
}

.ticket-production-toggle small[b-wja9tqgzpw] {
    color: #b45309;
    font-size: .64rem;
}

.ticket-paused-panel[b-wja9tqgzpw] {
    margin-top: 1rem;
    padding: .85rem;
    border: 1px solid #facc15;
    border-radius: 13px;
    background: #fffbeb;
}

.ticket-paused-heading[b-wja9tqgzpw] {
    display: flex;
    align-items: center;
    gap: .65rem;
}

.ticket-pause-symbol[b-wja9tqgzpw] {
    display: grid;
    flex: 0 0 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
    place-items: center;
    border-radius: 11px;
    background: #facc15;
    color: #713f12;
    font-weight: 950;
}

.ticket-paused-heading strong[b-wja9tqgzpw],
.ticket-paused-heading small[b-wja9tqgzpw] {
    display: block;
}

.ticket-paused-heading strong[b-wja9tqgzpw] {
    color: #713f12;
}

.ticket-paused-heading small[b-wja9tqgzpw] {
    color: #a16207;
    font-size: .7rem;
}

.ticket-pause-summary[b-wja9tqgzpw] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .5rem;
    margin-top: .85rem;
}

.ticket-pause-summary > span[b-wja9tqgzpw] {
    min-width: 0;
    padding: .55rem;
    border-radius: 9px;
    background: rgba(255, 255, 255, .72);
}

.ticket-pause-summary small[b-wja9tqgzpw],
.ticket-pause-summary strong[b-wja9tqgzpw] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ticket-pause-summary small[b-wja9tqgzpw] {
    color: #a16207;
    font-size: .62rem;
}

.ticket-pause-summary strong[b-wja9tqgzpw] {
    margin-top: .15rem;
    color: #713f12;
    font-size: .72rem;
}

.ticket-pause-comment[b-wja9tqgzpw] {
    margin-top: .75rem;
    padding: .65rem;
    border-radius: 9px;
    background: #fff;
    color: #713f12;
    font-size: .78rem;
    overflow-wrap: anywhere;
}

.ticket-reject-disclosure[b-wja9tqgzpw] {
    margin-top: 1rem;
}

.ticket-record-panel[b-wja9tqgzpw] {
    overflow: hidden;
}

.ticket-record-panel > summary[b-wja9tqgzpw] {
    min-height: 4rem;
    padding: .85rem 1rem;
}

.ticket-disclosure-chevron[b-wja9tqgzpw] {
    color: #64748b;
    font-size: 1.2rem;
    transition: transform .16s ease;
}

.ticket-record-panel[open] .ticket-disclosure-chevron[b-wja9tqgzpw] {
    transform: rotate(180deg);
}

.ticket-details-grid[b-wja9tqgzpw] {
    display: grid;
    margin: 0;
    border-top: 1px solid #e2e8f0;
    background: #fff;
}

.ticket-detail-row[b-wja9tqgzpw] {
    display: grid;
    min-height: 2.65rem;
    grid-template-columns: minmax(12rem, 43%) minmax(0, 1fr);
    border-bottom: 1px solid #e2e8f0;
}

.ticket-detail-row:last-child[b-wja9tqgzpw] {
    border-bottom: 0;
}

.ticket-detail-row > dt[b-wja9tqgzpw],
.ticket-detail-row > dd[b-wja9tqgzpw] {
    min-width: 0;
    margin: 0;
    padding: .62rem .78rem;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.ticket-detail-row > dt[b-wja9tqgzpw] {
    border-right: 1px solid #e2e8f0;
    color: #172033;
    background: #f8fafc;
    font-weight: 780;
}

.ticket-detail-row > dd[b-wja9tqgzpw] {
    color: #334155;
    background: #fff;
}

.ticket-stop-badge[b-wja9tqgzpw] {
    display: inline-flex;
    align-items: center;
    min-width: 3.5rem;
    justify-content: center;
    padding: .25rem .62rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: .7rem;
    font-weight: 800;
    line-height: 1.2;
}

.ticket-stop-badge.is-technology[b-wja9tqgzpw] {
    border-color: #1d4ed8;
    color: #fff;
    background: #2563eb;
}

.ticket-stop-badge.is-maintenance[b-wja9tqgzpw] {
    border-color: #b91c1c;
    color: #fff;
    background: #dc2626;
}

.ticket-stop-badge.is-clear[b-wja9tqgzpw] {
    border-color: #cbd5e1;
    color: #475569;
    background: #f1f5f9;
}

.ticket-comments-panel[b-wja9tqgzpw] {
    display: grid;
    gap: .75rem;
    padding: 1rem;
}

.ticket-comments-panel > div[b-wja9tqgzpw] {
    padding: .75rem;
    border-left: 4px solid #3b82f6;
    border-radius: 10px;
    background: #f8fafc;
}

.ticket-comments-panel > div.is-rejection[b-wja9tqgzpw] {
    border-left-color: #ef4444;
    background: #fff7f7;
}

.ticket-comments-panel strong[b-wja9tqgzpw] {
    color: var(--detail-ink);
    font-size: .78rem;
}

.ticket-comments-panel p[b-wja9tqgzpw] {
    margin: .35rem 0 0;
    color: #475569;
    font-size: .82rem;
    white-space: pre-wrap;
}

.ticket-timeline-card[b-wja9tqgzpw] {
    overflow: hidden;
}

.ticket-timeline-header[b-wja9tqgzpw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 3rem;
    padding: .7rem .9rem;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

.ticket-timeline-header strong[b-wja9tqgzpw] {
    color: var(--detail-ink);
    font-size: .84rem;
}

.ticket-timeline-header span[b-wja9tqgzpw] {
    display: inline-grid;
    min-width: 1.55rem;
    height: 1.55rem;
    place-items: center;
    border-radius: 999px;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: .68rem;
    font-weight: 850;
}

.timeline-scroll[b-wja9tqgzpw] {
    max-height: 32rem;
    overflow-y: auto;
    padding: .9rem;
    scrollbar-gutter: stable;
}

.pm-execution-panel[b-wja9tqgzpw] {
    padding: 1rem;
    border: 2px solid #a855f7;
    border-radius: 17px;
    background: linear-gradient(145deg, #fff 0%, #faf5ff 100%);
    box-shadow: 0 8px 26px rgba(126, 34, 206, .09);
}

.pm-execution-header[b-wja9tqgzpw] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: .9rem;
    border-bottom: 1px solid #e9d5ff;
}

.pm-eyebrow[b-wja9tqgzpw] {
    color: #7e22ce;
    font-size: .67rem;
    font-weight: 850;
    letter-spacing: .12em;
}

.pm-execution-header h3[b-wja9tqgzpw] {
    margin: .2rem 0;
    color: #3b0764;
    font-size: 1.02rem;
    font-weight: 800;
}

.pm-meta[b-wja9tqgzpw] {
    color: #6b7280;
    font-size: .76rem;
}

.pm-status-badge[b-wja9tqgzpw],
.pm-requirement-badge[b-wja9tqgzpw] {
    display: inline-flex;
    align-items: center;
    margin-left: .4rem;
    padding: .2rem .5rem;
    border-radius: 999px;
    font-size: .66rem;
    font-weight: 800;
}

.pm-status-badge[b-wja9tqgzpw] {
    color: #6b21a8;
    background: #f3e8ff;
}

.pm-progress-badge[b-wja9tqgzpw] {
    min-width: 7rem;
    padding: .55rem .7rem;
    border: 1px solid #d8b4fe;
    border-radius: 11px;
    color: #6b21a8;
    background: #faf5ff;
    text-align: center;
}

.pm-progress-badge strong[b-wja9tqgzpw] {
    font-size: 1.05rem;
}

.pm-progress-badge span[b-wja9tqgzpw] {
    font-size: .7rem;
}

.pm-task-list[b-wja9tqgzpw] {
    display: grid;
    gap: .65rem;
    margin-top: .85rem;
}

.pm-task-card[b-wja9tqgzpw] {
    padding: .8rem;
    border: 1px solid #e4d5ef;
    border-left: 4px solid #a855f7;
    border-radius: 11px;
    background: #fff;
    transition: border-color .15s ease, background .15s ease;
}

.pm-task-card.is-complete[b-wja9tqgzpw] {
    border-color: #a7e3c2;
    border-left-color: #16a34a;
    background: #f3fbf6;
}

.pm-task-heading[b-wja9tqgzpw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
}

.pm-check-label[b-wja9tqgzpw] {
    display: flex;
    align-items: center;
    gap: .55rem;
    margin: 0;
    color: #1e293b;
    font-size: .84rem;
    font-weight: 750;
}

.pm-check-label input[b-wja9tqgzpw] {
    flex: 0 0 1.15rem;
    width: 1.15rem;
    height: 1.15rem;
    accent-color: #16a34a;
}

.pm-task-number[b-wja9tqgzpw] {
    display: inline-grid;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    place-items: center;
    border-radius: 7px;
    color: #6b21a8;
    background: #f3e8ff;
    font-size: .68rem;
}

.pm-requirement-badge.required[b-wja9tqgzpw] {
    color: #9f1239;
    background: #ffe4e6;
}

.pm-requirement-badge.optional[b-wja9tqgzpw] {
    color: #475569;
    background: #e2e8f0;
}

.pm-instructions[b-wja9tqgzpw] {
    margin: .55rem 0 .65rem 2.2rem;
    color: #64748b;
    font-size: .76rem;
    line-height: 1.45;
}

.pm-field-label[b-wja9tqgzpw] {
    display: block;
    margin: .55rem 0 .25rem 2.2rem;
    color: #475569;
    font-size: .7rem;
    font-weight: 750;
}

.pm-task-card .form-control[b-wja9tqgzpw],
.pm-measurement-row[b-wja9tqgzpw] {
    margin-left: 2.2rem;
    width: calc(100% - 2.2rem);
}

.pm-measurement-row[b-wja9tqgzpw] {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.pm-measurement-row .form-control[b-wja9tqgzpw] {
    width: 100%;
    margin-left: 0;
}

.pm-unit[b-wja9tqgzpw] {
    min-width: max-content;
    color: #475569;
    font-size: .76rem;
    font-weight: 750;
}

.pm-completed-by[b-wja9tqgzpw] {
    margin: .55rem 0 0 2.2rem;
    color: #15803d;
    font-size: .68rem;
    font-weight: 700;
}

.pm-actions[b-wja9tqgzpw] {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-top: .9rem;
    padding-top: .85rem;
    border-top: 1px solid #e9d5ff;
}

.pm-save-message[b-wja9tqgzpw] {
    color: #15803d;
    font-size: .78rem;
    font-weight: 750;
}

.pm-empty[b-wja9tqgzpw] {
    margin-top: .85rem;
    padding: .8rem;
    border-radius: 9px;
    color: #64748b;
    background: #f1f5f9;
    font-size: .78rem;
}

.ticket-action-spinner[b-wja9tqgzpw] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: ticket-action-spin-b-wja9tqgzpw .75s linear infinite;
}

@keyframes ticket-action-spin-b-wja9tqgzpw {
    to { transform: rotate(360deg); }
}

@media (max-width: 767.98px) {
    .ticket-details-page[b-wja9tqgzpw] {
        gap: .75rem;
        padding-bottom: calc(1rem + env(safe-area-inset-bottom));
    }

    .ticket-overview-strip[b-wja9tqgzpw] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-radius: 14px;
    }

    .ticket-overview-item[b-wja9tqgzpw] {
        padding: .7rem .8rem;
        border-bottom: 1px solid #e5ebf3;
    }

    .ticket-overview-item:nth-child(2)[b-wja9tqgzpw] {
        border-right: 0;
    }

    .ticket-overview-item:nth-child(n+3)[b-wja9tqgzpw] {
        border-bottom: 0;
    }

    .ticket-description-card[b-wja9tqgzpw],
    .ticket-workflow-panel[b-wja9tqgzpw],
    .ticket-record-panel[b-wja9tqgzpw],
    .ticket-comments-panel[b-wja9tqgzpw],
    .ticket-timeline-card[b-wja9tqgzpw],
    .pm-execution-panel[b-wja9tqgzpw] {
        border-radius: 14px;
    }

    .ticket-description-card[b-wja9tqgzpw],
    .ticket-workflow-panel[b-wja9tqgzpw],
    .pm-execution-panel[b-wja9tqgzpw] {
        padding: .85rem;
    }

    .ticket-primary-action[b-wja9tqgzpw] {
        width: 100%;
        min-height: 3rem;
    }

    .ticket-secondary-actions[b-wja9tqgzpw] {
        grid-template-columns: 1fr;
    }

    .ticket-action-disclosure > summary[b-wja9tqgzpw] {
        min-height: 4rem;
    }

    .ticket-form-field .form-control[b-wja9tqgzpw],
    .ticket-form-field .form-select[b-wja9tqgzpw],
    .pm-task-card .form-control[b-wja9tqgzpw] {
        min-height: 3rem;
        font-size: 1rem;
    }

    .ticket-pause-summary[b-wja9tqgzpw] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ticket-detail-row[b-wja9tqgzpw] {
        grid-template-columns: 1fr;
    }

    .ticket-detail-row > dt[b-wja9tqgzpw] {
        padding-bottom: .25rem;
        border-right: 0;
        font-size: .72rem;
    }

    .ticket-detail-row > dd[b-wja9tqgzpw] {
        padding-top: .25rem;
        font-size: .8rem;
    }

    .timeline-scroll[b-wja9tqgzpw] {
        max-height: 26rem;
        padding: .75rem;
    }

    .pm-execution-header[b-wja9tqgzpw],
    .pm-task-heading[b-wja9tqgzpw] {
        align-items: stretch;
        flex-direction: column;
    }

    .pm-progress-badge[b-wja9tqgzpw] {
        width: 100%;
    }

    .pm-requirement-badge[b-wja9tqgzpw] {
        align-self: flex-start;
        margin-left: 2.2rem;
    }

    .pm-actions[b-wja9tqgzpw] {
        align-items: stretch;
        flex-direction: column;
    }

    .pm-actions .btn[b-wja9tqgzpw] {
        width: 100%;
        min-height: 3rem;
    }
}

@media (max-width: 399.98px) {
    .ticket-overview-item strong[b-wja9tqgzpw] {
        font-size: .8rem;
    }

    .pm-instructions[b-wja9tqgzpw],
    .pm-field-label[b-wja9tqgzpw],
    .pm-task-card .form-control[b-wja9tqgzpw],
    .pm-measurement-row[b-wja9tqgzpw],
    .pm-completed-by[b-wja9tqgzpw] {
        margin-left: 0;
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ticket-disclosure-chevron[b-wja9tqgzpw] {
        transition: none;
    }

    .ticket-action-spinner[b-wja9tqgzpw] {
        animation-duration: 1.5s;
    }
}
/* /Components/Shared/ArmsPageHeader.razor.rz.scp.css */
.arms-page-header[b-h2uxpc24oq] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 1.25rem 1.35rem;
    border: 1px solid var(--arms-border, #dfe5ec);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(31, 78, 121, 0.055), transparent 48%), var(--arms-surface, #ffffff);
    box-shadow: 0 8px 26px rgba(15, 23, 42, 0.055);
}

.arms-page-header-main[b-h2uxpc24oq] { min-width: 0; }
.arms-page-header-eyebrow[b-h2uxpc24oq] {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--arms-primary, #1f4e79);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.arms-page-header-title-row[b-h2uxpc24oq] { display: flex; align-items: flex-start; gap: 0.9rem; }
.arms-page-header-copy[b-h2uxpc24oq] { min-width: 0; }
.arms-page-header-copy h1[b-h2uxpc24oq] {
    margin: 0;
    color: var(--arms-text, #172033);
    font-size: clamp(1.45rem, 2vw, 2rem);
    font-weight: 750;
    line-height: 1.15;
    letter-spacing: -0.025em;
}
.arms-page-header-copy p[b-h2uxpc24oq] {
    max-width: 70rem;
    margin: 0.45rem 0 0;
    color: var(--arms-text-muted, #667085);
    font-size: 0.95rem;
    line-height: 1.55;
}
.arms-page-header-actions[b-h2uxpc24oq] {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.65rem;
}
@media (max-width: 760px) {
    .arms-page-header[b-h2uxpc24oq] { flex-direction: column; padding: 1rem; }
    .arms-page-header-actions[b-h2uxpc24oq] { width: 100%; justify-content: flex-start; }
}
/* /Components/Shared/ArmsPanelHeader.razor.rz.scp.css */
.arms-panel-header[b-xv5up8esvo] {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 0 0 .8rem;
    padding: 0 0 .72rem;
    border-bottom: 1px solid rgba(148, 163, 184, .22);
}

.arms-panel-header__content[b-xv5up8esvo] {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}

.arms-panel-header__eyebrow[b-xv5up8esvo] {
    display: block;
    margin: 0 0 .14rem;
    color: #2563eb;
    font-size: .64rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.arms-panel-header__title[b-xv5up8esvo] {
    margin: 0;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -.025em;
}

.arms-panel-header__subtitle[b-xv5up8esvo] {
    margin: .16rem 0 0;
    color: #64748b;
    font-size: .73rem;
    font-weight: 500;
    line-height: 1.35;
}

.arms-panel-header__right[b-xv5up8esvo] {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    gap: .55rem;
}

.arms-panel-header--dark[b-xv5up8esvo] {
    border-bottom-color: rgba(148, 163, 184, .18);
}

.arms-panel-header--dark .arms-panel-header__eyebrow[b-xv5up8esvo] {
    color: #60a5fa;
}

.arms-panel-header--dark .arms-panel-header__title[b-xv5up8esvo] {
    color: #f8fafc;
}

.arms-panel-header--dark .arms-panel-header__subtitle[b-xv5up8esvo] {
    color: #94a3b8;
}

@media (max-width: 700px) {
    .arms-panel-header[b-xv5up8esvo] {
        min-height: 0;
        align-items: flex-start;
        flex-direction: column;
    }

    .arms-panel-header__right[b-xv5up8esvo] {
        width: 100%;
        justify-content: flex-start;
    }
}
/* /Components/Shared/BackButton.razor.rz.scp.css */
.arms-back-button[b-jzr3u05ax6] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 40px;
    padding: 0.58rem 0.95rem;
    border: 1px solid rgba(37, 99, 235, 0.22);
    border-radius: 0.8rem;
    background: #ffffff;
    color: #1e3a5f;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.07);
    transition:
        transform 120ms ease,
        box-shadow 120ms ease,
        border-color 120ms ease;
}

.arms-back-button:hover[b-jzr3u05ax6] {
    transform: translateY(-1px);
    border-color: rgba(37, 99, 235, 0.42);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.11);
}

.arms-back-button:active[b-jzr3u05ax6] {
    transform: translateY(0);
}

.arms-back-button span:first-child[b-jzr3u05ax6] {
    font-size: 1.15rem;
}
/* /Components/Shared/Dashboard/GeneralMaintenanceOverview.razor.rz.scp.css */
.gm-grid[b-6tzqtlarxa] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(215px, 245px));
    gap: .8rem;
    padding: 1rem;
}

.gm-tile[b-6tzqtlarxa] {
    --gm-state: #f97316;
    --gm-state-soft: rgba(249, 115, 22, .14);
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 172px;
    flex-direction: column;
    padding: .78rem;
    overflow: hidden;
    border: 3px solid #7c3aed;
    border-top-width: 5px;
    border-radius: 16px;
    color: #172033;
    text-decoration: none;
    box-shadow:
        0 3px 7px rgba(76, 29, 149, .1),
        0 12px 26px rgba(76, 29, 149, .11);
    isolation: isolate;
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        border-color .18s ease;
}

.gm-tile[b-6tzqtlarxa]::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(circle at 110% 115%, var(--gm-state-soft), transparent 49%),
        linear-gradient(145deg, #fff, #faf7ff);
    content: "";
}

.gm-tile[b-6tzqtlarxa]::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    height: 3px;
    background: var(--gm-state);
    content: "";
}

.gm-tile:not(.is-static):hover[b-6tzqtlarxa] {
    transform: translateY(-3px);
    border-color: #6d28d9;
    color: #172033;
    box-shadow:
        0 0 0 3px rgba(124, 58, 237, .12),
        0 18px 34px rgba(76, 29, 149, .18);
}

.gm-tile.is-static[b-6tzqtlarxa] {
    pointer-events: none;
}

.gm-tile.is-open[b-6tzqtlarxa] {
    --gm-state: #f97316;
    --gm-state-soft: rgba(249, 115, 22, .16);
}

.gm-tile.is-taken[b-6tzqtlarxa] {
    --gm-state: #eab308;
    --gm-state-soft: rgba(234, 179, 8, .16);
}

.gm-tile.is-approval[b-6tzqtlarxa] {
    --gm-state: #3b82f6;
    --gm-state-soft: rgba(59, 130, 246, .16);
}

.gm-tile.is-paused[b-6tzqtlarxa] {
    --gm-state: #facc15;
    --gm-state-soft: rgba(250, 204, 21, .22);
}

.gm-tile.is-completed[b-6tzqtlarxa] {
    --gm-state: #2563eb;
    --gm-state-soft: rgba(37, 99, 235, .16);
}

.gm-watermark[b-6tzqtlarxa] {
    position: absolute;
    right: -.08em;
    bottom: -.22em;
    z-index: -1;
    color: rgba(109, 40, 217, .14);
    font-size: 4.3rem;
    font-weight: 950;
    letter-spacing: -.08em;
    line-height: 1;
    user-select: none;
}

.gm-tile.is-paused .gm-watermark[b-6tzqtlarxa] {
    right: .12em;
    color: rgba(234, 179, 8, .2);
    font-size: 5rem;
}

.gm-tile-top[b-6tzqtlarxa] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .45rem;
}

.gm-identity[b-6tzqtlarxa],
.gm-status[b-6tzqtlarxa],
.gm-category[b-6tzqtlarxa] {
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    border-radius: 999px;
    font-size: .62rem;
    font-weight: 900;
    line-height: 1;
}

.gm-identity[b-6tzqtlarxa] {
    padding: .28rem .48rem;
    background: #7c3aed;
    color: #fff;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.gm-status[b-6tzqtlarxa] {
    gap: .32rem;
    padding: .27rem .45rem;
    background: var(--gm-state-soft);
    color: #334155;
    white-space: nowrap;
}

.gm-status i[b-6tzqtlarxa] {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: var(--gm-state);
    box-shadow: 0 0 0 3px var(--gm-state-soft);
}

.gm-tile:is(.is-open, .is-taken, .is-paused) .gm-status i[b-6tzqtlarxa] {
    animation: gm-status-pulse-b-6tzqtlarxa 1.55s ease-in-out infinite;
}

.gm-tile-main[b-6tzqtlarxa] {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: .68rem 0 .52rem;
}

.gm-location[b-6tzqtlarxa],
.gm-task[b-6tzqtlarxa] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.gm-location[b-6tzqtlarxa] {
    color: #172033;
    font-size: 1.02rem;
    font-weight: 950;
    line-height: 1.18;
    white-space: nowrap;
}

.gm-task[b-6tzqtlarxa] {
    display: -webkit-box;
    margin-top: .3rem;
    color: #4c1d95;
    font-size: .78rem;
    font-weight: 820;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gm-category[b-6tzqtlarxa] {
    margin-top: .42rem;
    padding: .23rem .42rem;
    overflow: hidden;
    background: rgba(124, 58, 237, .09);
    color: #6d28d9;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gm-tile-footer[b-6tzqtlarxa] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .5rem;
    padding-top: .5rem;
    border-top: 1px solid rgba(124, 58, 237, .14);
}

.gm-assignee[b-6tzqtlarxa],
.gm-age[b-6tzqtlarxa] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    color: #475569;
    font-size: .61rem;
    line-height: 1.25;
}

.gm-assignee[b-6tzqtlarxa] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gm-age[b-6tzqtlarxa] {
    text-align: right;
    white-space: nowrap;
}

.gm-assignee b[b-6tzqtlarxa],
.gm-age b[b-6tzqtlarxa] {
    color: #94a3b8;
    font-size: .54rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.gm-ticket-number[b-6tzqtlarxa] {
    margin-top: .4rem;
    color: #94a3b8;
    font-size: .56rem;
    font-weight: 750;
}

.gm-grid.is-dark[b-6tzqtlarxa] {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}

.gm-grid.is-dark .gm-tile[b-6tzqtlarxa] {
    color: #f8fafc;
    box-shadow:
        0 3px 8px rgba(0, 0, 0, .25),
        0 14px 32px rgba(76, 29, 149, .24);
}

.gm-grid.is-dark .gm-tile[b-6tzqtlarxa]::before {
    background:
        radial-gradient(circle at 110% 115%, var(--gm-state-soft), transparent 49%),
        linear-gradient(145deg, rgba(46, 16, 101, .96), rgba(30, 27, 75, .96));
}

.gm-grid.is-dark .gm-watermark[b-6tzqtlarxa] {
    color: rgba(196, 181, 253, .13);
}

.gm-grid.is-dark .gm-location[b-6tzqtlarxa] {
    color: #fff;
}

.gm-grid.is-dark .gm-task[b-6tzqtlarxa] {
    color: #ddd6fe;
}

.gm-grid.is-dark .gm-category[b-6tzqtlarxa] {
    background: rgba(196, 181, 253, .12);
    color: #c4b5fd;
}

.gm-grid.is-dark .gm-status[b-6tzqtlarxa] {
    color: #f8fafc;
}

.gm-grid.is-dark .gm-tile-footer[b-6tzqtlarxa] {
    border-top-color: rgba(196, 181, 253, .17);
}

.gm-grid.is-dark :is(.gm-assignee, .gm-age)[b-6tzqtlarxa] {
    color: #cbd5e1;
}

.gm-grid.is-dark :is(.gm-assignee b, .gm-age b, .gm-ticket-number)[b-6tzqtlarxa] {
    color: #8fa1b8;
}

.gm-tile.is-entering[b-6tzqtlarxa] {
    animation: gm-tile-enter-b-6tzqtlarxa 1.15s cubic-bezier(.2, .75, .2, 1) both;
}

@keyframes gm-status-pulse-b-6tzqtlarxa {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: .58;
        transform: scale(1.3);
    }
}

@keyframes gm-tile-enter-b-6tzqtlarxa {
    0% {
        opacity: 0;
        transform: translateY(-28px) scale(.82);
        filter: blur(5px);
    }

    62% {
        opacity: 1;
        transform: translateY(4px) scale(1.025);
        filter: blur(0);
    }

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

@media (max-width: 700px) {
    .gm-grid[b-6tzqtlarxa],
    .gm-grid.is-dark[b-6tzqtlarxa] {
        grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
        padding: .8rem;
    }

    .gm-tile[b-6tzqtlarxa] {
        min-height: 165px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gm-tile[b-6tzqtlarxa],
    .gm-status i[b-6tzqtlarxa] {
        animation: none !important;
        transition: none !important;
    }
}
/* /Components/Shared/Dashboard/MachineOverview.razor.rz.scp.css */
.mo-overview[b-73ty9wsz0a] {
    display: grid;
    gap: .9rem;
}

.mo-section[b-73ty9wsz0a] {
    position: relative;
    padding: .85rem;
    overflow: hidden;
    border: 1px solid #dbe3ee;
    border-radius: 16px;
    background: #f8fafc;
    box-shadow: 0 5px 16px rgba(15, 23, 42, .055);
}

.mo-section-header[b-73ty9wsz0a] {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: .8rem;
    margin-bottom: .72rem;
    padding-bottom: .65rem;
    border-bottom: 1px solid rgba(148, 163, 184, .22);
}

.mo-section-header > div:first-child[b-73ty9wsz0a] {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.mo-section-label[b-73ty9wsz0a] {
    margin-bottom: .12rem;
    color: #2563eb;
    font-size: .61rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.mo-section-header h3[b-73ty9wsz0a] {
    margin: 0;
    color: #0f172a;
    font-size: .95rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -.02em;
}

.mo-count[b-73ty9wsz0a] {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    gap: .25rem;
    padding: .32rem .6rem;
    border: 1px solid rgba(37, 99, 235, .16);
    border-radius: 999px;
    background: #eff6ff;
    white-space: nowrap;
}

.mo-count strong[b-73ty9wsz0a] {
    color: #1d4ed8;
    font-size: .8rem;
    font-weight: 950;
}

.mo-count span[b-73ty9wsz0a] {
    color: #64748b;
    font-size: .66rem;
    font-weight: 700;
}

.mo-grid[b-73ty9wsz0a] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
    gap: .65rem;
}

.mo-card[b-73ty9wsz0a] {
    position: relative;
    display: grid;
    height: 130px;
    min-width: 0;
    grid-template-rows: minmax(26px, auto) 1fr 22px;
    padding: .62rem;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    background: #fff;
    color: #0f172a;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .07);
    transition:
        transform .16s ease,
        border-color .16s ease,
        box-shadow .16s ease;
}

.mo-overview:not(.mo-overview--dark) .mo-card[b-73ty9wsz0a] {
    height: 166px;
    grid-template-rows: minmax(26px, auto) 1fr 22px 34px;
}

.mo-card[b-73ty9wsz0a]::before {
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: #94a3b8;
    content: "";
}

.mo-card[b-73ty9wsz0a]::after {
    position: absolute;
    right: -28px;
    bottom: -30px;
    width: 82px;
    height: 82px;
    z-index: -1;
    border-radius: 50%;
    background: rgba(148, 163, 184, .08);
    content: "";
}

.mo-card:hover[b-73ty9wsz0a] {
    z-index: 2;
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(15, 23, 42, .13);
}

.mo-top[b-73ty9wsz0a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .4rem;
    padding-top: .08rem;
}

.mo-state-indicators[b-73ty9wsz0a] {
    display: inline-flex;
    align-items: center;
    gap: .28rem;
}

.mo-stop-marker[b-73ty9wsz0a] {
    display: inline-grid;
    width: 16px;
    height: 16px;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: #dc2626;
    font-size: .58rem;
    font-weight: 950;
    line-height: 1;
    box-shadow: 0 0 0 2px rgba(220, 38, 38, .14);
}

.mo-led[b-73ty9wsz0a] {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    background: #94a3b8;
    box-shadow: 0 0 0 2px rgba(148, 163, 184, .16);
}

.mo-badge[b-73ty9wsz0a] {
    display: inline-flex;
    max-width: 108px;
    min-width: 0;
    flex: 0 1 auto;
    align-items: center;
    justify-content: center;
    padding: .26rem .48rem;
    border-radius: 999px;
    background: #e2e8f0;
    color: #334155;
    font-size: .63rem;
    font-weight: 850;
    line-height: 1.12;
    text-align: center;
    white-space: normal;
}

.mo-center[b-73ty9wsz0a] {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.mo-machine[b-73ty9wsz0a] {
    overflow: hidden;
    color: inherit;
    font-size: .86rem;
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: -.02em;
    text-overflow: ellipsis;
}

.mo-bottom[b-73ty9wsz0a] {
    display: flex;
    min-width: 0;
    align-items: flex-end;
    justify-content: center;
    padding-top: .38rem;
    overflow: hidden;
    border-top: 1px solid rgba(148, 163, 184, .2);
    color: #64748b;
    font-size: .61rem;
    font-weight: 650;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mo-availability[b-73ty9wsz0a] {
    display: grid;
    align-content: end;
    gap: .22rem;
    min-width: 0;
    padding-top: .34rem;
}

.mo-availability-label[b-73ty9wsz0a] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: .35rem;
    color: #64748b;
    font-size: .57rem;
    font-weight: 750;
    line-height: 1;
}

.mo-availability-label strong[b-73ty9wsz0a] {
    color: var(--availability-color, #94a3b8);
    font-size: .64rem;
    font-weight: 950;
}

.mo-availability-track[b-73ty9wsz0a] {
    position: relative;
    display: block;
    height: 6px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(148, 163, 184, .24);
}

.mo-availability-track i[b-73ty9wsz0a] {
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--availability);
    border-radius: inherit;
    background: var(--availability-color, #94a3b8);
    box-shadow: 0 0 8px var(--availability-glow, rgba(148, 163, 184, .28));
    transition: width .9s ease, background-color .25s ease;
}

.mo-availability.good[b-73ty9wsz0a] {
    --availability-color: #16a34a;
    --availability-glow: rgba(22, 163, 74, .32);
}

.mo-availability.warning[b-73ty9wsz0a] {
    --availability-color: #f59e0b;
    --availability-glow: rgba(245, 158, 11, .34);
}

.mo-availability.critical[b-73ty9wsz0a] {
    --availability-color: #dc2626;
    --availability-glow: rgba(220, 38, 38, .34);
}

.mo-availability.unknown[b-73ty9wsz0a] {
    --availability-color: #94a3b8;
}

.mo-card.running[b-73ty9wsz0a] {
    border-color: #4ade80;
    background: #f0fdf4;
}

.mo-card.running[b-73ty9wsz0a]::before,
.mo-card.running .mo-led[b-73ty9wsz0a] {
    background: #22c55e;
}

.mo-card.running[b-73ty9wsz0a]::after {
    background: rgba(34, 197, 94, .09);
}

.mo-card.running .mo-badge[b-73ty9wsz0a] {
    background: #dcfce7;
    color: #166534;
}

.mo-card.open[b-73ty9wsz0a] {
    border-color: #fb923c;
    background: #fff7ed;
}

.mo-card.open[b-73ty9wsz0a]::before,
.mo-card.open .mo-led[b-73ty9wsz0a] {
    background: #f97316;
}

.mo-card.open[b-73ty9wsz0a]::after {
    background: rgba(249, 115, 22, .09);
}

.mo-card.open .mo-badge[b-73ty9wsz0a] {
    background: #ffedd5;
    color: #9a3412;
}

.mo-card.taken[b-73ty9wsz0a] {
    border-color: #facc15;
    background: #fefce8;
}

.mo-card.taken[b-73ty9wsz0a]::before,
.mo-card.taken .mo-led[b-73ty9wsz0a] {
    background: #eab308;
}

.mo-card.taken[b-73ty9wsz0a]::after {
    background: rgba(234, 179, 8, .09);
}

.mo-card.taken .mo-badge[b-73ty9wsz0a] {
    background: #fef9c3;
    color: #854d0e;
}

.mo-card.approval[b-73ty9wsz0a] {
    border-color: #60a5fa;
    background: #eff6ff;
}

.mo-card.approval[b-73ty9wsz0a]::before,
.mo-card.approval .mo-led[b-73ty9wsz0a] {
    background: #3b82f6;
}

.mo-card.approval[b-73ty9wsz0a]::after {
    background: rgba(59, 130, 246, .09);
}

.mo-card.approval .mo-badge[b-73ty9wsz0a] {
    background: #dbeafe;
    color: #1e40af;
}

.mo-card.inactive[b-73ty9wsz0a] {
    border-color: #94a3b8;
    background: #f1f5f9;
    opacity: .72;
}

.mo-card.inactive .mo-badge[b-73ty9wsz0a] {
    background: #e2e8f0;
    color: #475569;
}

.mo-card.stop[b-73ty9wsz0a] {
    border-color: #dc2626;
    background: #fff1f2;
    animation: mo-stop-pulse-b-73ty9wsz0a 1.6s ease-in-out infinite;
}

.mo-card.stop[b-73ty9wsz0a]::before,
.mo-card.stop .mo-led[b-73ty9wsz0a],
.mo-card.stop .mo-badge[b-73ty9wsz0a] {
    background: #dc2626;
}

.mo-card.stop[b-73ty9wsz0a]::after {
    background: rgba(220, 38, 38, .11);
}

.mo-card.stop .mo-badge[b-73ty9wsz0a] {
    color: #fff;
}

.mo-card.stop .mo-machine[b-73ty9wsz0a],
.mo-card.stop .mo-bottom[b-73ty9wsz0a] {
    color: #991b1b;
}

.mo-overview--dark .mo-section[b-73ty9wsz0a] {
    border-color: rgba(148, 163, 184, .17);
    background: rgba(15, 29, 49, .7);
    box-shadow: none;
}

.mo-overview--dark .mo-section-header[b-73ty9wsz0a] {
    border-bottom-color: rgba(148, 163, 184, .17);
}

.mo-overview--dark .mo-section-header h3[b-73ty9wsz0a] {
    color: #f8fafc;
}

.mo-overview--dark .mo-section-label[b-73ty9wsz0a] {
    color: #60a5fa;
}

.mo-overview--dark .mo-count[b-73ty9wsz0a] {
    border-color: rgba(96, 165, 250, .22);
    background: rgba(30, 64, 175, .2);
}

.mo-overview--dark .mo-count strong[b-73ty9wsz0a] {
    color: #93c5fd;
}

.mo-overview--dark .mo-count span[b-73ty9wsz0a] {
    color: #94a3b8;
}

@keyframes mo-stop-pulse-b-73ty9wsz0a {
    0%,
    100% {
        box-shadow: 0 4px 12px rgba(220, 38, 38, .13);
    }

    50% {
        box-shadow:
            0 0 0 4px rgba(220, 38, 38, .12),
            0 9px 22px rgba(220, 38, 38, .24);
    }
}

@media (max-width: 700px) {
    .mo-section-header[b-73ty9wsz0a] {
        align-items: flex-start;
    }

    .mo-grid[b-73ty9wsz0a] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 430px) {
    .mo-grid[b-73ty9wsz0a] {
        grid-template-columns: 1fr;
    }
}


/* OPERATIONS TV PRODUCTION STOP PULSE */

.mo-overview--dark .mo-card.stop[b-73ty9wsz0a] {
    animation: mo-tv-stop-pulse-b-73ty9wsz0a 1.35s ease-in-out infinite;
    transform-origin: center;
}

.mo-overview--dark .mo-card.stop .mo-led[b-73ty9wsz0a] {
    animation: mo-tv-led-pulse-b-73ty9wsz0a .72s ease-in-out infinite;
}

@keyframes mo-tv-stop-pulse-b-73ty9wsz0a {
    0%,
    100% {
        transform: scale(1);
        border-color: #dc2626;
        box-shadow:
            0 0 0 0 rgba(239, 68, 68, 0),
            0 5px 14px rgba(0, 0, 0, .3);
    }

    50% {
        transform: scale(1.035);
        border-color: #f87171;
        box-shadow:
            0 0 0 5px rgba(239, 68, 68, .2),
            0 0 24px rgba(239, 68, 68, .58);
    }
}

@keyframes mo-tv-led-pulse-b-73ty9wsz0a {
    0%,
    100% {
        transform: scale(1);
        background: #dc2626;
        box-shadow: 0 0 0 2px rgba(239, 68, 68, .2);
    }

    50% {
        transform: scale(1.45);
        background: #fca5a5;
        box-shadow:
            0 0 0 4px rgba(239, 68, 68, .24),
            0 0 12px rgba(248, 113, 113, .9);
    }
}


/* PREVENTIVE MAINTENANCE TILE IDENTITY */
.mo-unit[b-73ty9wsz0a] {
    color: #64748b;
    font-size: .7em;
    font-weight: 850;
    line-height: 1.15;
    white-space: normal;
}

.mo-card.pm[b-73ty9wsz0a] {
    border-width: 4px;
    border-color: #7c3aed !important;
    box-shadow:
        0 0 0 1px rgba(124, 58, 237, .2),
        0 7px 18px rgba(91, 33, 182, .2);
}

.mo-card.pm:hover[b-73ty9wsz0a] {
    box-shadow:
        0 0 0 3px rgba(139, 92, 246, .22),
        0 13px 27px rgba(91, 33, 182, .28);
}

.mo-pm-watermark[b-73ty9wsz0a] {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    color: #8b5cf6;
    font-size: 4.15rem;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -.08em;
    opacity: .16;
    pointer-events: none;
    transform: translate(-50%, -50%) rotate(-12deg);
    user-select: none;
}

.mo-card.pm .mo-top[b-73ty9wsz0a],
.mo-card.pm .mo-center[b-73ty9wsz0a],
.mo-card.pm .mo-bottom[b-73ty9wsz0a],
.mo-card.pm .mo-availability[b-73ty9wsz0a] {
    position: relative;
    z-index: 1;
}

.mo-card.pm:not(.stop)[b-73ty9wsz0a],
.mo-overview--dark .mo-card.pm:not(.stop)[b-73ty9wsz0a] {
    animation: mo-pm-pulse-b-73ty9wsz0a 1.65s ease-in-out infinite;
    transform-origin: center;
}

@keyframes mo-pm-pulse-b-73ty9wsz0a {
    0%,
    100% {
        transform: scale(1);
        box-shadow:
            0 0 0 1px rgba(124, 58, 237, .18),
            0 7px 18px rgba(91, 33, 182, .18);
    }

    50% {
        transform: scale(1.025);
        box-shadow:
            0 0 0 5px rgba(139, 92, 246, .24),
            0 0 24px rgba(124, 58, 237, .38);
    }
}

.mo-card.pm.stop[b-73ty9wsz0a],
.mo-overview--dark .mo-card.pm.stop[b-73ty9wsz0a] {
    animation: mo-pm-stop-pulse-b-73ty9wsz0a 1.45s ease-in-out infinite;
    transform-origin: center;
}

@keyframes mo-pm-stop-pulse-b-73ty9wsz0a {
    0%,
    100% {
        transform: scale(1);
        border-color: #7c3aed;
        box-shadow:
            0 0 0 1px rgba(124, 58, 237, .2),
            0 6px 16px rgba(220, 38, 38, .22);
    }

    50% {
        transform: scale(1.035);
        border-color: #8b5cf6;
        box-shadow:
            0 0 0 6px rgba(124, 58, 237, .26),
            0 0 27px rgba(220, 38, 38, .42);
    }
}



/* PAUSED TICKET TILE IDENTITY */

.mo-card.paused[b-73ty9wsz0a] {
    border-width: 4px;
    border-color: #facc15 !important;
    background:
        linear-gradient(145deg, #fffbeb, #fef9c3);
    animation: mo-pause-pulse-b-73ty9wsz0a 1.35s ease-in-out infinite;
    transform-origin: center;
}

.mo-card.paused[b-73ty9wsz0a]::before,
.mo-card.paused .mo-led[b-73ty9wsz0a] {
    background: #facc15;
}

.mo-card.paused[b-73ty9wsz0a]::after {
    background: rgba(250, 204, 21, .17);
}

.mo-card.paused .mo-badge[b-73ty9wsz0a] {
    background: #facc15;
    color: #422006;
}

.mo-pause-watermark[b-73ty9wsz0a] {
    position: absolute;
    top: 52%;
    left: 50%;
    z-index: 0;
    color: #eab308;
    font-size: 2.7rem;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -.07em;
    opacity: .24;
    pointer-events: none;
    transform: translate(-50%, -50%) rotate(-11deg);
    user-select: none;
}

.mo-card.paused .mo-top[b-73ty9wsz0a],
.mo-card.paused .mo-center[b-73ty9wsz0a],
.mo-card.paused .mo-bottom[b-73ty9wsz0a],
.mo-card.paused .mo-availability[b-73ty9wsz0a] {
    position: relative;
    z-index: 1;
}

.mo-overview--dark .mo-card.paused[b-73ty9wsz0a] {
    background:
        radial-gradient(circle at 80% 100%, rgba(250, 204, 21, .18), transparent 42%),
        linear-gradient(145deg, #2b2811, #18180d);
}

.mo-overview--dark .mo-pause-watermark[b-73ty9wsz0a] {
    color: #fde047;
    opacity: .3;
}

.mo-overview--dark .mo-card.paused .mo-machine > span:first-child[b-73ty9wsz0a] {
    color: #ffffff;
    font-weight: 800;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, .8),
        0 0 8px rgba(255, 255, 255, .16);
}

@keyframes mo-pause-pulse-b-73ty9wsz0a {
    0%,
    100% {
        transform: scale(1);
        box-shadow:
            0 0 0 1px rgba(250, 204, 21, .2),
            0 7px 18px rgba(161, 98, 7, .18);
    }

    50% {
        transform: scale(1.035);
        box-shadow:
            0 0 0 6px rgba(250, 204, 21, .25),
            0 0 28px rgba(234, 179, 8, .48);
    }
}

/* OPERATIONS TV QUEUED TILE ENTRY */

.mo-card.entering[b-73ty9wsz0a],
.mo-overview--dark .mo-card.entering[b-73ty9wsz0a] {
    animation: mo-card-enter-b-73ty9wsz0a 1.15s cubic-bezier(.2, .82, .28, 1) both !important;
    transform-origin: center;
}

@keyframes mo-card-enter-b-73ty9wsz0a {
    0% {
        transform: translateY(-28px) scale(1.28);
        opacity: 0;
        box-shadow:
            0 0 0 9px rgba(96, 165, 250, .28),
            0 0 38px rgba(59, 130, 246, .58);
    }

    58% {
        transform: translateY(4px) scale(.96);
        opacity: 1;
    }

    78% {
        transform: translateY(-2px) scale(1.025);
    }

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

/* MACHINE TILE SHORT PRESS / LONG PRESS */

button.mo-card[b-73ty9wsz0a] {
    width: 100%;
    font: inherit;
    text-align: inherit;
    cursor: pointer;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

button.mo-card:focus-visible[b-73ty9wsz0a] {
    outline: 3px solid rgba(37, 99, 235, .35);
    outline-offset: 3px;
}

.mo-card.is-long-pressing[b-73ty9wsz0a] {
    animation-play-state: paused !important;
    transform: translateY(-2px) scale(.985) !important;
    box-shadow:
        0 0 0 5px rgba(37, 99, 235, .18),
        0 10px 24px rgba(15, 23, 42, .18);
}

.mo-card.is-long-pressing[b-73ty9wsz0a]::before {
    height: 7px;
    animation: mo-long-press-progress-b-73ty9wsz0a .65s linear both;
    transform-origin: left;
}

.mo-card.is-long-press-triggered[b-73ty9wsz0a] {
    box-shadow:
        0 0 0 6px rgba(14, 165, 233, .28),
        0 0 28px rgba(37, 99, 235, .34);
}

@keyframes mo-long-press-progress-b-73ty9wsz0a {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

@media (prefers-reduced-motion: reduce) {
    .mo-card.is-long-pressing[b-73ty9wsz0a]::before {
        animation: none;
    }
}
/* /Components/Shared/GlobalSearch.razor.rz.scp.css */
.arms-global-search[b-b3cg81vfc8] {
    position: relative;
    width: min(520px, 42vw);
}

.arms-global-search-input-wrap[b-b3cg81vfc8] {
    position: relative;
    display: flex;
    align-items: center;
}

.arms-global-search-icon[b-b3cg81vfc8] {
    position: absolute;
    left: 0.85rem;
    color: #64748b;
    font-size: 1rem;
    pointer-events: none;
}

.arms-global-search-input[b-b3cg81vfc8] {
    width: 100%;
    min-height: 42px;
    padding: 0.65rem 2.6rem 0.65rem 2.4rem;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 0.85rem;
    background: rgba(248, 250, 252, 0.92);
    color: #0f172a;
    font-size: 0.86rem;
    outline: none;
    transition:
        border-color 120ms ease,
        box-shadow 120ms ease,
        background 120ms ease;
}

.arms-global-search-input:focus[b-b3cg81vfc8] {
    border-color: rgba(37, 99, 235, 0.45);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.09);
}

.arms-global-search-clear[b-b3cg81vfc8] {
    position: absolute;
    right: 0.55rem;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #64748b;
    font-size: 1.15rem;
    cursor: pointer;
}

.arms-global-search-loading[b-b3cg81vfc8] {
    position: absolute;
    right: 0.8rem;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(148, 163, 184, 0.35);
    border-top-color: #2563eb;
    border-radius: 50%;
    animation: arms-search-spin-b-b3cg81vfc8 700ms linear infinite;
}

@keyframes arms-search-spin-b-b3cg81vfc8 {
    to {
        transform: rotate(360deg);
    }
}

.arms-global-search-panel[b-b3cg81vfc8] {
    position: absolute;
    z-index: 1500;
    top: calc(100% + 0.55rem);
    left: 0;
    right: 0;
    max-height: 440px;
    overflow: auto;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.95rem;
    background: #ffffff;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.18);
}

.arms-global-search-results[b-b3cg81vfc8] {
    display: grid;
    padding: 0.45rem;
}

.arms-global-search-result[b-b3cg81vfc8] {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
    width: 100%;
    padding: 0.72rem 0.75rem;
    border: 0;
    border-radius: 0.75rem;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.arms-global-search-result:hover[b-b3cg81vfc8] {
    background: #eff6ff;
}

.arms-search-type[b-b3cg81vfc8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 0.7rem;
    font-weight: 800;
}

.arms-search-type.ticket[b-b3cg81vfc8] {
    background: #dbeafe;
    color: #1d4ed8;
}

.arms-search-type.machine[b-b3cg81vfc8] {
    background: #dcfce7;
    color: #15803d;
}

.arms-search-type.user[b-b3cg81vfc8] {
    background: #f3e8ff;
    color: #7e22ce;
}

.arms-global-search-result-content[b-b3cg81vfc8] {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.arms-global-search-result-content strong[b-b3cg81vfc8] {
    overflow: hidden;
    color: #0f172a;
    font-size: 0.84rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.arms-global-search-result-content small[b-b3cg81vfc8] {
    overflow: hidden;
    margin-top: 0.18rem;
    color: #64748b;
    font-size: 0.74rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.arms-global-search-result-meta[b-b3cg81vfc8] {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 0.25rem;
    color: #64748b;
    font-size: 0.68rem;
    white-space: nowrap;
}

.arms-search-priority[b-b3cg81vfc8] {
    padding: 0.15rem 0.42rem;
    border-radius: 999px;
    font-weight: 800;
}

.arms-search-priority.critical[b-b3cg81vfc8] {
    background: #fee2e2;
    color: #b91c1c;
}

.arms-search-priority.high[b-b3cg81vfc8] {
    background: #fef3c7;
    color: #b45309;
}

.arms-search-priority.normal[b-b3cg81vfc8] {
    background: #dbeafe;
    color: #1d4ed8;
}

.arms-search-priority.low[b-b3cg81vfc8] {
    background: #e2e8f0;
    color: #475569;
}

.arms-global-search-empty[b-b3cg81vfc8] {
    padding: 1.2rem;
    color: #64748b;
    font-size: 0.82rem;
    text-align: center;
}

@media (max-width: 900px) {
    .arms-global-search[b-b3cg81vfc8] {
        width: min(420px, 38vw);
    }
}

@media (max-width: 700px) {
    .arms-global-search[b-b3cg81vfc8] {
        display: none;
    }
}
/* /Components/Shared/InteractiveReportBars.razor.rz.scp.css */
.interactive-report-bars[b-8la5ttipy2] {
    min-width: 0;
    padding: 1.05rem;
    border: 1px solid #dbe4f0;
    border-radius: 18px;
    background:
        radial-gradient(circle at 100% 0, rgba(37, 99, 235, .08), transparent 34%),
        #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .055);
}

.interactive-report-bars__header[b-8la5ttipy2] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: .75rem;
    padding-bottom: .8rem;
    border-bottom: 1px solid #e8eef6;
}

.interactive-report-bars__header span[b-8la5ttipy2] {
    display: block;
    margin-bottom: .12rem;
    color: #2563eb;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.interactive-report-bars__header h3[b-8la5ttipy2] {
    margin: 0;
    color: #172033;
    font-size: 1rem;
    font-weight: 800;
}

.interactive-report-bars__header small[b-8la5ttipy2] {
    color: #64748b;
    font-size: .72rem;
    text-align: right;
}

.interactive-report-bars__list[b-8la5ttipy2] {
    display: grid;
    gap: .32rem;
    margin-top: .7rem;
}

.interactive-report-bars__item[b-8la5ttipy2] {
    width: 100%;
    padding: .48rem .55rem;
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent;
    color: inherit;
    text-align: left;
    transition: background-color .16s ease, border-color .16s ease, transform .16s ease;
}

.interactive-report-bars__item:not(:disabled)[b-8la5ttipy2] {
    cursor: pointer;
}

.interactive-report-bars__item:not(:disabled):hover[b-8la5ttipy2] {
    border-color: #bfdbfe;
    background: #f8fbff;
    transform: translateY(-1px);
}

.interactive-report-bars__item.is-selected[b-8la5ttipy2] {
    border-color: #7c3aed;
    background: #f5f3ff;
    box-shadow: 0 0 0 2px rgba(124, 58, 237, .1);
}

.interactive-report-bars__labels[b-8la5ttipy2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .32rem;
}

.interactive-report-bars__labels strong[b-8la5ttipy2] {
    min-width: 0;
    overflow: hidden;
    color: #25324a;
    font-size: .78rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.interactive-report-bars__labels > span[b-8la5ttipy2] {
    flex: 0 0 auto;
    color: #0f172a;
    font-size: .76rem;
    font-weight: 800;
}

.interactive-report-bars__labels small[b-8la5ttipy2] {
    color: #64748b;
    font-size: .68rem;
    font-weight: 600;
}

.interactive-report-bars__track[b-8la5ttipy2] {
    display: block;
    height: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: #eaf0f8;
}

.interactive-report-bars__track > span[b-8la5ttipy2] {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #2563eb, #38bdf8);
}

.interactive-report-bars__item.is-selected .interactive-report-bars__track > span[b-8la5ttipy2] {
    background: linear-gradient(90deg, #7c3aed, #a78bfa);
}

.interactive-report-bars__empty[b-8la5ttipy2] {
    padding: 2rem .5rem 1rem;
    color: #64748b;
    font-size: .82rem;
    text-align: center;
}

@media (max-width: 640px) {
    .interactive-report-bars[b-8la5ttipy2] {
        padding: .85rem;
        border-radius: 14px;
    }

    .interactive-report-bars__header[b-8la5ttipy2] {
        align-items: flex-start;
        flex-direction: column;
    }

    .interactive-report-bars__header small[b-8la5ttipy2] {
        text-align: left;
    }
}
/* /Components/Shared/NotificationBell.razor.rz.scp.css */
.arms-notify[b-3pba6rowge] {
    position: relative;
    display: inline-flex;
}

.arms-notify-bell[b-3pba6rowge] {
    position: relative;
    z-index: 3001;
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(148, 163, 184, .25);
    border-radius: 12px;
    background: rgba(15, 23, 42, .55);
    color: #e2e8f0;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.arms-notify-bell:hover[b-3pba6rowge] {
    background: #1e293b;
}

.arms-notify-count[b-3pba6rowge] {
    position: absolute;
    top: -7px;
    right: -7px;
    display: flex;
    min-width: 21px;
    height: 21px;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border: 2px solid #0f172a;
    border-radius: 999px;
    background: #ef4444;
    color: white;
    font-size: 10px;
    font-weight: 800;
}

.arms-notify-live[b-3pba6rowge] {
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 8px;
    height: 8px;
    border: 2px solid #0f172a;
    border-radius: 50%;
}

.arms-notify-live.online[b-3pba6rowge] {
    background: #22c55e;
}

.arms-notify-live.offline[b-3pba6rowge] {
    background: #ef4444;
}

.arms-notify-panel[b-3pba6rowge] {
    position: fixed;
    z-index: 3000;
    top: 70px;
    right: 18px;
    bottom: auto;
    left: auto;
    display: flex;
    width: min(410px, calc(100vw - 28px));
    max-height: min(650px, calc(100vh - 90px));
    margin: 0;
    padding: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, .25);
    border-radius: 16px;
    background: #0f172a;
    color: #e2e8f0;
    box-shadow: 0 25px 70px rgba(0, 0, 0, .55);
}

.arms-notify-panel:not(:popover-open)[b-3pba6rowge] {
    display: none;
}

.arms-notify-panel:popover-open[b-3pba6rowge] {
    display: flex;
}

.arms-notify-panel[b-3pba6rowge]::backdrop {
    background: transparent;
}

.arms-notify-header[b-3pba6rowge] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 15px 17px;
    border-bottom: 1px solid rgba(148, 163, 184, .15);
}

.arms-notify-header > div:first-child[b-3pba6rowge] {
    display: flex;
    flex-direction: column;
}

.arms-notify-header small[b-3pba6rowge] {
    margin-top: 3px;
    color: #94a3b8;
}

.arms-notify-actions[b-3pba6rowge] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.arms-notify-actions button[b-3pba6rowge] {
    padding: 6px 9px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #60a5fa;
    cursor: pointer;
}

.arms-notify-actions button:disabled[b-3pba6rowge] {
    opacity: .45;
    cursor: wait;
}

.arms-notify-actions .arms-notify-close[b-3pba6rowge] {
    color: #cbd5e1;
    font-size: 21px;
}

.arms-notify-list[b-3pba6rowge] {
    overflow-y: auto;
    scrollbar-gutter: stable;
}

.arms-notify-item[b-3pba6rowge] {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 17px;
    border: 0;
    border-bottom: 1px solid rgba(148, 163, 184, .1);
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.arms-notify-item.unread[b-3pba6rowge] {
    background: rgba(59, 130, 246, .08);
}

.arms-notify-item:hover[b-3pba6rowge] {
    background: rgba(148, 163, 184, .12);
}

.arms-notify-item:focus-visible[b-3pba6rowge],
.arms-notify-bell:focus-visible[b-3pba6rowge],
.arms-notify-toast button:focus-visible[b-3pba6rowge] {
    outline: 2px solid #60a5fa;
    outline-offset: -2px;
}

.arms-notify-status[b-3pba6rowge] {
    width: 9px;
    height: 9px;
    margin-top: 6px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #60a5fa;
}

.arms-notify-status.warning[b-3pba6rowge] {
    background: #f59e0b;
}

.arms-notify-status.danger[b-3pba6rowge] {
    background: #ef4444;
}

.arms-notify-status.success[b-3pba6rowge] {
    background: #22c55e;
}

.arms-notify-text[b-3pba6rowge] {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
}

.arms-notify-text strong[b-3pba6rowge] {
    color: #f8fafc;
    font-size: 13px;
}

.arms-notify-text span[b-3pba6rowge] {
    margin-top: 4px;
    color: #cbd5e1;
    font-size: 12px;
    line-height: 1.45;
}

.arms-notify-text small[b-3pba6rowge] {
    margin-top: 7px;
    color: #64748b;
    font-size: 10px;
}

.arms-notify-unread[b-3pba6rowge] {
    width: 7px;
    height: 7px;
    margin-top: 7px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #3b82f6;
}

.arms-notify-empty[b-3pba6rowge] {
    display: flex;
    min-height: 180px;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
}

.arms-notify-toast[b-3pba6rowge] {
    position: fixed;
    z-index: 4000;
    top: 76px;
    right: 18px;
    display: flex;
    width: min(390px, calc(100vw - 28px));
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, .25);
    border-left: 4px solid #60a5fa;
    border-radius: 14px;
    background: #0f172a;
    box-shadow: 0 20px 55px rgba(0, 0, 0, .5);
}

.arms-notify-toast.warning[b-3pba6rowge] {
    border-left-color: #f59e0b;
}

.arms-notify-toast.danger[b-3pba6rowge] {
    border-left-color: #ef4444;
}

.arms-notify-toast.success[b-3pba6rowge] {
    border-left-color: #22c55e;
}

.arms-notify-toast-open[b-3pba6rowge] {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    padding: 14px 16px;
    border: 0;
    background: transparent;
    color: #e2e8f0;
    text-align: left;
    cursor: pointer;
}

.arms-notify-toast-open span[b-3pba6rowge] {
    margin-top: 4px;
    color: #cbd5e1;
    font-size: 12px;
}

.arms-notify-toast-close[b-3pba6rowge] {
    width: 38px;
    border: 0;
    background: transparent;
    color: #94a3b8;
    font-size: 20px;
    cursor: pointer;
}

@media (max-width: 600px) {
    .arms-notify-bell[b-3pba6rowge] {
        width: 44px;
        height: 44px;
    }

    .arms-notify-panel[b-3pba6rowge],
    .arms-notify-toast[b-3pba6rowge] {
        right: 10px;
        width: calc(100vw - 20px);
    }

    .arms-notify-panel[b-3pba6rowge] {
        top: calc(env(safe-area-inset-top, 0px) + 64px);
        max-height: calc(100dvh - env(safe-area-inset-top, 0px) - 76px);
    }

    .arms-notify-item[b-3pba6rowge],
    .arms-notify-actions button[b-3pba6rowge],
    .arms-notify-toast button[b-3pba6rowge] {
        touch-action: manipulation;
    }
}
/* /Components/Shared/ReportBars.razor.rz.scp.css */
.report-chart-card[b-oxddwphm3z]{background:#fff;border:1px solid #dce4ef;border-radius:16px;box-shadow:0 8px 24px rgba(15,23,42,.05);padding:18px;margin-bottom:18px}.report-bar-row[b-oxddwphm3z]{margin-top:12px}.report-bar-label[b-oxddwphm3z]{display:flex;justify-content:space-between;gap:10px;font-size:.82rem}.report-bar-label span[b-oxddwphm3z]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-bar-track[b-oxddwphm3z]{height:8px;background:#e8eef7;border-radius:99px;margin-top:5px;overflow:hidden}.report-bar-track i[b-oxddwphm3z]{display:block;height:100%;background:linear-gradient(90deg,#2563eb,#38bdf8);border-radius:inherit}.report-chart-empty[b-oxddwphm3z]{padding:30px;text-align:center;color:#94a3b8}
/* /Components/Shared/ReportPeriodSelector.razor.rz.scp.css */
.report-period-selector[b-ngtxl20rhx] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: .9rem;
    margin-bottom: .9rem;
    border-bottom: 1px solid #e5ebf3;
}

.report-period-presets[b-ngtxl20rhx] {
    display: inline-flex;
    flex: 0 0 auto;
    gap: .25rem;
    padding: .25rem;
    border-radius: 12px;
    background: #edf3fa;
}

.report-period-presets button[b-ngtxl20rhx] {
    padding: .45rem .8rem;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #52627a;
    font-size: .78rem;
    font-weight: 800;
    white-space: nowrap;
}

.report-period-presets button.active[b-ngtxl20rhx] {
    background: #fff;
    color: #1268d7;
    box-shadow: 0 3px 10px rgba(20, 42, 74, .12);
}

.report-period-presets button:disabled[b-ngtxl20rhx] {
    cursor: wait;
    opacity: .62;
}

.report-period-dates[b-ngtxl20rhx] {
    display: grid;
    grid-template-columns: repeat(2, minmax(145px, 1fr));
    gap: .65rem;
    width: min(100%, 360px);
}

.report-period-dates label[b-ngtxl20rhx] {
    min-width: 0;
}

.report-period-dates label > span[b-ngtxl20rhx] {
    display: block;
    margin-bottom: .3rem;
    color: #66758a;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.report-period-dates .form-control[b-ngtxl20rhx] {
    min-height: 39px;
    border-color: #d8e1ec;
    border-radius: 10px;
    font-size: .8rem;
}

@media (max-width: 760px) {
    .report-period-selector[b-ngtxl20rhx] {
        align-items: stretch;
        flex-direction: column;
    }

    .report-period-presets[b-ngtxl20rhx] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }

    .report-period-dates[b-ngtxl20rhx] {
        width: 100%;
    }
}

@media (max-width: 430px) {
    .report-period-dates[b-ngtxl20rhx] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Shared/SystemHealthPanel.razor.rz.scp.css */
.system-health[b-xh4a03cb9d] {
        display: grid;
        gap: 24px;
    }

    .system-overview[b-xh4a03cb9d] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 28px 30px;
        border: 1px solid var(--bs-border-color);
        border-radius: 18px;
        background: linear-gradient(135deg, rgba(25,135,84,.14), transparent 55%), var(--bs-body-bg);
        box-shadow: 0 12px 30px rgba(0,0,0,.05);
    }

    .system-overview.warning[b-xh4a03cb9d] {
        background: linear-gradient(135deg, rgba(255,193,7,.18), transparent 55%), var(--bs-body-bg);
    }

    .system-overview.critical[b-xh4a03cb9d] {
        background: linear-gradient(135deg, rgba(220,53,69,.18), transparent 55%), var(--bs-body-bg);
    }

    .system-overview-label[b-xh4a03cb9d] {
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .14em;
        color: var(--bs-secondary-color);
    }

    .system-overview h2[b-xh4a03cb9d] {
        margin: 5px 0;
        font-size: 32px;
        font-weight: 800;
    }

    .system-overview p[b-xh4a03cb9d] {
        margin: 0;
        color: var(--bs-secondary-color);
    }

    .system-overview-indicator[b-xh4a03cb9d] {
        display: flex;
        align-items: center;
        gap: 9px;
        padding: 10px 16px;
        border-radius: 999px;
        background: rgba(25,135,84,.12);
        color: #198754;
        font-weight: 700;
    }

    .system-overview-indicator span[b-xh4a03cb9d] {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #198754;
    }

    .system-section-header[b-xh4a03cb9d] {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .system-section-header h3[b-xh4a03cb9d] {
        margin: 0;
        font-size: 19px;
        font-weight: 750;
    }

    .system-section-header p[b-xh4a03cb9d] {
        margin: 3px 0 0;
        color: var(--bs-secondary-color);
        font-size: 14px;
    }

    .system-card-grid[b-xh4a03cb9d] {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
    }

    .system-card[b-xh4a03cb9d],
    .system-service-card[b-xh4a03cb9d],
    .system-stat[b-xh4a03cb9d] {
        border: 1px solid var(--bs-border-color);
        background: var(--bs-body-bg);
        border-radius: 15px;
        box-shadow: 0 8px 24px rgba(0,0,0,.04);
    }

    .system-card[b-xh4a03cb9d] {
        padding: 20px;
    }

    .system-card-header[b-xh4a03cb9d] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: var(--bs-secondary-color);
        font-size: 14px;
        font-weight: 700;
    }

    .system-card strong[b-xh4a03cb9d] {
        display: block;
        margin: 12px 0;
        font-size: 28px;
    }

    .system-card small[b-xh4a03cb9d],
    .system-service-card small[b-xh4a03cb9d] {
        display: block;
        color: var(--bs-secondary-color);
    }

    .system-progress[b-xh4a03cb9d] {
        height: 7px;
        margin-bottom: 10px;
        overflow: hidden;
        background: var(--bs-tertiary-bg);
        border-radius: 999px;
    }

    .system-progress span[b-xh4a03cb9d] {
        display: block;
        height: 100%;
        background: #198754;
    }

    .system-progress.warning span[b-xh4a03cb9d] {
        background: #ffc107;
    }

    .system-progress.critical span[b-xh4a03cb9d] {
        background: #dc3545;
    }

    .system-card-status[b-xh4a03cb9d] {
        margin-bottom: 10px;
        color: #198754;
        font-weight: 700;
    }

    .system-service-grid[b-xh4a03cb9d] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .system-service-card[b-xh4a03cb9d] {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: 14px;
        padding: 16px 18px;
    }

    .system-service-status[b-xh4a03cb9d] {
        color: #198754;
        font-size: 13px;
        font-weight: 750;
    }

    .system-service-status.warning[b-xh4a03cb9d] {
        color: #b77900;
    }

    .system-service-status.critical[b-xh4a03cb9d] {
        color: #dc3545;
    }

    .system-stat-grid[b-xh4a03cb9d] {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 12px;
    }

    .system-stat[b-xh4a03cb9d] {
        padding: 18px;
    }

    .system-stat span[b-xh4a03cb9d] {
        display: block;
        color: var(--bs-secondary-color);
        font-size: 13px;
    }

    .system-stat strong[b-xh4a03cb9d] {
        display: block;
        margin-top: 4px;
        font-size: 25px;
    }

    .status-dot[b-xh4a03cb9d] {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--bs-secondary-color);
    }

    .status-dot.healthy[b-xh4a03cb9d] {
        background: #198754;
    }

    .status-dot.warning[b-xh4a03cb9d] {
        background: #ffc107;
    }

    .status-dot.critical[b-xh4a03cb9d] {
        background: #dc3545;
    }

    @media (max-width: 1100px) {
        .system-card-grid[b-xh4a03cb9d],
        .system-stat-grid[b-xh4a03cb9d] {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (max-width: 720px) {
        .system-overview[b-xh4a03cb9d] {
            align-items: flex-start;
            flex-direction: column;
            gap: 20px;
        }

        .system-card-grid[b-xh4a03cb9d],
        .system-service-grid[b-xh4a03cb9d],
        .system-stat-grid[b-xh4a03cb9d] {
            grid-template-columns: 1fr;
        }
    }


.machine-health-summary[b-xh4a03cb9d] {
    color: var(--bs-secondary-color);
    font-size: 13px;
    font-weight: 700;
}

.machine-health-grid[b-xh4a03cb9d] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.machine-health-card[b-xh4a03cb9d] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 15px 17px;
    border: 1px solid var(--bs-border-color);
    border-left: 4px solid #198754;
    border-radius: 14px;
    background: var(--bs-body-bg);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
}

.machine-health-card.warning[b-xh4a03cb9d] {
    border-left-color: #ffc107;
}

.machine-health-card.attention[b-xh4a03cb9d] {
    border-left-color: #fd7e14;
}

.machine-health-card.approval[b-xh4a03cb9d] {
    border-left-color: #0dcaf0;
}

.machine-health-card.critical[b-xh4a03cb9d] {
    border-left-color: #dc3545;
}

.machine-health-card.inactive[b-xh4a03cb9d] {
    border-left-color: #6c757d;
    opacity: .7;
}

.machine-health-dot[b-xh4a03cb9d] {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #198754;
    box-shadow: 0 0 0 4px rgba(25, 135, 84, .12);
}

.machine-health-card.warning .machine-health-dot[b-xh4a03cb9d] {
    background: #ffc107;
    box-shadow: 0 0 0 4px rgba(255, 193, 7, .14);
}

.machine-health-card.attention .machine-health-dot[b-xh4a03cb9d] {
    background: #fd7e14;
    box-shadow: 0 0 0 4px rgba(253, 126, 20, .14);
}

.machine-health-card.approval .machine-health-dot[b-xh4a03cb9d] {
    background: #0dcaf0;
    box-shadow: 0 0 0 4px rgba(13, 202, 240, .14);
}

.machine-health-card.critical .machine-health-dot[b-xh4a03cb9d] {
    background: #dc3545;
    box-shadow: 0 0 0 4px rgba(220, 53, 69, .14);
}

.machine-health-card.inactive .machine-health-dot[b-xh4a03cb9d] {
    background: #6c757d;
    box-shadow: none;
}

.machine-health-info[b-xh4a03cb9d],
.machine-health-state[b-xh4a03cb9d] {
    min-width: 0;
}

.machine-health-info strong[b-xh4a03cb9d],
.machine-health-state strong[b-xh4a03cb9d] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.machine-health-info small[b-xh4a03cb9d],
.machine-health-state small[b-xh4a03cb9d] {
    display: block;
    margin-top: 2px;
    color: var(--bs-secondary-color);
    font-size: 12px;
}

.machine-health-state[b-xh4a03cb9d] {
    text-align: right;
}

.machine-health-state strong[b-xh4a03cb9d] {
    font-size: 13px;
}

.machine-health-empty[b-xh4a03cb9d] {
    padding: 24px;
    border: 1px dashed var(--bs-border-color);
    border-radius: 14px;
    color: var(--bs-secondary-color);
    text-align: center;
}

@media (max-width: 1100px) {
    .machine-health-grid[b-xh4a03cb9d] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .machine-health-grid[b-xh4a03cb9d] {
        grid-template-columns: 1fr;
    }
}

.machine-health-card[b-xh4a03cb9d] {
    color: inherit;
    text-decoration: none;
    transition:
        transform .15s ease,
        box-shadow .15s ease,
        border-color .15s ease;
}

.machine-health-card:hover[b-xh4a03cb9d] {
    color: inherit;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .09);
}

.machine-health-card:focus-visible[b-xh4a03cb9d] {
    outline: 3px solid rgba(13, 110, 253, .25);
    outline-offset: 2px;
}

.machine-overview[b-xh4a03cb9d] {
    display: grid;
    gap: 22px;
}

.machine-section[b-xh4a03cb9d] {
    padding: 18px;
    border: 1px solid var(--bs-border-color);
    border-radius: 18px;
    background: var(--bs-tertiary-bg);
}

.machine-section-header[b-xh4a03cb9d] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.machine-section-label[b-xh4a03cb9d] {
    display: block;
    margin-bottom: 2px;
    color: var(--bs-secondary-color);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.machine-section-header h4[b-xh4a03cb9d] {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
}

.machine-section-summary[b-xh4a03cb9d] {
    display: flex;
    align-items: baseline;
    gap: 5px;
    color: var(--bs-secondary-color);
    font-size: 13px;
}

.machine-section-summary strong[b-xh4a03cb9d] {
    color: var(--bs-body-color);
    font-size: 22px;
}

.machine-tile-grid[b-xh4a03cb9d] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.machine-tile[b-xh4a03cb9d] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 132px;
    padding: 15px;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    border: 1px solid var(--bs-border-color);
    border-top: 4px solid #198754;
    border-radius: 15px;
    background: var(--bs-body-bg);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .04);
    transition:
        transform .15s ease,
        box-shadow .15s ease,
        border-color .15s ease;
}

.machine-tile:hover[b-xh4a03cb9d] {
    color: inherit;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .10);
}

.machine-tile:focus-visible[b-xh4a03cb9d] {
    outline: 3px solid rgba(13, 110, 253, .25);
    outline-offset: 2px;
}

.machine-tile.warning[b-xh4a03cb9d] {
    border-top-color: #ffc107;
}

.machine-tile.attention[b-xh4a03cb9d] {
    border-top-color: #fd7e14;
}

.machine-tile.approval[b-xh4a03cb9d] {
    border-top-color: #0dcaf0;
}

.machine-tile.critical[b-xh4a03cb9d] {
    border-top-color: #dc3545;
}

.machine-tile.inactive[b-xh4a03cb9d] {
    border-top-color: #6c757d;
    opacity: .7;
}

.machine-tile-top[b-xh4a03cb9d] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.machine-tile-status[b-xh4a03cb9d] {
    overflow: hidden;
    color: var(--bs-secondary-color);
    font-size: 12px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.machine-tile-name[b-xh4a03cb9d] {
    display: block;
    margin-top: 18px;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.machine-tile-footer[b-xh4a03cb9d] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 14px;
    color: var(--bs-secondary-color);
    font-size: 11px;
}

.machine-tile-footer span[b-xh4a03cb9d] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1250px) {
    .machine-tile-grid[b-xh4a03cb9d] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .machine-tile-grid[b-xh4a03cb9d] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .machine-section[b-xh4a03cb9d] {
        padding: 14px;
    }

    .machine-section-header[b-xh4a03cb9d] {
        align-items: flex-start;
        flex-direction: column;
    }

    .machine-tile-grid[b-xh4a03cb9d] {
        grid-template-columns: 1fr;
    }
}

.capacity-section-header[b-xh4a03cb9d] {
    gap: 18px;
}

.capacity-admission[b-xh4a03cb9d] {
    padding: 8px 13px;
    border: 1px solid rgba(25, 135, 84, .22);
    border-radius: 999px;
    background: rgba(25, 135, 84, .10);
    color: #146c43;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

.capacity-admission.warning[b-xh4a03cb9d] {
    border-color: rgba(255, 193, 7, .35);
    background: rgba(255, 193, 7, .14);
    color: #8a6200;
}

.capacity-admission.critical[b-xh4a03cb9d] {
    border-color: rgba(220, 53, 69, .30);
    background: rgba(220, 53, 69, .12);
    color: #b02a37;
}

.capacity-grid[b-xh4a03cb9d] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.capacity-card[b-xh4a03cb9d] {
    min-width: 0;
    padding: 18px;
    border: 1px solid var(--bs-border-color);
    border-top: 4px solid #198754;
    border-radius: 15px;
    background:
        linear-gradient(145deg, rgba(25, 135, 84, .07), transparent 58%),
        var(--bs-body-bg);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
}

.capacity-card.warning[b-xh4a03cb9d] {
    border-top-color: #ffc107;
    background:
        linear-gradient(145deg, rgba(255, 193, 7, .10), transparent 58%),
        var(--bs-body-bg);
}

.capacity-card.critical[b-xh4a03cb9d] {
    border-top-color: #dc3545;
    background:
        linear-gradient(145deg, rgba(220, 53, 69, .09), transparent 58%),
        var(--bs-body-bg);
}

.capacity-card-header[b-xh4a03cb9d] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.capacity-card-header > span[b-xh4a03cb9d] {
    color: var(--bs-secondary-color);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.capacity-card-header strong[b-xh4a03cb9d] {
    flex: 0 0 auto;
    font-size: 20px;
    line-height: 1;
}

.capacity-card small[b-xh4a03cb9d] {
    display: block;
    margin-top: 9px;
    color: var(--bs-secondary-color);
    font-size: 11px;
    line-height: 1.45;
}

.capacity-progress[b-xh4a03cb9d] {
    height: 8px;
    margin-top: 18px;
    overflow: hidden;
    border-radius: 999px;
    background: var(--bs-tertiary-bg);
}

.capacity-progress span[b-xh4a03cb9d] {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #20c997, #198754);
}

.capacity-progress.warning span[b-xh4a03cb9d] {
    background: linear-gradient(90deg, #ffe08a, #ffc107);
}

.capacity-progress.critical span[b-xh4a03cb9d] {
    background: linear-gradient(90deg, #ff8a95, #dc3545);
}

.capacity-pressure-values[b-xh4a03cb9d] {
    display: flex;
    gap: 8px;
    margin-top: 17px;
}

.capacity-pressure-values span[b-xh4a03cb9d] {
    padding: 5px 8px;
    border-radius: 8px;
    background: var(--bs-tertiary-bg);
    font-size: 12px;
    font-weight: 800;
}

.capacity-thresholds[b-xh4a03cb9d] {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
    margin-top: -6px;
    color: var(--bs-secondary-color);
    font-size: 11px;
}

.capacity-thresholds span[b-xh4a03cb9d] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.capacity-thresholds i[b-xh4a03cb9d] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #198754;
}

.capacity-thresholds i.warning[b-xh4a03cb9d] {
    background: #ffc107;
}

.capacity-thresholds i.critical[b-xh4a03cb9d] {
    background: #dc3545;
}

@media (max-width: 1250px) {
    .capacity-grid[b-xh4a03cb9d] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .capacity-section-header[b-xh4a03cb9d] {
        align-items: flex-start;
        flex-direction: column;
    }

    .capacity-grid[b-xh4a03cb9d] {
        grid-template-columns: 1fr;
    }

    .capacity-admission[b-xh4a03cb9d] {
        width: 100%;
    }
}

/* /Components/Shared/TicketTimeline.razor.rz.scp.css */
.arms-ticket-timeline[b-1w4mnork3j] {
    position: relative;
    padding: 0.25rem 0;
}

.arms-ticket-timeline[b-1w4mnork3j]::before {
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    left: 1.25rem;
    width: 2px;
    content: "";
    background: #d8dee6;
}

.arms-timeline-item[b-1w4mnork3j] {
    position: relative;
    display: flex;
    gap: 1rem;
    padding-bottom: 1.25rem;
}

.arms-timeline-marker[b-1w4mnork3j] {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 0 0 2.5rem;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.arms-timeline-content[b-1w4mnork3j] {
    flex: 1;
    min-width: 0;
    padding: 0.75rem 0.9rem;
    border: 1px solid #e1e5ea;
    border-radius: 0.65rem;
    background: #fff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.04);
}

.arms-timeline-header[b-1w4mnork3j] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem;
}

.arms-timeline-time[b-1w4mnork3j] {
    color: #6c757d;
    font-size: 0.82rem;
}

.arms-timeline-user[b-1w4mnork3j] {
    margin-top: 0.2rem;
    color: #495057;
    font-size: 0.9rem;
}

.arms-timeline-comment[b-1w4mnork3j] {
    margin-top: 0.65rem;
    padding: 0.6rem 0.7rem;
    border-radius: 0.4rem;
    background: #f7f8fa;
    white-space: pre-wrap;
}

.timeline-created[b-1w4mnork3j] {
    background: #0d6efd;
}

.timeline-active[b-1w4mnork3j] {
    background: #fd7e14;
}

.timeline-technology[b-1w4mnork3j] {
    background: #6f42c1;
}

.timeline-waiting[b-1w4mnork3j] {
    background: #ffc107;
    color: #212529;
}

.timeline-closed[b-1w4mnork3j] {
    background: #20c997;
}

.timeline-approved[b-1w4mnork3j] {
    background: #198754;
}

.timeline-rejected[b-1w4mnork3j] {
    background: #dc3545;
}

.timeline-default[b-1w4mnork3j] {
    background: #6c757d;
}
