/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-f183a9as8d],
.components-reconnect-repeated-attempt-visible[b-f183a9as8d],
.components-reconnect-failed-visible[b-f183a9as8d],
.components-pause-visible[b-f183a9as8d],
.components-resume-failed-visible[b-f183a9as8d],
.components-rejoining-animation[b-f183a9as8d] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-f183a9as8d],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-f183a9as8d],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-f183a9as8d],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-f183a9as8d],
#components-reconnect-modal.components-reconnect-retrying[b-f183a9as8d],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-f183a9as8d],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-f183a9as8d],
#components-reconnect-modal.components-reconnect-failed[b-f183a9as8d],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-f183a9as8d] {
    display: block;
}


#components-reconnect-modal[b-f183a9as8d] {
    background-color: var(--rz-dialog-background-color);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: var(--rz-dialog-border-radius);
    box-shadow: var(--rz-dialog-shadow);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-f183a9as8d 0.5s both;
    &[open] {
        animation: components-reconnect-modal-slideUp-b-f183a9as8d 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-f183a9as8d 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }

}

#components-reconnect-modal[b-f183a9as8d]::backdrop {
    background-color: var(--rz-dialog-mask-background-color);
    animation: components-reconnect-modal-fadeInOpacity-b-f183a9as8d 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-f183a9as8d {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-f183a9as8d {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-f183a9as8d {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-f183a9as8d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-f183a9as8d] {
    margin: 0;
    text-align: center;
}

.components-rejoining-animation[b-f183a9as8d] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-f183a9as8d] {
        position: absolute;
        border: 3px solid var(--rz-primary);
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-f183a9as8d 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-f183a9as8d] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-f183a9as8d {
    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/Dashboard/Dashboard.razor.rz.scp.css */
.lh-content[b-gadzthrm8e] {
    padding: 1.5rem;
}

/* ── Welcome Row ─────────────────────────────── */
.lh-welcome-row[b-gadzthrm8e] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.lh-welcome-title[b-gadzthrm8e] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: -0.01em;
    margin: 0;
}

.lh-welcome-sub[b-gadzthrm8e] {
    font-size: 0.75rem;
    color: #94a3b8;
    margin: 3px 0 0 0;
}

.lh-welcome-right[b-gadzthrm8e] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.lh-org-pill[b-gadzthrm8e] {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.4rem 0.85rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
}

.lh-plan-badge[b-gadzthrm8e] {
    display: inline-flex;
    align-items: center;
    background: #faf5ff;
    color: #6d28d9;
    border: 1px solid #ddd6fe;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 10px;
}

/* ── Subscription Bar ────────────────────────── */
.lh-sub-bar[b-gadzthrm8e] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.9rem 1.25rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 1.25rem;
}

.lh-sub-block[b-gadzthrm8e] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 140px;
    padding: 0 1.1rem;
}

    .lh-sub-block:first-child[b-gadzthrm8e] {
        padding-left: 0;
    }

    .lh-sub-block:last-child[b-gadzthrm8e] {
        padding-right: 0;
    }

.lh-sub-sep[b-gadzthrm8e] {
    width: 1px;
    height: 40px;
    background: #e2e8f0;
    flex-shrink: 0;
}

.lh-sub-lbl[b-gadzthrm8e] {
    font-size: 0.625rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

.lh-sub-val[b-gadzthrm8e] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1e293b;
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.lh-sub-muted[b-gadzthrm8e] {
    font-size: 0.75rem;
    font-weight: 400;
    color: #94a3b8;
}

.lh-sub-note[b-gadzthrm8e] {
    font-size: 0.65rem;
    color: #94a3b8;
    margin-top: 3px;
}

/* Credits bar */
.lh-credit-track[b-gadzthrm8e] {
    height: 5px;
    background: #f1f5f9;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 5px;
}

.lh-credit-fill[b-gadzthrm8e] {
    height: 100%;
    border-radius: 3px;
    background: #3A474D;
}

/* ── Panels ───────────────────────────────────── */
.lh-panel-grid[b-gadzthrm8e] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
    margin-bottom: 1.25rem;
    align-items: stretch;
}

