body{background-color:#000}.icon-completed{color:#4caf50;margin-right:10px}.icon-deleted{color:#f44336;margin-right:10px}.task-item{align-items:center;border-radius:6px;display:flex;justify-content:space-between;margin-bottom:10px;padding:10px}.task-status{font-size:18px;font-weight:700}.completed-status{color:#4caf50}.deleted-status{color:#f44336}.task-text{color:#fff;flex-grow:1;font-size:16px}.task-timestamp{color:#bbb;font-size:12px}.task-item.completed{background-color:#4caf501a}.task-item.deleted{background-color:#f443361a}.task-history{background-color:#1f2937;border-radius:.5rem;color:#e4e4e4;margin-top:2rem;padding:1rem}.task-history h2{color:#fbbf24;font-size:1.5rem;margin-bottom:1rem}.task-history ul{list-style:none;padding:0}.task-form{margin-bottom:2rem}#inp{align-items:center;background-color:#1f2937;border-radius:9999px;box-shadow:inset 0 2px 4px #0000001a;display:flex;margin-top:20px;overflow:hidden;width:50%}#inp input{placeholder-color:#6b7280;background-color:initial;border:none;color:#fff;flex-grow:1;font-size:1rem;outline:none;padding:1rem 1.5rem}#inp button{background-color:#fbbf24;border:1px solid #000;color:#000;cursor:pointer;padding:1rem;transition:background-color .3s ease-in-out}#inp button:hover{background-color:#fcd34d}#inp button:focus{box-shadow:0 0 0 2px #fcd34d,0 0 0 4px #1f2937;outline:none}#btns{justify-content:space-between;margin-top:1rem}#btns select{background-color:#fff;border:1px solid #6b7280;border-radius:.375rem;color:#1f2937;cursor:pointer;font-size:1rem;outline:none;padding:.5rem 1rem}body{margin:0;padding:0}#btns select:focus{border-color:#fbbf24;box-shadow:0 0 0 2px #fbbf24}header{background-color:#1a202c;box-shadow:0 4px 6px #0000001a;margin:0;padding:10px}.tagline{text-align:right}header .max-w-4xl{align-items:center;display:flex;justify-content:space-between;margin-left:auto;margin-right:auto;max-width:56rem}header h1{color:#fff;font-size:2.25rem;font-weight:700}header h1 span{color:#fbbf24}header p{color:#d3d3d3;font-style:italic}.App{background-color:#000;color:#e4e4e4;font-family:Arial,sans-serif;padding:0;text-align:center}h1{color:#ffdf8b;font-size:2.5rem;text-align:left;text-shadow:2px 2px 5px #00000080}#btns{flex-direction:row}#btns,.task-form{display:flex;gap:10px}.task-form{justify-content:space-between;margin-bottom:20px}.task-form button,.task-form input,.task-form select{background-color:#f9f9f9;border:2px solid #6c757d;border-radius:5px;color:#333;font-size:1rem;padding:10px}.task-form button{background-color:#5df7d8;color:#000;cursor:pointer;font-weight:700;transition:background-color .3s ease}.task-form button:hover{background-color:#5df79b}.task-list{list-style-type:none;padding:0}.task-list li{background-color:#353535;border:0 solid #6c757d;border-radius:10px;box-shadow:0 4px 6px #0000004d;color:#e4e4e4;display:flex;justify-content:space-between;margin:10px 0;padding:15px;transition:transform .2s ease}.task-list li:hover{background-color:#5b5a5a;transform:scale(1.02)}.task-list li.completed{color:#fff;text-decoration:line-through}.task-list button{background-color:initial;border:none;color:#ffdf8b;cursor:pointer;font-size:1rem;transition:color .3s ease}.task-list button:hover{color:#f9e7b8}.progress-tracker{color:#e4e4e4;margin-top:20px}.progress-bar{background:#6c757d;border-radius:10px;box-shadow:0 2px 4px #0000004d;height:12px;margin:10px 0;overflow:hidden}.progress{background:linear-gradient(90deg,#feba01,#8bc34a);border-radius:10px;height:100%;transition:width .3s ease}.clear-btn{background-color:#eb521d;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;margin-top:20px;padding:10px 20px;transition:background-color .3s ease,transform .2s ease}.clear-btn:hover{background-color:#c82333;transform:scale(1.05)}@media (max-width:768px){.task-form{align-items:center;flex-direction:column}#inp{margin-top:10px;width:100%}#inp button,#inp input{margin-bottom:10px;width:100%}header h1{font-size:1.75rem}.task-list li{align-items:flex-start}#btns,.task-list li{flex-direction:column}#btns{align-items:center}#btns select{margin-bottom:10px;width:100%}.progress-bar{width:100%}}@media (max-width:480px){h1{font-size:1.5rem}.task-form button,.task-form input,.task-form select{font-size:.875rem;padding:8px}.task-list li{padding:10px}.progress-bar{height:10px}.clear-btn{font-size:.875rem;padding:8px 16px}}
/*# sourceMappingURL=main.9ad9f125.css.map*/