@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800;900&display=swap";:root{--font-display: "Archivo", system-ui, -apple-system, sans-serif;--font-body: "Archivo", system-ui, -apple-system, sans-serif;--bg-color: #050505;--text-main: #FFFFFF;--text-muted: #888888;--btn-primary-bg: #0047FF;--btn-primary-text: #FFFFFF;--spotlight-color: rgba(255, 255, 255, .07)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-color);color:var(--text-main);line-height:1.2;-webkit-font-smoothing:antialiased;min-height:100vh;overflow:hidden;position:relative}.noise-overlay{background:none;pointer-events:none;z-index:2}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100vh;z-index:-1;background-image:repeating-linear-gradient(90deg,transparent,transparent 196px,rgba(255,255,255,.07) 200px);-webkit-mask-image:radial-gradient(circle at center,transparent 0%,transparent 20%,black 50%);mask-image:radial-gradient(circle at center,transparent 0%,transparent 20%,black 50%)}#app{position:relative;z-index:10;display:flex;min-height:100vh;padding:4vw;align-items:center;text-align:center}.main-content{width:100%;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero{display:flex;flex-direction:column;gap:4rem;align-items:center}.hero-title{font-family:var(--font-display);font-size:clamp(4rem,12vw,9rem);font-weight:500;text-transform:uppercase;line-height:.88;letter-spacing:-.02em;display:flex;flex-direction:column;align-items:center}.hero-title .line{display:block;background:linear-gradient(110deg,var(--text-main) 0%,var(--text-main) 45%,var(--text-muted) 60%,var(--text-muted) 100%);background-size:300% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:liquidFill 4s cubic-bezier(.4,0,.2,1) 1 forwards;background-position:100% 0%}.hero-title .line:nth-child(1){animation-delay:.2s}.hero-title .line:nth-child(2){animation-delay:.8s}.hero-title .line:nth-child(3){animation-delay:1.4s}@keyframes liquidFill{0%{background-position:100% 0%}to{background-position:0% 0%}}.hero-footer{display:flex;flex-direction:column;align-items:center;justify-content:center;border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;max-width:600px;width:100%}.sub-label{font-family:var(--font-display);font-size:.875rem;text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;margin-right:0;margin-bottom:2rem;font-weight:600}.cta-group{display:flex;align-items:center;gap:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 28px;font-weight:700;font-size:.95rem;text-decoration:none;transition:transform .2s ease;font-family:var(--font-display);letter-spacing:-.02em;line-height:1;cursor:pointer;position:relative;z-index:20}.btn-primary{background-color:var(--btn-primary-bg);color:var(--btn-primary-text);border-radius:2px;border:none}.btn-primary:hover{transform:translateY(-2px)}.btn-icon-only{width:48px;padding:0;color:var(--text-main);border:1px solid rgba(255,255,255,.2);border-radius:2px}.btn-icon-only:hover{background:#ffffff1a;border-color:#ffffff80}@media(max-width:768px){#app{padding:2rem;align-items:flex-start;padding-top:20vh}.hero-footer{flex-direction:column;align-items:flex-start;gap:2rem}.cta-group{width:100%}.btn-primary{flex:1}}.logo-container{position:absolute;top:3vw;left:4vw;z-index:100}.logo{font-family:Archivo,sans-serif;font-weight:900;font-size:1.5rem;letter-spacing:-.02em;color:var(--text-main);text-transform:uppercase;text-decoration:none;-webkit-user-select:none;user-select:none}
