:root{font-family:var(--font-body);color:#2f3a2f;--font-body:"Nunito", sans-serif;--font-heading:"Lora", serif;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f6f1e8;font-weight:400;line-height:1.5}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px;font-family:var(--font-body);background:#f6f1e8}button,input,textarea,select{font-family:var(--font-body)}h1,h2,h3{font-family:var(--font-heading)}.btn{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:10px;min-height:46px;padding:10px 20px;font-family:inherit;font-size:.98rem;font-weight:500;line-height:1;text-decoration:none;transition:all .2s;display:inline-flex}.btnIcon{object-fit:contain;width:16px;height:16px}.btn span{align-items:center;display:inline-flex}.btnPrimary{color:#fff;background:#7d9987;border:1px solid #7d9987}.btnPrimary:hover{background:#6f8d7a;border-color:#6f8d7a}.btnSecondary{color:#2f3a34;background:#fbf8f2;border:1px solid #d8ceb5}.btnSecondary:hover{background:#f5f0e5}.btnFull{width:100%}.btnDanger{color:#fff;background:#d88989;border:1px solid #d88989}.btnDanger:hover{background:#c97777;border-color:#c97777}.btnText{color:#2f3a34;background:0 0;border:none}.btnText:hover{color:#1f1d1b}.checkInReminderOverlay{z-index:90;background:#1f1d1b7a;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.checkInReminderPopup{text-align:center;background:#f1ead8;border:1px solid #d8d0be;border-radius:16px;width:min(420px,100%);padding:28px;box-shadow:0 18px 48px #1f1d1b3d}.checkInReminderIcon{background:#e7ece4;border-radius:999px;justify-content:center;align-items:center;width:54px;height:54px;margin:0 auto 18px;display:flex}.checkInReminderIcon img{width:26px;height:26px}.checkInReminderPopup h2{color:#1f1d1b;font-size:1.55rem;font-family:var(--font-heading);margin:0 0 12px}.checkInReminderPopup p{color:#5f5d58;font-family:var(--font-body);margin:0 0 24px;line-height:1.55}.checkInReminderActions,.checkInReminderSnoozeOptions{gap:10px;display:grid}.checkInReminderActions button{border-radius:10px;min-height:42px;font-family:inherit;font-size:1rem}.authPage{background:#fbfaf6;justify-content:center;align-items:center;min-height:100vh;padding:32px;display:flex}.authCard,.onboardingCard{background:#f3ecd8;border:1px solid #e2dccd;border-radius:18px;width:100%;max-width:560px;padding:32px}.authLogo{color:#78907f;margin-bottom:24px;font-size:2rem;font-weight:700}.authCard h1,.onboardingCard h1{color:#232320;margin:0 0 12px;font-size:2rem}.authCard p,.onboardingCard p{color:#5f625c;margin:0 0 24px;line-height:1.6}.authActions,.onboardingActions{gap:12px;margin-top:24px;display:flex}.authPrimaryButton,.authSecondaryButton{cursor:pointer;text-align:center;border:1px solid #0000;border-radius:10px;padding:12px 18px;font-size:.95rem;font-weight:600;text-decoration:none}.authPrimaryButton{color:#fff;background:#7f9988;flex:1}.authSecondaryButton{color:#33332f;background:#fbfaf6;border-color:#ddd8cb;flex:1}.authBackLink,.authTextLink{color:#4f5f53;margin-bottom:20px;font-size:.95rem;text-decoration:none;display:inline-block}.authTextLink{margin-top:18px;margin-bottom:0}.authForm{flex-direction:column;gap:16px;display:flex}.authForm label{color:#33332f;flex-direction:column;gap:8px;font-weight:600;display:flex}.authForm input{background:#fff;border:1px solid #ddd8cb;border-radius:10px;padding:12px 14px;font-size:.95rem}.onboardingTop{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.onboardingTop span{color:#78907f;font-weight:600}.optionList,.optionGrid{gap:12px;display:grid}.optionGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.optionButton{color:#33332f;text-align:left;cursor:pointer;background:#fbfaf6;border:1px solid #ddd8cb;border-radius:12px;padding:14px 16px;font-size:.95rem}.optionButton.active{color:#fff;background:#7f9988;border-color:#7f9988}.onboardingStep.center{text-align:center}.tipsList{text-align:left;background:#fbfaf6;border:1px solid #ddd8cb;border-radius:12px;padding:16px}.tipsList p{margin:0 0 10px}.tipsList p:last-child{margin-bottom:0}.authError{color:#8a2f2f;background:#f7dddd;border:1px solid #e2aaaa;border-radius:10px;margin-bottom:16px;padding:12px 14px}.passwordInputWrapper{width:100%;position:relative}.passwordInputWrapper input{width:100%;padding-right:52px}.passwordToggle{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:22px;height:22px;padding:0;display:flex;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.passwordToggle img{object-fit:contain;opacity:.7;width:20px;height:20px}.passwordToggle:hover img{opacity:1}@media (width<=640px){.authPage{padding:20px}.authCard,.onboardingCard{padding:24px}.authActions,.onboardingActions{flex-direction:column}.optionGrid{grid-template-columns:1fr}}.sidebar{background:#e7dfcc;border-right:1px solid #d8cfb8;flex-direction:column;justify-content:space-between;align-self:flex-start;width:232px;height:100vh;padding:22px 14px 18px;display:flex;position:sticky;top:0}.sidebarTop{flex-direction:column;flex:1;min-height:0;display:flex}.brand{padding:0 4px 20px}.brandLogo{width:180px;max-width:100%;display:block}.brand p{color:#6f776c;margin:8px 0 0;font-size:.92rem;line-height:1.4}.mainNav,.subNav{flex-direction:column;gap:8px;display:flex}.mainNav{min-height:0;margin-top:8px;overflow-y:auto}.navLink{text-decoration:none}.sideLink{color:#2f3a2f;border-radius:14px;align-items:center;gap:12px;min-height:44px;padding:11px 14px;font-size:.98rem;font-weight:500;transition:background .2s,color .2s,box-shadow .2s;display:flex}.sideLink span{line-height:1;transform:translateY(1px)}.sideIcon{flex-shrink:0;width:18px;height:18px;display:block}.sideLink:hover{background:#7ea08b1f}.sideLinkActive{color:#fff;background:#7ea08b;box-shadow:0 4px 10px #0000000f}.sidebarBottom{border-top:1px solid #d8cfb8;flex-direction:column;flex-shrink:0;gap:12px;margin-top:22px;padding-top:14px;display:flex}.sidebarTimerCard{color:#1f1d1b;background:#e9e7d8;border:1px solid #bfc5b9;border-radius:14px;margin-top:8px;padding:14px;text-decoration:none;display:block}.sidebarTimerHeader{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.sidebarTimerTitle{color:#1f1d1b;align-items:center;gap:8px;font-size:.9rem;font-weight:600;display:flex}.sidebarTimerIcon,.sidebarTimerStateIcon{object-fit:contain;width:16px;height:16px}.sidebarTimerCard strong{color:#1f1d1b;margin-bottom:8px;font-size:1rem;display:block}.sidebarTimerCard p{color:#5f5d58;margin:0;font-size:.82rem}@media (width<=1024px){.sidebar{width:210px;padding:20px 12px 16px}.brandLogo{width:165px}}@media (width<=768px){.sidebar{border-bottom:1px solid #d8cfb8;border-right:none;width:100%;height:auto;position:static}}.pageHeader{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.pageHeaderContent{min-width:0}.pageHeaderTitle{color:#1f1f1f;margin:0;font-weight:700;line-height:1.1}.pageHeaderSubtitle{color:#4f5558;margin:12px 0 0;line-height:1.4}.pageHeaderAction{flex-shrink:0;justify-content:flex-end;align-items:flex-start;display:flex}.pageHeaderDefault .pageHeaderTitle{font-size:2.25rem}.pageHeaderDefault .pageHeaderSubtitle{font-size:.95rem}.pageHeaderDashboard{margin-bottom:32px}.pageHeaderDashboard .pageHeaderTitle{font-size:2.5rem}.pageHeaderDashboard .pageHeaderSubtitle{font-size:1rem}.pageHeaderButton{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:56px;height:56px;padding:0;display:flex}.pageHeaderIcon{width:44px;height:44px;display:block}@media (width<=768px){.pageHeader{flex-direction:column;align-items:flex-start}.pageHeaderAction{justify-content:flex-start;width:100%}.pageHeaderDashboard .pageHeaderTitle{font-size:2.5rem}.pageHeaderDefault .pageHeaderTitle{font-size:1.9rem}}.layout{background:#f6f1e8;min-height:100vh;display:flex}.layoutContent{flex:1;padding:32px}.layoutBody{width:100%}@media (width<=1024px){.layoutContent{padding:24px}}@media (width<=768px){.layout{flex-direction:column}.layoutContent{padding:20px}}.banner{box-sizing:border-box;background:#7693821a;border:1px solid #769382;border-radius:10px;justify-content:space-between;align-items:center;gap:24px;width:100%;min-height:84px;padding:16px 20px 16px 16px;display:flex}.bannerLeft{align-items:center;gap:12px;min-width:0;display:flex}.bannerIcon{flex-shrink:0;width:22px;height:20px}.banner h3{font-family:var(--font-heading);color:#1a1a1a;margin:0;font-size:20px;font-weight:700;line-height:27px}.banner p{font-family:var(--font-body);color:#414141;margin:0;font-size:16px;font-weight:400;line-height:22px}.pageHeaderButton{cursor:pointer;background:#fbf8f2;border:1px solid #d8ceb5;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;padding:0;transition:all .2s;display:flex}.pageHeaderButton:hover{background:#f3eee3}.pageHeaderIcon{width:20px;height:20px}.focusPopupWrapper{position:relative}.focusPopup{z-index:20;background:#f1ead8;border:1px solid #d8d0be;border-radius:16px;width:390px;padding:20px;position:absolute;top:58px;right:0;box-shadow:0 12px 32px #2d2b282e}.focusPopupHeader h3{color:#1f1d1b;font-family:var(--font-heading);margin:0 0 6px;font-size:1.45rem}.focusPopupHeader p{color:#5f5d58;margin:0 0 18px;font-size:.92rem;line-height:1.45}.focusTabs{background:#e8e1cc;border-radius:12px;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px;padding:6px;display:grid}.focusTabs button{color:#25221f;cursor:pointer;background:0 0;border:none;border-radius:9px;min-height:36px;font-family:inherit;font-weight:600}.focusTabs button.active{color:#fffdf8;background:#78957f}.focusAddForm{grid-template-columns:1fr 46px;gap:10px;margin-bottom:16px;display:grid}.focusAddForm input{color:#25221f;background:#fffdf8;border:1px solid #d8d0be;border-radius:10px;width:100%;height:46px;padding:0 14px;font-family:inherit;font-size:.95rem}.focusTaskList{gap:10px;max-height:280px;margin:0;padding:0;list-style:none;display:grid;overflow-y:auto}.focusTaskItem{background:#fffdf8;border:1px solid #ded6c3;border-radius:12px;grid-template-columns:28px 1fr auto 28px;align-items:center;gap:10px;padding:12px;display:grid}.focusTaskItem.done span{color:#8a867d;text-decoration:line-through}.focusTaskCheck{color:#fffdf8;cursor:pointer;background:0 0;border:1px solid #78957f;border-radius:999px;place-items:center;width:24px;height:24px;display:grid}.focusTaskCheck.done{background:#78957f}.focusTaskItem span{color:#25221f;font-size:.95rem;line-height:1.35}.focusTaskItem small{color:#5f7565;white-space:nowrap;background:#e7efe6;border-radius:999px;padding:4px 8px;font-size:.72rem}.focusTaskDelete{color:#8a867d;cursor:pointer;background:0 0;border:none;border-radius:999px;width:28px;height:28px;font-size:1.3rem;line-height:1}.focusTaskDelete:hover{color:#8a2f2f;background:#f3eee3}.focusEmptyState{color:#5f5d58;text-align:center;border:1px dashed #d8d0be;border-radius:12px;padding:18px}.focusError{color:#8a2f2f;background:#f7dddd;border:1px solid #e2aaaa;border-radius:10px;margin:0 0 12px;padding:10px 12px;font-size:.9rem}.focusBadge{background:#769382;border-radius:50%;width:10px;height:10px;position:absolute;top:6px;right:6px}@media (width<=640px){.focusPopup{width:min(390px,100vw - 40px);left:0;right:auto}.focusTaskItem{grid-template-columns:28px 1fr 28px}.focusTaskItem small{grid-column:2/3;width:fit-content}}.checkinCard{background:#f1ead7;border:1px solid #d8ceb5;border-radius:18px;justify-content:space-between;align-items:center;gap:20px;min-height:108px;padding:20px 24px;display:flex}.checkinLeft{align-items:center;gap:16px;display:flex}.iconCircle{background:#dbe5da;border:1px solid #bdd0c1;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.checkinIcon{width:22px;height:22px}.checkinCard h3{color:#2d2b28;margin:0 0 6px;font-size:1.1rem;font-weight:700}.checkinCard p{color:#666864;margin:0;font-size:.97rem}@media (width<=760px){.checkinCard{flex-direction:column;align-items:flex-start}}.card{box-sizing:border-box;background:#f8f6f0;border:1px solid #c8d4ca;border-radius:18px;overflow:hidden}.cardToday{padding:0}.cardHeader{justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.cardHeaderLeft h3{color:#2d2b28;margin:0;font-size:1.02rem;font-weight:700}.cardIcon{flex-shrink:0;width:18px;height:18px}.metrics{border-top:1px solid #c8d4ca;grid-template-columns:1fr 1fr;gap:34px;padding:22px 20px 24px;display:grid}.metricTop{justify-content:space-between;margin-bottom:12px;display:flex}.progress{background:#dfe8e2;border-radius:999px;width:100%;height:10px;overflow:hidden}.progressFill{background:#7d9987;border-radius:999px;height:100%}.checkins{padding:0 20px 22px}.checkinsList{flex-direction:column;gap:12px;display:flex}.checkinsItem{background:#dfe6e2;border-radius:12px;justify-content:space-between;gap:14px;padding:14px 20px;display:flex}@media (width<=760px){.metrics{grid-template-columns:1fr}.checkinsItem{flex-direction:column}}.cardHighlight{background:#f1ead7;border:1px solid #d8ceb5;border-radius:18px;flex-direction:column;min-height:126px;padding:22px;display:flex}.cardMiniLabel{color:#5f615d;margin:14px 0 6px;font-size:.95rem}.cardHighlight h3{color:#2d2b28;margin:6px 0 0;font-size:1rem;font-weight:500;line-height:1.45}.cardPause{background:#f8f6f0;border:1px solid #c8d4ca;border-radius:18px;flex-direction:column;min-height:216px;display:flex;overflow:hidden}.cardHeader{justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.cardHeaderBordered{border-bottom:1px solid #b9cabc}.cardHeaderLeft{align-items:center;gap:10px;display:flex}.cardHeaderLeft h3{margin:0;font-size:1.02rem;font-weight:700}.cardBody{flex-direction:column;flex:1;gap:20px;padding:20px;display:flex}.cardBody p{color:#5f615d;margin:0;padding-bottom:10px}.monthSection{width:100%}.cardMonth{background:#f1ead7;border:1px solid #d8ceb5;border-radius:18px;min-height:160px;position:relative}.monthStats{grid-template-columns:repeat(3,1fr);gap:16px;padding:0 20px 20px;display:grid}.monthStats>div{background:#ffffff61;border-radius:14px;padding:14px}.monthStats span{color:#6a6c67;margin-bottom:6px;font-size:.88rem;display:block}.monthStats strong{color:#2d2b28;font-size:1.12rem}.monthStatsBlurred{filter:blur(4px);opacity:.45}.premiumLabel{color:#5f615d;align-items:center;gap:6px;font-size:.94rem;display:flex}.premiumLabelIcon{width:14px;height:14px}.premiumOverlay{-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);background:#f8f6f038;justify-content:center;align-items:center;padding:18px;display:flex;position:absolute;inset:0}.premiumBox{text-align:center;background:#f8f6f0;border:1px solid #d8ceb5;border-radius:18px;width:min(100%,360px);padding:22px 24px;box-shadow:0 8px 24px #2d2b2814}.premiumOverlayIcon{width:30px;height:30px;margin-bottom:12px}.premiumBox h4{color:#2d2b28;margin:0 0 8px;font-size:1.05rem;font-weight:700}.premiumBox p{color:#5f615d;margin:0 0 16px;line-height:1.5}.actionsGrid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.cardAction{color:inherit;background:#f7f8f7;border:1px solid #c8d4ca;border-radius:18px;flex-direction:column;gap:10px;min-height:170px;padding:24px 22px;text-decoration:none;transition:all .2s;display:flex}.cardAction h3{color:#2d2b28;margin:16px 0 10px;font-size:1rem;font-weight:700}.cardAction p{color:#5f615d;margin:0;font-size:.97rem;line-height:1.5}.cardAction:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000014}@media (width<=1100px){.actionsGrid{grid-template-columns:1fr}}.dashboard{flex-direction:column;gap:20px;width:100%;display:flex}.dashboardMain{grid-template-columns:minmax(0,2.2fr) minmax(300px,1fr);align-items:stretch;gap:22px;display:grid}.dashboardLeft,.dashboardRight{flex-direction:column;gap:22px;display:flex}@media (width<=1100px){.dashboardMain{grid-template-columns:1fr}.dashboardRight{grid-template-columns:1fr 1fr;gap:22px;display:grid}}@media (width<=760px){.dashboardRight{grid-template-columns:1fr}}.checkInPage{justify-content:center;width:100%;display:flex}.checkInPanel{justify-content:center;align-items:flex-start;width:100%;max-width:760px;min-height:560px;padding-top:12px;display:flex}.checkInStep{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:460px;display:flex}.checkInStep h2{color:#2d2b28;margin:0 0 8px;font-size:1.9rem;font-weight:700;line-height:1.2}.checkInDescription{color:#6a6b67;max-width:420px;margin:0 0 22px;font-size:.95rem;line-height:1.5}.checkInIconWrap{background:#edf2ed;border:1px solid #769382;border-radius:999px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:18px;display:flex}.checkInTopIcon{width:24px;height:24px}.checkInIntro{margin-top:40px}.checkInIntroText{color:#5f615d;max-width:430px;margin:0 0 24px;font-size:.98rem;line-height:1.5}.checkInReasonBox{text-align:left;background:#f1ead7;border:1px solid #ddd1b9;border-radius:10px;width:100%;margin-bottom:18px;padding:18px 20px}.checkInReasonBox h3{color:#2d2b28;margin:0 0 12px;font-size:.98rem;font-weight:700}.checkInReasonBox ul{color:#5f615d;margin:0;padding-left:18px}.checkInReasonBox li{margin-bottom:8px;font-size:.92rem;line-height:1.45}.checkInScaleCard{background:#f1ead7;border:1px solid #ddd1b9;border-radius:10px;width:100%;margin-bottom:14px;padding:18px 18px 16px}.checkInValue{color:#2d2b28;margin-bottom:6px;font-size:2rem;font-weight:700;line-height:1}.checkInValueLabel{color:#4f514d;margin-bottom:18px;font-size:.9rem}.checkInRange{appearance:none;background:0 0;border-radius:999px;width:100%;margin:0 0 8px}.checkInRange::-webkit-slider-runnable-track{background:0 0;border-radius:999px;height:6px}.checkInRange::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#fff;border:1px solid #7e9a88;border-radius:999px;width:14px;height:14px;margin-top:-4px}.checkInRange::-moz-range-track{background:#d8dfd9;border-radius:999px;height:6px}.checkInRange::-moz-range-thumb{cursor:pointer;background:#fff;border:1px solid #7e9a88;border-radius:999px;width:14px;height:14px}.checkInRangeLabels{color:#7a7d77;justify-content:space-between;gap:16px;font-size:.72rem;display:flex}.checkInInfoBox{text-align:left;background:#f4f7fa;border:1px solid #8cb2c8;border-radius:8px;align-items:flex-start;gap:10px;width:100%;margin-top:18px;margin-bottom:18px;padding:10px 12px;display:flex}.checkInInfoBox img{flex-shrink:0;width:16px;height:16px;margin-top:2px}.checkInInfoBox p{color:#617065;margin:0;font-size:.82rem;line-height:1.4}.checkInNoteCard{text-align:left;background:#f1ead7;border:1px solid #ddd1b9;border-radius:10px;width:100%;margin-bottom:18px;padding:18px}.checkInTextarea{resize:vertical;width:100%;min-height:90px;font:inherit;color:#2d2b28;box-sizing:border-box;background:#fbfaf6;border:1px solid #d6d8d3;border-radius:8px;outline:none;padding:12px 14px}.checkInTextarea:focus{border-color:#8ea897}.checkInNoteHint{color:#7a7d77;margin:10px 0 0;font-size:.78rem;line-height:1.4}.checkInSummaryStep{margin-top:10px}.checkInSummaryCard{text-align:left;box-sizing:border-box;background:#f1ead7;border:1px solid #ddd1b9;border-radius:10px;width:100%;margin-bottom:18px;padding:18px}.checkInSummaryCard h3{color:#2d2b28;text-align:center;margin:0 0 16px;font-size:1rem;font-weight:700}.checkInSummaryGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.checkInSummaryItem{text-align:center}.checkInSummaryItem span{color:#666864;margin-bottom:6px;font-size:.85rem;display:block}.checkInSummaryItem strong{color:#2d2b28;margin-bottom:6px;font-size:1.8rem;line-height:1;display:block}.checkInSummaryItem small{color:#666864;font-size:.8rem}.checkInNoteSummary{border-top:1px solid #ddd1b9;width:100%;margin-top:20px;padding-top:16px}.checkInNoteSummary span{color:#6a6b67;min-width:0;margin-bottom:8px;font-size:.9rem;display:block}.checkInNoteSummary p{color:#2d2b28;box-sizing:border-box;overflow-wrap:anywhere;word-break:break-word;white-space:pre-wrap;background:#fbfaf6;border:1px solid #e2e0d8;border-radius:8px;width:100%;margin:0;padding:12px 14px;font-size:.95rem;line-height:1.5;display:block}.checkInActions{justify-content:space-between;align-items:center;gap:14px;width:100%;display:flex}.checkInActionsCenter{justify-content:center}.checkInError{color:#8a2f2f;background:#f7dddd;border:1px solid #e2aaaa;border-radius:10px;margin:0 0 14px;padding:12px 14px;font-size:.9rem}@media (width<=640px){.checkInPanel{min-height:auto;padding-top:0}.checkInStep{max-width:100%}.checkInSummaryGrid{grid-template-columns:1fr}.checkInActions{flex-direction:column;align-items:stretch}}.filterTabs{background:#eee9d8;border-radius:14px;align-items:center;gap:8px;width:fit-content;padding:8px;display:inline-flex}.filterTab{color:#25221f;cursor:pointer;background:#f4ecd9;border:1px solid #d8d0be;border-radius:10px;justify-content:center;align-items:center;gap:10px;min-width:150px;min-height:48px;padding:10px 18px;font-family:inherit;font-size:1rem;font-weight:500;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.filterTab:hover{background:#e8e1cc}.filterTab.active{color:#fff;background:#8ea08e;border-color:#8ea08e}.filterTabIcon{object-fit:contain;width:18px;height:18px}@media (width<=640px){.filterTabs{width:100%;overflow-x:auto}.filterTab{flex:1;min-width:140px}}.filterTabs.compact{border-radius:8px;gap:4px;padding:6px}.filterTabs.compact .filterTab{border-radius:6px;gap:6px;min-width:auto;min-height:30px;padding:5px 14px;font-size:.82rem}.filterTabs.compact .filterTabIcon{width:12px;height:12px}.filterTab.locked{color:#25221f;background:#8f8a80;border-color:#8f8a80}.filterTab.locked:hover{cursor:not-allowed;background:#8f8a80}.pauseCardLink{color:inherit;text-decoration:none;display:block}.pauseCardLink:hover .pauseCard{transform:translateY(-2px);box-shadow:0 8px 18px #50564e14}.pauseCard{background:#f6f1e4;border:1px solid #ebe2cf;border-radius:12px;flex-direction:column;justify-content:space-between;min-height:108px;padding:14px 14px 12px;transition:transform .2s,box-shadow .2s;display:flex}.pauseCardTop{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.pauseCardTitleWrapper{flex:1;align-items:flex-start;gap:10px;min-width:0;display:flex}.pauseCardIcon{color:#8ea08e;background:#e8e4d6;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.pauseCardText{min-width:0}.pauseCardText h3{color:#2f312d;margin:2px 0 4px;font-size:.95rem;font-weight:600;line-height:1.25}.pauseCardText p{color:#70756d;margin:0;font-size:.84rem;line-height:1.45}.pauseFavoriteButton{color:#8d8d84;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:2px;transition:color .2s,transform .2s;display:flex}.pauseFavoriteButton:hover{transform:scale(1.05)}.pauseFavoriteButton.active{color:#8ea08e}.pauseCardMeta{color:#6f756c;align-items:center;gap:6px;margin-top:14px;font-size:.78rem;display:inline-flex}.pausePage{flex-direction:column;gap:20px;display:flex}.pauseGrid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px;display:grid}.pauseSessionContent{flex-direction:column;align-items:center;gap:22px;padding-top:12px;display:flex}.pauseDetailContent,.pauseSessionContent,.pauseCompleteContent{width:100%;max-width:620px;margin:0 auto}.pauseCompleteWrapper{justify-content:center;align-items:center;min-height:70vh}.pauseCompleteAction{width:100%;max-width:500px}.pauseCompleteAction .btn{width:100%}.pauseBackButton{align-self:flex-start;width:fit-content}.pauseStatusText{color:#6f756c;margin:0;font-size:.95rem}.pauseDropdownButton{color:#78907f;cursor:pointer;background:#f3ecd8;border:1px solid #e0d9c8;border-radius:10px;justify-content:space-between;align-items:center;width:100%;max-width:500px;padding:14px 16px;font-weight:600;display:flex}.pauseDropdownContent{background:#fbfaf6;border:1px solid #e5dfd2;border-radius:12px;width:100%;max-width:500px;padding:16px}.pauseCardLink{color:inherit;text-decoration:none}.pauseCard{border-radius:18px;min-height:150px;padding:22px}.pauseCardTop{gap:18px}.pauseCardTitleWrapper{gap:16px}.pauseCardIcon{border-radius:999px;width:48px;height:48px}.pauseCardIconImage{width:26px;height:26px}.pauseCardText h3{font-size:1.08rem}.pauseCardText p{font-size:.95rem;line-height:1.45}.pauseCardMeta{margin-top:20px}.pauseFavoriteButton{cursor:pointer;border-radius:999px;place-items:center;width:42px;min-width:42px;height:42px;margin-top:-12px;margin-right:-12px;transition:background .2s,border-color .2s,transform .2s,box-shadow .2s;display:grid}.pauseFavoriteButton:hover{background:#eef4ec;border-color:#78957f;transform:translateY(-1px);box-shadow:0 4px 12px #1f1d1b14}.pauseFavoriteButton.active{background:#e7efe6;border-color:#78957f}.pauseFavoriteIcon{object-fit:contain;pointer-events:none;width:24px;height:24px}.pauseDropdownIcon{object-fit:contain;width:14px;height:14px}@media (width<=900px){.pauseGrid{grid-template-columns:1fr}}.breathingOverviewTop{justify-content:space-between;align-items:center;gap:16px;display:flex}.pauseEmptyState{text-align:center;background:#f6f1e4;border:1px solid #ebe2cf;border-radius:16px;padding:28px}.pauseEmptyState h3{margin:0 0 8px}.pauseEmptyState p{color:#6f756c;margin:0}.pauseDetailHeader{align-items:center;gap:16px;margin-bottom:24px;display:flex}.pauseDetailIconCircle,.pauseSessionIconCircle{background:#f1efe7;border:1px solid #e1ddcf;border-radius:999px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.pauseDetailIconCircle img,.pauseSessionIconCircle img{object-fit:contain;width:24px;height:24px}.pauseDetailIconCircle span,.pauseSessionIconCircle span{color:#78907f;font-size:.7rem}.pauseDetailHeaderText h2{color:#232320;margin:0 0 4px;font-size:2rem}.pauseDetailHeaderText span{color:#7b8e7f;font-size:.95rem;font-weight:600}@media (width<=640px){.pauseDetailHeader{align-items:flex-start}.pauseDetailHeaderText h2{font-size:1.55rem}}.pauseInstructionsCard{background:#f3ecd8;border:1px solid #e3dac0;border-radius:18px;margin-bottom:18px;padding:24px}.pauseInstructionsCard h3{color:#78907f;margin:0 0 16px;font-size:1.8rem}.pauseInstructionsList{color:#3b3b35;flex-direction:column;gap:14px;margin:0;padding-left:22px;line-height:1.5;display:flex}@media (width<=640px){.pauseInstructionsCard{padding:18px}.pauseInstructionsCard h3{font-size:1.35rem}}.pauseInfoCard{background:#f8f8f3;border:1px solid #9fb09f;border-radius:14px;margin-bottom:24px;padding:18px}.pauseInfoCard h4{color:#232320;margin:0 0 10px;font-size:1.15rem}.pauseInfoCard p{color:#55554e;margin:0;line-height:1.55}.pauseMethodGrid{grid-template-columns:1fr;gap:12px;display:grid}.pauseMethodCard{color:inherit;background:#fbfaf6;border:1px solid #e1ddcf;border-radius:14px;padding:16px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block}.pauseMethodCard:hover{transform:translateY(-2px);box-shadow:0 8px 18px #50564e14}.pauseMethodCard h4{color:#232320;margin:0 0 6px;font-size:1rem}.pauseMethodCard p{color:#55554e;margin:0 0 10px;font-size:.9rem;line-height:1.45}.pauseMethodCard span{color:#78907f;font-size:.85rem;font-weight:600}.pauseTimer{text-align:center;color:#1f1f1b;letter-spacing:1px;width:100%;margin:48px 0 20px;font-size:4.5rem;font-weight:700;line-height:1}@media (width<=640px){.pauseTimer{font-size:3.4rem}}.pauseProgressBar{background:#ece8df;border-radius:999px;width:100%;max-width:500px;height:10px;overflow:hidden}.pauseProgressFill{background:#8ea08e;border-radius:999px;height:100%;transition:width 1s linear}.pauseSessionButtons{gap:12px;width:100%;max-width:500px;margin-top:8px;display:flex}.pauseSessionButtons .btn{flex:1}@media (width<=640px){.pauseSessionButtons{flex-direction:column}}.breathingExercise{width:100%;max-width:1180px;margin:0 auto;padding-top:8px}.breathingStage{justify-content:center;width:100%;min-height:620px;display:flex;position:relative}.breathingCenter{flex-direction:column;align-items:center;width:100%;max-width:520px;display:flex}.breathingHeader{text-align:center;flex-direction:column;align-items:center;gap:14px;margin-bottom:34px;display:flex}.breathingIconCircle{color:#78957f;background:#eff0e5;border:1px solid #d8d0be;border-radius:999px;place-items:center;width:64px;height:64px;font-size:1.8rem;display:grid}.breathingIconCircle img{object-fit:contain;width:32px;height:32px}.breathingHeader h2{color:#1f1d1b;margin:0;font-size:1.5rem;line-height:1.1}.breathingHeader .btn{min-width:110px;height:44px}.breathingOrbWrapper{justify-content:center;align-items:center;min-height:260px;display:flex}.breathingOrb{width:240px;height:240px;transition:transform var(--breathing-duration) ease-in-out, background .3s ease;background:#78957f;border-radius:999px;place-items:center;display:grid;transform:scale(.82);box-shadow:0 26px 70px #78957f38}.breathingOrbInner{color:#fffdf8;text-align:center;border:1px solid #fffdf847;border-radius:999px;align-content:center;place-items:center;width:72%;height:72%;display:grid}.breathingOrbInner span{font-size:.95rem;font-weight:700}.breathingOrbInner strong{margin-top:4px;font-size:2rem;line-height:1}.breathingOrb.isRunning.breathingOrb-inhale,.breathingOrb.isRunning.breathingOrb-secondInhale{transform:scale(1.12)}.breathingOrb.isRunning.breathingOrb-exhale{transform:scale(.78)}.breathingOrb.isRunning.breathingOrb-holdAfterInhale{transform:scale(1.12)}.breathingOrb.isRunning.breathingOrb-holdAfterExhale{transform:scale(.78)}.breathingPhaseInfo{text-align:center;margin-top:18px}.breathingPhaseInfo h3{color:#1f1d1b;margin:0 0 6px;font-size:1.35rem;line-height:1.2}.breathingPhaseInfo p{color:#5f5d58;margin:0;font-size:1rem}.breathingStats{grid-template-columns:repeat(4,1fr);gap:10px;width:100%;max-width:470px;margin-top:24px;display:grid}.breathingStats div{text-align:center;background:#f1ead8;border:1px solid #e0d9c8;border-radius:14px;flex-direction:column;justify-content:center;min-height:76px;padding:12px 10px;display:flex}.breathingStats div.active{background:#e7efe6;border-color:#78957f}.breathingStats span{color:#5f5d58;margin-bottom:6px;font-size:.8rem}.breathingStats strong{color:#1f1d1b;font-size:1rem}.breathingCenter>.btn{width:100%;max-width:470px;margin-top:18px}.breathingSide{width:230px;position:absolute;top:245px;right:20px}.breathingMethods{background:#fffdf8;border:1px solid #d8d0be;border-radius:18px;padding:22px}.breathingMethods h3{color:#1f1d1b;margin:0 0 16px;font-size:1.25rem;line-height:1.2}.breathingMethodList{gap:10px;display:grid}.breathingMethodOption{color:#1f1d1b;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:1rem}.breathingMethodOption:hover{color:#78957f}.breathingMethodOption.active{color:#78957f;font-weight:700}.breathingMethodsEmpty{color:#5f5d58;margin:0;font-size:.95rem;line-height:1.5}@media (width<=1100px){.breathingSide{width:100%;max-width:470px;margin:30px auto 0;position:static}.breathingStage{flex-direction:column;align-items:center}}@media (width<=640px){.breathingStats{grid-template-columns:repeat(2,1fr)}.breathingOrb{width:210px;height:210px}}.pauseCompleteContent{text-align:center;flex-direction:column;align-items:center;display:flex}.pauseCompleteIcon{color:#8ea08e;background:#eef2ea;border:1px solid #e1ddcf;border-radius:999px;justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:24px;display:flex}.pauseCompleteIcon img{object-fit:contain;width:40px;height:40px}.pauseCompleteContent h2{color:#232320;margin:0 0 4px;font-size:2rem}.pauseCompleteContent p{color:#55554e;max-width:420px;margin:0 0 24px;line-height:1.55}.pauseCompleteButtons{gap:12px;width:100%;max-width:420px;display:flex}@media (width<=640px){.pauseCompleteContent h2{font-size:1.55rem}.pauseCompleteButtons{flex-direction:column}}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.stat-card{background:#f3ead4;border-radius:8px;padding:1rem}.stat-card h4{font-size:.95rem;font-family:var(--font-heading);margin:0 0 1rem}.stat-card strong{margin-bottom:.7rem;font-size:2rem;line-height:1;display:block}.stat-card p{color:#5f6158;font-size:.82rem;font-family:var(--font-body);margin:0}@media (width<=1000px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.stats-grid{grid-template-columns:1fr}}.chart-card{background:#f3ead4;border-radius:8px;min-height:260px;padding:1rem}.chart-card h3{font-size:1rem;font-family:var(--font-heading);margin:0 0 .25rem}.chart-wrapper{height:210px;margin-top:1rem}.chart-empty{text-align:center;color:#5f6158;place-items:center;height:100%;font-size:.9rem;display:grid}.recommendation-card{background:#f5f7ef;border:1px solid #8aa691;border-radius:10px;padding:1.3rem}.recommendation-card h3{font-size:1rem;font-family:var(--font-heading);margin:0 0 .25rem}.recommendation-item{align-items:center;gap:1rem;margin-top:1.1rem;display:flex}.recommendation-item span{background:#c7d8ca;border-radius:50%;place-items:center;width:42px;height:42px;font-size:1.2rem;display:grid}.recommendation-item h4{font-family:var(--font-heading);margin:0 0 .25rem}.recommendation-item p{color:#5f6158;font-size:.82rem;font-family:var(--font-body);margin:0}.day-detail h2{font-family:var(--font-heading);margin:0 0 1rem;font-size:1.6rem}.locked-detail{background:#fffaf0;border-radius:12px;min-height:310px;padding:1rem;position:relative;overflow:hidden;box-shadow:0 3px 14px #0000001f}.blurred-list{filter:blur(6px);opacity:.85}.timeline-row{align-items:center;gap:1.2rem;padding:.7rem 1rem;display:flex}.timeline-row span{background:#89b89d;border-radius:50%;width:32px;height:32px}.timeline-row:nth-child(odd) span{background:#ecd37b}.timeline-row p{font-family:var(--font-body);margin:0;font-weight:600}.locked-modal{text-align:center;background:#fffdf8;border:1px solid #d8d0be;border-radius:10px;width:min(360px,80%);padding:1.7rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 12px 28px #00000029}.locked-modal p{color:#5f6158;font-size:.82rem;font-family:var(--font-body);margin:0}.locked-modal h3{font-family:var(--font-heading);margin:0 0 .6rem}.lock-icon{color:#78977f;background:#e7efe6;border-radius:50%;place-items:center;width:38px;height:38px;margin:0 auto .7rem;display:grid}.locked-modal .btn{margin-top:1rem}@media (width<=650px){.locked-modal{width:calc(100% - 2rem)}}.insights-page{flex-direction:column;gap:1.4rem;display:flex}.insights-date{margin:0;font-weight:700}.insights-charts{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}@media (width<=1000px){.insights-charts{grid-template-columns:1fr}}.dayClosingPage{justify-content:center;width:100%;padding:78px 32px 40px;display:flex}.dayClosingCard{text-align:center;border-radius:10px;width:100%;max-width:760px;padding:32px 36px}.dayClosingIntroCard,.dayClosingEndCard{background:0 0;border:none;max-width:760px;padding:0}.dayClosingIconCircle{background:#eef0e7;border-radius:50%;justify-content:center;align-items:center;width:78px;height:78px;margin:0 auto 24px;display:flex}.dayClosingIconCircle img{width:36px;height:36px}.dayClosingProgress{background:#dbe2dd;border-radius:999px;width:100%;height:12px;margin-bottom:8px;overflow:hidden}.dayClosingProgressFill{border-radius:inherit;background:#78957f;height:100%}.dayClosingStep{color:#4f4d48;text-align:left;margin-bottom:28px;font-size:1rem;font-weight:400;display:block}.dayClosingCard h2{color:#1f1d1b;font-family:var(--font-heading);margin:0 0 14px;font-size:2rem;line-height:1.2}.dayClosingIntroCard h2,.dayClosingEndCard h2{font-size:3rem}.dayClosingCard p{color:#4f4d48;max-width:620px;margin:0 auto;font-size:1.25rem;line-height:1.45}.dayClosingInfoBox{text-align:left;background:#f1ead8;border:1px solid #d8d0be;border-radius:8px;max-width:700px;margin:42px auto 26px;padding:28px 30px}.dayClosingInfoBox h3,.dayClosingSummary h3{color:#25221f;font-family:var(--font-heading);margin:0 0 20px;font-size:1.65rem}.dayClosingInfoBox ul{flex-direction:column;gap:18px;margin:0;padding:0;list-style:none;display:flex}.dayClosingInfoBox li{color:#4f4d48;align-items:center;gap:12px;font-size:1.2rem;line-height:1.4;display:flex}.dayClosingInfoBox li img{width:20px;height:20px}.dayClosingOptions{background:#f1ead8;border-radius:10px;flex-direction:column;gap:14px;width:100%;max-width:700px;margin:34px auto 0;padding:30px 34px;display:flex}.dayClosingOption{color:#25221f;text-align:left;cursor:pointer;background:#fffdf8;border:1px solid #d8d0be;border-radius:8px;width:100%;padding:18px;font-family:inherit;font-size:1rem;transition:all .2s}.dayClosingOption:hover{background:#f8f5ee}.dayClosingOptionActive{background:#dce6de;border-color:#78957f}.dayClosingCard textarea{color:#2f2d29;resize:vertical;background:#fffdf8;border:1px solid #d8d0be;border-radius:8px;width:100%;max-width:700px;min-height:140px;padding:16px;font-family:inherit;font-size:1rem;display:block}.dayClosingHint{color:#4f4d48;text-align:left;width:100%;max-width:700px;margin:8px auto 0;font-size:1rem;display:block}.dayClosingActions{justify-content:space-between;align-items:center;gap:18px;width:100%;max-width:700px;margin:34px auto 0;display:flex}.dayClosingPrimaryButton,.dayClosingSecondaryButton,.dayClosingGhostButton{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-width:150px;min-height:46px;padding:10px 22px;font-family:inherit;font-size:1rem;transition:all .2s;display:inline-flex}.dayClosingPrimaryButton{color:#fffdf8;background:#78957f;border:none}.dayClosingPrimaryButton:hover{background:#6f8976}.dayClosingSecondaryButton,.dayClosingGhostButton{color:#25221f;background:#fffdf8;border:1px solid #d8d0be}.dayClosingSecondaryButton:hover,.dayClosingGhostButton:hover{background:#f8f5ee}.dayClosingPrimaryButton img,.dayClosingSecondaryButton img,.dayClosingGhostButton img{width:15px;height:15px}.dayClosingActions .dayClosingGhostButton{margin-left:auto}.dayClosingSummary{text-align:left;background:#f1ead8;border:1px solid #d8d0be;border-radius:8px;max-width:700px;margin:34px auto 26px;padding:28px 30px}.dayClosingSummary div{border-top:1px solid #ded6c3;padding:16px 0}.dayClosingSummary div:first-of-type{border-top:none;padding-top:0}.dayClosingSummary span{color:#25221f;margin-bottom:6px;font-size:1rem;font-weight:700;display:block}.dayClosingSummary p{color:#5f5d58;max-width:none;margin:0;font-size:1rem}.dayClosingError{box-sizing:border-box;color:#8a2f2f;text-align:left;background:#f9e3e3;border:1px solid #d8a2a2;border-radius:8px;width:100%;max-width:none;margin:24px 0 0;padding:12px 26px}.dayClosingError h4{margin:0;font-size:12px;font-weight:400}.timerSetupCard{background:#f1ead8;border:1px solid #e0d6c0;border-radius:12px;width:100%;max-width:860px;padding:32px}.timerSetupCard h2{color:#1f1d1b;font-size:1.9rem;line-height:1.15;font-family:var(--font-heading);margin:0 0 10px}.timerSetupCard p{color:#5f5d58;line-height:1.5;font-family:var(--font-body);margin:0 0 28px}.timerSetupCard h3{color:#25221f;font-size:1.15rem;font-family:var(--font-heading);margin:26px 0 16px}.timerOptionsGrid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.timerReminderGrid{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:24px;display:grid}.timerCustomField{color:#25221f;flex-direction:column;gap:10px;margin-top:24px;margin-bottom:24px;font-size:.95rem;display:flex}.timerCustomField input{background:#fffdf8;border:1px solid #d8d0be;border-radius:8px;width:100%;height:46px;padding:0 14px;font-family:inherit;font-size:1rem}.timerSuggestionBox{border-top:1px solid #d8d0be;margin-top:24px;padding-top:18px}.timerSuggestionBox p{margin:0 0 12px}@media (width<=900px){.timerOptionsGrid,.timerReminderGrid{grid-template-columns:repeat(2,1fr)}.timerSetupCard{padding:26px 24px}}@media (width<=640px){.timerOptionsGrid,.timerReminderGrid{grid-template-columns:1fr}}.timerOptionCard{color:#25221f;cursor:pointer;background:#fffdf8;border:1px solid #d8d0be;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:90px;padding:16px;font-family:inherit;font-size:1.05rem;transition:background .2s,color .2s,border-color .2s,transform .2s;display:flex}.timerOptionCard:hover{border-color:#78957f;transform:translateY(-1px)}.timerOptionCardActive{color:#fffdf8;background:#78957f;border-color:#78957f}.timerOptionIcon{object-fit:contain;width:22px;height:22px}.timerRunningCard,.timerControlsCard{background:#f1ead8;border:1px solid #e0d6c0;border-radius:12px;width:100%;max-width:620px}.timerRunningCard{text-align:center;padding:36px 42px}.timerRunningCard h2{color:#78957f;font-size:1.9rem;line-height:1.15;font-family:var(--font-heading);margin:0 0 10px}.timerRunningCard p{color:#5f5d58;font-family:var(--font-body);margin:20px 0 8px}.timerRunningCard strong{color:#25221f;font-size:1.5rem;display:block}.timerProgressBar{background:#fffdf8;border:1px solid #d8d0be;border-radius:999px;width:100%;height:12px;margin:30px 0;overflow:hidden}.timerProgressFill{background:#78957f;border-radius:999px;height:100%;transition:width 1s linear}.timerWorkdayStats{border-top:1px solid #d8d0be;grid-template-columns:1fr 1fr;gap:22px;padding-top:26px;display:grid}.timerWorkdayStats div:first-child{border-right:1px solid #d8d0be}.timerWorkdayStats span{color:#6a675f;margin-bottom:8px;display:block}.timerControlsCard{width:100%;margin-top:14px;padding:22px}.timerControlRow{gap:14px;width:100%;display:flex}.timerControlRow .btn{flex:1}.workdayEndButton{margin-top:14px}@media (width<=640px){.timerRunningCard{padding:28px 24px}.timerControlRow{flex-direction:column}.timerWorkdayStats{grid-template-columns:1fr}.timerWorkdayStats div:first-child{border-bottom:1px solid #d8d0be;border-right:none;padding-bottom:18px}}.timerInfoCard{background:#f8f8f3;border:1px solid #aab8a7;border-radius:12px;width:100%;max-width:620px;padding:24px}.timerInfoCard h3{color:#25221f;font-size:1.1rem;font-family:var(--font-heading);align-items:center;gap:8px;margin:0 0 16px;display:flex}.timerInfoTitleIcon{object-fit:contain;width:18px;height:18px}.timerInfoCard ul{color:#4f4d48;margin:0;padding-left:22px;line-height:1.7;list-style:outside}.timerInfoCard li{font-family:var(--font-body);padding-left:2px}.timerInfoLink{color:#78957f;font-weight:600;text-decoration:none;transition:opacity .2s}.timerInfoLink:hover{opacity:.75;text-decoration:underline}.timerPage{flex-direction:column;align-items:center;gap:28px;width:100%;min-height:calc(100vh - 120px);padding:32px 24px 40px;display:flex}.timerRunningLayout{flex-direction:column;align-items:center;gap:28px;width:100%;display:flex}.timerModalOverlay{z-index:40;background:#1f1d1b8c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.timerModal{background:#f1ead8;border:1px solid #d8d0be;border-radius:14px;width:100%;max-width:430px;padding:28px;box-shadow:0 16px 42px #1f1d1b3d}.timerModal h2{color:#1f1d1b;margin:0 0 10px;font-size:1.9rem;line-height:1.15}.timerModal p{color:#5f5d58;margin:0 0 24px;line-height:1.55}.timerModalActions{grid-template-columns:1fr 1.4fr;gap:12px;display:grid}.timerModalButton{cursor:pointer;border-radius:10px;min-height:44px;font-family:inherit;font-size:1rem;transition:background .2s,border-color .2s,transform .2s}.timerModalButton:hover{transform:translateY(-1px)}.timerModalButtonSecondary{color:#25221f;background:#fffdf8;border:1px solid #d8d0be}.timerModalButtonSecondary:hover{border-color:#78957f}.timerModalButtonPrimary{color:#fffdf8;background:#78957f;border:1px solid #78957f}.timerModalButtonPrimary:hover{background:#6f8b78}@media (width<=640px){.timerPage{min-height:auto;padding:22px 16px 34px}.timerModalActions{grid-template-columns:1fr}}.settingsCard,.settingsPremiumWrapper{background:#f1ead8;border-radius:14px;width:100%;max-width:800px;padding:26px 28px}.settingsPremiumWrapper{min-height:615px;position:relative;overflow:hidden}.settingsPanel h2,.settingsCenterPanel h2{color:#1f1d1b;margin:0 0 24px;font-size:1.55rem;line-height:1.15}.settingsField{margin-bottom:18px}.settingsField label{color:#25221f;margin:0 0 7px;font-size:1rem;font-weight:700;display:block}.settingsField input,.settingsField select{color:#2f2d29;background:#fffdf8;border:1px solid #d8d0be;border-radius:7px;width:100%;height:36px;padding:0 12px;font-family:inherit;font-size:.95rem}.settingsField span{color:#6a675f;margin-top:6px;font-size:.85rem;display:block}.settingsField select.customSelect{appearance:none;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2%205L8%2011L14%205'%20stroke='%231A1A1A'%20stroke-width='1.33295'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:right 16px center;background-repeat:no-repeat;background-size:16px}.settingsField select.customSelect:focus{border-color:#8aa08d;outline:none}.settingsToggleRow{justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px;display:flex}.settingsToggleRow h3{color:#25221f;margin:0 0 7px;font-size:1rem;font-weight:700;display:block}.settingsToggleRow p{color:#5f5d58;margin:0;font-size:1rem;line-height:1.45}.settingsToggleRow input{accent-color:#78957f;flex-shrink:0;width:34px;height:18px;margin:0}.settingsHelperText{color:#6a675f;margin-top:-10px;margin-bottom:18px;font-size:.85rem;display:block}.settingsCenterPanel{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:235px;padding:24px 10px;display:flex}.settingsCenterPanel h2{color:#1f1d1b;margin:0 0 24px;font-size:1.55rem;line-height:1.15}.settingsCenterPanel p{color:#5f5d58;margin:0 0 18px;font-size:1rem;line-height:1.45}.settingsIconCircle{background:#e8e1cc;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:16px;display:flex}.settingsSubscriptionTitle{align-items:center;gap:12px;display:flex}.settingsSubscriptionTitle img{width:24px;height:24px}.subscriptionCard{background:#7693821a;border:1px solid #769382;border-radius:10px;width:100%;margin-bottom:24px;padding:24px}.subscriptionCardHeader{border-bottom:1px solid #769382;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:16px;padding-bottom:16px;display:flex}.subscriptionCardHeader h3{color:#1a1a1a;font-family:var(--font-heading);margin:0 0 4px;font-size:20px;font-weight:700;line-height:27px}.subscriptionCardHeader p{color:#414141;font-family:var(--font-body);margin:0;font-size:16px;font-weight:400;line-height:22px}.subscriptionCardHeader img{object-fit:contain;width:32px;height:32px}.subscriptionRows{gap:8px;display:grid}.subscriptionRows div{grid-template-columns:1fr auto;align-items:center;gap:24px;display:grid}.subscriptionRows span{color:#1a1a1a;font-family:var(--font-body);font-size:16px;font-weight:400;line-height:22px}.subscriptionRows strong{color:#1a1a1a;font-family:var(--font-body);text-align:right;font-size:20px;font-weight:700;line-height:27px}.subscriptionRows div:first-child strong{color:#769382}.subscriptionCancelButton{cursor:pointer;background:#fffdf8;border:1px solid #d8d0be;border-radius:8px;width:100%;min-height:42px;margin-top:18px}.subscriptionModalOverlay{z-index:50;background:#1f1d1b8c;place-items:center;display:grid;position:fixed;inset:0}.subscriptionModal{background:#f4eed9;border-radius:10px;width:min(420px,100% - 32px);padding:24px}.subscriptionModalActions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.settingsSection h3,.settingsDangerZone h3{color:#25221f;margin:0 0 7px;font-size:1rem;font-weight:700;display:block}.settingsSection p,.settingsDangerZone p{color:#5f5d58;margin:0;font-size:1rem;line-height:1.45}.settingsDivider{background:#d9d0bb;width:100%;height:1px;margin:24px 0}.settingsButtonRow{grid-template-columns:1fr 1fr;gap:22px;margin-top:16px;display:grid}.settingsDangerZone h3{color:#df7d7d}.settingsDangerZone p{margin-bottom:18px}@media (width<=640px){.settingsButtonRow{grid-template-columns:1fr}}.settingsPremiumOverlay{background:#f1ead852;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.settingsPremiumBox{text-align:center;background:#fffdf8;border:1px solid #d8d0be;border-radius:8px;width:375px;padding:34px 38px;box-shadow:0 12px 32px #2d2b2829}.settingsPremiumBox>img{width:34px;height:34px;margin-bottom:18px}.settingsPremiumBox h3{color:#25221f;margin:0 0 14px;font-size:1.2rem;line-height:1.3}.settingsPremiumBox p{color:#5f5d58;margin:0 0 22px;font-size:.95rem;line-height:1.45}.settingsSuccess,.settingsError{border-radius:8px;width:100%;max-width:690px;margin:-16px 0 18px;padding:12px 14px;font-size:.95rem}.settingsPage{flex-direction:column;align-items:center;width:100%;padding:20px 24px;display:flex}.settingsPage .filterTabs{grid-template-columns:repeat(6,minmax(0,1fr));width:100%;max-width:950px;margin-bottom:32px;display:grid}.settingsPage .filterTab{width:100%;min-width:0;padding-inline:12px}.settingsPanel{width:100%;max-width:800px}.settingsPanel h2{color:#1f1d1b;margin:0 0 24px;font-size:1.55rem;line-height:1.15}.settingsIntro{color:#5f5d58;margin:-14px 0 24px;font-size:.95rem;line-height:1.45}.settingsActions{justify-content:center;margin-top:20px;display:flex}.settingsSection{flex-direction:column;gap:16px;display:flex}.settingsSection h3{color:#1f1d1b;margin:0;font-size:1.2rem}.settingsSection p{color:#5f5d58;margin:0;line-height:1.6}.settingsSection .settingsField{margin-bottom:0}.settingsPanelBlurred{filter:blur(5px);opacity:.55;pointer-events:none}.settingsCenterPanel{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.settingsCenterPanel h2{color:#1f1d1b;margin:24px 0 12px;font-size:2rem}.settingsCenterPanel p{color:#5f5d58;max-width:520px;margin:0 0 32px;line-height:1.7}.settingsIconCircle{background:#eef2ea;border-radius:999px;justify-content:center;align-items:center;width:84px;height:84px;display:flex}.settingsIconCircle img{width:34px;height:34px}.settingsError,.settingsSuccess{border-radius:16px;width:100%;max-width:800px;margin-bottom:24px;padding:18px 20px;font-size:1rem}.settingsSuccess{color:#4f6b4f;background:#edf5ec;border:1px solid #c7d8c3}.settingsError{color:#a14d4d;background:#fff0f0;border:1px solid #e2b9b9}.settingsPasswordField{gap:8px;display:grid}.settingsPasswordField span{color:#25221f;font-size:1rem;font-weight:700}.settingsPasswordInput{position:relative}.settingsPasswordInput input{color:#2f2d29;background:#fffdf8;border:1px solid #d8d0be;border-radius:7px;width:100%;height:36px;padding:0 48px 0 12px;font-family:inherit;font-size:.95rem}.settingsPasswordInput button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:22px;height:22px;padding:0;display:flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.settingsPasswordInput img{object-fit:contain;opacity:.7;width:20px;height:20px}.settingsPasswordInput button:hover img{opacity:1}@media (width<=768px){.settingsPage{padding:16px}.settingsPage .filterTabs{margin-bottom:24px}.settingsPanel h2{font-size:1.4rem}.settingsCenterPanel h2{font-size:1.7rem}}.premium-page,.business-page{--premium-green:#789782;--premium-green-dark:#5f826d;--premium-cream:#f4eed9;--premium-surface:#fbf8f1;--premium-border:#ddd5bd;--premium-text:#2d2924;color:var(--premium-text);padding:2.4rem 2rem 3rem}.billing-toggle{justify-content:center;align-items:center;gap:.75rem;margin:0 0 3rem;display:flex}.billing-toggle button{color:#796f60;cursor:pointer;font:inherit;background:0 0;border:0;border-radius:999px;padding:.55rem .9rem;font-weight:600}.billing-toggle button.active{color:#1f211d;background:#e7eddf}.billing-toggle span{background:var(--premium-green);color:#fff;border-radius:999px;margin-left:.4rem;padding:.25rem .55rem;font-size:.78rem;display:inline-block}.pricing-grid{grid-template-columns:repeat(3,minmax(360px,1fr));gap:2rem;width:100%;max-width:1240px;margin:0 auto;display:grid}.pricing-card{background:var(--premium-cream);border:1px solid var(--premium-border);border-radius:18px;flex-direction:column;min-height:620px;padding:2rem 1.8rem 1.6rem;display:flex;position:relative;box-shadow:0 8px 24px #2d29240f}.pricing-card--highlighted{border:2px solid var(--premium-green);box-shadow:0 12px 34px #5f826d33}.premium-page{padding:2.4rem 3rem 3rem}.popular-badge{background:var(--premium-green);color:#fff;white-space:nowrap;border-radius:9px;padding:.45rem 1.4rem;font-size:.86rem;position:absolute;top:-1.05rem;left:50%;transform:translate(-50%)}.pricing-card h2,.business-form h2,.success-modal h2{font-family:var(--font-heading);margin:0 0 1.6rem;font-size:1.65rem}.price{align-items:baseline;gap:.2rem;margin:0 0 1.4rem;display:flex}.price strong{font-size:2rem}.price span,.card-copy,.guarantee{color:#5f5a50}.card-copy{margin:0 0 1.25rem;line-height:1.45}.card-title{align-items:center;gap:12px;display:flex}.card-title-icon{object-fit:contain;flex-shrink:0;width:28px;height:28px}.premium-feature-list{gap:1rem;margin:0 0 1.4rem;padding:0;list-style:none;display:grid}.premium-feature-list li{align-items:flex-start;gap:.65rem;line-height:2;display:flex}.feature-icon{flex-shrink:0;width:22px;height:22px}.guarantee{text-align:center;margin:auto 0 .7rem;font-size:.82rem}.pricing-card-action{margin-top:auto}.pricing-card-action .btn{width:100%}.business-topbar{margin-bottom:-46px;margin-left:-30px}.business-actions{gap:.55rem;margin-top:auto;display:grid}.business-benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;width:100%;max-width:860px;margin:0 auto 2.5rem;display:grid}.business-benefit-card,.after-request-card{text-align:center;background:#f2f2ec;border:1px solid #d7d6cc;border-radius:10px;padding:1.2rem}.benefit-circle,.success-icon{color:var(--premium-green-dark);background:#e7ece4;border:2px solid #9ab09f;border-radius:999px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-bottom:.8rem;display:inline-flex}.business-benefit-card h3,.after-request-card h3{margin:0 0 .45rem}.business-benefit-card p,.after-request-card p,.success-modal p{color:#5f5a50;margin:0;line-height:1.55}.benefit-img{object-fit:contain;width:1.2rem;height:1.2rem}.business-form{background:var(--premium-cream);border:1px solid var(--premium-border);border-radius:18px;gap:1rem;max-width:860px;margin:0 auto 1.6rem;padding:1.6rem;display:grid}.business-form label{gap:.5rem;font-weight:700;display:grid}.business-form input,.business-form textarea{background:var(--premium-surface);color:var(--premium-text);font:inherit;resize:vertical;border:1px solid #e3ddd0;border-radius:8px;padding:.9rem}.business-form select{background:var(--premium-surface);color:var(--premium-text);font:inherit;resize:vertical;appearance:none;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2%205L8%2011L14%205'%20stroke='%231A1A1A'%20stroke-width='1.33295'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;background-size:20px;border:1px solid #e3ddd0;border-radius:8px;padding:.9rem 3.2rem .9rem .9rem}.form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.after-request-card{text-align:left;max-width:860px;margin:0 auto}.modal-backdrop{z-index:999;background:#2d292485;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.success-modal{text-align:center;background:#fbf8f1;border:1px solid #e3ddd0;border-radius:20px;width:100%;max-width:620px;padding:3rem 3.25rem 2.5rem;box-shadow:0 24px 70px #2d292438}.success-icon{width:5rem;height:5rem;color:var(--premium-green-dark);background:#eef0e8;border-radius:999px;justify-content:center;align-items:center;margin:0 auto 1.8rem;font-size:2rem;font-weight:600;display:flex}.success-icon img{width:2.5rem;height:2.5rem}.success-modal h2{font-family:var(--font-heading);color:var(--premium-text);margin:0 0 1rem;font-size:2rem;line-height:1.2}.success-modal>p{color:#5f5a50;max-width:520px;margin:0 auto 2.2rem;font-size:1.08rem;line-height:1.55}.success-summary{text-align:left;gap:.8rem;margin:0 0 2rem;display:grid}.success-summary p{color:#4f4a42;background:#f0f1ea;border-radius:10px;margin:0;padding:1rem 1.1rem}.success-summary strong{color:var(--premium-text)}.success-button{width:fit-content;min-width:250px;margin:0 auto;padding-inline:1.5rem}.premium-error{color:#8a2f2f;background:#f7dddd;border:1px solid #e2aaaa;border-radius:10px;margin:0;padding:.85rem 1rem}@media (width<=980px){.pricing-grid,.business-benefits{grid-template-columns:1fr}.pricing-card{min-height:auto}}@media (width<=640px){.premium-page,.business-page{padding:1.5rem 1rem 2rem}.form-grid{grid-template-columns:1fr}}.pauseReminderOverlay{z-index:90;background:#1f1d1b7a;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.pauseReminderPopup{text-align:center;background:#f1ead8;border:1px solid #d8d0be;border-radius:16px;width:min(420px,100%);padding:28px;transition:min-height .2s;box-shadow:0 18px 48px #1f1d1b3d}.pauseReminderIcon{background:#e7ece4;border-radius:999px;justify-content:center;align-items:center;width:54px;height:54px;margin:0 auto 18px;display:flex}.pauseReminderIcon img{width:26px;height:26px}.pauseReminderPopup h2{color:#1f1d1b;font-size:1.55rem;font-family:var(--font-heading);margin:0 0 12px}.pauseReminderPopup p{color:#5f5d58;line-height:1.55;font-family:var(--font-body);margin:0 0 24px}.pauseReminderActions{gap:10px;display:grid}.pauseReminderActions button{cursor:pointer;border-radius:10px;min-height:42px;font-family:inherit;font-size:1rem}.pauseReminderGhost{color:#5f5d58;background:0 0;border:none}.pauseReminderSnoozeOptions{gap:10px;margin-top:4px;display:grid}.pauseReminderSnoozeOptions .btn{width:100%}
