@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply font-body bg-black text-white selection:bg-white selection:text-black;}}.terminal-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1px;background-color:#333;border:1px solid #333}.terminal-cell{background-color:#000;padding:1.5rem;display:flex;flex-direction:column;transition:all .2s cubic-bezier(.16,1,.3,1)}.terminal-cell:hover{background-color:#050505;@apply shadow-[inset_0_0_20px_rgba(255,255,255,.05)];}.vertical-label{writing-mode:vertical-rl;text-orientation:mixed;@apply flex items-center justify-center font-mono text-[9px] uppercase tracking-[.4em] text-gray-500 border-l border-white/10 pl-2;}.h1-hero{@apply font-display text-[10vw] leading-[.8] tracking-tighter uppercase italic;}.h2-terminal{@apply font-display text-3xl leading-none uppercase tracking-tighter mb-4;}.ticker-wrap{@apply overflow-hidden whitespace-nowrap bg-black border-y border-white/10 py-2;}.ticker-move{display:inline-block;animation:ticker 60s linear infinite}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.neon-red{@apply border-l-4 border-[#ff003c];}.neon-blue{@apply border-l-4 border-[#00f0ff];}.neon-pink{@apply border-l-4 border-[#ff00ff];}.neon-green{@apply border-l-4 border-[#39ff14];}#clock{@apply font-mono text-2xl tracking-widest text-white/80;}
