*{box-sizing:border-box;font-family:Inter,sans-serif;margin:0;padding:0}body{background-color:#f9fafb;color:#1f2937;font-size:16px;line-height:1.75;padding:2rem}.app-container{background-color:#f9fafb;flex-direction:column;min-height:100vh;padding:3rem 1.5rem}.app-container,.header{align-items:center;display:flex}.header{justify-content:space-between;margin-bottom:2rem;max-width:900px;width:100%}.title{color:#1d4ed8;font-size:2.25rem;font-weight:700}.logout-button{background-color:#ef4444;border:none;border-radius:12px;color:#fff;font-weight:700;padding:.75rem 1.5rem;transition:background-color .2s ease}.logout-button:hover{background-color:#dc2626}.container{background-color:#fff;border-radius:16px;box-shadow:0 6px 24px #0000000d;margin-bottom:2rem;max-width:700px;padding:2rem;width:100%}button,input{border:1px solid #d1d5db;border-radius:10px;font-size:1rem;padding:1rem;transition:all .2s ease}input{margin-bottom:1rem;width:100%}input:focus{border-color:#6366f1;box-shadow:0 0 0 4px #6366f133;outline:none}button{background-color:#6366f1;color:#fff;cursor:pointer;font-weight:600;padding:1rem 1.5rem}button:hover{background-color:#928ee1;transform:translateY(-2px)}button:active{transform:translateY(1px)}.task{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.25rem}.task span{flex:3 1;margin-right:1rem;word-break:break-word}.auth-form{background-color:#fff;border-radius:12px;box-shadow:0 6px 20px #0000000d;display:flex;flex-direction:column;gap:1.5rem;margin:3rem auto;max-width:500px;padding:2.5rem}.auth-form button,.auth-form input{width:100%}.auth-form .error-message{background-color:#fee2e2;border-radius:8px;color:#b91c1c;padding:1rem;text-align:center}.auth-form button[type=button]{background-color:#10b981}.auth-form button[type=button]:hover{background-color:#059669}.task-input-group{display:flex;gap:1rem;margin-top:2rem;max-width:600px;width:100%}.task-input-group input{border:1px solid #d1d5db;border-radius:8px;flex:1 1;font-size:1rem;padding:1rem}.task-input-group button{background-color:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem 1.5rem}.task-input-group button:hover{background-color:#4f46e5}.task-list{list-style:none;margin-top:2rem;max-width:600px;padding:0;width:100%}.task-item{align-items:center;background-color:#f1f5f9;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem 1.5rem}.task-item span{color:#374151;font-size:1rem;word-break:break-word}.task-item button{background-color:#ef4444;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:.5rem 1rem}.task-item button:hover{background-color:#dc2626}
/*# sourceMappingURL=main.0f306e06.css.map*/