.lh-panel[b-gadzthrm8e] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.1rem 1.25rem;
    margin-bottom: 1.25rem;
}

.lh-panel-grid .lh-panel[b-gadzthrm8e] {
    margin-bottom: 0;
}

.lh-panel-head[b-gadzthrm8e] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
    flex-wrap: wrap;
}

.lh-panel-title[b-gadzthrm8e] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.lh-panel-sub[b-gadzthrm8e] {
    font-size: 0.7rem;
    color: #94a3b8;
    margin: 2px 0 0 0;
}

.lh-panel-link[b-gadzthrm8e] {
    font-size: 0.72rem;
    font-weight: 600;
    color: #3A474D;
    text-decoration: none;
    white-space: nowrap;
}

    .lh-panel-link:hover[b-gadzthrm8e] {
        text-decoration: underline;
    }

.lh-panel-legend[b-gadzthrm8e] {
    font-size: 0.68rem;
    font-weight: 600;
    color: #64748b;
    display: flex;
    align-items: center;
}

.lh-legend-dot[b-gadzthrm8e] {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
}

.lh-dot-blue[b-gadzthrm8e] {
    background: #3A474D;
}

.lh-dot-red[b-gadzthrm8e] {
    background: #ef4444;
}

.lh-dot-amber[b-gadzthrm8e] {
    background: #f59e0b;
}

.lh-dot-green[b-gadzthrm8e] {
    background: #10b981;
}

/* Donut center label (RadzenDonutSeries TitleTemplate) */
.lh-donut-num[b-gadzthrm8e] {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
}

.lh-donut-lbl[b-gadzthrm8e] {
    display: block;
    font-size: 10px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center;
}

.lh-status-legend[b-gadzthrm8e] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .lh-status-legend li[b-gadzthrm8e] {
        display: flex;
        align-items: center;
        font-size: 0.75rem;
        color: #475569;
        font-weight: 500;
    }

.lh-legend-count[b-gadzthrm8e] {
    margin-left: auto;
    font-weight: 700;
    color: #1e293b;
}

/* ── Issues Table ─────────────────────────────── */
.lh-table-wrap[b-gadzthrm8e] {
    overflow-x: auto;
}

.lh-issues-table[b-gadzthrm8e] {
    width: 100%;
    border-collapse: collapse;
}

    .lh-issues-table thead th[b-gadzthrm8e] {
        text-align: left;
        font-size: 0.65rem;
        font-weight: 700;
        color: #94a3b8;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        padding: 0 0.6rem 0.6rem 0.6rem;
        border-bottom: 1px solid #f1f5f9;
        white-space: nowrap;
    }

        .lh-issues-table thead th:first-child[b-gadzthrm8e] {
            padding-left: 0;
        }

    .lh-issues-table tbody td[b-gadzthrm8e] {
        padding: 0.75rem 0.6rem;
        border-bottom: 1px solid #f8fafc;
        font-size: 0.78rem;
        color: #334155;
        vertical-align: middle;
        white-space: nowrap;
    }

        .lh-issues-table tbody td:first-child[b-gadzthrm8e] {
            padding-left: 0;
            white-space: normal;
        }

    .lh-issues-table tbody tr:last-child td[b-gadzthrm8e] {
        border-bottom: none;
    }

.lh-issue-cell[b-gadzthrm8e] {
    display: flex;
    flex-direction: column;
    max-width: 320px;
}

.lh-issue-type[b-gadzthrm8e] {
    font-weight: 700;
    color: #1e293b;
    font-size: 0.8rem;
}

