/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-bg[b-ivmzw3nc2w] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 1rem;
    background: #F5F5F5;
    position: relative;
    overflow: hidden;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-l6o2v9r3qw] {
    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-l6o2v9r3qw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-so5wdyxvmw],
.components-reconnect-repeated-attempt-visible[b-so5wdyxvmw],
.components-reconnect-failed-visible[b-so5wdyxvmw],
.components-pause-visible[b-so5wdyxvmw],
.components-resume-failed-visible[b-so5wdyxvmw],
.components-rejoining-animation[b-so5wdyxvmw] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-so5wdyxvmw {
    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;
    }
}
/* /Features/Auth/Login.razor.rz.scp.css */
.login-split[b-bgh93dq7si] {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 1.5rem;
    width: 100%;
    max-width: 880px;
}

.login-split-aside[b-bgh93dq7si] {
    flex: 1 1 420px;
    min-width: 0;
    display: flex;
}

@media (max-width: 900px) {
    .login-split[b-bgh93dq7si] {
        flex-direction: column;
        align-items: center;
        gap: 1.25rem;
        max-width: 440px;
    }

    .login-split-aside[b-bgh93dq7si] {
        flex: 0 0 auto;
        width: 100%;
    }
}

.login-card[b-bgh93dq7si] {
    flex: 0 0 420px;
    width: 420px;
    max-width: 100%;
    padding: 2.5rem 2rem 2rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 1;
}

.login-logo[b-bgh93dq7si] {
    display: flex;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.login-title[b-bgh93dq7si] {
    margin: 0 0 .25rem;
    font-size: 1.75rem;
    font-weight: 700;
    color: #DA291C;
    text-align: center;
}

.login-subtitle[b-bgh93dq7si] {
    margin: 0 0 2rem;
    font-size: .9375rem;
    color: rgba(0, 0, 0, .5);
    text-align: center;
}

.login-field[b-bgh93dq7si] {
    margin-bottom: 1.25rem;
}

.login-label[b-bgh93dq7si] {
    display: block;
    margin-bottom: .375rem;
    font-size: .875rem;
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
}

.login-input-wrap[b-bgh93dq7si] {
    position: relative;
    display: flex;
    align-items: center;
}

.login-icon[b-bgh93dq7si] {
    position: absolute;
    left: .875rem;
    color: #DA291C;
    pointer-events: none;
}

.login-input[b-bgh93dq7si] {
    width: 100%;
    padding: .75rem .875rem .75rem 2.75rem;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 8px;
    font-size: 1rem;
    box-sizing: border-box;
    transition: border-color .2s, box-shadow .2s;
    color: #27251F;
    background: #FFF8F7;
}

.login-input[b-bgh93dq7si]::placeholder {
    color: rgba(0, 0, 0, .35);
}

.login-input--password[b-bgh93dq7si] {
    padding-right: 2.75rem;
}

.login-toggle-pw[b-bgh93dq7si] {
    position: absolute;
    right: .75rem;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    transition: color .2s;
}

.login-toggle-pw:hover[b-bgh93dq7si] {
    color: #DA291C;
}

.login-input:focus[b-bgh93dq7si] {
    outline: none;
    border-color: #DA291C;
    box-shadow: 0 0 0 2px rgba(218, 41, 28, .15);
    background: #fff;
}

.login-options[b-bgh93dq7si] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
}

.login-remember[b-bgh93dq7si] {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .875rem;
    color: rgba(0, 0, 0, .55);
    cursor: pointer;
}

.login-forgot[b-bgh93dq7si] {
    font-size: .8125rem;
    color: #DA291C;
    cursor: pointer;
    font-weight: 500;
}

.login-forgot:hover[b-bgh93dq7si] {
    text-decoration: underline;
}

.login-error-region[b-bgh93dq7si] {
    min-height: 1.25rem;
    margin-bottom: .75rem;
}

.login-error-text[b-bgh93dq7si] {
    color: #DA291C;
    font-size: .875rem;
    font-weight: 500;
}

.login-btn[b-bgh93dq7si] {
    width: 100%;
    padding: .875rem;
    background: #DA291C;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.0625rem;
    font-weight: 600;
    letter-spacing: .02em;
    cursor: pointer;
    transition: background .2s, transform .1s;
}

