.dashboard-module__XABe8G__layout{background-color:var(--background);width:100%;min-height:100dvh;display:flex;position:relative;overflow-x:hidden}.dashboard-module__XABe8G__sidebar{background-color:var(--surface);border-right:1px solid var(--border);width:clamp(260px,25vw,300px);padding:0;padding-top:var(--safe-top);padding-bottom:var(--safe-bottom);z-index:1001;scrollbar-width:none;flex-direction:column;height:100dvh;display:flex;position:sticky;top:0;overflow-y:auto}.dashboard-module__XABe8G__sidebar::-webkit-scrollbar{display:none}.dashboard-module__XABe8G__sidebarHeader{padding:var(--space-lg);justify-content:space-between;align-items:center;display:flex}.dashboard-module__XABe8G__nav{gap:var(--space-xs);padding:0 var(--space-md);flex-direction:column;flex:1;display:flex}.dashboard-module__XABe8G__navItem{min-height:var(--touch-target);border-radius:var(--radius-md);color:var(--text-secondary);align-items:center;gap:.75rem;padding:.875rem 1rem;font-weight:600;transition:all .2s;display:flex}.dashboard-module__XABe8G__active{color:var(--primary);background-color:#4f46e51a}.dashboard-module__XABe8G__userProfile{margin-top:auto;margin-bottom:max(1rem,var(--safe-bottom));border-top:1px solid var(--border);cursor:pointer;align-items:center;gap:.85rem;min-height:5rem;padding:1.25rem 1.5rem;display:flex}.dashboard-module__XABe8G__avatar{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);color:#fff;border:2px solid #10b981;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.1rem;font-weight:700;display:flex;position:relative;overflow:hidden;box-shadow:0 0 10px #10b98133}.dashboard-module__XABe8G__statusDotSmall{border:2px solid var(--surface);z-index:5;background:#10b981;border-radius:50%;width:12px;height:12px;position:absolute;bottom:-5px;right:-5px}.dashboard-module__XABe8G__userInfo{flex-direction:column;flex:1;min-width:0;display:flex}.dashboard-module__XABe8G__username{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:700;overflow:hidden}.dashboard-module__XABe8G__main{background:var(--background);flex-direction:column;flex:1;width:100%;min-width:0;height:100dvh;display:flex;position:relative;overflow:hidden}.dashboard-module__XABe8G__fullWidthLayout{width:100%;margin:0;padding:0}.dashboard-module__XABe8G__pageMotionWrapper{will-change:transform;width:100%;margin:0;padding:0;transform:translateZ(0)}.dashboard-module__XABe8G__mobileHeader{background:var(--glass);-webkit-backdrop-filter:blur(10px);padding:0 20px;padding-top:var(--safe-top);border-bottom:1px solid var(--border);min-height:calc(65px + var(--safe-top));z-index:10;justify-content:flex-start;align-items:center;width:100%;display:none}.dashboard-module__XABe8G__menuBtn{width:var(--touch-target);height:var(--touch-target);cursor:pointer;color:var(--text-main);background:0 0;border:none;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.dashboard-module__XABe8G__statsGrid{gap:var(--space-lg);margin-bottom:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));display:grid}.dashboard-module__XABe8G__mobileProfile{background:var(--surface);width:42px;height:42px;color:var(--primary);cursor:pointer;border:3px solid #10b981;border-radius:50%;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;box-shadow:0 0 15px #10b98166}.dashboard-module__XABe8G__statusDotMobile{border:2.5px solid var(--surface);z-index:5;background:#10b981;border-radius:50%;width:16px;height:16px;position:absolute;bottom:-2px;right:-2px}.dashboard-module__XABe8G__statusDotMobile:after{content:"";opacity:0;border:1px solid #10b981;border-radius:50%;animation:2s infinite dashboard-module__XABe8G__status-pulse;position:absolute;inset:-2px}@keyframes dashboard-module__XABe8G__status-pulse{0%{opacity:.8;transform:scale(.8)}to{opacity:0;transform:scale(2.5)}}.dashboard-module__XABe8G__mobileProfile:active{transform:scale(.9)}.dashboard-module__XABe8G__mobileAvatarImg{object-fit:cover;border-radius:50%;width:100%;height:100%}.dashboard-module__XABe8G__statCard{background:var(--surface);padding:var(--space-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:32px;flex-direction:column;gap:.5rem;min-width:0;display:flex}.dashboard-module__XABe8G__statValue{letter-spacing:-.5px;word-break:break-all;overflow-wrap:anywhere;font-size:clamp(1.2rem,5vw,1.75rem);font-weight:800}.dashboard-module__XABe8G__transactionItem{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;min-width:0;padding:1.25rem 0;display:flex}.dashboard-module__XABe8G__tInfo{flex:1;min-width:0}.dashboard-module__XABe8G__tAmount{white-space:nowrap;flex-shrink:0;font-size:1.1rem;font-weight:800}.dashboard-module__XABe8G__bottomNavWrapper{z-index:1000;pointer-events:none;background:0 0;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;bottom:0;left:0;right:0}.dashboard-module__XABe8G__bottomNav{pointer-events:auto;margin-bottom:max(8px,env(safe-area-inset-bottom,12px));background:var(--glass);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);box-sizing:border-box;border-radius:36px;justify-content:space-evenly;align-items:center;width:94%;min-width:310px;max-width:460px;height:62px;padding:0 4px;display:flex;box-shadow:0 10px 30px #00000026}.dark .dashboard-module__XABe8G__bottomNav{background:#1e293bd9;box-shadow:0 12px 40px #0006}.dashboard-module__XABe8G__bottomNavItem{height:48px;color:var(--text-secondary);cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:64px;padding:0 14px;font-size:.65rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.dashboard-module__XABe8G__bottomNavActive{color:var(--primary)}.dashboard-module__XABe8G__activePill{z-index:-1;background:#4f46e51f;border:1px solid #4f46e51a;border-radius:30px;position:absolute;inset:0}.dark .dashboard-module__XABe8G__activePill{background:#4f46e533}.dashboard-module__XABe8G__iconContainer{justify-content:center;align-items:center;width:22px;height:22px;margin-bottom:1px;display:flex;position:relative}.dashboard-module__XABe8G__navIcon{z-index:2;width:20px;height:20px;transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.dashboard-module__XABe8G__transactionItem{border-bottom:1px solid var(--border);box-sizing:border-box;justify-content:space-between;align-items:center;gap:12px;width:100%;max-width:100%;padding:1rem 0;display:flex;overflow:hidden}.dashboard-module__XABe8G__tInfo{flex-direction:column;flex:1;justify-content:center;gap:2px;min-width:0;display:flex}.dashboard-module__XABe8G__tName{white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:700;overflow:hidden}.dashboard-module__XABe8G__tDate{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.dashboard-module__XABe8G__txActions{flex-shrink:0;justify-content:flex-end;align-items:center;gap:6px;max-width:50%;display:flex;overflow:hidden}.dashboard-module__XABe8G__tAmount{white-space:nowrap;text-overflow:ellipsis;text-align:right;min-width:0;font-weight:800;overflow:hidden}.dashboard-module__XABe8G__deleteButton{width:32px;height:32px;color:var(--danger);cursor:pointer;background:#ef44441a;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}@media (max-width:768px){.dashboard-module__XABe8G__sidebar{display:none}.dashboard-module__XABe8G__mobileHeader,.dashboard-module__XABe8G__bottomNav{display:flex}.dashboard-module__XABe8G__contentContainer{padding-top:calc(75px + var(--safe-top));padding-left:max(var(--space-md),var(--safe-left));padding-right:max(var(--space-md),var(--safe-right))}}@media (max-width:350px){.dashboard-module__XABe8G__statsGrid{grid-template-columns:1fr}.dashboard-module__XABe8G__bottomNavItem{font-size:.65rem}.dashboard-module__XABe8G__statCard{padding:var(--space-md)}}@media (max-height:480px) and (orientation:landscape){.dashboard-module__XABe8G__bottomNavWrapper{padding-bottom:0}.dashboard-module__XABe8G__bottomNav{-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:none;border-left:none;border-right:none;border-radius:0;width:100%;max-width:none;height:48px;margin-bottom:0}.dashboard-module__XABe8G__bottomNavItem{flex-direction:row;gap:8px;height:100%}.dashboard-module__XABe8G__navIcon{width:20px;height:20px}}.dashboard-module__XABe8G__section{background:var(--surface);border-radius:var(--radius-lg);padding:var(--space-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);margin-bottom:var(--space-md)}.dashboard-module__XABe8G__sectionHeader{color:var(--text-main);justify-content:space-between;align-items:center;margin-bottom:1.25rem;font-size:1.1rem;font-weight:700;display:flex}.dashboard-module__XABe8G__goalsGrid{gap:var(--space-md);grid-template-columns:repeat(auto-fill,minmax(min(100%,260px),1fr));display:grid}.dashboard-module__XABe8G__flexBetween{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.dashboard-module__XABe8G__txActions{align-items:center;gap:.75rem;display:flex}.dashboard-module__XABe8G__dashboardContent{box-sizing:border-box;max-width:100%;padding:0 16px;overflow-x:hidden}.dashboard-module__XABe8G__pageHeader{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.dashboard-module__XABe8G__pageTitle{color:var(--text-main);letter-spacing:-1px;margin:1rem 0 .25rem;font-size:clamp(1.5rem,6vw,2rem);font-weight:850}.dashboard-module__XABe8G__pageSubtitle{color:var(--text-secondary);margin-top:.25rem;font-size:.9rem}.dashboard-module__XABe8G__statLabel{color:var(--text-secondary);margin-bottom:.25rem;font-size:.9rem;font-weight:600}.dashboard-module__XABe8G__tIcon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.dashboard-module__XABe8G__tDate{color:var(--text-secondary);margin-top:.15rem;font-size:.8rem}.dashboard-module__XABe8G__transactionsList{flex-direction:column;display:flex}.dashboard-module__XABe8G__emptyState{text-align:center;color:var(--text-secondary);background:var(--background);border-radius:var(--radius-md);padding:2rem 1rem;font-size:.95rem}.dashboard-module__XABe8G__brand{color:var(--text-main);letter-spacing:-1.2px;text-transform:capitalize;align-items:center;font-size:1.8rem;font-weight:900;display:flex}.dashboard-module__XABe8G__brandHighlight{color:#ef4444;font-weight:900}.dashboard-module__XABe8G__fullScreenContent{margin:0;max-width:none!important;padding:0!important}@media (max-width:768px){.dashboard-module__XABe8G__fullScreenContent.dashboard-module__XABe8G__contentContainer{padding-top:0!important;padding-left:0!important;padding-right:0!important}}.dashboard-module__XABe8G__searchWrapper{z-index:50;background:var(--background);margin-bottom:.5rem;padding:.5rem 0 1rem;position:sticky;top:0}.dashboard-module__XABe8G__searchContainer{background:var(--surface);border:1.5px solid var(--border);border-radius:28px;align-items:center;width:100%;height:54px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000008}.dashboard-module__XABe8G__searchContainer:focus-within{border-color:var(--primary);background:var(--surface);box-shadow:0 12px 30px #7000ff1f}.dashboard-module__XABe8G__searchInput{height:100%;color:var(--text-main);background:0 0;border:none;outline:none;flex:1;width:100%;padding:0 1rem 0 3.5rem;font-size:1rem;font-weight:600}.dashboard-module__XABe8G__searchInput:focus{outline:none}.dashboard-module__XABe8G__innerSearchIcon{color:var(--text-secondary);pointer-events:none;z-index:2;justify-content:center;align-items:center;transition:color .3s;display:flex;position:absolute;top:0;bottom:0;left:1.25rem}.dashboard-module__XABe8G__searchInput:focus+.dashboard-module__XABe8G__innerSearchIcon{color:var(--primary)}.dashboard-module__XABe8G__searchClearBtn{background:var(--border);cursor:pointer;width:24px;height:24px;color:var(--text-secondary);border:none;border-radius:50%;justify-content:center;align-items:center;margin:auto 0;transition:all .2s;display:flex;position:absolute;top:0;bottom:0;right:.75rem}.dashboard-module__XABe8G__searchClearBtn:hover{color:var(--danger);background:#ef44441a}.dashboard-module__XABe8G__highlight{color:#ef4444;background-color:#ef444426;border-radius:4px;padding:0 2px;font-weight:800}.dashboard-module__XABe8G__searchMeta{color:var(--text-secondary);justify-content:space-between;align-items:center;margin-top:-.5rem;margin-bottom:1rem;padding:0 .5rem;font-size:.85rem;font-weight:600;display:flex}.dashboard-module__XABe8G__resultCount{align-items:center;gap:.5rem;display:flex}.dashboard-module__XABe8G__countBadge{background:var(--primary);color:#fff;border-radius:10px;padding:2px 8px;font-size:.75rem}