.lh-issue-msg[b-gadzthrm8e] {
    font-size: 0.7rem;
    color: #94a3b8;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lh-project-tag[b-gadzthrm8e] {
    display: inline-block;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #475569;
    font-size: 0.68rem;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 6px;
}

.lh-status-badge[b-gadzthrm8e] {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
}

.lh-status-critical[b-gadzthrm8e] {
    background: #fef2f2;
    color: #ef4444;
}

.lh-status-investigating[b-gadzthrm8e] {
    background: #fffbeb;
    color: #f59e0b;
}

.lh-status-open[b-gadzthrm8e] {
    background: #eff6ff;
    color: #3A474D;
}

.lh-status-resolved[b-gadzthrm8e] {
    background: #f0fdf4;
    color: #10b981;
}

.lh-status-ignored[b-gadzthrm8e] {
    background: #fffbeb;
    color: #f59e0b;
}

/* ── Projects Grid ────────────────────────────── */
.lh-projects-grid[b-gadzthrm8e] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.lh-project-card[b-gadzthrm8e] {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 0.9rem 1rem;
}

.lh-project-card-top[b-gadzthrm8e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.6rem;
}

.lh-project-name[b-gadzthrm8e] {
    font-size: 0.82rem;
    font-weight: 700;
    color: #1e293b;
}

.lh-env-badge[b-gadzthrm8e] {
    font-size: 0.62rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
    white-space: nowrap;
}

.lh-env-prod[b-gadzthrm8e] {
    background: #f0fdf4;
    color: #10b981;
}

.lh-env-staging[b-gadzthrm8e] {
    background: #fffbeb;
    color: #f59e0b;
}

.lh-env-dev[b-gadzthrm8e] {
    background: #f1f5f9;
    color: #64748b;
}

.lh-project-stats[b-gadzthrm8e] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 0.72rem;
    color: #64748b;
}

    .lh-project-stats strong[b-gadzthrm8e] {
        color: #1e293b;
        font-weight: 700;
    }

.lh-project-foot[b-gadzthrm8e] {
    font-size: 0.65rem;
    color: #94a3b8;
    margin-top: 0.6rem;
    padding-top: 0.6rem;
    border-top: 1px solid #f1f5f9;
}

/* ── Phone (≤ 600px) ─────────────────────────── */
@media (max-width: 600px) {
    .lh-content[b-gadzthrm8e] {
        padding: 1rem;
    }

    .lh-welcome-title[b-gadzthrm8e] {
        font-size: 1rem;
    }

    .lh-welcome-right[b-gadzthrm8e] {
        width: 100%;
    }

    .lh-sub-bar[b-gadzthrm8e] {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0;
        overflow: hidden;
    }

    .lh-sub-sep[b-gadzthrm8e] {
        width: 100%;
        height: 1px;
    }

    .lh-sub-block[b-gadzthrm8e] {
        padding: 0.75rem 1rem;
        min-width: unset;
    }

        .lh-sub-block:first-child[b-gadzthrm8e] {
            padding-left: 1rem;
        }

        .lh-sub-block:last-child[b-gadzthrm8e] {
            padding-right: 1rem;
        }

    .lh-panel-grid[b-gadzthrm8e] {
        grid-template-columns: 1fr;
    }

    .lh-projects-grid[b-gadzthrm8e] {
        grid-template-columns: 1fr;
    }
}

