.dashboard-container{align-items:center;background:#f0f0f0;display:flex;height:100vh;justify-content:center;width:100%}.dashboard{background:#fff;display:flex;flex-direction:column;height:100%;width:100%}.dashboard-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 8px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:16px 24px}.dashboard-header h1{font-size:24px;margin:0}.logout-btn{background:#fff3;border:1px solid #ffffff4d;border-radius:4px;color:#fff;cursor:pointer;font-weight:600;padding:8px 16px;transition:background .3s}.logout-btn:hover{background:#ffffff4d}.dashboard-content{display:flex;flex:1 1;overflow:hidden}.sidebar{background:#f9f9f9;border-right:1px solid #ddd;overflow-y:auto;padding:16px;width:280px}.user-profile{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000d;display:flex;gap:12px;margin-bottom:20px;padding:12px}.user-profile img{border-radius:50%;height:48px;object-fit:cover;width:48px}.user-info{flex:1 1}.user-info h3{color:#333;font-size:14px;margin:0}.status{font-size:12px;font-weight:600;margin:4px 0;text-transform:uppercase}.status.online{color:#4caf50}.status.offline{color:#999}.status.away{color:#ff9800}.status-message{color:#666;font-size:12px;margin:4px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-nav{display:flex;flex-direction:column;gap:8px}.nav-item{background:#0000;border:1px solid #0000;border-radius:4px;color:#333;cursor:pointer;font-weight:500;padding:10px 12px;text-align:left;transition:background .3s}.nav-item:hover{background:#eee}.nav-item.active{background:#0078d4;color:#fff}.main-content{flex:1 1;overflow-y:auto;padding:24px}.empty-state{align-items:center;color:#666;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center}.empty-state h2{color:#333;font-size:24px;margin-bottom:12px}.empty-state p{font-size:14px;margin:8px 0}@media (max-width:768px){.sidebar{width:200px}.dashboard-header h1{font-size:18px}}@media (max-width:480px){.dashboard-content{flex-direction:column}.sidebar{border-bottom:1px solid #ddd;border-right:none;max-height:120px;padding:12px;width:100%}.dashboard-nav{flex-direction:row}.nav-item{font-size:12px;padding:8px}}.app-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;width:100%}.auth-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:420px;padding:40px;width:100%}.auth-logo{margin-bottom:32px;text-align:center}.auth-logo h1{color:#0078d4;font-size:28px;margin-bottom:8px}.auth-logo p{color:#666;font-size:14px}.form-group{margin-bottom:16px}.form-group label{color:#333;display:block;font-size:14px;font-weight:500;margin-bottom:6px}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:6px;font-size:14px;padding:10px 12px;transition:border-color .3s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#0078d4;box-shadow:0 0 0 3px #0078d41a;outline:none}.form-group input::placeholder{color:#aaa}.btn{background-color:#0078d4;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px;transition:background-color .3s;width:100%}.btn:hover:not(:disabled){background-color:#005a9e}.btn:disabled{cursor:not-allowed;opacity:.6}.auth-footer{color:#666;font-size:14px;margin-top:20px;text-align:center}.auth-footer a{color:#0078d4;font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.divider{color:#ccc;margin:20px 0;text-align:center}.divider:after,.divider:before{background:#ddd;content:"";display:inline-block;height:1px;vertical-align:middle;width:35%}.divider:before{margin-right:10px}.divider:after{margin-left:10px}@media (max-width:480px){.auth-card{margin:16px;padding:24px}.auth-logo h1{font-size:24px}}*{box-sizing:border-box;margin:0;padding:0}#root,body,html{height:100%;width:100%}body{background:linear-gradient(135deg,#667eea,#764ba2);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh}a{color:#0078d4;text-decoration:none}a:hover{text-decoration:underline}button{border:none;cursor:pointer;font-size:14px}input,textarea{font-family:inherit}.spinner{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error{background-color:#ffebee;border-left:4px solid #d32f2f;color:#d32f2f}.error,.success{border-radius:4px;margin-bottom:16px;padding:12px}.success{background-color:#e8f5e9;border-left:4px solid #388e3c;color:#388e3c}
/*# sourceMappingURL=main.4a2c9068.css.map*/