#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.form-container{margin-top:3rem;display:flex;gap:12px}.todo-input{background-color:#2d2d2d;border:1px solid #444;border-radius:6px;color:#fff;padding:8px 12px;font-size:16px;outline:none;transition:border .2s ease-in-out,box-shadow .2s ease-in-out}.todo-input:focus{border-color:#6366f1;box-shadow:0 0 4px #6366f1}.todo-button{background-color:#6366f1;border:none;border-radius:6px;color:#fff;padding:10px 20px;font-size:16px;cursor:pointer;transition:background-color .2s ease-in-out}.todo-button:hover{background-color:#4f46e5}.todo-button:focus{outline:none;box-shadow:0 0 4px #6366f1}.todos-title{margin-top:1rem;font-size:1.8rem;color:#f3f4f6;font-weight:600;text-align:center}.todos-list{list-style:none;padding:0;margin-top:1.5rem;max-width:500px;margin-left:auto;margin-right:auto}.todo-item{display:flex;justify-content:space-between;align-items:center;background-color:#1f2937;padding:12px 16px;border-radius:10px;margin-top:12px;transition:transform .1s ease-in-out,box-shadow .2s ease-in-out}.todo-item:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000004d}.todo-text{color:#f9fafb;font-size:16px;cursor:pointer;transition:color .2s ease-in-out}.todo-text.completed{text-decoration:line-through;color:#9ca3af}.edit-input{padding:6px 10px;font-size:16px;border-radius:6px;border:1px solid #374151;background-color:#111827;color:#f9fafb;outline:none;width:200px}.button-group{display:flex;gap:8px}.edit-button,.update-button{background-color:#3b82f6;border:none;border-radius:6px;padding:6px 12px;cursor:pointer;color:#fff;font-weight:500;transition:background-color .2s ease-in-out,transform .1s ease-in-out}.edit-button:hover,.update-button:hover{background-color:#2563eb;transform:scale(1.05)}.delete-button{background-color:#ef4444;border:none;border-radius:6px;padding:6px 12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease-in-out,transform .1s ease-in-out}.delete-button:hover{background-color:#dc2626;transform:scale(1.05)}.delete-button:focus{outline:none;box-shadow:0 0 6px #ef4444}.delete-icon{width:20px;height:20px;stroke:#fff}: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}}
