*,*:before,*:after{box-sizing:border-box}*{margin:0}@media (prefers-reduced-motion: no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}.task-list{display:flex;flex-direction:column;gap:12px;padding:16px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 4px #0000001a;min-height:500px;overflow-y:auto}.empty{font-style:italic;color:#666;text-align:center;margin-top:20px;font-size:1.1rem}.task-item{border:2px solid transparent;border-radius:6px;padding:1rem;margin-bottom:1rem;background-color:#fff;box-shadow:0 1px 4px #0000001a;transition:box-shadow .3s ease,border-color .3s ease;display:flex;flex-direction:column;cursor:default}.task-item:hover{box-shadow:0 4px 10px #00000026;border-color:#3498db}.task-item:active{box-shadow:0 2px 6px #00000040;border-color:#2980b9}.task-item.status-pending{border-left:6px solid #f39c12}.task-item.status-in-progress{border-left:6px solid #3498db}.task-item.status-completed{border-left:6px solid #2ecc71;opacity:.8;text-decoration:line-through}.priority-badge{font-weight:600;padding:.15rem .5rem;border-radius:12px;color:#fff;font-size:.8rem;display:inline-block;margin-left:.5rem;-webkit-user-select:none;user-select:none;width:fit-content}.priority-low{background-color:#4caf50;color:#e8f5e9}.priority-medium{background-color:#ff9800;color:#fff3e0}.priority-high{background-color:#f44336;color:#ffebee}.due-date{margin-top:.5rem;font-size:.9rem;color:#7f8c8d}.task-actions{margin-top:1rem;display:flex;gap:.5rem}.task-actions button{padding:.3rem .7rem;font-size:.85rem;border:none;border-radius:4px;cursor:pointer;background-color:#bdc3c7;color:#2c3e50;transition:background-color .2s ease;-webkit-user-select:none;user-select:none}.task-actions button:hover{background-color:#95a5a6}.task-actions button:active{background-color:#7f8c8d}.task-filter{display:flex;gap:12px;margin-bottom:20px;justify-content:flex-start;flex-wrap:wrap}.filter-select{padding:6px,10px;font-size:1rem;border:1px solid #ccc;border-radius:6px;background-color:#fff;cursor:pointer;transition:border-color .3s ease}.filter-select:hover,.filter-select:focus{border-color:#007bff;outline:none}.App{max-width:700px;margin:2rem auto;padding:0 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#2c3e50;background-color:#f9f9f9;border-radius:8px;box-shadow:0 8px 20px #0000000d}h1{text-align:center;font-weight:700;font-size:2.4rem;margin-bottom:1.5rem;color:#34495e}button{cursor:pointer;padding:.5rem 1rem;font-size:1rem;border-radius:5px;border:none;background-color:#3498db;color:#fff;transition:background-color .3s ease;margin-bottom:1rem;display:inline-block}button:hover{background-color:#2980b9}button:active{background-color:#1f6391}.sort-button{margin-bottom:1rem;background-color:#2ecc71}.sort-button:hover{background-color:#27ae60}.sort-button:active{background-color:#219150}.task-filter-container{margin-bottom:1.5rem}@media (max-width: 600px){.App{margin:1rem;padding:0 .5rem}h1{font-size:1.8rem}}
