*{box-sizing:border-box}html,body{margin:30px;padding:30px;font-family:-apple-system,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#f7f7f8;color:#111}.App{max-width:720px;margin:0 auto;padding:24px}header{margin-bottom:16px}header h1{margin:0 0 4px;font-size:28px}header p{margin:0;color:#555}.task-form{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}#inp{display:flex;align-items:center;gap:8px;flex:1;padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}#inp input{flex:1;border:0;outline:0;background:transparent;font-size:14px}#inp button{border:0;background:#111;color:#fff;padding:8px 12px;border-radius:6px;cursor:pointer}#btns{display:flex;gap:8px}#btns select{padding:8px 10px;border:1px solid #e5e7eb;border-radius:6px;background:#fff}.task-list{list-style:none;padding:0;margin:16px 0}.task-list li{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:12px;border:1px solid #eeeeee;border-radius:8px;background:#fff}.task-list li.completed{text-decoration:line-through;opacity:.7}.task-list button{background:none;border:0;color:#047857;cursor:pointer;padding:6px 8px;border-radius:6px}.progress-tracker{margin-top:16px}.progress-bar{height:8px;background:#eee;border-radius:999px;overflow:hidden}.progress{height:100%;background:#16a34a}.clear-btn{margin-top:16px;background:#dc2626;color:#fff;border:0;padding:10px 14px;border-radius:6px;cursor:pointer}
