/* /Components/Layout/MainLayout.razor.rz.scp.css */
.solyon-app-shell[b-n3iotauwo0] {
    min-height: 100svh;
}

#blazor-error-ui[b-n3iotauwo0] {
    color-scheme: light only;
    background: #fff7ed;
    border-top: 1px solid #fed7aa;
    bottom: 0;
    box-sizing: border-box;
    color: #7c2d12;
    display: none;
    font-size: 0.9375rem;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-n3iotauwo0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-1yy11867fr],
.components-reconnect-repeated-attempt-visible[b-1yy11867fr],
.components-reconnect-failed-visible[b-1yy11867fr],
.components-pause-visible[b-1yy11867fr],
.components-resume-failed-visible[b-1yy11867fr],
.components-rejoining-animation[b-1yy11867fr] {
    display: none;
}

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

#components-reconnect-modal[b-1yy11867fr] {
    width: min(92vw, 22rem);
    margin: 20vh auto;
    padding: 1.5rem;
    border: 1px solid #d9e2ea;
    border-radius: 0.5rem;
    background: var(--solyon-background);
    color: var(--solyon-ink);
    opacity: 0;
    box-shadow: 0 1.5rem 3.5rem rgba(13, 32, 56, 0.18);
    animation: components-reconnect-modal-fade-out-b-1yy11867fr 0.5s both;
    transition:
        display 0.5s allow-discrete,
        overlay 0.5s allow-discrete;
}

#components-reconnect-modal[open][b-1yy11867fr] {
    animation:
        components-reconnect-modal-slide-up-b-1yy11867fr 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.15s,
        components-reconnect-modal-fade-in-b-1yy11867fr 0.35s ease-in-out 0.15s;
    animation-fill-mode: both;
}

#components-reconnect-modal[b-1yy11867fr]::backdrop {
    background: rgba(13, 32, 56, 0.42);
    opacity: 1;
    animation: components-reconnect-modal-fade-in-b-1yy11867fr 0.35s ease-in-out;
}

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

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

#components-reconnect-modal button[b-1yy11867fr] {
    min-height: 2.5rem;
    border: 0;
    border-radius: 0.375rem;
    padding: 0.625rem 1rem;
    background: var(--solyon-ink);
    color: #ffffff;
    font-weight: 700;
}

#components-reconnect-modal button:hover[b-1yy11867fr] {
    background: #193653;
}

#components-reconnect-modal button:active[b-1yy11867fr] {
    background: var(--solyon-ink);
}

.components-rejoining-animation[b-1yy11867fr] {
    position: relative;
    width: 5rem;
    height: 5rem;
}

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

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

@keyframes components-reconnect-modal-slide-up-b-1yy11867fr {
    from {
        transform: translateY(1.5rem) scale(0.98);
    }

    to {
        transform: translateY(0) scale(1);
    }
}

