:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.register-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;width:100vw;background:linear-gradient(135deg,#e0f2fe,#fef9c3);padding:1rem}.form-title{margin-bottom:1.8rem;font-size:1.8rem;text-align:center;color:#0f172a;font-weight:600}.register-button{width:100%;padding:.9rem;background-color:#3b82f6;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease,transform .2s;text-decoration:none;box-shadow:0 4px 12px #3b82f626;margin-top:.5rem}.register-button:hover,.register-button:focus{background-color:#2563eb;transform:translateY(-2px)}.login-link{text-align:center;margin-top:1.2rem;color:#475569;font-size:.95rem}.login-redirect-button{background:none;border:none;color:#3b82f6;cursor:pointer;font-size:inherit;text-decoration:underline;margin-left:.25rem;padding:0;transition:color .3s}.login-redirect-button:hover{color:#1d4ed8;text-decoration:none}@media (max-width: 400px){.form-container{padding:2rem 1.5rem}input,.register-button{font-size:.95rem}}.login-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;width:100vw;background:linear-gradient(135deg,#e0f2fe,#fef9c3);padding:1rem}.form-container{width:100%;max-width:400px;padding:2.5rem 2rem;background-color:#fff;border-radius:16px;box-shadow:0 8px 30px #0000001a;margin-bottom:1rem;animation:fadeIn .4s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.form-container h1{margin-bottom:1.8rem;font-size:1.8rem;text-align:center;color:#0f172a;font-weight:600}form{display:flex;flex-direction:column;gap:1.2rem}input{padding:.9rem 1rem;border:1px solid #cbd5e1;border-radius:10px;font-size:1rem;transition:border-color .2s}input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.login-button{padding:.9rem;background-color:#3b82f6;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease,transform .2s}.login-button:hover{background-color:#2563eb;transform:translateY(-2px)}.register-link{text-align:center;margin-top:1.2rem;color:#475569;font-size:.95rem}.register-button{background:none;border:none;color:#3b82f6;cursor:pointer;font-size:inherit;text-decoration:underline;margin-left:.25rem;transition:color .3s}.register-button:hover{color:#1d4ed8;text-decoration:none}@media (max-width: 400px){.form-container{padding:2rem 1.5rem}input,.login-button{font-size:.95rem}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,sans-serif;background-color:#f9fafb;color:#1f2937;line-height:1.5}.dashboard-container{display:flex;justify-content:center;align-items:flex-start;width:100%;min-height:100vh;padding:2rem 1rem;background-color:#f3f4f6}.dashboard{width:100%;max-width:800px;display:flex;flex-direction:column;gap:2rem;padding-top:5rem;padding-inline:1rem}.header{position:fixed;top:0;left:0;right:0;background:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 6px #0000000d;z-index:1000}.dashboard-title{font-size:clamp(1.5rem,2vw,2rem);font-weight:700;color:#111827}.logout-btn{background:none;color:#ef4444;border:1px solid #ef4444;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:all .2s ease}.logout-btn:hover{background-color:#fee2e2}.task-section{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%}.task-count{font-size:clamp(1.2rem,2vw,1.4rem);font-weight:600;color:#1f2937}.new-task-form{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:600px}.task-input,.description-input{padding:1rem;border:1.5px solid #000000;border-radius:8px;font-size:1rem;background:#000}.description-input{min-height:80px;resize:vertical}.add-task-btn{background-color:#3b82f6;color:#fff;padding:1rem;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.add-task-btn:hover{background-color:#2563eb}.task-list{display:flex;flex-direction:column;gap:1rem;width:100%;padding-inline:1rem}.task{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 1px 4px #0000000d;transition:background .3s}.task.completed{background-color:#f3f4f6;opacity:.8}.task-content h3{font-size:1.1rem;color:#111827;margin:0}.task-content p{font-size:.95rem;color:#6b7280;margin:0}.task-actions{display:flex;gap:.5rem;flex-wrap:wrap}.complete-btn,.delete-btn{padding:.5rem 1rem;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .3s ease}.complete-btn{background-color:#d1d5db;color:#1f2937}.complete-btn.completed{background-color:#10b981;color:#fff}.complete-btn:hover{background-color:#e5e7eb}.delete-btn{background-color:#ef4444;color:#fff}.delete-btn:hover{background-color:#dc2626}@media (max-width: 600px){.task,.task-list,.new-task-form{padding-inline:0}.dashboard-title{font-size:1.5rem}.task-content h3{font-size:1rem}.task-content p{font-size:.85rem}.task-actions{flex-direction:column;width:100%}.complete-btn,.delete-btn{width:100%;text-align:center}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0;font-family:Arial,sans-serif;background-color:#f3f4f6}body,html{overflow-x:hidden}
