.SiteHeader-module__lAv-Cq__header{--header-bg:#08080ad1;--header-border:#ffffff1a;--brand-purple:#9b73f5;--brand-purple-hover:#ad8bfa;--text-primary:#fff;--text-secondary:#b7b4bf;z-index:1000;background:linear-gradient(90deg, #9b73f50f, transparent 35%), var(--header-bg);border-bottom:1px solid var(--header-border);-webkit-backdrop-filter:blur(20px)saturate(150%);align-items:center;height:76px;display:flex;position:-webkit-sticky;position:sticky;top:0}.SiteHeader-module__lAv-Cq__headerContent{justify-content:space-between;align-items:center;width:min(100% - 48px,1240px);margin:0 auto;display:flex}.SiteHeader-module__lAv-Cq__logoSection{color:var(--text-primary);z-index:1002;align-items:center;gap:11px;text-decoration:none;display:flex}.SiteHeader-module__lAv-Cq__logoImage{object-fit:contain;border-radius:11px;width:38px;height:38px;box-shadow:0 0 0 1px #ffffff1a,0 8px 24px #0000004d}.SiteHeader-module__lAv-Cq__logoText{letter-spacing:-.035em;font-size:1.08rem;font-weight:500}.SiteHeader-module__lAv-Cq__logoText strong{font-weight:750}.SiteHeader-module__lAv-Cq__desktopNav{align-items:center;gap:28px;display:flex}.SiteHeader-module__lAv-Cq__navLinks{background:#ffffff09;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:3px;padding:4px;display:flex}.SiteHeader-module__lAv-Cq__navLink{color:var(--text-secondary);border-radius:999px;padding:8px 15px;font-size:.875rem;font-weight:550;text-decoration:none;transition:color .2s,background .2s;position:relative}.SiteHeader-module__lAv-Cq__navLink:hover{color:var(--text-primary);background:#ffffff0f}.SiteHeader-module__lAv-Cq__navLink:focus-visible{outline-offset:3px;outline:2px solid #c9b3ff}.SiteHeader-module__lAv-Cq__loginBtn:focus-visible{outline-offset:3px;outline:2px solid #c9b3ff}.SiteHeader-module__lAv-Cq__signupBtn:focus-visible{outline-offset:3px;outline:2px solid #c9b3ff}.SiteHeader-module__lAv-Cq__mobileMenuBtn:focus-visible{outline-offset:3px;outline:2px solid #c9b3ff}.SiteHeader-module__lAv-Cq__mobileNavLink:focus-visible{outline-offset:3px;outline:2px solid #c9b3ff}.SiteHeader-module__lAv-Cq__active{color:var(--text-primary);background:#9b73f52b;box-shadow:inset 0 0 0 1px #ac8bfa24}.SiteHeader-module__lAv-Cq__authButtons{align-items:center;gap:8px;display:flex}.SiteHeader-module__lAv-Cq__loginBtn,.SiteHeader-module__lAv-Cq__signupBtn{border-radius:10px;font-size:.875rem;font-weight:650;text-decoration:none;transition:transform .2s,background .2s,border-color .2s}.SiteHeader-module__lAv-Cq__loginBtn{color:#ddd9e5;padding:10px 14px}.SiteHeader-module__lAv-Cq__loginBtn:hover{color:#fff;background:#ffffff0d}.SiteHeader-module__lAv-Cq__signupBtn{color:#100b18;background:linear-gradient(135deg, #b899ff, var(--brand-purple));border:1px solid #ffffff40;padding:10px 18px;box-shadow:0 8px 24px #7049cc47}.SiteHeader-module__lAv-Cq__signupBtn:hover{background:linear-gradient(135deg, #c4abff, var(--brand-purple-hover));transform:translateY(-1px);box-shadow:0 10px 28px #7049cc61}.SiteHeader-module__lAv-Cq__mobileMenuBtn{width:44px;height:44px;color:var(--text-primary);border:1px solid var(--header-border);cursor:pointer;z-index:1002;background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;padding:0;display:none}.SiteHeader-module__lAv-Cq__hamburgerIcon,.SiteHeader-module__lAv-Cq__hamburgerIcon:before,.SiteHeader-module__lAv-Cq__hamburgerIcon:after{background:currentColor;border-radius:2px;width:20px;height:2px;transition:transform .22s,opacity .22s;display:block}.SiteHeader-module__lAv-Cq__hamburgerIcon{position:relative}.SiteHeader-module__lAv-Cq__hamburgerIcon:before,.SiteHeader-module__lAv-Cq__hamburgerIcon:after{content:"";position:absolute;left:0}.SiteHeader-module__lAv-Cq__hamburgerIcon:before{transform:translateY(-6px)}.SiteHeader-module__lAv-Cq__hamburgerIcon:after{transform:translateY(6px)}.SiteHeader-module__lAv-Cq__hamburgerIcon.SiteHeader-module__lAv-Cq__open{background:0 0}.SiteHeader-module__lAv-Cq__hamburgerIcon.SiteHeader-module__lAv-Cq__open:before{transform:rotate(45deg)}.SiteHeader-module__lAv-Cq__hamburgerIcon.SiteHeader-module__lAv-Cq__open:after{transform:rotate(-45deg)}.SiteHeader-module__lAv-Cq__mobileWrapper{visibility:hidden;transition:visibility 0s linear .3s}.SiteHeader-module__lAv-Cq__mobileWrapper.SiteHeader-module__lAv-Cq__open{visibility:visible;transition-delay:0s}.SiteHeader-module__lAv-Cq__backdrop{opacity:0;background:#000000a6;transition:opacity .3s;position:fixed;top:76px;bottom:0;left:0;right:0}.SiteHeader-module__lAv-Cq__open .SiteHeader-module__lAv-Cq__backdrop{opacity:1}.SiteHeader-module__lAv-Cq__mobileNav{transform-origin:100% 0;opacity:0;background:#111014;border:1px solid #ffffff1c;border-radius:18px;flex-direction:column;width:min(100% - 24px,390px);max-height:calc(100dvh - 88px);transition:transform .25s,opacity .2s;display:flex;position:fixed;top:76px;right:12px;overflow:hidden;transform:translateY(-12px)scale(.98);box-shadow:0 24px 70px #0000008c}.SiteHeader-module__lAv-Cq__open .SiteHeader-module__lAv-Cq__mobileNav{opacity:1;transform:none}.SiteHeader-module__lAv-Cq__mobileScrollArea{padding:20px;overflow-y:auto}.SiteHeader-module__lAv-Cq__mobileEyebrow{color:#88838f;letter-spacing:.12em;text-transform:uppercase;margin:2px 4px 12px;font-size:.7rem;font-weight:700}.SiteHeader-module__lAv-Cq__mobileNavLink{color:#e9e7ed;border-radius:10px;justify-content:space-between;align-items:center;padding:14px 12px;font-size:1rem;font-weight:600;text-decoration:none;display:flex}.SiteHeader-module__lAv-Cq__mobileNavLink:hover,.SiteHeader-module__lAv-Cq__mobileActive{color:#cdbaff;background:#9b73f51f}.SiteHeader-module__lAv-Cq__mobileNavLink span:last-child{color:#77717e;font-weight:400}.SiteHeader-module__lAv-Cq__mobileAuth{border-top:1px solid var(--header-border);background:#ffffff05;grid-template-columns:1fr 1.4fr;gap:10px;padding:16px 20px 20px;display:grid}.SiteHeader-module__lAv-Cq__mobileLoginBtn,.SiteHeader-module__lAv-Cq__mobileSignupBtn{text-align:center;border-radius:10px;padding:12px;font-size:.9rem;font-weight:700;text-decoration:none}.SiteHeader-module__lAv-Cq__mobileLoginBtn{color:#fff;border:1px solid #ffffff29}.SiteHeader-module__lAv-Cq__mobileSignupBtn{color:#100b18;background:linear-gradient(135deg, #b899ff, var(--brand-purple))}@media (max-width:900px){.SiteHeader-module__lAv-Cq__desktopNav{display:none}.SiteHeader-module__lAv-Cq__mobileMenuBtn{display:flex}.SiteHeader-module__lAv-Cq__headerContent{width:min(100% - 32px,1240px)}}@media (max-width:430px){.SiteHeader-module__lAv-Cq__header{height:64px}.SiteHeader-module__lAv-Cq__headerContent{width:calc(100% - 24px)}.SiteHeader-module__lAv-Cq__logoImage{border-radius:9px;width:32px;height:32px}.SiteHeader-module__lAv-Cq__logoSection{gap:9px}.SiteHeader-module__lAv-Cq__logoText{font-size:1rem}.SiteHeader-module__lAv-Cq__mobileMenuBtn{border-radius:11px;width:40px;height:40px}.SiteHeader-module__lAv-Cq__backdrop{top:64px}.SiteHeader-module__lAv-Cq__mobileNav{width:calc(100% - 16px);max-height:calc(100dvh - 80px);top:72px;right:8px}}@media (prefers-reduced-motion:reduce){.SiteHeader-module__lAv-Cq__navLink,.SiteHeader-module__lAv-Cq__loginBtn,.SiteHeader-module__lAv-Cq__signupBtn,.SiteHeader-module__lAv-Cq__hamburgerIcon,.SiteHeader-module__lAv-Cq__hamburgerIcon:before,.SiteHeader-module__lAv-Cq__hamburgerIcon:after,.SiteHeader-module__lAv-Cq__backdrop,.SiteHeader-module__lAv-Cq__mobileNav{transition:none}}
.Footer-module__WJAITa__footer{z-index:10;color:#a5a5ad;background:radial-gradient(circle at 12% 0,#9d74f01a,#0000 28rem),#0a0a0b;border-top:1px solid #242429;width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.95rem;position:relative}.Footer-module__WJAITa__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.Footer-module__WJAITa__footer.Footer-module__WJAITa__full{padding:3rem 0 2rem}.Footer-module__WJAITa__footerContentSimple{justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:.85rem;display:flex}.Footer-module__WJAITa__footerLeft,.Footer-module__WJAITa__footerRight{align-items:center;display:flex}.Footer-module__WJAITa__copyrightText{margin:0}.Footer-module__WJAITa__socialLinksSimple{gap:.65rem;display:flex}.Footer-module__WJAITa__simpleIconLink,.Footer-module__WJAITa__socialBtn{color:#c7c7ce;justify-content:center;align-items:center;text-decoration:none;transition:transform .2s,color .2s,border-color .2s,background .2s;display:inline-flex}.Footer-module__WJAITa__simpleIconLink{background:#171719;border:1px solid #303036;border-radius:9px;width:34px;height:34px}.Footer-module__WJAITa__simpleIconLink:hover{color:#fff;border-color:#9d74f0;transform:translateY(-2px)}.Footer-module__WJAITa__simpleIconSvg{fill:currentColor;width:15px;height:15px}.Footer-module__WJAITa__ctaPanel{background:linear-gradient(120deg,#9d74f02e,#141417f5 56%);border:1px solid #3c324d;border-radius:20px;justify-content:space-between;align-items:center;gap:3rem;margin-bottom:4.5rem;padding:max(1.5rem,min(4vw,3rem));display:flex;overflow:hidden}.Footer-module__WJAITa__ctaCopy{max-width:690px}.Footer-module__WJAITa__eyebrow{color:#b99af5;letter-spacing:.13em;text-transform:uppercase;margin-bottom:.7rem;font-size:.72rem;font-weight:700;display:block}.Footer-module__WJAITa__ctaCopy h2{color:#f3f3f5;letter-spacing:-.04em;margin:0;font-size:max(1.65rem,min(4vw,2.8rem));line-height:1.08}.Footer-module__WJAITa__ctaCopy p{color:#aaaab2;margin:.9rem 0 0;line-height:1.65}.Footer-module__WJAITa__ctaActions{flex-wrap:wrap;flex-shrink:0;gap:.75rem;display:flex}.Footer-module__WJAITa__primaryCta,.Footer-module__WJAITa__secondaryCta{border-radius:9px;justify-content:center;align-items:center;min-height:46px;padding:.72rem 1.2rem;font-weight:650;text-decoration:none;transition:transform .2s,border-color .2s;display:inline-flex}.Footer-module__WJAITa__primaryCta{color:#111114;background:#9d74f0}.Footer-module__WJAITa__secondaryCta{color:#eeeef1;background:#0f0f11b3;border:1px solid #494950}.Footer-module__WJAITa__primaryCta:hover,.Footer-module__WJAITa__secondaryCta:hover{transform:translateY(-2px)}.Footer-module__WJAITa__secondaryCta:hover{border-color:#9d74f0}.Footer-module__WJAITa__mainGrid{grid-template-columns:minmax(260px,1.2fr) minmax(0,2fr);gap:max(3rem,min(7vw,6rem));margin-bottom:4rem;display:grid}.Footer-module__WJAITa__brandColumn{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.Footer-module__WJAITa__logoContainer{color:#fff;align-items:center;gap:.75rem;text-decoration:none;display:inline-flex}.Footer-module__WJAITa__logoImage{aspect-ratio:1;border-radius:9px;width:36px;height:36px}.Footer-module__WJAITa__brandName{letter-spacing:-.025em;font-size:1.25rem;font-weight:750}.Footer-module__WJAITa__missionText{color:#96969e;max-width:350px;margin:1.25rem 0 0;font-size:.9rem;line-height:1.7}.Footer-module__WJAITa__navigationGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem;display:grid}.Footer-module__WJAITa__linkColumn{flex-direction:column;align-items:flex-start;gap:.78rem;min-width:0;display:flex}.Footer-module__WJAITa__columnHeader{color:#f1f1f3;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .45rem;font-size:.77rem;font-weight:700}.Footer-module__WJAITa__footerLink{color:#9c9ca4;align-items:center;width:-webkit-fit-content;width:fit-content;font-size:.88rem;line-height:1.45;text-decoration:none;transition:color .2s,transform .2s;display:inline-flex}.Footer-module__WJAITa__footerLink:hover{color:#fff;transform:translate(2px)}.Footer-module__WJAITa__badge{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;margin-left:.5rem;padding:.12rem .38rem;font-size:.58rem;font-weight:750;display:inline-block}.Footer-module__WJAITa__badge.Footer-module__WJAITa__hiring{color:#65dca6;background:#56d49a21}.Footer-module__WJAITa__socialSection{margin-top:2rem}.Footer-module__WJAITa__podcastLinks{margin-top:1.4rem}.Footer-module__WJAITa__socialLabel{color:#777780;letter-spacing:.09em;text-transform:uppercase;margin-bottom:.75rem;font-size:.66rem;font-weight:700;display:block}.Footer-module__WJAITa__socialGrid,.Footer-module__WJAITa__podcastRow{flex-wrap:wrap;gap:.55rem;display:flex}.Footer-module__WJAITa__socialBtn{background:#151517;border:1px solid #303036;border-radius:9px;width:36px;height:36px}.Footer-module__WJAITa__socialBtn:hover{color:#fff;background:#211c29;border-color:#6d558f;transform:translateY(-2px)}.Footer-module__WJAITa__socialIconSvg{fill:currentColor;width:16px;height:16px}.Footer-module__WJAITa__podcastRow .Footer-module__WJAITa__socialBtn{color:#bba3df;border-color:#393241;width:40px}.Footer-module__WJAITa__bottomBar{border-top:1px solid #242429;justify-content:space-between;align-items:flex-start;gap:2rem;padding-top:1.6rem;display:flex}.Footer-module__WJAITa__copyrightBlock p,.Footer-module__WJAITa__disclaimer{color:#777780;margin:0;font-size:.75rem;line-height:1.6}.Footer-module__WJAITa__disclaimer{text-align:right;max-width:620px}@media (max-width:980px){.Footer-module__WJAITa__ctaPanel{flex-direction:column;align-items:flex-start;gap:1.5rem}.Footer-module__WJAITa__mainGrid{grid-template-columns:1fr;gap:3rem}.Footer-module__WJAITa__brandColumn{text-align:center;align-items:center}.Footer-module__WJAITa__missionText{max-width:560px}.Footer-module__WJAITa__socialGrid,.Footer-module__WJAITa__podcastRow{justify-content:center}}@media (max-width:700px){.Footer-module__WJAITa__footer.Footer-module__WJAITa__full{padding-top:1.5rem}.Footer-module__WJAITa__ctaPanel{border-radius:15px;margin-bottom:3.5rem}.Footer-module__WJAITa__ctaActions{width:100%}.Footer-module__WJAITa__primaryCta,.Footer-module__WJAITa__secondaryCta{flex:150px}.Footer-module__WJAITa__navigationGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem 1.5rem}.Footer-module__WJAITa__bottomBar{text-align:center;flex-direction:column;align-items:center;gap:.75rem}.Footer-module__WJAITa__disclaimer{text-align:center}.Footer-module__WJAITa__footerContentSimple{flex-direction:column;gap:1rem}}@media (max-width:420px){.Footer-module__WJAITa__container{padding:0 1rem}.Footer-module__WJAITa__navigationGrid{text-align:center;grid-template-columns:1fr}.Footer-module__WJAITa__linkColumn{align-items:center}}@media (prefers-reduced-motion:reduce){.Footer-module__WJAITa__simpleIconLink,.Footer-module__WJAITa__socialBtn,.Footer-module__WJAITa__primaryCta,.Footer-module__WJAITa__secondaryCta,.Footer-module__WJAITa__footerLink{transition:none}}
.Layout-module__cbqlla__layout{--bg-base:#050505;--bg-card:#151517;--bg-hover:#1a1a1d;--border-color:#333337;--brand-primary:#9263ee;--brand-glow:#9263ee4d;--text-primary:#ececec;--text-secondary:#a9a9ad;--header-height:70px;--z-header:100;--z-mobile-menu:200;background-color:var(--bg-base);min-height:100vh;color:var(--text-primary);flex-direction:column;font-family:Inter,sans-serif;display:flex}.Layout-module__cbqlla__header{height:var(--header-height);border-bottom:1px solid var(--border-color);z-index:var(--z-header);-webkit-backdrop-filter:blur(16px);background-color:#050505d9;position:-webkit-sticky;position:sticky;top:0}.Layout-module__cbqlla__headerContent{justify-content:space-between;align-items:center;max-width:1400px;height:100%;margin:0 auto;padding:0 1.5rem;display:flex}.Layout-module__cbqlla__headerLeft{align-items:center;gap:3rem;display:flex}.Layout-module__cbqlla__logoSection{cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;padding:0;transition:opacity .2s;display:flex}.Layout-module__cbqlla__logoSection:hover{opacity:.9}.Layout-module__cbqlla__logoImage{width:auto;height:32px}.Layout-module__cbqlla__logo{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:700}.Layout-module__cbqlla__nav{gap:.75rem;display:flex}.Layout-module__cbqlla__navItemContent{align-items:center;gap:.5rem;display:flex}.Layout-module__cbqlla__navIcon{font-size:1.1rem}.Layout-module__cbqlla__navItem{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.6rem 1.2rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .2s;position:relative}.Layout-module__cbqlla__navItem:hover{color:var(--text-primary);background-color:#ffffff0d}.Layout-module__cbqlla__navItem.Layout-module__cbqlla__active{color:var(--text-primary);background-color:#ffffff08;font-weight:600}.Layout-module__cbqlla__activeIndicator{background-color:var(--brand-primary);height:2px;box-shadow:0 -2px 8px var(--brand-glow);border-radius:2px;position:absolute;bottom:-1px;left:1rem;right:1rem}.Layout-module__cbqlla__headerRight{align-items:center;gap:1.5rem;display:flex}.Layout-module__cbqlla__userInfo{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;padding:.25rem .5rem;transition:background .2s;display:flex}.Layout-module__cbqlla__userInfo:hover{background-color:#ffffff0d}.Layout-module__cbqlla__userDetails{flex-direction:column;align-items:flex-end;display:flex}.Layout-module__cbqlla__userName{color:var(--text-primary);font-size:.9rem;font-weight:600;display:block}.Layout-module__cbqlla__userEmail{color:var(--text-secondary);font-size:.75rem;display:block}.Layout-module__cbqlla__profileIcon{background:linear-gradient(135deg, var(--brand-primary), #7b5bc0);color:#fff;border:2px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;font-weight:700;display:flex}.Layout-module__cbqlla__logoutBtn{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:6px;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;transition:all .2s}.Layout-module__cbqlla__logoutBtn:hover{color:#ef4444;background:#ef44441a;border-color:#ef4444}.Layout-module__cbqlla__breadcrumb{background:0 0;margin-bottom:1rem;padding:.5rem 0}.Layout-module__cbqlla__breadcrumbContent{max-width:1400px;margin:0 auto;padding:0 1.5rem}.Layout-module__cbqlla__breadcrumbPath{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.Layout-module__cbqlla__breadcrumbHome{color:var(--text-secondary);cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0;font-family:inherit}.Layout-module__cbqlla__breadcrumbHome:hover{color:var(--text-primary);text-decoration:underline}.Layout-module__cbqlla__breadcrumbSeparator{opacity:.5}.Layout-module__cbqlla__breadcrumbCurrent{color:var(--brand-primary);font-weight:500}.Layout-module__cbqlla__main{flex-direction:column;flex:1;width:100%;display:flex}.Layout-module__cbqlla__mainContent{width:100%;max-width:1400px;margin:0 auto;padding:0}.Layout-module__cbqlla__mobileMenuButton{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:30px;height:30px;padding:0;display:none}.Layout-module__cbqlla__hamburgerLine{background-color:var(--text-primary);transform-origin:50%;border-radius:2px;width:24px;height:2px;transition:all .3s}.Layout-module__cbqlla__hamburgerLineTop{transform:translateY(7px)rotate(45deg)}.Layout-module__cbqlla__hamburgerLineMiddle{opacity:0;transform:translate(-10px)}.Layout-module__cbqlla__hamburgerLineBottom{transform:translateY(-7px)rotate(-45deg)}.Layout-module__cbqlla__mobileMenu{width:100%;height:100vh;z-index:var(--z-mobile-menu);pointer-events:none;visibility:hidden;transition:visibility 0s .3s;position:fixed;top:0;left:0}.Layout-module__cbqlla__mobileMenuOpen{pointer-events:auto;visibility:visible;transition:visibility}.Layout-module__cbqlla__mobileMenuBackdrop{opacity:0;background:#0009;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.Layout-module__cbqlla__mobileMenuOpen .Layout-module__cbqlla__mobileMenuBackdrop{opacity:1}.Layout-module__cbqlla__mobileNav{background:var(--bg-card);border-left:1px solid var(--border-color);flex-direction:column;width:280px;height:100%;padding:1.5rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;right:0;transform:translate(100%);box-shadow:-5px 0 30px #00000080}.Layout-module__cbqlla__mobileMenuOpen .Layout-module__cbqlla__mobileNav{transform:translate(0)}.Layout-module__cbqlla__mobileNavHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Layout-module__cbqlla__mobileNavTitle{color:var(--text-primary);margin:0;font-size:1.1rem;font-weight:700}.Layout-module__cbqlla__mobileNavClose{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.25rem}.Layout-module__cbqlla__mobileUserInfo{border-bottom:1px solid var(--border-color);align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.Layout-module__cbqlla__mobileUserDetails{flex-direction:column;display:flex}.Layout-module__cbqlla__mobileNavItems{flex-direction:column;flex:1;gap:.5rem;display:flex;overflow-y:auto}.Layout-module__cbqlla__mobileNavItem{color:var(--text-secondary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:1rem;padding:.8rem;transition:all .2s;display:flex}.Layout-module__cbqlla__mobileNavItemActive{color:var(--brand-primary);background:#9263ee1a}.Layout-module__cbqlla__mobileNavIcon{text-align:center;width:24px;font-size:1.2rem}.Layout-module__cbqlla__mobileNavItemText{flex-direction:column;flex:1;display:flex}.Layout-module__cbqlla__mobileNavLabel{font-size:.95rem;font-weight:600}.Layout-module__cbqlla__mobileNavDescription{opacity:.7;font-size:.75rem}.Layout-module__cbqlla__activeDot{color:var(--brand-primary);font-size:1.5rem;line-height:0}.Layout-module__cbqlla__mobileNavFooter{border-top:1px solid var(--border-color);margin-top:1.5rem;padding-top:1.5rem}.Layout-module__cbqlla__mobileLogoutBtn{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;width:100%;padding:.75rem;font-weight:600;transition:background .2s}.Layout-module__cbqlla__mobileLogoutBtn:hover{background:#ef444433}@media (max-width:1024px){.Layout-module__cbqlla__nav,.Layout-module__cbqlla__userDetails,.Layout-module__cbqlla__profileIcon,.Layout-module__cbqlla__headerRight .Layout-module__cbqlla__logoutBtn{display:none}.Layout-module__cbqlla__mobileMenuButton{display:flex}.Layout-module__cbqlla__headerContent{padding:0 1rem}}@media (min-width:1025px){.Layout-module__cbqlla__mobileMenu{display:none}}
.AddTransactionModal-module__JKOkAa__modalOverlay{--color-overlay-scrim:#0009;--color-bg-card:#fff;--color-border-subtle:#e5e7eb;--color-border-hairline:#f3f4f6;--color-text-primary:#111827;--color-text-secondary:#6b7280;--color-text-inverse:#fff;--color-accent:#3b82f6;--color-state-critical:#ef4444;--color-state-selected-bg:#3b82f61a;--color-cta-bg:#2563eb;--color-cta-text:#fff;--color-cta-hover-bg:#1d4ed8;--font-family-primary:"Inter", system-ui, -apple-system, sans-serif;--font-weight-medium:500;--font-weight-bold:600;--font-size-label:.875rem;--font-size-body:1rem;--spacing-xs:.5rem;--spacing-sm:.75rem;--spacing-base:1rem;--card-border-radius:.75rem;--button-border-radius:.5rem;--shadow-level-1:0 1px 3px #0000001a;--shadow-level-2:0 4px 6px #0000001a;--shadow-level-3:0 10px 15px -3px #0000001a;background:var(--color-overlay-scrim);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1002;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out AddTransactionModal-module__JKOkAa__fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.AddTransactionModal-module__JKOkAa__modalContent{background:var(--color-bg-card);border:1px solid var(--color-border-subtle);border-radius:var(--card-border-radius);box-shadow:var(--shadow-level-3);width:100%;max-width:500px;max-height:90vh;animation:.3s ease-out AddTransactionModal-module__JKOkAa__slideUp;position:relative;overflow-y:auto}@keyframes AddTransactionModal-module__JKOkAa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes AddTransactionModal-module__JKOkAa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.AddTransactionModal-module__JKOkAa__modalHeader{border-bottom:1px solid var(--color-border-hairline);background:var(--color-bg-card);z-index:10;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;position:-webkit-sticky;position:sticky;top:0}.AddTransactionModal-module__JKOkAa__modalTitle{font-size:1.5rem;font-weight:var(--font-weight-bold);color:var(--color-text-primary);margin:0}.AddTransactionModal-module__JKOkAa__closeButton{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:.25rem;font-size:2rem;line-height:1;transition:all .2s;display:flex}.AddTransactionModal-module__JKOkAa__closeButton:hover{color:var(--color-text-primary);background:#f3f4f6}.AddTransactionModal-module__JKOkAa__closeButton:disabled{opacity:.5;cursor:not-allowed}.AddTransactionModal-module__JKOkAa__modalForm{padding:2rem}.AddTransactionModal-module__JKOkAa__formGroup{margin-bottom:1.5rem}.AddTransactionModal-module__JKOkAa__formLabel{font-size:var(--font-size-label);color:var(--color-text-primary);margin-bottom:var(--spacing-xs);font-weight:600;display:block}.AddTransactionModal-module__JKOkAa__formInput,.AddTransactionModal-module__JKOkAa__formSelect{border:1px solid var(--color-border-subtle);border-radius:var(--button-border-radius);width:100%;font-size:var(--font-size-body);background:var(--color-bg-card);color:var(--color-text-primary);box-sizing:border-box;font-family:var(--font-family-primary);padding:.75rem 1rem;transition:all .2s}.AddTransactionModal-module__JKOkAa__formInput:focus,.AddTransactionModal-module__JKOkAa__formSelect:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-state-selected-bg);outline:none}.AddTransactionModal-module__JKOkAa__formInput:disabled,.AddTransactionModal-module__JKOkAa__formSelect:disabled{color:#9ca3af;cursor:not-allowed;background:#f9fafb}.AddTransactionModal-module__JKOkAa__formSelect{cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.AddTransactionModal-module__JKOkAa__loadingContainer{border-radius:var(--button-border-radius);color:var(--color-text-secondary);border:1px dashed var(--color-border-subtle);background:#f9fafb;align-items:center;gap:.75rem;padding:.75rem;font-size:.875rem;display:flex}.AddTransactionModal-module__JKOkAa__spinner{border:2px solid var(--color-border-hairline);border-top:2px solid var(--color-accent);border-radius:50%;width:1.25rem;height:1.25rem;animation:1s linear infinite AddTransactionModal-module__JKOkAa__spin}@keyframes AddTransactionModal-module__JKOkAa__spin{to{transform:rotate(360deg)}}.AddTransactionModal-module__JKOkAa__errorMessage{color:var(--color-state-critical);background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;align-items:flex-start;gap:.75rem;margin:0 2rem 1rem;padding:1rem;display:flex}.AddTransactionModal-module__JKOkAa__errorIcon{font-size:1.25rem;line-height:1}.AddTransactionModal-module__JKOkAa__errorText{flex:1;font-size:.875rem;font-weight:500;line-height:1.4}.AddTransactionModal-module__JKOkAa__closeError{color:var(--color-state-critical);cursor:pointer;opacity:.7;background:0 0;border:none;padding:0;font-size:1.25rem;line-height:1;transition:opacity .2s}.AddTransactionModal-module__JKOkAa__closeError:hover{opacity:1}.AddTransactionModal-module__JKOkAa__modalActions{border-top:1px solid var(--color-border-hairline);justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.AddTransactionModal-module__JKOkAa__cancelButton,.AddTransactionModal-module__JKOkAa__submitButton{border-radius:var(--button-border-radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex}.AddTransactionModal-module__JKOkAa__cancelButton{color:#374151;background:#fff;border:1px solid #d1d5db}.AddTransactionModal-module__JKOkAa__cancelButton:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.AddTransactionModal-module__JKOkAa__submitButton{background:var(--color-cta-bg);color:var(--color-cta-text);box-shadow:var(--shadow-level-1)}.AddTransactionModal-module__JKOkAa__submitButton:hover:not(:disabled){background:var(--color-cta-hover-bg);box-shadow:var(--shadow-level-2);transform:translateY(-1px)}.AddTransactionModal-module__JKOkAa__cancelButton:disabled,.AddTransactionModal-module__JKOkAa__submitButton:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.AddTransactionModal-module__JKOkAa__buttonSpinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:1rem;height:1rem;animation:1s linear infinite AddTransactionModal-module__JKOkAa__spin}@media (max-width:640px){.AddTransactionModal-module__JKOkAa__modalOverlay{align-items:flex-end;padding:0}.AddTransactionModal-module__JKOkAa__modalContent{border-radius:1rem 1rem 0 0;max-height:90vh;animation:.3s ease-out AddTransactionModal-module__JKOkAa__slideUpMobile}@keyframes AddTransactionModal-module__JKOkAa__slideUpMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}.AddTransactionModal-module__JKOkAa__modalHeader{padding:1.25rem 1.5rem}.AddTransactionModal-module__JKOkAa__modalForm{padding:1.5rem}.AddTransactionModal-module__JKOkAa__errorMessage{margin:0 1.5rem 1rem}.AddTransactionModal-module__JKOkAa__modalActions{flex-direction:column-reverse;gap:.75rem}.AddTransactionModal-module__JKOkAa__cancelButton,.AddTransactionModal-module__JKOkAa__submitButton{width:100%;padding:.875rem}}
.UpgradeModal-module__sG9qMa__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;box-sizing:border-box;background:#00000080;justify-content:center;align-items:center;padding:20px 16px;animation:.2s ease-out UpgradeModal-module__sG9qMa__fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0;overflow-x:hidden;overflow-y:auto}@keyframes UpgradeModal-module__sG9qMa__fadeIn{0%{opacity:0}to{opacity:1}}.UpgradeModal-module__sG9qMa__modalContent{box-sizing:border-box;background:#151517;border:1px solid #333337;border-radius:16px;flex-direction:column;width:calc(100% - 32px);max-width:560px;max-height:85vh;margin:auto;animation:.3s ease-out UpgradeModal-module__sG9qMa__slideUp;display:flex;position:relative;overflow-x:hidden;overflow-y:auto;box-shadow:0 6px 20px #0006}.UpgradeModal-module__sG9qMa__modalContent *{box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}@keyframes UpgradeModal-module__sG9qMa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.UpgradeModal-module__sG9qMa__modalHeader{border-bottom:1px solid #2a2a2c;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;padding:28px 28px 20px;display:flex;position:relative}.UpgradeModal-module__sG9qMa__modalTitle{color:#9d74f0;flex:1;margin:0;font-size:26px;font-weight:700;line-height:1.3}.UpgradeModal-module__sG9qMa__closeBtn{color:#a9a9ad;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:32px;transition:all .2s;display:flex}.UpgradeModal-module__sG9qMa__closeBtn:hover{color:#ececec;background:#ffffff0f;transform:rotate(90deg)}.UpgradeModal-module__sG9qMa__modalBody{flex:1;padding:24px 28px;overflow-x:hidden;overflow-y:auto}.UpgradeModal-module__sG9qMa__upgradeMessage{color:#a9a9ad;text-align:center;margin:0 0 24px;font-size:16px;font-weight:500;line-height:1.6}.UpgradeModal-module__sG9qMa__premiumBenefits{background:#1a1a1d;border:1px solid #2a2a2c;border-radius:12px;margin-bottom:20px;padding:20px}.UpgradeModal-module__sG9qMa__benefitsTitle{color:#ececec;margin:0 0 16px;font-size:18px;font-weight:700}.UpgradeModal-module__sG9qMa__benefitsList{margin:0;padding:0;list-style:none}.UpgradeModal-module__sG9qMa__benefitItem{color:#a9a9ad;border-bottom:1px solid #2a2a2c;align-items:center;padding:10px 0;font-size:15px;display:flex}.UpgradeModal-module__sG9qMa__benefitItem:last-child{border-bottom:none}.UpgradeModal-module__sG9qMa__benefitIcon{flex-shrink:0;margin-right:12px;font-size:18px}.UpgradeModal-module__sG9qMa__trialInfo{text-align:center;color:#ececec;background:#9d74f01f;border:1px solid #9d74f04d;border-radius:12px;padding:20px}.UpgradeModal-module__sG9qMa__trialText{color:#9d74f0;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin:0 0 6px;font-size:18px;font-weight:700;display:flex}.UpgradeModal-module__sG9qMa__trialEmoji{font-size:22px}.UpgradeModal-module__sG9qMa__trialSubtext{color:#a9a9ad;opacity:.9;margin:0;font-size:14px}.UpgradeModal-module__sG9qMa__modalFooter{flex-direction:column;flex-shrink:0;gap:12px;padding:20px 28px 28px;display:flex}.UpgradeModal-module__sG9qMa__btnPrimary,.UpgradeModal-module__sG9qMa__btnSecondary{cursor:pointer;border:none;border-radius:10px;outline:none;width:100%;padding:14px 20px;font-size:15px;font-weight:600;transition:all .2s}.UpgradeModal-module__sG9qMa__btnPrimary{color:#0f0f10;background:#9d74f0;box-shadow:0 4px 12px #9d74f066}.UpgradeModal-module__sG9qMa__btnPrimary:hover{background:#9168e8;transform:translateY(-1px);box-shadow:0 6px 20px #9d74f080}.UpgradeModal-module__sG9qMa__btnPrimary:active{background:#875fdd;transform:translateY(0)}.UpgradeModal-module__sG9qMa__btnSecondary{color:#a9a9ad;background:0 0;border:1px solid #333337}.UpgradeModal-module__sG9qMa__btnSecondary:hover{color:#ececec;background:#ffffff0f;border-color:#3a3a3e}@media (max-width:640px){.UpgradeModal-module__sG9qMa__modalOverlay{align-items:flex-start;padding:40px 8px 20px}.UpgradeModal-module__sG9qMa__modalContent{border-radius:12px;width:calc(100vw - 16px);max-width:calc(100vw - 16px);max-height:calc(100vh - 60px);margin-top:0}.UpgradeModal-module__sG9qMa__modalHeader{padding:16px 14px 12px}.UpgradeModal-module__sG9qMa__modalTitle{font-size:20px}.UpgradeModal-module__sG9qMa__closeBtn{width:28px;height:28px;font-size:28px}.UpgradeModal-module__sG9qMa__modalBody{padding:14px}.UpgradeModal-module__sG9qMa__upgradeMessage{margin-bottom:16px;font-size:14px}.UpgradeModal-module__sG9qMa__premiumBenefits{margin-bottom:14px;padding:14px}.UpgradeModal-module__sG9qMa__benefitsTitle{margin-bottom:10px;font-size:15px}.UpgradeModal-module__sG9qMa__benefitItem{padding:6px 0;font-size:13px}.UpgradeModal-module__sG9qMa__trialInfo{padding:14px}.UpgradeModal-module__sG9qMa__trialText{font-size:15px}.UpgradeModal-module__sG9qMa__modalFooter{gap:8px;padding:14px}.UpgradeModal-module__sG9qMa__btnPrimary,.UpgradeModal-module__sG9qMa__btnSecondary{padding:12px 16px;font-size:13px}}@media (max-width:400px){.UpgradeModal-module__sG9qMa__modalOverlay{padding:30px 4px 16px}.UpgradeModal-module__sG9qMa__modalContent{width:calc(100vw - 8px);max-width:calc(100vw - 8px)}.UpgradeModal-module__sG9qMa__modalHeader{padding:14px 12px 10px}.UpgradeModal-module__sG9qMa__modalTitle{font-size:18px}.UpgradeModal-module__sG9qMa__modalBody{padding:12px}}.UpgradeModal-module__sG9qMa__modalContent::-webkit-scrollbar{width:6px}.UpgradeModal-module__sG9qMa__modalContent::-webkit-scrollbar-track{background:#1a1a1d;border-radius:3px}.UpgradeModal-module__sG9qMa__modalContent::-webkit-scrollbar-thumb{background:#3a3a3e;border-radius:3px}.UpgradeModal-module__sG9qMa__modalContent::-webkit-scrollbar-thumb:hover{background:#4a4a4e}
.PlaidLink-module__QVJ7LW__plaidLinkContainer{display:inline-block}.PlaidLink-module__QVJ7LW__plaidLinkButton{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.PlaidLink-module__QVJ7LW__plaidLinkButton:hover:not(.PlaidLink-module__QVJ7LW__disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.PlaidLink-module__QVJ7LW__plaidLinkButton:active:not(.PlaidLink-module__QVJ7LW__disabled){transform:translateY(0);box-shadow:0 2px 8px #10b9814d}.PlaidLink-module__QVJ7LW__plaidLinkButton.PlaidLink-module__QVJ7LW__disabled{cursor:not-allowed;box-shadow:none;background:linear-gradient(135deg,#9ca3af,#6b7280);transform:none}.PlaidLink-module__QVJ7LW__spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:16px;height:16px;animation:1s linear infinite PlaidLink-module__QVJ7LW__spin}@keyframes PlaidLink-module__QVJ7LW__spin{to{transform:rotate(360deg)}}.PlaidLink-module__QVJ7LW__errorMessage{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;margin-top:8px;padding:12px 16px;font-size:14px;display:flex}.PlaidLink-module__QVJ7LW__retryButton{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:4px;padding:4px 8px;font-size:12px;transition:background .2s}.PlaidLink-module__QVJ7LW__retryButton:hover{background:#b91c1c}@media (max-width:768px){.PlaidLink-module__QVJ7LW__plaidLinkButton{padding:10px 20px;font-size:13px}.PlaidLink-module__QVJ7LW__errorMessage{flex-direction:column;align-items:flex-start;gap:8px}.PlaidLink-module__QVJ7LW__retryButton{align-self:flex-end}}
.SummaryPanel-module__q65rRq__summaryPanel{background-color:var(--v2-bg-surface);border-left:1px solid var(--v2-border-default);width:320px;height:100vh;padding:var(--v2-space-xl);gap:var(--v2-space-lg);z-index:50;flex-direction:column;display:flex;position:fixed;top:0;right:0;overflow-y:auto}.SummaryPanel-module__q65rRq__connectSection{margin-bottom:var(--v2-space-md)}.SummaryPanel-module__q65rRq__summaryRow{justify-content:space-between;align-items:center;gap:var(--v2-space-md);padding:var(--v2-space-sm) 0;display:flex}.SummaryPanel-module__q65rRq__label{font-size:var(--v2-type-small-regular-size);text-transform:capitalize;color:var(--v2-text-muted);flex-shrink:0}.SummaryPanel-module__q65rRq__value{font-size:var(--v2-type-body-medium-size);font-weight:var(--v2-font-weight-bold);color:var(--v2-text-primary);line-height:var(--v2-line-height);text-align:right}.SummaryPanel-module__q65rRq__positive{font-size:var(--v2-type-body-medium-size);font-weight:var(--v2-font-weight-bold);color:var(--v2-state-success);line-height:var(--v2-line-height);text-align:right}.SummaryPanel-module__q65rRq__negative{font-size:var(--v2-type-body-medium-size);font-weight:var(--v2-font-weight-bold);color:var(--v2-state-error);line-height:var(--v2-line-height);text-align:right}.SummaryPanel-module__q65rRq__divider{background-color:var(--v2-border-default);width:100%;height:1px;margin:var(--v2-space-xs) 0}@media (max-width:1023px){.SummaryPanel-module__q65rRq__summaryPanel{width:280px;padding:var(--v2-space-lg)}}@media (max-width:767px){.SummaryPanel-module__q65rRq__summaryPanel{display:none}}
.SubscriptionBanner-module__LoE--a__banner{color:#ececec;background:#151517;border:2px solid #333337;border-radius:1.2rem;margin-bottom:2rem;padding:1.5rem;position:relative;overflow:hidden;box-shadow:0 8px 16px #15151766}.SubscriptionBanner-module__LoE--a__banner:before{content:"";filter:blur(40px);background:radial-gradient(circle,#9d74f01a 0%,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:-50%;right:-20%}.SubscriptionBanner-module__LoE--a__reactivationBanner{background:#151517;border:2px solid #f59e0b;box-shadow:0 8px 16px #f59e0b4d}.SubscriptionBanner-module__LoE--a__reactivationBanner:before{background:radial-gradient(circle,#f59e0b1a 0%,#0000 70%)}.SubscriptionBanner-module__LoE--a__bannerContent{z-index:2;justify-content:space-between;align-items:center;display:flex;position:relative}.SubscriptionBanner-module__LoE--a__bannerText h3{color:#ececec;margin:0 0 .5rem;font-size:1.6rem;font-weight:700}.SubscriptionBanner-module__LoE--a__bannerText p{opacity:.9;color:#a9a9ad;margin:0;font-size:1rem}.SubscriptionBanner-module__LoE--a__bannerActions{align-items:center;gap:1rem;display:flex}.SubscriptionBanner-module__LoE--a__trialBadge{color:#0f0f10;background:#9d74f0;border-radius:.8rem;padding:.6rem 1.2rem;font-size:.85rem;font-weight:700;box-shadow:0 4px 8px #9d74f04d}.SubscriptionBanner-module__LoE--a__warningBadge{color:#0f0f10;background:#f59e0b;border:2px solid #f59e0b;border-radius:.8rem;padding:.6rem 1.2rem;font-size:.85rem;font-weight:700;box-shadow:0 4px 8px #f59e0b4d}.SubscriptionBanner-module__LoE--a__upgradeBtn{color:#0f0f10;background:#9d74f0;border:2px solid #9d74f0;border-radius:.8rem;padding:.8rem 1.5rem;font-weight:700;text-decoration:none;transition:all .3s}.SubscriptionBanner-module__LoE--a__upgradeBtn:hover{background:#9168e8;border-color:#9168e8;transform:translateY(-2px);box-shadow:0 6px 12px #9d74f066}.SubscriptionBanner-module__LoE--a__reactivateBtn{color:#f59e0b;background:#ececec;border:2px solid #ececec;border-radius:.8rem;padding:.8rem 1.5rem;font-weight:700;text-decoration:none;transition:all .3s;box-shadow:0 4px 8px #ececec33}.SubscriptionBanner-module__LoE--a__reactivateBtn:hover{color:#d97706;background:#fff;border-color:#fff;transform:translateY(-2px);box-shadow:0 6px 12px #ffffff4d}@media (max-width:768px){.SubscriptionBanner-module__LoE--a__bannerContent{text-align:center;flex-direction:column;gap:1.5rem}.SubscriptionBanner-module__LoE--a__bannerActions{flex-direction:column;gap:.8rem;width:100%}.SubscriptionBanner-module__LoE--a__upgradeBtn,.SubscriptionBanner-module__LoE--a__reactivateBtn{text-align:center;width:100%}.SubscriptionBanner-module__LoE--a__bannerText h3{font-size:1.4rem}.SubscriptionBanner-module__LoE--a__bannerText p{font-size:.95rem}}
.MobileBottomSheet-module__YdliQq__bottomSheet{z-index:50;background:#1e1e2b;border:1px solid #2c2c33;border-bottom:none;border-radius:24px 24px 0 0;flex-direction:column;align-items:center;gap:18px;padding:12px 24px 0;transition:height .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:90px;left:0;right:0;box-shadow:0 -4px 12px #0000004d}.MobileBottomSheet-module__YdliQq__bottomSheet.MobileBottomSheet-module__YdliQq__collapsed{height:101px}.MobileBottomSheet-module__YdliQq__bottomSheet.MobileBottomSheet-module__YdliQq__expanded{height:251px}.MobileBottomSheet-module__YdliQq__dragHandle{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;justify-content:center;align-items:center;width:100%;padding:8px 0;display:flex}.MobileBottomSheet-module__YdliQq__dragHandleBar{background:#d9d9d9;border-radius:17px;width:52px;height:4px;transition:background-color .2s}.MobileBottomSheet-module__YdliQq__dragHandle:hover .MobileBottomSheet-module__YdliQq__dragHandleBar,.MobileBottomSheet-module__YdliQq__dragHandle:active .MobileBottomSheet-module__YdliQq__dragHandleBar{background:#e5e5e5}.MobileBottomSheet-module__YdliQq__connectButtonWrapper{align-items:center;gap:18px;width:100%;display:flex}.MobileBottomSheet-module__YdliQq__currencyRow{background:#2f2f41;border-radius:4px;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:98px;width:100%;padding:6px 12px;display:flex}.MobileBottomSheet-module__YdliQq__summaryDetails{flex-direction:column;align-items:flex-start;gap:10px;width:100%;padding:9px 0 29px;display:flex}.MobileBottomSheet-module__YdliQq__summaryRow{flex-direction:row;justify-content:space-between;align-items:center;gap:71px;width:100%;padding:0;display:flex}.MobileBottomSheet-module__YdliQq__positive{color:var(--v2-status-success)!important}.MobileBottomSheet-module__YdliQq__negative{color:var(--v2-status-error)!important}@media (max-width:767px){.MobileBottomSheet-module__YdliQq__bottomSheet{display:flex}}@media (min-width:768px){.MobileBottomSheet-module__YdliQq__bottomSheet{display:none!important}}.MobileBottomSheet-module__YdliQq__bottomSheet.MobileBottomSheet-module__YdliQq__dragging{transition:none}
.ThinkingAnimation-module__7uTMPG__thinkingContainer{flex-direction:column;justify-content:center;align-items:center;padding:1rem;display:flex}.ThinkingAnimation-module__7uTMPG__medium{transform:scale(1)}.ThinkingAnimation-module__7uTMPG__small{transform:scale(.75)}.ThinkingAnimation-module__7uTMPG__large{transform:scale(1.25)}.ThinkingAnimation-module__7uTMPG__imageContainer{margin-bottom:1rem;position:relative}.ThinkingAnimation-module__7uTMPG__thinkingImage{width:80px;height:auto;animation:3s ease-in-out infinite ThinkingAnimation-module__7uTMPG__float}.ThinkingAnimation-module__7uTMPG__sparkles{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.ThinkingAnimation-module__7uTMPG__sparkle{opacity:0;background:#fff;border-radius:50%;animation:2s infinite ThinkingAnimation-module__7uTMPG__sparkle;position:absolute;box-shadow:0 0 10px 2px #fff6}.ThinkingAnimation-module__7uTMPG__sparkle:first-child{width:4px;height:4px;animation-delay:0s;top:10%;left:20%}.ThinkingAnimation-module__7uTMPG__sparkle:nth-child(2){width:6px;height:6px;animation-delay:.5s;top:30%;right:10%}.ThinkingAnimation-module__7uTMPG__sparkle:nth-child(3){width:3px;height:3px;animation-delay:1s;bottom:20%;left:15%}.ThinkingAnimation-module__7uTMPG__sparkle:nth-child(4){width:5px;height:5px;animation-delay:1.5s;bottom:40%;right:20%}.ThinkingAnimation-module__7uTMPG__dots{gap:.25rem;margin-bottom:.5rem;display:flex}.ThinkingAnimation-module__7uTMPG__dot{background-color:var(--color-accent,#3b82f6);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both ThinkingAnimation-module__7uTMPG__pulse}.ThinkingAnimation-module__7uTMPG__dot:first-child{animation-delay:-.32s}.ThinkingAnimation-module__7uTMPG__dot:nth-child(2){animation-delay:-.16s}.ThinkingAnimation-module__7uTMPG__message{color:var(--color-text-secondary,#6b7280);margin:0;font-size:.875rem;font-weight:500}@keyframes ThinkingAnimation-module__7uTMPG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes ThinkingAnimation-module__7uTMPG__sparkle{0%,to{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1)}}@keyframes ThinkingAnimation-module__7uTMPG__pulse{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
.CubeLoader-module__PMbpiG__loaderContainer{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:2rem;display:flex}.CubeLoader-module__PMbpiG__loader{aspect-ratio:1;color:#9d74f0;--_g:no-repeat linear-gradient(currentColor 0 0);background:var(--_g), var(--_g), var(--_g);background-size:50.1% 50.1%;grid:50%/50%;animation:1.5s step-end infinite alternate CubeLoader-module__PMbpiG__cubeRotate0,3s step-end infinite CubeLoader-module__PMbpiG__cubeRotate00;display:grid}.CubeLoader-module__PMbpiG__loader:before{content:"";transform-origin:100% 100%;background:currentColor;animation:1.5s linear infinite alternate CubeLoader-module__PMbpiG__cubeRotate1;transform:perspective(150px)rotateY(0)rotateX(0)}.CubeLoader-module__PMbpiG__loader.CubeLoader-module__PMbpiG__small{width:max(40px,min(8vw,50px))}.CubeLoader-module__PMbpiG__loader.CubeLoader-module__PMbpiG__medium{width:max(60px,min(10vw,70px))}.CubeLoader-module__PMbpiG__loader.CubeLoader-module__PMbpiG__large{width:max(80px,min(12vw,100px))}.CubeLoader-module__PMbpiG__loadingText{color:#a9a9ad;text-align:center;margin:0;font-size:max(.875rem,min(2vw,1rem));font-weight:500}@keyframes CubeLoader-module__PMbpiG__cubeRotate0{0%{background-position:0 100%,100% 100%,100% 0}33%{background-position:100% 100%,100% 100%,100% 0}66%{background-position:100% 0,100% 0,100% 0}}@keyframes CubeLoader-module__PMbpiG__cubeRotate00{0%{transform:scaleX(1)rotate(0)}50%{transform:scaleX(-1)rotate(-90deg)}}@keyframes CubeLoader-module__PMbpiG__cubeRotate1{16.5%{filter:grayscale(.8);transform:perspective(150px)rotateX(-90deg)rotateY(0)rotateX(0)}33%{transform:perspective(150px)rotateX(-180deg)rotateY(0)rotateX(0)}66%{transform:perspective(150px)rotateX(-180deg)rotateY(-180deg)rotateX(0)}to{filter:grayscale(.8);transform:perspective(150px)rotateX(-180deg)rotateY(-180deg)rotateX(-180deg)}}@media (max-width:640px){.CubeLoader-module__PMbpiG__loaderContainer{gap:1rem;padding:1.5rem}.CubeLoader-module__PMbpiG__loader:before{transform:perspective(100px)rotateY(0)rotateX(0)}@keyframes CubeLoader-module__PMbpiG__cubeRotate1{16.5%{filter:grayscale(.8);transform:perspective(100px)rotateX(-90deg)rotateY(0)rotateX(0)}33%{transform:perspective(100px)rotateX(-180deg)rotateY(0)rotateX(0)}66%{transform:perspective(100px)rotateX(-180deg)rotateY(-180deg)rotateX(0)}to{filter:grayscale(.8);transform:perspective(100px)rotateX(-180deg)rotateY(-180deg)rotateX(-180deg)}}}@media (min-width:1440px){.CubeLoader-module__PMbpiG__loaderContainer{gap:2rem;padding:3rem}.CubeLoader-module__PMbpiG__loader:before{transform:perspective(200px)rotateY(0)rotateX(0)}@keyframes CubeLoader-module__PMbpiG__cubeRotate1{16.5%{filter:grayscale(.8);transform:perspective(200px)rotateX(-90deg)rotateY(0)rotateX(0)}33%{transform:perspective(200px)rotateX(-180deg)rotateY(0)rotateX(0)}66%{transform:perspective(200px)rotateX(-180deg)rotateY(-180deg)rotateX(0)}to{filter:grayscale(.8);transform:perspective(200px)rotateX(-180deg)rotateY(-180deg)rotateX(-180deg)}}}
.CategoryTransactionsModal-module__xgfFLa__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1002;background:#000000b3;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out CategoryTransactionsModal-module__xgfFLa__fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.CategoryTransactionsModal-module__xgfFLa__modalContent{background:#151517;border:1px solid #333337;border-radius:16px;flex-direction:column;width:100%;max-width:900px;max-height:90vh;animation:.3s ease-out CategoryTransactionsModal-module__xgfFLa__slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000080}.CategoryTransactionsModal-module__xgfFLa__modalHeader{z-index:10;background:#151517;border-bottom:1px solid #2a2a2c;justify-content:space-between;align-items:flex-start;padding:2rem 2rem 1.5rem;display:flex}.CategoryTransactionsModal-module__xgfFLa__headerContent{flex:1}.CategoryTransactionsModal-module__xgfFLa__modalTitle{color:#ececec;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.CategoryTransactionsModal-module__xgfFLa__categoryStats{align-items:baseline;gap:.75rem;display:flex}.CategoryTransactionsModal-module__xgfFLa__amount{color:#9d74f0;font-size:1.25rem;font-weight:700}.CategoryTransactionsModal-module__xgfFLa__percentage{color:#a9a9ad;font-size:.9rem;font-weight:500}.CategoryTransactionsModal-module__xgfFLa__closeButton{color:#a9a9ad;cursor:pointer;background:#ffffff0d;border:1px solid #333337;border-radius:8px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-left:1rem;padding:0;font-size:1.5rem;line-height:1;transition:all .2s;display:flex}.CategoryTransactionsModal-module__xgfFLa__closeButton:hover{color:#fff;background:#f43f5e;border-color:#f43f5e;transform:scale(1.05)}.CategoryTransactionsModal-module__xgfFLa__modalBody{flex-direction:column;flex:1;padding:0;display:flex;overflow-y:auto}.CategoryTransactionsModal-module__xgfFLa__loadingContainer{flex:1;justify-content:center;align-items:center;padding:4rem;display:flex}.CategoryTransactionsModal-module__xgfFLa__errorMessage{background:#f43f5e1a;border-bottom:1px solid #f43f5e4d;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.CategoryTransactionsModal-module__xgfFLa__errorIcon{color:#f43f5e;font-size:1.2rem}.CategoryTransactionsModal-module__xgfFLa__errorText{color:#f43f5e;flex:1;font-size:.9rem;font-weight:500}.CategoryTransactionsModal-module__xgfFLa__closeError{color:#f43f5e;cursor:pointer;opacity:.7;background:0 0;border:none;padding:.25rem;font-size:1.2rem}.CategoryTransactionsModal-module__xgfFLa__closeError:hover{opacity:1}.CategoryTransactionsModal-module__xgfFLa__transactionsTable{border-collapse:collapse;width:100%}.CategoryTransactionsModal-module__xgfFLa__tableHeader{z-index:5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08;border-bottom:1px solid #333337;grid-template-columns:120px 1fr 140px 100px 180px;gap:1rem;padding:1rem 2rem;display:grid;position:-webkit-sticky;position:sticky;top:0}.CategoryTransactionsModal-module__xgfFLa__headerCell{color:#a9a9ad;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.CategoryTransactionsModal-module__xgfFLa__tableBody{flex-direction:column;display:flex}.CategoryTransactionsModal-module__xgfFLa__tableRow{border-bottom:1px solid #2a2a2c;grid-template-columns:120px 1fr 140px 100px 180px;gap:1rem;padding:1.25rem 2rem;transition:background .2s;display:grid}.CategoryTransactionsModal-module__xgfFLa__tableRow:last-child{border-bottom:none}.CategoryTransactionsModal-module__xgfFLa__tableRow:hover{background:#ffffff08}.CategoryTransactionsModal-module__xgfFLa__tableCell{color:#ececec;flex-direction:column;justify-content:center;font-size:.9rem;display:flex;overflow:hidden}.CategoryTransactionsModal-module__xgfFLa__transactionDesc{color:#ececec;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-weight:500;overflow:hidden}.CategoryTransactionsModal-module__xgfFLa__manualBadge{color:#9d74f0;text-transform:uppercase;background:#9d74f029;border-radius:4px;width:-webkit-fit-content;width:fit-content;padding:2px 6px;font-size:.65rem;font-weight:600;display:inline-block}.CategoryTransactionsModal-module__xgfFLa__amountValue{font-feature-settings:"tnum";font-size:1rem;font-weight:600}.CategoryTransactionsModal-module__xgfFLa__debitAmount{color:#ececec}.CategoryTransactionsModal-module__xgfFLa__currencyCode{color:#a9a9ad;background:#ffffff0d;border-radius:4px;width:-webkit-fit-content;width:fit-content;padding:2px 6px;font-size:.75rem;font-weight:500}.CategoryTransactionsModal-module__xgfFLa__accountName{color:#ececec;margin-bottom:2px;font-size:.85rem;font-weight:500}.CategoryTransactionsModal-module__xgfFLa__subAccountName{color:#a9a9ad;font-size:.75rem}.CategoryTransactionsModal-module__xgfFLa__paginationContainer{background:#151517;border-top:1px solid #333337;padding:1.5rem 2rem}.CategoryTransactionsModal-module__xgfFLa__paginationInfo{text-align:center;color:#a9a9ad;margin-bottom:1rem;font-size:.85rem}.CategoryTransactionsModal-module__xgfFLa__paginationWrapper{flex-direction:column;align-items:center;gap:1rem;display:flex}.CategoryTransactionsModal-module__xgfFLa__paginationControls{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;display:flex}.CategoryTransactionsModal-module__xgfFLa__paginationButton{color:#a9a9ad;cursor:pointer;background:#ffffff0d;border:1px solid #333337;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s}.CategoryTransactionsModal-module__xgfFLa__paginationButton:hover:not(:disabled){color:#ececec;background:#9d74f01a;border-color:#9d74f0}.CategoryTransactionsModal-module__xgfFLa__paginationButton:disabled{opacity:.4;cursor:not-allowed}.CategoryTransactionsModal-module__xgfFLa__pageIndicator{color:#ececec;font-size:.85rem;font-weight:500}.CategoryTransactionsModal-module__xgfFLa__emptyState{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.CategoryTransactionsModal-module__xgfFLa__emptyIcon{opacity:.5;margin-bottom:1rem;font-size:3rem}.CategoryTransactionsModal-module__xgfFLa__emptyTitle{color:#ececec;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.CategoryTransactionsModal-module__xgfFLa__emptyDescription{color:#a9a9ad;max-width:400px;font-size:.9rem;line-height:1.5}@keyframes CategoryTransactionsModal-module__xgfFLa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes CategoryTransactionsModal-module__xgfFLa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:968px){.CategoryTransactionsModal-module__xgfFLa__modalContent{max-width:95%}.CategoryTransactionsModal-module__xgfFLa__tableHeader,.CategoryTransactionsModal-module__xgfFLa__tableRow{grid-template-columns:100px 1fr 120px 80px}.CategoryTransactionsModal-module__xgfFLa__tableHeader .CategoryTransactionsModal-module__xgfFLa__headerCell:nth-child(5),.CategoryTransactionsModal-module__xgfFLa__tableRow .CategoryTransactionsModal-module__xgfFLa__tableCell:nth-child(5){display:none}}@media (max-width:768px){.CategoryTransactionsModal-module__xgfFLa__modalOverlay{align-items:flex-end;padding:0}.CategoryTransactionsModal-module__xgfFLa__modalContent{border-radius:16px 16px 0 0;height:90vh;max-height:90vh}.CategoryTransactionsModal-module__xgfFLa__modalHeader{padding:1.5rem}.CategoryTransactionsModal-module__xgfFLa__transactionsTable{-webkit-overflow-scrolling:touch;overflow-x:auto}.CategoryTransactionsModal-module__xgfFLa__tableHeader,.CategoryTransactionsModal-module__xgfFLa__tableRow{grid-template-columns:100px 1fr 120px 80px 150px;min-width:800px}.CategoryTransactionsModal-module__xgfFLa__tableHeader .CategoryTransactionsModal-module__xgfFLa__headerCell:nth-child(5),.CategoryTransactionsModal-module__xgfFLa__tableRow .CategoryTransactionsModal-module__xgfFLa__tableCell:nth-child(5){display:flex}.CategoryTransactionsModal-module__xgfFLa__paginationControls{gap:.25rem}.CategoryTransactionsModal-module__xgfFLa__paginationButton{padding:.5rem .75rem;font-size:.8rem}}
.CashflowSection-module__9hWVHW__cashflowSection{--cf-bg-card:#151517;--cf-border:#333337;--cf-text-primary:#ececec;--cf-text-secondary:#a9a9ad;--cf-accent:#9d74f0;--cf-success:#10b981;--cf-danger:#f43f5e;width:100%;max-width:1200px;margin:0 auto 2rem;padding:0 1.5rem}.CashflowSection-module__9hWVHW__premiumCard{background:var(--cf-bg-card);border:1px solid var(--cf-border);color:var(--cf-text-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;position:relative;overflow:hidden;box-shadow:0 8px 32px #0006}.CashflowSection-module__9hWVHW__premiumCard:before{content:"";background:linear-gradient(90deg,#9d74f0 0%,#6650ae 100%);height:4px;position:absolute;top:0;left:0;right:0}.CashflowSection-module__9hWVHW__cardHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.CashflowSection-module__9hWVHW__cardTitle{color:var(--cf-text-primary);margin:0;font-size:1.5rem;font-weight:700}.CashflowSection-module__9hWVHW__monthTabs{background:#0003;border-radius:12px;gap:.5rem;padding:4px;display:flex}.CashflowSection-module__9hWVHW__monthTab{color:var(--cf-text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.CashflowSection-module__9hWVHW__monthTab:hover{color:var(--cf-text-primary);background:#ffffff0d}.CashflowSection-module__9hWVHW__monthTabActive{background:var(--cf-accent);color:#fff;font-weight:600;box-shadow:0 2px 8px #9d74f066}.CashflowSection-module__9hWVHW__monthIndicator{color:var(--cf-accent);background:#9d74f01a;border:1px solid #9d74f04d;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.CashflowSection-module__9hWVHW__cashflowGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.CashflowSection-module__9hWVHW__cashflowCard{border:1px solid var(--cf-border);background:#ffffff05;border-radius:12px;align-items:center;gap:1.25rem;padding:1.5rem;transition:transform .2s,border-color .2s;display:flex}.CashflowSection-module__9hWVHW__cashflowCard:hover{background:#ffffff0a;border-color:#ffffff1a;transform:translateY(-4px)}.CashflowSection-module__9hWVHW__netCard{background:linear-gradient(135deg,#151517cc 0%,#1a1a1de6 100%);border:1px solid #9d74f04d;box-shadow:0 4px 20px #0003}.CashflowSection-module__9hWVHW__cashflowIcon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;font-size:1.5rem;display:flex}.CashflowSection-module__9hWVHW__iconIncome{color:var(--cf-success);background:#10b9811a}.CashflowSection-module__9hWVHW__iconExpense{color:var(--cf-danger);background:#f43f5e1a}.CashflowSection-module__9hWVHW__iconNet{color:var(--cf-accent);background:#9d74f01a}.CashflowSection-module__9hWVHW__cashflowContent{flex:1}.CashflowSection-module__9hWVHW__cashflowLabel{color:var(--cf-text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.875rem;font-weight:600}.CashflowSection-module__9hWVHW__cashflowValue{letter-spacing:-.02em;font-size:1.75rem;font-weight:700;line-height:1.2}.CashflowSection-module__9hWVHW__netValue{font-size:2rem}.CashflowSection-module__9hWVHW__positive{color:var(--cf-success)}.CashflowSection-module__9hWVHW__negative{color:var(--cf-danger)}.CashflowSection-module__9hWVHW__currencyLabel{color:var(--cf-text-secondary);background:#ffffff0d;border-radius:4px;width:-webkit-fit-content;width:fit-content;margin-top:.5rem;padding:2px 6px;font-size:.75rem;font-weight:600}.CashflowSection-module__9hWVHW__loadingContainer{height:200px;color:var(--cf-text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.CashflowSection-module__9hWVHW__premiumSpinner{border:3px solid #9d74f033;border-top-color:var(--cf-accent);border-radius:50%;width:40px;height:40px;animation:1s linear infinite CashflowSection-module__9hWVHW__spin}@keyframes CashflowSection-module__9hWVHW__spin{to{transform:rotate(360deg)}}.CashflowSection-module__9hWVHW__errorMessage{border:1px solid var(--cf-danger);color:#fecaca;background:#f43f5e1a;border-radius:12px;align-items:center;gap:1rem;padding:1rem;display:flex}.CashflowSection-module__9hWVHW__errorIcon{font-size:1.25rem}.CashflowSection-module__9hWVHW__errorText{flex:1;font-size:.9rem}.CashflowSection-module__9hWVHW__closeError{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;font-size:1.25rem}.CashflowSection-module__9hWVHW__closeError:hover{opacity:1}.CashflowSection-module__9hWVHW__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.CashflowSection-module__9hWVHW__emptyIcon{opacity:.5;margin-bottom:1rem;font-size:3rem}.CashflowSection-module__9hWVHW__emptyTitle{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.CashflowSection-module__9hWVHW__emptyDescription{color:var(--cf-text-secondary);max-width:400px;line-height:1.5}@media (max-width:768px){.CashflowSection-module__9hWVHW__cashflowSection{padding:0 1rem}.CashflowSection-module__9hWVHW__cardHeader{flex-direction:column;align-items:flex-start;gap:1rem}.CashflowSection-module__9hWVHW__monthTabs{width:100%;overflow-x:auto}.CashflowSection-module__9hWVHW__cashflowGrid{grid-template-columns:1fr}.CashflowSection-module__9hWVHW__cashflowCard{padding:1.25rem}.CashflowSection-module__9hWVHW__cashflowIcon{width:3rem;height:3rem;font-size:1.25rem}.CashflowSection-module__9hWVHW__cashflowValue{font-size:1.5rem}.CashflowSection-module__9hWVHW__netValue{font-size:1.75rem}}
.NoTransactionsError-module__ejZvRa__noTransactionsContainer{text-align:center;background:linear-gradient(135deg,#151517 0%,#1a1a1d 100%);border:2px solid #f59e0b;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;max-width:600px;margin:0 auto;padding:3rem 2rem;display:flex;position:relative;box-shadow:0 8px 32px #f59e0b1a}.NoTransactionsError-module__ejZvRa__noTransactionsContainer:before{content:"";background:linear-gradient(135deg,#f59e0b 0%,#ef4444 50%,#f59e0b 100%);border-radius:1rem 1rem 0 0;height:4px;position:absolute;top:0;left:0;right:0}.NoTransactionsError-module__ejZvRa__iconContainer{justify-content:center;align-items:center;margin-bottom:2rem;display:flex;position:relative}.NoTransactionsError-module__ejZvRa__transactionIcon{background:linear-gradient(135deg,#f59e0b1a 0%,#8b5cf61a 100%);border:2px solid #f59e0b4d;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;animation:2s ease-in-out infinite NoTransactionsError-module__ejZvRa__pulse;display:flex}.NoTransactionsError-module__ejZvRa__sparkles{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.NoTransactionsError-module__ejZvRa__sparkle{background:#f59e0b;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite NoTransactionsError-module__ejZvRa__sparkle;position:absolute}.NoTransactionsError-module__ejZvRa__sparkle:first-child{animation-delay:0s;top:15%;left:20%}.NoTransactionsError-module__ejZvRa__sparkle:nth-child(2){animation-delay:.5s;top:25%;right:15%}.NoTransactionsError-module__ejZvRa__sparkle:nth-child(3){animation-delay:1s;bottom:20%;left:15%}.NoTransactionsError-module__ejZvRa__content{width:100%}.NoTransactionsError-module__ejZvRa__title{color:#f59e0b;margin:0 0 1rem;font-size:1.5rem;font-weight:700}.NoTransactionsError-module__ejZvRa__message{color:#ececec;margin:0 0 1rem;font-size:1.125rem;font-weight:500}.NoTransactionsError-module__ejZvRa__subtitle{color:#b0b0b0;margin:0 0 2rem;font-size:1rem;line-height:1.6}.NoTransactionsError-module__ejZvRa__actionButtons{flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.NoTransactionsError-module__ejZvRa__primaryButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6 0%,#a855f7 100%);border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;min-width:200px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 16px #8b5cf64d}.NoTransactionsError-module__ejZvRa__primaryButton:hover{background:linear-gradient(135deg,#7c3aed 0%,#9333ea 100%);transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf666}.NoTransactionsError-module__ejZvRa__primaryButton:active{transform:translateY(0)}.NoTransactionsError-module__ejZvRa__secondaryButton{color:#f59e0b;cursor:pointer;background:0 0;border:2px solid #f59e0b;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;min-width:200px;padding:.875rem 1.75rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.NoTransactionsError-module__ejZvRa__secondaryButton:hover{background:#f59e0b1a;transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b33}.NoTransactionsError-module__ejZvRa__secondaryButton:active{transform:translateY(0)}.NoTransactionsError-module__ejZvRa__helpText{border-top:1px solid #333337;padding-top:1rem}.NoTransactionsError-module__ejZvRa__helpText p{color:#8b8b8b;margin:0;font-size:.875rem}.NoTransactionsError-module__ejZvRa__linkButton{color:#8b5cf6;cursor:pointer;font-size:inherit;background:0 0;border:none;font-weight:500;text-decoration:underline;transition:color .2s}.NoTransactionsError-module__ejZvRa__linkButton:hover{color:#a855f7}.NoTransactionsError-module__ejZvRa__closeButton{color:#8b8b8b;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.NoTransactionsError-module__ejZvRa__closeButton:hover{color:#f59e0b;background:#f59e0b1a}@keyframes NoTransactionsError-module__ejZvRa__pulse{0%,to{transform:scale(1);box-shadow:0 0 #f59e0b66}50%{transform:scale(1.05);box-shadow:0 0 0 10px #f59e0b00}}@keyframes NoTransactionsError-module__ejZvRa__sparkle{0%,to{opacity:0;transform:scale(0)rotate(0)}50%{opacity:1;transform:scale(1)rotate(180deg)}}@media (max-width:768px){.NoTransactionsError-module__ejZvRa__noTransactionsContainer{margin:0 1rem;padding:2rem 1.5rem}.NoTransactionsError-module__ejZvRa__title{font-size:1.25rem}.NoTransactionsError-module__ejZvRa__message{font-size:1rem}.NoTransactionsError-module__ejZvRa__subtitle{font-size:.875rem}.NoTransactionsError-module__ejZvRa__actionButtons{gap:.75rem}.NoTransactionsError-module__ejZvRa__primaryButton,.NoTransactionsError-module__ejZvRa__secondaryButton{min-width:180px;padding:.875rem 1.5rem;font-size:.875rem}.NoTransactionsError-module__ejZvRa__transactionIcon{width:64px;height:64px}.NoTransactionsError-module__ejZvRa__transactionIcon svg{width:48px;height:48px}}@media (min-width:640px){.NoTransactionsError-module__ejZvRa__actionButtons{flex-direction:row;justify-content:center}}
.PlaidLink-module__70GyTq__plaidLinkContainer{width:100%;display:inline-block}.PlaidLink-module__70GyTq__plaidLinkButton{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:auto;min-width:140px;min-height:44px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 2px 4px #0000001a}.PlaidLink-module__70GyTq__plaidLinkButton:hover:not(.PlaidLink-module__70GyTq__disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.PlaidLink-module__70GyTq__plaidLinkButton:active:not(.PlaidLink-module__70GyTq__disabled){transform:translateY(0);box-shadow:0 2px 8px #10b9814d}.PlaidLink-module__70GyTq__plaidLinkButton.PlaidLink-module__70GyTq__disabled{cursor:not-allowed;box-shadow:none;opacity:.8;background:linear-gradient(135deg,#9ca3af,#6b7280);transform:none}.PlaidLink-module__70GyTq__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:1s linear infinite PlaidLink-module__70GyTq__spin}@keyframes PlaidLink-module__70GyTq__spin{to{transform:rotate(360deg)}}.PlaidLink-module__70GyTq__errorMessage{color:#ef4444;background:#dc26261a;border:1px solid #dc26264d;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;margin-top:8px;padding:12px 16px;font-size:13px;animation:.3s PlaidLink-module__70GyTq__fadeIn;display:flex}@keyframes PlaidLink-module__70GyTq__fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.PlaidLink-module__70GyTq__retryButton{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:4px;padding:6px 12px;font-size:12px;font-weight:500;transition:background .2s}.PlaidLink-module__70GyTq__retryButton:hover{background:#b91c1c}@media (max-width:768px){.PlaidLink-module__70GyTq__plaidLinkButton{width:100%;padding:14px 20px;font-size:16px}.PlaidLink-module__70GyTq__errorMessage{flex-direction:column;align-items:flex-start;gap:8px}.PlaidLink-module__70GyTq__retryButton{align-self:flex-end;width:100%;margin-top:4px}}
.SubscriptionStatus-module__Ywl9Bq__statusCard{background:var(--color-bg-card);border-radius:var(--card-border-radius-alt);padding:var(--spacing-xl);border:1px solid var(--color-border-subtle);margin-bottom:var(--spacing-lg);color:var(--color-text-primary);font-family:var(--font-family-primary);transition:all .3s}.SubscriptionStatus-module__Ywl9Bq__cancelingCard{border-color:var(--color-state-warning);background:var(--color-bg-card)}.SubscriptionStatus-module__Ywl9Bq__cancelNotice{align-items:center;gap:var(--spacing-sm);background:var(--color-bg-raised);padding:var(--spacing-md);border-radius:var(--card-border-radius);border:2px solid var(--color-state-warning);margin-bottom:var(--spacing-md);display:flex}.SubscriptionStatus-module__Ywl9Bq__cancelIcon{flex-shrink:0;font-size:24px}.SubscriptionStatus-module__Ywl9Bq__cancelText{flex:1}.SubscriptionStatus-module__Ywl9Bq__cancelText strong{color:var(--color-state-warning);font-size:var(--font-size-body);margin-bottom:var(--spacing-base);font-weight:var(--font-weight-bold);display:block}.SubscriptionStatus-module__Ywl9Bq__cancelText p{color:var(--color-text-secondary);font-size:var(--font-size-label);margin:0}.SubscriptionStatus-module__Ywl9Bq__statusHeader{margin-bottom:var(--spacing-md);padding-bottom:var(--spacing-sm);border-bottom:2px solid var(--color-accent);justify-content:space-between;align-items:center;display:flex}.SubscriptionStatus-module__Ywl9Bq__statusHeader h3{font-size:var(--font-size-h3);color:var(--color-text-primary);margin:0;line-height:1.2}.SubscriptionStatus-module__Ywl9Bq__statusHeaderBold{font-weight:var(--font-weight-bold);color:var(--color-text-primary)}.SubscriptionStatus-module__Ywl9Bq__statusHeaderRegular{font-weight:var(--font-weight-regular);color:var(--color-text-primary)}.SubscriptionStatus-module__Ywl9Bq__statusBadge{padding:var(--spacing-xs) var(--spacing-md);border-radius:var(--card-border-radius);font-weight:var(--font-weight-bold);text-transform:uppercase;letter-spacing:.05em;font-size:12px}.SubscriptionStatus-module__Ywl9Bq__statusBadge.SubscriptionStatus-module__Ywl9Bq__active,.SubscriptionStatus-module__Ywl9Bq__statusBadge.SubscriptionStatus-module__Ywl9Bq__trialing{background:var(--color-cta-bg);color:var(--color-cta-text);border:1px solid var(--color-accent)}.SubscriptionStatus-module__Ywl9Bq__statusBadge.SubscriptionStatus-module__Ywl9Bq__canceled{background:var(--color-bg-card);color:var(--color-state-critical);border:1px solid var(--color-state-critical)}.SubscriptionStatus-module__Ywl9Bq__statusBadge.SubscriptionStatus-module__Ywl9Bq__cancelatperiodend{background:var(--color-bg-card);color:var(--color-state-warning);border:1px solid var(--color-state-warning)}.SubscriptionStatus-module__Ywl9Bq__statusDetails{margin-bottom:var(--spacing-lg)}.SubscriptionStatus-module__Ywl9Bq__detail{padding:var(--spacing-xs) 0;border-bottom:1px solid var(--color-border-hairline);justify-content:space-between;align-items:center;display:flex}.SubscriptionStatus-module__Ywl9Bq__detail:last-child{border-bottom:none}.SubscriptionStatus-module__Ywl9Bq__label{font-weight:var(--font-weight-medium);color:var(--color-text-secondary)}.SubscriptionStatus-module__Ywl9Bq__value{font-weight:var(--font-weight-bold);color:var(--color-text-primary);text-align:right;word-break:break-word;max-width:60%}.SubscriptionStatus-module__Ywl9Bq__actions{gap:var(--spacing-sm);flex-direction:column;display:flex}.SubscriptionStatus-module__Ywl9Bq__cancelBtn{background:var(--color-bg-card);color:var(--color-state-critical);border:1px solid var(--color-state-critical);padding:0 var(--button-padding-x);border-radius:var(--button-border-radius);cursor:pointer;font-weight:var(--font-weight-medium);height:var(--button-height);font-family:var(--font-family-primary);letter-spacing:.2px;flex:1;justify-content:center;align-items:center;font-size:18px;transition:all .3s;display:flex}.SubscriptionStatus-module__Ywl9Bq__cancelBtn:hover:not(:disabled){background:var(--color-state-critical);color:var(--color-text-inverse);transform:translateY(-2px);box-shadow:0 8px 25px #f43f5e66}.SubscriptionStatus-module__Ywl9Bq__cancelBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.SubscriptionStatus-module__Ywl9Bq__canceledInfo{text-align:center;padding:var(--spacing-md);background:var(--color-bg-raised);border-radius:var(--card-border-radius);border:1px solid var(--color-state-warning)}.SubscriptionStatus-module__Ywl9Bq__canceledInfo p{color:var(--color-text-secondary);margin:0 0 var(--spacing-sm) 0;font-weight:var(--font-weight-medium);font-size:var(--font-size-label)}.SubscriptionStatus-module__Ywl9Bq__reactivateBtn{background:var(--color-cta-bg);color:var(--color-cta-text);padding:0 var(--button-padding-x);border-radius:var(--button-border-radius);font-weight:var(--font-weight-medium);height:var(--button-height);font-family:var(--font-family-primary);letter-spacing:.2px;justify-content:center;align-items:center;font-size:18px;text-decoration:none;transition:all .3s;display:inline-flex}.SubscriptionStatus-module__Ywl9Bq__reactivateBtn:hover{background:var(--color-cta-hover-bg);color:var(--color-cta-text);text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 25px #9d74f066}.SubscriptionStatus-module__Ywl9Bq__loading{text-align:center;padding:var(--spacing-lg);color:var(--color-text-secondary);flex-direction:column;justify-content:center;align-items:center;min-height:400px;font-style:italic;display:flex}.SubscriptionStatus-module__Ywl9Bq__spinner{border:3px solid var(--color-text-secondary);border-top:3px solid var(--color-accent);width:32px;height:32px;margin:0 auto var(--spacing-sm);border-radius:50%;animation:1s linear infinite SubscriptionStatus-module__Ywl9Bq__spin}.SubscriptionStatus-module__Ywl9Bq__loadingSvg{width:1000px;max-width:90%;height:auto;margin:0 auto;display:block}@keyframes SubscriptionStatus-module__Ywl9Bq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.SubscriptionStatus-module__Ywl9Bq__noSubscription{text-align:center;color:#ececec;background:#1a1a1d;border:2px dashed #9d74f0;border-radius:1.2rem;padding:2rem 1.5rem}.SubscriptionStatus-module__Ywl9Bq__inactiveSubscription{text-align:center;color:#ececec;background:#1a1a1d;border:2px solid #e11d48;border-radius:1.2rem;padding:2rem 1.5rem}.SubscriptionStatus-module__Ywl9Bq__noSubIcon{margin-bottom:var(--spacing-md);opacity:.7;font-size:48px}.SubscriptionStatus-module__Ywl9Bq__noSubscription h3,.SubscriptionStatus-module__Ywl9Bq__inactiveSubscription h3{color:#ececec;margin-bottom:.75rem;font-size:1.75rem;font-weight:600}.SubscriptionStatus-module__Ywl9Bq__noSubscription p,.SubscriptionStatus-module__Ywl9Bq__inactiveSubscription p{color:#a9a9ad;max-width:400px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:1rem}.SubscriptionStatus-module__Ywl9Bq__subscriptionDetails{text-align:left;background:#1a1a1d;border:1px solid #333337;border-radius:.8rem;margin:1rem 0;padding:.75rem}.SubscriptionStatus-module__Ywl9Bq__subscriptionDetails p{color:#a9a9ad;margin:.5rem 0;font-size:.875rem}.SubscriptionStatus-module__Ywl9Bq__upgradeLink{color:#0f0f10;letter-spacing:.2px;background:#9d74f0;border-radius:.8rem;justify-content:center;align-items:center;height:3rem;padding:0 1.5rem;font-family:inherit;font-size:18px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.SubscriptionStatus-module__Ywl9Bq__upgradeLink:hover{color:#0f0f10;background:#9168e8;text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 25px #9d74f066}@media (max-width:768px){.SubscriptionStatus-module__Ywl9Bq__statusCard{padding:var(--spacing-md)}.SubscriptionStatus-module__Ywl9Bq__statusHeader{gap:var(--spacing-sm);text-align:center;flex-direction:column}.SubscriptionStatus-module__Ywl9Bq__statusHeader h3{font-size:24px}.SubscriptionStatus-module__Ywl9Bq__detail{align-items:flex-start;gap:var(--spacing-xs);padding:var(--spacing-sm) 0;flex-direction:column}.SubscriptionStatus-module__Ywl9Bq__value{text-align:left;max-width:100%}.SubscriptionStatus-module__Ywl9Bq__cancelNotice{text-align:center;gap:var(--spacing-xs);flex-direction:column}.SubscriptionStatus-module__Ywl9Bq__canceledInfo{padding:var(--spacing-sm)}.SubscriptionStatus-module__Ywl9Bq__noSubscription,.SubscriptionStatus-module__Ywl9Bq__inactiveSubscription{padding:var(--spacing-lg) var(--spacing-md)}.SubscriptionStatus-module__Ywl9Bq__noSubscription h3,.SubscriptionStatus-module__Ywl9Bq__inactiveSubscription h3{font-size:24px}}@media (max-width:480px){.SubscriptionStatus-module__Ywl9Bq__statusCard{padding:var(--spacing-sm)}.SubscriptionStatus-module__Ywl9Bq__statusHeader h3,.SubscriptionStatus-module__Ywl9Bq__noSubscription h3,.SubscriptionStatus-module__Ywl9Bq__inactiveSubscription h3{font-size:20px}.SubscriptionStatus-module__Ywl9Bq__noSubscription,.SubscriptionStatus-module__Ywl9Bq__inactiveSubscription{padding:var(--spacing-sm)}}
.Dashboard-module__omnP1a__dashboardWrapper{--bg-base:#050505;--bg-card:#14141899;--bg-card-hover:#1e1e23cc;--border-subtle:#ffffff14;--border-highlight:#ffffff26;--primary:#9263ee;--primary-glow:#9263ee40;--text-main:#ededed;--text-mute:#a1a1aa;--text-tertiary:#52525b;--success:#10b981;--danger:#ef4444;--font-stack:"Inter", sans-serif;background-color:var(--bg-base);min-height:100vh;color:var(--text-main);font-family:var(--font-stack);position:relative}.Dashboard-module__omnP1a__ambientGlow{pointer-events:none;z-index:0;background:radial-gradient(circle at 50% -10%,#9263ee1a,#0000 60%);width:100%;height:100%;position:fixed;top:0;left:0}.Dashboard-module__omnP1a__heroSection{z-index:1;border-bottom:1px solid var(--border-subtle);background:linear-gradient(#05050500,#14141880);padding:3rem 1.5rem;position:relative}.Dashboard-module__omnP1a__heroContent{max-width:1200px;margin:0 auto}.Dashboard-module__omnP1a__heroTitle{letter-spacing:-.03em;margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.Dashboard-module__omnP1a__userName{background:linear-gradient(90deg,#c4b5fd,#7c3aed);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Dashboard-module__omnP1a__heroSubtitle{color:var(--text-mute);margin:0;font-size:1.1rem}.Dashboard-module__omnP1a__mainContent{z-index:1;flex-direction:column;gap:2.5rem;max-width:1200px;margin:0 auto;padding:2rem 1.5rem 4rem;display:flex;position:relative}.Dashboard-module__omnP1a__successBanner,.Dashboard-module__omnP1a__errorBanner{border-radius:12px;align-items:center;gap:.8rem;padding:1rem;font-size:.9rem;animation:.3s ease-out Dashboard-module__omnP1a__slideDown;display:flex}.Dashboard-module__omnP1a__successBanner{color:#6ee7b7;background:#10b9811a;border:1px solid #10b98133}.Dashboard-module__omnP1a__errorBanner{color:#fca5a5;background:#ef44441a;border:1px solid #ef444433}.Dashboard-module__omnP1a__checkIcon{font-weight:700}.Dashboard-module__omnP1a__errorBanner button{color:inherit;cursor:pointer;background:0 0;border:none;margin-left:auto;font-size:1.2rem}.Dashboard-module__omnP1a__netWorthSection{justify-content:center;display:flex}.Dashboard-module__omnP1a__netWorthCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-subtle);border-top:1px solid var(--primary);background:linear-gradient(145deg,#1e1e23cc,#14141899);border-radius:24px;width:100%;padding:2.5rem;position:relative;overflow:hidden;box-shadow:0 12px 40px #0000004d}.Dashboard-module__omnP1a__cardHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Dashboard-module__omnP1a__cardHeader h2{text-transform:uppercase;letter-spacing:1px;color:var(--text-mute);margin:0;font-size:1.2rem;font-weight:600}.Dashboard-module__omnP1a__currencyBadge{color:#fff;background:#ffffff1a;border-radius:100px;padding:.3rem .8rem;font-size:.8rem;font-weight:600}.Dashboard-module__omnP1a__mainMetric{text-align:center;margin-bottom:3rem}.Dashboard-module__omnP1a__valPositive{color:#fff;letter-spacing:-2px;text-shadow:0 0 30px var(--primary-glow);font-size:4rem;font-weight:800}.Dashboard-module__omnP1a__valNegative{color:var(--danger);letter-spacing:-2px;font-size:4rem;font-weight:800}.Dashboard-module__omnP1a__subMetrics{justify-content:center;align-items:center;gap:4rem;display:flex}.Dashboard-module__omnP1a__subMetric{text-align:center}.Dashboard-module__omnP1a__subMetric label{color:var(--text-mute);text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem;display:block}.Dashboard-module__omnP1a__assetVal{color:var(--success);font-size:1.5rem;font-weight:600}.Dashboard-module__omnP1a__liabilityVal{color:var(--danger);font-size:1.5rem;font-weight:600}.Dashboard-module__omnP1a__divider{background:var(--border-subtle);width:1px;height:50px}.Dashboard-module__omnP1a__sectionHeader{justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;display:flex}.Dashboard-module__omnP1a__headerLeft h3{margin:0 0 .3rem;font-size:1.5rem;font-weight:600}.Dashboard-module__omnP1a__headerLeft p{color:var(--text-mute);margin:0;font-size:.9rem}.Dashboard-module__omnP1a__connectBtn{background:var(--primary);color:#fff;cursor:pointer;box-shadow:0 4px 15px var(--primary-glow);border:none;border-radius:12px;padding:.7rem 1.5rem;font-weight:600;transition:transform .2s}.Dashboard-module__omnP1a__connectBtn:hover{transform:translateY(-2px)}.Dashboard-module__omnP1a__accountsGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;display:grid}.Dashboard-module__omnP1a__bankCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:16px;transition:border-color .3s,transform .3s;overflow:hidden}.Dashboard-module__omnP1a__bankCard:hover{border-color:var(--border-highlight);transform:translateY(-2px)}.Dashboard-module__omnP1a__bankHeader{border-bottom:1px solid var(--border-subtle);background:#ffffff08;justify-content:space-between;align-items:center;padding:1.2rem;display:flex}.Dashboard-module__omnP1a__bankInfo{align-items:center;gap:1rem;display:flex}.Dashboard-module__omnP1a__bankIcon{background:#ffffff0d;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;display:flex}.Dashboard-module__omnP1a__bankHeader h4{margin:0 0 .2rem;font-size:1rem;font-weight:600}.Dashboard-module__omnP1a__bankHeader span{color:var(--text-tertiary);font-size:.75rem}.Dashboard-module__omnP1a__removeBtn{border:1px solid var(--border-subtle);color:var(--text-mute);cursor:pointer;background:0 0;border-radius:6px;padding:.3rem .8rem;font-size:.75rem;transition:all .2s}.Dashboard-module__omnP1a__removeBtn:hover{border-color:var(--danger);color:var(--danger)}.Dashboard-module__omnP1a__subAccountsList{padding:.5rem 0}.Dashboard-module__omnP1a__accountRow{border-bottom:1px solid #ffffff05;justify-content:space-between;align-items:center;padding:1rem 1.2rem;display:flex}.Dashboard-module__omnP1a__accountRow:last-child{border-bottom:none}.Dashboard-module__omnP1a__accInfo{align-items:center;gap:.8rem;display:flex}.Dashboard-module__omnP1a__accIcon{color:var(--text-mute);font-size:1.1rem}.Dashboard-module__omnP1a__accName{color:var(--text-main);font-size:.9rem;font-weight:500}.Dashboard-module__omnP1a__accMask{color:var(--text-tertiary);font-size:.75rem}.Dashboard-module__omnP1a__accBalance{font-size:.95rem;font-weight:600}.Dashboard-module__omnP1a__pos{color:var(--text-main)}.Dashboard-module__omnP1a__neg{color:var(--text-mute)}.Dashboard-module__omnP1a__emptyState{text-align:center;border:2px dashed var(--border-subtle);border-radius:16px;grid-column:1/-1;padding:4rem 0}.Dashboard-module__omnP1a__emptyIcon{opacity:.5;margin-bottom:1rem;font-size:3rem}.Dashboard-module__omnP1a__emptyState h3{margin:0 0 .5rem}.Dashboard-module__omnP1a__emptyState p{color:var(--text-mute)}.Dashboard-module__omnP1a__securityBadge{color:var(--text-tertiary);justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;font-size:.8rem;display:flex}.Dashboard-module__omnP1a__lockIcon{font-size:1rem}.Dashboard-module__omnP1a__modalOverlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background:#000c;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.Dashboard-module__omnP1a__modalContent{border:1px solid var(--border-subtle);background:#1a1a1d;border-radius:16px;width:90%;max-width:400px;padding:2rem;box-shadow:0 20px 50px #00000080}.Dashboard-module__omnP1a__modalContent h3{margin-top:0}.Dashboard-module__omnP1a__modalActions{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.Dashboard-module__omnP1a__cancelBtn{color:var(--text-mute);cursor:pointer;background:0 0;border:none;font-weight:600}.Dashboard-module__omnP1a__confirmBtn{background:var(--danger);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.2rem;font-weight:600}.Dashboard-module__omnP1a__confirmBtn:disabled{opacity:.7;cursor:not-allowed}.Dashboard-module__omnP1a__skeletonLoader{background:#ffffff0d;border-radius:12px;width:100%;height:150px;animation:1.5s infinite Dashboard-module__omnP1a__pulse}@keyframes Dashboard-module__omnP1a__pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@keyframes Dashboard-module__omnP1a__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Dashboard-module__omnP1a__heroTitle{font-size:2rem}.Dashboard-module__omnP1a__valPositive,.Dashboard-module__omnP1a__valNegative{font-size:3rem}.Dashboard-module__omnP1a__subMetrics{gap:2rem}.Dashboard-module__omnP1a__sectionHeader{flex-direction:column;align-items:flex-start;gap:1rem}.Dashboard-module__omnP1a__connectBtn{text-align:center;width:100%}}
.HiddenInsights-module__32iZ4a__hiddenInsights{min-height:100vh;font-family:var(--font-family-primary);color:#ececec;background:#0f0f10}.HiddenInsights-module__32iZ4a__heroHeader{background:linear-gradient(45deg,#4e009b 0%,#26153c 15%,#443162 70%,#5f499d 100%);margin-bottom:2rem;padding:3rem 1.5rem 2rem;position:relative;overflow:hidden}.HiddenInsights-module__32iZ4a__heroHeader:before{content:"";background:#0000001a;position:absolute;top:0;bottom:0;left:0;right:0}.HiddenInsights-module__32iZ4a__heroHeader:after{content:"";filter:blur(3rem);background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);border-radius:50%;width:24rem;height:24rem;position:absolute;top:0;right:0}.HiddenInsights-module__32iZ4a__heroDecorations{filter:blur(2rem);background:radial-gradient(circle,#7c3aed33 0%,#0000 70%);border-radius:50%;width:16rem;height:16rem;position:absolute;bottom:0;left:0}.HiddenInsights-module__32iZ4a__heroContent{flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto;display:flex;position:relative}.HiddenInsights-module__32iZ4a__heroText{flex:1}.HiddenInsights-module__32iZ4a__heroTitle{color:#ececec;margin-bottom:.75rem;font-size:4rem;line-height:1.1}.HiddenInsights-module__32iZ4a__heroBold{color:#ececec;font-weight:700}.HiddenInsights-module__32iZ4a__heroRegular{color:#ececec;font-weight:400}.HiddenInsights-module__32iZ4a__heroSubtitle{color:#a9a9ad;max-width:42rem;margin-bottom:1.5rem;font-size:1.125rem;line-height:1.6}.HiddenInsights-module__32iZ4a__premiumCard{border-radius:var(--card-border-radius);padding:var(--card-padding);color:#ececec;background:#151517;border:1px solid #333337;box-shadow:0 20px 25px -5px #0000004d}.HiddenInsights-module__32iZ4a__cardHeader{margin-bottom:var(--spacing-lg);justify-content:space-between;align-items:flex-start;gap:var(--spacing-sm);flex-wrap:wrap;display:flex}.HiddenInsights-module__32iZ4a__cardTitle{font-size:1.5rem;font-weight:var(--font-weight-bold);color:#ececec;margin:0}.HiddenInsights-module__32iZ4a__hiddenInsightsSection{max-width:var(--container-max-width);margin:var(--spacing-lg) auto 0 auto;padding:0 var(--spacing-md) var(--spacing-xl) var(--spacing-md)}.HiddenInsights-module__32iZ4a__hiddenInsightsTitle{align-items:center;gap:.5rem;display:flex}.HiddenInsights-module__32iZ4a__hiddenInsightsControls{gap:var(--spacing-xs);align-items:center;display:flex}.HiddenInsights-module__32iZ4a__hiddenInsightsControls:empty{display:none}.HiddenInsights-module__32iZ4a__generateBtn{padding:var(--spacing-xs) var(--spacing-sm);border-radius:var(--button-border-radius);font-weight:var(--font-weight-medium);cursor:pointer;font-size:var(--font-size-label);align-items:center;gap:var(--spacing-base);font-family:var(--font-family-primary);letter-spacing:.2px;color:#0f0f10;min-height:3.25rem;padding:calc(var(--spacing-xs) * 1.3) calc(var(--spacing-sm) * 1.3);font-size:calc(var(--font-size-label) * 1.3);background:linear-gradient(135deg,#9d74f0 0%,#6650ae 100%);border:none;transition:all .2s;display:flex;box-shadow:0 2px 4px #9d74f033}.HiddenInsights-module__32iZ4a__generateBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #9d74f066}.HiddenInsights-module__32iZ4a__generateBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.HiddenInsights-module__32iZ4a__loadingContainer{justify-content:center;align-items:center;gap:var(--spacing-sm);color:#ececec;flex-direction:column;height:20rem;display:flex}.HiddenInsights-module__32iZ4a__premiumSpinner{border:3px solid #ececec4d;border-top-color:#9d74f0;border-radius:50%;width:3rem;height:3rem;animation:1s linear infinite HiddenInsights-module__32iZ4a__spin}@keyframes HiddenInsights-module__32iZ4a__spin{to{transform:rotate(360deg)}}.HiddenInsights-module__32iZ4a__hiddenInsightsContainer{position:relative}.HiddenInsights-module__32iZ4a__singleInsightContainer{flex-direction:column;gap:1.5rem;display:flex}.HiddenInsights-module__32iZ4a__insightCard{border-radius:var(--card-border-radius);padding:var(--card-padding);color:#ececec;background:#151517;border:1px solid #333337;max-width:100%;margin:0 auto;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000004d}.HiddenInsights-module__32iZ4a__insightCard:before{content:"";background:linear-gradient(135deg,#9d74f0 0%,#e11d48 50%,#f59e0b 100%);height:4px;position:absolute;top:0;left:0;right:0}.HiddenInsights-module__32iZ4a__insightCard:hover{border-color:#9d74f0;transform:translateY(-2px);box-shadow:0 8px 25px #0006}.HiddenInsights-module__32iZ4a__insightHeader{align-items:flex-start;gap:var(--spacing-sm);margin-bottom:var(--spacing-sm);display:flex}.HiddenInsights-module__32iZ4a__insightMeta{flex:1}.HiddenInsights-module__32iZ4a__insightTitle{color:#ececec;margin:0 0 var(--spacing-base) 0;font-size:1.125rem;font-weight:600;line-height:1.4}.HiddenInsights-module__32iZ4a__insightDate{color:#a9a9ad;font-size:.75rem;font-weight:var(--font-weight-medium)}.HiddenInsights-module__32iZ4a__insightContent{color:#ececec;align-items:flex-start;gap:2rem;line-height:1.6;display:flex}.HiddenInsights-module__32iZ4a__insightMainContent{flex:1}.HiddenInsights-module__32iZ4a__insightSection{border-radius:var(--card-border-radius);background:#1a1a1d66;border:1px solid #2a2a2c;margin-bottom:2rem;padding:1.5rem}.HiddenInsights-module__32iZ4a__insightSection:last-child{margin-bottom:0}.HiddenInsights-module__32iZ4a__insightSection h4{color:#9d74f0;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1.25rem;font-weight:700;display:flex}.HiddenInsights-module__32iZ4a__insightSection h5{color:#ececec;border-bottom:1px solid #2a2a2c;margin:1.5rem 0 .75rem;padding-bottom:.5rem;font-size:1rem;font-weight:600}.HiddenInsights-module__32iZ4a__statGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.HiddenInsights-module__32iZ4a__statItem{border-radius:var(--card-border-radius);text-align:center;background:#0f0f1099;border:1px solid #2a2a2c;padding:1rem;transition:all .2s}.HiddenInsights-module__32iZ4a__statItem:hover{background:#2a2a2c99;transform:translateY(-1px);box-shadow:0 2px 8px #0003}.HiddenInsights-module__32iZ4a__statValue{color:#ececec;margin-bottom:.25rem;font-size:1.5rem;font-weight:700;display:block}.HiddenInsights-module__32iZ4a__statLabel{color:#a9a9ad;font-size:.875rem;font-weight:var(--font-weight-medium);text-transform:uppercase;letter-spacing:.5px}.HiddenInsights-module__32iZ4a__riskLevel{text-transform:uppercase;border-radius:9999px;padding:.25rem .75rem;font-size:.875rem!important;font-weight:600!important}.HiddenInsights-module__32iZ4a__riskScore{color:#f59e0b!important}.HiddenInsights-module__32iZ4a__itemList{margin:0;padding:0;list-style:none}.HiddenInsights-module__32iZ4a__subscriptionItem,.HiddenInsights-module__32iZ4a__feeItem,.HiddenInsights-module__32iZ4a__suspiciousItem{border-radius:var(--card-border-radius);background:#151517cc;border:1px solid #333337;margin-bottom:.75rem;padding:1rem;transition:all .2s}.HiddenInsights-module__32iZ4a__subscriptionItem:hover,.HiddenInsights-module__32iZ4a__feeItem:hover,.HiddenInsights-module__32iZ4a__suspiciousItem:hover{background:#2a2a2ccc;transform:translateY(-1px);box-shadow:0 2px 8px #0003}.HiddenInsights-module__32iZ4a__suspiciousItem{border-left:4px solid #e11d48}.HiddenInsights-module__32iZ4a__itemHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.HiddenInsights-module__32iZ4a__itemName{color:#ececec;flex:1;font-weight:600}.HiddenInsights-module__32iZ4a__itemAmount{color:#f43f5e;font-weight:700}.HiddenInsights-module__32iZ4a__itemDetails{color:#a9a9ad;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.HiddenInsights-module__32iZ4a__itemDescription{color:#ececec;border-top:1px solid #2a2a2c;margin-top:.5rem;padding-top:.5rem;font-size:.875rem;font-style:italic}.HiddenInsights-module__32iZ4a__riskBadge{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.HiddenInsights-module__32iZ4a__riskBadge.HiddenInsights-module__32iZ4a__low{color:#10b981;background:#10b98133}.HiddenInsights-module__32iZ4a__riskBadge.HiddenInsights-module__32iZ4a__medium{color:#f59e0b;background:#f59e0b33}.HiddenInsights-module__32iZ4a__riskBadge.HiddenInsights-module__32iZ4a__high{color:#f43f5e;background:#f43f5e33}.HiddenInsights-module__32iZ4a__warningList,.HiddenInsights-module__32iZ4a__alertList{color:#ececec;margin:0;padding-left:0;list-style:none}.HiddenInsights-module__32iZ4a__warningList li,.HiddenInsights-module__32iZ4a__alertList li{border-radius:var(--card-border-radius);color:#f59e0b;background:#f59e0b1a;border:1px solid #f59e0b4d;margin-bottom:.5rem;padding:.75rem;position:relative}.HiddenInsights-module__32iZ4a__alertList li{color:#f43f5e;background:#f43f5e1a;border-color:#f43f5e4d}.HiddenInsights-module__32iZ4a__warningList li:last-child,.HiddenInsights-module__32iZ4a__alertList li:last-child{margin-bottom:0}.HiddenInsights-module__32iZ4a__insightRecommendations{border-radius:var(--card-border-radius);background:#1a1a1d99;border:2px solid #5a5a60;flex:0 0 400px;padding:1.5rem;box-shadow:0 4px 6px #0000001a}.HiddenInsights-module__32iZ4a__insightRecommendations h4{font-size:calc(var(--font-size-label) * 1.5);color:#9d74f0;text-transform:uppercase;letter-spacing:.5px;text-align:center;border-bottom:1px solid #5a5a60;margin:0 0 1rem;padding-bottom:.5rem;font-weight:700}.HiddenInsights-module__32iZ4a__insightRecommendations h5{color:#10b981;text-transform:uppercase;letter-spacing:.25px;margin:1.5rem 0 .75rem;font-size:1rem;font-weight:600}.HiddenInsights-module__32iZ4a__recommendationsList,.HiddenInsights-module__32iZ4a__securityRecommendationsList{color:#ececec;margin:0;padding-left:0;list-style:none}.HiddenInsights-module__32iZ4a__recommendationsList li,.HiddenInsights-module__32iZ4a__securityRecommendationsList li{margin-bottom:1rem;padding-left:1.5rem;line-height:1.5;position:relative}.HiddenInsights-module__32iZ4a__recommendationsList li:last-child,.HiddenInsights-module__32iZ4a__securityRecommendationsList li:last-child{margin-bottom:0}.HiddenInsights-module__32iZ4a__recommendationsList li:before{content:"•";color:#9d74f0;font-size:1.2rem;font-weight:700;position:absolute;top:0;left:0}.HiddenInsights-module__32iZ4a__securityRecommendationsList li:before{content:"🔒";font-size:1rem;position:absolute;top:0;left:0}.HiddenInsights-module__32iZ4a__insightPaginationControls{gap:var(--spacing-sm);padding:var(--spacing-md);border-radius:var(--card-border-radius);background:#9d74f01a;border:1px solid #333337;flex-direction:column;display:flex}.HiddenInsights-module__32iZ4a__insightPaginationInfo{text-align:center;font-size:var(--font-size-label);color:#a9a9ad;font-weight:var(--font-weight-medium)}.HiddenInsights-module__32iZ4a__insightPaginationButtons{justify-content:space-between;align-items:center;gap:var(--spacing-sm);display:flex}.HiddenInsights-module__32iZ4a__insightPaginationBtn{padding:var(--spacing-xs) var(--spacing-sm);border-radius:var(--button-border-radius);color:#ececec;font-weight:var(--font-weight-medium);font-size:var(--font-size-label);cursor:pointer;min-width:90px;font-family:var(--font-family-primary);background:#151517;border:1px solid #9d74f0;transition:all .2s}.HiddenInsights-module__32iZ4a__insightPaginationBtn:hover{color:#0f0f10;background:#9d74f0;border-color:#9d74f0;transform:translateY(-1px);box-shadow:0 2px 4px #9d74f04d}.HiddenInsights-module__32iZ4a__insightIndicators{gap:var(--spacing-xs);align-items:center;display:flex}.HiddenInsights-module__32iZ4a__insightDot{cursor:pointer;background:#a9a9ad;border:none;border-radius:50%;width:.75rem;height:.75rem;padding:0;transition:all .2s}.HiddenInsights-module__32iZ4a__insightDot:hover{background:#9d74f0;transform:scale(1.1)}.HiddenInsights-module__32iZ4a__insightDotActive{background:linear-gradient(135deg,#9d74f0 0%,#6650ae 100%);box-shadow:0 2px 4px #9d74f04d}.HiddenInsights-module__32iZ4a__insightDotActive:hover{background:#9d74f0}.HiddenInsights-module__32iZ4a__emptyState{text-align:center;background:#1a1a1d4d;border:2px dashed #9d74f04d;border-radius:1.5rem;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.HiddenInsights-module__32iZ4a__emptyIcon{filter:drop-shadow(0 0 30px #9d74f066);margin-bottom:.5rem;font-size:10rem;animation:2s ease-in-out infinite alternate HiddenInsights-module__32iZ4a__pulse}.HiddenInsights-module__32iZ4a__bulbImage{object-fit:contain;filter:drop-shadow(0 0 20px #9d74f04d);width:8rem;height:8rem;animation:none!important;transform:none!important}@keyframes HiddenInsights-module__32iZ4a__pulse{0%{filter:drop-shadow(0 0 20px #9d74f04d);transform:scale(1)}to{filter:drop-shadow(0 0 30px #9d74f080);transform:scale(1.05)}}.HiddenInsights-module__32iZ4a__emptyTitle{color:#ececec;margin-bottom:1rem;font-size:2rem;font-weight:700}.HiddenInsights-module__32iZ4a__emptyDescription{color:#a9a9ad;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.6}.HiddenInsights-module__32iZ4a__emptyState .HiddenInsights-module__32iZ4a__generateBtn{min-height:3.6rem;padding:1.2rem 2.4rem;font-size:1.2rem;font-weight:600}.HiddenInsights-module__32iZ4a__errorMessage{align-items:center;gap:var(--spacing-xs);padding:var(--spacing-sm);border-radius:var(--card-border-radius);margin-bottom:var(--spacing-sm);background:linear-gradient(135deg,#450a0a,#7f1d1d);border:1px solid #dc2626;display:flex}.HiddenInsights-module__32iZ4a__errorIcon{color:#dc2626;font-size:1.25rem}.HiddenInsights-module__32iZ4a__errorText{color:#fca5a5;font-weight:var(--font-weight-medium);flex:1}.HiddenInsights-module__32iZ4a__closeError{color:#fca5a5;cursor:pointer;padding:var(--spacing-base);border-radius:var(--spacing-base);background:0 0;border:none;font-size:1.25rem;transition:background-color .2s}.HiddenInsights-module__32iZ4a__closeError:hover{background:#dc262633}@media (max-width:1024px){.HiddenInsights-module__32iZ4a__heroContent{text-align:center;align-items:center}.HiddenInsights-module__32iZ4a__heroTitle{font-size:3rem}.HiddenInsights-module__32iZ4a__insightContent{flex-direction:column;gap:1.5rem}.HiddenInsights-module__32iZ4a__insightRecommendations{flex:1;min-width:100%}.HiddenInsights-module__32iZ4a__statGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media (max-width:768px){.HiddenInsights-module__32iZ4a__heroTitle{font-size:2.5rem}.HiddenInsights-module__32iZ4a__heroSubtitle{font-size:1rem}.HiddenInsights-module__32iZ4a__heroHeader{padding:2rem 1rem}.HiddenInsights-module__32iZ4a__hiddenInsightsSection{padding:0 1rem 2rem}.HiddenInsights-module__32iZ4a__hiddenInsightsControls{flex-direction:column;gap:.5rem;width:100%}.HiddenInsights-module__32iZ4a__generateBtn{justify-content:center;width:100%}.HiddenInsights-module__32iZ4a__insightCard{padding:1rem}.HiddenInsights-module__32iZ4a__insightHeader{gap:.75rem}.HiddenInsights-module__32iZ4a__insightTitle{font-size:1rem}.HiddenInsights-module__32iZ4a__insightPaginationButtons{flex-direction:column;gap:1rem}.HiddenInsights-module__32iZ4a__insightPaginationBtn{width:100%;min-width:auto}.HiddenInsights-module__32iZ4a__insightIndicators{order:-1}.HiddenInsights-module__32iZ4a__statGrid{grid-template-columns:1fr}.HiddenInsights-module__32iZ4a__insightSection{padding:1rem}.HiddenInsights-module__32iZ4a__itemHeader,.HiddenInsights-module__32iZ4a__itemDetails{flex-direction:column;align-items:flex-start;gap:.25rem}}@media (max-width:480px){.HiddenInsights-module__32iZ4a__heroTitle{font-size:2rem}.HiddenInsights-module__32iZ4a__heroHeader{padding:2rem 1rem}.HiddenInsights-module__32iZ4a__premiumCard,.HiddenInsights-module__32iZ4a__insightCard{padding:1rem}.HiddenInsights-module__32iZ4a__cardHeader{flex-direction:column;align-items:stretch;gap:1rem}.HiddenInsights-module__32iZ4a__hiddenInsightsTitle{text-align:center;justify-content:center}.HiddenInsights-module__32iZ4a__insightPaginationControls{padding:1rem}}.HiddenInsights-module__32iZ4a__hiddenInsightsSection .HiddenInsights-module__32iZ4a__premiumCard{background:linear-gradient(135deg,#151517 0%,#1a1a1d 100%);border:2px solid #333337;position:relative;overflow:hidden}.HiddenInsights-module__32iZ4a__hiddenInsightsSection .HiddenInsights-module__32iZ4a__premiumCard:before{content:"";background:linear-gradient(135deg,#9d74f0 0%,#e11d48 50%,#f59e0b 100%);height:4px;position:absolute;top:0;left:0;right:0}.HiddenInsights-module__32iZ4a__successMessage{align-items:center;gap:var(--spacing-xs);padding:var(--spacing-sm);border-radius:var(--card-border-radius);margin-bottom:var(--spacing-sm);background:linear-gradient(135deg,#0a450a,#1d7f1d);border:1px solid #16a34a;display:flex}.HiddenInsights-module__32iZ4a__successIcon{color:#16a34a;font-size:1.25rem}.HiddenInsights-module__32iZ4a__successText{color:#bbf7d0;font-weight:var(--font-weight-medium);flex:1}.HiddenInsights-module__32iZ4a__closeSuccess{color:#bbf7d0;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1.25rem;transition:background-color .2s;display:flex}.HiddenInsights-module__32iZ4a__closeSuccess:hover{background:#16a34a33}.HiddenInsights-module__32iZ4a__emptyStateButtons{gap:var(--spacing-sm);flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.HiddenInsights-module__32iZ4a__thinkingContainer{text-align:center;background:linear-gradient(135deg,#151517 0%,#1a1a1d 100%);border:2px solid #333337;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;display:flex;position:relative;overflow:hidden}.HiddenInsights-module__32iZ4a__thinkingContainer:before{content:"";background:linear-gradient(135deg,#9d74f0 0%,#e11d48 50%,#f59e0b 100%);height:4px;position:absolute;top:0;left:0;right:0}.HiddenInsights-module__32iZ4a__thinkingDetails{text-align:center;max-width:500px;margin-top:2rem}.HiddenInsights-module__32iZ4a__thinkingSubtext{color:#b0b0b0;text-align:center;margin:0;font-size:1rem;line-height:1.6}.HiddenInsights-module__32iZ4a__thinkingTime{color:#8b5cf6;text-align:center;margin:.5rem 0 0;font-size:.875rem;font-weight:500}@media (max-width:768px){.HiddenInsights-module__32iZ4a__thinkingContainer{padding:2rem 1rem}.HiddenInsights-module__32iZ4a__thinkingSubtext{font-size:.875rem}.HiddenInsights-module__32iZ4a__thinkingTime{font-size:.75rem}}
.Insights-module__nfoCLq__pageWrapper{--bg-base:#050505;--bg-card:#141418b3;--bg-glass:#ffffff08;--border-subtle:#ffffff14;--border-highlight:#ffffff26;--primary:#9263ee;--primary-glow:#9263ee33;--risk:#f59e0b;--risk-glow:#f59e0b33;--success:#10b981;--danger:#ef4444;--text-main:#ededed;--text-mute:#a1a1aa;--text-tertiary:#52525b;--font-stack:"Inter", sans-serif;background-color:var(--bg-base);min-height:100vh;color:var(--text-main);font-family:var(--font-stack);transition:background .5s;position:relative}.Insights-module__nfoCLq__themeStandard{--active-accent:var(--primary);--active-glow:var(--primary-glow)}.Insights-module__nfoCLq__themeHidden{--active-accent:var(--risk);--active-glow:var(--risk-glow)}.Insights-module__nfoCLq__ambientBackground{background:radial-gradient(circle at 50% -20%, var(--active-glow), transparent 60%);pointer-events:none;z-index:0;width:100%;height:100%;transition:background .6s;position:fixed;top:0;left:0}.Insights-module__nfoCLq__commandBar{z-index:50;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);background:#050505d9;padding:1rem 0;position:-webkit-sticky;position:sticky;top:70px}.Insights-module__nfoCLq__commandBarContent{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex}.Insights-module__nfoCLq__pageIdentity{align-items:center;gap:.8rem;display:flex}.Insights-module__nfoCLq__pageIcon{font-size:1.2rem}.Insights-module__nfoCLq__pageTitle{letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:700}.Insights-module__nfoCLq__globalControls{align-items:center;gap:1rem;display:flex}.Insights-module__nfoCLq__datePicker{border:1px solid var(--border-subtle);background:#ffffff0f;border-radius:8px;align-items:center;gap:.5rem;padding:.35rem .8rem;display:flex}.Insights-module__nfoCLq__datePicker input{color:var(--text-main);background:0 0;border:none;width:105px;font-family:inherit;font-size:.85rem}.Insights-module__nfoCLq__datePicker input::-webkit-calendar-picker-indicator{filter:invert();opacity:.6;cursor:pointer}.Insights-module__nfoCLq__dateSep{color:var(--text-tertiary);font-size:.8rem}.Insights-module__nfoCLq__primaryBtn{background:var(--active-accent);color:#fff;cursor:pointer;box-shadow:0 4px 15px var(--active-glow);border:none;border-radius:8px;padding:.5rem 1.2rem;font-size:.85rem;font-weight:600;transition:all .2s}.Insights-module__nfoCLq__primaryBtn:hover{filter:brightness(1.1);transform:translateY(-1px)}.Insights-module__nfoCLq__mainGrid{z-index:1;flex-direction:column;gap:2rem;max-width:1400px;margin:0 auto;padding:2rem 1.5rem 4rem;display:flex;position:relative}.Insights-module__nfoCLq__aiSection{flex-direction:column;gap:1rem;display:flex}.Insights-module__nfoCLq__aiHeader{justify-content:space-between;align-items:center;display:flex}.Insights-module__nfoCLq__modeToggle{border:1px solid var(--border-subtle);background:#ffffff0a;border-radius:12px;width:220px;padding:4px;display:flex;position:relative}.Insights-module__nfoCLq__modeBtn{color:var(--text-mute);cursor:pointer;z-index:2;background:0 0;border:none;flex:1;padding:.5rem;font-size:.85rem;font-weight:500;transition:color .3s;position:relative}.Insights-module__nfoCLq__modeActive{color:#fff;font-weight:600}.Insights-module__nfoCLq__modeGlider{z-index:1;background:#ffffff1f;border-radius:8px;width:calc(50% - 4px);transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:4px;bottom:4px;left:4px}.Insights-module__nfoCLq__aiCard{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--border-subtle);border-top:1px solid var(--active-accent);background:linear-gradient(#1e1e23b3,#14141880);border-radius:20px;min-height:320px;padding:2rem;transition:border-color .3s;position:relative;overflow:hidden;box-shadow:0 12px 40px #0000004d}.Insights-module__nfoCLq__aiControls{align-items:center;gap:1rem;display:flex}.Insights-module__nfoCLq__refreshBtn{border:1px solid var(--active-accent);color:var(--active-accent);cursor:pointer;background:0 0;border-radius:8px;padding:.4rem 1rem;font-size:.8rem;font-weight:600;transition:all .2s}.Insights-module__nfoCLq__refreshBtn:hover{background:var(--active-glow)}.Insights-module__nfoCLq__contentLayout{grid-template-columns:1fr 340px;gap:3rem;animation:.5s Insights-module__nfoCLq__fadeIn;display:grid}.Insights-module__nfoCLq__insightMeta{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:baseline;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.Insights-module__nfoCLq__insightMeta h3{color:#fff;letter-spacing:-.02em;margin:0;font-size:1.6rem}.Insights-module__nfoCLq__dateTag{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:1px;font-size:.75rem}.Insights-module__nfoCLq__textBlock{margin-bottom:2rem}.Insights-module__nfoCLq__textBlock h4,.Insights-module__nfoCLq__sidebar h4{text-transform:uppercase;color:var(--active-accent);letter-spacing:1px;margin-bottom:.75rem;font-size:.75rem;font-weight:600}.Insights-module__nfoCLq__textBlock p{color:#d4d4d8;font-size:1.05rem;line-height:1.7}.Insights-module__nfoCLq__sidebar{border:1px solid var(--border-subtle);background:#ffffff08;border-radius:16px;padding:1.5rem}.Insights-module__nfoCLq__actionList{margin:0;padding:0;list-style:none}.Insights-module__nfoCLq__actionList li{color:#d4d4d8;margin-bottom:1rem;padding-left:1.5rem;font-size:.95rem;line-height:1.5;position:relative}.Insights-module__nfoCLq__actionList li:before{content:"→";color:var(--active-accent);font-weight:700;position:absolute;left:0}.Insights-module__nfoCLq__statsRow{gap:1.5rem;margin-bottom:2rem;display:flex}.Insights-module__nfoCLq__statBox{border:1px solid var(--border-subtle);background:#00000040;border-radius:12px;flex-direction:column;flex:1;justify-content:center;padding:1rem;display:flex}.Insights-module__nfoCLq__statBox label{color:var(--text-mute);text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem}.Insights-module__nfoCLq__statBox strong{color:#fff;font-size:1.3rem}.Insights-module__nfoCLq__riskMeter{align-items:baseline;gap:4px;display:flex}.Insights-module__nfoCLq__riskScore{color:var(--danger);font-size:1.4rem;font-weight:700}.Insights-module__nfoCLq__riskTotal{color:var(--text-tertiary);font-size:.8rem}.Insights-module__nfoCLq__alertItem{color:#fca5a5;border-left:3px solid var(--danger);background:#ef444414;border-radius:8px;justify-content:space-between;margin-bottom:.6rem;padding:.6rem 1rem;font-size:.9rem;display:flex}.Insights-module__nfoCLq__alertVal{color:#fff}.Insights-module__nfoCLq__emptyState{text-align:center;padding:4rem 0}.Insights-module__nfoCLq__emptyIcon{opacity:.8;filter:drop-shadow(0 0 20px var(--active-glow));margin-bottom:1rem;font-size:3.5rem}.Insights-module__nfoCLq__heroBtn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:100px;margin-top:1.5rem;padding:.8rem 2.5rem;font-weight:700;transition:transform .2s}.Insights-module__nfoCLq__heroBtn:hover{transform:scale(1.05)}.Insights-module__nfoCLq__paginationDots{gap:8px;display:flex}.Insights-module__nfoCLq__dot{background:var(--border-subtle);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.Insights-module__nfoCLq__dotActive{background:var(--active-accent);transform:scale(1.4)}.Insights-module__nfoCLq__splitSection{grid-template-columns:1fr 360px;gap:2rem;display:grid}.Insights-module__nfoCLq__analyticsCard,.Insights-module__nfoCLq__comparisonCard,.Insights-module__nfoCLq__ledgerCard{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-subtle);border-radius:20px;flex-direction:column;padding:1.5rem;display:flex}.Insights-module__nfoCLq__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Insights-module__nfoCLq__cardHeader h3{margin:0;font-size:1.1rem;font-weight:600}.Insights-module__nfoCLq__periodTabs button{color:var(--text-mute);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.3rem .6rem;font-size:.85rem}.Insights-module__nfoCLq__activePeriod{color:#fff;background:#ffffff1a;font-weight:600}.Insights-module__nfoCLq__chartContent{align-items:center;gap:2rem;display:flex}.Insights-module__nfoCLq__pieWrapper{flex:1;height:220px;position:relative}.Insights-module__nfoCLq__chartCenter{text-align:center;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Insights-module__nfoCLq__chartCenter span{color:var(--text-mute);font-size:.75rem;display:block}.Insights-module__nfoCLq__chartCenter strong{color:#fff;font-size:1.2rem}.Insights-module__nfoCLq__legend{flex-direction:column;flex:0 0 140px;gap:.8rem;display:flex}.Insights-module__nfoCLq__legendItem{cursor:pointer;align-items:center;gap:.6rem;font-size:.85rem;transition:opacity .2s;display:flex}.Insights-module__nfoCLq__legendItem:hover{opacity:.8}.Insights-module__nfoCLq__legendDot{border-radius:3px;width:10px;height:10px}.Insights-module__nfoCLq__legendLabel{color:var(--text-mute);white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.Insights-module__nfoCLq__legendVal{color:#fff;font-weight:600}.Insights-module__nfoCLq__chartTooltip{border:1px solid var(--border-subtle);background:#141418f2;border-radius:8px;padding:.8rem;box-shadow:0 8px 24px #0006}.Insights-module__nfoCLq__tooltipLabel{color:#fff;margin-bottom:4px;font-weight:600}.Insights-module__nfoCLq__tooltipValue{color:var(--primary);font-size:1.1rem;font-weight:700}.Insights-module__nfoCLq__tooltipSub{color:var(--text-mute);font-size:.8rem}.Insights-module__nfoCLq__rightColumn{flex-direction:column;gap:1.5rem;display:flex}.Insights-module__nfoCLq__selectPeriod{color:#fff;border:1px solid var(--border-subtle);background:#0000004d;border-radius:6px;outline:none;padding:4px 8px;font-size:.8rem}.Insights-module__nfoCLq__comparisonStats{justify-content:space-between;align-items:center;display:flex}.Insights-module__nfoCLq__compStat label{color:var(--text-mute);text-transform:uppercase;margin-bottom:.3rem;font-size:.75rem;display:block}.Insights-module__nfoCLq__compVal{font-size:1.2rem;font-weight:600}.Insights-module__nfoCLq__trendGood{color:var(--success)}.Insights-module__nfoCLq__trendBad{color:var(--danger)}.Insights-module__nfoCLq__compDivider{background:var(--border-subtle);width:1px;height:40px}.Insights-module__nfoCLq__ledgerBody{flex:1;max-height:300px;overflow-y:auto}.Insights-module__nfoCLq__ledgerTable{border-collapse:collapse;width:100%;font-size:.9rem}.Insights-module__nfoCLq__dateCell{color:var(--text-tertiary);text-align:center;width:50px}.Insights-module__nfoCLq__day{color:var(--text-main);font-size:1.1rem;font-weight:700;line-height:1}.Insights-module__nfoCLq__month{text-transform:uppercase;font-size:.7rem}.Insights-module__nfoCLq__txDesc{color:#fff;margin-bottom:2px;font-weight:500}.Insights-module__nfoCLq__txCat{color:var(--text-mute);font-size:.75rem}.Insights-module__nfoCLq__amountCell{text-align:right;color:var(--text-main);font-weight:600}.Insights-module__nfoCLq__positive{color:var(--success)}.Insights-module__nfoCLq__ledgerTable td{border-bottom:1px solid #ffffff08;padding:.8rem 0}.Insights-module__nfoCLq__ledgerTable tr:last-child td{border-bottom:none}.Insights-module__nfoCLq__skeletonWrapper{flex-direction:column;gap:1rem;width:100%;padding:1rem;animation:1.5s infinite Insights-module__nfoCLq__pulse;display:flex}.Insights-module__nfoCLq__skeletonLine{background:#ffffff0d;border-radius:4px;height:16px}@keyframes Insights-module__nfoCLq__pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes Insights-module__nfoCLq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Insights-module__nfoCLq__contentLayout,.Insights-module__nfoCLq__splitSection{grid-template-columns:1fr}.Insights-module__nfoCLq__chartContent{flex-direction:column;align-items:center}.Insights-module__nfoCLq__legend{flex-flow:wrap;justify-content:center;width:100%}}@media (max-width:768px){.Insights-module__nfoCLq__commandBarContent{flex-direction:column;align-items:flex-start;gap:1rem}.Insights-module__nfoCLq__globalControls{justify-content:space-between;width:100%}}
.SiteLayout-module__jfJWbG__layoutWrapper{color:#fff;background-color:#0f0f10;flex-direction:column;min-height:100vh;display:flex}.SiteLayout-module__jfJWbG__mainContent{flex-direction:column;flex:1;width:100%;display:flex}
