/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-2jkhbpaqbt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2jkhbpaqbt] {
    flex: 1;
}

.sidebar[b-2jkhbpaqbt] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-2jkhbpaqbt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2jkhbpaqbt]  a, .top-row[b-2jkhbpaqbt]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-2jkhbpaqbt]  a:hover, .top-row[b-2jkhbpaqbt]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-2jkhbpaqbt]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-2jkhbpaqbt] {
        justify-content: space-between;
    }

    .top-row[b-2jkhbpaqbt]  a, .top-row[b-2jkhbpaqbt]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2jkhbpaqbt] {
        flex-direction: row;
    }

    .sidebar[b-2jkhbpaqbt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2jkhbpaqbt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-2jkhbpaqbt]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-2jkhbpaqbt], article[b-2jkhbpaqbt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-2jkhbpaqbt] {
    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-2jkhbpaqbt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-odbgqfycqs] {
    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-odbgqfycqs] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-odbgqfycqs] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-odbgqfycqs] {
    font-size: 1.1rem;
}

.bi[b-odbgqfycqs] {
    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-odbgqfycqs] {
    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-odbgqfycqs] {
    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-odbgqfycqs] {
    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-odbgqfycqs] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-odbgqfycqs] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-odbgqfycqs] {
        padding-bottom: 1rem;
    }

    .nav-item[b-odbgqfycqs]  .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-odbgqfycqs]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-odbgqfycqs]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-odbgqfycqs] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-odbgqfycqs] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-odbgqfycqs] {
        display: none;
    }

    .nav-scrollable[b-odbgqfycqs] {
        /* 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/PublicLayout.razor.rz.scp.css */
.public-shell[b-x98o8omdi0] {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    overflow-x: hidden;
    overflow-x: clip;
}

.public-shell__header[b-x98o8omdi0] {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(18px);
    background: rgba(3, 3, 3, 0.78);
    border-bottom: 1px solid rgba(35, 35, 35, 0.9);
}

.public-shell__mobile-shell[b-x98o8omdi0] {
    display: none;
}

.public-shell__inner[b-x98o8omdi0] {
    width: min(var(--ca-container), calc(100% - 32px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
}

.public-shell__inner--desktop[b-x98o8omdi0] {
    display: grid;
    grid-template-columns: auto minmax(0, max-content) auto;
    align-items: center;
    gap: 24px;
}

.public-shell__content[b-x98o8omdi0] {
    width: min(var(--ca-container), calc(100% - 32px));
    margin: 0 auto;
    padding: 24px 0 48px;
}

.public-shell__nav[b-x98o8omdi0],
.public-shell__actions[b-x98o8omdi0],
.public-shell__client-status[b-x98o8omdi0],
.footer-links[b-x98o8omdi0] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.public-shell__actions[b-x98o8omdi0] {
    justify-content: flex-end;
    flex-wrap: nowrap;
    min-width: max-content;
}

.public-shell__client-status[b-x98o8omdi0] {
    justify-content: flex-end;
    flex-wrap: nowrap;
    min-width: max-content;
}

.public-shell__client-menu[b-x98o8omdi0] {
    position: relative;
}

.public-shell__client-menu-button[b-x98o8omdi0] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 5px 12px 5px 6px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    color: var(--ca-text);
    cursor: pointer;
}

.public-shell__client-menu-avatar[b-x98o8omdi0] {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(0, 164, 243, 0.22);
    color: var(--ca-text);
    font-size: .76rem;
    font-weight: 900;
}

.public-shell__client-menu-copy[b-x98o8omdi0] {
    display: grid;
    gap: 1px;
    text-align: left;
    max-width: 150px;
}

.public-shell__client-menu-copy span[b-x98o8omdi0],
.public-shell__client-menu-copy small[b-x98o8omdi0] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.public-shell__client-menu-copy span[b-x98o8omdi0] {
    font-size: .86rem;
    font-weight: 800;
}

.public-shell__client-menu-copy small[b-x98o8omdi0] {
    color: var(--ca-text-muted);
    font-size: .68rem;
    font-weight: 700;
}

.public-shell__client-menu-panel[b-x98o8omdi0] {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    z-index: 40;
    display: grid;
    gap: 4px;
    min-width: 210px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(12, 15, 19, 0.98);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
}

.public-shell__client-menu-panel a[b-x98o8omdi0],
.public-shell__client-menu-logout[b-x98o8omdi0] {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 0 10px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--ca-text-muted);
    font: inherit;
    font-size: .9rem;
    font-weight: 700;
    text-align: left;
}

.public-shell__client-menu-panel a:hover[b-x98o8omdi0],
.public-shell__client-menu-panel a.active[b-x98o8omdi0],
.public-shell__client-menu-logout:hover[b-x98o8omdi0] {
    background: rgba(0, 164, 243, 0.12);
    color: var(--ca-text);
}

.public-shell__client-menu-logout[b-x98o8omdi0] {
    color: #ffb9b9;
    cursor: pointer;
}

[b-x98o8omdi0] .public-shell__ai-search-button.carabout-button {
    position: relative;
    overflow: hidden;
    min-height: 62px;
    padding: 7px 18px 7px 8px;
    border-radius: 999px;
    border-color: rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(135deg, rgba(20, 34, 48, 0.94), rgba(25, 33, 43, 0.84)),
        radial-gradient(circle at 18% 20%, rgba(94, 198, 255, 0.18), transparent 38%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        0 18px 40px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(18px);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, filter 220ms ease, background 220ms ease;
}

[b-x98o8omdi0] .public-shell__ai-search-button::before,
[b-x98o8omdi0] .public-shell__ai-search-button::after {
    content: "";
    position: absolute;
    pointer-events: none;
    inset: 0;
    border-radius: inherit;
}

[b-x98o8omdi0] .public-shell__ai-search-button::before {
    inset: 1px;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04) 34%, rgba(255, 255, 255, 0) 58%);
    opacity: 0.9;
}

[b-x98o8omdi0] .public-shell__ai-search-button::after {
    inset: 0;
    background: linear-gradient(90deg, rgba(116, 177, 255, 0.06), rgba(255, 255, 255, 0) 42%);
    opacity: 0.8;
}

[b-x98o8omdi0] .public-shell__ai-search-button-content {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: .95rem;
    white-space: nowrap;
}

[b-x98o8omdi0] .public-shell__ai-search-button-logo-wrap {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    padding: .72rem 1rem;
    border-radius: 999px;
    background:
        linear-gradient(135deg, rgba(77, 195, 255, 0.34), rgba(27, 146, 236, 0.24)),
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.22), rgba(0, 164, 243, 0.14));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 0 26px rgba(0, 164, 243, 0.14);
}

[b-x98o8omdi0] .public-shell__ai-search-button-copy {
    color: rgba(173, 223, 255, 0.9);
    font-size: .83rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    text-shadow: 0 1px 10px rgba(18, 44, 70, 0.14);
}

[b-x98o8omdi0] .public-shell__ai-search-button-logo {
    display: block;
    height: 34px;
    width: auto;
    object-fit: contain;
    max-width: 170px;
    filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.16)) drop-shadow(0 0 14px rgba(0, 164, 243, 0.16));
}

@media (hover: hover) and (pointer: fine) {
    [b-x98o8omdi0] .public-shell__ai-search-button.carabout-button:hover {
        transform: translateY(-1px);
        border-color: rgba(255, 255, 255, 0.22);
        background:
            linear-gradient(135deg, rgba(69, 200, 255, 1), rgba(10, 172, 246, 0.97) 44%, rgba(101, 132, 255, 0.92)),
            radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.18), transparent 34%);
        filter: saturate(108%);
        box-shadow:
            0 24px 50px rgba(0, 164, 243, 0.28),
            0 0 0 1px rgba(255, 255, 255, 0.05),
            inset 0 1px 0 rgba(255, 255, 255, 0.28),
            inset 0 -1px 0 rgba(10, 44, 82, 0.28);
    }

    [b-x98o8omdi0] .public-shell__ai-search-button.carabout-button:hover .public-shell__ai-search-button-logo-wrap {
        background:
            linear-gradient(135deg, rgba(98, 208, 255, 0.64), rgba(35, 155, 241, 0.48)),
            radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3), rgba(0, 164, 243, 0.18));
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 0 36px rgba(0, 164, 243, 0.2);
    }
}

@media (max-width: 640px) {
    [b-x98o8omdi0] .public-shell__ai-search-button.carabout-button {
        min-height: 58px;
        padding: 6px 14px 6px 8px;
    }

    [b-x98o8omdi0] .public-shell__ai-search-button-content {
        gap: .72rem;
    }

    [b-x98o8omdi0] .public-shell__ai-search-button-logo-wrap {
        padding: .64rem .86rem;
    }

    [b-x98o8omdi0] .public-shell__ai-search-button-logo {
        height: 30px;
        max-width: 150px;
    }

    [b-x98o8omdi0] .public-shell__ai-search-button-copy {
        font-size: .74rem;
        letter-spacing: .12em;
    }
}

