body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background:linear-gradient(135deg,#0f0c29,#302b63)}.login-container{max-width:400px;padding:0 20px;width:100%}.login-container,.login-header{align-items:center;display:flex;flex-direction:column}.login-header{margin-bottom:2rem}.login-logo{filter:drop-shadow(0 0 10px rgba(255,255,255,.3));height:80px;margin-bottom:1rem;width:80px}.login-brand{background:linear-gradient(90deg,#250a42,#232a38);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:2rem;font-weight:700;margin:0}.login-box{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;box-shadow:0 8px 32px #0003;padding:2rem;width:100%}.login-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.login-subtitle{color:#ffffffb3;font-size:.9rem;margin-bottom:1.5rem;text-align:center}.input-group{margin-bottom:1.2rem;margin-right:28px}.login-input{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;font-size:.95rem;outline:none;padding:12px 15px;transition:all .3s ease;width:100%}.login-input::placeholder{color:#ffffff80}.login-input:focus{border-color:#ffffff80;box-shadow:0 0 0 2px #6a11cb4d}.login-button{background:linear-gradient(90deg,#6a11cb,#2575fc);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;margin-top:.5rem;padding:12px;transition:all .3s ease;width:100%}.login-button:hover{box-shadow:0 5px 15px #6a11cb66;transform:translateY(-2px)}.register-link{color:#ffffffb3;font-size:.85rem;margin-top:1.5rem;text-align:center}.register-link a{color:#6a11cb;font-weight:700;text-decoration:none;transition:all .2s ease}.register-link a:hover{color:#2575fc;text-decoration:underline}.error-message{font-size:.9rem}@media (max-width:480px){.login-box{padding:1.5rem}.login-brand{font-size:1.8rem}.login-title{font-size:1.3rem}}body{animation:gradientBackground 15s ease infinite;background:linear-gradient(-45deg,#0f0c29,#302b63,#24243e,#1e3c72);background-size:400% 400%;min-height:100vh;overflow-x:hidden}@keyframes gradientBackground{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.dashboard-container{box-sizing:border-box;margin-top:80px;padding:20px;position:relative;width:100%}.top-bar{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-bottom:1px solid #fff3;display:flex;justify-content:space-between;left:0;padding:1rem 2rem;position:fixed;top:0;width:100%;z-index:1000}.greeting{font-size:1.25rem;font-weight:700}.logout-button{background:#f44336;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-right:55px;padding:.5rem 1rem;transition:background .3s ease}.logout-button:hover{background:#e53935}.dashboard-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.scrollable-task-container{max-height:calc(100vh - 220px);overflow-y:auto;padding:1rem;scrollbar-color:#ffffff4d #ffffff1a;scrollbar-width:thin;width:100%}.scrollable-task-container::-webkit-scrollbar{width:8px}.scrollable-task-container::-webkit-scrollbar-track{background:#ffffff1a;border-radius:10px}.scrollable-task-container::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:10px}.scrollable-task-container::-webkit-scrollbar-thumb:hover{background:#ffffff80}.task-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin:0 auto;max-width:1200px;min-height:min-content;padding:1rem;width:100%}.task-card{background:linear-gradient(135deg,#1e3c72,#2a5298);border-left:4px solid #4caf50;border-radius:10px;box-shadow:0 4px 15px #0000004d;display:flex;flex-direction:column;min-height:180px;padding:1.5rem;transition:all .3s ease}.task-card:hover{box-shadow:0 6px 20px #0006;transform:translateY(-5px)}.task-header{align-items:flex-start;display:flex;gap:.5rem;justify-content:space-between;margin-bottom:.75rem}.task-title{flex-grow:1;font-size:1.25rem;font-weight:700;margin:0}.task-date{align-self:flex-start;background:#0003;border-radius:4px;color:#ffffffb3;font-size:.75rem;padding:.25rem .5rem;white-space:nowrap}.task-content{flex-grow:1}.task-description{color:#e0e0e0;line-height:1.5;margin:0 0 1rem}.task-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:auto}.task-actions button{border:none;border-radius:5px;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:background .3s ease}.task-actions .edit{background:#4caf50;color:#fff}.task-actions .edit:hover{background:#45a049}.task-actions .delete{background:#f44336;color:#fff}.task-actions .delete:hover{background:#e53935}.add-task-button{align-items:center;background:#4caf50;border:none;border-radius:50%;bottom:2rem;box-shadow:0 4px 15px #0000004d;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:60px;justify-content:center;position:fixed;right:2rem;transition:all .3s ease;width:60px;z-index:1000}.add-task-button:hover{background:#45a049;transform:scale(1.1)}.modal-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2000}.modal{background:#1e3c72;border-radius:10px;box-shadow:0 4px 15px #0000004d;max-width:500px;padding:2rem;width:90%}.modal h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.modal input,.modal textarea{background:#ffffff1a;border:1px solid #fff3;border-radius:5px;color:#fff;font-size:1rem;margin-bottom:1rem;padding:.75rem;width:100%}.modal textarea{min-height:100px;resize:vertical}.modal-buttons{display:flex;gap:1rem;justify-content:flex-end}.modal-buttons button{border:none;border-radius:5px;cursor:pointer;font-weight:500;padding:.5rem 1rem}.modal-buttons button:first-child{background:#4caf50;color:#fff}.modal-buttons button:first-child:hover{background:#45a049}.modal-buttons button:last-child{background:#f44336;color:#fff}.modal-buttons button:last-child:hover{background:#e53935}.error,.loading{font-size:1.5rem;margin-top:2rem;padding:2rem;text-align:center}@media (max-width:768px){.scrollable-task-container{max-height:calc(100vh - 200px)}.task-list{grid-template-columns:1fr}.dashboard-title{font-size:2rem}.top-bar{padding:1rem}}@media (max-width:480px){.modal{padding:1.5rem;width:95%}.task-card{min-height:160px;padding:1.2rem}.task-header{align-items:flex-start;flex-direction:column}.task-date{align-self:flex-start;margin-top:.25rem}.add-task-button{bottom:1.5rem;font-size:1.5rem;height:50px;right:1.5rem;width:50px}}body{background:linear-gradient(135deg,#6a11cb,#2575fc);color:#fff;font-family:Arial,sans-serif;height:100vh;margin:0;overflow:hidden}.register-container,body{align-items:center;display:flex;justify-content:center}.register-container{height:100%;width:100%}.register-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;box-shadow:0 8px 32px #0000001a;max-width:350px;padding:2.5rem;width:90%}.register-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;text-align:center}.register-subtitle{color:#fffc;font-size:1rem;margin-bottom:2rem;text-align:center}.input-group{margin-bottom:1.5rem}.input-group label{color:#fffc;display:block;font-size:.9rem;margin-bottom:.5rem}.register-input{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:8px;color:#fff;font-size:1rem;outline:none;padding:.75rem;transition:border-color .3s ease;width:100%}.register-input:focus{border-color:#fffc}.register-button{background:#6a11cb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;margin-top:1rem;padding:.75rem;transition:background .3s ease;width:100%}.register-button:hover{background:#2575fc}.login-link{color:#fffc;font-size:.9rem;margin-top:1.5rem;text-align:center}.login-link a{color:#6a11cb;font-weight:700;text-decoration:none}.login-link a:hover{text-decoration:underline}.error-message{color:#ff6b6b;margin-bottom:1rem;text-align:center}
/*# sourceMappingURL=main.30b8c9b7.css.map*/