.users-container{min-height:100vh;padding:20px}.users-header{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;display:flex;justify-content:space-between;margin-bottom:30px;padding:20px 30px}.users-header h1{color:#333;font-size:32px}.btn-back{background:#6c757d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;padding:10px 24px;transition:background .3s}.btn-back:hover{background:#5a6268}.users-table-container{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;overflow-x:auto;padding:30px}.users-table{border-collapse:collapse;width:100%}.users-table td,.users-table th{border-bottom:1px solid #eee;padding:16px;text-align:left}.users-table th{color:#333;font-weight:600}.users-table th,.users-table tr:hover{background:#f8f9fa}.status-badge{border-radius:20px;display:inline-block;font-size:14px;font-weight:600;padding:4px 12px}.status-badge.active{background:#e8f5e9;color:#2e7d32}.status-badge.inactive{background:#ffebee;color:#c62828}.btn-edit{background:#ffc107;border:none;border-radius:6px;color:#333;cursor:pointer;margin-right:8px;padding:8px 16px;transition:background .3s}.btn-edit:hover{background:#e0a800}.btn-delete{background:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:8px 16px;transition:background .3s}.btn-delete:hover{background:#c82333}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:500px;padding:40px;width:90%}.modal h2{color:#333;margin-bottom:24px}.modal .form-group{margin-bottom:20px}.modal .form-group label{color:#555;display:block;font-weight:500;margin-bottom:8px}.modal .form-group input,.modal .form-group select{border:1px solid #ddd;border-radius:6px;font-size:16px;padding:12px;width:100%}.modal .form-group input[type=checkbox]{margin-right:8px;width:auto}.modal-actions{display:flex;gap:12px;margin-top:24px}.modal-actions button{flex:1 1}.unauthorized-container{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:20px}.unauthorized-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;max-width:500px;padding:60px 40px;text-align:center}.unauthorized-card h1{color:#dc3545;font-size:80px;margin-bottom:20px}.unauthorized-card h2{color:#333;font-size:32px;margin-bottom:16px}.unauthorized-card p{color:#666;font-size:18px;margin-bottom:30px}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.btn-primary{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;padding:12px 24px;transition:background .3s;width:100%}.btn-primary:hover{background:#5568d3}.btn-primary:disabled{background:#ccc;cursor:not-allowed}.btn-secondary{background:#6c757d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;padding:12px 24px;transition:background .3s}.btn-secondary:hover{background:#5a6268}.error-message{background:#fee;border:1px solid #fcc;border-radius:6px;color:#c33;margin-bottom:16px;padding:12px}.loading{align-items:center;color:#fff;display:flex;font-size:24px;height:100vh;justify-content:center}
/*# sourceMappingURL=main.26776764.css.map*/