@charset "UTF-8";
:root{--green:#5ac53a;--brand-lime:#CCFF00;--lime:#d9ff78;--ink:#142013;--muted:#667062;--paper:#fff;--line:#e3e9e0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;-webkit-font-smoothing:antialiased}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}a{color:inherit;text-underline-offset:4px}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #246be8;outline-offset:5px}.shell{width:min(1192px,100% - 96px);margin-inline:auto}.skip{position:absolute;top:-70px;left:20px;padding:14px;background:white;z-index:20}.skip:focus{top:8px}.site-header{padding:28px 0}.nav{display:flex;justify-content:space-between;align-items:center;gap:25px}.wordmark{display:inline-flex;align-items:center;gap:5px;font-size:30px;font-weight:800;letter-spacing:-1.4px;text-decoration:none}.wordmark-dot{width:8px;height:8px;background:var(--green);border-radius:50%;align-self:end;margin-bottom:7px}.nav nav{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:600}.nav a{text-decoration:none}.nav a:hover{text-decoration:underline}.availability{display:inline-flex;gap:8px;align-items:center;padding:12px 17px;border:1px solid var(--line);border-radius:30px}.availability>span{width:7px;height:7px;border-radius:50%;background:var(--green)}.hero{display:grid;grid-template-columns:1.04fr 1fr;gap:40px;align-items:center;padding-block:54px 86px}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:750;line-height:1.6;margin:0 0 24px}.hero .eyebrow{display:flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.075em}.tiny-sun{color:var(--green);font-size:27px;line-height:1}h1{font-size:clamp(70px,7.6vw,108px);line-height:.96;font-weight:770;letter-spacing:-.065em;margin:0 0 29px}h1>span{color:var(--green)}.intro{font-size:18px;line-height:1.65;max-width:390px;color:var(--muted);margin:0}.hero-actions{display:flex;align-items:center;gap:24px;margin-top:31px}.button{display:inline-flex;align-items:center;justify-content:center;gap:30px;padding:17px 24px;border-radius:50px;text-decoration:none;font-size:15px;font-weight:650;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-3px);box-shadow:0 8px 20px #14201320}.button.dark{background:var(--ink);color:white}.button>span{font-size:23px;line-height:1}.platform{font-size:12px;line-height:1.7;color:var(--muted)}.hero-stage{position:relative;display:grid;place-items:center;min-height:586px;isolation:isolate}.hero-stage:before{content:"";position:absolute;inset:38px -4px 26px -7px;background:#eff8e9;border-radius:48% 48% 43% 43%;transform:rotate(-8deg);z-index:-2}.orbit{position:absolute;border:1px solid #c4ddae;border-radius:50%;z-index:-1;pointer-events:none}.orbit-one{width:114%;height:75%;transform:rotate(-32deg)}.orbit-two{width:101%;height:91%;transform:rotate(20deg)}.stage-spark{position:absolute;top:17px;right:-3px;font-size:71px;line-height:1;color:var(--green);transform:rotate(9deg)}.routine-preview{width:342px;padding:24px 23px 17px;background:white;border:1px solid #d7e0d1;border-radius:30px;box-shadow:0 22px 58px -20px #36502840,0 3px 10px #1b311b08;transform:rotate(-3deg);position:relative}.preview-top{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:12px;font-weight:500}.preview-menu{letter-spacing:2px;color:#a3aea0}.preview-heading{display:flex;align-items:center;justify-content:space-between;margin-top:18px}.preview-heading h2{font-size:30px;line-height:1.06;letter-spacing:-1.2px;margin:0}.mini-sun{display:grid;place-items:center;font-size:32px;background:#ffdf40;border-radius:18px;width:61px;height:65px;transform:rotate(8deg);color:#453a04}.preview-progress{display:flex;flex-wrap:wrap;justify-content:space-between;font-size:11px;font-weight:600;gap:10px;margin:23px 0 20px}.preview-progress>span:last-of-type{color:var(--muted)}.progress-track{flex-basis:100%;height:5px;background:#eff2ec;border-radius:5px;overflow:hidden}.progress-track>div{width:25%;height:100%;background:var(--green);border-radius:inherit;transition:width .5s cubic-bezier(.2,.8,.2,1)}.routine-tabs{display:flex;justify-content:space-between;gap:2px;border-bottom:1px solid var(--line);margin-bottom:8px}.routine-tabs button{border:0;background:none;font-size:12px;font-weight:600;color:#667062;padding:0 3px 11px;position:relative}.routine-tabs button[aria-selected=true]{color:var(--ink)}.routine-tabs button[aria-selected=true]:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:3px;border-radius:3px;background:var(--green)}.sample-task{position:relative;display:flex;align-items:center;gap:11px;min-height:64px;cursor:pointer;isolation:isolate;border-bottom:1px solid #f0f3ed}.sample-task input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer;z-index:2}.sample-task:has(input:focus-visible){outline:3px solid #246be8;outline-offset:1px;border-radius:8px}.task-check{width:19px;height:19px;border:1.5px solid #cbd3c6;border-radius:50%;position:relative;flex-shrink:0;transition:background .2s,transform .2s,border-color .2s}.completed .task-check{background:var(--green);border-color:var(--green)}.completed .task-check:after{content:"";position:absolute;left:5px;top:3px;width:5px;height:9px;border:solid #173110;border-width:0 1.7px 1.7px 0;transform:rotate(45deg)}.task-symbol{width:32px;font-size:21px;text-align:center}.task-name{font-size:13px;font-weight:650;line-height:1.5}.task-name small{display:block;color:#7b8476;font-size:10px;font-weight:450}.completed .task-name{color:#8b9387;text-decoration:line-through;text-decoration-thickness:1px}.completed .task-name small{text-decoration:none}.completed .task-symbol{opacity:.6}.sample-task.celebrate .task-check{animation:check-pop .5s cubic-bezier(.2,.9,.3,1)}.sample-task.celebrate{animation:little-wiggle .4s ease}.confetti{position:absolute;width:5px;height:8px;left:7px;top:28px;border-radius:2px;pointer-events:none;z-index:4;animation:confetti .65s ease-out forwards;background:var(--green)}.preview-bottom{display:flex;justify-content:space-between;align-items:center;gap:6px;padding-top:17px}.preview-message{font-size:10px;font-weight:550;color:#547147}.preview-bottom button{border:0;background:none;color:#7b8476;padding:4px;font-size:10px}.preview-invitation{position:absolute;bottom:5px;right:42px;font-size:14px;transform:rotate(-5deg);color:#667062;letter-spacing:-.2px}.preview-invitation svg{position:absolute;width:48px;left:-44px;top:-13px;fill:none;stroke:#667062;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.floating-tag{position:absolute;bottom:104px;right:-20px;display:flex;align-items:center;gap:10px;padding:13px 19px;border:1px solid #bde394;border-radius:30px;background:var(--lime);font-size:14px;font-weight:700;transform:rotate(8deg);box-shadow:0 9px 25px #395e2712}.floating-tag>span{font-size:25px}.dayline{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:27px 0}.dayline .shell{display:flex;align-items:center;gap:34px}.dayline .shell>span:first-child{font-size:13px;line-height:1.6;margin-right:auto;color:var(--muted)}.dayline strong{font-weight:600;color:var(--ink)}.dayline .shell>div{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:550}.day-dot{width:14px;height:14px;border-radius:50%;display:block}.morning-dot{background:#ffcc00}.afternoon-dot{background:var(--green)}.evening-dot{background:#8964f5}.day-dash{width:54px;height:1px;background:#d4dcd0}.app-story{padding-block:105px}.section-heading{display:grid;grid-template-columns:1.1fr 1fr;column-gap:70px;align-items:end}.section-heading>.eyebrow{grid-column:1/-1;margin-bottom:16px;color:var(--muted)}.section-heading h2{font-size:58px;font-weight:700;letter-spacing:-3px;line-height:1.04;margin:0}.section-heading h2 em{font-style:normal;color:#4fa832}.section-heading>p:last-child{font-size:17px;color:var(--muted);line-height:1.7;max-width:420px;margin:0 0 2px}.feature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-top:54px}.feature-row article{border-top:1px solid var(--line);padding-top:25px}.feature-row h3{font-size:18px;letter-spacing:-.4px;line-height:1.35;margin:17px 0 11px}.feature-row p{font-size:15px;line-height:1.7;color:var(--muted);margin:0}.feature-icon{height:41px;display:inline-flex;align-items:center}.repeat-icon{font-size:43px;color:#4fb730;line-height:1;font-family:Arial,sans-serif}.progress-icon{font-size:39px;color:#9869f4;line-height:1}.color-icon{position:relative;width:57px}.color-icon i{display:block;position:absolute;width:26px;height:26px;border-radius:50%;background:#ffcc00;left:0}.color-icon i:nth-child(2){left:15px;background:#ff8d28}.color-icon i:nth-child(3){left:30px;background:#7757e5}.focus-story{background:#142013;color:white;padding-block:77px;overflow:hidden}.focus-layout{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:100px}.focus-copy .eyebrow{color:#b2c2ac;margin-bottom:21px}.focus-copy h2{font-size:70px;line-height:1.02;letter-spacing:-3.5px;margin:0 0 26px}.focus-copy h2>span{color:#a4e86b}.focus-copy>p:not(.eyebrow){font-size:16px;line-height:1.75;color:#c0cdbb;max-width:410px}.focus-options{display:flex;flex-direction:column;gap:14px;margin-top:24px;font-size:14px}.focus-options span{display:flex;align-items:center;gap:10px}.focus-options i{width:7px;height:7px;border-radius:50%;background:var(--green)}.focus-copy>p.focus-detail{font-size:13px;margin-top:29px;color:#9aad93}.focus-visual{position:relative;width:100%;max-width:380px;margin:auto}.focus-ring{width:310px;height:310px;border:1px solid #4b6040;border-radius:50%;margin:auto;display:grid;place-items:center;position:relative;box-shadow:0 0 0 17px #ffffff02}.focus-ring:before{content:"";position:absolute;inset:11px;border:7px solid #a4e86b;border-right-color:#2e4325;transform:rotate(-26deg);border-radius:50%}.focus-ring>div{display:flex;flex-direction:column;align-items:center}.focus-label{font-size:12px;letter-spacing:.01em;color:#d1dec9}.focus-ring strong{font-size:59px;font-weight:420;letter-spacing:-3px;font-variant-numeric:tabular-nums;margin:9px 0}.focus-status{font-size:11px;color:#8fa784}.focus-orbit-dot{position:absolute;top:36px;left:28px;width:14px;height:14px;border-radius:50%;background:#d9ff78;box-shadow:0 0 0 5px #142013;z-index:2}.focus-queue{padding-top:32px;max-width:305px;margin:auto}.focus-queue>span{font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:#98ae8c}.focus-queue>div{display:flex;align-items:center;gap:10px;font-size:13px;border-bottom:1px solid #304029;padding:16px 0}.focus-queue small{font-size:10px;color:#91a287;margin-left:auto}.screens-section{padding-block:104px 88px}.native-screens{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:47px}.native-screens:empty{display:none}.screen-card{margin:0;text-align:center}.screen-frame{padding:24px 35px 0;border-radius:23px;overflow:hidden;background:#f0f6eb;max-height:590px}.screen-card:nth-child(2) .screen-frame{background:#f1eefc}.screen-card:nth-child(3) .screen-frame{background:#fff4d4}.screen-frame img{display:block;width:100%;height:auto;border:5px solid #22301d;border-radius:33px;box-shadow:0 14px 25px #14201325}.screen-card figcaption{padding:20px 5px 0;font-size:15px;font-weight:650;letter-spacing:-.2px}.screen-card figcaption span{display:block;font-size:13px;color:var(--muted);font-weight:400;line-height:1.6;margin-top:6px}.closing{padding-bottom:86px}.closing-panel{position:relative;text-align:center;padding:69px 30px;background:var(--brand-lime);border-radius:29px;overflow:hidden}.closing-panel .eyebrow{margin:0 0 20px;font-size:11px}.closing-panel h2{font-size:64px;line-height:1.04;letter-spacing:-3.4px;margin:0 0 20px}.closing-panel>p:not(.eyebrow){font-size:15px;margin:0 0 24px}.closing-symbol{position:absolute;right:-30px;bottom:-50px;font-size:285px;line-height:1;color:#ffffff20;transform:rotate(15deg);pointer-events:none}.site-footer{border-top:1px solid var(--line);padding-block:34px;display:flex;flex-wrap:wrap;align-items:start;justify-content:space-between;gap:30px}.site-footer .wordmark{font-size:25px}.site-footer p{font-size:12px;color:var(--muted)}.site-footer nav{display:flex;gap:23px;font-size:13px;padding-top:12px}.site-footer nav a{text-decoration:none}.site-footer nav a:hover{text-decoration:underline}.copyright{width:100%;font-size:11px;color:#8a9485;border-top:1px solid #eef1eb;padding-top:21px}.brand-image{width:42px;height:42px;margin-right:5px;border-radius:11px}.closing-logo{width:73px;height:73px;margin:0 auto 23px;border-radius:20px;display:block}.site-footer .brand-image{width:33px;height:33px;border-radius:9px}@keyframes check-pop{0%{transform:scale(.6)}45%{transform:scale(1.25)}70%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes little-wiggle{0%,100%{transform:rotate(0)}30%{transform:rotate(-.65deg)}60%{transform:rotate(.6deg)}}@keyframes confetti{0%{opacity:1;transform:translate(0,0) rotate(0)}100%{opacity:0;transform:translate(var(--x),var(--y)) rotate(var(--r))}}
@media(min-width:1500px){.hero{padding-block:70px 100px}.hero-stage{min-height:620px}.routine-preview{transform:rotate(-3deg) scale(1.05)}}
@media(max-width:1050px){.shell{width:calc(100% - 64px)}.hero{gap:20px}.hero-stage{transform:scale(.93)}h1{font-size:84px}.hero .eyebrow{font-size:10px;letter-spacing:.02em}.floating-tag{right:-35px}.focus-layout{gap:50px}.screen-frame{padding:20px 20px 0}.section-heading{column-gap:40px}.section-heading h2{font-size:51px}.feature-row{gap:28px}}
@media(max-width:780px){.shell{width:calc(100% - 44px)}.site-header{padding-block:21px}.nav nav{gap:20px}.nav nav>a:first-child{display:none}.availability{padding:9px 11px;font-size:11px}.wordmark{font-size:27px}.hero{grid-template-columns:1fr;padding-block:33px 48px;gap:24px}.hero-copy{text-align:center}.hero .eyebrow{justify-content:center;font-size:10px;letter-spacing:.04em;margin-bottom:22px}h1{font-size:clamp(67px,14vw,99px);line-height:.96;margin-bottom:22px}.intro{font-size:16px;max-width:400px;margin:auto;line-height:1.65}.hero-actions{justify-content:center;margin-top:25px;gap:18px}.hero-stage{max-width:490px;width:100%;margin:6px auto 0;transform:none;min-height:574px}.hero-stage:before{inset:35px 5px}.orbit-one{width:104%;height:71%}.orbit-two{width:94%;height:87%}.stage-spark{right:8px;top:29px;font-size:55px}.floating-tag{right:0;bottom:93px;font-size:12px;padding:11px 14px}.preview-invitation{right:23px;bottom:0}.dayline{padding:23px 0}.dayline .shell{gap:17px;justify-content:center;flex-wrap:wrap}.dayline .shell>span:first-child{width:100%;text-align:center;margin-right:0;font-size:12px}.dayline .shell>span:first-child br{display:none}.dayline .shell>div{gap:6px;font-size:11px}.day-dot{width:10px;height:10px}.day-dash{width:18px}.app-story{padding-block:67px}.section-heading{display:block;text-align:center}.section-heading>.eyebrow{font-size:10px}.section-heading h2{font-size:47px;letter-spacing:-2.6px}.section-heading>p:last-child{font-size:16px;max-width:430px;margin:23px auto 0}.feature-row{grid-template-columns:1fr;gap:25px;margin-top:33px}.feature-row article{display:grid;grid-template-columns:49px 1fr;gap:0 16px;padding-top:25px}.feature-icon{grid-row:1/3;grid-column:1}.feature-row h3{margin:0 0 8px;font-size:17px}.feature-row p{font-size:14px}.color-icon{transform:scale(.8);transform-origin:left top}.focus-story{padding-block:58px}.focus-layout{grid-template-columns:1fr;gap:40px}.focus-copy{grid-row:1;text-align:center}.focus-copy h2{font-size:58px;letter-spacing:-3px}.focus-copy .eyebrow{font-size:10px}.focus-copy>p:not(.eyebrow){margin-inline:auto;font-size:15px}.focus-options{align-items:center;font-size:13px}.focus-copy>p.focus-detail{font-size:12px;max-width:280px;margin-bottom:0}.focus-visual{max-width:320px}.focus-ring{width:280px;height:280px}.focus-ring strong{font-size:55px}.focus-queue{max-width:276px}.screens-section{padding-block:64px}.native-screens{gap:25px;grid-template-columns:repeat(3,minmax(240px,1fr));overflow-x:auto;scroll-snap-type:x mandatory;padding:0 3px 20px;margin-top:33px}.screen-card{scroll-snap-align:center}.screen-frame{max-height:468px;padding:21px 22px 0}.screen-frame img{border-radius:29px}.closing{padding-bottom:52px}.closing-panel{padding:52px 20px;border-radius:22px}.closing-panel h2{font-size:49px;letter-spacing:-2.6px}.closing-symbol{font-size:200px}.site-footer{padding-block:29px;gap:20px}.site-footer nav{gap:18px;font-size:12px}}
@media(max-width:380px){.nav nav>a{display:none}.hero-stage{min-height:540px}.routine-preview{width:302px;padding:23px 18px 16px}.sample-task{min-height:58px}.task-name{font-size:12px}.floating-tag{right:-5px;bottom:75px;font-size:11px}.hero .eyebrow{font-size:9px}.preview-invitation{font-size:12px}.hero-actions .platform{font-size:10px}.hero-actions .button{padding:15px 20px;font-size:14px}.dayline .shell{gap:13px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.confetti{display:none}}
/* Vivid color carries the surface; text keeps a strong reading contrast. */
h1>span{color:var(--ink);background:var(--brand-lime);display:inline-block;padding:0 .09em .045em;border-radius:.14em;margin-left:-.09em}.section-heading h2 em{color:var(--ink);text-decoration:underline;text-decoration-color:var(--green);text-decoration-thickness:5px;text-underline-offset:7px}.feature-row p{font-size:16px}.task-name{font-size:14px}.task-name small,.preview-bottom button,.preview-message{font-size:11px}.preview-progress,.preview-top,.routine-tabs button{font-size:12px}.preview-menu{letter-spacing:2px}.focus-label,.focus-status{font-size:12px}.focus-queue>span,.focus-queue small{font-size:11px}.platform{font-size:12px}.native-screens{scrollbar-color:#bedda7 #f3f7ef;scrollbar-width:thin}@media(max-width:780px){.feature-row p{font-size:15px}.task-name{font-size:14px}.hero .eyebrow{font-size:11px}.platform{font-size:11px}.focus-copy>p.focus-detail{font-size:13px}}
