:root{--bg-gradient:radial-gradient(circle at 10% 20%,#eef2ff 0%,#f8fafc 35%,#fdfdfd 100%);--surface-primary:#fff;--surface-muted:#f4f6fb;--border-color:#e2e8f0;--text-primary:#0f172a;--text-secondary:#64748b;--accent:#6366f1;--accent-strong:#8b5cf6;--success:#22c55e;--danger:#f87171;--shadow-soft:0 20px 40px #0f172a14;--shadow-card:0 25px 60px #0f172a1f;--radius-lg:28px;--radius-md:18px;--radius-sm:12px;--modal-overlay-bg:#0f172a8c;--modal-overlay-blur:50px;--modal-overlay-animation:modalOverlayFade .18s ease forwards;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-gradient);min-height:100vh;color:var(--text-primary);font-family:Inter,SF Pro Display,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5}button,input,select,textarea{font:inherit}button{transition:transform .2s,box-shadow .2s,background .2s}button:active{transform:scale(.98)}.goal-card{transition:transform .2s,box-shadow .2s,border-color .2s;position:relative;overflow:hidden}.goal-card:after{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle at 20% 20%,#6366f12e,#0000 55%);transition:opacity .2s;position:absolute;inset:0}.goal-card:hover{border-color:#6366f166;transform:translateY(-3px);box-shadow:0 18px 36px #0f172a24}.goal-card:hover:after{opacity:1}.goal-alert{position:relative}.goal-alert-tooltip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;z-index:10;background:#0f172aeb;border-radius:8px;padding:6px 8px;font-size:11px;line-height:1.2;transition:opacity .15s,transform .15s;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%,4px)}.goal-alert:hover .goal-alert-tooltip{opacity:1;transform:translate(-50%)}.metric-link{align-items:center;gap:4px;transition:transform .15s,opacity .15s;display:inline-flex}.metric-link:hover{opacity:1;transform:scale(1.05)}.page-shell{min-height:100vh;display:flex}.page-shell-inner{flex:1;min-width:0}.page-main{background:0 0;flex:1;min-width:0;padding:22px 28px 36px;animation:none}@keyframes pageSlideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.page-main{animation:none}}.pending-pill{text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);background:#94a3b833;border-radius:999px;padding:2px 10px;font-size:11px;font-weight:600}.pending-pill.income{color:var(--success);background:#22c55e2e}.pending-pill.expense{color:var(--danger);background:#f8717133}.pending-pill.reminder{color:var(--accent);background:#6366f12e}.pending-amount{font-size:16px;font-weight:600}.pending-amount.positive{color:var(--success)}@keyframes quickspin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite quickspin}@keyframes bounce-dot{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}.loading-dots{align-items:center;gap:8px;display:inline-flex}.loading-dots span{background:currentColor;border-radius:50%;width:12px;height:12px;animation:1.4s ease-in-out infinite both bounce-dot}.loading-dots span:first-child{animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}.loading-dots span:nth-child(3){animation-delay:0s}@keyframes pulse-dot{0%{opacity:.9;transform:scale(.9)}50%{opacity:.5;transform:scale(1.2)}to{opacity:.9;transform:scale(.9)}}.pending-amount.negative{color:var(--danger)}.pending-actions{flex-wrap:wrap;gap:10px;display:flex}.pending-action{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:#fff;border-radius:12px;align-items:center;gap:6px;padding:10px 16px;font-size:13px;display:inline-flex}.pending-action.primary{background:var(--accent);color:#fff;border-color:var(--accent)}.pending-action.ghost{background:#0f172a08}.pending-action.icon-only{justify-content:center;width:32px;height:32px;padding:6px}.pending-action.icon-only svg{pointer-events:none}.schedule-tabs{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.schedule-tab{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:#fff;border-radius:999px;padding:6px 14px;font-size:13px}.schedule-tab.active{border-color:var(--accent);color:var(--accent);background:#6366f11f;font-weight:600}.view-tabs{flex-wrap:wrap;gap:8px;margin:16px 0;display:flex}.view-tab{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:8px;padding:6px 16px;font-size:13px;font-weight:500;display:inline-flex}.view-tab.active{border-color:var(--view-accent,var(--accent));background:var(--view-accent-tint,#6366f11f);color:var(--view-accent,var(--accent));font-weight:600}.view-tab__icon{width:26px;height:26px;color:inherit;background:#94a3b833;border-radius:999px;justify-content:center;align-items:center;transition:transform .2s;display:inline-flex}.view-tab.active .view-tab__icon{transform:translateY(-1px)}.type-filter-pills{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.type-filter-pills button{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:#fff;border-radius:999px;padding:6px 12px;font-size:12px}.type-filter-pills button.active{border-color:var(--accent);color:var(--accent);background:#6366f11f;font-weight:600}.table-hoverable tbody tr{transition:background .18s,box-shadow .18s}.table-hoverable tbody tr:hover{background:#6366f114;box-shadow:inset 0 0 0 999px #6366f105}.table-hoverable tbody tr td{transition:background .18s}.table-hoverable tbody tr:hover td{background:#6366f10d}.transactions-table tbody tr{transition:background .2s}.transactions-table tbody tr:hover{background:#6366f11f}@keyframes bellGlow{0%{box-shadow:0 0 #6366f100}50%{box-shadow:0 0 18px #6366f14d}to{box-shadow:0 0 #6366f100}}@keyframes bellPulse{0%{opacity:.7;transform:scale(.9)}to{opacity:0;transform:scale(1.3)}}.app-toast{color:#fff;z-index:320;border-radius:14px;align-items:center;gap:12px;padding:14px 18px;animation:.3s toastSlide;display:flex;position:fixed;bottom:24px;right:28px;box-shadow:0 18px 40px #0f172a2e}.app-toast.success{background:linear-gradient(135deg,#22c55e,#16a34a)}.app-toast.error{background:linear-gradient(135deg,#f87171,#dc2626)}.app-toast button{color:#fff;cursor:pointer;background:#ffffff40;border:none;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;display:flex}@keyframes toastSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal-scale-in{--modal-base-transform:translate3d(0,0,0);transform-origin:50%;transform:var(--modal-base-transform);animation:.18s forwards quickModalScale}.modal-overlay{isolation:isolate;animation:var(--modal-overlay-animation)}.modal-overlay:before{content:"";background-color:var(--modal-overlay-bg);-webkit-backdrop-filter:blur(var(--modal-overlay-blur));pointer-events:none;z-index:-1;position:absolute;inset:0}@keyframes quickModalScale{0%{opacity:0;transform:var(--modal-base-transform)scale(.95)}to{opacity:1;transform:var(--modal-base-transform)scale(1)}}@keyframes modalOverlayFade{0%{opacity:0}to{opacity:1}}.stack-mobile{gap:16px;display:flex}.stack-mobile.wrap{flex-wrap:wrap}.grid-mobile-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.grid-mobile-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.responsive-table{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.responsive-table table{width:100%;min-width:720px}@media (max-width:1220px){.page-main{padding:18px 20px 90px!important}}@media (max-width:1024px){.page-shell{flex-direction:column}.page-shell-inner{width:100%}.page-main{width:100%;padding:18px 16px calc(90px + env(safe-area-inset-bottom))!important}.page-shell>aside{width:100%}.grid-mobile-2,.grid-mobile-3,.page-main section[style*=grid-template-columns]{grid-template-columns:minmax(0,1fr)!important}.stack-mobile{flex-direction:column!important}.responsive-table table{min-width:620px}.mobile-unset-max{height:auto!important;max-height:none!important}}@media (max-width:640px){.page-main{padding:16px 14px calc(86px + env(safe-area-inset-bottom))!important}body{font-size:15px}.page-main section{margin-bottom:18px!important}}.nextjs-portal,[data-nextjs-scroll-portal],.nextjs-devtools-toggle,.nextjs-announcement-bar{display:none!important}@media (max-width:768px){.mobile-hidden{display:none!important}}.mobile-app-landing{display:none}@media (max-width:1024px){.mobile-app-landing.active{flex-direction:column;justify-content:center;align-items:center;gap:24px;width:100%;min-height:calc(100vh - 80px);padding:24px;display:flex}.dashboard-content.landing-active{display:none!important}}.landing-btn{background:var(--surface-primary);border:1px solid var(--border-color);width:100%;max-width:320px;box-shadow:var(--shadow-card);color:var(--text-primary);cursor:pointer;border-radius:24px;flex-direction:column;align-items:center;gap:16px;padding:32px 24px;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex}.landing-btn:active{transform:scale(.96);box-shadow:0 10px 20px #0f172a14}.landing-btn-icon{border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;font-size:32px;display:flex}.landing-btn-finante .landing-btn-icon{color:var(--accent);background:#6366f126}.landing-btn-sanatate .landing-btn-icon{color:var(--success);background:#22c55e26}.landing-btn-title{letter-spacing:-.02em;font-size:24px;font-weight:800}.landing-btn-desc{color:var(--text-secondary);text-align:center;font-size:14px;line-height:1.4}
.MobileBrandBar-module__-cBMVq__wrapper{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:310;background:#ffffffeb;border-bottom:1px solid #e2e8f0e6;justify-content:space-between;align-items:center;padding:10px 16px;display:none;position:sticky;top:0}.MobileBrandBar-module__-cBMVq__brand{align-items:center;gap:10px;display:flex}.MobileBrandBar-module__-cBMVq__burgerBtn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #0f172a1f;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,box-shadow .2s;display:flex;box-shadow:0 4px 12px #0f172a14}.MobileBrandBar-module__-cBMVq__burgerBtn:active{background:#6366f114;box-shadow:0 2px 6px #0f172a1f}.MobileBrandBar-module__-cBMVq__badge{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:700;display:inline-flex}.MobileBrandBar-module__-cBMVq__title{margin:0;font-size:16px;font-weight:600}.MobileBrandBar-module__-cBMVq__actions{align-items:center;gap:10px;display:flex}.MobileBrandBar-module__-cBMVq__actionBtn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #0f172a1f;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex;box-shadow:0 8px 18px #0f172a1f}.MobileBrandBar-module__-cBMVq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:400;opacity:0;pointer-events:none;background:#0f172a80;transition:opacity .3s;position:fixed;inset:0}.MobileBrandBar-module__-cBMVq__overlayOpen{opacity:1;pointer-events:auto}.MobileBrandBar-module__-cBMVq__drawer{color:#e0e7ff;z-index:410;background:linear-gradient(#0f172a 0%,#1e1b4b 100%);flex-direction:column;width:280px;max-width:85vw;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden auto;transform:translate(-100%);box-shadow:20px 0 60px #0006}.MobileBrandBar-module__-cBMVq__drawerOpen{transform:translate(0)}.MobileBrandBar-module__-cBMVq__drawerHeader{border-bottom:1px solid #e0e7ff14;justify-content:space-between;align-items:center;padding:20px 20px 16px;display:flex}.MobileBrandBar-module__-cBMVq__drawerBrand{align-items:center;gap:10px;display:flex}.MobileBrandBar-module__-cBMVq__drawerBadge{color:#fff;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:14px;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:inline-flex}.MobileBrandBar-module__-cBMVq__drawerBrandName{font-size:18px;font-weight:600}.MobileBrandBar-module__-cBMVq__closeBtn{color:#e0e7ff;cursor:pointer;background:#e0e7ff0f;border:1px solid #e0e7ff26;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.MobileBrandBar-module__-cBMVq__closeBtn:hover{background:#e0e7ff1f}.MobileBrandBar-module__-cBMVq__drawerNav{flex-direction:column;flex:1;gap:4px;padding:12px;display:flex;overflow-y:auto}.MobileBrandBar-module__-cBMVq__drawerSection{margin-bottom:4px}.MobileBrandBar-module__-cBMVq__drawerSectionToggle{cursor:pointer;color:#e0e7ff99;background:#e0e7ff0a;border:none;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:7px 12px;transition:background .2s,color .2s;display:flex}.MobileBrandBar-module__-cBMVq__drawerSectionToggle:hover{color:#e0e7ffe6;background:#e0e7ff14}.MobileBrandBar-module__-cBMVq__drawerSectionTitle{text-transform:uppercase;letter-spacing:.1em;color:inherit;font-size:11px;font-weight:700}.MobileBrandBar-module__-cBMVq__drawerChevron{flex-shrink:0;transition:transform .25s;transform:rotate(-90deg)}.MobileBrandBar-module__-cBMVq__drawerChevronOpen{transform:rotate(0)}.MobileBrandBar-module__-cBMVq__drawerChildren{grid-template-rows:0fr;transition:grid-template-rows .25s;display:grid;overflow:hidden}.MobileBrandBar-module__-cBMVq__drawerChildrenInner{flex-direction:column;gap:2px;min-height:0;padding-top:0;display:flex}.MobileBrandBar-module__-cBMVq__drawerChildrenOpen{grid-template-rows:1fr}.MobileBrandBar-module__-cBMVq__drawerChildrenOpen .MobileBrandBar-module__-cBMVq__drawerChildrenInner{padding-top:4px}.MobileBrandBar-module__-cBMVq__drawerLink{color:#e0e7ffb3;border-radius:8px;align-items:center;gap:8px;padding:6px 12px 6px 14px;font-size:12.5px;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:flex;position:relative}.MobileBrandBar-module__-cBMVq__drawerLink:hover{color:#fff;background:#e0e7ff14}.MobileBrandBar-module__-cBMVq__drawerLinkActive{color:#fff;background:#6366f133}.MobileBrandBar-module__-cBMVq__drawerLinkActive .MobileBrandBar-module__-cBMVq__drawerLinkIcon{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 12px #6366f159}.MobileBrandBar-module__-cBMVq__drawerLinkIcon{background:#e0e7ff14;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.MobileBrandBar-module__-cBMVq__drawerPulse{background:#a5b4fc;border-radius:999px;width:6px;height:6px;animation:1.5s ease-in-out infinite MobileBrandBar-module__-cBMVq__drawerPulse;position:absolute;right:12px}@keyframes MobileBrandBar-module__-cBMVq__drawerPulse{0%{opacity:1;transform:scale(.8)}50%{opacity:.4;transform:scale(1.4)}to{opacity:1;transform:scale(.8)}}.MobileBrandBar-module__-cBMVq__drawerFooter{border-top:1px solid #e0e7ff14;flex-direction:column;gap:4px;padding:12px 12px 20px;display:flex}.MobileBrandBar-module__-cBMVq__drawerFooterBtn{color:#e0e7ffb3;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:7px 12px;font-size:12.5px;font-weight:500;transition:background .2s,color .2s;display:flex}.MobileBrandBar-module__-cBMVq__drawerFooterBtn:hover{color:#fff;background:#e0e7ff14}.MobileBrandBar-module__-cBMVq__drawerLogout{color:#f87171}.MobileBrandBar-module__-cBMVq__drawerLogout:hover{color:#f87171;background:#f871711a}@media (max-width:1024px){.MobileBrandBar-module__-cBMVq__wrapper{display:flex}}
.NotificationBell-module__OUFigW__wrapper{position:relative}.NotificationBell-module__OUFigW__wrapperMobile{flex:none}.NotificationBell-module__OUFigW__bell{cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s,border-color .2s,color .2s;display:inline-flex;position:relative}.NotificationBell-module__OUFigW__bellSidebar{color:#f8fafc;background:#0f172a59;border:1px solid #fff3}.NotificationBell-module__OUFigW__bellMobile{color:var(--text-primary);background:#fff;border:1px solid #0f172a1f}.NotificationBell-module__OUFigW__bellActive{box-shadow:0 0 0 2px #6366f12e}.NotificationBell-module__OUFigW__bellHasAlerts{color:#b45309;background:#fbbf2426;border-color:#fbbf2499}.NotificationBell-module__OUFigW__count{color:#1e1b4b;background:#fbbf24;border-radius:999px;padding:0 5px;font-size:10px;font-weight:700;position:absolute;top:-6px;right:-4px;box-shadow:0 0 8px #fbbf2480}.NotificationBell-module__OUFigW__popover{z-index:320;border:1px solid #94a3b866;border-radius:18px;flex-direction:column;gap:12px;padding:16px;display:flex;box-shadow:0 20px 50px #02061780}.NotificationBell-module__OUFigW__popoverFixed{max-width:min(340px,92vw);position:fixed}.NotificationBell-module__OUFigW__popoverSidebar{color:#e2e8f0;background:#0f172a}.NotificationBell-module__OUFigW__popoverMobile{color:var(--text-primary);border-color:var(--border-color);background:#fff;box-shadow:0 20px 50px #0f172a40}.NotificationBell-module__OUFigW__popoverHeader{text-transform:uppercase;letter-spacing:.14em;color:#e2e8f0cc;align-items:center;gap:8px;font-size:11px;font-weight:600;display:flex}.NotificationBell-module__OUFigW__stateRow{color:#e2e8f0e6;align-items:center;gap:8px;font-size:13px;display:inline-flex}.NotificationBell-module__OUFigW__spinner{animation:1s linear infinite NotificationBell-module__OUFigW__spin}@keyframes NotificationBell-module__OUFigW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.NotificationBell-module__OUFigW__alertBlock{background:#1e1b4b99;border:1px solid #6366f140;border-radius:14px;flex-direction:column;gap:10px;padding:12px;display:flex}.NotificationBell-module__OUFigW__blockLabel{letter-spacing:.12em;text-transform:uppercase;color:#a5b4fce6;font-size:12px}.NotificationBell-module__OUFigW__popoverMobile .NotificationBell-module__OUFigW__blockLabel{color:#0f172ab8}.NotificationBell-module__OUFigW__popoverMobile .NotificationBell-module__OUFigW__alertBlock{background:#fff;border-color:#94a3b880}.NotificationBell-module__OUFigW__popoverMobile .NotificationBell-module__OUFigW__metaLine{color:#475569e6}.NotificationBell-module__OUFigW__popoverMobile .NotificationBell-module__OUFigW__shortfallBlock small{color:#475569b3}.NotificationBell-module__OUFigW__popoverMobile .NotificationBell-module__OUFigW__weeklyCard{color:var(--text-primary);background:#0f172a0f;border-color:#f8717159}.NotificationBell-module__OUFigW__popoverMobile .NotificationBell-module__OUFigW__stateRow{color:var(--text-secondary)}.NotificationBell-module__OUFigW__fundingItem{border-top:1px solid #94a3b833;justify-content:space-between;gap:12px;padding-top:10px;display:flex}.NotificationBell-module__OUFigW__fundingItem:first-of-type{border-top:none;padding-top:0}.NotificationBell-module__OUFigW__fundingTitle{margin-bottom:4px;font-size:14px;font-weight:600}.NotificationBell-module__OUFigW__metaLine{color:#e2e8f0bf;font-size:12px}.NotificationBell-module__OUFigW__shortfallBlock{text-align:right;min-width:120px;font-size:12px}.NotificationBell-module__OUFigW__shortfallBlock strong{color:#fbbf24;font-size:15px;display:block}.NotificationBell-module__OUFigW__shortfallBlock small{color:#e2e8f099;margin-top:2px;display:block}.NotificationBell-module__OUFigW__weeklyCard{background:#0f172acc;border:1px dashed #f8717159;border-radius:12px;flex-direction:column;gap:8px;padding:10px 12px;font-size:13px;display:flex}.NotificationBell-module__OUFigW__confirmButton{color:#1e1b4b;cursor:pointer;background:linear-gradient(135deg,#fbbf24,#f97316);border:none;border-radius:10px;justify-content:center;align-items:center;gap:6px;margin-top:6px;padding:8px 12px;font-weight:600;display:inline-flex}
.Sidebar-module__degjda__sidebar{color:#e0e7ff;z-index:20;background:linear-gradient(#0f172a 0%,#1e1b4b 100%);border-radius:0 32px 32px 0;flex-direction:column;flex-shrink:0;align-self:flex-start;gap:32px;width:210px;height:100vh;padding:28px 20px;display:flex;position:sticky;top:0;overflow:visible auto;box-shadow:0 20px 50px #0f172a66}.Sidebar-module__degjda__brand{align-items:center;gap:12px;display:flex;position:relative}.Sidebar-module__degjda__brand>div:last-child{z-index:1}.Sidebar-module__degjda__brandGlow{filter:blur(12px);z-index:0;background:radial-gradient(circle,#6366f159,#0000);border-radius:24px;position:absolute;inset:-12px}.Sidebar-module__degjda__brandBadge{z-index:1;color:#fff;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;font-weight:700;display:flex}.Sidebar-module__degjda__brandBadgeAlert{background:linear-gradient(135deg,#fbbf24,#f97316);animation:1.6s ease-in-out infinite Sidebar-module__degjda__pulseBadge}@keyframes Sidebar-module__degjda__pulseBadge{0%{transform:scale(1);box-shadow:0 0 #fbbf2480}70%{transform:scale(1.04);box-shadow:0 0 20px 4px #fbbf2433}to{transform:scale(1);box-shadow:0 0 #fbbf2400}}.Sidebar-module__degjda__brandInfo{flex-direction:column;gap:4px;display:flex}.Sidebar-module__degjda__brandMeta{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.Sidebar-module__degjda__privacyToggle{color:#e0e7ff;cursor:pointer;background:#0f172a59;border:1px solid #e2e8f033;border-radius:10px;justify-content:center;align-items:center;width:28px;height:28px;transition:box-shadow .2s,transform .2s,border-color .2s;display:inline-flex;position:relative}.Sidebar-module__degjda__privacyToggle:hover{border-color:#a5b4fccc;transform:translateY(-1px);box-shadow:0 0 12px #818cf8b3}.Sidebar-module__degjda__privacyToggle:after{content:attr(data-tooltip);color:#fff;white-space:nowrap;opacity:0;pointer-events:none;z-index:50;background:#0f172af2;border-radius:8px;padding:4px 8px;font-size:11px;transition:opacity .15s,transform .15s;position:absolute;bottom:calc(100% + 8px);right:0;transform:translateY(4px)}.Sidebar-module__degjda__privacyToggle:hover:after{opacity:1;transform:translateY(0)}.Sidebar-module__degjda__brand p{font-size:20px;font-weight:600}.Sidebar-module__degjda__brand small{color:#e0e7ff99;letter-spacing:.12em;text-transform:uppercase;font-size:10px}.Sidebar-module__degjda__nav{flex-direction:column;gap:0;margin-top:4px;display:flex;position:relative;overflow:visible}.Sidebar-module__degjda__section{flex-direction:column;gap:0;margin-top:8px;display:flex;position:relative;overflow:visible}.Sidebar-module__degjda__sectionToggle{cursor:pointer;color:#e0e7ff99;background:#e0e7ff0a;border:none;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:7px 12px;transition:background .2s,color .2s;display:flex}.Sidebar-module__degjda__sectionToggle:hover{color:#e0e7ffe6;background:#e0e7ff14}.Sidebar-module__degjda__sectionTitle{text-transform:uppercase;letter-spacing:.1em;color:inherit;font-size:11px;font-weight:700}.Sidebar-module__degjda__chevron{flex-shrink:0;transition:transform .25s;transform:rotate(-90deg)}.Sidebar-module__degjda__chevronOpen{transform:rotate(0)}.Sidebar-module__degjda__childrenWrapper{grid-template-rows:0fr;transition:grid-template-rows .25s;display:grid;overflow:hidden}.Sidebar-module__degjda__childrenInner{flex-direction:column;min-height:0;display:flex}.Sidebar-module__degjda__childrenOpen{grid-template-rows:1fr}.Sidebar-module__degjda__link{color:#e0e7ffb3;border-radius:8px;align-items:center;gap:8px;padding:5px 10px;font-size:12.5px;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:flex;position:relative}.Sidebar-module__degjda__link:hover{color:#fff;background:#e0e7ff14}.Sidebar-module__degjda__parentLink{cursor:default;background:#e2e8f00f}.Sidebar-module__degjda__active{color:#fff;background:#6366f133}.Sidebar-module__degjda__active .Sidebar-module__degjda__childIcon{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 12px #6366f159}.Sidebar-module__degjda__iconWrap{background:#e0e7ff14;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.Sidebar-module__degjda__pulse{background:#a5b4fc;border-radius:999px;width:6px;height:6px;animation:1.5s ease-in-out infinite Sidebar-module__degjda__pulse;position:absolute;right:16px}@keyframes Sidebar-module__degjda__pulse{0%{opacity:1;transform:scale(.8)}50%{opacity:.4;transform:scale(1.4)}to{opacity:1;transform:scale(.8)}}.Sidebar-module__degjda__pendingBadge{text-align:center;background:linear-gradient(135deg,#f59e0b,#f97316);border-radius:10px;min-width:20px;margin-left:auto;padding:3px 8px;font-size:12px;font-weight:700;line-height:1;animation:2s ease-in-out infinite Sidebar-module__degjda__pendingPulse;box-shadow:0 2px 8px #f59e0b66;color:#fff!important}@keyframes Sidebar-module__degjda__pendingPulse{0%{transform:scale(1);box-shadow:0 2px 8px #f59e0b66}50%{transform:scale(1.05);box-shadow:0 4px 12px #f59e0b99}to{transform:scale(1);box-shadow:0 2px 8px #f59e0b66}}.Sidebar-module__degjda__subNav{z-index:200;background:#0f172af5;border:1px solid #e2e8f02e;border-radius:14px;flex-direction:column;gap:4px;min-width:170px;padding:10px;display:none;position:absolute;top:0;left:calc(100% - 4px);box-shadow:0 20px 40px #00000059}.Sidebar-module__degjda__section:hover .Sidebar-module__degjda__subNav{display:flex}.Sidebar-module__degjda__childLink{color:#e0e7ffb3;background:0 0;gap:8px;padding:5px 10px 5px 14px;font-size:12.5px}.Sidebar-module__degjda__childLink:hover{color:#fff;background:#e0e7ff14}.Sidebar-module__degjda__childLink.Sidebar-module__degjda__active{color:#fff;background:#6366f133}.Sidebar-module__degjda__childIcon{background:#e0e7ff14;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.Sidebar-module__degjda__childBullet,.Sidebar-module__degjda__active .Sidebar-module__degjda__childBullet{display:none}.Sidebar-module__degjda__footer{letter-spacing:.18em;text-transform:uppercase;color:#e2e8f099;border-top:1px solid #e2e8f01f;margin-top:auto;padding-top:16px;font-size:12px}@media (max-width:1024px){.Sidebar-module__degjda__sidebar{display:none}}
