@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";
:root{--ink:#19211d;--muted:#748078;--line:#e4e9e5;--paper:#fff;--bg:#f3f5f2;--green:#207a58;--green2:#50a77e;--mint:#dff2e8;--nav:#17251f}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--ink);margin:0;font-family:DM Sans,sans-serif}button,input{font:inherit}button{cursor:pointer}svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.shell{grid-template-columns:248px 1fr;min-height:100vh;display:grid}.sidebar{background:var(--nav);color:#fff;flex-direction:column;width:248px;padding:34px 22px 24px;display:flex;position:fixed;inset:0 auto 0 0}.wordmark{align-items:center;gap:12px;font-family:Manrope;font-size:21px;display:flex}.logo{color:#fff;background:linear-gradient(145deg,#4eb086,#277a5a);border-radius:12px;place-items:center;width:38px;height:38px;display:grid;box-shadow:0 8px 25px #062b1f55}.logo svg{width:20px}.sidebar nav{gap:7px;margin-top:58px;display:grid}.sidebar nav button,.logout{color:#8fa199;text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:13px;padding:12px 14px;font-weight:600;display:flex}.sidebar nav button:hover,.sidebar nav button.active{color:#fff;background:#25372f}.sidebar nav button.active{box-shadow:inset 3px 0 #66c49c}.sidebar-quote{color:#8fa199;background:#1d3027;border:1px solid #31463c;border-radius:16px;margin-top:auto;padding:18px}.sidebar-quote svg{color:#71cba3}.sidebar-quote p{margin:10px 0 0;font-size:13px;line-height:1.55}.sidebar-quote b{color:#dfe9e4}.logout{margin-top:10px}.workspace{grid-column:2;width:100%;max-width:1160px;margin:auto;padding:48px 64px 80px}.mobile-head,.mobile-nav{display:none}.welcome{justify-content:space-between;align-items:center;margin-bottom:34px;display:flex}.kicker{color:var(--green);letter-spacing:.14em;font:700 11px Manrope;margin:0 0 8px!important}.welcome h1,.panel h1{letter-spacing:-.045em;margin:0;font:800 clamp(32px,4vw,47px)/1.12 Manrope}.welcome>div>p:last-child,.panel header>p:last-child{color:var(--muted);margin:9px 0 0}.progress{background:conic-gradient(var(--green) var(--progress),#e5e9e5 0);border-radius:50%;width:86px;height:86px;padding:7px;box-shadow:0 7px 22px #173a2a12}.progress>span{background:var(--bg);text-align:center;border-radius:50%;place-content:center;height:100%;display:grid}.progress b{font:800 18px Manrope}.progress small{color:var(--muted);font-size:9px}.focus-card{color:#fff;background:linear-gradient(120deg,#1b6148,#287e5d 60%,#3c9470);border-radius:24px;justify-content:space-between;align-items:center;min-height:206px;padding:38px 42px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 45px #1b64482d}.focus-card>div:not(.orb){z-index:1;position:relative}.focus-label{color:#bde5d2;letter-spacing:.12em;align-items:center;gap:8px;font:700 10px Manrope;display:flex}.focus-label svg{width:16px}.focus-card h2{letter-spacing:-.035em;max-width:600px;margin:18px 0 8px;font:700 clamp(23px,3vw,34px) Manrope}.focus-card p{color:#c9e5d8;margin:0}.focus-score{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff12;border:1px solid #fff2;border-radius:17px;align-items:center;gap:12px;padding:19px 23px;display:flex!important}.focus-score b{font:800 35px Manrope}.focus-score span{color:#c9e5d8;font-size:11px}.orb{border:1px solid #fff2;border-radius:50%;position:absolute}.orb.one{width:260px;height:260px;top:-120px;right:-90px}.orb.two{width:170px;height:170px;bottom:-140px;right:120px}.task-area{margin-top:40px}.section-title h2{margin:0;font:700 21px Manrope}.section-title p{color:var(--muted);margin:5px 0 20px;font-size:13px}.composer{border:1px solid var(--line);background:#fff;border-radius:16px;align-items:center;gap:12px;padding:8px 8px 8px 17px;transition:all .2s;display:flex;box-shadow:0 8px 28px #1833240a}.composer:focus-within{border-color:#75b397;box-shadow:0 0 0 4px #207a5810}.composer>span{color:#8aa096;display:flex}.composer input{min-width:0;color:var(--ink);border:0;outline:0;flex:1;padding:12px 0}.composer input::placeholder{color:#9ca69f}.composer button,.primary{background:var(--green);color:#fff;border:0;border-radius:11px;padding:12px 19px;font-weight:700}.composer button:disabled{opacity:.35}.task-list{gap:9px;margin-top:15px;display:grid}.task{background:#fff;border:1px solid #0000;border-radius:15px;align-items:center;gap:15px;padding:15px 17px;transition:all .18s;display:flex}.task:hover{border-color:#d8e4dc;transform:translateY(-1px);box-shadow:0 10px 25px #1935250a}.check{color:#fff;background:#fff;border:1.5px solid #b7c3bc;border-radius:8px;flex:none;place-items:center;width:25px;height:25px;padding:0;display:grid}.check svg{width:16px}.task.done .check{background:var(--green2);border-color:var(--green2)}.task>div{flex:1;gap:3px;display:grid}.task>div span{font-weight:600}.task>div small{color:#97a199}.task.done>div span{color:#8b978f;text-decoration:line-through}.delete{color:#a2aca6;opacity:0;background:0 0;border:0;padding:7px}.task:hover .delete,.task:focus-within .delete{opacity:1}.delete:hover{color:#bd5757}.empty{text-align:center;background:#f9faf8;border:1px dashed #cfd9d2;border-radius:18px;padding:55px 20px}.empty>span{width:46px;height:46px;color:var(--green);background:var(--mint);border-radius:14px;place-items:center;margin:auto;display:grid}.empty h3{margin:14px 0 6px;font:700 18px Manrope}.empty p{max-width:400px;color:var(--muted);margin:auto;font-size:14px;line-height:1.6}.panel{max-width:800px;margin:auto}.back{color:var(--green);background:0 0;border:0;align-items:center;gap:8px;margin-bottom:45px;font-weight:700;display:flex}.back svg{width:17px}.panel header{margin-bottom:30px}.panel-body{border:1px solid var(--line);background:#fff;border-radius:22px;padding:30px;box-shadow:0 15px 40px #1c38280a}.field{color:#526059;gap:7px;margin:17px 0;font-size:13px;font-weight:700;display:grid}.field input{border:1px solid var(--line);border-radius:10px;outline:0;width:100%;padding:13px 14px}.field input:focus{border-color:#73ae92;box-shadow:0 0 0 4px #207a5810}.profile{border-bottom:1px solid var(--line);align-items:center;gap:16px;padding-bottom:20px;display:flex}.avatar{background:var(--mint);width:38px;height:38px;color:var(--green);border-radius:50%;place-items:center;font-weight:800;display:grid}.avatar.large{width:68px;height:68px;font-size:22px;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%}.profile>div:last-child{gap:4px;display:grid}.profile span{color:var(--muted);font-size:13px}.primary{margin-top:8px}.notice{color:var(--green);font-size:13px}.setting{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:19px 0;display:flex}.setting div{gap:5px;display:grid}.setting span{color:var(--muted);font-size:13px}.setting button{color:#a04545;background:#fff0f0;border:0;border-radius:9px;padding:9px 13px}.toggle{background:#d9e0db;border-radius:20px;width:40px;height:22px;position:relative}.toggle:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;position:absolute;top:3px;left:3px}.toggle.on{background:var(--green2)}.toggle.on:after{left:21px}.release{border-left:3px solid var(--green);background:#f6faf7;border-radius:0 14px 14px 0;margin-bottom:13px;padding:22px}.release span{letter-spacing:.12em;color:var(--green);font:700 10px Manrope}.release h3{margin:8px 0 4px;font:700 17px Manrope}.release p{color:var(--muted);margin:0;font-size:14px}.release.muted{border-color:#aeb8b1}.release.muted span{color:#7e8981}.loading{min-height:100vh;color:var(--muted);place-content:center;justify-items:center;gap:12px;display:grid}.auth{background:#fff;grid-template-columns:minmax(480px,1.08fr) minmax(430px,.92fr);min-height:100vh;display:grid}.auth-story{color:#fff;background:linear-gradient(145deg,#12271e,#1d4f3b 65%,#28775a);flex-direction:column;justify-content:space-between;padding:48px 8vw 44px;display:flex;position:relative;overflow:hidden}.auth-story:after{content:"";border:65px solid #ffffff08;border-radius:50%;width:440px;height:440px;position:absolute;bottom:-140px;right:-250px}.auth-story>div:nth-child(2){z-index:1;position:relative}.auth-story .kicker{color:#83d5ad}.auth-story h1{letter-spacing:-.055em;margin:17px 0 22px;font:800 clamp(42px,5vw,72px)/1.03 Manrope}.auth-story h1 em{color:#8bd8b1;font-style:normal}.auth-story>div>p:not(.kicker){color:#afcabe;max-width:570px;line-height:1.7}.promise{gap:13px;margin-top:22px;display:flex}.promise>span{color:#8bd8b1;background:#ffffff12;border-radius:9px;flex:none;place-items:center;width:29px;height:29px;display:grid}.promise svg{width:16px}.promise>div{gap:3px;display:grid}.promise small{color:#96b4a7}.auth-story blockquote{color:#8eaa9e;margin:35px 0 0;font-size:13px}.auth form{width:min(430px,100% - 52px);margin:auto}.auth-pill{color:var(--green);background:var(--mint);letter-spacing:.12em;border-radius:20px;padding:7px 10px;font:700 9px Manrope;display:inline-block}.auth form h2{letter-spacing:-.04em;margin:18px 0 9px;font:800 32px/1.15 Manrope}.auth form>p{color:var(--muted);line-height:1.5}.auth-submit{color:#fff;background:var(--green);border:0;border-radius:11px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:12px;padding:14px;font-weight:700;display:flex}.auth-submit svg{width:17px;transform:rotate(180deg)}.guest{width:100%;color:var(--green);background:0 0;border:0;padding:13px;font-weight:600}.switch{margin-top:26px;font-size:13px;text-align:center!important}.switch button{color:var(--green);background:0 0;border:0;font-weight:700}.error{background:#fff0f0;border-radius:8px;padding:10px;font-size:13px;color:#b34444!important}@media (max-width:820px){.shell{display:block}.sidebar{display:none}.workspace{padding:25px 18px 100px}.mobile-head{justify-content:space-between;align-items:center;margin-bottom:42px;display:flex}.welcome{align-items:flex-start}.progress{width:72px;height:72px}.focus-card{padding:28px 24px;display:block}.focus-score{width:max-content;margin-top:25px}.mobile-nav{z-index:20;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffed;border:1px solid #dce4de;border-radius:17px;justify-content:space-around;padding:8px;display:flex;position:fixed;inset:auto 12px 12px;box-shadow:0 10px 30px #17342520}.mobile-nav button{color:#859089;background:0 0;border:0;justify-items:center;gap:3px;padding:6px 18px;font-size:10px;display:grid}.mobile-nav button.active{color:var(--green)}.mobile-nav svg{width:20px}.auth{background:#fff;display:block}.auth-story{min-height:auto;padding:28px 25px 38px}.auth-story>div:nth-child(2){margin-top:55px}.auth-story h1{font-size:42px}.auth-story blockquote{display:none}.auth form{padding:43px 0 55px}.delete{opacity:1}.panel-body{padding:22px 18px}}@media (max-width:520px){.welcome h1{font-size:31px}.welcome>div>p:last-child{max-width:240px;font-size:13px}.progress{width:64px;height:64px}.progress b{font-size:15px}.focus-card h2{font-size:25px}.focus-card p{font-size:14px}.composer{padding-left:13px}.composer button{padding:11px 12px}.task{padding:14px 13px}.auth-story h1{font-size:36px}.promise small{font-size:11px}.setting{gap:20px}}
