.settings-header-actions{position:relative;display:flex;align-items:center}.account-menu-container{position:relative}.account-menu-trigger{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 8px rgba(59,130,246,.3)}.account-menu-trigger:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:scale(1.05);box-shadow:0 4px 12px rgba(59,130,246,.4)}.account-menu-dropdown{position:absolute;top:100%;right:0;margin-top:8px;background:rgba(30,41,59,.95);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:8px;min-width:200px;box-shadow:0 8px 32px rgba(0,0,0,.3);z-index:1000;animation:dropdownSlide .2s ease-out}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.account-menu-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border:none;background:transparent;color:#e2e8f0;cursor:pointer;border-radius:8px;transition:all .2s ease;font-size:14px;width:100%;text-align:left}.account-menu-item:hover{background:rgba(59,130,246,.1);color:#3b82f6;transform:translateX(2px)}.account-menu-item.danger{color:#ef4444}.account-menu-item.danger:hover{background:rgba(239,68,68,.1);color:#dc2626}.settings-avatar-wrapper{position:relative;width:120px;height:120px;border-radius:50%;overflow:hidden;cursor:pointer;transition:transform .2s ease}.settings-avatar-wrapper:hover{transform:scale(1.05)}.settings-avatar-frame{position:absolute;top:-8px;left:-8px;width:136px;height:136px;z-index:2;pointer-events:none}.settings-avatar-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%;border:3px solid rgba(255,255,255,.1)}.settings-avatar-edit{position:absolute;bottom:4px;right:4px;width:32px;height:32px;background:rgba(59,130,246,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:12px;z-index:3;transition:all .2s ease}.settings-avatar-edit:hover{background:rgba(37,99,235,.9);transform:scale(1.1)}.settings-status-dot{position:absolute;bottom:6px;left:6px;width:16px;height:16px;border-radius:50%;border:2px solid rgba(30,41,59,.9);z-index:3}.settings-profile-info{flex:1;padding-left:24px;display:flex;flex-direction:column;gap:8px}.settings-flash-nick{max-height:40px;border-radius:8px;-o-object-fit:contain;object-fit:contain}.settings-profile-name{font-size:24px;font-weight:600;color:white;margin:0;transition:color .2s ease}.settings-rank-display{display:flex;align-items:center;gap:8px;margin-top:4px}.settings-rank-icon{width:20px;height:20px;-o-object-fit:contain;object-fit:contain}.settings-rank-symbol{font-size:16px;font-weight:800;padding:2px 6px;border-radius:4px;background:transparent;opacity:1;filter:none;transition:all .2s ease}.settings-rank-badge{font-size:12px;font-weight:500;padding:4px 8px;border-radius:12px;background:rgba(255,255,255,.1);color:white;transition:all .2s ease}.settings-status-selector{position:relative;margin-top:8px}.settings-status-trigger{display:flex;align-items:center;gap:8px;padding:8px 12px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#e2e8f0;cursor:pointer;transition:all .2s ease;font-size:14px}.settings-status-trigger:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2)}.settings-status-chevron{transition:transform .2s ease;margin-left:auto}.settings-status-chevron.open{transform:rotate(90deg)}.settings-status-dropdown{position:absolute;top:100%;left:0;margin-top:4px;background:rgba(30,41,59,.95);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:4px;min-width:180px;box-shadow:0 4px 16px rgba(0,0,0,.2);z-index:1000;animation:dropdownSlide .2s ease-out}.settings-status-option{display:flex;align-items:center;gap:8px;padding:8px 12px;border:none;background:transparent;color:#e2e8f0;cursor:pointer;border-radius:6px;transition:all .2s ease;font-size:14px;width:100%;text-align:left}.settings-status-option:hover{background:rgba(255,255,255,.1)}.settings-status-option.active{background:rgba(59,130,246,.2);color:#3b82f6}.modal-overlay{background:transparent;z-index:999}@media (max-width:768px){.settings-header{display:flex;align-items:center;justify-content:space-between;padding:16px}.account-menu-dropdown{right:-8px;min-width:180px}.settings-profile-card{flex-direction:column;align-items:center;text-align:center;gap:16px}.settings-profile-info{padding-left:0;width:100%}}.static-page{min-height:100vh;background:linear-gradient(180deg,#1a1a2e,#16162a);color:#fff}.static-header{display:flex;align-items:center;gap:16px;padding:16px 20px;background:rgba(26,26,46,.95);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.05);position:sticky;top:0;z-index:50}.static-header .back-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:rgba(255,255,255,.05);border:none;border-radius:50%;color:rgba(255,255,255,.8);cursor:pointer;transition:all .2s}.static-header .back-btn:hover{background:rgba(255,255,255,.1);color:#fff}.static-header h1{font-size:20px;font-weight:600;margin:0}.static-content{max-width:800px;margin:0 auto;padding:32px 20px 60px}.last-updated{font-size:13px;color:rgba(255,255,255,.4)}.last-updated,.static-content section{margin-bottom:32px}.static-content h2{font-size:18px;font-weight:600;color:#fff;margin:0 0 16px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1)}.static-content p{font-size:15px;line-height:1.7;color:rgba(255,255,255,.8);margin:0 0 12px}.static-content ul{margin:12px 0;padding-left:24px}.static-content li{font-size:14px;line-height:1.7;color:rgba(255,255,255,.7);margin-bottom:8px}.static-content li strong{color:#fff}.static-content a{color:#667eea;text-decoration:none}.static-content a:hover{text-decoration:underline}.help-search{margin-bottom:32px}.help-search input{width:100%;padding:14px 20px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:15px;outline:none;transition:all .2s}.help-search input:focus{border-color:rgba(102,126,234,.5);box-shadow:0 0 0 3px rgba(102,126,234,.1)}.help-search input::-moz-placeholder{color:rgba(255,255,255,.4)}.help-search input::placeholder{color:rgba(255,255,255,.4)}.faq-list{margin-bottom:40px}.faq-item{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:12px;margin-bottom:12px;overflow:hidden}.faq-item summary{padding:16px 20px;font-size:15px;font-weight:500;color:#fff;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:20px;color:rgba(255,255,255,.5);transition:transform .2s}.faq-item[open] summary:after{content:"−"}.faq-item[open] summary{border-bottom:1px solid rgba(255,255,255,.05)}.faq-item p{padding:16px 20px;margin:0;font-size:14px;color:rgba(255,255,255,.7);background:rgba(0,0,0,.2)}.help-contact{text-align:center;padding:40px 20px;background:rgba(102,126,234,.1);border-radius:16px;border:1px solid rgba(102,126,234,.2)}.help-contact h2{border:none;padding:0;margin-bottom:8px}.help-contact p{color:rgba(255,255,255,.6)}.contact-options{display:flex;gap:12px;justify-content:center;margin-top:20px;flex-wrap:wrap}.contact-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(102,126,234,.3)}@media (max-width:600px){.static-content{padding:20px 16px 40px}.contact-options{flex-direction:column}.contact-btn{justify-content:center}}.admin-dashboard{width:100%}.admin-dashboard .page-header,.stat-cards{margin-bottom:22px}.stat-cards{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.stat-card{position:relative;display:flex;min-height:142px;flex-direction:column;gap:16px;padding:18px;overflow:hidden;border:1px solid #e5e7eb;border-radius:16px;background:#ffffff;box-shadow:0 8px 26px rgba(15,23,42,.06)}.stat-card:before{content:"";position:absolute;inset:0 0 auto;height:4px}.stat-card.blue:before,.stat-card:before{background:#2563eb}.stat-card.green:before{background:#16a34a}.stat-card.purple:before{background:#7c3aed}.stat-card.orange:before{background:#f97316}.stat-card.pink:before{background:#db2777}.stat-card.red:before{background:#dc2626}.stat-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:13px;flex-shrink:0}.stat-card.blue .stat-icon{background:#eff6ff;color:#2563eb}.stat-card.green .stat-icon{background:#f0fdf4;color:#16a34a}.stat-card.purple .stat-icon{background:#f5f3ff;color:#7c3aed}.stat-card.orange .stat-icon{background:#fff7ed;color:#f97316}.stat-card.pink .stat-icon{background:#fdf2f8;color:#db2777}.stat-card.red .stat-icon{background:#fef2f2;color:#dc2626}.stat-info{display:flex;flex-direction:column;gap:4px}.stat-value{color:#101828;font-size:25px;font-weight:850;line-height:1}.stat-title{color:#667085;font-size:12px;font-weight:750;line-height:1.35}.stat-change{display:inline-flex;align-items:center;align-self:flex-start;gap:4px;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:850}.stat-change.positive{background:#ecfdf3;color:#027a48}.stat-change.negative{background:#fff1f3;color:#c01048}.dashboard-charts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:22px}.broadcast-section,.chart-card,.recent-activity{border:1px solid #e5e7eb;border-radius:18px;background:#ffffff;box-shadow:0 8px 26px rgba(15,23,42,.06)}.chart-card{padding:22px}.chart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.activity-header h3,.broadcast-heading h3,.chart-header h3{margin:0;color:#101828;font-size:16px;font-weight:850;letter-spacing:0}.chart-header svg{color:#98a2b3}.bar-chart{display:flex;align-items:flex-end;justify-content:space-between;height:210px;gap:10px;padding:12px 6px 0}.bar-item{display:flex;flex:1;min-width:0;flex-direction:column;align-items:center;gap:9px}.bar{position:relative;width:100%;max-width:42px;min-height:18px;border-radius:999px 999px 8px 8px;background:linear-gradient(180deg,#38bdf8,#2563eb);transition:transform .2s ease}.bar.purple{background:linear-gradient(180deg,#a78bfa,#7c3aed)}.bar:hover{transform:scaleY(1.04);transform-origin:bottom}.bar-value{position:absolute;top:-24px;left:50%;transform:translateX(-50%);color:#475467;font-size:11px;font-weight:800;opacity:0;transition:opacity .18s ease}.bar-item:hover .bar-value{opacity:1}.bar-label{color:#667085;font-size:12px;font-weight:750}.recent-activity{padding:22px;margin-bottom:22px}.activity-header{margin-bottom:16px}.activity-list{display:flex;flex-direction:column;gap:10px}.activity-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid #eef2f6;border-radius:13px;background:#f9fafb}.activity-dot{width:9px;height:9px;border-radius:999px;flex-shrink:0}.activity-dot.user{background:#2563eb}.activity-dot.room{background:#16a34a}.activity-dot.report{background:#f97316}.activity-text{flex:1;color:#344054;font-size:14px;line-height:1.4}.activity-time{color:#98a2b3;font-size:12px;font-weight:750}.broadcast-section{padding:22px}.broadcast-heading{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.broadcast-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 42px;border-radius:13px;color:#2563eb;background:#eff6ff}.broadcast-heading p{margin:4px 0 0;color:#667085;font-size:13px;line-height:1.4}.broadcast-status{margin-bottom:12px;padding:10px 12px;border-radius:12px;font-size:13px;font-weight:800}.broadcast-status.success{background:#ecfdf3;color:#027a48}.broadcast-status.error{background:#fff1f3;color:#c01048}.broadcast-form{display:grid;grid-template-columns:minmax(220px,1fr) 150px auto;gap:10px}.broadcast-form input,.broadcast-form select{min-height:42px;padding:10px 13px;border:1px solid #d9e0ea;border-radius:12px;background:#ffffff;color:#101828;font-size:14px}.broadcast-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 18px;border:none;border-radius:12px;background:linear-gradient(135deg,#2563eb,#0ea5e9);color:#ffffff;font-size:14px;font-weight:850;cursor:pointer;box-shadow:0 10px 22px rgba(37,99,235,.2)}.admin-error,.admin-loading{display:flex;min-height:420px;flex-direction:column;align-items:center;justify-content:center;gap:16px}.admin-error p,.admin-loading p{color:#667085;font-size:14px}.admin-error button{padding:10px 18px;border:none;border-radius:12px;background:#2563eb;color:#ffffff;font-weight:850;cursor:pointer}@media (max-width:1320px){.stat-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.broadcast-form,.dashboard-charts{grid-template-columns:1fr}}@media (max-width:640px){.stat-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.broadcast-section,.chart-card,.recent-activity,.stat-card{padding:16px;border-radius:15px}.stat-value{font-size:22px}.bar-chart{height:180px;gap:6px}}@media (max-width:430px){.stat-cards{grid-template-columns:1fr}.activity-item{align-items:flex-start;flex-wrap:wrap}}.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;box-shadow:0 0 0 3px rgba(99,102,241,.12)}.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:#ecfdf3;color:#027a48}.room-status .status.inactive{background:#f2f4f7;color:#475467}.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:#ecfdf3;color:#027a48}.mode-badge.private{background:#f4f3ff;color:#5925dc}.mode-badge.password{background:#fff7ed;color:#c2410c}.mode-badge.invite{background:#eff6ff;color:#1d4ed8}.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:#ffffff;border:1px solid #e5e7eb;border-radius:6px;color:#667085;cursor:pointer;transition:all .2s;box-shadow:0 8px 18px rgba(15,23,42,.08)}.room-actions .action-btn:hover{background:#f8fafc;color:#111827}.room-actions .action-btn.deactivate:hover{background:#fff7ed;color:#f97316}.room-actions .action-btn.activate:hover{background:#f0fdf4;color:#16a34a}.room-actions .action-btn.delete:hover{background:#fef2f2;color:#dc2626}.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:#667085;font-size:24px;cursor:pointer}.close-btn:hover{color:#111827}.modal-tabs{display:flex;gap:10px;margin-bottom:20px;border-bottom:1px solid #e5e7eb;padding-bottom:1px}.modal-tabs button{background:none;color:#667085;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:#111827}.modal-content-scroll{overflow-y:auto;padding-right:10px;flex:1}.form-group{margin-bottom:15px}.form-group label{display:block;color:#344054;margin-bottom:6px;font-size:13px;font-weight:700}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 12px;background:#ffffff;border:1px solid #d9e0ea;border-radius:8px;color:#111827;font-size:14px;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;background:#ffffff;box-shadow:0 0 0 3px rgba(102,126,234,.12)}.row{display:flex;gap:15px}.half{flex:1}.modal-actions{margin-top:20px;padding-top:20px;border-top:1px solid #e5e7eb;gap:10px}.btn-cancel{background:#ffffff;border:1px solid #d9e0ea;color:#344054}.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;box-shadow:0 0 0 3px rgba(99,102,241,.12)}.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)}@media (max-width:760px){.settings-tabs{gap:6px;margin-bottom:20px;padding-bottom:6px}.settings-tab{flex:0 0 auto;min-width:130px}.settings-section{padding:18px;border-radius:14px}.setting-item{grid-template-columns:1fr;gap:10px;align-items:stretch}.settings-actions{justify-content:stretch}.settings-actions button{flex:1}}.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}}