#addForm{margin-top:35px;display:flex;flex-direction:row;align-content:stretch;justify-content:space-between}#addForm>input[name=content]{min-width:200px;flex-grow:1;padding:10px;font-size:16px}#addForm button[type=submit]{flex-grow:0;padding:5px;background:#82c500;background:oklch(75% 200% 130deg);color:#fff;font-weight:bolder}.filterBox{display:flex;flex-direction:row;gap:15px;margin-bottom:20px}.filterBox .tag{border-radius:12px;font-size:14px;line-height:24px;background:#eee;padding:0 10px;height:24px;color:#000;cursor:pointer}.filterBox .tag[data-active=true]{background:#7fffd4;color:#000}ul{list-style-type:none;padding:0}.todo{display:flex;flex-direction:row;gap:15px;align-items:center;justify-content:space-between;border-bottom:1px solid darkgrey;padding:5px;font-size:16px}.todo :not(.content){flex-grow:0}.todo .content{flex-grow:1;text-align:start}.todo .content input{width:100%;box-sizing:border-box;border:none;padding:5px;font-size:inherit;background:none}.todo .content input:is(:hover,:active){outline:1px solid lightgrey}.completeIcon{color:green}.removeButton{margin-right:-40px;border-radius:50%;background:red;display:block;color:#fff;font-weight:800;padding:0;font-size:1rem;line-height:0px;width:24px;height:24px}.removeButton:before{content:"✕"}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;flex-direction:row;place-items:top middle;min-width:320px;min-height:100vh}h1{margin-bottom:1rem;font-size:2.9em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}#root{--pad-size: 30px;max-width:calc(100vw - var(--pad-size) * 2);width:600px;padding:0 var(--pad-size)}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
