/* _content/MonthlyBudgetSystem/Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.info-message[b-4xw128wk2q] {
    margin: 0.625rem 0 0.625rem 0;
    justify-content: start;
}
/* _content/MonthlyBudgetSystem/Components/Account/Pages/Manage/ExternalLogins.razor.rz.scp.css */
.current-logins[b-vxaqnovc2t] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.current-logins-item[b-vxaqnovc2t] {
    display: flex;
    gap: 0.625rem;
}
/* _content/MonthlyBudgetSystem/Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-logins[b-5xhfya9tde] {
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 500px) {
    .external-logins[b-5xhfya9tde] {
        flex-direction: column;
    }
}
/* _content/MonthlyBudgetSystem/Components/Account/Shared/ManageLayout.razor.rz.scp.css */
[b-y9tuvkx92j] .tab-icon {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

[b-y9tuvkx92j] .icon-profile {
    -webkit-mask-image: url("images/account/manage-profile.svg");
    mask-image: url("images/account/manage-profile.svg");
}

[b-y9tuvkx92j] .icon-email {
    -webkit-mask-image: url("images/account/manage-email.svg");
    mask-image: url("images/account/manage-email.svg");
}

[b-y9tuvkx92j] .icon-two-factor {
    -webkit-mask-image: url("images/account/manage-two-factor.svg");
    mask-image: url("images/account/manage-two-factor.svg");
}

[b-y9tuvkx92j] .icon-password {
    -webkit-mask-image: url("images/account/manage-password.svg");
    mask-image: url("images/account/manage-password.svg");
}

[b-y9tuvkx92j] .icon-personal {
    -webkit-mask-image: url("images/account/manage-personal.svg");
    mask-image: url("images/account/manage-personal.svg");
}

[b-y9tuvkx92j] .icon-external {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}
/* _content/MonthlyBudgetSystem/Components/Account/Shared/ShowRecoveryCodes.razor.rz.scp.css */
.codes[b-viq3ixzqnv] {
    margin: 0.625rem 0px 0.625rem 0px;
}
/* _content/MonthlyBudgetSystem/Components/Layout/Drawer.razor.rz.scp.css */
::deep .navigation-drawer[b-hhyzw53c1f] {
    --dxbl-drawer-panel-footer-justify-content: center;
    height: 100vh;
    max-height: 100%;
}

[b-hhyzw53c1f] .panel-open:not(.mobile) .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-hhyzw53c1f] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    .mobile-drawer-closed .shading-copy[b-hhyzw53c1f] {
        display: none;
        visibility: hidden;
    }

    [b-hhyzw53c1f] .shading-copy {
        background-color: var(--dxbl-drawer-content-shading-bg);
        height: 100%;
        position: absolute;
        transition: opacity ease var(--dxbl-drawer-animation-duration);
        visibility: visible;
        width: 100%;
        z-index: 100;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-hhyzw53c1f] .panel-open .shading-copy {
        opacity: 0;
        visibility: unset;
        height: unset;
    }
}
/* _content/MonthlyBudgetSystem/Components/Layout/MainLayout.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════════
   BUDGET PRO - PREMIUM LAYOUT SYSTEM
   Fintech-Grade Design • Modern • Professional
   ═══════════════════════════════════════════════════════════════════ */

/* ─────────────────────────────────────────────────────────────────────
   APP SHELL
   ───────────────────────────────────────────────────────────────────── */
.app-shell[b-cfh19hfs20] {
    display: flex;
    min-height: 100vh;
    min-height: 100dvh;
    background: var(--bg-base);
    overflow-x: hidden;
    position: relative;
}

/* ─────────────────────────────────────────────────────────────────────
   SIDEBAR - Premium Glass Design
   ───────────────────────────────────────────────────────────────────── */
.sidebar[b-cfh19hfs20] {
    width: 260px;
    min-width: 260px;
    height: 100vh;
    height: 100dvh;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    background: var(--sidebar-bg);
    border-right: 1px solid var(--sidebar-border);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 100;
    overflow: hidden;
    flex-shrink: 0;
}

.sidebar.collapsed[b-cfh19hfs20] {
    width: 72px;
    min-width: 72px;
}

/* ─── Sidebar Header ─── */
.sidebar-header[b-cfh19hfs20] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
    border-bottom: 1px solid var(--sidebar-border);
    min-height: 72px;
}

.brand-link[b-cfh19hfs20] {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.brand-logo[b-cfh19hfs20] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo-icon[b-cfh19hfs20] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--emerald-400) 0%, var(--emerald-600) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
    flex-shrink: 0;
}

.logo-symbol[b-cfh19hfs20] {
    font-size: 1.25rem;
    font-weight: 800;
    color: white;
    font-family: var(--font-mono);
}

.brand-text[b-cfh19hfs20] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-name[b-cfh19hfs20] {
    font-size: 1.125rem;
    font-weight: 700;
    color: white;
    letter-spacing: -0.02em;
}

.brand-suffix[b-cfh19hfs20] {
    font-size: 0.6875rem;
    font-weight: 600;
    color: var(--emerald-400);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.sidebar.collapsed .brand-text[b-cfh19hfs20] {
    display: none;
}

.collapse-btn[b-cfh19hfs20] {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sidebar-hover-bg);
    border: 1px solid var(--sidebar-border);
    border-radius: 8px;
    color: var(--sidebar-text-muted);
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
}

.collapse-btn:hover[b-cfh19hfs20] {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-color: rgba(255, 255, 255, 0.2);
}

