body,html{padding:0;margin:0;background-color:#ddd;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}*{box-sizing:border-box}main{padding:5rem 0;flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center}code{background:#fafafa;border-radius:5px;padding:.75rem;font-family:Menlo,Monaco,Lucida Console,Courier New,monospace}.container{flex-direction:column;justify-content:center;width:calc(100vw - 200px);background-color:#fff;padding:0 50px;margin:50px auto}.container,.hero{display:flex;align-items:center}.hero{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="1" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.hero-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center;position:relative;z-index:1}.hero-text h1{font-size:3.5rem;font-weight:800;margin-bottom:20px;color:#fff;line-height:1.1;text-shadow:0 4px 20px rgba(0,0,0,.3)}.hero-text .subtitle{font-size:1.4rem;color:hsla(0,0%,100%,.9);margin-bottom:30px;font-weight:300}.hero-text p{font-size:1.1rem;color:hsla(0,0%,100%,.8);margin-bottom:40px;line-height:1.8}.cta-buttons{display:flex;gap:20px;flex-wrap:wrap}.btn-primary{background:linear-gradient(45deg,#ff6b6b,#ee5a24);color:#fff;padding:18px 35px;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 8px 25px rgba(238,90,36,.3);display:inline-flex;align-items:center;gap:10px}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(238,90,36,.4)}.btn-secondary{background:hsla(0,0%,100%,.2);color:#fff;padding:18px 35px;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3)}.btn-secondary:hover{background:hsla(0,0%,100%,.3);transform:translateY(-2px)}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.phone-mockup{width:300px;height:600px;background:linear-gradient(145deg,#2c3e50,#34495e);border-radius:30px;position:relative;box-shadow:0 25px 60px rgba(0,0,0,.3);transform:rotate(-5deg);-webkit-animation:float 6s ease-in-out infinite;animation:float 6s ease-in-out infinite}.phone-screen{width:260px;height:520px;background:linear-gradient(45deg,#ff9a9e,#fecfef,#fecfef);border-radius:25px;position:absolute;top:40px;left:20px;display:flex;align-items:center;justify-content:center;overflow:hidden}.game-elements{position:absolute;width:100%;height:100%}.floating-circle{position:absolute;border-radius:50%;-webkit-animation:spin 8s linear infinite;animation:spin 8s linear infinite}.circle-1{width:80px;height:80px;background:linear-gradient(45deg,#ff6b6b,#ee5a24);top:20%;left:30%;-webkit-animation-delay:0s;animation-delay:0s}.circle-2{width:60px;height:60px;background:linear-gradient(45deg,#4ecdc4,#44a08d);top:60%;right:25%;-webkit-animation-delay:-2s;animation-delay:-2s}.circle-3{width:40px;height:40px;background:linear-gradient(45deg,#ffeaa7,#fdcb6e);bottom:30%;left:20%;-webkit-animation-delay:-4s;animation-delay:-4s}@-webkit-keyframes float{0%,to{transform:rotate(-5deg) translateY(0)}50%{transform:rotate(-5deg) translateY(-20px)}}@keyframes float{0%,to{transform:rotate(-5deg) translateY(0)}50%{transform:rotate(-5deg) translateY(-20px)}}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.features{padding:120px 0;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.section-title{text-align:center;margin-bottom:80px}.section-title h2{font-size:3rem;font-weight:700;margin-bottom:20px;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-title p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:40px;gap:40px}.feature-card{background:#fff;padding:40px;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.1);transition:all .3s ease;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(45deg,#ff6b6b,#ee5a24)}.feature-card:hover{transform:translateY(-10px);box-shadow:0 25px 60px rgba(0,0,0,.15)}.feature-icon{width:60px;height:60px;background:linear-gradient(45deg,#667eea,#764ba2);border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:25px;font-size:24px;color:#fff}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:15px;color:#333}.feature-card p{color:#666;line-height:1.7}.themes{padding:120px 0;background:#1a1a2e;color:#fff}.themes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:30px;gap:30px;margin-top:60px}.theme-card{background:linear-gradient(145deg,#16213e,#0f172a);border-radius:20px;overflow:hidden;transition:all .3s ease;border:1px solid hsla(0,0%,100%,.1)}.theme-card:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 20px 40px rgba(0,0,0,.3)}.theme-image{height:200px;background:linear-gradient(45deg,#ff6b6b,#ee5a24);position:relative;overflow:hidden}.theme-card:first-child .theme-image{background:linear-gradient(45deg,#ff9a9e,#fecfef)}.theme-card:nth-child(2) .theme-image{background:linear-gradient(45deg,#ffeaa7,#fdcb6e)}.theme-card:nth-child(3) .theme-image{background:linear-gradient(45deg,#74b9ff,#0984e3)}.theme-card:nth-child(4) .theme-image{background:linear-gradient(45deg,#a29bfe,#6c5ce7)}.theme-content{padding:25px}.theme-content h3{font-size:1.3rem;font-weight:600;margin-bottom:10px}.theme-content p{color:hsla(0,0%,100%,.8);font-size:.95rem;line-height:1.6}.cta-section{padding:100px 0;background:linear-gradient(135deg,#667eea,#764ba2);text-align:center;color:#fff}.cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:20px}.cta-section p{font-size:1.2rem;margin-bottom:40px;opacity:.9}.download-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.download-btn{display:inline-flex;align-items:center;gap:15px;background:rgba(0,0,0,.2);color:#fff;padding:15px 30px;text-decoration:none;border-radius:15px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2)}.download-btn:hover{background:rgba(0,0,0,.3);transform:translateY(-2px)}.download-icon{width:40px;height:40px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#333;font-weight:700}.footer{background:#1a1a2e;color:#fff;padding:60px 0 30px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:40px;gap:40px;margin-bottom:40px}.footer-section h3{font-size:1.2rem;font-weight:600;margin-bottom:20px}.footer-section a,.footer-section p{color:hsla(0,0%,100%,.8);text-decoration:none;line-height:1.8}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:30px;text-align:center;color:hsla(0,0%,100%,.6)}@media (max-width:768px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-text h1{font-size:2.5rem}.phone-mockup{width:250px;height:500px}.phone-screen{width:210px;height:420px}.cta-buttons{justify-content:center}.section-title h2{font-size:2rem}.features-grid{grid-template-columns:1fr}.themes-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;z-index:9999;opacity:1;transition:opacity .5s ease}.loading-overlay.hidden{opacity:0;pointer-events:none}.loader{width:60px;height:60px;border:3px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}html{scroll-behavior:smooth}