/* /Components/Comps/PortalUserMenu.razor.rz.scp.css */
.portal-user-menu[b-1eb7sjg6dk] {
    position: fixed;
    top: 14px;
    right: 14px;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(2, 6, 23, 0.72);
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255,255,255,0.03);
}

.portal-user-chip[b-1eb7sjg6dk] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.avatar[b-1eb7sjg6dk] {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 14px;
    border: 1px solid rgba(99, 102, 241, 0.22);
    background: rgba(99, 102, 241, 0.10);
    color: rgba(248, 250, 252, 0.95);
    flex-shrink: 0;
}

.user-meta[b-1eb7sjg6dk] {
    min-width: 0;
}

.user-label[b-1eb7sjg6dk] {
    font-size: 10px;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: rgba(226, 232, 240, 0.55);
    margin-bottom: 2px;
}

.user-email[b-1eb7sjg6dk] {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    color: rgba(248, 250, 252, 0.92);
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logout-form[b-1eb7sjg6dk] {
    margin: 0;
}

.logout-btn[b-1eb7sjg6dk] {
    height: 34px;
    border-radius: 10px;
    padding: 0 12px;
    border: 1px solid rgba(239, 68, 68, 0.20);
    background: rgba(239, 68, 68, 0.10);
    color: rgba(254, 226, 226, 0.95);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: transform 120ms ease, background 120ms ease, border-color 120ms ease;
}

    .logout-btn:hover[b-1eb7sjg6dk] {
        transform: translateY(-1px);
        background: rgba(239, 68, 68, 0.16);
        border-color: rgba(239, 68, 68, 0.28);
    }

    .logout-btn:active[b-1eb7sjg6dk] {
        transform: translateY(0);
    }

@media (max-width: 640px) {
    .portal-user-menu[b-1eb7sjg6dk] {
        top: 10px;
        right: 10px;
        left: 10px;
        justify-content: space-between;
        padding: 8px;
    }

    .user-email[b-1eb7sjg6dk] {
        max-width: 140px;
    }

    .logout-btn[b-1eb7sjg6dk] {
        padding: 0 10px;
        font-size: 11px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-00hqo6lsx9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-00hqo6lsx9] {
    flex: 1;
}

.sidebar[b-00hqo6lsx9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-00hqo6lsx9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-00hqo6lsx9]  a, .top-row[b-00hqo6lsx9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-00hqo6lsx9]  a:hover, .top-row[b-00hqo6lsx9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-00hqo6lsx9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-00hqo6lsx9] {
        justify-content: space-between;
    }

    .top-row[b-00hqo6lsx9]  a, .top-row[b-00hqo6lsx9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-00hqo6lsx9] {
        flex-direction: row;
    }

    .sidebar[b-00hqo6lsx9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-00hqo6lsx9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-00hqo6lsx9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-00hqo6lsx9], article[b-00hqo6lsx9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-00hqo6lsx9] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-00hqo6lsx9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-y0eq085qcd] {
    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-y0eq085qcd] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-y0eq085qcd] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-y0eq085qcd] {
    font-size: 1.1rem;
}

