@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Account/Pages/ForgotPassword.razor.rz.scp.css */
/* ── Auth Page ──────────────────────────────────────────────── */

.auth-page[b-9ymjrlvpo9] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background:
        radial-gradient(ellipse at 20% 0%, rgba(99, 102, 241, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 100%, rgba(139, 92, 246, 0.06) 0%, transparent 50%),
        var(--app-bg);
}

.auth-container[b-9ymjrlvpo9] {
    width: 100%;
    max-width: 480px;
    animation: authFadeIn-b-9ymjrlvpo9 0.5s ease;
}

/* ── Header ── */

.auth-header[b-9ymjrlvpo9] {
    text-align: center;
    margin-bottom: 2rem;
}

.auth-header h1[b-9ymjrlvpo9] {
    font-size: 1.85rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, var(--app-primary), var(--app-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.auth-header p[b-9ymjrlvpo9] {
    color: var(--app-text-secondary);
    font-size: 0.95rem;
    margin: 0;
}

/* ── Option Cards ── */

.auth-option[b-9ymjrlvpo9] {
    background: var(--app-surface);
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius-lg);
    padding: 1.5rem;
    transition: box-shadow var(--app-transition), border-color var(--app-transition), transform var(--app-transition);
    box-shadow: var(--app-shadow-xs);
}

.auth-option:hover[b-9ymjrlvpo9] {
    box-shadow: var(--app-shadow);
    border-color: rgba(99, 102, 241, 0.25);
    transform: translateY(-1px);
}

/* ── Form overrides in auth context ── */

.auth-option .form-floating > .form-control[b-9ymjrlvpo9] {
    border-radius: var(--app-radius-sm);
}

.auth-option .form-floating > label[b-9ymjrlvpo9] {
    font-size: 0.875rem;
}

/* ── Field Group ── */

.auth-field-group[b-9ymjrlvpo9] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* ── Shared Button Styles ── */

.btn-auth[b-9ymjrlvpo9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: var(--app-radius-sm);
    border: none;
    cursor: pointer;
    transition: all var(--app-transition);
    text-decoration: none;
    letter-spacing: 0.01em;
    line-height: 1.4;
}

.btn-auth-submit[b-9ymjrlvpo9] {
    background: var(--app-primary);
    color: #fff;
    box-shadow: 0 1px 3px rgba(99, 102, 241, 0.3);
}

.btn-auth-submit:hover[b-9ymjrlvpo9] {
    background: var(--app-primary-hover);
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35);
    transform: translateY(-1px);
}

/* ── Footer ── */

.auth-footer[b-9ymjrlvpo9] {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--app-border);
}

.auth-footer p[b-9ymjrlvpo9] {
    color: var(--app-text-secondary);
    font-size: 0.9rem;
    margin: 0;
}

.auth-footer a[b-9ymjrlvpo9] {
    color: var(--app-primary);
    font-weight: 600;
    text-decoration: none;
    transition: color var(--app-transition);
}

.auth-footer a:hover[b-9ymjrlvpo9] {
    color: var(--app-primary-hover);
    text-decoration: underline;
}

/* ── Animations ── */

