@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{@keyframes scan{0%{top:0%;opacity:0}5%{opacity:1}95%{opacity:1}to{top:100%;opacity:0}}.animate-scan{animation:scan 3s ease-in-out infinite}.shadow-scan{box-shadow:0 0 15px 2px #ff6b0099}.shadow-scan-blue{box-shadow:0 0 15px 2px #0096ff99}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px;border:1px solid rgba(0,0,0,.05)}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#0003}}
