.settings-module__iMsqdW__pageShell{background:var(--off-white);min-height:100vh;padding-top:var(--nav-height)}.settings-module__iMsqdW__settingsNav{height:var(--nav-height);z-index:100;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--gray-100);background:#ffffffeb;position:fixed;top:0;left:0;right:0}.settings-module__iMsqdW__settingsContainer{max-width:960px;margin:0 auto;padding:40px 24px 80px}.settings-module__iMsqdW__pageTitle{font-family:var(--font-display);color:var(--gray-900);margin:0 0 32px;font-size:2rem;font-weight:800}.settings-module__iMsqdW__settingsLayout{border:1px solid var(--gray-100);background:#fff;border-radius:24px;min-height:600px;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000d}.settings-module__iMsqdW__settingsSidebar{background:var(--gray-50);border-right:1px solid var(--gray-100);flex-direction:column;gap:4px;width:260px;padding:32px 16px;display:flex}.settings-module__iMsqdW__settingsTab{width:100%;font-family:var(--font-sans);color:var(--gray-600);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;font-size:.9375rem;font-weight:500;transition:all .2s;display:flex}.settings-module__iMsqdW__settingsTab:hover{color:var(--gray-900);background:#0000000a}.settings-module__iMsqdW__settingsTab.settings-module__iMsqdW__activeTab{color:var(--green-600);background:#fff;box-shadow:0 2px 8px #0000000a}.settings-module__iMsqdW__settingsContent{flex:1;padding:48px;overflow-y:auto}.settings-module__iMsqdW__settingsSection{margin-bottom:40px}.settings-module__iMsqdW__settingsSectionTitle{color:var(--gray-900);margin:0 0 8px;font-size:1.25rem;font-weight:600}.settings-module__iMsqdW__settingsSectionDesc{color:var(--gray-500);margin:0 0 24px;font-size:.9375rem;line-height:1.5}.settings-module__iMsqdW__settingsRow{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;padding:20px 0;display:flex}.settings-module__iMsqdW__settingsRow:last-child{border-bottom:none}.settings-module__iMsqdW__settingsRowLeft h3{color:var(--gray-800);margin:0 0 4px;font-size:.9375rem;font-weight:600}.settings-module__iMsqdW__settingsRowLeft p{color:var(--gray-500);margin:0;font-size:.8125rem}.settings-module__iMsqdW__dangerZone{background:#fef2f2;border:1px solid #fecaca;border-radius:16px;margin-top:32px;padding:24px}.settings-module__iMsqdW__dangerZone h3{color:#b91c1c;margin:0 0 8px;font-size:1rem;font-weight:600}.settings-module__iMsqdW__dangerZone p{color:#991b1b;margin:0 0 16px;font-size:.875rem;line-height:1.5}.settings-module__iMsqdW__btnDanger{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:10px;padding:10px 20px;font-size:.875rem;font-weight:500;transition:background .2s}.settings-module__iMsqdW__btnDanger:hover{background:#dc2626}@media (max-width:768px){.settings-module__iMsqdW__settingsLayout{flex-direction:column}.settings-module__iMsqdW__settingsSidebar{border-right:none;border-bottom:1px solid var(--gray-100);flex-direction:row;width:100%;padding:16px;overflow-x:auto}.settings-module__iMsqdW__settingsTab{white-space:nowrap;padding:10px 16px}.settings-module__iMsqdW__settingsContent{padding:24px}}.settings-module__iMsqdW__modalOverlay{-webkit-backdrop-filter:blur(8px);z-index:2000;background:#0f172a66;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.settings-module__iMsqdW__modalContent{text-align:center;background:#fff;border-radius:24px;flex-direction:column;gap:16px;width:100%;max-width:420px;padding:32px;display:flex;box-shadow:0 20px 60px #00000026}.settings-module__iMsqdW__modalIcon{margin-bottom:8px;font-size:3rem}.settings-module__iMsqdW__modalTitle{font-family:var(--font-display);color:var(--gray-900);margin:0;font-size:1.5rem;font-weight:700}.settings-module__iMsqdW__modalDesc{color:var(--gray-500);margin:0 0 16px;font-size:.9375rem;line-height:1.5}.settings-module__iMsqdW__modalActions{justify-content:stretch;gap:12px;display:flex}.settings-module__iMsqdW__modalBtn{font-family:var(--font-sans);cursor:pointer;border:none;border-radius:12px;flex:1;padding:12px;font-size:.9375rem;font-weight:600;transition:all .2s}.settings-module__iMsqdW__modalBtnCancel{background:var(--gray-100);color:var(--gray-700)}.settings-module__iMsqdW__modalBtnCancel:hover{background:var(--gray-200)}.settings-module__iMsqdW__modalBtnDanger{color:#fff;background:#ef4444}.settings-module__iMsqdW__modalBtnDanger:hover:not(:disabled){background:#dc2626}.settings-module__iMsqdW__modalBtnDanger:disabled{opacity:.5;cursor:not-allowed}.settings-module__iMsqdW__modalError{color:#ef4444;text-align:left;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-top:8px;padding:12px;font-size:.875rem}.settings-module__iMsqdW__authInput{border:1.5px solid var(--gray-200);width:100%;font-family:var(--font-sans);color:var(--gray-900);box-sizing:border-box;border-radius:12px;outline:none;margin-top:8px;padding:12px 16px;font-size:.9375rem;transition:all .2s}.settings-module__iMsqdW__authInput:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.settings-module__iMsqdW__btnSmall{padding:6px 16px;font-size:.875rem}.settings-module__iMsqdW__btnSmallNoBorder{border:none;padding:6px 16px;font-size:.875rem}.settings-module__iMsqdW__flexRow{gap:8px;display:flex}.settings-module__iMsqdW__flexRowCenter{align-items:center;gap:16px;display:flex}.settings-module__iMsqdW__editNameRow{gap:8px;width:100%;max-width:300px;margin-top:8px;display:flex}.settings-module__iMsqdW__w100{width:100%}.settings-module__iMsqdW__mt0{margin-top:0}.settings-module__iMsqdW__reminderInput{width:auto;margin-top:0;padding:8px 12px}.settings-module__iMsqdW__toggleLabel{cursor:pointer;align-items:center;gap:8px;display:flex}.settings-module__iMsqdW__toggleTrack{border-radius:12px;width:44px;height:24px;transition:background .3s;position:relative}.settings-module__iMsqdW__toggleThumb{background:#fff;border-radius:50%;width:20px;height:20px;transition:left .3s;position:absolute;top:2px;box-shadow:0 1px 3px #0003}.settings-module__iMsqdW__mt10{margin-top:10px}
.navbar-module__bk5_hG__logoLink{flex-shrink:0;align-items:center;gap:12px;text-decoration:none;display:flex}.navbar-module__bk5_hG__logoCircle{background:linear-gradient(135deg, var(--green-400), var(--green-600));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 14px #22c55e59}.navbar-module__bk5_hG__logoLink:hover .navbar-module__bk5_hG__logoCircle{transform:scale(1.05);box-shadow:0 6px 20px #22c55e73}.navbar-module__bk5_hG__logoWordmark{font-family:var(--font-display);color:var(--gray-900);letter-spacing:-.03em;font-size:1.25rem;font-weight:700}.navbar-module__bk5_hG__authButtons{align-items:center;gap:10px;display:flex}.navbar-module__bk5_hG__signInBtn,.navbar-module__bk5_hG__getStartedBtn{padding:9px 22px;font-size:.875rem}.navbar-module__bk5_hG__avatarBtn{background:linear-gradient(135deg, var(--green-400), var(--green-600));width:44px;height:44px;font-family:var(--font-sans);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex;box-shadow:0 4px 14px #22c55e4d}.navbar-module__bk5_hG__indicator{background:linear-gradient(90deg, var(--green-400), var(--green-600));border-radius:4px 4px 0 0;height:3px;position:absolute;bottom:0}
.dashboard-module__Ap9lTa__dashNav{height:var(--nav-height);z-index:100;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--gray-100);background:#ffffffeb;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .3s;position:fixed;top:0;left:0;right:0;transform:translateY(0)}.dashboard-module__Ap9lTa__dashNav.dashboard-module__Ap9lTa__hidden{transform:translateY(-100%)}.dashboard-module__Ap9lTa__dashNav.dashboard-module__Ap9lTa__elevated{box-shadow:0 4px 20px #00000012}.dashboard-module__Ap9lTa__profileWrap{position:relative}.dashboard-module__Ap9lTa__avatarBtn{background:linear-gradient(135deg, var(--green-400), var(--green-600));width:40px;height:40px;font-family:var(--font-sans);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.8125rem;font-weight:700;transition:box-shadow .2s,transform .2s;display:flex;box-shadow:0 2px 10px #22c55e59}.dashboard-module__Ap9lTa__avatarBtn:hover{transform:scale(1.04);box-shadow:0 4px 16px #22c55e73}.dashboard-module__Ap9lTa__dropdown{border:1px solid var(--gray-100);z-index:200;background:#fff;border-radius:16px;width:220px;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 16px 48px #0000001f}.dashboard-module__Ap9lTa__dropdownHeader{border-bottom:1px solid var(--gray-100);padding:16px 18px 12px}.dashboard-module__Ap9lTa__dropdownName{color:var(--gray-900);white-space:nowrap;text-overflow:ellipsis;margin:0 0 2px;font-size:.9375rem;font-weight:600;overflow:hidden}.dashboard-module__Ap9lTa__dropdownEmail{color:var(--gray-400);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.75rem;overflow:hidden}.dashboard-module__Ap9lTa__dropdownBody{padding:8px}.dashboard-module__Ap9lTa__dropdownItem{width:100%;font-family:var(--font-sans);color:var(--gray-700);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-size:.875rem;transition:background .15s;display:flex}.dashboard-module__Ap9lTa__dropdownItem:hover{background:var(--gray-100)}.dashboard-module__Ap9lTa__dropdownItem.dashboard-module__Ap9lTa__danger{color:#ef4444}.dashboard-module__Ap9lTa__dropdownItem.dashboard-module__Ap9lTa__danger:hover{background:#fef2f2}.dashboard-module__Ap9lTa__shell{background:var(--off-white);min-height:100vh;padding-top:var(--nav-height)}.dashboard-module__Ap9lTa__tabContent{max-width:720px;margin:0 auto;padding:40px 24px 80px}.dashboard-module__Ap9lTa__sectionHeading{font-family:var(--font-display);color:var(--gray-900);margin:0 0 4px;font-size:1.75rem;font-weight:800}.dashboard-module__Ap9lTa__sectionSubtext{color:var(--gray-500);margin:0 0 32px;font-size:.9375rem}.dashboard-module__Ap9lTa__entryCard{border:1px solid var(--gray-100);background:#fff;border-radius:20px;margin-bottom:20px;padding:28px;box-shadow:0 4px 20px #0000000d}.dashboard-module__Ap9lTa__entryTextarea{border:1.5px solid var(--gray-200);width:100%;min-height:120px;font-family:var(--font-sans);color:var(--gray-800);resize:none;box-sizing:border-box;border-radius:12px;outline:none;padding:14px 16px;font-size:1rem;line-height:1.65;transition:border-color .2s,box-shadow .2s}.dashboard-module__Ap9lTa__entryTextarea:focus{border-color:var(--green-400);box-shadow:0 0 0 3px #22c55e1a}.dashboard-module__Ap9lTa__entryFooter{justify-content:space-between;align-items:center;margin-top:12px;display:flex}.dashboard-module__Ap9lTa__charCount{color:var(--gray-400);font-size:.8125rem}.dashboard-module__Ap9lTa__charCountOver{color:#ef4444;font-weight:600}.dashboard-module__Ap9lTa__moodCard{border:1px solid var(--gray-100);background:#fff;border-radius:20px;margin-bottom:24px;padding:24px 28px;box-shadow:0 4px 20px #0000000d}.dashboard-module__Ap9lTa__moodLabel{color:var(--gray-700);margin:0 0 16px;font-size:.9375rem;font-weight:600}.dashboard-module__Ap9lTa__moodGrid{flex-wrap:wrap;gap:10px;display:flex}.dashboard-module__Ap9lTa__moodBtn{border:1.5px solid var(--gray-200);cursor:pointer;background:#fff;border-radius:14px;flex-direction:column;align-items:center;gap:6px;min-width:72px;padding:12px 14px;transition:border-color .2s,background .2s,transform .15s;display:flex}.dashboard-module__Ap9lTa__moodBtn:hover{border-color:var(--green-300);background:#22c55e0a;transform:translateY(-2px)}.dashboard-module__Ap9lTa__moodBtn.dashboard-module__Ap9lTa__moodActive{border-color:var(--green-500);background:#22c55e14}.dashboard-module__Ap9lTa__moodEmoji{font-size:1.75rem;line-height:1}.dashboard-module__Ap9lTa__moodText{color:var(--gray-500);font-size:.6875rem;font-weight:500}.dashboard-module__Ap9lTa__moodBtn.dashboard-module__Ap9lTa__moodActive .dashboard-module__Ap9lTa__moodText{color:var(--green-700)}.dashboard-module__Ap9lTa__emptyState{text-align:center;border:1px solid var(--gray-100);background:#fff;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;padding:64px 24px;display:flex;box-shadow:0 4px 20px #0000000d}.dashboard-module__Ap9lTa__emptyEmoji{margin-bottom:16px;font-size:3rem}.dashboard-module__Ap9lTa__emptyTitle{font-family:var(--font-display);color:var(--gray-800);margin:0 0 8px;font-size:1.25rem;font-weight:700}.dashboard-module__Ap9lTa__emptySubtext{color:var(--gray-500);max-width:300px;margin:0;font-size:.9375rem;line-height:1.6}.dashboard-module__Ap9lTa__streakBadge{color:var(--green-700);background:linear-gradient(135deg,#22c55e1a,#16a34a14);border:1px solid #22c55e33;border-radius:999px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:.875rem;font-weight:600;display:inline-flex}.dashboard-module__Ap9lTa__saveBtn{padding:10px 24px;font-size:.9rem}.dashboard-module__Ap9lTa__saveBtn:disabled{opacity:.5;cursor:not-allowed}.dashboard-module__Ap9lTa__exportBar{gap:10px;margin-bottom:24px;display:flex}.dashboard-module__Ap9lTa__exportBtn{border:1.5px solid var(--green-500);font-family:var(--font-sans);color:var(--green-700);cursor:pointer;background:#fff;border-radius:10px;padding:9px 20px;font-size:.875rem;font-weight:600;transition:background .15s,color .15s}.dashboard-module__Ap9lTa__exportBtn:hover{background:#22c55e14}.dashboard-module__Ap9lTa__exportBtn:disabled{opacity:.5;cursor:not-allowed}.dashboard-module__Ap9lTa__entriesList{flex-direction:column;gap:16px;display:flex}.dashboard-module__Ap9lTa__timelineEntry{border:1px solid var(--gray-100);background:#fff;border-radius:16px;padding:20px 24px;box-shadow:0 2px 10px #0000000a}.dashboard-module__Ap9lTa__entryHeader{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.dashboard-module__Ap9lTa__entryDate{color:var(--green-600);text-transform:uppercase;letter-spacing:.04em;font-size:.8125rem;font-weight:700}.dashboard-module__Ap9lTa__entryMood{color:var(--gray-500);text-transform:capitalize;font-size:.8rem;font-weight:500}.dashboard-module__Ap9lTa__entryText{color:var(--gray-800);margin:0;font-size:1rem;line-height:1.65}.dashboard-module__Ap9lTa__saveError{color:#ef4444;margin:8px 0 0;font-size:.8125rem}.dashboard-module__Ap9lTa__saveHint{color:var(--gray-400);margin:8px 0 0;font-size:.8125rem}.dashboard-module__Ap9lTa__timelineList{flex-direction:column;gap:28px;display:flex}.dashboard-module__Ap9lTa__monthGroup{flex-direction:column;gap:10px;display:flex}.dashboard-module__Ap9lTa__monthHeader{align-items:center;gap:10px;margin-bottom:2px;padding:0 4px;display:flex}.dashboard-module__Ap9lTa__monthLabel{font-family:var(--font-display);color:var(--gray-400);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:700}.dashboard-module__Ap9lTa__monthCount{color:var(--green-700);background:#22c55e1a;border:1px solid #22c55e33;border-radius:999px;padding:1px 8px;font-size:.6875rem;font-weight:600}.dashboard-module__Ap9lTa__timelineEntry:hover{transform:translate(2px);box-shadow:0 6px 24px #00000014}.dashboard-module__Ap9lTa__accentGreat{border-left-color:#22c55e}.dashboard-module__Ap9lTa__accentGood{border-left-color:#86efac}.dashboard-module__Ap9lTa__accentMeh{border-left-color:#fbbf24}.dashboard-module__Ap9lTa__accentBad{border-left-color:#fb923c}.dashboard-module__Ap9lTa__accentAwful{border-left-color:#f87171}.dashboard-module__Ap9lTa__entryMeta{justify-content:space-between;align-items:center;gap:12px;display:flex}.dashboard-module__Ap9lTa__entryMoodPill{white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:5px;padding:3px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.dashboard-module__Ap9lTa__pillGreat{color:#15803d;background:#22c55e14;border-color:#22c55e33}.dashboard-module__Ap9lTa__pillGood{color:#166534;background:#86efac26;border-color:#86efac4d}.dashboard-module__Ap9lTa__pillMeh{color:#92400e;background:#fbbf241a;border-color:#fbbf244d}.dashboard-module__Ap9lTa__pillBad{color:#9a3412;background:#fb923c1a;border-color:#fb923c4d}.dashboard-module__Ap9lTa__pillAwful{color:#991b1b;background:#f871711a;border-color:#f871714d}.dashboard-module__Ap9lTa__entryBody{color:var(--gray-700);margin:0;font-size:.9375rem;line-height:1.65}.dashboard-module__Ap9lTa__statsGrid{grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:20px;display:grid}.dashboard-module__Ap9lTa__statCard{border:1px solid var(--gray-100);background:#fff;border-radius:20px;padding:20px 22px;box-shadow:0 2px 12px #0000000a}.dashboard-module__Ap9lTa__statIcon{margin-bottom:10px;font-size:1.375rem;line-height:1}.dashboard-module__Ap9lTa__statValue{font-family:var(--font-display);color:var(--gray-900);margin-bottom:4px;font-size:1.875rem;font-weight:800;line-height:1}.dashboard-module__Ap9lTa__statLabel{color:var(--gray-400);font-size:.8125rem;font-weight:500}.dashboard-module__Ap9lTa__chartCard{border:1px solid var(--gray-100);background:#fff;border-radius:20px;margin-bottom:16px;padding:22px 24px;box-shadow:0 2px 12px #0000000a}.dashboard-module__Ap9lTa__chartTitle{font-family:var(--font-display);color:var(--gray-700);margin:0 0 18px;font-size:.9375rem;font-weight:700}.dashboard-module__Ap9lTa__moodBarRow{align-items:center;gap:10px;margin-bottom:10px;display:flex}.dashboard-module__Ap9lTa__moodBarRow:last-child{margin-bottom:0}.dashboard-module__Ap9lTa__moodBarLabel{width:72px;color:var(--gray-600);flex-shrink:0;font-size:.8125rem;font-weight:500}.dashboard-module__Ap9lTa__moodBarTrack{background:var(--gray-100);border-radius:999px;flex:1;height:8px;overflow:hidden}.dashboard-module__Ap9lTa__moodBarFill{border-radius:999px;height:100%}.dashboard-module__Ap9lTa__barGreat{background:#22c55e}.dashboard-module__Ap9lTa__barGood{background:#86efac}.dashboard-module__Ap9lTa__barMeh{background:#fbbf24}.dashboard-module__Ap9lTa__barBad{background:#fb923c}.dashboard-module__Ap9lTa__barAwful{background:#f87171}.dashboard-module__Ap9lTa__moodBarCount{text-align:right;width:44px;color:var(--gray-700);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.8125rem;font-weight:600}.dashboard-module__Ap9lTa__moodBarPct{color:var(--gray-400);font-weight:400}.dashboard-module__Ap9lTa__activityChart{align-items:flex-end;gap:8px;height:100px;display:flex}.dashboard-module__Ap9lTa__activityCol{flex-direction:column;flex:1;align-items:center;gap:6px;height:100%;display:flex}.dashboard-module__Ap9lTa__activityCount{color:var(--green-600);height:14px;font-size:.6875rem;font-weight:600;line-height:14px}.dashboard-module__Ap9lTa__activityBarWrap{flex:1;align-items:flex-end;width:100%;display:flex}.dashboard-module__Ap9lTa__activityBarFill{background:linear-gradient(to top, var(--green-600), var(--green-400));border-radius:6px 6px 0 0;width:100%;min-height:3px}.dashboard-module__Ap9lTa__activityLabel{color:var(--gray-400);font-size:.6875rem;font-weight:500}.dashboard-module__Ap9lTa__timelineFooter{justify-content:flex-end;margin-top:32px;display:flex}.dashboard-module__Ap9lTa__deleteDataBtn{border:1px solid var(--gray-200);font-family:var(--font-sans);color:var(--gray-400);cursor:pointer;background:#fff;border-radius:999px;padding:8px 16px;font-size:.8125rem;transition:border-color .15s,color .15s,background .15s}.dashboard-module__Ap9lTa__deleteDataBtn:hover{color:#ef4444;background:#fef2f2;border-color:#fca5a5}.dashboard-module__Ap9lTa__deleteConfirm{align-items:center;gap:8px;display:flex}.dashboard-module__Ap9lTa__deleteConfirmText{color:var(--gray-500);font-size:.8125rem}.dashboard-module__Ap9lTa__deleteConfirmYes{color:#ef4444;font-family:var(--font-sans);cursor:pointer;background:#fef2f2;border:1px solid #fca5a5;border-radius:999px;padding:6px 14px;font-size:.8125rem;font-weight:600;transition:background .15s}.dashboard-module__Ap9lTa__deleteConfirmYes:hover{background:#fee2e2}.dashboard-module__Ap9lTa__deleteConfirmNo{border:1px solid var(--gray-200);color:var(--gray-500);font-family:var(--font-sans);cursor:pointer;background:#fff;border-radius:999px;padding:6px 14px;font-size:.8125rem;transition:background .15s}.dashboard-module__Ap9lTa__deleteConfirmNo:hover{background:var(--gray-100)}.dashboard-module__Ap9lTa__entryDoneHeader{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.dashboard-module__Ap9lTa__editBtn{border:1.5px solid var(--gray-200);font-family:var(--font-sans);color:var(--gray-500);cursor:pointer;background:#fff;border-radius:999px;flex-shrink:0;padding:6px 14px;font-size:.8125rem;font-weight:600;transition:border-color .15s,color .15s,background .15s}.dashboard-module__Ap9lTa__editBtn:hover{border-color:var(--green-400);color:var(--green-700);background:#22c55e0d}.dashboard-module__Ap9lTa__entryDoneText{color:var(--gray-700);white-space:pre-wrap;margin:0;font-size:1rem;line-height:1.65}.dashboard-module__Ap9lTa__moodReadOnly{pointer-events:none;cursor:default}.dashboard-module__Ap9lTa__saveError{color:#ef4444;text-align:right;margin:10px 0 0;font-size:.8125rem}.dashboard-module__Ap9lTa__calendarCard{border:1px solid var(--gray-100);background:#fff;border-radius:20px;padding:28px;transition:opacity .2s;box-shadow:0 4px 20px #0000000d}.dashboard-module__Ap9lTa__calendarLoading{opacity:.45;pointer-events:none}.dashboard-module__Ap9lTa__calendarNav{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.dashboard-module__Ap9lTa__calendarNavBtn{border:1.5px solid var(--gray-200);cursor:pointer;width:36px;height:36px;color:var(--gray-600);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;line-height:1;transition:border-color .2s,background .2s,color .2s;display:flex}.dashboard-module__Ap9lTa__calendarNavBtn:hover:not(:disabled){border-color:var(--green-400);color:var(--green-700);background:#22c55e0f}.dashboard-module__Ap9lTa__calendarNavBtn:disabled{opacity:.3;cursor:not-allowed}.dashboard-module__Ap9lTa__calendarMonthTitle{font-family:var(--font-display);color:var(--gray-800);font-size:1.125rem;font-weight:700}.dashboard-module__Ap9lTa__calendarGrid{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.dashboard-module__Ap9lTa__calendarDayName{text-align:center;color:var(--gray-400);text-transform:uppercase;letter-spacing:.05em;padding-bottom:6px;font-size:.6875rem;font-weight:600}.dashboard-module__Ap9lTa__calendarCellSpacer{aspect-ratio:1}.dashboard-module__Ap9lTa__calendarCell{aspect-ratio:1;color:var(--gray-500);background:var(--gray-100);cursor:default;border:1.5px solid #0000;border-radius:10px;justify-content:center;align-items:center;font-size:.8125rem;font-weight:500;display:flex;position:relative}.dashboard-module__Ap9lTa__calendarCellNum{opacity:.85;font-size:.6875rem;font-weight:700;line-height:1;position:absolute;top:6px;left:8px}.dashboard-module__Ap9lTa__calendarCellContent{flex-direction:column;align-items:center;gap:3px;display:flex}.dashboard-module__Ap9lTa__calendarCellEmoji{font-size:1.2rem;line-height:1}.dashboard-module__Ap9lTa__calendarCellMoodName{text-transform:uppercase;letter-spacing:.05em;opacity:.7;font-size:.5rem;font-weight:700;line-height:1}.dashboard-module__Ap9lTa__calendarTooltip{color:#f9fafb;text-align:left;z-index:200;pointer-events:none;opacity:0;background:#111827f0;border-radius:12px;width:220px;padding:10px 14px;font-size:.8125rem;line-height:1.55;transition:opacity .18s;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000038}.dashboard-module__Ap9lTa__calendarCell:hover .dashboard-module__Ap9lTa__calendarTooltip{opacity:1}.dashboard-module__Ap9lTa__calendarTooltipDate{text-transform:uppercase;letter-spacing:.06em;color:var(--green-400);margin-bottom:6px;font-size:.6875rem;font-weight:700;display:block}.dashboard-module__Ap9lTa__calendarTooltipText{white-space:pre-wrap;word-break:break-word;-webkit-line-clamp:5;-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.dashboard-module__Ap9lTa__calendarCellFilled{border-color:var(--green-300);color:var(--green-800);background:#22c55e1f;font-weight:600}.dashboard-module__Ap9lTa__calendarCellToday{border-color:var(--green-500);color:var(--green-700);font-weight:700}.dashboard-module__Ap9lTa__calendarCellToday.dashboard-module__Ap9lTa__calendarCellFilled{background:var(--green-500);color:#fff;border-color:#0000}@media (max-width:640px){.dashboard-module__Ap9lTa__calendarCellFuture .dashboard-module__Ap9lTa__tabContent{padding:24px 16px 60px}.dashboard-module__Ap9lTa__calendarCellFuture .dashboard-module__Ap9lTa__moodBtn{min-width:60px;padding:10px}.dashboard-module__Ap9lTa__calendarCellFuture .dashboard-module__Ap9lTa__calendarCell{border-radius:8px;font-size:.75rem}.dashboard-module__Ap9lTa__calendarCellFuture .dashboard-module__Ap9lTa__calendarCellEmoji{font-size:1rem}.dashboard-module__Ap9lTa__calendarCellFuture .dashboard-module__Ap9lTa__calendarTooltip{width:160px}.dashboard-module__Ap9lTa__calendarCellFuture .dashboard-module__Ap9lTa__calendarGrid{gap:4px}}
.landing-module__79oWsG__minH100vh{min-height:100vh}.landing-module__79oWsG__orbLarge{filter:blur(1px);background:radial-gradient(circle,#4ade8038 0%,#22c55e14 60%,#0000 100%);width:480px;height:480px;position:absolute;top:-120px;right:-100px}.landing-module__79oWsG__orbMedium{filter:blur(2px);background:radial-gradient(circle,#86efac2e 0%,#4ade800f 60%,#0000 100%);width:320px;height:320px;animation-delay:3s;position:absolute;bottom:80px;left:-80px}.landing-module__79oWsG__orbSmall{background:radial-gradient(circle,#22c55e26 0%,#0000 70%);border-radius:50%;width:160px;height:160px;position:absolute;top:35%;right:8%}.landing-module__79oWsG__emojiBubbleBase{-webkit-backdrop-filter:blur(8px);background:#fffc;border:1px solid #ffffffe6;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;box-shadow:0 4px 20px #00000014}.landing-module__79oWsG__heroPill{margin-bottom:28px;display:inline-flex}.landing-module__79oWsG__heroPillInner{color:var(--green-700);letter-spacing:.04em;background:#22c55e1a;border:1px solid #22c55e40;border-radius:9999px;align-items:center;gap:8px;padding:8px 18px;font-size:.8125rem;font-weight:600;display:inline-flex}.landing-module__79oWsG__heroPillDot{background:var(--green-500);border-radius:50%;width:8px;height:8px;display:inline-block}.landing-module__79oWsG__heroSubtitle{color:var(--gray-500);max-width:500px;margin:0 auto 40px;font-size:1.15rem}.landing-module__79oWsG__heroHighlight{color:var(--gray-800);font-weight:600}.landing-module__79oWsG__heroActions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.landing-module__79oWsG__heroBtnPrimary,.landing-module__79oWsG__heroBtnOutline{padding:16px 36px;font-size:1rem}.landing-module__79oWsG__heroLoginPrompt{color:var(--gray-400);margin-top:28px;font-size:.85rem}.landing-module__79oWsG__scrollIndicator{color:var(--gray-300);font-size:1.25rem;position:absolute;bottom:36px;left:50%;transform:translate(-50%)}.landing-module__79oWsG__featureCardIcon{margin-bottom:16px;font-size:2rem;display:inline-block}.landing-module__79oWsG__featureCardTitle{color:var(--gray-800);margin-bottom:8px;font-weight:600}.landing-module__79oWsG__testimonialsSection{background:var(--off-white);padding:120px 24px}.landing-module__79oWsG__sectionContainer{max-width:1200px;margin:0 auto}.landing-module__79oWsG__sectionTitle{color:var(--gray-800);margin-bottom:16px;font-size:2rem;font-weight:700}.landing-module__79oWsG__sectionSubtitle{color:var(--gray-500);max-width:460px;margin:0 auto;font-size:1.05rem}.landing-module__79oWsG__testimonialCard{border:1px solid var(--gray-100);background:#fff;border-radius:20px;padding:32px;box-shadow:0 4px 20px #00000008}.landing-module__79oWsG__quoteIcon{color:var(--gray-300);margin-bottom:16px;font-size:2rem;line-height:1}.landing-module__79oWsG__testimonialText{color:var(--gray-600);margin-bottom:24px;font-size:1rem;font-style:italic;line-height:1.6}.landing-module__79oWsG__testimonialAuthor{align-items:center;gap:12px;display:flex}.landing-module__79oWsG__authorAvatar{background:var(--gray-200);width:40px;height:40px;color:var(--gray-500);border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;display:flex}.landing-module__79oWsG__authorName{color:var(--gray-800);font-size:.95rem;font-weight:600}.landing-module__79oWsG__authorRole{color:var(--gray-400);font-size:.8rem}.landing-module__79oWsG__ctaSection{padding:120px 24px}.landing-module__79oWsG__ctaContainer{text-align:center;max-width:960px;margin:0 auto}.landing-module__79oWsG__ctaTitle{color:var(--gray-800);margin-bottom:20px;font-size:2.5rem;font-weight:800}.landing-module__79oWsG__ctaSubtitle{color:var(--gray-500);margin-bottom:56px;font-size:1.05rem}.landing-module__79oWsG__ctaActions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.landing-module__79oWsG__footer{text-align:center;color:var(--gray-400);border-top:1px solid var(--gray-100);padding:32px;font-size:.875rem}.landing-module__79oWsG__heroSubtext{color:var(--gray-600);max-width:560px;margin:0 auto 40px;font-size:clamp(1.1rem,2.5vw,1.35rem);line-height:1.65}.landing-module__79oWsG__heroSubtextBold{color:var(--gray-800);font-weight:600}.landing-module__79oWsG__scrollCueWrapper{position:absolute;bottom:36px;left:50%;transform:translate(-50%)}.landing-module__79oWsG__scrollCueInner{color:var(--gray-400);letter-spacing:.06em;text-transform:uppercase;flex-direction:column;align-items:center;gap:6px;font-size:.75rem;display:flex}.landing-module__79oWsG__featureCardIconContainer{background:linear-gradient(135deg, var(--green-50), var(--green-100));border:1px solid var(--green-200);border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:20px;font-size:26px;display:flex}.landing-module__79oWsG__featureCardTitle{font-family:var(--font-display);color:var(--gray-900);margin-bottom:10px;font-size:1.1rem;font-weight:700}.landing-module__79oWsG__featureCardDesc{color:var(--gray-500);font-size:.9375rem;line-height:1.65}.landing-module__79oWsG__featuresSection{background:var(--off-white);padding:120px 24px}.landing-module__79oWsG__container1200{max-width:1200px;margin:0 auto}.landing-module__79oWsG__sectionHeader{text-align:center;margin-bottom:72px}.landing-module__79oWsG__eyebrow{color:var(--green-600);letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px;font-size:.875rem;font-weight:600}.landing-module__79oWsG__h2Title{font-family:var(--font-display);color:var(--gray-900);letter-spacing:-.02em;max-width:520px;margin:0 auto 20px;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.15}.landing-module__79oWsG__h2Desc{color:var(--gray-500);max-width:460px;margin:0 auto;font-size:1.05rem}.landing-module__79oWsG__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.landing-module__79oWsG__moodSection{background:linear-gradient(180deg, white 0%, var(--green-50) 100%);padding:120px 24px}.landing-module__79oWsG__container960{text-align:center;max-width:960px;margin:0 auto}.landing-module__79oWsG__statsSection{background:linear-gradient(135deg, var(--green-600) 0%, var(--green-800) 100%);padding:120px 24px;position:relative;overflow:hidden}.landing-module__79oWsG__statsBgOrb1{background:#ffffff0d;border-radius:50%;width:500px;height:500px;position:absolute;top:-120px;right:-120px}.landing-module__79oWsG__statsBgOrb2{background:#ffffff0a;border-radius:50%;width:340px;height:340px;position:absolute;bottom:-80px;left:-80px}.landing-module__79oWsG__statsContainer{z-index:1;max-width:1100px;margin:0 auto;position:relative}.landing-module__79oWsG__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;margin-bottom:80px;display:grid}.landing-module__79oWsG__statItem{text-align:center}.landing-module__79oWsG__statNumber{font-family:var(--font-display);color:#fff;margin-bottom:4px;font-size:3.5rem;font-weight:900;line-height:1}.landing-module__79oWsG__statSuffix{opacity:.7;margin-left:4px;font-size:1.2rem;font-weight:500}.landing-module__79oWsG__statsCta{text-align:center}.landing-module__79oWsG__statsCtaTitle{font-family:var(--font-display);color:#fff;letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);font-weight:800}.landing-module__79oWsG__statsCtaDesc{color:#ffffffb3;margin-bottom:36px;font-size:1.05rem}.landing-module__79oWsG__statsCtaBtn{color:var(--green-700);background:#fff;padding:16px 40px;font-size:1rem;box-shadow:0 8px 32px #0003}.landing-module__79oWsG__footer{background:var(--gray-900);padding:48px 24px}.landing-module__79oWsG__footerContainer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;max-width:1200px;margin:0 auto;display:flex}.landing-module__79oWsG__footerLogoWrap{align-items:center;gap:10px;display:flex}.landing-module__79oWsG__footerLogoIcon{background:linear-gradient(135deg, var(--green-400), var(--green-600));border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:flex}.landing-module__79oWsG__footerLogoText{font-family:var(--font-display);color:#fff;font-size:1.05rem;font-weight:700}.landing-module__79oWsG__footerCopy{color:var(--gray-500);font-size:.875rem}.landing-module__79oWsG__heroH1{font-family:var(--font-display);letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(4rem,10vw,8rem);font-weight:900;line-height:1}.landing-module__79oWsG__moodGrid{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.landing-module__79oWsG__moodCard{border:1px solid #0000000a;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100px;height:100px;display:flex;box-shadow:0 4px 14px #0000000a}.landing-module__79oWsG__moodEmoji{font-size:40px}.landing-module__79oWsG__moodLabel{font-size:.9rem;font-weight:600}.landing-module__79oWsG__statLabel{color:#ffffffa6;margin-top:8px;font-size:.9375rem}.landing-module__79oWsG__moodPill{cursor:pointer;border-radius:20px;flex-direction:column;align-items:center;gap:10px;padding:24px 28px;transition:box-shadow .25s;display:flex}
