@import '_content/FullStackHero.Framework.Blazor.UI/FullStackHero.Framework.Blazor.UI.i4p0p7wlv1.bundle.scp.css';

/* /Components/Layout/NavMenu.razor.rz.scp.css */
.fsh-nav[b-tlz6abrkjb] {
    display: flex;
    flex-direction: column;
    padding: 0 8px;
}

.fsh-nav-section-title[b-tlz6abrkjb] {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--mud-palette-text-secondary);
    padding: 16px 12px 6px 12px;
    opacity: 0.6;
}

[b-tlz6abrkjb] .fsh-nav-menu {
    padding: 0;
}

/* Main nav items */
[b-tlz6abrkjb] .fsh-nav-item {
    border-radius: 8px !important;
    margin: 2px 0 !important;
    padding: 8px 12px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    min-height: 38px !important;
    transition: all 0.15s ease !important;
}

[b-tlz6abrkjb] .fsh-nav-item:hover {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.08) !important;
}

[b-tlz6abrkjb] .fsh-nav-item.active {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.12) !important;
    color: var(--mud-palette-primary) !important;
}

[b-tlz6abrkjb] .fsh-nav-item .mud-nav-link-icon {
    margin-right: 12px !important;
    font-size: 20px !important;
    opacity: 0.75;
}

[b-tlz6abrkjb] .fsh-nav-item:hover .mud-nav-link-icon,
[b-tlz6abrkjb] .fsh-nav-item.active .mud-nav-link-icon {
    opacity: 1;
    color: var(--mud-palette-primary);
}

/* Nav groups (expandable) */
[b-tlz6abrkjb] .fsh-nav-group {
    margin: 2px 0 !important;
}

[b-tlz6abrkjb] .fsh-nav-group > .mud-nav-link {
    border-radius: 8px !important;
    padding: 8px 12px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    min-height: 38px !important;
    transition: all 0.15s ease !important;
}

[b-tlz6abrkjb] .fsh-nav-group > .mud-nav-link:hover {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.08) !important;
}

[b-tlz6abrkjb] .fsh-nav-group > .mud-nav-link .mud-nav-link-icon {
    margin-right: 12px !important;
    font-size: 20px !important;
    opacity: 0.75;
}

[b-tlz6abrkjb] .fsh-nav-group.mud-expanded > .mud-nav-link {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.06) !important;
}

[b-tlz6abrkjb] .fsh-nav-group.mud-expanded > .mud-nav-link .mud-nav-link-icon {
    color: var(--mud-palette-primary);
    opacity: 1;
}

/* Sub-items inside nav groups */
[b-tlz6abrkjb] .fsh-nav-subitem {
    border-radius: 8px !important;
    margin: 2px 0 2px 20px !important;
    padding: 8px 12px !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    min-height: 38px !important;
    transition: all 0.15s ease !important;
}

[b-tlz6abrkjb] .fsh-nav-subitem .mud-nav-link-icon {
    margin-right: 12px !important;
    font-size: 18px !important;
    opacity: 0.7;
}

[b-tlz6abrkjb] .fsh-nav-subitem:hover {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.08) !important;
}

[b-tlz6abrkjb] .fsh-nav-subitem:hover .mud-nav-link-icon {
    opacity: 1;
    color: var(--mud-palette-primary);
}

[b-tlz6abrkjb] .fsh-nav-subitem.active {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.12) !important;
    color: var(--mud-palette-primary) !important;
    font-weight: 500 !important;
}

[b-tlz6abrkjb] .fsh-nav-subitem.active .mud-nav-link-icon {
    opacity: 1;
    color: var(--mud-palette-primary);
}

/* Collapse panel styling */
[b-tlz6abrkjb] .mud-navgroup-collapse {
    padding: 2px 0 !important;
}

/* Expand arrow */
[b-tlz6abrkjb] .fsh-nav-group .mud-expand-panel-header .mud-collapse-icon {
    font-size: 18px !important;
}
/* /Components/Pages/Authentication/ForgotPassword.razor.rz.scp.css */
/* ===== Auth Page - Centered Card Design ===== */

