*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f5f5f5;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.auth-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh}.auth-form{background:#fff;border-radius:10px;box-shadow:0 10px 25px #0003;max-width:400px;padding:2rem;width:100%}.auth-form h2{color:#333;margin-bottom:1.5rem;text-align:center}.auth-form input{border:1px solid #ddd;border-radius:5px;font-size:1rem;margin-bottom:1rem;padding:.75rem;width:100%}.auth-form input:focus{border-color:#667eea;box-shadow:0 0 5px #667eea1a;outline:none}.auth-form button{background:#667eea;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem;transition:background .3s;width:100%}.auth-form button:hover:not(:disabled){background:#5568d3}.auth-form button:disabled{background:#ccc;cursor:not-allowed}.auth-link,.error{text-align:center}.auth-link{color:#666;font-size:.95rem;margin-top:1rem}.link-text{color:#667eea;cursor:pointer;font-weight:600;text-decoration:none;transition:color .3s}.link-text:hover{color:#5568d3;text-decoration:underline}.task-form{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:1.5rem}.task-form h2{color:#333;margin-bottom:1.5rem}.task-form input,.task-form select,.task-form textarea{border:1px solid #ddd;border-radius:5px;font-family:inherit;font-size:1rem;margin-bottom:1rem;padding:.75rem;width:100%}.task-form input:focus,.task-form select:focus,.task-form textarea:focus{border-color:#667eea;box-shadow:0 0 5px #667eea1a;outline:none}.task-form textarea{min-height:100px;resize:vertical}.task-form button{background:#667eea;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem;transition:background .3s;width:100%}.task-form button:hover:not(:disabled){background:#5568d3}.task-form button:disabled{background:#ccc;cursor:not-allowed}.error{background:#fee;border-radius:5px;color:#c33;margin-bottom:1rem;padding:.75rem}.task-list{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:1.5rem}.task-list h2{color:#333;margin-bottom:1.5rem}.task-list p{color:#999;padding:2rem 0;text-align:center}.task-list ul{list-style:none}.task-item{align-items:center;background:#f9f9f9;border:1px solid #eee;border-radius:5px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem;transition:all .3s}.task-item:hover{box-shadow:0 2px 5px #0000001a}.task-item.completed{opacity:.7}.task-item.completed .task-content h3{color:#999;text-decoration:line-through}.task-content{flex:1 1}.task-content h3{color:#333;font-size:1.1rem;margin-bottom:.5rem}.task-content p{color:#666;font-size:.9rem;margin:0;text-align:left}.task-actions{align-items:center;display:flex;gap:.5rem}.status-select{border:1px solid #ddd;border-radius:5px;cursor:pointer;font-size:.9rem;padding:.5rem}.delete-btn{background:#ff6b6b;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:background .3s}.delete-btn:hover{background:#ff5252}@media (max-width:768px){.task-item{align-items:flex-start;flex-direction:column;gap:1rem}.task-actions{width:100%}.delete-btn,.status-select{flex:1 1}}.dashboard{background-color:#f5f5f5;min-height:100vh}.dashboard-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:1.5rem}.dashboard-header h1{font-size:2rem;margin-bottom:.25rem}.dashboard-header p{font-size:.9rem;opacity:.9}.logout-btn{background:#fff;border:none;border-radius:5px;color:#667eea;cursor:pointer;font-weight:600;padding:.5rem 1.5rem;transition:background .3s}.logout-btn:hover{background:#f0f0f0}.dashboard-content{margin:0 auto;max-width:1200px;padding:2rem}.filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.filters button{background:#fff;border:2px solid #ddd;border-radius:5px;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .3s}.filters button.active{background:#667eea;border-color:#667eea;color:#fff}.filters button:hover{border-color:#667eea}.main-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}@media (max-width:768px){.main-content{grid-template-columns:1fr}.dashboard-header{flex-direction:column;gap:1rem;text-align:center}.dashboard-header h1{font-size:1.5rem}}.loading{align-items:center;color:#667eea;display:flex;font-size:1.5rem;justify-content:center;min-height:100vh}
/*# sourceMappingURL=main.bcb63641.css.map*/