*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:Segoe UI,sans-serif;background-color:#f0f2f5;height:100%;width:100%}.wrapper{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;padding:2rem}.app{background:#fff;border-radius:12px;padding:2rem;max-width:400px;width:100%;box-shadow:0 8px 20px #00000026;text-align:center}.input-box{margin-bottom:1.5rem}.input-box input{padding:.6rem;width:70%;border-radius:6px;border:1px solid #ccc;margin-right:.5rem}.input-box button{padding:.6rem 1rem;background:#007bff;color:#fff;border:none;border-radius:6px;cursor:pointer}.todo-list{text-align:left}.todo-item{display:flex;justify-content:space-between;padding:.6rem;margin-bottom:.5rem;border-radius:6px;background:#f8f9fa;align-items:center}.todo-item.completed .todo-text{text-decoration:line-through;color:gray}.todo-item input[type=checkbox]{margin-right:.5rem}.todo-item .checkmark{color:green;margin-left:.5rem}.todo-item button{background:none;border:none;cursor:pointer;color:red}.filters{display:flex;justify-content:center;margin-top:1rem;gap:1rem}.filters button{padding:.4rem 1rem;border:none;border-radius:6px;background:#e0e0e0;cursor:pointer}.filters .active{background:#007bff;color:#fff}.dark{background-color:#121212;color:#f0f0f0}.dark .app{background:#1e1e1e;box-shadow:0 8px 20px #ffffff0d}.dark .input-box input,.dark .input-box button{background-color:#2a2a2a;color:#fff;border:1px solid #444}.dark .todo-item{background:#2a2a2a}.dark .filters button{background:#444}.dark .filters .active{background:#007bff;color:#fff}.toggle-theme{background:none;border:none;font-size:1rem;color:#007bff;cursor:pointer;margin-bottom:1rem;transition:color .3s}.progress{margin-top:1.5rem;text-align:center}.bar{width:100%;height:12px;background-color:#ddd;border-radius:8px;overflow:hidden;margin-bottom:.5rem}.fill{height:100%;background-color:#28a745;width:0;transition:width .3s ease-in-out}: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}}
