:root{--ink:#182d27;--muted:#6a746f;--lime:#d8f36a;--paper:#f6f7f4;--border:#e2e7e0;--white:#fff;--font:'DM Sans',system-ui,sans-serif}*{box-sizing:border-box}body{margin:0;font-family:var(--font);color:var(--ink);background:var(--paper);font-size:16px;line-height:1.5}button,input,select{font:inherit}button,a,input,select{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}button{color:inherit}button:disabled{cursor:default;opacity:.55}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #86a92b;outline-offset:4px}button{transition:background .18s,transform .18s}button:hover:not(:disabled){transform:translateY(-1px)}a{color:inherit}.shell{display:flex;min-height:100vh}.sidebar{width:250px;flex-shrink:0;padding:35px 24px 20px;background:#fff;border-right:1px solid var(--border);position:fixed;inset:0 auto 0 0;display:flex;flex-direction:column}.brand{display:flex;align-items:center;text-decoration:none;font-family:Manrope,var(--font);font-size:21px;font-weight:800;letter-spacing:-1px;gap:7px;white-space:nowrap}.brandmark{height:30px;width:30px;background:var(--ink);color:var(--lime);border-radius:10px;display:grid;place-items:center;font-size:23px}.brand-dot{color:#8ba742;margin-left:-7px}.nav-label{font-size:12px;letter-spacing:1.6px;color:var(--muted);margin:58px 14px 14px}.nav-item{display:flex;gap:13px;align-items:center;width:100%;background:none;border:0;text-align:left;padding:13px 15px;border-radius:9px;margin:5px 0;font-size:15px;font-weight:550;color:#66716b}.nav-item.active{background:#eef4e5;color:var(--ink)}.nav-item span{font-size:23px;line-height:1}.nav-item small{font-size:12px;background:#e8eee1;padding:2px 6px;border-radius:5px;margin-left:auto}.side-note{margin-top:auto;padding:25px 14px 30px}.mini-mark{display:block;font-size:30px;color:#758650}.side-note p{font-family:Manrope,var(--font);font-size:24px;font-weight:650;letter-spacing:-1px;line-height:1.4;margin:10px 0}.side-note>span:last-child{font-size:13px;color:var(--muted)}.device-note{border-top:1px solid var(--border);display:flex;gap:11px;align-items:center;padding-top:20px;font-size:13px;font-weight:600}.device-note small{display:block;color:var(--muted);font-size:12px;font-weight:400}.avatar{background:#f0ede6;border-radius:50%;width:35px;height:35px;display:grid;place-items:center}.body{margin-left:250px;width:calc(100% - 250px)}.topbar{height:87px;padding:0 48px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:20px;font-size:14px;color:var(--muted)}.topbar>span:first-child{margin-right:auto}.quiet{background:transparent;border:0;font-size:14px;padding:6px}.beta{font-size:10px;font-weight:700;letter-spacing:1.1px;border:1px solid #d8dfd3;border-radius:5px;padding:4px 7px}main{max-width:1310px;padding:38px 48px 55px;margin:auto;min-height:calc(100vh - 158px)}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.5px;color:#7a875e;margin:0 0 10px;text-transform:uppercase}h1,h2,h3{font-family:Manrope,var(--font);letter-spacing:-1.2px;line-height:1.2;margin:0}h1{font-size:40px;font-weight:650}h2{font-size:24px;font-weight:650}h3{font-size:18px;letter-spacing:-.4px;font-weight:650}p{margin:12px 0}.subtitle{color:var(--muted);margin-top:12px}.heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:30px}.btn{border:0;background:var(--ink);color:white;border-radius:9px;padding:13px 20px;font-size:14px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:9px;text-decoration:none}.btn.lime{background:var(--lime);color:var(--ink)}.btn.light{background:#edf1e9;color:var(--ink)}.btn.outline{background:white;border:1px solid var(--border);color:var(--ink)}.btn.danger{background:#fff1ef;color:#a22d2d}.hero{background:var(--ink);border-radius:18px;padding:32px 35px;display:flex;justify-content:space-between;align-items:center;gap:26px;color:#fff;margin-bottom:30px;overflow:hidden}.hero .eyebrow{color:var(--lime);font-size:11px}.hero h2{font-size:30px;line-height:1.25;max-width:390px}.hero p{color:#c5cfc7;font-size:14px;max-width:400px;margin-bottom:20px}.ring{height:158px;width:158px;min-width:158px;border-radius:50%;background:conic-gradient(var(--lime) var(--pct),#3b4d43 0);padding:9px;transform:rotate(-15deg)}.ring-inner{background:var(--ink);border-radius:50%;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;transform:rotate(15deg)}.ring strong{font-family:Manrope,var(--font);font-size:39px;font-weight:600;line-height:1.2}.ring span{font-size:12px;color:#c5cfc7}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:27px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 18px}.section-heading h2{font-size:21px}.section-heading>span{font-size:13px;color:var(--muted)}.habit-card{padding:20px;background:#fff;border:1px solid var(--border);border-radius:13px;display:flex;align-items:flex-start;gap:15px;margin-bottom:12px}.habit-icon{width:45px;height:45px;border-radius:12px;display:grid;place-items:center;background:var(--tint,#eff2e8);color:var(--accent,#486144);font-size:23px;flex-shrink:0}.habit-info{min-width:0;flex:1}.habit-info h3{font-size:16px;letter-spacing:-.2px;margin:2px 0 5px}.habit-info p{font-size:13px;color:var(--muted);margin:0}.habit-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:13px}.text-btn{border:0;background:none;padding:2px 0;font-size:13px;color:#6a746f;text-decoration:underline;text-underline-offset:4px}.small-btn{background:#f1f4ed;border:0;border-radius:6px;font-size:12px;font-weight:600;padding:5px 9px}.check{width:30px;height:30px;border-radius:50%;border:1.5px solid #d5ddcf;background:white;flex-shrink:0;font-size:18px}.check.done{background:var(--lime);border-color:var(--lime)}.habit-card.completed h3{color:#6a756b}.habit-card.completed{background:#fafcf7}.aside-card{border:1px solid var(--border);border-radius:13px;padding:22px;margin-bottom:18px;background:#fff}.aside-card h3{margin:8px 0 12px}.aside-card p{font-size:14px;color:var(--muted)}.aside-card.tip{background:#eef2e7;border:0}.week{display:flex;justify-content:space-between;margin-top:22px;gap:5px}.week-col{text-align:center;font-size:11px;color:var(--muted)}.week-cell{height:26px;width:26px;border:1px solid var(--border);border-radius:8px;display:grid;place-items:center;margin-top:9px;font-size:12px;background:#f7f8f5}.week-cell.filled{background:var(--lime);border-color:var(--lime);color:var(--ink)}.week-cell.current{outline:1px solid var(--ink);outline-offset:3px}.small-meta{font-size:12px;color:var(--muted);margin-top:18px}.empty{border:1px dashed #ccd6c3;border-radius:13px;padding:35px 25px;text-align:center;background:#fcfdf9}.empty p{font-size:14px;color:var(--muted);max-width:350px;margin:14px auto 20px}.empty-icon{font-size:32px;color:#74865c;margin-bottom:15px}.search{position:relative;margin:20px 0}.search input{width:100%;background:#fff;border:1px solid var(--border);border-radius:10px;padding:15px 18px 15px 44px;font-size:15px}.search>span{position:absolute;left:17px;top:11px;font-size:24px;color:var(--muted)}.filters{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0 28px}.chip{border:1px solid var(--border);background:transparent;border-radius:24px;padding:8px 15px;font-size:13px;white-space:nowrap}.chip.active{background:var(--ink);color:white;border-color:var(--ink)}.catalog{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.catalog-card{background:white;text-align:left;border:1px solid var(--border);border-radius:13px;padding:21px;display:flex;flex-direction:column;align-items:flex-start;min-height:210px;position:relative}.catalog-card:hover{border-color:#99ae74;box-shadow:0 5px 15px #26381909}.catalog-card .habit-icon{margin-bottom:20px}.catalog-card h3{font-size:16px;letter-spacing:-.3px;line-height:1.4;padding-right:7px}.catalog-card p{font-size:13px;color:var(--muted);margin:8px 0 0}.catalog-card .plus{position:absolute;right:18px;top:22px;font-size:22px;color:#788570}.catalog-card.added{background:#f2f6e9}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:25px 0}.stat{background:white;border:1px solid var(--border);border-radius:13px;padding:24px}.stat strong{font-size:38px;font-family:Manrope,var(--font);font-weight:600}.stat p{font-size:14px;color:var(--muted);margin:4px 0}.chart{background:#fff;border:1px solid var(--border);border-radius:14px;padding:27px}.bars{display:flex;gap:20px;height:200px;align-items:flex-end;margin:25px 0 10px}.bar-col{flex:1;text-align:center;font-size:12px;color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;gap:8px}.bar{background:#bdd787;width:min(100%,55px);border-radius:7px 7px 3px 3px;min-height:3px}.settings-card{background:white;border:1px solid var(--border);border-radius:13px;padding:25px;margin:18px 0;max-width:760px}.settings-card p{color:var(--muted);font-size:14px}.settings-card .btn{margin:8px 8px 0 0}footer{max-width:1310px;margin:auto;padding:20px 48px 30px;color:#849080;font-size:12px;display:flex;justify-content:space-between}dialog{padding:0;border:0;border-radius:20px;max-width:480px;width:calc(100% - 28px);max-height:90dvh;color:var(--ink);box-shadow:0 25px 100px #0003}dialog::backdrop{background:#15241c70;backdrop-filter:blur(4px)}#modal-content{padding:30px}.modal-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.close{background:#f0f3ed;border:0;border-radius:50%;width:32px;height:32px;font-size:22px}.modal-sub{font-size:14px;color:var(--muted);margin:12px 0 20px}.field{display:block;font-size:14px;font-weight:600;margin:17px 0}.field input,.field select{display:block;width:100%;padding:12px;border:1px solid #d9e1d3;border-radius:8px;margin-top:7px;background:white;color:var(--ink)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field small{font-size:12px;font-weight:400;display:block;color:var(--muted);margin-top:6px}.full{width:100%;margin-top:15px}.notice{background:#f2f5ec;font-size:13px;padding:13px;border-radius:8px;color:#536348;margin:15px 0}.notice.caution{background:#fff4e5;color:#785a32}.timer{text-align:center;padding:25px 0;font-size:70px;font-family:Manrope,var(--font);font-variant-numeric:tabular-nums;letter-spacing:-3px}.timer-actions{display:flex;gap:10px}.timer-actions .btn{flex:1}.choice{display:block;width:100%;border:1px solid var(--border);background:white;border-radius:9px;text-align:left;padding:15px;margin:10px 0;font-weight:600}.choice small{display:block;color:var(--muted);font-weight:400;font-size:13px;margin-top:4px}.history-row{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--border);padding:15px 0;font-size:14px}.history-row span{color:var(--muted);font-size:12px}#toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%) translateY(100px);background:var(--ink);color:white;border-radius:10px;padding:13px 22px;font-size:14px;z-index:10;opacity:0;transition:.2s;max-width:90vw}#toast.visible{transform:translateX(-50%);opacity:1}.mobile-nav{display:none}.error{color:#a22d2d;font-size:13px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(min-width:1450px){main{padding-top:50px}.hero{padding:36px 42px}.content-grid{grid-template-columns:minmax(0,1fr) 320px}}@media(max-width:1100px){.sidebar{width:215px;padding:30px 16px}.body{margin-left:215px;width:calc(100% - 215px)}main{padding:30px}.topbar{padding:0 30px}.content-grid{grid-template-columns:1fr}.right-column{display:grid;grid-template-columns:1fr 1fr;gap:16px}.catalog{grid-template-columns:repeat(2,minmax(0,1fr))}.brand{font-size:19px}.hero h2{font-size:27px}.ring{width:140px;height:140px;min-width:140px}footer{padding:20px 30px}}@media(max-width:700px){.sidebar{display:none}.body{margin:0;width:100%}.topbar{height:64px;padding:0 20px;font-size:12px;gap:8px}.install-link{font-size:12px}.beta{display:none}main{padding:28px 20px 25px;min-height:calc(100vh - 215px)}h1{font-size:31px}.heading{align-items:flex-start;margin-bottom:24px}.heading>.btn{padding:10px 13px;margin-top:8px;font-size:12px;flex-shrink:0}.subtitle{font-size:14px}.hero{padding:26px 22px;gap:15px;border-radius:15px}.hero h2{font-size:24px}.hero p{font-size:13px}.hero .btn{padding:10px 13px;font-size:12px}.ring{height:94px;width:94px;min-width:94px;padding:6px}.ring strong{font-size:27px}.ring span{font-size:10px}.right-column{display:block}.aside-card.tip{display:none}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;justify-content:space-around;background:#fff;border-top:1px solid var(--border);padding:10px 8px max(10px,env(safe-area-inset-bottom));z-index:5}.mobile-nav button{background:none;border:0;display:flex;flex-direction:column;align-items:center;color:#788271;font-size:23px;gap:2px;min-width:60px}.mobile-nav span{font-size:11px}.mobile-nav button.active{color:#284a31}.catalog{gap:10px}.catalog-card{padding:17px;min-height:205px}.catalog-card h3{font-size:14px}.catalog-card p{font-size:12px}.filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px;margin-bottom:15px}.chip{font-size:12px;padding:7px 13px}.habit-card{padding:17px 14px;gap:12px}.habit-icon{height:38px;width:38px;font-size:20px}.habit-info h3{font-size:15px}.habit-info p{font-size:12px}.stats{gap:8px}.stat{padding:15px}.stat strong{font-size:28px}.stat p{font-size:12px}.bars{gap:10px}.chart{padding:20px}footer{padding:20px 20px 115px;font-size:11px;gap:10px}footer span{max-width:150px;text-align:right}#toast{bottom:95px;width:max-content}#modal-content{padding:24px}.form-row{gap:12px}.timer{font-size:64px}.eyebrow{font-size:11px}.section-heading h2{font-size:20px}}@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}

.resume-session{position:fixed;bottom:24px;right:24px;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:var(--lime);border:1px solid #b8d645;border-radius:30px;padding:12px 20px;font-size:13px;box-shadow:0 6px 25px #182d271c;z-index:4}.check.done{animation:pop .25s ease-out}@keyframes pop{50%{transform:scale(1.2)}100%{transform:scale(1)}}@media(max-width:700px){.resume-session{bottom:90px;right:16px;max-width:calc(100vw - 32px)}}
.heading-actions{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.selection-bar{display:flex;align-items:center;justify-content:space-between;gap:15px;background:#eef4e5;border-radius:11px;padding:13px 16px;margin:0 0 23px;font-size:14px}.selection-bar strong{font-family:Manrope,var(--font);font-size:20px}.catalog-card.selected{border-color:#93ad52;background:#eef4e5;box-shadow:0 0 0 2px #d8f36a inset}.reactivation{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:20px 22px;border-radius:13px;background:#fff8e8;border:1px solid #f0dfb9;margin:-5px 0 25px}.reactivation h3{font-size:18px}.reactivation p{font-size:13px;color:#786744;margin:5px 0 0}.reactivation-actions{display:flex;align-items:center;gap:14px;flex-shrink:0}.reactivation-actions .text-btn{font-size:12px}.quote{margin:17px 0 21px;padding:17px 18px;border-left:3px solid var(--lime);background:#f3f6ec;border-radius:0 9px 9px 0;color:#4b5947;font-family:Manrope,var(--font);font-size:16px;line-height:1.5}.routine-list{display:flex;flex-direction:column;gap:8px;margin:18px 0 21px}.routine-list>div{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:8px;padding:9px 11px;font-size:14px}.routine-list .habit-icon{width:30px;height:30px;font-size:16px}.modal-sub strong{color:var(--ink)}
@media(max-width:700px){.heading-actions{width:100%}.heading-actions .btn{flex:1}.selection-bar{align-items:flex-start;flex-direction:column}.selection-bar .btn{width:100%}.reactivation{align-items:flex-start;flex-direction:column;padding:18px}.reactivation-actions{width:100%;align-items:stretch;flex-direction:column;gap:10px}.reactivation-actions .btn{width:100%}.quote{font-size:14px}}

.daily-quote{display:flex;align-items:center;justify-content:space-between;gap:25px;background:white;border:1px solid var(--border);border-radius:14px;padding:20px 25px;margin:0 0 24px}.daily-quote blockquote{font-family:Manrope,var(--font);font-size:17px;line-height:1.6;margin:0;max-width:660px}.daily-quote .text-btn{white-space:nowrap}.extras-menu{position:relative;flex-shrink:0}.extras-menu summary,.optional-fields summary,.card-options summary{cursor:pointer;font-size:14px;color:var(--muted)}.extras-menu .heading-actions{position:absolute;right:0;top:35px;z-index:3;background:white;box-shadow:0 8px 30px #182d2720;padding:14px;border:1px solid var(--border);border-radius:12px;width:225px}.extras-menu .btn{width:100%}.optional-fields{margin:18px 0}.card-options{display:inline-block}.card-options .text-btn{display:block;margin-top:9px}.confirm-btn{width:auto;height:auto;min-height:34px;border-radius:8px;padding:7px 10px;white-space:nowrap;font-size:12px;font-weight:600;background:#f2f7e6;border-color:#d6e4bc}.selection-bar{position:sticky;top:10px;z-index:2}.catalog-card.selected{outline:2px solid #93ad52;outline-offset:1px}@media(max-width:700px){.daily-quote{align-items:flex-start;flex-direction:column;gap:10px;padding:18px}.daily-quote blockquote{font-size:15px}.habit-card{flex-wrap:wrap}.habit-info{min-width:180px}.confirm-btn{margin-left:50px}.extras-menu .heading-actions{width:210px}.heading{flex-wrap:wrap}}
#tour-dialog{max-width:570px;width:calc(100% - 24px);max-height:94dvh;border-radius:24px;background:#fff}#tour-content{padding:24px 28px 18px}.tour-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.tour-wordmark{font-size:12px;font-weight:750;letter-spacing:1.8px}.tour-stage{position:relative;overflow:hidden;background:#eef3e8;border-radius:16px;padding:22px 27px;min-height:300px;display:flex;flex-direction:column;justify-content:center;gap:10px}.tour-demo-label{font-size:10px;letter-spacing:1.7px;font-weight:700;color:#647655;margin-bottom:4px}.tour-pick,.tour-option{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e2e8dc;border-radius:10px;padding:12px;font-size:13px;animation:tour-enter .65s both}.tour-pick>span,.tour-option>span{display:grid;place-items:center;background:#eef3e8;width:32px;height:32px;border-radius:9px;font-size:20px;flex-shrink:0}.tour-pick small,.tour-option small{display:block;font-size:11px;color:#77816e;margin-top:2px}.tour-pick i{margin-left:auto;font-style:normal}.tour-pick.chosen{animation:tour-select 4s infinite;border-color:#91aa53}.tour-time{display:flex;justify-content:space-between;font-size:10px;letter-spacing:1px;padding:8px 3px;color:#6a795c}.tour-time strong{letter-spacing:0;font-size:12px;color:var(--ink)}.tour-copy{padding:22px 2px 8px}.tour-copy h2{font-size:25px;letter-spacing:-.8px}.tour-copy>p:last-child{font-size:14px;line-height:1.65;color:var(--muted);margin-bottom:8px}.tour-controls{display:flex;align-items:center;justify-content:space-between;margin:10px 0 18px}.tour-dots{display:flex;gap:9px}.tour-dots button{width:28px;height:28px;border:0;border-radius:50%;font-size:12px;background:#f1f3ee;color:#6a765e}.tour-dots button[aria-current]{background:var(--ink);color:var(--lime)}.tour-counter{font-size:12px;color:var(--muted)}.tour-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px}.tour-motion-toggle{font-size:11px;display:block;margin:17px auto 0}.tour-clock{width:143px;height:143px;align-self:center;border-radius:50%;border:7px solid #d3e6a6;position:relative;margin:2px}.tour-clock:after{content:'';position:absolute;inset:-7px;border:7px solid transparent;border-top-color:#567639;border-radius:50%;animation:tour-orbit 7s linear infinite}.tour-clock>div{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.tour-clock strong{font-size:32px;font-family:Manrope,var(--font);font-weight:600;letter-spacing:-1px}.tour-clock span{font-size:10px;color:#6d7b5e}.tour-thought{font-size:13px;text-align:center;color:#58694a}.tour-demo-cta{background:var(--ink);color:var(--lime);text-align:center;border-radius:8px;padding:10px 18px;font-size:12px;font-weight:600;align-self:center;min-width:175px}.tour-complete{text-align:center}.tour-check{display:grid;place-items:center;background:var(--lime);width:53px;height:53px;border-radius:50%;font-size:30px;margin:0 auto 12px;animation:tour-check 4s infinite}.tour-complete h3{font-size:17px;margin-bottom:12px}.tour-complete .tour-demo-cta{display:inline-block}.tour-complete p{font-size:12px;color:#697b56;margin:7px}.tour-demo-week{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;gap:7px;margin:6px 8px 0}.tour-demo-week span{font-size:10px;color:#77826d}.tour-demo-week i{font-style:normal;font-size:13px;background:#fff;border-radius:6px;padding:3px}.tour-demo-week .new-check{background:var(--lime);animation:tour-select 4s infinite}.tour-option:nth-of-type(3){animation-delay:.15s}.tour-option:nth-of-type(4){animation-delay:.3s}.tour-footnote{font-size:11px;color:#6b785c;margin-top:8px}.motion-paused *,.motion-paused *:after{animation-play-state:paused!important}@keyframes tour-enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes tour-select{0%,100%{background:#fff;transform:scale(1)}35%,70%{background:#e4f6af;transform:scale(1.025)}}@keyframes tour-orbit{to{transform:rotate(360deg)}}@keyframes tour-check{0%,100%{transform:scale(1)}40%{transform:scale(1.12)}60%{transform:scale(1)}}@media(max-width:700px){#tour-content{padding:17px 18px 15px}.tour-stage{min-height:270px;padding:18px}.tour-copy{padding-top:19px}.tour-copy h2{font-size:23px}.tour-copy>p:last-child{font-size:13px}.tour-top{margin-bottom:13px}.tour-bottom .btn{font-size:12px;padding:12px}.topbar .install-link{display:none}.tour-link{white-space:nowrap;font-size:12px}}@media(prefers-reduced-motion:reduce){.tour-stage *,.tour-stage *:after{animation:none!important}}
.routine-launchers{display:grid;gap:12px;margin-bottom:25px}.routine-launch{display:flex;align-items:center;justify-content:space-between;gap:18px;background:white;border:1px solid var(--border);border-radius:14px;padding:20px 24px}.routine-launch h3{font-size:18px}.routine-launch p:last-child{font-size:13px;color:var(--muted);margin:6px 0 0}.routine-launch .eyebrow{margin-bottom:6px}.guide-dots{display:flex;gap:8px;margin:20px 0}.guide-dots span{height:5px;background:#edf0e8;border-radius:10px;flex:1}.guide-dots .lit{background:#a6c54d}.guide-step{background:#f2f6e8;border-radius:13px;padding:26px 22px;min-height:160px}.guide-step>span{font-size:11px;letter-spacing:1.3px;color:#6a7d4f}.guide-step h3{font-size:21px;line-height:1.5;margin-top:12px}.feeling-options{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}.feeling-options .btn{font-size:13px;padding:9px 12px}.feeling-options button[aria-pressed=true]{background:var(--lime);border-color:#a5bf66}.targets-panel{padding:24px;background:white;border:1px solid var(--border);border-radius:14px;margin:20px 0}.target-line{padding:20px 0 0}.target-line>div{display:flex;justify-content:space-between;gap:15px;font-size:14px}.target-line span{font-size:13px;color:var(--muted)}.target-line progress{width:100%;height:10px;accent-color:#92b13f;margin:12px 0}.target-line .text-btn{display:block;font-size:12px}.win-card{background:var(--ink);color:#fff;border-radius:16px;padding:30px}.win-card>p:first-child{font-size:11px;letter-spacing:2px;color:var(--lime)}.win-card>strong{font-size:90px;line-height:1.2;color:var(--lime);font-family:Manrope,var(--font)}.win-card>h2{font-size:30px}.win-card>p{font-size:13px;color:#c5cfc7}.win-card>span{font-size:12px;color:var(--lime)}.share-toggle{display:flex;gap:10px;align-items:center;font-size:14px;margin:20px 0 10px}.share-toggle input{accent-color:var(--ink);width:18px;height:18px}.card-options[open]{background:#f4f6f0;padding:8px;border-radius:8px}.card-options .text-btn{margin-top:8px}@media(max-width:700px){.routine-launch{flex-direction:column;align-items:stretch;padding:18px}.target-line>div{flex-direction:column;gap:5px}.win-card>strong{font-size:72px}}
/* Optional preferences; the daily flow needs no configuration. */
.language-switch{display:flex;gap:2px;align-items:center;border:1px solid var(--border);border-radius:20px;padding:3px;flex-shrink:0}.language-switch button{border:0;background:transparent;border-radius:16px;padding:5px 9px;font-size:12px;font-weight:700}.language-switch button[aria-pressed=true]{background:var(--ink);color:white}.theme-options{display:flex;gap:10px;flex-wrap:wrap}.theme-options button[aria-pressed=true]{box-shadow:0 0 0 2px var(--ink)}.theme-forest span{color:#477656}.theme-ocean span{color:#376bba}.theme-berry span{color:#9c477b}.legal-links{display:flex;gap:18px;flex-wrap:wrap;margin-top:10px}.brandmark{position:relative;font-size:27px;line-height:1;font-weight:800}.mark-spark{font-size:14px;position:absolute;right:1px;top:1px}.brand{font-size:20px}.topbar{flex-wrap:wrap;height:auto;min-height:80px;gap:12px;padding-top:12px;padding-bottom:12px}.theme-options .btn{white-space:normal}[data-theme=ocean]{--ink:#172f50;--lime:#b7e5ff;--paper:#f2f6fb;--border:#dce5ef;--muted:#607185}[data-theme=berry]{--ink:#482239;--lime:#f5c4df;--paper:#faf4f8;--border:#eadce4;--muted:#7c6573}.hero,.sidebar .brandmark,.win-card{background:var(--ink)}.ring-inner{background:var(--ink)}.ring{background:conic-gradient(var(--lime) var(--pct),#ffffff22 0)}.legal-page{max-width:850px;margin:0 auto;padding:35px 24px 80px}.legal-page section{background:white;border:1px solid var(--border);border-radius:20px;padding:26px;margin:25px 0;scroll-margin-top:24px}.legal-page header{display:flex;align-items:center;justify-content:space-between;gap:18px}.legal-page h1{font-size:36px}.legal-page h2{font-size:26px}.legal-page p{max-width:72ch}.legal-page nav{display:flex;gap:20px;flex-wrap:wrap}@media(max-width:650px){.topbar{gap:8px}.topbar #date-label{font-size:12px}.topbar .beta{display:none}.topbar .quiet{font-size:12px}.language-switch{margin-left:auto}.theme-options .btn{padding:10px 15px}}

.brand-symbol{display:block;flex-shrink:0;border-radius:12px}.brand{font-weight:650;letter-spacing:-.7px}.brand-dot{color:#b78269}.tour-brand-symbol{width:28px;height:28px;vertical-align:middle;margin-right:7px}
