body{font-family:Montserrat;margin:0;padding:0;height:100%;overflow:hidden}.app-container{display:flex;justify-content:center;align-items:center;height:100vh;width:100%;background-image:url(/assets/background-C35bePke.png);background-repeat:no-repeat;background-size:cover;background-position:center}.task-manager-card{width:100%;max-width:450px;height:fit-content;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background-color:#fff;border-radius:1rem;box-shadow:0 10px 15px #0003}.header-title-container{display:flex;justify-content:center;text-align:center;margin-bottom:.5rem}.header-title{font-size:1.8rem;font-weight:700;color:#6f7675;text-transform:uppercase;display:flex}.input-row{display:flex;gap:1rem;margin-top:1rem}.task-input{flex-grow:1;padding:.75rem;border:1px solid #4b5563;border-radius:.5rem;background-color:#f9fafb;color:#1f2937;outline:none}.add-button{padding:.75rem 1rem;background-color:#02a073;color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s}.add-button:hover{background-color:#07652e}.task-list-container{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.list-title{font-size:1.125rem;font-weight:700;color:#02a073;margin-bottom:.5rem}.task-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:#4ab08d;border-radius:.5rem;color:#fff}.task-checkbox{width:1rem;height:1rem;cursor:pointer}.task-name{flex-grow:1;transition:color .3s}.task-name.completed{text-decoration:line-through;color:#9ca3af}.remove-button{background-color:red;color:#fff;padding:.25rem .5rem;border-radius:.25rem;cursor:pointer;transition:background-color .2s}.remove-button:hover:not(:disabled){background-color:#dc2626}.remove-button:disabled{background-color:#ff5c5c;cursor:not-allowed}.no-tasks-message{color:#9ca3af;font-style:italic;text-align:center;padding:1rem}
