*,*:before,*:after{box-sizing:border-box}: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}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.app-container{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;height:100vh;width:300px}.input-container{display:flex;justify-content:space-between;align-items:center;height:30px;width:100%}.input-field{border:1px solid #ccc;border-radius:5px;height:100%;width:100%}.input-button{border:1px solid #ccc;border-radius:5px;margin-left:10px;height:100%}.todo-list{width:100%;padding:0;margin:10px 0 0}.todo-item{list-style:none;width:100%;margin:10px 0;display:flex;gap:10px;justify-content:space-between}.todo-title.completed{text-decoration:line-through;opacity:.6;color:#999}.todo-delete-button{border:1px solid #ccc;border-radius:5px}.todo-title{border:1px solid #ccc;text-decoration:none;border-radius:5px;flex:1;padding:0;font-size:inherit;font-family:inherit;line-height:inherit}.app-title{font-size:2rem;font-weight:700;margin-bottom:20px;width:100%}.search-bar-container{display:flex;justify-content:space-between;align-items:center;gap:10px}.search-bar{border:1px solid #ccc;height:2rem;width:100%}.sort-button{border:1px solid #ccc;height:100%;border-radius:.5rem}.todo-count{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;gap:10px}
