:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fafbf8;--surface:#fff;--surface-2:#f2f3ed;--text:#292e25;--muted:#85897e;--border:#e8ebe2;--accent:#586c35;--accent-text:#fff;--hero:#eef2e3;--radius:16px;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);font-family:Inter,Arial,sans-serif}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#1b201a;--surface:#232922;--surface-2:#2b3328;--text:#edf0e5;--muted:#a0aa98;--border:#374131;--accent:#9db77a;--accent-text:#1b2415;--hero:#303e25}@media (prefers-color-scheme:dark){:root[data-theme=system]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#1b201a;--surface:#232922;--surface-2:#2b3328;--text:#edf0e5;--muted:#a0aa98;--border:#374131;--accent:#9db77a;--accent-text:#1b2415;--hero:#303e25}}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-size:14px;line-height:1.5}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer;color:inherit}button:disabled{opacity:.25;cursor:default}button:focus-visible{outline-offset:3px;outline:3px solid #a9bf82}a:focus-visible{outline-offset:3px;outline:3px solid #a9bf82}a{color:var(--accent)}h1,h2,h3,p{margin:0}h1{letter-spacing:-1.6px;font-family:Georgia,serif;font-size:42px;font-weight:400;line-height:1.22}h2{font-size:17px;font-weight:600}h3{font-weight:500}svg{flex-shrink:0}button{background:0 0;border:0}.app-shell{min-height:100dvh;display:flex}.sidebar{background:var(--surface);border-right:1px solid var(--border);width:235px;padding:38px 21px 24px;padding-top:calc(38px + var(--safe-top));flex-direction:column;flex-shrink:0;display:flex;position:fixed;top:0;bottom:0;left:0;right:auto}.brand{color:var(--text);letter-spacing:-1px;align-items:center;gap:10px;font-size:23px;font-weight:700;text-decoration:none;display:flex}.brand-dot{color:var(--accent);margin-left:-10px}.brand-mark{background:var(--accent);border-radius:9px;flex-direction:column;justify-content:center;align-items:flex-start;gap:3px;width:30px;height:30px;padding-left:8px;display:flex}.brand-mark i{background:var(--accent-text);border-radius:3px;width:14px;height:3px}.brand-mark i:nth-child(2){width:10px}.brand-mark i:nth-child(3){width:6px}.workspace-label{letter-spacing:1.6px;color:var(--muted);margin:53px 14px 14px;font-size:10px}.nav-item{min-height:47px;color:var(--muted);border-radius:8px;align-items:center;gap:12px;margin-bottom:6px;padding:10px 13px;font-size:13px;text-decoration:none;display:flex}.nav-item span{flex:1}.nav-item b{background:var(--surface-2);border-radius:5px;padding:1px 6px;font-size:11px;font-weight:500}.nav-item.selected{color:#53663a;background:#eef1e5;font-weight:600}.nav-item.selected b{background:#e1e8d2}.sidebar-note{color:var(--accent);margin-top:auto;padding:28px 15px 36px}.sidebar-note h3{letter-spacing:-.5px;margin:14px 0;font-family:Georgia,serif;font-size:24px;line-height:1.25}.sidebar-note p{color:var(--muted);font-size:11px;line-height:1.8}.settings-link{border-top:1px solid var(--border);border-radius:0;padding-top:20px}.local-label{color:var(--muted);align-items:center;gap:6px;padding:10px;font-size:9px;display:flex}.local-label span{background:#82966a;border-radius:50%;width:5px;height:5px}.main-shell{flex:1;min-width:0;margin-left:235px}.topbar{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;height:88px;padding:0 48px;font-size:12px;display:flex}.topbar>span{align-items:center;gap:10px;display:flex}.topbar-right{color:var(--muted);font-size:11px}.avatar{background:var(--surface-2);width:31px;height:31px;color:var(--accent);border-radius:50%;place-items:center;margin-left:16px;font-size:12px;display:grid}main{max-width:1320px;margin:auto;padding:45px 48px 30px}.heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:34px;display:flex}.eyebrow{letter-spacing:1.35px;color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:600}.heading h1{margin-top:12px;margin-bottom:10px}.heading p{color:var(--muted);font-size:13px}.btn{border:1px solid var(--border);background:var(--surface);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:0 19px;font-size:12px;font-weight:600;display:inline-flex}.btn.primary{background:var(--accent);color:var(--accent-text);border-color:var(--accent)}.btn.dark{color:#fff;background:#35452b;border-color:#35452b}.add-task{margin-top:22px}.content-grid{grid-template-columns:minmax(0,1fr) 253px;gap:26px;display:grid}.priority-card{background:var(--hero);border:1px solid #dfe5d1;border-radius:14px;min-height:261px;padding:27px 29px 25px;position:relative;overflow:hidden}.priority-card>:not(.orbit){z-index:1;position:relative}.priority-top{justify-content:space-between;align-items:center;margin-bottom:21px;display:flex}.pill{letter-spacing:1.25px;color:var(--accent);align-items:center;gap:7px;font-size:9px;font-weight:700;display:flex}.pill>span{background:var(--accent);border-radius:50%;width:6px;height:6px}.priority-number{color:var(--accent);opacity:.4;font-size:12px}.priority-card h2{letter-spacing:-.5px;max-width:90%;font-family:Georgia,serif;font-size:28px;font-weight:400;line-height:1.25}.priority-card>p{color:#7a826b;max-width:360px;margin-top:10px;font-size:12px;line-height:1.8}.priority-meta{color:var(--muted);align-items:center;gap:13px;margin-top:17px;font-size:10px;display:flex}.priority-meta>span{align-items:center;gap:5px;display:flex}.tag{color:#758062;background:#e7ecdd;border-radius:4px;padding:3px 8px;font-size:9px;line-height:1.35;display:inline-block}.tag.personal{color:#97816a;background:#f0e9df}.tag.health{color:#578174;background:#dcebe6}.tag.learning{color:#867097;background:#e9e5f0}.priority-actions{align-items:center;gap:22px;margin-top:23px;display:flex}.complete-link{min-height:44px;color:var(--accent);justify-content:center;align-items:center;gap:7px;padding:0;font-size:11px;display:inline-flex}.orbit{pointer-events:none;border:1px solid #dfe5d1;border-radius:50%;width:240px;height:240px;position:absolute;bottom:-73px;right:-83px}.orbit-two{width:180px;height:180px;bottom:-43px;right:-53px}.list-heading{justify-content:space-between;align-items:center;gap:10px;margin:30px 0 6px;display:flex}.list-heading h2{align-items:center;gap:10px;font-size:15px;display:flex}.list-heading h2 span{background:var(--surface-2);color:var(--muted);border-radius:5px;padding:2px 7px;font-size:10px}.list-heading>span{color:var(--muted);font-size:10px}.reorder-hint{color:var(--muted);align-items:center;gap:4px;margin-bottom:17px;font-size:10px;display:flex}.task-list{flex-direction:column;gap:9px;display:flex}.task-row{border:1px solid var(--border);background:var(--surface);border-radius:9px;align-items:center;gap:15px;min-height:83px;padding:9px 10px 9px 18px;display:flex}.task-row.first{border-color:#cbd5b8}.rank{color:#a6ab9e;font-variant-numeric:tabular-nums;min-width:18px;font-size:13px}.first .rank{color:var(--accent)}.task-text{text-align:left;flex:1;min-width:0;min-height:44px;padding:5px 0}.task-text strong{overflow-wrap:anywhere;font-size:12px;font-weight:500;display:block}.task-text>span{align-items:center;gap:10px;margin-top:7px;display:flex}.task-time{color:var(--muted);font-size:9px}.up-next{color:var(--accent);font-size:8px}.order-buttons{display:flex}.order-buttons button{width:44px;height:44px;color:var(--muted);place-items:center;display:grid}.check-button{flex-shrink:0;place-items:center;width:44px;height:44px;display:grid}.check-button>span{border:1px solid #d8ddcf;border-radius:50%;place-items:center;width:20px;height:20px;display:grid}.check-button svg{opacity:0}.check-button:hover svg,.check-button.checked svg{opacity:1}.check-button.checked>span{background:var(--hero);color:var(--accent)}.add-row{width:100%;min-height:49px;color:var(--muted);border:1px dashed #dce0d4;border-radius:8px;align-items:center;gap:10px;margin-top:12px;padding:0 17px;font-size:11px;display:flex}.add-row span{color:#a3a798;margin-left:auto;font-size:9px}.bottom-note{color:#959d87;justify-content:center;align-items:center;gap:8px;margin-top:28px;font-size:10px;display:flex}.progress-card{border:1px solid var(--border);background:var(--surface);border-radius:12px;padding:23px 21px}.progress-card .eyebrow{font-size:9px}.progress-stat{align-items:center;gap:12px;margin:14px 0 18px;display:flex}.progress-stat strong{font-family:Georgia,serif;font-size:42px;font-weight:400;line-height:1}.progress-stat>span{color:var(--muted);font-size:10px}.progress-stat .progress-icon{border:1px solid var(--border);color:#b2bba5;border-radius:50%;place-items:center;width:31px;height:31px;margin-left:auto;display:grid}.progress-track{background:var(--surface-2);border-radius:8px;height:5px;overflow:hidden}.progress-track div{background:var(--accent);height:100%;transition:width .4s}.progress-card p{color:var(--muted);margin-top:12px;font-size:10px}.reminder-card{background:#f5f3eb;border:1px solid #ece9de;border-radius:12px;margin-top:20px;padding:25px 22px}.tiny-icon{color:#9a9f84}.reminder-card h3{letter-spacing:-.5px;margin:16px 0;font-family:Georgia,serif;font-size:25px;line-height:1.25}.reminder-card p{color:#959284;font-size:11px;line-height:1.8}.reminder-card blockquote{color:#67694f;margin:14px 0 21px;font-family:Georgia,serif;font-size:17px;font-style:italic;line-height:1.5}.reminder-line{background:#d5d6c1;width:27px;height:2px}.reminder-card .reminder-foot{margin-top:13px;font-size:10px}.later-tip{color:var(--muted);gap:10px;margin:24px 7px;display:flex}.later-tip strong{color:var(--text);font-size:10px;font-weight:500}.later-tip p{margin-top:5px;font-size:10px;line-height:1.8}footer{color:#a6ac9c;justify-content:space-between;padding:0 48px 23px;font-size:9px;display:flex}.icon-button{place-items:center;min-width:44px;min-height:44px;display:grid}.overlay{z-index:20;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#1c281962;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0;overflow:auto}.dialog{background:var(--surface);border-radius:18px;width:480px;max-width:100%;max-height:90dvh;padding:26px;overflow:auto;box-shadow:0 25px 100px #0002}.dialog-title{justify-content:space-between;align-items:center;display:flex}.dialog-title h2{font-family:Georgia,serif;font-size:27px;font-weight:400}.dialog>p{color:var(--muted);margin:0 0 23px;font-size:12px}.dialog label{flex-direction:column;gap:7px;margin-bottom:16px;font-size:12px;font-weight:500;display:flex}.dialog label>span{color:var(--muted)}input,textarea,select{border:1px solid var(--border);background:var(--bg);color:var(--text);outline-color:var(--accent);border-radius:7px;width:100%;min-height:44px;padding:11px}textarea{resize:vertical}.form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.dialog-actions{justify-content:flex-end;align-items:center;gap:15px;margin-top:24px;display:flex}.delete-button{color:#ab6860;min-height:44px;margin-right:auto;font-size:12px}.toast{color:#fff;z-index:40;background:#35452b;border-radius:12px;align-items:center;gap:10px;width:max-content;max-width:90vw;padding:15px 22px;font-size:12px;display:flex;position:fixed;bottom:28px;left:50%;transform:translate(-50%);box-shadow:0 6px 30px #0002}.focus-overlay{background:var(--bg)}.focus-dialog{text-align:center;flex-direction:column;align-items:center;gap:20px;max-width:650px;padding:70px 20px 20px;display:flex}.exit-focus{position:absolute;top:25px;right:25px}.focus-dialog>svg{color:var(--accent)}.focus-dialog h1{font-size:42px}.focus-dialog>p{color:var(--muted);max-width:450px}.timer{font-variant-numeric:tabular-nums;letter-spacing:2px;margin:10px;font-family:Georgia,serif;font-size:82px;line-height:1.2}.timer span{opacity:.4}.focus-controls{gap:12px;display:flex}.empty{text-align:center;border:1px dashed var(--border);color:var(--muted);border-radius:12px;padding:40px 20px}.empty h2{color:var(--text);margin:12px 0}.empty p{font-size:12px}.settings-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;max-width:650px;padding:30px}.settings-card p{color:var(--muted);margin:10px 0 20px}.row{gap:10px;display:flex}.settings-card hr{border:0;border-top:1px solid var(--border);margin:30px 0}[data-theme=dark] .reminder-card{background:var(--surface-2);border-color:var(--border)}@media (min-width:1500px){main{padding-top:65px}.heading{margin-bottom:40px}.priority-card{padding:32px}.task-row{min-height:88px}}@media (max-width:1190px){.sidebar{width:200px;padding-left:14px;padding-right:14px}.main-shell{margin-left:200px}main{padding:32px 28px}.topbar{padding:0 28px}.content-grid{grid-template-columns:minmax(0,1fr) 220px;gap:20px}.order-buttons{flex-direction:column}.order-buttons button{height:44px}.task-row{gap:8px}.priority-card{padding:24px}.priority-actions{gap:12px}footer{padding:0 28px 20px}}@media (max-width:1000px){.content-grid{grid-template-columns:minmax(0,1fr)}.insights{grid-template-columns:1fr 1fr;gap:16px;display:grid}.reminder-card{margin:0}.later-tip{display:none}.progress-card{align-self:start}.order-buttons{flex-direction:row}.heading h1{font-size:36px}.topbar-right{font-size:0}.sidebar-note h3{font-size:22px}.heading{align-items:flex-start}.add-task{margin-top:36px}}@media (max-width:650px){.app-shell{display:block}.sidebar{width:100%;padding:calc(20px + var(--safe-top)) 20px 0;border-right:0;border-bottom:1px solid var(--border);gap:15px;position:relative;top:auto;bottom:auto;left:auto;right:auto}.brand{font-size:22px}.sidebar nav{gap:5px;display:flex}.nav-item{white-space:nowrap;flex:1;justify-content:center;gap:6px;margin:0;padding:9px 10px;font-size:11px}.nav-item svg{width:17px}.nav-item b{padding:1px 4px;font-size:9px}.workspace-label,.sidebar-note,.local-label{display:none}.settings-link{right:15px;top:calc(16px + var(--safe-top));border:0;padding:8px;font-size:0;position:absolute}.settings-link svg{width:20px}.main-shell{margin:0}.topbar{display:none}main{padding:29px 20px 25px}.heading{flex-wrap:wrap;gap:12px;margin-bottom:23px}.heading h1{margin-top:9px;font-size:36px}.heading p{font-size:12px}.heading .eyebrow{font-size:9px}.add-task{min-height:44px;margin-top:5px}.content-grid{gap:25px}.priority-card{min-height:275px;padding:23px}.priority-card h2{font-size:27px}.priority-card>p{font-size:12px}.priority-actions{flex-wrap:wrap;gap:15px}.priority-actions .btn{padding:0 14px}.priority-actions .complete-link{font-size:10px}.priority-top{margin-bottom:20px}.list-heading{margin-top:26px}.list-heading h2{font-size:14px}.list-heading>span{font-size:9px}.reorder-hint{margin-top:8px;font-size:9px;line-height:1.7}.task-row{gap:7px;min-height:88px;padding:8px 5px 8px 11px}.task-text strong{font-size:12px}.task-text>span{gap:6px}.rank{min-width:15px;font-size:11px}.order-buttons{flex-direction:column}.order-buttons button{width:44px;height:44px}.check-button{width:44px;min-height:44px}.task-time{font-size:9px}.up-next{display:none}.add-row{font-size:11px}.add-row span{display:none}.insights{grid-template-columns:1fr}.reminder-card{display:none}.progress-card{padding:20px}.progress-stat{margin:12px 0}.bottom-note{margin-top:22px;font-size:9px}footer{padding:0 20px calc(24px + var(--safe-bottom));font-size:8px}footer span{display:none}.dialog{padding:20px}.dialog-title h2{font-size:25px}.focus-dialog h1{font-size:34px}.focus-dialog>p{font-size:13px}.timer{font-size:70px}.focus-dialog{gap:17px}.toast{bottom:calc(20px + var(--safe-bottom))}}.protection-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;margin-bottom:22px;padding:24px}.protection-heading{color:var(--accent);align-items:center;gap:12px;margin-bottom:16px;display:flex}.protection-heading h2{color:var(--text);margin-bottom:5px}.protection-card p{color:var(--muted);margin:12px 0 18px;font-size:12px;line-height:1.7}.protection-card .eyebrow{letter-spacing:1px;font-size:9px}.protection-actions{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.protection-card .btn{white-space:normal;min-height:44px;font-size:12px}.commitment{background:var(--hero);border-radius:10px;margin-top:18px;padding:16px}.commitment h3{overflow-wrap:anywhere;margin-top:8px}.early-exit{border-top:1px solid var(--border);margin-top:14px}.settings-card{margin-top:22px}.splash{isolation:isolate;background:var(--bg);min-height:100dvh;padding:calc(48px + var(--safe-top)) 24px calc(100px + var(--safe-bottom));text-align:center;place-items:center;display:grid;position:relative;overflow:hidden}.splash-content{z-index:1;animation:.65s ease-out both splash-arrive;position:relative}.splash-mark{background:var(--accent);border-radius:25px;flex-direction:column;justify-content:center;gap:8px;width:86px;height:86px;margin:0 auto 24px;padding:23px;display:flex;transform:rotate(-6deg);box-shadow:0 16px 44px #586c351c}.splash-mark span{background:var(--accent-text);transform-origin:0;border-radius:6px;width:40px;height:7px;animation:.8s ease-out both splash-rank}.splash-mark span:nth-child(2){opacity:.75;width:28px;animation-delay:.12s}.splash-mark span:nth-child(3){opacity:.5;width:16px;animation-delay:.24s}.splash-name{letter-spacing:-1px;margin-bottom:34px;font-size:24px;font-weight:700}.splash-name>span{color:var(--accent)}.splash h1{letter-spacing:-1.8px;font-size:clamp(38px,6vw,64px);line-height:1.12}.splash-caption{color:var(--muted);margin-top:22px;font-size:13px}.splash-line{background:var(--border);border-radius:4px;width:72px;height:3px;margin:38px auto 0;overflow:hidden}.splash-line span{background:var(--accent);transform-origin:0;height:100%;animation:2s ease-in-out both splash-rank;display:block}.splash-orbit{border:1px solid var(--border);z-index:-1;pointer-events:none;border-radius:50%;position:absolute;top:46%;left:50%;transform:translate(-50%,-50%)}.splash-orbit-inner{width:650px;height:650px}.splash-orbit-outer{background:radial-gradient(ellipse at center,var(--hero),transparent 68%);width:950px;height:950px}.splash-skip{bottom:calc(28px + var(--safe-bottom));white-space:nowrap;min-height:44px;color:var(--accent);border-radius:10px;padding:12px 18px;font-size:12px;position:absolute;left:50%;transform:translate(-50%)}.splash-skip span{margin-left:10px}.splash-skip:hover{background:var(--hero)}@keyframes splash-arrive{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes splash-rank{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){.splash-content,.splash-mark span,.splash-line span{animation:none}}@media (max-height:570px){.splash{padding-top:24px;padding-bottom:70px}.splash-mark{gap:5px;width:60px;height:60px;margin-bottom:12px;padding:15px}.splash-mark span{max-width:30px;height:5px}.splash-name{margin-bottom:14px;font-size:20px}.splash h1{font-size:32px}.splash-caption{margin-top:12px}.splash-line{margin-top:20px}.splash-skip{bottom:8px}}
