: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;padding:0;min-width:320px;min-height:100vh;width:100%}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}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;margin:0;padding:0;overflow-x:hidden}#root{width:100%}.app{min-height:100vh;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#000;width:100%}.app-header{background:#1a5490;color:#fff;padding:20px 30px;box-shadow:0 2px 4px #0000001a}.app-header h1{font-size:24px;margin-bottom:15px}.tabs{display:flex;gap:10px}.tabs button{background:#ffffff1a;border:none;color:#fff;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;transition:background .2s}.tabs button:hover{background:#fff3}.tabs button.active{background:#fff;color:#1a5490}.app-content{padding:30px;width:100%;box-sizing:border-box}.loading{display:flex;justify-content:center;align-items:center;height:100vh;font-size:18px;color:#000}.dashboard{width:100%;box-sizing:border-box}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.dashboard-header h2{font-size:28px;color:#000}.dashboard-header button{background:#1a5490;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:40px}.stat-card{background:#fff;padding:25px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.stat-card h3{font-size:14px;color:#000;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:36px;font-weight:700;color:#000}.stats-section{background:#fff;padding:25px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.stats-section h3{font-size:20px;margin-bottom:20px;color:#000}.table-container{overflow-x:auto}table{width:100%;border-collapse:collapse}table th,table td{padding:12px;text-align:left;border-bottom:1px solid #eee;color:#000}table th{background:#f8f9fa;font-weight:600;color:#000}table tr:hover{background:#f8f9fa}.users-view,.sessions-view{background:#fff;padding:30px;border-radius:8px;box-shadow:0 2px 4px #0000001a;width:100%;box-sizing:border-box}.users-view h2,.sessions-view h2{font-size:24px;margin-bottom:20px;color:#000}.view-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.view-header h2{margin:0}.header-actions{display:flex;gap:10px}.header-actions button,.view-header button{background:#1a5490;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;transition:background .2s}.header-actions button:hover,.view-header button:hover{background:#154080}.filters{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap}.filters input,.filters select{padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px}.filters input{flex:1;min-width:200px}.filters select{min-width:150px}.bulk-actions{display:flex;align-items:center;gap:10px;padding:15px;background:#fff3cd;border-radius:6px;margin-bottom:20px}.bulk-actions span{font-weight:600;margin-right:10px}.bulk-actions button{background:#dc3545;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px}.bulk-actions button:not(:first-of-type){background:#1a5490}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.status-badge.active{background:#d4edda;color:#155724}.status-badge.inactive{background:#f8d7da;color:#721c24}.btn-primary{background:#1a5490;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:12px;margin-right:5px}.btn-primary:hover{background:#154080}.btn-danger{background:#dc3545;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:12px;margin-right:5px}.btn-danger:hover{background:#c82333}.btn-warning{background:#ffc107;color:#333;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:12px}.btn-warning:hover{background:#e0a800}.pagination{display:flex;justify-content:center;align-items:center;gap:15px;margin-top:20px}.pagination button{background:#1a5490;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px}.pagination button:disabled{background:#ccc;cursor:not-allowed}.pagination span{font-weight:600}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal{background:#fff;padding:30px;border-radius:8px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto}.modal h3{margin-bottom:20px;font-size:24px;color:#000}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#000}.form-group input,.form-group select{width:100%;padding:10px;border:1px solid #ddd;border-radius:6px;font-size:14px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:25px}.modal-actions button{padding:10px 20px;border:none;border-radius:6px;cursor:pointer;font-size:14px}.modal-actions button[type=button]{background:#6c757d;color:#fff}.modal-actions button[type=submit]{background:#1a5490;color:#fff}.modal-actions button:disabled{background:#ccc;cursor:not-allowed}.session-id{font-family:monospace;font-size:12px}