.auth-page[b-4j249v2lvh] {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    padding: 2rem 1rem;
}

.auth-wrapper[b-4j249v2lvh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
    max-width: 400px;
}

/* ===== Brand Section ===== */
.brand-section[b-4j249v2lvh] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.brand-icon[b-4j249v2lvh] {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1a;
    border-radius: 6px;
    color: white;
}

.brand-icon[b-4j249v2lvh]  .mud-icon-root {
    font-size: 16px;
}

.brand-name[b-4j249v2lvh] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1a1a1a;
}

/* ===== Auth Card ===== */
.auth-card[b-4j249v2lvh] {
    width: 100%;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e5e5;
}

/* ===== Header ===== */
.auth-header[b-4j249v2lvh] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.header-icon[b-4j249v2lvh] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f4f6;
    border-radius: 12px;
    margin: 0 auto 1rem;
    color: #1a1a1a;
}

.header-icon[b-4j249v2lvh]  .mud-icon-root {
    font-size: 28px;
}

.auth-title[b-4j249v2lvh] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 0.5rem 0;
}

.auth-subtitle[b-4j249v2lvh] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
}

/* ===== Form ===== */
.auth-form[b-4j249v2lvh] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-group[b-4j249v2lvh] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.form-label[b-4j249v2lvh] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #1a1a1a;
}

.form-input[b-4j249v2lvh] {
    width: 100%;
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background-color: #ffffff;
    color: #1a1a1a;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}

.form-input[b-4j249v2lvh]::placeholder {
    color: #9ca3af;
}

.form-input:hover[b-4j249v2lvh] {
    border-color: #d1d5db;
}

.form-input:focus[b-4j249v2lvh] {
    border-color: #1a1a1a;
    box-shadow: 0 0 0 1px #1a1a1a;
}

/* ===== Error Message ===== */
.error-message[b-4j249v2lvh] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    color: #dc2626;
    font-size: 0.875rem;
}

.error-message[b-4j249v2lvh]  .mud-icon-root {
    font-size: 18px;
}

/* ===== Auth Button ===== */
.auth-button[b-4j249v2lvh] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #ffffff;
    background-color: #1a1a1a;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    margin-top: 0.5rem;
}

.auth-button:hover:not(:disabled)[b-4j249v2lvh] {
    background-color: #333333;
}

.auth-button:active:not(:disabled)[b-4j249v2lvh] {
    background-color: #0a0a0a;
}

.auth-button:disabled[b-4j249v2lvh] {
    opacity: 0.7;
    cursor: not-allowed;
}

.auth-button[b-4j249v2lvh]  .mud-progress-circular {
    width: 18px !important;
    height: 18px !important;
}

/* ===== Back Link ===== */
.back-link[b-4j249v2lvh] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
    text-decoration: none;
    margin-top: 0.5rem;
    transition: color 0.15s ease;
}

.back-link:hover[b-4j249v2lvh] {
    color: #1a1a1a;
}

.back-link[b-4j249v2lvh]  .mud-icon-root {
    font-size: 18px;
}

/* ===== Success State ===== */
.success-state[b-4j249v2lvh] {
    text-align: center;
}

.success-icon[b-4j249v2lvh] {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dcfce7;
    border-radius: 50%;
    margin: 0 auto 1rem;
    color: #16a34a;
}

.success-icon[b-4j249v2lvh]  .mud-icon-root {
    font-size: 32px;
}

.auth-button-link[b-4j249v2lvh] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #ffffff;
    background-color: #1a1a1a;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.15s ease;
    margin-top: 1.5rem;
}

.auth-button-link:hover[b-4j249v2lvh] {
    background-color: #333333;
}

.resend-text[b-4j249v2lvh] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 1rem 0 0 0;
}

.resend-link[b-4j249v2lvh] {
    color: #1a1a1a;
    text-decoration: underline;
    text-underline-offset: 2px;
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
}

.resend-link:hover[b-4j249v2lvh] {
    color: #4b5563;
}