/* ── Tablet (601px – 900px) ──────────────────── */
@media (min-width: 601px) and (max-width: 900px) {
    .lh-sub-bar[b-gadzthrm8e] {
        flex-wrap: wrap;
        gap: 0;
        padding: 0.75rem 1rem;
    }

    .lh-sub-block[b-gadzthrm8e] {
        flex: 1 1 40%;
        min-width: 160px;
        padding: 0.6rem 0.75rem;
    }

    .lh-sub-sep[b-gadzthrm8e] {
        display: none;
    }

    .lh-sub-block:not(:last-child)[b-gadzthrm8e] {
        border-bottom: 1px solid #f1f5f9;
    }

    .lh-panel-grid[b-gadzthrm8e] {
        grid-template-columns: 1fr;
    }

    .lh-projects-grid[b-gadzthrm8e] {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* /Components/Pages/Dashboard/RecentErrors.razor.rz.scp.css */
.logs-card[b-nyf0ehox96] {
    border-radius: 12px;
    padding: 1rem 1.25rem;
    border: 0.5px solid #e5e7eb;
}


.card-header[b-nyf0ehox96] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}


.card-title[b-nyf0ehox96] {
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
    display: flex;
    gap: 6px;
}


.error-list[b-nyf0ehox96] {
    display: flex;
    flex-direction: column;
}


.error-item[b-nyf0ehox96] {
    padding: 12px 0;
    border-bottom: 1px solid #e5e7eb;
}


.error-title[b-nyf0ehox96] {
    font-size: 14px;
    font-weight: 600;
}


.error-message[b-nyf0ehox96] {
    font-size: 12px;
    color: #6b7280;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.error-meta[b-nyf0ehox96] {
    margin-top: 6px;
    display: flex;
    gap: 12px;
    font-size: 11px;
    color: #9ca3af;
}
/* /Components/Pages/Events/EventsPage.razor.rz.scp.css */
.ev-page[b-rnipprs0ru] {
    padding: 1.5rem;
}

/* ── Header ───────────────────────────────────── */
.ev-header[b-rnipprs0ru] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.ev-title[b-rnipprs0ru] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: -0.01em;
    margin: 0;
}

.ev-subtitle[b-rnipprs0ru] {
    font-size: 0.75rem;
    color: #94a3b8;
    margin: 3px 0 0 0;
}

.ev-count-pill[b-rnipprs0ru] {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.4rem 0.85rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
}

    .ev-count-pill[b-rnipprs0ru]  .rz-icon {
        font-size: 16px;
        color: #3A474D;
    }

/* ── Filter bar ───────────────────────────────── */
.ev-filter-bar[b-rnipprs0ru] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.9rem 1.1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1.25rem;
}

.ev-filter-search[b-rnipprs0ru] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 1 260px;
    min-width: 220px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0 10px;
}

    .ev-filter-search[b-rnipprs0ru]  .rz-icon,
    .ev-filter-search[b-rnipprs0ru]  i {
        color: #94a3b8;
        font-size: 18px;
        flex-shrink: 0;
    }

    .ev-filter-search[b-rnipprs0ru]  input {
        flex: 1;
        min-width: 0;
        border: none;
        outline: none;
        background: transparent;
        padding: 8px 0;
    }

.ev-filter-bar[b-rnipprs0ru]  .rz-dropdown {
    min-width: 150px;
    border-radius: 8px;
}

.ev-reset-btn[b-rnipprs0ru] {
    margin-left: auto;
}

    .ev-reset-btn[b-rnipprs0ru]  button {
        border-radius: 8px;
        border: 1px solid #cbd5e1 !important;
        color: #3A474D !important;
        background: #ffffff !important;
        opacity: 1 !important;
        font-weight: 600;
    }

        .ev-reset-btn[b-rnipprs0ru]  button:hover {
            background: #f8fafc !important;
            border-color: #3A474D !important;
        }

/* ── Panel / grid shell ───────────────────────── */
.ev-panel[b-rnipprs0ru] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.75rem 1rem 1rem 1rem;
}

.ev-table-scroll[b-rnipprs0ru] {
    overflow-x: auto;
}

.ev-grid[b-rnipprs0ru]  .rz-grid-table {
    font-size: 0.8rem;
}

.ev-grid[b-rnipprs0ru]  .rz-data-row:hover {
    background: #f8fafc;
}

.ev-grid[b-rnipprs0ru]  th.rz-unselectable-text {
    font-size: 0.65rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: transparent;
    border-bottom: 1px solid #f1f5f9;
}

