*{box-sizing:border-box;margin:0;padding:0}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0a0a;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}body{min-height:100vh;margin:0}#root{min-height:100vh}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}}*{cursor:none!important}.custom-cursor,.custom-cursor-trail{pointer-events:none;z-index:9999;border-radius:50%;position:fixed;transform:translate(-50%,-50%)}.custom-cursor{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);width:12px;height:12px;transition:transform .1s;box-shadow:0 0 20px #667eeacc,0 0 40px #764ba299}.custom-cursor-trail{background:radial-gradient(circle,#667eea66 0%,#764ba233 50%,#0000 70%);border:2px solid #667eea80;width:40px;height:40px}.coming-soon-container:hover .custom-cursor{transform:translate(-50%,-50%)scale(1.5)}a:hover~.custom-cursor,button:hover~.custom-cursor,.countdown-item:hover~.custom-cursor,.feature:hover~.custom-cursor{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);transform:translate(-50%,-50%)scale(2);box-shadow:0 0 25px #f093fbe6,0 0 50px #f5576cb3}.coming-soon-container{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.animated-bg{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.gradient-orb{filter:blur(80px);opacity:.6;border-radius:50%;animation:20s ease-in-out infinite float;position:absolute}.orb-1{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);width:500px;height:500px;animation-delay:0s;top:-250px;left:-250px}.orb-2{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);width:400px;height:400px;animation-delay:5s;bottom:-200px;right:-200px}.orb-3{background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%);width:350px;height:350px;animation-delay:10s;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(100px,-100px)scale(1.1)}66%{transform:translate(-100px,100px)scale(.9)}}.content{z-index:1;text-align:center;width:100%;max-width:900px;padding:2rem;position:relative}.logo{filter:drop-shadow(0 10px 30px #667eea4d);width:100%;max-width:350px;height:auto;margin-bottom:2rem;animation:1.2s cubic-bezier(.34,1.56,.64,1) logoEntrance}@keyframes logoEntrance{0%{opacity:0;transform:scale(.5)translateY(-50px)}to{opacity:1;transform:scale(1)translateY(0)}}.title{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.title-main{color:#fff;letter-spacing:-1px;text-shadow:-1px -1px #ffffff80,1px 1px #667eeacc,2px 2px #764ba2b3,3px 3px #f093fb99,4px 4px 10px #667eea80,0 0 30px #667eea66;font-size:3.5rem;font-weight:800;animation:.8s cubic-bezier(.34,1.56,.64,1) .3s both titleSlideIn}.title-sub{color:#fff;letter-spacing:-.5px;text-shadow:-1px -1px #ffffff80,1px 1px #f5576ccc,2px 2px #4facfeb3,3px 3px #f5576c99,4px 4px 10px #4facfe80,0 0 30px #4facfe66;font-size:2.5rem;font-weight:600;animation:.8s cubic-bezier(.34,1.56,.64,1) .5s both titleSlideIn}@keyframes titleSlideIn{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.description{color:#ffffffb3;max-width:700px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.8;animation:.8s ease-out .7s both fadeInUp}.countdown{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:3rem;animation:.8s ease-out .9s both fadeInUp;display:flex}.countdown-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;align-items:center;min-width:100px;padding:1.5rem 1rem;transition:all .3s;display:flex}.countdown-item:hover{background:#ffffff14;border-color:#667eea80;transform:translateY(-5px);box-shadow:0 10px 30px #667eea33}.countdown-value{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3rem;font-weight:700;line-height:1}.countdown-label{color:#fff9;text-transform:uppercase;letter-spacing:1px;font-size:.875rem;font-weight:500}.features{flex-wrap:wrap;justify-content:center;gap:2rem;animation:.8s ease-out 1.1s both fadeInUp;display:flex}.feature{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;align-items:center;gap:.75rem;min-width:140px;padding:1.5rem 2rem;transition:all .3s;display:flex}.feature:hover{background:#ffffff0f;border-color:#ffffff26;transform:translateY(-5px)}.feature-icon{filter:grayscale(0);font-size:2.5rem;transition:all .3s}.feature:hover .feature-icon{transform:scale(1.2)rotate(5deg)}.feature-text{color:#fffc;font-size:1rem;font-weight:600}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.logo{max-width:250px}.title-main{text-shadow:-1px -1px #fff6,1px 1px #667eeab3,2px 2px #764ba299,2px 2px 8px #667eea80,0 0 20px #667eea66;font-size:2.5rem}.title-sub{text-shadow:-1px -1px #fff6,1px 1px #f5576cb3,2px 2px #4facfe99,2px 2px 8px #4facfe80,0 0 20px #4facfe66;font-size:1.8rem}.description{margin-bottom:2rem;font-size:1rem}.countdown{gap:1rem}.countdown-item{min-width:80px;padding:1rem .75rem}.countdown-value{font-size:2rem}.countdown-label{font-size:.75rem}.features{gap:1rem}.feature{min-width:120px;padding:1rem 1.5rem}.feature-icon{font-size:2rem}.orb-1,.orb-2,.orb-3{width:300px;height:300px}}@media (prefers-color-scheme:light){.description{color:#213547cc}.countdown-item{background:#00000008;border-color:#00000014}.countdown-item:hover{background:#0000000d;border-color:#667eea4d}.countdown-label{color:#21354799}.feature{background:#00000005;border-color:#0000000f}.feature:hover{background:#0000000a;border-color:#0000001f}.feature-text{color:#213547cc}}
