* { font-family: 'Segoe UI', system-ui, sans-serif; }
.login-page { display: flex; justify-content: center; align-items: center; min-height: 100vh; background: linear-gradient(135deg, #ff6b6b, #ee5a24, #9b59b6); }
.login-card { background: white; padding: 40px; border-radius: 20px; width: 360px; text-align: center; box-shadow: 0 20px 40px rgba(0,0,0,0.15); }
.login-card h2 { margin-bottom: 5px; }
.stat-card { color: white; border-radius: 15px; padding: 20px; position: relative; overflow: hidden; }
.stat-icon { position: absolute; right: 15px; top: 15px; font-size: 40px; opacity: 0.3; }
.stat-value { font-size: 32px; font-weight: bold; }
.stat-label { font-size: 14px; opacity: 0.9; }
.nav-pills .nav-link { color: #666; border-radius: 10px; margin-right: 5px; }
.nav-pills .nav-link.active { background: #ff6b6b; }
.table td { vertical-align: middle; }
.badge-online { background: #2ecc71; }
.badge-offline { background: #95a5a6; }
.badge-vip { background: #f39c12; }
.badge-banned { background: #e74c3c; }
.badge-verified { background: #3498db; }
.user-avatar { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
