:root{line-height:1.5;font-weight:400;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}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:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.card{padding:2em}#app{margin:0 auto;text-align:center}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header[data-v-8eabb3c0]{position:fixed;top:0;left:0;right:0;z-index:1000;background:linear-gradient(180deg,#000c,#0000)}.header .header-content[data-v-8eabb3c0]{display:flex;align-items:center;justify-content:space-between;height:78px;mix-blend-mode:multiply}.header .logo[data-v-8eabb3c0]{display:flex;align-items:center;gap:12px}.header .logo .logo-img[data-v-8eabb3c0]{border-radius:8px;object-fit:cover}.header .logo .logo-text[data-v-8eabb3c0]{font-size:1.5rem;font-weight:700;color:#fff}.header .nav[data-v-8eabb3c0]{display:flex;gap:32px}@media (max-width: 768px){.header .nav[data-v-8eabb3c0]{display:none}}.header .nav .nav-link[data-v-8eabb3c0]{color:#fff;text-decoration:none;font-weight:500;padding:8px 0;position:relative;transition:color .3s ease}.header .nav .nav-link[data-v-8eabb3c0]:hover,.header .nav .nav-link.active[data-v-8eabb3c0]{color:#fff}.header .nav .nav-link.active[data-v-8eabb3c0]:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:#fff;border-radius:1px}.header .mobile-menu-btn[data-v-8eabb3c0]{display:none;flex-direction:column;gap:4px;cursor:pointer;padding:8px}@media (max-width: 768px){.header .mobile-menu-btn[data-v-8eabb3c0]{display:flex}}.header .mobile-menu-btn span[data-v-8eabb3c0]{width:24px;height:2px;background:#333;border-radius:1px;transition:all .3s ease}.header .mobile-nav[data-v-8eabb3c0]{display:none;flex-direction:column;gap:16px;padding:24px 0;border-top:1px solid rgba(0,0,0,.1)}@media (max-width: 768px){.header .mobile-nav.active[data-v-8eabb3c0]{display:flex}}.header .mobile-nav .mobile-nav-link[data-v-8eabb3c0]{color:#333;text-decoration:none;font-weight:500;padding:12px 0;text-align:center;box-shadow:0 2px 4px #0000001a;background-color:#0003}.header .mobile-nav .mobile-nav-link[data-v-8eabb3c0]:hover{color:#000}.hero[data-v-9f0e320d]{position:relative;display:flex;align-items:center;overflow:hidden}.hero .hero-bg[data-v-9f0e320d]{z-index:-2;font-size:0;width:100%}.hero .hero-bg[data-v-9f0e320d]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");z-index:-1}.hero .hero-bg img[data-v-9f0e320d]{width:100%}.hero .hero-content[data-v-9f0e320d]{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}@media (max-width: 968px){.hero .hero-content[data-v-9f0e320d]{grid-template-columns:1fr;gap:48px;text-align:center}}.hero .hero-text[data-v-9f0e320d]{color:#fff}.hero .hero-text .hero-title[data-v-9f0e320d]{margin-bottom:48px}.hero .hero-text .hero-title .title-main[data-v-9f0e320d]{display:block;font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:16px;text-shadow:0 4px 20px rgba(0,0,0,.3)}@media (max-width: 768px){.hero .hero-text .hero-title .title-main[data-v-9f0e320d]{font-size:3rem}}.hero .hero-text .hero-title .title-sub[data-v-9f0e320d]{display:block;font-size:1.5rem;font-weight:400;opacity:.9}@media (max-width: 768px){.hero .hero-text .hero-title .title-sub[data-v-9f0e320d]{font-size:1.2rem}}.hero .download-section[data-v-9f0e320d]{display:flex;flex-direction:column;gap:32px}@media (max-width: 968px){.hero .download-section[data-v-9f0e320d]{align-items:center}}.hero .download-apps[data-v-9f0e320d]{display:flex;gap:24px}@media (max-width: 480px){.hero .download-apps[data-v-9f0e320d]{flex-direction:column;align-items:center}}.hero .download-apps .app-btn[data-v-9f0e320d]{display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px;background:#ffffff26;border-radius:16px;text-decoration:none;color:#fff;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease;min-width:120px}.hero .download-apps .app-btn[data-v-9f0e320d]:hover{background:#ffffff40;transform:translateY(-4px);box-shadow:0 12px 30px #0003}.hero .download-apps .app-btn .app-icon[data-v-9f0e320d]{width:48px;height:48px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center}.hero .download-apps .app-btn .app-icon.ios[data-v-9f0e320d]:after{content:"🍎";font-size:24px}.hero .download-apps .app-btn .app-icon.android[data-v-9f0e320d]:after{content:"🤖";font-size:24px}.hero .download-apps .app-btn .app-icon.miniprogram[data-v-9f0e320d]:after{content:"📱";font-size:24px}.hero .try-now-btn[data-v-9f0e320d]{align-self:flex-start;padding:16px 32px;font-size:1.1rem;font-weight:600}@media (max-width: 968px){.hero .try-now-btn[data-v-9f0e320d]{align-self:center}}.hero .hero-illustration[data-v-9f0e320d]{display:flex;justify-content:center}.hero .hero-illustration .character-container[data-v-9f0e320d]{position:relative}.hero .hero-illustration .character-container .character-img[data-v-9f0e320d]{width:400px;height:500px;object-fit:cover;border-radius:24px;box-shadow:0 20px 60px #0000004d}@media (max-width: 768px){.hero .hero-illustration .character-container .character-img[data-v-9f0e320d]{width:300px;height:375px}}.hero .hero-illustration .character-container .floating-elements .element[data-v-9f0e320d]{position:absolute;border-radius:50%;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero .hero-illustration .character-container .floating-elements .element.element-1[data-v-9f0e320d]{width:60px;height:60px;top:-30px;right:-30px;animation:float-9f0e320d 3s ease-in-out infinite}.hero .hero-illustration .character-container .floating-elements .element.element-2[data-v-9f0e320d]{width:40px;height:40px;bottom:100px;left:-20px;animation:float-9f0e320d 4s ease-in-out infinite reverse}.hero .hero-illustration .character-container .floating-elements .element.element-3[data-v-9f0e320d]{width:80px;height:80px;top:50%;right:-40px;animation:float-9f0e320d 5s ease-in-out infinite}@keyframes float-9f0e320d{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.footer[data-v-f06edda3]{background-color:#000;color:#fff;padding:60px 0 20px}.footer .footer-content[data-v-f06edda3]{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:40px}@media (max-width: 968px){.footer .footer-content[data-v-f06edda3]{grid-template-columns:repeat(2,1fr);gap:32px}}@media (max-width: 568px){.footer .footer-content[data-v-f06edda3]{grid-template-columns:1fr;gap:24px;text-align:center}}.footer .footer-section .logo[data-v-f06edda3]{display:flex;align-items:center;gap:12px;margin-bottom:16px}@media (max-width: 568px){.footer .footer-section .logo[data-v-f06edda3]{justify-content:center}}.footer .footer-section .logo .logo-img[data-v-f06edda3]{width:40px;height:40px;border-radius:8px;object-fit:cover}.footer .footer-section .logo .logo-text[data-v-f06edda3]{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer .footer-section .footer-desc[data-v-f06edda3]{color:#bdc3c7;line-height:1.6;margin-bottom:24px;max-width:280px}@media (max-width: 568px){.footer .footer-section .footer-desc[data-v-f06edda3]{max-width:none}}.footer .footer-section .social-links[data-v-f06edda3]{display:flex;gap:16px}@media (max-width: 568px){.footer .footer-section .social-links[data-v-f06edda3]{justify-content:center}}.footer .footer-section .social-links .social-link[data-v-f06edda3]{width:40px;height:40px;background:#ffffff1a;border-radius:8px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.2rem;transition:all .3s ease}.footer .footer-section .social-links .social-link[data-v-f06edda3]:hover{background:#fff3;transform:translateY(-2px)}.footer .footer-section .footer-title[data-v-f06edda3]{font-size:1.1rem;font-weight:600;margin-bottom:20px;color:#ecf0f1}.footer .footer-section .footer-links[data-v-f06edda3]{list-style:none}.footer .footer-section .footer-links li[data-v-f06edda3]{margin-bottom:12px}.footer .footer-section .footer-links li a[data-v-f06edda3]{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer .footer-section .footer-links li a[data-v-f06edda3]:hover{color:#667eea}.footer .footer-bottom[data-v-f06edda3]{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}@media (max-width: 768px){.footer .footer-bottom[data-v-f06edda3]{flex-direction:column;gap:16px;text-align:center}}.footer .footer-bottom .contact-info[data-v-f06edda3]{display:flex;align-items:center;gap:16px;color:#95a5a6;font-size:.9rem}@media (max-width: 568px){.footer .footer-bottom .contact-info[data-v-f06edda3]{flex-direction:column;gap:8px}.footer .footer-bottom .contact-info .divider[data-v-f06edda3]{display:none}}.footer .footer-bottom .visitors-count[data-v-f06edda3]{color:#95a5a6;font-size:.9rem}.gallery-section[data-v-d8fb6073]{padding:50px 0}.gallery-section .section-header[data-v-d8fb6073]{margin-bottom:60px}.gallery-section .section-header .section-title[data-v-d8fb6073]{color:#2c3e50;margin-bottom:16px}.gallery-section .section-header .section-subtitle[data-v-d8fb6073]{color:#5a6c7d;max-width:600px;margin:0 auto}.gallery-section .gallery img[data-v-d8fb6073]{width:100%;object-fit:cover}.gallery-section .gallery-grid[data-v-d8fb6073]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:60px}@media (max-width: 768px){.gallery-section .gallery-grid[data-v-d8fb6073]{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}}.gallery-section .gallery-grid .gallery-item[data-v-d8fb6073]{position:relative;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .3s ease;background:#fff;box-shadow:0 4px 20px #0000001a}.gallery-section .gallery-grid .gallery-item[data-v-d8fb6073]:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.gallery-section .gallery-grid .gallery-item:hover .gallery-overlay[data-v-d8fb6073]{opacity:1;transform:translateY(0)}.gallery-section .gallery-grid .gallery-item:hover .gallery-image[data-v-d8fb6073]{transform:scale(1.05)}.gallery-section .gallery-grid .gallery-item .gallery-image[data-v-d8fb6073]{width:100%;height:250px;object-fit:cover;transition:transform .3s ease}.gallery-section .gallery-grid .gallery-item .gallery-overlay[data-v-d8fb6073]{position:absolute;bottom:0;left:0;right:0;padding:20px;background:linear-gradient(transparent,#000c);color:#fff;opacity:0;transform:translateY(20px);transition:all .3s ease}.gallery-section .gallery-grid .gallery-item .gallery-overlay .item-title[data-v-d8fb6073]{font-size:1.1rem;font-weight:600;margin-bottom:4px}.gallery-section .gallery-grid .gallery-item .gallery-overlay .item-category[data-v-d8fb6073]{font-size:.9rem;opacity:.8}.gallery-section .gallery-grid .gallery-item.item-1[data-v-d8fb6073]{animation-delay:.1s}.gallery-section .gallery-grid .gallery-item.item-2[data-v-d8fb6073]{animation-delay:.2s}.gallery-section .gallery-grid .gallery-item.item-3[data-v-d8fb6073]{animation-delay:.3s}.gallery-section .gallery-grid .gallery-item.item-4[data-v-d8fb6073]{animation-delay:.4s}.gallery-section .gallery-grid .gallery-item.item-5[data-v-d8fb6073]{animation-delay:.5s}.gallery-section .gallery-grid .gallery-item.item-6[data-v-d8fb6073]{animation-delay:.6s}.gallery-section .gallery-actions[data-v-d8fb6073]{text-align:center}.gallery-section .gallery-actions .btn[data-v-d8fb6073]{padding:16px 32px;font-size:1.1rem}.gallery-grid .gallery-item:nth-child(4n+1) .gallery-image[data-v-d8fb6073]{height:300px}.gallery-grid .gallery-item:nth-child(4n+2) .gallery-image[data-v-d8fb6073]{height:220px}.gallery-grid .gallery-item:nth-child(4n+3) .gallery-image[data-v-d8fb6073]{height:280px}.gallery-grid .gallery-item:nth-child(4n+4) .gallery-image[data-v-d8fb6073]{height:240px}.feature-section[data-v-13a340f4]{padding:50px 0;background:#fff}.feature-section .feature-header[data-v-13a340f4]{text-align:center;display:flex;justify-content:center;align-items:center}.feature-section .feature-header .feature-icon[data-v-13a340f4]{font-size:4rem;display:inline-block;animation:bounce-13a340f4 2s infinite;margin-right:12px}.feature-section .feature-header .section-title[data-v-13a340f4]{color:#3d3d3d}.feature-section .feature-description[data-v-13a340f4]{max-width:520px;margin:0 auto}.feature-section .feature-description p[data-v-13a340f4]{color:#939393;font-size:1.1rem;line-height:1.8;margin-bottom:8px}.feature-section .feature-description p[data-v-13a340f4]:last-child{margin-bottom:0;font-weight:600;color:#667eea}.feature-section .features-grid[data-v-13a340f4]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-bottom:80px}@media (max-width: 768px){.feature-section .features-grid[data-v-13a340f4]{grid-template-columns:1fr;gap:24px}}.feature-section .features-grid .feature-card[data-v-13a340f4]{text-align:center;padding:40px 24px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:20px;transition:all .3s ease;border:1px solid rgba(255,255,255,.8)}.feature-section .features-grid .feature-card[data-v-13a340f4]:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a;background:linear-gradient(135deg,#fff,#f1f5f9)}.feature-section .features-grid .feature-card:hover .feature-icon-bg[data-v-13a340f4]{transform:scale(1.1);background:linear-gradient(135deg,#667eea,#764ba2)}.feature-section .features-grid .feature-card:hover .feature-icon-bg .feature-emoji[data-v-13a340f4]{transform:scale(1.2)}.feature-section .features-grid .feature-card .feature-icon-bg[data-v-13a340f4]{width:80px;height:80px;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;transition:all .3s ease}.feature-section .features-grid .feature-card .feature-icon-bg .feature-emoji[data-v-13a340f4]{font-size:2rem;transition:transform .3s ease}.feature-section .features-grid .feature-card .feature-title[data-v-13a340f4]{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:16px}.feature-section .features-grid .feature-card .feature-desc[data-v-13a340f4]{color:#5a6c7d;line-height:1.6;font-size:.95rem}.feature-section .cta-section[data-v-13a340f4]{text-align:center;padding:60px 40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:24px;color:#fff}.feature-section .cta-section .cta-title[data-v-13a340f4]{font-size:2rem;font-weight:700;margin-bottom:32px}@media (max-width: 768px){.feature-section .cta-section .cta-title[data-v-13a340f4]{font-size:1.5rem}}.feature-section .cta-section .cta-buttons[data-v-13a340f4]{display:flex;gap:24px;justify-content:center}@media (max-width: 480px){.feature-section .cta-section .cta-buttons[data-v-13a340f4]{flex-direction:column;align-items:center}}.feature-section .cta-section .cta-buttons .btn-secondary[data-v-13a340f4]{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3)}.feature-section .cta-section .cta-buttons .btn-secondary[data-v-13a340f4]:hover{background:#ffffff4d;border-color:#ffffff80}@keyframes bounce-13a340f4{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.recharge-page{padding:50px 0;max-width:1600px;margin:0 auto}.recharge-page .section-header{margin-bottom:60px}.recharge-page .section-header .section-title{color:#2c3e50;margin-bottom:16px}.recharge-page .section-header .section-subtitle{color:#5a6c7d;max-width:600px;margin:0 auto}.recharge-page .recharge img{width:100%}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}#app{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 24px}@media (max-width: 768px){.container{padding:0 16px}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.btn.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn.btn-secondary{background:#ffffffe6;color:#333;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem}@media (max-width: 768px){.section-title{font-size:2rem}}.section-subtitle{font-size:1.1rem;color:#666;text-align:center;margin-bottom:3rem}@media (max-width: 768px){.section-subtitle{font-size:1rem;margin-bottom:2rem}}