.bi[b-y0eq085qcd] {
    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-y0eq085qcd] {
    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-y0eq085qcd] {
    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-y0eq085qcd] {
    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-y0eq085qcd] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-y0eq085qcd] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-y0eq085qcd] {
        padding-bottom: 1rem;
    }

    .nav-item[b-y0eq085qcd]  .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-y0eq085qcd]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-y0eq085qcd]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-y0eq085qcd] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-y0eq085qcd] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-y0eq085qcd] {
        display: none;
    }

    .nav-scrollable[b-y0eq085qcd] {
        /* 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-olelcypzfv],
.components-reconnect-repeated-attempt-visible[b-olelcypzfv],
.components-reconnect-failed-visible[b-olelcypzfv],
.components-pause-visible[b-olelcypzfv],
.components-resume-failed-visible[b-olelcypzfv],
.components-rejoining-animation[b-olelcypzfv] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-olelcypzfv],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-olelcypzfv],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-olelcypzfv],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-olelcypzfv],
#components-reconnect-modal.components-reconnect-retrying[b-olelcypzfv],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-olelcypzfv],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-olelcypzfv],
#components-reconnect-modal.components-reconnect-failed[b-olelcypzfv],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-olelcypzfv] {
    display: block;
}


#components-reconnect-modal[b-olelcypzfv] {
    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-olelcypzfv 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-olelcypzfv 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-olelcypzfv 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-olelcypzfv]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-olelcypzfv 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-olelcypzfv {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-olelcypzfv {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-olelcypzfv {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-olelcypzfv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-olelcypzfv] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-olelcypzfv] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-olelcypzfv] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-olelcypzfv] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-olelcypzfv] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-olelcypzfv] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-olelcypzfv 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-olelcypzfv] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-olelcypzfv {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
:host[b-ywxd2lq92q] {
    display: block;
}

/* Full page */
.landing-page[b-ywxd2lq92q] {
    min-height: 100vh;
    padding: 32px 16px;
    background: radial-gradient(900px 550px at 10% 10%, rgba(99, 102, 241, 0.22), transparent 60%), radial-gradient(850px 500px at 90% 20%, rgba(16, 185, 129, 0.16), transparent 60%), radial-gradient(900px 700px at 50% 100%, rgba(59, 130, 246, 0.12), transparent 60%), linear-gradient(180deg, #020617 0%, #030712 100%);
    color: rgba(226, 232, 240, 0.95);
}

.landing-shell[b-ywxd2lq92q] {
    max-width: 1100px;
    margin: 0 auto;
}

/* Hero */
.hero[b-ywxd2lq92q] {
    text-align: center;
    margin-bottom: 26px;
}

.hero-badge[b-ywxd2lq92q] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: rgba(226, 232, 240, 0.92);
    background: rgba(99, 102, 241, 0.14);
    border: 1px solid rgba(99, 102, 241, 0.26);
    box-shadow: 0 10px 22px rgba(79, 70, 229, 0.16);
}

.hero-title[b-ywxd2lq92q] {
    margin: 14px 0 8px;
    font-size: 40px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.8px;
    color: rgba(248, 250, 252, 0.98);
}

.hero-subtitle[b-ywxd2lq92q] {
    margin: 0 auto;
    max-width: 700px;
    font-size: 15px;
    line-height: 1.55;
    color: rgba(226, 232, 240, 0.70);
}

/* Two card layout */
.cards-grid[b-ywxd2lq92q] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

/* Card base */
.portal-card[b-ywxd2lq92q] {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    background: rgba(2, 6, 23, 0.72);
    backdrop-filter: blur(10px);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.03);
    min-height: 240px;
    transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

    .portal-card:hover[b-ywxd2lq92q] {
        transform: translateY(-3px);
        border-color: rgba(148, 163, 184, 0.20);
        box-shadow: 0 28px 65px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }

/* Glow layer */
.card-glow[b-ywxd2lq92q] {
    position: absolute;
    inset: -20% -10% auto -10%;
    height: 180px;
    opacity: 0.75;
    filter: blur(40px);
    pointer-events: none;
}

.portal-card-register .card-glow[b-ywxd2lq92q] {
    background: radial-gradient(circle at 30% 30%, rgba(16, 185, 129, 0.38), transparent 65%);
}

.portal-card-login .card-glow[b-ywxd2lq92q] {
    background: radial-gradient(circle at 30% 30%, rgba(99, 102, 241, 0.42), transparent 65%);
}

.card-content[b-ywxd2lq92q] {
    position: relative;
    z-index: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Card icon */
.card-icon[b-ywxd2lq92q] {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 18px;
    margin-bottom: 12px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(248, 250, 252, 0.95);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.portal-card-register .card-icon[b-ywxd2lq92q] {
    border-color: rgba(16, 185, 129, 0.22);
    background: rgba(16, 185, 129, 0.08);
}

.portal-card-login .card-icon[b-ywxd2lq92q] {
    border-color: rgba(99, 102, 241, 0.24);
    background: rgba(99, 102, 241, 0.10);
}

.card-title[b-ywxd2lq92q] {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.35px;
    color: rgba(248, 250, 252, 0.96);
}

.card-text[b-ywxd2lq92q] {
    margin: 0;
    color: rgba(226, 232, 240, 0.70);
    line-height: 1.5;
    font-size: 14px;
    max-width: 36ch;
}

.card-actions[b-ywxd2lq92q] {
    margin-top: auto;
    padding-top: 16px;
}

/* Buttons */
.btn[b-ywxd2lq92q] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 145px;
    height: 42px;
    border-radius: 12px;
    padding: 0 14px;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.2px;
    text-decoration: none;
    transition: transform 120ms ease, filter 120ms ease, background 120ms ease, border-color 120ms ease;
}

    .btn:hover[b-ywxd2lq92q] {
        transform: translateY(-1px);
    }

.btn-primary[b-ywxd2lq92q] {
    color: white;
    border: 1px solid rgba(99, 102, 241, 0.28);
    background: linear-gradient(180deg, rgba(99, 102, 241, 1), rgba(79, 70, 229, 1));
    box-shadow: 0 14px 28px rgba(79, 70, 229, 0.22);
}

    .btn-primary:hover[b-ywxd2lq92q] {
        filter: brightness(1.05);
    }

.btn-secondary[b-ywxd2lq92q] {
    color: rgba(226, 232, 240, 0.95);
    border: 1px solid rgba(16, 185, 129, 0.26);
    background: linear-gradient(180deg, rgba(16, 185, 129, 0.18), rgba(16, 185, 129, 0.10));
    box-shadow: 0 14px 28px rgba(16, 185, 129, 0.10);
}

    .btn-secondary:hover[b-ywxd2lq92q] {
        background: linear-gradient(180deg, rgba(16, 185, 129, 0.24), rgba(16, 185, 129, 0.14));
    }

/* Responsive */
@media (max-width: 900px) {
    .hero-title[b-ywxd2lq92q] {
        font-size: 32px;
    }

    .cards-grid[b-ywxd2lq92q] {
        grid-template-columns: 1fr;
    }

    .portal-card[b-ywxd2lq92q] {
        min-height: 220px;
    }
}

@media (max-width: 520px) {
    .hero-title[b-ywxd2lq92q] {
        font-size: 28px;
    }

    .hero-subtitle[b-ywxd2lq92q] {
        font-size: 14px;
    }

    .card-title[b-ywxd2lq92q] {
        font-size: 20px;
    }

    .card-text[b-ywxd2lq92q] {
        font-size: 13px;
    }
}
/* /Components/Pages/LeadDetails.razor.rz.scp.css */
:host[b-kx3pt5zwae] {
    display: block;
}

.details-page[b-kx3pt5zwae] {
    min-height: 100vh;
    padding: 28px 16px;
    background: radial-gradient(900px 500px at 10% 10%, rgba(99, 102, 241, 0.20), transparent 60%), radial-gradient(800px 500px at 90% 20%, rgba(16, 185, 129, 0.16), transparent 60%), radial-gradient(900px 700px at 50% 100%, rgba(59, 130, 246, 0.14), transparent 60%), linear-gradient(180deg, #020617 0%, #030712 100%);
    color: rgba(226, 232, 240, 0.95);
}

.details-shell[b-kx3pt5zwae] {
    max-width: 980px;
    margin: 0 auto;
}

.details-header[b-kx3pt5zwae] {
    margin-bottom: 18px;
}

.details-title[b-kx3pt5zwae] {
    margin: 0 0 6px;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.6px;
    color: rgba(248, 250, 252, 0.96);
}

.details-subtitle[b-kx3pt5zwae] {
    margin: 0;
    color: rgba(226, 232, 240, 0.68);
    font-size: 14px;
}

.details-card[b-kx3pt5zwae] {
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    background: rgba(2, 6, 23, 0.70);
    backdrop-filter: blur(10px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.03);
    overflow: hidden;
}

.details-top[b-kx3pt5zwae] {
    padding: 16px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.10);
    background: linear-gradient( 180deg, rgba(15, 23, 42, 0.48), rgba(2, 6, 23, 0.15) );
    display: grid;
    gap: 8px;
}

.meta-row[b-kx3pt5zwae] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    align-items: center;
}

.meta-label[b-kx3pt5zwae] {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    color: rgba(226, 232, 240, 0.62);
    font-weight: 700;
}

.meta-value[b-kx3pt5zwae] {
    color: rgba(248, 250, 252, 0.94);
    font-weight: 700;
}

.values-wrap[b-kx3pt5zwae] {
    padding: 0;
}

.values-table[b-kx3pt5zwae] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

    .values-table thead th[b-kx3pt5zwae] {
        text-align: left;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.3px;
        color: rgba(226, 232, 240, 0.72);
        padding: 12px 16px;
        background: rgba(15, 23, 42, 0.55);
        border-bottom: 1px solid rgba(148, 163, 184, 0.12);
        text-transform: uppercase;
    }

    .values-table td[b-kx3pt5zwae] {
        padding: 14px 16px;
        border-bottom: 1px solid rgba(148, 163, 184, 0.08);
        vertical-align: top;
        font-size: 14px;
    }

    .values-table tr:last-child td[b-kx3pt5zwae] {
        border-bottom: none;
    }

.field-name[b-kx3pt5zwae] {
    color: rgba(248, 250, 252, 0.95);
    font-weight: 700;
    width: 30%;
}

.field-value[b-kx3pt5zwae] {
    color: rgba(226, 232, 240, 0.88);
    white-space: pre-wrap;
    word-break: break-word;
}

.details-actions[b-kx3pt5zwae] {
    padding: 14px 16px;
    border-top: 1px solid rgba(148, 163, 184, 0.10);
    display: flex;
    justify-content: flex-start;
}

.back-link[b-kx3pt5zwae] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    padding: 8px 12px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(148, 163, 184, 0.06);
    color: rgba(226, 232, 240, 0.9);
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: background 120ms ease, transform 120ms ease;
}

    .back-link:hover[b-kx3pt5zwae] {
        background: rgba(148, 163, 184, 0.12);
        transform: translateY(-1px);
    }