@keyframes authFadeIn-b-9ymjrlvpo9 {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Responsive ── */

@media (max-width: 540px) {
    .auth-page[b-9ymjrlvpo9] {
        padding: 1rem 0.75rem;
        align-items: flex-start;
        padding-top: 2rem;
    }

    .auth-header h1[b-9ymjrlvpo9] {
        font-size: 1.5rem;
    }

    .auth-option[b-9ymjrlvpo9] {
        padding: 1.25rem;
    }
}
/* /Components/Account/Pages/ForgotPasswordConfirmation.razor.rz.scp.css */
/* ── Auth Page ──────────────────────────────────────────────── */

.auth-page[b-j1spook6jw] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background:
        radial-gradient(ellipse at 20% 0%, rgba(99, 102, 241, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 100%, rgba(139, 92, 246, 0.06) 0%, transparent 50%),
        var(--app-bg);
}

.auth-container[b-j1spook6jw] {
    width: 100%;
    max-width: 480px;
    animation: authFadeIn-b-j1spook6jw 0.5s ease;
}

/* ── Header ── */

.auth-header[b-j1spook6jw] {
    text-align: center;
    margin-bottom: 2rem;
}

.auth-header h1[b-j1spook6jw] {
    font-size: 1.85rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, var(--app-primary), var(--app-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.auth-header p[b-j1spook6jw] {
    color: var(--app-text-secondary);
    font-size: 0.95rem;
    margin: 0;
}

/* ── Option Cards ── */

.auth-option[b-j1spook6jw] {
    background: var(--app-surface);
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius-lg);
    padding: 1.5rem;
    transition: box-shadow var(--app-transition), border-color var(--app-transition), transform var(--app-transition);
    box-shadow: var(--app-shadow-xs);
}

.auth-option:hover[b-j1spook6jw] {
    box-shadow: var(--app-shadow);
    border-color: rgba(99, 102, 241, 0.25);
    transform: translateY(-1px);
}

/* ── Footer ── */

.auth-footer[b-j1spook6jw] {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--app-border);
}

.auth-footer p[b-j1spook6jw] {
    color: var(--app-text-secondary);
    font-size: 0.9rem;
    margin: 0;
}

.auth-footer a[b-j1spook6jw] {
    color: var(--app-primary);
    font-weight: 600;
    text-decoration: none;
    transition: color var(--app-transition);
}

.auth-footer a:hover[b-j1spook6jw] {
    color: var(--app-primary-hover);
    text-decoration: underline;
}

/* ── Animations ── */

@keyframes authFadeIn-b-j1spook6jw {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Responsive ── */

@media (max-width: 540px) {
    .auth-page[b-j1spook6jw] {
        padding: 1rem 0.75rem;
        align-items: flex-start;
        padding-top: 2rem;
    }

    .auth-header h1[b-j1spook6jw] {
        font-size: 1.5rem;
    }

    .auth-option[b-j1spook6jw] {
        padding: 1.25rem;
    }
}
/* /Components/Account/Pages/Login.razor.rz.scp.css */
/* ── Login Page ──────────────────────────────────────────────── */

.login-page[b-he0e0c8wze] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background:
        radial-gradient(ellipse at 20% 0%, rgba(99, 102, 241, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 100%, rgba(139, 92, 246, 0.06) 0%, transparent 50%),
        var(--app-bg);
}

.login-container[b-he0e0c8wze] {
    width: 100%;
    max-width: 480px;
    animation: loginFadeIn-b-he0e0c8wze 0.5s ease;
}

/* ── Header ── */

.login-header[b-he0e0c8wze] {
    text-align: center;
    margin-bottom: 2rem;
}

.login-header h1[b-he0e0c8wze] {
    font-size: 1.85rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, var(--app-primary), var(--app-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.login-header p[b-he0e0c8wze] {
    color: var(--app-text-secondary);
    font-size: 0.95rem;
    margin: 0;
}

/* ── Option Cards ── */

.login-option[b-he0e0c8wze] {
    background: var(--app-surface);
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius-lg);
    padding: 1.5rem;
    transition: box-shadow var(--app-transition), border-color var(--app-transition), transform var(--app-transition);
    box-shadow: var(--app-shadow-xs);
}

.login-option:hover[b-he0e0c8wze] {
    box-shadow: var(--app-shadow);
    border-color: rgba(99, 102, 241, 0.25);
    transform: translateY(-1px);
}

.login-option-icon[b-he0e0c8wze] {
    width: 44px;
    height: 44px;
    border-radius: var(--app-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    flex-shrink: 0;
}

.login-option-google .login-option-icon[b-he0e0c8wze] {
    background: rgba(66, 133, 244, 0.08);
    color: #4285F4;
}

.login-option-passkey .login-option-icon[b-he0e0c8wze] {
    background: var(--app-primary-light);
    color: var(--app-primary);
}

.login-option-password .login-option-icon[b-he0e0c8wze] {
    background: rgba(100, 116, 139, 0.08);
    color: var(--app-text-secondary);
}

.login-option-content[b-he0e0c8wze] {
    margin-bottom: 1rem;
}

.login-option-content h2[b-he0e0c8wze] {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 0.35rem;
    color: var(--app-text);
    letter-spacing: -0.01em;
}

.login-option-content p[b-he0e0c8wze] {
    font-size: 0.85rem;
    color: var(--app-text-secondary);
    margin: 0;
    line-height: 1.5;
}

/* ── Shared Button Styles ── */

.btn-login[b-he0e0c8wze] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: var(--app-radius-sm);
    border: none;
    cursor: pointer;
    transition: all var(--app-transition);
    text-decoration: none;
    letter-spacing: 0.01em;
    line-height: 1.4;
}

.btn-icon[b-he0e0c8wze] {
    flex-shrink: 0;
}

/* Google button */
.btn-login-google[b-he0e0c8wze] {
    background: var(--app-surface);
    color: var(--app-text);
    border: 1px solid var(--app-border);
    box-shadow: var(--app-shadow-xs);
}

.btn-login-google:hover[b-he0e0c8wze] {
    background: #f8fafc;
    border-color: #cbd5e1;
    box-shadow: var(--app-shadow-sm);
    transform: translateY(-1px);
}

/* Passkey button */
.btn-login-passkey[b-he0e0c8wze] {
    background: var(--app-primary);
    color: #fff;
    box-shadow: 0 1px 3px rgba(99, 102, 241, 0.3);
}

.btn-login-passkey:hover[b-he0e0c8wze] {
    background: var(--app-primary-hover);
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35);
    transform: translateY(-1px);
}

/* Submit button inside password form */
.btn-login-submit[b-he0e0c8wze] {
    background: var(--app-primary);
    color: #fff;
    box-shadow: 0 1px 3px rgba(99, 102, 241, 0.3);
}

.btn-login-submit:hover[b-he0e0c8wze] {
    background: var(--app-primary-hover);
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35);
    transform: translateY(-1px);
}

/* ── Field Group ── */

.login-field-group[b-he0e0c8wze] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* ── Divider ── */

.login-divider[b-he0e0c8wze] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.25rem 0;
}

