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

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-ir6vb2enpf {
    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;
    }
}
/* /Pages/Profile/ProfileLayout.razor.rz.scp.css */
.profile-shell[b-pxh27qttci] {
    color: var(--text-main);
}

/* Header reuse */
.profile-shell-header[b-pxh27qttci] {
    border-bottom: 1px solid rgba(55, 65, 81, 0.9);
    padding-bottom: 1.25rem;
}

/* Sidebar nav */
.profile-nav-label[b-pxh27qttci] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(148, 163, 184, 0.85);
    margin-bottom: 0.5rem;
}

.profile-nav[b-pxh27qttci] {
    background: rgba(15, 23, 42, 0.95);
    border-radius: 1rem;
    border: 1px solid rgba(31, 41, 55, 0.95);
    padding: 0.8rem;
}

.profile-nav-list[b-pxh27qttci] {
    margin: 0;
}

.profile-nav-link[b-pxh27qttci] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    justify-content: flex-start;
    background-color: transparent;
    border-radius: 0.7rem;
    border: 1px solid transparent;
    font-size: 0.9rem;
    padding: 0.45rem 0.65rem;
    color: rgba(209, 213, 219, 0.9);
}

.profile-nav-link i[b-pxh27qttci] {
    font-size: 1rem;
    width: 18px;
    text-align: center;
}

.profile-nav-text[b-pxh27qttci] {
    white-space: nowrap;
}

.profile-nav-badge[b-pxh27qttci] {
    font-size: 0.7rem;
    line-height: 1;
}


/* Active and hover states */
.profile-nav-link.active[b-pxh27qttci],
.profile-nav-link:focus[b-pxh27qttci],
.profile-nav-link:hover[b-pxh27qttci] {
    border-color: rgba(59, 130, 246, 0.9);
    background: radial-gradient(circle at top left,
    rgba(59, 130, 246, 0.3),
    rgba(15, 23, 42, 0.98)
    );
    color: var(--accent-white);
    box-shadow: 0 0 16px rgba(37, 99, 235, 0.4);
}

/* Content sections */
.profile-section[b-pxh27qttci] {
    display: none;
}

.profile-section.active[b-pxh27qttci] {
    display: block;
}

/* Placeholder content box */
.placeholder-box[b-pxh27qttci] {
    border-radius: 0.8rem;
    border: 1px dashed rgba(75, 85, 99, 0.9);
    background-color: rgba(15, 23, 42, 0.8);
    padding: 1rem 1.1rem;
    font-size: 0.9rem;
    color: rgba(209, 213, 219, 0.92);
}

.placeholder-box ul[b-pxh27qttci] {
    margin-bottom: 0;
    padding-left: 1.1rem;
}

/* What's next block */
.whats-next-panel[b-pxh27qttci] {
    margin-top: 1.25rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(37, 99, 235, 0.9);
    background: radial-gradient(circle at top,
    rgba(37, 99, 235, 0.20),
    rgba(15, 23, 42, 0.98)
    );
    padding: 0.9rem 1rem;
}

.whats-next-title[b-pxh27qttci] {
    font-size: 0.98rem;
    font-weight: 600;
    color: var(--accent-white);
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
    .profile-nav[b-pxh27qttci] {
        padding: 0.5rem;
        border-radius: 0.9rem;
    }

    .profile-nav-link[b-pxh27qttci] {
        justify-content: center;
        font-size: 0.85rem;
    }

    .profile-nav-text[b-pxh27qttci] {
        display: none;
    }

    .profile-nav-badge[b-pxh27qttci] {
        margin-left: 0.35rem;
    }

    .profile-nav-label[b-pxh27qttci] {
        margin-left: 0.15rem;
    }

}

@media (max-width: 575.98px) {
    .profile-shell-header[b-pxh27qttci] {
        border-bottom: none;
        padding-bottom: 0.75rem;
    }

    .placeholder-box[b-pxh27qttci] {
        font-size: 0.88rem;
    }
}