.ev-grid[b-rnipprs0ru]  td.rz-cell-data {
    border-bottom: 1px solid #f8fafc;
    padding: 0.65rem 0.6rem;
}

.ev-time[b-rnipprs0ru] {
    font-variant-numeric: tabular-nums;
    color: #475569;
    font-weight: 600;
}

.ev-project-tag[b-rnipprs0ru] {
    display: inline-block;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #475569;
    font-size: 0.68rem;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 6px;
}

.ev-exception[b-rnipprs0ru] {
    font-weight: 700;
    color: #1e293b;
}

.ev-muted[b-rnipprs0ru] {
    color: #94a3b8;
}

.ev-status-badge[b-rnipprs0ru]  .rz-badge {
    border-radius: 20px;
    font-weight: 700;
    padding: 3px 10px;
    text-transform: capitalize;
}

/* ── Empty state ──────────────────────────────── */
.ev-empty[b-rnipprs0ru] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 1rem;
    text-align: center;
}

.ev-empty-icon[b-rnipprs0ru] {
    font-size: 40px;
    color: #cbd5e1;
    margin-bottom: 0.75rem;
}

.ev-empty-title[b-rnipprs0ru] {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 4px 0;
}

.ev-empty-sub[b-rnipprs0ru] {
    font-size: 0.8rem;
    color: #94a3b8;
    margin: 0;
}

/* ── Responsive ───────────────────────────────── */
@media (max-width: 768px) {
    .ev-filter-bar[b-rnipprs0ru] {
        flex-direction: column;
        align-items: stretch;
    }

    .ev-reset-btn[b-rnipprs0ru] {
        margin-left: 0;
    }
}
/* /Components/Pages/Issues/IssueCardComponent.razor.rz.scp.css */
/* Workspace baseline styles matching image_4648e6.png */
.radzen-clean-workspace[b-nlpae7iypj] {
    padding: 3rem 2rem;
    background-color: var(--rz-background-color-base-100, #f8fafc);
    min-height: 100vh;
}

.workspace-title[b-nlpae7iypj] {
    font-weight: 700 !important;
    letter-spacing: -0.02em;
    color: var(--rz-text-color, #1e293b);
}

/* Tactile floating pure-white card design with high-end border separation */
.radzen-clean-card[b-nlpae7iypj] {
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
    display: flex;
    position: relative;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.04), 0 2px 4px -1px rgba(0, 0, 0, 0.01) !important;
    transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease, border-color 0.2s ease;
}

    .radzen-clean-card:hover[b-nlpae7iypj] {
        transform: translateY(-4px);
        border-color: #cbd5e1 !important;
        box-shadow: 0 12px 20px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.02) !important;
    }

