.app{background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.08);margin:40px auto;max-width:680px;padding:24px}h1{font-size:28px;line-height:1.2;margin:0 0 16px}.todo-form{display:flex;gap:12px;margin-bottom:20px}.todo-input{border:1px solid #e5e7eb;border-radius:10px;flex:1 1;outline:none;padding:12px 14px}.todo-input:focus{border-color:#6366f1;box-shadow:0 0 0 4px rgba(99,102,241,.15)}.todo-button{background:#6366f1;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;padding:12px 16px}.todos{grid-gap:10px;display:grid;gap:10px}.todo-item{align-items:center;background:#fafafa;border:1px solid #e5e7eb;border-radius:12px;display:flex;gap:12px;justify-content:space-between;padding:12px 14px}.todo-item.completed span{color:#9ca3af;text-decoration:line-through}.actions{display:flex;gap:8px}.actions button{background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;padding:8px 10px}.actions button:hover{background:#f3f4f6}:root{color-scheme:light}*{box-sizing:border-box}#root,body,html{height:100%}body{background:#f5f7fb;color:#111827;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;margin:0}
/*# sourceMappingURL=main.c22af463.css.map*/