@tailwind base;@tailwind components;@tailwind utilities;:root{--background: #000000;--foreground: #ffffff;--muted: #a1a1aa;--border: #27272a}body{background-color:var(--background);color:var(--foreground);font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6,.display{font-family:Space Grotesk,sans-serif}.scanlines:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(to bottom,#fff0,#fff0 50%,#0003 50%,#0003);background-size:100% 4px;pointer-events:none;z-index:999;opacity:.6}.hairline{height:1px;background-color:var(--border);width:100%}.reveal-line{overflow:hidden;display:inline-block;line-height:1.1}.reveal-line span{display:inline-block;transform:translateY(100%);opacity:0}.premium-card{background-color:#09090b;border:1px solid var(--border);transition:background-color .4s ease,border-color .4s ease}.premium-card:hover{background-color:#18181b;border-color:#3f3f46}
