:root{--system-background:#f2f2f7;--system-grouped-background:#f2f2f7;--system-white:#fff;--system-blue:#007aff;--system-red:#ff3b30;--system-orange:#ff9500;--text-primary:#1c1c1e;--text-secondary:#8e8e93;--separator:#c6c6c8;--font-stack:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}@media (prefers-color-scheme:dark){:root{--system-background:#000;--system-grouped-background:#1c1c1e;--system-white:#1c1c1e;--system-blue:#0a84ff;--system-red:#ff453a;--system-orange:#ff9f0a;--text-primary:#fff;--text-secondary:#98989d;--separator:#38383a}}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden}body{font-family:var(--font-stack);background-color:var(--system-background);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.5}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 1rem}body.compact-mode{--compact-padding:.4rem;--compact-font-size:.9rem}body.compact-mode [class*=taskItem]{min-height:40px;padding:.4rem .6rem!important}body.compact-mode [class*=taskText]{font-size:.95rem!important}body.compact-mode [class*=input],body.compact-mode [class*=addButton]{padding:.5rem!important;font-size:.9rem!important}body.compact-mode [class*=title]{margin-bottom:1rem!important;font-size:1.5rem!important}
