/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-i46hblucdu],
.components-reconnect-repeated-attempt-visible[b-i46hblucdu],
.components-reconnect-failed-visible[b-i46hblucdu],
.components-pause-visible[b-i46hblucdu],
.components-resume-failed-visible[b-i46hblucdu],
.components-rejoining-animation[b-i46hblucdu] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-i46hblucdu {
    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/GroupsAdd.razor.rz.scp.css */
/* Steps indicator */
.steps[b-jig75tbgnb] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.step[b-jig75tbgnb] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: var(--text-muted);
}

.step.active[b-jig75tbgnb] {
    color: var(--primary);
}

.step.done[b-jig75tbgnb] {
    color: var(--success);
}

.step-number[b-jig75tbgnb] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 700;
    border: 1.5px solid var(--border);
    background: var(--surface);
}

.step.active .step-number[b-jig75tbgnb] {
    border-color: var(--primary);
    background: var(--primary);
    color: #fff;
}

.step.done .step-number[b-jig75tbgnb] {
    border-color: var(--success);
    background: var(--success);
    color: #12161c;
}

.step-connector[b-jig75tbgnb] {
    width: 40px;
    height: 1px;
    background: var(--border);
}

/* Card */
.onboarding-card[b-jig75tbgnb] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 1.5rem;
    max-width: 640px;
}

.onboarding-card h2[b-jig75tbgnb] {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    letter-spacing: -0.01em;
}

.subtitle[b-jig75tbgnb] {
    font-size: 0.8rem;
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

/* Instructions */
.instructions[b-jig75tbgnb] {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
}

.instructions-title[b-jig75tbgnb] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
    margin-bottom: 0.75rem;
}

.instruction-step[b-jig75tbgnb] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.6rem;
    font-size: 0.8rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

.instruction-step:last-child[b-jig75tbgnb] {
    margin-bottom: 0;
}

.instruction-num[b-jig75tbgnb] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    background: var(--primary-light);
    border: 1px solid var(--primary);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    font-weight: 700;
}

/* Form */
.form-group[b-jig75tbgnb] {
    margin-bottom: 1.25rem;
}

.form-group label[b-jig75tbgnb] {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--text-secondary);
    margin-bottom: 0.4rem;
}

.input-wrapper[b-jig75tbgnb] {
    display: flex;
    gap: 0.5rem;
}

.form-input[b-jig75tbgnb] {
    flex: 1;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 0.6rem 0.8rem;
    font-size: 0.8rem;
    font-family: inherit;
    color: var(--text);
    transition: border-color 0.15s;
    outline: none;
}

.form-input:focus[b-jig75tbgnb] {
    border-color: var(--primary);
}

.form-input[b-jig75tbgnb]::placeholder {
    color: var(--text-muted);
}

.form-hint[b-jig75tbgnb] {
    font-size: 0.7rem;
    color: var(--text-muted);
    margin-top: 0.35rem;
}

/* Error */
.error-msg[b-jig75tbgnb] {
    background: #f8717118;
    border: 1px solid #f8717140;
    border-radius: 8px;
    padding: 0.6rem 0.8rem;
    font-size: 0.75rem;
    color: var(--danger);
    margin-top: 0.5rem;
}

/* Loading state */
.loading-state[b-jig75tbgnb] {
    text-align: center;
    padding: 2rem;
}

.spinner[b-jig75tbgnb] {
    width: 32px;
    height: 32px;
    border: 3px solid var(--border);
    border-top-color: var(--primary);
    border-radius: 50%;
    animation: spin-b-jig75tbgnb 0.8s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-jig75tbgnb {
    to { transform: rotate(360deg); }
}

.loading-state p[b-jig75tbgnb] {
    font-size: 0.85rem;
    color: var(--text-secondary);
}

/* Success state */
.success-card[b-jig75tbgnb] {
    text-align: center;
    padding: 2rem 1.5rem;
}

.success-icon[b-jig75tbgnb] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #4ade8020;
    border: 2px solid var(--success);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: var(--success);
}

.success-card h2[b-jig75tbgnb] {
    margin-bottom: 0.5rem;
}

.success-card p[b-jig75tbgnb] {
    color: var(--text-secondary);
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
}

.group-preview[b-jig75tbgnb] {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    text-align: left;
}

.group-avatar[b-jig75tbgnb] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
    min-width: 44px;
    color: #fff;
}

.group-info[b-jig75tbgnb] {
    flex: 1;
}

.group-name[b-jig75tbgnb] {
    font-size: 0.9rem;
    font-weight: 600;
}

