@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Inter:wght@300;400;500;600;700&display=swap";.toast-container{position:fixed;top:1rem;right:1rem;display:flex;flex-direction:column;gap:.75rem;z-index:9999}.toast{display:flex;flex-direction:column;background-color:#1e1e1e;color:#fff;border-radius:.5rem;padding:1rem 1.25rem;box-shadow:0 6px 12px #0000004d;min-width:280px;max-width:400px;animation:slideIn .3s ease-out;position:relative}.toast-title{font-weight:600;font-size:1rem;margin-bottom:.25rem}.toast-description{font-size:.875rem;color:#d1d1d1}.toast-close{position:absolute;top:.75rem;right:.75rem;background:transparent;border:none;color:#aaa;font-size:1rem;cursor:pointer}.toast-close:hover{color:#fff}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.email-form{display:flex;flex-direction:column;gap:1rem;max-width:28rem;margin:0 auto;padding:1rem;transition:all .3s ease-in-out}@media (min-width: 640px){.email-form{flex-direction:row}}.email-input{background:#fffffff2;border:1px solid #d1d5db;color:#374151;flex:1;padding:.75rem 1rem;border-radius:.5rem;font-size:1rem;outline:none;transition:box-shadow .3s ease,border .3s ease}.email-input::-moz-placeholder{color:#6b7280;-moz-transition:color .3s ease;transition:color .3s ease}.email-input::placeholder{color:#6b7280;transition:color .3s ease}.email-input:focus{box-shadow:0 0 0 3px #ea580c4d;border-color:#f97316}.submit-button{background:linear-gradient(to right,#ea580c,#dc2626);color:#fff;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .3s ease,background .3s ease;border:none}.submit-button:hover,.submit-button:focus{background:linear-gradient(to right,#dc2626,#b91c1c);transform:scale(1.05)}.submit-button:active{transform:scale(.98)}.dark .email-input{background:#1f2937f2;color:#f9fafb;border:1px solid #4b5563}.dark .email-input::-moz-placeholder{color:#9ca3af}.dark .email-input::placeholder{color:#9ca3af}.dark .email-input:focus{box-shadow:0 0 0 3px #8b5cf666;border-color:#8b5cf6}.dark .submit-button{background:linear-gradient(to right,#8b5cf6,#7c3aed)}.dark .submit-button:hover,.dark .submit-button:focus{background:linear-gradient(to right,#7c3aed,#6d28d9)}.social-links{display:flex;justify-content:center;gap:1.5rem;margin-top:3rem}.social-link{color:#fffc;transition:all .3s ease;transform:scale(1);filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));text-decoration:none}.social-link:hover{transform:scale(1.25)}.social-facebook:hover{color:#fed7aa}.social-twitter:hover{color:#fb923c}.social-instagram:hover{color:#fed7aa}.social-linkedin:hover{color:#fb923c}.dark .social-link{color:#c7d2fecc}.dark .social-facebook:hover{color:#c7d2fe}.dark .social-twitter:hover{color:#8b5cf6}.dark .social-instagram:hover{color:#c7d2fe}.dark .social-linkedin:hover{color:#6366f1}img{width:400px;-o-object-fit:cover;object-fit:cover;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:50px;padding:10px 20px;box-shadow:1px 4px 8px #00000080;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}img:hover{transform:scale(1.05);transition:transform .3s ease-in-out}.coming-soon-container{min-height:100vh;position:relative;overflow:hidden;transition:all .3s ease}.coming-soon-container.light{background:linear-gradient(135deg,#fed7aa,#fb923c,#f97316);color:#fff}.coming-soon-container.dark{background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e);color:#f5f5f5}.scene-background{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.4}.dark .scene-background{opacity:.7}.background-elements{position:absolute;top:0;left:0;right:0;bottom:0}.pulse-element{position:absolute;border-radius:50%;animation:pulse 4s cubic-bezier(.4,0,.6,1) infinite;filter:blur(60px)}.pulse-1{top:25%;left:25%;width:256px;height:256px;background:#fed7aa4d}.dark .pulse-1{background:#6366f133}.pulse-2{bottom:25%;right:25%;width:384px;height:384px;background:#fb923c33;animation-delay:1s}.dark .pulse-2{background:#8b5cf64d}.gradient-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:400px;background:linear-gradient(90deg,transparent 0%,rgba(254,215,170,.1) 50%,transparent 100%);border-radius:50%;filter:blur(60px)}.dark .gradient-overlay{background:linear-gradient(90deg,transparent 0%,rgba(139,92,246,.15) 50%,transparent 100%)}.decorative-waves{position:absolute;bottom:0;left:0;right:0;height:128px}.wave-svg{width:100%;height:100%}.dark .wave-svg path{fill:#8b5cf633!important}.main-content{position:relative;z-index:10;display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem;text-align:center}.content-wrapper{animation:fadeIn .8s ease-out}.main-title{font-size:clamp(3rem,8vw,5rem);font-weight:900;margin-bottom:2rem;letter-spacing:.1em;text-shadow:0 4px 8px rgba(0,0,0,.3);font-family:Orbitron,monospace}.dark .main-title{text-shadow:0 4px 8px rgba(139,92,246,.6);background:linear-gradient(45deg,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.main-description{font-size:clamp(1.25rem,3vw,1.5rem);margin-bottom:3rem;max-width:32rem;margin-left:auto;margin-right:auto;font-weight:300;text-shadow:0 2px 4px rgba(0,0,0,.3);font-family:Inter,sans-serif;line-height:1.6}.dark .main-description{color:#e5e7eb;text-shadow:0 2px 4px rgba(0,0,0,.5)}.rotating-border{position:absolute;border:1px solid;border-radius:50%;animation:spin 20s linear infinite}.border-1{top:2.5rem;right:2.5rem;width:5rem;height:5rem;border-color:#fed7aa66}.dark .border-1{border-color:#8b5cf680}.border-2{bottom:2.5rem;left:2.5rem;width:4rem;height:4rem;border-color:#fb923c80;animation-duration:15s;animation-direction:reverse}.dark .border-2{border-color:#6366f199}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.pulse-1,.pulse-2{width:200px;height:200px}.gradient-overlay{width:600px;height:300px}.main-content{padding:2rem 1rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}button{cursor:pointer}input,textarea{font-family:inherit}button,input,textarea,select{background:none;border:none;outline:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0000001a}::-webkit-scrollbar-thumb{background:#0000004d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00000080}
