@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:var(--theme-text, #303d35);background:var(--theme-bg, #f7f7f2);font-synthesis:none;font-size:14px;font-weight:400;--green: var(--theme-accent, #2e5441);--muted: var(--theme-muted, #858a80);--line: var(--theme-soft, #e5e7dd)}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit;border:0;background:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}button:disabled{opacity:.45;cursor:not-allowed}button:hover:not(:disabled){filter:brightness(.92)}:focus-visible{outline:3px solid var(--theme-muted, #a5b99e);outline-offset:3px}button{transition:background .15s,filter .15s}a{color:inherit;text-decoration:none}.app{display:flex;min-height:100vh}.rail{width:82px;flex-shrink:0;position:fixed;inset:0 auto 0 0;background:var(--theme-soft, #eeefe7);border-right:1px solid var(--line);display:flex;align-items:center;flex-direction:column;padding:28px 0;gap:17px}.brand{font-family:Georgia,serif;font-size:45px;font-weight:700;line-height:1;margin:0 0 45px;position:relative}.brand span{font-size:24px;color:var(--theme-muted, #595959);margin-left:2px}.rail-button{width:43px;height:43px;border-radius:12px;color:var(--theme-muted, #838d7f)}.rail-button.selected{background:var(--theme-line, #dce4d5);color:var(--green)}.rail-bottom{margin-top:auto;width:33px;height:33px;border-radius:50%;background:var(--theme-line, #dbe0d2);display:grid;place-items:center;font-size:13px}.workspace{margin-left:82px;width:calc(100% - 82px)}header{height:89px;border-bottom:1px solid var(--line);padding:0 44px;display:flex;align-items:center;justify-content:space-between}.wordmark{font-family:Manrope,sans-serif;font-size:24px;font-weight:800;letter-spacing:-1px}.wordmark span{font-size:20px;color:var(--theme-muted, #c0c5b8);margin:0 15px;font-weight:400}.wordmark small{font:14px DM Sans,sans-serif;color:var(--theme-muted, #868d81);letter-spacing:0}.date{color:var(--theme-muted, #777e71);font-size:14px}main{padding:40px 44px 25px;max-width:1640px;margin:auto}.page-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:29px;gap:20px}.eyebrow{font-size:10px;letter-spacing:1.6px;font-weight:700;color:var(--theme-muted, #88917f)}h1{font-family:Manrope,sans-serif;font-size:36px;letter-spacing:-1.6px;font-weight:650;margin:11px 0 8px}.page-heading p{color:var(--theme-muted, #82877c);font-size:15px;margin:0;line-height:1.6}.primary{background:var(--green);color:#fff;padding:13px 19px;border-radius:9px;font-size:13px;font-weight:550}.stats{border:1px solid var(--line);border-radius:12px;background:var(--theme-surface, #fcfcf7);display:grid;grid-template-columns:repeat(3,1fr) 1.1fr;padding:23px 8px;margin-bottom:37px}.stats>div{display:flex;align-items:center;gap:13px;padding:0 22px;border-right:1px solid var(--line)}.stat-icon{background:var(--theme-soft, #eff1e8);color:var(--theme-muted, #82906f);width:39px;height:39px;border-radius:11px;display:grid;place-items:center;flex-shrink:0}.stats strong{font:650 23px Manrope,sans-serif}.stats strong small{font:400 12px DM Sans,sans-serif;color:var(--theme-muted, #888e81)}.stats label{display:block;font-size:11px;color:var(--theme-muted, #89907f);margin-top:4px}.stats .gentle-note{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;font:italic 16px Georgia,serif;gap:7px;border:0}.gentle-note span{font:11px DM Sans,sans-serif;color:var(--theme-muted, #8b9183)}.content{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:27px;align-items:start}.section-heading{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);height:44px;margin-bottom:23px}.view-tabs{display:flex;gap:25px;height:100%}.view-tabs button{padding:0 0 16px;color:var(--theme-muted, #919587);font-size:12px;border-bottom:2px solid transparent}.view-tabs button.active{color:var(--green);border-color:var(--green)}.task-total{font-size:11px;color:var(--theme-muted, #909585);padding-bottom:16px}.board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.column{min-height:370px;border-radius:9px;background:var(--theme-soft, #f0f1e9);padding:15px 10px}.column-heading{display:flex;align-items:center;justify-content:space-between;padding:0 2px}.column-heading h2{font-size:12px;font-weight:600;display:flex;align-items:center;gap:7px;margin:0}.dot{width:7px;height:7px;background:var(--theme-muted, #a8aea0);border-radius:50%}.progress .dot{background:#bb9b5d}.done .dot{background:var(--theme-muted, #719277)}.count{font-size:10px;color:var(--theme-muted, #8e9487);background:var(--theme-soft, #e6e9de);border-radius:4px;padding:2px 5px;margin-left:3px}.column-heading button{color:var(--theme-muted, #959b8e);padding:1px}.column-description{font-size:10px;color:var(--theme-muted, #9a9e90);margin:8px 2px 19px}.cards{display:flex;flex-direction:column;gap:12px}.task-card{padding:13px 13px 0;background:var(--theme-surface, #fffefa);border:1px solid var(--theme-soft, #e7e9df);border-radius:9px;box-shadow:0 2px 2px #283a2910;cursor:grab}.task-card:active{cursor:grabbing}.task-card.focused{border:1px solid var(--theme-muted, #8da17e);box-shadow:0 0 0 2px #dae3d240}.card-top{display:flex;justify-content:space-between;align-items:center}.card-top button{padding:0;color:var(--theme-muted, #a0a494)}.priority{font-size:9px;padding:3px 7px;border-radius:4px;text-transform:capitalize;font-weight:500}.priority.medium{color:#aa8851;background:var(--theme-soft, #f4ecdb)}.priority.high{color:#b97967;background:var(--theme-soft, #f7e8e0)}.priority.low{color:var(--theme-muted, #768b6b);background:var(--theme-soft, #edf1e5)}.task-card h3{font-size:13px;line-height:1.6;margin:11px 0 7px;font-weight:550;overflow-wrap:anywhere}.task-notes{font-size:11px;color:var(--theme-muted, #96998d);line-height:1.6;margin:0 0 14px;white-space:pre-wrap;overflow-wrap:anywhere;max-height:100px;overflow:auto}.session-dots{display:flex;align-items:center;gap:4px;margin:16px 0}.session-dots>span:not(.session-count){width:8px;height:8px;border:1px solid var(--theme-line, #d5dccb);border-radius:50%}.session-dots>span.filled{background:var(--theme-muted, #8ea47e);border-color:var(--theme-muted, #8ea47e)}.session-count{margin-left:3px;font-size:9px;color:var(--theme-muted, #9ba18f)}.card-footer{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px}.card-footer>span{font-size:10px;color:var(--theme-muted, #8b9380);display:flex;align-items:center;gap:4px}.focus-task{font-size:10px;color:var(--theme-muted, #6a805b);padding:3px 0}.move-label{position:relative;border-top:1px solid var(--theme-soft, #eef0e7);display:flex;align-items:center;gap:6px;color:var(--theme-muted, #959b8c);font-size:9px;padding:8px 0}.move-label select{font-size:9px;color:var(--theme-text, #6a775f);background:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:1;cursor:pointer;outline-offset:0}.move-label svg{pointer-events:none}.column-empty{text-align:center;font-size:12px;line-height:1.8;color:var(--theme-muted, #8a9380);border:1px dashed var(--theme-line, #d8decd);border-radius:8px;padding:35px 12px;margin:10px 0 20px}.add-card{width:100%;justify-content:flex-start;font-size:11px;color:var(--theme-muted, #8f9883);padding:15px 3px 3px}.board-caption{font-size:10px;color:var(--theme-muted, #a0a595);display:flex;align-items:center;gap:6px;margin-top:20px}.board-caption>span:last-child{margin-left:auto}.tiny-dot{width:5px;height:5px;background:var(--theme-muted, #9aaa8c);border-radius:50%}.timer-panel{background:var(--theme-surface, #fcfcf7);border:1px solid var(--line);border-radius:13px;padding:20px 18px}.timer-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:23px}.timer-title>span:first-child{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:550}.timer-title svg{color:var(--theme-muted, #8b977d)}.live-dot{width:6px;height:6px;border-radius:50%;background:var(--theme-muted, #94a983)}.timer-tabs{background:var(--theme-soft, #eff1e8);display:flex;padding:4px;border-radius:7px;gap:2px}.timer-tabs button{font-size:9px;flex:1;padding:7px 2px;border-radius:5px;color:var(--theme-muted, #939b86);white-space:nowrap}.timer-tabs button.active{background:var(--theme-surface, #fffef9);color:var(--green);box-shadow:0 1px 3px #00000008}.clock-face{width:218px;height:218px;margin:26px auto 21px;padding:4px;background:conic-gradient(var(--theme-accent, #638154) var(--progress),var(--theme-soft, #e7ebdd) 0);border-radius:50%;transform:rotate(0)}.clock-face>div{width:100%;height:100%;background:var(--theme-surface, #fcfcf7);border:7px solid var(--theme-surface, #fcfcf7);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px var(--theme-soft, #eef0e7)}.clock-label{font-size:8px;letter-spacing:1.6px;color:var(--theme-muted, #96a086);font-weight:600}.digits{font-family:Manrope,sans-serif;font-size:48px;font-weight:500;letter-spacing:-2px;margin:5px 0;color:var(--theme-accent, #36503b);font-variant-numeric:tabular-nums}.digits span{color:var(--theme-muted, #b5c0a4);font-weight:400}.clock-subtitle{font-size:10px;color:var(--theme-muted, #97a088)}.timer-controls{display:flex;gap:9px}.start{flex:1;font-size:12px;padding:13px 10px}.reset{width:42px;background:var(--theme-soft, #eff1e7);border-radius:8px;color:var(--theme-muted, #88957b)}.active-task{border:1px solid var(--line);border-radius:8px;padding:14px;margin-top:21px;background:var(--theme-bg, #f7f8f0)}.active-task .eyebrow{font-size:8px;letter-spacing:1.2px}.active-task strong{font-size:12px;display:block;margin-top:8px;font-weight:550;overflow-wrap:anywhere}.active-task p{font-size:10px;line-height:1.7;color:var(--theme-muted, #919a85);margin:6px 0 0}.session-tracker{display:flex;align-items:center;justify-content:center;gap:6px;margin:21px 0}.session-tracker>span:not(:last-child){width:17px;height:17px;border-radius:50%;background:var(--theme-soft, #e9edde);color:transparent;display:grid;place-items:center}.session-tracker>span.complete{background:var(--theme-muted, #8ca476);color:#fff}.session-tracker>span:last-child{font-size:10px;color:var(--theme-muted, #98a087);margin-left:5px}.break-tip{border-top:1px solid var(--line);display:flex;gap:12px;padding:19px 4px 0;align-items:flex-start;color:var(--theme-muted, #9ba68a)}.break-tip p{font-size:11px;color:var(--theme-muted, #7c8b6e);margin:0}.break-tip p span{display:block;font-size:10px;line-height:1.8;color:var(--theme-muted, #9ba48e);margin-top:6px}footer{padding:15px 44px 26px;font:600 15px Manrope,sans-serif;color:var(--theme-muted, #89977c);display:flex;gap:15px;align-items:center}footer span{font:10px DM Sans,sans-serif;color:var(--theme-muted, #a4aa99)}footer span:last-child{margin-left:auto}.message{padding:12px 16px;border-radius:8px;background:var(--theme-soft, #e6eddc);display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:13px;gap:15px}.message.error{background:var(--theme-soft, #f9e9df);color:#984e38}.message button{text-decoration:underline}.empty{padding:40px 20px;text-align:center;color:var(--theme-muted, #8b9680);line-height:1.8}.history{background:var(--theme-surface, #fffef8);border:1px solid var(--line);border-radius:10px;padding:24px}.history h2{font-size:15px;font-weight:550}.chart{display:flex;height:190px;gap:20px;margin:25px 0 35px}.chart>div{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;font-size:11px;color:var(--theme-muted, #829271)}.bar-track{height:140px;display:flex;align-items:flex-end;background:var(--theme-soft, #f0f2e8);width:100%;border-radius:5px;overflow:hidden}.bar-track>div{width:100%;background:var(--theme-muted, #94a77e);min-height:2px;border-radius:4px}.history-row{border-top:1px solid var(--line);padding:14px 0;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px}.history-row strong{display:block;font-weight:500;overflow-wrap:anywhere}.history-row small{display:block;color:var(--theme-muted, #97a086);margin-top:5px}.history-row>span:last-child{display:flex;align-items:center;gap:8px;white-space:nowrap;color:var(--theme-muted, #738967)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#243b2633;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:10}.task-dialog{position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;border:1px solid var(--theme-line, #dfe5d3);border-radius:16px;padding:26px;background:var(--theme-surface, #fffef8);color:var(--theme-text, #303d35);width:min(470px,calc(100% - 30px));box-shadow:0 20px 100px #22302222}.task-dialog::backdrop{background:#243b2644;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.dialog-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.dialog-heading h2{font-family:Manrope,sans-serif;font-size:22px;font-weight:600;margin:0}.task-dialog label{display:flex;flex-direction:column;font-size:12px;gap:8px;margin-bottom:18px}.task-dialog input,.task-dialog textarea,.task-dialog select{border:1px solid var(--theme-line, #dfe4d4);border-radius:7px;padding:11px;background:var(--theme-bg, #fafbf4);color:var(--theme-accent, #384532);width:100%;font-size:14px}.task-dialog textarea{resize:vertical}.form-row{display:flex;gap:15px}.form-row>label{flex:1;min-width:0}.dialog-footer{display:flex;align-items:center;justify-content:flex-end;gap:15px}.delete{margin-right:auto;color:var(--theme-muted, #a16d5c);font-size:12px}@media(min-width:1500px){main{padding-top:50px}.content{grid-template-columns:minmax(0,1fr) 315px;gap:35px}.board{gap:22px}.column{padding:18px 14px}.task-card h3{font-size:15px}.task-notes{font-size:13px}.column-description{font-size:12px}.column-heading h2{font-size:14px}.task-card{padding:16px 16px 0}.timer-panel{padding:23px}.column{min-height:440px}}@media(max-width:1150px){header{padding:0 25px}main{padding:30px 25px}.rail{width:65px}.workspace{margin-left:65px;width:calc(100% - 65px)}.content{grid-template-columns:minmax(0,1fr) 255px;gap:18px}.board{gap:9px}.column{padding:12px 7px}.column-description{display:none}.cards{margin-top:17px}.clock-face{width:204px;height:204px}.stats>div{padding:0 15px}.stats .gentle-note{font-size:13px}.view-tabs{gap:15px}.board-caption>span:last-child{display:none}.timer-panel{padding:17px 13px}.stats{grid-template-columns:repeat(3,1fr)}.stats .gentle-note{display:none}.stats>div:nth-child(3){border:0}.task-card{padding:11px 9px 0}}@media(max-width:900px){.content{grid-template-columns:1fr}.timer-panel{grid-row:1;display:grid;grid-template-columns:1fr 1fr;gap:12px 25px}.timer-title{grid-column:1/-1;margin:0}.timer-tabs{grid-column:1}.clock-face{grid-column:1;grid-row:3/6;margin:0 auto;width:190px;height:190px}.timer-controls{grid-column:2;grid-row:3;align-self:end}.active-task{grid-column:2;grid-row:4;margin:0}.session-tracker{grid-column:2;grid-row:5;margin:0}.break-tip{display:none}.timer-tabs{grid-column:1/-1}.board{gap:15px}.column-description{display:block}.task-card{padding:15px 13px 0}.task-card h3{font-size:14px}.column{padding:15px 10px}.board-area{margin-top:10px}.page-heading h1{font-size:32px}.stats{margin-bottom:25px}footer{padding:15px 25px 25px}}@media(max-width:600px){.rail{display:none}.workspace{margin:0;width:100%}header{height:70px;padding:0 20px}.wordmark small,.wordmark span{display:none}.date{font-size:12px}main{padding:26px 18px}.eyebrow{font-size:8px}h1,.page-heading h1{font-size:29px}.page-heading{align-items:flex-start;flex-wrap:wrap;gap:16px}.page-heading p{font-size:13px}.page-heading>.primary{padding:10px 15px}.stats{padding:17px 0}.stats>div{padding:0 10px;gap:0}.stat-icon{display:none}.stats strong{font-size:22px}.stats strong small,.stats label{font-size:9px}.board{grid-template-columns:1fr}.column{min-height:160px;padding:16px}.column-description{font-size:12px}.column-heading h2{font-size:15px}.task-card h3{font-size:16px}.task-notes{font-size:14px}.priority,.session-count,.card-footer>span,.focus-task,.move-label,.move-label select{font-size:12px}.add-card{font-size:14px}.timer-panel{gap:12px;padding:16px}.clock-face{width:154px;height:154px}.digits{font-size:36px}.clock-label{font-size:7px}.clock-subtitle{font-size:8px}.start{font-size:10px;padding:12px 5px;gap:4px}.reset{width:33px}.active-task{padding:10px}.active-task strong{font-size:11px}.active-task p{font-size:9px}.timer-controls{gap:5px}.timer-tabs button{font-size:11px}footer span:last-child{display:none}.form-row{flex-direction:column;gap:0}.chart{gap:10px}}@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}.duration-setting{display:flex;align-items:center;justify-content:space-between;font-size:11px;color:var(--theme-muted, #87957b);margin:0 2px 16px}.duration-setting input{width:46px;border:1px solid var(--line);padding:4px;border-radius:5px;background:var(--theme-bg, #f7f8ef);color:var(--green);font-size:12px}.duration-setting input:disabled{opacity:.6}@media(max-width:900px){.duration-setting{grid-column:2;grid-row:3;margin:0;align-self:start}.timer-controls{grid-row:4}.active-task{grid-row:5}.session-tracker{grid-row:6}.clock-face{grid-row:3/7;align-self:center}}.auth-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:20px;flex-direction:column;color:var(--green)}.auth-page{max-width:1200px;min-height:100vh;display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center;padding:64px;margin:auto}.auth-story{display:flex;flex-direction:column;min-height:640px;justify-content:space-between}.auth-brand{font:800 36px Manrope,sans-serif;letter-spacing:-2px}.auth-brand span{color:var(--theme-muted, #595959);margin-left:4px}.auth-story h1{font-size:50px;line-height:1.15;margin:24px 0}.auth-story p{font-size:17px;line-height:1.8;color:var(--theme-muted, #7d8974);max-width:350px}.auth-story ul{list-style:none;padding:0;margin:32px 0}.auth-story li{display:flex;align-items:center;gap:12px;margin:19px 0;font-size:15px;color:var(--theme-muted, #718368)}.auth-story>small{font:italic 18px Georgia,serif;color:var(--theme-muted, #849575)}.auth-card{background:var(--theme-surface, #fffef9);border:1px solid var(--line);border-radius:20px;padding:36px;box-shadow:0 16px 60px #324a3010}.auth-card h2{font:600 25px Manrope,sans-serif;letter-spacing:-.7px;margin:14px 0}.auth-card>p{font-size:14px;line-height:1.7;color:var(--theme-muted, #8a947f)}.auth-card form{margin-top:26px}.auth-card label{display:flex;flex-direction:column;gap:8px;font-size:14px;margin:18px 0}.auth-card input{font:16px inherit;width:100%;border:1px solid var(--theme-line, #dce3d2);border-radius:8px;background:var(--theme-bg, #f8faf2);padding:13px;color:var(--theme-accent, #30432d)}.auth-card label small{font-size:12px;color:var(--theme-muted, #899780);line-height:1.5}.auth-submit{width:100%;margin-top:14px;padding:14px;font-size:14px}.auth-text-link{font-size:13px;padding:0;color:var(--green);text-decoration:underline}.auth-switch{text-align:center}.auth-switch button{padding:0;color:var(--green);text-decoration:underline}.auth-divider{display:flex;align-items:center;gap:10px;font-size:9px;letter-spacing:1px;color:var(--theme-muted, #95a087);margin:26px 0 18px}.auth-divider:before,.auth-divider:after{content:"";height:1px;background:var(--line);flex:1}.demo-button{width:100%;border:1px solid var(--theme-line, #dce4d2);padding:12px;border-radius:8px;color:var(--green);font-size:14px}.auth-card .demo-note{text-align:center;font-size:12px;margin-bottom:0}.reset-unavailable{font-size:13px;color:#99684c;line-height:1.7}.account-controls{margin-left:auto;display:flex;align-items:center;gap:16px;font-size:13px;margin-right:24px}.account-controls button{text-decoration:underline;font-size:12px}.account-name{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.demo-banner{font-size:12px}@media(max-width:900px){.auth-page{gap:40px;padding:35px}.auth-story h1{font-size:39px}.auth-card{padding:26px}}@media(max-width:650px){.auth-page{display:block;padding:28px 18px}.auth-story{min-height:0;margin:0 10px 30px}.auth-story>div,.auth-story>small{display:none}.auth-card{max-width:430px;margin:auto}.account-controls{margin-right:0;gap:10px}header .date{display:none}}.notes-panel{border-top:1px solid var(--line);padding-top:20px;margin:20px 0;grid-column:1/-1}.notes-heading{display:flex;align-items:center;gap:8px;color:var(--green)}.notes-heading h2{font-size:14px;font-weight:550;margin:0}.notes-tabs{display:flex;gap:5px;margin:15px 0;background:var(--theme-soft, #eff1e8);border-radius:7px;padding:4px}.notes-tabs button{font-size:12px;flex:1;padding:7px;border-radius:5px;color:var(--theme-muted, #718066)}.notes-tabs button[aria-pressed=true]{background:var(--theme-surface, #fffef9);color:var(--green);box-shadow:0 1px 3px #00000008}.note-editor label{font-size:13px;display:block;overflow-wrap:anywhere;color:var(--theme-text, #66765d);line-height:1.6}.note-editor textarea{display:block;width:100%;font:14px/1.7 DM Sans,sans-serif;margin-top:8px;background:var(--theme-surface, #fffef9);border:1px solid var(--theme-line, #dce3d2);padding:12px;border-radius:8px;color:var(--theme-accent, #35432f);resize:vertical;min-height:140px}.note-editor textarea::placeholder{color:var(--theme-muted, #929d88)}.note-actions{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-top:9px}.note-actions>span{font-size:11px;color:var(--theme-muted, #849376)}.note-actions button{padding:7px 11px;font-size:12px;background:var(--theme-soft, #e7eddf);border-radius:6px;color:var(--green)}.note-count{display:block;color:var(--theme-muted, #8a957d);font-size:10px;text-align:right;margin-top:6px}.note-error{font-size:12px;line-height:1.6;color:#a3624a}.notes-reload{font-size:12px;text-decoration:underline;padding:0}.notes-hint{font-size:13px;line-height:1.7;color:var(--theme-muted, #89947e)}.task-notes{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;max-height:none}@media(max-width:900px){.notes-panel{grid-row:7;margin:5px 0 0}}:root{--theme-bg: #f2f2f2;--theme-surface: #ffffff;--theme-soft: #e6e6e6;--theme-line: #c5c5c5;--theme-text: #252525;--theme-muted: #595959;--theme-accent: #404040}body{background:var(--theme-bg);color:var(--theme-text)}.account-button{gap:9px;border:1px solid var(--theme-line);padding:6px 10px 6px 6px;border-radius:24px}.account-avatar{width:30px;height:30px;background:var(--theme-accent);color:var(--theme-bg);border-radius:50%;display:grid;place-items:center;font-size:14px;font-weight:600}.account-controls .account-button,.account-controls .tracker-launch{text-decoration:none}.tracker-launch{font-size:13px}.settings-dialog{width:min(760px,calc(100% - 24px));max-height:90dvh;border:1px solid var(--theme-line);border-radius:20px;background:var(--theme-surface);color:var(--theme-text);padding:0;box-shadow:0 24px 90px #0003}.settings-dialog::backdrop{background:#1118;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.settings-heading{display:flex;align-items:center;justify-content:space-between;padding:24px 28px 16px}.settings-heading h2{font:650 25px Manrope,sans-serif;margin:0}.settings-tabs{display:flex;padding:0 28px;gap:20px;border-bottom:1px solid var(--theme-line);overflow:auto}.settings-tabs button{padding:12px 0;font-size:14px;border-bottom:2px solid transparent;white-space:nowrap}.settings-tabs button[aria-pressed=true]{border-color:var(--theme-accent);color:var(--theme-accent)}.settings-body{padding:24px 28px}.settings-body h3{font-size:19px;font-weight:550;margin:0 0 8px}.settings-body form+form{margin-top:30px;border-top:1px solid var(--theme-line);padding-top:24px}.settings-body label{display:flex;flex-direction:column;gap:7px;font-size:14px;margin:16px 0}.settings-body input,.settings-body select{width:100%;font-size:16px;padding:11px 12px;border:1px solid var(--theme-line);border-radius:8px;background:var(--theme-bg);color:var(--theme-text)}.settings-body input[readonly]{opacity:.7}.field-help{font-size:13px;line-height:1.7;color:var(--theme-muted)}.settings-dialog>.message{margin:16px 28px 0}.signout-button{margin-top:30px;font-size:14px;text-decoration:underline}.theme-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:20px 0 30px}.theme-grid>button{display:block;padding:6px;border:2px solid var(--theme-line);border-radius:10px}.theme-grid>button[aria-pressed=true],.timer-style-grid button[aria-pressed=true]{border-color:var(--theme-accent)}.palette-swatch{height:56px;border-radius:5px;display:flex;align-items:center;justify-content:center;gap:5px}.palette-swatch i{display:block;width:17px;height:24px;border-radius:12px}.theme-grid>button>span:last-child{display:flex;justify-content:center;align-items:center;gap:3px;margin:8px 0 2px;font-size:12px}.timer-style-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:20px 0}.timer-style-grid button{border:2px solid var(--theme-line);padding:15px 5px;border-radius:10px;flex-direction:column;font-size:12px;min-height:110px}.timer-style-grid button>span{font-size:34px}.tracker-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.tracker-heading .primary{white-space:nowrap}.tracker-form{border:1px solid var(--theme-line);padding:20px;border-radius:12px;margin:20px 0;background:var(--theme-soft)}.tracker-form h4{margin:0;font-size:16px}.form-actions{display:flex;justify-content:flex-end;gap:15px;margin-top:18px}.goal-list{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:20px}.goal-card,.habit-card{border:1px solid var(--theme-line);padding:18px;border-radius:12px;background:var(--theme-bg);min-width:0}.goal-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.goal-top>span:last-child{display:flex}.goal-period{font-size:11px;color:var(--theme-muted);text-transform:capitalize}.goal-card h4,.habit-card h4{font-size:16px;margin:12px 0;overflow-wrap:anywhere}.goal-card p{font-size:12px;color:var(--theme-muted)}.goal-card progress{width:100%;height:9px;accent-color:var(--theme-accent)}.goal-progress{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;margin-top:12px}.goal-progress button{background:var(--theme-soft);padding:6px 8px;border-radius:7px;white-space:nowrap}.weekday-picks{display:flex;gap:7px;flex-wrap:wrap}.weekday-picks button{border:1px solid var(--theme-line);padding:8px;border-radius:7px;font-size:12px}.weekday-picks button[aria-pressed=true]{background:var(--theme-accent);color:var(--theme-bg)}.tracker-form fieldset{border:0;padding:0;margin:20px 0}.tracker-form legend{font-size:14px;margin-bottom:10px}.week-navigation{display:flex;justify-content:space-between;align-items:center;margin:20px 0;font-size:13px}.habit-card{margin:14px 0}.habit-week{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;margin-top:15px}.habit-week>div{display:flex;flex-direction:column;align-items:center;gap:8px}.habit-week small{font-size:12px;color:var(--theme-muted)}.habit-week button{width:38px;height:38px;border:1px solid var(--theme-line);border-radius:50%;font-size:13px}.habit-week button[aria-pressed=true]{background:var(--theme-accent);color:var(--theme-bg)}.clock-face.timer-digital{border-radius:15px;background:var(--theme-soft);height:165px;display:flex;align-items:center}.clock-face.timer-digital>div{border-radius:12px;height:100%;width:100%;box-shadow:none}.timer-digital .digits{font-family:monospace;letter-spacing:1px}.clock-face:has(.timer-object){height:auto;min-height:265px;background:none;border-radius:0;padding:0}.clock-face:has(.timer-object)>div{border:0;border-radius:14px;box-shadow:none;padding:12px}.timer-object{display:flex;align-items:center;flex-direction:column;gap:8px;margin:5px 0 12px}.timer-object>span{font-size:64px;line-height:1.2}.timer-object small{font-size:11px;color:var(--theme-muted)}[data-mode=dark] .primary{color:#17231d}[data-mode=dark] .priority{color:#f2dbb9;background:#544332}[data-mode=dark] .message.error{background:#512f31;color:#f8cbca}[data-mode=dark] .note-error{color:#f8b6a0}.settings-dialog .empty{grid-column:1/-1}@media(max-width:650px){.settings-body,.settings-heading{padding:20px}.settings-tabs{padding:0 20px;gap:20px}.theme-grid,.timer-style-grid{grid-template-columns:repeat(2,1fr)}.goal-list{grid-template-columns:1fr}.tracker-heading{flex-direction:column}.habit-week{gap:4px}.habit-week button{width:32px;height:32px}.tracker-launch span{display:none}.account-controls{gap:8px}.account-name{max-width:90px}.clock-face:has(.timer-object){min-height:240px;width:155px}.timer-object>span{font-size:48px}.clock-face.timer-digital{width:155px;height:170px}}.palette-group h4{display:flex;justify-content:space-between;font-size:14px;margin:22px 0 10px}.palette-group h4 span{font-size:12px;color:var(--theme-muted);font-weight:400}.palette-group .theme-grid{margin-top:10px}.everyday-preset{border:1px solid var(--theme-line);border-radius:8px;padding:9px 13px;font-size:14px}.everyday-preset[aria-pressed=true]{background:var(--theme-accent);color:var(--theme-bg)}.weekday-picks button{min-width:59px;gap:4px}.habit-streaks{display:flex;flex-wrap:wrap;gap:8px 18px;margin:8px 0 18px;font-size:13px;color:var(--theme-muted)}.habit-streaks strong{font-size:20px;color:var(--theme-accent);font-variant-numeric:tabular-nums;margin-right:4px}.habit-streaks small{flex-basis:100%;font-size:11px;line-height:1.6}.rail{background:var(--theme-soft);border-color:var(--theme-line)}.column{background:var(--theme-soft)}.task-card,.timer-panel,.stats{background:var(--theme-surface);border-color:var(--theme-line)}.timer-tabs,.notes-tabs{background:var(--theme-soft)}.task-card.focused{border-color:var(--theme-accent);box-shadow:inset 3px 0 var(--theme-accent)}.rail-button.selected{background:var(--theme-accent);color:var(--theme-bg)}.palette-swatch{height:70px;position:relative;overflow:hidden;gap:6px;border:1px solid #0000000d}.palette-swatch i:first-child{width:12px;height:100%;position:absolute;left:0;top:0;border-radius:0}.palette-swatch i:nth-child(2){width:28px;height:38px;border-radius:4px;margin-left:12px}.palette-swatch i:nth-child(3){width:20px;height:38px;border-radius:4px}:root{--status-todo: #2563b8;--status-progress: #a96605;--status-done: #248044;--status-info-bg: #e8f0fd;--status-info-text: #244e8c;--priority-low-bg: #e3f3e8;--priority-low-text: #24603a;--priority-medium-bg: #fff0d1;--priority-medium-text: #785006;--priority-high-bg: #fce6e6;--priority-high-text: #a12f38}[data-mode=dark]{--status-todo: #87baff;--status-progress: #efbd66;--status-done: #7ad7a0;--status-info-bg: #233751;--status-info-text: #c3ddff;--priority-low-bg: #224735;--priority-low-text: #a6ebbf;--priority-medium-bg: #493a20;--priority-medium-text: #f6d38a;--priority-high-bg: #502a32;--priority-high-text: #ffb5c0}.todo .dot{background:var(--status-todo)}.progress .dot{background:var(--status-progress)}.done .dot{background:var(--status-done)}.task-card .priority.low{background:var(--priority-low-bg);color:var(--priority-low-text)}.task-card .priority.medium{background:var(--priority-medium-bg);color:var(--priority-medium-text)}.task-card .priority.high{background:var(--priority-high-bg);color:var(--priority-high-text)}.habit-week button[aria-pressed=true]{background:var(--status-done);color:var(--theme-bg);border-color:var(--status-done)}.goal-card progress{accent-color:var(--status-done)}.session-dots>span.filled{background:var(--status-done);border-color:var(--status-done)}.message:not(.error){background:var(--status-info-bg);color:var(--status-info-text)}.default-appearance{display:flex;width:100%;justify-content:flex-start;text-align:left;gap:16px;padding:16px;border:2px solid var(--theme-line);border-radius:12px;background:var(--theme-bg);margin:20px 0 28px}.default-appearance[aria-pressed=true]{border-color:var(--theme-accent)}.default-appearance strong{display:block;font-size:15px}.default-appearance small{display:block;font-size:12px;color:var(--theme-muted);margin-top:5px}.default-appearance>svg{margin-left:auto}.default-preview{background:#e6e6e6;border:1px solid #c5c5c5;border-radius:8px;display:flex;gap:7px;padding:19px 12px}.default-preview i{width:9px;height:9px;border-radius:50%;background:#2563b8}.default-preview i:nth-child(2){background:#a96605}.default-preview i:nth-child(3){background:#248044}.settings-body .alert-option{flex-direction:row;align-items:center;gap:10px}.settings-body .alert-option input{width:18px;height:18px;accent-color:var(--theme-accent)}.subtasks{border-top:1px solid var(--theme-line);margin-top:12px;padding-top:9px;font-size:12px;cursor:auto}.subtasks summary{cursor:pointer;color:var(--theme-accent);margin-bottom:8px}.subtasks form{display:flex;gap:5px;margin:8px 0}.subtasks input:not([type=checkbox]){width:100%;min-width:0;background:var(--theme-bg);color:var(--theme-text);border:1px solid var(--theme-line);border-radius:4px;padding:5px;font-size:12px}.subtask-row{display:flex;align-items:center;gap:5px;margin:5px 0}.subtask-row input:checked+input{text-decoration:line-through;opacity:.65}.subtasks p{color:var(--priority-high-text)}.review{background:var(--theme-surface);padding:22px;border:1px solid var(--theme-line);border-radius:12px}.review-controls{display:flex;align-items:center;flex-wrap:wrap;gap:10px;font-size:12px}.review-controls select{margin-left:8px;padding:6px;border:1px solid var(--theme-line);background:var(--theme-bg);color:var(--theme-text);border-radius:6px}.review-totals{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0}.review-totals>div{background:var(--theme-soft);padding:14px;border-radius:8px;font-size:12px}.review-totals strong{display:block;font-size:26px}.review-totals small{display:block;color:var(--theme-muted);line-height:1.6;margin-top:5px}.review h3{font-size:16px;margin:24px 0 14px}.review p{font-size:13px;line-height:1.7;overflow-wrap:anywhere}.review-chart{display:flex;align-items:flex-end;gap:3px;height:140px;overflow:auto}.review-chart>div{flex:1;min-width:12px;display:flex;flex-direction:column;align-items:center;gap:5px}.review-chart>div>span:first-child{display:block;background:var(--theme-accent);width:100%;border-radius:3px 3px 0 0}.review-chart small{font-size:9px}.review-value{float:right;margin-left:12px;font-weight:500}.review progress{width:100%;accent-color:var(--status-done)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:600px){.review{padding:14px}.review-totals{grid-template-columns:1fr}.review-chart{gap:2px}}