.public-shell__nav[b-x98o8omdi0] {
    justify-content: center;
    flex-wrap: nowrap;
    min-width: max-content;
}

.public-shell__client-pill[b-x98o8omdi0] {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(0, 164, 243, 0.14);
    border: 1px solid rgba(0, 164, 243, 0.22);
    color: var(--ca-text);
    font-size: 12px;
    font-weight: 700;
}

.public-shell__nav a[b-x98o8omdi0],
.footer-links a[b-x98o8omdi0] {
    color: var(--ca-text-muted);
    padding: 8px 12px;
    border-radius: 999px;
    transition: background-color 160ms ease, color 160ms ease;
}

.public-shell__nav a.active[b-x98o8omdi0],
.public-shell__nav a:hover[b-x98o8omdi0],
.footer-links a:hover[b-x98o8omdi0] {
    background: rgba(0, 164, 243, 0.12);
    color: var(--ca-text);
}

.brand-link[b-x98o8omdi0] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--ca-text);
    min-width: 0;
    flex-wrap: wrap;
}

.brand-link__stack[b-x98o8omdi0] {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.brand-link__wordmark[b-x98o8omdi0] {
    display: block;
    width: min(100%, 240px);
    height: auto;
}

.brand-link--mobile .brand-link__wordmark[b-x98o8omdi0] {
    width: min(100%, 178px);
}

.brand-link--mobile .brand-link__stack[b-x98o8omdi0] {
    gap: 6px;
}

.public-shell__header-release--mobile[b-x98o8omdi0] {
    min-height: 26px;
    padding: 0 10px;
    font-size: 0.63rem;
    letter-spacing: 0.06em;
}

.public-shell__header-release[b-x98o8omdi0],
.public-shell__footer-release[b-x98o8omdi0] {
    display: inline-flex;
    align-items: center;
    width: max-content;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(125, 211, 252, 0.22);
    border-radius: 999px;
    background: rgba(8, 47, 73, 0.42);
    color: #bae6fd;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.public-shell__footer-brand[b-x98o8omdi0] {
    display: grid;
    gap: 10px;
}

.public-shell__footer-wordmark[b-x98o8omdi0] {
    display: block;
    width: min(100%, 220px);
    height: auto;
}

.public-shell__footer[b-x98o8omdi0] {
    border-top: 1px solid rgba(35, 35, 35, 0.9);
    background: rgba(5, 5, 5, 0.94);
}

.public-shell__inner--footer[b-x98o8omdi0] {
    align-items: flex-start;
    padding: 22px 0 28px;
}

.public-shell__inner--footer p[b-x98o8omdi0] {
    margin-top: 8px;
    color: var(--ca-text-subtle);
    max-width: 460px;
    line-height: 1.6;
}

.public-shell__menu-toggle[b-x98o8omdi0] {
    min-height: 3rem;
    padding: 0 1rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.86);
    color: #f8fafc;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.public-shell__mobile-topbar[b-x98o8omdi0],
.public-shell__mobile-topbar-actions[b-x98o8omdi0] {
    display: flex;
    align-items: center;
}

.public-shell__mobile-bottom-nav[b-x98o8omdi0] {
    display: none;
}

.public-shell__mobile-link-list[b-x98o8omdi0] {
    display: grid;
    gap: 0.75rem;
}

.public-shell__mobile-link[b-x98o8omdi0] {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 3.2rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 1.2rem;
    background: rgba(15, 23, 42, 0.68);
    color: #e2e8f0;
    font-size: 0.95rem;
    font-weight: 600;
}

.public-shell__mobile-link.active[b-x98o8omdi0],
.public-shell__mobile-link:hover[b-x98o8omdi0] {
    border-color: rgba(56, 189, 248, 0.28);
    background: rgba(15, 23, 42, 0.92);
    color: #f8fafc;
}

.public-shell__mobile-link--danger[b-x98o8omdi0] {
    color: #fecaca;
}

.public-shell__bottom-link[b-x98o8omdi0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.4rem;
    padding: 0.65rem 0.5rem;
    color: #cbd5e1;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-align: center;
}

.public-shell__bottom-link.active[b-x98o8omdi0] {
    color: #7dd3fc;
}

@media (max-width: 720px) {
    .public-shell__mobile-shell[b-x98o8omdi0] {
        width: min(var(--ca-container), calc(100% - 24px));
        margin: 0 auto;
        padding: 12px 0 14px;
        display: grid;
        gap: 0.85rem;
        min-width: 0;
    }

    .public-shell__inner--desktop[b-x98o8omdi0] {
        display: none;
    }

    .public-shell__content[b-x98o8omdi0] {
        width: min(var(--ca-container), calc(100% - 24px));
    }

    .public-shell__main--with-bottom-nav .public-shell__content[b-x98o8omdi0] {
        padding-bottom: 7rem;
    }

    .public-shell__mobile-topbar[b-x98o8omdi0] {
        justify-content: space-between;
        align-items: flex-start;
        gap: 0.85rem;
        min-width: 0;
    }

    .public-shell__mobile-topbar-actions[b-x98o8omdi0] {
        gap: 0.75rem;
        flex: 0 0 auto;
        min-width: 0;
    }

    .public-shell__mobile-topbar > *[b-x98o8omdi0],
    .public-shell__mobile-shell > *[b-x98o8omdi0] {
        min-width: 0;
    }

    .brand-link--mobile[b-x98o8omdi0] {
        flex: 1 1 auto;
        min-width: 0;
        gap: 0.45rem;
    }

    .public-shell__mobile-topbar-actions[b-x98o8omdi0]  .notification-center__toggle {
        width: 2.8rem;
        height: 2.8rem;
    }

    .public-shell__mobile-ai[b-x98o8omdi0]  .public-shell__ai-search-button.carabout-button {
        width: 100%;
        justify-content: flex-start;
        min-width: 0;
        max-width: 100%;
    }

    .public-shell__mobile-ai[b-x98o8omdi0]  .public-shell__ai-search-button-content {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        width: 100%;
        min-width: 0;
    }

    .public-shell__mobile-ai[b-x98o8omdi0]  .public-shell__ai-search-button-copy {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .public-shell__mobile-drawer[b-x98o8omdi0] {
        padding: 1rem;
        border: 1px solid rgba(148, 163, 184, 0.12);
        border-radius: 1.5rem;
        background: linear-gradient(180deg, rgba(9, 14, 22, 0.96), rgba(13, 19, 29, 0.96));
        box-shadow: 0 24px 60px rgba(2, 6, 23, 0.35);
        min-width: 0;
        max-width: 100%;
    }

    .public-shell__mobile-bottom-nav[b-x98o8omdi0] {
        display: flex;
        position: fixed;
        left: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        z-index: 25;
        justify-content: space-between;
        gap: 0.35rem;
        padding: 0.4rem;
        border: 1px solid rgba(148, 163, 184, 0.16);
        border-radius: 1.4rem;
        background: rgba(8, 12, 19, 0.94);
        box-shadow: 0 18px 50px rgba(2, 6, 23, 0.42);
        backdrop-filter: blur(18px);
    }

    .public-shell__bottom-link[b-x98o8omdi0] {
        flex: 1 1 0;
        border-radius: 1rem;
    }

    .public-shell__bottom-link.active[b-x98o8omdi0] {
        background: rgba(14, 165, 233, 0.16);
    }

    .public-shell__inner--footer[b-x98o8omdi0] {
        width: min(var(--ca-container), calc(100% - 24px));
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .public-shell__mobile-ai[b-x98o8omdi0]  .public-shell__ai-search-button.carabout-button {
        padding-right: 10px;
    }

    .public-shell__mobile-ai[b-x98o8omdi0]  .public-shell__ai-search-button-content {
        gap: 0.6rem;
    }

    .public-shell__mobile-ai[b-x98o8omdi0]  .public-shell__ai-search-button-logo-wrap {
        padding: 0.58rem 0.72rem;
    }

    .public-shell__mobile-ai[b-x98o8omdi0]  .public-shell__ai-search-button-logo {
        height: 28px;
        max-width: 132px;
    }

    .public-shell__mobile-ai[b-x98o8omdi0]  .public-shell__ai-search-button-copy {
        font-size: 0.68rem;
        letter-spacing: 0.08em;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-8xsfr6eaak],
.components-reconnect-repeated-attempt-visible[b-8xsfr6eaak],
.components-reconnect-failed-visible[b-8xsfr6eaak],
.components-pause-visible[b-8xsfr6eaak],
.components-resume-failed-visible[b-8xsfr6eaak],
.components-rejoining-animation[b-8xsfr6eaak] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-8xsfr6eaak],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-8xsfr6eaak],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-8xsfr6eaak],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-8xsfr6eaak],
#components-reconnect-modal.components-reconnect-retrying[b-8xsfr6eaak],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-8xsfr6eaak],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-8xsfr6eaak],
#components-reconnect-modal.components-reconnect-failed[b-8xsfr6eaak],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-8xsfr6eaak] {
    display: block;
}


