*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,system-ui,sans-serif;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:48px 16px 80px}.app{width:100%;max-width:540px;background:#fff;border-radius:24px;box-shadow:0 24px 80px #0006;overflow:hidden}.app-header{background:linear-gradient(135deg,#5c6ef8,#8b5cf6);padding:32px 32px 28px}.app-header h1{font-size:1.75rem;font-weight:700;color:#fff;letter-spacing:-.02em;margin-bottom:4px}.app-header .subtitle{font-size:.875rem;color:#ffffffa6}.app-body{padding:24px 28px 28px}.input-row{display:flex;gap:10px;margin-bottom:20px}.input-row input{flex:1;padding:12px 16px;border:2px solid #e8eaf0;border-radius:12px;font-size:.95rem;outline:none;background:#f8f9fc;color:#1a1a2e;transition:border-color .2s,background .2s}.input-row input::placeholder{color:#b0b4c4}.input-row input:focus{border-color:#5c6ef8;background:#fff}.input-row button{padding:12px 20px;background:linear-gradient(135deg,#5c6ef8,#8b5cf6);color:#fff;border:none;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:opacity .2s,transform .1s;box-shadow:0 4px 12px #5c6ef859}.input-row button:hover{opacity:.9}.input-row button:active{transform:scale(.97)}.filters{display:flex;gap:6px;margin-bottom:20px;background:#f4f5f9;border-radius:12px;padding:4px}.filters button{flex:1;padding:7px 0;border:none;border-radius:9px;background:transparent;font-size:.85rem;font-weight:500;cursor:pointer;color:#888;transition:all .2s}.filters button.active{background:#fff;color:#5c6ef8;font-weight:600;box-shadow:0 1px 6px #0000001a}.todo-list{display:flex;flex-direction:column;gap:8px}.todo-item{display:flex;align-items:center;gap:12px;background:#f8f9fc;padding:14px 16px;border-radius:12px;border:2px solid transparent;animation:slideIn .2s ease;transition:border-color .2s,background .2s}.todo-item:hover{background:#fff;border-color:#e8eaf0}@keyframes slideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.todo-item input[type=checkbox]{width:18px;height:18px;accent-color:#5c6ef8;cursor:pointer;flex-shrink:0}.todo-item .text{flex:1;font-size:.95rem;color:#1a1a2e;word-break:break-word;line-height:1.4}.todo-item.done .text{text-decoration:line-through;color:#b0b4c4}.todo-item .delete-btn{background:none;border:none;color:#d0d3df;font-size:1rem;cursor:pointer;line-height:1;padding:4px 6px;border-radius:6px;transition:color .2s,background .2s;flex-shrink:0}.todo-item .delete-btn:hover{color:#ef4444;background:#fef2f2}.empty{text-align:center;padding:48px 0 24px}.empty-icon{font-size:2.5rem;margin-bottom:12px}.empty p{color:#b0b4c4;font-size:.95rem}.footer{margin-top:20px;display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:2px solid #f0f1f6;font-size:.83rem;color:#aab0c4}.footer button{background:none;border:none;color:#ef4444;cursor:pointer;font-size:.83rem;padding:4px 10px;border-radius:6px;font-weight:500;transition:background .2s}.footer button:hover{background:#fef2f2}
