@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100;200;300;400;500;600;700;800;900&display=swap");*{font-family:Vazirmatn,Vazir,Tahoma,Iranian Sans,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;box-sizing:border-box}body,html{direction:rtl}body{color:#fff!important;font-family:Vazirmatn,Vazir,Tahoma,Iranian Sans,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;min-height:100vh;text-align:right;margin:0;padding:0}.bg-gray-950,body{background-color:#0a0a0a!important}.bg-gray-900{background-color:#171717!important}.bg-gray-800{background-color:#262626!important}.bg-gray-700{background-color:#404040!important}.text-white{color:#fff!important}.text-gray-400{color:#a3a3a3!important}.text-gray-300{color:#d4d4d4!important}.text-gray-500{color:#737373!important}.border-gray-800{border-color:#262626!important}.border-gray-700{border-color:#404040!important}.bg-blue-600{background-color:#2563eb!important}.bg-blue-700{background-color:#1d4ed8!important}.text-blue-400{color:#60a5fa!important}.bg-green-600{background-color:#16a34a!important}.bg-green-700{background-color:#15803d!important}.bg-purple-600{background-color:#9333ea!important}.bg-purple-700{background-color:#7c3aed!important}.bg-yellow-600{background-color:#ca8a04!important}.bg-yellow-700{background-color:#a16207!important}.bg-red-600{background-color:#dc2626!important}.bg-red-700{background-color:#b91c1c!important}.flex{display:flex!important}.flex-1{flex:1 1!important}.flex-col{flex-direction:column!important}.items-center{align-items:center!important}.justify-between{justify-content:space-between!important}.justify-center{justify-content:center!important}.gap-2{gap:.5rem!important}.gap-3{gap:.75rem!important}.gap-4{gap:1rem!important}.gap-6{gap:1.5rem!important}.p-4{padding:1rem!important}.p-6{padding:1.5rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.mb-2{margin-bottom:.5rem!important}.mb-4{margin-bottom:1rem!important}.mb-6{margin-bottom:1.5rem!important}.mb-8{margin-bottom:2rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.font-bold{font-weight:700!important}.font-medium{font-weight:500!important}.rounded-lg{border-radius:.5rem!important}.rounded-2xl{border-radius:1rem!important}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)!important}.shadow-glow-md{box-shadow:0 0 16px rgba(59,130,246,.4)!important}.grid{display:grid!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.w-full{width:100%!important}.w-64{width:16rem!important}.h-8{height:2rem!important}.w-8{width:2rem!important}.min-h-screen{min-height:100vh!important}.fixed{position:fixed!important}.relative{position:relative!important}.absolute{position:absolute!important}.inset-0{inset:0!important}.z-40{z-index:40!important}.z-50{z-index:50!important}.transition-colors{transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-transform{transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.duration-300{transition-duration:.3s!important}.hover\:bg-blue-700:hover{background-color:#1d4ed8!important}.hover\:bg-gray-800:hover{background-color:#262626!important}.hover\:bg-gray-700:hover{background-color:#404040!important}.hover\:bg-gray-600:hover{background-color:#525252!important}.hover\:bg-green-700:hover{background-color:#15803d!important}.hover\:bg-purple-700:hover{background-color:#7c3aed!important}.hover\:bg-red-700:hover{background-color:#b91c1c!important}.animate-spin{animation:spin 1s linear infinite!important}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.border{border-width:1px!important}.border-2{border-width:2px!important}.border-t-transparent{border-top-color:transparent!important}@media (min-width:1024px){.lg\:p-8{padding:2rem!important}.lg\:mb-8{margin-bottom:2rem!important}.lg\:text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.lg\:text-base{font-size:1rem!important;line-height:1.5rem!important}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.lg\:gap-6{gap:1.5rem!important}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1f2937;border-radius:4px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#4f46e5,#7c3aed);border-radius:4px;border:1px solid #374151}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#6366f1,#8b5cf6)}::-webkit-scrollbar-corner{background:#1f2937}*{scrollbar-width:thin;scrollbar-color:#4f46e5 #1f2937}