:root{--bg-gradient:radial-gradient(circle at 10% 20%,#eef2ff 0%,#f8fafc 35%,#fdfdfd 100%);--surface-primary:#fff;--surface-muted:#f4f6fb;--border-color:#e2e8f0;--text-primary:#0f172a;--text-secondary:#64748b;--accent:#6366f1;--accent-strong:#8b5cf6;--success:#22c55e;--danger:#f87171;--shadow-soft:0 20px 40px #0f172a14;--shadow-card:0 25px 60px #0f172a1f;--radius-lg:28px;--radius-md:18px;--radius-sm:12px;--modal-overlay-bg:#0f172a8c;--modal-overlay-blur:50px;--modal-overlay-animation:modalOverlayFade .18s ease forwards;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-gradient);min-height:100vh;color:var(--text-primary);font-family:Inter,SF Pro Display,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5}button,input,select,textarea{font:inherit}button{transition:transform .2s,box-shadow .2s,background .2s}button:active{transform:scale(.98)}.goal-card{transition:transform .2s,box-shadow .2s,border-color .2s;position:relative;overflow:hidden}.goal-card:after{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle at 20% 20%,#6366f12e,#0000 55%);transition:opacity .2s;position:absolute;inset:0}.goal-card:hover{border-color:#6366f166;transform:translateY(-3px);box-shadow:0 18px 36px #0f172a24}.goal-card:hover:after{opacity:1}.goal-alert{position:relative}.goal-alert-tooltip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;z-index:10;background:#0f172aeb;border-radius:8px;padding:6px 8px;font-size:11px;line-height:1.2;transition:opacity .15s,transform .15s;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%,4px)}.goal-alert:hover .goal-alert-tooltip{opacity:1;transform:translate(-50%)}.metric-link{align-items:center;gap:4px;transition:transform .15s,opacity .15s;display:inline-flex}.metric-link:hover{opacity:1;transform:scale(1.05)}.page-shell{min-height:100vh;display:flex}.page-main{transform-origin:top;will-change:transform,opacity;background:0 0;flex:1;min-width:0;padding:22px 28px 36px;animation:.55s cubic-bezier(.16,1,.3,1) both pageSlideDown}@keyframes pageSlideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.page-main{animation:none}}.pending-pill{text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);background:#94a3b833;border-radius:999px;padding:2px 10px;font-size:11px;font-weight:600}.pending-pill.income{color:var(--success);background:#22c55e2e}.pending-pill.expense{color:var(--danger);background:#f8717133}.pending-pill.reminder{color:var(--accent);background:#6366f12e}.pending-amount{font-size:16px;font-weight:600}.pending-amount.positive{color:var(--success)}@keyframes quickspin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite quickspin}@keyframes bounce-dot{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}.loading-dots{align-items:center;gap:8px;display:inline-flex}.loading-dots span{background:currentColor;border-radius:50%;width:12px;height:12px;animation:1.4s ease-in-out infinite both bounce-dot}.loading-dots span:first-child{animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}.loading-dots span:nth-child(3){animation-delay:0s}@keyframes pulse-dot{0%{opacity:.9;transform:scale(.9)}50%{opacity:.5;transform:scale(1.2)}to{opacity:.9;transform:scale(.9)}}.pending-amount.negative{color:var(--danger)}.pending-actions{flex-wrap:wrap;gap:10px;display:flex}.pending-action{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:#fff;border-radius:12px;align-items:center;gap:6px;padding:10px 16px;font-size:13px;display:inline-flex}.pending-action.primary{background:var(--accent);color:#fff;border-color:var(--accent)}.pending-action.ghost{background:#0f172a08}.pending-action.icon-only{justify-content:center;width:32px;height:32px;padding:6px}.pending-action.icon-only svg{pointer-events:none}.schedule-tabs{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.schedule-tab{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:#fff;border-radius:999px;padding:6px 14px;font-size:13px}.schedule-tab.active{border-color:var(--accent);color:var(--accent);background:#6366f11f;font-weight:600}.view-tabs{flex-wrap:wrap;gap:8px;margin:16px 0;display:flex}.view-tab{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:8px;padding:6px 16px;font-size:13px;font-weight:500;display:inline-flex}.view-tab.active{border-color:var(--view-accent,var(--accent));background:var(--view-accent-tint,#6366f11f);color:var(--view-accent,var(--accent));font-weight:600}.view-tab__icon{width:26px;height:26px;color:inherit;background:#94a3b833;border-radius:999px;justify-content:center;align-items:center;transition:transform .2s;display:inline-flex}.view-tab.active .view-tab__icon{transform:translateY(-1px)}.type-filter-pills{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.type-filter-pills button{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:#fff;border-radius:999px;padding:6px 12px;font-size:12px}.type-filter-pills button.active{border-color:var(--accent);color:var(--accent);background:#6366f11f;font-weight:600}.table-hoverable tbody tr{transition:background .18s,box-shadow .18s}.table-hoverable tbody tr:hover{background:#6366f114;box-shadow:inset 0 0 0 999px #6366f105}.table-hoverable tbody tr td{transition:background .18s}.table-hoverable tbody tr:hover td{background:#6366f10d}.transactions-table tbody tr{transition:background .2s}.transactions-table tbody tr:hover{background:#6366f11f}@keyframes bellGlow{0%{box-shadow:0 0 #6366f100}50%{box-shadow:0 0 18px #6366f14d}to{box-shadow:0 0 #6366f100}}@keyframes bellPulse{0%{opacity:.7;transform:scale(.9)}to{opacity:0;transform:scale(1.3)}}.app-toast{color:#fff;z-index:320;border-radius:14px;align-items:center;gap:12px;padding:14px 18px;animation:.3s toastSlide;display:flex;position:fixed;bottom:24px;right:28px;box-shadow:0 18px 40px #0f172a2e}.app-toast.success{background:linear-gradient(135deg,#22c55e,#16a34a)}.app-toast.error{background:linear-gradient(135deg,#f87171,#dc2626)}.app-toast button{color:#fff;cursor:pointer;background:#ffffff40;border:none;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;display:flex}@keyframes toastSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal-scale-in{--modal-base-transform:translate3d(0,0,0);transform-origin:50%;transform:var(--modal-base-transform);animation:.18s forwards quickModalScale}.modal-overlay{isolation:isolate;animation:var(--modal-overlay-animation)}.modal-overlay:before{content:"";background-color:var(--modal-overlay-bg);-webkit-backdrop-filter:blur(var(--modal-overlay-blur));pointer-events:none;z-index:-1;position:absolute;inset:0}@keyframes quickModalScale{0%{opacity:0;transform:var(--modal-base-transform)scale(.95)}to{opacity:1;transform:var(--modal-base-transform)scale(1)}}@keyframes modalOverlayFade{0%{opacity:0}to{opacity:1}}.stack-mobile{gap:16px;display:flex}.stack-mobile.wrap{flex-wrap:wrap}.grid-mobile-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.grid-mobile-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.responsive-table{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.responsive-table table{width:100%;min-width:720px}@media (max-width:1220px){.page-main{padding:18px 20px 90px!important}}@media (max-width:1024px){.page-shell{flex-direction:column}.page-main{width:100%;padding:18px 16px calc(90px + env(safe-area-inset-bottom))!important}.page-shell>aside{width:100%}.grid-mobile-2,.grid-mobile-3,.page-main section[style*=grid-template-columns]{grid-template-columns:minmax(0,1fr)!important}.stack-mobile{flex-direction:column!important}.responsive-table table{min-width:620px}.mobile-unset-max{height:auto!important;max-height:none!important}}@media (max-width:640px){.page-main{padding:16px 14px calc(86px + env(safe-area-inset-bottom))!important}body{font-size:15px}.page-main section{margin-bottom:18px!important}}.nextjs-portal,[data-nextjs-scroll-portal],.nextjs-devtools-toggle,.nextjs-announcement-bar{display:none!important}@media (max-width:768px){.mobile-hidden{display:none!important}}.mobile-app-landing{display:none}@media (max-width:1024px){.mobile-app-landing.active{flex-direction:column;justify-content:center;align-items:center;gap:24px;width:100%;min-height:calc(100vh - 80px);padding:24px;display:flex}.dashboard-content.landing-active{display:none!important}}.landing-btn{background:var(--surface-primary);border:1px solid var(--border-color);width:100%;max-width:320px;box-shadow:var(--shadow-card);color:var(--text-primary);cursor:pointer;border-radius:24px;flex-direction:column;align-items:center;gap:16px;padding:32px 24px;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex}.landing-btn:active{transform:scale(.96);box-shadow:0 10px 20px #0f172a14}.landing-btn-icon{border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;font-size:32px;display:flex}.landing-btn-finante .landing-btn-icon{color:var(--accent);background:#6366f126}.landing-btn-sanatate .landing-btn-icon{color:var(--success);background:#22c55e26}.landing-btn-title{letter-spacing:-.02em;font-size:24px;font-weight:800}.landing-btn-desc{color:var(--text-secondary);text-align:center;font-size:14px;line-height:1.4}
.MobileBrandBar-module__-cBMVq__wrapper{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:310;background:#ffffffeb;border-bottom:1px solid #e2e8f0e6;justify-content:space-between;align-items:center;padding:10px 16px;display:none;position:sticky;top:0}.MobileBrandBar-module__-cBMVq__brand{align-items:center;gap:10px;display:flex}.MobileBrandBar-module__-cBMVq__burgerBtn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #0f172a1f;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,box-shadow .2s;display:flex;box-shadow:0 4px 12px #0f172a14}.MobileBrandBar-module__-cBMVq__burgerBtn:active{background:#6366f114;box-shadow:0 2px 6px #0f172a1f}.MobileBrandBar-module__-cBMVq__badge{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:700;display:inline-flex}.MobileBrandBar-module__-cBMVq__title{margin:0;font-size:16px;font-weight:600}.MobileBrandBar-module__-cBMVq__actions{align-items:center;gap:10px;display:flex}.MobileBrandBar-module__-cBMVq__actionBtn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #0f172a1f;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex;box-shadow:0 8px 18px #0f172a1f}.MobileBrandBar-module__-cBMVq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:400;opacity:0;pointer-events:none;background:#0f172a80;transition:opacity .3s;position:fixed;inset:0}.MobileBrandBar-module__-cBMVq__overlayOpen{opacity:1;pointer-events:auto}.MobileBrandBar-module__-cBMVq__drawer{color:#e0e7ff;z-index:410;background:linear-gradient(#0f172a 0%,#1e1b4b 100%);flex-direction:column;width:280px;max-width:85vw;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden auto;transform:translate(-100%);box-shadow:20px 0 60px #0006}.MobileBrandBar-module__-cBMVq__drawerOpen{transform:translate(0)}.MobileBrandBar-module__-cBMVq__drawerHeader{border-bottom:1px solid #e0e7ff14;justify-content:space-between;align-items:center;padding:20px 20px 16px;display:flex}.MobileBrandBar-module__-cBMVq__drawerBrand{align-items:center;gap:10px;display:flex}.MobileBrandBar-module__-cBMVq__drawerBadge{color:#fff;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:14px;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:inline-flex}.MobileBrandBar-module__-cBMVq__drawerBrandName{font-size:18px;font-weight:600}.MobileBrandBar-module__-cBMVq__closeBtn{color:#e0e7ff;cursor:pointer;background:#e0e7ff0f;border:1px solid #e0e7ff26;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.MobileBrandBar-module__-cBMVq__closeBtn:hover{background:#e0e7ff1f}.MobileBrandBar-module__-cBMVq__drawerNav{flex-direction:column;flex:1;gap:4px;padding:12px;display:flex;overflow-y:auto}.MobileBrandBar-module__-cBMVq__drawerSection{margin-bottom:4px}.MobileBrandBar-module__-cBMVq__drawerSectionToggle{cursor:pointer;color:#e0e7ff99;background:#e0e7ff0a;border:none;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:7px 12px;transition:background .2s,color .2s;display:flex}.MobileBrandBar-module__-cBMVq__drawerSectionToggle:hover{color:#e0e7ffe6;background:#e0e7ff14}.MobileBrandBar-module__-cBMVq__drawerSectionTitle{text-transform:uppercase;letter-spacing:.1em;color:inherit;font-size:11px;font-weight:700}.MobileBrandBar-module__-cBMVq__drawerChevron{flex-shrink:0;transition:transform .25s;transform:rotate(-90deg)}.MobileBrandBar-module__-cBMVq__drawerChevronOpen{transform:rotate(0)}.MobileBrandBar-module__-cBMVq__drawerChildren{grid-template-rows:0fr;transition:grid-template-rows .25s;display:grid;overflow:hidden}.MobileBrandBar-module__-cBMVq__drawerChildrenInner{flex-direction:column;gap:2px;min-height:0;padding-top:0;display:flex}.MobileBrandBar-module__-cBMVq__drawerChildrenOpen{grid-template-rows:1fr}.MobileBrandBar-module__-cBMVq__drawerChildrenOpen .MobileBrandBar-module__-cBMVq__drawerChildrenInner{padding-top:4px}.MobileBrandBar-module__-cBMVq__drawerLink{color:#e0e7ffb3;border-radius:8px;align-items:center;gap:8px;padding:6px 12px 6px 14px;font-size:12.5px;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:flex;position:relative}.MobileBrandBar-module__-cBMVq__drawerLink:hover{color:#fff;background:#e0e7ff14}.MobileBrandBar-module__-cBMVq__drawerLinkActive{color:#fff;background:#6366f133}.MobileBrandBar-module__-cBMVq__drawerLinkActive .MobileBrandBar-module__-cBMVq__drawerLinkIcon{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 12px #6366f159}.MobileBrandBar-module__-cBMVq__drawerLinkIcon{background:#e0e7ff14;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.MobileBrandBar-module__-cBMVq__drawerPulse{background:#a5b4fc;border-radius:999px;width:6px;height:6px;animation:1.5s ease-in-out infinite MobileBrandBar-module__-cBMVq__drawerPulse;position:absolute;right:12px}@keyframes MobileBrandBar-module__-cBMVq__drawerPulse{0%{opacity:1;transform:scale(.8)}50%{opacity:.4;transform:scale(1.4)}to{opacity:1;transform:scale(.8)}}.MobileBrandBar-module__-cBMVq__drawerFooter{border-top:1px solid #e0e7ff14;flex-direction:column;gap:4px;padding:12px 12px 20px;display:flex}.MobileBrandBar-module__-cBMVq__drawerFooterBtn{color:#e0e7ffb3;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:7px 12px;font-size:12.5px;font-weight:500;transition:background .2s,color .2s;display:flex}.MobileBrandBar-module__-cBMVq__drawerFooterBtn:hover{color:#fff;background:#e0e7ff14}.MobileBrandBar-module__-cBMVq__drawerLogout{color:#f87171}.MobileBrandBar-module__-cBMVq__drawerLogout:hover{color:#f87171;background:#f871711a}@media (max-width:1024px){.MobileBrandBar-module__-cBMVq__wrapper{display:flex}}
