.page-container{background:#000;width:100vw;min-height:100vh;position:relative;overflow:hidden}.black-background{z-index:0;background:#000;width:100%;height:100%;position:absolute;top:0;left:0}.vanta-halo-background{z-index:2;pointer-events:auto;width:100vw;min-width:100vw;height:100vh;min-height:100vh;position:absolute;top:0;left:0}.main-content{z-index:10;flex-direction:column;justify-content:center;align-items:center;gap:3rem;min-height:100vh;padding:4rem 2rem;display:flex;position:relative}.logo-container{z-index:20;opacity:0;justify-content:center;align-items:center;animation:1s ease-out forwards fadeInUp;display:flex}.logo-image{filter:drop-shadow(0 0 20px #ffffff1a);width:100%;max-width:400px;height:auto}.deploy-text{font-family:var(--font-allroundgothic),Arial,Helvetica,sans-serif;letter-spacing:.2em;text-align:center;color:#fff;text-transform:uppercase;z-index:20;text-shadow:0 0 20px #ffffff4d;opacity:0;font-size:clamp(.956rem,2.55vw,1.913rem);font-weight:400;animation:1s ease-out forwards fadeInUp,2s ease-in-out 1s infinite pulse}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}@media (max-width:768px){.logo-image{max-width:250px}.deploy-text{letter-spacing:.1em;font-size:clamp(.638rem,3.188vw,.956rem)}}
