* { font-family: 'Vazirmatn', sans-serif; }
body { background: #030712; }
.glow-blue { box-shadow: 0 0 25px rgba(59, 130, 246, 0.2); }
.glow-gold { box-shadow: 0 0 25px rgba(245, 158, 11, 0.2); }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #1f2937; }
::-webkit-scrollbar-thumb { background: #4b5563; border-radius: 3px; }
.tab-content { display: none; }
.tab-content.active { display: block; }

/* استایل‌های ادمین */
.input-style { width:100%; background:rgba(0,0,0,0.2); padding:0.75rem 1rem; border-radius:0.75rem; border:1px solid rgba(255,255,255,0.1); outline:none; font-size:0.875rem; transition:all 0.3s; color:white; }
.input-style:focus { border-color:#6366f1; }
.btn-primary { background:linear-gradient(to left,#4f46e5,#7c3aed); padding:0.75rem; border-radius:0.75rem; font-weight:bold; transition:all 0.3s; width:100%; color:white; }
.btn-primary:hover { opacity:0.9; }
.action-btn { padding:0.25rem 0.75rem; border-radius:0.5rem; font-size:0.75rem; font-weight:bold; transition:all 0.2s; }