@keyframes components-reconnect-modal-fade-in-b-1yy11867fr {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fade-out-b-1yy11867fr {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes components-rejoining-animation-b-1yy11867fr {
    0%,
    4.9% {
        top: 2.5rem;
        left: 2.5rem;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 2.5rem;
        left: 2.5rem;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0;
        left: 0;
        width: 5rem;
        height: 5rem;
        opacity: 0;
    }
}
/* /Components/Pages/App.razor.rz.scp.css */
.app-page[b-m3bc24xadl] {
    min-height: 100svh;
    padding: 1.5rem;
    background: #f5f8f9;
}

.app-topbar[b-m3bc24xadl] {
    min-height: 4.75rem;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    padding: 0.85rem 1rem;
    background: #ffffff;
    border: 1px solid #d8e3e6;
    border-radius: 8px;
}

.app-brand[b-m3bc24xadl] {
    width: 9rem;
    min-width: 7rem;
    display: inline-flex;
    align-items: center;
}

.app-brand img[b-m3bc24xadl] {
    width: 100%;
    max-height: 2.75rem;
    object-fit: contain;
    object-position: left center;
}

.app-title-group[b-m3bc24xadl] {
    min-width: 0;
}

.eyebrow[b-m3bc24xadl] {
    margin: 0 0 0.25rem;
    color: #47765d;
    font-size: 0.74rem;
    font-weight: 750;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1[b-m3bc24xadl],
h2[b-m3bc24xadl],
p[b-m3bc24xadl],
dd[b-m3bc24xadl] {
    overflow-wrap: anywhere;
}

h1[b-m3bc24xadl],
h2[b-m3bc24xadl],
p[b-m3bc24xadl],
dl[b-m3bc24xadl],
dd[b-m3bc24xadl] {
    margin: 0;
}

h1[b-m3bc24xadl] {
    color: #112a37;
    font-size: 1.45rem;
    line-height: 1.18;
}

h2[b-m3bc24xadl] {
    color: #112a37;
    font-size: 1.25rem;
    line-height: 1.2;
}

.logout-button[b-m3bc24xadl] {
    min-height: 2.5rem;
    padding: 0.58rem 0.9rem;
    color: #17384f;
    background: #ffffff;
    border: 1px solid #b8c8ce;
    border-radius: 6px;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.logout-button:hover[b-m3bc24xadl] {
    background: #f1f6f7;
}

.dashboard-grid[b-m3bc24xadl] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.85fr) minmax(20rem, 1.15fr);
    gap: 1rem;
    margin-top: 1rem;
}

.dashboard-panel[b-m3bc24xadl] {
    min-width: 0;
    display: grid;
    gap: 1.1rem;
    padding: 1.25rem;
    background: #ffffff;
    border: 1px solid #d8e3e6;
    border-radius: 8px;
}

.work-panel[b-m3bc24xadl] {
    grid-column: 1 / -1;
}

.session-list[b-m3bc24xadl] {
    display: grid;
    gap: 0.75rem;
}

.session-list div[b-m3bc24xadl] {
    display: grid;
    grid-template-columns: 7rem minmax(0, 1fr);
    gap: 0.75rem;
    padding: 0.8rem 0;
    border-top: 1px solid #e2eaec;
}

.session-list dt[b-m3bc24xadl] {
    color: #506372;
    font-weight: 700;
}

.session-list dd[b-m3bc24xadl] {
    color: #122637;
    font-weight: 750;
}

.gateway-flow[b-m3bc24xadl] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.5rem;
}

.gateway-flow span[b-m3bc24xadl] {
    min-height: 2.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem;
    color: #17384f;
    background: #eef5f2;
    border: 1px solid #cddfd7;
    border-radius: 6px;
    font-size: 0.88rem;
    font-weight: 800;
    text-align: center;
}

.work-panel p:not(.eyebrow)[b-m3bc24xadl] {
    color: #506372;
    line-height: 1.45;
}

@media (max-width: 840px) {
    .app-page[b-m3bc24xadl] {
        padding: 1rem;
    }

    .app-topbar[b-m3bc24xadl],
    .dashboard-grid[b-m3bc24xadl] {
        grid-template-columns: 1fr;
    }

    .app-brand[b-m3bc24xadl] {
        width: 8rem;
    }

    .gateway-flow[b-m3bc24xadl] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .session-list div[b-m3bc24xadl] {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }

    .logout-button[b-m3bc24xadl] {
        width: 100%;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page[b-ss4kleal5t] {
    min-height: 100svh;
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(22rem, 28rem);
    align-items: center;
    gap: clamp(2rem, 7vw, 7rem);
    padding: clamp(2rem, 7vh, 5rem) clamp(1rem, 5vw, 5rem);
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(8, 31, 37, 0.78), rgba(8, 31, 37, 0.42) 42%, rgba(243, 249, 246, 0.82) 73%),
        url("/assets/login-hero-solyon.png") center / cover no-repeat,
        #e7efeb;
}

.home-page[b-ss4kleal5t]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(0deg, rgba(7, 24, 30, 0.28), rgba(7, 24, 30, 0));
}

.signed-in-page[b-ss4kleal5t] {
    grid-template-columns: minmax(0, 42rem) minmax(22rem, 30rem);
    justify-content: center;
}

.brand-panel[b-ss4kleal5t] {
    min-width: 0;
    display: grid;
    gap: clamp(1rem, 3vw, 1.5rem);
    color: #ffffff;
}

.brand-logo[b-ss4kleal5t] {
    width: clamp(4.75rem, 8vw, 6.5rem);
    max-height: 7rem;
    object-fit: contain;
    object-position: left center;
    filter: drop-shadow(0 14px 34px rgba(4, 22, 30, 0.25));
}

.brand-copy[b-ss4kleal5t] {
    max-width: 36rem;
    display: grid;
    gap: 0.65rem;
}

.eyebrow[b-ss4kleal5t] {
    margin: 0;
    color: #74c891;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1[b-ss4kleal5t],
h2[b-ss4kleal5t],
p[b-ss4kleal5t] {
    overflow-wrap: anywhere;
}

h1[b-ss4kleal5t] {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.7rem, 7vw, 5.4rem);
    line-height: 0.95;
}

h1:focus[b-ss4kleal5t] {
    outline: none;
}

.hero-copy[b-ss4kleal5t] {
    max-width: 32rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    line-height: 1.55;
}

.login-panel[b-ss4kleal5t] {
    width: 100%;
    display: grid;
    gap: 1.35rem;
    padding: clamp(1.25rem, 3vw, 1.75rem);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    box-shadow: 0 24px 68px rgba(15, 39, 51, 0.22);
    backdrop-filter: blur(14px);
}

.panel-heading[b-ss4kleal5t] {
    display: grid;
    gap: 0.45rem;
}

.panel-heading h2[b-ss4kleal5t],
.panel-heading p[b-ss4kleal5t] {
    margin: 0;
}

.panel-heading h2[b-ss4kleal5t] {
    color: #112a37;
    font-size: 1.75rem;
    line-height: 1.15;
}

.panel-heading p:not(.eyebrow)[b-ss4kleal5t] {
    color: #5a6875;
    font-size: 0.95rem;
    line-height: 1.45;
}

.primary-action[b-ss4kleal5t],
.secondary-action[b-ss4kleal5t] {
    min-height: 2.875rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.72rem 1rem;
    border-radius: 6px;
    border: 1px solid transparent;
    font: inherit;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.primary-action[b-ss4kleal5t] {
    width: 100%;
    color: #ffffff;
    background: #15573f;
    border-color: #15573f;
}

.primary-action:hover[b-ss4kleal5t] {
    background: #0f3f2d;
}

.secondary-action[b-ss4kleal5t] {
    color: #17384f;
    background: #ffffff;
    border-color: #b8c8ce;
}

.secondary-action:hover[b-ss4kleal5t] {
    background: #f1f6f7;
}

.authenticated-panel[b-ss4kleal5t] {
    gap: 1.25rem;
}

.session-grid[b-ss4kleal5t] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.session-grid div[b-ss4kleal5t] {
    min-width: 0;
    display: grid;
    gap: 0.25rem;
    padding: 0.9rem;
    background: #f4f8f6;
    border: 1px solid #d8e4df;
    border-radius: 6px;
}

.session-grid span[b-ss4kleal5t] {
    color: #506372;
    font-size: 0.9rem;
    font-weight: 700;
}

.session-grid strong[b-ss4kleal5t] {
    color: #122637;
    font-size: 1rem;
    overflow-wrap: anywhere;
}

.form-actions[b-ss4kleal5t] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: stretch;
}

@media (max-width: 860px) {
    .home-page[b-ss4kleal5t],
    .signed-in-page[b-ss4kleal5t] {
        min-height: 100svh;
        grid-template-columns: 1fr;
        align-content: start;
        justify-items: center;
        gap: 1.5rem;
        padding: clamp(8.75rem, 27vh, 14rem) 1rem 1.25rem;
        overflow-y: auto;
        background:
            linear-gradient(180deg, rgba(8, 31, 37, 0.08), rgba(8, 31, 37, 0.52) 30%, #f4f8f6 30.2%),
            #f4f8f6;
    }

    .home-page[b-ss4kleal5t]::before {
        display: block;
        inset: 0 0 auto;
        height: min(34vh, 18rem);
        background:
            linear-gradient(180deg, rgba(8, 31, 37, 0.08), rgba(8, 31, 37, 0.48)),
            url("/assets/login-hero-solyon.png") 34% center / cover no-repeat;
    }

    .brand-panel[b-ss4kleal5t] {
        width: min(calc(100vw - 2rem), 28rem);
        color: #102235;
    }

    .brand-logo[b-ss4kleal5t] {
        width: 4.75rem;
        max-height: 4.75rem;
        object-position: left center;
        filter: none;
    }

    h1[b-ss4kleal5t] {
        color: #102235;
        font-size: 2.35rem;
        line-height: 1;
    }

    .hero-copy[b-ss4kleal5t] {
        color: #536574;
        font-size: 0.98rem;
    }

    .login-panel[b-ss4kleal5t] {
        width: min(calc(100vw - 2rem), 28rem);
        padding: 1.15rem;
        background: #ffffff;
        box-shadow: 0 16px 42px rgba(15, 39, 51, 0.18);
        backdrop-filter: none;
    }
}

@media (max-width: 520px) {
    .session-grid[b-ss4kleal5t],
    .form-actions[b-ss4kleal5t] {
        grid-template-columns: 1fr;
    }

    .secondary-action[b-ss4kleal5t] {
        width: 100%;
    }
}
