@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;min-width:320px;min-height:100vh}#root{width:100%}button{font-family:inherit}img{display:block}:root{--primary-color: #6366f1;--primary-dark: #4f46e5;--secondary-color: #8b5cf6;--success-color: #10b981;--background: #0f172a;--surface: #1e293b;--surface-light: #334155;--text-primary: #f8fafc;--text-secondary: #cbd5e1;--border-color: #334155;--shadow: 0 20px 25px -5px rgba(0, 0, 0, .3), 0 10px 10px -5px rgba(0, 0, 0, .2);--shadow-lg: 0 25px 50px -12px rgba(0, 0, 0, .5)}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden}body{background:var(--background);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;min-height:100vh;overflow-x:hidden}.app{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;max-width:100vw}.header{background:linear-gradient(135deg,#1e293b,#334155);padding:1.5rem 2rem;box-shadow:0 4px 20px #0000004d;position:relative;overflow:hidden;border-bottom:1px solid rgba(99,102,241,.2)}.header:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(99,102,241,.1) 0%,transparent 70%);animation:headerPulse 15s ease-in-out infinite}@keyframes headerPulse{0%,to{transform:translate(0) scale(1)}50%{transform:translate(5%,5%) scale(1.1)}}.header-content{max-width:1400px;margin:0 auto;position:relative;z-index:1;text-align:center}.logo{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.5rem}.logo-icon{width:50px;height:50px;background:transparent;border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:none;animation:iconFloat 3s ease-in-out infinite;overflow:visible}.logo-image{width:100%;height:100%;object-fit:contain;padding:0}@keyframes iconFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-5px) rotate(2deg)}}.logo h1{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#fff,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.tagline{font-size:.95rem;color:#cbd5e1;font-weight:400;letter-spacing:.3px}.main-content{flex:1;width:100%;padding:0;overflow-x:hidden}.upload-section{width:100%;background:var(--background)}.content-container{max-width:1400px;width:100%;margin:0 auto;padding:3rem 2rem;overflow-x:hidden}.upload-area-section{margin:3rem auto;max-width:900px}.upload-zone{width:100%;background:var(--surface);border:3px dashed var(--border-color);border-radius:24px;padding:4rem 2rem;transition:all .3s ease;cursor:pointer}.upload-zone:hover{border-color:var(--primary-color);background:var(--surface-light);transform:translateY(-4px);box-shadow:var(--shadow)}.file-input{display:none}.upload-label{display:flex;flex-direction:column;align-items:center;gap:1rem;cursor:pointer;text-align:center}.upload-icon{width:96px;height:96px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.upload-label h3{font-size:1.75rem;color:var(--text-primary);font-weight:700}.upload-label p{color:var(--text-secondary);font-size:1rem}.supported-formats{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.875rem;margin-top:1rem;padding:.5rem 1rem;background:var(--background);border-radius:12px}.editor-section{display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start;padding:2rem;max-width:1600px;margin:0 auto}.editor-workspace{background:var(--surface);border-radius:24px;padding:2rem;box-shadow:var(--shadow)}.sidebar{background:var(--surface);border-radius:24px;padding:2rem;box-shadow:var(--shadow);position:sticky;top:2rem}.editor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--border-color)}.editor-header h3{font-size:1.5rem;font-weight:700;color:var(--text-primary)}.editor-actions{display:flex;gap:1rem}.btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #6366f166}.btn-secondary{background:var(--surface-light);color:var(--text-primary)}.btn-secondary:hover{background:var(--border-color);transform:translateY(-2px)}.image-preview{width:100%;min-height:500px;border-radius:16px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;background:#fff}.image-preview img{max-width:100%;max-height:600px;object-fit:contain}.processing-overlay{position:absolute;inset:0;background:#0f172af2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;color:var(--text-primary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.spinner{animation:spin 1s linear infinite;color:var(--primary-color)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.processing-overlay p{font-size:1.25rem;font-weight:600}.progress-bar{width:300px;height:8px;background:var(--surface-light);border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));transition:width .3s ease;border-radius:999px}.progress-text{font-size:1rem;font-weight:700;color:var(--primary-color)}.error-message{background:#ef44441a;border:2px solid rgba(239,68,68,.3);border-radius:12px;padding:1rem;margin-bottom:1rem;text-align:center}.error-message p{color:#fca5a5;margin-bottom:.5rem}.processed-image{max-width:100%;max-height:600px;object-fit:contain;animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.background-templates{width:100%}.templates-title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-primary)}.templates-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.template-item{cursor:pointer;transition:all .2s ease}.template-item:hover{transform:translateY(-2px)}.template-preview{width:100%;height:100px;border-radius:12px;border:3px solid transparent;transition:all .2s ease;position:relative;overflow:hidden}.template-item.selected .template-preview{border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-color)}.check-icon{position:absolute;top:8px;right:8px;width:32px;height:32px;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;animation:checkIn .3s ease}@keyframes checkIn{0%{transform:scale(0)}to{transform:scale(1)}}.template-name{display:block;text-align:center;margin-top:.5rem;font-size:.875rem;color:var(--text-secondary);font-weight:500}.custom-upload .upload-bg-label{cursor:pointer;border:2px dashed var(--border-color);display:flex;align-items:center;justify-content:center;transition:all .2s ease}.custom-upload .upload-bg-label:hover{border-color:var(--primary-color);background:var(--surface-light)}.upload-bg-content{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-secondary)}.custom-bg-preview{width:100%;height:100%;background-size:cover;background-position:center;border-radius:12px;position:relative}.custom-color-picker{position:relative}.color-picker-label{cursor:pointer;position:relative;overflow:hidden}.color-preview{width:100%;height:100%;border-radius:12px;display:flex;align-items:center;justify-content:center;position:relative;transition:all .2s ease;border:2px solid var(--border-color)}.color-picker-label:hover .color-preview{border-color:var(--primary-color)}.color-icon{color:var(--text-primary);filter:drop-shadow(0 2px 4px rgba(0,0,0,.5));position:absolute;z-index:1;pointer-events:none}.color-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.footer{background:linear-gradient(180deg,var(--surface) 0%,#1a2332 100%);padding:1.5rem 2rem 1rem;text-align:center;border-top:1px solid var(--border-color);margin-top:auto}.footer-content{max-width:1200px;margin:0 auto}.footer-brand{margin-bottom:1.5rem}.footer-powered{color:var(--text-primary);font-size:.875rem;margin:0;font-weight:500}.footer-powered a{color:var(--primary-color);text-decoration:none;font-weight:700;transition:all .3s ease}.footer-powered a:hover{color:var(--secondary-color);text-decoration:underline}.footer-tagline{color:var(--text-secondary);font-size:.75rem;margin:.25rem 0 0;opacity:.8}.footer-keywords{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;font-size:.7rem;color:var(--text-secondary);opacity:.6;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(99,102,241,.1)}.footer-keywords span{white-space:nowrap}.footer-version{margin-top:.75rem;font-size:.7rem;color:var(--text-secondary);opacity:.5;font-weight:500}.hero-section{text-align:center;margin-bottom:3rem;padding:0;max-width:1000px;margin-left:auto;margin-right:auto}.upload-area-section{margin:3rem auto;max-width:700px}.hero-content{position:relative}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:#6366f11a;border:1px solid rgba(99,102,241,.2);border-radius:50px;font-size:.875rem;color:var(--primary-color);font-weight:600;margin-bottom:1.5rem;animation:badgePulse 2s ease-in-out infinite}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.badge-dot{width:8px;height:8px;background:var(--primary-color);border-radius:50%;animation:dotPulse 1.5s ease-in-out infinite}@keyframes dotPulse{0%,to{opacity:1}50%{opacity:.5}}.seo-heading{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;color:var(--text-primary);margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.02em}.gradient-text{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.seo-description{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-secondary);line-height:1.8;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto;padding:0 1rem}.hero-stats{display:flex;justify-content:center;align-items:center;gap:clamp(1rem,3vw,2rem);margin-top:2rem;padding:clamp(1.25rem,3vw,2rem);background:#6366f10d;border-radius:20px;border:1px solid rgba(99,102,241,.1);flex-wrap:wrap}.stat-item{text-align:center}.stat-number{font-size:2rem;font-weight:800;color:var(--primary-color);margin-bottom:.25rem}.stat-label{font-size:.875rem;color:var(--text-secondary);font-weight:500}.stat-divider{width:1px;height:40px;background:var(--border-color)}.features-section{margin-top:clamp(3rem,5vw,4rem);padding:clamp(2rem,3vw,3rem) clamp(1.5rem,2vw,2rem);background:linear-gradient(135deg,#6366f108,#8b5cf608);border-radius:clamp(20px,3vw,30px);border:1px solid rgba(99,102,241,.1);position:relative;overflow:hidden}.features-section:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(99,102,241,.1) 0%,transparent 70%);animation:featureGlow 10s ease-in-out infinite}@keyframes featureGlow{0%,to{transform:translate(0)}50%{transform:translate(-20%,20%)}}.section-header{text-align:center;margin-bottom:2rem;position:relative;z-index:1}.features-heading{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--text-primary);margin-bottom:.75rem}.section-subtitle{font-size:1.125rem;color:var(--text-secondary);margin:0}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1rem,1.5vw,1.5rem);max-width:1400px;margin:0 auto;position:relative;z-index:1}.feature-item{text-align:center;padding:1.75rem 1.5rem;background:#1e293b66;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(99,102,241,.15);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.feature-item:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));transform:scaleX(0);transition:transform .4s ease}.feature-item:hover:before{transform:scaleX(1)}.feature-item:hover{transform:translateY(-8px);border-color:#6366f166;box-shadow:0 20px 40px #6366f140;background:#1e293b99}.feature-icon{width:50px;height:50px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:12px;color:#fff;transition:all .4s ease}.feature-item:hover .feature-icon{transform:scale(1.1) rotate(5deg)}.feature-icon svg{width:24px;height:24px}.feature-item h3{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.feature-item p{color:var(--text-secondary);line-height:1.6;font-size:.875rem}.how-it-works{margin-top:clamp(3rem,5vw,4rem);margin-bottom:clamp(3rem,5vw,4rem);padding:0}.steps-grid{display:flex;justify-content:center;align-items:center;gap:2rem;max-width:1000px;margin:0 auto;flex-wrap:wrap}.step-item{flex:1;min-width:200px;text-align:center;padding:2rem 1.5rem;background:var(--surface);border-radius:20px;border:2px solid var(--border-color);transition:all .3s ease}.step-item:hover{border-color:var(--primary-color);transform:scale(1.05)}.step-number{width:50px;height:50px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:50%;font-size:1.5rem;font-weight:800;color:#fff}.step-item h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.step-item p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.step-arrow{font-size:2rem;color:var(--primary-color);font-weight:300}@media(max-width:1024px){.editor-section{grid-template-columns:1fr}.sidebar{position:static}.templates-grid{grid-template-columns:repeat(3,1fr)}.hero-section{padding:0}.content-container{padding:2.5rem 1.5rem}.features-grid{grid-template-columns:repeat(2,1fr)}.seo-heading{font-size:2.5rem}}@media(max-width:768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){body{overflow-x:hidden}.app{max-width:100vw;overflow-x:hidden}.content-container{padding:1.5rem 1rem;max-width:100%;overflow-x:hidden}.hero-badge{font-size:.75rem;padding:.4rem 1rem}.seo-heading{font-size:1.5rem;line-height:1.3}.seo-description{font-size:.9rem;padding:0 .5rem}.features-grid{grid-template-columns:1fr;gap:1rem;max-width:100%}.feature-item{padding:1.5rem 1rem;max-width:100%}.feature-icon{width:45px;height:45px}.feature-icon svg{width:22px;height:22px}.feature-item h3{font-size:1rem}.feature-item p{font-size:.8rem}.upload-zone{padding:2rem 1rem}.upload-icon{width:70px;height:70px}.upload-label h3{font-size:1.25rem}.upload-label p{font-size:.875rem}.content-container{padding:1.5rem 1rem}.upload-area-section{margin:2rem auto;max-width:100%;overflow-x:hidden}.features-section{padding:2rem 1rem;margin-top:2rem;max-width:100%;overflow-x:hidden}.how-it-works{margin-top:2rem;margin-bottom:2rem}.step-item{padding:1.5rem 1rem}.step-number{width:40px;height:40px;font-size:1.25rem;margin-bottom:1rem}.step-item h3{font-size:1.125rem}.step-item p{font-size:.875rem}.editor-section{padding:1rem;gap:1.5rem;max-width:100%;overflow-x:hidden}.editor-workspace,.sidebar{padding:1.25rem;border-radius:16px}.templates-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.template-item{padding:.75rem}.template-preview{height:80px}.template-name{font-size:.75rem}}@media(max-width:768px){.content-container{padding:2rem 1rem}.main-content{padding:0}.editor-section{padding:1.5rem 1rem}.upload-zone{padding:3rem 1.5rem}.editor-workspace,.sidebar{padding:1.5rem}.templates-grid{grid-template-columns:repeat(2,1fr)}.editor-header{flex-direction:column;align-items:flex-start;gap:1rem}.editor-actions{width:100%;flex-direction:column}.btn{width:100%;justify-content:center}.hero-section{padding:0;margin-bottom:2rem}.upload-area-section{margin:2rem auto}.seo-description{font-size:1rem}.features-heading{font-size:1.75rem}.features-grid{grid-template-columns:1fr}.hero-stats{padding:1.25rem;gap:1rem;margin-top:1.5rem}.stat-item{flex:1 1 auto;min-width:80px}.stat-number{font-size:1.5rem}.stat-label{font-size:.75rem}.stat-divider{display:none}.steps-grid{flex-direction:column;gap:1rem}.step-item{padding:1.5rem 1rem}.step-arrow{transform:rotate(90deg);font-size:1.5rem}.footer-keywords{font-size:.7rem;gap:.35rem}}@media(max-width:480px){.hero-stats{flex-wrap:wrap;padding:1rem}.stat-item{min-width:70px}.stat-number{font-size:1.25rem}.stat-label{font-size:.7rem}.seo-heading{font-size:1.35rem}.features-heading{font-size:1.5rem}.section-subtitle{font-size:.875rem}.content-container{padding:1.25rem .75rem}.editor-section{padding:.75rem}.sidebar,.editor-workspace{padding:1rem}.btn{font-size:.875rem;padding:.625rem 1rem}.footer-powered{font-size:.8rem}.footer-tagline{font-size:.7rem}.footer-keywords{font-size:.65rem}}
