.login-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#f0f2f5}.login-form{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}.login-title{text-align:center;margin-bottom:1.5rem;color:#333}.pin-input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;text-align:center;letter-spacing:.5rem}.login-button{width:100%;padding:.75rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s}.login-button:disabled{background-color:#a0a0a0;cursor:not-allowed}.error-message{color:#dc3545;display:flex;align-items:center;margin:1rem 0}.error-icon{width:24px;height:24px;margin-right:.5rem}.login-footer{text-align:center;margin-top:1rem;color:#6c757d}.spinner{display:flex;justify-content:center}.spinner>div{width:10px;height:10px;background-color:#fff;border-radius:100%;display:inline-block;animation:sk-bouncedelay 1.4s infinite ease-in-out both;margin:0 3px}.spinner .bounce1{animation-delay:-.32s}.spinner .bounce2{animation-delay:-.16s}@keyframes sk-bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.dashboard-container{width:100%;max-width:1200px;margin:0 auto;padding:20px}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:15px;border-bottom:1px solid #eee}.user-info{display:flex;align-items:center;gap:15px}.logout-button{background-color:#dc3545;color:#fff;border:none;padding:8px 15px;border-radius:4px;cursor:pointer;transition:background-color .3s}.logout-button:hover{background-color:#c82333}.tasks-section{background-color:#f8f9fa;padding:20px;border-radius:8px}.tasks-list{list-style-type:none;padding:0}.task-item{background-color:#fff;margin-bottom:15px;padding:15px;border-radius:6px;box-shadow:0 2px 4px #0000001a}.task-details h3{margin:0 0 10px;color:#333}.task-status{display:inline-block;padding:5px 10px;background-color:#e9ecef;border-radius:4px;font-size:.8em}.loading,.error,.no-tasks{text-align:center;padding:20px;color:#6c757d}.app{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center}.app-container{max-width:400px;width:100%;padding:20px;background-color:#f4f4f4;border-radius:8px;box-shadow:0 4px 6px #0000001a}:root{font-family:Inter,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}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}