.resend-link:disabled[b-4j249v2lvh] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ===== Footer ===== */
.auth-footer[b-4j249v2lvh] {
    text-align: center;
    font-size: 0.75rem;
    color: #9ca3af;
    max-width: 300px;
    line-height: 1.5;
}

.footer-link[b-4j249v2lvh] {
    color: #1a1a1a;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer-link:hover[b-4j249v2lvh] {
    color: #4b5563;
}

/* ===== Responsive Design ===== */
@media (max-width: 480px) {
    .auth-page[b-4j249v2lvh] {
        padding: 1rem;
    }

    .auth-card[b-4j249v2lvh] {
        padding: 1.5rem;
    }

    .auth-title[b-4j249v2lvh] {
        font-size: 1.25rem;
    }
}

/* ===== Focus States for Accessibility ===== */
.auth-button:focus-visible[b-4j249v2lvh],
.auth-button-link:focus-visible[b-4j249v2lvh],
.back-link:focus-visible[b-4j249v2lvh],
.resend-link:focus-visible[b-4j249v2lvh],
.footer-link:focus-visible[b-4j249v2lvh] {
    outline: 2px solid #1a1a1a;
    outline-offset: 2px;
}

.form-input:focus-visible[b-4j249v2lvh] {
    outline: none;
}
/* /Components/Pages/Authentication/Register.razor.rz.scp.css */
/* ===== Auth Page - Centered Card Design ===== */

.auth-page[b-76rv68l37f] {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    padding: 2rem 1rem;
}

.auth-wrapper[b-76rv68l37f] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
    max-width: 460px;
}

/* ===== Brand Section ===== */
.brand-section[b-76rv68l37f] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.brand-icon[b-76rv68l37f] {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1a;
    border-radius: 6px;
    color: white;
}

.brand-icon[b-76rv68l37f]  .mud-icon-root {
    font-size: 16px;
}

.brand-name[b-76rv68l37f] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1a1a1a;
}

/* ===== Auth Card ===== */
.auth-card[b-76rv68l37f] {
    width: 100%;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e5e5;
}

/* ===== Header ===== */
.auth-header[b-76rv68l37f] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.auth-title[b-76rv68l37f] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 0.5rem 0;
}

.auth-subtitle[b-76rv68l37f] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
}

/* ===== Form ===== */
.auth-form[b-76rv68l37f] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-group[b-76rv68l37f] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.form-row[b-76rv68l37f] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-label[b-76rv68l37f] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #1a1a1a;
}

.optional-label[b-76rv68l37f] {
    font-weight: 400;
    color: #9ca3af;
}

.form-input[b-76rv68l37f] {
    width: 100%;
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background-color: #ffffff;
    color: #1a1a1a;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}

.form-input[b-76rv68l37f]::placeholder {
    color: #9ca3af;
}

.form-input:hover[b-76rv68l37f] {
    border-color: #d1d5db;
}

.form-input:focus[b-76rv68l37f] {
    border-color: #1a1a1a;
    box-shadow: 0 0 0 1px #1a1a1a;
}

/* ===== Checkbox ===== */
.checkbox-group[b-76rv68l37f] {
    display: flex;
    align-items: center;
}

.checkbox-label[b-76rv68l37f] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
    cursor: pointer;
}

.checkbox-input[b-76rv68l37f] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #1a1a1a;
}

/* ===== Error Message ===== */
.error-message[b-76rv68l37f] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    color: #dc2626;
    font-size: 0.875rem;
}

.error-message[b-76rv68l37f]  .mud-icon-root {
    font-size: 18px;
}

/* ===== Auth Button ===== */
.auth-button[b-76rv68l37f] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #ffffff;
    background-color: #1a1a1a;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    margin-top: 0.5rem;
}

.auth-button:hover:not(:disabled)[b-76rv68l37f] {
    background-color: #333333;
}

.auth-button:active:not(:disabled)[b-76rv68l37f] {
    background-color: #0a0a0a;
}

.auth-button:disabled[b-76rv68l37f] {
    opacity: 0.7;
    cursor: not-allowed;
}

.auth-button[b-76rv68l37f]  .mud-progress-circular {
    width: 18px !important;
    height: 18px !important;
}