.login-divider[b-he0e0c8wze]::before,
.login-divider[b-he0e0c8wze]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--app-border);
}

.login-divider span[b-he0e0c8wze] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--app-text-secondary);
    opacity: 0.7;
}

/* ── Footer ── */

.login-footer[b-he0e0c8wze] {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--app-border);
}

.login-footer p[b-he0e0c8wze] {
    color: var(--app-text-secondary);
    font-size: 0.9rem;
    margin: 0;
}

.login-footer a[b-he0e0c8wze] {
    color: var(--app-primary);
    font-weight: 600;
    text-decoration: none;
    transition: color var(--app-transition);
}

.login-footer a:hover[b-he0e0c8wze] {
    color: var(--app-primary-hover);
    text-decoration: underline;
}

/* ── Animations ── */

@keyframes loginFadeIn-b-he0e0c8wze {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Form overrides in login context ── */

.login-option .form-floating > .form-control[b-he0e0c8wze] {
    border-radius: var(--app-radius-sm);
}

.login-option .form-floating > label[b-he0e0c8wze] {
    font-size: 0.875rem;
}

/* ── Responsive ── */

@media (max-width: 540px) {
    .login-page[b-he0e0c8wze] {
        padding: 1rem 0.75rem;
        align-items: flex-start;
        padding-top: 2rem;
    }

    .login-header h1[b-he0e0c8wze] {
        font-size: 1.5rem;
    }

    .login-option[b-he0e0c8wze] {
        padding: 1.25rem;
    }
}
/* /Components/Account/Pages/Register.razor.rz.scp.css */
/* ── Register Page ──────────────────────────────────────────────── */

.register-page[b-pivth6w488] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background:
        radial-gradient(ellipse at 20% 0%, rgba(99, 102, 241, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 100%, rgba(139, 92, 246, 0.06) 0%, transparent 50%),
        var(--app-bg);
}

.register-container[b-pivth6w488] {
    width: 100%;
    max-width: 480px;
    animation: registerFadeIn-b-pivth6w488 0.5s ease;
}

/* ── Header ── */

.register-header[b-pivth6w488] {
    text-align: center;
    margin-bottom: 2rem;
}

.register-header h1[b-pivth6w488] {
    font-size: 1.85rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, var(--app-primary), var(--app-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.register-header p[b-pivth6w488] {
    color: var(--app-text-secondary);
    font-size: 0.95rem;
    margin: 0;
}

/* ── Option Cards ── */

.register-option[b-pivth6w488] {
    background: var(--app-surface);
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius-lg);
    padding: 1.5rem;
    transition: box-shadow var(--app-transition), border-color var(--app-transition), transform var(--app-transition);
    box-shadow: var(--app-shadow-xs);
}

.register-option:hover[b-pivth6w488] {
    box-shadow: var(--app-shadow);
    border-color: rgba(99, 102, 241, 0.25);
    transform: translateY(-1px);
}

.register-option-icon[b-pivth6w488] {
    width: 44px;
    height: 44px;
    border-radius: var(--app-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    flex-shrink: 0;
}

.register-option-google .register-option-icon[b-pivth6w488] {
    background: rgba(66, 133, 244, 0.08);
    color: #4285F4;
}

.register-option-passkey .register-option-icon[b-pivth6w488] {
    background: var(--app-primary-light);
    color: var(--app-primary);
}

.register-option-password .register-option-icon[b-pivth6w488] {
    background: rgba(100, 116, 139, 0.08);
    color: var(--app-text-secondary);
}

.register-option-content[b-pivth6w488] {
    margin-bottom: 1rem;
}

.register-option-content h2[b-pivth6w488] {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 0.35rem;
    color: var(--app-text);
    letter-spacing: -0.01em;
}

.register-option-content p[b-pivth6w488] {
    font-size: 0.85rem;
    color: var(--app-text-secondary);
    margin: 0;
    line-height: 1.5;
}

/* ── Shared Button Styles ── */

.btn-register[b-pivth6w488] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: var(--app-radius-sm);
    border: none;
    cursor: pointer;
    transition: all var(--app-transition);
    text-decoration: none;
    letter-spacing: 0.01em;
    line-height: 1.4;
}

.btn-icon[b-pivth6w488] {
    flex-shrink: 0;
}

/* Google button */
.btn-register-google[b-pivth6w488] {
    background: var(--app-surface);
    color: var(--app-text);
    border: 1px solid var(--app-border);
    box-shadow: var(--app-shadow-xs);
}

.btn-register-google:hover[b-pivth6w488] {
    background: #f8fafc;
    border-color: #cbd5e1;
    box-shadow: var(--app-shadow-sm);
    transform: translateY(-1px);
}

/* Passkey button */
.btn-register-passkey[b-pivth6w488] {
    background: var(--app-primary);
    color: #fff;
    box-shadow: 0 1px 3px rgba(99, 102, 241, 0.3);
}

.btn-register-passkey:hover[b-pivth6w488] {
    background: var(--app-primary-hover);
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35);
    transform: translateY(-1px);
}

/* Submit button inside password form */
.btn-register-submit[b-pivth6w488] {
    background: var(--app-primary);
    color: #fff;
    box-shadow: 0 1px 3px rgba(99, 102, 241, 0.3);
}

.btn-register-submit:hover[b-pivth6w488] {
    background: var(--app-primary-hover);
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35);
    transform: translateY(-1px);
}

