/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-lb9hgqdh2h],
.components-reconnect-repeated-attempt-visible[b-lb9hgqdh2h],
.components-reconnect-failed-visible[b-lb9hgqdh2h],
.components-pause-visible[b-lb9hgqdh2h],
.components-resume-failed-visible[b-lb9hgqdh2h],
.components-rejoining-animation[b-lb9hgqdh2h] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-lb9hgqdh2h],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-lb9hgqdh2h],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-lb9hgqdh2h],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-lb9hgqdh2h],
#components-reconnect-modal.components-reconnect-retrying[b-lb9hgqdh2h],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-lb9hgqdh2h],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-lb9hgqdh2h],
#components-reconnect-modal.components-reconnect-failed[b-lb9hgqdh2h],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-lb9hgqdh2h] {
    display: block;
}


#components-reconnect-modal[b-lb9hgqdh2h] {
    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-lb9hgqdh2h 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-lb9hgqdh2h 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-lb9hgqdh2h 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-lb9hgqdh2h]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-lb9hgqdh2h 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-lb9hgqdh2h {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-lb9hgqdh2h {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-lb9hgqdh2h {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-lb9hgqdh2h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-lb9hgqdh2h] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-lb9hgqdh2h] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-lb9hgqdh2h] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-lb9hgqdh2h] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-lb9hgqdh2h] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-lb9hgqdh2h] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-lb9hgqdh2h 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-lb9hgqdh2h] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-lb9hgqdh2h {
    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/Account/Login.razor.rz.scp.css */
.login-page[b-9k77euvdrz] {
    position: fixed;
    inset: 0;
    background: linear-gradient(135deg, #0c1a2e 0%, #142840 50%, #1a334a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 0;
}

#login-eeg-canvas[b-9k77euvdrz] {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.35;
    z-index: 0;
    pointer-events: none;
}

.login-grid-overlay[b-9k77euvdrz] {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(0,210,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0,210,255,0.05) 1px, transparent 1px);
    background-size: 40px 40px;
}

.login-radial-glow[b-9k77euvdrz] {
    position: fixed;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,210,255,0.1) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
    animation: login-pulse-b-9k77euvdrz 4s ease-in-out infinite;
}

@keyframes login-pulse-b-9k77euvdrz {
    0%, 100% {
        opacity: 0.5;
        transform: translate(-50%,-50%) scale(1);
    }

    50% {
        opacity: 1;
        transform: translate(-50%,-50%) scale(1.06);
    }
}

.login-card[b-9k77euvdrz] {
    position: relative;
    z-index: 10;
    width: 400px;
    background: rgba(18,38,58,0.92);
    border: 1px solid rgba(0,210,255,0.35);
    backdrop-filter: blur(24px);
    padding: 36px 36px 32px;
    clip-path: polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,16px 100%,0 calc(100% - 16px));
    box-shadow: 0 0 30px rgba(0,210,255,0.22), 0 0 80px rgba(0,210,255,0.1), 0 0 150px rgba(0,210,255,0.04), inset 0 0 40px rgba(0,210,255,0.02);
    animation: login-card-in-b-9k77euvdrz 0.6s cubic-bezier(0.16,1,0.3,1) both;
}

@keyframes login-card-in-b-9k77euvdrz {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-card[b-9k77euvdrz]::before, .login-card[b-9k77euvdrz]::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-color: #00d2ff;
    border-style: solid;
}

.login-card[b-9k77euvdrz]::before {
    top: -1px;
    right: -1px;
    border-width: 2px 2px 0 0;
}

.login-card[b-9k77euvdrz]::after {
    bottom: -1px;
    left: -1px;
    border-width: 0 0 2px 2px;
}

.login-logo-row[b-9k77euvdrz] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}

.login-logo-icon[b-9k77euvdrz] {
    width: 32px;
    height: 32px;
}

.login-logo-text[b-9k77euvdrz] {
    font-family: 'Rajdhani',sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: #00d2ff;
    text-shadow: 0 0 20px rgba(0,210,255,0.25);
}
/* 标签页 */
.login-tabs[b-9k77euvdrz] {
    display: flex;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(0,210,255,0.15);
}

