:root{color:#20221d;background:#d9d7ce;font-family:Avenir,Avenir Next,system-ui,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{min-width:320px;background:#d9d7ce}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button,a{color:inherit}.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}.page-shell{width:min(1440px,100%);min-height:100vh;margin:0 auto;padding:42px clamp(20px,5vw,74px) 26px;background:linear-gradient(rgba(24,27,21,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(24,27,21,.055) 1px,transparent 1px),#d9d7ce;background-size:44px 44px}.eyebrow{margin:0;color:#65695f;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.68rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;padding:16px 0 40px;border-bottom:1px solid #96998e}.page-header h1{margin:10px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.8rem,8vw,7.7rem);font-weight:400;line-height:.79;letter-spacing:-.055em}.browser-note{display:flex;align-items:center;gap:9px;padding-bottom:5px;color:#555a50;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.status-dot{width:8px;height:8px;border-radius:50%;background:#49684e;box-shadow:0 0 0 4px #49684e1f}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 310px;border-right:1px solid #96998e;border-bottom:1px solid #96998e;border-left:1px solid #96998e;background:#e6e4dcad}.todoapp{min-width:0;background:#f0eee7}.header{padding:clamp(28px,5vw,56px);border-bottom:1px solid #aaa99f}.header h2{margin:8px 0 28px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.7rem);font-weight:400;line-height:1;letter-spacing:-.035em}.header form{display:grid;grid-template-columns:1fr auto;border-bottom:2px solid #252821}.new-todo{width:100%;padding:17px 4px;border:0;outline:0;color:#20221d;background:transparent;font-size:clamp(1rem,2vw,1.22rem)}.new-todo::placeholder{color:#94958d}.header form:focus-within{border-color:#9e3d28}.header form button{align-self:center;padding:10px 15px;border:1px solid #262a22;background:transparent;cursor:pointer;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.68rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;transition:background .18s,color .18s}.header form button:hover,.header form button:focus-visible{color:#f6f3ea;background:#262a22}.list-toolbar{display:flex;justify-content:space-between;align-items:center;min-height:50px;padding:10px clamp(22px,5vw,56px);border-bottom:1px solid #c1c0b8;color:#6c7067;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.64rem;letter-spacing:.08em;text-transform:uppercase}.toggle-all-control{display:flex;align-items:center;gap:8px}.toggle-all{width:16px;height:16px;accent-color:#9e3d28}.toggle-all-control label{cursor:pointer}.todo-list{margin:0;padding:0;list-style:none}.todo-list li{position:relative;border-bottom:1px solid #c1c0b8}.todo-list li:last-child{border-bottom:0}.todo-list .view{display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;min-height:76px;padding:0 clamp(18px,4vw,46px);transition:background .18s}.todo-list li:hover .view{background:#e9e6dd}.todo-list .toggle{width:20px;height:20px;margin:0;accent-color:#49684e;cursor:pointer}.todo-list label{padding:22px 10px;cursor:text;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.15rem,2vw,1.45rem);line-height:1.25}.todo-list li.completed label{color:#84867e;text-decoration:line-through;text-decoration-thickness:1px}.destroy{width:34px;height:34px;border:1px solid transparent;color:#8a4b3d;background:transparent;cursor:pointer;font-size:1.25rem;opacity:.55}.destroy:after{content:"×"}.destroy:hover,.destroy:focus-visible{border-color:#8a4b3d;opacity:1}.edit{width:calc(100% - clamp(44px,8vw,92px));margin:13px clamp(22px,4vw,46px);padding:14px 16px;border:1px solid #65695f;outline:3px solid rgba(158,61,40,.12);background:#f8f6ef;font-family:Georgia,Times New Roman,serif;font-size:1.35rem}.todo-list li.editing .view{display:none}.footer{position:relative;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;min-height:72px;padding:15px clamp(22px,5vw,56px);border-top:1px solid #aaa99f;color:#555a50;font-size:.72rem}.todo-count strong{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:500}.filters{display:flex;gap:4px;margin:0;padding:0;list-style:none}.filters button{padding:8px 12px;border:1px solid transparent;background:transparent;cursor:pointer;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.62rem;letter-spacing:.06em;text-transform:uppercase}.filters button:hover,.filters button:focus-visible{border-color:#96998e}.filters button.selected{color:#f5f2e9;background:#2e332b}.clear-completed{justify-self:end;padding:8px 0;border:0;border-bottom:1px solid #8a4b3d;color:#7b3f32;background:transparent;cursor:pointer;font-size:.7rem}.empty-state{display:grid;place-items:center;min-height:310px;padding:44px;text-align:center}.empty-state>span{color:#aaa99f;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem;letter-spacing:.15em}.empty-state h2{margin:10px 0 5px;font-family:Georgia,Times New Roman,serif;font-size:2.6rem;font-weight:400}.empty-state p{max-width:360px;margin:0;color:#74776f;font-size:.85rem;line-height:1.6}.ledger-aside{display:flex;flex-direction:column;gap:28px;padding:clamp(28px,4vw,42px);border-left:1px solid #96998e;background:#23271f;color:#e2dfd6}.ledger-aside .eyebrow{color:#9ea398}.stat-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #4b5047;border-left:1px solid #4b5047}.stat-grid>div{display:flex;flex-direction:column;gap:6px;min-height:112px;justify-content:center;padding:16px;border-right:1px solid #4b5047;border-bottom:1px solid #4b5047}.stat-grid strong{overflow:hidden;font-family:Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:400;line-height:1;text-overflow:ellipsis;text-transform:capitalize}.stat-grid span,.aside-note>span{color:#9ea398;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.58rem;letter-spacing:.12em;text-transform:uppercase}.aside-note{padding-top:18px;border-top:1px solid #4b5047}.aside-note p{margin:8px 0 0;color:#bfc3ba;font-size:.75rem;line-height:1.65}.page-footer{display:flex;justify-content:space-between;gap:18px;padding:22px 0 0;color:#65695f;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.62rem;letter-spacing:.06em;text-transform:uppercase}.page-footer a{text-underline-offset:4px}button:focus-visible,input:focus-visible,a:focus-visible{outline:2px solid #9e3d28;outline-offset:3px}@media(max-width:900px){.workspace{grid-template-columns:1fr}.ledger-aside{border-top:1px solid #96998e;border-left:0}.stat-grid{grid-template-columns:repeat(4,1fr)}.stat-grid>div{min-height:86px}.aside-note{max-width:600px}}@media(max-width:640px){.page-shell{padding:18px 14px}.page-header{align-items:flex-start;flex-direction:column;padding-bottom:26px}.page-header h1{font-size:clamp(3.2rem,18vw,5rem)}.header{padding:28px 22px}.header form{grid-template-columns:1fr}.header form button{margin:0 0 12px}.footer{grid-template-columns:1fr;justify-items:start}.clear-completed{justify-self:start}.stat-grid{grid-template-columns:1fr 1fr}.page-footer{flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