/* ── Field Group ── */

.register-field-group[b-pivth6w488] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* ── Divider ── */

.register-divider[b-pivth6w488] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.25rem 0;
}

.register-divider[b-pivth6w488]::before,
.register-divider[b-pivth6w488]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--app-border);
}

.register-divider span[b-pivth6w488] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--app-text-secondary);
    opacity: 0.7;
}

/* ── Footer ── */

.register-footer[b-pivth6w488] {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--app-border);
}

.register-footer p[b-pivth6w488] {
    color: var(--app-text-secondary);
    font-size: 0.9rem;
    margin: 0;
}

.register-footer a[b-pivth6w488] {
    color: var(--app-primary);
    font-weight: 600;
    text-decoration: none;
    transition: color var(--app-transition);
}

.register-footer a:hover[b-pivth6w488] {
    color: var(--app-primary-hover);
    text-decoration: underline;
}

/* ── Animations ── */

@keyframes registerFadeIn-b-pivth6w488 {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes registerSlideDown-b-pivth6w488 {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Form overrides in register context ── */

.register-option .form-floating > .form-control[b-pivth6w488] {
    border-radius: var(--app-radius-sm);
}

.register-option .form-floating > label[b-pivth6w488] {
    font-size: 0.875rem;
}

/* ── Responsive ── */

@media (max-width: 540px) {
    .register-page[b-pivth6w488] {
        padding: 1rem 0.75rem;
        align-items: flex-start;
        padding-top: 2rem;
    }

    .register-header h1[b-pivth6w488] {
        font-size: 1.5rem;
    }

    .register-option[b-pivth6w488] {
        padding: 1.25rem;
    }
}
/* /Components/Account/Pages/RegisterConfirmation.razor.rz.scp.css */
/* ── Auth Page ──────────────────────────────────────────────── */

.auth-page[b-0c1lxig5co] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background:
        radial-gradient(ellipse at 20% 0%, rgba(99, 102, 241, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 100%, rgba(139, 92, 246, 0.06) 0%, transparent 50%),
        var(--app-bg);
}

.auth-container[b-0c1lxig5co] {
    width: 100%;
    max-width: 480px;
    animation: authFadeIn-b-0c1lxig5co 0.5s ease;
}

/* ── Header ── */

.auth-header[b-0c1lxig5co] {
    text-align: center;
    margin-bottom: 2rem;
}

.auth-header h1[b-0c1lxig5co] {
    font-size: 1.85rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, var(--app-primary), var(--app-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.auth-header p[b-0c1lxig5co] {
    color: var(--app-text-secondary);
    font-size: 0.95rem;
    margin: 0;
}

/* ── Option Cards ── */

.auth-option[b-0c1lxig5co] {
    background: var(--app-surface);
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius-lg);
    padding: 1.5rem;
    transition: box-shadow var(--app-transition), border-color var(--app-transition), transform var(--app-transition);
    box-shadow: var(--app-shadow-xs);
}

.auth-option:hover[b-0c1lxig5co] {
    box-shadow: var(--app-shadow);
    border-color: rgba(99, 102, 241, 0.25);
    transform: translateY(-1px);
}

/* ── Footer ── */

.auth-footer[b-0c1lxig5co] {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--app-border);
}

.auth-footer p[b-0c1lxig5co] {
    color: var(--app-text-secondary);
    font-size: 0.9rem;
    margin: 0;
}

.auth-footer a[b-0c1lxig5co] {
    color: var(--app-primary);
    font-weight: 600;
    text-decoration: none;
    transition: color var(--app-transition);
}

.auth-footer a:hover[b-0c1lxig5co] {
    color: var(--app-primary-hover);
    text-decoration: underline;
}

/* ── Animations ── */

@keyframes authFadeIn-b-0c1lxig5co {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Responsive ── */

@media (max-width: 540px) {
    .auth-page[b-0c1lxig5co] {
        padding: 1rem 0.75rem;
        align-items: flex-start;
        padding-top: 2rem;
    }

    .auth-header h1[b-0c1lxig5co] {
        font-size: 1.5rem;
    }

    .auth-option[b-0c1lxig5co] {
        padding: 1.25rem;
    }
}
/* /Components/Account/Pages/ResendEmailConfirmation.razor.rz.scp.css */
/* ── Auth Page ──────────────────────────────────────────────── */

.auth-page[b-gt74rhmvq3] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background:
        radial-gradient(ellipse at 20% 0%, rgba(99, 102, 241, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 100%, rgba(139, 92, 246, 0.06) 0%, transparent 50%),
        var(--app-bg);
}

.auth-container[b-gt74rhmvq3] {
    width: 100%;
    max-width: 480px;
    animation: authFadeIn-b-gt74rhmvq3 0.5s ease;
}

/* ── Header ── */

.auth-header[b-gt74rhmvq3] {
    text-align: center;
    margin-bottom: 2rem;
}

.auth-header h1[b-gt74rhmvq3] {
    font-size: 1.85rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, var(--app-primary), var(--app-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.auth-header p[b-gt74rhmvq3] {
    color: var(--app-text-secondary);
    font-size: 0.95rem;
    margin: 0;
}

/* ── Option Cards ── */

.auth-option[b-gt74rhmvq3] {
    background: var(--app-surface);
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius-lg);
    padding: 1.5rem;
    transition: box-shadow var(--app-transition), border-color var(--app-transition), transform var(--app-transition);
    box-shadow: var(--app-shadow-xs);
}

.auth-option:hover[b-gt74rhmvq3] {
    box-shadow: var(--app-shadow);
    border-color: rgba(99, 102, 241, 0.25);
    transform: translateY(-1px);
}

/* ── Form overrides in auth context ── */

.auth-option .form-floating > .form-control[b-gt74rhmvq3] {
    border-radius: var(--app-radius-sm);
}

.auth-option .form-floating > label[b-gt74rhmvq3] {
    font-size: 0.875rem;
}

/* ── Field Group ── */

.auth-field-group[b-gt74rhmvq3] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* ── Shared Button Styles ── */

.btn-auth[b-gt74rhmvq3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: var(--app-radius-sm);
    border: none;
    cursor: pointer;
    transition: all var(--app-transition);
    text-decoration: none;
    letter-spacing: 0.01em;
    line-height: 1.4;
}

.btn-auth-submit[b-gt74rhmvq3] {
    background: var(--app-primary);
    color: #fff;
    box-shadow: 0 1px 3px rgba(99, 102, 241, 0.3);
}

.btn-auth-submit:hover[b-gt74rhmvq3] {
    background: var(--app-primary-hover);
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35);
    transform: translateY(-1px);
}

/* ── Footer ── */

.auth-footer[b-gt74rhmvq3] {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--app-border);
}

.auth-footer p[b-gt74rhmvq3] {
    color: var(--app-text-secondary);
    font-size: 0.9rem;
    margin: 0;
}

.auth-footer a[b-gt74rhmvq3] {
    color: var(--app-primary);
    font-weight: 600;
    text-decoration: none;
    transition: color var(--app-transition);
}

.auth-footer a:hover[b-gt74rhmvq3] {
    color: var(--app-primary-hover);
    text-decoration: underline;
}

/* ── Animations ── */

@keyframes authFadeIn-b-gt74rhmvq3 {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Responsive ── */

@media (max-width: 540px) {
    .auth-page[b-gt74rhmvq3] {
        padding: 1rem 0.75rem;
        align-items: flex-start;
        padding-top: 2rem;
    }

    .auth-header h1[b-gt74rhmvq3] {
        font-size: 1.5rem;
    }

    .auth-option[b-gt74rhmvq3] {
        padding: 1.25rem;
    }
}
/* /Components/Account/Pages/ResetPassword.razor.rz.scp.css */
/* ── Auth Page ──────────────────────────────────────────────── */

.auth-page[b-o7amysa7ji] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background:
        radial-gradient(ellipse at 20% 0%, rgba(99, 102, 241, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 100%, rgba(139, 92, 246, 0.06) 0%, transparent 50%),
        var(--app-bg);
}

.auth-container[b-o7amysa7ji] {
    width: 100%;
    max-width: 480px;
    animation: authFadeIn-b-o7amysa7ji 0.5s ease;
}

/* ── Header ── */

.auth-header[b-o7amysa7ji] {
    text-align: center;
    margin-bottom: 2rem;
}

.auth-header h1[b-o7amysa7ji] {
    font-size: 1.85rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, var(--app-primary), var(--app-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.auth-header p[b-o7amysa7ji] {
    color: var(--app-text-secondary);
    font-size: 0.95rem;
    margin: 0;
}

/* ── Option Cards ── */

.auth-option[b-o7amysa7ji] {
    background: var(--app-surface);
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius-lg);
    padding: 1.5rem;
    transition: box-shadow var(--app-transition), border-color var(--app-transition), transform var(--app-transition);
    box-shadow: var(--app-shadow-xs);
}

.auth-option:hover[b-o7amysa7ji] {
    box-shadow: var(--app-shadow);
    border-color: rgba(99, 102, 241, 0.25);
    transform: translateY(-1px);
}

/* ── Form overrides in auth context ── */

.auth-option .form-floating > .form-control[b-o7amysa7ji] {
    border-radius: var(--app-radius-sm);
}

.auth-option .form-floating > label[b-o7amysa7ji] {
    font-size: 0.875rem;
}

/* ── Field Group ── */

.auth-field-group[b-o7amysa7ji] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* ── Shared Button Styles ── */

.btn-auth[b-o7amysa7ji] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: var(--app-radius-sm);
    border: none;
    cursor: pointer;
    transition: all var(--app-transition);
    text-decoration: none;
    letter-spacing: 0.01em;
    line-height: 1.4;
}

.btn-auth-submit[b-o7amysa7ji] {
    background: var(--app-primary);
    color: #fff;
    box-shadow: 0 1px 3px rgba(99, 102, 241, 0.3);
}

.btn-auth-submit:hover[b-o7amysa7ji] {
    background: var(--app-primary-hover);
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35);
    transform: translateY(-1px);
}

/* ── Footer ── */

.auth-footer[b-o7amysa7ji] {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--app-border);
}

.auth-footer p[b-o7amysa7ji] {
    color: var(--app-text-secondary);
    font-size: 0.9rem;
    margin: 0;
}

.auth-footer a[b-o7amysa7ji] {
    color: var(--app-primary);
    font-weight: 600;
    text-decoration: none;
    transition: color var(--app-transition);
}

.auth-footer a:hover[b-o7amysa7ji] {
    color: var(--app-primary-hover);
    text-decoration: underline;
}

/* ── Animations ── */

@keyframes authFadeIn-b-o7amysa7ji {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Responsive ── */

@media (max-width: 540px) {
    .auth-page[b-o7amysa7ji] {
        padding: 1rem 0.75rem;
        align-items: flex-start;
        padding-top: 2rem;
    }

    .auth-header h1[b-o7amysa7ji] {
        font-size: 1.5rem;
    }

    .auth-option[b-o7amysa7ji] {
        padding: 1.25rem;
    }
}
/* /Components/Account/Pages/SetupUsername.razor.rz.scp.css */
/* ── Auth Page ──────────────────────────────────────────────── */

.auth-page[b-ukt57p4ojt] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background:
        radial-gradient(ellipse at 20% 0%, rgba(99, 102, 241, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 100%, rgba(139, 92, 246, 0.06) 0%, transparent 50%),
        var(--app-bg);
}

.auth-container[b-ukt57p4ojt] {
    width: 100%;
    max-width: 480px;
    animation: authFadeIn-b-ukt57p4ojt 0.5s ease;
}

/* ── Header ── */

.auth-header[b-ukt57p4ojt] {
    text-align: center;
    margin-bottom: 2rem;
}

.auth-header h1[b-ukt57p4ojt] {
    font-size: 1.85rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, var(--app-primary), var(--app-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.auth-header p[b-ukt57p4ojt] {
    color: var(--app-text-secondary);
    font-size: 0.95rem;
    margin: 0;
}

/* ── Option Cards ── */

.auth-option[b-ukt57p4ojt] {
    background: var(--app-surface);
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius-lg);
    padding: 1.5rem;
    transition: box-shadow var(--app-transition), border-color var(--app-transition), transform var(--app-transition);
    box-shadow: var(--app-shadow-xs);
}

.auth-option:hover[b-ukt57p4ojt] {
    box-shadow: var(--app-shadow);
    border-color: rgba(99, 102, 241, 0.25);
    transform: translateY(-1px);
}

/* ── Form overrides in auth context ── */

.auth-option .form-floating > .form-control[b-ukt57p4ojt] {
    border-radius: var(--app-radius-sm);
}

.auth-option .form-floating > label[b-ukt57p4ojt] {
    font-size: 0.875rem;
}

/* ── Field Group ── */

.auth-field-group[b-ukt57p4ojt] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* ── Shared Button Styles ── */

.btn-auth[b-ukt57p4ojt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: var(--app-radius-sm);
    border: none;
    cursor: pointer;
    transition: all var(--app-transition);
    text-decoration: none;
    letter-spacing: 0.01em;
    line-height: 1.4;
}

.btn-auth-submit[b-ukt57p4ojt] {
    background: var(--app-primary);
    color: #fff;
    box-shadow: 0 1px 3px rgba(99, 102, 241, 0.3);
}

.btn-auth-submit:hover[b-ukt57p4ojt] {
    background: var(--app-primary-hover);
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35);
    transform: translateY(-1px);
}

/* ── Footer ── */

.auth-footer[b-ukt57p4ojt] {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--app-border);
}

.auth-footer p[b-ukt57p4ojt] {
    color: var(--app-text-secondary);
    font-size: 0.9rem;
    margin: 0;
}

.auth-footer a[b-ukt57p4ojt] {
    color: var(--app-primary);
    font-weight: 600;
    text-decoration: none;
    transition: color var(--app-transition);
}

.auth-footer a:hover[b-ukt57p4ojt] {
    color: var(--app-primary-hover);
    text-decoration: underline;
}

/* ── Animations ── */

@keyframes authFadeIn-b-ukt57p4ojt {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Responsive ── */

@media (max-width: 540px) {
    .auth-page[b-ukt57p4ojt] {
        padding: 1rem 0.75rem;
        align-items: flex-start;
        padding-top: 2rem;
    }

    .auth-header h1[b-ukt57p4ojt] {
        font-size: 1.5rem;
    }

    .auth-option[b-ukt57p4ojt] {
        padding: 1.25rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-hlo515daxi] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-hlo515daxi] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: var(--app-bg);
}

.sidebar[b-hlo515daxi] {
    background: linear-gradient(180deg, #0f172a 0%, #1e1b4b 50%, #312e81 100%);
}

.login-link[b-hlo515daxi] {
    font-weight: 600 !important;
    color: var(--app-primary) !important;
    padding: 0.4rem 1rem;
    border: 1px solid var(--app-primary);
    border-radius: var(--app-radius-sm);
    transition: all 0.15s ease !important;
}

.login-link:hover[b-hlo515daxi] {
    background: var(--app-primary) !important;
    color: #fff !important;
}

@media (min-width: 641px) {
    .page[b-hlo515daxi] {
        flex-direction: row;
    }

    .sidebar[b-hlo515daxi] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
    }

    article[b-hlo515daxi] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

#blazor-error-ui[b-hlo515daxi] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: 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-hlo515daxi] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* ── Profile Menu ───────────────────────────────────────────────── */
.profile-menu[b-hlo515daxi] {
    position: relative;
}

.profile-avatar[b-hlo515daxi] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--app-primary), var(--app-accent, #8b5cf6));
    color: #fff;
    border: 2px solid transparent;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: all 0.2s ease;
    letter-spacing: 0.02em;
}

.profile-avatar:hover[b-hlo515daxi] {
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.25);
    transform: scale(1.05);
}

