@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
.todo-case{--cyan:#55edf4;--violet:#a66df1;--pink:#f264bc;--orange:#ff9d67;background:#fff;color:#080808;font-family:Inter,Arial,sans-serif;min-height:100vh}.todo-case *{box-sizing:border-box}.todo-case a{color:inherit;text-decoration:none}.todo-nav{align-items:center;background:#000;color:#fff;display:grid;font-size:.62rem;grid-template-columns:1fr 1fr 1fr;letter-spacing:.1em;padding:1rem 1.4rem;position:sticky;text-transform:uppercase;top:0;z-index:50}.todo-signature{font-size:.82rem;font-weight:600;letter-spacing:-.02em;text-transform:lowercase}.todo-nav span{text-align:center}.todo-nav a:last-child{text-align:right}
.todo-hero{background:#000;color:#fff;height:calc(100vh - 48px);min-height:780px;overflow:hidden;position:relative}.todo-hero:before,.todo-result:before{background:radial-gradient(circle at 78% 28%,rgba(85,237,244,.18),transparent 25%),radial-gradient(circle at 72% 74%,rgba(166,109,241,.2),transparent 31%),radial-gradient(circle at 28% 75%,rgba(242,100,188,.11),transparent 28%);content:"";inset:0;position:absolute}.todo-brand-logo{height:auto!important;left:3.7vw;object-fit:contain!important;position:absolute;top:2vw;width:min(590px,44vw)!important;z-index:3}.todo-hero-copy{bottom:7%;left:4vw;position:absolute;width:58%;z-index:4}.todo-hero-copy>p,.todo-hero-copy>div{font-size:.62rem;letter-spacing:.13em;text-transform:uppercase}.todo-hero h1{font-size:clamp(4.6rem,8.3vw,10rem);font-weight:300;letter-spacing:-.075em;line-height:.78;margin:2.3rem 0;text-transform:lowercase}.todo-hero h1 i,.todo-intro h2 i,.todo-philosophy h2 i,.todo-focus h2 i,.todo-live h2 i{background:linear-gradient(90deg,var(--cyan),#7e8efa,var(--violet),var(--pink),var(--orange));-webkit-background-clip:text;background-clip:text;color:transparent;font-style:normal}.todo-hero-copy>div{border-top:1px solid #333;display:flex;justify-content:space-between;padding-top:1rem}.todo-hero-copy>div b{font-weight:400}.todo-hero-device{position:absolute;right:8vw;top:52%;transform:translateY(-50%) rotate(3deg);z-index:3}.todo-orbit{display:none}
.todo-phone{background:#070707;border:2px solid #424242;border-radius:48px;box-shadow:0 45px 110px rgba(0,0,0,.72),0 0 55px rgba(126,142,250,.22);height:670px;overflow:hidden;padding:8px;width:326px}.todo-phone-top{align-items:center;color:#fff;display:flex;font-size:.54rem;height:23px;justify-content:space-between;padding:0 10px}.todo-phone-top i{background:#000;border-radius:20px;height:18px;width:80px}.todo-phone-top b{font-size:.42rem}.todo-screen{background:#090a0d;border-radius:36px;color:#fff;height:calc(100% - 23px);overflow:hidden;padding:25px 18px 0;position:relative}.todo-app-head{align-items:center;display:flex;justify-content:space-between}.todo-app-head small{color:#777;font-size:.46rem;letter-spacing:.1em}.todo-app-head h3{font-size:1.85rem;font-weight:400;letter-spacing:-.06em;margin:3px 0;text-transform:lowercase}.todo-app-head button{background:linear-gradient(135deg,var(--cyan),var(--violet),var(--pink));border:0;border-radius:50%;color:#fff;height:34px;font-size:.5rem;width:34px}.todo-date-row{display:grid;gap:4px;grid-template-columns:repeat(5,1fr);margin:14px 0}.todo-date-row span{border:1px solid #202126;border-radius:11px;color:#696a70;font-size:.42rem;line-height:1.6;padding:7px 2px;text-align:center}.todo-date-row b{color:#aaa;font-size:.65rem}.todo-date-row .active{background:linear-gradient(135deg,var(--cyan),var(--violet),var(--pink));border:0;color:#fff}.todo-date-row .active b{color:#fff}.todo-progress{background:linear-gradient(135deg,rgba(85,237,244,.14),rgba(166,109,241,.18),rgba(242,100,188,.16));border:1px solid rgba(255,255,255,.16);border-radius:15px;padding:13px}.todo-progress>div{align-items:baseline;display:flex;gap:6px}.todo-progress>div b{font-size:1.25rem}.todo-progress>div span{font-size:.5rem}.todo-progress>i{background:#24252a;border-radius:5px;display:block;height:5px;margin:8px 0 5px;overflow:hidden}.todo-progress em{background:linear-gradient(90deg,var(--cyan),var(--violet),var(--pink),var(--orange));display:block;height:100%;width:67%}.todo-progress small{color:#777;font-size:.44rem}.todo-list{display:flex;flex-direction:column;gap:7px;margin-top:12px}.todo-list article{align-items:center;background:#15161a;border:1px solid #28292e;border-radius:12px;display:grid;gap:9px;grid-template-columns:auto 1fr auto;padding:10px}.todo-list article>button{background:transparent;border:1px solid #555;border-radius:50%;height:19px;width:19px}.todo-list .done>button{background:linear-gradient(135deg,var(--cyan),var(--violet));border:0;color:#fff;font-size:.55rem}.todo-list b{display:block;font-size:.6rem;font-weight:500}.todo-list small{color:#6e7077;font-size:.44rem}.todo-list article>span{color:#f7c84d;font-size:.76rem}.todo-list .done b{text-decoration:line-through}.todo-tabbar{align-items:center;background:#111216;border-top:1px solid #292a2e;bottom:0;color:#666;display:grid;grid-template-columns:1fr 1fr auto 1fr 1fr;left:0;padding:12px 9px 10px;position:absolute;right:0;text-align:center}.todo-tabbar span{font-size:.72rem}.todo-tabbar span small{display:block;font-size:.39rem;margin-top:3px}.todo-tabbar .active{color:var(--cyan)}.todo-tabbar button{background:linear-gradient(135deg,var(--cyan),var(--violet),var(--pink));border:0;border-radius:50%;color:#fff;font-size:1.3rem;height:40px;margin-top:-28px;width:40px}
.todo-home-screen{background:radial-gradient(circle at 50% 24%,rgba(166,109,241,.34),transparent 32%),radial-gradient(circle at 35% 65%,rgba(85,237,244,.17),transparent 34%),#08090c;border-radius:36px;color:#fff;height:calc(100% - 23px);overflow:hidden;padding:30px 18px;position:relative;text-align:center}.todo-home-screen>p{color:#aaa;font-size:.48rem;letter-spacing:.14em;margin:6px 0;text-transform:uppercase}.todo-home-screen>h3{font-size:3.7rem;font-weight:300;letter-spacing:-.08em;margin:0}.todo-launch-icon{background:transparent;border:0;color:#fff;cursor:pointer;left:25px;padding:0;position:absolute;top:190px;width:76px}.todo-launch-icon img{border:1px solid rgba(255,255,255,.24);border-radius:19px;box-shadow:0 14px 34px rgba(166,109,241,.35);display:block;height:68px;object-fit:cover;transition:transform .25s,box-shadow .25s;width:68px}.todo-launch-icon:hover img{box-shadow:0 0 36px rgba(85,237,244,.62);transform:scale(1.07)}.todo-launch-icon span{display:block;font-size:.44rem;margin-top:7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.todo-home-screen>small{bottom:105px;color:#a9a9af;font-size:.48rem;left:0;letter-spacing:.12em;position:absolute;right:0;text-transform:uppercase}.todo-home-dock{backdrop-filter:blur(18px);background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);border-radius:24px;bottom:16px;display:flex;gap:17px;justify-content:center;left:18px;padding:13px;position:absolute;right:18px}.todo-home-dock i{background:linear-gradient(135deg,#3c3f49,#18191d);border-radius:10px;height:37px;width:37px}.todo-tabbar>button:not(.todo-add){background:transparent;border:0;color:#666;font-size:.72rem;height:auto;margin:0;padding:0;width:auto}.todo-tabbar>button small{display:block;font-size:.39rem;margin-top:3px}.todo-tabbar>button.active{color:var(--cyan)}.todo-tabbar .todo-add{background:linear-gradient(135deg,var(--cyan),var(--violet),var(--pink));border:0;border-radius:50%;color:#fff;font-size:1.3rem;height:40px;margin-top:-28px;width:40px}.todo-add-sheet{background:#17181d;border:1px solid #34353c;border-radius:20px;bottom:72px;box-shadow:0 20px 50px #000;left:12px;padding:16px;position:absolute;right:12px;z-index:9}.todo-add-sheet>small{color:#888;font-size:.45rem;letter-spacing:.13em}.todo-add-sheet input{background:#0c0d10;border:1px solid #33343a;border-radius:10px;color:#fff;font:500 .65rem Inter;margin:10px 0;padding:12px;width:100%}.todo-add-sheet>div{display:flex;gap:8px;justify-content:flex-end}.todo-add-sheet button{background:#292a31;border:0;border-radius:8px;color:#fff;font-size:.5rem;padding:8px 10px}.todo-add-sheet button:last-child{background:linear-gradient(135deg,var(--cyan),var(--violet));color:#090a0d}.todo-add-sheet button:disabled{opacity:.35}
.todo-home-screen{background:radial-gradient(circle at 50% 24%,rgba(166,109,241,.34),transparent 32%),radial-gradient(circle at 35% 65%,rgba(85,237,244,.17),transparent 34%),#08090c;border-radius:36px;color:#fff;height:calc(100% - 23px);overflow:hidden;padding:30px 18px;position:relative;text-align:center}.todo-home-screen>p{color:#aaa;font-size:.48rem;letter-spacing:.14em;margin:6px 0;text-transform:uppercase}.todo-home-screen>h3{font-size:3.7rem;font-weight:300;letter-spacing:-.08em;margin:0}.todo-launch-icon{background:transparent;border:0;color:#fff;cursor:pointer;left:25px;padding:0;position:absolute;top:190px;width:76px}.todo-launch-icon img{border:1px solid rgba(255,255,255,.24);border-radius:19px;box-shadow:0 14px 34px rgba(166,109,241,.35);display:block;height:68px;object-fit:cover;transition:transform .25s,box-shadow .25s;width:68px}.todo-launch-icon:hover img{box-shadow:0 0 36px rgba(85,237,244,.62);transform:scale(1.07)}.todo-launch-icon span{display:block;font-size:.44rem;margin-top:7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.todo-home-screen>small{bottom:105px;color:#a9a9af;font-size:.48rem;left:0;letter-spacing:.12em;position:absolute;right:0;text-transform:uppercase}.todo-home-dock{backdrop-filter:blur(18px);background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);border-radius:24px;bottom:16px;display:flex;gap:17px;justify-content:center;left:18px;padding:13px;position:absolute;right:18px}.todo-home-dock i{background:linear-gradient(135deg,#3c3f49,#18191d);border-radius:10px;height:37px;width:37px}.todo-tabbar>button:not(.todo-add){background:transparent;border:0;color:#666;font-size:.72rem;height:auto;margin:0;padding:0;width:auto}.todo-tabbar>button small{display:block;font-size:.39rem;margin-top:3px}.todo-tabbar>button.active{color:var(--cyan)}.todo-tabbar .todo-add{background:linear-gradient(135deg,var(--cyan),var(--violet),var(--pink));border:0;border-radius:50%;color:#fff;font-size:1.3rem;height:40px;margin-top:-28px;width:40px}
.todo-intro{display:grid;gap:5vw;grid-template-columns:.22fr 1.2fr .32fr;padding:10rem 5vw}.todo-intro>span,.todo-philosophy span,.todo-section-head>span,.todo-focus-copy>span,.todo-live>div>span{font-size:.62rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase}.todo-intro h2,.todo-section-head h2,.todo-focus h2,.todo-live h2{font-size:clamp(3.4rem,6vw,7rem);font-weight:300;letter-spacing:-.065em;line-height:.92;margin:0 0 2.6rem;text-transform:lowercase}.todo-intro>div>p{color:#4b4b4b;font-size:1rem;line-height:1.8;max-width:700px}.todo-intro aside{border-top:1px solid #bbb;font-size:.7rem;line-height:1.8;padding-top:1rem}.todo-intro aside p{margin-top:1rem}
.todo-philosophy{background:#000;color:#fff;display:grid;gap:8vw;grid-template-columns:1fr 1fr;padding:9rem 5vw;position:relative}.todo-philosophy:after{background:radial-gradient(circle,rgba(85,237,244,.18),rgba(166,109,241,.12) 35%,rgba(242,100,188,.08) 52%,transparent 70%);content:"";height:600px;left:8%;position:absolute;top:20%;width:600px}.todo-philosophy>div{position:relative;z-index:2}.todo-philosophy h2{font-size:clamp(5.5rem,10vw,12rem);font-weight:300;letter-spacing:-.08em;line-height:.67;margin:5rem 0 0;text-transform:lowercase}.todo-manifesto{align-self:end}.todo-manifesto article{background:rgba(255,255,255,.035);border:1px solid #2b2b2b;border-radius:24px;margin:10px 0;padding:2rem}.todo-manifesto b{font-size:1.15rem;font-weight:400;letter-spacing:-.02em;text-transform:lowercase}.todo-manifesto p{color:#777;font-size:.84rem;margin:1rem 0 0}
.todo-icon-story{background:#07080a;color:#fff;display:grid;gap:8vw;grid-template-columns:.8fr 1.2fr;min-height:92vh;overflow:hidden;padding:9rem 6vw}.todo-icon-story>div:first-child{align-self:center;position:relative;z-index:2}.todo-icon-story span{font-size:.62rem;font-weight:600;letter-spacing:.13em}.todo-icon-story h2{font-size:clamp(3.8rem,6vw,7.5rem);font-weight:300;letter-spacing:-.07em;line-height:.84;margin:4rem 0 2rem;text-transform:lowercase}.todo-icon-story h2 i{background:linear-gradient(90deg,var(--cyan),var(--violet),var(--pink),var(--orange));-webkit-background-clip:text;background-clip:text;color:transparent;font-style:normal}.todo-icon-story p{color:#8d8f96;font-size:.88rem;line-height:1.8;max-width:490px}.todo-icon-stage{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative}.todo-icon-stage img{border:1px solid rgba(255,255,255,.25);border-radius:25%;box-shadow:0 50px 120px rgba(0,0,0,.7),0 0 80px rgba(166,109,241,.4);position:relative;width:min(360px,55vw);z-index:2}.todo-icon-stage b{font-size:.68rem;letter-spacing:.28em;margin-top:2.5rem;position:relative;z-index:2}.todo-icon-stage small{color:#696b72;font-size:.5rem;letter-spacing:.18em;margin-top:.7rem;position:relative;z-index:2}.todo-icon-aura{background:conic-gradient(from 30deg,var(--cyan),var(--violet),var(--pink),var(--orange),var(--cyan));border-radius:50%;filter:blur(70px);height:460px;opacity:.36;position:absolute;transform:scale(1.15);width:460px}
.todo-system{padding:10rem 3vw}.todo-section-head{align-items:end;display:grid;gap:4vw;grid-template-columns:.25fr 1.25fr .4fr;margin-bottom:5rem}.todo-section-head p{color:#555;font-size:.8rem;line-height:1.7}.todo-feature-grid{display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.todo-feature-grid article{background:#fff;border:1px solid #e1e1e1;border-radius:28px;box-shadow:0 18px 50px rgba(0,0,0,.05);min-height:450px;padding:1.5rem;transition:transform .3s}.todo-feature-grid article:hover{transform:translateY(-8px)}.todo-feature-grid>article>span{color:#aaa;font-size:.56rem}.todo-feature-icon{align-items:center;border-radius:22px;color:#fff;display:flex;font-size:2rem;height:82px;justify-content:center;margin:5rem auto 4rem;width:82px}.icon-01{background:linear-gradient(135deg,var(--cyan),#7e8efa)}.icon-02{background:linear-gradient(135deg,#7e8efa,var(--violet))}.icon-03{background:linear-gradient(135deg,var(--violet),var(--pink))}.icon-04{background:linear-gradient(135deg,var(--pink),var(--orange))}.todo-feature-grid h3{font-size:1.25rem;font-weight:500;letter-spacing:-.04em;text-transform:lowercase}.todo-feature-grid p{color:#777;font-size:.74rem;line-height:1.7}
.todo-focus{background:#f6f6f6;display:grid;grid-template-columns:1fr 1fr;min-height:100vh;overflow:hidden;padding:9rem 5vw}.todo-focus-copy{align-self:center;max-width:660px}.todo-focus h2{margin:4rem 0 3rem}.todo-focus-copy>p{color:#555;font-size:.92rem;line-height:1.8;max-width:520px}.todo-focus-copy>div{border-top:1px solid #bbb;display:flex;font-size:.6rem;gap:1rem;letter-spacing:.11em;margin-top:4rem;padding-top:1rem}.todo-focus-copy>div i{font-style:normal}.todo-focus-device{align-items:center;display:flex;justify-content:center}.todo-phone-compact{transform:rotate(-3deg) scale(.9)}
.todo-visual{background:#000;color:#fff;padding:9rem 3vw}.todo-section-head.light h2{color:#fff}.todo-colors{display:grid;gap:12px;grid-template-columns:repeat(5,1fr);min-height:350px}.todo-colors article{border-radius:24px;display:flex;flex-direction:column;justify-content:space-between;padding:1rem;transition:transform .3s}.todo-colors article:hover{transform:translateY(-10px)}.todo-colors b,.todo-colors span{font-size:.56rem;letter-spacing:.1em}.c-black{background:#111;border:1px solid #333}.c-cyan{background:var(--cyan);color:#111}.c-violet{background:var(--violet)}.c-pink{background:var(--pink)}.c-paper{background:#fff;color:#111}
.todo-live{display:grid;gap:5vw;grid-template-columns:.62fr 1.38fr;padding:10rem 4vw}.todo-live>div:first-child{align-self:center}.todo-live h2{font-size:clamp(3.5rem,6vw,7rem);margin:4rem 0 2rem}.todo-live p{color:#555;font-size:.82rem;line-height:1.8;max-width:500px}.todo-live a,.todo-result a{border-bottom:1px solid;display:inline-block;font-size:.65rem;font-weight:600;letter-spacing:.11em;margin-top:2rem;padding-bottom:.5rem;text-transform:uppercase}.todo-browser{background:#fff;border:1px solid #ddd;border-radius:22px;box-shadow:0 25px 70px rgba(0,0,0,.12);overflow:hidden}.todo-browser>div{align-items:center;background:#f0f0f0;display:flex;gap:7px;height:42px;padding:0 14px}.todo-browser>div i{background:#cacaca;border-radius:50%;height:8px;width:8px}.todo-browser>div span{background:#fff;border-radius:6px;color:#999;font-size:.52rem;margin:auto;padding:.4rem;text-align:center;width:55%}.todo-browser iframe{border:0;display:block;height:650px;width:100%}
.todo-result{background:#000;color:#fff;padding:9rem 5vw 7rem;position:relative}.todo-result>*{position:relative}.todo-result>p{font-size:.62rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.todo-result h2{font-size:clamp(3.8rem,7.3vw,8.5rem);font-weight:300;letter-spacing:-.07em;line-height:.9;margin:4rem 0;max-width:1400px;text-transform:lowercase}.todo-footer{background:#000;border-top:1px solid #282828;color:#fff;display:grid;font-size:.62rem;grid-template-columns:1fr 1fr 1fr;padding:1.3rem 2rem}.todo-footer a:nth-child(2){text-align:center}.todo-footer a:last-child{text-align:right}
@media(max-width:900px){.todo-brand-logo{width:55vw!important}.todo-hero-copy{width:72%}.todo-hero-device{opacity:.65;right:-3vw}.todo-intro,.todo-section-head,.todo-philosophy,.todo-icon-story,.todo-focus,.todo-live{grid-template-columns:1fr}.todo-feature-grid{grid-template-columns:1fr 1fr}.todo-focus-device{margin-top:4rem}.todo-icon-stage{margin-top:4rem}}
@media(max-width:560px){.todo-nav{grid-template-columns:1fr 1fr}.todo-nav span{display:none}.todo-brand-logo{left:1rem;top:2rem;width:84vw!important}.todo-hero{min-height:920px}.todo-hero-copy{bottom:4%;left:1rem;width:calc(100% - 2rem)}.todo-hero h1{font-size:17vw}.todo-hero-copy>div{align-items:flex-start;flex-direction:column;gap:.5rem}.todo-hero-device{opacity:1;right:50%;top:43%;transform:translate(50%,-50%) rotate(2deg) scale(.72)}.todo-intro,.todo-philosophy,.todo-icon-story,.todo-system,.todo-focus,.todo-visual,.todo-live,.todo-result{padding:6rem 1rem}.todo-intro h2,.todo-icon-story h2,.todo-section-head h2,.todo-focus h2,.todo-live h2{font-size:15vw}.todo-philosophy h2{font-size:22vw;margin-bottom:5rem}.todo-feature-grid{grid-template-columns:1fr}.todo-feature-grid article{min-height:340px}.todo-feature-icon{margin:3rem auto}.todo-focus-device{height:620px}.todo-phone-compact{transform:scale(.82)}.todo-colors{grid-template-columns:1fr;min-height:700px}.todo-browser iframe{height:540px}.todo-result h2{font-size:15vw}.todo-footer{grid-template-columns:1fr;gap:.6rem}.todo-footer a:nth-child(2),.todo-footer a:last-child{text-align:left}}

/* Premium product-case-study art direction */
.todo-case{--acid:#c8ff28;--ink:#050607;overflow-x:hidden}.todo-nav{backdrop-filter:blur(22px);background:rgba(5,6,7,.82);border-bottom:1px solid rgba(255,255,255,.1);height:58px;padding-inline:2vw}.todo-nav a:last-child{color:var(--acid)}
.todo-hero{height:calc(100svh - 58px);min-height:820px}.todo-hero:before{background:radial-gradient(circle at 78% 42%,rgba(85,237,244,.2),transparent 18%),radial-gradient(circle at 73% 61%,rgba(166,109,241,.22),transparent 27%),radial-gradient(circle at 38% 90%,rgba(242,100,188,.13),transparent 30%)}.todo-tech-grid{background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:64px 64px;inset:0;mask-image:linear-gradient(to bottom,#000,transparent 92%);position:absolute}.todo-brand-logo{filter:brightness(1.08);left:2.5vw;top:2.4vw;width:min(470px,36vw)!important}.todo-hero-copy{bottom:8%;left:2.7vw;width:61%}.todo-hero-copy>p{align-items:center;display:flex;gap:.55rem}.todo-live-dot{animation:todoPulse 1.8s infinite;background:var(--acid);border-radius:50%;box-shadow:0 0 14px var(--acid);display:inline-block;height:7px;width:7px}.todo-hero h1{font-size:clamp(5rem,9.4vw,11.5rem);line-height:.73;margin:1.8rem 0 2.4rem}.todo-hero h1 i{filter:drop-shadow(0 0 28px rgba(166,109,241,.22))}.todo-hero-copy>div{border-color:rgba(255,255,255,.18);max-width:850px}.todo-hero-device{right:9vw;top:49%;transform:translateY(-50%) rotate(5deg) scale(1.03)}.todo-phone{border-color:#555;box-shadow:0 65px 130px rgba(0,0,0,.85),0 0 0 10px rgba(255,255,255,.035),0 0 90px rgba(126,142,250,.25)}.todo-device-label{align-items:center;background:rgba(10,11,13,.72);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#fff;display:flex;font-size:.48rem;gap:.65rem;letter-spacing:.11em;padding:.65rem .9rem;position:absolute;z-index:5}.todo-device-label small{background:var(--acid);border-radius:50%;color:#080808;display:grid;height:24px;place-items:center;width:24px}.label-one{right:2.8vw;top:25%}.label-two{right:4vw;top:71%}.label-two small{background:var(--cyan)}.todo-hero-index{align-items:center;bottom:1.2rem;color:#74767e;display:flex;font-size:.48rem;gap:1rem;left:2.7vw;letter-spacing:.13em;position:absolute;right:2.7vw;z-index:5}.todo-hero-index b{color:#fff}.todo-hero-index i{font-style:normal;margin-left:auto}.todo-marquee{background:var(--acid);color:#050607;overflow:hidden;padding:.9rem 0;white-space:nowrap}.todo-marquee div{animation:todoMarquee 26s linear infinite;font-size:.65rem;font-weight:700;letter-spacing:.16em;width:max-content}.todo-marquee i{font-style:normal;margin:0 2.2rem}
.todo-intro{border-bottom:1px solid #dedede;padding-block:12rem}.todo-intro h2{font-size:clamp(4rem,6.7vw,8.5rem)}.todo-intro>div>p{font-size:1.05rem}.todo-proof{background:#f3f3ef;display:grid;grid-template-columns:repeat(3,1fr);padding:0 3vw}.todo-proof article{border-left:1px solid #d1d1cd;min-height:330px;padding:2.4rem;position:relative}.todo-proof article:last-child{border-right:1px solid #d1d1cd}.todo-proof small{color:#8c8d88;font-size:.58rem}.todo-proof b{display:block;font-size:.78rem;letter-spacing:.12em;margin-top:7rem}.todo-proof p{color:#646561;font-size:.78rem;line-height:1.7;max-width:340px}.todo-philosophy{min-height:100vh;padding-block:12rem}.todo-philosophy h2{font-size:clamp(6rem,11.5vw,14rem)}.todo-manifesto article{backdrop-filter:blur(12px);transition:border-color .3s,transform .3s}.todo-manifesto article:hover{border-color:var(--acid);transform:translateX(-12px)}
.todo-icon-story{min-height:100vh}.todo-icon-stage img{animation:todoFloat 5s ease-in-out infinite;border-radius:28%;width:min(390px,55vw)}.todo-icon-aura{animation:todoAura 7s linear infinite}.todo-system{padding-block:12rem}.todo-feature-grid article{border-color:#d7d7d7;border-radius:12px;box-shadow:none;overflow:hidden;position:relative}.todo-feature-grid article:after{background:linear-gradient(90deg,var(--cyan),var(--violet),var(--pink),var(--orange));bottom:0;content:"";height:4px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .35s;width:100%}.todo-feature-grid article:hover:after{transform:scaleX(1)}
.todo-product-world{background:#08090b;color:#fff;padding:11rem 3vw}.todo-world-head{align-items:end;display:grid;grid-template-columns:.35fr 1fr;margin-bottom:6rem}.todo-world-head>span{font-size:.58rem;letter-spacing:.14em}.todo-world-head h2{font-size:clamp(4.5rem,7vw,9rem);font-weight:300;letter-spacing:-.07em;line-height:.85;margin:0;text-transform:lowercase}.todo-world-head h2 i{background:linear-gradient(90deg,var(--cyan),var(--violet),var(--pink));-webkit-background-clip:text;background-clip:text;color:transparent;font-style:normal}.todo-world-grid{display:grid;gap:1rem;grid-template-columns:1.2fr .8fr 1fr}.todo-world-grid article{background:#111318;border:1px solid #25272d;border-radius:28px;min-height:500px;padding:2rem}.todo-world-grid small{color:#6f727a;font-size:.52rem;letter-spacing:.14em}.todo-world-grid h3{font-size:2.5rem;font-weight:300;letter-spacing:-.06em;margin:4rem 0 2rem}.world-tasks>div{align-items:center;background:#181a20;border:1px solid #2b2d34;border-radius:14px;display:flex;gap:1rem;margin:.7rem 0;padding:1rem}.world-tasks>div b{align-items:center;background:linear-gradient(135deg,var(--cyan),var(--violet));border-radius:50%;display:flex;height:28px;justify-content:center;width:28px}.world-tasks>div span{font-size:.78rem}.world-score{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.world-score strong{background:linear-gradient(135deg,var(--cyan),var(--violet),var(--pink));-webkit-background-clip:text;background-clip:text;color:transparent;font-size:6.5rem;font-weight:300;letter-spacing:-.08em}.world-score>div{display:flex;gap:6px;margin:2rem 0}.world-score i{background:#24262d;border-radius:8px;height:52px;width:13px}.world-score i:nth-child(n+2):nth-child(-n+6){background:linear-gradient(var(--cyan),var(--violet))}.world-score p{color:#777;font-size:.7rem}.world-lists>div{border-top:1px solid #2c2e34;display:flex;font-size:.78rem;justify-content:space-between;padding:1.25rem 0}.world-lists>div b{color:var(--acid);font-weight:400}.todo-focus{background:#eeeee9;padding-block:11rem}.todo-visual{padding-block:11rem}.todo-colors article{border-radius:12px}.todo-live{padding-block:12rem}.todo-browser{border-radius:12px;transform:perspective(1400px) rotateY(-4deg);transition:transform .5s}.todo-browser:hover{transform:perspective(1400px) rotateY(0)}.todo-result{min-height:100vh;overflow:hidden;padding-top:12rem}.todo-result h2{max-width:1250px;position:relative;z-index:2}.todo-result-mark{bottom:-5vw;color:rgba(255,255,255,.035);font-size:20vw;font-weight:700;letter-spacing:-.1em;line-height:.65;position:absolute;right:-1vw;text-align:right}.todo-result-mark span{color:var(--acid);font-size:1.2rem;vertical-align:top}
@keyframes todoPulse{50%{opacity:.35;transform:scale(.75)}}@keyframes todoMarquee{to{transform:translateX(-50%)}}@keyframes todoFloat{50%{transform:translateY(-16px) rotate(-2deg)}}@keyframes todoAura{to{transform:scale(1.15) rotate(360deg)}}
@media(max-width:1000px){.todo-device-label{display:none}.todo-hero-copy{width:68%}.todo-hero-device{right:2vw}.todo-proof{grid-template-columns:1fr}.todo-proof article{border-bottom:1px solid #d1d1cd;border-right:1px solid #d1d1cd;min-height:240px}.todo-proof b{margin-top:4rem}.todo-world-head,.todo-world-grid{grid-template-columns:1fr}.todo-world-head{gap:3rem}.todo-world-grid article{min-height:420px}}
@media(max-width:560px){.todo-nav{height:52px}.todo-hero{height:auto;min-height:1000px}.todo-tech-grid{background-size:40px 40px}.todo-brand-logo{top:1.5rem;width:78vw!important}.todo-hero-device{right:50%;top:41%;transform:translate(50%,-50%) rotate(3deg) scale(.74)}.todo-hero-copy{bottom:5rem;width:calc(100% - 2rem)}.todo-hero h1{font-size:18vw;line-height:.77}.todo-hero-index{display:none}.todo-proof{padding-inline:1rem}.todo-proof article{padding:2rem}.todo-world-head h2{font-size:16vw}.todo-world-grid article{min-height:390px}.todo-product-world{padding:7rem 1rem}.todo-result-mark{font-size:30vw}}
@media(prefers-reduced-motion:reduce){.todo-marquee div,.todo-icon-stage img,.todo-icon-aura,.todo-live-dot{animation:none!important}}

/* Whole-page interaction layer */
.todo-pointer-glow{background:radial-gradient(circle,rgba(200,255,40,.13),rgba(85,237,244,.08) 28%,transparent 68%);height:520px;left:var(--mx,72%);pointer-events:none;position:absolute;top:var(--my,40%);transform:translate(-50%,-50%);transition:left .12s linear,top .12s linear;width:520px;z-index:1}.todo-feature-grid>button{appearance:none;background:#fff;border:1px solid #d7d7d7;border-radius:12px;color:#080808;cursor:pointer;font-family:inherit;min-height:450px;overflow:hidden;padding:1.5rem;position:relative;text-align:left;transition:background .35s,border-color .35s,color .35s,transform .35s}.todo-feature-grid>button:hover,.todo-feature-grid>button.is-active{background:#0a0b0d;border-color:#0a0b0d;color:#fff;transform:translateY(-10px)}.todo-feature-grid>button:after{background:linear-gradient(90deg,var(--cyan),var(--violet),var(--pink),var(--orange));bottom:0;content:"";height:5px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .35s;width:100%}.todo-feature-grid>button:hover:after,.todo-feature-grid>button.is-active:after{transform:scaleX(1)}.todo-feature-grid>button>span{color:#999;font-size:.56rem}.todo-feature-grid>button h3{font-size:1.25rem;font-weight:500;letter-spacing:-.04em;text-transform:lowercase}.todo-feature-grid>button p{color:#777;font-size:.74rem;line-height:1.7}.todo-feature-grid>button:hover p,.todo-feature-grid>button.is-active p{color:#a8aab0}.todo-feature-grid>button>small{bottom:1.5rem;font-size:.5rem;letter-spacing:.14em;position:absolute}.todo-feature-preview{background:#0a0b0d;border-radius:20px;color:#fff;display:grid;gap:5vw;grid-template-columns:.7fr 1.3fr;margin-top:1rem;min-height:380px;padding:3rem}.todo-feature-preview>div:first-child{align-self:center}.todo-feature-preview small{color:#777;font-size:.52rem;letter-spacing:.14em}.todo-feature-preview h3{font-size:4.5rem;font-weight:300;letter-spacing:-.08em;margin:2rem 0 .5rem}.todo-feature-preview strong{background:linear-gradient(90deg,var(--cyan),var(--violet),var(--pink));-webkit-background-clip:text;background-clip:text;color:transparent;font-size:1rem;font-weight:400}.todo-feature-preview>div:last-child{align-self:center}.todo-feature-preview article{align-items:center;background:#15171b;border:1px solid #292b31;border-radius:14px;display:grid;gap:1rem;grid-template-columns:auto 1fr auto;margin:.7rem 0;padding:1.15rem}.todo-feature-preview article b{background:linear-gradient(135deg,var(--cyan),var(--violet));border-radius:50%;display:grid;height:30px;place-items:center;width:30px}.todo-feature-preview article span{font-size:.78rem}.todo-feature-preview article i{color:#6f727a;font-size:.45rem;font-style:normal;letter-spacing:.12em}
.todo-world-tabs{display:flex;gap:.6rem;margin:0 0 1.2rem}.todo-world-tabs button{background:transparent;border:1px solid #2c2e34;border-radius:999px;color:#73767e;cursor:pointer;font:500 .56rem Inter;letter-spacing:.12em;padding:.8rem 1.1rem;text-transform:uppercase;transition:.3s}.todo-world-tabs button:hover,.todo-world-tabs button.active{background:var(--acid);border-color:var(--acid);color:#080808}.todo-world-grid>button{appearance:none;color:#fff;cursor:pointer;font-family:inherit;text-align:left;transition:border-color .35s,filter .35s,opacity .35s,transform .35s}.todo-world-grid.active-focus .world-tasks,.todo-world-grid.active-rhythm .world-score,.todo-world-grid.active-lists .world-lists{border-color:var(--acid);box-shadow:0 0 45px rgba(200,255,40,.08);transform:translateY(-10px)}.todo-world-grid.active-focus>button:not(.world-tasks),.todo-world-grid.active-rhythm>button:not(.world-score),.todo-world-grid.active-lists>button:not(.world-lists){filter:saturate(.55);opacity:.56}.todo-world-status{border-top:1px solid #25272d;color:#a1a3aa;font-size:.72rem;letter-spacing:.06em;margin:3rem 0 0;padding-top:1.5rem}.world-score{text-align:center}.world-lists{text-align:left}
@media(max-width:900px){.todo-feature-preview{grid-template-columns:1fr}.todo-feature-grid>button{min-height:370px}.todo-pointer-glow{display:none}}@media(max-width:560px){.todo-feature-preview{padding:1.4rem}.todo-feature-preview h3{font-size:3.2rem}.todo-feature-preview article{padding:.9rem}.todo-world-tabs{overflow-x:auto}.todo-world-tabs button{flex:0 0 auto}}

/* Device-free interactive app surfaces */
.todo-product-demo{background:#090a0d;border:1px solid rgba(255,255,255,.2);border-radius:16px;box-shadow:0 55px 130px rgba(0,0,0,.72),0 0 90px rgba(126,142,250,.18);height:610px;overflow:hidden;position:relative;width:min(570px,42vw)}.todo-demo-bar{align-items:center;background:#15161a;border-bottom:1px solid #292a30;color:#747780;display:grid;font-size:.48rem;grid-template-columns:1fr auto 1fr;height:46px;letter-spacing:.12em;padding:0 16px}.todo-demo-bar>div{display:flex;gap:6px}.todo-demo-bar i{background:#464851;border-radius:50%;height:7px;width:7px}.todo-demo-bar span{text-align:center}.todo-demo-bar b{align-items:center;color:var(--acid);display:flex;font-size:.45rem;font-weight:600;gap:6px;justify-self:end}.todo-demo-bar b:before{background:var(--acid);border-radius:50%;box-shadow:0 0 9px rgba(200,255,40,.75);content:"";height:5px;width:5px}.todo-product-demo .todo-screen{border-radius:0;height:calc(100% - 46px);padding:24px 26px 0}.todo-product-demo .todo-app-head h3{font-size:2.15rem}.todo-demo-status{align-items:center;border:1px solid #30323a;border-radius:999px;color:#898c94;display:flex;font-size:.44rem;gap:7px;letter-spacing:.1em;padding:.55rem .7rem}.todo-demo-status i{background:var(--cyan);border-radius:50%;box-shadow:0 0 8px rgba(85,237,244,.7);height:5px;width:5px}.todo-product-demo .todo-date-row{gap:8px}.todo-product-demo .todo-date-row span{padding:8px 4px}.todo-product-demo .todo-progress{align-items:center;border-radius:12px;display:grid;gap:14px;grid-template-columns:1fr 1.4fr auto}.todo-product-demo .todo-progress>i{margin:0}.todo-product-demo .todo-list{display:grid;grid-template-columns:1fr 1fr}.todo-product-demo .todo-list article{min-height:62px}.todo-product-demo .todo-tabbar{padding-inline:20px}.todo-product-demo .todo-add-sheet{left:auto;max-width:360px;right:18px;width:calc(100% - 36px)}.todo-product-demo-compact{height:620px;transform:perspective(1400px) rotateY(-3deg);transition:transform .45s;width:min(650px,100%)}.todo-product-demo-compact:hover{transform:perspective(1400px) rotateY(0)}.todo-focus-device{padding-left:3vw}.todo-hero-device{right:3.5vw;transform:translateY(-50%) rotate(1.5deg);transition:transform .45s}.todo-hero-device:hover{transform:translateY(-50%)}
@media(max-width:1100px){.todo-product-demo{width:min(500px,46vw)}.todo-product-demo .todo-list{grid-template-columns:1fr}.todo-product-demo .todo-list article:nth-child(n+4){display:none}.todo-hero-copy{width:58%}}
@media(max-width:900px){.todo-hero{min-height:980px}.todo-hero-device{right:3vw;top:42%}.todo-product-demo{width:min(520px,62vw)}.todo-hero-copy{bottom:6%;width:78%}.todo-focus-device{padding-left:0}.todo-product-demo-compact{width:min(680px,94vw)}}
@media(max-width:560px){.todo-hero{min-height:930px}.todo-hero-device{right:1rem;top:38%;transform:none}.todo-hero-device:hover{transform:none}.todo-product-demo{height:520px;width:calc(100vw - 2rem)}.todo-product-demo .todo-screen{padding:18px 14px 0}.todo-product-demo .todo-date-row span:first-child,.todo-product-demo .todo-date-row span:last-child{display:none}.todo-product-demo .todo-date-row{grid-template-columns:repeat(3,1fr)}.todo-product-demo .todo-progress{display:block}.todo-product-demo .todo-progress>i{margin:8px 0 5px}.todo-product-demo .todo-list article{min-height:56px}.todo-product-demo .todo-tabbar{padding-inline:8px}.todo-demo-bar span{display:none}.todo-demo-bar{grid-template-columns:1fr 1fr}.todo-product-demo-compact{height:560px;transform:none}.todo-focus-device{height:auto}.todo-hero-copy{bottom:3rem}}
