: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}}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}body{min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2,#ff758c,#ff7eb3);background-size:300% 300%;animation:gradientBG 10s ease infinite}@keyframes gradientBG{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.container{width:520px;padding:35px;border-radius:25px;background:#fff3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 25px 50px #0000004d}h1{text-align:center;margin-bottom:25px;color:#fff}.inp{width:70%;padding:14px;border-radius:12px;border:none;outline:none;background:#fff;color:#333;font-size:15px;margin-right:10px}.add-btn{padding:14px 20px;border:none;border-radius:12px;font-weight:700;cursor:pointer;color:#fff;background:linear-gradient(45deg,#ff416c,#ff4b2b);transition:.3s}.add-btn:hover{transform:scale(1.1)}.tasklist{list-style:none;margin-top:20px}.tasklist li{background:#fff;padding:14px;margin-top:12px;border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:12px;transition:.3s}.tasktext{flex:1;color:#333;font-weight:500}.comp-btn{width:32px;height:32px;border-radius:50%;border:none;cursor:pointer;background:#e0e0e0;font-size:16px;transition:.3s}.marked{background:#00c853!important;color:#fff}.taskcomp{text-decoration:line-through;color:#00c853;font-weight:700}.dlt-btn{background:linear-gradient(45deg,#ff1744,#d50000);color:#fff;border:none;padding:8px 14px;border-radius:10px;cursor:pointer;transition:.3s}.dlt-btn:hover{transform:scale(1.1)}