#components-reconnect-modal[b-8xsfr6eaak] {
    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-8xsfr6eaak 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-8xsfr6eaak 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-8xsfr6eaak 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-8xsfr6eaak]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-8xsfr6eaak 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-8xsfr6eaak {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-8xsfr6eaak {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-8xsfr6eaak {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-8xsfr6eaak] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-8xsfr6eaak] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-8xsfr6eaak] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-8xsfr6eaak] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-8xsfr6eaak] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-8xsfr6eaak] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-8xsfr6eaak] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-8xsfr6eaak 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-8xsfr6eaak] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-8xsfr6eaak {
    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/Layout/ServiceLayout.razor.rz.scp.css */
.service-layout-shell[b-l5m07xsfw2] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-layout-shell__header[b-l5m07xsfw2] {
    border-bottom: 1px solid var(--ca-border);
    background: rgba(7, 7, 7, 0.92);
    backdrop-filter: blur(8px);
}

.service-layout-mobile-shell[b-l5m07xsfw2] {
    display: none;
}

.service-layout-header[b-l5m07xsfw2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
}

.service-layout-header--desktop[b-l5m07xsfw2] {
    width: min(var(--ca-container), calc(100% - 32px));
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.service-layout-header__brand[b-l5m07xsfw2],
.service-layout-mobile-topbar[b-l5m07xsfw2],
.service-layout-mobile-actions[b-l5m07xsfw2] {
    display: flex;
    align-items: center;
}

.service-layout-mobile-bottom-nav[b-l5m07xsfw2] {
    display: none;
}

.service-layout-header__brand[b-l5m07xsfw2] {
    gap: 14px;
    min-width: 0;
}

.service-layout-header__brand-mark[b-l5m07xsfw2] {
    width: 54px;
    height: 54px;
    object-fit: contain;
    flex: 0 0 auto;
}

.service-layout-header__brand-copy[b-l5m07xsfw2] {
    display: grid;
    gap: 6px;
}

.service-layout-header__eyebrow[b-l5m07xsfw2] {
    color: var(--ca-primary);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 6px;
}

.service-layout-nav[b-l5m07xsfw2],
.service-layout-footer__links[b-l5m07xsfw2] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.service-layout-nav a[b-l5m07xsfw2],
.service-layout-nav__logout[b-l5m07xsfw2] {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid var(--ca-border-strong);
    background: rgba(17, 17, 17, 0.9);
    color: var(--ca-text-muted);
    display: inline-flex;
    align-items: center;
}

.service-layout-nav a.active[b-l5m07xsfw2],
.service-layout-nav a:hover[b-l5m07xsfw2],
.service-layout-footer__links a:hover[b-l5m07xsfw2] {
    background: rgba(0, 164, 243, 0.12);
    color: var(--ca-text);
}

.service-layout-nav__logout[b-l5m07xsfw2],
.service-layout-menu-toggle[b-l5m07xsfw2],
.service-layout-mobile-link--danger[b-l5m07xsfw2] {
    cursor: pointer;
}

.service-layout-body[b-l5m07xsfw2] {
    width: min(var(--ca-container), calc(100vw - 32px));
    margin: 0 auto 32px;
    flex: 1 0 auto;
}

.service-layout-footer[b-l5m07xsfw2] {
    border-top: 1px solid rgba(35, 35, 35, 0.9);
    background: rgba(5, 5, 5, 0.94);
}

.service-layout-footer__inner[b-l5m07xsfw2] {
    width: min(var(--ca-container), calc(100% - 32px));
    margin: 0 auto;
    padding: 22px 0 28px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.service-layout-footer__brand[b-l5m07xsfw2] {
    display: grid;
    gap: 10px;
}

.service-layout-footer__wordmark[b-l5m07xsfw2] {
    display: block;
    width: min(100%, 220px);
    height: auto;
}

.service-layout-footer__brand p[b-l5m07xsfw2] {
    margin-top: 8px;
    color: var(--ca-text-subtle);
    max-width: 460px;
    line-height: 1.6;
}

.service-layout-footer__links a[b-l5m07xsfw2] {
    color: var(--ca-text-muted);
    padding: 8px 12px;
    border-radius: 999px;
    transition: background-color 160ms ease, color 160ms ease;
}

.service-layout-menu-toggle[b-l5m07xsfw2] {
    min-height: 3rem;
    padding: 0 1rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.86);
    color: #f8fafc;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.service-layout-mobile-link-list[b-l5m07xsfw2] {
    display: grid;
    gap: 0.75rem;
}

.service-layout-mobile-link[b-l5m07xsfw2] {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 3.2rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 1.2rem;
    background: rgba(15, 23, 42, 0.68);
    color: #e2e8f0;
    font-size: 0.95rem;
    font-weight: 600;
}

.service-layout-mobile-link.active[b-l5m07xsfw2],
.service-layout-mobile-link:hover[b-l5m07xsfw2] {
    border-color: rgba(56, 189, 248, 0.28);
    background: rgba(15, 23, 42, 0.92);
    color: #f8fafc;
}

.service-layout-mobile-link--danger[b-l5m07xsfw2] {
    color: #fecaca;
}

.service-layout-bottom-link[b-l5m07xsfw2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.4rem;
    padding: 0.65rem 0.5rem;
    color: #cbd5e1;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-align: center;
}

.service-layout-bottom-link.active[b-l5m07xsfw2] {
    color: #7dd3fc;
}

@media (max-width: 720px) {
    .service-layout-shell[b-l5m07xsfw2] {
        gap: 16px;
    }

    .service-layout-mobile-shell[b-l5m07xsfw2] {
        width: min(var(--ca-container), calc(100% - 24px));
        margin: 0 auto;
        padding: 12px 0 14px;
        display: grid;
        gap: 0.85rem;
    }

    .service-layout-header--desktop[b-l5m07xsfw2] {
        display: none;
    }

    .service-layout-mobile-topbar[b-l5m07xsfw2] {
        justify-content: space-between;
        gap: 0.85rem;
    }

    .service-layout-mobile-actions[b-l5m07xsfw2] {
        gap: 0.75rem;
    }

    .service-layout-mobile-actions[b-l5m07xsfw2]  .notification-center__toggle {
        width: 2.8rem;
        height: 2.8rem;
    }

    .service-layout-mobile-drawer[b-l5m07xsfw2] {
        padding: 1rem;
        border: 1px solid rgba(148, 163, 184, 0.12);
        border-radius: 1.5rem;
        background: linear-gradient(180deg, rgba(9, 14, 22, 0.96), rgba(13, 19, 29, 0.96));
        box-shadow: 0 24px 60px rgba(2, 6, 23, 0.35);
    }

    .service-layout-body[b-l5m07xsfw2] {
        width: min(var(--ca-container), calc(100vw - 24px));
    }

    .service-layout-body--with-bottom-nav[b-l5m07xsfw2] {
        padding-bottom: 7rem;
    }

    .service-layout-mobile-bottom-nav[b-l5m07xsfw2] {
        display: flex;
        position: fixed;
        left: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        z-index: 25;
        justify-content: space-between;
        gap: 0.35rem;
        padding: 0.4rem;
        border: 1px solid rgba(148, 163, 184, 0.16);
        border-radius: 1.4rem;
        background: rgba(8, 12, 19, 0.94);
        box-shadow: 0 18px 50px rgba(2, 6, 23, 0.42);
        backdrop-filter: blur(18px);
    }

    .service-layout-bottom-link[b-l5m07xsfw2] {
        flex: 1 1 0;
        border-radius: 1rem;
    }

    .service-layout-bottom-link.active[b-l5m07xsfw2] {
        background: rgba(14, 165, 233, 0.16);
    }

    .service-layout-footer__inner[b-l5m07xsfw2] {
        width: min(var(--ca-container), calc(100% - 24px));
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/Pages/ClientProfile.razor.rz.scp.css */
.client-profile-page[b-8dkfq4av4e] {
    display: grid;
    gap: 1.5rem;
}

.client-profile-auth-wall[b-8dkfq4av4e] {
    display: grid;
    place-items: center;
    min-height: 50vh;
}

.client-profile-auth-wall__card[b-8dkfq4av4e] {
    width: min(100%, 48rem);
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(14, 22, 34, 0.94), rgba(7, 12, 20, 0.96));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.client-profile-auth-wall__eyebrow[b-8dkfq4av4e] {
    display: inline-flex;
    margin-bottom: 0.75rem;
    color: #8ac8ff;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.client-profile-auth-wall__actions[b-8dkfq4av4e],
.client-profile-card__actions[b-8dkfq4av4e] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.client-profile-hero[b-8dkfq4av4e] {
    display: grid;
    gap: 1.25rem;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.5rem;
    background: linear-gradient(135deg, rgba(0, 120, 212, 0.28), rgba(10, 18, 32, 0.92));
}

.client-profile-hero__topbar[b-8dkfq4av4e] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.client-profile-hero__identity[b-8dkfq4av4e] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.client-profile-hero__logout[b-8dkfq4av4e] {
    flex-shrink: 0;
}

.client-profile-avatar[b-8dkfq4av4e] {
    display: grid;
    place-items: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
}

.client-profile-hero__identity h1[b-8dkfq4av4e] {
    margin: 0;
    font-size: clamp(1.75rem, 2.6vw, 2.4rem);
}

.client-profile-hero__identity p[b-8dkfq4av4e] {
    margin: 0.2rem 0 0;
    color: rgba(255, 255, 255, 0.78);
}

.client-profile-hero__stats[b-8dkfq4av4e] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    gap: 0.85rem;
}

.client-profile-hero__actions[b-8dkfq4av4e] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.client-profile-workspace-mobile-shell[b-8dkfq4av4e] {
    display: none;
    gap: 0.9rem;
}

.client-profile-workspace-mobile-shell__header[b-8dkfq4av4e],
.client-profile-workspace-mobile-shell__copy[b-8dkfq4av4e],
.client-profile-workspace-mobile-shell__identity-copy[b-8dkfq4av4e],
.client-profile-workspace-mobile-shell__actions[b-8dkfq4av4e],
.client-profile-workspace-mobile-shell__stage-actions[b-8dkfq4av4e] {
    display: grid;
    gap: 0.75rem;
}

.client-profile-workspace-mobile-shell__copy[b-8dkfq4av4e] {
    min-width: 0;
    gap: 0.45rem;
}

.client-profile-workspace-mobile-shell__eyebrow[b-8dkfq4av4e] {
    color: #8ac8ff;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.client-profile-workspace-mobile-shell__copy h2[b-8dkfq4av4e],
.client-profile-workspace-mobile-shell__copy p[b-8dkfq4av4e] {
    margin: 0;
}

.client-profile-workspace-mobile-shell__copy h2[b-8dkfq4av4e] {
    font-size: 1.18rem;
    line-height: 1.18;
}

.client-profile-workspace-mobile-shell__copy p[b-8dkfq4av4e] {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.88rem;
    line-height: 1.4;
}

.client-profile-workspace-mobile-shell__identity[b-8dkfq4av4e] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.client-profile-workspace-mobile-shell__identity-copy[b-8dkfq4av4e] {
    min-width: 0;
    gap: 0.2rem;
}

.client-profile-workspace-mobile-shell__identity-copy strong[b-8dkfq4av4e],
.client-profile-workspace-mobile-shell__identity-copy span[b-8dkfq4av4e] {
    min-width: 0;
    overflow-wrap: anywhere;
}

.client-profile-workspace-mobile-shell__identity-copy span[b-8dkfq4av4e] {
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.85rem;
}

.client-profile-workspace-mobile-shell__facts[b-8dkfq4av4e] {
    margin: 0;
}

.client-profile-workspace-mobile-shell__section-strip[b-8dkfq4av4e] {
    display: flex;
    gap: 0.65rem;
    min-width: 0;
    overflow-x: auto;
    padding-bottom: 0.15rem;
    scrollbar-width: none;
}

.client-profile-workspace-mobile-shell__section-strip[b-8dkfq4av4e]::-webkit-scrollbar {
    display: none;
}

.client-profile-workspace-mobile-shell__tab[b-8dkfq4av4e] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.7rem;
    padding: 0.7rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.78);
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
}

.client-profile-workspace-mobile-shell__tab--active[b-8dkfq4av4e] {
    background: rgba(0, 120, 212, 0.2);
    border-color: rgba(0, 120, 212, 0.42);
    color: #fff;
}

.client-profile-workspace-mobile-shell__actions[b-8dkfq4av4e],
.client-profile-workspace-mobile-shell__stage-actions[b-8dkfq4av4e] {
    grid-template-columns: 1fr;
}

.client-profile-stat[b-8dkfq4av4e] {
    display: grid;
    gap: 0.2rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: rgba(8, 14, 24, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.06);
}


.client-profile-stat strong[b-8dkfq4av4e] {
    font-size: 1.4rem;
}

.client-profile-tabs[b-8dkfq4av4e] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    position: sticky;
    top: calc(var(--ca-shell-header-offset, 5rem) + 0.5rem);
    z-index: 4;
    padding: 0.35rem;
    border-radius: 1rem;
    background: rgba(9, 15, 25, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(16px);
}

.client-profile-tab-disclosure[b-8dkfq4av4e],
.client-profile-card__mobile-primary[b-8dkfq4av4e],
.client-profile-card__mobile-actions[b-8dkfq4av4e] {
    display: none;
}

.client-profile-tab-disclosure[b-8dkfq4av4e] {
    margin: 0;
}

.client-profile-tab-disclosure__actions[b-8dkfq4av4e] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.client-profile-tab-disclosure__button[b-8dkfq4av4e] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    padding: 0.75rem 1rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.82);
    font-weight: 700;
    cursor: pointer;
}

.client-profile-tab-disclosure__button--active[b-8dkfq4av4e] {
    background: rgba(0, 120, 212, 0.18);
    border-color: rgba(0, 120, 212, 0.36);
    color: #fff;
}

.client-profile-tab[b-8dkfq4av4e] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0.85rem;
    padding: 0.85rem 1rem;
    background: transparent;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 600;
    cursor: pointer;
}

