/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Minimal App Container */
.app-container[b-alpt9dfi1e] {
    min-height: 100vh;
}

/* Error UI */
#blazor-error-ui[b-alpt9dfi1e] {
    background: #1e293b;
    color: #ef4444;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    text-align: center;
    display: none;
    z-index: 9999;
}

#blazor-error-ui .reload[b-alpt9dfi1e] {
    color: #10b981;
    margin: 0 8px;
}

#blazor-error-ui .dismiss[b-alpt9dfi1e] {
    cursor: pointer;
    margin-left: 16px;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-w8oqysep0k] {
    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-w8oqysep0k] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-w8oqysep0k] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-w8oqysep0k] {
    font-size: 1.1rem;
}

.bi[b-w8oqysep0k] {
    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-w8oqysep0k] {
    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-w8oqysep0k] {
    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-w8oqysep0k] {
    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-w8oqysep0k] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-w8oqysep0k] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-w8oqysep0k] {
        padding-bottom: 1rem;
    }

    .nav-item[b-w8oqysep0k]  .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-w8oqysep0k]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-w8oqysep0k]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-w8oqysep0k] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-w8oqysep0k] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-w8oqysep0k] {
        display: none;
    }

    .nav-scrollable[b-w8oqysep0k] {
        /* 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-jtcs2ihohy],
.components-reconnect-repeated-attempt-visible[b-jtcs2ihohy],
.components-reconnect-failed-visible[b-jtcs2ihohy],
.components-pause-visible[b-jtcs2ihohy],
.components-resume-failed-visible[b-jtcs2ihohy],
.components-rejoining-animation[b-jtcs2ihohy] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-jtcs2ihohy],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-jtcs2ihohy],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-jtcs2ihohy],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-jtcs2ihohy],
#components-reconnect-modal.components-reconnect-retrying[b-jtcs2ihohy],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-jtcs2ihohy],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-jtcs2ihohy],
#components-reconnect-modal.components-reconnect-failed[b-jtcs2ihohy],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-jtcs2ihohy] {
    display: block;
}


#components-reconnect-modal[b-jtcs2ihohy] {
    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-jtcs2ihohy 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-jtcs2ihohy 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-jtcs2ihohy 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-jtcs2ihohy]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-jtcs2ihohy 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-jtcs2ihohy {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-jtcs2ihohy {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-jtcs2ihohy {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-jtcs2ihohy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-jtcs2ihohy] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-jtcs2ihohy] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-jtcs2ihohy] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-jtcs2ihohy] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-jtcs2ihohy] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-jtcs2ihohy] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-jtcs2ihohy 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-jtcs2ihohy] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-jtcs2ihohy {
    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/Marketing/MarketingFooter.razor.rz.scp.css */
/* Marketing Footer - Coral/Gold theme */

.footer[b-j2jna6f7wu] {
    background: #0a0a0a;
    border-top: 1px solid rgba(251, 191, 36, 0.1);
    padding: 40px 60px;
}

.footer-content[b-j2jna6f7wu] {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.footer-brand[b-j2jna6f7wu] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 16px;
}

.footer-brand .logo-icon-img[b-j2jna6f7wu] {
    width: 28px;
    height: 28px;
}

.footer-brand .logo-text[b-j2jna6f7wu] {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
}

.footer-links[b-j2jna6f7wu] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
}

.footer-links a[b-j2jna6f7wu] {
    color: #F87171;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover[b-j2jna6f7wu] {
    color: #FBBF24;
}

.footer-links .separator[b-j2jna6f7wu] {
    color: #64748b;
}

.footer-copyright[b-j2jna6f7wu] {
    color: #64748b;
    font-size: 0.9rem;
    margin: 0;
}

/* Back to Top */
.back-to-top[b-j2jna6f7wu] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #F87171 0%, #EF4444 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(248, 113, 113, 0.4);
    transition: all 0.3s ease;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
}

.back-to-top.visible[b-j2jna6f7wu] {
    opacity: 1;
    pointer-events: auto;
}

.back-to-top:hover[b-j2jna6f7wu] {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(248, 113, 113, 0.5);
    color: white;
}
/* /Components/Marketing/MarketingHeader.razor.rz.scp.css */
/* Sticky Header Navigation - Coral/Gold theme */

.sticky-header[b-mjg93pua7u] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(251, 191, 36, 0.2);
    padding: 16px 60px;
}