.profile-dropdown[b-hlo515daxi] {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    min-width: 220px;
    background: var(--app-surface);
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    z-index: 1050;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12), 0 2px 10px rgba(0, 0, 0, 0.06);
    animation: dropdownSlide-b-hlo515daxi 0.15s ease;
}

@keyframes dropdownSlide-b-hlo515daxi {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}

.profile-dropdown-header[b-hlo515daxi] {
    padding: 0.85rem 1rem;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.06), rgba(139, 92, 246, 0.06));
    border-bottom: 1px solid var(--app-border);
}

.profile-dropdown-name[b-hlo515daxi] {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--app-text);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-dropdown-body[b-hlo515daxi] {
    padding: 0.35rem;
}

.profile-dropdown-item[b-hlo515daxi] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    color: var(--app-text);
    background: none;
    border: none;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    padding: 0.55rem 0.75rem;
    border-radius: var(--app-radius-sm);
    transition: all 0.15s ease;
    width: 100%;
}

.profile-dropdown-item:hover[b-hlo515daxi] {
    background: var(--app-bg);
    color: var(--app-primary);
}

.profile-dropdown-item svg[b-hlo515daxi] {
    opacity: 0.65;
    flex-shrink: 0;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6xg016xd7i] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.navbar-toggler:checked[b-6xg016xd7i] {
    background-color: rgba(255, 255, 255, 0.2);
}