.client-profile-tab--active[b-8dkfq4av4e] {
    background: rgba(0, 120, 212, 0.22);
    color: #fff;
}

.client-profile-mobile-spotlight[b-8dkfq4av4e] {
    display: none;
    gap: 1rem;
    padding: 1.1rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(10, 18, 28, 0.96), rgba(7, 12, 20, 0.94));
}

.client-profile-mobile-spotlight__copy[b-8dkfq4av4e],
.client-profile-mobile-spotlight__actions[b-8dkfq4av4e] {
    display: grid;
    gap: 0.75rem;
}

.client-profile-mobile-spotlight__copy h2[b-8dkfq4av4e],
.client-profile-mobile-spotlight__copy p[b-8dkfq4av4e] {
    margin: 0;
}

.client-profile-mobile-spotlight__eyebrow[b-8dkfq4av4e] {
    color: #8ac8ff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.client-profile-panel[b-8dkfq4av4e],
.client-profile-list[b-8dkfq4av4e],
.client-profile-preferences[b-8dkfq4av4e],
.client-profile-skeleton-grid[b-8dkfq4av4e] {
    display: grid;
    gap: 1rem;
}

.client-profile-card[b-8dkfq4av4e] {
    display: grid;
    gap: 1rem;
    padding: 1.2rem;
    border-radius: 1.25rem;
    background: rgba(11, 18, 30, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.client-profile-card--primary[b-8dkfq4av4e] {
    border-color: rgba(0, 120, 212, 0.5);
    box-shadow: 0 18px 44px rgba(0, 120, 212, 0.18);
}

.client-profile-card--wide[b-8dkfq4av4e] {
    width: 100%;
}

.client-profile-card__header[b-8dkfq4av4e] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.client-profile-card__header h3[b-8dkfq4av4e] {
    margin: 0;
    font-size: 1.15rem;
}

.client-profile-card__header p[b-8dkfq4av4e],
.client-profile-card__meta[b-8dkfq4av4e] {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
}

.client-profile-card__meta[b-8dkfq4av4e] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.client-profile-card__actions--desktop[b-8dkfq4av4e] {
    display: flex;
}

.client-profile-preferences h3[b-8dkfq4av4e] {
    margin: 0 0 0.75rem;
    font-size: 1rem;
}

.client-profile-radio-grid[b-8dkfq4av4e],
.client-profile-toggle-list[b-8dkfq4av4e] {
    display: grid;
    gap: 0.75rem;
}

.client-profile-radio[b-8dkfq4av4e] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    cursor: pointer;
}

.client-profile-radio--active[b-8dkfq4av4e] {
    border-color: rgba(0, 120, 212, 0.45);
    background: rgba(0, 120, 212, 0.14);
}

.client-profile-radio input[b-8dkfq4av4e],
.client-profile-checkbox input[b-8dkfq4av4e] {
    accent-color: #0078d4;
}

.client-profile-toggle-row[b-8dkfq4av4e],
.client-profile-checkbox[b-8dkfq4av4e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.client-profile-btn[b-8dkfq4av4e] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 2.85rem;
    padding: 0.75rem 1rem;
    border-radius: 0.9rem;
    border: 1px solid transparent;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.client-profile-btn:hover[b-8dkfq4av4e] {
    transform: translateY(-1px);
}

.client-profile-btn--primary[b-8dkfq4av4e] {
    background: #0078d4;
    color: #fff;
}

.client-profile-btn--secondary[b-8dkfq4av4e] {
    background: rgba(0, 120, 212, 0.12);
    border-color: rgba(0, 120, 212, 0.32);
    color: #d8ecff;
}

.client-profile-btn--ghost[b-8dkfq4av4e] {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.client-profile-btn--danger[b-8dkfq4av4e] {
    background: rgba(213, 0, 0, 0.12);
    border-color: rgba(213, 0, 0, 0.3);
    color: #ffb8b8;
}

.client-profile-btn:disabled[b-8dkfq4av4e] {
    opacity: 0.65;
    cursor: wait;
    transform: none;
}

.client-profile-modal-backdrop[b-8dkfq4av4e] {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(3, 7, 12, 0.78);
    backdrop-filter: blur(8px);
    z-index: 30;
}

.client-profile-modal[b-8dkfq4av4e] {
    width: min(100%, 44rem);
    display: grid;
    gap: 1rem;
    padding: 1.4rem;
    border-radius: 1.4rem;
    background: #0d1523;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.4);
}

.client-profile-modal h2[b-8dkfq4av4e] {
    margin: 0;
}

.client-profile-form-grid[b-8dkfq4av4e] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.client-profile-form-grid label[b-8dkfq4av4e] {
    display: grid;
    gap: 0.45rem;
}

.client-profile-form-grid span[b-8dkfq4av4e] {
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.92rem;
}

.client-profile-link[b-8dkfq4av4e] {
    color: #8ac8ff;
}

@media (max-width: 900px) {
    .client-profile-hero__topbar[b-8dkfq4av4e] {
        flex-direction: column;
        align-items: stretch;
    }

    .client-profile-hero__logout[b-8dkfq4av4e] {
        align-self: flex-end;
    }

    .client-profile-card__header[b-8dkfq4av4e] {
        grid-template-columns: 1fr;
    }

    .client-profile-hero__actions .client-profile-btn[b-8dkfq4av4e] {
        flex: 1 1 calc(50% - 0.5rem);
    }
}

@media (max-width: 720px) {
    .client-profile-page--workspace-ready[b-8dkfq4av4e] {
        gap: 12px;
        overflow-x: hidden;
        padding-inline: 12px;
    }

    .client-profile-page--workspace-ready > .section-header[b-8dkfq4av4e] {
        display: none !important;
    }

    .client-profile-page--workspace-ready > .results-status-strip[b-8dkfq4av4e],
    .client-profile-page--workspace-ready > .client-profile-workspace-mobile-shell[b-8dkfq4av4e],
    .client-profile-page--workspace-ready > .client-profile-panel[b-8dkfq4av4e] {
        width: min(100%, calc(100vw - 24px));
        max-width: calc(100vw - 24px);
        align-self: center;
    }

    .client-profile-page--workspace-ready > .client-profile-workspace-mobile-shell[b-8dkfq4av4e] {
        display: grid;
        order: 0;
        padding: 14px;
        border: 1px solid rgba(79, 166, 255, 0.28);
        border-radius: 18px;
        background: linear-gradient(180deg, rgba(10, 18, 28, 0.98), rgba(4, 8, 12, 0.96));
        box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
    }

    .client-profile-page--workspace-ready > .client-profile-hero[b-8dkfq4av4e],
    .client-profile-page--workspace-ready > .client-profile-tabs[b-8dkfq4av4e] {
        display: none !important;
    }

    .client-profile-page--workspace-ready > .client-profile-panel[b-8dkfq4av4e] {
        order: 1;
    }

    .client-profile-workspace-mobile-shell__logout[b-8dkfq4av4e],
    .client-profile-workspace-mobile-shell__actions .client-profile-btn[b-8dkfq4av4e],
    .client-profile-workspace-mobile-shell__stage-actions .client-profile-btn[b-8dkfq4av4e] {
        width: 100%;
    }

    .client-profile-auth-wall__card[b-8dkfq4av4e],
    .client-profile-hero[b-8dkfq4av4e] {
        padding: 1.2rem;
        border-radius: 1.25rem;
    }

    .client-profile-hero__identity[b-8dkfq4av4e] {
        align-items: flex-start;
    }

    .client-profile-hero__stats[b-8dkfq4av4e] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .client-profile-stat[b-8dkfq4av4e] {
        padding: 0.8rem 0.75rem;
        text-align: center;
    }

    .client-profile-tabs[b-8dkfq4av4e] {
        display: none;
    }

    .client-profile-mobile-spotlight[b-8dkfq4av4e] {
        display: grid;
    }

    .client-profile-tab-disclosure[b-8dkfq4av4e],
    .client-profile-card__mobile-primary[b-8dkfq4av4e],
    .client-profile-card__mobile-actions[b-8dkfq4av4e] {
        display: grid;
    }

    .client-profile-card__mobile-primary[b-8dkfq4av4e],
    .client-profile-card__mobile-actions[b-8dkfq4av4e] {
        gap: 0.75rem;
    }

    .client-profile-card__mobile-actions .client-profile-card__actions[b-8dkfq4av4e] {
        display: grid;
        grid-template-columns: 1fr;
    }

    .client-profile-card__mobile-primary .client-profile-btn[b-8dkfq4av4e],
    .client-profile-card__mobile-actions .client-profile-btn[b-8dkfq4av4e],
    .client-profile-tab-disclosure__button[b-8dkfq4av4e] {
        width: 100%;
    }

    .client-profile-card__actions--desktop[b-8dkfq4av4e] {
        display: none;
    }

    .client-profile-form-grid[b-8dkfq4av4e] {
        grid-template-columns: 1fr;
    }

    .client-profile-card__header[b-8dkfq4av4e],
    .client-profile-toggle-row[b-8dkfq4av4e],
    .client-profile-checkbox[b-8dkfq4av4e] {
        flex-direction: column;
        align-items: flex-start;
    }

    .client-profile-card__meta[b-8dkfq4av4e] {
        display: grid;
        gap: 0.45rem;
    }

    .client-profile-card__actions[b-8dkfq4av4e],
    .client-profile-mobile-spotlight__actions[b-8dkfq4av4e],
    .client-profile-hero__actions[b-8dkfq4av4e],
    .client-profile-auth-wall__actions[b-8dkfq4av4e] {
        display: grid;
        grid-template-columns: 1fr;
    }

    .client-profile-card__actions .client-profile-btn[b-8dkfq4av4e],
    .client-profile-mobile-spotlight__actions .client-profile-btn[b-8dkfq4av4e],
    .client-profile-hero__actions .client-profile-btn[b-8dkfq4av4e],
    .client-profile-auth-wall__actions .client-profile-btn[b-8dkfq4av4e] {
        width: 100%;
    }

    .client-profile-tab-disclosure__actions[b-8dkfq4av4e] {
        grid-template-columns: 1fr;
    }

    .client-profile-modal-backdrop[b-8dkfq4av4e] {
        padding: 0;
        align-items: end;
    }

    .client-profile-modal[b-8dkfq4av4e] {
        width: 100%;
        max-height: calc(100svh - 16px);
        overflow: auto;
        gap: 0.9rem;
        padding: 1.2rem 1rem calc(1.2rem + env(safe-area-inset-bottom));
        border-radius: 1.25rem 1.25rem 0 0;
    }
}
/* /Components/Shared/LanguageSelector.razor.rz.scp.css */
.language-selector[b-8yacixtqo0] {
    position: relative;
    z-index: 10000;
    display: inline-flex;
    min-width: 0;
}

.language-selector__trigger[b-8yacixtqo0] {
    appearance: none;
    min-height: 2.92rem;
    display: inline-grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.58rem;
    align-items: center;
    min-width: 0;
    max-width: min(13.4rem, 100%);
    padding: 0.36rem 0.46rem 0.36rem 0.34rem;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #0f172a;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(14px);
    cursor: pointer;
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.language-selector__trigger:hover[b-8yacixtqo0],
.language-selector__trigger:focus-visible[b-8yacixtqo0] {
    border-color: rgba(37, 99, 235, 0.52);
    box-shadow: 0 18px 38px rgba(37, 99, 235, 0.18);
    outline: none;
}

.language-selector__trigger-code[b-8yacixtqo0] {
    width: 2.08rem;
    height: 2.08rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(160deg, #0f172a, #1e293b);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.language-selector__trigger-copy[b-8yacixtqo0] {
    min-width: 0;
    display: grid;
    gap: 0.08rem;
}

.language-selector__trigger-name[b-8yacixtqo0],
.language-selector__trigger-meta[b-8yacixtqo0] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.language-selector__trigger-name[b-8yacixtqo0] {
    color: #0f172a;
    font-size: 0.82rem;
    font-weight: 800;
}

.language-selector__trigger-meta[b-8yacixtqo0] {
    color: #64748b;
    font-size: 0.67rem;
    font-weight: 600;
}

.language-selector__trigger-chevron[b-8yacixtqo0] {
    width: 0.46rem;
    height: 0.46rem;
    border-right: 2px solid #64748b;
    border-bottom: 2px solid #64748b;
    transform: rotate(45deg) translateY(-0.1rem);
    transition: transform 160ms ease;
}

.language-selector__trigger[aria-expanded="true"] .language-selector__trigger-chevron[b-8yacixtqo0] {
    transform: rotate(-135deg) translateY(-0.04rem);
}

.language-selector__backdrop[b-8yacixtqo0] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    border: 0;
    background: rgba(15, 23, 42, 0.2);
    cursor: default;
}

.language-selector__sheet[b-8yacixtqo0] {
    position: absolute;
    z-index: 10000;
    top: calc(100% + 0.62rem);
    right: 0;
    width: min(23rem, calc(100vw - 1.5rem));
    max-height: min(34rem, calc(100vh - 5.6rem));
    overflow: auto;
    padding: 1rem;
    border: 1px solid rgba(203, 213, 225, 0.56);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.24);
}

.language-selector__sheet-header[b-8yacixtqo0] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.8rem;
    margin-bottom: 0.88rem;
}

.language-selector__sheet-title-row[b-8yacixtqo0] {
    min-width: 0;
    display: grid;
    gap: 0.16rem;
}

.language-selector__sheet-label[b-8yacixtqo0] {
    margin: 0;
    color: #64748b;
    font-size: 0.64rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.language-selector__sheet-title[b-8yacixtqo0] {
    margin: 0;
    color: #0f172a;
    font-size: 1.12rem;
    line-height: 1.15;
}

.language-selector__sheet-summary[b-8yacixtqo0] {
    margin: 0;
    color: #475569;
    font-size: 0.76rem;
    font-weight: 600;
}

.language-selector__sheet-close[b-8yacixtqo0] {
    appearance: none;
    width: 2.3rem;
    height: 2.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(203, 213, 225, 0.9);
    border-radius: 999px;
    background: #f8fafc;
    color: #334155;
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
}

.language-selector__sheet-close:hover[b-8yacixtqo0],
.language-selector__sheet-close:focus-visible[b-8yacixtqo0] {
    border-color: rgba(37, 99, 235, 0.62);
    color: #1d4ed8;
    outline: none;
}

.language-selector__current-card[b-8yacixtqo0] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.76rem;
    align-items: center;
    padding: 0.84rem 0.9rem;
    border: 1px solid rgba(147, 197, 253, 0.64);
    border-radius: 18px;
    background: linear-gradient(145deg, #eef4ff, #f8fafc 58%, #ffffff);
}

.language-selector__current-code[b-8yacixtqo0] {
    width: 2.62rem;
    height: 2.62rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(160deg, #0f172a, #1e293b);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.language-selector__current-copy[b-8yacixtqo0] {
    display: grid;
    gap: 0.08rem;
    min-width: 0;
}

.language-selector__current-label[b-8yacixtqo0] {
    margin: 0;
    color: #1d4ed8;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.language-selector__current-copy strong[b-8yacixtqo0],
.language-selector__current-copy small[b-8yacixtqo0] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.language-selector__current-copy strong[b-8yacixtqo0] {
    color: #0f172a;
    font-size: 1rem;
}

.language-selector__current-copy small[b-8yacixtqo0] {
    color: #475569;
    font-size: 0.74rem;
}

.language-selector__list[b-8yacixtqo0] {
    display: grid;
    gap: 0.5rem;
    margin-top: 0.86rem;
}

button.language-selector__item[b-8yacixtqo0] {
    appearance: none;
    width: 100%;
    min-height: 3.45rem;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.72rem;
    padding: 0.68rem 0.74rem;
    border: 1px solid rgba(203, 213, 225, 0.92);
    border-radius: 16px;
    background: #fff;
    color: #0f172a;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background-color 160ms ease;
}

button.language-selector__item:hover[b-8yacixtqo0],
button.language-selector__item:focus-visible[b-8yacixtqo0] {
    border-color: rgba(37, 99, 235, 0.48);
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.14);
    transform: translateY(-1px);
    background: #fcfdff;
    outline: none;
}

button.language-selector__item--current[b-8yacixtqo0] {
    border-color: rgba(37, 99, 235, 0.68);
    background: #eef4ff;
}

.language-selector__item-code[b-8yacixtqo0] {
    width: 2.18rem;
    height: 2.18rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #f1f5f9;
    color: #1e293b;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.language-selector__item-text[b-8yacixtqo0] {
    display: grid;
    gap: 0.08rem;
    min-width: 0;
}

.language-selector__item-text strong[b-8yacixtqo0],
.language-selector__item-text small[b-8yacixtqo0] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.language-selector__item-text strong[b-8yacixtqo0] {
    font-size: 0.94rem;
}

.language-selector__item-text small[b-8yacixtqo0],
.language-selector__sheet-empty[b-8yacixtqo0] {
    color: #64748b;
    font-size: 0.75rem;
}

.language-selector__item-badge[b-8yacixtqo0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0.52rem;
    border-radius: 999px;
    border: 1px solid rgba(203, 213, 225, 0.9);
    background: #f8fafc;
    color: #475569;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

.language-selector__sheet-empty[b-8yacixtqo0] {
    margin: 0.86rem 0 0;
    padding: 0.82rem 0.9rem;
    border-radius: 16px;
    background: #f8fafc;
}

@media (max-width: 720px) {
    .language-selector__trigger[b-8yacixtqo0] {
        max-width: min(9.4rem, 42vw);
        min-height: 2.74rem;
        padding: 0.3rem 0.42rem 0.3rem 0.32rem;
        gap: 0.42rem;
    }

    .language-selector__trigger-code[b-8yacixtqo0] {
        width: 1.96rem;
        height: 1.96rem;
    }

    .language-selector__trigger-meta[b-8yacixtqo0] {
        display: none;
    }

    .language-selector__sheet[b-8yacixtqo0] {
        position: fixed;
        inset: 0;
        width: 100vw;
        height: 100dvh;
        max-height: none;
        display: grid;
        grid-template-rows: auto auto minmax(0, 1fr);
        padding:
            max(1rem, env(safe-area-inset-top))
            max(0.92rem, env(safe-area-inset-right))
            max(1rem, env(safe-area-inset-bottom))
            max(0.92rem, env(safe-area-inset-left));
        border-radius: 0;
        overflow: hidden;
        overscroll-behavior: contain;
    }

    .language-selector__backdrop[b-8yacixtqo0] {
        background: rgba(2, 6, 23, 0.72);
    }

    .language-selector__list[b-8yacixtqo0] {
        min-height: 0;
        overflow-y: auto;
        padding-bottom: 0.25rem;
        overscroll-behavior: contain;
    }

    button.language-selector__item[b-8yacixtqo0] {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .language-selector__item-badge[b-8yacixtqo0] {
        grid-column: 2;
        justify-self: start;
        margin-top: 0.12rem;
    }
}
/* /Components/Shared/NotificationCenter.razor.rz.scp.css */
.notification-center-shell[b-mded0saawy] {
    position: relative;
    --notification-page-bg: #080c14;
    --notification-card-bg: #0e1623;
    --notification-card-surface: #131e2e;
    --notification-border: rgba(255, 255, 255, 0.07);
    --notification-border-hover: rgba(255, 255, 255, 0.13);
    --notification-text: #f0f4ff;
    --notification-muted: rgba(240, 244, 255, 0.45);
    --notification-muted-faint: rgba(240, 244, 255, 0.25);
    --notification-blue: #1e9fff;
    --notification-blue-dim: rgba(30, 159, 255, 0.12);
    --notification-blue-glow: rgba(30, 159, 255, 0.25);
    --notification-cyan: #00e5ff;
    --notification-red: #ff4d4d;
    --notification-red-dim: rgba(255, 77, 77, 0.1);
    --notification-red-border: rgba(255, 77, 77, 0.25);
    --notification-orange: #ff9500;
    --notification-orange-dim: rgba(255, 149, 0, 0.1);
    --notification-green: #00e676;
}

.notification-center-shell--page[b-mded0saawy] {
    width: 100%;
}

.notification-center__toggle[b-mded0saawy] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.86);
    color: #f8fafc;
    box-shadow: 0 12px 30px rgba(2, 6, 23, 0.28);
    backdrop-filter: blur(18px);
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.notification-center__toggle:hover[b-mded0saawy] {
    transform: translateY(-1px);
    border-color: rgba(96, 165, 250, 0.45);
    background: rgba(15, 23, 42, 0.94);
}

.notification-center__icon[b-mded0saawy] {
    font-size: 1rem;
    line-height: 1;
}

.notification-center__badge[b-mded0saawy] {
    position: absolute;
    top: -0.2rem;
    right: -0.1rem;
    min-width: 1.35rem;
    height: 1.35rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #0a84ff, #5ac8fa);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.notification-center__panel[b-mded0saawy] {
    position: absolute;
    top: calc(100% + 0.85rem);
    right: 0;
    z-index: 1100;
    width: min(28rem, calc(100vw - 1.5rem));
    max-height: min(85vh, 58rem);
    overflow-y: auto;
    padding: 1rem;
    border: 1px solid var(--notification-border);
    border-radius: 1.25rem;
    background: linear-gradient(180deg, rgba(8, 12, 20, 0.98), rgba(14, 22, 35, 0.98));
    color: var(--notification-text);
    box-shadow: 0 28px 70px rgba(2, 6, 23, 0.55);
    backdrop-filter: blur(26px);
}

.notification-center__panel--page[b-mded0saawy] {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    max-height: none;
    overflow: visible;
    padding: 1.15rem;
    border-radius: 1.25rem;
    margin-top: 0;
}

.notification-center__panel[b-mded0saawy]::-webkit-scrollbar {
    width: 0.5rem;
}

.notification-center__panel[b-mded0saawy]::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(100, 116, 139, 0.45);
}

.notification-center__panel-header[b-mded0saawy],
.notification-center__section-header[b-mded0saawy],
.notification-center__item-top[b-mded0saawy],
.notification-center__item-footer[b-mded0saawy],
.notification-center__item-actions[b-mded0saawy],
.notification-center__filter-row[b-mded0saawy],
.notification-center__tabs[b-mded0saawy],
.notification-center__action-group[b-mded0saawy],
.notification-center__chips[b-mded0saawy],
.notification-center__toast-actions[b-mded0saawy] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.notification-center__panel-header[b-mded0saawy],
.notification-center__section-header[b-mded0saawy],
.notification-center__item-top[b-mded0saawy] {
    align-items: flex-start;
    justify-content: space-between;
}

.notification-center__panel-header--page[b-mded0saawy] {
    margin-bottom: 0.4rem;
}

.notification-center__panel-heading[b-mded0saawy],
.notification-center__section-header > div:first-child[b-mded0saawy] {
    display: grid;
    gap: 0.2rem;
}

.notification-center__eyebrow[b-mded0saawy] {
    color: var(--notification-cyan);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.notification-center__panel strong[b-mded0saawy],
.notification-center__section h3[b-mded0saawy] {
    color: var(--notification-text);
}

.notification-center__panel strong[b-mded0saawy] {
    font-size: 1.2rem;
    font-weight: 700;
}

.notification-center__section h3[b-mded0saawy] {
    margin: 0;
    font-size: 1rem;
    font-weight: 650;
}

.notification-center__panel-meta[b-mded0saawy] {
    color: var(--notification-muted);
    font-size: 0.83rem;
    line-height: 1.5;
}

.notification-center__icon-button[b-mded0saawy],
.notification-center__action-button[b-mded0saawy],
.notification-center__tab[b-mded0saawy],
.notification-center__summary-chip--button[b-mded0saawy],
.notification-center__text-button[b-mded0saawy],
.notification-center__toast-actions button[b-mded0saawy] {
    border: 0;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}

.notification-center__icon-button[b-mded0saawy] {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 999px;
    background: rgba(30, 41, 59, 0.8);
    color: #cbd5e1;
    font-size: 0.95rem;
}

.notification-center__icon-button:hover[b-mded0saawy],
.notification-center__action-button:hover[b-mded0saawy],
.notification-center__tab:hover[b-mded0saawy],
.notification-center__summary-chip--button:hover[b-mded0saawy],
.notification-center__text-button:hover[b-mded0saawy],
.notification-center__toast-actions button:hover[b-mded0saawy] {
    transform: translateY(-1px);
}

.notification-center__hero[b-mded0saawy],
.notification-center__section[b-mded0saawy],
.notification-center__surface-card[b-mded0saawy],
.notification-center__item[b-mded0saawy],
.notification-center__attempt[b-mded0saawy],
.notification-center__detail[b-mded0saawy],
.notification-center__preferences[b-mded0saawy],
.notification-center__toast[b-mded0saawy] {
    border: 1px solid var(--notification-border);
    border-radius: 16px;
    background: var(--notification-card-bg);
}

.notification-center__hero[b-mded0saawy],
.notification-center__section[b-mded0saawy],
.notification-center__surface-card[b-mded0saawy],
.notification-center__item[b-mded0saawy],
.notification-center__attempt[b-mded0saawy],
.notification-center__detail[b-mded0saawy],
.notification-center__preferences[b-mded0saawy] {
    padding: 1rem;
}

.notification-center__hero[b-mded0saawy],
.notification-center__section[b-mded0saawy],
.notification-center__detail[b-mded0saawy] {
    margin-top: 0.95rem;
}

.notification-center__hero[b-mded0saawy] {
    display: grid;
    gap: 0.8rem;
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(18, 34, 54, 0.92));
}

.notification-center__hero-label[b-mded0saawy] {
    color: #cbd5e1;
    font-size: 0.85rem;
    font-weight: 600;
}

.notification-center__hero-value[b-mded0saawy] {
    color: #f8fafc;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    margin: 0.15rem 0;
}

.notification-center__hero-value--compact[b-mded0saawy] {
    font-size: 1.45rem;
}

.notification-center__service-dashboard-grid[b-mded0saawy] {
    grid-template-columns: repeat(auto-fit, minmax(10.5rem, 1fr));
}

.notification-center__surface-card--service-active[b-mded0saawy] {
    border-color: rgba(0, 229, 255, 0.26);
    background: linear-gradient(180deg, var(--notification-card-bg), rgba(19, 30, 46, 0.92));
}

.notification-center__action-group[b-mded0saawy] {
    align-items: center;
}

.notification-center__action-button[b-mded0saawy],
.notification-center__tab[b-mded0saawy] {
    padding: 0.68rem 0.95rem;
    border-radius: 999px;
    border: 1px solid var(--notification-border);
    background: var(--notification-card-surface);
    color: var(--notification-text);
    font-size: 0.84rem;
    font-weight: 600;
}

.notification-center__action-button[disabled][b-mded0saawy],
.notification-center__text-button[disabled][b-mded0saawy] {
    opacity: 0.45;
    cursor: default;
    transform: none;
}

.notification-center__action-button--primary[b-mded0saawy],
.notification-center__tab--active[b-mded0saawy] {
    border-color: rgba(30, 159, 255, 0.34);
    background: var(--notification-blue-dim);
    color: var(--notification-text);
    box-shadow: 0 0 0 1px rgba(30, 159, 255, 0.12), 0 12px 28px rgba(30, 159, 255, 0.12);
}

.notification-center__tabs[b-mded0saawy] {
    margin-top: 0.95rem;
    padding: 0.3rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.9);
}

.notification-center__tab[b-mded0saawy] {
    flex: 1 1 0;
    justify-content: center;
    text-align: center;
}

.notification-center__filter-row[b-mded0saawy] {
    align-items: center;
}

.notification-center__filter-input[b-mded0saawy] {
    flex: 1 1 12rem;
    min-width: 0;
    padding: 0.82rem 0.95rem;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 1rem;
    background: rgba(15, 23, 42, 0.88);
    color: #f8fafc;
    font-size: 0.9rem;
}

.notification-center__filter-input[b-mded0saawy]::placeholder {
    color: #64748b;
}

.notification-center__summary-chip[b-mded0saawy],
.notification-center__pill[b-mded0saawy] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.48rem 0.78rem;
    border-radius: 999px;
    border: 1px solid var(--notification-border);
    background: var(--notification-card-surface);
    color: var(--notification-text);
    font-size: 0.78rem;
    line-height: 1.35;
}

.notification-center__summary-chip--button[b-mded0saawy] {
    background: var(--notification-blue-dim);
    color: var(--notification-text);
}

.notification-center__summary-chip--accent[b-mded0saawy],
.notification-center__text-button--accent[b-mded0saawy] {
    color: var(--notification-cyan);
}

.notification-center__pill--danger[b-mded0saawy] {
    background: rgba(127, 29, 29, 0.28);
    color: #fecaca;
}

.notification-center__pill--warning[b-mded0saawy] {
    background: rgba(120, 53, 15, 0.3);
    color: #fde68a;
}

.notification-center__pill--success[b-mded0saawy] {
    background: rgba(20, 83, 45, 0.3);
    color: #bbf7d0;
}

.notification-center__card-grid[b-mded0saawy],
.notification-center__attempt-list[b-mded0saawy],
.notification-center__list[b-mded0saawy] {
    display: grid;
    gap: 0.85rem;
}

.notification-center__surface-card[b-mded0saawy] {
    gap: 0.75rem;
}

.notification-center__surface-card--emphasis[b-mded0saawy],
.notification-center__section--detail[b-mded0saawy] {
    background: linear-gradient(180deg, rgba(16, 24, 40, 0.92), rgba(14, 32, 47, 0.92));
}

.notification-center__item[b-mded0saawy],
.notification-center__attempt[b-mded0saawy],
.notification-center__surface-card[b-mded0saawy] {
    display: grid;
}

.notification-center__list[b-mded0saawy] {
    gap: 8px;
}

.notification-center__item[b-mded0saawy] {
    position: relative;
    overflow: hidden;
    gap: 8px;
    padding: 16px 18px;
    border-radius: 16px;
    transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.notification-center__item[b-mded0saawy]::before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0;
    width: 3px;
    border-radius: 999px;
    background: var(--notification-blue);
}

.notification-center__item:hover[b-mded0saawy] {
    border-color: var(--notification-border-hover);
    transform: translateY(-1px);
}

.notification-center__item--unread[b-mded0saawy] {
    border-color: rgba(30, 159, 255, 0.26);
    box-shadow: inset 0 0 0 1px rgba(30, 159, 255, 0.08);
}

.notification-center__item--client[b-mded0saawy]::before {
    background: var(--notification-blue);
}

.notification-center__item--service[b-mded0saawy]::before {
    background: var(--notification-cyan);
}

.notification-center__item--critical[b-mded0saawy] {
    border-color: var(--notification-red-border);
    background:
        radial-gradient(circle at left center, var(--notification-red-dim), transparent 42%),
        var(--notification-card-bg);
}

.notification-center__item--critical[b-mded0saawy]::before {
    background: var(--notification-red);
    box-shadow: 0 0 22px rgba(255, 77, 77, 0.24);
}

.notification-center__item--high[b-mded0saawy]::before {
    background: var(--notification-orange);
}

.notification-center__item--medium[b-mded0saawy]::before {
    background: var(--notification-blue);
}

.notification-center__item--low[b-mded0saawy]::before {
    background: var(--notification-green);
}

.notification-center__item--requires-action[b-mded0saawy] {
    box-shadow: inset 0 0 0 1px var(--notification-blue-dim);
}

.notification-center__item--archived[b-mded0saawy] {
    opacity: 0.72;
}

.notification-center__item--diagnostics[b-mded0saawy] {
    background: var(--notification-card-surface);
}

.notification-center__attempt--success[b-mded0saawy] {
    border-color: rgba(34, 197, 94, 0.22);
}

.notification-center__attempt--failure[b-mded0saawy] {
    border-color: rgba(248, 113, 113, 0.22);
}

.notification-center__item-top span[b-mded0saawy],
.notification-center__item-footer span[b-mded0saawy] {
    color: var(--notification-muted);
    font-size: 0.79rem;
}

.notification-center__item-body[b-mded0saawy] {
    color: var(--notification-text);
    font-size: 0.92rem;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.notification-center__item-actions[b-mded0saawy] {
    align-items: center;
}

.notification-center__text-button[b-mded0saawy] {
    padding: 0;
    background: transparent;
    color: var(--notification-text);
    font-size: 0.82rem;
    font-weight: 600;
}

.notification-center__detail-section-title[b-mded0saawy],
.notification-center__preferences-title[b-mded0saawy] {
    color: #f8fafc;
    font-size: 0.92rem;
    font-weight: 650;
    margin-bottom: 0.3rem;
}

.notification-center__empty[b-mded0saawy] {
    padding: 0.35rem 0;
    color: var(--notification-muted);
    font-size: 0.88rem;
    line-height: 1.5;
}

.notification-center__error[b-mded0saawy] {
    margin-top: 0.95rem;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    border: 1px solid var(--notification-red-border);
    background: var(--notification-red-dim);
    color: var(--notification-text);
    font-size: 0.85rem;
}

.notification-center__load-more[b-mded0saawy] {
    width: 100%;
    justify-content: center;
}

.notification-center__toasts[b-mded0saawy] {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1200;
    display: grid;
    gap: 0.85rem;
    width: min(24rem, calc(100vw - 2rem));
}

.notification-center__toast[b-mded0saawy] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    color: var(--notification-text);
    box-shadow: 0 24px 60px rgba(2, 6, 23, 0.36);
}

.notification-center__toast--critical[b-mded0saawy] {
    border-color: var(--notification-red-border);
    background:
        radial-gradient(circle at left center, var(--notification-red-dim), transparent 44%),
        var(--notification-card-bg);
}

.notification-center__toast--high[b-mded0saawy] {
    border-color: rgba(255, 149, 0, 0.24);
}

.notification-center__toast--medium[b-mded0saawy] {
    border-color: rgba(30, 159, 255, 0.24);
}

.notification-center__toast--low[b-mded0saawy] {
    border-color: rgba(0, 230, 118, 0.2);
}

.notification-center__toast-actions button[b-mded0saawy] {
    padding: 0;
    background: transparent;
    color: var(--notification-cyan);
    font-size: 0.82rem;
    font-weight: 600;
}

@media (max-width: 640px) {
    .notification-center__panel[b-mded0saawy] {
        right: -0.35rem;
        width: min(100vw - 1rem, 26rem);
        padding: 0.85rem;
    }

    .notification-center__panel--page[b-mded0saawy] {
        right: auto;
        width: 100%;
        padding: 0;
        gap: 0.75rem;
    }

    .notification-center__panel-header--page[b-mded0saawy] {
        padding: 0.85rem;
        border-radius: 1rem;
    }

    .notification-center__panel-header--page .notification-center__panel-meta[b-mded0saawy] {
        display: none;
    }

    .notification-center__hero[b-mded0saawy] {
        display: none;
    }

    .notification-center__tabs[b-mded0saawy] {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.45rem;
        overflow: visible;
    }

    .notification-center__tab[b-mded0saawy],
    .notification-center__action-button[b-mded0saawy] {
        min-width: 0;
        min-height: 2.55rem;
        padding-inline: 0.65rem;
        white-space: normal;
        line-height: 1.1;
    }

    .notification-center__section[b-mded0saawy],
    .notification-center__surface-card[b-mded0saawy],
    .notification-center__item[b-mded0saawy] {
        padding: 0.85rem;
        border-radius: 1rem;
    }

    .notification-center__section--service-dashboard .notification-center__section-header[b-mded0saawy] {
        align-items: stretch;
        gap: 0.75rem;
    }

    .notification-center__section--service-dashboard .notification-center__section-header .notification-center__panel-meta:nth-of-type(n+2)[b-mded0saawy] {
        display: none;
    }

    .notification-center__service-dashboard-grid[b-mded0saawy] {
        display: flex;
        gap: 0.65rem;
        overflow-x: auto;
        padding-bottom: 0.25rem;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .notification-center__service-dashboard-grid[b-mded0saawy]::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .notification-center__service-dashboard-grid .notification-center__surface-card[b-mded0saawy] {
        flex: 0 0 min(16rem, calc(100vw - 3rem));
    }

    .notification-center__filter-row[b-mded0saawy],
    .notification-center__item-actions[b-mded0saawy] {
        display: grid;
        grid-template-columns: 1fr;
    }

    .notification-center__filter-input[b-mded0saawy] {
        width: 100%;
    }

    .notification-center__chips[b-mded0saawy] {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 0.2rem;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .notification-center__chips[b-mded0saawy]::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .notification-center__summary-chip[b-mded0saawy],
    .notification-center__pill[b-mded0saawy] {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .notification-center__toast[b-mded0saawy] {
        flex-direction: column;
    }
}