.group-meta[b-jig75tbgnb] {
    font-size: 0.7rem;
    color: var(--text-muted);
    margin-top: 0.15rem;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.auth-container[b-8uld2fjxnk] {
    display: flex;
    min-height: 100vh;
}

.auth-left[b-8uld2fjxnk] {
    flex: 1;
    background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
}

.auth-brand[b-8uld2fjxnk] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.auth-logo[b-8uld2fjxnk] {
    width: 36px;
    height: 36px;
    background: #e8542e;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
}

.auth-brand-name[b-8uld2fjxnk] {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.auth-testimonial[b-8uld2fjxnk] {
    max-width: 400px;
}

.auth-testimonial-text[b-8uld2fjxnk] {
    color: #ccc;
    font-size: 16px;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 12px;
    transition: opacity 0.5s ease;
}

.auth-testimonial-author[b-8uld2fjxnk] {
    color: #888;
    font-size: 14px;
}

.auth-right[b-8uld2fjxnk] {
    flex: 1;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    max-width: 520px;
}

.auth-back-link[b-8uld2fjxnk] {
    position: absolute;
    top: 24px;
    color: #888;
    text-decoration: none;
    font-size: 14px;
}

.auth-back-link:hover[b-8uld2fjxnk] {
    color: #333;
}

.auth-form h2[b-8uld2fjxnk] {
    color: #111;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px;
}

.auth-subtitle[b-8uld2fjxnk] {
    color: #888;
    font-size: 14px;
    margin: 0 0 28px;
}

.auth-google-btn[b-8uld2fjxnk] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: border-color 0.2s;
}

.auth-google-btn:hover[b-8uld2fjxnk] {
    border-color: #999;
}

.auth-divider[b-8uld2fjxnk] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 24px 0;
}

.auth-divider[b-8uld2fjxnk]::before,
.auth-divider[b-8uld2fjxnk]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #eee;
}

.auth-divider span[b-8uld2fjxnk] {
    color: #aaa;
    font-size: 12px;
}

.auth-field[b-8uld2fjxnk] {
    margin-bottom: 16px;
}

.auth-field label[b-8uld2fjxnk] {
    display: block;
    color: #555;
    font-size: 13px;
    margin-bottom: 6px;
}

.auth-input[b-8uld2fjxnk] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.auth-input:focus[b-8uld2fjxnk] {
    border-color: #e8542e;
}

.auth-input-readonly[b-8uld2fjxnk] {
    background: #f5f5f5;
    color: #999;
}

.auth-submit-btn[b-8uld2fjxnk] {
    width: 100%;
    padding: 12px;
    background: #e8542e;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 8px;
}

.auth-submit-btn:hover:not(:disabled)[b-8uld2fjxnk] {
    background: #d14a28;
}

.auth-submit-btn:disabled[b-8uld2fjxnk] {
    opacity: 0.6;
    cursor: not-allowed;
}

.auth-back-btn[b-8uld2fjxnk] {
    display: block;
    width: 100%;
    padding: 8px;
    background: none;
    border: none;
    color: #e8542e;
    font-size: 13px;
    cursor: pointer;
    margin-top: 8px;
}

.auth-error[b-8uld2fjxnk] {
    color: #e74c3c;
    font-size: 13px;
    margin: 8px 0;
}

.auth-terms[b-8uld2fjxnk] {
    color: #aaa;
    font-size: 11px;
    text-align: center;
    margin-top: 20px;
}

.auth-terms a[b-8uld2fjxnk] {
    color: #e8542e;
    text-decoration: none;
}

.auth-otp-inputs[b-8uld2fjxnk] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 24px 0;
}

.auth-otp-input[b-8uld2fjxnk] {
    width: 48px;
    height: 56px;
    border: 2px solid #ddd;
    border-radius: 10px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    outline: none;
    transition: border-color 0.2s;
}

.auth-otp-input:focus[b-8uld2fjxnk] {
    border-color: #e8542e;
}

.auth-resend[b-8uld2fjxnk] {
    color: #aaa;
    font-size: 13px;
    text-align: center;
    margin-top: 16px;
}

.auth-resend-btn[b-8uld2fjxnk] {
    background: none;
    border: none;
    color: #e8542e;
    cursor: pointer;
    font-size: 13px;
    padding: 0;
}

.auth-resend-timer[b-8uld2fjxnk] {
    color: #999;
}

@media (max-width: 768px) {
    .auth-container[b-8uld2fjxnk] {
        flex-direction: column;
    }

    .auth-left[b-8uld2fjxnk] {
        display: none;
    }

    .auth-right[b-8uld2fjxnk] {
        max-width: 100%;
        padding: 40px 24px;
    }
}