.top-row[b-6xg016xd7i] {
    min-height: 3.5rem;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand[b-6xg016xd7i] {
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.nav-section-label[b-6xg016xd7i] {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.35);
    padding: 1.25rem 1.5rem 0.4rem;
}

.bi[b-6xg016xd7i] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    opacity: 0.75;
    transition: opacity 0.15s ease;
}

.bi-house-door-fill-nav-menu[b-6xg016xd7i] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-collection-fill-nav-menu[b-6xg016xd7i] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 13a1.5 1.5 0 0 0 1.5 1.5h13A1.5 1.5 0 0 0 16 13V6a1.5 1.5 0 0 0-1.5-1.5h-13A1.5 1.5 0 0 0 0 6v7zM2 3a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1h-11A.5.5 0 0 0 2 3zm2-2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7A.5.5 0 0 0 4 1z'/%3E%3C/svg%3E");
}

.bi-grid-fill-nav-menu[b-6xg016xd7i] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1 2.5A1.5 1.5 0 0 1 2.5 1h3A1.5 1.5 0 0 1 7 2.5v3A1.5 1.5 0 0 1 5.5 7h-3A1.5 1.5 0 0 1 1 5.5v-3zm8 0A1.5 1.5 0 0 1 10.5 1h3A1.5 1.5 0 0 1 15 2.5v3A1.5 1.5 0 0 1 13.5 7h-3A1.5 1.5 0 0 1 9 5.5v-3zm-8 8A1.5 1.5 0 0 1 2.5 9h3A1.5 1.5 0 0 1 7 10.5v3A1.5 1.5 0 0 1 5.5 15h-3A1.5 1.5 0 0 1 1 13.5v-3zm8 0A1.5 1.5 0 0 1 10.5 9h3a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 9 13.5v-3z'/%3E%3C/svg%3E");
}