/* ===== Link Text ===== */
.auth-link-text[b-76rv68l37f] {
    text-align: center;
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0.5rem 0 0 0;
}

.auth-link[b-76rv68l37f] {
    color: #1a1a1a;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.auth-link:hover[b-76rv68l37f] {
    color: #4b5563;
}

/* ===== Footer ===== */
.auth-footer[b-76rv68l37f] {
    text-align: center;
    font-size: 0.75rem;
    color: #9ca3af;
    max-width: 300px;
    line-height: 1.5;
}

.footer-link[b-76rv68l37f] {
    color: #1a1a1a;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer-link:hover[b-76rv68l37f] {
    color: #4b5563;
}

/* ===== Responsive Design ===== */
@media (max-width: 480px) {
    .auth-page[b-76rv68l37f] {
        padding: 1rem;
    }

    .auth-card[b-76rv68l37f] {
        padding: 1.5rem;
    }

    .auth-title[b-76rv68l37f] {
        font-size: 1.25rem;
    }

    .form-row[b-76rv68l37f] {
        grid-template-columns: 1fr;
    }
}

/* ===== Focus States for Accessibility ===== */
.auth-button:focus-visible[b-76rv68l37f],
.auth-link:focus-visible[b-76rv68l37f],
.footer-link:focus-visible[b-76rv68l37f] {
    outline: 2px solid #1a1a1a;
    outline-offset: 2px;
}

.form-input:focus-visible[b-76rv68l37f] {
    outline: none;
}
/* /Components/Pages/Authentication/ResetPassword.razor.rz.scp.css */
/* ===== Auth Page - Centered Card Design ===== */

.auth-page[b-ktdmaodgii] {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    padding: 2rem 1rem;
}

.auth-wrapper[b-ktdmaodgii] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
    max-width: 400px;
}

/* ===== Brand Section ===== */
.brand-section[b-ktdmaodgii] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.brand-icon[b-ktdmaodgii] {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1a;
    border-radius: 6px;
    color: white;
}

.brand-icon[b-ktdmaodgii]  .mud-icon-root {
    font-size: 16px;
}

.brand-name[b-ktdmaodgii] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1a1a1a;
}

/* ===== Auth Card ===== */
.auth-card[b-ktdmaodgii] {
    width: 100%;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e5e5;
}

/* ===== Header ===== */
.auth-header[b-ktdmaodgii] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.header-icon[b-ktdmaodgii] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f4f6;
    border-radius: 12px;
    margin: 0 auto 1rem;
    color: #1a1a1a;
}

.header-icon[b-ktdmaodgii]  .mud-icon-root {
    font-size: 28px;
}

.auth-title[b-ktdmaodgii] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 0.5rem 0;
}

.auth-subtitle[b-ktdmaodgii] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
}

/* ===== Form ===== */
.auth-form[b-ktdmaodgii] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-group[b-ktdmaodgii] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.form-label[b-ktdmaodgii] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #1a1a1a;
}

.form-input[b-ktdmaodgii] {
    width: 100%;
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background-color: #ffffff;
    color: #1a1a1a;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}

.form-input[b-ktdmaodgii]::placeholder {
    color: #9ca3af;
}

.form-input:hover[b-ktdmaodgii] {
    border-color: #d1d5db;
}

.form-input:focus[b-ktdmaodgii] {
    border-color: #1a1a1a;
    box-shadow: 0 0 0 1px #1a1a1a;
}

/* ===== Checkbox ===== */
.checkbox-group[b-ktdmaodgii] {
    display: flex;
    align-items: center;
}

.checkbox-label[b-ktdmaodgii] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
    cursor: pointer;
}

.checkbox-input[b-ktdmaodgii] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #1a1a1a;
}

/* ===== Error Message ===== */
.error-message[b-ktdmaodgii] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    color: #dc2626;
    font-size: 0.875rem;
}

.error-message[b-ktdmaodgii]  .mud-icon-root {
    font-size: 18px;
}

/* ===== Error State ===== */
.error-state[b-ktdmaodgii] {
    text-align: center;
}

