*{box-sizing:border-box;margin:0;padding:0}html,body{overscroll-behavior:none;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}:root{--bg-primary:#09090b;--bg-secondary:#111113;--bg-card:#18181b;--bg-card-hover:#1c1c21;--bg-surface:#18181b;--border-color:#ffffff1a;--border-color-hover:#ffffff26;--text-primary:#f4f4f5;--text-secondary:#9ca3af;--text-muted:#fff6;--accent-primary:#6366f1;--accent-secondary:#a78bfa;--accent-purple:#a855f7;--accent-glow:#6366f14d;--success:#10b981;--success-bg:#10b9811a;--error:#ef4444;--error-bg:#ef44441a;--gradient-primary:linear-gradient(135deg,#6366f1 0%,#a855f7 100%);--gradient-text:linear-gradient(to right,#6366f1,#a855f7);color:var(--text-primary);background-color:var(--bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.6}body{background:var(--bg-primary);min-width:320px;min-height:100vh;margin:0;position:relative;overflow-x:hidden}a{color:var(--accent-primary);font-weight:500;text-decoration:none;transition:color .2s}a:hover{color:var(--accent-secondary)}h1,h2,h3,h4,h5,h6{letter-spacing:-.03em;font-weight:700;line-height:1.1}button{border:1px solid var(--border-color);background-color:var(--bg-card);color:var(--text-primary);cursor:pointer;border-radius:12px;padding:.75em 1.5em;font-family:inherit;font-size:.95rem;font-weight:500;transition:all .2s}button:hover{background-color:var(--bg-card-hover);border-color:var(--border-color-hover)}button:focus,button:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}::selection{color:#fff;background-color:#6366f14d}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#27272a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3f3f46}@keyframes blob{0%{transform:translate(0)scale(1)}33%{transform:translate(30px,-50px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}to{transform:translate(0)scale(1)}}.animate-blob{animation:7s infinite blob}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}.header{z-index:100;background:0 0;border-bottom:1px solid #0000;justify-content:center;align-items:center;height:5rem;padding:0 1.5rem;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.header.scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border-color);background:#000000b3}.header-inner{justify-content:space-between;align-items:center;width:100%;max-width:80rem;display:flex}.logo{align-items:center;gap:.5rem;display:flex}.logo-text{letter-spacing:-.05em;font-size:1.5rem;font-weight:700}.logo-text-highlight{color:var(--accent-primary)}.logo-text-dim{color:var(--text-secondary)}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:0;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--text-primary)}.badge{border:1px solid var(--border-color);color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:20px;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.7rem;font-weight:500;display:flex}.badge-dot{background:var(--success);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.95)}}.main-content{flex-direction:column;flex:1;padding-top:5rem;display:flex;position:relative;overflow:hidden}.bg-blobs{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.blob{mix-blend-mode:multiply;filter:blur(60px);opacity:.2;border-radius:50%;position:absolute}.blob-1{background:#6366f14d;width:18rem;height:18rem;top:0;left:-4rem}.blob-2{background:#10b9814d;width:18rem;height:18rem;animation-delay:2s;top:0;right:-4rem}.blob-3{background:#a855f74d;width:18rem;height:18rem;animation-delay:4s;bottom:-2rem;left:5rem}.hero-section{z-index:10;align-items:center;min-height:calc(100vh - 80px);padding:5rem 1.5rem;display:flex;position:relative;overflow:hidden}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;width:100%;max-width:80rem;margin:0 auto;display:grid}.hero-left{flex-direction:column;gap:2rem;display:flex}.hero-badge{border:1px solid var(--border-color);color:var(--accent-primary);text-transform:uppercase;letter-spacing:.1em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:50px;align-items:center;width:fit-content;padding:.75rem 1rem;font-size:.75rem;font-weight:500;display:inline-flex}.hero-title{letter-spacing:-.02em;color:var(--text-primary);font-size:clamp(3rem,6vw,4.5rem);font-weight:700;line-height:1.1}.hero-title .highlight{background:linear-gradient(to right,var(--accent-primary),#a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.hero-title .frame-white{color:#fff;-webkit-text-fill-color:#fff;-webkit-background-clip:initial;background-clip:initial;display:inline-block;background:0 0!important}.hero-subtitle{color:#9ca3af;max-width:32rem;font-size:1.125rem;line-height:1.7}.hero-actions{align-items:center;gap:1rem;margin-top:.5rem;display:flex}.cta-button{color:#000;cursor:pointer;background:#fff;border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.cta-button:hover{background:#e5e7eb}.cta-button svg{width:18px;height:18px}.social-links{align-items:center;gap:1rem;padding-left:.5rem;display:flex}.social-link{color:var(--text-muted);transition:color .2s}.social-link:hover{color:var(--text-primary)}.social-link svg{width:20px;height:20px}.hero-right{justify-content:center;align-items:center;width:100%;height:300px;display:flex;position:relative}@media (min-width:768px){.hero-right{height:400px}}.video-showcase{border:1px solid var(--border-color);background:linear-gradient(to bottom right,#27272a,#000);border-radius:1.5rem;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.drop-zone{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;padding:2rem;transition:all .3s;display:flex;position:absolute;inset:0}.drop-zone:before{content:"";background:var(--gradient-primary);opacity:0;transition:opacity .3s;position:absolute;inset:0}.drop-zone:hover:before,.drop-zone.dragging:before{opacity:.1}.drop-zone.dragging{border:2px dashed var(--accent-primary)}.drop-zone.loading{cursor:wait;pointer-events:none}.drop-zone.disabled{cursor:not-allowed;opacity:.6;pointer-events:none}.drop-zone.blurred{filter:blur(4px);pointer-events:none}.drop-zone-content{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex;position:relative}.upload-icon{width:72px;height:72px;color:var(--accent-primary);background:#6366f11a;border:1px solid #6366f133;border-radius:20px;justify-content:center;align-items:center;margin-bottom:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.upload-icon:before{content:"";z-index:-1;background:#6366f133;border-radius:20px;animation:2s ease-in-out infinite pulseGlow;position:absolute;inset:-2px}.drop-zone:hover .upload-icon{background:#6366f126;border-color:#6366f166;transform:scale(1.05)}.drop-zone.dragging .upload-icon{background:#6366f133;border-color:#6366f180}.upload-icon svg{width:32px;height:32px;animation:2s ease-in-out infinite arrowBounce}.drop-zone:hover .upload-icon svg{animation:1s ease-in-out infinite arrowBounce}@keyframes pulseGlow{0%,to{opacity:0;transform:scale(.95)}50%{opacity:1;transform:scale(1.05)}}@keyframes arrowBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.drop-zone-title{color:var(--text-primary);font-size:1.25rem;font-weight:600}.drop-zone-subtitle{color:var(--text-muted);font-size:.9rem}.file-types{gap:.5rem;margin-top:.5rem;display:flex}.file-type-badge{border:1px solid var(--border-color);color:var(--text-muted);background:#ffffff0d;border-radius:8px;padding:.35rem .75rem;font-family:monospace;font-size:.75rem;font-weight:500}.turnstile-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#000000d9;border-radius:20px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.turnstile-wrapper{border:1px solid var(--border-color);background:#ffffff0d;border-radius:16px;padding:2rem;box-shadow:0 20px 40px #0000004d}.loader{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.loader-spinner{border:3px solid var(--border-color);border-top-color:var(--accent-primary);border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.circular-progress{justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}.progress-ring{transform:rotate(-90deg)}.progress-ring-circle-bg{stroke:#ffffff1a}.progress-ring-circle{stroke:var(--accent-primary);filter:drop-shadow(0 0 8px var(--accent-glow));transition:stroke-dashoffset .3s}.progress-content{flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute}.progress-icon{width:32px;height:32px;color:var(--accent-primary);animation:2s ease-in-out infinite pulse}.progress-icon svg{width:100%;height:100%}.progress-percentage{color:var(--text-primary);font-variant-numeric:tabular-nums;font-size:1.25rem;font-weight:700}.loader-text{color:var(--text-secondary);align-items:center;gap:.25rem;font-size:.95rem;font-weight:500;transition:color .3s;display:flex}.loader-text.processing{color:var(--accent-primary);font-weight:600}.animated-dots:after{content:"";animation:1.5s steps(4,end) infinite dots}@keyframes dots{0%,20%{content:""}40%{content:"."}60%{content:".."}80%,to{content:"..."}}.error{background:var(--error-bg);color:var(--error);z-index:20;border:1px solid #ef444433;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:.9rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.error-icon{flex-shrink:0;width:20px;height:20px}.result{background:linear-gradient(135deg,#18181b,#09090b);flex-direction:column;display:flex;position:absolute;inset:0}.result-header{border-bottom:1px solid var(--border-color);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.floating-share-panel{z-index:50;flex-direction:column;gap:1.25rem;animation:.4s cubic-bezier(.16,1,.3,1) slideInRight;display:flex;position:fixed;top:50%;right:2rem;transform:translateY(-50%)}@keyframes slideInRight{0%{opacity:0;transform:translateY(-50%)translate(30px)}to{opacity:1;transform:translateY(-50%)translate(0)}}.floating-share-item{flex-direction:column;align-items:center;gap:.5rem;display:flex}.floating-share-btn{cursor:pointer;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000026,0 0 0 1px #ffffff1a}.floating-share-btn:before{content:"";opacity:0;background:#ffffff1a;border-radius:50%;transition:opacity .2s;position:absolute;inset:0}.floating-share-btn:hover{transform:scale(1.15);box-shadow:0 6px 20px #00000040,0 0 0 1px #fff3}.floating-share-btn:hover:before{opacity:1}.floating-share-btn:active{transform:scale(.95)}.floating-share-btn svg{z-index:1;width:22px;height:22px;position:relative}.floating-share-label{color:var(--text-primary);text-shadow:0 2px 8px #0000004d;letter-spacing:.02em;font-size:.75rem;font-weight:600}.copy-btn{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary))}.copy-btn.copied{background:linear-gradient(135deg,#22c55e,#16a34a)}.twitter-btn{background:#000}.facebook-btn{background:#1877f2}.whatsapp-btn{background:#25d366}.telegram-btn{background:#08c}.linkedin-btn{background:#0a66c2}.email-btn{background:linear-gradient(135deg,#ea4335,#fbbc05)}.more-btn{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary)}.more-btn svg{stroke-width:2.5px;width:28px;height:28px}.more-btn:hover{background:var(--bg-card-hover);border-color:var(--border-color-hover);color:var(--text-primary)}.result-title{align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.result-title svg{width:16px;height:16px;color:var(--success)}.result-image-container{background:var(--bg-secondary);flex:1;justify-content:center;align-items:center;padding:1rem;display:flex;overflow:hidden}.result-image{object-fit:contain;border-radius:8px;max-width:100%;max-height:100%;display:block}.result-footer{border-top:1px solid var(--border-color);flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.result-actions{align-items:center;gap:.75rem;display:flex}.success-msg{color:var(--success);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.success-msg svg{width:16px;height:16px}.reset-btn{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .2s;display:inline-flex}.reset-btn:hover{background:var(--bg-card-hover);border-color:var(--border-color-hover);color:var(--text-primary)}.reset-btn svg{width:16px;height:16px}.download-btn{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 20px var(--accent-glow);border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.download-btn:hover{box-shadow:0 6px 30px var(--accent-glow);color:#fff;transform:translateY(-2px)}.download-btn svg{width:18px;height:18px}.footer{border-top:1px solid var(--border-color);z-index:10;background:#000;padding:3rem 1.5rem;position:relative}.footer-inner{flex-direction:column;gap:1.5rem;max-width:1280px;margin:0 auto;display:flex}@media (min-width:768px){.footer-inner{flex-direction:row;justify-content:space-between;align-items:center}}.footer-brand{flex-direction:column;gap:.5rem;display:flex}.footer-title{color:var(--text-primary);font-size:1.25rem;font-weight:700}.footer-copyright{color:var(--text-muted);font-size:.875rem}.footer-links{align-items:center;gap:1.5rem;display:flex}.footer-link{color:var(--text-secondary);font-size:.875rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--text-primary)}.how-to-section{z-index:10;width:100%;max-width:1280px;margin:0 auto;padding:4rem 2rem;position:relative}.how-to-header{margin-bottom:3rem}.how-to-title{color:var(--text-primary);margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.how-to-subtitle{color:var(--text-secondary);max-width:500px;font-size:1rem}.steps{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.step{border:1px solid var(--border-color);background:linear-gradient(135deg,#6366f126 0%,#09090b 100%);border-radius:24px;flex-direction:column;justify-content:space-between;min-height:220px;padding:1.75rem;transition:all .3s;display:flex}.step:nth-child(2){background:linear-gradient(135deg,#10b98126 0%,#09090b 100%)}.step:nth-child(3){background:linear-gradient(135deg,#a855f726 0%,#09090b 100%)}.step:hover{border-color:var(--border-color-hover);transform:translateY(-4px)}.step-icon{width:48px;height:48px;color:var(--accent-primary);background:#6366f133;border-radius:14px;justify-content:center;align-items:center;margin-bottom:auto;display:flex}.step:nth-child(2) .step-icon{color:#10b981;background:#10b98133}.step:nth-child(3) .step-icon{color:#a855f7;background:#a855f733}.step-icon svg{width:24px;height:24px}.step-content{margin-top:1.5rem}.step-number{color:var(--text-primary);margin-bottom:.5rem;font-size:3rem;font-weight:700;line-height:1}.step-content h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.step-content p{color:var(--text-muted);font-size:.9rem;line-height:1.6}@media (max-width:900px){.hero-container{grid-template-columns:1fr;gap:2.5rem}.hero-left{text-align:center;order:2;align-items:center}.hero-right{order:1}.hero-subtitle{max-width:100%}.hero-actions{flex-direction:column;width:100%}.cta-button{justify-content:center;width:100%}.social-links{padding-left:0}.video-showcase{height:350px}.steps{grid-template-columns:1fr}}@media (max-width:640px){.header{padding:1rem 1.25rem}.hero-section{padding:1.5rem}.video-showcase{border-radius:16px;height:300px}.result-footer{flex-direction:column;align-items:stretch}.result-actions{flex-direction:column}.download-btn,.reset-btn{justify-content:center;width:100%}.floating-share-panel{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#000000bf;border-radius:50px;flex-direction:row;gap:1rem;padding:1rem 1.5rem;position:fixed;inset:auto auto 5rem 50%;transform:translate(-50%);box-shadow:0 8px 32px #0000004d}@keyframes slideInRight{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.floating-share-item{gap:.35rem}.floating-share-btn{width:44px;height:44px}.floating-share-btn svg{width:20px;height:20px}.more-btn svg{width:24px;height:24px}.floating-share-label{font-size:.65rem}.how-to-section{padding:2rem 1.25rem}}