.login-btn:hover:not(:disabled)[b-bgh93dq7si] {
    background: #B71C1C;
    transform: translateY(-1px);
}

.login-btn:active:not(:disabled)[b-bgh93dq7si] {
    transform: translateY(0);
}

.login-btn:disabled[b-bgh93dq7si] {
    opacity: .6;
    cursor: not-allowed;
}
/* /Features/Notices/Components/PublicNoticesPanel.razor.rz.scp.css */
.public-notices[b-99a0iudiw9] {
    width: 100%;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .08);
    padding: 2rem 1.75rem;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.public-notices-head[b-99a0iudiw9] {
    margin-bottom: 1.25rem;
    padding-bottom: .875rem;
    border-bottom: 3px solid #FFC72C;
}

.public-notices-head-row[b-99a0iudiw9] {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.public-notices-head h2[b-99a0iudiw9] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #DA291C;
    letter-spacing: .01em;
}

.public-notices-sub[b-99a0iudiw9] {
    margin: .25rem 0 0;
    font-size: .8125rem;
    color: #5C5C5C;
}

.public-notices-empty[b-99a0iudiw9] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .625rem;
    padding: 2rem 0;
    color: #888;
    font-size: .9375rem;
    text-align: center;
}

.public-notices-list[b-99a0iudiw9] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .625rem;
    flex: 1;
    overflow-y: auto;
}

.public-notice[b-99a0iudiw9] {
    display: flex;
    gap: .875rem;
    padding: .875rem 1rem;
    background: #FAFAFA;
    border-radius: 10px;
    transition: background .15s, transform .15s;
}

.public-notice:hover[b-99a0iudiw9] {
    background: #F5F5F5;
}

.public-notice-bar[b-99a0iudiw9] {
    width: 4px;
    border-radius: 2px;
    flex-shrink: 0;
}

.public-notice.sev-blocking .public-notice-bar[b-99a0iudiw9],
.public-notice.sev-urgent .public-notice-bar[b-99a0iudiw9] {
    background: #DA291C;
}

.public-notice.sev-important .public-notice-bar[b-99a0iudiw9] {
    background: #F9A825;
}

.public-notice.sev-info .public-notice-bar[b-99a0iudiw9] {
    background: #5C5C5C;
}

.public-notice-body[b-99a0iudiw9] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.public-notice-row[b-99a0iudiw9] {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-wrap: wrap;
}

.public-notice-chip[b-99a0iudiw9] {
    font-size: .625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: .1875rem .5rem;
    border-radius: 999px;
    color: #fff;
    flex-shrink: 0;
    line-height: 1.2;
}

.public-notice-chip.sev-blocking[b-99a0iudiw9],
.public-notice-chip.sev-urgent[b-99a0iudiw9] {
    background: #DA291C;
}

.public-notice-chip.sev-important[b-99a0iudiw9] {
    background: #F9A825;
    color: #27251F;
}

.public-notice-chip.sev-info[b-99a0iudiw9] {
    background: #5C5C5C;
}

.public-notice-title[b-99a0iudiw9] {
    font-size: .9375rem;
    font-weight: 600;
    color: #27251F;
    line-height: 1.35;
    word-break: break-word;
    flex: 1;
    min-width: 0;
}

.public-notice-atts[b-99a0iudiw9] {
    display: flex;
    flex-wrap: wrap;
    gap: .375rem;
}

.public-notice-att[b-99a0iudiw9] {
    display: inline-flex;
    align-items: center;
    gap: .3125rem;
    padding: .25rem .625rem;
    background: #FFF8F7;
    border: 1px solid rgba(218, 41, 28, .2);
    border-radius: 6px;
    color: #DA291C;
    font-size: .75rem;
    font-weight: 500;
    text-decoration: none;
    max-width: 100%;
    transition: background .15s, border-color .15s;
}

.public-notice-att:hover[b-99a0iudiw9] {
    background: #FFE8E5;
    border-color: #DA291C;
    text-decoration: none;
}

.public-notice-att span[b-99a0iudiw9] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}
