@tailwind base;@tailwind components;@tailwind utilities;body{background-color:#111827;color:#f3f4f6}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#1f2937}.custom-scrollbar::-webkit-scrollbar-thumb{background:#4b5563;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#6b7280}@keyframes scan-vertical{0%{top:0%;opacity:0}5%{opacity:1}90%{opacity:1}to{top:100%;opacity:0}}.animate-scan{animation:scan-vertical 2s cubic-bezier(.4,0,.2,1) infinite}.bg-grid-pattern{background-image:linear-gradient(rgba(232,60,105,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(232,60,105,.1) 1px,transparent 1px);background-size:20px 20px}