.state-box[b-kx3pt5zwae] {
    margin-top: 14px;
    border-radius: 16px;
    padding: 16px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    background: rgba(2, 6, 23, 0.55);
    color: rgba(226, 232, 240, 0.85);
}

    .state-box.error[b-kx3pt5zwae] {
        border-color: rgba(239, 68, 68, 0.20);
        background: rgba(239, 68, 68, 0.08);
        color: rgba(254, 226, 226, 0.92);
    }

@media (max-width: 768px) {
    .details-title[b-kx3pt5zwae] {
        font-size: 24px;
    }

    .values-table thead[b-kx3pt5zwae] {
        display: none;
    }

    .values-table[b-kx3pt5zwae],
    .values-table tbody[b-kx3pt5zwae],
    .values-table tr[b-kx3pt5zwae],
    .values-table td[b-kx3pt5zwae] {
        display: block;
        width: 100%;
    }

        .values-table tr[b-kx3pt5zwae] {
            padding: 10px 14px;
            border-bottom: 1px solid rgba(148, 163, 184, 0.08);
        }

        .values-table td[b-kx3pt5zwae] {
            border: none;
            padding: 4px 0;
        }

    .field-name[b-kx3pt5zwae] {
        width: 100%;
        margin-bottom: 2px;
    }
}
/* /Components/Pages/Leads.razor.rz.scp.css */
:host[b-sgwfcdgaxc] {
    display: block;
}

