/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-61zalzm7i0] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-61zalzm7i0] {
    flex: 1;
}

.sidebar[b-61zalzm7i0] {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.15), transparent 28%),
        linear-gradient(180deg, #0d4ea2 0%, #0d6ca9 45%, #2f983d 100%);
    box-shadow: 24px 0 45px rgba(12, 57, 122, 0.08);
}

.top-row[b-61zalzm7i0] {
    background: rgba(255, 255, 255, 0.84);
    border-bottom: 1px solid rgba(13, 78, 162, 0.12);
    backdrop-filter: blur(16px);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    overflow-x: clip;
}

    .top-row[b-61zalzm7i0]  a, .top-row[b-61zalzm7i0]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-61zalzm7i0]  a:hover, .top-row[b-61zalzm7i0]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-61zalzm7i0]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .top-row[b-61zalzm7i0]  .btn-outline-secondary {
        border-color: rgba(13, 78, 162, 0.24);
        color: #0d4ea2;
    }

    .top-row[b-61zalzm7i0]  .btn-outline-secondary:hover {
        background: #0d4ea2;
        border-color: #0d4ea2;
        color: #fff;
        text-decoration: none;
    }

@media (max-width: 640.98px) {
    .top-row[b-61zalzm7i0] {
        justify-content: space-between;
        height: auto;
        min-height: 3.5rem;
    }

    .top-row[b-61zalzm7i0]  a, .top-row[b-61zalzm7i0]  .btn-link {
        margin-left: 0;
    }

    .top-row[b-61zalzm7i0]  .top-row-actions,
    .top-row[b-61zalzm7i0]  .session-actions {
        width: 100%;
    }

    .top-row[b-61zalzm7i0]  .session-chip {
        max-width: 100%;
        overflow-wrap: anywhere;
    }
}

@media (min-width: 641px) {
    .page[b-61zalzm7i0] {
        flex-direction: row;
    }

    .sidebar[b-61zalzm7i0] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-61zalzm7i0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-61zalzm7i0]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-61zalzm7i0], article[b-61zalzm7i0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-61zalzm7i0] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-61zalzm7i0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rmnx3wrlye] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-rmnx3wrlye] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-rmnx3wrlye] {
    min-height: 6.8rem;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
        linear-gradient(135deg, #0f4ea3 0%, #0e6eaf 48%, #4cab34 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.navbar-brand[b-rmnx3wrlye] {
    font-size: 1.1rem;
}

.brand-lockup[b-rmnx3wrlye] {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 1.35rem;
    box-shadow: 0 14px 26px rgba(5, 39, 89, 0.18);
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0.55rem 0.7rem;
    text-decoration: none;
    width: min(100%, 17rem);
}

.brand-wordmark[b-rmnx3wrlye] {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.nav-item[b-rmnx3wrlye] {
    font-size: 0.9rem;
    padding-bottom: 0.2rem;
}

    .nav-item:first-of-type[b-rmnx3wrlye] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rmnx3wrlye] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rmnx3wrlye]  .nav-link {
        color: rgba(240, 248, 255, 0.86);
        background: none;
        border: none;
        border-radius: 0.85rem;
        height: 2.75rem;
        display: flex;
        align-items: center;
        line-height: 2.75rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        padding: 0 1rem;
    }

.nav-item[b-rmnx3wrlye]  a.active {
    background: linear-gradient(135deg, rgba(255,255,255,0.22), rgba(160, 214, 78, 0.28));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.16);
    color: white;
}

.nav-item[b-rmnx3wrlye]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-rmnx3wrlye] {
    display: none;
}

.nav-scrollable .nav[b-rmnx3wrlye] {
    min-height: 100%;
}

.nav-language-inline[b-rmnx3wrlye] {
    padding-top: 0.45rem;
}

.nav-section-label[b-rmnx3wrlye] {
    padding-top: 0.85rem;
    padding-bottom: 0.25rem;
    color: rgba(229, 245, 224, 0.76);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.nav-divider[b-rmnx3wrlye] {
    height: 1px;
    margin: 0.35rem 1rem 0.65rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(177, 223, 102, 0.54), rgba(255, 255, 255, 0.08));
}