.collapse-icon[b-cfh19hfs20] {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
}

.sidebar.collapsed .collapse-btn[b-cfh19hfs20] {
    display: none;
}

/* ─── Sidebar Navigation ─── */
.sidebar-nav[b-cfh19hfs20] {
    flex: 1;
    padding: 1rem 0.75rem;
    overflow-y: auto;
    overflow-x: hidden;
}

.nav-section[b-cfh19hfs20] {
    margin-bottom: 1.5rem;
}

.nav-section-label[b-cfh19hfs20] {
    display: block;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--sidebar-text-muted);
    padding: 0 0.75rem;
    margin-bottom: 0.5rem;
    opacity: 0.7;
}

.sidebar.collapsed .nav-section-label[b-cfh19hfs20] {
    display: none;
}

.nav-items[b-cfh19hfs20] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nav-item[b-cfh19hfs20] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 0.75rem;
    color: var(--sidebar-text-muted);
    text-decoration: none;
    border-radius: 10px;
    font-weight: 500;
    font-size: 0.875rem;
    transition: all 0.15s ease;
    position: relative;
    overflow: hidden;
}

.nav-item:hover[b-cfh19hfs20] {
    background: var(--sidebar-hover-bg);
    color: white;
}

.nav-item.active[b-cfh19hfs20] {
    background: var(--sidebar-active-bg);
    color: var(--emerald-400);
}

.nav-item.active[b-cfh19hfs20]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 55%;
    background: var(--emerald-500);
    border-radius: 0 3px 3px 0;
}

.sidebar.collapsed .nav-item[b-cfh19hfs20] {
    justify-content: center;
    padding: 0.75rem;
}

.nav-icon[b-cfh19hfs20] {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.nav-icon svg[b-cfh19hfs20] {
    width: 18px;
    height: 18px;
}

.nav-icon.income[b-cfh19hfs20] { color: var(--success); }
.nav-icon.expense[b-cfh19hfs20] { color: var(--danger); }
.nav-icon.budget[b-cfh19hfs20] { color: var(--info); }
.nav-icon.savings[b-cfh19hfs20] { color: var(--violet-500); }

.nav-item.active .nav-icon[b-cfh19hfs20] {
    color: var(--emerald-400);
}

.nav-text[b-cfh19hfs20] {
    flex: 1;
    white-space: nowrap;
}

.sidebar.collapsed .nav-text[b-cfh19hfs20] {
    display: none;
}

/* ─── Sidebar Footer ─── */
.sidebar-footer[b-cfh19hfs20] {
    padding: 0.75rem;
    border-top: 1px solid var(--sidebar-border);
}

.user-section[b-cfh19hfs20] {
    margin-bottom: 0.75rem;
}

.user-card[b-cfh19hfs20] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.15s;
}

.user-card:hover[b-cfh19hfs20] {
    background: var(--sidebar-hover-bg);
}

.user-avatar[b-cfh19hfs20] {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--emerald-500), var(--teal-500));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 600;
    color: white;
    flex-shrink: 0;
}

.user-info[b-cfh19hfs20] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.user-name[b-cfh19hfs20] {
    font-size: 0.875rem;
    font-weight: 600;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-role[b-cfh19hfs20] {
    font-size: 0.6875rem;
    color: var(--sidebar-text-muted);
}

.sidebar.collapsed .user-info[b-cfh19hfs20] {
    display: none;
}

.footer-actions[b-cfh19hfs20] {
    display: flex;
    gap: 0.5rem;
}

.footer-btn[b-cfh19hfs20] {
    flex: 1;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sidebar-hover-bg);
    border: 1px solid var(--sidebar-border);
    border-radius: 8px;
    color: var(--sidebar-text-muted);
    cursor: pointer;
    transition: all 0.15s;
}

.footer-btn:hover[b-cfh19hfs20] {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.footer-btn.logout:hover[b-cfh19hfs20] {
    background: rgba(239, 68, 68, 0.15);
    color: var(--danger);
    border-color: rgba(239, 68, 68, 0.3);
}

.footer-icon[b-cfh19hfs20] {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-icon svg[b-cfh19hfs20] {
    width: 16px;
    height: 16px;
}

.logout-form[b-cfh19hfs20] {
    flex: 1;
    display: flex;
}

.sign-in-btn[b-cfh19hfs20] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem;
    background: linear-gradient(135deg, var(--emerald-500), var(--emerald-600));
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}

.sign-in-btn:hover[b-cfh19hfs20] {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.35);
}

.sign-in-icon[b-cfh19hfs20] {
    width: 18px;
    height: 18px;
}

.sign-in-icon svg[b-cfh19hfs20] {
    width: 100%;
    height: 100%;
}

/* ─────────────────────────────────────────────────────────────────────
   MAIN CONTENT WRAPPER
   ───────────────────────────────────────────────────────────────────── */
.main-wrapper[b-cfh19hfs20] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 100vh;
    min-height: 100dvh;
}

/* ─── Top Header ─── */
.top-header[b-cfh19hfs20] {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem clamp(1rem, 2vw, 1.5rem);
    background: var(--bg-surface);
    border-bottom: 1px solid var(--border-default);
    position: sticky;
    top: 0;
    z-index: 50;
    min-height: 60px;
    box-shadow: var(--shadow-xs);
}

.header-left[b-cfh19hfs20] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.mobile-menu-trigger[b-cfh19hfs20] {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 10px;
    color: var(--text-primary);
    cursor: pointer;
    transition: background-color 0.15s;
}