/* Full page background */
.portal-page[b-sgwfcdgaxc] {
    min-height: 100vh;
    padding: 28px 16px;
    background: radial-gradient(900px 500px at 10% 10%, rgba(99, 102, 241, 0.20), transparent 60%), radial-gradient(800px 500px at 90% 20%, rgba(16, 185, 129, 0.16), transparent 60%), radial-gradient(900px 700px at 50% 100%, rgba(59, 130, 246, 0.14), transparent 60%), linear-gradient(180deg, #020617 0%, #030712 100%);
    color: rgba(226, 232, 240, 0.95);
}

/* Center container */
.portal-shell[b-sgwfcdgaxc] {
    max-width: 1180px;
    margin: 0 auto;
}

/* Header */
.portal-header[b-sgwfcdgaxc] {
    margin-bottom: 18px;
}

.portal-badge[b-sgwfcdgaxc] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: rgba(226, 232, 240, 0.9);
    background: rgba(99, 102, 241, 0.16);
    border: 1px solid rgba(99, 102, 241, 0.28);
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.18);
}

.portal-title[b-sgwfcdgaxc] {
    margin: 12px 0 6px;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.6px;
    color: rgba(248, 250, 252, 0.96);
}

.portal-subtitle[b-sgwfcdgaxc] {
    margin: 0;
    color: rgba(226, 232, 240, 0.68);
    font-size: 14px;
}

