body.role-hoster .tab-btn[onclick="SwitchTab('users')"],
body.role-hoster .btn-brackets {
    display: none !important;
}

.unauthorized-wrapper { display: flex; justify-content: center; align-items: center; height: 100vh; text-align: center; background-color: #0f0f1e; }
.unauthorized-container { padding: 40px; border-radius: 12px; background: #1a1a36; border: 1px solid rgba(255, 255, 255, 0.1); }

/* User Profile in Navbar */
.user-profile { display: flex; align-items: center; gap: 15px; }
.user-avatar { width: 40px; height: 40px; border-radius: 50%; border: 2px solid #22c55e; }
#userName { font-weight: 600; }