.radzen-card-body[b-nlpae7iypj] {
    padding: 1.5rem;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.project-card-title[b-nlpae7iypj] {
    font-weight: 700 !important;
    color: var(--rz-text-color, #1e293b) !important;
    max-width: 190px;
}

/* Platform tag metadata container */
.radzen-platform-pill[b-nlpae7iypj] {
    font-size: 10px;
    font-weight: 600;
    background-color: #f1f5f9;
    color: #475569;
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.radzen-card-desc[b-nlpae7iypj] {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 3em;
}

/* Beautiful CSS Status Beacon (Dot with Waves) */
.status-beacon[b-nlpae7iypj] {
    position: relative;
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--beacon-color);
    flex-shrink: 0;
}

    .status-beacon[b-nlpae7iypj]::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        box-shadow: 0 0 0 0 var(--beacon-glow);
        animation: beacon-pulse-wave-b-nlpae7iypj 2s infinite cubic-bezier(0.4, 0, 0.6, 1);
    }

/* Live pulse logic expanding smoothly */
@keyframes beacon-pulse-wave-b-nlpae7iypj {
    0% {
        box-shadow: 0 0 0 0 var(--beacon-glow);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

/* Dynamic Radzen Design-Token Theme Mappings */
.beacon-success[b-nlpae7iypj] {
    --beacon-color: var(--rz-success, #10b981);
    --beacon-glow: rgba(16, 185, 129, 0.4);
}

.beacon-warning[b-nlpae7iypj] {
    --beacon-color: var(--rz-warning, #f59e0b);
    --beacon-glow: rgba(245, 158, 11, 0.4);
}

.beacon-danger[b-nlpae7iypj] {
    --beacon-color: var(--rz-danger, #ef4444);
    --beacon-glow: rgba(239, 68, 68, 0.4);
}

.beacon-neutral[b-nlpae7iypj] {
    --beacon-color: var(--rz-text-secondary-color, #94a3b8);
    --beacon-glow: rgba(148, 163, 184, 0.4);
}

/* Consolidated Symmetrical Metrics Block Rows */
.radzen-metrics-row[b-nlpae7iypj] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 10px;
    padding: 0.75rem 0.5rem;
    gap: 0.5rem;
}

.metric-item[b-nlpae7iypj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .metric-item .lbl[b-nlpae7iypj] {
        font-size: 9px;
        color: #64748b;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.03em;
    }

    .metric-item .val[b-nlpae7iypj] {
        font-size: 1.2rem;
        font-weight: 700;
        color: #1e293b;
        margin-top: 2px;
    }

    /* Active Outage Highlighting Block style */
    .metric-item.highlight-open[b-nlpae7iypj] {
        background-color: #fff1f2;
        border-radius: 6px;
        padding: 2px 0;
    }

    .metric-item .val.bold-danger[b-nlpae7iypj] {
        color: var(--rz-danger, #ef4444);
    }

/* Card Footer Line */
.radzen-card-footer[b-nlpae7iypj] {
    border-top: 1px dashed #e2e8f0;
    font-size: 0.8rem;
    margin-top: auto;
}

.footer-lbl[b-nlpae7iypj] {
    color: #64748b;
}

.footer-val[b-nlpae7iypj] {
    font-weight: 600;
    color: #334155;
    max-width: 170px;
}

/* Empty State Fallback Panel */
.radzen-empty-slate[b-nlpae7iypj] {
    background-color: #ffffff;
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    max-width: 440px;
    margin: 4rem auto;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}
/* /Components/Pages/Issues/IssueDetailsComponent.razor.rz.scp.css */
/* Ensure details page matches the workspace background */
.radzen-clean-workspace[b-vzvolri9j2] {
    background-color: #f8fafc;
    padding: 2rem;
}

/* Override for Stack Trace container */
.radzen-clean-card pre[b-vzvolri9j2] {
    scrollbar-width: thin;
    scrollbar-color: #475569 #0b1220;
}

/* Ensure consistent spacing in the details view */
.radzen-clean-card .radzen-metrics-row[b-vzvolri9j2] {
    background-color: #f8fafc;
    border: 1px solid #f1f5f9;
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 items in header row */
}
/* /Components/Pages/Issues/IssuesPage.razor.rz.scp.css */
.is-workspace[b-h19xlz12ox] {
    padding: 0.5rem;
}

/* ── Header ───────────────────────────────────── */
.is-header[b-h19xlz12ox] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.is-title[b-h19xlz12ox] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: -0.01em;
    margin: 0;
}

.is-subtitle[b-h19xlz12ox] {
    font-size: 0.75rem;
    color: #94a3b8;
    margin: 3px 0 0 0;
}

.is-count-pill[b-h19xlz12ox] {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.4rem 0.85rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
}

    .is-count-pill[b-h19xlz12ox]  .rz-icon {
        font-size: 16px;
        color: #3A474D;
    }

.is-table-scroll[b-h19xlz12ox] {
    overflow-x: auto;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.5rem 0.75rem 0.75rem 0.75rem;
}

.is-grid[b-h19xlz12ox]  .rz-grid-table {
    font-size: 0.8rem;
}

.is-grid[b-h19xlz12ox]  .rz-data-row:hover {
    background: #f8fafc;
}

.is-grid[b-h19xlz12ox]  th.rz-unselectable-text {
    font-size: 0.65rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: transparent;
    border-bottom: 1px solid #f1f5f9;
}

.is-grid[b-h19xlz12ox]  td.rz-cell-data {
    border-bottom: 1px solid #f8fafc;
    padding: 0.65rem 0.6rem;
}

.is-project-cell[b-h19xlz12ox] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.is-project-name[b-h19xlz12ox] {
    font-weight: 700;
    color: #1e293b;
    font-size: 0.82rem;
}

.is-muted[b-h19xlz12ox] {
    color: #94a3b8;
    font-size: 0.78rem;
}

.is-open-count[b-h19xlz12ox] {
    font-weight: 700;
    color: #ef4444;
}

/* ── Empty state ──────────────────────────────── */
.workspace-empty-wrapper[b-h19xlz12ox] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    width: 100%;
}

.radzen-empty-slate[b-h19xlz12ox] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 420px;
    padding: 3rem 2.5rem;
    border: 2px dashed #cbd5e1;
    border-radius: 16px;
    background: #ffffff;
}
/* /Components/Pages/Issues/ProjectIssuesComponent.razor.rz.scp.css */
/* --- Workspace & Grid Layout --- */
.radzen-clean-workspace[b-m4019r1u1o] {
    padding: 2rem;
    background: #f8fafc;
    height: 83vh;
    overflow-y:auto;
}

.filter-bar[b-m4019r1u1o] {
    background: #ffffff;
    padding: 1.25rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.clean-grid[b-m4019r1u1o] {
    border: none !important;
    border-radius: 12px !important;
}

/* Critical: Allow ripples to expand outside the cell bounds */
.rz-datagrid-cell[b-m4019r1u1o] {
    overflow: visible !important;
}

/* --- Status Beacon System --- */

/* 1. Flex wrapper to pin the beacon to the exact center of the table cell */
.status-center[b-m4019r1u1o] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 40px; /* Ensures vertical space for the animation */
}

/* 2. The physical dot */
.status-beacon[b-m4019r1u1o] {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    background-color: var(--beacon-color);
}

    /* 3. The animated ripple layer */
    .status-beacon[b-m4019r1u1o]::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 2px solid var(--beacon-color);
        animation: beacon-ripple-b-m4019r1u1o 2s infinite ease-out;
        opacity: 0;
    }

    /* 4. Color definitions */
    .status-beacon.open[b-m4019r1u1o] {
        --beacon-color: #ef4444;
    }

    .status-beacon.resolved[b-m4019r1u1o] {
        --beacon-color: #10b981;
    }

    .status-beacon.ignored[b-m4019r1u1o] {
        --beacon-color: #94a3b8;
    }

/* 5. The animation */
@keyframes beacon-ripple-b-m4019r1u1o {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(3.5);
        opacity: 0;
    }
}

/* --- Dashboard Stats --- */
.dashboard-stats-grid[b-m4019r1u1o] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

.stat-tile[b-m4019r1u1o] {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

    .stat-tile span[b-m4019r1u1o] {
        display: block;
        font-size: 0.7rem;
        color: #64748b;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    .stat-tile strong[b-m4019r1u1o] {
        font-size: 1.5rem;
        color: #1e293b;
    }
/* /Components/Pages/Projects/ProjectsPage.razor.rz.scp.css */
.pr-page[b-bhuf9n2l60] {
    padding: 1.5rem;
}

/* ── Header ───────────────────────────────────── */
.pr-header[b-bhuf9n2l60] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.pr-title[b-bhuf9n2l60] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: -0.01em;
    margin: 0;
}

.pr-subtitle[b-bhuf9n2l60] {
    font-size: 0.75rem;
    color: #94a3b8;
    margin: 3px 0 0 0;
}

.pr-header-right[b-bhuf9n2l60] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.pr-count-pill[b-bhuf9n2l60] {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.2rem 0.30rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
}

.pr-count-pill[b-bhuf9n2l60]  .rz-icon {
    font-size: 10px;
    color: #3A474D;
}

.pr-add-btn[b-bhuf9n2l60]  button {
    border-radius: 30px;
    font-weight: 600;
    background: #3A474D !important;
    border-color: #3A474D !important;
    color: #ffffff !important;
}

.pr-add-btn[b-bhuf9n2l60]  button:hover {
    background: #2c363b !important;
    border-color: #2c363b !important;
}

/* ── Panel / grid shell ───────────────────────── */
.pr-panel[b-bhuf9n2l60] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.75rem 1rem 1rem 1rem;
}

.pr-table-scroll[b-bhuf9n2l60] {
    overflow-x: auto;
}

.pr-grid[b-bhuf9n2l60]  .rz-grid-table {
    font-size: 0.8rem;
}

.pr-grid[b-bhuf9n2l60]  .rz-data-row:hover {
    background: #f8fafc;
}

.pr-grid[b-bhuf9n2l60]  th.rz-unselectable-text {
    font-size: 0.65rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: transparent;
    border-bottom: 1px solid #f1f5f9;
}

.pr-grid[b-bhuf9n2l60]  td.rz-cell-data {
    border-bottom: 1px solid #f8fafc;
    padding: 0.65rem 0.6rem;
}

.pr-id-cell[b-bhuf9n2l60] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
}

.pr-id-text[b-bhuf9n2l60] {
    font-size: 0.75rem;
    color: #64748b;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.pr-copy-btn[b-bhuf9n2l60]  button {
    border-radius: 6px;
}

.pr-name[b-bhuf9n2l60] {
    font-weight: 700;
    color: #1e293b;
}

.pr-slug-tag[b-bhuf9n2l60] {
    display: inline-block;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #475569;
    font-size: 0.68rem;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 6px;
}

.pr-muted[b-bhuf9n2l60] {
    color: #94a3b8;
    font-size: 0.78rem;
}

.pr-actions-cell[b-bhuf9n2l60] {
    display: flex;
    justify-content: center;
    gap: 5px;
}

/* ── Empty state ──────────────────────────────── */
.pr-empty-wrapper[b-bhuf9n2l60] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    width: 100%;
}

