*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body{background-color:#0e1016;color:#fff;overflow-x:hidden}a{text-decoration:none;color:inherit}@keyframes pulse{0%{box-shadow:0 0 20px #ff0000e3}50%{box-shadow:0 0 40px #ff0000e3}to{box-shadow:0 0 20px #ff0000f4}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 5%;background-color:#0e1016e6;position:fixed;width:100%;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.logo{font-size:1.8rem;font-weight:700;color:#fff;display:flex;align-items:center}.logo-icon{width:60px;height:60px;margin-right:10px;background-image:url(/assets/LOGO-512-BswFVxUK.png);background-size:cover;border-radius:8px}.nav-links{display:flex;gap:2rem}.nav-link{font-size:1rem;font-weight:600;color:#b8b9bd;transition:color .3s;position:relative}.nav-link:hover{color:#fff}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:#ff0000e3;transition:width .3s}.nav-link:hover:after{width:100%}.nav-button{background-color:#ff0000e3;color:#fff;padding:.6rem 1.2rem;border-radius:4px;font-weight:600;transition:background-color .3s}.nav-button:hover{background-color:#ff00009a;cursor:pointer}@media (max-width: 768px){.navbar{padding:1rem}.nav-links{display:none}}.modal-trigger{cursor:pointer}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;height:100vh;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-container{background-color:#1a202c;border:1px solid #2d3748;border-radius:.5rem;width:100%;max-width:28rem;margin:0 auto;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;animation:modal-appear .3s ease-out;position:relative;top:0;transform:none}@keyframes modal-appear{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{border-bottom:1px solid #2d3748;padding:10px 15px;display:flex;justify-content:space-between;align-items:center}.modal-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0}.modal-close-btn{background:transparent;border:none;color:#a0aec0;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.modal-close-btn:hover{color:#fff}.modal-close-btn svg{width:1.5rem;height:1.5rem}.modal-body{padding:15px}.form-row{display:flex;gap:15px;margin-bottom:0;align-items:flex-start}.form-row .form-group{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start}.form-group{margin-bottom:10px;width:100%;display:flex;flex-direction:column;align-items:flex-start}.form-label{display:block;color:#e2e8f0;font-size:.8rem;font-weight:500;margin-bottom:10px;margin-left:2px;text-align:left;width:100%}.form-input{width:100%;padding:6px 10px;background-color:#2d3748;border:1px solid #4a5568;border-radius:.375rem;color:#fff;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease;display:block}.form-input:focus{outline:none;border-color:#e53e3e;box-shadow:0 0 0 3px #e53e3e4d}.form-input::placeholder{color:#a0aec0}textarea.form-input{min-height:60px;resize:vertical;font-family:inherit;line-height:1.5}select.form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23a0aec0' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.error-message{margin-top:2px;color:#f56565;font-size:.7rem;text-align:left;width:100%}.form-actions{display:flex;justify-content:flex-end;margin-top:1.5rem}.cancel-btn{margin-right:.75rem;padding:.5rem 1rem;background-color:#4a5568;color:#fff;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease}.cancel-btn:hover{background-color:#2d3748}.submit-btn{padding:.5rem 1rem;background-color:#e53e3e;color:#fff;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease}.submit-btn:hover{background-color:#c53030}.success-container{text-align:center;padding:10px 0}.success-icon{color:#48bb78;margin-bottom:1rem}.success-icon svg{width:3rem;height:3rem;margin:0 auto}.success-title{font-size:1.25rem;font-weight:500;color:#fff;margin-bottom:.5rem}.success-message{color:#a0aec0;font-size:1rem;margin-top:5px}span[onClick]{cursor:pointer}@media (max-width: 640px){.modal-container{max-width:90%}.form-row{flex-direction:column;gap:10px}.form-actions{flex-direction:column}.cancel-btn{margin-right:0;margin-bottom:.5rem}}.hero{height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2;opacity:.85}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#000000b3,#00000080,#0006);z-index:-1}.hero-content{max-width:800px;margin-left:10%;z-index:1;padding:2rem;border-radius:8px}.hero-title{font-size:4rem;line-height:1.2;margin-bottom:1.5rem;font-weight:700;text-shadow:0px 2px 4px rgba(0,0,0,.8)}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;font-weight:400;color:#f1f1f2;text-shadow:0px 1px 3px rgba(0,0,0,.8)}.hero-buttons{display:flex;gap:1rem}.hero-button-primary{background-color:#ff0000e3;color:#fff;padding:.8rem 1.8rem;border-radius:4px;font-weight:600;transition:background-color .3s}.hero-button-primary:hover{background-color:#ff00009a}.hero-button-secondary{background-color:transparent;color:#fff;padding:.8rem 1.8rem;border-radius:4px;font-weight:600;border:1px solid rgba(255,255,255,.3);transition:background-color .3s}.hero-button-secondary:hover{background-color:#ffffff1a}@media (max-width: 768px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}.hero-content{margin-left:5%;padding:1.5rem}.hero-buttons{flex-direction:column}}.features{padding:6rem 5%;background:linear-gradient(135deg,#0e1016,#121420)}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;margin-bottom:1rem;font-weight:700;background:linear-gradient(to right,#ff0000e3,#d6af2de3);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.section-subtitle{font-size:1.2rem;max-width:800px;margin:0 auto;color:#b8b9bd}.vision-statement{max-width:900px;margin:0 auto 4rem;text-align:center;padding:0 20px}.vision-quote{font-size:1.8rem;line-height:1.6;font-weight:300;color:#fff;margin-bottom:2rem;font-style:italic}.vision-author{color:#b8b9bd;font-size:1.1rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}@media (max-width: 768px){.section-title{font-size:2rem}}.feature-card{background-color:#ffffff0d;border-radius:8px;padding:2rem;transition:transform .3s,background-color .3s}.feature-card:hover{transform:translateY(-5px);background-color:#ffffff14}.feature-icon{width:20px;height:20px;margin-bottom:1.5rem}.feature-title{font-size:1.5rem;margin-bottom:1rem;font-weight:600}.feature-description{color:#b8b9bd;line-height:1.6}.ai-products{padding:6rem 0 0rem}.investment-banner{background:linear-gradient(135deg,#ed941f26 20%,#00c3ff3a);padding:1.5rem;border-radius:8px;border:1px solid rgba(0,120,242,.3);display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem;box-shadow:0 5px 15px #0003;max-width:1000px;margin:0 auto 3rem}.investment-content{display:flex;align-items:center;gap:1.5rem}.investor-logo{width:80px;height:80px;background-color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;background-image:url(/assets/LogoMiracleplus-6Gr6PCF2.png);background-size:cover}.investment-text h3{font-size:1.4rem;margin-bottom:.5rem;color:#fff}.investment-text p{color:#b8b9bd}.gamemaker-content{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:3rem;margin-bottom:0rem}.gamemaker-intro{display:flex;flex-direction:column;gap:1.5rem;text-align:center}.gamemaker-intro h3{font-size:2rem;font-weight:700;color:#ff0000e3}.gamemaker-intro p{font-size:1.2rem;color:#b8b9bd;line-height:1.6;max-width:800px;margin:0 auto}.gamemaker-demo{height:600px;overflow:hidden;border-radius:8px;margin-top:2rem}.gamemaker-demo iframe{width:100%;height:100%;object-fit:cover}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:40px 0;width:100%}@media (max-width: 768px){.investment-content{flex-direction:column;text-align:center}}.space-journey{padding:6rem 5%;background-color:#0a0e17;position:relative;overflow:hidden}.space-background{position:absolute;top:0;left:0;width:100%;height:100%;background:url(/api/placeholder/1920/1080) center/cover;opacity:.2;z-index:0}.space-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,#0078f233,#0a0e17f2 70%);z-index:0}.journey-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;text-align:center}.journey-content .section-title{margin-bottom:3rem}.timeline{position:relative;height:600px;margin:0 auto}.timeline-line{position:absolute;top:0;left:50%;width:4px;height:100%;background:linear-gradient(to bottom,#ff0000e3,#0078f233);transform:translate(-50%)}.origin-point{position:absolute;top:0;left:50%;transform:translate(-50%);width:40px;height:40px;background:radial-gradient(circle,#ff0000e3 30%,#0078f200 70%);border-radius:50%;box-shadow:0 0 20px #ff0000e3}.milestone{position:absolute;width:300px}.milestone-left{left:20%;text-align:right}.milestone-right{right:20%;text-align:left}.milestone-line{position:absolute;top:10px;width:100px;height:2px}.milestone-left .milestone-line{right:-50px;background:linear-gradient(to right,#0078f200,#ff0000e3)}.milestone-right .milestone-line{left:-50px;background:linear-gradient(to left,#0078f200,#ff0000e3)}.milestone-point{position:absolute;top:5px;width:20px;height:20px;background:#ff0000e3;border-radius:50%;box-shadow:0 0 15px #f20000cc}.milestone-left .milestone-point{right:-65px}.milestone-right .milestone-point{left:-65px}.milestone-content h3{font-size:1.5rem;margin-bottom:.5rem;color:#ff0000e3}.milestone-content p{color:#b8b9bd;font-size:1rem}.future-point{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:60px;background:radial-gradient(circle,#f00c 20%,#fd1a1a00 70%);border-radius:50%;box-shadow:0 0 30px #ec0707e0;animation:pulse 2s infinite}.journey-content .hero-button-primary{margin-top:4.5rem;display:inline-block}.numbers-section{padding:4rem 5%;background-color:#0e1016;text-align:center}.stats-container{display:flex;flex-wrap:wrap;justify-content:center;gap:4rem;margin-top:3rem}.stat-item{text-align:center;min-width:200px}.stat-value{font-size:3.5rem;font-weight:700;color:#ff0000e3;margin-bottom:1rem}.stat-label{color:#fff;font-size:1.2rem}.gamemaker-cta{text-align:center;margin-top:6rem}.gamemaker-cta .hero-button-primary{display:inline-block;padding:1rem 2rem;font-size:1.1rem}.game-showcase{padding:6rem 5%;background-color:#0e1016}.showcase-intro{text-align:center;max-width:800px;margin:0 auto 3rem}.showcase-intro p{color:#b8b9bd;line-height:1.6;font-size:1.1rem}.showcase-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.showcase-cta{text-align:center;margin-top:3rem}.game-card{position:relative;border-radius:8px;overflow:hidden;height:400px}.game-image{width:100%;height:100%;object-fit:cover;transition:transform .5s}.game-card:hover .game-image{transform:scale(1.05)}.game-overlay{position:absolute;bottom:0;left:0;width:100%;padding:2rem;background:linear-gradient(to top,rgba(0,0,0,.8),transparent)}.game-title{font-size:1.5rem;margin-bottom:.5rem;font-weight:600;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.game-description{color:#efefef;margin-bottom:1rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.game-button{display:inline-block;background-color:#ff0000e3;color:#fff;padding:.6rem 1.2rem;border-radius:4px;font-weight:600;transition:background-color .3s}.game-button:hover{background-color:#ff00009a}.testimonials{padding:6rem 5%;background-color:#0e1016}.testimonial-card{background-color:#ffffff0d;border-radius:8px;padding:2rem;transition:transform .3s}.testimonial-card:hover{transform:translateY(-5px)}.testimonial-quote{font-size:1.1rem;line-height:1.6;color:#b8b9bd;margin-bottom:1.5rem}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;border-radius:50%;background-color:#f8f8ff}.author-info h4{font-size:1.1rem;font-weight:600;margin-bottom:.2rem}.author-info p{font-size:.9rem;color:#b8b9bd}.cta{background:linear-gradient(135deg,#121420,#0e1016);border-top:1px solid rgba(0,120,242,.3);padding:6rem 5%;text-align:center}.cta-content{max-width:800px;margin:0 auto}.cta .section-subtitle{color:#b8b9bd;margin-bottom:2rem}.cta-buttons{display:flex;justify-content:center;gap:1rem}.cta-buttons:hover{cursor:pointer}@media (max-width: 768px){.cta-buttons{flex-direction:column}}.footer{background-color:#0a0c12;padding:4rem 5% 2rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.footer-logo{font-size:1.8rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center}.footer-description{color:#b8b9bd;margin-bottom:1.5rem;line-height:1.6}.social-links{display:flex;gap:1rem}.social-link{width:40px;height:40px;border-radius:50%;background-color:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:background-color .3s}.social-link:hover{background-color:#ff00009a}.footer-heading{font-size:1.2rem;margin-bottom:1.5rem;font-weight:600}.footer-links{display:flex;flex-direction:column;gap:.8rem}.footer-link{color:#b8b9bd;transition:color .3s}.footer-link:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-copyright{color:#b8b9bd}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-link{color:#b8b9bd;transition:color .3s}.footer-bottom-link:hover{color:#fff}@media (max-width: 768px){.footer-bottom{flex-direction:column;text-align:center}.footer-bottom-links{justify-content:center}}.meteor-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1;overflow:hidden}.meteor{position:absolute;width:1px;height:60px;background:linear-gradient(to bottom,#fff0,#ffffffb3);transform:rotate(-45deg);animation:meteor-animation linear infinite;border-radius:999px;filter:blur(1px)}@keyframes meteor-animation{0%{transform:translate(0) translateY(0) rotate(-45deg);opacity:1}70%{opacity:1}to{transform:translate(-500px) translateY(500px) rotate(-45deg);opacity:0}}
