@tailwind base;@tailwind components;@tailwind utilities;@font-face{font-family:Helvetica Now Text;src:url(/fonts/helvetica-now-text-regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/helveticanowtext-bold-demo.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Text;src:url(/fonts/helveticanowtext-black-demo.ttf)format("truetype");font-weight:900;font-style:normal;font-display:swap}:root{--color-background:#000;--color-surface:#050505;--color-border:#1a1a1a;--color-border-subtle:#111;--color-text:#fff;--color-text-secondary:#888;--color-text-muted:#555;--font-primary:"Helvetica Now Text",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}@layer base{html{letter-spacing:-.01em;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;font-size:16px;line-height:1.5}@media (min-width:640px){html{font-size:17px}}h1,h2,h3,h4,h5,h6{letter-spacing:-.04em;font-weight:500}h1{letter-spacing:-.05em}}*{box-sizing:border-box;margin:0;padding:0}html,body{overscroll-behavior:none}body{font-family:var(--font-primary);background-color:var(--color-background);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--color-background)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}::selection{background-color:var(--color-text);color:var(--color-background)}.grid-pattern{background-image:linear-gradient(to right,var(--color-border-subtle)1px,transparent 1px),linear-gradient(to bottom,var(--color-border-subtle)1px,transparent 1px);background-size:60px 60px}.noise-overlay:before{content:"";pointer-events:none;opacity:.015;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100%;height:100%;position:fixed;top:0;left:0}@apply inline-flex items-center justify-center gap-2 px-6 py-3 bg-white text-black text-sm font-medium transition-all duration-200;@apply bg-gray-200;@apply inline-flex items-center justify-center gap-2 px-6 py-3 border border-white/20 text-white text-sm font-medium transition-all duration-200;@apply border-white/40 bg-white/5;@apply w-full h-px bg-gradient-to-r from-transparent via-white/10 to-transparent;