.error-state-icon[b-ktdmaodgii] {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fef2f2;
    border-radius: 50%;
    margin: 0 auto 1rem;
    color: #dc2626;
}

.error-state-icon[b-ktdmaodgii]  .mud-icon-root {
    font-size: 32px;
}

/* ===== Success State ===== */
.success-state[b-ktdmaodgii] {
    text-align: center;
}

.success-icon[b-ktdmaodgii] {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dcfce7;
    border-radius: 50%;
    margin: 0 auto 1rem;
    color: #16a34a;
}

.success-icon[b-ktdmaodgii]  .mud-icon-root {
    font-size: 32px;
}

/* ===== Auth Button ===== */
.auth-button[b-ktdmaodgii] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #ffffff;
    background-color: #1a1a1a;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    margin-top: 0.5rem;
}

.auth-button:hover:not(:disabled)[b-ktdmaodgii] {
    background-color: #333333;
}

.auth-button:active:not(:disabled)[b-ktdmaodgii] {
    background-color: #0a0a0a;
}

.auth-button:disabled[b-ktdmaodgii] {
    opacity: 0.7;
    cursor: not-allowed;
}

.auth-button[b-ktdmaodgii]  .mud-progress-circular {
    width: 18px !important;
    height: 18px !important;
}

.auth-button-link[b-ktdmaodgii] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #ffffff;
    background-color: #1a1a1a;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.15s ease;
    margin-top: 1.5rem;
}

.auth-button-link:hover[b-ktdmaodgii] {
    background-color: #333333;
}

/* ===== Back Link ===== */
.back-link[b-ktdmaodgii] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
    text-decoration: none;
    margin-top: 0.5rem;
    transition: color 0.15s ease;
}

.back-link:hover[b-ktdmaodgii] {
    color: #1a1a1a;
}

.back-link[b-ktdmaodgii]  .mud-icon-root {
    font-size: 18px;
}

/* ===== Responsive Design ===== */
@media (max-width: 480px) {
    .auth-page[b-ktdmaodgii] {
        padding: 1rem;
    }

    .auth-card[b-ktdmaodgii] {
        padding: 1.5rem;
    }

    .auth-title[b-ktdmaodgii] {
        font-size: 1.25rem;
    }
}

/* ===== Focus States for Accessibility ===== */
.auth-button:focus-visible[b-ktdmaodgii],
.auth-button-link:focus-visible[b-ktdmaodgii],
.back-link:focus-visible[b-ktdmaodgii] {
    outline: 2px solid #1a1a1a;
    outline-offset: 2px;
}

.form-input:focus-visible[b-ktdmaodgii] {
    outline: none;
}
/* /Components/Pages/Children/ChildDetailPage.razor.rz.scp.css */
/* ===== Child Detail Page ===== */

/* Profile Card */
.profile-card[b-s8npnfu5ir] {
    border-radius: 12px;
}

.profile-cover[b-s8npnfu5ir] {
    height: 100px;
    background: linear-gradient(135deg, var(--mud-palette-primary) 0%, var(--mud-palette-secondary) 100%);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0;
    position: relative;
}

