@import"https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=Bebas+Neue&display=swap";body{margin:0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0a0a0a;--fg: #f0ede6;--accent: #e8c547;--dim: #3a3a3a;--hero-size: clamp(5rem, 14vw, 11rem);--hero-text-height: calc(var(--hero-size) * 1.6)}body{background:var(--bg);color:var(--fg);font-family:Space Mono,monospace;height:100vh;overflow:hidden}.container{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;border:8px solid var(--dim)}.noise{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;opacity:.4}.content{text-align:left;max-width:640px;padding:2rem;animation:fadeIn 1s ease both;display:inline-table}.badge{font-size:.7rem;letter-spacing:.2em;color:var(--accent);margin-bottom:1.5rem;display:flex;align-items:center;gap:.4rem}.hero{display:flex;align-items:center;gap:1rem}.logo{height:var(--hero-text-height);width:auto;flex-shrink:0;padding-bottom:1.5rem}h1{font-family:Bebas Neue,sans-serif;font-size:var(--hero-size);line-height:.9;letter-spacing:-.02em;color:var(--fg);margin-bottom:2rem}.sub{font-size:.78rem;color:#888;letter-spacing:.05em;margin-bottom:3rem;line-height:1.8}.bar{width:100%;height:2px;background:var(--dim);overflow:hidden}.fill{height:100%;width:40%;background:var(--accent);animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{width:30%;opacity:.6}50%{width:70%;opacity:1}}@keyframes fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