.login-tab[b-9k77euvdrz] {
    flex: 1;
    background: none;
    border: none;
    padding: 8px 0;
    font-family: 'Rajdhani',sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: rgba(200,232,240,0.6);
    cursor: pointer;
    position: relative;
    transition: color 0.3s;
}

    .login-tab.active[b-9k77euvdrz] {
        color: #00d2ff;
        text-shadow: 0 0 12px rgba(0,210,255,0.25);
    }

        .login-tab.active[b-9k77euvdrz]::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            right: 0;
            height: 2px;
            background: #00d2ff;
            box-shadow: 0 0 8px rgba(0,210,255,0.5);
        }

.login-logo-sub[b-9k77euvdrz] {
    font-family: 'Courier New',monospace;
    font-size: 9px;
    color: rgba(200,232,240,0.6);
    letter-spacing: 0.3em;
    margin-bottom: 16px;
}

.login-eeg-decoration[b-9k77euvdrz] {
    width: 100%;
    height: 20px;
    margin-bottom: 16px;
}

.login-neural-row[b-9k77euvdrz] {
    padding: 10px 12px;
    border: 1px solid rgba(0,210,255,0.15);
    background: rgba(0,210,255,0.06);
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: border-color 0.3s;
    clip-path: polygon(0 0,calc(100% - 4px) 0,100% 4px,100% 100%,4px 100%,0 calc(100% - 4px));
    margin-bottom: 14px;
}

    .login-neural-row:hover[b-9k77euvdrz] {
        border-color: rgba(0,210,255,0.5);
    }

    .login-neural-row.scanning[b-9k77euvdrz] {
        border-color: #00d2ff;
    }

.login-neural-icon[b-9k77euvdrz] {
    width: 48px;
    height: 22px;
    flex-shrink: 0;
}

.login-neural-text[b-9k77euvdrz] {
    flex: 1;
}

.login-neural-title[b-9k77euvdrz] {
    font-family: 'Rajdhani',sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #00d2ff;
}

.login-neural-status[b-9k77euvdrz] {
    font-family: 'Courier New',monospace;
    font-size: 8px;
    color: rgba(200,232,240,0.6);
    letter-spacing: 0.2em;
    margin-top: 2px;
}

.login-signal-meter[b-9k77euvdrz] {
    display: flex;
    gap: 2px;
    align-items: flex-end;
    height: 10px;
}

.signal-bar[b-9k77euvdrz] {
    width: 3px;
    background: rgba(0,210,255,0.15);
    border-radius: 1px;
    transition: background 0.3s;
}

    .signal-bar.active[b-9k77euvdrz] {
        background: #00f5c4;
        box-shadow: 0 0 4px #00f5c4;
    }

    .signal-bar:nth-child(1)[b-9k77euvdrz] {
        height: 3px;
    }

    .signal-bar:nth-child(2)[b-9k77euvdrz] {
        height: 5px;
    }

    .signal-bar:nth-child(3)[b-9k77euvdrz] {
        height: 7px;
    }

    .signal-bar:nth-child(4)[b-9k77euvdrz] {
        height: 9px;
    }

    .signal-bar:nth-child(5)[b-9k77euvdrz] {
        height: 7px;
    }

.login-divider[b-9k77euvdrz] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.login-divider-line[b-9k77euvdrz] {
    flex: 1;
    height: 1px;
    background: rgba(0,210,255,0.15);
}

.login-divider-text[b-9k77euvdrz] {
    font-family: 'Courier New',monospace;
    font-size: 8px;
    color: rgba(200,232,240,0.6);
    letter-spacing: 0.2em;
}

.login-field[b-9k77euvdrz] {
    margin-bottom: 14px;
}

    .login-field label[b-9k77euvdrz] {
        display: block;
        font-family: 'Courier New',monospace;
        font-size: 9px;
        letter-spacing: 0.25em;
        color: rgba(200,232,240,0.6);
        margin-bottom: 6px;
    }

.login-field-wrap[b-9k77euvdrz] {
    position: relative;
    display: flex;
    align-items: center;
}

.login-field-icon[b-9k77euvdrz] {
    position: absolute;
    left: 10px;
    color: rgba(200,232,240,0.6);
    z-index: 1;
    transition: color 0.3s;
}

