@tailwind base;@tailwind components;@tailwind utilities;:root{--primary: #3b82f6;--primary-dark: #2563eb;--secondary: #8b5cf6;--success: #10b981;--danger: #ef4444;--warning: #f59e0b;--info: #06b6d4}[dir=rtl]{direction:rtl}[dir=rtl] .ml-auto{margin-left:0;margin-right:auto}[dir=rtl] .mr-auto{margin-right:0;margin-left:auto}*{transition:background-color .2s ease,color .2s ease,border-color .2s ease}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.gradient-primary{background:linear-gradient(135deg,#667eea,#764ba2)}.gradient-success{background:linear-gradient(135deg,#10b981,#059669)}.gradient-blue{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.card-hover{transition:transform .3s ease,box-shadow .3s ease}.card-hover:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.btn{@apply px-6 py-3 rounded-lg font-semibold transition-all duration-200;}.btn-primary{@apply bg-blue-600 text-white hover:bg-blue-700 active:scale-95;}.btn-secondary{@apply bg-gray-600 text-white hover:bg-gray-700 active:scale-95;}.btn-success{@apply bg-green-600 text-white hover:bg-green-700 active:scale-95;}.spinner{border:3px solid #f3f4f6;border-top:3px solid #3b82f6;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.slide-in{animation:slideIn .5s ease-out}@keyframes slideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.pulse-slow{animation:pulse 3s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.badge{@apply px-3 py-1 rounded-full text-xs font-medium;}.badge-success{@apply bg-green-100 text-green-800;}.badge-warning{@apply bg-yellow-100 text-yellow-800;}.badge-error{@apply bg-red-100 text-red-800;}.badge-info{@apply bg-blue-100 text-blue-800;}.form-input{@apply w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent;}.form-label{@apply block text-sm font-medium text-gray-700 mb-2;}.alert{@apply px-4 py-3 rounded-lg mb-4;}.alert-success{@apply bg-green-50 border border-green-200 text-green-800;}.alert-error{@apply bg-red-50 border border-red-200 text-red-800;}.alert-warning{@apply bg-yellow-50 border border-yellow-200 text-yellow-800;}.alert-info{@apply bg-blue-50 border border-blue-200 text-blue-800;}.shadow-soft{box-shadow:0 2px 8px #00000014}.shadow-medium{box-shadow:0 4px 16px #0000001f}.shadow-hard{box-shadow:0 8px 24px #00000029}.glass{background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}@media(prefers-color-scheme:dark){.dark-mode-auto{background-color:#1f2937;color:#f9fafb}}
