.admin-dashboard{max-width:1400px}.admin-dashboard .page-header{margin-bottom:32px}.admin-dashboard .page-header h1{font-size:28px;font-weight:700;color:#111827;margin:0 0 8px}.admin-dashboard .page-header p{font-size:14px;color:#6b7280;margin:0}.stat-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:32px}.stat-card{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05)}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px}.stat-card.blue:before{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.stat-card.green:before{background:linear-gradient(90deg,#22c55e,#4ade80)}.stat-card.purple:before{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}.stat-card.orange:before{background:linear-gradient(90deg,#f97316,#fb923c)}.stat-card.pink:before{background:linear-gradient(90deg,#ec4899,#f472b6)}.stat-card.red:before{background:linear-gradient(90deg,#ef4444,#f87171)}.stat-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;flex-shrink:0}.stat-card.blue .stat-icon{background:#eff6ff;color:#3b82f6}.stat-card.green .stat-icon{background:#f0fdf4;color:#22c55e}.stat-card.purple .stat-icon{background:#f5f3ff;color:#8b5cf6}.stat-card.orange .stat-icon{background:#fff7ed;color:#f97316}.stat-card.pink .stat-icon{background:#fdf2f8;color:#ec4899}.stat-card.red .stat-icon{background:#fef2f2;color:#ef4444}.stat-info{flex:1;display:flex;flex-direction:column;gap:4px}.stat-value{font-size:24px;font-weight:700;color:#111827}.stat-title{font-size:13px;color:#6b7280}.stat-change{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:600;padding:4px 8px;border-radius:6px}.stat-change.positive{background:#dcfce7;color:#16a34a}.stat-change.negative{background:#fee2e2;color:#dc2626}.dashboard-charts{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px;margin-bottom:32px}.chart-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.chart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.chart-header h3{font-size:16px;font-weight:600;color:#111827;margin:0}.chart-header svg{color:#9ca3af}.bar-chart{display:flex;align-items:flex-end;justify-content:space-between;height:200px;padding:0 10px}.bar-item{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1}.bar{width:100%;max-width:40px;background:linear-gradient(180deg,#3b82f6,#1d4ed8);border-radius:6px 6px 0 0;position:relative;min-height:20px;transition:all .3s ease}.bar.purple{background:linear-gradient(180deg,#8b5cf6,#6d28d9)}.bar:hover{transform:scaleY(1.05);transform-origin:bottom}.bar-value{position:absolute;top:-24px;left:50%;transform:translateX(-50%);font-size:11px;font-weight:600;color:#4b5563;opacity:0;transition:opacity .2s}.bar-item:hover .bar-value{opacity:1}.bar-label{font-size:12px;color:#6b7280}.recent-activity{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.activity-header{margin-bottom:20px}.activity-header h3{font-size:16px;font-weight:600;color:#111827;margin:0}.activity-list{display:flex;flex-direction:column;gap:16px}.activity-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f9fafb;border-radius:10px;border:1px solid #f3f4f6}.activity-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.activity-dot.user{background:#3b82f6}.activity-dot.room{background:#22c55e}.activity-dot.report{background:#f97316}.activity-text{flex:1;font-size:14px;color:#374151}.activity-time{font-size:12px;color:#9ca3af}.admin-error,.admin-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}.loading-spinner{width:40px;height:40px}.admin-error p,.admin-loading p{color:#6b7280;font-size:14px}.admin-error button{padding:10px 20px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;font-weight:500;cursor:pointer}@media (max-width:1024px){.stat-cards{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.dashboard-charts{grid-template-columns:1fr}.stat-cards{grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{padding:16px}.stat-value{font-size:20px}}@media (max-width:480px){.stat-cards{grid-template-columns:1fr}.chart-card{padding:16px}.page-header h1{font-size:24px}}.admin-logs{max-width:1400px}.logs-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:16px;flex-wrap:wrap}.search-box{position:relative;flex:1;max-width:400px}.search-box svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af}.search-box input{width:100%;padding:10px 12px 10px 40px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;font-size:14px;box-shadow:0 1px 2px rgba(0,0,0,.05)}.filters select{border-radius:8px}.logs-list{display:flex;flex-direction:column;gap:12px}.log-item{display:flex;align-items:center;gap:16px;padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:all .2s}.log-item:hover{background:#f9fafb;border-color:#d1d5db}.log-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.log-icon.system{background:#eff6ff;color:#3b82f6}.log-icon.user{background:#f0fdf4;color:#22c55e}.log-icon.error{background:#fef2f2;color:#ef4444}.log-icon.warning{background:#fffbeb;color:#f59e0b}.log-content{flex:1}.log-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.log-action{font-weight:600;color:#111827;font-size:15px}.log-date{font-size:12px;color:#9ca3af}.log-details{color:#4b5563;font-size:14px}.log-details span{font-weight:500;color:#1f2937}.admin-ranks{max-width:1200px}.ranks-toolbar{display:flex;justify-content:flex-end;margin-bottom:24px}.btn-create-rank{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#111827;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.btn-create-rank:hover{background:#1f2937}.ranks-list{display:flex;flex-direction:column;gap:16px}.rank-item{justify-content:space-between;padding:20px 24px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.rank-info,.rank-item{display:flex;align-items:center}.rank-info{gap:16px}.rank-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f9fafb;border-radius:10px;border:1px solid #e5e7eb}.rank-icon img{width:32px;height:32px;-o-object-fit:contain;object-fit:contain}.rank-details h3{margin:0 0 4px;font-size:16px;font-weight:600;color:#111827}.rank-details p{margin:0;font-size:13px;color:#6b7280}.rank-permissions{display:flex;gap:8px}.perm-badge{padding:4px 8px;background:#f3f4f6;color:#4b5563;border-radius:6px;font-size:11px;font-weight:600;text-transform:uppercase}.rank-actions{display:flex;gap:8px}.action-btn{width:36px;height:36px}.modal{box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.modal h2{font-size:20px;font-weight:700;color:#111827;margin-bottom:24px}.form-group{margin-bottom:16px}.form-group label{font-size:14px;font-weight:500;color:#374151}.form-group input,.form-group textarea{width:100%;padding:10px;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#1f2937;font-size:14px}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#6366f1;ring:2px solid rgba(99,102,241,.1)}.permissions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:8px;padding:16px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.permission-checkbox{display:flex;align-items:center;gap:8px;font-size:13px;color:#374151;cursor:pointer}.permission-checkbox input{width:16px;height:16px;border-radius:4px;accent-color:#6366f1}.modal-actions{margin-top:24px}.btn-save{background:#111827}.admin-reports{max-width:1200px}.page-header{margin-bottom:24px}.page-header h1{font-size:24px;font-weight:700;color:#111827;margin-bottom:4px}.page-header p{color:#6b7280;font-size:14px}.reports-toolbar{margin-bottom:24px}.reports-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.report-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.05);display:flex;flex-direction:column;gap:16px;transition:all .2s}.report-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.05)}.report-header{display:flex;justify-content:space-between;align-items:flex-start}.reporter-info{display:flex;align-items:center;gap:10px}.avatar-placeholder{width:36px;height:36px;border-radius:50%;background:#f3f4f6;color:#6b7280;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.reporter-name{display:block;font-weight:600;color:#111827;font-size:14px}.report-date{font-size:12px;color:#9ca3af}.status-badge{padding:4px 10px;border-radius:99px;font-size:11px;font-weight:600}.status-badge.pending{background:#fef3c7;color:#d97706}.status-badge.resolved{background:#dcfce7;color:#16a34a}.status-badge.dismissed{background:#f3f4f6;color:#4b5563}.report-content{flex:1;display:flex;flex-direction:column;gap:8px;padding:12px;background:#f9fafb;border-radius:8px;border:1px solid #f3f4f6}.report-reason{display:flex;align-items:center;gap:6px;font-weight:600;color:#ef4444;font-size:14px}.report-desc{font-size:13px;color:#4b5563;line-height:1.5}.reported-target{margin-top:4px;font-size:13px;display:flex;gap:4px}.reported-target .label{color:#6b7280}.reported-target .target-name{color:#111827;font-weight:500}.report-actions{display:flex;justify-content:flex-end;gap:8px;border-top:1px solid #e5e7eb;padding-top:16px}.action-btn{background:#fff}.action-btn:hover{background:#f9fafb}.action-btn.resolve:hover{color:#16a34a;border-color:#86efac;background:#f0fdf4}.action-btn.ban:hover{color:#f97316;border-color:#fdba74;background:#fff7ed}.action-btn.delete:hover{color:#ef4444;border-color:#fca5a5;background:#fef2f2}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;text-align:center}.empty-state svg{color:#e5e7eb;margin-bottom:16px}.empty-state h3{font-size:18px;color:#111827;margin-bottom:4px}.empty-state p{color:#6b7280}.loading-state{display:flex;justify-content:center;padding:60px}.spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#6366f1;border-radius:50%;animation:spin 1s linear infinite}.admin-rooms{max-width:1400px}.rooms-toolbar{display:flex;align-items:center;gap:16px;margin-bottom:24px;flex-wrap:wrap}.rooms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.room-card{background:#ffffff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;position:relative;transition:all .3s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.room-card:hover{transform:translateY(-4px);border-color:#667eea;box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.room-card.inactive{opacity:.6}.room-header{justify-content:space-between;margin-bottom:16px}.room-header,.room-icon{display:flex;align-items:center}.room-icon{justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border-radius:12px;color:#6366f1}.room-status .status{font-size:11px;font-weight:600;padding:4px 10px;border-radius:6px;text-transform:uppercase}.room-status .status.active{background:rgba(34,197,94,.2);color:#4ade80}.room-status .status.inactive{background:rgba(107,114,128,.2);color:#9ca3af}.room-name{font-size:16px;font-weight:600;color:#111827;margin:0 0 12px}.room-meta{margin-bottom:16px}.mode-badge{display:inline-block;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:500}.mode-badge.public{background:rgba(34,197,94,.2);color:#4ade80}.mode-badge.private{background:rgba(139,92,246,.2);color:#a78bfa}.mode-badge.password{background:rgba(249,115,22,.2);color:#fb923c}.mode-badge.invite{background:rgba(59,130,246,.2);color:#60a5fa}.room-stats{gap:16px;margin-bottom:16px}.room-stats,.room-stats .stat{display:flex;align-items:center}.room-stats .stat{gap:6px;font-size:13px;color:#4b5563}.room-stats .stat svg{color:#9ca3af}.room-footer{padding-top:12px;border-top:1px solid #f3f4f6}.room-date{font-size:12px;color:#9ca3af}.room-actions{position:absolute;top:16px;right:16px;display:flex;gap:6px;opacity:0;transition:opacity .2s}.room-card:hover .room-actions{opacity:1}.room-actions .action-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:rgba(0,0,0,.4);backdrop-filter:blur(4px);border:none;border-radius:6px;color:rgba(255,255,255,.7);cursor:pointer;transition:all .2s}.room-actions .action-btn:hover{background:rgba(255,255,255,.1);color:#fff}.room-actions .action-btn.deactivate:hover{background:rgba(249,115,22,.3);color:#fb923c}.room-actions .action-btn.activate:hover{background:rgba(34,197,94,.3);color:#4ade80}.room-actions .action-btn.delete:hover{background:rgba(239,68,68,.3);color:#f87171}.action-btn svg{stroke:currentColor;fill:none}.grid-loading{grid-column:1/-1;display:flex;align-items:center;justify-content:center;padding:80px}@media (max-width:768px){.rooms-grid{grid-template-columns:1fr}.room-actions{opacity:1}}.modal-overlay{top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);backdrop-filter:blur(5px)}.modal{background:#ffffff;width:90%;max-width:500px;max-height:90vh;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #f3f4f6}.modal-header h3{margin:0;color:#111827;font-weight:700}.close-btn{background:none;border:none;color:#666;font-size:24px;cursor:pointer}.close-btn:hover{color:white}.modal-tabs{display:flex;gap:10px;margin-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1px}.modal-tabs button{background:none;color:#888;padding:8px 12px;cursor:pointer;font-size:14px;display:flex;align-items:center;gap:6px;border:none;border-bottom:2px solid transparent;transition:all .2s}.modal-tabs button.active{color:#667eea;border-bottom-color:#667eea}.modal-tabs button:hover{color:#ccc}.modal-content-scroll{overflow-y:auto;padding-right:10px;flex:1}.form-group{margin-bottom:15px}.form-group label{display:block;color:#ccc;margin-bottom:6px;font-size:13px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 12px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:white;font-size:14px;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;background:rgba(255,255,255,.08)}.row{display:flex;gap:15px}.half{flex:1}.modal-actions{margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);gap:10px}.btn-cancel{background:transparent;border:1px solid rgba(255,255,255,.2);color:white}.btn-save{background:linear-gradient(135deg,#667eea,#764ba2);color:white;font-weight:500}.badge.order{background:rgba(255,215,0,.15);color:#ffd700;padding:2px 8px;border-radius:4px;font-size:11px;margin-left:8px}.stat.owner{color:#a78bfa}@media (max-width:1200px){.rooms-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.rooms-grid{grid-template-columns:1fr}.room-card{padding:16px}.rooms-toolbar{flex-direction:column;align-items:stretch;gap:12px}.search-box{max-width:100%}}.admin-settings{max-width:1000px}.admin-settings .page-header{margin-bottom:32px}.admin-settings .page-header h1{font-size:24px;font-weight:700;color:#111827;margin-bottom:4px}.admin-settings .page-header p{color:#6b7280;font-size:14px}.settings-tabs{display:flex;gap:8px;padding:4px;background:#f3f4f6;border-radius:12px;margin-bottom:32px;overflow-x:auto}.settings-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border:none;border-radius:8px;background:transparent;color:#6b7280;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s;white-space:nowrap}.settings-tab:hover{color:#1f2937;background:rgba(0,0,0,.05)}.settings-tab.active{background:#fff;color:#6366f1;box-shadow:0 1px 3px rgba(0,0,0,.1)}.settings-tab.active[data-tab=general]{color:#6366f1}.settings-tab.active[data-tab=security]{color:#ef4444}.settings-tab.active[data-tab=features]{color:#10b981}.settings-tab.active[data-tab=seo]{color:#f59e0b}.settings-section{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.section-header{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.section-header h2{font-size:18px;font-weight:600;color:#111827;margin-bottom:4px;display:flex;align-items:center;gap:8px}.section-header p{font-size:13px;color:#6b7280}.settings-grid{display:grid;gap:24px}.setting-item{display:grid;grid-template-columns:1fr 200px;gap:20px;align-items:center}.setting-info label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:4px}.setting-info p{font-size:13px;color:#6b7280;line-height:1.4}.setting-control input[type=number],.setting-control input[type=text],.setting-control select,.setting-control textarea{width:100%;padding:10px 12px;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#111827;font-size:14px;transition:all .2s}.setting-control input:focus,.setting-control select:focus,.setting-control textarea:focus{outline:none;border-color:#6366f1;ring:2px solid rgba(99,102,241,.1)}.toggle-switch{display:flex;align-items:center;gap:12px;cursor:pointer}.toggle-bg{width:44px;height:24px;background:#e5e7eb;border-radius:99px;position:relative;transition:background .3s}.toggle-switch.active .toggle-bg{background:#10b981}.toggle-knob{width:18px;height:18px;background:#fff;border-radius:50%;position:absolute;top:3px;left:3px;transition:transform .3s;box-shadow:0 1px 2px rgba(0,0,0,.2)}.toggle-switch.active .toggle-knob{transform:translateX(20px)}.toggle-label{font-size:14px;color:#374151;font-weight:500}.settings-actions{position:sticky;bottom:24px;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border:1px solid #e5e7eb;padding:16px 24px;border-radius:12px;display:flex;justify-content:flex-end;gap:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);margin-top:40px;max-width:1000px}.btn-reset{padding:10px 20px;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#4b5563;font-weight:500;cursor:pointer}.btn-save{padding:10px 24px;background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;border-radius:8px;color:#fff;font-weight:600;cursor:pointer;box-shadow:0 2px 4px rgba(79,70,229,.2);display:flex;align-items:center;gap:8px}.btn-save:hover{box-shadow:0 4px 6px rgba(79,70,229,.3)}.admin-users{max-width:1400px}.users-toolbar{gap:16px;margin-bottom:24px;flex-wrap:wrap}.search-form,.users-toolbar{display:flex;align-items:center}.search-form{gap:12px;padding:10px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex:1;max-width:400px;box-shadow:0 1px 2px rgba(0,0,0,.05)}.search-form input{flex:1;background:transparent;border:none;outline:none;color:#1f2937;font-size:14px}.search-form svg{color:#9ca3af}.filters select{padding:10px 16px;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.05)}.filters select,.filters select option{background:#fff;color:#374151}.filters{gap:12px}.btn-create-user,.filters{display:flex;align-items:center}.btn-create-user{gap:8px;padding:10px 16px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:10px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;box-shadow:0 2px 4px rgba(99,102,241,.2);transition:all .2s}.btn-create-user:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(99,102,241,.3)}.user-cards-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.user-row-card{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:all .2s}.user-row-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.05);border-color:#d1d5db}.user-row-card.banned{background:#fef2f2;border-color:#fca5a5}.user-card-left{display:flex;align-items:center;gap:12px}.user-avatar{width:48px;height:48px;border-radius:50%;background:#f3f4f6;-o-object-fit:cover;object-fit:cover}.user-info{flex-direction:column;gap:2px}.user-header,.user-info{display:flex;min-width:0}.user-header{align-items:center;gap:6px}.username{font-weight:600;color:#111827;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.user-meta{display:flex;gap:8px}.user-card-actions{display:flex;gap:6px}.action-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;transition:all .2s}.action-btn:hover{background:#f3f4f6;border-color:#d1d5db;color:#374151}.action-btn.edit-btn:hover{color:#6366f1;background:#eef2ff;border-color:#c7d2fe}.action-btn.ban-btn:hover{color:#f97316;background:#ffedd5;border-color:#fed7aa}.action-btn.unban-btn{color:#10b981;background:#ecfdf5;border-color:#6ee7b7}.action-btn.kick-btn:hover{color:#ef4444;background:#fee2e2;border-color:#fca5a5}.role-badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600}.role-badge.gold{background:#fef3c7;color:#d97706}.role-badge.red{background:#fee2e2;color:#dc2626}.role-badge.purple{background:#ede9fe;color:#7c3aed}.role-badge.blue{background:#dbeafe;color:#2563eb}.role-badge.green{background:#dcfce7;color:#16a34a}.role-badge.gray{background:#f3f4f6;color:#4b5563}.pagination{gap:16px;margin-top:24px}.pagination,.pagination button{display:flex;align-items:center;justify-content:center}.pagination button{width:36px;height:36px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;transition:all .2s;box-shadow:0 1px 2px rgba(0,0,0,.05)}.pagination button:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.pagination button:disabled{opacity:.5;cursor:not-allowed;background:#f3f4f6}.pagination span{font-size:14px;color:#6b7280}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;width:100%;max-width:400px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.modal h3{font-size:18px;color:#111827;margin:0 0 8px}.modal p{font-size:14px;color:#6b7280;margin:0 0 16px}.modal textarea{width:100%;min-height:100px;padding:12px;background:#f9fafb;border:1px solid #d1d5db;border-radius:10px;color:#111827;font-size:14px;resize:vertical;margin-bottom:16px}.modal textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px rgba(99,102,241,.1)}.modal-actions{display:flex;justify-content:flex-end;gap:12px}.btn-cancel{padding:10px 20px;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-weight:500;transition:all .2s}.btn-cancel:hover{background:#f9fafb;border-color:#9ca3af}.btn-ban{padding:10px 20px;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:8px;color:#fff;font-weight:500;cursor:pointer;box-shadow:0 2px 4px rgba(239,68,68,.2)}.btn-ban:hover{box-shadow:0 4px 6px rgba(239,68,68,.3)}.table-loading{display:flex;align-items:center;justify-content:center;padding:60px}.loading-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#6366f1;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:1024px){.user-cards-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.admin-users{padding:12px!important}.user-cards-container{grid-template-columns:1fr}.users-toolbar{flex-direction:column;align-items:stretch}.search-form{max-width:100%}}@media (max-width:480px){.user-card-actions{flex-wrap:wrap}.action-btn{flex:1;min-width:40px}}