@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";:root{font-family:Poppins,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background:linear-gradient(180deg,#1a1a1a,#8b0000);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}#root{width:100%;min-height:100vh}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;min-width:320px;min-height:100vh;font-family:Poppins,sans-serif;overflow-x:hidden;scroll-behavior:smooth}html{scroll-behavior:smooth}.scrollbar-hidden{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hidden::-webkit-scrollbar{display:none}h1{font-size:3.2em;line-height:1.1;font-weight:700}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:all .25s ease}button:hover{border-color:#646cff;transform:translateY(-2px)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}input{font-family:Poppins,sans-serif}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.coming-soon-container{min-height:100vh;width:100%;position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#1a1a1a,#8b0000);overflow:hidden}.floating-shapes{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.shape{position:absolute;background:#ffffff0d;border-radius:50%;animation:float 8s ease-in-out infinite}.shape-1{width:100px;height:100px;top:20%;left:10%;animation-delay:0s}.shape-2{width:150px;height:150px;top:60%;right:15%;animation-delay:3s}.shape-3{width:80px;height:80px;top:80%;left:20%;animation-delay:6s}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.3}50%{transform:translateY(-30px) rotate(180deg);opacity:.6}}.content-wrapper{position:relative;z-index:2;text-align:center;max-width:600px;width:90%;padding:3rem 2rem;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000004d;display:flex;flex-direction:column;align-items:center;justify-content:center}.logo-section{margin-bottom:2.5rem;text-align:center;width:100%}.logo-circle{width:120px;height:120px;margin:0 auto;background:linear-gradient(135deg,#8b0000,#dc143c);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #8b000066;animation:pulse 3s ease-in-out infinite}.logo-text{font-size:2.5rem;font-weight:800;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5)}.logo-image{width:80%;height:80%;object-fit:contain;border-radius:50%}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.main-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;color:#fff;text-shadow:0 4px 8px rgba(0,0,0,.5);text-align:center;width:100%;display:flex;justify-content:center;align-items:center}.gradient-text{background:linear-gradient(135deg,gold,orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;display:inline-block}.subtitle{font-size:1.1rem;color:#fffc;margin-bottom:3rem;font-weight:400;line-height:1.6;text-align:center;max-width:500px;width:100%}.newsletter-section{margin-bottom:2rem;text-align:center;width:100%}.newsletter-text{font-size:1rem;color:#ffffffe6;margin-bottom:1.5rem;font-weight:500;text-align:center}.newsletter-form{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;max-width:450px;margin:0 auto;width:100%}.email-input{flex:1;min-width:250px;padding:1rem 1.5rem;border:none;border-radius:50px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:1rem;font-weight:500;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.email-input::placeholder{color:#fff9}.email-input:focus{outline:none;background:#ffffff26;border-color:#ffd70080;box-shadow:0 0 20px #ffd70033}.notify-btn{padding:1rem 2rem;background:linear-gradient(135deg,#8b0000,#dc143c);color:#fff;border:none;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #8b00004d}.notify-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8b000066;background:linear-gradient(135deg,#dc143c,#8b0000)}.social-links{display:flex;justify-content:center;gap:1.5rem;margin-top:2rem;text-align:center;width:100%}.social-link{width:50px;height:50px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.social-link:hover{transform:translateY(-3px) scale(1.1);background:#fff3;box-shadow:0 8px 25px #0000004d;color:gold}@media (max-width: 768px){.content-wrapper{padding:2rem 1.5rem;width:95%}.main-title{font-size:2.5rem}.newsletter-form{flex-direction:column;align-items:center}.email-input{min-width:200px}.logo-circle{width:100px;height:100px}.logo-text{font-size:2rem}}@media (max-width: 480px){.main-title{font-size:2rem}.subtitle{font-size:1rem}.content-wrapper{padding:1.5rem 1rem;width:98%}}
