@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-black text-green-500 antialiased overflow-x-hidden;font-family:Rajdhani,sans-serif;background-image:linear-gradient(#12101000 50%,#00000040 50%),linear-gradient(90deg,#ff00000f,#00ff0005);background-size:100% 2px,3px 100%;cursor:crosshair}h1,h2,h3,h4,h5,h6{font-family:Share Tech Mono,monospace;@apply uppercase tracking-widest;}}@layer utilities{.font-mono{font-family:Share Tech Mono,monospace}.text-tech{@apply text-green-500 font-mono tracking-widest uppercase;}.border-tech{@apply border border-green-900/50 relative;}.tech-card{background:linear-gradient(135deg,#001400e6,#000a00f2);box-shadow:0 0 15px #00ff000d;border:1px solid rgba(0,255,0,.1)}.tech-card:before{content:"";position:absolute;top:-1px;left:-1px;width:20px;height:20px;border-top:2px solid #22c55e;border-left:2px solid #22c55e}.tech-card:after{content:"";position:absolute;bottom:-1px;right:-1px;width:20px;height:20px;border-bottom:2px solid #22c55e;border-right:2px solid #22c55e}}.scanline{position:fixed;left:0;top:0;width:100%;height:100%;background:linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.5) 51%);background-size:100% 4px;pointer-events:none;z-index:100;opacity:.3}.crt-flicker{animation:flicker .15s infinite;pointer-events:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00ff0005;opacity:.1;z-index:90}@keyframes flicker{0%{opacity:.08}50%{opacity:.1}to{opacity:.08}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#131;border:1px solid #0f0}::-webkit-scrollbar-thumb:hover{background:#22c55e}