/* Card */
.portal-card[b-sgwfcdgaxc] {
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    background: rgba(2, 6, 23, 0.70);
    backdrop-filter: blur(10px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.03);
    overflow: hidden;
}

/* Toolbar */
.portal-toolbar[b-sgwfcdgaxc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.10);
    background: linear-gradient( 180deg, rgba(15, 23, 42, 0.48), rgba(2, 6, 23, 0.15) );
}

.portal-toolbar-left[b-sgwfcdgaxc] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.portal-dot[b-sgwfcdgaxc] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #10b981;
    box-shadow: 0 0 14px rgba(16, 185, 129, 0.8);
}

.portal-toolbar-title[b-sgwfcdgaxc] {
    font-size: 14px;
    font-weight: 700;
    color: rgba(226, 232, 240, 0.9);
}

.portal-toolbar-right[b-sgwfcdgaxc] {
    font-size: 12px;
    color: rgba(226, 232, 240, 0.58);
}

/* Table wrapper */
.table-wrap[b-sgwfcdgaxc] {
    width: 100%;
    overflow-x: auto;
}

/* Table */
.portal-table[b-sgwfcdgaxc] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 920px;
}

    .portal-table thead th[b-sgwfcdgaxc] {
        position: sticky;
        top: 0;
        z-index: 1;
        text-align: left;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.3px;
        color: rgba(226, 232, 240, 0.72);
        padding: 12px 14px;
        background: rgba(15, 23, 42, 0.75);
        border-bottom: 1px solid rgba(148, 163, 184, 0.12);
        text-transform: uppercase;
    }

    .portal-table tbody tr[b-sgwfcdgaxc] {
        transition: background-color 120ms ease, transform 120ms ease;
    }

        .portal-table tbody tr:nth-child(odd)[b-sgwfcdgaxc] {
            background: rgba(255, 255, 255, 0.01);
        }

        .portal-table tbody tr:hover[b-sgwfcdgaxc] {
            background: rgba(99, 102, 241, 0.08);
        }

    .portal-table td[b-sgwfcdgaxc] {
        padding: 13px 14px;
        border-bottom: 1px solid rgba(148, 163, 184, 0.08);
        color: rgba(226, 232, 240, 0.9);
        font-size: 14px;
        vertical-align: middle;
    }

    .portal-table tbody tr:last-child td[b-sgwfcdgaxc] {
        border-bottom: none;
    }

/* Special cells */
.cell-muted[b-sgwfcdgaxc] {
    color: rgba(226, 232, 240, 0.62);
}

.cell-campaign[b-sgwfcdgaxc] {
    font-weight: 700;
    color: rgba(248, 250, 252, 0.95);
}

/* Detail link button style */
.detail-link[b-sgwfcdgaxc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 11px;
    border-radius: 10px;
    border: 1px solid rgba(99, 102, 241, 0.24);
    background: rgba(99, 102, 241, 0.10);
    color: rgba(226, 232, 240, 0.95);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 120ms ease, background 120ms ease, border-color 120ms ease;
}

    .detail-link:hover[b-sgwfcdgaxc] {
        transform: translateY(-1px);
        background: rgba(99, 102, 241, 0.16);
        border-color: rgba(99, 102, 241, 0.34);
    }