.login-input[b-9k77euvdrz] {
    width: 100%;
    background: rgba(0,210,255,0.03);
    border: 1px solid rgba(0,210,255,0.15);
    color: #c8e8f0;
    font-family: 'Courier New',monospace;
    font-size: 12px;
    padding: 10px 10px 10px 32px;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
    clip-path: polygon(0 0,calc(100% - 6px) 0,100% 6px,100% 100%,6px 100%,0 calc(100% - 6px));
}

    .login-input[b-9k77euvdrz]::placeholder {
        color: rgba(200,232,240,0.5);
    }

    .login-input:focus[b-9k77euvdrz] {
        border-color: rgba(0,210,255,0.5);
        background: rgba(0,210,255,0.06);
        box-shadow: 0 0 0 1px rgba(0,210,255,0.12), 0 0 20px rgba(0,210,255,0.04);
    }

        .login-input:focus ~ .login-field-icon[b-9k77euvdrz] {
            color: #00d2ff;
        }

.login-scan-line[b-9k77euvdrz] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #00d2ff, transparent);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.login-input:focus ~ .login-scan-line[b-9k77euvdrz] {
    opacity: 1;
}

.login-options-row[b-9k77euvdrz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.login-remember[b-9k77euvdrz] {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-size: 10px;
    color: rgba(200,232,240,0.6);
    letter-spacing: 0.1em;
}

.login-checkbox[b-9k77euvdrz] {
    width: 12px;
    height: 12px;
    accent-color: #00d2ff;
    cursor: pointer;
}

.login-forgot[b-9k77euvdrz] {
    font-size: 10px;
    color: rgba(200,232,240,0.6);
    text-decoration: none;
    transition: color 0.3s;
    letter-spacing: 0.1em;
}

    .login-forgot:hover[b-9k77euvdrz] {
        color: #00d2ff;
    }

/* 密码强度 */
.login-strength-wrap[b-9k77euvdrz] {
    margin-top: 6px;
}

.login-strength-track[b-9k77euvdrz] {
    height: 2px;
    background: rgba(0,210,255,0.15);
    position: relative;
    overflow: hidden;
}

.login-strength-fill[b-9k77euvdrz] {
    height: 100%;
    transition: width 0.4s, background 0.4s;
}

.login-strength-label[b-9k77euvdrz] {
    font-family: 'Courier New',monospace;
    font-size: 8px;
    margin-top: 2px;
    letter-spacing: 0.2em;
    transition: color 0.4s;
}

.login-reg-footer[b-9k77euvdrz] {
    text-align: center;
    margin-top: 10px;
    font-family: 'Courier New',monospace;
    font-size: 8px;
    color: rgba(200,232,240,0.5);
    letter-spacing: 0.2em;
}

.login-btn[b-9k77euvdrz] {
    width: 100%;
    padding: 11px;
    background: transparent;
    border: 1px solid #00d2ff;
    color: #00d2ff;
    font-family: 'Rajdhani',sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3em;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px));
    transition: color 0.3s, box-shadow 0.3s;
    text-shadow: 0 0 8px rgba(0,210,255,0.25);
}

    .login-btn[b-9k77euvdrz]::before {
        content: '';
        position: absolute;
        inset: 0;
        background: #00d2ff;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s cubic-bezier(0.16,1,0.3,1);
        z-index: 0;
    }

    .login-btn:hover[b-9k77euvdrz]::before {
        transform: scaleX(1);
    }

    .login-btn:hover[b-9k77euvdrz] {
        color: #0c1a2e;
        text-shadow: none;
        box-shadow: 0 0 30px rgba(0,210,255,0.35);
    }

    .login-btn:disabled[b-9k77euvdrz] {
        opacity: 0.5;
        cursor: not-allowed;
    }

        .login-btn:disabled[b-9k77euvdrz]::before {
            transform: scaleX(0);
        }

    .login-btn span[b-9k77euvdrz] {
        position: relative;
        z-index: 1;
    }

.login-status-bar[b-9k77euvdrz] {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(0,210,255,0.15);
    display: flex;
    align-items: center;
    gap: 6px;
}

.login-status-dot[b-9k77euvdrz] {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00f5c4;
    box-shadow: 0 0 6px #00f5c4;
    animation: login-blink-b-9k77euvdrz 1.4s ease-in-out infinite;
    flex-shrink: 0;
}

@keyframes login-blink-b-9k77euvdrz {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }
}

.login-status-text[b-9k77euvdrz] {
    font-family: 'Courier New',monospace;
    font-size: 8px;
    color: rgba(200,232,240,0.6);
    letter-spacing: 0.2em;
    overflow: hidden;
    white-space: nowrap;
}