.mobile-menu-trigger:hover[b-cfh19hfs20] {
    background: var(--bg-muted);
}

.mobile-menu-trigger svg[b-cfh19hfs20] {
    width: 22px;
    height: 22px;
}

.mobile-brand[b-cfh19hfs20] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.mobile-logo[b-cfh19hfs20] {
    width: 34px;
    height: 34px;
    background: linear-gradient(135deg, var(--emerald-400), var(--emerald-600));
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 800;
    color: white;
    font-family: var(--font-mono);
}

.mobile-title[b-cfh19hfs20] {
    font-size: clamp(1rem, 2.6vw, 1.125rem);
    font-weight: 700;
    color: var(--text-primary);
}

.header-right[b-cfh19hfs20] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.header-btn[b-cfh19hfs20] {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 10px;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all 0.15s;
}

.header-btn:hover[b-cfh19hfs20] {
    background: var(--bg-muted);
    color: var(--text-primary);
}

.header-btn svg[b-cfh19hfs20] {
    width: 20px;
    height: 20px;
}

.header-avatar[b-cfh19hfs20] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--emerald-500), var(--teal-500));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
    text-decoration: none;
    transition: transform 0.15s;
}

.header-avatar:hover[b-cfh19hfs20] {
    transform: scale(1.05);
}

/* ─── Page Content ─── */
.page-content[b-cfh19hfs20] {
    flex: 1;
    padding: clamp(1rem, 2vw, 1.5rem);
    background: var(--bg-base);
    overflow-y: auto;
    overflow-x: hidden;
}

.content-inner[b-cfh19hfs20] {
    max-width: var(--content-max-width);
    margin: 0 auto;
    width: 100%;
    min-width: 0;
}

/* ─────────────────────────────────────────────────────────────────────
   MOBILE BOTTOM NAVIGATION
   ───────────────────────────────────────────────────────────────────── */
.bottom-nav[b-cfh19hfs20] {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--bg-glass);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid var(--border-default);
    padding: 0.5rem 0.75rem;
    padding-bottom: max(0.5rem, env(safe-area-inset-bottom));
    z-index: 100;
    min-height: var(--mobile-nav-height);
    align-items: center;
    justify-content: space-between;
    gap: 0.25rem;
    box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.08);
}

.bottom-nav-item[b-cfh19hfs20] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 0.5rem 0.25rem;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.2s;
    -webkit-tap-highlight-color: transparent;
    min-height: 44px;
}

.bottom-nav-item:hover[b-cfh19hfs20],
.bottom-nav-item:focus[b-cfh19hfs20] {
    color: var(--text-primary);
}

.bottom-nav-item.active[b-cfh19hfs20] {
    color: var(--emerald-500);
}

.bottom-nav-item.active .bottom-nav-icon[b-cfh19hfs20] {
    background: var(--success-light);
    transform: scale(1.05);
}

.bottom-nav-icon[b-cfh19hfs20] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: all 0.2s;
}

.bottom-nav-icon svg[b-cfh19hfs20] {
    width: 20px;
    height: 20px;
}

.bottom-nav-label[b-cfh19hfs20] {
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

/* ─────────────────────────────────────────────────────────────────────
   MOBILE DRAWER
   ───────────────────────────────────────────────────────────────────── */
.mobile-overlay[b-cfh19hfs20] {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 200;
    animation: fadeIn-b-cfh19hfs20 0.2s ease-out;
}

.mobile-drawer[b-cfh19hfs20] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 320px;
    max-width: 88vw;
    background: var(--bg-surface);
    display: flex;
    flex-direction: column;
    animation: slideIn-b-cfh19hfs20 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: var(--shadow-2xl);
}

@keyframes fadeIn-b-cfh19hfs20 {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn-b-cfh19hfs20 {
    from { transform: translateX(-100%); }
    to { transform: translateX(0); }
}

.drawer-header[b-cfh19hfs20] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--border-default);
}

.drawer-brand[b-cfh19hfs20] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.drawer-title[b-cfh19hfs20] {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
}

.drawer-close[b-cfh19hfs20] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-muted);
    border: none;
    border-radius: 10px;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all 0.15s;
}

.drawer-close:hover[b-cfh19hfs20] {
    background: var(--bg-subtle);
    color: var(--text-primary);
}

.drawer-close svg[b-cfh19hfs20] {
    width: 18px;
    height: 18px;
}

.drawer-nav[b-cfh19hfs20] {
    flex: 1;
    padding: 1rem;
    overflow-y: auto;
}

.drawer-items[b-cfh19hfs20] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.drawer-item[b-cfh19hfs20] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 0.875rem 1rem;
    color: var(--text-secondary);
    text-decoration: none;
    border-radius: 12px;
    font-weight: 500;
    font-size: 0.9375rem;
    transition: all 0.15s;
}

.drawer-item:hover[b-cfh19hfs20] {
    background: var(--bg-muted);
    color: var(--text-primary);
}

.drawer-item.active[b-cfh19hfs20] {
    background: var(--success-light);
    color: var(--emerald-600);
}

.drawer-icon[b-cfh19hfs20] {
    font-size: 1.25rem;
}

.drawer-footer[b-cfh19hfs20] {
    padding: 1rem;
    border-top: 1px solid var(--border-default);
    padding-bottom: max(1rem, env(safe-area-inset-bottom));
}