.bi-gear-fill-nav-menu[b-6xg016xd7i] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872l-.1-.34zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-6xg016xd7i] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-6xg016xd7i] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-6xg016xd7i] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-6xg016xd7i] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-6xg016xd7i] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-6xg016xd7i] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-6xg016xd7i] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-6xg016xd7i] {
    font-size: 0.9rem;
    padding-bottom: 0.25rem;
}

    .nav-item:first-of-type[b-6xg016xd7i] {
        padding-top: 0.25rem;
    }

    .nav-item:last-of-type[b-6xg016xd7i] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6xg016xd7i]  .nav-link {
        color: rgba(255, 255, 255, 0.65);
        background: none;
        border: none;
        border-radius: 8px;
        height: 2.75rem;
        display: flex;
        align-items: center;
        line-height: 2.75rem;
        width: 100%;
        font-weight: 500;
        transition: all 0.15s ease;
    }

.nav-item[b-6xg016xd7i]  a.active {
    background: rgba(99, 102, 241, 0.25);
    color: white;
    box-shadow: inset 3px 0 0 0 #6366f1;
}

.nav-item[b-6xg016xd7i]  a.active .bi {
    opacity: 1;
}

.nav-item[b-6xg016xd7i]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: white;
}

.nav-scrollable[b-6xg016xd7i] {
    display: none;
}

