@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap");*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:#0b0f19;color:#f8fafc;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.hero-container{text-align:center;position:relative;z-index:1}.glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;background:radial-gradient(circle,rgba(59,130,246,.35) 0,rgba(147,51,234,.15) 50%,transparent 70%);filter:blur(60px);z-index:-1}h1.brand-title{font-size:4rem;font-weight:800;letter-spacing:-.05em;background:linear-gradient(135deg,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}p.brand-subtitle{font-size:1.125rem;color:#64748b;font-weight:400;letter-spacing:.2em;text-transform:uppercase}