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

main[b-uudv9f1463] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-uudv9f1463] {
    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-uudv9f1463] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1w8m86x74e] {
    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-1w8m86x74e] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-1w8m86x74e] {
    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-1w8m86x74e] {
    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-1w8m86x74e] {
    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-1w8m86x74e] {
    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-1w8m86x74e] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-1w8m86x74e]  .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-1w8m86x74e]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

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

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

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

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

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-84vi4hj4u7],
.components-reconnect-repeated-attempt-visible[b-84vi4hj4u7],
.components-reconnect-failed-visible[b-84vi4hj4u7],
.components-pause-visible[b-84vi4hj4u7],
.components-resume-failed-visible[b-84vi4hj4u7],
.components-rejoining-animation[b-84vi4hj4u7] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-84vi4hj4u7 {
    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/AdminDashboard.razor.rz.scp.css */
/* ============ Hero ============ */
.ah-hero[b-nxcgifb01t] {
    border-radius: 20px;
    padding: 2.1rem 2rem 4.4rem;
    background:
        radial-gradient(700px 320px at 85% -10%, rgba(99, 102, 241, .35), transparent 60%),
        radial-gradient(500px 260px at 15% 110%, rgba(56, 189, 248, .18), transparent 60%),
        linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
    color: #e2e8f0;
    box-shadow: 0 18px 44px rgba(30, 27, 75, .28);
}

.ah-hero-inner[b-nxcgifb01t] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.ah-hello[b-nxcgifb01t] { font-size: .95rem; color: #a5b4fc; font-weight: 500; }

.ah-title[b-nxcgifb01t] {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -.02em;
    margin: .15rem 0 .8rem;
}

.ah-chips[b-nxcgifb01t] { display: flex; gap: .5rem; flex-wrap: wrap; }

.ah-chip[b-nxcgifb01t] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .78rem;
    color: #cbd5e1;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    padding: .28rem .75rem;
    backdrop-filter: blur(4px);
}

.ah-dot[b-nxcgifb01t] { width: 7px; height: 7px; border-radius: 50%; display: inline-block; }
.ah-dot.ok[b-nxcgifb01t] { background: #34d399; box-shadow: 0 0 0 3px rgba(52, 211, 153, .2); }
.ah-dot.warn[b-nxcgifb01t] { background: #fbbf24; box-shadow: 0 0 0 3px rgba(251, 191, 36, .2); }

.ah-hero-actions[b-nxcgifb01t] { display: flex; gap: .6rem; flex-wrap: wrap; }

.ah-btn-light[b-nxcgifb01t],
.ah-btn-ghost[b-nxcgifb01t] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-size: .875rem;
    font-weight: 600;
    border-radius: 10px;
    padding: .55rem 1rem;
    text-decoration: none;
    transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}

.ah-btn-light[b-nxcgifb01t] { background: #fff; color: #1e1b4b; box-shadow: 0 6px 18px rgba(0, 0, 0, .25); }
.ah-btn-light:hover[b-nxcgifb01t] { background: #eef2ff; color: #1e1b4b; text-decoration: none; transform: translateY(-1px); }

.ah-btn-ghost[b-nxcgifb01t] { background: rgba(255, 255, 255, .08); color: #e2e8f0; border: 1px solid rgba(255, 255, 255, .18); }
.ah-btn-ghost:hover[b-nxcgifb01t] { background: rgba(255, 255, 255, .16); color: #fff; text-decoration: none; }

/* ============ KPI cards ============ */
.ah-kpis[b-nxcgifb01t] {
    margin: -3rem 1.1rem 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    position: relative;
    z-index: 2;
}

@media (max-width: 1100px) { .ah-kpis[b-nxcgifb01t] { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .ah-kpis[b-nxcgifb01t] { grid-template-columns: 1fr; } }

.ah-kpi[b-nxcgifb01t] {
    background: #fff;
    border: 1px solid var(--tm-line, #e2e8f0);
    border-radius: 16px;
    padding: 1.1rem 1.2rem .9rem;
    box-shadow: 0 8px 28px rgba(15, 23, 42, .08);
    display: flex;
    flex-direction: column;
    gap: .45rem;
    transition: transform .14s ease, box-shadow .14s ease;
}

.ah-kpi:hover[b-nxcgifb01t] { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(15, 23, 42, .12); }

.ah-kpi-head[b-nxcgifb01t] { display: flex; align-items: center; gap: .55rem; }

.ah-ic[b-nxcgifb01t] {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ic-indigo[b-nxcgifb01t] { background: #eef2ff; color: #4f46e5; }
.ic-teal[b-nxcgifb01t] { background: #f0fdfa; color: #0d9488; }
.ic-amber[b-nxcgifb01t] { background: #fffbeb; color: #d97706; }
.ic-rose[b-nxcgifb01t] { background: #fff1f2; color: #e11d48; }

.ah-kpi-label[b-nxcgifb01t] {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #64748b;
}

.ah-kpi-value[b-nxcgifb01t] { font-size: 1.55rem; font-weight: 700; color: #0f172a; letter-spacing: -.01em; line-height: 1.1; }
.ah-kpi-unit[b-nxcgifb01t] { font-size: .85rem; font-weight: 500; color: #64748b; }

.ah-kpi-sub[b-nxcgifb01t] { font-size: .82rem; color: #334155; display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
.ah-kpi-sub.muted[b-nxcgifb01t], .muted[b-nxcgifb01t] { color: #94a3b8; }

.ah-pill[b-nxcgifb01t] {
    font-size: .7rem;
    font-weight: 700;
    border-radius: 999px;
    padding: .18rem .6rem;
}

.pill-ok[b-nxcgifb01t] { background: #ecfdf5; color: #059669; }
.pill-warn[b-nxcgifb01t] { background: #fffbeb; color: #d97706; }

.ah-kpi-link[b-nxcgifb01t] {
    margin-top: auto;
    padding-top: .35rem;
    font-size: .8rem;
    font-weight: 600;
    color: #4f46e5;
    text-decoration: none;
}

.ah-kpi-link:hover[b-nxcgifb01t] { color: #4338ca; text-decoration: none; }

.ah-meter-bar[b-nxcgifb01t] {
    height: 7px;
    border-radius: 6px;
    background: #f1f5f9;
    overflow: hidden;
}

.ah-meter-bar span[b-nxcgifb01t] {
    display: block;
    height: 100%;
    border-radius: 6px;
    background: linear-gradient(90deg, #34d399, #0d9488);
    transition: width .4s ease;
}

.ah-meter-cap[b-nxcgifb01t] { font-size: .76rem; color: #64748b; margin-top: .3rem; }

.ah-tripod[b-nxcgifb01t] { display: flex; gap: 1.4rem; padding: .15rem 0; }
.ah-tripod .n[b-nxcgifb01t] { font-size: 1.45rem; font-weight: 700; color: #0f172a; line-height: 1.1; }
.ah-tripod .l[b-nxcgifb01t] { font-size: .72rem; color: #94a3b8; }

/* ============ Sections ============ */
.ah-section[b-nxcgifb01t] { margin: 1.7rem 0 0; }

.ah-section-head[b-nxcgifb01t], .ah-card-head[b-nxcgifb01t] {
    display: flex;
    align-items: baseline;
    gap: .7rem;
    margin-bottom: .9rem;
}

.ah-section-head h2[b-nxcgifb01t], .ah-card-head h2[b-nxcgifb01t] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.ah-count[b-nxcgifb01t] {
    font-size: .74rem;
    font-weight: 600;
    color: #6366f1;
    background: #eef2ff;
    border-radius: 999px;
    padding: .2rem .65rem;
}

/* ============ Modules ============ */
.ah-modules[b-nxcgifb01t] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    gap: 1rem;
}

.ah-module[b-nxcgifb01t] {
    background: #fff;
    border: 1px solid var(--tm-line, #e2e8f0);
    border-radius: 16px;
    padding: 1.15rem 1.2rem 1rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
    display: flex;
    flex-direction: column;
    gap: .65rem;
    transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease;
}

.ah-module:hover[b-nxcgifb01t] { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(15, 23, 42, .1); border-color: #c7d2fe; }

.ah-module.clickable[b-nxcgifb01t] { text-decoration: none; cursor: pointer; }
.ah-module.clickable:hover[b-nxcgifb01t] { text-decoration: none; }
.ah-module.clickable:hover .ah-module-arrow[b-nxcgifb01t] { transform: translateX(3px); color: #4f46e5; }

.ah-module-arrow[b-nxcgifb01t] {
    margin-left: auto;
    font-size: 1.15rem;
    color: #cbd5e1;
    transition: transform .14s ease, color .14s ease;
}

.ah-module-top[b-nxcgifb01t] { display: flex; align-items: center; gap: .8rem; }

.ah-module-mark[b-nxcgifb01t] {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: .95rem;
    color: #fff;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    box-shadow: 0 6px 14px rgba(99, 102, 241, .35);
    flex: 0 0 auto;
}

.ah-module-name h3[b-nxcgifb01t] { font-size: 1rem; font-weight: 700; color: #0f172a; margin: 0; }

.ah-module-src[b-nxcgifb01t] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .74rem;
    color: #059669;
    font-weight: 600;
}

.ah-module-desc[b-nxcgifb01t] { font-size: .84rem; color: #64748b; margin: 0; }

/* ============ Company + Activity ============ */
.ah-card[b-nxcgifb01t] {
    background: #fff;
    border: 1px solid var(--tm-line, #e2e8f0);
    border-radius: 16px;
    padding: 1.2rem 1.3rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}

.ah-kv-list[b-nxcgifb01t] { display: flex; flex-direction: column; }

/* Full-width company profile: fields flow into two balanced columns. */
.ah-kv-grid[b-nxcgifb01t] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2.5rem;
}

@media (max-width: 900px) { .ah-kv-grid[b-nxcgifb01t] { grid-template-columns: 1fr; } }
/* In two-column mode both cells of the final row are "last": drop their divider. */
@media (min-width: 901px) { .ah-kv-grid .ah-kv:nth-last-child(-n+2)[b-nxcgifb01t] { border-bottom: 0; } }

.ah-kv[b-nxcgifb01t] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .55rem 0;
    border-bottom: 1px dashed #eef2f7;
    font-size: .86rem;
}

.ah-kv:last-child[b-nxcgifb01t] { border-bottom: 0; }
.ah-kv .k[b-nxcgifb01t] { color: #94a3b8; flex: 0 0 auto; }
.ah-kv .v[b-nxcgifb01t] { color: #0f172a; font-weight: 600; text-align: right; }

/* timeline */
.ah-timeline[b-nxcgifb01t] { position: relative; padding-left: .35rem; }

.ah-event[b-nxcgifb01t] { display: flex; gap: .85rem; position: relative; padding-bottom: 1.05rem; }

.ah-event:not(:last-child)[b-nxcgifb01t]::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 14px;
    bottom: -2px;
    width: 2px;
    background: #eef2f7;
}

.ah-event-dot[b-nxcgifb01t] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: 4px;
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #e2e8f0;
}

.ev-ok[b-nxcgifb01t] { background: #10b981; }
.ev-indigo[b-nxcgifb01t] { background: #6366f1; }
.ev-amber[b-nxcgifb01t] { background: #f59e0b; }
.ev-rose[b-nxcgifb01t] { background: #f43f5e; }
.ev-slate[b-nxcgifb01t] { background: #94a3b8; }

.ah-event-body[b-nxcgifb01t] { min-width: 0; flex: 1; }

.ah-event-head[b-nxcgifb01t] { display: flex; align-items: baseline; gap: .5rem; flex-wrap: wrap; }

.ah-event-action[b-nxcgifb01t] { font-size: .82rem; font-weight: 700; color: #0f172a; }

.ah-event-entity[b-nxcgifb01t] {
    font-size: .7rem;
    font-weight: 600;
    color: #64748b;
    background: #f1f5f9;
    border-radius: 6px;
    padding: .12rem .45rem;
}

.ah-event-time[b-nxcgifb01t] { margin-left: auto; font-size: .74rem; color: #94a3b8; white-space: nowrap; }

.ah-event-summary[b-nxcgifb01t] { font-size: .82rem; color: #475569; margin-top: .15rem; overflow-wrap: anywhere; }

/* ============ Empty states ============ */
.ah-empty[b-nxcgifb01t] {
    background: #fff;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    padding: 2.2rem;
    text-align: center;
    color: #64748b;
}

.ah-empty.slim[b-nxcgifb01t] { border: 0; padding: 1.2rem .4rem; text-align: left; }

.ah-empty-art[b-nxcgifb01t] {
    width: 52px;
    height: 52px;
    margin: 0 auto .8rem;
    border-radius: 14px;
    background: #eef2ff;
    color: #6366f1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ah-empty-art svg[b-nxcgifb01t] { width: 24px; height: 24px; }
.ah-empty-title[b-nxcgifb01t] { font-weight: 700; color: #0f172a; margin-bottom: .25rem; }
.ah-empty p[b-nxcgifb01t] { font-size: .85rem; margin: 0 0 .9rem; }
