body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;line-height:1.6;color:#333;background-color:#f8fafc}#root{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333;background-color:#f8fafc}.app{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem 0;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.nav{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-brand h2{color:#fff;font-size:1.8rem;font-weight:700}.nav-links{display:flex;gap:2rem}.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s ease}.nav-links a:hover{opacity:.8}.hero{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;display:flex;align-items:center;padding:0 20px;margin-top:80px}.hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1rem;line-height:1.2}.hero-subtitle{background:linear-gradient(45deg,gold,#ffed4e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.2rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.8}.hero-buttons{display:flex;gap:1rem}.btn{padding:1rem 2rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background:linear-gradient(45deg,#ff6b6b,#ee5a24);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ee5a244d}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#667eea}.phone-mockup{width:300px;height:600px;background:#2d3748;border-radius:30px;padding:20px;margin:0 auto;position:relative;box-shadow:0 20px 60px #0000004d}.phone-screen{width:100%;height:100%;background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:20px;padding:30px 20px;display:flex;align-items:center;justify-content:center}.app-preview{text-align:center;color:#fff}.app-preview h3{font-size:1.5rem;margin-bottom:2rem}.earning-counter{background:#fff3;padding:1.5rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.earning-counter span{font-size:.9rem;opacity:.8}.amount{font-size:2.5rem;font-weight:800;margin-top:.5rem}.features{padding:100px 0;background:#fff}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#2d3748}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;padding:2.5rem;border-radius:20px;text-align:center;box-shadow:0 10px 40px #0000001a;transition:transform .3s ease}.feature-card:hover{transform:translateY(-10px)}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#2d3748}.feature-card p{color:#718096;line-height:1.7}.how-it-works{padding:100px 0;background:linear-gradient(135deg,#f093fb,#f5576c)}.how-it-works .section-title{color:#fff}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem}.step{display:flex;align-items:flex-start;gap:1.5rem}.step-number{width:60px;height:60px;background:#fff;color:#f5576c;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.step-content h3{color:#fff;font-size:1.3rem;margin-bottom:.5rem}.step-content p{color:#ffffffe6;line-height:1.7}.download{padding:100px 0;background:#fff;text-align:center}.download-subtitle{font-size:1.2rem;color:#718096;margin-bottom:3rem}.download-buttons{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem}.download-btn{display:flex;align-items:center;gap:1rem;padding:1.5rem 2rem;background:#2d3748;color:#fff;text-decoration:none;border-radius:15px;transition:transform .3s ease;min-width:200px}.download-btn:hover{transform:translateY(-5px)}.download-btn.ios{background:linear-gradient(135deg,#667eea,#764ba2)}.download-btn.android{background:linear-gradient(135deg,#56ab2f,#a8e6cf)}.btn-icon{font-size:2rem}.btn-text span{display:block;font-size:1.1rem;font-weight:600}.btn-text small{display:block;font-size:.9rem;opacity:.8}.qr-codes{display:flex;justify-content:center;gap:3rem;margin-top:2rem}.qr-code{text-align:center}.qr-placeholder{width:150px;height:150px;background:#f7fafc;border:2px dashed #cbd5e0;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#a0aec0;font-size:.9rem}.contact{padding:100px 0;background:#f7fafc}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}.contact-info h3,.social-links h3{font-size:1.5rem;margin-bottom:1rem;color:#2d3748}.contact-info p{color:#718096;margin-bottom:2rem;line-height:1.7}.contact-details{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;gap:.5rem}.contact-label{font-weight:600;color:#2d3748;min-width:100px}.social-buttons{display:flex;flex-direction:column;gap:1rem}.social-btn{padding:1rem;background:#fff;border:2px solid #e2e8f0;border-radius:10px;text-decoration:none;color:#2d3748;font-weight:500;transition:all .3s ease;text-align:center}.social-btn:hover{border-color:#667eea;color:#667eea}.social-btn.wechat:hover{border-color:#52c41a;color:#52c41a}.social-btn.weibo:hover{border-color:#fa541c;color:#fa541c}.social-btn.qq:hover{border-color:#1890ff;color:#1890ff}.footer{background:#2d3748;color:#fff;padding:50px 0 20px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem}.footer-section p{color:#a0aec0;line-height:1.7}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#a0aec0;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fff}.footer-bottom{border-top:1px solid #4a5568;padding-top:2rem;text-align:center;color:#a0aec0;font-size:.9rem}@media (max-width: 768px){.nav{flex-direction:column;gap:1rem}.nav-links{gap:1rem}.hero{margin-top:120px}.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}.phone-mockup{width:250px;height:500px}.section-title{font-size:2rem}.features-grid,.steps{grid-template-columns:1fr}.download-buttons{flex-direction:column;align-items:center}.qr-codes{flex-direction:column;align-items:center;gap:2rem}.contact-content{grid-template-columns:1fr;gap:2rem}.footer-content{grid-template-columns:1fr;text-align:center;gap:2rem}}html{scroll-behavior:smooth}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.feature-card,.step,.download-btn{animation:fadeInUp .6s ease-out}.feature-card,.download-btn,.social-btn{cursor:pointer}.btn:focus,.download-btn:focus,.social-btn:focus{outline:2px solid #667eea;outline-offset:2px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#667eea;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#5a67d8}
