.Navbar-module__nuAbfa__navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);transition:background .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__nuAbfa__navContainer{max-width:1200px;padding:var(--spacing-md)var(--spacing-lg);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Navbar-module__nuAbfa__navLogo{align-items:center;gap:var(--spacing-sm);font-weight:800;font-size:var(--font-size-xl);display:flex}.Navbar-module__nuAbfa__logoIcon{font-size:var(--font-size-2xl)}.Navbar-module__nuAbfa__navLinks{align-items:center;gap:var(--spacing-xl);display:flex}.Navbar-module__nuAbfa__navLinks a{color:var(--text-secondary);font-weight:500;text-decoration:none;transition:color .3s}.Navbar-module__nuAbfa__navLinks a:hover{color:var(--text-primary)}.Navbar-module__nuAbfa__mobileMenuToggle{cursor:pointer;flex-direction:column;gap:4px;display:none;position:relative}.Navbar-module__nuAbfa__mobileMenuToggle span{background:var(--text-primary);border-radius:var(--radius-full);width:25px;height:3px;transition:all .3s}.Navbar-module__nuAbfa__mobileMenuToggle.Navbar-module__nuAbfa__active span:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__nuAbfa__mobileMenuToggle.Navbar-module__nuAbfa__active span:nth-child(2){opacity:0}.Navbar-module__nuAbfa__mobileMenuToggle.Navbar-module__nuAbfa__active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:768px){.Navbar-module__nuAbfa__navLinks{display:none}.Navbar-module__nuAbfa__navLinks.Navbar-module__nuAbfa__active{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--border-color);background:rgba(10,10,10,.95);flex-direction:column;padding:1rem;display:flex;position:absolute;top:100%;left:0;right:0}.Navbar-module__nuAbfa__mobileMenuToggle{display:flex}}
.Hero-module__Z8hQ_W__hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__heroBackground{z-index:-1;position:absolute;top:0;bottom:0;left:0;right:0}.Hero-module__Z8hQ_W__gradientOrb{filter:blur(100px);opacity:.7;border-radius:50%;animation:6s ease-in-out infinite Hero-module__Z8hQ_W__float;position:absolute}.Hero-module__Z8hQ_W__orb1{background:var(--primary-gradient);width:400px;height:400px;animation-delay:0s;top:10%;left:10%}.Hero-module__Z8hQ_W__orb2{background:var(--secondary-gradient);width:300px;height:300px;animation-delay:2s;top:50%;right:10%}.Hero-module__Z8hQ_W__orb3{background:var(--accent-gradient);width:200px;height:200px;animation-delay:4s;bottom:20%;left:50%}.Hero-module__Z8hQ_W__particles{background-image:radial-gradient(2px 2px at 20px 30px,rgba(255,255,255,.3),transparent),radial-gradient(2px 2px at 40px 70px,rgba(255,255,255,.2),transparent),radial-gradient(1px 1px at 90px 40px,rgba(255,255,255,.3),transparent),radial-gradient(1px 1px at 130px 80px,rgba(255,255,255,.2),transparent);background-repeat:repeat;background-size:200px 100px;width:100%;height:100%;animation:3s linear infinite Hero-module__Z8hQ_W__sparkle;position:absolute}.Hero-module__Z8hQ_W__heroContainer{max-width:1200px;padding:var(--spacing-3xl)var(--spacing-lg);gap:var(--spacing-3xl);grid-template-columns:1fr 1fr;align-items:center;margin:0 auto;display:grid}.Hero-module__Z8hQ_W__heroContent{z-index:1}.Hero-module__Z8hQ_W__heroBadge{align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm)var(--spacing-md);border-radius:var(--radius-full);font-size:var(--font-size-sm);margin-bottom:var(--spacing-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);display:inline-flex}.Hero-module__Z8hQ_W__heroTitle{font-size:var(--font-size-5xl);margin-bottom:var(--spacing-lg);font-weight:800;line-height:1.1}.Hero-module__Z8hQ_W__heroSubtitle{font-size:var(--font-size-xl);color:var(--text-secondary);margin-bottom:var(--spacing-2xl);line-height:1.6}.Hero-module__Z8hQ_W__heroCta{gap:var(--spacing-md);margin-bottom:var(--spacing-2xl);display:flex}.Hero-module__Z8hQ_W__btnIcon{display:inline-block}.Hero-module__Z8hQ_W__heroStats{gap:var(--spacing-2xl);display:flex}.Hero-module__Z8hQ_W__stat{text-align:center}.Hero-module__Z8hQ_W__statNumber{font-size:var(--font-size-2xl);background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800;display:block}.Hero-module__Z8hQ_W__statLabel{font-size:var(--font-size-sm);color:var(--text-secondary)}.Hero-module__Z8hQ_W__heroVisual{justify-content:center;align-items:center;display:flex}.Hero-module__Z8hQ_W__demoContainer{border-radius:var(--radius-2xl);padding:var(--spacing-2xl);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow-xl);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1)}.Hero-module__Z8hQ_W__uploadDemo{align-items:center;gap:var(--spacing-xl);display:flex;position:relative}.Hero-module__Z8hQ_W__sourceImageAnimation{z-index:10;pointer-events:none;justify-content:center;width:100%;display:flex;position:absolute;top:-120px;left:0}.Hero-module__Z8hQ_W__droppingImage{border-radius:var(--radius-lg);width:80px;height:80px;box-shadow:var(--shadow-lg);opacity:0;animation:7.5s ease-in-out infinite Hero-module__Z8hQ_W__dropAnimation}.Hero-module__Z8hQ_W__uploadArea{text-align:center;padding:var(--spacing-xl);border:2px dashed var(--border-color);border-radius:var(--radius-lg);background:rgba(255,255,255,.02);transition:all .3s}.Hero-module__Z8hQ_W__uploadArea:hover{border-color:var(--primary-color);background:rgba(102,126,234,.05)}.Hero-module__Z8hQ_W__uploadIcon{font-size:var(--font-size-3xl);margin-bottom:var(--spacing-sm)}.Hero-module__Z8hQ_W__uploadBtn{background:var(--primary-gradient);color:#fff;padding:var(--spacing-sm)var(--spacing-md);border-radius:var(--radius-md);cursor:pointer;margin-top:var(--spacing-sm);border:none;justify-content:center;align-items:center;min-width:120px;height:40px;font-weight:600;transition:background .3s;display:inline-flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__btnText{opacity:1;transition:opacity .3s}.Hero-module__Z8hQ_W__processingText{opacity:0;white-space:nowrap;justify-content:center;align-items:center;padding-right:24px;transition:opacity .3s;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.Hero-module__Z8hQ_W__processingSpinner{opacity:0;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;width:16px;height:16px;margin:auto 0;animation:1s linear infinite Hero-module__Z8hQ_W__spin;position:absolute;top:0;bottom:0;right:12px}.Hero-module__Z8hQ_W__uploadBtn.Hero-module__Z8hQ_W__processing{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)}.Hero-module__Z8hQ_W__uploadBtn.Hero-module__Z8hQ_W__processing .Hero-module__Z8hQ_W__btnText{opacity:0}.Hero-module__Z8hQ_W__uploadBtn.Hero-module__Z8hQ_W__processing .Hero-module__Z8hQ_W__processingText,.Hero-module__Z8hQ_W__uploadBtn.Hero-module__Z8hQ_W__processing .Hero-module__Z8hQ_W__processingSpinner{opacity:1}.Hero-module__Z8hQ_W__transformationArrow{flex-direction:column;align-items:center;transition:all .5s;display:flex;position:relative}.Hero-module__Z8hQ_W__transformationArrow.Hero-module__Z8hQ_W__highlight{transform:scale(1.1)}.Hero-module__Z8hQ_W__arrowHead{font-size:var(--font-size-xl);color:var(--primary-color)}.Hero-module__Z8hQ_W__transformationArrow.Hero-module__Z8hQ_W__highlight .Hero-module__Z8hQ_W__arrowHead{color:#f59e0b;text-shadow:0 0 10px rgba(245,158,11,.5)}.Hero-module__Z8hQ_W__arrowSpinner{opacity:0;border:3px solid rgba(245,158,11,.3);border-top-color:#f59e0b;border-radius:50%;width:46px;height:46px;transition:opacity .3s;animation:1s linear infinite Hero-module__Z8hQ_W__spin;position:absolute;top:-20%}.Hero-module__Z8hQ_W__transformationArrow.Hero-module__Z8hQ_W__highlight .Hero-module__Z8hQ_W__arrowSpinner{opacity:1}.Hero-module__Z8hQ_W__resultPreview{border-radius:var(--radius-lg);background:rgba(255,255,255,.05);justify-content:center;align-items:center;width:200px;height:200px;display:flex;position:relative}.Hero-module__Z8hQ_W__resultContent{text-align:center;opacity:0;width:100%;height:100%;padding:var(--spacing-md);flex-direction:column;justify-content:center;align-items:center;transition:opacity .5s;display:flex;position:absolute;top:0;left:0}.Hero-module__Z8hQ_W__initialState{opacity:1}.Hero-module__Z8hQ_W__initialState p{color:var(--text-primary);font-size:var(--font-size-base);font-weight:600}.Hero-module__Z8hQ_W__resultSpinner{border:3px solid rgba(102,126,234,.3);border-top:3px solid var(--primary-color);width:40px;height:40px;margin-bottom:var(--spacing-sm);border-radius:50%;animation:1s linear infinite Hero-module__Z8hQ_W__spin}.Hero-module__Z8hQ_W__processingState p{color:var(--text-secondary);font-size:var(--font-size-sm)}.Hero-module__Z8hQ_W__stickerVideo{border-radius:var(--radius-lg);object-fit:cover;width:100px;height:100px;box-shadow:var(--shadow-md);border:2px solid rgba(255,255,255,.2)}.Hero-module__Z8hQ_W__resultPreview.Hero-module__Z8hQ_W__step-1 .Hero-module__Z8hQ_W__initialState{opacity:1}.Hero-module__Z8hQ_W__resultPreview.Hero-module__Z8hQ_W__step-1 .Hero-module__Z8hQ_W__processingState,.Hero-module__Z8hQ_W__resultPreview.Hero-module__Z8hQ_W__step-1 .Hero-module__Z8hQ_W__finalResult{opacity:0}.Hero-module__Z8hQ_W__resultPreview.Hero-module__Z8hQ_W__step-2 .Hero-module__Z8hQ_W__processingState{opacity:1}.Hero-module__Z8hQ_W__resultPreview.Hero-module__Z8hQ_W__step-2 .Hero-module__Z8hQ_W__initialState,.Hero-module__Z8hQ_W__resultPreview.Hero-module__Z8hQ_W__step-2 .Hero-module__Z8hQ_W__finalResult{opacity:0}.Hero-module__Z8hQ_W__resultPreview.Hero-module__Z8hQ_W__step-3 .Hero-module__Z8hQ_W__finalResult{opacity:1}.Hero-module__Z8hQ_W__resultPreview.Hero-module__Z8hQ_W__step-3 .Hero-module__Z8hQ_W__initialState,.Hero-module__Z8hQ_W__resultPreview.Hero-module__Z8hQ_W__step-3 .Hero-module__Z8hQ_W__processingState{opacity:0}@keyframes Hero-module__Z8hQ_W__dropAnimation{0%{opacity:0;transform:translate(-130px)translateY(-50px)scale(.8)}6.67%{opacity:1;transform:translate(-130px)translateY(0)scale(1)}16%{opacity:1;transform:translate(-130px)translateY(140px)scale(.9)}18.67%{opacity:0;transform:translate(-130px)translateY(140px)scale(.8)}to{opacity:0;transform:translate(-130px)translateY(140px)scale(.8)}}@keyframes Hero-module__Z8hQ_W__float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(180deg)}}@keyframes Hero-module__Z8hQ_W__sparkle{0%{transform:translateY(0)}to{transform:translateY(-100px)}}@keyframes Hero-module__Z8hQ_W__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.Hero-module__Z8hQ_W__heroContainer{text-align:center;gap:var(--spacing-2xl);padding-top:var(--spacing-xl);grid-template-columns:1fr}.Hero-module__Z8hQ_W__heroBadge{margin-top:var(--spacing-lg);margin-bottom:var(--spacing-lg)}.Hero-module__Z8hQ_W__heroTitle{font-size:var(--font-size-3xl)}.Hero-module__Z8hQ_W__heroSubtitle{font-size:var(--font-size-lg)}.Hero-module__Z8hQ_W__heroCta{flex-direction:column;align-items:center}.Hero-module__Z8hQ_W__heroStats{justify-content:center;gap:var(--spacing-lg)}.Hero-module__Z8hQ_W__uploadDemo{gap:var(--spacing-lg);flex-direction:column}.Hero-module__Z8hQ_W__transformationArrow,.Hero-module__Z8hQ_W__transformationArrow.Hero-module__Z8hQ_W__highlight{transform:rotate(90deg)}.Hero-module__Z8hQ_W__droppingImage{animation:8.5s ease-in-out infinite Hero-module__Z8hQ_W__dropAnimationOnMobile}.Hero-module__Z8hQ_W__orb1{width:200px;height:200px;left:5%}.Hero-module__Z8hQ_W__orb2{width:150px;height:150px;right:5%}.Hero-module__Z8hQ_W__orb3{width:100px;height:100px;left:50%;transform:translate(-50%)}@keyframes Hero-module__Z8hQ_W__dropAnimationOnMobile{0%{opacity:0;transform:translate(0)translateY(-50px)scale(.8)}6.67%{opacity:1;transform:translate(0)translateY(0)scale(1)}16%{opacity:1;transform:translate(0)translateY(140px)scale(.9)}18.67%{opacity:0;transform:translate(0)translateY(140px)scale(.8)}to{opacity:0;transform:translate(0)translateY(140px)scale(.8)}}}@media (max-width:480px){.Hero-module__Z8hQ_W__heroContainer{padding-top:var(--spacing-2xl)}.Hero-module__Z8hQ_W__heroBadge{margin-top:var(--spacing-xl);margin-bottom:var(--spacing-xl);font-size:var(--font-size-xs);padding:var(--spacing-xs)var(--spacing-sm)}.Hero-module__Z8hQ_W__heroTitle{font-size:var(--font-size-2xl)}.Hero-module__Z8hQ_W__demoContainer{padding:var(--spacing-lg)}.Hero-module__Z8hQ_W__droppingImage{animation:8.5s ease-in-out infinite Hero-module__Z8hQ_W__dropAnimationOnMobile}.Hero-module__Z8hQ_W__orb1{width:150px;height:150px;left:2%}.Hero-module__Z8hQ_W__orb2{width:120px;height:120px;right:2%}.Hero-module__Z8hQ_W__orb3{width:80px;height:80px;left:50%;transform:translate(-50%)}@keyframes Hero-module__Z8hQ_W__dropAnimationOnMobile{0%{opacity:0;transform:translate(0)translateY(-50px)scale(.8)}6.67%{opacity:1;transform:translate(0)translateY(0)scale(1)}16%{opacity:1;transform:translate(0)translateY(140px)scale(.9)}18.67%{opacity:0;transform:translate(0)translateY(140px)scale(.8)}to{opacity:0;transform:translate(0)translateY(140px)scale(.8)}}}
.HowItWorks-module__a-Tr4W__howItWorks{padding:var(--spacing-3xl)0;background:rgba(255,255,255,.02)}.HowItWorks-module__a-Tr4W__sectionHeader{text-align:center;margin-bottom:var(--spacing-3xl)}.HowItWorks-module__a-Tr4W__sectionHeader h2{font-size:var(--font-size-3xl);margin-bottom:var(--spacing-md);background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.HowItWorks-module__a-Tr4W__sectionSubtitle{font-size:var(--font-size-lg);color:var(--text-secondary);max-width:600px;margin:0 auto}.HowItWorks-module__a-Tr4W__stepsContainer{justify-content:center;align-items:center;gap:var(--spacing-2xl);box-sizing:border-box;width:100%;max-width:1000px;margin:0 auto;display:flex;overflow:hidden}.HowItWorks-module__a-Tr4W__step{text-align:center;flex:1;max-width:250px}.HowItWorks-module__a-Tr4W__stepIcon{margin:0 auto var(--spacing-lg);justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:relative}.HowItWorks-module__a-Tr4W__iconCircle{background:var(--primary-gradient);width:80px;height:80px;font-size:var(--font-size-2xl);box-shadow:var(--shadow-glow);border-radius:50%;justify-content:center;align-items:center;display:flex}.HowItWorks-module__a-Tr4W__stepNumber{background:var(--background-dark);border:2px solid var(--primary-color);width:30px;height:30px;font-weight:800;font-size:var(--font-size-sm);color:var(--primary-color);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:-5px;right:-5px}.HowItWorks-module__a-Tr4W__step h3{font-size:var(--font-size-xl);margin-bottom:var(--spacing-sm);color:var(--text-primary);font-weight:700}.HowItWorks-module__a-Tr4W__step p{color:var(--text-secondary);line-height:1.6}.HowItWorks-module__a-Tr4W__stepConnector{align-items:center;gap:var(--spacing-sm);margin:0 var(--spacing-lg);flex-direction:column;display:flex}.HowItWorks-module__a-Tr4W__connectorLine{background:var(--primary-gradient);border-radius:var(--radius-full);width:60px;height:2px}.HowItWorks-module__a-Tr4W__connectorDots{gap:var(--spacing-xs);display:flex}.HowItWorks-module__a-Tr4W__connectorDots span{background:var(--primary-color);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite HowItWorks-module__a-Tr4W__pulse}.HowItWorks-module__a-Tr4W__connectorDots span:nth-child(2){animation-delay:.3s}.HowItWorks-module__a-Tr4W__connectorDots span:nth-child(3){animation-delay:.6s}@keyframes HowItWorks-module__a-Tr4W__pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@media (max-width:768px){.HowItWorks-module__a-Tr4W__stepsContainer{gap:var(--spacing-xl);flex-direction:column}.HowItWorks-module__a-Tr4W__stepConnector{margin:var(--spacing-lg)0;transform:rotate(90deg)}}
.StickerGuide-module__Zr_0mW__stickerGuide{padding:var(--spacing-3xl)0;background:rgba(255,255,255,.02)}.StickerGuide-module__Zr_0mW__sectionHeader{text-align:center;margin-bottom:var(--spacing-3xl)}.StickerGuide-module__Zr_0mW__sectionHeader h2{font-size:var(--font-size-3xl);margin-bottom:var(--spacing-md);background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.StickerGuide-module__Zr_0mW__guideContentSingle{margin-bottom:var(--spacing-3xl)}.StickerGuide-module__Zr_0mW__guideStepFull{border-radius:var(--radius-xl);padding:var(--spacing-2xl);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);max-width:800px;margin:0 auto;transition:all .3s}.StickerGuide-module__Zr_0mW__guideStepFull:hover{border-color:var(--primary-color);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.StickerGuide-module__Zr_0mW__stepRequirements{margin:0;padding:0;list-style:none}.StickerGuide-module__Zr_0mW__stepRequirements li{color:var(--text-secondary);padding:var(--spacing-xs)0;padding-left:var(--spacing-lg);position:relative}.StickerGuide-module__Zr_0mW__stepRequirements li:before{content:"•";color:var(--primary-color);font-weight:700;position:absolute;left:0}.StickerGuide-module__Zr_0mW__guideExamplesHorizontal{margin-bottom:var(--spacing-2xl)}.StickerGuide-module__Zr_0mW__exampleFlowHorizontal{justify-content:space-around;align-items:center;gap:var(--spacing-xl);border-radius:var(--radius-xl);padding:var(--spacing-2xl);box-sizing:border-box;background-color:rgba(255,255,255,.05);background-image:linear-gradient(#1a1a1a,#1a1a1a),linear-gradient(135deg,#667eea 0%,#764ba2 100%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:border-box;background-clip:padding-box,border-box;border:2px solid transparent;width:100%;display:flex;overflow:hidden;box-shadow:0 0 15px rgba(102,126,234,.2)}.StickerGuide-module__Zr_0mW__exampleStepHorizontal{text-align:center;flex-shrink:0}.StickerGuide-module__Zr_0mW__exampleImageHorizontal{width:240px;height:240px;margin:0 auto var(--spacing-md);border-radius:var(--radius-lg);background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.2);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.StickerGuide-module__Zr_0mW__exampleImageHorizontal img{object-fit:cover;width:100%;height:100%}.StickerGuide-module__Zr_0mW__exampleInfoHorizontal{margin-top:var(--spacing-sm)}.StickerGuide-module__Zr_0mW__flowArrowHorizontal{align-items:center;gap:var(--spacing-xs);margin:0 var(--spacing-md);flex-direction:column;flex-shrink:0;display:flex}.StickerGuide-module__Zr_0mW__arrowLineHorizontal{background:var(--primary-gradient);width:40px;height:2px}.StickerGuide-module__Zr_0mW__arrowHeadHorizontal{font-size:var(--font-size-lg);color:var(--primary-color);font-weight:700}.StickerGuide-module__Zr_0mW__processLabel{font-size:var(--font-size-xs);color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-weight:600}.StickerGuide-module__Zr_0mW__imageLabel{font-size:var(--font-size-sm);color:var(--text-primary);margin-bottom:var(--spacing-xs);font-weight:600}.StickerGuide-module__Zr_0mW__imageQuality,.StickerGuide-module__Zr_0mW__packInfo,.StickerGuide-module__Zr_0mW__animationInfo{font-size:var(--font-size-xs);color:var(--text-secondary)}.StickerGuide-module__Zr_0mW__imageQuality{color:#10b981}.StickerGuide-module__Zr_0mW__stickerPackGrid{gap:var(--spacing-xs);width:100%;height:100%;padding:var(--spacing-sm);grid-template-columns:repeat(3,1fr);display:grid}.StickerGuide-module__Zr_0mW__miniSticker{background:var(--primary-gradient);border-radius:var(--radius-sm);font-size:var(--font-size-sm);box-shadow:var(--shadow-sm);justify-content:center;align-items:center;display:flex}.StickerGuide-module__Zr_0mW__animatedExample{background:var(--accent-gradient)}.StickerGuide-module__Zr_0mW__animatedSticker{width:60px;height:60px;margin:0 auto;position:relative}.StickerGuide-module__Zr_0mW__stickerFace{font-size:var(--font-size-2xl);animation:1.5s ease-in-out infinite alternate StickerGuide-module__Zr_0mW__bounce}.StickerGuide-module__Zr_0mW__bounceEffect{background:rgba(0,0,0,.2);border-radius:50%;width:40px;height:8px;animation:1.5s ease-in-out infinite alternate StickerGuide-module__Zr_0mW__shadow-bounce;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}@keyframes StickerGuide-module__Zr_0mW__bounce{0%{transform:translateY(0)}to{transform:translateY(-5px)}}@keyframes StickerGuide-module__Zr_0mW__shadow-bounce{0%{opacity:.3;transform:translate(-50%)scale(1)}to{opacity:.1;transform:translate(-50%)scale(.8)}}.StickerGuide-module__Zr_0mW__guideTips{gap:var(--spacing-xl);grid-template-columns:1fr 1fr;display:grid}.StickerGuide-module__Zr_0mW__tipCard{align-items:flex-start;gap:var(--spacing-md);border-radius:var(--radius-lg);padding:var(--spacing-lg);background-color:rgba(255,255,255,.05);background-image:linear-gradient(#1a1a1a,#1a1a1a),linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:border-box;background-clip:padding-box,border-box;border:2px solid transparent;transition:all .3s;display:flex}.StickerGuide-module__Zr_0mW__tipCard:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.StickerGuide-module__Zr_0mW__tipCard:nth-child(2){background-image:linear-gradient(#1a1a1a,#1a1a1a),linear-gradient(135deg,#f97316 0%,#ea580c 100%);background-origin:border-box;background-clip:padding-box,border-box}.StickerGuide-module__Zr_0mW__tipIcon{font-size:var(--font-size-xl);margin-top:var(--spacing-xs);flex-shrink:0}.StickerGuide-module__Zr_0mW__tipContent h4{font-size:var(--font-size-lg);color:var(--text-primary);margin-bottom:var(--spacing-xs);font-weight:600}.StickerGuide-module__Zr_0mW__tipContent p{color:var(--text-secondary);margin:0;line-height:1.5}@media (max-width:768px){.StickerGuide-module__Zr_0mW__exampleFlowHorizontal{gap:var(--spacing-lg);padding:var(--spacing-lg);box-sizing:border-box;flex-direction:column;align-items:center;width:100%;overflow:hidden}.StickerGuide-module__Zr_0mW__flowArrowHorizontal{margin:var(--spacing-md)0;transform:rotate(90deg)}.StickerGuide-module__Zr_0mW__exampleImageHorizontal{width:220px;height:220px}.StickerGuide-module__Zr_0mW__guideTips{gap:var(--spacing-lg);grid-template-columns:1fr}.StickerGuide-module__Zr_0mW__exampleStepHorizontal{width:100%;max-width:240px;margin:0 auto}.StickerGuide-module__Zr_0mW__exampleStepHorizontal .StickerGuide-module__Zr_0mW__w-64{max-width:180px;height:auto;width:100%!important}.StickerGuide-module__Zr_0mW__exampleStepHorizontal img,.StickerGuide-module__Zr_0mW__exampleStepHorizontal video{object-fit:cover;width:100%;max-width:180px;height:auto}}@media (max-width:480px){.StickerGuide-module__Zr_0mW__exampleStepHorizontal{max-width:240px}.StickerGuide-module__Zr_0mW__exampleStepHorizontal .StickerGuide-module__Zr_0mW__w-64,.StickerGuide-module__Zr_0mW__exampleStepHorizontal img,.StickerGuide-module__Zr_0mW__exampleStepHorizontal video{max-width:140px}.StickerGuide-module__Zr_0mW__exampleStepHorizontal video{height:140px}.StickerGuide-module__Zr_0mW__exampleImageHorizontal{width:220px;height:220px}.StickerGuide-module__Zr_0mW__guideTips{gap:var(--spacing-md);grid-template-columns:1fr}.StickerGuide-module__Zr_0mW__tipCard{padding:var(--spacing-md)}.StickerGuide-module__Zr_0mW__comparisonNote{padding:var(--spacing-md);text-align:center;flex-direction:column}}
.DemoVideo-module__8set4q__demoVideo{padding:var(--spacing-3xl)0;background:var(--background-dark)}.DemoVideo-module__8set4q__demoContent{gap:var(--spacing-3xl);box-sizing:border-box;grid-template-columns:1fr 1fr;align-items:center;width:100%;display:grid;overflow:hidden}.DemoVideo-module__8set4q__demoText .DemoVideo-module__8set4q__sectionHeader{text-align:left;margin-bottom:var(--spacing-2xl)}.DemoVideo-module__8set4q__sectionHeader h2{font-size:var(--font-size-3xl);margin-bottom:var(--spacing-md);background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.DemoVideo-module__8set4q__sectionSubtitle{font-size:var(--font-size-lg);color:var(--text-secondary)}.DemoVideo-module__8set4q__demoFeatures{gap:var(--spacing-lg);margin-bottom:var(--spacing-2xl);flex-direction:column;display:flex}.DemoVideo-module__8set4q__demoFeature{align-items:center;gap:var(--spacing-md);padding:var(--spacing-md);border-radius:var(--radius-lg);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);display:flex}.DemoVideo-module__8set4q__featureIcon{font-size:var(--font-size-2xl);text-align:center;width:50px}.DemoVideo-module__8set4q__demoFeature h4{font-size:var(--font-size-lg);margin-bottom:var(--spacing-xs);color:var(--text-primary);font-weight:600}.DemoVideo-module__8set4q__demoFeature p{color:var(--text-secondary);margin:0}.DemoVideo-module__8set4q__btnIcon{display:inline-block}.DemoVideo-module__8set4q__demoVideoContainer{justify-content:center;display:flex}.DemoVideo-module__8set4q__videoPlaceholder{aspect-ratio:16/10;background:var(--primary-gradient);border-radius:var(--radius-xl);cursor:pointer;width:100%;max-width:500px;transition:transform .3s;position:relative;overflow:hidden}.DemoVideo-module__8set4q__videoPlaceholder:hover{transform:scale(1.02)}.DemoVideo-module__8set4q__playButton{width:80px;height:80px;font-size:var(--font-size-2xl);z-index:2;background:rgba(255,255,255,.9);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.DemoVideo-module__8set4q__videoPlaceholder:hover .DemoVideo-module__8set4q__playButton{background:#fff;transform:translate(-50%,-50%)scale(1.1)}.DemoVideo-module__8set4q__videoOverlay{padding:var(--spacing-2xl)var(--spacing-lg)var(--spacing-lg);color:#fff;text-align:center;background:linear-gradient(transparent,rgba(0,0,0,.8));position:absolute;bottom:0;left:0;right:0}.DemoVideo-module__8set4q__videoOverlay h3{font-size:var(--font-size-xl);margin-bottom:var(--spacing-xs);font-weight:700}.DemoVideo-module__8set4q__videoOverlay p{opacity:.9;margin:0}@media (max-width:768px){.DemoVideo-module__8set4q__demoContent{gap:var(--spacing-2xl);text-align:center;grid-template-columns:1fr}.DemoVideo-module__8set4q__demoText .DemoVideo-module__8set4q__sectionHeader{text-align:center}.DemoVideo-module__8set4q__demoFeature{text-align:center;gap:var(--spacing-sm);flex-direction:column}}
.StickerTypes-module__SzaaiW__stickerTypes{padding:var(--spacing-3xl)0;background:rgba(255,255,255,.02)}.StickerTypes-module__SzaaiW__sectionHeader{text-align:center;margin-bottom:var(--spacing-3xl)}.StickerTypes-module__SzaaiW__sectionHeader h2{font-size:var(--font-size-3xl);margin-bottom:var(--spacing-md);background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.StickerTypes-module__SzaaiW__sectionSubtitle{font-size:var(--font-size-lg);color:var(--text-secondary);max-width:600px;margin:0 auto}.StickerTypes-module__SzaaiW__stickerTypesGrid{gap:var(--spacing-2xl);margin-bottom:var(--spacing-2xl);grid-template-columns:1fr 1fr;display:grid}.StickerTypes-module__SzaaiW__stickerTypeCard{border-radius:var(--radius-xl);padding:var(--spacing-xl)var(--spacing-2xl);text-align:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);transition:all .3s;position:relative}.StickerTypes-module__SzaaiW__stickerTypeCard:hover{border-color:var(--primary-color);box-shadow:var(--shadow-glow);transform:translateY(-5px)}.StickerTypes-module__SzaaiW__stickerTypeCard.StickerTypes-module__SzaaiW__featured{border-color:var(--primary-color);background:rgba(102,126,234,.1)}.StickerTypes-module__SzaaiW__popularBadge{background:var(--secondary-gradient);color:#fff;padding:var(--spacing-xs)var(--spacing-md);border-radius:var(--radius-full);font-size:var(--font-size-sm);font-weight:600;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.StickerTypes-module__SzaaiW__typeIcon{margin-bottom:var(--spacing-lg);justify-content:center;align-items:center;gap:var(--spacing-md);display:flex}.StickerTypes-module__SzaaiW__staticDemo{padding:6px}.StickerTypes-module__SzaaiW__staticDemo,.StickerTypes-module__SzaaiW__animatedDemo{background:var(--primary-gradient);width:120px;height:120px;font-size:var(--font-size-3xl);box-shadow:var(--shadow-lg);border-radius:50%;justify-content:center;align-items:center;margin:0 auto;display:flex}.StickerTypes-module__SzaaiW__animatedDemo{border:1px solid #6973db}.StickerTypes-module__SzaaiW__stickerTypeCard h3{font-size:var(--font-size-2xl);margin-bottom:var(--spacing-md);color:var(--text-primary);font-weight:700}.StickerTypes-module__SzaaiW__typeDescription{color:var(--text-secondary);margin-bottom:var(--spacing-lg);line-height:1.6}.StickerTypes-module__SzaaiW__typeFeatures{gap:var(--spacing-sm);margin-bottom:var(--spacing-lg);flex-direction:column;display:flex}.StickerTypes-module__SzaaiW__typeFeatures .StickerTypes-module__SzaaiW__feature{text-align:left;color:var(--text-secondary);font-size:var(--font-size-sm)}.StickerTypes-module__SzaaiW__typeExamples{justify-content:center;gap:var(--spacing-sm);display:flex}.StickerTypes-module__SzaaiW__exampleSticker{background:var(--accent-gradient);border-radius:var(--radius-lg);width:50px;height:50px;font-size:var(--font-size-xl);box-shadow:var(--shadow-md);justify-content:center;align-items:center;display:flex}.StickerTypes-module__SzaaiW__exampleSticker.StickerTypes-module__SzaaiW__animated{animation:1.5s ease-in-out infinite StickerTypes-module__SzaaiW__wiggle}@keyframes StickerTypes-module__SzaaiW__bounce{0%{transform:translateY(0)}to{transform:translateY(-5px)}}@keyframes StickerTypes-module__SzaaiW__wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(5deg)}75%{transform:rotate(-5deg)}}.StickerTypes-module__SzaaiW__comparisonNote{align-items:center;gap:var(--spacing-md);border-radius:var(--radius-lg);padding:var(--spacing-lg);margin-top:var(--spacing-2xl);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);display:flex}.StickerTypes-module__SzaaiW__noteIcon{font-size:var(--font-size-2xl);flex-shrink:0}.StickerTypes-module__SzaaiW__comparisonNote p{color:var(--text-secondary);margin:0}@media (max-width:1200px){.StickerTypes-module__SzaaiW__staticDemo,.StickerTypes-module__SzaaiW__animatedDemo{width:160px;height:160px}.StickerTypes-module__SzaaiW__stickerTypesGrid{gap:var(--spacing-xl);grid-template-rows:1fr 1fr;grid-template-columns:1fr;display:grid}}@media (max-width:768px){.StickerTypes-module__SzaaiW__comparisonNote{text-align:center;flex-direction:column}.StickerTypes-module__SzaaiW__staticDemo,.StickerTypes-module__SzaaiW__animatedDemo{width:100px;height:100px}}@media (max-width:480px){.StickerTypes-module__SzaaiW__staticDemo,.StickerTypes-module__SzaaiW__animatedDemo{width:64px;height:64px}}
.DocPage-module___doMJW__mdDocument h1{font-size:var(--font-size-2xl);font-weight:700}.DocPage-module___doMJW__mdDocument h1,.DocPage-module___doMJW__mdDocument h2,.DocPage-module___doMJW__mdDocument h3,.DocPage-module___doMJW__mdDocument h4{margin-top:1em}
.GalleryShowcase-module__Z3Aavq__galleryShowcase{padding:var(--spacing-3xl)0;background:var(--background-dark)}.GalleryShowcase-module__Z3Aavq__sectionHeader{text-align:center;margin-bottom:var(--spacing-3xl)}.GalleryShowcase-module__Z3Aavq__sectionHeader h2{font-size:var(--font-size-3xl);margin-bottom:var(--spacing-md);background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.GalleryShowcase-module__Z3Aavq__sectionSubtitle{font-size:var(--font-size-lg);color:var(--text-secondary);max-width:600px;margin:0 auto}.GalleryShowcase-module__Z3Aavq__galleryTabs{justify-content:center;gap:var(--spacing-md);margin-bottom:var(--spacing-2xl);flex-wrap:wrap;display:flex}.GalleryShowcase-module__Z3Aavq__tabBtn{border:2px solid var(--border-color);color:var(--text-secondary);padding:var(--spacing-sm)var(--spacing-lg);border-radius:var(--radius-full);cursor:pointer;background:0 0;font-weight:600;transition:all .3s}.GalleryShowcase-module__Z3Aavq__tabBtn:hover,.GalleryShowcase-module__Z3Aavq__tabBtn.GalleryShowcase-module__Z3Aavq__active{border-color:var(--primary-color);color:var(--text-primary);background:rgba(102,126,234,.1)}.GalleryShowcase-module__Z3Aavq__galleryGrid{gap:var(--spacing-xl);margin-bottom:var(--spacing-3xl);box-sizing:border-box;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));width:100%;display:grid;overflow:hidden}.GalleryShowcase-module__Z3Aavq__galleryItem{transition:all .3s}.GalleryShowcase-module__Z3Aavq__galleryCard{border-radius:var(--radius-xl);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);transition:all .3s;overflow:hidden}.GalleryShowcase-module__Z3Aavq__galleryCard:hover{border-color:var(--primary-color);box-shadow:var(--shadow-xl);transform:translateY(-5px)}.GalleryShowcase-module__Z3Aavq__beforeAfter{padding:var(--spacing-lg);align-items:center;gap:var(--spacing-md);display:flex}.GalleryShowcase-module__Z3Aavq__imageContainer{aspect-ratio:1;border-radius:var(--radius-lg);flex:1;position:relative;overflow:hidden}.GalleryShowcase-module__Z3Aavq__imageContainer img{object-fit:cover;width:100%;height:100%}.GalleryShowcase-module__Z3Aavq__label{bottom:var(--spacing-xs);left:var(--spacing-xs);color:#fff;padding:var(--spacing-xs)var(--spacing-sm);border-radius:var(--radius-sm);font-size:var(--font-size-xs);background:rgba(0,0,0,.8);font-weight:600;position:absolute}.GalleryShowcase-module__Z3Aavq__stickerType{top:var(--spacing-xs);right:var(--spacing-xs);font-size:var(--font-size-lg);position:absolute}.GalleryShowcase-module__Z3Aavq__transformArrow{font-size:var(--font-size-xl);color:var(--primary-color);font-weight:700}.GalleryShowcase-module__Z3Aavq__animatedPreview{position:relative}.GalleryShowcase-module__Z3Aavq__animationIndicator{gap:2px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.GalleryShowcase-module__Z3Aavq__pulse{background:var(--primary-color);border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite GalleryShowcase-module__Z3Aavq__pulse}.GalleryShowcase-module__Z3Aavq__pulse:nth-child(2){animation-delay:.3s}.GalleryShowcase-module__Z3Aavq__pulse:nth-child(3){animation-delay:.6s}@keyframes GalleryShowcase-module__Z3Aavq__pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.GalleryShowcase-module__Z3Aavq__galleryInfo{padding:var(--spacing-lg);border-top:1px solid rgba(255,255,255,.1)}.GalleryShowcase-module__Z3Aavq__galleryInfo h4{font-size:var(--font-size-lg);margin-bottom:var(--spacing-xs);color:var(--text-primary);font-weight:600}.GalleryShowcase-module__Z3Aavq__galleryInfo p{color:var(--text-secondary);margin-bottom:var(--spacing-sm)}.GalleryShowcase-module__Z3Aavq__galleryStats{gap:var(--spacing-md);font-size:var(--font-size-sm);color:var(--text-muted);display:flex}.GalleryShowcase-module__Z3Aavq__galleryCta{text-align:center;padding:var(--spacing-2xl);border-radius:var(--radius-xl);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1)}.GalleryShowcase-module__Z3Aavq__galleryCta h3{font-size:var(--font-size-2xl);margin-bottom:var(--spacing-sm);color:var(--text-primary);font-weight:700}.GalleryShowcase-module__Z3Aavq__galleryCta p{color:var(--text-secondary);margin-bottom:var(--spacing-lg)}.GalleryShowcase-module__Z3Aavq__btnIcon{display:inline-block}@media (max-width:768px){.GalleryShowcase-module__Z3Aavq__galleryGrid{grid-template-columns:1fr}.GalleryShowcase-module__Z3Aavq__beforeAfter{gap:var(--spacing-lg);flex-direction:column}.GalleryShowcase-module__Z3Aavq__transformArrow{transform:rotate(90deg)}}