.pr-empty[b-bhuf9n2l60] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 420px;
    padding: 3rem 2.5rem;
    border: 2px dashed #cbd5e1;
    border-radius: 16px;
    background: #ffffff;
}

.pr-empty-icon[b-bhuf9n2l60] {
    font-size: 40px;
    color: #cbd5e1;
    margin-bottom: 0.75rem;
}

.pr-empty-title[b-bhuf9n2l60] {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 4px 0;
}

.pr-empty-sub[b-bhuf9n2l60] {
    font-size: 0.8rem;
    color: #94a3b8;
    margin: 0 0 1.25rem 0;
}

.pr-empty-add-btn[b-bhuf9n2l60]  button {
    border-radius: 999px;
    padding: 0.55rem 1.4rem;
    font-weight: 600;
    background: #3A474D !important;
    border-color: #3A474D !important;
    color: #ffffff !important;
}

    .pr-empty-add-btn[b-bhuf9n2l60]  button:hover {
        background: #2c363b !important;
        border-color: #2c363b !important;
    }

/* ── Responsive ───────────────────────────────── */
@media (max-width: 600px) {
    .pr-page[b-bhuf9n2l60] {
        padding: 1rem;
    }

    .pr-header-right[b-bhuf9n2l60] {
        width: 100%;
        justify-content: space-between;
    }
}
