@import"https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..800;1,400..800&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap";:root{--bg: #eee;--fg: #000;--accent: #ff3333;--grain: rgba(0, 0, 0, .08);--font-heading: "Instrument Sans", sans-serif;--font-mono: "Space Mono", monospace}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg);color:var(--fg);font-family:var(--font-heading);-webkit-font-smoothing:grayscale;overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:10000;opacity:.1;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3%3Ffilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");background-repeat:repeat;filter:contrast(110%) brightness(100%)}h1,h2,h3{text-transform:uppercase;font-weight:800;line-height:.9;letter-spacing:-.05em}.mono{font-family:var(--font-mono);font-size:.8rem;letter-spacing:.05em}a{color:inherit;text-decoration:none;transition:all .2s ease}a:hover{opacity:.7}section{padding:4rem 2rem;min-height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.container{max-width:1200px;width:100%;margin:0 auto}.text-center{text-align:center}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.opacity-50{opacity:.5}.btn{background:var(--fg);color:var(--bg);padding:1rem 2rem;font-family:var(--font-mono);font-weight:700;text-transform:uppercase;border:none;cursor:pointer;transition:transform .1s ease;display:inline-block}.btn:active{transform:scale(.98)}.btn:hover{background:#222}.starburst{position:absolute;width:40px;height:40px;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0L24 16L40 20L24 24L20 40L16 24L0 20L16 16L20 0Z' fill='black'/%3E%3C/svg%3E");z-index:10}.sparkle-1{top:10%;left:10%}.sparkle-2{bottom:20%;right:5%}.sparkle-3{top:40%;right:15%;animation:pulse 2s infinite ease-in-out}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.5}to{transform:scale(1);opacity:1}}@media(max-width:768px){h1{font-size:3rem!important}}
