*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#ed2f75 0%,#df3a76 100%);justify-content:center;align-items:center;width:100vw;height:100vh;margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;overflow:hidden}#root,.coming-soon-wrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.coming-soon-image{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100vh;animation:1s cubic-bezier(.16,1,.3,1) forwards fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
