*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%;background:#000}body{font-family:Trispace,sans-serif}.hero{position:relative;width:100%;min-height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1}.hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:20px;padding:10px 24px 48px;text-align:center;max-width:900px}.logo{width:320px;height:auto}.title{margin:0;color:#eaeaea;font-family:Share Tech Mono,monospace;font-weight:600;font-size:72px;line-height:1.4;letter-spacing:.5px}.subtitle{margin:0;color:#ca62cb;font-family:Trispace,sans-serif;font-weight:500;font-style:italic;font-size:22px;line-height:1.65;letter-spacing:1.7px}.seats{margin:0;color:silver;font-family:Share Tech,monospace;font-weight:400;font-size:30px;line-height:1.3;letter-spacing:2.4px}.countdown-expired{color:#fff;font-family:Courier New,terminal,monaco,monospace;font-weight:600;font-size:30px;line-height:1.3}.cta{display:inline-block;padding:12px 24px;border:3px solid rgb(22,166,185);border-radius:3px;background:linear-gradient(#b74a8a,#f2295b);color:#fff;font-family:Share Tech Mono,monospace;font-weight:500;font-size:31px;text-decoration:none;transition:transform .15s ease}.cta:hover{animation:buzz .15s linear infinite}.signature{width:252.89px;height:auto;margin-top:8px}@keyframes buzz{0%{transform:translate(2px)}50%{transform:translate(-2px)}to{transform:translate(2px)}}@media (max-width: 1024px){.logo{width:270px}.title{font-size:48px}.seats,.cta{font-size:24px}.signature{width:270px}}@media (max-width: 767px){.logo{width:180px}.title{font-size:30px}.subtitle{font-size:16px}.seats{font-size:18px}.countdown-expired{font-size:22.8px}.cta{font-size:21px}.signature{width:210px}}
