*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f4f7fb;color:#182433}button,input{font:inherit}.page{min-height:100vh;padding:50px 20px}.container{width:min(760px,100%);margin:0 auto}header{margin-bottom:25px}.tag{margin:0 0 8px;font-size:12px;font-weight:700;letter-spacing:1.5px;color:#1672c4}h1{margin:0;font-size:44px}.subtitle{margin-top:8px;color:#6c7a89}.panel{background:#fff;border-radius:18px;padding:24px;box-shadow:0 12px 35px #18243314}.task-form{display:flex;gap:10px}.task-form input{flex:1;min-width:0;padding:13px 14px;border:1px solid #c9d3de;border-radius:10px;outline:none}.task-form input:focus{border-color:#1672c4}.task-form button{border:0;border-radius:10px;padding:0 20px;background:#1672c4;color:#fff;cursor:pointer}.message{padding:10px 12px;border-radius:8px;background:#eef6ff;color:#34536f}.list-header{display:flex;align-items:center;justify-content:space-between;margin-top:28px}.list-header h2{margin:0}.list-header span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#e9f3fc;color:#1672c4;font-weight:700}.task{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px 0;border-bottom:1px solid #edf0f3}.delete{border:0;background:transparent;color:#c0392b;cursor:pointer}.empty{color:#7a8794}footer{display:flex;gap:20px;margin-top:20px;color:#7a8794;font-size:13px}@media(max-width:600px){.task-form{flex-direction:column}.task-form button{padding:12px}h1{font-size:36px}}