.drawer-user[b-cfh19hfs20] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    text-decoration: none;
    border-radius: 12px;
    margin-bottom: 0.75rem;
    transition: background-color 0.15s;
}

.drawer-user:hover[b-cfh19hfs20] {
    background: var(--bg-muted);
}

.drawer-avatar[b-cfh19hfs20] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--emerald-500), var(--teal-500));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: white;
}

.drawer-user-info[b-cfh19hfs20] {
    display: flex;
    flex-direction: column;
}

.drawer-user-name[b-cfh19hfs20] {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--text-primary);
}

.drawer-user-email[b-cfh19hfs20] {
    font-size: 0.75rem;
    color: var(--text-muted);
}

.drawer-logout[b-cfh19hfs20] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem;
    background: var(--danger-light);
    border: none;
    border-radius: 10px;
    color: var(--danger);
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.15s;
}

.drawer-logout:hover[b-cfh19hfs20] {
    background: rgba(239, 68, 68, 0.2);
}

.drawer-logout svg[b-cfh19hfs20] {
    width: 18px;
    height: 18px;
}

.drawer-signin[b-cfh19hfs20] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.875rem;
    background: linear-gradient(135deg, var(--emerald-500), var(--emerald-600));
    border: none;
    border-radius: 12px;
    color: white;
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
    transition: all 0.2s;
}

.drawer-signin:hover[b-cfh19hfs20] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.35);
}

.drawer-signin svg[b-cfh19hfs20] {
    width: 18px;
    height: 18px;
}

/* ─────────────────────────────────────────────────────────────────────
   RESPONSIVE BREAKPOINTS
   ───────────────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .sidebar[b-cfh19hfs20] {
        width: 72px;
        min-width: 72px;
    }
    
    .brand-text[b-cfh19hfs20],
    .nav-section-label[b-cfh19hfs20],
    .nav-text[b-cfh19hfs20],
    .user-info[b-cfh19hfs20] {
        display: none;
    }
    
    .nav-item[b-cfh19hfs20] {
        justify-content: center;
        padding: 0.75rem;
    }
    
    .collapse-btn[b-cfh19hfs20] {
        display: none;
    }
    
    .sidebar-header[b-cfh19hfs20] {
        justify-content: center;
        padding: 1rem 0.75rem;
    }
    
    .user-card[b-cfh19hfs20] {
        justify-content: center;
    }
    
    .footer-actions[b-cfh19hfs20] {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .sidebar[b-cfh19hfs20] {
        display: none;
    }
    
    .top-header[b-cfh19hfs20] {
        display: flex;
    }
    
    .bottom-nav[b-cfh19hfs20] {
        display: flex;
    }
    
    .mobile-overlay[b-cfh19hfs20] {
        display: block;
    }
    
    .page-content[b-cfh19hfs20] {
        padding: clamp(0.875rem, 2vw, 1rem);
        padding-bottom: calc(var(--mobile-nav-height) + 1rem);
    }
}

@media (max-width: 480px) {
    .page-content[b-cfh19hfs20] {
        padding: 0.75rem;
        padding-bottom: calc(var(--mobile-nav-height) + 0.75rem);
    }
    
    .bottom-nav-item[b-cfh19hfs20] {
        padding: 0.375rem 0.125rem;
    }
    
    .bottom-nav-icon[b-cfh19hfs20] {
        width: 32px;
        height: 32px;
    }
    
    .bottom-nav-icon svg[b-cfh19hfs20] {
        width: 18px;
        height: 18px;
    }
    
    .bottom-nav-label[b-cfh19hfs20] {
        font-size: 0.5625rem;
    }
}

.app-shell.menu-open[b-cfh19hfs20] {
    overflow: hidden;
}

.app-shell.menu-open .page-content[b-cfh19hfs20] {
    overflow: hidden;
}

/* ─────────────────────────────────────────────────────────────────────
   ACCESSIBILITY & ANIMATIONS
   ───────────────────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
    .sidebar[b-cfh19hfs20],
    .nav-item[b-cfh19hfs20],
    .mobile-drawer[b-cfh19hfs20],
    .mobile-overlay[b-cfh19hfs20],
    .bottom-nav-item[b-cfh19hfs20],
    .bottom-nav-icon[b-cfh19hfs20] {
        transition: none;
        animation: none;
    }
}

.nav-item:focus-visible[b-cfh19hfs20],
.bottom-nav-item:focus-visible[b-cfh19hfs20],
.header-btn:focus-visible[b-cfh19hfs20],
.mobile-menu-trigger:focus-visible[b-cfh19hfs20],
.collapse-btn:focus-visible[b-cfh19hfs20],
.drawer-close:focus-visible[b-cfh19hfs20],
.drawer-item:focus-visible[b-cfh19hfs20] {
    outline: 2px solid var(--emerald-500);
    outline-offset: 2px;
}

/* High contrast mode */
@media (prefers-contrast: high) {
    .sidebar[b-cfh19hfs20] {
        border-right-width: 2px;
    }
    
    .nav-item.active[b-cfh19hfs20]::before {
        width: 4px;
    }
    
    .bottom-nav[b-cfh19hfs20] {
        border-top-width: 2px;
    }
}
/* _content/MonthlyBudgetSystem/Components/Layout/NavMenu.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════════
   PREMIUM NAVIGATION MENU - ENHANCED
   Fintech Design System with Collapsible Navigation
   ═══════════════════════════════════════════════════════════════════ */

