/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-rzzxa2ux3w] {
    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-rzzxa2ux3w] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-7nsackmmj1],
.components-reconnect-repeated-attempt-visible[b-7nsackmmj1],
.components-reconnect-failed-visible[b-7nsackmmj1],
.components-pause-visible[b-7nsackmmj1],
.components-resume-failed-visible[b-7nsackmmj1],
.components-rejoining-animation[b-7nsackmmj1] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-7nsackmmj1],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-7nsackmmj1],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-7nsackmmj1],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-7nsackmmj1],
#components-reconnect-modal.components-reconnect-retrying[b-7nsackmmj1],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-7nsackmmj1],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-7nsackmmj1],
#components-reconnect-modal.components-reconnect-failed[b-7nsackmmj1],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-7nsackmmj1] {
    display: block;
}


#components-reconnect-modal[b-7nsackmmj1] {
    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-7nsackmmj1 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-7nsackmmj1 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-7nsackmmj1 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-7nsackmmj1]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-7nsackmmj1 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-7nsackmmj1 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-7nsackmmj1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-7nsackmmj1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-7nsackmmj1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-7nsackmmj1] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-7nsackmmj1] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-7nsackmmj1] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-7nsackmmj1] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-7nsackmmj1] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-7nsackmmj1] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-7nsackmmj1 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-7nsackmmj1] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-7nsackmmj1 {
    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/Login.razor.rz.scp.css */
.login-wrap[b-9bc46eqwqz] {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    min-height: 100vh;
    background:
        radial-gradient(1200px 700px at 88% -12%, rgba(124, 108, 255, .20), transparent 55%),
        radial-gradient(900px 600px at 6% 112%, rgba(138, 92, 246, .16), transparent 55%),
        linear-gradient(135deg, #0a0e1d 0%, #0d1226 55%, #120e26 100%);
    font-family: 'Cairo', 'Inter', 'Segoe UI', Tahoma, sans-serif;
    color: #e7eaff;
}

/* ---- Form panel (right in RTL) ---- */
.login-panel[b-9bc46eqwqz] { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px 32px; }
.login-card[b-9bc46eqwqz] {
    width: 100%; max-width: 410px; background: transparent; text-align: center;
    animation: login-rise-b-9bc46eqwqz .5s cubic-bezier(.2, .7, .2, 1) both;
}
.login-logo[b-9bc46eqwqz] {
    width: 66px; height: 66px; border-radius: 19px; margin: 0 auto 16px; display: grid; place-items: center;
    background: linear-gradient(135deg, #6d5cf5, #9b5cf6); color: #fff; overflow: hidden;
    box-shadow: 0 16px 36px rgba(109, 92, 245, .5);
}
.login-logo svg[b-9bc46eqwqz] { width: 34px; height: 34px; }
.login-logo img[b-9bc46eqwqz] { width: 100%; height: 100%; object-fit: cover; }
.login-card h2[b-9bc46eqwqz] { font-size: 25px; font-weight: 800; color: #fff; margin: 0; }
.login-subtitle[b-9bc46eqwqz] { color: #98a0cc; font-size: 13.5px; margin: 6px 0 24px; }
.login-alert[b-9bc46eqwqz] {
    background: rgba(255, 90, 90, .12); color: #ff9b92; border: 1px solid rgba(255, 90, 90, .3); border-radius: 12px;
    padding: 10px 14px; font-size: 13px; margin-bottom: 16px;
}
.lf-label[b-9bc46eqwqz] { display: block; text-align: start; font-size: 12.5px; font-weight: 700; color: #aeb5dd; margin: 12px 0 6px; }
.lf-wrap[b-9bc46eqwqz] { position: relative; display: flex; align-items: center; }
.lf-ic[b-9bc46eqwqz] { position: absolute; inset-inline-start: 15px; color: #828bba; display: grid; place-items: center; pointer-events: none; }
.lf[b-9bc46eqwqz] {
    width: 100%; height: 50px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 14px; background: rgba(255, 255, 255, .04);
    padding-inline: 46px 46px; font-size: 14px; color: #eef1ff; outline: none; font-family: inherit;
    transition: border-color .15s, box-shadow .15s, background .15s;
}
.lf[b-9bc46eqwqz]::placeholder { color: #6f77a3; }
.lf:focus[b-9bc46eqwqz] { border-color: #7c6cff; box-shadow: 0 0 0 4px rgba(124, 108, 255, .16); background: rgba(255, 255, 255, .06); }
.lf-eye[b-9bc46eqwqz] {
    position: absolute; inset-inline-end: 13px; background: none; border: none; color: #828bba;
    cursor: pointer; display: grid; place-items: center; padding: 6px;
}
.lf-row[b-9bc46eqwqz] { display: flex; align-items: center; justify-content: space-between; margin: 14px 0 4px; }
.lf-remember[b-9bc46eqwqz] { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #aeb5dd; cursor: pointer; }
.lf-remember input[b-9bc46eqwqz] { width: 17px; height: 17px; accent-color: #7c6cff; }
.login-submit[b-9bc46eqwqz] {
    width: 100%; height: 52px; border: none; border-radius: 14px; font-family: inherit; margin-top: 20px;
    background: linear-gradient(135deg, #6d5cf5, #8a5cf6); color: #fff; font-size: 16px; font-weight: 700;
    cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px;
    box-shadow: 0 14px 30px rgba(109, 92, 245, .45); transition: transform .1s, box-shadow .15s;
}
.login-submit:hover[b-9bc46eqwqz] { transform: translateY(-1px); box-shadow: 0 18px 38px rgba(109, 92, 245, .55); }
.login-submit:active[b-9bc46eqwqz] { transform: translateY(0); }
.login-submit span[b-9bc46eqwqz] { font-size: 18px; }
.login-hint[b-9bc46eqwqz] { font-size: 12px; color: #757da8; margin-top: 18px; }
.login-hint b[b-9bc46eqwqz] { color: #9b8cff; }
.login-foot[b-9bc46eqwqz] { margin-top: 26px; font-size: 12px; color: #636b95; }

/* ---- Brand / illustration panel (left in RTL) ---- */
.login-brand[b-9bc46eqwqz] {
    position: relative; overflow: hidden; display: flex; flex-direction: column;
    padding: 48px 56px; border-inline-start: 1px solid rgba(255, 255, 255, .06);
}
.lb-glow[b-9bc46eqwqz] {
    position: absolute; width: 540px; height: 540px; border-radius: 50%; top: -170px; inset-inline-start: -130px;
    background: radial-gradient(circle, rgba(124, 108, 255, .35), transparent 60%); pointer-events: none;
}
.brand-top[b-9bc46eqwqz] { display: flex; align-items: center; gap: 14px; position: relative; z-index: 1; }
.brand-shield[b-9bc46eqwqz] {
    width: 54px; height: 54px; border-radius: 15px; background: linear-gradient(135deg, #6d5cf5, #9b5cf6);
    color: #fff; display: grid; place-items: center; box-shadow: 0 10px 26px rgba(109, 92, 245, .5); overflow: hidden;
}
.brand-shield img[b-9bc46eqwqz] { width: 100%; height: 100%; object-fit: cover; }
.brand-name[b-9bc46eqwqz] { font-weight: 800; font-size: 20px; color: #fff; }
.brand-tag[b-9bc46eqwqz] { font-size: 12.5px; color: #aab2e6; margin-top: 3px; }
.brand-mid[b-9bc46eqwqz] { margin-top: auto; margin-bottom: auto; position: relative; z-index: 1; }
.brand-mid h1[b-9bc46eqwqz] { font-size: 38px; font-weight: 800; color: #fff; margin: 0; letter-spacing: -.5px; }
.brand-mid p[b-9bc46eqwqz] { font-size: 15px; color: #b3bbe8; margin-top: 14px; max-width: 430px; line-height: 1.8; }
.lb-preview[b-9bc46eqwqz] {
    margin-top: 30px; max-width: 460px; background: rgba(255, 255, 255, .045); border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 18px; padding: 16px; box-shadow: 0 34px 80px rgba(0, 0, 0, .45);
}
.lp-row[b-9bc46eqwqz] { display: flex; gap: 10px; margin-bottom: 14px; }
.lp-kpi[b-9bc46eqwqz] { flex: 1; background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .07); border-radius: 12px; padding: 11px 12px; text-align: start; }
.lp-kpi span[b-9bc46eqwqz] { display: block; font-size: 10.5px; color: #9aa2cf; margin-bottom: 3px; }
.lp-kpi b[b-9bc46eqwqz] { font-size: 14.5px; }
.lp-kpi.in b[b-9bc46eqwqz] { color: #3ddc97; }
.lp-kpi.out b[b-9bc46eqwqz] { color: #ff7a8a; }
.lp-kpi.net b[b-9bc46eqwqz] { color: #9b8cff; }
.lp-chart[b-9bc46eqwqz] { width: 100%; height: 90px; display: block; }
.lb-features[b-9bc46eqwqz] { display: flex; gap: 26px; margin-top: 38px; position: relative; z-index: 1; flex-wrap: wrap; }
.lb-feat[b-9bc46eqwqz] { display: flex; align-items: center; gap: 11px; }
.lbf-ic[b-9bc46eqwqz] {
    width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0; display: grid; place-items: center;
    background: rgba(124, 108, 255, .15); border: 1px solid rgba(124, 108, 255, .25); color: #9b8cff;
}
.lb-feat b[b-9bc46eqwqz] { display: block; font-size: 13.5px; color: #fff; }
.lb-feat span[b-9bc46eqwqz] { font-size: 11.5px; color: #9aa2cf; }

@keyframes login-rise-b-9bc46eqwqz { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 950px) {
    .login-wrap[b-9bc46eqwqz] { grid-template-columns: 1fr; }
    .login-brand[b-9bc46eqwqz] { display: none; }
    .login-panel[b-9bc46eqwqz] { padding: 24px 16px; }
}