.header-content[b-mjg93pua7u] {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo[b-mjg93pua7u] {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.header-logo:hover[b-mjg93pua7u] {
    transform: scale(1.05);
}

.logo-icon-img[b-mjg93pua7u] {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.logo-text[b-mjg93pua7u] {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
}

.header-nav[b-mjg93pua7u] {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-link[b-mjg93pua7u] {
    color: #94a3b8;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.nav-link:hover[b-mjg93pua7u] {
    color: #FBBF24;
}

@media (max-width: 768px) {
    .sticky-header[b-mjg93pua7u] {
        padding: 12px 20px;
    }

    .header-nav[b-mjg93pua7u] {
        gap: 16px;
        font-size: 0.9rem;
    }

    .nav-link[b-mjg93pua7u] {
        display: none;
    }
}

@media (max-width: 480px) {
    .sticky-header[b-mjg93pua7u] {
        padding: 10px 16px;
    }

    .header-logo[b-mjg93pua7u] {
        font-size: 1.2rem;
        gap: 8px;
    }

    .header-nav[b-mjg93pua7u] {
        gap: 8px;
    }
}
/* /Components/Pages/Admin/ESPM/AuditLog.razor.rz.scp.css */
/* ESPM Audit Log — glass dark theme aligned with Policies.razor.css. */

.dashboard-content[b-v666je4dq6] {
    background: #0a0a0a;
    color: #ffffff;
    position: relative;
    min-height: 100vh;
}

.dashboard-content[b-v666je4dq6]::before {
    content: "";
    position: fixed;
    inset: 0 0 0 280px;
    background:
        radial-gradient(60% 50% at 20% 0%, rgba(96, 165, 250, 0.10), transparent 70%),
        radial-gradient(50% 50% at 100% 100%, rgba(168, 85, 247, 0.08), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.dashboard-content > *[b-v666je4dq6] {
    position: relative;
    z-index: 1;
}

.dashboard-header[b-v666je4dq6] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dashboard-header h1[b-v666je4dq6] {
    background: linear-gradient(135deg, #60A5FA 0%, #A855F7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.page-intro[b-v666je4dq6] {
    padding-block: 1rem 0;
    padding-inline: 2rem;
    color: #94a3b8;
    max-width: 980px;
}

.access-denied[b-v666je4dq6] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(248, 113, 113, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 24px;
    padding-block: 3rem;
    padding-inline: 2rem;
    text-align: center;
    color: #cbd5e1;
    margin: 2rem;
}

.access-denied h2[b-v666je4dq6] {
    color: #F87171;
    margin-block-end: 0.5rem;
}

.loading-state[b-v666je4dq6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-block: 4rem;
    color: #94a3b8;
}

.spinner[b-v666je4dq6] {
    width: 2.5rem;
    height: 2.5rem;
    border: 3px solid rgba(96, 165, 250, 0.2);
    border-top-color: #60A5FA;
    border-radius: 50%;
    animation: spin-b-v666je4dq6 0.9s linear infinite;
}

@keyframes spin-b-v666je4dq6 { to { transform: rotate(360deg); } }

.audit-section[b-v666je4dq6] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 20px;
    padding-block: 1.5rem;
    padding-inline: 1.5rem;
    margin-block: 1.5rem;
    margin-inline: 2rem;
}

.section-header[b-v666je4dq6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-block-end: 1.25rem;
}

.section-header h2[b-v666je4dq6] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #f1f5f9;
}

/* Filter bar */
.filter-row[b-v666je4dq6] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-block-end: 0.75rem;
}

.filter-row label[b-v666je4dq6] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    color: #cbd5e1;
    font-size: 0.9rem;
    flex: 1 1 140px;
    min-width: 120px;
}

.filter-row input[b-v666je4dq6],
.filter-row select[b-v666je4dq6] {
    background: rgba(0, 0, 0, 0.30);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #f1f5f9;
    border-radius: 10px;
    padding: 0.55rem 0.75rem;
    font-family: inherit;
    font-size: 0.95rem;
}

.filter-row input:focus[b-v666je4dq6],
.filter-row select:focus[b-v666je4dq6] {
    outline: none;
    border-color: rgba(96, 165, 250, 0.55);
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.18);
}

.form-actions[b-v666je4dq6] {
    display: flex;
    gap: 0.5rem;
    margin-block-start: 0.25rem;
}

.btn-primary[b-v666je4dq6],
.btn-secondary[b-v666je4dq6] {
    border-radius: 999px;
    padding: 0.5rem 1.1rem;
    font-weight: 600;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform 0.2s, background-color 0.2s, border-color 0.2s, color 0.2s;
    font-family: inherit;
    font-size: 0.9rem;
}

.btn-primary[b-v666je4dq6] {
    background: linear-gradient(135deg, #60A5FA 0%, #A855F7 100%);
    color: #0a0a0a;
}

.btn-primary:hover:not(:disabled)[b-v666je4dq6] {
    transform: translateY(-1px);
    filter: brightness(1.1);
}

.btn-secondary[b-v666je4dq6] {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
    color: #f1f5f9;
}

.btn-secondary:hover[b-v666je4dq6] {
    background: rgba(255, 255, 255, 0.08);
}

.btn-secondary:disabled[b-v666je4dq6] {
    opacity: 0.45;
    cursor: not-allowed;
}

.empty-state[b-v666je4dq6] {
    padding-block: 2.5rem;
    text-align: center;
    color: #94a3b8;
    font-style: italic;
}

/* Audit table */
.audit-table-wrap[b-v666je4dq6] {
    overflow-x: auto;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.audit-table[b-v666je4dq6] {
    width: 100%;
    border-collapse: collapse;
    background: rgba(0, 0, 0, 0.25);
}

.audit-table th[b-v666je4dq6],
.audit-table td[b-v666je4dq6] {
    padding: 0.75rem 0.9rem;
    text-align: start;
    border-block-end: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.92rem;
    vertical-align: middle;
}

.audit-table thead th[b-v666je4dq6] {
    background: rgba(255, 255, 255, 0.03);
    color: #94a3b8;
    font-weight: 600;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.audit-table tbody tr:hover[b-v666je4dq6] {
    background: rgba(96, 165, 250, 0.04);
}

.cell-timestamp[b-v666je4dq6] {
    color: #94a3b8;
    font-variant-numeric: tabular-nums;
    font-size: 0.85rem;
    white-space: nowrap;
}

.cell-context[b-v666je4dq6] {
    color: #94a3b8;
    font-size: 0.82rem;
    max-width: 20rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Badges */
.badge-resource[b-v666je4dq6],
.badge-event[b-v666je4dq6],
.badge-decision[b-v666je4dq6] {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    border: 1px solid transparent;
}

.badge-resource[b-v666je4dq6] {
    background: rgba(255, 255, 255, 0.06);
    color: #cbd5e1;
}

.badge-event[b-v666je4dq6] {
    background: rgba(96, 165, 250, 0.12);
    color: #93c5fd;
    border-color: rgba(96, 165, 250, 0.30);
}

.badge-event.event-resourcedenied[b-v666je4dq6],
.badge-event.event-killswitchtriggered[b-v666je4dq6] {
    background: rgba(248, 113, 113, 0.12);
    color: #fca5a5;
    border-color: rgba(248, 113, 113, 0.40);
}

.badge-event.event-syncfailed[b-v666je4dq6],
.badge-event.event-crashed[b-v666je4dq6],
.badge-event.event-signaturefailed[b-v666je4dq6] {
    background: rgba(251, 191, 36, 0.12);
    color: #fcd34d;
    border-color: rgba(251, 191, 36, 0.35);
}

.badge-decision.decision-allowed[b-v666je4dq6] {
    background: rgba(34, 197, 94, 0.12);
    color: #86efac;
    border-color: rgba(34, 197, 94, 0.35);
}

.badge-decision.decision-denied[b-v666je4dq6] {
    background: rgba(248, 113, 113, 0.12);
    color: #fca5a5;
    border-color: rgba(248, 113, 113, 0.40);
}

.badge-decision.decision-killed[b-v666je4dq6] {
    background: rgba(248, 113, 113, 0.18);
    color: #fca5a5;
    border-color: rgba(248, 113, 113, 0.50);
}

/* Pagination */
.pagination[b-v666je4dq6] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding-block: 1.25rem 0.5rem;
}

.page-info[b-v666je4dq6] {
    color: #94a3b8;
    font-size: 0.9rem;
    font-variant-numeric: tabular-nums;
}
/* /Components/Pages/Admin/ESPM/Catalog.razor.rz.scp.css */
/* ESPM Catalog — glass dark theme aligned with Policies.razor.css / PolicyEditor.razor.css. */

.dashboard-content[b-wbzeh1fxi0] {
    background: #0a0a0a;
    color: #ffffff;
    position: relative;
    min-height: 100vh;
}

.dashboard-content[b-wbzeh1fxi0]::before {
    content: "";
    position: fixed;
    inset: 0 0 0 280px;
    background:
        radial-gradient(60% 50% at 20% 0%, rgba(96, 165, 250, 0.10), transparent 70%),
        radial-gradient(50% 50% at 100% 100%, rgba(168, 85, 247, 0.08), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.dashboard-content > *[b-wbzeh1fxi0] {
    position: relative;
    z-index: 1;
}

.dashboard-header[b-wbzeh1fxi0] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dashboard-header h1[b-wbzeh1fxi0] {
    background: linear-gradient(135deg, #60A5FA 0%, #A855F7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.page-intro[b-wbzeh1fxi0] {
    padding-block: 1rem 0;
    padding-inline: 2rem;
    color: #94a3b8;
    max-width: 980px;
}

.inline-link[b-wbzeh1fxi0] {
    color: #93c5fd;
    text-decoration: none;
}

.inline-link:hover[b-wbzeh1fxi0] { text-decoration: underline; }

.access-denied[b-wbzeh1fxi0] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(248, 113, 113, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 24px;
    padding-block: 3rem;
    padding-inline: 2rem;
    text-align: center;
    color: #cbd5e1;
    margin: 2rem;
}

.access-denied h2[b-wbzeh1fxi0] {
    color: #F87171;
    margin-block-end: 0.5rem;
}

.loading-state[b-wbzeh1fxi0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-block: 4rem;
    color: #94a3b8;
}

.spinner[b-wbzeh1fxi0] {
    width: 2.5rem;
    height: 2.5rem;
    border: 3px solid rgba(96, 165, 250, 0.2);
    border-top-color: #60A5FA;
    border-radius: 50%;
    animation: spin-b-wbzeh1fxi0 0.9s linear infinite;
}

@keyframes spin-b-wbzeh1fxi0 { to { transform: rotate(360deg); } }

/* ===== Tabs ===== */
.policy-tabs[b-wbzeh1fxi0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-block: 1rem;
    margin-inline: 2rem;
    padding-block-end: 0.75rem;
    border-block-end: 1px solid rgba(255, 255, 255, 0.08);
}

.tab[b-wbzeh1fxi0] {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #cbd5e1;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.88rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

.tab:hover[b-wbzeh1fxi0] {
    background: rgba(96, 165, 250, 0.08);
    border-color: rgba(96, 165, 250, 0.30);
}

.tab.active[b-wbzeh1fxi0] {
    background: rgba(96, 165, 250, 0.15);
    border-color: rgba(96, 165, 250, 0.55);
    color: #f1f5f9;
}

.tab:focus-visible[b-wbzeh1fxi0] {
    outline: 2px solid rgba(96, 165, 250, 0.55);
    outline-offset: 2px;
}

.tab-count[b-wbzeh1fxi0] {
    background: rgba(255, 255, 255, 0.10);
    color: #cbd5e1;
    border-radius: 999px;
    padding: 0.05rem 0.45rem;
    font-size: 0.72rem;
    font-variant-numeric: tabular-nums;
}

.tab.active .tab-count[b-wbzeh1fxi0] { background: rgba(96, 165, 250, 0.25); color: #dbeafe; }

/* ===== Status banner ===== */
.status-message[b-wbzeh1fxi0] {
    margin-block: 0.75rem;
    margin-inline: 2rem;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    border: 1px solid transparent;
    font-size: 0.95rem;
}

.status-message.success[b-wbzeh1fxi0] {
    background: rgba(34, 197, 94, 0.10);
    border-color: rgba(34, 197, 94, 0.35);
    color: #86efac;
}

.status-message.error[b-wbzeh1fxi0] {
    background: rgba(248, 113, 113, 0.10);
    border-color: rgba(248, 113, 113, 0.40);
    color: #fca5a5;
}

/* ===== Tab body / cards ===== */
.tab-body[b-wbzeh1fxi0] {
    margin-block: 1rem;
    margin-inline: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.card[b-wbzeh1fxi0] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 20px;
    padding-block: 1.5rem;
    padding-inline: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.card-header[b-wbzeh1fxi0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.card-header h2[b-wbzeh1fxi0] {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #f1f5f9;
}

/* ===== Buttons ===== */
.btn-primary[b-wbzeh1fxi0],
.btn-secondary[b-wbzeh1fxi0],
.btn-danger[b-wbzeh1fxi0],
.btn-danger-small[b-wbzeh1fxi0],
.btn-link[b-wbzeh1fxi0] {
    border-radius: 999px;
    padding: 0.5rem 1.1rem;
    font-weight: 600;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform 0.2s, background-color 0.2s, border-color 0.2s, color 0.2s, filter 0.2s;
    font-family: inherit;
    font-size: 0.9rem;
}

.btn-primary[b-wbzeh1fxi0] {
    background: linear-gradient(135deg, #60A5FA 0%, #A855F7 100%);
    color: #0a0a0a;
}

.btn-primary:hover:not(:disabled)[b-wbzeh1fxi0] {
    transform: translateY(-1px);
    filter: brightness(1.1);
}

.btn-secondary[b-wbzeh1fxi0] {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
    color: #f1f5f9;
}

.btn-secondary:hover[b-wbzeh1fxi0] { background: rgba(255, 255, 255, 0.08); }

.btn-danger[b-wbzeh1fxi0] {
    background: rgba(248, 113, 113, 0.15);
    border-color: rgba(248, 113, 113, 0.45);
    color: #fca5a5;
}

.btn-danger:hover:not(:disabled)[b-wbzeh1fxi0] { background: rgba(248, 113, 113, 0.25); }

.btn-danger-small[b-wbzeh1fxi0] {
    background: transparent;
    border: 1px solid rgba(248, 113, 113, 0.35);
    color: #fca5a5;
    padding: 0.3rem 0.6rem;
    font-size: 0.9rem;
}

.btn-danger-small:hover:not(:disabled)[b-wbzeh1fxi0] { background: rgba(248, 113, 113, 0.15); }

.btn-danger-small:disabled[b-wbzeh1fxi0],
.btn-primary:disabled[b-wbzeh1fxi0],
.btn-danger:disabled[b-wbzeh1fxi0],
.btn-link:disabled[b-wbzeh1fxi0] {
    opacity: 0.45;
    cursor: not-allowed;
}

.btn-link[b-wbzeh1fxi0] {
    background: transparent;
    border: 1px solid rgba(96, 165, 250, 0.35);
    color: #93c5fd;
    padding: 0.3rem 0.75rem;
    font-size: 0.85rem;
}

.btn-link:hover:not(:disabled)[b-wbzeh1fxi0] { background: rgba(96, 165, 250, 0.10); }

/* ===== Inline form ===== */
.inline-form[b-wbzeh1fxi0] {
    background: rgba(96, 165, 250, 0.05);
    border: 1px solid rgba(96, 165, 250, 0.20);
    border-radius: 16px;
    padding-block: 1.25rem;
    padding-inline: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.inline-form h3[b-wbzeh1fxi0] {
    margin: 0;
    font-size: 1.05rem;
    color: #f1f5f9;
}

.inline-form label[b-wbzeh1fxi0] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    color: #cbd5e1;
    font-size: 0.9rem;
}

.inline-form input[b-wbzeh1fxi0],
.inline-form select[b-wbzeh1fxi0],
.inline-form textarea[b-wbzeh1fxi0] {
    background: rgba(0, 0, 0, 0.30);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #f1f5f9;
    color-scheme: dark;
    border-radius: 10px;
    padding: 0.55rem 0.75rem;
    font-family: inherit;
    font-size: 0.95rem;
}

.inline-form select option[b-wbzeh1fxi0],
.filter-bar select option[b-wbzeh1fxi0] {
    background-color: #1e293b;
    color: #f1f5f9;
}

.inline-form input:focus[b-wbzeh1fxi0],
.inline-form select:focus[b-wbzeh1fxi0],
.inline-form textarea:focus[b-wbzeh1fxi0] {
    outline: none;
    border-color: rgba(96, 165, 250, 0.55);
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.18);
}

.inline-form textarea.mono[b-wbzeh1fxi0] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.85rem;
    line-height: 1.5;
}

.inline-form .readonly-field[b-wbzeh1fxi0] {
    background: rgba(255, 255, 255, 0.04);
    color: #94a3b8;
    cursor: not-allowed;
}

.form-row[b-wbzeh1fxi0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.85rem;
}

.form-hint[b-wbzeh1fxi0] {
    color: #64748b;
    font-size: 0.78rem;
}

.toggle-label[b-wbzeh1fxi0] {
    flex-direction: row !important;
    align-items: center;
    gap: 0.5rem !important;
    color: #cbd5e1;
}

.toggle-label input[type="checkbox"][b-wbzeh1fxi0] {
    width: 1.1rem;
    height: 1.1rem;
    accent-color: #60A5FA;
    flex: 0 0 auto;
}

.form-actions[b-wbzeh1fxi0] {
    display: flex;
    gap: 0.5rem;
    margin-block-start: 0.25rem;
}

.empty-state[b-wbzeh1fxi0] {
    padding-block: 2.5rem;
    text-align: center;
    color: #94a3b8;
    font-style: italic;
}

/* ===== Tables ===== */
.policy-table-wrap[b-wbzeh1fxi0] {
    overflow-x: auto;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.policy-table[b-wbzeh1fxi0] {
    width: 100%;
    border-collapse: collapse;
    background: rgba(0, 0, 0, 0.25);
}

.policy-table th[b-wbzeh1fxi0],
.policy-table td[b-wbzeh1fxi0] {
    padding: 0.75rem 0.9rem;
    text-align: start;
    border-block-end: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.92rem;
    vertical-align: middle;
    color: #e2e8f0;
}

.policy-table thead th[b-wbzeh1fxi0] {
    background: rgba(255, 255, 255, 0.03);
    color: #94a3b8;
    font-weight: 600;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.policy-table tbody tr:hover[b-wbzeh1fxi0] { background: rgba(96, 165, 250, 0.04); }

.policy-name[b-wbzeh1fxi0] {
    color: #93c5fd;
    font-weight: 600;
}

.cell-updated[b-wbzeh1fxi0] {
    color: #94a3b8;
    font-variant-numeric: tabular-nums;
    font-size: 0.85rem;
}

.cell-endpoint[b-wbzeh1fxi0] {
    color: #cbd5e1;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.82rem;
    max-width: 24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cell-actions[b-wbzeh1fxi0] {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    justify-content: flex-end;
}

/* ===== Badges ===== */
.badge-version[b-wbzeh1fxi0],
.badge-lifecycle[b-wbzeh1fxi0],
.badge-rai[b-wbzeh1fxi0],
.badge-transport[b-wbzeh1fxi0],
.badge-provider[b-wbzeh1fxi0],
.badge-builtin[b-wbzeh1fxi0],
.badge-ok[b-wbzeh1fxi0],
.badge-active[b-wbzeh1fxi0],
.badge-inactive[b-wbzeh1fxi0] {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    border: 1px solid transparent;
}

.badge-version[b-wbzeh1fxi0] {
    background: rgba(255, 255, 255, 0.06);
    color: #cbd5e1;
    font-variant-numeric: tabular-nums;
}

.badge-lifecycle.lifecycle-draft[b-wbzeh1fxi0] {
    background: rgba(148, 163, 184, 0.12);
    color: #cbd5e1;
    border-color: rgba(148, 163, 184, 0.30);
}

.badge-lifecycle.lifecycle-published[b-wbzeh1fxi0],
.badge-lifecycle.lifecycle-active[b-wbzeh1fxi0] {
    background: rgba(34, 197, 94, 0.12);
    color: #86efac;
    border-color: rgba(34, 197, 94, 0.35);
}

.badge-lifecycle.lifecycle-deprecated[b-wbzeh1fxi0] {
    background: rgba(251, 191, 36, 0.12);
    color: #fcd34d;
    border-color: rgba(251, 191, 36, 0.35);
}

.badge-lifecycle.lifecycle-retired[b-wbzeh1fxi0] {
    background: rgba(248, 113, 113, 0.12);
    color: #fca5a5;
    border-color: rgba(248, 113, 113, 0.35);
}

.badge-rai.rai-pending[b-wbzeh1fxi0] {
    background: rgba(148, 163, 184, 0.12);
    color: #cbd5e1;
    border-color: rgba(148, 163, 184, 0.30);
}

.badge-rai.rai-passed[b-wbzeh1fxi0] {
    background: rgba(34, 197, 94, 0.12);
    color: #86efac;
    border-color: rgba(34, 197, 94, 0.35);
}

.badge-rai.rai-failed[b-wbzeh1fxi0] {
    background: rgba(248, 113, 113, 0.12);
    color: #fca5a5;
    border-color: rgba(248, 113, 113, 0.45);
}

.badge-transport.transport-stdio[b-wbzeh1fxi0] {
    background: rgba(168, 85, 247, 0.12);
    color: #c4b5fd;
    border-color: rgba(168, 85, 247, 0.35);
}

.badge-transport.transport-http[b-wbzeh1fxi0] {
    background: rgba(96, 165, 250, 0.12);
    color: #93c5fd;
    border-color: rgba(96, 165, 250, 0.35);
}

.badge-provider[b-wbzeh1fxi0] {
    background: rgba(168, 85, 247, 0.10);
    color: #c4b5fd;
    border-color: rgba(168, 85, 247, 0.30);
}

.badge-builtin[b-wbzeh1fxi0] {
    background: rgba(96, 165, 250, 0.12);
    color: #93c5fd;
    border-color: rgba(96, 165, 250, 0.35);
}

.badge-ok[b-wbzeh1fxi0] {
    background: transparent;
    color: #64748b;
}

.badge-active[b-wbzeh1fxi0] {
    background: rgba(34, 197, 94, 0.12);
    color: #86efac;
    border-color: rgba(34, 197, 94, 0.35);
}

.badge-inactive[b-wbzeh1fxi0] {
    background: rgba(148, 163, 184, 0.12);
    color: #94a3b8;
    border-color: rgba(148, 163, 184, 0.30);
}

/* ===== Modal ===== */
.modal-backdrop[b-wbzeh1fxi0] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    padding: 1rem;
}

.modal-dialog[b-wbzeh1fxi0] {
    background: #1a1a1a;
    border: 1px solid rgba(248, 113, 113, 0.35);
    border-radius: 20px;
    padding-block: 1.5rem;
    padding-inline: 1.75rem;
    max-width: 32rem;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}

.modal-dialog h3[b-wbzeh1fxi0] {
    margin-block: 0 0.75rem;
    color: #fca5a5;
}

.modal-dialog p[b-wbzeh1fxi0] {
    color: #cbd5e1;
    line-height: 1.5;
    margin-block-end: 1.25rem;
}

@media (max-width: 720px) {
    .policy-tabs[b-wbzeh1fxi0],
    .status-message[b-wbzeh1fxi0],
    .tab-body[b-wbzeh1fxi0] {
        margin-inline: 1rem;
    }

    .card-header[b-wbzeh1fxi0] {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ───────────────────────── Visibility filter + badges ───────────────────────── */
.filter-bar[b-wbzeh1fxi0] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    margin-block: 0.75rem 0;
    padding-block: 0.5rem;
    padding-inline: 0.75rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    backdrop-filter: blur(12px);
}

.filter-bar label[b-wbzeh1fxi0] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

.filter-bar select[b-wbzeh1fxi0] {
    padding-block: 0.35rem;
    padding-inline: 0.6rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    color-scheme: dark;
    border-radius: 6px;
    font-size: 0.875rem;
}

.badge-visibility[b-wbzeh1fxi0] {
    display: inline-block;
    padding-block: 0.15rem;
    padding-inline: 0.55rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid transparent;
    text-transform: capitalize;
}

.badge-visibility.visibility-internal[b-wbzeh1fxi0] {
    background: rgba(148, 163, 184, 0.15);
    color: #cbd5e1;
    border-color: rgba(148, 163, 184, 0.3);
}

.badge-visibility.visibility-preview[b-wbzeh1fxi0] {
    background: rgba(59, 130, 246, 0.18);
    color: #93c5fd;
    border-color: rgba(59, 130, 246, 0.35);
}

.badge-visibility.visibility-published[b-wbzeh1fxi0] {
    background: rgba(34, 197, 94, 0.18);
    color: #86efac;
    border-color: rgba(34, 197, 94, 0.35);
}

.badge-visibility.visibility-unpublished[b-wbzeh1fxi0] {
    background: rgba(239, 68, 68, 0.18);
    color: #fca5a5;
    border-color: rgba(239, 68, 68, 0.35);
}

/* ── AI Provider hosts & metadata ── */
.tag-list[b-wbzeh1fxi0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.5rem;
}

.tag[b-wbzeh1fxi0] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.2rem 0.5rem;
    background: rgba(96, 165, 250, 0.15);
    border: 1px solid rgba(96, 165, 250, 0.30);
    border-radius: 4px;
    font-size: 0.85rem;
    color: #93c5fd;
}

.tag-remove[b-wbzeh1fxi0] {
    background: none;
    border: none;
    color: #fca5a5;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    padding: 0 0.15rem;
}

.tag-remove:hover[b-wbzeh1fxi0] {
    color: #ef4444;
}

.inline-fieldset[b-wbzeh1fxi0] {
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    margin: 0.75rem 0;
    background: rgba(255, 255, 255, 0.02);
}

.inline-fieldset legend[b-wbzeh1fxi0] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #d1d5db;
    padding: 0 0.4rem;
}

.field-hint[b-wbzeh1fxi0] {
    font-size: 0.8rem;
    color: #9ca3af;
    font-weight: normal;
}

.monospace-input[b-wbzeh1fxi0] {
    font-family: 'Cascadia Code', 'Fira Code', 'Consolas', monospace;
    font-size: 0.85rem;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    color: #e5e7eb;
    padding: 0.5rem;
    resize: vertical;
}

/* Pre-flight banner for catalog rows whose secret fields still hold the
   <configure-in-admin> sentinel. See docs/ESPM-CONFIG-MAPPING.md 1.2 row 3. */
.preflight-warning[b-wbzeh1fxi0] {
    margin: 0 0 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(234, 179, 8, 0.45);
    border-radius: 6px;
    background: rgba(234, 179, 8, 0.08);
    color: #fcd34d;
}

.preflight-warning p[b-wbzeh1fxi0] {
    margin: 0.4rem 0 0;
    font-size: 0.875rem;
    line-height: 1.5;
}

.preflight-warning ul[b-wbzeh1fxi0] {
    margin: 0.5rem 0 0;
    padding-left: 1.25rem;
    font-size: 0.875rem;
}

.preflight-warning code[b-wbzeh1fxi0] {
    padding: 0.05rem 0.3rem;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.35);
    font-size: 0.8125rem;
}
/* /Components/Pages/Admin/ESPM/OrgHierarchy.razor.rz.scp.css */
/* Org Hierarchy tree — glass dark theme aligned with ESPM admin pages. */

.dashboard-content[b-s32dh3hfid] {
    background: #0a0a0a;
    color: #ffffff;
    position: relative;
    min-height: 100vh;
}

.dashboard-content[b-s32dh3hfid]::before {
    content: "";
    position: fixed;
    inset: 0 0 0 280px;
    background:
        radial-gradient(60% 50% at 20% 0%, rgba(96, 165, 250, 0.10), transparent 70%),
        radial-gradient(50% 50% at 100% 100%, rgba(168, 85, 247, 0.08), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.dashboard-content > *[b-s32dh3hfid] {
    position: relative;
    z-index: 1;
}

.dashboard-header[b-s32dh3hfid] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dashboard-header h1[b-s32dh3hfid] {
    background: linear-gradient(135deg, #60A5FA 0%, #A855F7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.page-intro[b-s32dh3hfid] {
    padding-block: 1rem 0;
    padding-inline: 2rem;
    color: #94a3b8;
    max-width: 980px;
}

.access-denied[b-s32dh3hfid] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(248, 113, 113, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 24px;
    padding-block: 3rem;
    padding-inline: 2rem;
    text-align: center;
    color: #cbd5e1;
    margin: 2rem;
}

.access-denied h2[b-s32dh3hfid] {
    color: #F87171;
    margin-block-end: 0.5rem;
}

.loading-state[b-s32dh3hfid] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-block: 4rem;
    color: #94a3b8;
}

.spinner[b-s32dh3hfid] {
    width: 2.5rem;
    height: 2.5rem;
    border: 3px solid rgba(96, 165, 250, 0.2);
    border-top-color: #60A5FA;
    border-radius: 50%;
    animation: spin-b-s32dh3hfid 0.9s linear infinite;
}

@keyframes spin-b-s32dh3hfid {
    to { transform: rotate(360deg); }
}

.empty-state[b-s32dh3hfid] {
    padding: 3rem 2rem;
    text-align: center;
    color: #64748b;
}

/* ── Status banner ── */

.status-banner[b-s32dh3hfid] {
    margin: 1rem 2rem 0;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.875rem;
}

.status-success[b-s32dh3hfid] {
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.35);
    color: #4ade80;
}

.status-error[b-s32dh3hfid] {
    background: rgba(248, 113, 113, 0.12);
    border: 1px solid rgba(248, 113, 113, 0.35);
    color: #F87171;
}

.status-dismiss[b-s32dh3hfid] {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    font-size: 1rem;
    opacity: 0.7;
    padding: 0 0.25rem;
}

.status-dismiss:hover[b-s32dh3hfid] {
    opacity: 1;
}

/* ── Tree container ── */

.tree-container[b-s32dh3hfid] {
    padding: 1.5rem 2rem 3rem;
}

.tree-root[b-s32dh3hfid],
.tree-children[b-s32dh3hfid] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tree-children[b-s32dh3hfid] {
    margin-inline-start: 1.5rem;
    padding-inline-start: 1rem;
    border-inline-start: 1px solid rgba(255, 255, 255, 0.06);
}

.tree-root > li[b-s32dh3hfid] {
    margin-block-end: 0.25rem;
}

.tree-children > li[b-s32dh3hfid] {
    margin-block-start: 0.25rem;
}

/* ── Tree node ── */

.tree-node[b-s32dh3hfid] {
    margin-block-end: 0.125rem;
}

.tree-node-header[b-s32dh3hfid] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.15s ease, box-shadow 0.15s ease;
    user-select: none;
}

.tree-node-header:hover[b-s32dh3hfid] {
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.tree-toggle[b-s32dh3hfid] {
    width: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.toggle-icon[b-s32dh3hfid] {
    font-size: 0.65rem;
    color: #64748b;
    transition: transform 0.15s ease;
}

.toggle-leaf[b-s32dh3hfid] {
    font-size: 0.4rem;
    color: #334155;
}

.node-icon[b-s32dh3hfid] {
    font-size: 1.1rem;
    flex-shrink: 0;
}

.node-name[b-s32dh3hfid] {
    font-weight: 500;
    color: #e2e8f0;
    white-space: nowrap;
}

.node-type-badge[b-s32dh3hfid] {
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    white-space: nowrap;
}

.badge-tenant[b-s32dh3hfid] {
    background: rgba(96, 165, 250, 0.15);
    color: #60A5FA;
    border: 1px solid rgba(96, 165, 250, 0.3);
}

.badge-division[b-s32dh3hfid] {
    background: rgba(168, 85, 247, 0.15);
    color: #A855F7;
    border: 1px solid rgba(168, 85, 247, 0.3);
}

.badge-region[b-s32dh3hfid] {
    background: rgba(251, 191, 36, 0.15);
    color: #FBBF24;
    border: 1px solid rgba(251, 191, 36, 0.3);
}

.badge-store[b-s32dh3hfid] {
    background: rgba(34, 197, 94, 0.15);
    color: #22C55E;
    border: 1px solid rgba(34, 197, 94, 0.3);
}

/* Fallback for unknown node types */
.node-type-badge:not(.badge-tenant):not(.badge-division):not(.badge-region):not(.badge-store)[b-s32dh3hfid] {
    background: rgba(148, 163, 184, 0.12);
    color: #94a3b8;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.agent-count-badge[b-s32dh3hfid] {
    font-size: 0.7rem;
    font-weight: 600;
    min-width: 1.4rem;
    height: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(96, 165, 250, 0.2);
    color: #60A5FA;
    border: 1px solid rgba(96, 165, 250, 0.35);
}

.policy-indicator[b-s32dh3hfid] {
    font-size: 0.85rem;
    cursor: help;
}

/* ── Policy inheritance label ── */

.policy-inheritance-label[b-s32dh3hfid] {
    margin-inline-start: 2.75rem;
    padding: 0.2rem 0.5rem;
    font-size: 0.75rem;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.inheritance-arrow[b-s32dh3hfid] {
    color: #475569;
    font-size: 0.85rem;
}

/* ── Agent badges ── */

.agent-badges[b-s32dh3hfid] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-inline-start: 2.75rem;
    padding-block: 0.35rem;
}

.agent-badge[b-s32dh3hfid] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.5rem;
    border-radius: 8px;
    font-size: 0.78rem;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.agent-online[b-s32dh3hfid] {
    background: rgba(34, 197, 94, 0.10);
    border: 1px solid rgba(34, 197, 94, 0.25);
    color: #4ade80;
}

.agent-offline[b-s32dh3hfid] {
    background: rgba(148, 163, 184, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.18);
    color: #94a3b8;
}

.agent-link[b-s32dh3hfid] {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.agent-link:hover[b-s32dh3hfid] {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.btn-move[b-s32dh3hfid] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #94a3b8;
    border-radius: 4px;
    cursor: pointer;
    padding: 0.1rem 0.3rem;
    font-size: 0.7rem;
    line-height: 1;
    transition: background 0.15s ease, color 0.15s ease;
}

.btn-move:hover[b-s32dh3hfid] {
    background: rgba(96, 165, 250, 0.2);
    color: #60A5FA;
    border-color: rgba(96, 165, 250, 0.4);
}

/* ── Modal ── */

.modal-overlay[b-s32dh3hfid] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-dialog[b-s32dh3hfid] {
    background: rgba(20, 20, 25, 0.96);
    border: 1px solid rgba(96, 165, 250, 0.25);
    border-radius: 20px;
    padding: 2rem;
    width: min(90vw, 480px);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
}

.modal-dialog h3[b-s32dh3hfid] {
    margin: 0 0 0.25rem;
    font-size: 1.25rem;
    background: linear-gradient(135deg, #60A5FA 0%, #A855F7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.modal-subtitle[b-s32dh3hfid] {
    color: #94a3b8;
    font-size: 0.875rem;
    margin-block-end: 1.25rem;
}

.form-label[b-s32dh3hfid] {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    margin-block-end: 0.4rem;
}

.form-select[b-s32dh3hfid] {
    width: 100%;
    padding: 0.6rem 0.75rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.30);
    color: #e2e8f0;
    font-size: 0.875rem;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    appearance: none;
}

.form-select:focus[b-s32dh3hfid] {
    border-color: rgba(96, 165, 250, 0.5);
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.18);
}

.modal-actions[b-s32dh3hfid] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-block-start: 1.5rem;
}

.btn-primary[b-s32dh3hfid] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 1.25rem;
    border-radius: 10px;
    border: none;
    background: linear-gradient(135deg, #60A5FA 0%, #A855F7 100%);
    color: #fff;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: opacity 0.15s ease, transform 0.1s ease;
}

.btn-primary:hover:not(:disabled)[b-s32dh3hfid] {
    opacity: 0.9;
    transform: translateY(-1px);
}

.btn-primary:disabled[b-s32dh3hfid] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-secondary[b-s32dh3hfid] {
    padding: 0.55rem 1.25rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: #94a3b8;
    font-weight: 500;
    font-size: 0.85rem;
    cursor: pointer;
    transition: background 0.15s ease;
}

.btn-secondary:hover:not(:disabled)[b-s32dh3hfid] {
    background: rgba(255, 255, 255, 0.08);
}

.btn-secondary:disabled[b-s32dh3hfid] {
    opacity: 0.5;
    cursor: not-allowed;
}

.spinner-sm[b-s32dh3hfid] {
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-s32dh3hfid 0.9s linear infinite;
}
/* /Components/Pages/Admin/ESPM/Policies.razor.rz.scp.css */
/* ESPM Policies list — glass dark theme aligned with Admin/Management.razor.css. */

.dashboard-content[b-n8sncurqxd] {
    background: #0a0a0a;
    color: #ffffff;
    position: relative;
    min-height: 100vh;
}

.dashboard-content[b-n8sncurqxd]::before {
    content: "";
    position: fixed;
    inset: 0 0 0 280px;
    background:
        radial-gradient(60% 50% at 20% 0%, rgba(96, 165, 250, 0.10), transparent 70%),
        radial-gradient(50% 50% at 100% 100%, rgba(168, 85, 247, 0.08), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.dashboard-content > *[b-n8sncurqxd] {
    position: relative;
    z-index: 1;
}

.dashboard-header[b-n8sncurqxd] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dashboard-header h1[b-n8sncurqxd] {
    background: linear-gradient(135deg, #60A5FA 0%, #A855F7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.page-intro[b-n8sncurqxd] {
    padding-block: 1rem 0;
    padding-inline: 2rem;
    color: #94a3b8;
    max-width: 980px;
}

.access-denied[b-n8sncurqxd] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(248, 113, 113, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 24px;
    padding-block: 3rem;
    padding-inline: 2rem;
    text-align: center;
    color: #cbd5e1;
    margin: 2rem;
}

.access-denied h2[b-n8sncurqxd] {
    color: #F87171;
    margin-block-end: 0.5rem;
}

.loading-state[b-n8sncurqxd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-block: 4rem;
    color: #94a3b8;
}

.spinner[b-n8sncurqxd] {
    width: 2.5rem;
    height: 2.5rem;
    border: 3px solid rgba(96, 165, 250, 0.2);
    border-top-color: #60A5FA;
    border-radius: 50%;
    animation: spin-b-n8sncurqxd 0.9s linear infinite;
}

@keyframes spin-b-n8sncurqxd { to { transform: rotate(360deg); } }

.status-message[b-n8sncurqxd] {
    margin-block: 1rem;
    margin-inline: 2rem;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    border: 1px solid transparent;
    font-size: 0.95rem;
}

.status-message.success[b-n8sncurqxd] {
    background: rgba(34, 197, 94, 0.10);
    border-color: rgba(34, 197, 94, 0.35);
    color: #86efac;
}

.status-message.error[b-n8sncurqxd] {
    background: rgba(248, 113, 113, 0.10);
    border-color: rgba(248, 113, 113, 0.40);
    color: #fca5a5;
}

.policy-section[b-n8sncurqxd] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 20px;
    padding-block: 1.5rem;
    padding-inline: 1.5rem;
    margin-block: 1.5rem;
    margin-inline: 2rem;
}

.section-header[b-n8sncurqxd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-block-end: 1.25rem;
}

.section-header h2[b-n8sncurqxd] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #f1f5f9;
}

.btn-primary[b-n8sncurqxd],
.btn-secondary[b-n8sncurqxd],
.btn-danger[b-n8sncurqxd],
.btn-danger-small[b-n8sncurqxd],
.btn-link[b-n8sncurqxd] {
    border-radius: 999px;
    padding: 0.5rem 1.1rem;
    font-weight: 600;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform 0.2s, background-color 0.2s, border-color 0.2s, color 0.2s;
    font-family: inherit;
    font-size: 0.9rem;
}

.btn-primary[b-n8sncurqxd] {
    background: linear-gradient(135deg, #60A5FA 0%, #A855F7 100%);
    color: #0a0a0a;
}

.btn-primary:hover:not(:disabled)[b-n8sncurqxd] {
    transform: translateY(-1px);
    filter: brightness(1.1);
}

.btn-secondary[b-n8sncurqxd] {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
    color: #f1f5f9;
}

.btn-secondary:hover[b-n8sncurqxd] {
    background: rgba(255, 255, 255, 0.08);
}

.btn-danger[b-n8sncurqxd] {
    background: rgba(248, 113, 113, 0.15);
    border-color: rgba(248, 113, 113, 0.45);
    color: #fca5a5;
}

.btn-danger:hover:not(:disabled)[b-n8sncurqxd] {
    background: rgba(248, 113, 113, 0.25);
}

.btn-danger-small[b-n8sncurqxd] {
    background: transparent;
    border: 1px solid rgba(248, 113, 113, 0.35);
    color: #fca5a5;
    padding: 0.3rem 0.6rem;
    font-size: 0.9rem;
}

.btn-danger-small:hover:not(:disabled)[b-n8sncurqxd] {
    background: rgba(248, 113, 113, 0.15);
}

.btn-danger-small:disabled[b-n8sncurqxd],
.btn-primary:disabled[b-n8sncurqxd],
.btn-danger:disabled[b-n8sncurqxd] {
    opacity: 0.45;
    cursor: not-allowed;
}

.btn-link[b-n8sncurqxd] {
    background: transparent;
    border: 1px solid rgba(96, 165, 250, 0.35);
    color: #93c5fd;
    padding: 0.3rem 0.75rem;
    font-size: 0.85rem;
    text-decoration: none;
    display: inline-block;
}

.btn-link:hover[b-n8sncurqxd] { background: rgba(96, 165, 250, 0.10); }

.inline-form[b-n8sncurqxd] {
    background: rgba(96, 165, 250, 0.05);
    border: 1px solid rgba(96, 165, 250, 0.20);
    border-radius: 16px;
    padding-block: 1.25rem;
    padding-inline: 1.25rem;
    margin-block-end: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.inline-form h3[b-n8sncurqxd] {
    margin: 0;
    font-size: 1.05rem;
    color: #f1f5f9;
}

.inline-form label[b-n8sncurqxd] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    color: #cbd5e1;
    font-size: 0.9rem;
}

.inline-form input[b-n8sncurqxd],
.inline-form select[b-n8sncurqxd],
.inline-form textarea[b-n8sncurqxd] {
    background: rgba(0, 0, 0, 0.30);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #f1f5f9;
    border-radius: 10px;
    padding: 0.55rem 0.75rem;
    font-family: inherit;
    font-size: 0.95rem;
}

.inline-form input:focus[b-n8sncurqxd],
.inline-form select:focus[b-n8sncurqxd],
.inline-form textarea:focus[b-n8sncurqxd] {
    outline: none;
    border-color: rgba(96, 165, 250, 0.55);
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.18);
}

.form-actions[b-n8sncurqxd] {
    display: flex;
    gap: 0.5rem;
    margin-block-start: 0.25rem;
}

.empty-state[b-n8sncurqxd] {
    padding-block: 2.5rem;
    text-align: center;
    color: #94a3b8;
    font-style: italic;
}

.policy-table-wrap[b-n8sncurqxd] {
    overflow-x: auto;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.policy-table[b-n8sncurqxd] {
    width: 100%;
    border-collapse: collapse;
    background: rgba(0, 0, 0, 0.25);
}

.policy-table th[b-n8sncurqxd],
.policy-table td[b-n8sncurqxd] {
    padding: 0.75rem 0.9rem;
    text-align: start;
    border-block-end: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.92rem;
    vertical-align: middle;
}

.policy-table thead th[b-n8sncurqxd] {
    background: rgba(255, 255, 255, 0.03);
    color: #94a3b8;
    font-weight: 600;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.policy-table tbody tr:hover[b-n8sncurqxd] {
    background: rgba(96, 165, 250, 0.04);
}

.policy-name[b-n8sncurqxd] {
    color: #93c5fd;
    text-decoration: none;
    font-weight: 600;
}

.policy-name:hover[b-n8sncurqxd] { text-decoration: underline; }

.policy-desc[b-n8sncurqxd] {
    color: #94a3b8;
    font-size: 0.82rem;
    margin-block-start: 0.2rem;
    max-width: 28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cell-updated[b-n8sncurqxd] {
    color: #94a3b8;
    font-variant-numeric: tabular-nums;
    font-size: 0.85rem;
}

.cell-actions[b-n8sncurqxd] {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    justify-content: flex-end;
}

.badge-version[b-n8sncurqxd],
.badge-mode[b-n8sncurqxd],
.badge-kill[b-n8sncurqxd],
.badge-ok[b-n8sncurqxd],
.badge-active[b-n8sncurqxd],
.badge-inactive[b-n8sncurqxd] {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    border: 1px solid transparent;
}

.badge-version[b-n8sncurqxd] {
    background: rgba(255, 255, 255, 0.06);
    color: #cbd5e1;
    font-variant-numeric: tabular-nums;
}

.badge-mode.mode-audit[b-n8sncurqxd] {
    background: rgba(251, 191, 36, 0.12);
    color: #fcd34d;
    border-color: rgba(251, 191, 36, 0.35);
}

.badge-mode.mode-enforce[b-n8sncurqxd] {
    background: rgba(248, 113, 113, 0.12);
    color: #fca5a5;
    border-color: rgba(248, 113, 113, 0.40);
}

.badge-mode.mode-disabled[b-n8sncurqxd] {
    background: rgba(148, 163, 184, 0.12);
    color: #cbd5e1;
    border-color: rgba(148, 163, 184, 0.30);
}

.badge-kill[b-n8sncurqxd] {
    background: rgba(248, 113, 113, 0.18);
    color: #fca5a5;
    border-color: rgba(248, 113, 113, 0.50);
}

.badge-ok[b-n8sncurqxd] {
    background: transparent;
    color: #64748b;
}

.badge-active[b-n8sncurqxd] {
    background: rgba(34, 197, 94, 0.12);
    color: #86efac;
    border-color: rgba(34, 197, 94, 0.35);
}

.badge-inactive[b-n8sncurqxd] {
    background: rgba(148, 163, 184, 0.12);
    color: #94a3b8;
    border-color: rgba(148, 163, 184, 0.30);
}

.modal-backdrop[b-n8sncurqxd] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    padding: 1rem;
}

.modal-dialog[b-n8sncurqxd] {
    background: #1a1a1a;
    border: 1px solid rgba(248, 113, 113, 0.35);
    border-radius: 20px;
    padding-block: 1.5rem;
    padding-inline: 1.75rem;
    max-width: 32rem;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}

.modal-dialog h3[b-n8sncurqxd] {
    margin-block: 0 0.75rem;
    color: #fca5a5;
}

.modal-dialog p[b-n8sncurqxd] {
    color: #cbd5e1;
    line-height: 1.5;
    margin-block-end: 1.25rem;
}
/* /Components/Pages/Admin/ESPM/PolicyEditor.razor.rz.scp.css */
/* ESPM Policy editor — glass dark theme. */

.dashboard-content[b-mm7u0kqxe0] {
    background: #0a0a0a;
    color: #ffffff;
    position: relative;
    min-height: 100vh;
}

.dashboard-content[b-mm7u0kqxe0]::before {
    content: "";
    position: fixed;
    inset: 0 0 0 280px;
    background:
        radial-gradient(60% 50% at 20% 0%, rgba(96, 165, 250, 0.10), transparent 70%),
        radial-gradient(50% 50% at 100% 100%, rgba(168, 85, 247, 0.08), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.dashboard-content > *[b-mm7u0kqxe0] { position: relative; z-index: 1; }

.dashboard-header[b-mm7u0kqxe0] { border-bottom: 1px solid rgba(255, 255, 255, 0.08); }

.dashboard-header h1[b-mm7u0kqxe0] {
    background: linear-gradient(135deg, #60A5FA 0%, #A855F7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
    letter-spacing: -0.01em;
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
    flex-wrap: wrap;
}

.crumb[b-mm7u0kqxe0] {
    -webkit-text-fill-color: initial;
    color: #93c5fd;
    background: none;
    text-decoration: none;
    font-size: 0.7em;
}

.crumb:hover[b-mm7u0kqxe0] { text-decoration: underline; }

.crumb-sep[b-mm7u0kqxe0] {
    -webkit-text-fill-color: initial;
    color: #64748b;
    font-size: 0.7em;
}

.access-denied[b-mm7u0kqxe0],
.loading-state[b-mm7u0kqxe0] {
    margin: 2rem;
    padding-block: 3rem;
    padding-inline: 2rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    color: #cbd5e1;
}

.access-denied h2[b-mm7u0kqxe0] { color: #F87171; margin-block-end: 0.5rem; }

.spinner[b-mm7u0kqxe0] {
    width: 2.5rem;
    height: 2.5rem;
    border: 3px solid rgba(96, 165, 250, 0.2);
    border-top-color: #60A5FA;
    border-radius: 50%;
    animation: spin-b-mm7u0kqxe0 0.9s linear infinite;
    margin: 0 auto;
}

@keyframes spin-b-mm7u0kqxe0 { to { transform: rotate(360deg); } }

/* ===== Concurrency banner ===== */
.concurrency-banner[b-mm7u0kqxe0] {
    margin-block: 1rem;
    margin-inline: 2rem;
    padding-block: 0.9rem;
    padding-inline: 1.2rem;
    background: rgba(251, 191, 36, 0.10);
    border: 1px solid rgba(251, 191, 36, 0.40);
    color: #fcd34d;
    border-radius: 14px;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    font-size: 0.95rem;
}

/* ===== Meta bar ===== */
.policy-meta-bar[b-mm7u0kqxe0] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    align-items: center;
    margin-block: 1.25rem 0.5rem;
    margin-inline: 2rem;
    padding-block: 0.75rem;
    padding-inline: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
}

.meta-item[b-mm7u0kqxe0] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    color: #cbd5e1;
    font-size: 0.9rem;
}

.meta-label[b-mm7u0kqxe0] {
    color: #64748b;
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.meta-updated[b-mm7u0kqxe0] { margin-inline-start: auto; color: #94a3b8; font-size: 0.85rem; }

/* ===== Tabs ===== */
.policy-tabs[b-mm7u0kqxe0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-block: 1rem;
    margin-inline: 2rem;
    padding-block-end: 0.75rem;
    border-block-end: 1px solid rgba(255, 255, 255, 0.08);
}

.tab[b-mm7u0kqxe0] {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #cbd5e1;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.88rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

.tab:hover[b-mm7u0kqxe0] { background: rgba(96, 165, 250, 0.08); border-color: rgba(96, 165, 250, 0.30); }

.tab.active[b-mm7u0kqxe0] {
    background: rgba(96, 165, 250, 0.15);
    border-color: rgba(96, 165, 250, 0.55);
    color: #f1f5f9;
}

.tab-count[b-mm7u0kqxe0] {
    background: rgba(255, 255, 255, 0.10);
    color: #cbd5e1;
    border-radius: 999px;
    padding: 0.05rem 0.45rem;
    font-size: 0.72rem;
    font-variant-numeric: tabular-nums;
}

.tab.active .tab-count[b-mm7u0kqxe0] { background: rgba(96, 165, 250, 0.25); color: #dbeafe; }

/* ===== Status banner ===== */
.status-message[b-mm7u0kqxe0] {
    margin-block: 0.75rem;
    margin-inline: 2rem;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    border: 1px solid transparent;
    font-size: 0.95rem;
}

.status-message.success[b-mm7u0kqxe0] { background: rgba(34, 197, 94, 0.10); border-color: rgba(34, 197, 94, 0.35); color: #86efac; }
.status-message.error[b-mm7u0kqxe0] { background: rgba(248, 113, 113, 0.10); border-color: rgba(248, 113, 113, 0.40); color: #fca5a5; }

/* ===== Tab body / cards ===== */
.tab-body[b-mm7u0kqxe0] {
    margin-block: 1rem;
    margin-inline: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.card[b-mm7u0kqxe0] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 18px;
    padding-block: 1.25rem;
    padding-inline: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.card h2[b-mm7u0kqxe0] {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
    color: #f1f5f9;
}

.card-header[b-mm7u0kqxe0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.card-help[b-mm7u0kqxe0] { color: #94a3b8; font-size: 0.88rem; line-height: 1.5; margin: 0; }
.card-help.muted[b-mm7u0kqxe0] { font-style: italic; }

.card-danger[b-mm7u0kqxe0] {
    border-color: rgba(248, 113, 113, 0.35);
    background: rgba(248, 113, 113, 0.04);
}

.card-danger h2[b-mm7u0kqxe0] { color: #fca5a5; }

/* ===== Forms ===== */
label[b-mm7u0kqxe0] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    color: #cbd5e1;
    font-size: 0.88rem;
}

label.row-2[b-mm7u0kqxe0] {
    flex-direction: column;
    gap: 0.3rem;
}

label > span:first-child[b-mm7u0kqxe0] {
    color: #94a3b8;
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    font-weight: 600;
}

input[type="text"][b-mm7u0kqxe0],
input[type="number"][b-mm7u0kqxe0],
select[b-mm7u0kqxe0],
textarea[b-mm7u0kqxe0] {
    background: rgba(0, 0, 0, 0.30);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #f1f5f9;
    border-radius: 10px;
    padding: 0.55rem 0.75rem;
    font-family: inherit;
    font-size: 0.92rem;
}

textarea[b-mm7u0kqxe0] { font-family: 'Cascadia Code', 'SF Mono', Consolas, monospace; resize: vertical; }

input:focus[b-mm7u0kqxe0], select:focus[b-mm7u0kqxe0], textarea:focus[b-mm7u0kqxe0] {
    outline: none;
    border-color: rgba(96, 165, 250, 0.55);
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.18);
}

input[readonly][b-mm7u0kqxe0] { color: #94a3b8; background: rgba(0, 0, 0, 0.18); }

.grid-2[b-mm7u0kqxe0] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.25rem;
}

@media (max-width: 720px) {
    .grid-2[b-mm7u0kqxe0] { grid-template-columns: 1fr; }
}

.inline-form[b-mm7u0kqxe0] {
    background: rgba(96, 165, 250, 0.05);
    border: 1px solid rgba(96, 165, 250, 0.20);
    border-radius: 14px;
    padding-block: 1rem;
    padding-inline: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.form-actions[b-mm7u0kqxe0] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
}

/* ===== Buttons ===== */
.btn-primary[b-mm7u0kqxe0], .btn-secondary[b-mm7u0kqxe0], .btn-danger[b-mm7u0kqxe0], .btn-danger-small[b-mm7u0kqxe0], .btn-link[b-mm7u0kqxe0], .mode-btn[b-mm7u0kqxe0] {
    border-radius: 999px;
    padding: 0.5rem 1.1rem;
    font-weight: 600;
    border: 1px solid transparent;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.88rem;
    transition: transform 0.2s, background-color 0.2s, border-color 0.2s, color 0.2s, filter 0.2s;
}

.btn-primary[b-mm7u0kqxe0] {
    background: linear-gradient(135deg, #60A5FA 0%, #A855F7 100%);
    color: #0a0a0a;
}

.btn-primary:hover:not(:disabled)[b-mm7u0kqxe0] { transform: translateY(-1px); filter: brightness(1.1); }

.btn-secondary[b-mm7u0kqxe0] {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
    color: #f1f5f9;
    text-decoration: none;
    display: inline-block;
}

.btn-secondary:hover[b-mm7u0kqxe0] { background: rgba(255, 255, 255, 0.08); }

.btn-danger[b-mm7u0kqxe0] {
    background: rgba(248, 113, 113, 0.15);
    border-color: rgba(248, 113, 113, 0.45);
    color: #fca5a5;
}

.btn-danger:hover:not(:disabled)[b-mm7u0kqxe0] { background: rgba(248, 113, 113, 0.25); }

.btn-danger-small[b-mm7u0kqxe0] {
    background: transparent;
    border: 1px solid rgba(248, 113, 113, 0.35);
    color: #fca5a5;
    padding: 0.3rem 0.6rem;
    font-size: 0.85rem;
}

.btn-danger-small:hover:not(:disabled)[b-mm7u0kqxe0] { background: rgba(248, 113, 113, 0.15); }

.btn-link[b-mm7u0kqxe0] {
    background: transparent;
    border: 1px solid rgba(96, 165, 250, 0.35);
    color: #93c5fd;
    padding: 0.3rem 0.75rem;
    font-size: 0.85rem;
    text-decoration: none;
    display: inline-block;
}

.btn-link:hover[b-mm7u0kqxe0] { background: rgba(96, 165, 250, 0.10); }

.btn-primary:disabled[b-mm7u0kqxe0], .btn-danger:disabled[b-mm7u0kqxe0], .btn-danger-small:disabled[b-mm7u0kqxe0], .btn-secondary:disabled[b-mm7u0kqxe0], .mode-btn:disabled[b-mm7u0kqxe0] {
    opacity: 0.45;
    cursor: not-allowed;
}

.mode-buttons[b-mm7u0kqxe0] { display: flex; gap: 0.5rem; flex-wrap: wrap; }

.mode-btn[b-mm7u0kqxe0] {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
    color: #cbd5e1;
}

.mode-btn.active[b-mm7u0kqxe0] {
    background: rgba(96, 165, 250, 0.15);
    border-color: rgba(96, 165, 250, 0.55);
    color: #f1f5f9;
}

.mode-btn:hover:not(:disabled):not(.active)[b-mm7u0kqxe0] { background: rgba(255, 255, 255, 0.08); }

/* ===== Assignment table ===== */
.assign-table[b-mm7u0kqxe0] {
    width: 100%;
    border-collapse: collapse;
    background: rgba(0, 0, 0, 0.20);
    border-radius: 12px;
    overflow: hidden;
    font-size: 0.9rem;
}

.assign-table th[b-mm7u0kqxe0], .assign-table td[b-mm7u0kqxe0] {
    padding: 0.6rem 0.8rem;
    text-align: start;
    border-block-end: 1px solid rgba(255, 255, 255, 0.05);
    vertical-align: middle;
}

.assign-table thead th[b-mm7u0kqxe0] {
    background: rgba(255, 255, 255, 0.03);
    color: #94a3b8;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.assign-table tbody tr:hover[b-mm7u0kqxe0] { background: rgba(96, 165, 250, 0.04); }

.json-cell[b-mm7u0kqxe0] {
    font-family: 'Cascadia Code', 'SF Mono', Consolas, monospace;
    font-size: 0.82rem;
    color: #cbd5e1;
    max-width: 22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ===== Badges ===== */
.badge-version[b-mm7u0kqxe0], .badge-mode[b-mm7u0kqxe0], .badge-kill[b-mm7u0kqxe0], .badge-ok[b-mm7u0kqxe0], .badge-active[b-mm7u0kqxe0], .badge-inactive[b-mm7u0kqxe0],
[class*="badge-mode-"][b-mm7u0kqxe0] {
    display: inline-block;
    padding: 0.18rem 0.55rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid transparent;
}

.badge-version[b-mm7u0kqxe0] { background: rgba(255, 255, 255, 0.06); color: #cbd5e1; font-variant-numeric: tabular-nums; }

.badge-mode.mode-audit[b-mm7u0kqxe0] { background: rgba(251, 191, 36, 0.12); color: #fcd34d; border-color: rgba(251, 191, 36, 0.35); }
.badge-mode.mode-enforce[b-mm7u0kqxe0] { background: rgba(248, 113, 113, 0.12); color: #fca5a5; border-color: rgba(248, 113, 113, 0.40); }
.badge-mode.mode-disabled[b-mm7u0kqxe0] { background: rgba(148, 163, 184, 0.12); color: #cbd5e1; border-color: rgba(148, 163, 184, 0.30); }

.badge-mode-allow[b-mm7u0kqxe0] { background: rgba(34, 197, 94, 0.12); color: #86efac; border-color: rgba(34, 197, 94, 0.35); }
.badge-mode-deny[b-mm7u0kqxe0] { background: rgba(248, 113, 113, 0.12); color: #fca5a5; border-color: rgba(248, 113, 113, 0.40); }
.badge-mode-inherit[b-mm7u0kqxe0] { background: rgba(148, 163, 184, 0.12); color: #cbd5e1; border-color: rgba(148, 163, 184, 0.30); }

.badge-kill[b-mm7u0kqxe0] { background: rgba(248, 113, 113, 0.18); color: #fca5a5; border-color: rgba(248, 113, 113, 0.50); }
.badge-ok[b-mm7u0kqxe0] { background: transparent; color: #64748b; }
.badge-active[b-mm7u0kqxe0] { background: rgba(34, 197, 94, 0.12); color: #86efac; border-color: rgba(34, 197, 94, 0.35); }
.badge-inactive[b-mm7u0kqxe0] { background: rgba(148, 163, 184, 0.12); color: #94a3b8; border-color: rgba(148, 163, 184, 0.30); }

/* ===== Preview ===== */
.preview-meta[b-mm7u0kqxe0] {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    padding-block: 0.75rem;
    padding-inline: 1rem;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    color: #cbd5e1;
    font-size: 0.9rem;
}

.preview-section[b-mm7u0kqxe0] {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding-block: 0.5rem;
    padding-inline: 0.85rem;
}

.preview-section summary[b-mm7u0kqxe0] {
    cursor: pointer;
    color: #93c5fd;
    font-weight: 600;
    padding-block: 0.25rem;
    user-select: none;
}

.preview-section[open] summary[b-mm7u0kqxe0] { color: #dbeafe; }

.preview-json[b-mm7u0kqxe0] {
    margin: 0.5rem 0 0;
    padding: 0.85rem 1rem;
    background: #050505;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    color: #d1d5db;
    font-family: 'Cascadia Code', 'SF Mono', Consolas, monospace;
    font-size: 0.8rem;
    line-height: 1.5;
    max-height: 24rem;
    overflow: auto;
    white-space: pre;
}

/* ===== Modal ===== */
.modal-backdrop[b-mm7u0kqxe0] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    padding: 1rem;
}

.modal-dialog[b-mm7u0kqxe0] {
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding-block: 1.5rem;
    padding-inline: 1.75rem;
    max-width: 32rem;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.modal-dialog.modal-danger[b-mm7u0kqxe0] { border-color: rgba(248, 113, 113, 0.45); }

.modal-dialog h3[b-mm7u0kqxe0] { margin-block: 0 0.25rem; color: #fca5a5; }

.modal-dialog p[b-mm7u0kqxe0] { color: #cbd5e1; line-height: 1.5; margin: 0; }

/* ── Configuration Settings Panel ── */
.config-settings-panel[b-mm7u0kqxe0] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.config-panel-header[b-mm7u0kqxe0] {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
}

.config-panel-header h2[b-mm7u0kqxe0] {
    margin: 0;
    font-size: 1.1rem;
    color: #f1f5f9;
}

.config-active-count[b-mm7u0kqxe0] {
    font-size: 0.8rem;
    color: #818cf8;
    background: rgba(129, 140, 248, 0.1);
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
}

.config-search-bar[b-mm7u0kqxe0] { margin-bottom: 0.25rem; }

.config-search-input[b-mm7u0kqxe0] {
    width: 100%;
    max-width: 400px;
    padding: 0.5rem 0.8rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    color: #e2e8f0;
    font-size: 0.85rem;
    outline: none;
    transition: border-color 0.2s;
}

.config-search-input:focus[b-mm7u0kqxe0] {
    border-color: rgba(99, 102, 241, 0.5);
}

.config-category[b-mm7u0kqxe0] {
    border: 1px solid rgba(var(--cat-rgb), 0.15);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.2s;
}

.config-category:hover[b-mm7u0kqxe0] {
    border-color: rgba(var(--cat-rgb), 0.3);
}

.config-category-toggle[b-mm7u0kqxe0] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1rem;
    background: rgba(var(--cat-rgb), 0.04);
    border: none;
    color: #f1f5f9;
    cursor: pointer;
    font-size: 0.9rem;
    text-align: left;
    transition: background 0.15s;
}

.config-category-toggle:hover[b-mm7u0kqxe0] {
    background: rgba(var(--cat-rgb), 0.08);
}

.config-cat-arrow[b-mm7u0kqxe0] {
    font-size: 0.7rem;
    width: 1rem;
    color: #64748b;
}

.config-cat-icon[b-mm7u0kqxe0] { font-size: 1.1rem; }

.config-cat-name[b-mm7u0kqxe0] {
    font-weight: 600;
    text-transform: capitalize;
}

.config-cat-counts[b-mm7u0kqxe0] {
    margin-left: auto;
    display: flex;
    gap: 0.5rem;
    font-size: 0.75rem;
}

.config-cat-active[b-mm7u0kqxe0] {
    color: #a5b4fc;
    background: rgba(129, 140, 248, 0.12);
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    font-weight: 600;
}

.config-cat-total[b-mm7u0kqxe0] { color: #64748b; }

.config-category-body[b-mm7u0kqxe0] {
    border-top: 1px solid rgba(var(--cat-rgb), 0.1);
}

.config-setting-row[b-mm7u0kqxe0] {
    display: flex;
    gap: 0.75rem;
    padding: 0.6rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    align-items: flex-start;
    transition: background 0.15s;
}

.config-setting-row:last-child[b-mm7u0kqxe0] { border-bottom: none; }

.config-setting-row:hover[b-mm7u0kqxe0] { background: rgba(255, 255, 255, 0.015); }

.config-setting-row.active[b-mm7u0kqxe0] { background: rgba(99, 102, 241, 0.03); }

.config-setting-toggle[b-mm7u0kqxe0] { padding-top: 0.15rem; }

/* Toggle switch */
.toggle-switch[b-mm7u0kqxe0] {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}

.toggle-switch input[b-mm7u0kqxe0] { opacity: 0; width: 0; height: 0; }

.toggle-slider[b-mm7u0kqxe0] {
    position: absolute;
    inset: 0;
    background: #334155;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.2s;
}

.toggle-slider[b-mm7u0kqxe0]::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    left: 3px;
    top: 3px;
    background: #94a3b8;
    border-radius: 50%;
    transition: transform 0.2s, background 0.2s;
}

.toggle-switch input:checked + .toggle-slider[b-mm7u0kqxe0] { background: rgba(99, 102, 241, 0.6); }

.toggle-switch input:checked + .toggle-slider[b-mm7u0kqxe0]::before {
    transform: translateX(16px);
    background: #e0e7ff;
}

.config-setting-info[b-mm7u0kqxe0] {
    flex: 1;
    min-width: 0;
}

.config-setting-key[b-mm7u0kqxe0] {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 0.2rem;
}

.config-setting-key code[b-mm7u0kqxe0] {
    font-family: ui-monospace, 'Cascadia Code', monospace;
    font-size: 0.82rem;
    color: #cbd5e1;
}

.config-key-highlight[b-mm7u0kqxe0] { color: #e2e8f0; font-weight: 600; }

.config-sep[b-mm7u0kqxe0] { color: #475569; margin: 0 0.15rem; }

.config-setting-desc[b-mm7u0kqxe0] {
    margin: 0 0 0.3rem;
    font-size: 0.78rem;
    color: #64748b;
    line-height: 1.4;
}

.config-setting-value-editor[b-mm7u0kqxe0] {
    display: flex;
    gap: 0.4rem;
    align-items: flex-start;
}

.config-value-input[b-mm7u0kqxe0] {
    flex: 1;
    font-family: ui-monospace, 'Cascadia Code', monospace;
    font-size: 0.8rem;
    padding: 0.35rem 0.5rem;
    border-radius: 6px;
    border: 1px solid rgba(99, 102, 241, 0.25);
    background: rgba(99, 102, 241, 0.04);
    color: #e2e8f0;
    resize: vertical;
    min-height: 28px;
}

.config-value-input:focus[b-mm7u0kqxe0] {
    border-color: rgba(99, 102, 241, 0.5);
    outline: none;
}

.btn-sm[b-mm7u0kqxe0] {
    font-size: 0.75rem;
    padding: 0.25rem 0.45rem;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    transition: all 0.15s;
}

.btn-save[b-mm7u0kqxe0] { background: rgba(34, 197, 94, 0.1); color: #4ade80; }
.btn-save:hover[b-mm7u0kqxe0] { background: rgba(34, 197, 94, 0.2); }
.btn-remove[b-mm7u0kqxe0] { background: rgba(248, 113, 113, 0.1); color: #fca5a5; }
.btn-remove:hover[b-mm7u0kqxe0] { background: rgba(248, 113, 113, 0.2); }

.config-setting-default[b-mm7u0kqxe0] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.config-default-label[b-mm7u0kqxe0] {
    font-size: 0.72rem;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.config-default-val[b-mm7u0kqxe0] {
    font-family: ui-monospace, 'Cascadia Code', monospace;
    font-size: 0.78rem;
    color: #64748b;
    background: rgba(255, 255, 255, 0.03);
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
}

.config-add-custom[b-mm7u0kqxe0] {
    padding-top: 0.5rem;
}

.config-add-custom .btn-link[b-mm7u0kqxe0] {
    background: none;
    border: none;
    color: #818cf8;
    cursor: pointer;
    font-size: 0.82rem;
    padding: 0;
}

.config-add-custom .btn-link:hover[b-mm7u0kqxe0] {
    text-decoration: underline;
}

.config-custom-form[b-mm7u0kqxe0] {
    margin-top: 0.5rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
}
/* /Components/Pages/Admin/ESPM/PolicyPreview.razor.rz.scp.css */
/* ESPM Policy Preview — glass dark theme. */

.dashboard-content[b-4dm7p4nisa] {
    background: #0a0a0a;
    color: #ffffff;
    position: relative;
    min-height: 100vh;
}

.dashboard-content[b-4dm7p4nisa]::before {
    content: "";
    position: fixed;
    inset: 0 0 0 280px;
    background:
        radial-gradient(60% 50% at 20% 0%, rgba(96, 165, 250, 0.10), transparent 70%),
        radial-gradient(50% 50% at 100% 100%, rgba(168, 85, 247, 0.08), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.dashboard-content > *[b-4dm7p4nisa] { position: relative; z-index: 1; }
.dashboard-header[b-4dm7p4nisa] { border-bottom: 1px solid rgba(255, 255, 255, 0.08); }

.dashboard-header h1[b-4dm7p4nisa] {
    background: linear-gradient(135deg, #60A5FA 0%, #A855F7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
    letter-spacing: -0.01em;
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
    flex-wrap: wrap;
}

.crumb[b-4dm7p4nisa] {
    -webkit-text-fill-color: initial;
    color: #93c5fd;
    background: none;
    text-decoration: none;
    font-size: 0.7em;
}

.crumb:hover[b-4dm7p4nisa] { text-decoration: underline; }

.crumb-sep[b-4dm7p4nisa] {
    -webkit-text-fill-color: initial;
    color: #64748b;
    font-size: 0.7em;
}

.access-denied[b-4dm7p4nisa],
.loading-state[b-4dm7p4nisa] {
    margin: 2rem;
    padding-block: 3rem;
    padding-inline: 2rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    color: #cbd5e1;
}

.access-denied h2[b-4dm7p4nisa] { color: #F87171; margin-block-end: 0.5rem; }

.spinner[b-4dm7p4nisa] {
    width: 2.5rem;
    height: 2.5rem;
    border: 3px solid rgba(96, 165, 250, 0.2);
    border-top-color: #60A5FA;
    border-radius: 50%;
    animation: spin-b-4dm7p4nisa 0.9s linear infinite;
    margin: 0 auto;
}

@keyframes spin-b-4dm7p4nisa { to { transform: rotate(360deg); } }

/* ===== Toolbar ===== */
.preview-toolbar[b-4dm7p4nisa] {
    margin-block: 1rem;
    margin-inline: 2rem;
    padding: 1rem 1.25rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
}

.toolbar-row[b-4dm7p4nisa] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
}

.toolbar-label[b-4dm7p4nisa] {
    color: #94a3b8;
    font-weight: 600;
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.toolbar-select[b-4dm7p4nisa] {
    flex: 1;
    min-width: 200px;
    max-width: 400px;
    padding: 0.5rem 0.75rem;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: #f1f5f9;
    font-family: inherit;
    font-size: 0.92rem;
}

.toolbar-select:focus[b-4dm7p4nisa] { border-color: rgba(96, 165, 250, 0.6); outline: none; }

.btn-primary[b-4dm7p4nisa] {
    padding: 0.5rem 1.2rem;
    background: linear-gradient(135deg, #3B82F6, #7C3AED);
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.92rem;
    font-weight: 600;
    transition: opacity 0.2s;
}

.btn-primary:hover:not(:disabled)[b-4dm7p4nisa] { opacity: 0.85; }
.btn-primary:disabled[b-4dm7p4nisa] { opacity: 0.4; cursor: not-allowed; }

.muted[b-4dm7p4nisa] { color: #64748b; font-size: 0.88rem; margin-block-start: 0.5rem; }

/* ===== Status ===== */
.status-message[b-4dm7p4nisa] {
    margin-block: 0.75rem;
    margin-inline: 2rem;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    border: 1px solid transparent;
    font-size: 0.95rem;
}

.status-message.error[b-4dm7p4nisa] { background: rgba(248, 113, 113, 0.10); border-color: rgba(248, 113, 113, 0.40); color: #fca5a5; }

/* ===== Policy meta bar ===== */
.policy-meta-bar[b-4dm7p4nisa] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    align-items: center;
    margin-block: 1.25rem 0.5rem;
    margin-inline: 2rem;
    padding-block: 0.75rem;
    padding-inline: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
}

.meta-item[b-4dm7p4nisa] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    color: #cbd5e1;
    font-size: 0.9rem;
}

.meta-label[b-4dm7p4nisa] {
    color: #64748b;
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.meta-resolved[b-4dm7p4nisa] { margin-inline-start: auto; color: #94a3b8; }

.badge-mode[b-4dm7p4nisa] {
    background: rgba(96, 165, 250, 0.15);
    color: #93c5fd;
    padding: 0.1rem 0.5rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
}

.kill-active[b-4dm7p4nisa] { color: #fca5a5; font-weight: 700; }
.kill-clear[b-4dm7p4nisa] { color: #86efac; }

/* ===== Resource groups ===== */
.resource-groups[b-4dm7p4nisa] {
    margin-block: 1rem;
    margin-inline: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.resource-section[b-4dm7p4nisa] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    padding: 0.75rem 1rem;
}

.resource-section summary[b-4dm7p4nisa] {
    cursor: pointer;
    color: #93c5fd;
    font-weight: 600;
    font-size: 1rem;
    padding-block: 0.3rem;
    user-select: none;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.resource-section[open] summary[b-4dm7p4nisa] { color: #dbeafe; }

.section-count[b-4dm7p4nisa] {
    background: rgba(255, 255, 255, 0.10);
    color: #cbd5e1;
    border-radius: 999px;
    padding: 0.05rem 0.5rem;
    font-size: 0.75rem;
    font-variant-numeric: tabular-nums;
}

/* ===== Resource table ===== */
.resource-table-wrap[b-4dm7p4nisa] {
    overflow-x: auto;
    margin-block-start: 0.5rem;
}

.resource-table[b-4dm7p4nisa] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
}

.resource-table th[b-4dm7p4nisa] {
    text-align: start;
    color: #64748b;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.4rem 0.6rem;
    border-block-end: 1px solid rgba(255, 255, 255, 0.08);
}

.resource-table td[b-4dm7p4nisa] {
    padding: 0.5rem 0.6rem;
    border-block-end: 1px solid rgba(255, 255, 255, 0.04);
    color: #e2e8f0;
    vertical-align: top;
}

.resource-table tbody tr:hover[b-4dm7p4nisa] { background: rgba(96, 165, 250, 0.04); }

.resource-name[b-4dm7p4nisa] { font-weight: 500; white-space: nowrap; }

.priority-cell[b-4dm7p4nisa] {
    font-variant-numeric: tabular-nums;
    color: #94a3b8;
    text-align: center;
}

.reason-cell[b-4dm7p4nisa] {
    color: #94a3b8;
    font-size: 0.82rem;
    max-width: 320px;
    word-break: break-word;
}

.admin-reason[b-4dm7p4nisa] { color: #64748b; }

/* ===== Decision badges ===== */
.decision-allow[b-4dm7p4nisa] {
    color: #86efac;
    background: rgba(34, 197, 94, 0.12);
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.82rem;
    white-space: nowrap;
}

.decision-deny[b-4dm7p4nisa] {
    color: #fca5a5;
    background: rgba(248, 113, 113, 0.12);
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.82rem;
    white-space: nowrap;
}

/* ===== Inline badges ===== */
.badge-version[b-4dm7p4nisa],
.badge-transport[b-4dm7p4nisa],
.badge-sort[b-4dm7p4nisa] {
    background: rgba(255, 255, 255, 0.08);
    color: #94a3b8;
    padding: 0.08rem 0.4rem;
    border-radius: 999px;
    font-size: 0.72rem;
    margin-inline-start: 0.35rem;
    font-weight: 500;
}

.badge-default[b-4dm7p4nisa] {
    background: rgba(168, 85, 247, 0.15);
    color: #c4b5fd;
    padding: 0.08rem 0.4rem;
    border-radius: 999px;
    font-size: 0.72rem;
    margin-inline-start: 0.35rem;
    font-weight: 600;
}

/* ===== Provenance detail ===== */
.btn-provenance[b-4dm7p4nisa] {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: #94a3b8;
    border-radius: 6px;
    width: 1.6rem;
    height: 1.6rem;
    cursor: pointer;
    font-size: 0.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.15s, border-color 0.15s;
}

.btn-provenance:hover[b-4dm7p4nisa] { background: rgba(96, 165, 250, 0.10); border-color: rgba(96, 165, 250, 0.40); color: #dbeafe; }

.provenance-detail[b-4dm7p4nisa] {
    margin-block-start: 0.5rem;
    padding: 0.75rem 0.85rem;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    font-size: 0.82rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.provenance-row[b-4dm7p4nisa] {
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
    color: #cbd5e1;
}

.prov-label[b-4dm7p4nisa] {
    color: #64748b;
    font-weight: 600;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    min-width: 100px;
}

.provenance-detail code[b-4dm7p4nisa] {
    background: rgba(255, 255, 255, 0.06);
    padding: 0.1rem 0.35rem;
    border-radius: 4px;
    font-family: 'Cascadia Code', 'SF Mono', Consolas, monospace;
    font-size: 0.78rem;
    color: #e2e8f0;
}

.provenance-reason[b-4dm7p4nisa] {
    margin-block-start: 0.2rem;
    padding: 0.5rem 0.75rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    color: #cbd5e1;
    line-height: 1.5;
    white-space: pre-wrap;
    word-break: break-word;
}
/* /Components/Pages/Admin/Management.razor.rz.scp.css */
/* Management page — glass dark theme aligned with marketing Home.razor.css.
   Scoped: selectors are auto-attributed with [b-xxxx], overriding global app.css. */

/* ===== Page chrome ===== */
.dashboard-content[b-1jmir5ymq8] {
    background: #0a0a0a;
    color: #ffffff;
    position: relative;
    min-height: 100vh;
}

.dashboard-content[b-1jmir5ymq8]::before {
    content: "";
    position: fixed;
    inset: 0 0 0 280px;
    background:
        radial-gradient(60% 50% at 20% 0%, rgba(248, 113, 113, 0.10), transparent 70%),
        radial-gradient(50% 50% at 100% 100%, rgba(251, 191, 36, 0.08), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.dashboard-content > *[b-1jmir5ymq8] {
    position: relative;
    z-index: 1;
}

.dashboard-header[b-1jmir5ymq8] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dashboard-header h1[b-1jmir5ymq8] {
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.dashboard-user span[b-1jmir5ymq8] {
    color: #a3a3a3;
}

.btn-logout[b-1jmir5ymq8] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 999px;
    padding: 0.45rem 1rem;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) and (pointer: fine) {
    .btn-logout:hover[b-1jmir5ymq8] {
        background: rgba(248, 113, 113, 0.12);
        border-color: rgba(248, 113, 113, 0.35);
        transform: translateY(-1px);
    }
}

/* ===== Access denied state ===== */
.access-denied[b-1jmir5ymq8] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(248, 113, 113, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 3rem 2rem;
    text-align: center;
    color: #cbd5e1;
}

.access-denied h2[b-1jmir5ymq8] {
    color: #F87171;
    margin-top: 0;
}

/* ===== Loading state ===== */
.loading-state[b-1jmir5ymq8] {
    text-align: center;
    padding: 3rem;
    color: #a3a3a3;
}

.loading-state .spinner[b-1jmir5ymq8] {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(248, 113, 113, 0.18);
    border-top-color: #F87171;
    border-right-color: #FBBF24;
    border-radius: 50%;
    animation: mgmt-spin-b-1jmir5ymq8 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes mgmt-spin-b-1jmir5ymq8 {
    to { transform: rotate(360deg); }
}

/* ===== Tabs ===== */
.management-tabs[b-1jmir5ymq8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    padding: 0.4rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 999px;
    width: fit-content;
    max-width: 100%;
}

.management-tabs button[b-1jmir5ymq8] {
    background: transparent;
    color: #cbd5e1;
    border: none;
    border-radius: 999px;
    padding: 0.55rem 1.1rem;
    font-size: 0.92rem;
    font-weight: 500;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.management-tabs button.active[b-1jmir5ymq8] {
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    color: #0a0a0a;
    font-weight: 700;
    box-shadow: 0 6px 20px rgba(248, 113, 113, 0.25);
}

@media (hover: hover) and (pointer: fine) {
    .management-tabs button:not(.active):hover[b-1jmir5ymq8] {
        background: rgba(255, 255, 255, 0.06);
        color: #ffffff;
    }
}

.management-tabs .tab-icon[b-1jmir5ymq8] {
    width: 18px;
    height: 18px;
}

/* ===== Status banner (status-message) ===== */
.status-message[b-1jmir5ymq8] {
    margin: 1rem 0 1.5rem;
    padding: 0.9rem 1.1rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #ffffff;
}

.status-message.success[b-1jmir5ymq8] {
    border-color: rgba(34, 197, 94, 0.4);
    box-shadow: 0 0 24px rgba(34, 197, 94, 0.12);
    color: #4ade80;
}

.status-message.error[b-1jmir5ymq8] {
    border-color: rgba(248, 113, 113, 0.4);
    box-shadow: 0 0 24px rgba(248, 113, 113, 0.12);
    color: #F87171;
}

/* ===== Section card ===== */
.management-section[b-1jmir5ymq8] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 1.75rem;
    margin-bottom: 1.75rem;
}

.section-header[b-1jmir5ymq8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.section-header h2[b-1jmir5ymq8] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* ===== Filter bar ===== */
.filter-bar[b-1jmir5ymq8] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.filter-bar select[b-1jmir5ymq8] {
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 0.5rem 0.85rem;
    font-size: 0.92rem;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.filter-bar select:focus[b-1jmir5ymq8] {
    outline: none;
    border-color: rgba(251, 191, 36, 0.55);
    box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.15);
}

.filter-bar select option[b-1jmir5ymq8] {
    background: #141414;
    color: #ffffff;
}

/* ===== Form card ===== */
.form-card[b-1jmir5ymq8] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-card h3[b-1jmir5ymq8] {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #ffffff;
    font-weight: 600;
}

.form-group[b-1jmir5ymq8] {
    margin-bottom: 1rem;
}

.form-group label[b-1jmir5ymq8] {
    display: block;
    margin-bottom: 0.4rem;
    color: #cbd5e1;
    font-size: 0.88rem;
    font-weight: 500;
}

.form-group input[type="text"][b-1jmir5ymq8],
.form-group input[type="email"][b-1jmir5ymq8],
.form-group select[b-1jmir5ymq8] {
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 0.65rem 0.9rem;
    font-size: 0.95rem;
    transition: border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.form-group input[b-1jmir5ymq8]::placeholder {
    color: #6b7280;
}

.form-group input:focus[b-1jmir5ymq8],
.form-group select:focus[b-1jmir5ymq8] {
    outline: none;
    border-color: rgba(251, 191, 36, 0.55);
    box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.15);
}

.form-group select option[b-1jmir5ymq8] {
    background: #141414;
    color: #ffffff;
}

.form-actions[b-1jmir5ymq8] {
    display: flex;
    justify-content: flex-end;
    gap: 0.6rem;
    margin-top: 1.25rem;
}

/* ===== Buttons ===== */
.btn-primary[b-1jmir5ymq8] {
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    color: #0a0a0a;
    border: none;
    border-radius: 999px;
    padding: 0.6rem 1.25rem;
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 16px rgba(248, 113, 113, 0.2);
}

.btn-secondary[b-1jmir5ymq8] {
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    padding: 0.6rem 1.25rem;
    font-size: 0.92rem;
    font-weight: 500;
    cursor: pointer;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) and (pointer: fine) {
    .btn-primary:hover[b-1jmir5ymq8] {
        transform: translateY(-2px);
        box-shadow: 0 8px 28px rgba(248, 113, 113, 0.35);
    }

    .btn-secondary:hover[b-1jmir5ymq8] {
        background: rgba(255, 255, 255, 0.06);
        border-color: rgba(255, 255, 255, 0.2);
        transform: translateY(-1px);
    }
}

.btn-primary:disabled[b-1jmir5ymq8],
.btn-secondary:disabled[b-1jmir5ymq8] {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}

/* Small action buttons */
.btn-danger-small[b-1jmir5ymq8],
.btn-success-small[b-1jmir5ymq8] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    font-size: 0.82rem;
    font-weight: 500;
    cursor: pointer;
    color: #ffffff;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-danger-small[b-1jmir5ymq8] {
    color: #F87171;
    border-color: rgba(248, 113, 113, 0.35);
}

.btn-success-small[b-1jmir5ymq8] {
    color: #4ade80;
    border-color: rgba(34, 197, 94, 0.4);
}

@media (hover: hover) and (pointer: fine) {
    .btn-danger-small:hover:not(:disabled)[b-1jmir5ymq8] {
        background: rgba(248, 113, 113, 0.14);
        border-color: rgba(248, 113, 113, 0.55);
        transform: translateY(-1px);
    }

    .btn-success-small:hover:not(:disabled)[b-1jmir5ymq8] {
        background: rgba(34, 197, 94, 0.14);
        border-color: rgba(34, 197, 94, 0.55);
        transform: translateY(-1px);
    }
}

.btn-danger-small:disabled[b-1jmir5ymq8],
.btn-success-small:disabled[b-1jmir5ymq8] {
    opacity: 0.4;
    cursor: not-allowed;
}

/* ===== Tables ===== */
.table-scroll-wrapper[b-1jmir5ymq8] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.data-table[b-1jmir5ymq8] {
    width: 100%;
    border-collapse: collapse;
    background: rgba(10, 10, 10, 0.4);
}

.data-table thead th[b-1jmir5ymq8] {
    background: rgba(255, 255, 255, 0.04);
    color: #cbd5e1;
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    font-weight: 600;
    padding: 0.85rem 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.data-table tbody td[b-1jmir5ymq8] {
    padding: 0.85rem 1rem;
    color: #e5e7eb;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.92rem;
    vertical-align: middle;
}

.data-table tbody tr:last-child td[b-1jmir5ymq8] {
    border-bottom: none;
}

.data-table tbody td strong[b-1jmir5ymq8] {
    color: #ffffff;
    font-weight: 600;
}

.data-table code[b-1jmir5ymq8],
.data-table .truncate[b-1jmir5ymq8] {
    background: rgba(255, 255, 255, 0.04);
    color: #FBBF24;
    padding: 0.15rem 0.5rem;
    border-radius: 6px;
    font-size: 0.82rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

@media (hover: hover) and (pointer: fine) {
    .data-table tbody tr[b-1jmir5ymq8] {
        transition: background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .data-table tbody tr:hover[b-1jmir5ymq8] {
        background: rgba(248, 113, 113, 0.05);
    }
}

.data-table td.actions[b-1jmir5ymq8] {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    flex-wrap: wrap;
}

.data-table input[type="checkbox"][b-1jmir5ymq8] {
    accent-color: #FBBF24;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/* ===== Status badges ===== */
.badge[b-1jmir5ymq8] {
    display: inline-block;
    padding: 0.22rem 0.65rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.04);
    color: #cbd5e1;
}

.badge.badge-success[b-1jmir5ymq8],
.badge.badge-online[b-1jmir5ymq8] {
    background: rgba(34, 197, 94, 0.12);
    color: #4ade80;
    border-color: rgba(34, 197, 94, 0.35);
    box-shadow: 0 0 14px rgba(34, 197, 94, 0.15);
}

.badge.badge-inactive[b-1jmir5ymq8] {
    background: rgba(251, 191, 36, 0.10);
    color: #FBBF24;
    border-color: rgba(251, 191, 36, 0.35);
    box-shadow: 0 0 14px rgba(251, 191, 36, 0.12);
}

.badge.badge-offline[b-1jmir5ymq8] {
    background: rgba(255, 255, 255, 0.04);
    color: #a3a3a3;
    border-color: rgba(255, 255, 255, 0.12);
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .dashboard-content[b-1jmir5ymq8]::before {
        inset: 0;
    }

    .dashboard-header h1[b-1jmir5ymq8] {
        font-size: 1.4rem;
    }

    .management-section[b-1jmir5ymq8] {
        padding: 1.25rem;
        border-radius: 18px;
    }

    .section-header[b-1jmir5ymq8] {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-header h2[b-1jmir5ymq8] {
        font-size: 1.25rem;
    }

    .management-tabs[b-1jmir5ymq8] {
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .data-table thead th[b-1jmir5ymq8],
    .data-table tbody td[b-1jmir5ymq8] {
        padding: 0.65rem 0.75rem;
        font-size: 0.82rem;
        white-space: nowrap;
    }
}
/* /Components/Pages/Admin/Releases.razor.rz.scp.css */
/* Releases page — glass dark theme. Scoped overrides global app.css. */

/* ===== Page chrome ===== */
.dashboard-content[b-6w23msp1uj] {
    background: #0a0a0a;
    color: #ffffff;
    position: relative;
    min-height: 100vh;
}

.dashboard-content[b-6w23msp1uj]::before {
    content: "";
    position: fixed;
    inset: 0 0 0 280px;
    background:
        radial-gradient(60% 50% at 20% 0%, rgba(248, 113, 113, 0.10), transparent 70%),
        radial-gradient(50% 50% at 100% 100%, rgba(251, 191, 36, 0.08), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.dashboard-content > *[b-6w23msp1uj] {
    position: relative;
    z-index: 1;
}

.dashboard-header[b-6w23msp1uj] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dashboard-header h1[b-6w23msp1uj] {
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.dashboard-user span[b-6w23msp1uj] {
    color: #a3a3a3;
}

.btn-logout[b-6w23msp1uj] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 999px;
    padding: 0.45rem 1rem;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) and (pointer: fine) {
    .btn-logout:hover[b-6w23msp1uj] {
        background: rgba(248, 113, 113, 0.12);
        border-color: rgba(248, 113, 113, 0.35);
        transform: translateY(-1px);
    }
}

/* ===== Current release card ===== */
.release-info-card[b-6w23msp1uj] {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #ffffff;
    padding: 2rem;
    border-radius: 24px;
    margin-bottom: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.release-info-card[b-6w23msp1uj]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(60% 80% at 0% 0%, rgba(248, 113, 113, 0.16), transparent 70%),
        radial-gradient(50% 70% at 100% 100%, rgba(251, 191, 36, 0.14), transparent 70%);
    pointer-events: none;
}

.release-info-card > *[b-6w23msp1uj] {
    position: relative;
}

.release-info-card h2[b-6w23msp1uj] {
    margin: 0 0 1rem 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.release-details[b-6w23msp1uj] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.version-badge[b-6w23msp1uj] {
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    color: #0a0a0a;
    padding: 0.5rem 1.1rem;
    border-radius: 999px;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    box-shadow: 0 6px 20px rgba(248, 113, 113, 0.3);
}

.release-date[b-6w23msp1uj] {
    color: #a3a3a3;
    font-size: 0.92rem;
}

.no-release[b-6w23msp1uj] {
    color: #a3a3a3;
    font-style: italic;
    margin: 0;
}

/* ===== Files section ===== */
.files-section[b-6w23msp1uj] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 1.75rem;
    border-radius: 24px;
    margin-bottom: 2rem;
}

.files-section h2[b-6w23msp1uj] {
    margin: 0 0 0.5rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.help-text[b-6w23msp1uj] {
    color: #cbd5e1;
    margin-bottom: 1.5rem;
    font-size: 0.92rem;
    line-height: 1.5;
}

.help-text code[b-6w23msp1uj] {
    background: rgba(255, 255, 255, 0.04);
    color: #FBBF24;
    padding: 0.15rem 0.5rem;
    border-radius: 6px;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.85em;
}

/* ===== Status messages ===== */
.success-message[b-6w23msp1uj],
.error-message[b-6w23msp1uj] {
    padding: 0.9rem 1.1rem;
    border-radius: 14px;
    margin: 0 0 1.25rem 0;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.success-message[b-6w23msp1uj] {
    color: #4ade80;
    border-color: rgba(34, 197, 94, 0.4);
    box-shadow: 0 0 24px rgba(34, 197, 94, 0.12);
}

.error-message[b-6w23msp1uj] {
    color: #F87171;
    border-color: rgba(248, 113, 113, 0.4);
    box-shadow: 0 0 24px rgba(248, 113, 113, 0.12);
}

/* ===== Table ===== */
.data-table[b-6w23msp1uj] {
    width: 100%;
    border-collapse: collapse;
    background: rgba(10, 10, 10, 0.4);
    border-radius: 14px;
    overflow: hidden;
}

.data-table thead th[b-6w23msp1uj] {
    background: rgba(255, 255, 255, 0.04);
    color: #cbd5e1;
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    font-weight: 600;
    padding: 0.85rem 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.data-table tbody td[b-6w23msp1uj] {
    padding: 0.85rem 1rem;
    color: #e5e7eb;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.92rem;
    vertical-align: middle;
}

.data-table tbody tr:last-child td[b-6w23msp1uj] {
    border-bottom: none;
}

.data-table tbody td strong[b-6w23msp1uj] {
    color: #ffffff;
    font-weight: 600;
}

.file-icon[b-6w23msp1uj] {
    margin-right: 0.5rem;
    font-size: 1.05rem;
}

@media (hover: hover) and (pointer: fine) {
    .data-table tbody tr[b-6w23msp1uj] {
        transition: background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .data-table tbody tr:hover[b-6w23msp1uj] {
        background: rgba(248, 113, 113, 0.05);
    }
}

/* ===== Small action buttons ===== */
.btn-small[b-6w23msp1uj] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    color: #cbd5e1;
    cursor: pointer;
    text-decoration: none;
    margin-right: 0.4rem;
    font-size: 0.85rem;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-small.btn-danger[b-6w23msp1uj] {
    color: #F87171;
    border-color: rgba(248, 113, 113, 0.35);
}

@media (hover: hover) and (pointer: fine) {
    .btn-small:hover[b-6w23msp1uj] {
        background: rgba(251, 191, 36, 0.1);
        color: #FBBF24;
        border-color: rgba(251, 191, 36, 0.45);
        transform: translateY(-1px);
    }
    .btn-small.btn-danger:hover[b-6w23msp1uj] {
        background: rgba(248, 113, 113, 0.14);
        color: #F87171;
        border-color: rgba(248, 113, 113, 0.55);
    }
}

/* ===== Update URL panel ===== */
.url-info[b-6w23msp1uj] {
    margin-top: 2rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
}

.url-info h3[b-6w23msp1uj] {
    margin: 0 0 0.5rem 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.05rem;
}

.url-info p[b-6w23msp1uj] {
    color: #a3a3a3;
    font-size: 0.9rem;
    margin: 0 0 0.75rem 0;
}

.url-display[b-6w23msp1uj] {
    display: block;
    padding: 1rem 1.1rem;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(251, 191, 36, 0.25);
    border-radius: 12px;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.9rem;
    word-break: break-all;
    color: #FBBF24;
    box-shadow: 0 0 24px rgba(251, 191, 36, 0.08);
}

/* ===== Loading + empty states ===== */
.loading-state[b-6w23msp1uj],
.empty-state[b-6w23msp1uj] {
    text-align: center;
    padding: 3rem 1rem;
    color: #a3a3a3;
}

.loading-state .spinner[b-6w23msp1uj] {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(248, 113, 113, 0.18);
    border-top-color: #F87171;
    border-right-color: #FBBF24;
    border-radius: 50%;
    animation: rel-spin-b-6w23msp1uj 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes rel-spin-b-6w23msp1uj {
    to { transform: rotate(360deg); }
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .dashboard-content[b-6w23msp1uj]::before {
        inset: 0;
    }

    .dashboard-header h1[b-6w23msp1uj] {
        font-size: 1.3rem;
    }

    .release-info-card[b-6w23msp1uj],
    .files-section[b-6w23msp1uj] {
        padding: 1.25rem;
        border-radius: 18px;
    }

    .release-details[b-6w23msp1uj] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .version-badge[b-6w23msp1uj] {
        font-size: 1.15rem;
        padding: 0.4rem 0.85rem;
    }

    .data-table[b-6w23msp1uj] {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .data-table thead th[b-6w23msp1uj],
    .data-table tbody td[b-6w23msp1uj] {
        padding: 0.65rem 0.75rem;
        font-size: 0.82rem;
        white-space: nowrap;
    }

    .url-display[b-6w23msp1uj] {
        font-size: 0.78rem;
        padding: 0.75rem 0.9rem;
    }
}
/* /Components/Pages/Agents/AgentDetails.razor.rz.scp.css */
/* ============================================================
   AgentDetails — premium glass + coral/gold theme.

   Scoped to AgentDetails.razor via Blazor CSS isolation
   ([b-xxxx] auto-attribute on every selector). All class names here
   are intentionally scoped-only (panel-card, hero-card, workspace-surface,
   meta-list, meta-line, status-grid, etc.) to bypass the legacy global
   rules in wwwroot/app.css that target .agent-details-sections,
   .card.card-dark, .mobile-card, .mobile-grid, .info-body, etc.

   Design tokens mirror AgentList.razor.css / Management.razor.css.
   ============================================================ */

/* ----- Page chrome ----- */

.dashboard-content[b-m4m8dpvtdv] {
    background: #0a0a0a;
    color: #ffffff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    position: relative;
    min-height: 100vh;
}

.dashboard-content[b-m4m8dpvtdv]::before {
    content: "";
    position: fixed;
    inset: 0 0 0 280px;
    background:
        radial-gradient(60% 50% at 20% 0%, rgba(248, 113, 113, 0.10), transparent 70%),
        radial-gradient(50% 50% at 100% 100%, rgba(251, 191, 36, 0.08), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.dashboard-content > *[b-m4m8dpvtdv] {
    position: relative;
    z-index: 1;
}

.dashboard-header[b-m4m8dpvtdv] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dashboard-header .breadcrumb[b-m4m8dpvtdv] {
    margin-block: 0;
}

.dashboard-header .breadcrumb a[b-m4m8dpvtdv] {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.dashboard-header .breadcrumb a:hover[b-m4m8dpvtdv] {
    color: #FBBF24;
}

.dashboard-user[b-m4m8dpvtdv] {
    color: #a3a3a3;
    font-size: 0.92rem;
}

.btn-logout[b-m4m8dpvtdv] {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 0.45rem 1rem;
    border-radius: 999px;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (hover: hover) and (pointer: fine) {
    .btn-logout:hover[b-m4m8dpvtdv] {
        background: rgba(248, 113, 113, 0.15);
        border-color: rgba(248, 113, 113, 0.5);
        transform: translateY(-1px);
        box-shadow: 0 0 20px rgba(248, 113, 113, 0.2);
    }
}

/* ============================================================
   Detail shell — outer flex column owning all content
   ============================================================ */

.detail-shell[b-m4m8dpvtdv] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding-block: 0.5rem;
}

/* ============================================================
   Hero card — name, breadcrumb, meta row, health pills
   Everything is INSIDE one glass card so nothing floats.
   ============================================================ */

.hero-card[b-m4m8dpvtdv] {
    background: rgba(30, 30, 46, 0.55);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 1.5rem 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.hero-top[b-m4m8dpvtdv] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-title-block[b-m4m8dpvtdv] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 0;
    flex: 1 1 auto;
}

.hero-name[b-m4m8dpvtdv] {
    font-size: clamp(1.5rem, 2.6vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0;
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    line-height: 1.15;
}

.hero-icon[b-m4m8dpvtdv] {
    font-size: 1.6rem;
    -webkit-text-fill-color: initial;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
}

.org-breadcrumb[b-m4m8dpvtdv] {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.375rem;
    color: #cbd5e1;
    font-size: 0.9rem;
    font-weight: 500;
}

.org-node[b-m4m8dpvtdv] {
    color: #e2e8f0;
}

.org-breadcrumb-sep[b-m4m8dpvtdv] {
    color: #64748b;
    opacity: 0.7;
}

.org-breadcrumb-hint[b-m4m8dpvtdv] {
    color: #64748b;
    font-size: 0.82rem;
    font-style: italic;
}

/* Status badge — pulses when online */
.status-badge[b-m4m8dpvtdv] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.3125rem 0.75rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 1px solid transparent;
    flex-shrink: 0;
}

.status-badge.online[b-m4m8dpvtdv] {
    background: rgba(34, 197, 94, 0.15);
    border-color: rgba(34, 197, 94, 0.4);
    color: #86efac;
    box-shadow: 0 0 12px rgba(34, 197, 94, 0.25);
}

.status-badge.offline[b-m4m8dpvtdv] {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.1);
    color: #94a3b8;
}

.status-dot[b-m4m8dpvtdv] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
}

.status-badge.online .status-dot[b-m4m8dpvtdv] {
    background: #22c55e;
    box-shadow: 0 0 8px #22c55e;
}

@media (prefers-reduced-motion: no-preference) {
    .status-badge.online .status-dot[b-m4m8dpvtdv] {
        animation: pulse-dot-b-m4m8dpvtdv 2s ease-in-out infinite;
    }
}

@keyframes pulse-dot-b-m4m8dpvtdv {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.3); }
}

/* Meta row — version · last seen · agent id pill */
.meta-row[b-m4m8dpvtdv] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    color: #94a3b8;
    font-size: 0.82rem;
    padding-top: 0.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.meta-sep[b-m4m8dpvtdv] {
    color: #475569;
}

.agent-id-pill[b-m4m8dpvtdv] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    padding: 0.1875rem 0.625rem;
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 0.75rem;
    color: #cbd5e1;
}

.copy-id-btn[b-m4m8dpvtdv] {
    background: transparent;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    padding: 0 0.25rem;
    font-size: 0.85rem;
    transition: color 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.2s ease;
}

.copy-id-btn:hover[b-m4m8dpvtdv] {
    color: #FBBF24;
    transform: scale(1.15);
}

.copy-id-btn.copied[b-m4m8dpvtdv] {
    color: #86efac;
}

/* Health strip — chips grouped inside hero card */
.health-strip[b-m4m8dpvtdv] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding-top: 0.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.health-chip[b-m4m8dpvtdv] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4375rem 0.875rem;
    background: rgba(255, 255, 255, 0.04);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 500;
    color: #cbd5e1;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.health-chip:hover[b-m4m8dpvtdv] {
    border-color: rgba(255, 255, 255, 0.16);
    transform: translateY(-1px);
}

.health-chip.ok[b-m4m8dpvtdv] {
    color: #86efac;
    border-color: rgba(34, 197, 94, 0.3);
    background: rgba(34, 197, 94, 0.08);
}

.health-chip.warn[b-m4m8dpvtdv] {
    color: #fcd34d;
    border-color: rgba(251, 191, 36, 0.3);
    background: rgba(251, 191, 36, 0.08);
}

.health-chip.err[b-m4m8dpvtdv] {
    color: #fca5a5;
    border-color: rgba(248, 113, 113, 0.3);
    background: rgba(248, 113, 113, 0.08);
}

.health-chip.muted[b-m4m8dpvtdv] {
    color: #94a3b8;
}

.health-chip-icon[b-m4m8dpvtdv] {
    font-size: 0.95rem;
    line-height: 1;
}

/* ============================================================
   Workspace surface — tabs visually attached to content
   ============================================================ */

.workspace-surface[b-m4m8dpvtdv] {
    background: rgba(30, 30, 46, 0.45);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.detail-tabs[b-m4m8dpvtdv] {
    display: flex;
    gap: 0.25rem;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    overflow-x: auto;
}

.detail-tab[b-m4m8dpvtdv] {
    flex: 1 1 auto;
    min-width: max-content;
    background: transparent;
    border: 1px solid transparent;
    color: #cbd5e1;
    border-radius: 10px;
    padding: 0.625rem 1.125rem;
    font-weight: 600;
    font-size: 0.92rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
}

@media (hover: hover) and (pointer: fine) {
    .detail-tab:hover:not(.active)[b-m4m8dpvtdv] {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.04);
        border-color: rgba(248, 113, 113, 0.25);
    }
}

.detail-tab.active[b-m4m8dpvtdv] {
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 0 20px rgba(248, 113, 113, 0.3);
}

.tab-panel[b-m4m8dpvtdv] {
    padding: 1.25rem;
}

.tab-panel.hidden[b-m4m8dpvtdv] {
    display: none;
}

@media (prefers-reduced-motion: no-preference) {
    .tab-panel:not(.hidden)[b-m4m8dpvtdv] {
        animation: fade-in-b-m4m8dpvtdv 0.25s ease-out;
    }
}

@keyframes fade-in-b-m4m8dpvtdv {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   Panel card — scoped replacement for legacy .card.card-dark
   ============================================================ */

.panel-card[b-m4m8dpvtdv] {
    background: rgba(255, 255, 255, 0.03);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    color: #e2e8f0;
    transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.panel-card + .panel-card[b-m4m8dpvtdv] {
    margin-block-start: 1rem;
}

@media (hover: hover) and (pointer: fine) {
    .panel-card:hover[b-m4m8dpvtdv] {
        border-color: rgba(255, 255, 255, 0.14);
    }
}

.panel-card-header[b-m4m8dpvtdv] {
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: #f1f5f9;
    font-weight: 600;
}

.panel-card-header h6[b-m4m8dpvtdv] {
    margin: 0;
    color: #f1f5f9;
    font-weight: 600;
    font-size: 0.95rem;
}

.panel-card-body[b-m4m8dpvtdv] {
    padding: 1rem;
    color: #cbd5e1;
}

.panel-actions[b-m4m8dpvtdv] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Status grid — replaces legacy .mobile-grid */
.status-grid[b-m4m8dpvtdv] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}

/* Meta list rows — replaces legacy .info-body / .info-item / .info-label / .info-value */
.meta-list[b-m4m8dpvtdv] {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 1rem;
}

.meta-line[b-m4m8dpvtdv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem 0;
    gap: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.meta-line:last-child[b-m4m8dpvtdv] {
    border-bottom: none;
}

.meta-key[b-m4m8dpvtdv] {
    color: #94a3b8;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
}

.meta-val[b-m4m8dpvtdv] {
    color: #f1f5f9;
    font-size: 0.9rem;
    text-align: end;
}

.meta-val.muted[b-m4m8dpvtdv],
.meta-val .text-muted[b-m4m8dpvtdv] {
    color: #64748b;
}

/* ============================================================
   Chat panel — proper empty state, no orange rectangle
   ============================================================ */

.chat-panel[b-m4m8dpvtdv] {
    min-height: 480px;
    height: clamp(480px, 65vh, 720px);
}

.chat-panel-body[b-m4m8dpvtdv] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    padding: 0;
}

.chat-scroll[b-m4m8dpvtdv] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1rem;
    scroll-behavior: smooth;
    min-height: 0;
}

.chat-welcome[b-m4m8dpvtdv] {
    padding: 1rem 0;
    color: #cbd5e1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.welcome-text[b-m4m8dpvtdv] {
    font-size: 1rem;
    color: #f1f5f9;
    margin: 0;
}

.quick-actions-label[b-m4m8dpvtdv] {
    color: #94a3b8;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 0.5rem;
}

.suggestion-list[b-m4m8dpvtdv] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 0.5rem;
}

.suggestion-list li[b-m4m8dpvtdv] {
    margin: 0;
}

.suggestion-btn[b-m4m8dpvtdv] {
    width: 100%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #e2e8f0;
    border-radius: 10px;
    padding: 0.625rem 0.875rem;
    font-size: 0.85rem;
    text-align: start;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (hover: hover) and (pointer: fine) {
    .suggestion-btn:hover[b-m4m8dpvtdv] {
        background: rgba(248, 113, 113, 0.08);
        border-color: rgba(248, 113, 113, 0.35);
        color: #ffffff;
        transform: translateY(-1px);
    }
}

.chat-message[b-m4m8dpvtdv] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.04);
}

/* Override the four Bootstrap bg-* classes used by GetMessageClass */
.chat-message.bg-primary[b-m4m8dpvtdv] {
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%) !important;
    color: #ffffff !important;
    border-color: transparent;
}

.chat-message.bg-warning[b-m4m8dpvtdv] {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%) !important;
    color: #1f2937 !important;
    border-color: transparent;
}

.chat-message.bg-light[b-m4m8dpvtdv] {
    background: rgba(255, 255, 255, 0.06) !important;
    color: #e2e8f0 !important;
}

.chat-message.bg-info[b-m4m8dpvtdv] {
    background: rgba(56, 189, 248, 0.12) !important;
    color: #bae6fd !important;
    border-color: rgba(56, 189, 248, 0.25);
}

.typing-bubble[b-m4m8dpvtdv] {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 0.5rem 0.75rem;
}

.chat-composer[b-m4m8dpvtdv] {
    flex-shrink: 0;
    padding: 0.75rem 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(0, 0, 0, 0.25);
}

/* ============================================================
   Form controls (dark harmony)
   ============================================================ */

.form-control[b-m4m8dpvtdv],
.form-select[b-m4m8dpvtdv] {
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #f1f5f9;
}

.form-control:focus[b-m4m8dpvtdv],
.form-select:focus[b-m4m8dpvtdv] {
    background: rgba(15, 23, 42, 0.8);
    border-color: rgba(251, 191, 36, 0.5);
    color: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(251, 191, 36, 0.15);
}

.form-control[b-m4m8dpvtdv]::placeholder {
    color: #64748b;
}

/* Pill-shaped chat composer input + send button */
.chat-composer .input-group .form-control[b-m4m8dpvtdv] {
    border-radius: 999px 0 0 999px;
    padding-inline: 1rem;
}

.chat-composer .input-group .btn[b-m4m8dpvtdv] {
    border-radius: 0 999px 999px 0;
    padding-inline: 1.25rem;
    font-weight: 600;
    border: none;
}

.chat-composer .input-group .btn-primary[b-m4m8dpvtdv] {
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    color: #ffffff;
}

.chat-composer .input-group .btn-warning[b-m4m8dpvtdv] {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #1f2937;
}

/* ============================================================
   Screen panel
   ============================================================ */

.screen-panel[b-m4m8dpvtdv] {
    min-height: 320px;
}

.screen-frame-body[b-m4m8dpvtdv] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: #0a0a0f;
    cursor: zoom-in;
    min-height: 320px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.screen-img[b-m4m8dpvtdv] {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
}

/* ============================================================
   Workflows / Conversations list bodies
   ============================================================ */

.workflows-list-body[b-m4m8dpvtdv],
.conversations-list-body[b-m4m8dpvtdv] {
    max-height: 400px;
    overflow-y: auto;
    padding: 0;
}

.workflows-list-body .list-group-item[b-m4m8dpvtdv],
.conversations-list-body .list-group-item[b-m4m8dpvtdv] {
    background: transparent;
    color: #e2e8f0;
    border-color: rgba(255, 255, 255, 0.06);
    transition: all 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
    .workflows-list-body .list-group-item:hover:not(:disabled)[b-m4m8dpvtdv],
    .conversations-list-body .list-group-item:hover:not(:disabled)[b-m4m8dpvtdv] {
        background: rgba(248, 113, 113, 0.08);
        color: #ffffff;
    }
}

/* ============================================================
   ESPM Governance grid
   Hook-point classes preserved: espm-policy-status, espm-skills-list,
   espm-mcp-list, espm-persona, espm-feature-flags, espm-enforcement-mode
   ============================================================ */

.espm-section-title[b-m4m8dpvtdv] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin: 1.5rem 0 0.5rem;
    color: #f1f5f9;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.espm-section-title[b-m4m8dpvtdv]::before {
    content: "🛡️";
    font-size: 1.1rem;
}

.espm-section-subtitle[b-m4m8dpvtdv] {
    color: #64748b;
    font-size: 0.82rem;
    margin: 0 0 0.875rem;
    font-style: italic;
}

.espm-grid[b-m4m8dpvtdv] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 0.875rem;
}

.espm-card[b-m4m8dpvtdv] {
    background: rgba(255, 255, 255, 0.03);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 1rem 1.125rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (hover: hover) and (pointer: fine) {
    .espm-card:hover[b-m4m8dpvtdv] {
        border-color: rgba(251, 191, 36, 0.25);
        box-shadow: 0 0 20px rgba(251, 191, 36, 0.08);
    }
}

.espm-card-header[b-m4m8dpvtdv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.espm-card-title[b-m4m8dpvtdv] {
    color: #f1f5f9;
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.espm-card-body[b-m4m8dpvtdv] {
    color: #cbd5e1;
    font-size: 0.85rem;
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.espm-placeholder[b-m4m8dpvtdv] {
    color: #64748b;
    font-style: italic;
    font-size: 0.8rem;
}

.espm-status-dot[b-m4m8dpvtdv] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #64748b;
    display: inline-block;
}

.espm-status-dot.healthy[b-m4m8dpvtdv] { background: #22c55e; box-shadow: 0 0 8px #22c55e; }
.espm-status-dot.drifted[b-m4m8dpvtdv] { background: #fbbf24; box-shadow: 0 0 8px #fbbf24; }
.espm-status-dot.disconnected[b-m4m8dpvtdv] { background: #f87171; box-shadow: 0 0 8px #f87171; }

.espm-list[b-m4m8dpvtdv] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.espm-list li[b-m4m8dpvtdv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.1875rem 0;
    font-size: 0.85rem;
    color: #94a3b8;
}

.espm-allow[b-m4m8dpvtdv] {
    color: #86efac;
}

.espm-allow[b-m4m8dpvtdv]::before {
    content: "✓";
    color: #22c55e;
    font-weight: 700;
}

.espm-deny[b-m4m8dpvtdv] {
    color: #fca5a5;
    text-decoration: line-through;
    opacity: 0.7;
}

.espm-deny[b-m4m8dpvtdv]::before {
    content: "✕";
    color: #ef4444;
    font-weight: 700;
    text-decoration: none;
}

.espm-flag-toggle[b-m4m8dpvtdv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.25rem 0;
    font-size: 0.85rem;
    color: #cbd5e1;
}

.espm-flag-pill[b-m4m8dpvtdv] {
    padding: 0.125rem 0.625rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: rgba(255, 255, 255, 0.06);
    color: #64748b;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.espm-flag-pill.on[b-m4m8dpvtdv] {
    background: rgba(34, 197, 94, 0.12);
    color: #86efac;
    border-color: rgba(34, 197, 94, 0.3);
}

.espm-mode-badge[b-m4m8dpvtdv] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.875rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 1px solid transparent;
    align-self: flex-start;
}

.espm-mode-badge.disabled[b-m4m8dpvtdv] {
    background: rgba(255, 255, 255, 0.04);
    color: #94a3b8;
    border-color: rgba(255, 255, 255, 0.1);
}

.espm-mode-badge.enforce[b-m4m8dpvtdv] {
    background: rgba(34, 197, 94, 0.12);
    color: #86efac;
    border-color: rgba(34, 197, 94, 0.35);
}

/* ============================================================
   Loading / empty / shared button states
   ============================================================ */

.loading-state[b-m4m8dpvtdv],
.empty-state[b-m4m8dpvtdv] {
    background: rgba(255, 255, 255, 0.03);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 3rem 1.5rem;
    text-align: center;
    color: #a3a3a3;
    margin-block: 1rem;
}

.spinner[b-m4m8dpvtdv] {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(248, 113, 113, 0.18);
    border-top-color: #F87171;
    border-right-color: #FBBF24;
    border-radius: 50%;
    margin: 0 auto 1rem;
}

@media (prefers-reduced-motion: no-preference) {
    .spinner[b-m4m8dpvtdv] {
        animation: spin-b-m4m8dpvtdv 1s linear infinite;
    }
}

@keyframes spin-b-m4m8dpvtdv {
    to { transform: rotate(360deg); }
}

.empty-state h4[b-m4m8dpvtdv] {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.625rem;
}

.btn-primary[b-m4m8dpvtdv] {
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    border: none;
    color: #ffffff;
    padding: 0.625rem 1.375rem;
    border-radius: 999px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary:hover[b-m4m8dpvtdv] {
    transform: translateY(-1px);
    box-shadow: 0 0 24px rgba(248, 113, 113, 0.35);
}

/* ============================================================
   Chat header mode toggle pills
   ============================================================ */

.panel-card-header .btn-group .btn[b-m4m8dpvtdv] {
    border-radius: 999px;
    padding: 0.25rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: #cbd5e1;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.panel-card-header .btn-group .btn + .btn[b-m4m8dpvtdv] {
    margin-inline-start: 0.375rem;
}

.panel-card-header .btn-group .btn.btn-primary[b-m4m8dpvtdv] {
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 0 12px rgba(248, 113, 113, 0.25);
}

.panel-card-header .btn-group .btn.btn-warning[b-m4m8dpvtdv] {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #1f2937;
    border-color: transparent;
    box-shadow: 0 0 12px rgba(251, 191, 36, 0.25);
}

/* Refresh / icon buttons in card headers */
.panel-card-header .btn-outline-secondary[b-m4m8dpvtdv] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #cbd5e1;
}

.panel-card-header .btn-outline-secondary:hover:not(:disabled)[b-m4m8dpvtdv] {
    background: rgba(251, 191, 36, 0.1);
    border-color: rgba(251, 191, 36, 0.35);
    color: #FBBF24;
}

/* ============================================================
   Typing indicator (migrated from inline <style>)
   ============================================================ */

.typing-indicator[b-m4m8dpvtdv] {
    display: inline-flex;
    gap: 4px;
}

.typing-indicator span[b-m4m8dpvtdv] {
    width: 8px;
    height: 8px;
    background: #888;
    border-radius: 50%;
}

@media (prefers-reduced-motion: no-preference) {
    .typing-indicator span[b-m4m8dpvtdv] {
        animation: typing-b-m4m8dpvtdv 1s infinite;
    }
    .typing-indicator span:nth-child(2)[b-m4m8dpvtdv] { animation-delay: 0.2s; }
    .typing-indicator span:nth-child(3)[b-m4m8dpvtdv] { animation-delay: 0.4s; }
}

@keyframes typing-b-m4m8dpvtdv {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 1; }
}

/* ============================================================
   Markdown rendering (migrated from inline <style>)
   ============================================================ */

.markdown-content p[b-m4m8dpvtdv] { margin: 0 0 0.5rem 0; }
.markdown-content p:last-child[b-m4m8dpvtdv] { margin-bottom: 0; }
.markdown-content ul[b-m4m8dpvtdv], .markdown-content ol[b-m4m8dpvtdv] { margin: 0.5rem 0; padding-inline-start: 1.5rem; }
.markdown-content li[b-m4m8dpvtdv] { margin: 0.25rem 0; }

.markdown-content code[b-m4m8dpvtdv] {
    background: rgba(255, 255, 255, 0.1);
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 0.85em;
}

.markdown-content pre[b-m4m8dpvtdv] {
    background: rgba(0, 0, 0, 0.3);
    padding: 0.75rem;
    border-radius: 6px;
    overflow-x: auto;
    margin: 0.5rem 0;
}

.markdown-content pre code[b-m4m8dpvtdv] { background: none; padding: 0; }
.markdown-content strong[b-m4m8dpvtdv] { font-weight: 600; }
.markdown-content em[b-m4m8dpvtdv] { font-style: italic; }

.markdown-content a[b-m4m8dpvtdv] { color: #FBBF24; text-decoration: none; }
.markdown-content a:hover[b-m4m8dpvtdv] { text-decoration: underline; }

.markdown-content blockquote[b-m4m8dpvtdv] {
    border-inline-start: 3px solid #FBBF24;
    margin: 0.5rem 0;
    padding-inline-start: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
}

.markdown-content h1[b-m4m8dpvtdv], .markdown-content h2[b-m4m8dpvtdv], .markdown-content h3[b-m4m8dpvtdv],
.markdown-content h4[b-m4m8dpvtdv], .markdown-content h5[b-m4m8dpvtdv], .markdown-content h6[b-m4m8dpvtdv] {
    margin: 0.75rem 0 0.5rem 0;
    font-weight: 600;
}

.markdown-content h1[b-m4m8dpvtdv] { font-size: 1.3em; }
.markdown-content h2[b-m4m8dpvtdv] { font-size: 1.2em; }
.markdown-content h3[b-m4m8dpvtdv] { font-size: 1.1em; }

.markdown-content table[b-m4m8dpvtdv] {
    border-collapse: collapse;
    margin: 0.5rem 0;
    width: 100%;
}

.markdown-content th[b-m4m8dpvtdv], .markdown-content td[b-m4m8dpvtdv] {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.4rem 0.6rem;
    text-align: start;
}

.markdown-content th[b-m4m8dpvtdv] {
    background: rgba(255, 255, 255, 0.1);
}

/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 768px) {
    .hero-card[b-m4m8dpvtdv] {
        padding: 1.125rem 1.125rem;
        gap: 0.75rem;
    }

    .hero-top[b-m4m8dpvtdv] {
        flex-direction: column;
        align-items: flex-start;
    }

    .meta-row[b-m4m8dpvtdv] {
        gap: 0.625rem;
        font-size: 0.78rem;
    }

    .meta-sep[b-m4m8dpvtdv] { display: none; }

    .detail-tabs[b-m4m8dpvtdv] { padding: 0.375rem; gap: 0.25rem; }

    .detail-tab[b-m4m8dpvtdv] {
        padding: 0.5rem 0.75rem;
        font-size: 0.85rem;
    }

    .tab-panel[b-m4m8dpvtdv] { padding: 0.875rem; }

    .espm-grid[b-m4m8dpvtdv],
    .status-grid[b-m4m8dpvtdv] {
        grid-template-columns: 1fr;
    }

    .health-strip[b-m4m8dpvtdv] { gap: 0.375rem; }

    .health-chip[b-m4m8dpvtdv] {
        padding: 0.375rem 0.625rem;
        font-size: 0.75rem;
    }

    .chat-panel[b-m4m8dpvtdv] { min-height: 420px; height: 60vh; }
}

@media (max-width: 480px) {
    .hero-name[b-m4m8dpvtdv] { font-size: 1.35rem; }
}
/* /Components/Pages/Agents/AgentList.razor.rz.scp.css */
/* AgentList — glass + coral/gold theme aligned with marketing Home page. */

/* ----- Page chrome ----- */

.dashboard-content[b-hx9fud8cv5] {
    background: #0a0a0a;
    color: #ffffff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.dashboard-content[b-hx9fud8cv5]::before {
    content: "";
    position: fixed;
    inset: 0 0 0 280px;
    background:
        radial-gradient(circle at 15% 10%, rgba(248, 113, 113, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 85% 90%, rgba(251, 191, 36, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.dashboard-content > *[b-hx9fud8cv5] {
    position: relative;
    z-index: 1;
}

.dashboard-header h1[b-hx9fud8cv5] {
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0;
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.dashboard-user[b-hx9fud8cv5] {
    color: #a3a3a3;
    font-size: 0.92rem;
}

.btn-logout[b-hx9fud8cv5] {
    color: #F87171;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(248, 113, 113, 0.25);
    padding: 8px 16px;
    border-radius: 999px;
    font-weight: 500;
    transition: color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) and (pointer: fine) {
    .btn-logout:hover[b-hx9fud8cv5] {
        color: #ffffff;
        background: rgba(248, 113, 113, 0.15);
        border-color: rgba(248, 113, 113, 0.5);
        transform: translateY(-1px);
        box-shadow: 0 0 20px rgba(248, 113, 113, 0.2);
    }
}

/* ----- Segmented tab buttons (Store Agents / M365 Copilot) ----- */

.management-tabs[b-hx9fud8cv5] {
    background: rgba(255, 255, 255, 0.03);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 8px;
    gap: 6px;
}

.management-tabs button[b-hx9fud8cv5] {
    background: transparent;
    border: 1px solid transparent;
    color: #cbd5e1;
    border-radius: 10px;
    padding: 10px 18px;
    font-weight: 600;
    transition: color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) and (pointer: fine) {
    .management-tabs button:hover[b-hx9fud8cv5] {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.04);
        border-color: rgba(248, 113, 113, 0.25);
    }
}

.management-tabs button.active[b-hx9fud8cv5] {
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 0 20px rgba(248, 113, 113, 0.3);
}

/* ----- Section headers ----- */

.store-agents-header[b-hx9fud8cv5] {
    margin-bottom: 16px;
}

.store-agents-header .panel-title[b-hx9fud8cv5] {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.05rem;
}

.agent-icon-img[b-hx9fud8cv5] {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.context-badge[b-hx9fud8cv5] {
    background: rgba(251, 191, 36, 0.12);
    border: 1px solid rgba(251, 191, 36, 0.3);
    color: #FBBF24;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.clear-filter-btn[b-hx9fud8cv5] {
    background: transparent;
    border: none;
    color: #FBBF24;
    cursor: pointer;
    font-size: 0.9rem;
    padding: 0 2px;
    transition: color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) and (pointer: fine) {
    .clear-filter-btn:hover[b-hx9fud8cv5] {
        color: #F87171;
        transform: scale(1.15);
    }
}

/* ----- Alerts ----- */

.alert[b-hx9fud8cv5] {
    border-radius: 14px;
    padding: 14px 18px;
    margin-bottom: 18px;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    font-weight: 500;
}

.alert.alert-success[b-hx9fud8cv5] {
    background: rgba(34, 197, 94, 0.08);
    border: 1px solid rgba(34, 197, 94, 0.35);
    color: #86efac;
}

.alert.alert-error[b-hx9fud8cv5] {
    background: rgba(248, 113, 113, 0.08);
    border: 1px solid rgba(248, 113, 113, 0.4);
    color: #fca5a5;
}

/* ----- Agent grid ----- */

.agent-grid[b-hx9fud8cv5] {
    gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.agent-card[b-hx9fud8cv5] {
    background: rgba(255, 255, 255, 0.03);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 14px;
    height: 210px;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) and (pointer: fine) {
    .agent-card:hover[b-hx9fud8cv5] {
        transform: translateY(-3px);
        border-color: rgba(248, 113, 113, 0.4);
        box-shadow: 0 0 32px rgba(248, 113, 113, 0.18);
    }
}

.agent-card.agent-inactive[b-hx9fud8cv5] {
    opacity: 0.55;
}

.agent-name[b-hx9fud8cv5] {
    color: #ffffff;
    font-weight: 700;
    font-size: 0.92rem;
    letter-spacing: -0.01em;
}

.agent-details dt[b-hx9fud8cv5] {
    color: #94a3b8;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
}

.agent-details dd[b-hx9fud8cv5] {
    color: #e2e8f0;
    font-size: 0.78rem;
    font-weight: 500;
}

.online-now[b-hx9fud8cv5] {
    color: #86efac;
    font-weight: 600;
}

/* ----- Status badges ----- */

.status-badge[b-hx9fud8cv5] {
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border: 1px solid transparent;
}

.status-badge.online[b-hx9fud8cv5] {
    background: rgba(34, 197, 94, 0.15);
    border-color: rgba(34, 197, 94, 0.4);
    color: #86efac;
    box-shadow: 0 0 12px rgba(34, 197, 94, 0.25);
}

.status-badge.offline[b-hx9fud8cv5] {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.1);
    color: #94a3b8;
}

.status-badge.deactivated[b-hx9fud8cv5] {
    background: rgba(248, 113, 113, 0.12);
    border-color: rgba(248, 113, 113, 0.35);
    color: #fca5a5;
}

/* ----- Agent action buttons ----- */

.agent-actions[b-hx9fud8cv5] {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 8px;
}

.btn-agent-primary[b-hx9fud8cv5] {
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    color: #ffffff;
    border: none;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 999px;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) and (pointer: fine) {
    .btn-agent-primary:hover[b-hx9fud8cv5] {
        transform: translateY(-1px);
        box-shadow: 0 0 18px rgba(248, 113, 113, 0.4);
    }
}

/* ----- Empty state ----- */

.empty-state[b-hx9fud8cv5] {
    background: rgba(255, 255, 255, 0.03);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 56px 24px;
    color: #a3a3a3;
}

.empty-state h4[b-hx9fud8cv5] {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.empty-state p[b-hx9fud8cv5] {
    color: #cbd5e1;
    margin-bottom: 18px;
}

.empty-state .btn-primary[b-hx9fud8cv5],
.empty-state .btn-secondary[b-hx9fud8cv5] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 0.92rem;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.empty-state .btn-primary[b-hx9fud8cv5] {
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
    .empty-state .btn-primary:hover[b-hx9fud8cv5] {
        transform: translateY(-2px);
        box-shadow: 0 0 24px rgba(248, 113, 113, 0.4);
    }
}

.empty-state .btn-secondary[b-hx9fud8cv5] {
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.12);
}

@media (hover: hover) and (pointer: fine) {
    .empty-state .btn-secondary:hover[b-hx9fud8cv5] {
        background: rgba(248, 113, 113, 0.1);
        border-color: rgba(248, 113, 113, 0.3);
    }
}

/* ----- Loading ----- */

.loading-state[b-hx9fud8cv5] {
    color: #a3a3a3;
}

.spinner[b-hx9fud8cv5] {
    width: 48px;
    height: 48px;
    border: 3px solid rgba(248, 113, 113, 0.15);
    border-top-color: #F87171;
    border-right-color: #FBBF24;
}

.loading-indicator[b-hx9fud8cv5] {
    color: #a3a3a3;
    font-size: 0.88rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    margin-bottom: 12px;
}

.spinner-sm[b-hx9fud8cv5] {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(248, 113, 113, 0.2);
    border-top-color: #F87171;
    border-radius: 50%;
    display: inline-block;
    animation: spin-b-hx9fud8cv5 1s linear infinite;
}

@keyframes spin-b-hx9fud8cv5 {
    to { transform: rotate(360deg); }
}

/* ----- Fleet summary ----- */

.fleet-summary[b-hx9fud8cv5] {
    color: #a3a3a3;
    font-size: 0.9rem;
    margin-top: 18px;
    text-align: center;
}

.fleet-summary strong[b-hx9fud8cv5] {
    color: #FBBF24;
    font-weight: 700;
}

/* ----- Mobile org sidebar toggle ----- */

.mobile-org-toggle[b-hx9fud8cv5] {
    background: rgba(255, 255, 255, 0.03);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-radius: 14px;
    font-weight: 500;
}

@media (hover: hover) and (pointer: fine) {
    .mobile-org-toggle:hover[b-hx9fud8cv5] {
        border-color: rgba(248, 113, 113, 0.3);
    }
}

.mobile-org-content[b-hx9fud8cv5] {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    margin-top: 8px;
}
/* /Components/Pages/Agents/EspmAgentConfig.razor.rz.scp.css */
/* ============================================================
   EspmAgentConfig — scoped CSS for the ESPM configuration panel.
   Inherits from AgentDetails' dark glass morphism theme.
   ============================================================ */

.espm-config-section[b-0uiha0qsjd] {
    background: rgba(255, 255, 255, 0.03);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 1rem 1.125rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    margin-bottom: 0.875rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (hover: hover) and (pointer: fine) {
    .espm-config-section:hover[b-0uiha0qsjd] {
        border-color: rgba(251, 191, 36, 0.25);
        box-shadow: 0 0 20px rgba(251, 191, 36, 0.08);
    }
}

.espm-config-section-title[b-0uiha0qsjd] {
    color: #f1f5f9;
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.espm-config-row[b-0uiha0qsjd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.espm-config-input[b-0uiha0qsjd] {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: #e2e8f0;
    padding: 0.4375rem 0.75rem;
    font-size: 0.85rem;
    outline: none;
    transition: border-color 0.2s;
}

.espm-config-input:focus[b-0uiha0qsjd] {
    border-color: rgba(96, 165, 250, 0.6);
    box-shadow: 0 0 0 2px rgba(96, 165, 250, 0.15);
}

.espm-config-input:disabled[b-0uiha0qsjd] {
    opacity: 0.5;
    cursor: not-allowed;
}

.espm-config-select[b-0uiha0qsjd] {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: #e2e8f0;
    padding: 0.4375rem 0.75rem;
    font-size: 0.85rem;
    outline: none;
    transition: border-color 0.2s;
    cursor: pointer;
}

.espm-config-select:focus[b-0uiha0qsjd] {
    border-color: rgba(96, 165, 250, 0.6);
    box-shadow: 0 0 0 2px rgba(96, 165, 250, 0.15);
}

.espm-config-select:disabled[b-0uiha0qsjd] {
    opacity: 0.5;
    cursor: not-allowed;
}

.espm-config-select option[b-0uiha0qsjd] {
    background: #1e1e2e;
    color: #e2e8f0;
}

.espm-config-btn[b-0uiha0qsjd] {
    padding: 0.4375rem 1rem;
    border-radius: 8px;
    border: 1px solid transparent;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

.espm-config-btn.primary[b-0uiha0qsjd] {
    background: linear-gradient(135deg, #60A5FA, #A855F7);
    color: #fff;
    border-color: rgba(96, 165, 250, 0.3);
}

.espm-config-btn.primary:hover:not(:disabled)[b-0uiha0qsjd] {
    box-shadow: 0 0 16px rgba(96, 165, 250, 0.3);
    transform: translateY(-1px);
}

.espm-config-btn.secondary[b-0uiha0qsjd] {
    background: rgba(255, 255, 255, 0.05);
    color: #94a3b8;
    border-color: rgba(255, 255, 255, 0.12);
}

.espm-config-btn.secondary:hover:not(:disabled)[b-0uiha0qsjd] {
    background: rgba(255, 255, 255, 0.08);
    color: #e2e8f0;
}

.espm-config-btn:disabled[b-0uiha0qsjd] {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}

.espm-config-btn-icon[b-0uiha0qsjd] {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    color: #94a3b8;
    font-size: 0.75rem;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.espm-config-btn-icon:hover:not(:disabled)[b-0uiha0qsjd] {
    background: rgba(248, 113, 113, 0.15);
    border-color: rgba(248, 113, 113, 0.4);
    color: #fca5a5;
}

.espm-config-btn-icon:disabled[b-0uiha0qsjd] {
    opacity: 0.3;
    cursor: not-allowed;
}

.espm-config-hint[b-0uiha0qsjd] {
    color: #94a3b8;
    font-size: 0.78rem;
    margin-top: 0.25rem;
}

.espm-config-checkbox[b-0uiha0qsjd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #94a3b8;
    font-size: 0.82rem;
    cursor: pointer;
}

.espm-config-checkbox input[type="checkbox"][b-0uiha0qsjd] {
    accent-color: #60A5FA;
}

/* ── Enforcement Status ── */

.espm-enforcement-grid[b-0uiha0qsjd] {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.espm-enforcement-badge-row[b-0uiha0qsjd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.espm-enforcement-badge[b-0uiha0qsjd] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.3125rem 0.75rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 1px solid transparent;
}

.espm-enforcement-badge.healthy[b-0uiha0qsjd] {
    background: rgba(34, 197, 94, 0.15);
    border-color: rgba(34, 197, 94, 0.4);
    color: #86efac;
}

.espm-enforcement-badge.drifted[b-0uiha0qsjd] {
    background: rgba(251, 191, 36, 0.15);
    border-color: rgba(251, 191, 36, 0.4);
    color: #fcd34d;
}

.espm-enforcement-badge.failed[b-0uiha0qsjd] {
    background: rgba(239, 68, 68, 0.15);
    border-color: rgba(239, 68, 68, 0.4);
    color: #fca5a5;
}

.espm-enforcement-badge.disconnected[b-0uiha0qsjd] {
    background: rgba(148, 163, 184, 0.12);
    border-color: rgba(148, 163, 184, 0.3);
    color: #94a3b8;
}

.espm-enforcement-badge.safemode[b-0uiha0qsjd] {
    background: rgba(251, 191, 36, 0.12);
    border-color: rgba(251, 191, 36, 0.3);
    color: #fbbf24;
}

.espm-enforcement-meta[b-0uiha0qsjd] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.version-drift[b-0uiha0qsjd] {
    color: #fbbf24 !important;
}

.espm-failed-resources[b-0uiha0qsjd] {
    margin-top: 0.25rem;
}

/* ── Feature Flag Config Rows ── */

.espm-flag-config-row[b-0uiha0qsjd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.375rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    gap: 0.75rem;
}

.espm-flag-config-row:last-child[b-0uiha0qsjd] {
    border-bottom: none;
}

.espm-flag-info[b-0uiha0qsjd] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    min-width: 0;
    flex: 1;
}

.espm-flag-key[b-0uiha0qsjd] {
    font-size: 0.82rem;
    color: #cbd5e1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.espm-flag-category[b-0uiha0qsjd] {
    font-size: 0.68rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.espm-flag-controls[b-0uiha0qsjd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.espm-flag-override-badge[b-0uiha0qsjd] {
    padding: 0.0625rem 0.4375rem;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: rgba(96, 165, 250, 0.12);
    color: #93c5fd;
    border: 1px solid rgba(96, 165, 250, 0.25);
}

/* Toggle switch */
.espm-toggle[b-0uiha0qsjd] {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
    cursor: pointer;
}

.espm-toggle input[b-0uiha0qsjd] {
    opacity: 0;
    width: 0;
    height: 0;
}

.espm-toggle-slider[b-0uiha0qsjd] {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    transition: all 0.25s;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.espm-toggle-slider[b-0uiha0qsjd]::before {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background: #94a3b8;
    border-radius: 50%;
    transition: all 0.25s;
}

.espm-toggle input:checked + .espm-toggle-slider[b-0uiha0qsjd] {
    background: rgba(34, 197, 94, 0.25);
    border-color: rgba(34, 197, 94, 0.4);
}

.espm-toggle input:checked + .espm-toggle-slider[b-0uiha0qsjd]::before {
    transform: translateX(16px);
    background: #86efac;
}

.espm-toggle input:disabled + .espm-toggle-slider[b-0uiha0qsjd] {
    opacity: 0.4;
    cursor: not-allowed;
}

/* ── Status Message ── */

.espm-config-status[b-0uiha0qsjd] {
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 500;
    margin-top: 0.5rem;
}

.espm-config-status.success[b-0uiha0qsjd] {
    background: rgba(34, 197, 94, 0.1);
    color: #86efac;
    border: 1px solid rgba(34, 197, 94, 0.25);
}

.espm-config-status.error[b-0uiha0qsjd] {
    background: rgba(239, 68, 68, 0.1);
    color: #fca5a5;
    border: 1px solid rgba(239, 68, 68, 0.25);
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
/* Dashboard — glass + coral/gold theme aligned with marketing Home page. */

/* ----- Page chrome ----- */

.dashboard-content[b-nj8wdopbjr] {
    background: #0a0a0a;
    color: #ffffff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.dashboard-content[b-nj8wdopbjr]::before {
    content: "";
    position: fixed;
    inset: 0 0 0 280px;
    background:
        radial-gradient(circle at 15% 10%, rgba(248, 113, 113, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 85% 90%, rgba(251, 191, 36, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.dashboard-content > *[b-nj8wdopbjr] {
    position: relative;
    z-index: 1;
}

.dashboard-header h1[b-nj8wdopbjr] {
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0;
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.dashboard-user[b-nj8wdopbjr] {
    color: #a3a3a3;
    font-size: 0.92rem;
}

.btn-logout[b-nj8wdopbjr] {
    color: #F87171;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(248, 113, 113, 0.25);
    padding: 8px 16px;
    border-radius: 999px;
    font-weight: 500;
    transition: color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
    .btn-logout:hover[b-nj8wdopbjr] {
        color: #ffffff;
        background: rgba(248, 113, 113, 0.15);
        border-color: rgba(248, 113, 113, 0.5);
        transform: translateY(-1px);
        box-shadow: 0 0 20px rgba(248, 113, 113, 0.2);
    }
}

/* ----- Loading ----- */

.loading-state[b-nj8wdopbjr] {
    color: #a3a3a3;
}

.spinner[b-nj8wdopbjr] {
    width: 48px;
    height: 48px;
    border: 3px solid rgba(248, 113, 113, 0.15);
    border-top-color: #F87171;
    border-right-color: #FBBF24;
}

/* ----- Pending activation banner ----- */

.pending-activation-banner[b-nj8wdopbjr] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.03);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(251, 191, 36, 0.35);
    color: #ffffff;
    padding: 1.25rem 1.5rem;
    border-radius: 18px;
    margin-bottom: 2rem;
    box-shadow: 0 0 32px rgba(251, 191, 36, 0.1);
    position: relative;
    overflow: hidden;
}

.pending-activation-banner[b-nj8wdopbjr]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.12) 0%, rgba(248, 113, 113, 0.06) 100%);
    pointer-events: none;
    z-index: 0;
}

.pending-activation-banner > *[b-nj8wdopbjr] {
    position: relative;
    z-index: 1;
}

.pending-activation-icon[b-nj8wdopbjr] {
    font-size: 2rem;
    line-height: 1;
    flex-shrink: 0;
}

.pending-activation-body[b-nj8wdopbjr] {
    line-height: 1.5;
}

.pending-activation-body strong[b-nj8wdopbjr] {
    display: block;
    font-size: 1.05rem;
    margin-bottom: 0.25rem;
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.pending-activation-body span[b-nj8wdopbjr] {
    color: #cbd5e1;
}

.pending-activation-body a[b-nj8wdopbjr] {
    color: #FBBF24;
    text-decoration: underline;
    font-weight: 600;
}

@media (hover: hover) {
    .pending-activation-body a:hover[b-nj8wdopbjr] {
        color: #F87171;
    }
}

/* ----- Metric cards ----- */

.metrics-grid[b-nj8wdopbjr] {
    gap: 20px;
}

.metric-card[b-nj8wdopbjr] {
    background: rgba(255, 255, 255, 0.03);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 24px;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
    .metric-card:hover[b-nj8wdopbjr] {
        transform: translateY(-2px);
        border-color: rgba(248, 113, 113, 0.35);
        box-shadow: 0 0 32px rgba(248, 113, 113, 0.12);
    }
}

.metric-icon[b-nj8wdopbjr] {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, rgba(248, 113, 113, 0.2) 0%, rgba(251, 191, 36, 0.15) 100%);
    border: 1px solid rgba(251, 191, 36, 0.25);
    border-radius: 14px;
    font-size: 1.5rem;
}

.metric-icon-img[b-nj8wdopbjr] {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.metric-content h3[b-nj8wdopbjr] {
    color: #a3a3a3;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
}

.metric-value[b-nj8wdopbjr] {
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin: 0;
}

.metric-change[b-nj8wdopbjr] {
    color: #94a3b8;
    font-size: 0.85rem;
    margin: 4px 0 0 0;
}

/* ----- Sections ----- */

.dashboard-section h2[b-nj8wdopbjr] {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
}

/* ----- Quick action cards ----- */

.quick-actions[b-nj8wdopbjr] {
    gap: 20px;
}

.action-card[b-nj8wdopbjr] {
    background: rgba(255, 255, 255, 0.03);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 28px;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
    .action-card:hover[b-nj8wdopbjr] {
        transform: translateY(-3px);
        border-color: rgba(248, 113, 113, 0.4);
        background: rgba(248, 113, 113, 0.04);
        box-shadow: 0 0 36px rgba(248, 113, 113, 0.15);
    }
}

.action-icon[b-nj8wdopbjr] {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, rgba(248, 113, 113, 0.2) 0%, rgba(251, 191, 36, 0.15) 100%);
    border: 1px solid rgba(251, 191, 36, 0.25);
    border-radius: 14px;
    font-size: 1.5rem;
    margin-bottom: 18px;
}

.action-icon-img[b-nj8wdopbjr] {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.action-card h3[b-nj8wdopbjr] {
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.action-card p[b-nj8wdopbjr] {
    color: #a3a3a3;
    font-size: 0.92rem;
    line-height: 1.55;
    margin: 0;
}

/* ----- Getting started / steps ----- */

.step-card[b-nj8wdopbjr] {
    background: rgba(255, 255, 255, 0.03);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 24px;
    transition: border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
    .step-card:hover[b-nj8wdopbjr] {
        border-color: rgba(251, 191, 36, 0.3);
        box-shadow: 0 0 28px rgba(251, 191, 36, 0.08);
    }
}

.step-number[b-nj8wdopbjr] {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    border-radius: 50%;
    font-weight: 800;
    color: #ffffff;
    font-size: 1.15rem;
    box-shadow: 0 0 20px rgba(248, 113, 113, 0.3);
}

.step-content h3[b-nj8wdopbjr] {
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.step-content p[b-nj8wdopbjr] {
    color: #a3a3a3;
    font-size: 0.92rem;
    line-height: 1.6;
    margin-bottom: 14px;
}

/* ----- Buttons (scoped to dashboard step cards) ----- */

.step-content .btn[b-nj8wdopbjr] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.step-content .btn-small[b-nj8wdopbjr] {
    padding: 8px 16px;
    font-size: 0.85rem;
}

.step-content .btn-primary[b-nj8wdopbjr] {
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    color: #ffffff;
}

@media (hover: hover) {
    .step-content .btn-primary:hover[b-nj8wdopbjr] {
        transform: translateY(-2px);
        box-shadow: 0 0 24px rgba(248, 113, 113, 0.4);
    }
}

.step-content .btn-secondary[b-nj8wdopbjr] {
    background: rgba(255, 255, 255, 0.04);
    color: #a3a3a3;
    border-color: rgba(255, 255, 255, 0.08);
}

.step-content .btn-secondary:disabled[b-nj8wdopbjr] {
    opacity: 0.6;
    cursor: not-allowed;
}
/* /Components/Pages/DeviceCodeLogin.razor.rz.scp.css */
/* Device Code Login Page - Coral/Gold theme */

.auth-page[b-e78wv1f3gm] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(ellipse at top, rgba(248, 113, 113, 0.1) 0%, transparent 50%),
                radial-gradient(ellipse at bottom right, rgba(251, 191, 36, 0.05) 0%, transparent 50%),
                #0a0a0a;
    padding: 40px 20px;
}

.auth-container[b-e78wv1f3gm] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: radial-gradient(ellipse at top, rgba(248, 113, 113, 0.1) 0%, transparent 50%),
                radial-gradient(ellipse at bottom right, rgba(251, 191, 36, 0.05) 0%, transparent 50%),
                #0a0a0a;
    padding: 40px 20px;
    width: 100%;
}

.auth-card[b-e78wv1f3gm] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 48px;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    width: 100%;
    max-width: 440px;
    text-align: center;
    box-shadow: 0 0 60px rgba(248, 113, 113, 0.08);
}

.auth-header[b-e78wv1f3gm] {
    text-align: center;
    margin-bottom: 40px;
}

.auth-logo[b-e78wv1f3gm] {
    font-size: 2.5rem;
    margin-bottom: 16px;
}

.auth-title[b-e78wv1f3gm] {
    font-size: 1.75rem;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
}

.auth-subtitle[b-e78wv1f3gm] {
    color: #64748b;
}

.auth-form[b-e78wv1f3gm] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group[b-e78wv1f3gm] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label[b-e78wv1f3gm] {
    color: #94a3b8;
    font-size: 0.9rem;
}

.form-input[b-e78wv1f3gm] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 14px 16px;
    color: white;
    font-size: 1rem;
    transition: border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.form-input:focus[b-e78wv1f3gm] {
    outline: none;
    border-color: #FBBF24;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.18);
}

.form-input[b-e78wv1f3gm]::placeholder {
    color: #475569;
}

.form-options[b-e78wv1f3gm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.remember-me[b-e78wv1f3gm] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #94a3b8;
    font-size: 0.9rem;
}

.forgot-link[b-e78wv1f3gm] {
    color: #F87171;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
    .forgot-link:hover[b-e78wv1f3gm] {
        color: #FBBF24;
    }
}

.auth-divider[b-e78wv1f3gm] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 24px 0;
}

.auth-divider span[b-e78wv1f3gm] {
    color: #64748b;
    font-size: 0.85rem;
}

.auth-divider[b-e78wv1f3gm]::before,
.auth-divider[b-e78wv1f3gm]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(251, 191, 36, 0.1);
}

.social-buttons[b-e78wv1f3gm] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-btn[b-e78wv1f3gm] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    color: white;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
}

@media (hover: hover) {
    .social-btn:hover[b-e78wv1f3gm] {
        background: rgba(248, 113, 113, 0.1);
        border-color: rgba(248, 113, 113, 0.4);
        transform: translateY(-1px);
        box-shadow: 0 0 20px rgba(248, 113, 113, 0.15);
    }
}

.auth-footer[b-e78wv1f3gm] {
    text-align: center;
    margin-top: 32px;
    color: #64748b;
}

.auth-footer a[b-e78wv1f3gm] {
    color: #FBBF24;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
    .auth-footer a:hover[b-e78wv1f3gm] {
        color: #F87171;
    }
}

.back-link[b-e78wv1f3gm] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #94a3b8;
    text-decoration: none;
    margin-bottom: 24px;
    transition: color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
    .back-link:hover[b-e78wv1f3gm] {
        color: #FBBF24;
    }
}

/* Loading and waiting states */
.loading-state[b-e78wv1f3gm],
.waiting-state[b-e78wv1f3gm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    color: #94a3b8;
    text-align: center;
}

.loading-state p[b-e78wv1f3gm],
.waiting-state p[b-e78wv1f3gm] {
    margin: 0;
    font-size: 0.95rem;
}

.spinner[b-e78wv1f3gm] {
    width: 36px;
    height: 36px;
    border: 3px solid rgba(248, 113, 113, 0.15);
    border-top-color: #F87171;
    border-right-color: #FBBF24;
    border-radius: 50%;
    animation: spin-b-e78wv1f3gm 1s linear infinite;
    margin-bottom: 14px;
}

@keyframes spin-b-e78wv1f3gm {
    to { transform: rotate(360deg); }
}

/* Success state */
.success-state[b-e78wv1f3gm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    text-align: center;
}

.success-message[b-e78wv1f3gm] {
    color: #86efac;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
}

/* Error state */
.error-state[b-e78wv1f3gm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    text-align: center;
}

.error-message[b-e78wv1f3gm] {
    color: #F87171;
    font-size: 1rem;
    margin-bottom: 16px;
}

/* Device code display */
.device-code-display[b-e78wv1f3gm] {
    text-align: center;
    padding: 24px 0;
}

.code-instruction[b-e78wv1f3gm] {
    color: #94a3b8;
    margin-bottom: 8px;
}

.verification-url[b-e78wv1f3gm] {
    color: #FBBF24;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 16px;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid rgba(251, 191, 36, 0.35);
    background: rgba(251, 191, 36, 0.08);
    transition: color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
    .verification-url:hover[b-e78wv1f3gm] {
        color: #ffffff;
        background: rgba(248, 113, 113, 0.15);
        border-color: rgba(248, 113, 113, 0.5);
        transform: translateY(-1px);
    }
}

.device-code[b-e78wv1f3gm] {
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: 0.3em;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(251, 191, 36, 0.35);
    border-radius: 14px;
    padding: 20px 24px;
    margin: 18px 0;
    font-family: 'Courier New', monospace;
    box-shadow: 0 0 28px rgba(251, 191, 36, 0.12), inset 0 0 0 1px rgba(255, 255, 255, 0.02);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.code-expires[b-e78wv1f3gm] {
    color: #64748b;
    font-size: 0.85rem;
}
/* /Components/Pages/Docs.razor.rz.scp.css */
/* Docs page — Cyber/Technical design system, scoped to Docs.razor.
   Mirrors Home.razor.css patterns: tokens on .marketing-container,
   glassmorphism, gradient-border-on-hover, scroll reveals, motion gating.
   No @layer (Blazor scoped CSS drops nested properties from layers). */

@property --cta-angle {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}

    /* ===== Tokens ===== */

    .marketing-container[b-n17b3qujx4] {
        --bg: #0a0a0a;
        --surface: #141414;
        --coral: #F87171;
        --gold: #FBBF24;
        --grad: linear-gradient(135deg, var(--coral) 0%, var(--gold) 100%);
        --text: #ffffff;
        --muted: #a3a3a3;
        --body: #cbd5e1;

        --glass-bg: color-mix(in oklch, #ffffff 3%, transparent);
        --glass-bg-strong: color-mix(in oklch, #ffffff 5%, transparent);
        --glass-border: color-mix(in oklch, #ffffff 8%, transparent);
        --coral-glow: color-mix(in oklch, var(--coral) 35%, transparent);
        --coral-soft: color-mix(in oklch, var(--coral) 22%, transparent);
        --gold-soft: color-mix(in oklch, var(--gold) 22%, transparent);

        --radius-card: 18px;
        --radius-lg: 24px;
        --ease-out-quint: cubic-bezier(0.16, 1, 0.3, 1);
    }

    .marketing-container[b-n17b3qujx4] {
        container: marketing / inline-size;
        min-block-size: 100vh;
        display: flex;
        flex-direction: column;
        background: var(--bg);
        color: var(--text);
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        line-height: 1.6;
        scroll-behavior: smooth;
        position: relative;
        isolation: isolate;
    }

    /* Atmospheric noise overlay */
    .marketing-container[b-n17b3qujx4]::before {
        content: "";
        position: fixed;
        inset: 0;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.5 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
        mix-blend-mode: overlay;
        opacity: 0.04;
        pointer-events: none;
        z-index: 0;
    }

    .marketing-container [b-n17b3qujx4]::selection {
        background: var(--coral);
        color: #ffffff;
    }

    .marketing-container :focus-visible[b-n17b3qujx4] {
        outline: 2px solid var(--gold);
        outline-offset: 3px;
        border-radius: 4px;
    }

    /* ===== Layout ===== */

    .docs[b-n17b3qujx4] {
        flex: 1;
        inline-size: 100%;
        max-inline-size: 1080px;
        margin-inline: auto;
        padding-block: clamp(3.5rem, 2.5rem + 4cqi, 6rem) clamp(4rem, 3rem + 5cqi, 7rem);
        padding-inline: clamp(1.25rem, 0.5rem + 2cqi, 2rem);
        position: relative;
        z-index: 1;
        box-sizing: border-box;
    }

    .docs section[b-n17b3qujx4] {
        margin-block-end: clamp(3rem, 2rem + 3cqi, 5rem);
        scroll-margin-block-start: 100px;
    }

    .docs h2[b-n17b3qujx4] {
        font-size: clamp(1.75rem, 1.35rem + 2cqi, 2.5rem);
        font-weight: 800;
        letter-spacing: -0.02em;
        margin: 0 0 12px;
        text-wrap: balance;
        background: var(--grad);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        line-height: 1.15;
    }

    .docs h3[b-n17b3qujx4] {
        font-size: 1.15rem;
        font-weight: 700;
        color: var(--text);
        margin: 0 0 12px;
        letter-spacing: -0.005em;
        text-wrap: balance;
    }

    .docs p[b-n17b3qujx4] {
        color: var(--body);
        font-size: 1rem;
        line-height: 1.7;
        margin-block: 0 16px;
        text-wrap: pretty;
    }

    .docs strong[b-n17b3qujx4] {
        color: var(--text);
        font-weight: 600;
    }

    .docs em[b-n17b3qujx4] {
        color: var(--gold);
        font-style: normal;
        font-weight: 600;
    }

    .section-intro[b-n17b3qujx4] {
        color: var(--muted);
        font-size: clamp(1rem, 0.95rem + 0.3cqi, 1.1rem);
        margin: 0 0 clamp(1.5rem, 1.25rem + 1cqi, 2.25rem);
        max-inline-size: 760px;
        text-wrap: pretty;
    }

    /* ===== Components ===== */

    /* ----- Hero (glass card) ----- */

    .docs-hero[b-n17b3qujx4] {
        position: relative;
        text-align: center;
        margin-block-end: clamp(3rem, 2rem + 3cqi, 5rem);
        padding-block: clamp(2.25rem, 1.75rem + 3cqi, 3.75rem);
        padding-inline: clamp(1.25rem, 0.75rem + 3cqi, 2.5rem);
        background: var(--glass-bg);
        border: 1px solid var(--glass-border);
        border-radius: var(--radius-lg);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        box-shadow: 0 30px 80px -40px rgba(0, 0, 0, 0.6);
        overflow: hidden;
    }

    /* Subtle gradient border on hero — mask-composite */
    .docs-hero[b-n17b3qujx4]::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        padding: 1px;
        background: var(--grad);
        -webkit-mask:
            linear-gradient(#000 0 0) content-box,
            linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
                mask-composite: exclude;
        opacity: 0.55;
        pointer-events: none;
    }

    .eyebrow[b-n17b3qujx4] {
        display: inline-block;
        padding-block: 6px;
        padding-inline: 14px;
        background: color-mix(in oklch, var(--gold) 10%, transparent);
        border: 1px solid color-mix(in oklch, var(--gold) 32%, transparent);
        border-radius: 999px;
        font-size: 0.72rem;
        font-weight: 600;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--gold);
        margin-block-end: 24px;
    }

    .docs-hero h1[b-n17b3qujx4] {
        font-size: clamp(2.25rem, 1.5rem + 5cqi, 3.75rem);
        font-weight: 800;
        line-height: 1.05;
        letter-spacing: -0.025em;
        margin: 0 0 20px;
        text-wrap: balance;
        background: var(--grad);
        background-size: 200% 200%;
        background-position: 0% 50%;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    .lede[b-n17b3qujx4] {
        font-size: clamp(1.05rem, 1rem + 0.5cqi, 1.2rem);
        line-height: 1.65;
        color: var(--body);
        margin-block: 0;
        margin-inline: auto;
        max-inline-size: 720px;
        text-align: center;
        text-wrap: pretty;
    }

    /* ----- Card icon (emoji glyph) ----- */

    .card-icon[b-n17b3qujx4] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        inline-size: 52px;
        block-size: 52px;
        margin-block-end: 16px;
        font-size: 1.75rem;
        line-height: 1;
        border-radius: 14px;
        background:
            radial-gradient(circle at 30% 30%, color-mix(in oklch, var(--coral) 22%, transparent) 0%, transparent 70%),
            color-mix(in oklch, var(--surface) 70%, transparent);
        border: 1px solid color-mix(in oklch, var(--coral) 30%, transparent);
        box-shadow:
            inset 0 0 24px color-mix(in oklch, var(--gold) 12%, transparent),
            0 0 24px color-mix(in oklch, var(--coral) 18%, transparent);
        position: relative;
        z-index: 1;
    }

    /* ----- Feature cards (What it does) ----- */

    .feature-list[b-n17b3qujx4] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 24px;
    }

    .feature-list article[b-n17b3qujx4] {
        position: relative;
        padding: 28px;
        background: color-mix(in oklch, var(--surface) 88%, transparent);
        border: 1px solid var(--glass-border);
        border-radius: var(--radius-card);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
        overflow: hidden;
    }

    .feature-list article[b-n17b3qujx4]::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        padding: 1px;
        background: var(--grad);
        -webkit-mask:
            linear-gradient(#000 0 0) content-box,
            linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
                mask-composite: exclude;
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
    }

    .feature-list h3[b-n17b3qujx4] {
        font-size: 1.1rem;
        margin-block-end: 10px;
    }

    .feature-list p[b-n17b3qujx4] {
        margin: 0;
        color: var(--body);
        font-size: 0.95rem;
        line-height: 1.65;
    }

    /* ----- Conversation starters (chat bubbles) ----- */

    .starters[b-n17b3qujx4] {
        list-style: none;
        counter-reset: starter;
        padding: 0;
        margin: 0;
        display: grid;
        gap: 16px;
    }

    .starters li[b-n17b3qujx4] {
        counter-increment: starter;
        position: relative;
        padding-block: 22px;
        padding-inline: 28px 28px;
        padding-inline-start: 84px;
        background: var(--glass-bg-strong);
        border: 1px solid var(--glass-border);
        border-radius: 18px 18px 18px 4px;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    }

    .starters li[b-n17b3qujx4]::before {
        content: counter(starter);
        position: absolute;
        inset-inline-start: 20px;
        inset-block-start: 20px;
        inline-size: 44px;
        block-size: 44px;
        background: var(--grad);
        color: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 1.05rem;
        box-shadow:
            0 0 24px color-mix(in oklch, var(--coral) 55%, transparent),
            0 4px 16px color-mix(in oklch, var(--coral) 40%, transparent);
    }

    .starters strong[b-n17b3qujx4] {
        display: block;
        font-style: italic;
        color: var(--text);
        font-size: 1rem;
        font-weight: 500;
        margin-block-end: 8px;
        line-height: 1.5;
    }

    .starters span[b-n17b3qujx4] {
        display: block;
        color: var(--muted);
        font-size: 0.88rem;
        line-height: 1.55;
    }

    /* ----- Surfaces ----- */

    .surfaces-grid[b-n17b3qujx4] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 24px;
    }

    .surface[b-n17b3qujx4] {
        position: relative;
        padding: 32px;
        background: color-mix(in oklch, var(--surface) 88%, transparent);
        border: 1px solid var(--glass-border);
        border-radius: var(--radius-card);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
        overflow: hidden;
    }

    .surface[b-n17b3qujx4]::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        padding: 1px;
        background: var(--grad);
        -webkit-mask:
            linear-gradient(#000 0 0) content-box,
            linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
                mask-composite: exclude;
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
    }

    .surface h3[b-n17b3qujx4] {
        font-size: 1.2rem;
        background: var(--grad);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    .surface p[b-n17b3qujx4] {
        margin: 0;
        color: var(--body);
        font-size: 0.95rem;
        line-height: 1.65;
    }

    /* ----- Requirements / BYOL list ----- */

    .byol-list[b-n17b3qujx4] {
        list-style: none;
        padding: 0;
        margin: 16px 0 24px;
        display: grid;
        gap: 12px;
    }

    .byol-list li[b-n17b3qujx4] {
        position: relative;
        padding-block: 16px;
        padding-inline: 22px 22px;
        padding-inline-start: 60px;
        background: var(--glass-bg-strong);
        border: 1px solid var(--glass-border);
        border-radius: 12px;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        color: var(--body);
        font-size: 0.98rem;
        line-height: 1.6;
        transition: border-color 0.25s ease, transform 0.25s ease;
    }

    .byol-list li[b-n17b3qujx4]::before {
        content: "✓";
        position: absolute;
        inset-inline-start: 16px;
        inset-block-start: 50%;
        transform: translateY(-50%);
        inline-size: 28px;
        block-size: 28px;
        background: var(--grad);
        color: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 0.95rem;
        box-shadow: 0 0 16px color-mix(in oklch, var(--coral) 45%, transparent);
    }

    .fineprint[b-n17b3qujx4] {
        font-size: 0.85rem !important;
        color: var(--muted) !important;
        line-height: 1.65;
        border-block-start: 1px solid color-mix(in oklch, var(--gold) 15%, transparent);
        padding-block-start: 18px;
        margin-block-start: 24px !important;
        max-inline-size: 820px;
    }

    /* ----- CTA card with animated conic border ----- */

    #get-started[b-n17b3qujx4] {
        text-align: center;
    }

    .cta-card[b-n17b3qujx4] {
        position: relative;
        max-inline-size: 720px;
        margin-inline: auto;
        padding: 2px;
        border-radius: var(--radius-lg);
        background: linear-gradient(135deg, var(--coral), var(--gold));
        isolation: isolate;
    }

    .cta-card-inner[b-n17b3qujx4] {
        background: var(--surface);
        border-radius: calc(var(--radius-lg) - 2px);
        padding-block: clamp(2rem, 1.5rem + 3cqi, 3.25rem);
        padding-inline: clamp(1.5rem, 1rem + 3cqi, 2.5rem);
    }

    .cta-card h2[b-n17b3qujx4] {
        margin-block-start: 0;
    }

    .cta-card .cta-lede[b-n17b3qujx4] {
        color: var(--body);
        margin: 0 auto 24px;
        max-inline-size: 560px;
        font-size: 1rem;
    }

    .cta-actions[b-n17b3qujx4] {
        display: flex;
        gap: 16px;
        justify-content: center;
        flex-wrap: wrap;
        margin-block-start: 8px;
    }

    /* ----- Buttons ----- */

    .btn[b-n17b3qujx4] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-block-size: 44px;
        padding-block: 14px;
        padding-inline: 28px;
        border-radius: 8px;
        font-size: 1rem;
        font-weight: 600;
        text-decoration: none;
        border: 1px solid transparent;
        transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
        cursor: pointer;
        position: relative;
    }

    .btn-primary[b-n17b3qujx4] {
        background: linear-gradient(135deg, var(--coral) 0%, #EF4444 100%);
        color: #ffffff;
        box-shadow: 0 4px 18px -4px var(--coral-glow);
    }

    .btn-secondary[b-n17b3qujx4] {
        background: transparent;
        color: var(--text);
        border-color: color-mix(in oklch, var(--gold) 50%, transparent);
    }

    /* ===== Effects: container-query responsive layout ===== */

    @container marketing (inline-size <= 640px) {
        .starters li[b-n17b3qujx4] {
            padding-inline-start: 76px;
        }

        .starters li[b-n17b3qujx4]::before {
            inline-size: 38px;
            block-size: 38px;
            font-size: 0.95rem;
        }

        .byol-list li[b-n17b3qujx4] {
            padding-inline-start: 54px;
        }
    }

    /* Hover-only effects */
    @media (hover: hover) and (pointer: fine) {
        .feature-list article:hover[b-n17b3qujx4],
        .surface:hover[b-n17b3qujx4] {
            will-change: transform;
            transform: translateY(-4px);
            border-color: color-mix(in oklch, var(--coral) 40%, transparent);
            box-shadow: 0 24px 60px -20px var(--coral-glow);
        }

        .feature-list article:hover[b-n17b3qujx4]::before,
        .surface:hover[b-n17b3qujx4]::before {
            opacity: 1;
        }

        .starters li:hover[b-n17b3qujx4] {
            border-color: color-mix(in oklch, var(--gold) 45%, transparent);
            transform: translateY(-2px);
            box-shadow: 0 16px 40px -16px color-mix(in oklch, var(--gold) 30%, transparent);
        }

        .byol-list li:hover[b-n17b3qujx4] {
            border-color: color-mix(in oklch, var(--coral) 40%, transparent);
            transform: translateX(2px);
        }

        .btn-primary:hover[b-n17b3qujx4] {
            transform: translateY(-2px);
            box-shadow: 0 14px 36px -8px var(--coral-glow);
            color: #ffffff;
        }

        .btn-secondary:hover[b-n17b3qujx4] {
            border-color: var(--gold);
            background: color-mix(in oklch, var(--gold) 12%, transparent);
            color: var(--text);
        }
    }

    /* ===== Motion: opt-in via prefers-reduced-motion: no-preference ===== */

    @media (prefers-reduced-motion: no-preference) {

        .reveal[b-n17b3qujx4] {
            opacity: 0;
            transform: translateY(30px);
            transition:
                opacity 0.85s var(--ease-out-quint) calc(var(--i, 0) * 70ms),
                transform 0.85s var(--ease-out-quint) calc(var(--i, 0) * 70ms);
        }

        .reveal.revealed[b-n17b3qujx4] {
            opacity: 1;
            transform: none;
        }

        /* Hero headline gradient pan */
        .docs-hero h1[b-n17b3qujx4] {
            animation: docs-gradient-shift-b-n17b3qujx4 9s ease-in-out infinite;
        }

        /* CTA conic-gradient spin */
        .cta-card[b-n17b3qujx4] {
            background: conic-gradient(
                from var(--cta-angle),
                var(--coral),
                var(--gold),
                var(--coral)
            );
            animation: docs-cta-spin-b-n17b3qujx4 9s linear infinite;
        }

        /* CTA primary button pulse */
        #get-started .btn-primary[b-n17b3qujx4] {
            animation: docs-cta-pulse-b-n17b3qujx4 2.6s ease-in-out infinite;
        }

        #get-started .btn-primary:hover[b-n17b3qujx4] {
            animation-play-state: paused;
        }
    }

    @keyframes docs-gradient-shift-b-n17b3qujx4 {
        0%, 100% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
    }

    @keyframes docs-cta-spin-b-n17b3qujx4 {
        to { --cta-angle: 360deg; }
    }

    @keyframes docs-cta-pulse-b-n17b3qujx4 {
        0%, 100% { box-shadow: 0 4px 18px -4px var(--coral-glow); }
        50% { box-shadow: 0 4px 28px 4px var(--coral-glow); }
    }
/* /Components/Pages/Download.razor.rz.scp.css */
/* Download — glass + coral/gold theme aligned with marketing Home page. */

/* ----- Page chrome ----- */

.dashboard-content[b-gf8idcnfjg] {
    background: #0a0a0a;
    color: #ffffff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.dashboard-content[b-gf8idcnfjg]::before {
    content: "";
    position: fixed;
    inset: 0 0 0 280px;
    background:
        radial-gradient(circle at 15% 10%, rgba(248, 113, 113, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 85% 90%, rgba(251, 191, 36, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.dashboard-content > *[b-gf8idcnfjg] {
    position: relative;
    z-index: 1;
}

.dashboard-header h1[b-gf8idcnfjg] {
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0;
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.dashboard-user[b-gf8idcnfjg] {
    color: #a3a3a3;
    font-size: 0.92rem;
}

.btn-logout[b-gf8idcnfjg] {
    color: #F87171;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(248, 113, 113, 0.25);
    padding: 8px 16px;
    border-radius: 999px;
    font-weight: 500;
    transition: color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) and (pointer: fine) {
    .btn-logout:hover[b-gf8idcnfjg] {
        color: #ffffff;
        background: rgba(248, 113, 113, 0.15);
        border-color: rgba(248, 113, 113, 0.5);
        transform: translateY(-1px);
        box-shadow: 0 0 20px rgba(248, 113, 113, 0.2);
    }
}

/* ----- Hero (default and pending variant) ----- */

.download-hero[b-gf8idcnfjg] {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    padding: 56px 32px;
    border-radius: 24px;
    text-align: center;
    margin-bottom: 24px;
}

.download-hero[b-gf8idcnfjg]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 0%, rgba(248, 113, 113, 0.12) 0%, transparent 55%),
        radial-gradient(circle at 70% 100%, rgba(251, 191, 36, 0.10) 0%, transparent 55%);
    pointer-events: none;
    z-index: 0;
}

.download-hero > *[b-gf8idcnfjg] {
    position: relative;
    z-index: 1;
}

.download-hero.pending-activation[b-gf8idcnfjg] {
    border-color: rgba(251, 191, 36, 0.4);
    box-shadow: 0 0 36px rgba(251, 191, 36, 0.12);
}

.download-hero.pending-activation[b-gf8idcnfjg]::before {
    background:
        radial-gradient(circle at 50% 0%, rgba(251, 191, 36, 0.18) 0%, transparent 60%),
        radial-gradient(circle at 50% 100%, rgba(248, 113, 113, 0.10) 0%, transparent 60%);
}

.download-icon[b-gf8idcnfjg] {
    font-size: 3.5rem;
    margin-bottom: 12px;
    line-height: 1;
}

.download-hero.pending-activation .download-icon[b-gf8idcnfjg] {
    font-size: 4rem;
}

.amicis-logo-lg[b-gf8idcnfjg] {
    width: 80px;
    height: 80px;
    object-fit: contain;
    filter: drop-shadow(0 0 24px rgba(248, 113, 113, 0.4));
}

.download-hero h2[b-gf8idcnfjg] {
    margin: 0 0 14px 0;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.download-description[b-gf8idcnfjg] {
    color: #cbd5e1;
    max-width: 560px;
    margin: 0 auto 1.25rem;
    line-height: 1.65;
    font-size: 1rem;
}

.download-description a[b-gf8idcnfjg] {
    color: #FBBF24;
    text-decoration: underline;
    font-weight: 600;
}

@media (hover: hover) and (pointer: fine) {
    .download-description a:hover[b-gf8idcnfjg] {
        color: #F87171;
    }
}

/* ----- Version info ----- */

.version-info[b-gf8idcnfjg] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.version-badge[b-gf8idcnfjg] {
    background: rgba(248, 113, 113, 0.15);
    border: 1px solid rgba(248, 113, 113, 0.35);
    color: #F87171;
    padding: 6px 14px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 0.02em;
}

.release-date[b-gf8idcnfjg] {
    color: #94a3b8;
    font-size: 0.9rem;
}

/* ----- Download button ----- */

.btn-download[b-gf8idcnfjg] {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 1rem;
    border: none;
    box-shadow: 0 0 28px rgba(248, 113, 113, 0.3);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) and (pointer: fine) {
    .btn-download:hover[b-gf8idcnfjg] {
        transform: translateY(-2px);
        box-shadow: 0 0 40px rgba(248, 113, 113, 0.5);
    }
}

.download-btn-icon[b-gf8idcnfjg] {
    font-size: 1.8rem;
    line-height: 1;
}

.download-btn-text[b-gf8idcnfjg] {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 2px;
}

.download-btn-text strong[b-gf8idcnfjg] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
}

.download-btn-text small[b-gf8idcnfjg] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.78rem;
}

/* ----- No release ----- */

.no-release[b-gf8idcnfjg] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.5rem;
    border-radius: 14px;
    color: #cbd5e1;
}

.no-release p[b-gf8idcnfjg] {
    margin: 0.5rem 0;
}

/* ----- Glass panels (install / requirements / auto-update) ----- */

.install-instructions[b-gf8idcnfjg],
.requirements-section[b-gf8idcnfjg],
.auto-update-info[b-gf8idcnfjg] {
    background: rgba(255, 255, 255, 0.03);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 28px;
    border-radius: 18px;
    margin-bottom: 20px;
}

.install-instructions h3[b-gf8idcnfjg],
.requirements-section h3[b-gf8idcnfjg],
.auto-update-info h3[b-gf8idcnfjg] {
    margin: 0 0 20px 0;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.install-instructions ol[b-gf8idcnfjg] {
    padding-left: 1.5rem;
    margin: 0;
    color: #cbd5e1;
}

.install-instructions li[b-gf8idcnfjg] {
    margin-bottom: 1.5rem;
}

.install-instructions li[b-gf8idcnfjg]::marker {
    color: #FBBF24;
    font-weight: 700;
}

.install-instructions li:last-child[b-gf8idcnfjg] {
    margin-bottom: 0;
}

.install-instructions li strong[b-gf8idcnfjg] {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-weight: 700;
}

.install-instructions li p[b-gf8idcnfjg] {
    margin: 0;
    color: #a3a3a3;
    line-height: 1.6;
}

.requirements-grid[b-gf8idcnfjg] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 14px;
}

.requirement[b-gf8idcnfjg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 22px 16px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    transition: border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) and (pointer: fine) {
    .requirement:hover[b-gf8idcnfjg] {
        border-color: rgba(248, 113, 113, 0.3);
        transform: translateY(-2px);
        box-shadow: 0 0 24px rgba(248, 113, 113, 0.1);
    }
}

.req-icon[b-gf8idcnfjg] {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(248, 113, 113, 0.18) 0%, rgba(251, 191, 36, 0.12) 100%);
    border: 1px solid rgba(251, 191, 36, 0.25);
    border-radius: 12px;
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.req-label[b-gf8idcnfjg] {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
    font-size: 0.92rem;
}

.req-value[b-gf8idcnfjg] {
    color: #a3a3a3;
    font-size: 0.85rem;
    line-height: 1.5;
}

.auto-update-info p[b-gf8idcnfjg] {
    margin: 0;
    color: #cbd5e1;
    line-height: 1.65;
}

/* ----- Loading ----- */

.loading-state[b-gf8idcnfjg] {
    text-align: center;
    padding: 64px 20px;
    color: #a3a3a3;
}

.spinner[b-gf8idcnfjg] {
    width: 48px;
    height: 48px;
    border: 3px solid rgba(248, 113, 113, 0.15);
    border-top-color: #F87171;
    border-right-color: #FBBF24;
    border-radius: 50%;
    animation: spin-b-gf8idcnfjg 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-gf8idcnfjg {
    to { transform: rotate(360deg); }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Marketing landing — Cyber/Technical revamp, scoped to Home.razor.
   Blazor scoped CSS provides isolation via [b-xxx] attribute selectors,
   so cascade layers are redundant (and don't compile cleanly through the
   Blazor scoped-CSS pipeline). Rules ordered: tokens, base, layout,
   components, container-query effects, motion.
   Motion is opt-in via @media (prefers-reduced-motion: no-preference). */

@property --cta-angle {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}


    .marketing-container[b-ih2klg7a1h] {
        --bg: #0a0a0a;
        --surface: #141414;
        --coral: #F87171;
        --gold: #FBBF24;
        --grad: linear-gradient(135deg, var(--coral) 0%, var(--gold) 100%);
        --text: #ffffff;
        --muted: #a3a3a3;
        --body: #cbd5e1;

        --glass-bg: color-mix(in oklch, #ffffff 3%, transparent);
        --glass-bg-strong: color-mix(in oklch, #ffffff 5%, transparent);
        --glass-border: color-mix(in oklch, #ffffff 8%, transparent);
        --coral-glow: color-mix(in oklch, var(--coral) 35%, transparent);
        --coral-soft: color-mix(in oklch, var(--coral) 22%, transparent);
        --gold-soft: color-mix(in oklch, var(--gold) 22%, transparent);

        --radius-card: 18px;
        --radius-lg: 24px;
        --ease-out-quint: cubic-bezier(0.16, 1, 0.3, 1);
    }

    .marketing-container[b-ih2klg7a1h] {
        container: marketing / inline-size;
        min-block-size: 100vh;
        display: flex;
        flex-direction: column;
        background: var(--bg);
        color: var(--text);
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        line-height: 1.6;
        scroll-behavior: smooth;
        position: relative;
        isolation: isolate;
    }

    /* Atmospheric noise overlay — removes digital sterility */
    .marketing-container[b-ih2klg7a1h]::before {
        content: "";
        position: fixed;
        inset: 0;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.5 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
        mix-blend-mode: overlay;
        opacity: 0.04;
        pointer-events: none;
        z-index: 0;
    }

    .marketing-container [b-ih2klg7a1h]::selection {
        background: var(--coral);
        color: #ffffff;
    }

    .marketing-container :focus-visible[b-ih2klg7a1h] {
        outline: 2px solid var(--gold);
        outline-offset: 3px;
        border-radius: 4px;
    }

    .landing[b-ih2klg7a1h] {
        flex: 1;
        inline-size: 100%;
        position: relative;
        z-index: 1;
    }


    .landing section[b-ih2klg7a1h] {
        padding-block: clamp(4rem, 3rem + 5cqi, 7rem);
        padding-inline: clamp(1.25rem, 0.5rem + 2cqi, 2rem);
        max-inline-size: 1200px;
        margin-inline: auto;
    }

    .landing h2[b-ih2klg7a1h] {
        font-size: clamp(1.875rem, 1.5rem + 2cqi, 2.75rem);
        font-weight: 800;
        letter-spacing: -0.02em;
        margin: 0 0 clamp(2rem, 1.5rem + 1cqi, 3rem);
        text-align: center;
        text-wrap: balance;
        background: var(--grad);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    .landing h3[b-ih2klg7a1h] {
        font-size: 1.25rem;
        font-weight: 700;
        margin: 0 0 12px;
        color: var(--text);
        text-wrap: balance;
    }

    .landing p[b-ih2klg7a1h] {
        text-wrap: pretty;
    }

    /* Section dividers */
    .surfaces[b-ih2klg7a1h], .features[b-ih2klg7a1h], .how[b-ih2klg7a1h], .use-cases[b-ih2klg7a1h], .cta[b-ih2klg7a1h], .video-demo[b-ih2klg7a1h], .difference[b-ih2klg7a1h], .trust[b-ih2klg7a1h] {
        border-block-start: 1px solid color-mix(in oklch, var(--gold) 8%, transparent);
    }

/* ===== Components ===== */


    /* ----- Hero ----- */

    .hero[b-ih2klg7a1h] {
        padding-block: clamp(5rem, 4rem + 5cqi, 8rem) clamp(4rem, 3rem + 5cqi, 6rem) !important;
        text-align: center;
        position: relative;
        overflow: hidden;
        max-inline-size: 1200px;
        margin-inline: auto;
    }

    .hero-orb[b-ih2klg7a1h] {
        position: absolute;
        inline-size: clamp(280px, 40cqi, 520px);
        aspect-ratio: 1;
        border-radius: 50%;
        filter: blur(80px);
        opacity: 0.55;
        pointer-events: none;
        z-index: 0;
    }

    .hero-orb--coral[b-ih2klg7a1h] {
        background: radial-gradient(circle, var(--coral) 0%, transparent 65%);
        inset-block-start: -120px;
        inset-inline-start: -80px;
    }

    .hero-orb--gold[b-ih2klg7a1h] {
        background: radial-gradient(circle, var(--gold) 0%, transparent 65%);
        inset-block-end: -140px;
        inset-inline-end: -100px;
    }

    .hero-inner[b-ih2klg7a1h] {
        position: relative;
        z-index: 1;
        max-inline-size: 880px;
        margin-inline: auto;
        padding-block: clamp(2.25rem, 1.75rem + 3cqi, 3.5rem);
        padding-inline: clamp(1.25rem, 0.75rem + 3cqi, 2.5rem);
        background: var(--glass-bg);
        border: 1px solid var(--glass-border);
        border-radius: var(--radius-lg);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        box-shadow: 0 30px 80px -40px rgba(0, 0, 0, 0.6);
    }

    .pill-row[b-ih2klg7a1h] {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
        margin-block-end: 28px;
    }

    .pill[b-ih2klg7a1h] {
        display: inline-block;
        padding-block: 6px;
        padding-inline: 14px;
        background: color-mix(in oklch, var(--gold) 10%, transparent);
        color: var(--gold);
        border: 1px solid color-mix(in oklch, var(--gold) 32%, transparent);
        border-radius: 999px;
        font-size: 0.78rem;
        font-weight: 600;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

    /* Hero headline (per-word cascade engine) */
    .hero-headline[b-ih2klg7a1h] {
        font-size: clamp(2.25rem, 1.5rem + 6cqi, 4.25rem);
        line-height: 1.05;
        letter-spacing: -0.025em;
        margin: 0 0 24px;
        font-weight: 800;
        text-wrap: balance;
        background: var(--grad);
        background-size: 200% 200%;
        background-position: 0% 50%;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 0.32em;
        row-gap: 0.05em;
    }

    .hero-headline .word[b-ih2klg7a1h] {
        display: inline-flex;
        overflow: hidden;
        line-height: 1.05;
        padding-block-end: 0.08em; /* allow descenders */
    }

    .hero-headline .word-inner[b-ih2klg7a1h] {
        display: inline-block;
    }

    .hero-headline .word-break[b-ih2klg7a1h] {
        flex-basis: 100%;
        block-size: 0;
    }

    .lede[b-ih2klg7a1h] {
        font-size: clamp(1.05rem, 1rem + 0.5cqi, 1.25rem);
        color: var(--body);
        margin: 0 auto 40px;
        max-inline-size: 720px;
        line-height: 1.65;
        text-wrap: pretty;
    }

    .hero-actions[b-ih2klg7a1h] {
        display: flex;
        gap: 16px;
        justify-content: center;
        flex-wrap: wrap;
        margin-block-end: 24px;
    }

    /* Trust badges */
    .trust-badges[b-ih2klg7a1h] {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
        margin-block-start: 36px;
    }

    .trust-badge[b-ih2klg7a1h] {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding-block: 10px;
        padding-inline: 18px;
        background: color-mix(in oklch, var(--surface) 75%, transparent);
        border: 1px solid var(--coral-soft);
        border-radius: 999px;
        color: #e2e8f0;
        font-size: 0.88rem;
        font-weight: 500;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        transition: border-color 0.25s ease, transform 0.25s ease;
    }

    .trust-icon[b-ih2klg7a1h] {
        font-size: 1.05rem;
        line-height: 1;
    }

    /* Hero showcase */
    .hero-showcase[b-ih2klg7a1h] {
        position: relative;
        z-index: 1;
        max-inline-size: 1040px;
        margin-block-start: 64px;
        margin-inline: auto;
        display: grid;
        grid-template-columns: 1.4fr 1fr;
        gap: 24px;
        align-items: stretch;
    }

    .ai-explainer[b-ih2klg7a1h] {
        background: var(--glass-bg-strong);
        border: 1px solid color-mix(in oklch, var(--gold) 25%, transparent);
        border-radius: var(--radius-card);
        padding: 28px;
        text-align: start;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .explainer-header[b-ih2klg7a1h] {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-block-end: 14px;
    }

    .explainer-icon[b-ih2klg7a1h] {
        font-size: 1.75rem;
        line-height: 1;
    }

    .explainer-header h3[b-ih2klg7a1h] {
        margin: 0;
        font-size: 1.15rem;
        color: var(--gold);
    }

    .ai-explainer p[b-ih2klg7a1h] {
        margin: 0;
        color: var(--body);
        font-size: 0.98rem;
        line-height: 1.65;
    }

    .ai-explainer strong[b-ih2klg7a1h] {
        color: var(--text);
        font-weight: 700;
    }

    .hero-stats[b-ih2klg7a1h] {
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        gap: 12px;
    }

    .stat-tile[b-ih2klg7a1h] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding-block: 14px;
        padding-inline: 20px;
        background: linear-gradient(135deg, var(--coral-soft) 0%, color-mix(in oklch, var(--gold) 10%, transparent) 100%);
        border: 1px solid color-mix(in oklch, var(--coral) 28%, transparent);
        border-radius: 12px;
        transition: transform 0.25s ease, border-color 0.25s ease;
    }

    .stat-value[b-ih2klg7a1h] {
        font-size: 1.6rem;
        font-weight: 800;
        background: var(--grad);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        line-height: 1.1;
    }

    .stat-label[b-ih2klg7a1h] {
        font-size: 0.82rem;
        color: var(--muted);
        margin-block-start: 2px;
        letter-spacing: 0.02em;
    }

    /* ----- Buttons ----- */

    .btn[b-ih2klg7a1h] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-block-size: 44px;
        padding-block: 14px;
        padding-inline: 28px;
        border-radius: 8px;
        font-weight: 600;
        text-decoration: none;
        font-size: 1rem;
        border: 1px solid transparent;
        transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
        cursor: pointer;
        position: relative;
    }

    .btn-primary[b-ih2klg7a1h] {
        background: linear-gradient(135deg, var(--coral) 0%, #EF4444 100%);
        color: #ffffff;
        box-shadow: 0 4px 18px -4px var(--coral-glow);
    }

    .btn-secondary[b-ih2klg7a1h] {
        background: transparent;
        color: var(--text);
        border-color: color-mix(in oklch, var(--gold) 50%, transparent);
    }

    /* ----- Surfaces & features (shared card styling) ----- */

    .surface-grid[b-ih2klg7a1h] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 28px;
    }

    .feature-grid[b-ih2klg7a1h] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 24px;
    }

    .surface[b-ih2klg7a1h],
    .feature[b-ih2klg7a1h] {
        position: relative;
        background: color-mix(in oklch, var(--surface) 88%, transparent);
        border: 1px solid var(--glass-border);
        border-radius: var(--radius-card);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
        overflow: hidden;
    }

    .surface[b-ih2klg7a1h] { padding: 32px; }
    .feature[b-ih2klg7a1h] { padding: 28px; }

    /* Gradient border on hover — mask-composite ring trick */
    .surface[b-ih2klg7a1h]::before,
    .feature[b-ih2klg7a1h]::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        padding: 1px;
        background: var(--grad);
        -webkit-mask:
            linear-gradient(#000 0 0) content-box,
            linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
                mask-composite: exclude;
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
    }

    .surface-tag[b-ih2klg7a1h] {
        color: var(--gold);
        font-weight: 600;
        margin: 0 0 18px;
        font-size: 0.95rem;
    }

    .surface ul[b-ih2klg7a1h] {
        margin: 0;
        padding-inline-start: 20px;
        color: var(--body);
    }

    .surface li[b-ih2klg7a1h] {
        margin-block-end: 10px;
        line-height: 1.6;
    }

    .surface em[b-ih2klg7a1h] {
        color: var(--gold);
        font-style: normal;
        font-weight: 600;
    }

    .feature p[b-ih2klg7a1h] {
        margin: 0;
        color: var(--body);
        line-height: 1.65;
    }

    /* ----- How-it-works (timeline) ----- */

    .how-steps[b-ih2klg7a1h] {
        list-style: none;
        counter-reset: step;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 24px;
        position: relative;
    }

    .how-steps li[b-ih2klg7a1h] {
        counter-increment: step;
        padding-block: 32px;
        padding-inline: 32px;
        padding-inline-start: 88px;
        background: color-mix(in oklch, var(--surface) 88%, transparent);
        border: 1px solid var(--glass-border);
        border-radius: var(--radius-card);
        position: relative;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .how-steps li[b-ih2klg7a1h]::before {
        content: counter(step);
        position: absolute;
        inset-inline-start: 24px;
        inset-block-start: 28px;
        inline-size: 44px;
        block-size: 44px;
        background: var(--grad);
        color: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 1.1rem;
        box-shadow:
            0 0 24px color-mix(in oklch, var(--coral) 55%, transparent),
            0 4px 16px color-mix(in oklch, var(--coral) 40%, transparent);
    }

    .how-steps p[b-ih2klg7a1h] {
        margin: 0;
        color: var(--body);
        line-height: 1.65;
    }

    /* ----- CTA card with animated conic border ----- */

    .cta[b-ih2klg7a1h] {
        text-align: center;
    }

    .cta-card[b-ih2klg7a1h] {
        position: relative;
        max-inline-size: 880px;
        margin-inline: auto;
        padding: 2px;
        border-radius: var(--radius-lg);
        background: linear-gradient(135deg, var(--coral), var(--gold));
        isolation: isolate;
    }

    .cta-card-inner[b-ih2klg7a1h] {
        background: var(--surface);
        border-radius: calc(var(--radius-lg) - 2px);
        padding-block: clamp(2.5rem, 2rem + 3cqi, 4rem);
        padding-inline: clamp(1.5rem, 1rem + 3cqi, 3rem);
    }

    .cta-card .landing h2[b-ih2klg7a1h],
    .cta-card h2[b-ih2klg7a1h] {
        margin-block-start: 0;
    }

    .cta-actions[b-ih2klg7a1h] {
        display: flex;
        gap: 16px;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 0 20px;
    }

    .cta-fineprint[b-ih2klg7a1h] {
        color: var(--muted);
        font-size: 0.9rem;
        margin: 0 auto;
        max-inline-size: 640px;
    }

/* ----- Card icon (emoji glyph on every card) ----- */

.card-icon[b-ih2klg7a1h] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    inline-size: 56px;
    block-size: 56px;
    margin-block-end: 16px;
    font-size: 1.85rem;
    line-height: 1;
    border-radius: 16px;
    background:
        radial-gradient(circle at 30% 30%, color-mix(in oklch, var(--coral) 22%, transparent) 0%, transparent 70%),
        color-mix(in oklch, var(--surface) 70%, transparent);
    border: 1px solid color-mix(in oklch, var(--coral) 30%, transparent);
    box-shadow:
        inset 0 0 24px color-mix(in oklch, var(--gold) 12%, transparent),
        0 0 24px color-mix(in oklch, var(--coral) 18%, transparent);
    position: relative;
    z-index: 1;
}

/* Section subtitle — used under .video-demo, .difference, .use-cases headlines */

.section-subtitle[b-ih2klg7a1h] {
    text-align: center;
    color: var(--muted);
    font-size: clamp(1rem, 0.95rem + 0.3cqi, 1.15rem);
    max-inline-size: 720px;
    margin: -1.5rem auto clamp(2rem, 1.5rem + 1cqi, 3rem);
    text-wrap: pretty;
}

/* ----- Video demo (Old way vs Amicis Agent) ----- */

.video-demo[b-ih2klg7a1h] {
    text-align: center;
}

.video-comparison[b-ih2klg7a1h] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 24px;
    align-items: center;
    max-inline-size: 1100px;
    margin-inline: auto;
}

.video-card[b-ih2klg7a1h] {
    position: relative;
    background: color-mix(in oklch, var(--surface) 88%, transparent);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-card);
    padding: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.3s ease, border-color 0.3s ease;
    text-align: start;
}

.video-card--old[b-ih2klg7a1h] {
    border-color: color-mix(in oklch, #ef4444 28%, transparent);
}

.video-card--new[b-ih2klg7a1h] {
    border-color: color-mix(in oklch, var(--coral) 40%, transparent);
    box-shadow: 0 20px 60px -28px var(--coral-glow);
}

.video-label[b-ih2klg7a1h] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-block-end: 14px;
    font-weight: 600;
}

.video-label-icon[b-ih2klg7a1h] {
    font-size: 1.4rem;
    line-height: 1;
}

.video-card--new .video-label-text[b-ih2klg7a1h] {
    background: var(--grad);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.video-wrapper[b-ih2klg7a1h] {
    position: relative;
    aspect-ratio: 16 / 10;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    border: 1px solid var(--glass-border);
}

.video-wrapper video[b-ih2klg7a1h] {
    inline-size: 100%;
    block-size: 100%;
    object-fit: cover;
    display: block;
}

.video-stats[b-ih2klg7a1h] {
    display: flex;
    gap: 18px;
    margin-block-start: 16px;
    flex-wrap: wrap;
    align-items: center;
    color: var(--body);
}

.video-stat[b-ih2klg7a1h] {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    font-size: 0.92rem;
}

.video-stat-number[b-ih2klg7a1h] {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--text);
}

.video-card--new .video-stat-number[b-ih2klg7a1h] {
    background: var(--grad);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.video-stat-label[b-ih2klg7a1h] {
    color: var(--muted);
}

.video-stat--emoji[b-ih2klg7a1h] {
    font-size: 1.4rem;
    margin-inline-start: auto;
}

.video-vs[b-ih2klg7a1h] {
    font-size: clamp(1.5rem, 1.25rem + 1cqi, 2.25rem);
    font-weight: 800;
    background: var(--grad);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    letter-spacing: 0.05em;
    text-align: center;
}

.video-caption[b-ih2klg7a1h] {
    margin-block-start: 28px;
    color: var(--muted);
    font-size: 0.95rem;
    text-align: center;
}

/* ----- Differentiator comparison table ----- */

.difference[b-ih2klg7a1h] {
    text-align: center;
}

.comparison-table[b-ih2klg7a1h] {
    display: grid;
    max-inline-size: 1000px;
    margin-inline: auto;
    background: color-mix(in oklch, var(--surface) 88%, transparent);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-card);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
}

.comparison-row[b-ih2klg7a1h] {
    display: grid;
    grid-template-columns: minmax(160px, 1fr) minmax(0, 1.4fr) minmax(0, 1.4fr);
    border-block-start: 1px solid var(--glass-border);
    transition: background 0.25s ease;
}

.comparison-row:first-child[b-ih2klg7a1h] {
    border-block-start: none;
}

.comparison-row--header[b-ih2klg7a1h] {
    background: linear-gradient(135deg, color-mix(in oklch, var(--coral) 12%, transparent) 0%, color-mix(in oklch, var(--gold) 8%, transparent) 100%);
    font-weight: 700;
}

.comparison-cell[b-ih2klg7a1h] {
    padding-block: 18px;
    padding-inline: 20px;
    text-align: start;
    color: var(--body);
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.45;
}

.comparison-cell--label[b-ih2klg7a1h] {
    font-weight: 700;
    color: var(--text);
    background: color-mix(in oklch, #ffffff 2%, transparent);
}

.comparison-cell--miss[b-ih2klg7a1h] {
    color: var(--muted);
}

.comparison-cell--win[b-ih2klg7a1h] {
    color: var(--text);
    background: color-mix(in oklch, var(--gold) 4%, transparent);
}

.comparison-row--header .comparison-cell--win[b-ih2klg7a1h] {
    background: transparent;
    background: var(--grad);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.cmp-mark[b-ih2klg7a1h] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    inline-size: 26px;
    block-size: 26px;
    flex-shrink: 0;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 50%;
}

.comparison-cell--miss .cmp-mark[b-ih2klg7a1h] {
    background: color-mix(in oklch, #ef4444 18%, transparent);
    color: #fca5a5;
}

.comparison-cell--win .cmp-mark[b-ih2klg7a1h] {
    background: var(--grad);
    color: #ffffff;
    box-shadow: 0 0 16px color-mix(in oklch, var(--coral) 45%, transparent);
}

/* ----- Use case (problem/solution) cards ----- */

.use-case-grid[b-ih2klg7a1h] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}

.use-case[b-ih2klg7a1h] {
    position: relative;
    padding: 28px;
    background: color-mix(in oklch, var(--surface) 88%, transparent);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-card);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.use-case h3[b-ih2klg7a1h] {
    margin-block-end: 14px;
}

.use-case-before[b-ih2klg7a1h],
.use-case-after[b-ih2klg7a1h] {
    margin: 0;
    padding-block: 10px;
    color: var(--body);
    line-height: 1.55;
}

.use-case-before[b-ih2klg7a1h] {
    color: var(--muted);
    border-block-end: 1px dashed color-mix(in oklch, #ffffff 8%, transparent);
}

.use-case-after[b-ih2klg7a1h] {
    color: var(--text);
}

.use-case-tag[b-ih2klg7a1h] {
    display: inline-block;
    padding-block: 2px;
    padding-inline: 8px;
    margin-inline-end: 8px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 4px;
    background: color-mix(in oklch, #ffffff 6%, transparent);
    color: var(--muted);
    vertical-align: middle;
}

.use-case-tag--after[b-ih2klg7a1h] {
    background: var(--grad);
    color: #ffffff;
    box-shadow: 0 0 12px color-mix(in oklch, var(--coral) 35%, transparent);
}

/* ----- Trust closing section ----- */

.trust[b-ih2klg7a1h] {
    text-align: center;
}

.trust-blurb[b-ih2klg7a1h] {
    max-inline-size: 760px;
    margin: 0 auto clamp(2rem, 1.5rem + 1cqi, 2.5rem);
    color: var(--body);
    font-size: clamp(1.05rem, 1rem + 0.4cqi, 1.2rem);
    line-height: 1.65;
    text-wrap: pretty;
}

.trust-badges--closing[b-ih2klg7a1h] {
    margin-block-start: 0;
}

/* ===== Effects: container-query responsive layout ===== */

    /* Stack hero showcase on narrower marketing containers */
    @container marketing (inline-size <= 820px) {
        .hero-showcase[b-ih2klg7a1h] {
            grid-template-columns: 1fr;
            margin-block-start: 48px;
        }
    }

    /* Compact hero stat layout on very narrow */
    @container marketing (inline-size <= 480px) {
        .hero-stats[b-ih2klg7a1h] {
            grid-template-rows: none;
            grid-template-columns: repeat(3, 1fr);
        }

        .stat-tile[b-ih2klg7a1h] {
            align-items: center;
            text-align: center;
            padding-block: 12px;
            padding-inline: 8px;
        }

        .stat-value[b-ih2klg7a1h] {
            font-size: 1.25rem;
        }

        .trust-badge[b-ih2klg7a1h] {
            font-size: 0.78rem;
            padding-block: 8px;
            padding-inline: 14px;
        }
    }

    /* Single-column timeline with connector line on wider containers */
    @container marketing (inline-size > 720px) {
        .how-steps[b-ih2klg7a1h] {
            grid-template-columns: 1fr;
            gap: 28px;
            max-inline-size: 820px;
            margin-inline: auto;
        }

        .how-steps li[b-ih2klg7a1h]::after {
            content: "";
            position: absolute;
            inset-inline-start: 45px;
            inset-block-start: 80px;
            inset-block-end: -28px;
            inline-size: 2px;
            background: linear-gradient(180deg, var(--coral), var(--gold));
            opacity: 0.4;
            pointer-events: none;
        }

        .how-steps li:last-child[b-ih2klg7a1h]::after {
            display: none;
        }
    }

    /* Mobile padding tightening on narrow containers */
    @container marketing (inline-size <= 768px) {
        .hero h1 br[b-ih2klg7a1h] {
            display: none;
        }
    }

    /* Stack the video comparison on narrower viewports */
    @container marketing (inline-size <= 820px) {
        .video-comparison[b-ih2klg7a1h] {
            grid-template-columns: 1fr;
        }

        .video-vs[b-ih2klg7a1h] {
            transform: rotate(0deg);
        }
    }

    /* Collapse comparison table into stacked card-like rows on small screens */
    @container marketing (inline-size <= 640px) {
        .comparison-row[b-ih2klg7a1h] {
            grid-template-columns: 1fr;
            padding-block: 6px;
        }

        .comparison-row--header[b-ih2klg7a1h] {
            clip: rect(0 0 0 0);
            clip-path: inset(50%);
            block-size: 1px;
            inline-size: 1px;
            overflow: hidden;
            position: absolute;
            white-space: nowrap;
        }

        .comparison-cell[b-ih2klg7a1h] {
            padding-block: 10px;
        }

        .comparison-cell--label[b-ih2klg7a1h] {
            background: transparent;
            font-size: 0.85rem;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            padding-block-end: 2px;
            color: color-mix(in oklch, var(--gold) 75%, var(--muted));
        }

        .comparison-cell--win[b-ih2klg7a1h] {
            background: transparent;
        }
    }

    /* Hover-only effects: keep touch devices clean and fast */
    @media (hover: hover) and (pointer: fine) {
        .trust-badge:hover[b-ih2klg7a1h] {
            border-color: color-mix(in oklch, var(--coral) 55%, transparent);
            transform: translateY(-1px);
        }

        .stat-tile:hover[b-ih2klg7a1h] {
            transform: translateX(4px);
            border-color: color-mix(in oklch, var(--coral) 55%, transparent);
        }

        .btn-primary:hover[b-ih2klg7a1h] {
            transform: translateY(-2px);
            box-shadow: 0 14px 36px -8px var(--coral-glow);
            color: #ffffff;
        }

        .btn-secondary:hover[b-ih2klg7a1h] {
            border-color: var(--gold);
            background: color-mix(in oklch, var(--gold) 12%, transparent);
            color: var(--text);
        }

        .surface:hover[b-ih2klg7a1h],
        .feature:hover[b-ih2klg7a1h] {
            will-change: transform;
            transform: translateY(-4px);
            border-color: color-mix(in oklch, var(--coral) 40%, transparent);
            box-shadow: 0 24px 60px -20px var(--coral-glow);
        }

        .surface:hover[b-ih2klg7a1h]::before,
        .feature:hover[b-ih2klg7a1h]::before {
            opacity: 1;
        }

        .use-case:hover[b-ih2klg7a1h] {
            border-color: color-mix(in oklch, var(--gold) 45%, transparent);
            transform: translateY(-4px);
            box-shadow: 0 16px 40px -16px color-mix(in oklch, var(--gold) 30%, transparent);
        }

        .comparison-row:not(.comparison-row--header):hover[b-ih2klg7a1h] {
            background: color-mix(in oklch, var(--coral) 6%, transparent);
        }

        .video-card:hover[b-ih2klg7a1h] {
            border-color: color-mix(in oklch, var(--coral) 40%, transparent);
            transform: translateY(-2px);
        }
    }

/* ===== Motion layer: opt-in via prefers-reduced-motion: no-preference =====
   Reduced-motion users see fully visible content with zero animation.
   Inverting the gate (using `reduce` instead) would require parallel
   overrides for every animation; the `no-preference` approach is safer. */

    @media (prefers-reduced-motion: no-preference) {

        /* Scroll-triggered reveal — initial state only inside no-preference */
        .reveal[b-ih2klg7a1h] {
            opacity: 0;
            transform: translateY(30px);
            transition:
                opacity 0.85s var(--ease-out-quint) calc(var(--i, 0) * 70ms),
                transform 0.85s var(--ease-out-quint) calc(var(--i, 0) * 70ms);
        }

        .reveal.revealed[b-ih2klg7a1h] {
            opacity: 1;
            transform: none;
        }

        /* Hero headline per-word cascade */
        .hero-headline .word-inner[b-ih2klg7a1h] {
            transform: translateY(110%);
            opacity: 0;
            transition:
                transform 0.9s var(--ease-out-quint) calc(var(--i, 0) * 70ms + 120ms),
                opacity 0.9s var(--ease-out-quint) calc(var(--i, 0) * 70ms + 120ms);
        }

        .hero-headline.revealed .word-inner[b-ih2klg7a1h] {
            transform: none;
            opacity: 1;
        }

        /* Animated gradient pan on hero headline */
        .hero-headline[b-ih2klg7a1h] {
            animation: hero-gradient-shift-b-ih2klg7a1h 9s ease-in-out infinite;
        }

        /* Floating orbs */
        .hero-orb[b-ih2klg7a1h] {
            animation: orb-float-b-ih2klg7a1h 22s ease-in-out infinite;
        }

        .hero-orb--gold[b-ih2klg7a1h] {
            animation-duration: 28s;
            animation-delay: -8s;
        }

        /* CTA conic-gradient border spin */
        .cta-card[b-ih2klg7a1h] {
            background: conic-gradient(
                from var(--cta-angle),
                var(--coral),
                var(--gold),
                var(--coral)
            );
            animation: cta-spin-b-ih2klg7a1h 9s linear infinite;
        }

        /* CTA primary button pulse (box-shadow only — no layout impact) */
        .cta .btn-primary[b-ih2klg7a1h] {
            animation: cta-pulse-b-ih2klg7a1h 2.6s ease-in-out infinite;
        }

        .cta .btn-primary:hover[b-ih2klg7a1h] {
            animation-play-state: paused;
        }
    }

    @keyframes hero-gradient-shift-b-ih2klg7a1h {
        0%, 100% { background-position: 0% 50%; }
        50%      { background-position: 100% 50%; }
    }

    @keyframes orb-float-b-ih2klg7a1h {
        0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
        50%      { transform: translate3d(30px, -20px, 0) scale(1.08); }
    }

    @keyframes cta-spin-b-ih2klg7a1h {
        to { --cta-angle: 360deg; }
    }

    @keyframes cta-pulse-b-ih2klg7a1h {
        0%, 100% { box-shadow: 0 4px 18px -4px var(--coral-glow); }
        50%      { box-shadow: 0 10px 36px 2px var(--coral-glow); }
    }
/* /Components/Pages/Legal/Privacy.razor.rz.scp.css */
/* Legal page (Privacy) — dark marketing theme, scannable typography. */

.legal[b-j8uivxymlg] {
    max-width: 820px;
    margin: 0 auto;
    padding: 80px 32px 120px;
    color: #cbd5e1;
}

.legal-hero[b-j8uivxymlg] {
    text-align: center;
    margin-bottom: 56px;
}

.eyebrow[b-j8uivxymlg] {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid rgba(251, 191, 36, 0.4);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FBBF24;
    margin-bottom: 20px;
}

.legal-hero h1[b-j8uivxymlg] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: clamp(32px, 4.5vw, 48px);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 16px;
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lede[b-j8uivxymlg] {
    font-size: 17px;
    line-height: 1.6;
    color: #94a3b8;
    margin: 0 auto;
    max-width: 620px;
}

.updated[b-j8uivxymlg] {
    margin-top: 18px;
    font-size: 13px;
    color: #64748b;
    letter-spacing: 0.04em;
}

.legal-body[b-j8uivxymlg] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: clamp(28px, 4vw, 48px);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 0 40px rgba(248, 113, 113, 0.06);
}

.legal-body section + section[b-j8uivxymlg] {
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.legal-body h2[b-j8uivxymlg] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: clamp(20px, 2.2vw, 24px);
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 16px;
    letter-spacing: -0.01em;
}

.legal-body p[b-j8uivxymlg] {
    font-size: 15.5px;
    line-height: 1.7;
    color: #cbd5e1;
    margin: 0 0 14px;
}

.legal-body p:last-child[b-j8uivxymlg] {
    margin-bottom: 0;
}

.legal-body strong[b-j8uivxymlg] {
    color: #ffffff;
    font-weight: 600;
}

.legal-body ul[b-j8uivxymlg],
.legal-body ol[b-j8uivxymlg] {
    margin: 8px 0 14px;
    padding-left: 22px;
    color: #cbd5e1;
}

.legal-body li[b-j8uivxymlg] {
    font-size: 15.5px;
    line-height: 1.7;
    margin-bottom: 8px;
}

.legal-body li ul[b-j8uivxymlg] {
    margin-top: 8px;
}

.legal-body a[b-j8uivxymlg] {
    color: #FBBF24;
    text-decoration: none;
    border-bottom: 1px solid rgba(251, 191, 36, 0.3);
    transition: border-color 0.2s ease, color 0.2s ease;
}

.legal-body a:hover[b-j8uivxymlg] {
    color: #F87171;
    border-bottom-color: rgba(248, 113, 113, 0.6);
}

.legal-body code[b-j8uivxymlg] {
    font-family: 'JetBrains Mono', 'Fira Code', ui-monospace, monospace;
    font-size: 0.9em;
    padding: 2px 6px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.06);
    color: #FBBF24;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact[b-j8uivxymlg] {
    text-align: center;
}

.contact p[b-j8uivxymlg] {
    color: #94a3b8;
    font-size: 14.5px;
}

@media (max-width: 600px) {
    .legal[b-j8uivxymlg] {
        padding: 56px 20px 96px;
    }
}
/* /Components/Pages/Legal/Terms.razor.rz.scp.css */
/* Legal page (Terms) — dark marketing theme, scannable typography. */

.legal[b-zkn0i08uln] {
    max-width: 820px;
    margin: 0 auto;
    padding: 80px 32px 120px;
    color: #cbd5e1;
}

.legal-hero[b-zkn0i08uln] {
    text-align: center;
    margin-bottom: 56px;
}

.eyebrow[b-zkn0i08uln] {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid rgba(251, 191, 36, 0.4);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FBBF24;
    margin-bottom: 20px;
}

.legal-hero h1[b-zkn0i08uln] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: clamp(32px, 4.5vw, 48px);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 16px;
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lede[b-zkn0i08uln] {
    font-size: 17px;
    line-height: 1.6;
    color: #94a3b8;
    margin: 0 auto;
    max-width: 620px;
}

.updated[b-zkn0i08uln] {
    margin-top: 18px;
    font-size: 13px;
    color: #64748b;
    letter-spacing: 0.04em;
}

.legal-body[b-zkn0i08uln] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: clamp(28px, 4vw, 48px);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 0 40px rgba(248, 113, 113, 0.06);
}

.legal-body section + section[b-zkn0i08uln] {
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.legal-body h2[b-zkn0i08uln] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: clamp(20px, 2.2vw, 24px);
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 16px;
    letter-spacing: -0.01em;
}

.legal-body p[b-zkn0i08uln] {
    font-size: 15.5px;
    line-height: 1.7;
    color: #cbd5e1;
    margin: 0 0 14px;
}

.legal-body p:last-child[b-zkn0i08uln] {
    margin-bottom: 0;
}

.legal-body strong[b-zkn0i08uln] {
    color: #ffffff;
    font-weight: 600;
}

.legal-body ul[b-zkn0i08uln],
.legal-body ol[b-zkn0i08uln] {
    margin: 8px 0 14px;
    padding-left: 22px;
    color: #cbd5e1;
}

.legal-body li[b-zkn0i08uln] {
    font-size: 15.5px;
    line-height: 1.7;
    margin-bottom: 8px;
}

.legal-body a[b-zkn0i08uln] {
    color: #FBBF24;
    text-decoration: none;
    border-bottom: 1px solid rgba(251, 191, 36, 0.3);
    transition: border-color 0.2s ease, color 0.2s ease;
}

.legal-body a:hover[b-zkn0i08uln] {
    color: #F87171;
    border-bottom-color: rgba(248, 113, 113, 0.6);
}

.legal-body code[b-zkn0i08uln] {
    font-family: 'JetBrains Mono', 'Fira Code', ui-monospace, monospace;
    font-size: 0.9em;
    padding: 2px 6px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.06);
    color: #FBBF24;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 600px) {
    .legal[b-zkn0i08uln] {
        padding: 56px 20px 96px;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* Login Page - Coral/Gold theme */

.auth-page[b-xb91q1bsq0] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(ellipse at top, rgba(248, 113, 113, 0.1) 0%, transparent 50%),
                radial-gradient(ellipse at bottom right, rgba(251, 191, 36, 0.05) 0%, transparent 50%),
                #0a0a0a;
    padding: 40px 20px;
}

.auth-container[b-xb91q1bsq0] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: radial-gradient(ellipse at top, rgba(248, 113, 113, 0.1) 0%, transparent 50%),
                radial-gradient(ellipse at bottom right, rgba(251, 191, 36, 0.05) 0%, transparent 50%),
                #0a0a0a;
    padding: 40px 20px;
    width: 100%;
}

.auth-card[b-xb91q1bsq0] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 48px;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    width: 100%;
    max-width: 440px;
    text-align: center;
    box-shadow: 0 0 60px rgba(248, 113, 113, 0.08);
}

.auth-header[b-xb91q1bsq0] {
    text-align: center;
    margin-bottom: 40px;
}

.auth-logo[b-xb91q1bsq0] {
    font-size: 2.5rem;
    margin-bottom: 16px;
}

.auth-title[b-xb91q1bsq0] {
    font-size: 1.75rem;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
}

.auth-subtitle[b-xb91q1bsq0] {
    color: #64748b;
}

.auth-form[b-xb91q1bsq0] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group[b-xb91q1bsq0] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label[b-xb91q1bsq0] {
    color: #94a3b8;
    font-size: 0.9rem;
}

.form-input[b-xb91q1bsq0] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 14px 16px;
    color: white;
    font-size: 1rem;
    transition: border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.form-input:focus[b-xb91q1bsq0] {
    outline: none;
    border-color: #FBBF24;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.18);
}

.form-input[b-xb91q1bsq0]::placeholder {
    color: #475569;
}

.form-options[b-xb91q1bsq0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.remember-me[b-xb91q1bsq0] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #94a3b8;
    font-size: 0.9rem;
}

.forgot-link[b-xb91q1bsq0] {
    color: #F87171;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
    .forgot-link:hover[b-xb91q1bsq0] {
        color: #FBBF24;
    }
}

.auth-divider[b-xb91q1bsq0] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 24px 0;
}

.auth-divider span[b-xb91q1bsq0] {
    color: #64748b;
    font-size: 0.85rem;
}

.auth-divider[b-xb91q1bsq0]::before,
.auth-divider[b-xb91q1bsq0]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(251, 191, 36, 0.1);
}

.social-buttons[b-xb91q1bsq0] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-btn[b-xb91q1bsq0] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    color: white;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
}

@media (hover: hover) {
    .social-btn:hover[b-xb91q1bsq0] {
        background: rgba(248, 113, 113, 0.1);
        border-color: rgba(248, 113, 113, 0.4);
        transform: translateY(-1px);
        box-shadow: 0 0 20px rgba(248, 113, 113, 0.15);
    }
}

.auth-footer[b-xb91q1bsq0] {
    text-align: center;
    margin-top: 32px;
    color: #64748b;
}

.auth-footer a[b-xb91q1bsq0] {
    color: #FBBF24;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
    .auth-footer a:hover[b-xb91q1bsq0] {
        color: #F87171;
    }
}

.back-link[b-xb91q1bsq0] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #94a3b8;
    text-decoration: none;
    margin-bottom: 24px;
    transition: color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
    .back-link:hover[b-xb91q1bsq0] {
        color: #FBBF24;
    }
}

/* Auth Button Styles */
.auth-btn[b-xb91q1bsq0] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 14px 24px;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
    border: none;
}

.amicis-btn[b-xb91q1bsq0] {
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    color: #ffffff;
    box-shadow: 0 0 24px rgba(248, 113, 113, 0.25);
}

@media (hover: hover) {
    .amicis-btn:hover[b-xb91q1bsq0] {
        transform: translateY(-2px);
        box-shadow: 0 0 36px rgba(248, 113, 113, 0.5);
    }
}

.btn-icon[b-xb91q1bsq0] {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.btn-label[b-xb91q1bsq0] {
    flex: 1;
    text-align: center;
}

.btn-icon-right[b-xb91q1bsq0] {
    background: #fff;
    padding: 2px;
    border-radius: 3px;
}

.device-btn[b-xb91q1bsq0] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
}

@media (hover: hover) {
    .device-btn:hover[b-xb91q1bsq0] {
        background: rgba(248, 113, 113, 0.1);
        border-color: rgba(248, 113, 113, 0.4);
        transform: translateY(-1px);
        box-shadow: 0 0 20px rgba(248, 113, 113, 0.15);
    }
}

.device-icon[b-xb91q1bsq0] {
    font-size: 1.25rem;
}

.auth-hint[b-xb91q1bsq0] {
    color: #64748b;
    font-size: 0.85rem;
    margin-top: 12px;
}

/* Responsive */
@media (max-width: 480px) {
    .auth-container[b-xb91q1bsq0] {
        padding: 20px 16px;
    }
    
    .auth-card[b-xb91q1bsq0] {
        padding: 28px 20px;
        border-radius: 16px;
        max-width: 100%;
    }
    
    .auth-header[b-xb91q1bsq0] {
        margin-bottom: 24px;
    }
    
    .auth-header h1[b-xb91q1bsq0] {
        font-size: 1.5rem;
    }
    
    .auth-header p[b-xb91q1bsq0] {
        font-size: 0.9rem;
    }
    
    .auth-logo[b-xb91q1bsq0] {
        font-size: 2rem;
    }
    
    .auth-btn[b-xb91q1bsq0] {
        padding: 12px 20px;
        font-size: 0.95rem;
    }
    
    .auth-divider[b-xb91q1bsq0] {
        margin: 20px 0;
    }
    
    .auth-hint[b-xb91q1bsq0] {
        font-size: 0.8rem;
    }
    
    .auth-footer[b-xb91q1bsq0] {
        margin-top: 24px;
    }
}
/* /Components/Pages/Support.razor.rz.scp.css */
.support[b-9m68katiuk] {
    max-width: 760px;
    margin: 0 auto;
    padding: 80px 32px 120px;
    color: #cbd5e1;
}

.support-hero[b-9m68katiuk] {
    text-align: center;
    margin-bottom: 48px;
}

.eyebrow[b-9m68katiuk] {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid rgba(251, 191, 36, 0.4);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FBBF24;
    margin-bottom: 20px;
}

.support-hero h1[b-9m68katiuk] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: clamp(36px, 5vw, 52px);
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 16px;
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lede[b-9m68katiuk] {
    font-size: 17px;
    line-height: 1.6;
    color: #94a3b8;
    margin: 0 auto;
    max-width: 560px;
}

.support-form-wrap[b-9m68katiuk] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 40px;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 0 40px rgba(248, 113, 113, 0.06);
}

.support-form .field[b-9m68katiuk] {
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
}

.support-form label[b-9m68katiuk] {
    font-size: 13px;
    font-weight: 600;
    color: #e2e8f0;
    margin-bottom: 8px;
    letter-spacing: 0.02em;
}

.support-form .req[b-9m68katiuk] {
    color: #F87171;
    margin-left: 2px;
}

.support-form input[b-9m68katiuk],
.support-form select[b-9m68katiuk],
.support-form textarea[b-9m68katiuk] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 12px 14px;
    color: #f1f5f9;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.support-form input:focus[b-9m68katiuk],
.support-form select:focus[b-9m68katiuk],
.support-form textarea:focus[b-9m68katiuk] {
    outline: none;
    border-color: #FBBF24;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.18);
}

.support-form select option[b-9m68katiuk] {
    background: #1a1a1a;
    color: #f1f5f9;
}

.support-form input:disabled[b-9m68katiuk],
.support-form select:disabled[b-9m68katiuk],
.support-form textarea:disabled[b-9m68katiuk] {
    opacity: 0.6;
    cursor: not-allowed;
}

.support-form textarea[b-9m68katiuk] {
    resize: vertical;
    min-height: 160px;
    line-height: 1.5;
}

.actions[b-9m68katiuk] {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}

.btn-primary[b-9m68katiuk] {
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    border: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 999px;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(248, 113, 113, 0.2);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
    .btn-primary:hover:not(:disabled)[b-9m68katiuk] {
        transform: translateY(-2px);
        box-shadow: 0 0 32px rgba(248, 113, 113, 0.45);
    }
}

.btn-primary:disabled[b-9m68katiuk] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-secondary[b-9m68katiuk] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(251, 191, 36, 0.4);
    color: #FBBF24;
    font-size: 15px;
    font-weight: 600;
    padding: 11px 24px;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
    .btn-secondary:hover[b-9m68katiuk] {
        background: rgba(251, 191, 36, 0.1);
        border-color: #FBBF24;
        transform: translateY(-1px);
    }
}

.error-message[b-9m68katiuk] {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.4);
    color: #FCA5A5;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 14px;
    margin-bottom: 16px;
}

.fineprint[b-9m68katiuk] {
    font-size: 12px;
    color: #64748b;
    margin: 18px 0 0;
    line-height: 1.5;
    text-align: center;
}

.success-card[b-9m68katiuk] {
    text-align: center;
    padding: 24px 12px;
}

.success-icon[b-9m68katiuk] {
    font-size: 48px;
    display: block;
    margin-bottom: 12px;
}

.success-card h2[b-9m68katiuk] {
    font-size: 28px;
    font-weight: 700;
    color: #f1f5f9;
    margin: 0 0 12px;
}

.success-card p[b-9m68katiuk] {
    color: #94a3b8;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto 24px;
    max-width: 440px;
}

@media (max-width: 640px) {
    .support[b-9m68katiuk] {
        padding: 48px 20px 80px;
    }

    .support-form-wrap[b-9m68katiuk] {
        padding: 28px 20px;
    }
}
/* /Components/Shared/Button.razor.rz.scp.css */
/* Shared Button Component Styles */

.btn[b-lh0aiwdaqq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 32px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    font-size: 1rem;
    white-space: nowrap;
}

.btn:disabled[b-lh0aiwdaqq] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Button Variants - Coral/Gold theme */
.btn-primary[b-lh0aiwdaqq] {
    background: linear-gradient(135deg, #F87171 0%, #EF4444 100%);
    color: white;
}

.btn-primary:hover:not(:disabled)[b-lh0aiwdaqq] {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(248, 113, 113, 0.4);
}

.btn-secondary[b-lh0aiwdaqq] {
    background: transparent;
    color: white;
    border: 2px solid rgba(251, 191, 36, 0.5);
}

.btn-secondary:hover:not(:disabled)[b-lh0aiwdaqq] {
    border-color: #FBBF24;
    background: rgba(251, 191, 36, 0.1);
}

.btn-ghost[b-lh0aiwdaqq] {
    background: transparent;
    color: #FBBF24;
    border: none;
}

.btn-ghost:hover:not(:disabled)[b-lh0aiwdaqq] {
    background: rgba(251, 191, 36, 0.1);
}

/* Button Sizes */
.btn-small[b-lh0aiwdaqq] {
    padding: 8px 20px;
    font-size: 0.9rem;
}

.btn-medium[b-lh0aiwdaqq] {
    padding: 12px 32px;
    font-size: 1rem;
}

.btn-large[b-lh0aiwdaqq] {
    padding: 16px 40px;
    font-size: 1.1rem;
    border-radius: 12px;
}

.btn-icon[b-lh0aiwdaqq] {
    display: inline-flex;
    align-items: center;
}

@media (max-width: 768px) {
    .btn-large[b-lh0aiwdaqq] {
        padding: 14px 28px;
        font-size: 1rem;
    }

    .btn-medium[b-lh0aiwdaqq] {
        padding: 10px 24px;
        font-size: 0.95rem;
    }

    .btn-small[b-lh0aiwdaqq] {
        padding: 6px 16px;
        font-size: 0.85rem;
    }
}
/* /Components/Shared/DashboardSidebar.razor.rz.scp.css */
/* DashboardSidebar — glass + coral/gold theme aligned with marketing Home page. */
/* Scoped CSS: rules get a [b-xxxx] attribute by Blazor, raising specificity above app.css. */

/* ----- Sidebar shell ----- */

.dashboard-sidebar[b-0gzwpsh224] {
    background: rgba(10, 10, 10, 0.85);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    padding: 28px 20px;
    box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.02);
}

.dashboard-sidebar[b-0gzwpsh224]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 0% 0%, rgba(248, 113, 113, 0.08) 0%, transparent 45%),
        radial-gradient(circle at 100% 100%, rgba(251, 191, 36, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.dashboard-sidebar > *[b-0gzwpsh224] {
    position: relative;
    z-index: 1;
}

/* ----- Header ----- */

.sidebar-header[b-0gzwpsh224] {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sidebar-header h2[b-0gzwpsh224] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.sidebar-logo[b-0gzwpsh224] {
    width: 26px;
    height: 26px;
    object-fit: contain;
    /* Keep the logo a real image (don't get clipped by gradient-text rule) */
    -webkit-text-fill-color: initial;
}

.btn-back[b-0gzwpsh224] {
    align-self: flex-start;
    color: #a3a3a3;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    transition: color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
    .btn-back:hover[b-0gzwpsh224] {
        color: #FBBF24;
        border-color: rgba(251, 191, 36, 0.4);
        transform: translateX(-2px);
    }
}

/* ----- Nav list ----- */

.dashboard-nav[b-0gzwpsh224] {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dashboard-nav li a[b-0gzwpsh224] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 14px;
    border-radius: 12px;
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 500;
    border: 1px solid transparent;
    background: transparent;
    transition: color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
    .dashboard-nav li a:hover[b-0gzwpsh224] {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.04);
        border-color: rgba(248, 113, 113, 0.25);
        box-shadow: 0 0 24px rgba(248, 113, 113, 0.12);
        transform: translateX(2px);
    }
}

.dashboard-nav li.active a[b-0gzwpsh224] {
    color: #ffffff;
    background: linear-gradient(135deg, rgba(248, 113, 113, 0.18) 0%, rgba(251, 191, 36, 0.10) 100%);
    border-color: rgba(248, 113, 113, 0.35);
    box-shadow: inset 3px 0 0 0 #F87171, 0 0 24px rgba(248, 113, 113, 0.10);
}

.dashboard-nav .nav-icon[b-0gzwpsh224] {
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex-shrink: 0;
}

/* ----- User footer ----- */

.sidebar-user[b-0gzwpsh224] {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sidebar-user .user-email[b-0gzwpsh224] {
    color: #a3a3a3;
    font-size: 0.82rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-logout-sidebar[b-0gzwpsh224] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(248, 113, 113, 0.25);
    border-radius: 12px;
    color: #F87171;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    transition: color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
    .btn-logout-sidebar:hover[b-0gzwpsh224] {
        color: #ffffff;
        background: rgba(248, 113, 113, 0.15);
        border-color: rgba(248, 113, 113, 0.5);
        transform: translateY(-1px);
        box-shadow: 0 0 20px rgba(248, 113, 113, 0.2);
    }
}

/* ----- Mobile toggle + overlay ----- */

.mobile-menu-toggle[b-0gzwpsh224] {
    background: rgba(20, 20, 20, 0.7);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

@media (hover: hover) {
    .mobile-menu-toggle:hover[b-0gzwpsh224] {
        background: rgba(248, 113, 113, 0.15);
        border-color: rgba(248, 113, 113, 0.4);
    }
}

.sidebar-overlay[b-0gzwpsh224] {
    background: rgba(0, 0, 0, 0.65);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}
/* /Components/Shared/M365CopilotPanel.razor.rz.scp.css */
/* M365 Copilot info panel — glass override for Bootstrap card.
   Scoped via Blazor [b-xxxx]; raises specificity above app.css + bootstrap. */

.m365-copilot-panel[b-bxpkw2mxcl] {
    width: 100%;
}

.m365-copilot-panel .card[b-bxpkw2mxcl],
.m365-copilot-panel .card.card-dark[b-bxpkw2mxcl] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 18px;
    color: #ffffff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) and (pointer: fine) {
    .m365-copilot-panel .card:hover[b-bxpkw2mxcl] {
        transform: translateY(-2px);
        border-color: rgba(251, 191, 36, 0.3);
        box-shadow: 0 12px 36px rgba(248, 113, 113, 0.12);
    }
}

.m365-copilot-panel .card-header[b-bxpkw2mxcl] {
    background: rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 0.85rem 1.1rem;
}

.m365-copilot-panel .card-header h6[b-bxpkw2mxcl] {
    background: linear-gradient(135deg, #F87171 0%, #FBBF24 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
    letter-spacing: -0.005em;
}

.m365-copilot-panel .card-body[b-bxpkw2mxcl] {
    padding: 1.25rem 1.1rem;
}

.m365-copilot-panel .card-body p[b-bxpkw2mxcl] {
    color: #cbd5e1;
    line-height: 1.55;
}

.m365-copilot-panel .card-body strong[b-bxpkw2mxcl] {
    color: #ffffff;
    font-weight: 600;
}

/* ===== Badges ===== */
.m365-copilot-panel .badge[b-bxpkw2mxcl] {
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border: 1px solid transparent;
}

.m365-copilot-panel .badge.bg-success[b-bxpkw2mxcl] {
    background: rgba(34, 197, 94, 0.14) !important;
    color: #4ade80 !important;
    border-color: rgba(34, 197, 94, 0.4);
    box-shadow: 0 0 14px rgba(34, 197, 94, 0.18);
}

.m365-copilot-panel .badge.bg-secondary[b-bxpkw2mxcl] {
    background: rgba(255, 255, 255, 0.04) !important;
    color: #a3a3a3 !important;
    border-color: rgba(255, 255, 255, 0.12);
}

.m365-copilot-panel .badge.bg-dark[b-bxpkw2mxcl] {
    background: rgba(0, 0, 0, 0.35) !important;
    color: #FBBF24 !important;
    border-color: rgba(251, 191, 36, 0.3);
}

/* ===== Info grid ===== */
.m365-copilot-panel .info-grid[b-bxpkw2mxcl] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.m365-copilot-panel .info-item[b-bxpkw2mxcl] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 0.75rem 0.9rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.m365-copilot-panel .info-label[b-bxpkw2mxcl] {
    color: #a3a3a3;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.m365-copilot-panel .info-value[b-bxpkw2mxcl] {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
}

.m365-copilot-panel .info-value.text-success[b-bxpkw2mxcl] {
    color: #4ade80;
}

.m365-copilot-panel .info-value.text-muted[b-bxpkw2mxcl] {
    color: #a3a3a3;
}

/* ===== Alert ===== */
.m365-copilot-panel .alert-warning[b-bxpkw2mxcl] {
    background: rgba(251, 191, 36, 0.08);
    border: 1px solid rgba(251, 191, 36, 0.35);
    color: #FBBF24;
    border-radius: 12px;
    padding: 0.75rem 0.9rem;
    box-shadow: 0 0 18px rgba(251, 191, 36, 0.1);
}

/* ===== Buttons (Bootstrap outline → glass pill) ===== */
.m365-copilot-panel .btn.btn-outline-primary[b-bxpkw2mxcl],
.m365-copilot-panel .btn.btn-outline-secondary[b-bxpkw2mxcl] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border-radius: 999px;
    padding: 0.4rem 0.9rem;
    font-weight: 500;
    font-size: 0.85rem;
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) and (pointer: fine) {
    .m365-copilot-panel .btn.btn-outline-primary:hover[b-bxpkw2mxcl] {
        background: rgba(248, 113, 113, 0.12);
        border-color: rgba(248, 113, 113, 0.45);
        color: #F87171;
        transform: translateY(-1px);
    }

    .m365-copilot-panel .btn.btn-outline-secondary:hover[b-bxpkw2mxcl] {
        background: rgba(251, 191, 36, 0.1);
        border-color: rgba(251, 191, 36, 0.45);
        color: #FBBF24;
        transform: translateY(-1px);
    }
}

/* ===== Responsive ===== */
@media (max-width: 640px) {
    .m365-copilot-panel .info-grid[b-bxpkw2mxcl] {
        grid-template-columns: 1fr;
    }
}
