@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css';

/* /Components/Layout/AuthenticatedShell.razor.rz.scp.css */
.app-shell[b-la3thzrwaw] {
    background: var(--landing-white);
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    height: 100dvh;
    min-height: 100dvh;
    overflow: hidden;
}

.app-header[b-la3thzrwaw] {
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(198, 205, 209, 0.72);
    box-shadow: 0 10px 30px rgba(23, 23, 23, 0.06);
    display: flex;
    gap: 32px;
    min-height: 78px;
    padding: 16px clamp(22px, 4vw, 64px);
    position: relative;
    width: 100%;
    z-index: 20;
}

.app-header[b-la3thzrwaw]::before {
    background: linear-gradient(90deg, var(--landing-purple), var(--landing-teal), transparent 76%);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.app-header__brand[b-la3thzrwaw] {
    align-items: center;
    color: var(--landing-purple);
    display: inline-flex;
    font-family: var(--landing-font-brand);
    font-size: 20px;
    font-weight: 700;
    gap: 10px;
    text-decoration: none;
    white-space: nowrap;
}

.app-header__brand-copy[b-la3thzrwaw] {
    display: grid;
    gap: 2px;
}

.app-header__logo[b-la3thzrwaw] {
    border-radius: 10px;
    display: block;
    height: 44px;
    object-fit: contain;
    width: 58px;
}

.app-header__wordmark[b-la3thzrwaw] {
    letter-spacing: -0.02em;
}

.app-header__product-line[b-la3thzrwaw] {
    color: var(--landing-muted);
    font-family: var(--landing-font-display);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.app-header__actions[b-la3thzrwaw] {
    align-items: center;
    display: inline-flex;
    gap: 16px;
    margin-left: auto;
}

.app-header__signout[b-la3thzrwaw] {
    background: transparent;
    border: 1px solid rgba(101, 45, 134, 0.42);
    border-radius: var(--landing-control-radius);
    color: var(--landing-purple);
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 20px;
    transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
    white-space: nowrap;
}

.app-header__signout:hover[b-la3thzrwaw] {
    background: var(--landing-purple);
    color: var(--landing-white);
    transform: translateY(-1px);
}

.app-body[b-la3thzrwaw] {
    display: grid;
    grid-template-columns: 264px minmax(0, 1fr);
    min-height: 0;
    overflow: hidden;
}

.app-body:not(:has(.app-sidebar))[b-la3thzrwaw] {
    grid-template-columns: minmax(0, 1fr);
}

.app-sidebar[b-la3thzrwaw] {
    background: #f7f4fb;
    border-right: 1px solid #e5ddea;
    color: var(--landing-ink);
    height: 100%;
    min-height: 0;
    overflow-y: auto;
}

.app-main[b-la3thzrwaw] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    overflow: auto;
}

.app-content[b-la3thzrwaw] {
    flex: 1;
    min-width: 0;
}

@media (max-width: 520px) {
    .app-header[b-la3thzrwaw] {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 14px;
        padding: 14px 20px;
    }

    .app-header__signout[b-la3thzrwaw] {
        margin-left: auto;
    }

    .app-body[b-la3thzrwaw] {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto minmax(0, 1fr);
    }

    .app-sidebar[b-la3thzrwaw] {
        height: auto;
        min-height: 0;
        overflow: visible;
    }
}

@media (prefers-reduced-motion: reduce) {
    .app-header__signout[b-la3thzrwaw] {
        transition: none;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu[b-orvr2xg45m] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    padding: 20px 14px 16px;
}

.nav-menu__nav[b-orvr2xg45m] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

.nav-menu__context[b-orvr2xg45m] {
    background: linear-gradient(135deg, rgba(170, 142, 195, 0.12), rgba(43, 179, 192, 0.08));
    border: 1px solid rgba(101, 45, 134, 0.1);
    border-radius: 14px;
    color: var(--landing-muted);
    display: grid;
    flex-shrink: 0;
    font-size: 12px;
    gap: 4px;
    margin-top: 16px;
    padding: 8px 14px;
}

.nav-menu__identity[b-orvr2xg45m] {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    min-width: 0;
}

.nav-menu__identity > span:last-child[b-orvr2xg45m] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-menu__status-dot[b-orvr2xg45m] {
    background: var(--landing-teal);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(43, 179, 192, 0.12);
    flex-shrink: 0;
    height: 7px;
    width: 7px;
}

.nav-menu__fluent-nav[b-orvr2xg45m] {
    background: transparent;
    --neutral-fill-rest: transparent;
    --neutral-fill-hover: rgba(101, 45, 134, 0.07);
    --neutral-fill-active: rgba(101, 45, 134, 0.12);
    --neutral-foreground-rest: var(--landing-muted);
    --neutral-foreground-hover: var(--landing-purple);
    --neutral-foreground-active: var(--landing-purple);
}

.nav-menu__fluent-nav[b-orvr2xg45m]  fluent-nav-section-header {
    color: var(--landing-muted);
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.nav-menu__fluent-nav[b-orvr2xg45m]  fluent-nav-item {
    border-radius: 10px;
    margin: 3px 0;
}

.nav-menu__fluent-nav[b-orvr2xg45m]  fluent-nav-item:hover {
    background: rgba(101, 45, 134, 0.07);
}

.nav-menu__fluent-nav[b-orvr2xg45m]  a.fluent-navitem.active {
    background: rgba(101, 45, 134, 0.12);
    border-left: 3px solid var(--landing-purple);
    color: var(--landing-purple);
    padding-left: 13px;
}

.nav-menu__fluent-nav[b-orvr2xg45m]  fluent-divider {
    --neutral-stroke-divider-rest: #e5ddea;
    margin: 16px 8px;
}

@media (max-width: 840px) {
    .nav-menu[b-orvr2xg45m] {
        height: auto;
        padding: 12px 18px;
    }

    .nav-menu__nav[b-orvr2xg45m] {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .nav-menu__context[b-orvr2xg45m] {
        margin-top: 12px;
        max-width: 360px;
    }

    .nav-menu__fluent-nav[b-orvr2xg45m] {
        min-width: 560px;
    }

    .nav-menu__fluent-nav[b-orvr2xg45m]  fluent-nav-section-header,
    .nav-menu__fluent-nav[b-orvr2xg45m]  fluent-divider {
        display: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-t4rarlenjx],
.components-reconnect-repeated-attempt-visible[b-t4rarlenjx],
.components-reconnect-failed-visible[b-t4rarlenjx],
.components-pause-visible[b-t4rarlenjx],
.components-resume-failed-visible[b-t4rarlenjx],
.components-rejoining-animation[b-t4rarlenjx] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-t4rarlenjx],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-t4rarlenjx],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-t4rarlenjx],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-t4rarlenjx],
#components-reconnect-modal.components-reconnect-retrying[b-t4rarlenjx],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-t4rarlenjx],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-t4rarlenjx],
#components-reconnect-modal.components-reconnect-failed[b-t4rarlenjx],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-t4rarlenjx] {
    display: block;
}