.profile-avatar[b-s8npnfu5ir] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--mud-palette-primary), var(--mud-palette-tertiary, #7c3aed));
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -50px;
    border: 4px solid var(--mud-palette-surface);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.profile-avatar[b-s8npnfu5ir]  .mud-image {
    width: 100%;
    height: 100%;
}

.profile-avatar[b-s8npnfu5ir]  .mud-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-avatar .avatar-img[b-s8npnfu5ir] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-avatar .avatar-initials[b-s8npnfu5ir] {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    letter-spacing: -1px;
}

.status-indicator[b-s8npnfu5ir] {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid var(--mud-palette-surface);
}

.status-indicator.active[b-s8npnfu5ir] {
    background: var(--mud-palette-success);
}

.status-indicator.inactive[b-s8npnfu5ir] {
    background: var(--mud-palette-error);
}

.profile-info[b-s8npnfu5ir] {
    padding: 60px 20px 20px;
    text-align: center;
}

.profile-details[b-s8npnfu5ir] {
    text-align: left;
}

.profile-details[b-s8npnfu5ir]  .mud-list-item {
    padding: 8px 0;
}

/* Stats Cards */
.stats-card[b-s8npnfu5ir] {
    border-radius: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
}

.stats-card:hover[b-s8npnfu5ir] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

/* Action Panels (Accordion) */
.action-panels[b-s8npnfu5ir] {
    border: none !important;
}

.action-panel[b-s8npnfu5ir] {
    border-radius: 8px !important;
    border: 1px solid var(--mud-palette-lines-default) !important;
    margin-bottom: 8px !important;
    overflow: hidden;
}

.action-panel[b-s8npnfu5ir]::before {
    display: none !important;
}

.action-panel[b-s8npnfu5ir]  .mud-expand-panel-header {
    padding: 12px 16px !important;
    min-height: auto !important;
}

.action-panel[b-s8npnfu5ir]  .mud-expand-panel-content {
    padding: 16px !important;
    background: var(--mud-palette-background-gray);
}

/* Danger Zone */
.danger-zone[b-s8npnfu5ir] {
    border: 1px solid rgba(var(--mud-palette-error-rgb), 0.3) !important;
    border-radius: 12px;
    background: rgba(var(--mud-palette-error-rgb), 0.03) !important;
}

.danger-item[b-s8npnfu5ir] {
    border-radius: 8px;
    background: rgba(var(--mud-palette-error-rgb), 0.06);
    border: 1px solid rgba(var(--mud-palette-error-rgb), 0.15);
}

.danger-item:hover[b-s8npnfu5ir] {
    background: rgba(var(--mud-palette-error-rgb), 0.08);
}

/* Animations */
@keyframes fadeInUp-b-s8npnfu5ir {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.profile-card[b-s8npnfu5ir] {
    animation: fadeInUp-b-s8npnfu5ir 0.3s ease-out;
}

.stats-card[b-s8npnfu5ir] {
    animation: fadeInUp-b-s8npnfu5ir 0.3s ease-out backwards;
}

.fsh-card[b-s8npnfu5ir] {
    animation: fadeInUp-b-s8npnfu5ir 0.3s ease-out 0.1s backwards;
}

/* Responsive */
@media (max-width: 960px) {
    .profile-cover[b-s8npnfu5ir] {
        height: 80px;
    }

    .profile-avatar[b-s8npnfu5ir] {
        width: 80px;
        height: 80px;
        bottom: -40px;
    }

    .profile-avatar .avatar-initials[b-s8npnfu5ir] {
        font-size: 1.5rem;
    }

    .profile-info[b-s8npnfu5ir] {
        padding-top: 50px;
    }
}
/* /Components/Pages/Children/ChildrenPage.razor.rz.scp.css */
/* ===== Children Page - Card Grid ===== */

.child-card[b-6zndc039hn] {
    border-radius: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.child-card:hover[b-6zndc039hn] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Avatar */
.child-avatar[b-6zndc039hn] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--mud-palette-primary), var(--mud-palette-tertiary, #7c3aed));
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.child-avatar .avatar-img[b-6zndc039hn] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.child-avatar[b-6zndc039hn]  .mud-image {
    width: 100%;
    height: 100%;
}

.child-avatar[b-6zndc039hn]  .mud-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.child-avatar .avatar-initials[b-6zndc039hn] {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    letter-spacing: -1px;
}

/* Status dot on avatar */
.status-dot[b-6zndc039hn] {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid var(--mud-palette-surface);
}

.status-dot.active[b-6zndc039hn] {
    background: var(--mud-palette-success);
}

.status-dot.inactive[b-6zndc039hn] {
    background: var(--mud-palette-error);
}

/* Animations */
@keyframes fadeInUp-b-6zndc039hn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.child-card[b-6zndc039hn] {
    animation: fadeInUp-b-6zndc039hn 0.3s ease-out backwards;
}

.child-card:nth-child(1)[b-6zndc039hn] { animation-delay: 0s; }
.child-card:nth-child(2)[b-6zndc039hn] { animation-delay: 0.05s; }
.child-card:nth-child(3)[b-6zndc039hn] { animation-delay: 0.1s; }
.child-card:nth-child(4)[b-6zndc039hn] { animation-delay: 0.15s; }
.child-card:nth-child(5)[b-6zndc039hn] { animation-delay: 0.2s; }
.child-card:nth-child(6)[b-6zndc039hn] { animation-delay: 0.25s; }
/* /Components/Pages/SimpleLogin.razor.rz.scp.css */
/* ===== Login Page - Centered Card Design ===== */

.login-page[b-n9fdo5l0lj] {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    padding: 2rem 1rem;
}

.login-wrapper[b-n9fdo5l0lj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
    max-width: 400px;
}

/* ===== Brand Section ===== */
.brand-section[b-n9fdo5l0lj] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo[b-n9fdo5l0lj] {
    max-width: 220px;
    height: auto;
}

/* ===== Login Card ===== */
.login-card[b-n9fdo5l0lj] {
    width: 100%;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e5e5;
}

/* ===== Header ===== */
.login-header[b-n9fdo5l0lj] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.login-title[b-n9fdo5l0lj] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 0.5rem 0;
}

.login-subtitle[b-n9fdo5l0lj] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
}

/* ===== Form ===== */
.login-form[b-n9fdo5l0lj] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-group[b-n9fdo5l0lj] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.label-row[b-n9fdo5l0lj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-label[b-n9fdo5l0lj] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #1a1a1a;
}

.forgot-link[b-n9fdo5l0lj] {
    font-size: 0.8rem;
    color: #1a1a1a;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.forgot-link:hover[b-n9fdo5l0lj] {
    color: #4b5563;
}

.form-input[b-n9fdo5l0lj] {
    width: 100%;
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background-color: #ffffff;
    color: #1a1a1a;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.form-input[b-n9fdo5l0lj]::placeholder {
    color: #9ca3af;
}

.form-input:hover[b-n9fdo5l0lj] {
    border-color: #d1d5db;
}

.form-input:focus[b-n9fdo5l0lj] {
    border-color: #1a1a1a;
    box-shadow: 0 0 0 1px #1a1a1a;
}

/* ===== Login Button ===== */
.login-button[b-n9fdo5l0lj] {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #ffffff;
    background-color: #1a1a1a;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    margin-top: 0.5rem;
}

.login-button:hover[b-n9fdo5l0lj] {
    background-color: #333333;
}

.login-button:active[b-n9fdo5l0lj] {
    background-color: #0a0a0a;
}

/* ===== Sign Up Text ===== */
.signup-text[b-n9fdo5l0lj] {
    text-align: center;
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0.5rem 0 0 0;
}

.signup-link[b-n9fdo5l0lj] {
    color: #1a1a1a;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.signup-link:hover[b-n9fdo5l0lj] {
    color: #4b5563;
}

/* ===== Footer ===== */
.login-footer[b-n9fdo5l0lj] {
    text-align: center;
    font-size: 0.75rem;
    color: #9ca3af;
    max-width: 300px;
    line-height: 1.5;
}

.footer-link[b-n9fdo5l0lj] {
    color: #1a1a1a;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer-link:hover[b-n9fdo5l0lj] {
    color: #4b5563;
}

/* ===== Responsive Design ===== */
@media (max-width: 480px) {
    .login-page[b-n9fdo5l0lj] {
        padding: 1rem;
    }

    .login-card[b-n9fdo5l0lj] {
        padding: 1.5rem;
    }

    .login-title[b-n9fdo5l0lj] {
        font-size: 1.25rem;
    }
}

/* ===== Focus States for Accessibility ===== */
.login-button:focus-visible[b-n9fdo5l0lj],
.forgot-link:focus-visible[b-n9fdo5l0lj],
.signup-link:focus-visible[b-n9fdo5l0lj],
.footer-link:focus-visible[b-n9fdo5l0lj] {
    outline: 2px solid #1a1a1a;
    outline-offset: 2px;
}

.form-input:focus-visible[b-n9fdo5l0lj] {
    outline: none;
}

/* Remove focus outline from card/form containers */
.login-page *:focus:not(.form-input):not(.login-button)[b-n9fdo5l0lj],
.login-page *:focus-visible:not(.form-input):not(.login-button)[b-n9fdo5l0lj] {
    outline: none !important;
    box-shadow: none !important;
}
/* /Components/Pages/Users/UserDetailPage.razor.rz.scp.css */
/* ===== User Detail Page - Widescreen Layout ===== */

/* Profile Card */
.profile-card[b-fashx4v855] {
    border-radius: 12px;
}

.profile-cover[b-fashx4v855] {
    height: 100px;
    background: linear-gradient(135deg, var(--mud-palette-primary) 0%, var(--mud-palette-secondary) 100%);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0;
    position: relative;
}

.profile-avatar[b-fashx4v855] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--mud-palette-primary), var(--mud-palette-tertiary, #7c3aed));
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -50px;
    border: 4px solid var(--mud-palette-surface);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.profile-avatar[b-fashx4v855]  .mud-image {
    width: 100%;
    height: 100%;
}

.profile-avatar[b-fashx4v855]  .mud-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-avatar .avatar-img[b-fashx4v855] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-avatar .avatar-initials[b-fashx4v855] {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    letter-spacing: -1px;
}

.status-indicator[b-fashx4v855] {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid var(--mud-palette-surface);
}

.status-indicator.active[b-fashx4v855] {
    background: var(--mud-palette-success);
}

.status-indicator.inactive[b-fashx4v855] {
    background: var(--mud-palette-error);
}

.profile-info[b-fashx4v855] {
    padding: 60px 20px 20px;
    text-align: center;
}

.profile-details[b-fashx4v855] {
    text-align: left;
}

.profile-details[b-fashx4v855]  .mud-list-item {
    padding: 8px 0;
}

/* Stats Cards */
.stats-card[b-fashx4v855] {
    border-radius: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
}

.stats-card:hover[b-fashx4v855] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

/* Action Panels (Accordion) */
.action-panels[b-fashx4v855] {
    border: none !important;
}

.action-panel[b-fashx4v855] {
    border-radius: 8px !important;
    border: 1px solid var(--mud-palette-lines-default) !important;
    margin-bottom: 8px !important;
    overflow: hidden;
}

.action-panel[b-fashx4v855]::before {
    display: none !important;
}

.action-panel[b-fashx4v855]  .mud-expand-panel-header {
    padding: 12px 16px !important;
    min-height: auto !important;
}

.action-panel[b-fashx4v855]  .mud-expand-panel-content {
    padding: 16px !important;
    background: var(--mud-palette-background-gray);
}

/* Danger Zone */
.danger-zone[b-fashx4v855] {
    border: 1px solid rgba(var(--mud-palette-error-rgb), 0.3) !important;
    border-radius: 12px;
    background: rgba(var(--mud-palette-error-rgb), 0.03) !important;
}

.danger-item[b-fashx4v855] {
    border-radius: 8px;
    background: rgba(var(--mud-palette-error-rgb), 0.06);
    border: 1px solid rgba(var(--mud-palette-error-rgb), 0.15);
}

.danger-item:hover[b-fashx4v855] {
    background: rgba(var(--mud-palette-error-rgb), 0.08);
}

/* Animations */
@keyframes fadeInUp-b-fashx4v855 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.profile-card[b-fashx4v855] {
    animation: fadeInUp-b-fashx4v855 0.3s ease-out;
}

.stats-card[b-fashx4v855] {
    animation: fadeInUp-b-fashx4v855 0.3s ease-out backwards;
}

.fsh-card[b-fashx4v855] {
    animation: fadeInUp-b-fashx4v855 0.3s ease-out 0.1s backwards;
}

/* Responsive */
@media (max-width: 960px) {
    .profile-cover[b-fashx4v855] {
        height: 80px;
    }

    .profile-avatar[b-fashx4v855] {
        width: 80px;
        height: 80px;
        bottom: -40px;
    }

    .profile-avatar .avatar-initials[b-fashx4v855] {
        font-size: 1.5rem;
    }

    .profile-info[b-fashx4v855] {
        padding-top: 50px;
    }
}
