/* /Components/Account/Pages/Login.razor.rz.scp.css */
.auth-page[b-ppio7h30lh] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e9f0 100%);
}

.auth-card[b-ppio7h30lh] {
    width: 100%;
    max-width: 440px;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04);
    padding: 2.5rem 2rem;
}

.auth-brand[b-ppio7h30lh] {
    text-align: center;
    margin-bottom: 2rem;
}

.auth-logo[b-ppio7h30lh] {
    height: 48px;
    margin-bottom: 1rem;
}

.auth-title[b-ppio7h30lh] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 0.25rem;
}

.auth-subtitle[b-ppio7h30lh] {
    color: #6b7280;
    font-size: 0.875rem;
    margin: 0;
}

.auth-divider[b-ppio7h30lh] {
    display: flex;
    align-items: center;
    margin: 1.25rem 0;
}

.auth-divider[b-ppio7h30lh]::before,
.auth-divider[b-ppio7h30lh]::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #e5e7eb;
}

.auth-divider span[b-ppio7h30lh] {
    padding: 0 1rem;
    color: #9ca3af;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.auth-footer[b-ppio7h30lh] {
    text-align: center;
    margin-top: 1.5rem;
    color: #6b7280;
    font-size: 0.875rem;
}

.auth-footer a[b-ppio7h30lh] {
    color: #111827;
    font-weight: 600;
    text-decoration: none;
}

.auth-footer a:hover[b-ppio7h30lh] {
    text-decoration: underline;
}
/* /Components/Account/Pages/Register.razor.rz.scp.css */
.auth-page[b-d22rtdq6xb] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e9f0 100%);
}

.auth-card[b-d22rtdq6xb] {
    width: 100%;
    max-width: 440px;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04);
    padding: 2.5rem 2rem;
}

.auth-brand[b-d22rtdq6xb] {
    text-align: center;
    margin-bottom: 2rem;
}

.auth-logo[b-d22rtdq6xb] {
    height: 48px;
    margin-bottom: 1rem;
}

.auth-title[b-d22rtdq6xb] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 0.25rem;
}

.auth-subtitle[b-d22rtdq6xb] {
    color: #6b7280;
    font-size: 0.875rem;
    margin: 0;
}

.auth-divider[b-d22rtdq6xb] {
    display: flex;
    align-items: center;
    margin: 1.25rem 0;
}

.auth-divider[b-d22rtdq6xb]::before,
.auth-divider[b-d22rtdq6xb]::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #e5e7eb;
}

.auth-divider span[b-d22rtdq6xb] {
    padding: 0 1rem;
    color: #9ca3af;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.auth-footer[b-d22rtdq6xb] {
    text-align: center;
    margin-top: 1.5rem;
    color: #6b7280;
    font-size: 0.875rem;
}

.auth-footer a[b-d22rtdq6xb] {
    color: #111827;
    font-weight: 600;
    text-decoration: none;
}

.auth-footer a:hover[b-d22rtdq6xb] {
    text-decoration: underline;
}
/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
.manage-layout[b-9qpsdzwwq0] {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.manage-header[b-9qpsdzwwq0] {
    padding: 1.5rem 2rem 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.manage-title[b-9qpsdzwwq0] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 0.25rem;
}

.manage-subtitle[b-9qpsdzwwq0] {
    color: #6b7280;
    font-size: 0.875rem;
    margin: 0;
}

.manage-body[b-9qpsdzwwq0] {
    display: flex;
    flex: 1;
    min-height: 0;
}

.manage-sidebar[b-9qpsdzwwq0] {
    width: 240px;
    flex-shrink: 0;
    background: #f9fafb;
    border-right: 1px solid #e5e7eb;
    padding: 1rem 0;
    overflow-y: auto;
}

.manage-sidebar nav[b-9qpsdzwwq0] {
    padding: 0 0.75rem;
}

.manage-content[b-9qpsdzwwq0] {
    flex: 1;
    padding: 1.5rem 2rem;
    overflow-y: auto;
    min-width: 0;
}

@media (max-width: 992px) {
    .manage-body[b-9qpsdzwwq0] {
        flex-direction: column;
    }

    .manage-sidebar[b-9qpsdzwwq0] {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
        padding: 0.75rem;
        overflow-y: visible;
    }

    .manage-sidebar nav[b-9qpsdzwwq0] {
        padding: 0;
    }

    .manage-content[b-9qpsdzwwq0] {
        padding: 1rem;
    }
}
/* /Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
.manage-nav[b-j4vdjals6y] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.manage-nav li[b-j4vdjals6y] {
    margin-bottom: 0.125rem;
}

.manage-nav-link[b-j4vdjals6y] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.625rem 0.75rem;
    border-radius: 0.5rem;
    color: #374151;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: background-color 0.15s, color 0.15s;
}

.manage-nav-link i[b-j4vdjals6y] {
    font-size: 1.1rem;
    width: 1.25rem;
    text-align: center;
    opacity: 0.7;
}

.manage-nav-link:hover[b-j4vdjals6y] {
    background-color: #e5e7eb;
    color: #111827;
}

.manage-nav-link.active[b-j4vdjals6y] {
    background-color: #111827;
    color: #ffffff;
}

.manage-nav-link.active i[b-j4vdjals6y] {
    opacity: 1;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fh7v0nuy6r]{
    height:100vh;
    overflow:auto;
    display:flex;
    flex-direction:column;
}

    .page > main[b-fh7v0nuy6r]{
        flex:1;
        display:flex;
        overflow:auto;
    }

    #blazor-error-ui[b-fh7v0nuy6r] {
        color-scheme: light only;
        background: lightyellow;
        bottom: 0;
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        display: none;
        left: 0;
        padding: 0.6rem 1.25rem 0.7rem 1.25rem;
        position: fixed;
        width: 100%;
        z-index: 1000;
    }

    #blazor-error-ui .dismiss[b-fh7v0nuy6r] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/NotePage.razor.rz.scp.css */
body[b-iubh1ifrtw] {
}
