@tailwind base;@tailwind components;@tailwind utilities;html,body{height:100%;margin:0;background-color:#000}:root{font-family:Fira Code,monospace}body{@apply bg-[#050505] text-red-600 overflow-hidden;background:radial-gradient(circle at center,#1a0505,#050505)}.scanline{background:linear-gradient(to bottom,transparent 0%,rgba(255,0,0,.05) 50%,transparent 100%);background-size:100% 4px;@apply fixed inset-0 pointer-events-none z-50;animation:scan 10s linear infinite}@keyframes scan{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}.cyber-border{clip-path:polygon(0% 0%,100% 0%,100% 90%,95% 100%,0% 100%)}