:root[b-1pnc2zy75s] {
    --sidebar-bg: #1a1f2e;
    --sidebar-border: rgba(255, 255, 255, 0.08);
    --sidebar-text: #e2e8f0;
    --sidebar-text-muted: #94a3b8;
    --sidebar-hover-bg: rgba(255, 255, 255, 0.06);
    --sidebar-active-bg: rgba(16, 185, 129, 0.12);
    --emerald-400: #34d399;
    --emerald-500: #10b981;
    --success: #22c55e;
    --danger: #ef4444;
    --info: #3b82f6;
    --warning: #f59e0b;
    --violet-500: #8b5cf6;
    --radius-lg: 12px;
    --radius-md: 8px;
    --radius-sm: 4px;
    --transition-fast: 0.2s ease;
    --transition-smooth: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.premium-nav[b-1pnc2zy75s] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: transparent;
    border-right: none;
    transition: width var(--transition-smooth);
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    padding-bottom: 0.75rem;
    overscroll-behavior: contain;
}

    .premium-nav.collapsed[b-1pnc2zy75s] {
        width: 72px;
    }

/* ─────────────────────────────────────────────────────────────────────
   NAVIGATION TOGGLE
   ───────────────────────────────────────────────────────────────────── */
.nav-toggle[b-1pnc2zy75s] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    border-radius: var(--radius-md);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sidebar-text-muted);
    cursor: pointer;
    transition: all var(--transition-fast);
    z-index: 100;
}

    .nav-toggle:hover[b-1pnc2zy75s] {
        background: rgba(255, 255, 255, 0.12);
        color: var(--sidebar-text);
        transform: rotate(90deg);
    }

/* ─────────────────────────────────────────────────────────────────────
   NAV HEADER
   ───────────────────────────────────────────────────────────────────── */
.nav-header[b-1pnc2zy75s] {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--sidebar-border);
}

.nav-mini-header[b-1pnc2zy75s] {
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid var(--sidebar-border);
}

.app-brand[b-1pnc2zy75s] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.app-logo[b-1pnc2zy75s] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--emerald-500), var(--info));
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

    .app-logo svg[b-1pnc2zy75s] {
        width: 24px;
        height: 24px;
    }

.brand-text[b-1pnc2zy75s] {
    display: flex;
    flex-direction: column;
}

.nav-title[b-1pnc2zy75s] {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    letter-spacing: -0.01em;
}

.nav-subtitle[b-1pnc2zy75s] {
    font-size: 0.75rem;
    color: var(--sidebar-text-muted);
    font-weight: 500;
}

/* ─────────────────────────────────────────────────────────────────────
   QUICK STATS
   ───────────────────────────────────────────────────────────────────── */
.nav-quick-stats[b-1pnc2zy75s] {
    margin-top: 1rem;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: var(--radius-md);
    border: 1px solid var(--sidebar-border);
}

.stat-item[b-1pnc2zy75s] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.stat-label[b-1pnc2zy75s] {
    font-size: 0.75rem;
    color: var(--sidebar-text-muted);
    font-weight: 500;
}

.stat-progress[b-1pnc2zy75s] {
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
}

.stat-progress-bar[b-1pnc2zy75s] {
    height: 100%;
    background: linear-gradient(90deg, var(--emerald-500), var(--info));
    border-radius: 2px;
}

.stat-value[b-1pnc2zy75s] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--sidebar-text);
    align-self: flex-end;
}

/* ─────────────────────────────────────────────────────────────────────
   SEARCH BAR
   ───────────────────────────────────────────────────────────────────── */
.nav-search[b-1pnc2zy75s] {
    padding: 1rem 1.5rem;
    position: relative;
}

.search-input[b-1pnc2zy75s] {
    width: 100%;
    padding: 0.625rem 0.75rem 0.625rem 2.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--sidebar-border);
    border-radius: var(--radius-md);
    color: var(--sidebar-text);
    font-size: 0.875rem;
    transition: all var(--transition-fast);
}

    .search-input:focus[b-1pnc2zy75s] {
        outline: none;
        border-color: var(--emerald-500);
        background: rgba(255, 255, 255, 0.08);
        box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.1);
    }

    .search-input[b-1pnc2zy75s]::placeholder {
        color: var(--sidebar-text-muted);
    }

.search-icon[b-1pnc2zy75s] {
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--sidebar-text-muted);
    pointer-events: none;
}

    .search-icon svg[b-1pnc2zy75s] {
        width: 16px;
        height: 16px;
    }

/* ─────────────────────────────────────────────────────────────────────
   NAVIGATION CONTENT
   ───────────────────────────────────────────────────────────────────── */
.nav-content[b-1pnc2zy75s] {
    flex: 1;
    padding: 1rem 0;
    overflow-y: auto;
}

/* ─────────────────────────────────────────────────────────────────────
   NAVIGATION GROUPS
   ───────────────────────────────────────────────────────────────────── */
.nav-group[b-1pnc2zy75s] {
    margin-bottom: 1.5rem;
    padding: 0 0.75rem;
}

.nav-group-label[b-1pnc2zy75s] {
    display: block;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--sidebar-text-muted);
    padding: 0 0.75rem;
    margin-bottom: 0.75rem;
    opacity: 0.7;
    transition: opacity var(--transition-fast);
}

.collapsed .nav-group-label[b-1pnc2zy75s] {
    opacity: 0;
    pointer-events: none;
}

