:root{font-family: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;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;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}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:#f4f4f9;color:#333;display:flex;justify-content:center;align-items:flex-start;min-height:100vh;margin-top:40px}.app{width:100%;max-width:500px;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 10px #0000001a}h1{text-align:center;color:#4a4a4a}.todo-form{display:flex;margin-bottom:1rem}.todo-form input{flex-grow:1;padding:.75rem;border:1px solid #ddd;border-radius:4px 0 0 4px;font-size:1rem}.todo-form button{padding:.75rem 1rem;border:none;background-color:#5c67f2;color:#fff;font-size:1rem;cursor:pointer;border-radius:0 4px 4px 0;transition:background-color .2s}.todo-form button:hover{background-color:#4a54d1}.todo-list{list-style:none;padding:0}.todo-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fafafa;border-bottom:1px solid #eee}.todo-item:last-child{border-bottom:none}.todo-item button{background:#ff4d4d;color:#fff;border:none;padding:.4rem .8rem;border-radius:4px;cursor:pointer;transition:background-color .2s}.todo-item button:hover{background:#e60000}.todo-item{cursor:pointer}.todo-item.completed span{text-decoration:line-through;color:#999}.todo-item .edit-btn,.todo-item .save-btn{background-color:#f0ad4e;margin-right:8px}.todo-item .save-btn{background-color:#5cb85c}.todo-item .edit-btn:hover{background-color:#ec971f}.todo-item .save-btn:hover{background-color:#4cae4c}.todo-item input[type=text]{flex-grow:1;border:1px solid #ddd;padding:.4rem;border-radius:4px}.todo-item>div{display:flex;align-items:center}