.nav-main[b-6xg016xd7i] {
    flex: 1;
}

.nav-bottom[b-6xg016xd7i] {
    margin-top: auto;
    padding: 0.5rem 1rem 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-link-button[b-6xg016xd7i] {
    color: rgba(255, 255, 255, 0.65);
    background: none;
    border: none;
    border-radius: 8px;
    height: 2.75rem;
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 500;
    transition: all 0.15s ease;
    padding: 0 1rem;
}

.nav-link-button:hover[b-6xg016xd7i] {
    background-color: rgba(255, 255, 255, 0.08);
    color: white;
}

.navbar-toggler:checked ~ .nav-scrollable[b-6xg016xd7i] {
    display: flex;
    flex-direction: column;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6xg016xd7i] {
        display: none;
    }

    .nav-scrollable[b-6xg016xd7i] {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.public-layout[b-qxs7jdij74] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.public-layout[b-qxs7jdij74]  .landing-nav {
    background-color: #1a1a2e;
}

.public-layout[b-qxs7jdij74]  .landing-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #3a0647 50%, #1b6ec2 100%);
}

.public-layout[b-qxs7jdij74]  footer {
    margin-top: auto;
}

.public-layout[b-qxs7jdij74]  .feature-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 12px;
}

.public-layout[b-qxs7jdij74]  .feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.public-layout[b-qxs7jdij74]  .accordion-item {
    border-radius: 12px !important;
    overflow: hidden;
}

.public-layout[b-qxs7jdij74]  .accordion-button:not(.collapsed) {
    background-color: rgba(99, 102, 241, 0.05);
    color: #0f172a;
    box-shadow: none;
}

.public-layout[b-qxs7jdij74]  .accordion-button:focus {
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
    border-color: rgba(99, 102, 241, 0.2);
}

.public-layout[b-qxs7jdij74]  .accordion-body {
    line-height: 1.7;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2p1nzdp1fa],
.components-reconnect-repeated-attempt-visible[b-2p1nzdp1fa],
.components-reconnect-failed-visible[b-2p1nzdp1fa],
.components-pause-visible[b-2p1nzdp1fa],
.components-resume-failed-visible[b-2p1nzdp1fa],
.components-rejoining-animation[b-2p1nzdp1fa] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-2p1nzdp1fa {
    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;
    }
}