/* ─────────────────────────────────────────────────────────────────────
   NAVIGATION LIST
   ───────────────────────────────────────────────────────────────────── */
.nav-list[b-1pnc2zy75s] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

/* ─────────────────────────────────────────────────────────────────────
   NAVIGATION LINKS
   ───────────────────────────────────────────────────────────────────── */
.nav-link[b-1pnc2zy75s] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    color: var(--sidebar-text-muted);
    text-decoration: none;
    border-radius: var(--radius-md);
    font-weight: 500;
    font-size: 0.875rem;
    position: relative;
    overflow: hidden;
    transition: all var(--transition-fast);
    min-height: 44px;
}

    .nav-link:hover[b-1pnc2zy75s] {
        background: var(--sidebar-hover-bg);
        color: var(--sidebar-text);
        transform: translateX(2px);
    }

    .nav-link:active[b-1pnc2zy75s] {
        transform: translateX(2px) scale(0.98);
    }

    .nav-link.active[b-1pnc2zy75s] {
        background: var(--sidebar-active-bg);
        color: var(--emerald-400);
        font-weight: 600;
    }

/* Active Indicator */
.nav-link-indicator[b-1pnc2zy75s] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scaleY(0);
    width: 3px;
    height: 55%;
    background: var(--emerald-500);
    border-radius: 0 3px 3px 0;
    transition: transform var(--transition-fast);
}

.nav-link.active .nav-link-indicator[b-1pnc2zy75s] {
    transform: translateY(-50%) scaleY(1);
}

/* Tooltip for collapsed state */
.nav-link-tooltip[b-1pnc2zy75s] {
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%) translateX(-10px);
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 0.5rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.75rem;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-fast);
    z-index: 1000;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-link:hover .nav-link-tooltip[b-1pnc2zy75s] {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

.collapsed .nav-link[b-1pnc2zy75s] {
    justify-content: center;
    padding: 0.75rem;
}

/* ─────────────────────────────────────────────────────────────────────
   ICONS
   ───────────────────────────────────────────────────────────────────── */
.nav-link-icon[b-1pnc2zy75s] {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: color var(--transition-fast);
}

    .nav-link-icon svg[b-1pnc2zy75s] {
        width: 18px;
        height: 18px;
    }

    /* Colored icons */
    .nav-link-icon.income[b-1pnc2zy75s] {
        color: var(--success);
    }

    .nav-link-icon.expense[b-1pnc2zy75s] {
        color: var(--danger);
    }

    .nav-link-icon.budget[b-1pnc2zy75s] {
        color: var(--info);
    }

    .nav-link-icon.savings[b-1pnc2zy75s] {
        color: var(--violet-500);
    }

/* Active state overrides icon color */
.nav-link.active .nav-link-icon[b-1pnc2zy75s] {
    color: var(--emerald-400);
}

/* ─────────────────────────────────────────────────────────────────────
   TEXT & BADGES
   ───────────────────────────────────────────────────────────────────── */
.nav-link-text[b-1pnc2zy75s] {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: opacity var(--transition-fast);
}

.nav-link-content[b-1pnc2zy75s] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    min-width: 0;
}

.nav-link-subtext[b-1pnc2zy75s] {
    font-size: 0.6875rem;
    color: var(--sidebar-text-muted);
    letter-spacing: 0.02em;
    line-height: 1.3;
}

.nav-link:hover .nav-link-subtext[b-1pnc2zy75s],
.nav-link.active .nav-link-subtext[b-1pnc2zy75s] {
    color: var(--emerald-400);
}

.collapsed .nav-link-text[b-1pnc2zy75s] {
    display: none;
}

.nav-link-badge[b-1pnc2zy75s] {
    background: var(--emerald-500);
    color: white;
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 0.125rem 0.375rem;
    border-radius: 10px;
    min-width: 20px;
    text-align: center;
}

    .nav-link-badge.warning[b-1pnc2zy75s] {
        background: var(--warning);
    }

    .nav-link-badge.new[b-1pnc2zy75s] {
        background: var(--danger);
    }

.nav-link-amount[b-1pnc2zy75s] {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--sidebar-text);
    opacity: 0.9;
}

.nav-link-progress[b-1pnc2zy75s] {
    width: 40px;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
}

.progress-bar[b-1pnc2zy75s] {
    height: 100%;
    background: linear-gradient(90deg, var(--violet-500), #a855f7);
    border-radius: 2px;
}

/* ─────────────────────────────────────────────────────────────────────
   USER PROFILE
   ───────────────────────────────────────────────────────────────────── */
.nav-user-profile[b-1pnc2zy75s] {
    padding: 0.75rem;
}

.user-info[b-1pnc2zy75s] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.user-avatar[b-1pnc2zy75s] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 0.875rem;
}

.user-details[b-1pnc2zy75s] {
    flex: 1;
}

.user-name[b-1pnc2zy75s] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--sidebar-text);
}

.user-email[b-1pnc2zy75s] {
    font-size: 0.75rem;
    color: var(--sidebar-text-muted);
    margin-top: 0.125rem;
}

.user-menu-toggle[b-1pnc2zy75s] {
    background: none;
    border: none;
    color: var(--sidebar-text-muted);
    cursor: pointer;
    padding: 0.25rem;
    border-radius: var(--radius-sm);
    transition: all var(--transition-fast);
}

    .user-menu-toggle:hover[b-1pnc2zy75s] {
        background: rgba(255, 255, 255, 0.08);
        color: var(--sidebar-text);
    }

