/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-4wpvk0qv1f] {
    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-4wpvk0qv1f] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-zsgsxntefz],
.components-reconnect-repeated-attempt-visible[b-zsgsxntefz],
.components-reconnect-failed-visible[b-zsgsxntefz],
.components-pause-visible[b-zsgsxntefz],
.components-resume-failed-visible[b-zsgsxntefz],
.components-rejoining-animation[b-zsgsxntefz] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-zsgsxntefz {
    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/Auth/SelectCategory.razor.rz.scp.css */
.select-category-page[b-k44ufzy60i] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.5rem 1.25rem 3rem;
}

.select-category-page .reg-body[b-k44ufzy60i] {
    padding: 0;
}

.select-category-page .reg-section-head h2[b-k44ufzy60i] {
    font-size: 1.5rem;
}
/* /Components/Pages/Auth/SwitchDashboard.razor.rz.scp.css */
/* Switch dashboard — landing / registration theme chrome */

.ws-switch.landing-layout[b-1bx140cq5k] {
    min-height: 100vh;
}

.ws-switch-page.reg-page[b-1bx140cq5k] {
    min-height: auto;
    background: transparent;
    padding-bottom: 3rem;
}

.ws-switch-page .reg-body[b-1bx140cq5k] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.5rem 1.5rem 2.5rem;
}

.ws-switch-muted[b-1bx140cq5k] {
    color: var(--landing-muted, rgba(244, 241, 234, 0.76));
    margin: 1rem 0;
}

.ws-switch-search[b-1bx140cq5k] {
    margin: 0 0 1.25rem;
    max-width: 26rem;
}

.ws-switch-search input[b-1bx140cq5k] {
    width: 100%;
    box-sizing: border-box;
    min-height: 2.55rem;
    padding: 0.6rem 0.85rem;
    border-radius: 0.7rem;
    border: 1px solid var(--landing-border, rgba(229, 231, 235, 0.25));
    background: var(--landing-panel-2, #1a2c22);
    color: var(--landing-ink, #f4f1ea);
    font: inherit;
    font-size: 0.92rem;
}

.ws-switch-search input[b-1bx140cq5k]::placeholder {
    color: rgba(244, 241, 234, 0.45);
}

.ws-switch-search input:focus[b-1bx140cq5k] {
    outline: none;
    border-color: rgba(201, 217, 170, 0.55);
    box-shadow: 0 0 0 3px rgba(31, 107, 69, 0.28);
}

.ws-switch-media-fallback[b-1bx140cq5k] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a2c22, #0c1610);
    color: var(--landing-accent, #c9d9aa);
}

.ws-switch-footer[b-1bx140cq5k] {
    margin-top: 1.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
    color: var(--landing-muted, rgba(244, 241, 234, 0.76));
    font-size: 0.9rem;
}

.ws-switch-footer a[b-1bx140cq5k] {
    color: var(--landing-accent, #c9d9aa);
    font-weight: 600;
    text-decoration: none;
}

.ws-switch-footer a:hover[b-1bx140cq5k] {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Landing header on this page sits on solid dark panel (no hero banner) */
.ws-switch > .landing-header[b-1bx140cq5k] {
    background: rgba(12, 22, 16, 0.92);
    border-bottom: 1px solid var(--landing-border, rgba(229, 231, 235, 0.18));
}

.ws-switch .landing-nav-link[b-1bx140cq5k],
.ws-switch .landing-header .landing-nav-link[b-1bx140cq5k] {
    color: var(--landing-ink, #f4f1ea);
}
/* /Components/Pages/User/UserDashboard.razor.rz.scp.css */
/* Category chooser inside the dashboard shell — light theme over register.css card layout.
   ::deep reaches CategoryChooser markup (separate component scope). */

.user-dash-chooser.reg-page[b-kaqqaqyg3r] {
    min-height: auto;
    background: transparent;
    color: #0f172a;
    padding: 0;
}

.user-dash-chooser[b-kaqqaqyg3r]  .reg-grid {
    max-width: none;
}

.user-dash-chooser[b-kaqqaqyg3r]  .reg-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    color: #0f172a;
}

.user-dash-chooser[b-kaqqaqyg3r]  .reg-card:hover {
    border-color: #86a88a;
    box-shadow: 0 12px 28px -18px rgba(15, 23, 42, 0.35);
    transform: translateY(-2px);
}

.user-dash-chooser[b-kaqqaqyg3r]  .reg-card-badge {
    background: rgba(255, 255, 255, 0.92);
    color: #1f6b45;
    border: 1px solid rgba(31, 107, 69, 0.22);
}

.user-dash-chooser[b-kaqqaqyg3r]  .reg-card-title-row h3 {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.user-dash-chooser[b-kaqqaqyg3r]  .reg-card-icon {
    background: rgba(255, 255, 255, 0.95);
    color: #1f6b45;
    border: none;
}

.user-dash-chooser[b-kaqqaqyg3r]  .reg-card-body {
    background: #fff;
}

.user-dash-chooser[b-kaqqaqyg3r]  .reg-card-body p {
    color: #64748b;
}

.user-dash-chooser[b-kaqqaqyg3r]  .reg-card-continue {
    color: #1f6b45;
}

.user-dash-chooser[b-kaqqaqyg3r]  .reg-back {
    color: #475569;
}

.user-dash-chooser[b-kaqqaqyg3r]  .reg-back:hover {
    color: #1f6b45;
}

.user-dash-chooser[b-kaqqaqyg3r]  .reg-section-head h2 {
    color: #0f172a;
}

.user-dash-chooser[b-kaqqaqyg3r]  .reg-section-head p {
    color: #64748b;
}

.user-dash-chooser[b-kaqqaqyg3r]  .reg-sub-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #0f172a;
}

.user-dash-chooser[b-kaqqaqyg3r]  .reg-sub-card:hover {
    border-color: #86a88a;
    box-shadow: 0 12px 28px -18px rgba(15, 23, 42, 0.3);
}

.user-dash-chooser[b-kaqqaqyg3r]  .reg-sub-card h3 {
    color: #0f172a;
}

.user-dash-chooser[b-kaqqaqyg3r]  .reg-sub-card p {
    color: #64748b;
}
/* /Components/Pages/User/UserWorkspaces.razor.rz.scp.css */
.user-dash-workspace-quick[b-2dl1ixv23f] {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}
