/* /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/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/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/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;
    }
}