.user-menu[b-1pnc2zy75s] {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background: rgba(30, 35, 48, 0.95);
    backdrop-filter: blur(8px);
    border: 1px solid var(--sidebar-border);
    border-radius: var(--radius-md);
    padding: 0.5rem;
    margin: 0.5rem;
    box-shadow: var(--shadow-lg);
    z-index: 1000;
    animation: slideDown-b-1pnc2zy75s 0.2s ease;
}

@keyframes slideDown-b-1pnc2zy75s {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.user-menu-item[b-1pnc2zy75s] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 0.75rem;
    color: var(--sidebar-text);
    text-decoration: none;
    border-radius: var(--radius-sm);
    font-size: 0.875rem;
    transition: all var(--transition-fast);
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

    .user-menu-item:hover[b-1pnc2zy75s] {
        background: rgba(255, 255, 255, 0.08);
    }

    .user-menu-item svg[b-1pnc2zy75s] {
        width: 16px;
        height: 16px;
    }

    .user-menu-item.logout[b-1pnc2zy75s] {
        color: var(--danger);
    }

.user-menu-divider[b-1pnc2zy75s] {
    height: 1px;
    background: var(--sidebar-border);
    margin: 0.5rem 0;
}

.nav-user-mini[b-1pnc2zy75s] {
    display: flex;
    justify-content: center;
    padding: 0.75rem;
}

.user-avatar-mini[b-1pnc2zy75s] {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 0.75rem;
}

/* ─────────────────────────────────────────────────────────────────────
   THEME TOGGLE
   ───────────────────────────────────────────────────────────────────── */
.nav-theme-toggle[b-1pnc2zy75s] {
    padding: 1rem;
    margin-top: auto;
}

.theme-btn[b-1pnc2zy75s] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--sidebar-border);
    border-radius: var(--radius-md);
    color: var(--sidebar-text-muted);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all var(--transition-fast);
}

    .theme-btn:hover[b-1pnc2zy75s] {
        background: rgba(255, 255, 255, 0.12);
        color: var(--sidebar-text);
        transform: translateY(-1px);
    }

.theme-icon[b-1pnc2zy75s] {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .theme-icon svg[b-1pnc2zy75s] {
        width: 18px;
        height: 18px;
    }

.theme-text[b-1pnc2zy75s] {
    transition: opacity var(--transition-fast);
}

.collapsed .theme-text[b-1pnc2zy75s] {
    display: none;
}

/* ─────────────────────────────────────────────────────────────────────
   DIVIDER & FOOTER
   ───────────────────────────────────────────────────────────────────── */
.nav-divider[b-1pnc2zy75s] {
    height: 1px;
    background: var(--sidebar-border);
    margin: 1rem 1.5rem;
}

[b-1pnc2zy75s] .sidebar.collapsed .premium-nav .nav-group-label,
[b-1pnc2zy75s] .sidebar.collapsed .premium-nav .nav-link-content,
[b-1pnc2zy75s] .sidebar.collapsed .premium-nav .nav-link-subtext {
    display: none;
}

[b-1pnc2zy75s] .sidebar.collapsed .premium-nav .nav-link {
    justify-content: center;
    padding: 0.75rem;
}

.nav-footer[b-1pnc2zy75s] {
    padding: 1rem 1.5rem;
    border-top: 1px solid var(--sidebar-border);
}

.nav-version[b-1pnc2zy75s] {
    font-size: 0.75rem;
    color: var(--sidebar-text-muted);
    text-align: center;
}

/* ─────────────────────────────────────────────────────────────────────
   RESPONSIVE
   ───────────────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .premium-nav[b-1pnc2zy75s] {
        width: 72px;
    }

        .premium-nav:not(.collapsed)[b-1pnc2zy75s] {
            width: 280px;
            position: fixed;
            left: 0;
            top: 0;
            bottom: 0;
            z-index: 1000;
            box-shadow: var(--shadow-lg);
        }

    .nav-toggle[b-1pnc2zy75s] {
        right: 1rem;
    }

    .nav-link-subtext[b-1pnc2zy75s] {
        display: none;
    }
}

@media (max-width: 640px) {
    .premium-nav:not(.collapsed)[b-1pnc2zy75s] {
        width: 100%;
    }
}

/* ─────────────────────────────────────────────────────────────────────
   SCROLLBAR
   ───────────────────────────────────────────────────────────────────── */
.nav-content[b-1pnc2zy75s]::-webkit-scrollbar {
    width: 4px;
}

.nav-content[b-1pnc2zy75s]::-webkit-scrollbar-track {
    background: transparent;
}

.nav-content[b-1pnc2zy75s]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}

    .nav-content[b-1pnc2zy75s]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.2);
    }

/* ─────────────────────────────────────────────────────────────────────
   ACCESSIBILITY
   ───────────────────────────────────────────────────────────────────── */
.nav-link:focus-visible[b-1pnc2zy75s],
.theme-btn:focus-visible[b-1pnc2zy75s],
.user-menu-toggle:focus-visible[b-1pnc2zy75s] {
    outline: 2px solid var(--emerald-500);
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .premium-nav[b-1pnc2zy75s],
    .nav-link[b-1pnc2zy75s],
    .nav-toggle[b-1pnc2zy75s],
    .theme-btn[b-1pnc2zy75s],
    .user-menu[b-1pnc2zy75s] {
        transition: none;
        animation: none;
    }
}