#components-reconnect-modal[b-t4rarlenjx] {
    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-t4rarlenjx 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-t4rarlenjx 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-t4rarlenjx 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-t4rarlenjx]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-t4rarlenjx 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-t4rarlenjx {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-t4rarlenjx {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-t4rarlenjx {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-t4rarlenjx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-t4rarlenjx] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-t4rarlenjx] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-t4rarlenjx] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-t4rarlenjx] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-t4rarlenjx] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-t4rarlenjx] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-t4rarlenjx 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-t4rarlenjx] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-t4rarlenjx {
    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/Account.razor.rz.scp.css */
.account-page[b-kvh1jll499] {
    background:
        linear-gradient(135deg, rgba(101, 45, 134, 0.08), transparent 44%),
        linear-gradient(315deg, rgba(43, 179, 192, 0.08), transparent 48%),
        var(--landing-white);
    color: var(--landing-ink);
    min-height: 100%;
}

.account-page__inner[b-kvh1jll499] {
    margin: 0 auto;
    max-width: 1120px;
    padding: clamp(32px, 5vw, 64px) clamp(20px, 4vw, 64px) 72px;
}

.account-page__header[b-kvh1jll499] {
    margin-bottom: 32px;
    max-width: 680px;
}

.account-page__kicker[b-kvh1jll499],
.account-card__kicker[b-kvh1jll499] {
    color: var(--landing-teal);
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-transform: uppercase;
}

.account-page__header h1[b-kvh1jll499] {
    color: var(--landing-ink);
    font-family: var(--landing-font-brand);
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.08;
    margin: 12px 0 10px;
}

.account-page__header p[b-kvh1jll499],
.account-card__header p[b-kvh1jll499],
.account-card__muted[b-kvh1jll499],
.account-empty p[b-kvh1jll499] {
    color: var(--landing-muted);
    line-height: 1.55;
    margin: 0;
}

.account-page__header p[b-kvh1jll499] {
    font-size: 16px;
}

.account-grid[b-kvh1jll499] {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-page[b-kvh1jll499]  .account-card {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(101, 45, 134, 0.16);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    min-height: 270px;
    padding: 28px;
}

.account-page[b-kvh1jll499]  .account-card__header h2 {
    color: var(--landing-ink);
    font-family: var(--landing-font-brand);
    font-size: 24px;
    line-height: 1.15;
    margin: 9px 0 8px;
}

.account-page[b-kvh1jll499]  .account-card__header p {
    font-size: 14px;
    max-width: 360px;
}

.account-profile[b-kvh1jll499] {
    align-items: center;
    display: flex;
    gap: 14px;
    margin-top: 30px;
}

.account-profile__mark[b-kvh1jll499] {
    align-items: center;
    background: rgba(101, 45, 134, 0.1);
    border: 1px solid rgba(101, 45, 134, 0.18);
    border-radius: 50%;
    color: var(--landing-purple);
    display: inline-flex;
    flex-shrink: 0;
    font-family: var(--landing-font-brand);
    font-size: 20px;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.account-profile__copy[b-kvh1jll499] {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.account-profile__copy span[b-kvh1jll499] {
    color: var(--landing-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.account-profile__copy strong[b-kvh1jll499] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-card__footer[b-kvh1jll499] {
    border-top: 1px solid rgba(198, 205, 209, 0.72);
    margin-top: auto;
    padding-top: 22px;
}

.account-page[b-kvh1jll499]  .account-button {
    min-width: 132px;
}

.account-page[b-kvh1jll499]  .account-button::part(content) {
    font-weight: 700;
}

.account-tenant-form[b-kvh1jll499] {
    display: grid;
    gap: 10px;
    margin-top: 28px;
}

.account-tenant-form label[b-kvh1jll499] {
    color: var(--landing-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.account-select[b-kvh1jll499] {
    background: var(--landing-white);
    border: 1px solid var(--landing-border);
    border-radius: 8px;
    color: var(--landing-ink);
    min-height: 42px;
    padding: 8px 10px;
    width: 100%;
}

.account-select:focus-visible[b-kvh1jll499] {
    border-color: var(--landing-teal);
    outline: 3px solid rgba(43, 179, 192, 0.2);
    outline-offset: 1px;
}

.account-empty[b-kvh1jll499] {
    align-items: flex-start;
    background: rgba(243, 234, 211, 0.42);
    border: 1px solid rgba(170, 142, 195, 0.24);
    border-radius: 12px;
    display: flex;
    gap: 12px;
    margin-top: 28px;
    padding: 16px;
}

.account-empty__mark[b-kvh1jll499] {
    align-items: center;
    background: var(--landing-amber);
    border-radius: 50%;
    color: var(--landing-purple);
    display: inline-flex;
    flex-shrink: 0;
    font-weight: 700;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.account-empty strong[b-kvh1jll499] {
    display: block;
    margin-bottom: 4px;
}

.account-empty p[b-kvh1jll499] {
    font-size: 13px;
}

.account-feedback[b-kvh1jll499] {
    background: rgba(43, 179, 192, 0.1);
    border-left: 3px solid var(--landing-teal);
    color: #146a70;
    font-size: 14px;
    line-height: 1.45;
    margin-top: 16px;
    padding: 12px 14px;
}

.account-feedback--error[b-kvh1jll499] {
    background: rgba(160, 42, 68, 0.08);
    border-left-color: #a02a44;
    color: #7c1f35;
}

@media (max-width: 760px) {
    .account-grid[b-kvh1jll499] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .account-page__inner[b-kvh1jll499] {
        padding: 30px 20px 48px;
    }

    .account-page[b-kvh1jll499]  .account-card {
        padding: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .account-select[b-kvh1jll499] {
        transition: none;
    }
}
/* /Components/Pages/Enroll.razor.rz.scp.css */
.auth-page[b-lq25f7dhmg] {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(101, 45, 134, 0.08), transparent 46%),
        linear-gradient(315deg, rgba(43, 179, 192, 0.08), transparent 42%),
        #f8f6fb;
    display: grid;
    min-height: 100vh;
    padding: clamp(24px, 5vw, 72px);
}

.auth-frame[b-lq25f7dhmg] {
    background: var(--landing-white);
    border: 1px solid rgba(101, 45, 134, 0.16);
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(45, 23, 62, 0.14);
    display: grid;
    grid-template-columns: minmax(280px, 0.86fr) minmax(360px, 1.14fr);
    margin: 0 auto;
    max-width: 1040px;
    min-height: 620px;
    overflow: hidden;
    width: 100%;
}

.auth-identity-panel[b-lq25f7dhmg] {
    background:
        linear-gradient(145deg, rgba(101, 45, 134, 0.96), rgba(76, 32, 108, 0.98)),
        var(--landing-purple);
    color: var(--landing-white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    overflow: hidden;
    padding: clamp(32px, 5vw, 64px);
    position: relative;
}

.auth-identity-panel[b-lq25f7dhmg]::after {
    content: "";
    height: 360px;
    position: absolute;
    right: -170px;
    top: 28%;
    transform: rotate(28deg);
    width: 360px;
}

.auth-brand[b-lq25f7dhmg],
.auth-identity-copy[b-lq25f7dhmg],
.auth-identity-footer[b-lq25f7dhmg] {
    position: relative;
    z-index: 1;
}

.auth-brand[b-lq25f7dhmg] {
    align-items: center;
    color: var(--landing-white);
    display: inline-flex;
    gap: 14px;
    text-decoration: none;
    width: fit-content;
}

.auth-brand:hover[b-lq25f7dhmg] {
    color: var(--landing-white);
}

.auth-brand img[b-lq25f7dhmg] {
    background: var(--landing-white);
    border-radius: 14px;
    height: 58px;
    object-fit: contain;
    padding: 5px;
    width: 70px;
}

.auth-brand span[b-lq25f7dhmg] {
    font-family: var(--landing-font-brand);
    font-size: 24px;
    font-weight: 700;
}

.auth-identity-copy[b-lq25f7dhmg] {
    max-width: 360px;
}

.auth-eyebrow[b-lq25f7dhmg] {
    color: var(--landing-teal);
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.4;
    text-transform: uppercase;
}

.auth-identity-panel .auth-eyebrow[b-lq25f7dhmg] {
    color: #cdeff1;
}

.auth-identity-copy h1[b-lq25f7dhmg] {
    font-family: var(--landing-font-brand);
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 18px 0;
}

.auth-identity-copy p[b-lq25f7dhmg] {
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
}

.auth-identity-footer[b-lq25f7dhmg] {
    align-items: center;
    color: rgba(255, 255, 255, 0.76);
    display: flex;
    font-size: 13px;
    gap: 10px;
}

.auth-status-mark[b-lq25f7dhmg] {
    background: var(--landing-teal);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(43, 179, 192, 0.18);
    height: 8px;
    width: 8px;
}

.auth-card[b-lq25f7dhmg] {
    align-self: center;
    border: 0;
    padding: clamp(32px, 4vw, 52px) clamp(28px, 3vw, 48px);
    width: 100%;
}

.auth-card__header h2[b-lq25f7dhmg] {
    color: var(--landing-ink);
    font-family: var(--landing-font-brand);
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 12px 0 10px;
}

.auth-card__header p[b-lq25f7dhmg] {
    color: var(--landing-muted);
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.auth-form[b-lq25f7dhmg] {
    align-items: stretch;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    margin-top: 34px;
    min-width: 0;
}

.auth-input[b-lq25f7dhmg] {
    display: block;
    min-width: 0;
    width: 100%;
}

.auth-submit[b-lq25f7dhmg] {
    align-self: stretch;
    align-items: center;
    --colorBrandBackground: var(--landing-purple);
    --colorBrandBackgroundHover: #542371;
    --colorBrandBackgroundPressed: #431c5b;
    display: inline-flex;
    justify-content: center;
    min-width: 144px;
    width: 100%;
}

.auth-submit[b-lq25f7dhmg]::part(control) {
    font-family: var(--landing-font-display);
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    min-width: 144px;
    width: 100%;
}

.auth-submit[b-lq25f7dhmg]::part(content) {
    color: var(--landing-white);
    font-family: var(--landing-font-display);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

.auth-alert[b-lq25f7dhmg] {
    background: rgba(160, 42, 68, 0.08);
    border-left: 3px solid #a02a44;
    color: #7c1f35;
    font-size: 14px;
    line-height: 1.45;
    padding: 12px 14px;
}

.auth-card__footer[b-lq25f7dhmg] {
    border-top: 1px solid rgba(23, 23, 23, 0.1);
    display: grid;
    gap: 10px;
    margin-top: 30px;
    padding-top: 20px;
}

.auth-card__footer a[b-lq25f7dhmg] {
    color: var(--landing-purple);
    font-size: 14px;
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.auth-card__footer span[b-lq25f7dhmg] {
    color: var(--landing-muted);
    font-size: 13px;
    line-height: 1.45;
}

.auth-frame[b-lq25f7dhmg]  .auth-card {
    align-self: center;
    border: 0;
    padding: clamp(32px, 4vw, 52px) clamp(28px, 3vw, 48px);
    width: 100%;
}

.auth-frame[b-lq25f7dhmg]  .auth-card__header h2 {
    color: var(--landing-ink);
    font-family: var(--landing-font-brand);
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 12px 0 10px;
}

.auth-frame[b-lq25f7dhmg]  .auth-card__header p {
    color: var(--landing-muted);
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.auth-frame[b-lq25f7dhmg]  .auth-form {
    align-items: stretch;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    margin-top: 34px;
    min-width: 0;
}

.auth-frame[b-lq25f7dhmg]  .auth-input {
    display: block;
    min-width: 0;
    width: 100%;
}

.auth-frame[b-lq25f7dhmg]  .auth-submit {
    align-self: stretch;
    align-items: center;
    --colorBrandBackground: var(--landing-purple);
    --colorBrandBackgroundHover: #542371;
    --colorBrandBackgroundPressed: #431c5b;
    display: inline-flex;
    justify-content: center;
    min-width: 144px;
    width: 100%;
}

.auth-frame[b-lq25f7dhmg]  .auth-submit::part(control) {
    font-family: var(--landing-font-display);
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    min-width: 144px;
    width: 100%;
}

.auth-frame[b-lq25f7dhmg]  .auth-submit::part(content) {
    color: var(--landing-white);
    font-family: var(--landing-font-display);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

.auth-frame[b-lq25f7dhmg]  .auth-alert {
    background: rgba(160, 42, 68, 0.08);
    border-left: 3px solid #a02a44;
    color: #7c1f35;
    font-size: 14px;
    line-height: 1.45;
    padding: 12px 14px;
}

.auth-frame[b-lq25f7dhmg]  .auth-card__footer {
    border-top: 1px solid rgba(23, 23, 23, 0.1);
    display: grid;
    gap: 10px;
    margin-top: 30px;
    padding-top: 20px;
}

.auth-frame[b-lq25f7dhmg]  .auth-card__footer a {
    color: var(--landing-purple);
    font-size: 14px;
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.auth-frame[b-lq25f7dhmg]  .auth-card__footer span {
    color: var(--landing-muted);
    font-size: 13px;
    line-height: 1.45;
}

@media (max-width: 760px) {
    .auth-page[b-lq25f7dhmg] {
        padding: 16px;
    }

    .auth-frame[b-lq25f7dhmg] {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .auth-identity-panel[b-lq25f7dhmg] {
        gap: 56px;
        min-height: 300px;
        padding: 28px;
    }

    .auth-identity-copy h1[b-lq25f7dhmg] {
        font-size: 32px;
    }

    .auth-card[b-lq25f7dhmg] {
        padding: 36px 28px 32px;
    }

    .auth-frame[b-lq25f7dhmg]  .auth-card {
        padding: 36px 28px 32px;
    }

    .auth-submit[b-lq25f7dhmg],
    .auth-submit[b-lq25f7dhmg]::part(control),
    .auth-frame[b-lq25f7dhmg]  .auth-submit,
    .auth-frame[b-lq25f7dhmg]  .auth-submit::part(control) {
        min-width: 0;
        width: 100%;
    }
}

@media (min-width: 761px) and (max-width: 1100px) {
    .auth-frame[b-lq25f7dhmg] {
        grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
    }
}

@media (max-width: 900px) and (min-width: 761px) {
    .auth-frame[b-lq25f7dhmg] {
        grid-template-columns: 1fr;
    }

    .auth-identity-panel[b-lq25f7dhmg] {
        min-height: 300px;
    }

    .auth-submit[b-lq25f7dhmg],
    .auth-submit[b-lq25f7dhmg]::part(control),
    .auth-frame[b-lq25f7dhmg]  .auth-submit,
    .auth-frame[b-lq25f7dhmg]  .auth-submit::part(control) {
        min-width: 0;
        width: 100%;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.landing-page[b-7jw5bul4ph] {
    min-height: 100vh;
    overflow: hidden;
    background: var(--landing-white);
    font-family: var(--landing-font-display);
}

.landing-shell[b-7jw5bul4ph] {
    width: min(100% - 80px, var(--landing-shell));
    margin: 0 auto;
}

.landing-navigation[b-7jw5bul4ph] {
    align-items: center;
    display: flex;
    gap: 48px;
    justify-content: space-between;
    min-height: 257px;
    padding: 28px max(60px, calc((100% - var(--landing-shell)) / 2 + 40px)) 30px;
    background: #f8f6fb;
    border-bottom: 1px solid var(--landing-border);
}

.landing-navigation__brand[b-7jw5bul4ph] {
    align-items: center;
    display: flex;
    gap: 41px;
    min-width: 0;
}

.landing-navigation__logo[b-7jw5bul4ph] {
    width: 199px;
    height: 160px;
    flex: 0 0 auto;
    object-fit: contain;
}

.landing-navigation__wordmark[b-7jw5bul4ph] {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.landing-navigation__wordmark strong[b-7jw5bul4ph] {
    color: var(--landing-purple);
    background-image: linear-gradient(90deg, var(--landing-purple) 0%, #885ea4 50%, var(--landing-lavender) 100%);
    background-clip: text;
    font-family: var(--landing-font-brand);
    font-size: 68.15px;
    font-weight: 700;
    line-height: 1.3;
    transform: scaleX(1.09);
    transform-origin: left center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.landing-navigation__wordmark span[b-7jw5bul4ph] {
    color: var(--landing-teal);
    font-family: var(--landing-font-display);
    font-size: 21.8px;
    font-weight: 700;
    letter-spacing: -.23px;
    line-height: 1.35;
    white-space: nowrap;
}

.landing-navigation__actions[b-7jw5bul4ph],
.landing-hero__actions[b-7jw5bul4ph],
.landing-closing__actions[b-7jw5bul4ph] {
    align-items: center;
    display: flex;
    gap: 30px;
}

.landing-navigation__actions[b-7jw5bul4ph] {
    flex: 0 0 auto;
}

.landing-text-button[b-7jw5bul4ph]::part(control) {
    padding: 0;
}

.landing-text-button[b-7jw5bul4ph] {
    color: var(--landing-ink);
    font-family: var(--landing-font-display) !important;
    --colorNeutralBackground1: transparent;
    --colorNeutralBackground1Hover: transparent;
    --colorNeutralBackground1Pressed: transparent;
    --colorNeutralStroke1: transparent;
    --colorNeutralStroke1Hover: transparent;
    --colorNeutralStroke1Pressed: transparent;
    --borderRadiusMedium: var(--landing-control-radius);
    background: transparent !important;
    border: 0 !important;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
}

.landing-text-button[b-7jw5bul4ph]::part(content) {
    color: var(--landing-ink);
}

.landing-button[b-7jw5bul4ph] {
    display: block;
    width: 100%;
    min-height: 59px;
    padding: 0;
    color: var(--landing-white);
    font-family: var(--landing-font-display) !important;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
}

.landing-button[b-7jw5bul4ph]::part(content) {
    color: var(--landing-white);
    font-size: 18px;
    font-weight: 600;
}

.landing-button-shell[b-7jw5bul4ph] {
    display: inline-flex;
    min-height: 61px;
    align-items: center;
    justify-content: center;
    border-radius: var(--landing-control-radius);
}

.landing-button-shell--primary[b-7jw5bul4ph] {
    background: var(--landing-purple);
}

.landing-button-shell--secondary[b-7jw5bul4ph] {
    border: 1px solid var(--landing-border);
    background: var(--landing-white);
}

.landing-button-shell--secondary .landing-button[b-7jw5bul4ph]::part(content) {
    color: var(--landing-ink);
}

.landing-button-shell--navigation[b-7jw5bul4ph] {
    min-height: 59px;
}

.landing-button-shell--wide[b-7jw5bul4ph] {
    width: 392px;
}

.landing-hero h1:focus[b-7jw5bul4ph] {
    outline: none;
}

.landing-hero[b-7jw5bul4ph] {
    border-bottom: 1px solid var(--landing-border);
    background: linear-gradient(90deg, rgba(43, 179, 192, .1) 0%, rgba(170, 142, 195, .1) 100%);
}

.landing-hero__grid[b-7jw5bul4ph] {
    align-items: start;
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(420px, .78fr);
    gap: 32px;
    min-height: 1111px;
    padding: 0 40px 80px;
}

.landing-hero__copy[b-7jw5bul4ph] {
    min-width: 0;
    padding: 48px 0 0;
}

.landing-hero h1[b-7jw5bul4ph] {
    max-width: 830px;
    margin: 0;
    color: var(--landing-ink);
    font-family: var(--landing-font-display);
    font-size: 80px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -2px;
}

.landing-accent--purple[b-7jw5bul4ph] {
    color: var(--landing-purple);
}

.landing-accent--teal[b-7jw5bul4ph] {
    color: var(--landing-teal);
}

.landing-lede[b-7jw5bul4ph] {
    max-width: 830px;
    margin: 32px 0 0;
    color: var(--landing-ink);
    font-size: 24px;
    line-height: 1.6;
}

.landing-hero__actions[b-7jw5bul4ph] {
    margin-top: 30px;
}

.landing-proof-points[b-7jw5bul4ph] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 60px;
}

.landing-proof-point[b-7jw5bul4ph] {
    display: grid;
    gap: 16px;
    min-width: 0;
    min-height: 220px;
    padding: 28px;
    border: 1px solid var(--landing-border);
    border-radius: 28px;
    background: var(--landing-white);
    box-shadow: 0 1px 3px rgba(23, 23, 23, .1), 0 1px 2px rgba(23, 23, 23, .1);
}

.landing-proof-point strong[b-7jw5bul4ph] {
    color: var(--landing-purple);
    font-family: var(--landing-font-brand);
    font-size: 38px;
    font-weight: 600;
    line-height: 1.5;
}

.landing-proof-point:nth-child(3) strong[b-7jw5bul4ph] {
    color: var(--landing-teal);
}

.landing-proof-point span[b-7jw5bul4ph] {
    color: var(--landing-muted);
    font-size: 18px;
    line-height: 1.5;
}

.landing-dashboard-wrap[b-7jw5bul4ph] {
    min-width: 0;
    width: 100%;
    max-width: 530px;
    padding-top: 64px;
    margin-right: 0;
    justify-self: end;
}

.landing-dashboard-illustration[b-7jw5bul4ph] {
    display: grid;
    min-height: 292px;
    margin-top: 16px;
    place-items: center;
    border: 1px solid var(--landing-border);
    border-radius: 36px;
    background: linear-gradient(135deg, #f2f3f4, #ffffff);
    color: var(--landing-purple);
    font-size: 18px;
    font-weight: 600;
}

.landing-dashboard-shell[b-7jw5bul4ph] {
    height: auto;
    min-height: 648px;
    padding: 20px;
    border: 1px solid var(--landing-border);
    border-radius: 36px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 42px rgba(23, 23, 23, .1);
}

.landing-dashboard[b-7jw5bul4ph] {
    padding: 20px;
    border: 1px solid var(--landing-border);
    border-radius: 32px;
}

.landing-dashboard__topline[b-7jw5bul4ph] {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
}

.landing-dashboard__topline > div[b-7jw5bul4ph] {
    display: grid;
    gap: 12px;
}

.landing-dashboard .landing-eyebrow[b-7jw5bul4ph] {
    color: var(--landing-ink);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
}

.landing-dashboard__topline[b-7jw5bul4ph] {
    align-items: center;
}

.landing-dashboard__topline > div[b-7jw5bul4ph] {
    gap: 0;
}

.landing-dashboard__topline strong[b-7jw5bul4ph] {
    color: var(--landing-ink);
    font-size: 35.2px;
    font-weight: 600;
    line-height: 1.5;
}

.landing-eyebrow[b-7jw5bul4ph],
.landing-section-label[b-7jw5bul4ph] {
    color: var(--landing-teal);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .03em;
}

.landing-dashboard__status[b-7jw5bul4ph] {
    padding: 16px 32px;
    color: var(--landing-teal);
    border: 1px solid var(--landing-border);
    border-radius: 999px;
    background: #f4f5f6;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
}

.landing-dashboard__metrics[b-7jw5bul4ph] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.landing-metric[b-7jw5bul4ph] {
    display: block;
    min-height: 118px;
    padding: 16px 20px;
    border-radius: 21.6px;
}

.landing-metric--lavender[b-7jw5bul4ph] {
    background: rgba(170, 142, 195, .22);
}

.landing-metric--amber[b-7jw5bul4ph] {
    background: var(--landing-amber);
}

.landing-metric span[b-7jw5bul4ph] {
    display: block;
    color: var(--landing-ink);
    font-size: 20px;
    line-height: 1.5;
}

.landing-metric strong[b-7jw5bul4ph] {
    display: block;
    margin-top: 12px;
    color: var(--landing-purple);
    font-size: 41.6px;
    font-weight: 600;
    line-height: 1.5;
}

.landing-metric--amber strong[b-7jw5bul4ph] {
    color: #f0a000;
}

.landing-dashboard__safeguards[b-7jw5bul4ph] {
    margin-top: 16px;
    padding: 20px;
    border: 1px solid var(--landing-border);
    border-radius: 28px;
}

.landing-dashboard__safeguards strong[b-7jw5bul4ph] {
    display: block;
    color: var(--landing-ink);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

.landing-dashboard__safeguards ul[b-7jw5bul4ph],
.landing-outcome-panel ul[b-7jw5bul4ph] {
    display: grid;
    gap: 16px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.landing-dashboard__safeguards li[b-7jw5bul4ph],
.landing-outcome-panel li[b-7jw5bul4ph] {
    color: var(--landing-ink);
    font-size: 18px;
    line-height: 1.5;
}

.landing-dashboard__safeguards li[b-7jw5bul4ph] {
    padding: 6px 16px;
    border-radius: 12px;
    background: var(--landing-white);
}

.landing-section[b-7jw5bul4ph] {
    padding: var(--landing-section-space) 0;
}

.landing-section--why[b-7jw5bul4ph],
.landing-section--outcomes[b-7jw5bul4ph],
.landing-section--closing[b-7jw5bul4ph] {
    background: var(--landing-white);
}

.landing-section--why[b-7jw5bul4ph] {
    min-height: 1132px;
}

.landing-section--workflow[b-7jw5bul4ph] {
    min-height: 782px;
    border-top: 1px solid var(--landing-border);
    border-bottom: 1px solid var(--landing-border);
    background: linear-gradient(90deg, rgba(170, 142, 195, .18), rgba(198, 205, 209, .18));
}

.landing-two-column[b-7jw5bul4ph] {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 72px;
}

.landing-section__intro[b-7jw5bul4ph],
.landing-section__heading[b-7jw5bul4ph] {
    min-width: 0;
}

.landing-section h2[b-7jw5bul4ph],
.landing-section__heading h2[b-7jw5bul4ph],
.landing-outcome-panel h2[b-7jw5bul4ph],
.landing-closing h2[b-7jw5bul4ph] {
    max-width: 760px;
    margin: 18px 0 28px;
    color: var(--landing-ink);
    font-size: 54px;
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -1px;
}

.landing-section p[b-7jw5bul4ph],
.landing-outcome-panel p[b-7jw5bul4ph],
.landing-closing p[b-7jw5bul4ph] {
    color: var(--landing-muted);
    font-size: 18px;
    line-height: 1.65;
}

.landing-audience-list[b-7jw5bul4ph] {
    margin: 42px 0;
    padding: 26px 0;
    border-top: 1px solid var(--landing-border);
    border-bottom: 1px solid var(--landing-border);
}

.landing-audience-list__items[b-7jw5bul4ph] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.landing-audience-list__items span[b-7jw5bul4ph] {
    padding: 10px 14px;
    color: var(--landing-purple);
    border: 1px solid rgba(101, 45, 134, .22);
    border-radius: 999px;
    background: rgba(170, 142, 195, .12);
    font-size: 14px;
    font-weight: 600;
}

.landing-feature-grid[b-7jw5bul4ph] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

[b-7jw5bul4ph] .fluent-card.landing-feature-card {
    display: block;
    min-height: 290px;
    padding: 28px;
    border: 1px solid var(--landing-border);
    border-radius: 22px;
    background: var(--landing-white);
    box-shadow: 0 10px 24px rgba(23, 23, 23, .05);
}

.landing-feature-card--secure[b-7jw5bul4ph] {
    background: linear-gradient(135deg, rgba(43, 179, 192, .1), rgba(170, 142, 195, .14));
}

.landing-feature-card__icon[b-7jw5bul4ph] {
    display: block;
    margin-bottom: 22px;
    font-size: 30px;
    line-height: 1;
}

.landing-feature-card h3[b-7jw5bul4ph],
.landing-workflow-step h3[b-7jw5bul4ph] {
    margin: 0;
    color: var(--landing-ink);
    font-size: 22px;
    line-height: 1.2;
}

.landing-workflow-step h3[b-7jw5bul4ph] {
    font-size: 26px;
    font-weight: 600;
}

.landing-feature-card p[b-7jw5bul4ph],
.landing-workflow-step p[b-7jw5bul4ph] {
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 1.55;
}

.landing-workflow-step p[b-7jw5bul4ph] {
    font-size: 18px;
    line-height: 1.5;
}

.landing-section__heading[b-7jw5bul4ph] {
    max-width: 900px;
}

.landing-section__heading h2[b-7jw5bul4ph] {
    max-width: 840px;
}

.landing-workflow-grid[b-7jw5bul4ph] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 54px;
}

.landing-workflow-step[b-7jw5bul4ph] {
    min-width: 0;
    min-height: 400px;
    padding: 36px;
    border: 1px solid var(--landing-border);
    border-radius: 28px;
    background: var(--landing-white);
    box-shadow: 0 10px 24px rgba(23, 23, 23, .05);
}

.landing-workflow-step__number[b-7jw5bul4ph] {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    margin-bottom: 28px;
    color: var(--landing-white);
    border-radius: 50%;
    background: var(--landing-purple);
    font-size: 22px;
    font-weight: 700;
}

.landing-outcome-grid[b-7jw5bul4ph] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}

.landing-section--outcomes[b-7jw5bul4ph] {
    width: min(100% - 80px, var(--landing-shell));
    min-height: 984px;
    margin: 0 auto;
    padding: var(--landing-section-space) 40px;
}

.landing-section--outcomes > .landing-shell[b-7jw5bul4ph] {
    width: 100%;
}

.landing-outcome-panel[b-7jw5bul4ph] {
    min-width: 0;
    height: 824px;
    padding: 40px;
    border: 1px solid var(--landing-border);
    border-radius: 36px;
    background: rgba(170, 142, 195, .12);
    box-shadow: 0 10px 24px rgba(23, 23, 23, .05);
}

.landing-outcome-panel--soft[b-7jw5bul4ph] {
    background: rgba(43, 179, 192, .12);
}

.landing-outcome-panel h2[b-7jw5bul4ph] {
    max-width: 760px;
    margin: 32px 0 0;
    font-size: 56px;
    line-height: 1.02;
    letter-spacing: -1.2px;
}

.landing-outcome-panel li[b-7jw5bul4ph] {
    padding: 20px 32px;
    margin-bottom: 16px;
    border: 1px solid var(--landing-border);
    border-radius: 28px;
    background: var(--landing-white);
    box-shadow: 0 4px 10px rgba(23, 23, 23, .05);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.landing-outcome-panel li[b-7jw5bul4ph]::before {
    content: none;
}

.landing-outcome-panel .landing-section-label[b-7jw5bul4ph] {
    display: block;
    color: var(--landing-purple);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .2em;
    line-height: 1.5;
    text-transform: uppercase;
}

.landing-outcome-panel--soft .landing-section-label[b-7jw5bul4ph] {
    color: var(--landing-teal);
}

.landing-outcome-panel > p[b-7jw5bul4ph] {
    max-width: 820px;
    margin: 32px 0 0;
    color: var(--landing-ink);
    line-height: 1.78;
}

.landing-outcome-panel ul[b-7jw5bul4ph] {
    gap: 0;
    margin-top: 32px;
    list-style: none;
}

.landing-closing-panel[b-7jw5bul4ph] {
    height: 442px;
    padding: 56px;
    border: 1px solid var(--landing-border);
    border-radius: 36px;
    background: linear-gradient(90deg, rgba(198, 205, 209, .32), rgba(170, 142, 195, .22));
    box-shadow: 0 10px 24px rgba(23, 23, 23, .05);
}

.landing-closing[b-7jw5bul4ph] {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
    gap: 32px;
    height: 329px;
    align-items: center;
}

.landing-section--closing[b-7jw5bul4ph] {
    height: 538px;
    min-height: 538px;
    padding: 0 0 96px;
}

.landing-closing > div:first-child[b-7jw5bul4ph] {
    min-width: 0;
}

.landing-closing > div:first-child > .landing-section-label[b-7jw5bul4ph] {
    display: block;
    margin: -4px 0 4px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .2em;
    line-height: 1.5;
    text-transform: uppercase;
}

.landing-closing h2[b-7jw5bul4ph] {
    max-width: 796px;
    margin: 12px 0 0;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -1.2px;
}

.landing-closing > div:first-child > p[b-7jw5bul4ph] {
    max-width: 672px;
    margin: 20px 0 0;
    color: var(--landing-ink);
    line-height: 1.78;
}

.landing-closing__actions[b-7jw5bul4ph] {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    border: 1px solid var(--landing-border);
    border-radius: 32px;
    background: var(--landing-white);
    box-shadow: 0 10px 24px rgba(23, 23, 23, .05);
}

.landing-closing__actions .landing-button-shell--wide[b-7jw5bul4ph] {
    width: 100%;
    min-height: 51px;
}

.landing-closing__note[b-7jw5bul4ph] {
    max-width: none;
    margin: 0;
    color: var(--landing-ink) !important;
    font-size: 18px !important;
    line-height: 24px !important;
}

.landing-footer[b-7jw5bul4ph] {
    border-top: 1px solid var(--landing-border);
    background: #f8f6fb;
}

.landing-footer__grid[b-7jw5bul4ph] {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) auto minmax(0, .8fr);
    gap: 32px;
    align-items: center;
    padding: 44px 0 32px;
}

.landing-footer__brand[b-7jw5bul4ph] {
    align-items: center;
    display: flex;
    gap: 16px;
    min-width: 0;
}

.landing-footer__logo[b-7jw5bul4ph] {
    width: 72px;
    height: 58px;
    object-fit: contain;
}

.landing-footer__brand strong[b-7jw5bul4ph] {
    color: var(--landing-purple);
    background-image: linear-gradient(90deg, var(--landing-purple) 0%, #885ea4 50%, var(--landing-lavender) 100%);
    background-clip: text;
    font-family: var(--landing-font-brand);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.landing-footer__meta span[b-7jw5bul4ph],
.landing-footer__meta small[b-7jw5bul4ph] {
    color: var(--landing-muted);
    font-size: 14px;
    line-height: 1.5;
}

.landing-footer__nav[b-7jw5bul4ph] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    justify-content: center;
}

.landing-footer__nav a[b-7jw5bul4ph] {
    color: var(--landing-ink);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.landing-footer__nav a:hover[b-7jw5bul4ph] {
    color: var(--landing-purple);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.landing-footer__meta[b-7jw5bul4ph] {
    display: grid;
    gap: 10px;
    justify-items: end;
    text-align: right;
}

.landing-footer__meta small[b-7jw5bul4ph] {
    display: grid;
    gap: 4px;
    color: var(--landing-purple);
    font-weight: 600;
}

.landing-footer__meta .landing-footer__version[b-7jw5bul4ph] {
    color: var(--landing-purple);
    font-weight: 600;
}

.landing-footer__meta .landing-footer__built[b-7jw5bul4ph] {
    color: var(--landing-muted);
    font-weight: 400;
}

@media (max-width: 1180px) {
    .landing-navigation[b-7jw5bul4ph] {
        padding-inline: 36px;
    }

    .landing-navigation__logo[b-7jw5bul4ph] {
        width: 150px;
        height: 120px;
    }

    .landing-navigation__wordmark strong[b-7jw5bul4ph] {
        font-size: 48px;
    }

    .landing-navigation__wordmark span[b-7jw5bul4ph] {
        font-size: 20px;
    }

    .landing-hero__grid[b-7jw5bul4ph] {
        grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
        gap: 42px;
    }

    .landing-hero h1[b-7jw5bul4ph] {
        font-size: 64px;
    }
}

@media (max-width: 900px) {
    .landing-shell[b-7jw5bul4ph] {
        width: min(100% - 48px, var(--landing-shell));
    }

    .landing-navigation[b-7jw5bul4ph] {
        align-items: flex-start;
        display: grid;
        gap: 28px;
        min-height: 0;
        padding: 24px;
    }

    .landing-navigation__actions[b-7jw5bul4ph] {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 18px 24px;
    }

    .landing-hero__grid[b-7jw5bul4ph],
    .landing-two-column[b-7jw5bul4ph],
    .landing-closing[b-7jw5bul4ph] {
        grid-template-columns: 1fr;
    }

    .landing-hero__grid[b-7jw5bul4ph] {
        padding: 64px 0;
    }

    .landing-dashboard-wrap[b-7jw5bul4ph] {
        width: 100%;
        max-width: 720px;
        padding-top: 0;
        margin-right: 0;
        justify-self: stretch;
    }

    .landing-workflow-grid[b-7jw5bul4ph] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .landing-closing__actions[b-7jw5bul4ph] {
        max-width: 392px;
    }
}

@media (max-width: 1200px) and (min-width: 901px) {
    .landing-hero__grid[b-7jw5bul4ph] {
        grid-template-columns: 1fr;
    }

    .landing-dashboard__topline[b-7jw5bul4ph] {
        gap: 12px;
    }

    .landing-dashboard-wrap[b-7jw5bul4ph] {
        max-width: 530px;
        justify-self: end;
    }
}

@media (max-width: 600px) {
    .landing-shell[b-7jw5bul4ph] {
        width: min(100% - 32px, var(--landing-shell));
    }

    .landing-navigation[b-7jw5bul4ph] {
        padding: 20px 16px;
    }

    .landing-navigation__brand[b-7jw5bul4ph] {
        align-items: center;
        gap: 14px;
    }

    .landing-navigation__logo[b-7jw5bul4ph] {
        width: 84px;
        height: 68px;
    }

    .landing-navigation__wordmark[b-7jw5bul4ph] {
        gap: 6px;
    }

    .landing-navigation__wordmark strong[b-7jw5bul4ph] {
        font-size: 30px;
    }

    .landing-navigation__wordmark span[b-7jw5bul4ph] {
        font-size: 12px;
        white-space: normal;
    }

    .landing-navigation__actions[b-7jw5bul4ph] {
        align-items: stretch;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .landing-button-shell--navigation[b-7jw5bul4ph] {
        grid-column: 1 / -1;
    }

    .landing-hero__grid[b-7jw5bul4ph] {
        gap: 42px;
        padding: 48px 0 56px;
        min-height: 0;
    }

    .landing-hero__copy[b-7jw5bul4ph] {
        padding: 0;
    }

    .landing-hero h1[b-7jw5bul4ph] {
        font-size: 42px;
        line-height: 1.08;
        letter-spacing: -1px;
    }

    .landing-lede[b-7jw5bul4ph] {
        margin-top: 28px;
        font-size: 18px;
    }

    .landing-hero__actions[b-7jw5bul4ph],
    .landing-closing__actions[b-7jw5bul4ph] {
        align-items: stretch;
        display: grid;
        gap: 12px;
    }

    .landing-button-shell[b-7jw5bul4ph],
    .landing-button-shell--wide[b-7jw5bul4ph] {
        width: 100%;
    }

    .landing-proof-points[b-7jw5bul4ph],
    .landing-feature-grid[b-7jw5bul4ph],
    .landing-workflow-grid[b-7jw5bul4ph],
    .landing-outcome-grid[b-7jw5bul4ph] {
        grid-template-columns: 1fr;
    }

    .landing-proof-points[b-7jw5bul4ph] {
        gap: 22px;
        margin-top: 42px;
    }

    .landing-proof-point[b-7jw5bul4ph] {
        padding: 24px;
    }

    .landing-proof-point strong[b-7jw5bul4ph] {
        font-size: 32px;
    }

    .landing-dashboard-shell[b-7jw5bul4ph] {
        height: auto;
        min-height: 0;
        padding: 20px;
        border-radius: 24px;
    }

    .landing-dashboard-illustration[b-7jw5bul4ph] {
        min-height: 180px;
    }

    .landing-dashboard__topline[b-7jw5bul4ph] {
        display: grid;
        gap: 20px;
    }

    .landing-dashboard__topline strong[b-7jw5bul4ph] {
        font-size: 30px;
    }

    .landing-dashboard__status[b-7jw5bul4ph] {
        justify-self: start;
        font-size: 15px;
    }

    .landing-dashboard__metrics[b-7jw5bul4ph] {
        gap: 10px;
    }

    .landing-metric[b-7jw5bul4ph] {
        min-height: 112px;
        padding: 16px;
        gap: 14px;
        border-radius: 18px;
    }

    .landing-metric span[b-7jw5bul4ph] {
        font-size: 14px;
    }

    .landing-metric strong[b-7jw5bul4ph] {
        font-size: 34px;
    }

    .landing-dashboard__safeguards[b-7jw5bul4ph] {
        padding: 20px;
    }

    .landing-section[b-7jw5bul4ph] {
        padding: 56px 0;
    }

    .landing-section h2[b-7jw5bul4ph],
    .landing-section__heading h2[b-7jw5bul4ph],
    .landing-outcome-panel h2[b-7jw5bul4ph],
    .landing-closing h2[b-7jw5bul4ph] {
        font-size: 36px;
        letter-spacing: -.5px;
    }

    .landing-section p[b-7jw5bul4ph],
    .landing-outcome-panel p[b-7jw5bul4ph],
    .landing-closing p[b-7jw5bul4ph] {
        font-size: 16px;
    }

    [b-7jw5bul4ph] .fluent-card.landing-feature-card,
    .landing-outcome-panel[b-7jw5bul4ph] {
        min-height: 0;
        padding: 24px;
    }

    .landing-workflow-step__number[b-7jw5bul4ph] {
        width: 44px;
        height: 44px;
        margin-bottom: 18px;
        font-size: 18px;
    }

    .landing-workflow-step[b-7jw5bul4ph] {
        min-height: 0;
        padding: 24px;
    }

    .landing-workflow-step h3[b-7jw5bul4ph] {
        font-size: 22px;
    }

    .landing-workflow-step p[b-7jw5bul4ph] {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .landing-outcome-grid[b-7jw5bul4ph],
    .landing-closing[b-7jw5bul4ph] {
        grid-template-columns: 1fr;
    }

    .landing-section--outcomes[b-7jw5bul4ph] {
        width: 100%;
        min-height: 0;
        padding: 56px 0;
    }

    .landing-section--outcomes > .landing-shell[b-7jw5bul4ph] {
        width: min(100% - 32px, var(--landing-shell));
    }

    .landing-outcome-panel[b-7jw5bul4ph] {
        height: auto;
        border-radius: 24px;
    }

    .landing-outcome-panel h2[b-7jw5bul4ph] {
        margin-top: 18px;
        font-size: 36px;
        line-height: 1.08;
        letter-spacing: -.5px;
    }

    .landing-outcome-panel > p[b-7jw5bul4ph] {
        margin-top: 20px;
    }

    .landing-outcome-panel ul[b-7jw5bul4ph] {
        margin-top: 20px;
    }

    .landing-outcome-panel li[b-7jw5bul4ph] {
        margin-bottom: 12px;
        padding: 16px 20px;
        border-radius: 22px;
    }

    .landing-section--closing[b-7jw5bul4ph] {
        height: auto;
        min-height: 0;
        padding: 56px 0;
    }

    .landing-closing-panel[b-7jw5bul4ph] {
        height: auto;
        padding: 24px;
        border-radius: 24px;
    }

    .landing-closing[b-7jw5bul4ph] {
        height: auto;
        gap: 32px;
    }

    .landing-closing h2[b-7jw5bul4ph] {
        font-size: 36px;
        line-height: 1.08;
        letter-spacing: -.5px;
    }

    .landing-closing > div:first-child > p[b-7jw5bul4ph] {
        max-width: none;
        font-size: 16px;
        line-height: 1.65;
    }

    .landing-closing__actions[b-7jw5bul4ph] {
        max-width: none;
        padding: 20px;
    }

    .landing-closing__note[b-7jw5bul4ph] {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .landing-footer__grid[b-7jw5bul4ph] {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 40px 0 28px;
    }

    .landing-footer__nav[b-7jw5bul4ph] {
        justify-content: flex-start;
    }

    .landing-footer__meta[b-7jw5bul4ph] {
        justify-items: start;
        text-align: left;
    }
}

.landing-link-button[b-7jw5bul4ph] {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--landing-ink);
    display: inline-flex;
    font-family: var(--landing-font-display);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    padding: 0;
    text-decoration: none;
    white-space: nowrap;
}

.landing-link-button:hover[b-7jw5bul4ph] {
    color: var(--landing-purple);
    text-decoration: underline;
    text-underline-offset: 4px;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.auth-page[b-09keky4go9] {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(101, 45, 134, 0.08), transparent 46%),
        linear-gradient(315deg, rgba(43, 179, 192, 0.08), transparent 42%),
        #f8f6fb;
    display: grid;
    min-height: 100vh;
    padding: clamp(24px, 5vw, 72px);
}

.auth-frame[b-09keky4go9] {
    background: var(--landing-white);
    border: 1px solid rgba(101, 45, 134, 0.16);
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(45, 23, 62, 0.14);
    display: grid;
    grid-template-columns: minmax(280px, 0.86fr) minmax(360px, 1.14fr);
    margin: 0 auto;
    max-width: 1040px;
    min-height: 620px;
    overflow: hidden;
    width: 100%;
}

.auth-identity-panel[b-09keky4go9] {
    background:
        linear-gradient(145deg, rgba(101, 45, 134, 0.96), rgba(76, 32, 108, 0.98)),
        var(--landing-purple);
    color: var(--landing-white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    overflow: hidden;
    padding: clamp(32px, 5vw, 64px);
    position: relative;
}

.auth-identity-panel[b-09keky4go9]::after {
    content: "";
    height: 360px;
    position: absolute;
    right: -170px;
    top: 28%;
    transform: rotate(28deg);
    width: 360px;
}

.auth-brand[b-09keky4go9],
.auth-identity-copy[b-09keky4go9],
.auth-identity-footer[b-09keky4go9] {
    position: relative;
    z-index: 1;
}

.auth-brand[b-09keky4go9] {
    align-items: center;
    color: var(--landing-white);
    display: inline-flex;
    gap: 14px;
    text-decoration: none;
    width: fit-content;
}

.auth-brand:hover[b-09keky4go9] {
    color: var(--landing-white);
}

.auth-brand img[b-09keky4go9] {
    background: var(--landing-white);
    border-radius: 14px;
    height: 58px;
    object-fit: contain;
    padding: 5px;
    width: 70px;
}

.auth-brand span[b-09keky4go9] {
    font-family: var(--landing-font-brand);
    font-size: 24px;
    font-weight: 700;
}

.auth-identity-copy[b-09keky4go9] {
    max-width: 360px;
}

.auth-eyebrow[b-09keky4go9] {
    color: var(--landing-teal);
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.4;
    text-transform: uppercase;
}

.auth-identity-panel .auth-eyebrow[b-09keky4go9] {
    color: #cdeff1;
}

.auth-identity-copy h1[b-09keky4go9] {
    font-family: var(--landing-font-brand);
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 18px 0;
}

.auth-identity-copy p[b-09keky4go9] {
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
}

.auth-identity-footer[b-09keky4go9] {
    align-items: center;
    color: rgba(255, 255, 255, 0.76);
    display: flex;
    font-size: 13px;
    gap: 10px;
}

.auth-status-mark[b-09keky4go9] {
    background: var(--landing-teal);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(43, 179, 192, 0.18);
    height: 8px;
    width: 8px;
}

.auth-card[b-09keky4go9] {
    align-self: center;
    border: 0;
    padding: clamp(32px, 6vw, 78px) clamp(28px, 6vw, 88px);
    width: 100%;
}

.auth-card__header h2[b-09keky4go9] {
    color: var(--landing-ink);
    font-family: var(--landing-font-brand);
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 12px 0 10px;
}

.auth-card__header p[b-09keky4go9] {
    color: var(--landing-muted);
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.auth-form[b-09keky4go9] {
    align-items: stretch;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    margin-top: 34px;
    min-width: 0;
}

.auth-input[b-09keky4go9] {
    display: block;
    min-width: 0;
    width: 100%;
}

.auth-submit[b-09keky4go9] {
    align-self: stretch;
    display: block;
    min-width: 144px;
    width: 100%;
}

.auth-submit[b-09keky4go9]::part(control) {
    justify-content: center;
    min-width: 144px;
    width: 100%;
}

.auth-submit[b-09keky4go9]::part(content) {
    font-weight: 700;
}

.auth-alert[b-09keky4go9] {
    background: rgba(160, 42, 68, 0.08);
    border-left: 3px solid #a02a44;
    color: #7c1f35;
    font-size: 14px;
    line-height: 1.45;
    padding: 12px 14px;
    grid-column: 1 / -1;
}

.auth-card__footer[b-09keky4go9] {
    border-top: 1px solid rgba(23, 23, 23, 0.1);
    display: grid;
    gap: 10px;
    margin-top: 30px;
    padding-top: 20px;
}

.auth-card__footer a[b-09keky4go9] {
    color: var(--landing-purple);
    font-size: 14px;
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.auth-card__footer span[b-09keky4go9] {
    color: var(--landing-muted);
    font-size: 13px;
    line-height: 1.45;
}

/* FluentCard renders its child content outside this component's isolated scope. */
.auth-frame[b-09keky4go9]  .auth-card {
    align-self: center;
    border: 0;
    padding: clamp(32px, 4vw, 52px) clamp(28px, 3vw, 48px);
    width: 100%;
}

.auth-frame[b-09keky4go9]  .auth-card__header h2 {
    color: var(--landing-ink);
    font-family: var(--landing-font-brand);
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 12px 0 10px;
}

.auth-frame[b-09keky4go9]  .auth-card__header p {
    color: var(--landing-muted);
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.auth-frame[b-09keky4go9]  .auth-form {
    align-items: stretch;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    margin-top: 34px;
    min-width: 0;
}

.auth-frame[b-09keky4go9]  .auth-input {
    display: block;
    min-width: 0;
    width: 100%;
}

.auth-frame[b-09keky4go9]  .auth-submit {
    align-self: stretch;
    align-items: center;
    --colorBrandBackground: var(--landing-purple);
    --colorBrandBackgroundHover: #542371;
    --colorBrandBackgroundPressed: #431c5b;
    display: inline-flex;
    justify-content: center;
    margin-top: 0;
    min-width: 144px;
    width: 100%;
}

.auth-frame[b-09keky4go9]  .auth-submit::part(control) {
    font-family: var(--landing-font-display);
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    min-width: 144px;
    width: 100%;
}

.auth-frame[b-09keky4go9]  .auth-submit::part(content) {
    color: var(--landing-white);
    font-family: var(--landing-font-display);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

.auth-frame[b-09keky4go9]  .auth-alert {
    background: rgba(160, 42, 68, 0.08);
    border-left: 3px solid #a02a44;
    color: #7c1f35;
    font-size: 14px;
    grid-column: 1 / -1;
    line-height: 1.45;
    padding: 12px 14px;
}

.auth-frame[b-09keky4go9]  .auth-card__footer {
    border-top: 1px solid rgba(23, 23, 23, 0.1);
    display: grid;
    gap: 10px;
    margin-top: 30px;
    padding-top: 20px;
}

.auth-frame[b-09keky4go9]  .auth-card__footer a {
    color: var(--landing-purple);
    font-size: 14px;
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.auth-frame[b-09keky4go9]  .auth-card__footer span {
    color: var(--landing-muted);
    font-size: 13px;
    line-height: 1.45;
}

@media (max-width: 760px) {
    .auth-page[b-09keky4go9] {
        padding: 16px;
    }

    .auth-frame[b-09keky4go9] {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .auth-identity-panel[b-09keky4go9] {
        gap: 56px;
        min-height: 300px;
        padding: 28px;
    }

    .auth-identity-copy h1[b-09keky4go9] {
        font-size: 32px;
    }

    .auth-card[b-09keky4go9] {
        padding: 36px 28px 32px;
    }

    .auth-frame[b-09keky4go9]  .auth-card {
        padding: 36px 28px 32px;
    }

    .auth-form[b-09keky4go9] {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .auth-submit[b-09keky4go9],
    .auth-submit[b-09keky4go9]::part(control) {
        min-width: 0;
        width: 100%;
    }

    .auth-frame[b-09keky4go9]  .auth-form {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .auth-frame[b-09keky4go9]  .auth-submit,
    .auth-frame[b-09keky4go9]  .auth-submit::part(control) {
        margin-top: 0;
        min-width: 0;
        width: 100%;
    }
}

@media (min-width: 761px) and (max-width: 1100px) {
    .auth-frame[b-09keky4go9] {
        grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
    }
}

@media (max-width: 900px) and (min-width: 761px) {
    .auth-frame[b-09keky4go9]  .auth-form {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .auth-frame[b-09keky4go9]  .auth-submit,
    .auth-frame[b-09keky4go9]  .auth-submit::part(control) {
        margin-top: 0;
        min-width: 0;
        width: 100%;
    }
}
/* /Components/Pages/Logout.razor.rz.scp.css */
.logout-page[b-twmqemx0vz] {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(101, 45, 134, 0.08), transparent 46%),
        linear-gradient(315deg, rgba(43, 179, 192, 0.08), transparent 42%),
        #f8f6fb;
    display: grid;
    min-height: 100dvh;
    padding: clamp(24px, 5vw, 72px);
}

.logout-frame[b-twmqemx0vz] {
    background: var(--landing-white);
    border: 1px solid rgba(101, 45, 134, 0.16);
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(45, 23, 62, 0.14);
    display: grid;
    grid-template-columns: minmax(280px, 0.86fr) minmax(360px, 1.14fr);
    margin: 0 auto;
    max-width: 1040px;
    min-height: 560px;
    overflow: hidden;
    width: 100%;
}

.logout-identity-panel[b-twmqemx0vz] {
    background:
        linear-gradient(145deg, rgba(101, 45, 134, 0.96), rgba(76, 32, 108, 0.98)),
        var(--landing-purple);
    color: var(--landing-white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    overflow: hidden;
    padding: clamp(32px, 5vw, 64px);
    position: relative;
}

.logout-identity-panel[b-twmqemx0vz]::after {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    content: "";
    height: 360px;
    position: absolute;
    right: -170px;
    top: 28%;
    transform: rotate(28deg);
    width: 360px;
}

.logout-brand[b-twmqemx0vz],
.logout-identity-copy[b-twmqemx0vz],
.logout-identity-footer[b-twmqemx0vz] {
    position: relative;
    z-index: 1;
}

.logout-brand[b-twmqemx0vz] {
    align-items: center;
    color: var(--landing-white);
    display: inline-flex;
    gap: 14px;
    text-decoration: none;
    width: fit-content;
}

.logout-brand:hover[b-twmqemx0vz] {
    color: var(--landing-white);
}

.logout-brand img[b-twmqemx0vz] {
    background: var(--landing-white);
    border-radius: 14px;
    height: 58px;
    object-fit: contain;
    padding: 5px;
    width: 70px;
}

.logout-brand span[b-twmqemx0vz] {
    font-family: var(--landing-font-brand);
    font-size: 24px;
    font-weight: 700;
}

.logout-identity-copy[b-twmqemx0vz] {
    max-width: 360px;
}

.logout-eyebrow[b-twmqemx0vz] {
    color: var(--landing-teal);
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.4;
    text-transform: uppercase;
}

.logout-identity-panel .logout-eyebrow[b-twmqemx0vz] {
    color: #cdeff1;
}

.logout-identity-copy h1[b-twmqemx0vz] {
    font-family: var(--landing-font-brand);
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 18px 0;
}

.logout-identity-copy h1:focus[b-twmqemx0vz] {
    outline: none;
}

.logout-identity-copy p[b-twmqemx0vz] {
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
}

.logout-identity-footer[b-twmqemx0vz] {
    align-items: center;
    color: rgba(255, 255, 255, 0.76);
    display: flex;
    font-size: 13px;
    gap: 10px;
}

.logout-status-mark[b-twmqemx0vz] {
    background: var(--landing-teal);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(43, 179, 192, 0.18);
    height: 8px;
    width: 8px;
}

.logout-page[b-twmqemx0vz]  .logout-card {
    align-self: center;
    border: 0;
    padding: clamp(32px, 6vw, 78px) clamp(28px, 6vw, 88px);
    width: 100%;
}

.logout-page[b-twmqemx0vz]  .logout-card__header h2 {
    color: var(--landing-ink);
    font-family: var(--landing-font-brand);
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 12px 0 10px;
}

.logout-page[b-twmqemx0vz]  .logout-card__header p {
    color: var(--landing-muted);
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.logout-page[b-twmqemx0vz]  .logout-countdown {
    display: grid;
    gap: 12px;
    margin-top: 36px;
}

.logout-page[b-twmqemx0vz]  .logout-countdown__copy {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.logout-page[b-twmqemx0vz]  .logout-countdown__copy span {
    color: var(--landing-muted);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.logout-page[b-twmqemx0vz]  .logout-countdown__copy strong {
    color: var(--landing-purple);
    font-family: var(--landing-font-brand);
    font-size: 20px;
    white-space: nowrap;
}

.logout-page[b-twmqemx0vz]  .logout-progress {
    display: block;
    width: 100%;
}

.logout-page[b-twmqemx0vz]  .logout-button {
    --colorBrandBackground: var(--landing-purple);
    --colorBrandBackgroundHover: #542371;
    --colorBrandBackgroundPressed: #431c5b;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 28px;
    width: 100%;
}

.logout-page[b-twmqemx0vz]  .logout-button::part(control) {
    align-items: center;
    display: flex;
    font-weight: 700;
    justify-content: center;
    width: 100%;
}

.logout-page[b-twmqemx0vz]  .logout-button::part(content) {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.logout-page[b-twmqemx0vz]  .logout-card__footer {
    border-top: 1px solid rgba(23, 23, 23, 0.1);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 30px;
    padding-top: 20px;
}

.logout-page[b-twmqemx0vz]  .logout-card__footer span {
    color: var(--landing-muted);
    font-size: 13px;
}

.logout-page[b-twmqemx0vz]  .logout-card__footer a {
    color: var(--landing-purple);
    font-size: 13px;
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

@media (max-width: 760px) {
    .logout-page[b-twmqemx0vz] {
        padding: 16px;
    }

    .logout-frame[b-twmqemx0vz] {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .logout-identity-panel[b-twmqemx0vz] {
        gap: 56px;
        min-height: 300px;
        padding: 28px;
    }

    .logout-page[b-twmqemx0vz]  .logout-card {
        padding: 36px 28px 32px;
    }
}

@media (max-width: 420px) {
    .logout-page[b-twmqemx0vz] {
        padding: 10px;
    }

    .logout-identity-panel[b-twmqemx0vz] {
        min-height: 280px;
        padding: 24px;
    }

    .logout-brand img[b-twmqemx0vz] {
        height: 48px;
        width: 58px;
    }

    .logout-brand span[b-twmqemx0vz] {
        font-size: 20px;
    }

    .logout-page[b-twmqemx0vz]  .logout-card {
        padding: 30px 22px 26px;
    }

    .logout-page[b-twmqemx0vz]  .logout-card__header h2 {
        font-size: 30px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .logout-page[b-twmqemx0vz]  .logout-progress {
        transition: none;
    }
}
/* /Components/Pages/Recover.razor.rz.scp.css */
.auth-page[b-ja571g8vwz] {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(101, 45, 134, 0.08), transparent 46%),
        linear-gradient(315deg, rgba(43, 179, 192, 0.08), transparent 42%),
        #f8f6fb;
    display: grid;
    min-height: 100vh;
    padding: clamp(24px, 5vw, 72px);
}

.auth-frame[b-ja571g8vwz] {
    background: var(--landing-white);
    border: 1px solid rgba(101, 45, 134, 0.16);
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(45, 23, 62, 0.14);
    display: grid;
    grid-template-columns: minmax(280px, 0.86fr) minmax(360px, 1.14fr);
    margin: 0 auto;
    max-width: 1040px;
    min-height: 620px;
    overflow: hidden;
    width: 100%;
}

.auth-identity-panel[b-ja571g8vwz] {
    background:
        linear-gradient(145deg, rgba(101, 45, 134, 0.96), rgba(76, 32, 108, 0.98)),
        var(--landing-purple);
    color: var(--landing-white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    overflow: hidden;
    padding: clamp(32px, 5vw, 64px);
    position: relative;
}

.auth-identity-panel[b-ja571g8vwz]::after {
    content: "";
    height: 360px;
    position: absolute;
    right: -170px;
    top: 28%;
    transform: rotate(28deg);
    width: 360px;
}

.auth-brand[b-ja571g8vwz],
.auth-identity-copy[b-ja571g8vwz],
.auth-identity-footer[b-ja571g8vwz] {
    position: relative;
    z-index: 1;
}

.auth-brand[b-ja571g8vwz] {
    align-items: center;
    color: var(--landing-white);
    display: inline-flex;
    gap: 14px;
    text-decoration: none;
    width: fit-content;
}

.auth-brand:hover[b-ja571g8vwz] {
    color: var(--landing-white);
}

.auth-brand img[b-ja571g8vwz] {
    background: var(--landing-white);
    border-radius: 14px;
    height: 58px;
    object-fit: contain;
    padding: 5px;
    width: 70px;
}

.auth-brand span[b-ja571g8vwz] {
    font-family: var(--landing-font-brand);
    font-size: 24px;
    font-weight: 700;
}

.auth-identity-copy[b-ja571g8vwz] {
    max-width: 360px;
}

.auth-eyebrow[b-ja571g8vwz] {
    color: var(--landing-teal);
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.4;
    text-transform: uppercase;
}

.auth-identity-panel .auth-eyebrow[b-ja571g8vwz] {
    color: #cdeff1;
}

.auth-identity-copy h1[b-ja571g8vwz] {
    font-family: var(--landing-font-brand);
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 18px 0;
}

.auth-identity-copy p[b-ja571g8vwz] {
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
}

.auth-identity-footer[b-ja571g8vwz] {
    align-items: center;
    color: rgba(255, 255, 255, 0.76);
    display: flex;
    font-size: 13px;
    gap: 10px;
}

.auth-status-mark[b-ja571g8vwz] {
    background: var(--landing-teal);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(43, 179, 192, 0.18);
    height: 8px;
    width: 8px;
}

.auth-card[b-ja571g8vwz] {
    align-self: center;
    border: 0;
    padding: clamp(32px, 4vw, 52px) clamp(28px, 3vw, 48px);
    width: 100%;
}

.auth-card__header h2[b-ja571g8vwz] {
    color: var(--landing-ink);
    font-family: var(--landing-font-brand);
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 12px 0 10px;
}

.auth-card__header p[b-ja571g8vwz] {
    color: var(--landing-muted);
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.auth-form[b-ja571g8vwz] {
    align-items: stretch;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    margin-top: 34px;
    min-width: 0;
}

.auth-input[b-ja571g8vwz] {
    display: block;
    min-width: 0;
    width: 100%;
}

.auth-submit[b-ja571g8vwz] {
    align-self: stretch;
    align-items: center;
    --colorBrandBackground: var(--landing-purple);
    --colorBrandBackgroundHover: #542371;
    --colorBrandBackgroundPressed: #431c5b;
    display: inline-flex;
    justify-content: center;
    min-width: 144px;
    width: 100%;
}

.auth-submit[b-ja571g8vwz]::part(control) {
    font-family: var(--landing-font-display);
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    min-width: 144px;
    width: 100%;
}

.auth-submit[b-ja571g8vwz]::part(content) {
    color: var(--landing-white);
    font-family: var(--landing-font-display);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

.auth-status[b-ja571g8vwz],
.auth-alert[b-ja571g8vwz] {
    font-size: 14px;
    line-height: 1.45;
    padding: 12px 14px;
}

.auth-status[b-ja571g8vwz] {
    background: rgba(43, 179, 192, 0.1);
    border-left: 3px solid var(--landing-teal);
    color: #11717b;
}

.auth-alert[b-ja571g8vwz] {
    background: rgba(160, 42, 68, 0.08);
    border-left: 3px solid #a02a44;
    color: #7c1f35;
}

.auth-card__footer[b-ja571g8vwz] {
    border-top: 1px solid rgba(23, 23, 23, 0.1);
    display: grid;
    gap: 10px;
    margin-top: 30px;
    padding-top: 20px;
}

.auth-card__footer a[b-ja571g8vwz] {
    color: var(--landing-purple);
    font-size: 14px;
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.auth-card__footer span[b-ja571g8vwz] {
    color: var(--landing-muted);
    font-size: 13px;
    line-height: 1.45;
}

/* FluentCard renders its child content outside this component's isolated scope. */
.auth-frame[b-ja571g8vwz]  .auth-card {
    align-self: center;
    border: 0;
    padding: clamp(32px, 4vw, 52px) clamp(28px, 3vw, 48px);
    width: 100%;
}

.auth-frame[b-ja571g8vwz]  .auth-card__header h2 {
    color: var(--landing-ink);
    font-family: var(--landing-font-brand);
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 12px 0 10px;
}

.auth-frame[b-ja571g8vwz]  .auth-card__header p {
    color: var(--landing-muted);
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.auth-frame[b-ja571g8vwz]  .auth-form {
    align-items: stretch;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    margin-top: 34px;
    min-width: 0;
}

.auth-frame[b-ja571g8vwz]  .auth-input {
    display: block;
    min-width: 0;
    width: 100%;
}

.auth-frame[b-ja571g8vwz]  .auth-submit {
    align-self: stretch;
    align-items: center;
    --colorBrandBackground: var(--landing-purple);
    --colorBrandBackgroundHover: #542371;
    --colorBrandBackgroundPressed: #431c5b;
    display: inline-flex;
    justify-content: center;
    min-width: 144px;
    width: 100%;
}

.auth-frame[b-ja571g8vwz]  .auth-submit::part(control) {
    font-family: var(--landing-font-display);
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    min-width: 144px;
    width: 100%;
}

.auth-frame[b-ja571g8vwz]  .auth-submit::part(content) {
    color: var(--landing-white);
    font-family: var(--landing-font-display);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

.auth-frame[b-ja571g8vwz]  .auth-status,
.auth-frame[b-ja571g8vwz]  .auth-alert {
    font-size: 14px;
    line-height: 1.45;
    padding: 12px 14px;
}

.auth-frame[b-ja571g8vwz]  .auth-status {
    background: rgba(43, 179, 192, 0.1);
    border-left: 3px solid var(--landing-teal);
    color: #11717b;
}

.auth-frame[b-ja571g8vwz]  .auth-alert {
    background: rgba(160, 42, 68, 0.08);
    border-left: 3px solid #a02a44;
    color: #7c1f35;
}

.auth-frame[b-ja571g8vwz]  .auth-card__footer {
    border-top: 1px solid rgba(23, 23, 23, 0.1);
    display: grid;
    gap: 10px;
    margin-top: 30px;
    padding-top: 20px;
}

.auth-frame[b-ja571g8vwz]  .auth-card__footer a {
    color: var(--landing-purple);
    font-size: 14px;
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.auth-frame[b-ja571g8vwz]  .auth-card__footer span {
    color: var(--landing-muted);
    font-size: 13px;
    line-height: 1.45;
}

@media (max-width: 760px) {
    .auth-page[b-ja571g8vwz] {
        padding: 16px;
    }

    .auth-frame[b-ja571g8vwz] {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .auth-identity-panel[b-ja571g8vwz] {
        gap: 56px;
        min-height: 300px;
        padding: 28px;
    }

    .auth-identity-copy h1[b-ja571g8vwz] {
        font-size: 32px;
    }

    .auth-card[b-ja571g8vwz] {
        padding: 36px 28px 32px;
    }

    .auth-frame[b-ja571g8vwz]  .auth-card {
        padding: 36px 28px 32px;
    }

    .auth-submit[b-ja571g8vwz],
    .auth-submit[b-ja571g8vwz]::part(control),
    .auth-frame[b-ja571g8vwz]  .auth-submit,
    .auth-frame[b-ja571g8vwz]  .auth-submit::part(control) {
        min-width: 0;
        width: 100%;
    }
}

@media (min-width: 761px) and (max-width: 1100px) {
    .auth-frame[b-ja571g8vwz] {
        grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
    }
}

@media (max-width: 900px) and (min-width: 761px) {
    .auth-frame[b-ja571g8vwz] {
        grid-template-columns: 1fr;
    }

    .auth-identity-panel[b-ja571g8vwz] {
        min-height: 300px;
    }

    .auth-submit[b-ja571g8vwz],
    .auth-submit[b-ja571g8vwz]::part(control),
    .auth-frame[b-ja571g8vwz]  .auth-submit,
    .auth-frame[b-ja571g8vwz]  .auth-submit::part(control) {
        min-width: 0;
        width: 100%;
    }
}
/* /Components/Pages/Workspace.razor.rz.scp.css */
.workspace-page[b-8t7ee7zf5b] {
    background:
        linear-gradient(135deg, rgba(101, 45, 134, 0.08), transparent 42%),
        linear-gradient(315deg, rgba(43, 179, 192, 0.08), transparent 46%),
        var(--landing-white);
    color: var(--landing-ink);
    min-height: 100%;
}

.workspace-shell[b-8t7ee7zf5b] {
    align-items: center;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(198, 205, 209, 0.86);
    display: grid;
    gap: 22px;
    grid-template-columns: auto minmax(180px, 0.8fr) minmax(0, 1.6fr) auto;
    padding: 18px clamp(20px, 4vw, 64px);
    position: sticky;
    top: 0;
    z-index: 10;
}

.workspace-brand[b-8t7ee7zf5b] {
    align-items: center;
    color: var(--landing-ink);
    display: inline-flex;
    font-family: var(--landing-font-brand);
    font-size: 20px;
    font-weight: 700;
    gap: 10px;
    text-decoration: none;
    white-space: nowrap;
}

.workspace-brand img[b-8t7ee7zf5b] {
    background: var(--landing-white);
    border: 1px solid rgba(101, 45, 134, 0.16);
    border-radius: 10px;
    height: 38px;
    object-fit: contain;
    padding: 3px;
    width: 46px;
}

.workspace-context[b-8t7ee7zf5b] {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.workspace-context strong[b-8t7ee7zf5b],
.workspace-context__tenant[b-8t7ee7zf5b] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.workspace-context strong[b-8t7ee7zf5b] {
    font-size: 13px;
}

.workspace-context__label[b-8t7ee7zf5b],
.workspace-kicker[b-8t7ee7zf5b],
.workspace-context__tenant[b-8t7ee7zf5b],
.workspace-nav__mode[b-8t7ee7zf5b] {
    color: var(--landing-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-transform: uppercase;
}

.workspace-context__tenant[b-8t7ee7zf5b] {
    color: var(--landing-purple);
    letter-spacing: 0.04em;
    margin-top: 3px;
    text-transform: none;
}

.workspace-nav[b-8t7ee7zf5b] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    min-width: 0;
}

.workspace-nav__link[b-8t7ee7zf5b] {
    align-items: center;
    border-radius: 12px;
    color: var(--landing-muted);
    display: inline-flex;
    font-size: 13px;
    gap: 6px;
    padding: 9px 11px;
    text-decoration: none;
    transition: background-color 160ms ease, color 160ms ease;
}

.workspace-nav__link:hover[b-8t7ee7zf5b],
.workspace-nav__link--active[b-8t7ee7zf5b] {
    background: rgba(101, 45, 134, 0.1);
    color: var(--landing-purple);
}

.workspace-nav__mode[b-8t7ee7zf5b] {
    color: var(--landing-teal);
    font-size: 9px;
    letter-spacing: 0.04em;
}

.workspace-signout[b-8t7ee7zf5b],
.workspace-action[b-8t7ee7zf5b] {
    background: var(--landing-purple);
    border: 1px solid var(--landing-purple);
    border-radius: var(--landing-control-radius);
    color: var(--landing-white);
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2;
    padding: 11px 16px;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.workspace-signout[b-8t7ee7zf5b] {
    background: transparent;
    color: var(--landing-purple);
    white-space: nowrap;
}

.workspace-signout:hover[b-8t7ee7zf5b],
.workspace-action:hover[b-8t7ee7zf5b] {
    background: #542371;
    border-color: #542371;
    color: var(--landing-white);
    transform: translateY(-1px);
}

.workspace-signout:hover[b-8t7ee7zf5b] {
    background: rgba(101, 45, 134, 0.1);
    color: var(--landing-purple);
}

.workspace-action--quiet[b-8t7ee7zf5b] {
    background: transparent;
    border-color: var(--landing-border);
    color: var(--landing-ink);
}

.workspace-action--quiet:hover[b-8t7ee7zf5b] {
    background: rgba(43, 179, 192, 0.1);
    border-color: var(--landing-teal);
    color: var(--landing-ink);
}

.workspace-action--compact[b-8t7ee7zf5b] {
    font-size: 12px;
    padding: 9px 13px;
}

.workspace-content[b-8t7ee7zf5b] {
    margin: 0 auto;
    max-width: var(--landing-shell);
    padding: 56px clamp(20px, 4vw, 64px) 80px;
}

.workspace-state[b-8t7ee7zf5b],
.workspace-feedback[b-8t7ee7zf5b] {
    border: 1px solid rgba(101, 45, 134, 0.15);
    border-radius: 20px;
    padding: clamp(28px, 5vw, 56px);
}

.workspace-state[b-8t7ee7zf5b] {
    background:
        linear-gradient(135deg, rgba(170, 142, 195, 0.22), rgba(255, 255, 255, 0.9) 62%),
        var(--landing-white);
}

.workspace-state--platform[b-8t7ee7zf5b] {
    background:
        linear-gradient(135deg, rgba(43, 179, 192, 0.16), rgba(255, 255, 255, 0.92) 64%),
        var(--landing-white);
}

.workspace-state--readiness[b-8t7ee7zf5b] {
    background:
        linear-gradient(135deg, rgba(243, 234, 211, 0.72), rgba(255, 255, 255, 0.92) 64%),
        var(--landing-white);
}

.workspace-state h1[b-8t7ee7zf5b],
.workspace-feedback h1[b-8t7ee7zf5b] {
    font-family: var(--landing-font-brand);
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.08;
    margin: 13px 0 12px;
    max-width: 720px;
}

.workspace-page h1:focus[b-8t7ee7zf5b] {
    outline: none;
}

.workspace-lede[b-8t7ee7zf5b],
.workspace-feedback p[b-8t7ee7zf5b] {
    color: var(--landing-muted);
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
    max-width: 680px;
}

.workspace-state__actions[b-8t7ee7zf5b] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.workspace-queue[b-8t7ee7zf5b],
.workspace-summary[b-8t7ee7zf5b],
.workspace-switcher[b-8t7ee7zf5b] {
    margin-top: 34px;
}

.workspace-section-heading[b-8t7ee7zf5b] {
    align-items: end;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.workspace-section-heading h2[b-8t7ee7zf5b],
.workspace-switcher h2[b-8t7ee7zf5b] {
    font-family: var(--landing-font-brand);
    font-size: 24px;
    line-height: 1.15;
    margin: 8px 0 0;
}

.workspace-empty[b-8t7ee7zf5b] {
    background: rgba(255, 255, 255, 0.76);
    border: 1px dashed rgba(101, 45, 134, 0.28);
    border-radius: 16px;
    color: var(--landing-muted);
    margin-top: 16px;
    padding: 24px;
}

.workspace-empty strong[b-8t7ee7zf5b] {
    color: var(--landing-ink);
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.workspace-empty p[b-8t7ee7zf5b] {
    margin: 0;
}

.workspace-empty--quiet[b-8t7ee7zf5b] {
    border-color: rgba(43, 179, 192, 0.35);
}

.workspace-queue__list[b-8t7ee7zf5b] {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.workspace-queue__item[b-8t7ee7zf5b] {
    align-items: center;
    background: var(--landing-white);
    border: 1px solid var(--landing-border);
    border-left: 4px solid var(--landing-teal);
    border-radius: 14px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 18px 20px;
}

.workspace-queue__item-copy[b-8t7ee7zf5b] {
    min-width: 0;
}

.workspace-queue__item h3[b-8t7ee7zf5b] {
    font-family: var(--landing-font-brand);
    font-size: 17px;
    margin: 8px 0 4px;
}

.workspace-queue__item p[b-8t7ee7zf5b] {
    color: var(--landing-muted);
    margin: 0;
}

.workspace-status[b-8t7ee7zf5b] {
    background: rgba(43, 179, 192, 0.12);
    border-radius: 999px;
    color: #146a70;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 9px;
    text-transform: capitalize;
}

.workspace-queue__item-meta[b-8t7ee7zf5b] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: end;
}

.workspace-queue__item-meta > span[b-8t7ee7zf5b],
.workspace-queue__item-meta > time[b-8t7ee7zf5b] {
    color: var(--landing-muted);
    font-size: 12px;
    white-space: nowrap;
}

.workspace-summary__grid[b-8t7ee7zf5b] {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 16px;
}

.workspace-summary__card[b-8t7ee7zf5b] {
    background: var(--landing-white);
    border: 1px solid var(--landing-border);
    border-radius: 14px;
    display: grid;
    gap: 7px;
    padding: 18px;
}

.workspace-summary__card strong[b-8t7ee7zf5b] {
    color: var(--landing-purple);
    font-family: var(--landing-font-brand);
    font-size: 30px;
}

.workspace-summary__card span[b-8t7ee7zf5b] {
    color: var(--landing-muted);
    font-size: 13px;
}

.workspace-switcher[b-8t7ee7zf5b] {
    align-items: center;
    background: rgba(255, 255, 255, 0.82);
    border-top: 1px solid var(--landing-border);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding-top: 26px;
}

.workspace-switcher__form[b-8t7ee7zf5b] {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.workspace-switcher__form label[b-8t7ee7zf5b] {
    color: var(--landing-muted);
    font-size: 12px;
    font-weight: 700;
    width: 100%;
}

.workspace-switcher__form select[b-8t7ee7zf5b] {
    background: var(--landing-white);
    border: 1px solid var(--landing-border);
    border-radius: 10px;
    color: var(--landing-ink);
    min-height: 40px;
    min-width: 210px;
    padding: 8px 10px;
}

.workspace-feedback[b-8t7ee7zf5b] {
    align-items: flex-start;
    background: var(--landing-white);
    display: flex;
    gap: 18px;
}

.workspace-feedback__marker[b-8t7ee7zf5b] {
    align-items: center;
    background: var(--landing-teal);
    border-radius: 50%;
    color: var(--landing-white);
    display: inline-flex;
    flex: 0 0 28px;
    font-weight: 700;
    height: 28px;
    justify-content: center;
    margin-top: 4px;
    width: 28px;
}

.workspace-feedback--warning .workspace-feedback__marker[b-8t7ee7zf5b] {
    background: #9c6b12;
}

@media (max-width: 1040px) {
    .workspace-shell[b-8t7ee7zf5b] {
        grid-template-columns: auto minmax(150px, 1fr) auto;
    }

    .workspace-nav[b-8t7ee7zf5b] {
        grid-column: 1 / -1;
        grid-row: 2;
        order: 4;
    }
}

@media (max-width: 700px) {
    .workspace-shell[b-8t7ee7zf5b] {
        align-items: start;
        gap: 14px;
        grid-template-columns: 1fr auto;
        padding: 14px 20px;
    }

    .workspace-context[b-8t7ee7zf5b] {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .workspace-nav[b-8t7ee7zf5b] {
        grid-column: 1 / -1;
        grid-row: 3;
        gap: 3px;
    }

    .workspace-nav__link[b-8t7ee7zf5b] {
        font-size: 12px;
        padding: 8px 9px;
    }

    .workspace-signout[b-8t7ee7zf5b] {
        grid-column: 2;
        grid-row: 1;
    }

    .workspace-content[b-8t7ee7zf5b] {
        padding-top: 28px;
    }

    .workspace-state[b-8t7ee7zf5b],
    .workspace-feedback[b-8t7ee7zf5b] {
        border-radius: 16px;
        padding: 26px 22px;
    }

    .workspace-state h1[b-8t7ee7zf5b],
    .workspace-feedback h1[b-8t7ee7zf5b] {
        font-size: 34px;
    }

    .workspace-queue__item[b-8t7ee7zf5b],
    .workspace-switcher[b-8t7ee7zf5b] {
        align-items: stretch;
        flex-direction: column;
    }

    .workspace-queue__item-meta[b-8t7ee7zf5b] {
        justify-content: start;
    }

    .workspace-summary__grid[b-8t7ee7zf5b] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .workspace-switcher__form[b-8t7ee7zf5b] {
        align-items: stretch;
        display: grid;
        grid-template-columns: 1fr;
    }

    .workspace-switcher__form select[b-8t7ee7zf5b],
    .workspace-switcher__form .workspace-action[b-8t7ee7zf5b] {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .workspace-nav__link[b-8t7ee7zf5b],
    .workspace-signout[b-8t7ee7zf5b],
    .workspace-action[b-8t7ee7zf5b] {
        transition: none;
    }
}
