.page{flex-direction:column;justify-content:center;align-items:center;gap:2rem;height:100%;display:flex}.logo{border-radius:50%;width:clamp(160px,30vw,320px);height:auto;animation:3s ease-in-out infinite glow-pulse}@keyframes glow-pulse{0%,to{filter:drop-shadow(0 0 12px #e8143c59)drop-shadow(0 0 4px #e8143c40);transform:scale(1)}50%{filter:drop-shadow(0 0 32px #e8143cb3)drop-shadow(0 0 12px #e8143c73);transform:scale(1.03)}}.coming-soon{color:#f2e6e8;letter-spacing:.15em;text-transform:uppercase;opacity:.85;margin:0;font-size:clamp(1.25rem,3vw,2rem)}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body{background-color:#0d0709;height:100%;margin:0;padding:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}#root{height:100vh}