/* High contrast mode */
@media (prefers-contrast: high) {
    .nav-link-indicator[b-1pnc2zy75s] {
        width: 4px;
        background: var(--emerald-400);
    }

    .nav-divider[b-1pnc2zy75s] {
        background: rgba(255, 255, 255, 0.25);
        height: 2px;
    }

    .nav-link.active[b-1pnc2zy75s] {
        border: 2px solid var(--emerald-400);
    }
}

/* Dark mode adjustments */
@media (prefers-color-scheme: dark) {
    :root[b-1pnc2zy75s] {
        --sidebar-bg: #0f172a;
        --sidebar-hover-bg: rgba(255, 255, 255, 0.1);
    }
}
/* _content/MonthlyBudgetSystem/Components/Pages/Index.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════════
   DASHBOARD PAGE STYLES
   Premium Financial Dashboard
   ═══════════════════════════════════════════════════════════════════ */

/* ─────────────────────────────────────────────────────────────────────
   COLUMN LAYOUTS
   ───────────────────────────────────────────────────────────────────── */
.column-stack[b-s7giuiejg6] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* ─────────────────────────────────────────────────────────────────────
   YEAR TO DATE GRID
   ───────────────────────────────────────────────────────────────────── */
.ytd-grid[b-s7giuiejg6] {
    gap: 1rem;
}

.ytd-stat[b-s7giuiejg6] {
    text-align: center;
    padding: 1.5rem 1rem;
    background: var(--bg-muted);
    border-radius: var(--radius-xl);
    transition: 
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.ytd-stat:hover[b-s7giuiejg6] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.ytd-label[b-s7giuiejg6] {
    font-size: var(--text-sm);
    font-weight: 500;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* ─────────────────────────────────────────────────────────────────────
   WELCOME SCREEN
   ───────────────────────────────────────────────────────────────────── */
.welcome-container[b-s7giuiejg6] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 120px);
    padding: 2rem;
}

.welcome-content[b-s7giuiejg6] {
    max-width: 900px;
    width: 100%;
}

.welcome-hero[b-s7giuiejg6] {
    text-align: center;
    margin-bottom: 4rem;
}

.welcome-icon[b-s7giuiejg6] {
    font-size: 5rem;
    margin-bottom: 1.5rem;
    animation: float-b-s7giuiejg6 3s ease-in-out infinite;
}

@keyframes float-b-s7giuiejg6 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

.welcome-title[b-s7giuiejg6] {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 800;
    color: var(--text-primary);
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, var(--emerald-500), var(--emerald-600));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.welcome-subtitle[b-s7giuiejg6] {
    font-size: 1.25rem;
    color: var(--text-secondary);
    max-width: 560px;
    margin: 0 auto 2.5rem;
    line-height: 1.7;
}

.welcome-actions[b-s7giuiejg6] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.welcome-features[b-s7giuiejg6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.feature-card[b-s7giuiejg6] {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-2xl);
    padding: 2rem;
    text-align: center;
    transition: 
        transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.3s ease;
}

.feature-card:hover[b-s7giuiejg6] {
    transform: translateY(-6px);
    box-shadow: var(--card-hover-shadow);
}

.feature-icon[b-s7giuiejg6] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.feature-title[b-s7giuiejg6] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.feature-description[b-s7giuiejg6] {
    font-size: 0.9375rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* ─────────────────────────────────────────────────────────────────────
   ALERTS CONTAINER
   ───────────────────────────────────────────────────────────────────── */
.alerts-container[b-s7giuiejg6] {
    max-width: 100%;
    overflow: hidden;
}

/* ─────────────────────────────────────────────────────────────────────
   RESPONSIVE ADJUSTMENTS
   ───────────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .welcome-container[b-s7giuiejg6] {
        padding: 1.5rem;
        min-height: calc(100vh - 160px);
    }
    
    .welcome-hero[b-s7giuiejg6] {
        margin-bottom: 3rem;
    }
    
    .welcome-icon[b-s7giuiejg6] {
        font-size: 4rem;
    }
    
    .welcome-subtitle[b-s7giuiejg6] {
        font-size: 1.0625rem;
    }
    
    .welcome-actions[b-s7giuiejg6] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .welcome-actions .btn[b-s7giuiejg6] {
        width: 100%;
    }
    
    .feature-card[b-s7giuiejg6] {
        padding: 1.5rem;
    }
    
    .ytd-stat[b-s7giuiejg6] {
        padding: 1rem;
    }
    
    .ytd-label[b-s7giuiejg6] {
        font-size: var(--text-xs);
    }
    
    .column-stack[b-s7giuiejg6] {
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .welcome-container[b-s7giuiejg6] {
        padding: 1rem;
    }
    
    .welcome-icon[b-s7giuiejg6] {
        font-size: 3rem;
    }
    
    .welcome-subtitle[b-s7giuiejg6] {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .feature-icon[b-s7giuiejg6] {
        font-size: 2rem;
    }
    
    .feature-title[b-s7giuiejg6] {
        font-size: 1.0625rem;
    }
    
    .feature-description[b-s7giuiejg6] {
        font-size: 0.875rem;
    }
}

/* ─────────────────────────────────────────────────────────────────────
   REDUCED MOTION
   ───────────────────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
    .welcome-icon[b-s7giuiejg6] {
        animation: none;
    }
    
    .feature-card[b-s7giuiejg6] {
        transition: none;
    }
    
    .ytd-stat[b-s7giuiejg6] {
        transition: none;
    }
}
