*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}#app{width:100%}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}@media(max-width:768px){.container{padding:0 16px}}.header{position:sticky;top:0;z-index:100;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;padding:1rem 0}@media(max-width:768px){.header{padding:.75rem 0}}.header .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.header .logo{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#ff8c42,#ffd23f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.header .logo{font-size:1.125rem}}@media(max-width:480px){.header .logo{font-size:1rem}}.header .nav{display:flex;align-items:center;flex-wrap:wrap;overflow:hidden}.header .nav .nav-link{color:#1f2937;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative;margin-left:2rem;padding:.5rem 0;min-height:44px;display:flex;align-items:center;-webkit-tap-highlight-color:transparent;white-space:nowrap}.header .nav .nav-link:first-child{margin-left:0}.header .nav .nav-link:hover,.header .nav .nav-link:active{color:#ff8c42}.header .nav .nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#ff8c42;transition:width .3s ease}.header .nav .nav-link:hover:after,.header .nav .nav-link:active:after{width:100%}.hero{padding:6rem 0;background:linear-gradient(135deg,#ff8c42,#ffd23f);color:#fff;position:relative;overflow:hidden}@media(max-width:768px){.hero{padding:3rem 0}}.hero:before{content:"";position:absolute;inset: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.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.hero .container{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;align-items:center}.hero .container>*:first-child{margin-right:4rem}.hero .hero-content{animation:fadeInUp .8s ease}@media(max-width:768px){.hero .hero-content{padding:0 .5rem;margin-right:0!important}}.hero .hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2}@media(max-width:768px){.hero .hero-title{font-size:2rem;margin-bottom:.75rem}}.hero .hero-subtitle{font-size:1.5rem;font-weight:600;margin-bottom:1rem;opacity:.95}@media(max-width:768px){.hero .hero-subtitle{font-size:1.125rem;margin-bottom:.75rem}}.hero .hero-description{font-size:1.125rem;margin-bottom:2rem;opacity:.9;line-height:1.8}@media(max-width:768px){.hero .hero-description{font-size:.9375rem;margin-bottom:1.5rem;line-height:1.6}}.hero .hero-buttons{display:flex;flex-wrap:wrap}.hero .hero-buttons>*{margin-right:1rem;margin-bottom:1rem}.hero .hero-buttons>*:last-child{margin-right:0}.hero .hero-image{display:flex;justify-content:center;align-items:center;animation:fadeInRight .8s ease}@media(max-width:768px){.hero .hero-image{margin-bottom:1rem}}.hero .app-mockup{width:100%;max-width:300px;position:relative;background:#ffffff1a;border-radius:2rem;padding:1rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 20px 25px -5px #0000001a;margin:0 auto}.hero .app-mockup:before{content:"";display:block;padding-bottom:177.78%}@media(max-width:768px){.hero .app-mockup{max-width:250px;padding:.75rem;border-radius:1.5rem}}@media(max-width:480px){.hero .app-mockup{max-width:200px;padding:.5rem;border-radius:1.25rem}}.hero .mockup-screen{position:absolute;inset:1rem;width:calc(100% - 2rem);height:calc(100% - 2rem);background:#fff;border-radius:1.5rem;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a;display:flex;align-items:center;justify-content:center;margin:0}@media(max-width:768px){.hero .mockup-screen{inset:.75rem;width:calc(100% - 1.5rem);height:calc(100% - 1.5rem);border-radius:1.25rem}}@media(max-width:480px){.hero .mockup-screen{inset:.5rem;width:calc(100% - 1rem);height:calc(100% - 1rem);border-radius:1rem}}.hero .mockup-image{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.btn{display:inline-block;padding:.875rem 2rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;font-size:1rem;min-height:44px;min-width:120px;display:inline-flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent;touch-action:manipulation}@media(max-width:768px){.btn{padding:.75rem 1.5rem;font-size:.9375rem;min-width:100px}}.btn.btn-primary{background:#fff;color:#ff8c42}.btn.btn-primary:hover,.btn.btn-primary:active{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.btn.btn-secondary{background:#fff3;color:#fff;border:2px solid white}.btn.btn-secondary:hover,.btn.btn-secondary:active{background:#fff;color:#ff8c42;transform:translateY(-2px)}.features{padding:6rem 0;background:#f9fafb}@media(max-width:768px){.features{padding:3rem 0}}.features .section-title{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:1rem;color:#1f2937}@media(max-width:768px){.features .section-title{font-size:1.75rem;margin-bottom:.75rem}}.features .section-subtitle{text-align:center;font-size:1.125rem;color:#6b7280;margin-bottom:3rem}@media(max-width:768px){.features .section-subtitle{font-size:.9375rem;margin-bottom:2rem;padding:0 1rem}}.features .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.features .features-grid>*{margin-right:2rem;margin-bottom:2rem}.features .feature-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease;text-align:center;-webkit-tap-highlight-color:transparent}@media(max-width:768px){.features .feature-card{padding:1.5rem;border-radius:.75rem}}.features .feature-card:hover,.features .feature-card:active{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.features .feature-icon{font-size:3rem;margin-bottom:1rem}.features .feature-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.features .feature-description{color:#6b7280;line-height:1.7}.about{padding:6rem 0;background:#fff}@media(max-width:768px){.about{padding:3rem 0}}.about .section-title{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:2rem;color:#1f2937}@media(max-width:768px){.about .section-title{font-size:1.75rem;margin-bottom:1.5rem}}.about .about-content{max-width:800px;margin:0 auto;text-align:center}.about .about-text{font-size:1.125rem;color:#6b7280;line-height:1.8;margin-bottom:1.5rem}@media(max-width:768px){.about .about-text{font-size:.9375rem;line-height:1.6;margin-bottom:1rem;padding:0 1rem}}.download{padding:6rem 0;background:linear-gradient(135deg,#ff8c42,#ffd23f);color:#fff}@media(max-width:768px){.download{padding:3rem 0}}.download .section-title{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:1rem}@media(max-width:768px){.download .section-title{font-size:1.75rem;margin-bottom:.75rem}}.download .section-subtitle{text-align:center;font-size:1.125rem;margin-bottom:3rem;opacity:.9}@media(max-width:768px){.download .section-subtitle{font-size:.9375rem;margin-bottom:2rem;padding:0 1rem}}.download .download-buttons{display:flex;justify-content:center;flex-wrap:wrap}.download .download-buttons>*{margin-right:1.5rem;margin-bottom:1.5rem}.download .download-buttons>*:last-child{margin-right:0}.download .download-btn{width:280px;display:flex;align-items:center;background:#fff3}.download .download-btn>*{margin-right:1rem}.download .download-btn>*:last-child{margin-right:0}.download .download-btn{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:1.5rem 2rem;border-radius:1rem;text-decoration:none;color:#fff;transition:all .3s ease;border:2px solid rgba(255,255,255,.3);min-width:200px;min-height:60px;-webkit-tap-highlight-color:transparent;touch-action:manipulation}@media(max-width:768px){.download .download-btn{padding:1.25rem 1.5rem;min-width:180px;min-height:56px}}.download .download-btn:hover,.download .download-btn:active{background:#fff;color:#ff8c42;transform:translateY(-3px);box-shadow:0 20px 25px -5px #0000001a}.download .download-icon{font-size:2rem}.download .download-info{display:flex;flex-direction:column}.download .download-label{font-weight:600;font-size:1.125rem}.download .download-version{font-size:.875rem;opacity:.8}.download .download-tip{text-align:center;margin-top:2rem;font-size:.875rem;opacity:.9;font-style:italic}.footer{background:#1f2937;color:#fff;padding:3rem 0 1.5rem}@media(max-width:768px){.footer{padding:2rem 0 1rem}}.footer .footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.footer .footer-content>*{margin-right:2rem;margin-bottom:2rem}.footer .footer-content>*:nth-child(2n){margin-right:0}.footer .footer-content>*:last-child,.footer .footer-content>*:nth-last-child(2){margin-bottom:0}.footer .footer-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#ff8c42,#ffd23f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer .footer-text{opacity:.8;line-height:1.6}.footer .footer-heading{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer .footer-link{display:block;color:#fffc;text-decoration:none;margin-bottom:.5rem;transition:color .3s ease;min-height:32px;display:flex;align-items:center;-webkit-tap-highlight-color:transparent}@media(max-width:768px){.footer .footer-link{display:block;margin:0 auto;font-size:.875rem}}.footer .footer-link:hover,.footer .footer-link:active{color:#fff}.footer .footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);opacity:.6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media(max-width:768px){.header .container{flex-wrap:nowrap;justify-content:space-between}.header .logo-wrapper{flex:0 0 auto;min-width:0}.header .nav{font-size:.875rem;flex:1 1 auto;justify-content:flex-end;margin-top:0}.header .nav .nav-link{margin-left:.75rem;font-size:.8125rem;padding:.375rem .5rem;white-space:nowrap}.header .nav .nav-link:first-child{margin-left:0}.hero .container{grid-template-columns:1fr;text-align:center}.hero .container>*{margin-left:0;margin-top:1.5rem}.hero .container>*:first-child{margin-top:0}.hero .hero-image{order:-1;margin-bottom:1rem}.hero .hero-content{order:1}.hero .hero-buttons{justify-content:center;flex-direction:column;align-items:center;margin-top:1.5rem}.hero .hero-buttons>*{width:100%;max-width:280px;margin-right:0;margin-bottom:.75rem}.hero .hero-buttons>*:last-child{margin-bottom:0}.features .features-grid{grid-template-columns:1fr}.features .features-grid>*{margin-right:0;margin-bottom:1.25rem}.features .features-grid>*:last-child{margin-bottom:0}.download .download-buttons{flex-direction:column;align-items:center}.download .download-buttons>*{width:100%;max-width:280px;margin-right:0;margin-bottom:.75rem}.download .download-buttons>*:last-child{margin-bottom:0}.footer .footer-content{grid-template-columns:1fr;text-align:center}.footer .footer-content>*{margin-right:0;margin-bottom:1.5rem!important}.footer .footer-content>*:last-child{margin-bottom:0}}@media(max-width:480px){.container{padding:0 12px}.header{padding:.5rem 0}.header .logo{font-size:1.125rem}.header .nav .nav-link{margin-left:.5rem;font-size:.75rem;padding:.25rem .375rem}.hero{padding:2rem 0}.hero .hero-title{font-size:1.75rem;line-height:1.3}.hero .hero-subtitle{font-size:1rem;margin-bottom:.5rem}.hero .hero-description{font-size:.875rem;line-height:1.5;margin-bottom:1.25rem}.hero .hero-image{margin-bottom:.75rem}.hero .app-mockup{max-width:200px;padding:.5rem}.hero .mockup-screen{inset:.5rem}.section-title{font-size:1.5rem!important;line-height:1.3}.section-subtitle{font-size:.875rem!important;line-height:1.5}.feature-card{padding:1.25rem 1rem}.feature-title{font-size:1.125rem}.feature-description{font-size:.875rem;line-height:1.5}.btn{padding:.625rem 1.25rem;font-size:.875rem;min-height:44px;width:100%;max-width:260px}.download-btn{padding:1rem 1.25rem;min-height:56px;font-size:.875rem;width:100%;max-width:260px}.about-text{font-size:.875rem!important;line-height:1.6}.footer{padding:1.5rem 0 1rem}.footer .footer-content{margin-bottom:1.5rem!important}.footer .footer-bottom{font-size:.75rem;padding-top:1rem;line-height:1.6}}