/* Empty / loading / error states */
.state-box[b-sgwfcdgaxc] {
    margin-top: 14px;
    border-radius: 16px;
    padding: 16px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    background: rgba(2, 6, 23, 0.55);
    color: rgba(226, 232, 240, 0.85);
}

    .state-box.error[b-sgwfcdgaxc] {
        border-color: rgba(239, 68, 68, 0.20);
        background: rgba(239, 68, 68, 0.08);
        color: rgba(254, 226, 226, 0.92);
    }

/* Responsive */
@media (max-width: 768px) {
    .portal-title[b-sgwfcdgaxc] {
        font-size: 24px;
    }

    .portal-toolbar[b-sgwfcdgaxc] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
:host[b-gz8dmtqg1c] {
    display: block;
}

/* Full page background */
.login-page[b-gz8dmtqg1c] {
    min-height: 100vh;
    padding: 28px 16px;
    background: radial-gradient(900px 550px at 10% 10%, rgba(99, 102, 241, 0.22), transparent 60%), radial-gradient(850px 500px at 90% 20%, rgba(16, 185, 129, 0.16), transparent 60%), radial-gradient(900px 700px at 50% 100%, rgba(59, 130, 246, 0.12), transparent 60%), linear-gradient(180deg, #020617 0%, #030712 100%);
    color: rgba(226, 232, 240, 0.95);
    display: grid;
    place-items: center;
}

.login-shell[b-gz8dmtqg1c] {
    width: 100%;
    max-width: 520px;
}

/* Hero text */
.login-hero[b-gz8dmtqg1c] {
    text-align: center;
    margin-bottom: 18px;
}

.login-badge[b-gz8dmtqg1c] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: rgba(226, 232, 240, 0.92);
    background: rgba(99, 102, 241, 0.14);
    border: 1px solid rgba(99, 102, 241, 0.26);
    box-shadow: 0 10px 22px rgba(79, 70, 229, 0.16);
}

.login-title[b-gz8dmtqg1c] {
    margin: 14px 0 6px;
    font-size: 34px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.7px;
    color: rgba(248, 250, 252, 0.98);
}

.login-subtitle[b-gz8dmtqg1c] {
    margin: 0 auto;
    max-width: 46ch;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(226, 232, 240, 0.70);
}

/* Card */
.login-card[b-gz8dmtqg1c] {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    background: rgba(2, 6, 23, 0.74);
    backdrop-filter: blur(10px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.login-card-glow[b-gz8dmtqg1c] {
    position: absolute;
    inset: -20% -10% auto -10%;
    height: 190px;
    opacity: 0.85;
    filter: blur(44px);
    pointer-events: none;
    background: radial-gradient(circle at 30% 30%, rgba(99, 102, 241, 0.42), transparent 65%);
}

.login-card-content[b-gz8dmtqg1c] {
    position: relative;
    z-index: 1;
    padding: 20px;
}

/* Icon */
.login-card-icon[b-gz8dmtqg1c] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 18px;
    margin-bottom: 12px;
    border: 1px solid rgba(99, 102, 241, 0.24);
    background: rgba(99, 102, 241, 0.10);
    color: rgba(248, 250, 252, 0.95);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.login-card-title[b-gz8dmtqg1c] {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.35px;
    color: rgba(248, 250, 252, 0.96);
}

.login-card-text[b-gz8dmtqg1c] {
    margin: 0 0 14px;
    color: rgba(226, 232, 240, 0.70);
    line-height: 1.5;
    font-size: 14px;
}

/* Alert */
.login-alert[b-gz8dmtqg1c] {
    border-radius: 12px;
    padding: 10px 12px;
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid transparent;
}

    .login-alert.error[b-gz8dmtqg1c] {
        background: rgba(239, 68, 68, 0.10);
        border-color: rgba(239, 68, 68, 0.20);
        color: rgba(254, 226, 226, 0.94);
    }

/* Form */
.login-form[b-gz8dmtqg1c] {
    display: grid;
    gap: 12px;
}

.field[b-gz8dmtqg1c] {
    display: grid;
    gap: 6px;
}

.label[b-gz8dmtqg1c] {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.25px;
    color: rgba(226, 232, 240, 0.76);
    text-transform: uppercase;
}

.input[b-gz8dmtqg1c] {
    width: 100%;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(2, 6, 23, 0.42);
    color: rgba(248, 250, 252, 0.94);
    padding: 0 12px;
    outline: none;
    transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

    .input[b-gz8dmtqg1c]::placeholder {
        color: rgba(226, 232, 240, 0.38);
    }

    .input:focus[b-gz8dmtqg1c] {
        border-color: rgba(99, 102, 241, 0.72);
        box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.18);
        background: rgba(2, 6, 23, 0.56);
    }

/* Button */
.btn-login[b-gz8dmtqg1c] {
    margin-top: 2px;
    width: 100%;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(99, 102, 241, 0.28);
    background: linear-gradient(180deg, rgba(99, 102, 241, 1), rgba(79, 70, 229, 1));
    color: white;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: transform 120ms ease, filter 120ms ease;
    box-shadow: 0 14px 28px rgba(79, 70, 229, 0.20);
}

    .btn-login:hover[b-gz8dmtqg1c] {
        transform: translateY(-1px);
        filter: brightness(1.05);
    }

    .btn-login:active[b-gz8dmtqg1c] {
        transform: translateY(0);
        filter: brightness(0.98);
    }

/* Footer */
.login-footer[b-gz8dmtqg1c] {
    margin-top: 14px;
    display: flex;
    justify-content: center;
}

.back-link[b-gz8dmtqg1c] {
    color: rgba(226, 232, 240, 0.74);
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: color 120ms ease;
}

    .back-link:hover[b-gz8dmtqg1c] {
        color: rgba(248, 250, 252, 0.96);
    }

/* Mobile */
@media (max-width: 520px) {
    .login-title[b-gz8dmtqg1c] {
        font-size: 28px;
    }

    .login-subtitle[b-gz8dmtqg1c] {
        font-size: 13px;
    }

    .login-card-content[b-gz8dmtqg1c] {
        padding: 16px;
    }

    .login-card-title[b-gz8dmtqg1c] {
        font-size: 20px;
    }
}
/* /Components/Pages/Register.razor.rz.scp.css */
:host[b-d5yrbhmh8k] {
    display: block;
}

/* Full page background */
.register-page[b-d5yrbhmh8k] {
    min-height: 100vh;
    padding: 28px 16px;
    background: radial-gradient(900px 550px at 10% 10%, rgba(16, 185, 129, 0.20), transparent 60%), radial-gradient(850px 500px at 90% 20%, rgba(99, 102, 241, 0.16), transparent 60%), radial-gradient(900px 700px at 50% 100%, rgba(59, 130, 246, 0.12), transparent 60%), linear-gradient(180deg, #020617 0%, #030712 100%);
    color: rgba(226, 232, 240, 0.95);
    display: grid;
    place-items: center;
}

.register-shell[b-d5yrbhmh8k] {
    width: 100%;
    max-width: 560px;
}

/* Hero text */
.register-hero[b-d5yrbhmh8k] {
    text-align: center;
    margin-bottom: 18px;
}

.register-badge[b-d5yrbhmh8k] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: rgba(226, 232, 240, 0.92);
    background: rgba(16, 185, 129, 0.14);
    border: 1px solid rgba(16, 185, 129, 0.24);
    box-shadow: 0 10px 22px rgba(16, 185, 129, 0.12);
}

.register-title[b-d5yrbhmh8k] {
    margin: 14px 0 6px;
    font-size: 34px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.7px;
    color: rgba(248, 250, 252, 0.98);
}

.register-subtitle[b-d5yrbhmh8k] {
    margin: 0 auto;
    max-width: 48ch;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(226, 232, 240, 0.70);
}

/* Card */
.register-card[b-d5yrbhmh8k] {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    background: rgba(2, 6, 23, 0.74);
    backdrop-filter: blur(10px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.register-card-glow[b-d5yrbhmh8k] {
    position: absolute;
    inset: -20% -10% auto -10%;
    height: 200px;
    opacity: 0.85;
    filter: blur(44px);
    pointer-events: none;
    background: radial-gradient(circle at 30% 30%, rgba(16, 185, 129, 0.36), transparent 65%);
}

.register-card-content[b-d5yrbhmh8k] {
    position: relative;
    z-index: 1;
    padding: 20px;
}

/* Icon */
.register-card-icon[b-d5yrbhmh8k] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 18px;
    margin-bottom: 12px;
    border: 1px solid rgba(16, 185, 129, 0.24);
    background: rgba(16, 185, 129, 0.08);
    color: rgba(248, 250, 252, 0.95);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.register-card-title[b-d5yrbhmh8k] {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.35px;
    color: rgba(248, 250, 252, 0.96);
}

.register-card-text[b-d5yrbhmh8k] {
    margin: 0 0 14px;
    color: rgba(226, 232, 240, 0.70);
    line-height: 1.5;
    font-size: 14px;
}

/* Alert */
.register-alert[b-d5yrbhmh8k] {
    border-radius: 12px;
    padding: 10px 12px;
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid transparent;
}

    .register-alert.error[b-d5yrbhmh8k] {
        background: rgba(239, 68, 68, 0.10);
        border-color: rgba(239, 68, 68, 0.20);
        color: rgba(254, 226, 226, 0.94);
    }

/* Form */
.register-form[b-d5yrbhmh8k] {
    display: grid;
    gap: 12px;
}

.field[b-d5yrbhmh8k] {
    display: grid;
    gap: 6px;
}

.label[b-d5yrbhmh8k] {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.25px;
    color: rgba(226, 232, 240, 0.76);
    text-transform: uppercase;
}

.input[b-d5yrbhmh8k] {
    width: 100%;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(2, 6, 23, 0.42);
    color: rgba(248, 250, 252, 0.94);
    padding: 0 12px;
    outline: none;
    transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

    .input[b-d5yrbhmh8k]::placeholder {
        color: rgba(226, 232, 240, 0.38);
    }

    .input:focus[b-d5yrbhmh8k] {
        border-color: rgba(16, 185, 129, 0.70);
        box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.16);
        background: rgba(2, 6, 23, 0.56);
    }

/* Button */
.btn-register[b-d5yrbhmh8k] {
    margin-top: 2px;
    width: 100%;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(16, 185, 129, 0.26);
    background: linear-gradient(180deg, rgba(16, 185, 129, 0.95), rgba(5, 150, 105, 0.95));
    color: white;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: transform 120ms ease, filter 120ms ease;
    box-shadow: 0 14px 28px rgba(16, 185, 129, 0.16);
}

    .btn-register:hover[b-d5yrbhmh8k] {
        transform: translateY(-1px);
        filter: brightness(1.05);
    }

    .btn-register:active[b-d5yrbhmh8k] {
        transform: translateY(0);
        filter: brightness(0.98);
    }

/* Footer links */
.register-footer[b-d5yrbhmh8k] {
    margin-top: 14px;
    display: grid;
    gap: 8px;
    justify-items: center;
}

.alt-link[b-d5yrbhmh8k],
.back-link[b-d5yrbhmh8k] {
    color: rgba(226, 232, 240, 0.74);
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: color 120ms ease;
}

    .alt-link:hover[b-d5yrbhmh8k],
    .back-link:hover[b-d5yrbhmh8k] {
        color: rgba(248, 250, 252, 0.96);
    }

/* Mobile */
@media (max-width: 520px) {
    .register-title[b-d5yrbhmh8k] {
        font-size: 28px;
    }

    .register-subtitle[b-d5yrbhmh8k] {
        font-size: 13px;
    }

    .register-card-content[b-d5yrbhmh8k] {
        padding: 16px;
    }

    .register-card-title[b-d5yrbhmh8k] {
        font-size: 20px;
    }
}
