@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Noto+Sans+SC:wght@300;400;500;600;700&display=swap);@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes floatPhone{0%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-15px) rotate(1deg)}to{transform:translateY(0) rotate(0deg)}}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(255,127,102,.4)}70%{box-shadow:0 0 0 20px rgba(255,127,102,0)}to{box-shadow:0 0 0 0 rgba(255,127,102,0)}}@keyframes shimmer{0%{background-position:-100% 0}to{background-position:200% 0}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,Noto Sans SC,sans-serif;color:#333;line-height:1.6;background-color:#fcfcfc}#app{min-height:100vh}#app,.header{display:flex;flex-direction:column}.header{background-color:hsla(0,0%,100%,.95);color:#555;padding:1.2rem 2.5rem;justify-content:center;position:sticky;top:0;z-index:100;box-shadow:0 4px 20px rgba(0,0,0,.04);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-image:none}.header,.logo{align-items:center}.logo{display:flex;justify-content:flex-start;margin-left:-2rem}.favicon{width:40px;height:40px;margin-right:16px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.logo h1{font-size:2.2rem;font-weight:700;background:linear-gradient(120deg,#ff7f66,#fa9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:.5px;text-align:center}.main-nav ul{display:flex;list-style:none}.main-nav li{margin-left:1.5rem}.main-nav a{color:#555;text-decoration:none;font-weight:500;transition:color .3s,opacity .3s;position:relative;padding:.5rem 0;opacity:.9}.main-nav a:hover{color:#ff7f66;opacity:1}.main-nav a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background-color:#ff7f66;transition:width .3s ease}.main-nav a:hover:after{width:100%}main{flex:1}.hero-section{background:linear-gradient(135deg,#f0f9ff,#e5f3ff);color:#555;padding:7rem 2rem 5rem;text-align:center;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 25% 25%,rgba(255,127,102,.08) 0,transparent 45%),radial-gradient(circle at 75% 75%,rgba(255,127,102,.08) 0,transparent 45%),linear-gradient(90deg,rgba(240,249,255,.5) 0,rgba(229,243,255,.5));z-index:0}.hero-content{position:relative;z-index:1;max-width:1200px;margin:0 auto}.hero-content h2{font-size:3.8rem;margin-bottom:1rem;font-weight:700;text-shadow:0 2px 10px rgba(0,0,0,.02);background:linear-gradient(120deg,#ff7f66,#fa9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;animation:fadeInUp 1s ease-out;letter-spacing:-.5px}.hero-content p{font-size:1.5rem;margin-bottom:2.5rem;font-weight:300;opacity:.9;max-width:700px;margin-left:auto;margin-right:auto;animation:fadeInUp 1s ease-out .3s backwards}.search-box{max-width:600px;margin:0 auto;display:flex}.search-box input{flex:1;padding:.8rem 1rem;border:none;border-radius:4px 0 0 4px;font-size:1rem}.search-box button{background-color:#f50057;color:#fff;border:none;padding:0 1.5rem;border-radius:0 4px 4px 0;cursor:pointer;font-weight:500;transition:background-color .3s}.search-box button:hover{background-color:#c51162}.categories-section,.new-section,.ringtones-section{padding:4rem 2rem}.categories-section h2,.new-section h2,.ringtones-section h2{text-align:center;margin-bottom:2rem;font-size:2rem;color:#424242}.categories-grid,.ringtones-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.footer{background-color:#fff;color:#555;padding:0;border-top:1px solid #f0f0f0;position:relative;overflow:hidden}.footer-wave{position:absolute;width:100%;top:0;left:0;line-height:0;overflow:hidden}.footer-content{display:flex;justify-content:space-between;max-width:1200px;margin:0 auto;padding:5rem 2rem 3rem;position:relative;z-index:1}.footer-main{max-width:350px}.footer-logo{display:flex;align-items:center;margin-bottom:1.2rem}.footer-favicon{width:32px;height:32px;margin-right:12px}.footer-description{color:#666;margin-bottom:1.5rem;line-height:1.6}.footer-copyright{color:#888;font-size:.9rem}.footer-links{display:flex;gap:4rem}.footer-links-col h4{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;color:#ff7f66;position:relative}.footer-links-col h4:after{content:"";position:absolute;bottom:-8px;left:0;width:30px;height:2px;background:linear-gradient(135deg,#ff7f66,#fa9);border-radius:10px}.footer-links-col ul{list-style:none}.footer-links-col li{margin-bottom:.8rem}.footer-links-col a{color:#666;text-decoration:none;transition:all .3s;position:relative;display:inline-block}.footer-links-col a:before{content:"•";position:absolute;left:-15px;color:#ff7f66;opacity:0;transition:all .3s}.footer-links-col a:hover{color:#ff7f66;transform:translateX(15px)}.footer-links-col a:hover:before{opacity:1}.contact-item{display:flex;align-items:center;margin-bottom:.8rem;color:#666}.contact-icon{margin-right:10px;font-size:1.1rem}.contact-email{color:#666;text-decoration:none;transition:color .3s}.contact-email:hover{color:#ff7f66}.copyright-bar{background-color:#fafafa;padding:1.2rem 0;text-align:center;border-top:1px solid #f0f0f0}.copyright-content{justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 2rem;color:#888;font-size:.9rem}.copyright-content,.policy-links{display:flex;align-items:center}.policy-links a{color:#666;text-decoration:none;transition:color .3s}.policy-links a:hover{color:#ff7f66}.divider{margin:0 10px;color:#ddd}@media (max-width:768px){.hero-content h2{font-size:2.5rem}.footer-content{flex-direction:column;padding:4rem 1.5rem 2rem}.footer-main{margin-bottom:3rem;text-align:center;max-width:100%}.footer-logo{justify-content:center}.footer-links{flex-direction:column;gap:2rem;width:100%}.footer-links-col{text-align:center}.footer-links-col h4:after{left:50%;transform:translateX(-50%)}.contact-item{justify-content:center}.copyright-content{flex-direction:column;gap:1rem}}@media (max-width:414px){.hero-content h2{font-size:2rem}.logo h1{font-size:1.8rem}}.app-actions{display:flex;justify-content:center;gap:1.2rem;margin-bottom:4rem;animation:fadeInUp 1s ease-out .6s backwards}.download-btn,.learn-more-btn{padding:1rem 2.2rem;font-size:1.05rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;letter-spacing:.5px}.download-btn{background:linear-gradient(120deg,#ff7f66,#ff6651);color:#fff;border:none;box-shadow:0 8px 20px rgba(255,127,102,.25);animation:pulse 2.5s infinite}.learn-more-btn{background-color:hsla(0,0%,100%,.8);color:#555;border:1px solid hsla(0,0%,100%,.8);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 15px rgba(0,0,0,.05)}.download-btn:hover{background:linear-gradient(120deg,#ff6651,#ff5540);transform:translateY(-3px);box-shadow:0 12px 30px rgba(255,127,102,.35)}.learn-more-btn:hover{background-color:hsla(0,0%,100%,.9);transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.08)}.app-preview{max-width:800px;margin:0 auto;position:relative}.app-preview:before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(255,127,102,.08) 0,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);z-index:0}.phone-mockup{width:320px;height:650px;background-color:#333;border-radius:40px;padding:12px;margin:0 auto;box-shadow:0 30px 60px rgba(0,0,0,.15),0 15px 30px rgba(0,0,0,.1),inset 0 2px 10px hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.3);animation:floatPhone 8s ease-in-out infinite,fadeInUp 1.5s ease-out .9s backwards;transform-style:preserve-3d;perspective:1000px}.phone-mockup,.phone-screen{position:relative;overflow:hidden}.phone-screen{width:100%;height:100%;background-color:#fff;border-radius:30px;box-shadow:inset 0 0 15px rgba(0,0,0,.1)}.app-screenshot{width:100%;height:100%;background:url(/img/app-preview.75a85e04.svg);background-size:cover;background-position:50%}.download-section,.features-section,.screenshots-section{padding:7rem 2rem;text-align:center}.features-section{background-color:#fff;position:relative}.features-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 10% 90%,rgba(255,127,102,.03) 0,transparent 60%);z-index:0}.screenshots-section{background-color:#fafafa;position:relative}.screenshots-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 90% 10%,rgba(255,127,102,.03) 0,transparent 60%);z-index:0}.download-section{background:linear-gradient(135deg,#f0f9ff,#e5f3ff);color:#555;position:relative;overflow:hidden}.download-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 25% 25%,rgba(255,127,102,.08) 0,transparent 45%),radial-gradient(circle at 75% 75%,rgba(255,127,102,.08) 0,transparent 45%);z-index:0}.community-section h2,.creation-section h2,.features-section h2,.resource-section h2,.screenshots-section h2,.tutorial-section h2{font-size:3.2rem;margin-bottom:1.2rem;background:linear-gradient(135deg,#ff7f66,#fa9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;font-weight:700;position:relative;z-index:1;letter-spacing:-.5px}.community-section h2:after,.creation-section h2:after,.features-section h2:after,.resource-section h2:after,.screenshots-section h2:after,.tutorial-section h2:after{content:"";position:absolute;bottom:-8px;left:25%;width:50%;height:3px;background:linear-gradient(135deg,rgba(255,127,102,.5),rgba(255,170,153,.5));border-radius:10px}.download-section h2{font-size:3.2rem;margin-bottom:1.2rem;color:#ff7f66;font-weight:700;text-shadow:0 2px 10px rgba(0,0,0,.05);position:relative;z-index:1;letter-spacing:-.5px}.community-section p.section-subtitle,.creation-section p.section-subtitle,.download-section p.section-subtitle,.features-section p.section-subtitle,.resource-section p.section-subtitle,.screenshots-section p.section-subtitle,.tutorial-section p.section-subtitle{font-size:1.2rem;margin-bottom:4rem;color:#666;max-width:800px;margin-left:auto;margin-right:auto;position:relative;z-index:1;font-weight:300;line-height:1.8}.download-section p.section-subtitle{color:#666}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;position:relative;z-index:1}.feature-card{background-color:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.04);transition:transform .4s,box-shadow .4s;border:1px solid hsla(0,0%,94%,.8);animation:fadeInUp .8s ease-out backwards;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(120deg,hsla(0,0%,100%,.8),hsla(0,0%,100%,.2) 50%,hsla(0,0%,100%,0));background-size:200% 100%;animation:shimmer 3s infinite;pointer-events:none}.features-grid>div:first-child{animation-delay:.1s}.features-grid>div:nth-child(2){animation-delay:.3s}.features-grid>div:nth-child(3){animation-delay:.5s}.features-grid>div:nth-child(4){animation-delay:.7s}.features-grid>div:nth-child(5){animation-delay:.9s}.features-grid>div:nth-child(6){animation-delay:1.1s}.feature-card:hover{transform:translateY(-15px);box-shadow:0 20px 40px rgba(0,0,0,.08)}.feature-icon{font-size:3.2rem;margin-bottom:1.5rem;display:inline-block;background:linear-gradient(135deg,#ff7f66,#fa9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.feature-card h3{margin-bottom:1.2rem;color:#333;font-weight:600;font-size:1.4rem}.feature-card p{color:#666;line-height:1.8}.screenshot-slider{display:flex;justify-content:center;flex-wrap:wrap;gap:3rem;max-width:1200px;margin:0 auto}.screenshot-item{width:240px;text-align:center}.screenshot-phone{width:240px;height:480px;background-color:#555;border-radius:30px;padding:12px;margin-bottom:1.5rem;box-shadow:0 15px 30px rgba(255,127,102,.1);border:1px solid hsla(0,0%,100%,.2);transition:transform .3s,box-shadow .3s;animation:fadeInUp .8s ease-out backwards;position:relative;overflow:hidden}.screenshot-phone:before{content:"";position:absolute;top:0;left:0;width:100%;height:30px;background-color:#555;border-radius:30px 30px 0 0;z-index:1}.screenshot-phone:after{content:"";position:absolute;width:60px;height:4px;background-color:#444;border-radius:4px;top:15px;left:50%;transform:translateX(-50%);z-index:2}.screenshot-phone:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px rgba(255,127,102,.12)}.screenshot-image{width:100%;height:100%;border-radius:20px;background-size:cover;background-position:50%}.screenshot-1{background:url(/img/%E8%8B%B1%E8%AF%AD1.3a52846e.jpg);background-size:cover;background-position:top}.screenshot-2{background:url(/img/%E8%8B%B1%E8%AF%AD2.44e1f801.jpg);background-size:cover;background-position:top}.screenshot-3{background:url(/img/%E8%8B%B1%E8%AF%AD3.f689dc34.jpg);background-size:cover;background-position:top}.screenshot-4{background:url(/img/%E8%8B%B1%E8%AF%AD4.6b827802.jpg);background-size:cover;background-position:top}.screenshot-5{background:url(/img/%E8%8B%B1%E8%AF%AD5.f6b12d9f.jpg);background-size:cover;background-position:top}.screenshot-6{background:url(/img/%E8%8B%B1%E8%AF%AD6.b113e4d4.jpg);background-size:cover;background-position:top}.screenshot-7{background:url(/img/%E8%8B%B1%E8%AF%AD7.6a266159.jpg);background-size:cover;background-position:top}.screenshot-8{background:url(/img/%E8%8B%B1%E8%AF%AD8.5884b44c.jpg);background-size:cover;background-position:top}.screenshot-slider>div:first-child .screenshot-phone{animation-delay:.1s}.screenshot-slider>div:nth-child(2) .screenshot-phone{animation-delay:.3s}.screenshot-slider>div:nth-child(3) .screenshot-phone{animation-delay:.5s}.screenshot-slider>div:nth-child(4) .screenshot-phone{animation-delay:.7s}.screenshot-slider>div:nth-child(5) .screenshot-phone{animation-delay:.9s}.screenshot-slider>div:nth-child(6) .screenshot-phone{animation-delay:1.1s}.download-content{max-width:800px;margin:0 auto}.download-buttons{display:flex;justify-content:center;gap:1.5rem;margin-top:2rem;flex-wrap:wrap;animation:fadeInUp .8s ease-out backwards}.store-button{display:flex;align-items:center;background-color:rgba(80,80,80,.6);color:#fff;padding:.9rem 1.8rem;border-radius:12px;text-decoration:none;transition:all .3s;border:1px solid hsla(0,0%,100%,.2);backdrop-filter:blur(5px)}.store-button:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 10px 25px rgba(0,0,0,.15);background-color:rgba(80,80,80,.7)}.store-icon{font-size:2.2rem;margin-right:1rem}.store-text{display:flex;flex-direction:column;align-items:flex-start}.get-text{font-size:.7rem;margin-bottom:2px}.store-name{font-size:1.2rem;font-weight:500}.store-button:first-child{animation-delay:.2s}.store-button:last-child{animation-delay:.4s}.hero-features{display:flex;justify-content:center;gap:2rem;margin-bottom:2.5rem;flex-wrap:wrap;animation:fadeInUp 1s ease-out .4s backwards}.hero-feature-item{display:flex;align-items:center;background-color:hsla(0,0%,100%,.7);padding:.8rem 1.4rem;border-radius:50px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 15px rgba(255,127,102,.08);border:1px solid hsla(0,0%,100%,.6);transition:transform .3s,box-shadow .3s}.hero-feature-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(255,127,102,.12)}.hero-feature-icon{font-size:1.3rem;margin-right:.8rem}.hero-feature-text{font-size:1rem;font-weight:500}.hero-description{font-size:1.15rem;margin-bottom:3rem;font-weight:300;opacity:.9;max-width:700px;margin-left:auto;margin-right:auto;animation:fadeInUp 1s ease-out .5s backwards;line-height:1.8;color:#444}.community-section{background-color:#fff;padding:5rem 2rem;text-align:center;border-bottom:1px solid #f0f0f0}.community-content{max-width:1200px;margin:0 auto}.community-section h2{font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(135deg,#ff7f66,#fa9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;font-weight:700}.community-section p.section-subtitle{font-size:1.1rem;margin-bottom:3.5rem;color:#666;max-width:700px;margin-left:auto;margin-right:auto}.community-features{display:flex;justify-content:center;flex-wrap:wrap;gap:2.5rem;margin-top:3rem}.community-feature{background-color:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 5px 20px rgba(255,127,102,.04);max-width:320px;transition:transform .3s;animation:fadeInUp .8s ease-out backwards}.community-feature:first-child{animation-delay:.1s}.community-feature:nth-child(2){animation-delay:.3s}.community-feature:nth-child(3){animation-delay:.5s}.community-feature:hover{transform:translateY(-10px)}.community-icon{font-size:3rem;margin-bottom:1.5rem;display:inline-block}.community-feature h3{margin-bottom:1rem;color:#444;font-weight:600;font-size:1.3rem}.community-feature p{color:#666;line-height:1.7}.creation-section{background-color:#fff;padding:5rem 2rem;text-align:center}.creation-section h2{font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(135deg,#ff7f66,#fa9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;font-weight:700}.creation-section p.section-subtitle{font-size:1.1rem;margin-bottom:3.5rem;color:#666;max-width:700px;margin-left:auto;margin-right:auto}.creation-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.creation-item{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 5px 20px rgba(255,127,102,.04);transition:transform .3s,box-shadow .3s;border:1px solid rgba(255,127,102,.03);animation:fadeInUp .8s ease-out backwards}.creation-item:first-child{animation-delay:.1s}.creation-item:nth-child(2){animation-delay:.2s}.creation-item:nth-child(3){animation-delay:.3s}.creation-item:nth-child(4){animation-delay:.4s}.creation-item:nth-child(5){animation-delay:.5s}.creation-item:nth-child(6){animation-delay:.6s}.creation-item:hover{transform:translateY(-10px);box-shadow:0 10px 25px rgba(255,127,102,.08)}.creation-icon{font-size:2.8rem;margin-bottom:1.2rem;display:inline-block;background:linear-gradient(135deg,#ff7f66,#fa9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.creation-item h3{margin-bottom:1rem;color:#444;font-weight:600;font-size:1.3rem}@media (max-width:768px){.community-features{flex-direction:column;align-items:center;gap:1.5rem}.community-feature{width:100%;max-width:100%;padding:2rem}.creation-grid{grid-template-columns:1fr}.creation-item{padding:1.5rem}}.resource-section{background-color:#f0f9ff;padding:5rem 2rem;text-align:center}.resource-section h2{font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(135deg,#ff7f66,#fa9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;font-weight:700}.resource-section p.section-subtitle{font-size:1.1rem;margin-bottom:3.5rem;color:#666;max-width:700px;margin-left:auto;margin-right:auto}.resource-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.resource-item{background-color:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 5px 20px rgba(255,127,102,.04);transition:transform .3s;animation:fadeInUp .8s ease-out backwards}.resource-item:first-child{animation-delay:.1s}.resource-item:nth-child(2){animation-delay:.3s}.resource-item:nth-child(3){animation-delay:.5s}.resource-item:nth-child(4){animation-delay:.7s}.resource-item:nth-child(5){animation-delay:.9s}.resource-item:nth-child(6){animation-delay:1.1s}.resource-item:hover{transform:translateY(-10px)}.resource-icon{font-size:3rem;margin-bottom:1.5rem;display:inline-block;background:linear-gradient(135deg,#ff7f66,#fa9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.resource-item h3{margin-bottom:1rem;color:#444;font-weight:600;font-size:1.3rem}.resource-item p{color:#666;line-height:1.7}.tutorial-section{background-color:#fff;padding:5rem 2rem;text-align:center}.tutorial-content{max-width:1200px;margin:0 auto}.tutorial-section h2{font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(135deg,#ff7f66,#fa9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;font-weight:700}.tutorial-section p.section-subtitle{font-size:1.1rem;margin-bottom:3.5rem;color:#666;max-width:700px;margin-left:auto;margin-right:auto}.tutorial-features{display:flex;justify-content:center;flex-wrap:wrap;gap:2.5rem}.tutorial-feature{background-color:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 5px 20px rgba(255,127,102,.04);max-width:320px;transition:transform .3s;animation:fadeInUp .8s ease-out backwards}.tutorial-feature:first-child{animation-delay:.1s}.tutorial-feature:nth-child(2){animation-delay:.3s}.tutorial-feature:nth-child(3){animation-delay:.5s}.tutorial-feature:nth-child(4){animation-delay:.7s}.tutorial-feature:nth-child(5){animation-delay:.9s}.tutorial-feature:nth-child(6){animation-delay:1.1s}.tutorial-feature:hover{transform:translateY(-10px)}.tutorial-icon{font-size:3rem;margin-bottom:1.5rem;display:inline-block}.tutorial-feature h3{margin-bottom:1rem;color:#444;font-weight:600;font-size:1.3rem}.tutorial-feature p{color:#666;line-height:1.7}.social-share{margin-top:3rem;animation:fadeInUp .8s ease-out .7s backwards}.social-share p{margin-bottom:1rem;color:#666}.social-icons{display:flex;justify-content:center;gap:1rem}.social-icon{padding:.8rem 1.5rem;background-color:#fff;color:#666;text-decoration:none;border-radius:50px;transition:all .3s;box-shadow:0 2px 10px rgba(0,0,0,.05)}.social-icon:hover{transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,0,0,.1);color:#ff7f66}.app-subtitle{font-size:1.4rem;margin-bottom:1.5rem;color:#555;font-weight:500;animation:fadeInUp .8s ease-out .3s backwards}.keywords-tag{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2rem;animation:fadeInUp .8s ease-out .4s backwards}.keyword{padding:.4rem 1rem;background-color:rgba(255,127,102,.1);border-radius:50px;font-size:.9rem;color:#666}.footer ul{list-style:none}.footer li{margin-bottom:.8rem}@media (max-width:768px){.resource-container{grid-template-columns:1fr}.logo h1{font-size:1.1rem}.resource-item{padding:2rem}.tutorial-features{flex-direction:column;align-items:center;gap:1.5rem}.tutorial-feature{width:100%;max-width:100%;padding:2rem}.keywords-tag{padding:0 1rem}.footer-section:last-child{margin-top:1.5rem}}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f0f9ff,#e5f3ff);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;transition:opacity .5s ease}.loading-fade-out{opacity:0}.loading-spinner{position:relative;width:100px;height:100px;margin-bottom:20px}.loading-circle{position:absolute;width:100%;height:100%;border:4px solid rgba(255,127,102,.2);border-top:4px solid #ff7f66;border-radius:50%;animation:spin 1.2s linear infinite}.loading-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2.5rem;animation:pulse 1.5s ease-in-out infinite}.loading-text{color:#666;font-size:1.2rem;font-weight:500;letter-spacing:2px;animation:fadeInOut 1.5s ease-in-out infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeInOut{0%,to{opacity:.5}50%{opacity:1}}.policy-link-btn{background:none;border:none;color:#666;cursor:pointer;font-size:inherit;padding:0;font-family:inherit;text-decoration:none;transition:color .3s}.policy-link-btn:hover{color:#ff7f66}.privacy-page[data-v-9e70a3d6]{min-height:100vh;display:flex;flex-direction:column;background:#f8f9fa;font-family:Poppins,Noto Sans SC,sans-serif}.privacy-header[data-v-9e70a3d6]{display:none}.privacy-content-wrapper[data-v-9e70a3d6]{flex:1;max-width:900px;margin:3rem auto;padding:0 2rem}.privacy-content[data-v-9e70a3d6]{background:#fff;padding:4rem;border-radius:12px;box-shadow:0 2px 20px rgba(0,0,0,.05);line-height:1.8}.privacy-title[data-v-9e70a3d6]{margin-top:0;font-size:2.4rem;color:#333;margin-bottom:2rem;text-align:center;position:relative;padding-bottom:1rem}.privacy-title[data-v-9e70a3d6]:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,#ff7f66,#fa9);border-radius:3px}.section-title[data-v-9e70a3d6]{margin-top:3rem;font-size:1.5rem;color:#444;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #eee}.privacy-section[data-v-9e70a3d6]{margin-bottom:2rem}.privacy-content p[data-v-9e70a3d6]{margin-bottom:1.2rem;line-height:1.8;color:#555;font-size:1rem}.privacy-list[data-v-9e70a3d6]{margin:1rem 0 1.5rem 2rem;list-style-type:circle}.privacy-list li[data-v-9e70a3d6]{margin-bottom:.8rem;color:#555;padding-left:.5rem}.contact-email[data-v-9e70a3d6]{color:#ff7f66;text-decoration:none;font-weight:500;transition:color .3s}.contact-email[data-v-9e70a3d6]:hover{color:#ff6651;text-decoration:underline}.privacy-footer[data-v-9e70a3d6]{display:none}@media (max-width:768px){.privacy-content-wrapper[data-v-9e70a3d6]{margin:1.5rem auto;padding:0 1rem}.privacy-content[data-v-9e70a3d6]{padding:2rem;border-radius:8px}.privacy-title[data-v-9e70a3d6]{font-size:1.8rem;margin-bottom:1.5rem}.section-title[data-v-9e70a3d6]{font-size:1.3rem;margin-top:2rem}.privacy-content p[data-v-9e70a3d6]{font-size:.95rem}}