.nav-language-inline[b-rmnx3wrlye]  .language-switcher {
    display: flex;
    align-items: center;
    min-height: 2.75rem;
    padding: 0 1rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-rmnx3wrlye] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-rmnx3wrlye] {
        display: none;
    }

    .nav-scrollable[b-rmnx3wrlye] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

@media (max-width: 640.98px) {
    .top-row[b-rmnx3wrlye] {
        min-height: 5.8rem;
    }

    .brand-lockup[b-rmnx3wrlye] {
        width: min(72vw, 15rem);
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-fckg7j9y8d],
.components-reconnect-repeated-attempt-visible[b-fckg7j9y8d],
.components-reconnect-failed-visible[b-fckg7j9y8d],
.components-pause-visible[b-fckg7j9y8d],
.components-resume-failed-visible[b-fckg7j9y8d],
.components-rejoining-animation[b-fckg7j9y8d] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-fckg7j9y8d {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.content-stack[b-eipofov058] {
    min-width: 0;
}

.hero-copy[b-eipofov058],
.hero-panel[b-eipofov058],
.summary-card[b-eipofov058] {
    min-width: 0;
}

.hero-copy h1[b-eipofov058],
.hero-subtitle[b-eipofov058],
.workflow-list[b-eipofov058],
.summary-meta[b-eipofov058] {
    overflow-wrap: anywhere;
}

.marketing-hero[b-eipofov058] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1.8fr) minmax(20rem, 1fr);
    align-items: start;
}

.hero-highlight[b-eipofov058] {
    color: #86c22b;
}

.hero-cta-row[b-eipofov058] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.marketing-grid[b-eipofov058] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    margin-top: 1.25rem;
}

.marketing-card[b-eipofov058] {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 251, 255, 0.88));
    border: 1px solid rgba(13, 78, 162, 0.12);
    border-radius: 1rem;
    box-shadow: 0 24px 40px rgba(12, 82, 152, 0.08);
    padding: 1.1rem;
}

.marketing-list[b-eipofov058] {
    display: grid;
    gap: 0.45rem;
    margin: 0;
    padding-left: 1.15rem;
}

.registration-panel[b-eipofov058] {
    position: sticky;
    top: 5rem;
}

.registration-anchor[b-eipofov058] {
    display: block;
    margin-top: -6rem;
    padding-top: 6rem;
}

.marketing-summary-grid[b-eipofov058] {
    margin-top: 0.25rem;
}

.honeypot-field[b-eipofov058] {
    left: -10000px;
    position: absolute;
    top: auto;
    width: 1px;
}

.inline-message[b-eipofov058] {
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
}

.inline-message-success[b-eipofov058] {
    background: linear-gradient(135deg, rgba(236, 249, 233, 0.96), rgba(246, 252, 241, 0.98));
    border: 1px solid rgba(76, 171, 52, 0.35);
    box-shadow: 0 10px 22px rgba(76, 171, 52, 0.08);
    color: #265628;
    font-weight: 700;
}

.inline-message-danger[b-eipofov058] {
    background: linear-gradient(135deg, rgba(255, 242, 240, 0.95), rgba(255, 248, 246, 0.98));
    border: 1px solid rgba(170, 76, 56, 0.3);
    color: #6a2d20;
}

.login-panel[b-eipofov058] {
    max-width: 44rem;
}

@media (max-width: 700px) {
    .summary-grid[b-eipofov058],
    .store-priority-grid[b-eipofov058],
    .section-chip-grid[b-eipofov058] {
        grid-template-columns: 1fr;
    }

    .marketing-hero[b-eipofov058] {
        grid-template-columns: 1fr;
    }

    .hero-copy h1[b-eipofov058] {
        font-size: clamp(2rem, 11vw, 3.1rem);
    }

    .compact-actions[b-eipofov058] {
        justify-content: flex-start;
    }
}
