.dashboard-module__v6irCG__loadingContainer{background:var(--background);justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.dashboard-module__v6irCG__dashboardWrapper{background:var(--background);min-height:100vh;font-family:var(--font-sans);position:relative}.dashboard-module__v6irCG__topBar{background:var(--glass-surface);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border);width:auto;max-width:95vw;height:auto;box-shadow:var(--glass-shadow);z-index:100;border-radius:999px;justify-content:space-between;align-items:center;padding:.5rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:1.5rem;left:50%;transform:translate(-50%)}.dashboard-module__v6irCG__topBar:hover{background:var(--glass-highlight);box-shadow:0 20px 40px -10px #00000014}.dashboard-module__v6irCG__topBarLeft{align-items:center;gap:1.5rem;display:flex}.dashboard-module__v6irCG__dashboardTitle{color:var(--primary);letter-spacing:-.025em;font-size:1.25rem;font-weight:800;font-family:var(--font-serif)}.dashboard-module__v6irCG__topBarRight{align-items:center;gap:1rem;display:flex}.dashboard-module__v6irCG__searchBar{border:1px solid var(--border-subtle);background:#fff9;border-radius:999px;align-items:center;gap:.75rem;min-width:280px;padding:.6rem 1.25rem;transition:all .2s;display:flex}.dashboard-module__v6irCG__searchBar:focus-within{border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #1a6b4a0d}.dashboard-module__v6irCG__searchBar input{color:var(--foreground);background:0 0;border:none;outline:none;flex:1;font-size:.9rem}.dashboard-module__v6irCG__searchBar input::placeholder{color:var(--text-secondary)}.dashboard-module__v6irCG__iconBtn{border:1px solid var(--border-subtle);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;background:#fff9;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.dashboard-module__v6irCG__iconBtn:hover{color:var(--primary);border-color:var(--primary);background:#fff;transform:scale(1.05)}.dashboard-module__v6irCG__userBadge{align-items:center;gap:.75rem;display:flex;position:relative}.dashboard-module__v6irCG__userAvatar{background:var(--primary);color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.dashboard-module__v6irCG__userAvatar:hover{transform:scale(1.1);box-shadow:0 0 15px #1a6b4a4d}.dashboard-module__v6irCG__userDropdown{background:var(--glass-surface);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border);width:auto;min-width:260px;box-shadow:var(--glass-shadow);z-index:101;border-radius:20px;padding:.5rem;position:absolute;top:calc(100% + 1rem);right:0;overflow:hidden}.dashboard-module__v6irCG__dropdownHeader{white-space:nowrap;padding:.75rem 1rem}.dashboard-module__v6irCG__dropdownName{color:var(--foreground);font-size:.9rem;font-weight:700;font-family:var(--font-sans);align-items:center;gap:.5rem;margin:0;display:flex}.dashboard-module__v6irCG__dropdownEmailSeparator{color:var(--border-subtle);font-weight:400}.dashboard-module__v6irCG__dropdownEmailText{color:var(--text-secondary);font-size:.8rem;font-weight:400}.dashboard-module__v6irCG__dropdownDivider{background:var(--border-subtle);height:1px;margin:.5rem .25rem}.dashboard-module__v6irCG__dropdownItem,.dashboard-module__v6irCG__dropdownItemLogout{width:100%;color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.dashboard-module__v6irCG__dropdownItem:hover{color:var(--primary);background:#1a6b4a0d;padding-left:1rem}.dashboard-module__v6irCG__dropdownItemLogout{color:var(--danger)}.dashboard-module__v6irCG__dropdownItemLogout:hover{color:#c0392b;background:#c0392b0d;padding-left:1rem}.dashboard-module__v6irCG__dashboardContainer{min-height:calc(100vh - 70px);padding-top:120px;display:flex}.dashboard-module__v6irCG__sidebar{background:var(--glass-surface);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);width:280px;height:calc(100vh - 140px);box-shadow:var(--glass-shadow);z-index:50;border-radius:24px;flex-direction:column;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:120px;left:2rem}.dashboard-module__v6irCG__sidebar:hover{background:var(--glass-highlight);border-color:var(--primary);box-shadow:0 12px 40px #0000001a}.dashboard-module__v6irCG__sidebarCollapsed{width:80px}.dashboard-module__v6irCG__sidebarContent{flex-direction:column;height:100%;padding:1.5rem .75rem;display:flex}.dashboard-module__v6irCG__sidebarCollapsed .dashboard-module__v6irCG__sidebarContent{align-items:center;padding:1.5rem .75rem}.dashboard-module__v6irCG__userInfo{border:1px solid var(--glass-border);background:#1a6b4a0d;border-radius:16px;align-items:center;gap:1rem;margin-bottom:2rem;padding:1rem;display:flex;overflow:hidden}.dashboard-module__v6irCG__sidebarCollapsed .dashboard-module__v6irCG__userInfo{background:0 0;border:none;justify-content:center;margin-bottom:2.5rem;padding:0}.dashboard-module__v6irCG__avatar{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:700;display:flex}.dashboard-module__v6irCG__userDetails{flex:1;min-width:0;overflow:hidden}.dashboard-module__v6irCG__userName{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.dashboard-module__v6irCG__userEmail{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.dashboard-module__v6irCG__nav{flex-direction:column;flex:1;gap:.5rem;display:flex}.dashboard-module__v6irCG__navLabel{color:var(--text-secondary);letter-spacing:.05em;margin-bottom:.5rem;padding:0 1rem;font-size:.75rem;font-weight:700}.dashboard-module__v6irCG__navLink{color:var(--text-secondary);cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:.75rem;padding:.875rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex;position:relative}.dashboard-module__v6irCG__sidebarCollapsed .dashboard-module__v6irCG__navLink{justify-content:center;width:48px;height:48px;margin:0 auto;padding:.875rem 0}.dashboard-module__v6irCG__navLink:hover{color:var(--primary);background:#1a6b4a0a;transform:translate(4px)}.dashboard-module__v6irCG__sidebarCollapsed .dashboard-module__v6irCG__navLink:hover{transform:scale(1.1)}.dashboard-module__v6irCG__activeLink:hover{transform:none}.dashboard-module__v6irCG__activeLink{color:var(--primary);background:#fff;font-weight:600;box-shadow:0 2px 8px #0000000d}.dashboard-module__v6irCG__activeIndicator{background:var(--primary);border-radius:99px;width:3px;height:14px;position:absolute;top:50%;left:.25rem;transform:translateY(-50%)}.dashboard-module__v6irCG__sidebarCollapsed .dashboard-module__v6irCG__activeIndicator{width:4px;height:20px;left:-4px}.dashboard-module__v6irCG__logoutButton{color:var(--danger);cursor:pointer;white-space:nowrap;background:#c0392b08;border:1px solid #c0392b14;border-radius:16px;align-items:center;gap:.75rem;margin-top:auto;padding:1rem;font-size:.9rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.dashboard-module__v6irCG__sidebarCollapsed .dashboard-module__v6irCG__logoutButton{border-radius:12px;justify-content:center;width:48px;height:48px;padding:0}.dashboard-module__v6irCG__logoutButton:hover{background:#c0392b14;transform:translateY(-2px);box-shadow:0 4px 12px #c0392b1a}.dashboard-module__v6irCG__sidebarCollapsed .dashboard-module__v6irCG__logoutButton:hover{transform:scale(1.1)translateY(-2px)}.dashboard-module__v6irCG__collapseButton{border:1px solid var(--glass-border);color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:#1a6b4a08;border-radius:16px;align-items:center;gap:.75rem;margin-top:.75rem;padding:1rem;font-size:.9rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.dashboard-module__v6irCG__sidebarCollapsed .dashboard-module__v6irCG__collapseButton{border-radius:12px;justify-content:center;width:48px;height:48px;padding:0}.dashboard-module__v6irCG__collapseButton:hover{color:var(--primary);background:#1a6b4a0f;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.dashboard-module__v6irCG__sidebarCollapsed .dashboard-module__v6irCG__collapseButton:hover{transform:scale(1.1)translateY(-2px)}.dashboard-module__v6irCG__main{flex:1;max-width:calc(100vw - 280px - 3rem);margin-left:calc(280px + 3rem);padding:0 2.5rem 2.5rem;transition:margin-left .3s}.dashboard-module__v6irCG__mainExpanded{max-width:calc(100vw - 80px - 3rem);margin-left:calc(80px + 3rem)}.dashboard-module__v6irCG__pageHeader{border-bottom:1px solid var(--border-subtle);margin-bottom:2.5rem;padding-bottom:1.5rem}.dashboard-module__v6irCG__pageTitle{color:var(--foreground);font-size:2.25rem;font-weight:700;font-family:var(--font-serif);margin-bottom:.5rem}.dashboard-module__v6irCG__pageSubtitle{color:var(--text-secondary);font-size:1.125rem;font-weight:500}.dashboard-module__v6irCG__statsSection{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.dashboard-module__v6irCG__statCard{background:var(--glass-surface);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:16px;align-items:center;gap:1.5rem;padding:2.25rem;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex}.dashboard-module__v6irCG__statCard:hover{background:var(--glass-highlight);border-color:var(--primary);transform:translateY(-8px);box-shadow:0 20px 40px -10px #0000001a}.dashboard-module__v6irCG__statIcon{border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.dashboard-module__v6irCG__statContent{flex:1}.dashboard-module__v6irCG__statLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:1rem;font-weight:500}.dashboard-module__v6irCG__statValue{color:var(--foreground);font-size:2rem;font-weight:700;font-family:var(--font-serif)}.dashboard-module__v6irCG__contentSection{margin-top:2rem}.dashboard-module__v6irCG__sectionTitle{color:var(--foreground);font-size:1.75rem;font-weight:700;font-family:var(--font-serif);margin-bottom:1.5rem}.dashboard-module__v6irCG__emptyCard,.dashboard-module__v6irCG__newsletterCard,.dashboard-module__v6irCG__reportCard,.dashboard-module__v6irCG__settingsCard{background:var(--glass-surface);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border);text-align:center;box-shadow:var(--glass-shadow);border-radius:20px;padding:4rem 2rem}.dashboard-module__v6irCG__emptyCard h3,.dashboard-module__v6irCG__cardTitle{color:var(--foreground);font-size:1.75rem;font-weight:700;font-family:var(--font-serif);margin:1.5rem 0 1rem}.dashboard-module__v6irCG__emptyCard p,.dashboard-module__v6irCG__cardText{color:var(--text-secondary);max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.7}.dashboard-module__v6irCG__primaryButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.dashboard-module__v6irCG__primaryButton:hover{filter:brightness(1.1);transform:translateY(-2px)scale(1.02);box-shadow:0 10px 20px -5px #1a6b4a66}.dashboard-module__v6irCG__secondaryButton{color:var(--primary);border:1px solid var(--primary);cursor:pointer;background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:inline-flex}.dashboard-module__v6irCG__secondaryButton:hover{background:#1a6b4a0d;transform:translateY(-1px)}.dashboard-module__v6irCG__reportForm{flex-direction:column;gap:1.25rem;max-width:500px;margin-top:2rem;margin-left:auto;margin-right:auto;display:flex}.dashboard-module__v6irCG__formInput,.dashboard-module__v6irCG__formTextarea{border:1px solid var(--border-subtle);box-sizing:border-box;width:100%;font-size:1rem;font-family:var(--font-sans);background:#fffc;border-radius:12px;outline:none;padding:1.125rem;transition:all .2s}.dashboard-module__v6irCG__formInput:focus,.dashboard-module__v6irCG__formTextarea:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #1a6b4a14}.dashboard-module__v6irCG__dangerButton{background:var(--danger);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .3s}.dashboard-module__v6irCG__dangerButton:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 10px 20px -5px #c0392b66}.dashboard-module__v6irCG__activitySection{margin-bottom:2.5rem}.dashboard-module__v6irCG__activityCard{background:var(--glass-surface);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:20px;padding:3rem}.dashboard-module__v6irCG__emptyState{text-align:center;color:var(--text-secondary);font-size:1.1rem;font-style:italic;font-family:var(--font-sans)}.dashboard-module__v6irCG__wealthModalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0f172a66;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.dashboard-module__v6irCG__wealthModal{background:#fff;border-radius:32px;width:100%;max-width:650px;position:relative;overflow:hidden;box-shadow:0 30px 60px -12px #00000026}.dashboard-module__v6irCG__wealthModalHeader{background:#f8fafc;border-bottom:1px solid #f1f5f9;padding:2rem 2.5rem}.dashboard-module__v6irCG__wealthModalTitle{color:#0f172a;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:800;display:flex}.dashboard-module__v6irCG__wealthModalContent{padding:2.5rem}.dashboard-module__v6irCG__presetGrid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.75rem;margin-bottom:2rem;display:grid}.dashboard-module__v6irCG__presetBtn{cursor:pointer;background:#f8fafc;border:1.5px solid #f1f5f9;border-radius:16px;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;transition:all .2s;display:flex}.dashboard-module__v6irCG__presetBtn:hover{border-color:var(--primary);background:#1a6b4a0a}.dashboard-module__v6irCG__presetBtnActive{border-color:var(--primary);background:#1a6b4a14;box-shadow:0 4px 12px -2px #1a6b4a1a}.dashboard-module__v6irCG__presetIcon{background:#fff;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.dashboard-module__v6irCG__presetLabel{color:#64748b;text-align:center;font-size:.75rem;font-weight:700}.dashboard-module__v6irCG__wealthInputGroup{flex-direction:column;gap:.5rem;display:flex}.dashboard-module__v6irCG__wealthInput{border:1.5px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:1rem;font-size:1rem;font-weight:500;transition:all .2s}.dashboard-module__v6irCG__wealthInput:focus{border-color:var(--primary);box-shadow:0 0 0 4px #1a6b4a0d}.dashboard-module__v6irCG__wealthFormActions{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.dashboard-module__v6irCG__emptyWealthCard{text-align:center;color:#94a3b8;border:2px dashed #e2e8f0;border-radius:24px;padding:4rem 2rem}.dashboard-module__v6irCG__wealthCard{background:#fff;border:1px solid #f1f5f9;border-radius:20px;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:1.25rem;transition:all .2s;display:flex}.dashboard-module__v6irCG__wealthCard:hover{border-color:#e2e8f0;transform:translateY(-2px);box-shadow:0 4px 12px #00000008}
.tools-module__IxW0SG__main{background:radial-gradient(circle at 100% 0,#0596690d 0%,#0000 50%),radial-gradient(circle at 0 100%,#0891b20d 0%,#0000 50%);min-height:100vh;padding:6rem 1.5rem 4rem}.tools-module__IxW0SG__hero{text-align:center;max-width:800px;margin:0 auto 4rem}.tools-module__IxW0SG__title{color:#0f172a;letter-spacing:-.02em;margin-bottom:1rem;font-size:3rem;font-weight:800}.tools-module__IxW0SG__tabContainer{background:#fff;border-radius:99px;flex-wrap:wrap;justify-content:center;gap:.5rem;width:fit-content;margin-bottom:3rem;margin-left:auto;margin-right:auto;padding:.5rem;display:flex;box-shadow:0 4px 6px -1px #0000000d}.tools-module__IxW0SG__tab{cursor:pointer;color:#64748b;border:none;border-radius:99px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.tools-module__IxW0SG__activeTab{color:#fff;background:#0f172a;box-shadow:0 4px 12px #0f172a33}.tools-module__IxW0SG__inactiveTab:hover{color:#334155;background:#f1f5f9}.tools-module__IxW0SG__calculatorCard{background:#fff;border:1px solid #00000005;border-radius:32px;grid-template-columns:1fr .8fr;align-items:start;gap:4rem;max-width:1000px;margin:0 auto;padding:3rem;display:grid;box-shadow:0 20px 40px -5px #0000000d,0 8px 10px -6px #00000003}@media (max-width:900px){.tools-module__IxW0SG__calculatorCard{grid-template-columns:1fr;gap:3rem;padding:2rem}}.tools-module__IxW0SG__inputSection{flex-direction:column;gap:2.5rem;display:flex}.tools-module__IxW0SG__inputGroup{position:relative}.tools-module__IxW0SG__headerRow{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.tools-module__IxW0SG__label{color:#334155;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.tools-module__IxW0SG__tooltipIcon{background:var(--primary);color:#fff;cursor:help;opacity:.8;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;transition:opacity .2s;display:inline-flex}.tools-module__IxW0SG__tooltipIcon:hover{opacity:1}.tools-module__IxW0SG__valueDisplay{color:#0f172a;background:#f1f5f9;border-radius:8px;padding:.25rem .75rem;font-size:.9rem;font-weight:700}.tools-module__IxW0SG__inputWrapper{align-items:center;display:flex;position:relative}.tools-module__IxW0SG__range{-webkit-appearance:none;background:#e2e8f0;border-radius:3px;outline:none;width:100%;height:6px}.tools-module__IxW0SG__range::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#0f172a;border:2px solid #fff;border-radius:50%;width:24px;height:24px;transition:transform .1s;box-shadow:0 2px 6px #0003}.tools-module__IxW0SG__range::-webkit-slider-thumb:hover{transform:scale(1.1)}.tools-module__IxW0SG__toggleContainer{background:#f1f5f9;border-radius:12px;margin-bottom:2rem;padding:.25rem;display:flex}.tools-module__IxW0SG__toggleBtn{text-align:center;cursor:pointer;border-radius:10px;flex:1;padding:.75rem;font-size:.9rem;font-weight:600;transition:all .2s}.tools-module__IxW0SG__activeToggle{color:#0f172a;background:#fff;box-shadow:0 2px 4px #0000000d}.tools-module__IxW0SG__inactiveToggle{color:#64748b}.tools-module__IxW0SG__resultCard{text-align:center;background:#f8fafc;border-radius:24px;padding:2.5rem}.tools-module__IxW0SG__chartContainer{width:220px;height:220px;margin:0 auto 2.5rem;position:relative}.tools-module__IxW0SG__chartLabel{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tools-module__IxW0SG__totalLabel{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.tools-module__IxW0SG__totalValue{color:#0f172a;font-size:1.5rem;font-weight:800;line-height:1.2}.tools-module__IxW0SG__breakdownItem{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.tools-module__IxW0SG__breakdownItem:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.tools-module__IxW0SG__legend{color:#475569;align-items:center;gap:.5rem;font-size:.95rem;display:flex}.tools-module__IxW0SG__dot{border-radius:50%;width:10px;height:10px}.tools-module__IxW0SG__amount{color:#0f172a;font-weight:700}.tools-module__IxW0SG__tableContainer{grid-column:1/-1;margin-top:3rem;overflow-x:auto}.tools-module__IxW0SG__table{border-collapse:collapse;width:100%;font-size:.9rem}.tools-module__IxW0SG__table th{text-align:left;color:#64748b;background:#f8fafc;border-bottom:2px solid #e2e8f0;padding:1rem;font-weight:600}.tools-module__IxW0SG__table td{color:#334155;border-bottom:1px solid #e2e8f0;padding:1rem}.tools-module__IxW0SG__table tr:last-child td{border-bottom:none}.tools-module__IxW0SG__inflationToggle{background:#fff7ed;border:1px solid #ffedd5;border-radius:12px;align-items:center;gap:.75rem;margin-top:1rem;padding:1rem;display:flex}.tools-module__IxW0SG__hubContainer{grid-template-columns:280px 1fr;align-items:start;gap:3rem;margin-top:3rem;display:grid}@media (max-width:900px){.tools-module__IxW0SG__hubContainer{grid-template-columns:1fr}}.tools-module__IxW0SG__hubSidebar{background:var(--glass-surface);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--glass-border);border-radius:24px;padding:2rem;position:sticky;top:100px}.tools-module__IxW0SG__sidebarTitle{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.75rem;font-weight:800}.tools-module__IxW0SG__categoryList{flex-direction:column;gap:.5rem;display:flex}.tools-module__IxW0SG__sidebarItem{color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.tools-module__IxW0SG__sidebarItem:hover{color:var(--primary);background:#1a6b4a0d}.tools-module__IxW0SG__activeSidebar{border-color:var(--primary-subtle);color:var(--primary);background:#fff;box-shadow:0 4px 12px #00000008}.tools-module__IxW0SG__hubContent{flex:1}.tools-module__IxW0SG__contentHeader{border-bottom:1px solid var(--border-subtle);margin-bottom:2.5rem;padding-bottom:1.5rem}.tools-module__IxW0SG__contentHeader h2{color:var(--foreground);font-size:2rem;font-weight:800;font-family:var(--font-serif);margin-bottom:.5rem}.tools-module__IxW0SG__contentHeader p{color:var(--text-secondary);font-size:.95rem}.tools-module__IxW0SG__articleGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.tools-module__IxW0SG__blogCard{border:1px solid var(--border-subtle);background:#fff;border-radius:20px;flex-direction:column;padding:1.75rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.tools-module__IxW0SG__blogCard:hover{border-color:var(--primary-subtle);transform:translateY(-5px);box-shadow:0 20px 40px -10px #00000014}.tools-module__IxW0SG__blogBadge{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;background:#1a6b4a0d;border-radius:100px;align-self:flex-start;margin-bottom:1rem;padding:.35rem .75rem;font-size:.7rem;font-weight:800;display:inline-block}.tools-module__IxW0SG__blogTitle{color:var(--foreground);font-size:1.25rem;font-weight:700;line-height:1.4;font-family:var(--font-serif);margin-bottom:1rem}.tools-module__IxW0SG__blogSnippet{color:var(--text-secondary);flex:1;margin-bottom:2rem;font-size:.9rem;line-height:1.6}.tools-module__IxW0SG__blogMeta{color:var(--primary);align-items:center;gap:.5rem;font-size:.85rem;font-weight:700;transition:gap .2s;display:flex}.tools-module__IxW0SG__blogCard:hover .tools-module__IxW0SG__blogMeta{gap:.75rem}.tools-module__IxW0SG__emptyState{text-align:center;background:var(--glass-surface);border:2px dashed var(--border-subtle);color:var(--text-secondary);border-radius:24px;grid-column:1/-1;padding:4rem 2rem}.tools-module__IxW0SG__emptyState p{margin-top:1rem;font-weight:600}.tools-module__IxW0SG__inflationLabel{color:#9a3412;flex:1;font-size:.9rem;font-weight:600}
