@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;width:100vw;font-family:Orbitron,sans-serif;background:linear-gradient(-45deg,#1f1c2c,#928dab,#2b5876,#4e4376);background-size:400% 400%;animation:gradientShift 10s ease infinite;overflow-x:hidden;display:flex;justify-content:center;align-items:center}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.coming-soon-container{display:flex;align-items:center;justify-content:center;padding:2rem;width:100%}.content{width:100%;max-width:720px;text-align:center;padding:2rem;background-color:#ffffff0d;border-radius:16px;box-shadow:0 4px 16px #0006;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:fadeIn 1.2s ease}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.content h1{font-size:3rem;margin-bottom:1rem;color:#fff}.content p{font-size:1.25rem;margin-bottom:2rem;color:#eaeaea}.countdown-boxes{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2rem}.box{background:#ffffff1a;border-radius:12px;padding:1rem 1.5rem;min-width:90px;transition:all .6s ease;display:flex;flex-direction:column;align-items:center;animation:pulseBox 4s ease-in-out infinite alternate}.box:hover{background:linear-gradient(135deg,#ffe066,#ff9a9e,#fad0c4);background-size:300% 300%;animation:boxHoverAnim 3s ease-in-out infinite;cursor:pointer}.box:hover .number,.box:hover .label{color:#222!important;transition:color .3s ease}@keyframes boxHoverAnim{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.number{font-size:2.5rem;color:#ffe066}.label{font-size:.9rem;color:#fffc}.countdown-complete{font-size:1.5rem;color:#90ee90;margin-top:1rem}.social-links{display:flex;gap:24px;justify-content:center}.social-links a{color:#fff;transition:color .3s,transform .2s}.social-links a:hover{color:#161616;transform:scale(1.01)}@media screen and (max-width: 768px){.content{padding:1.5rem}.content h1{font-size:2.2rem}.content p{font-size:1.1rem}.number{font-size:2rem}.box{min-width:75px;padding:.8rem}}@media screen and (min-width: 1200px){.content h1{font-size:3.5rem}.number{font-size:3rem}.label{font-size:1.1rem}}
