.editor-module__6x9rbG__desktopLayout{background-color:var(--background);width:100vw;height:100vh;display:flex;overflow:hidden}.editor-module__6x9rbG__previewSection{background:radial-gradient(circle at center, var(--surface) 0%, var(--background) 100%);flex:1;justify-content:center;align-items:center;display:flex;position:relative}.editor-module__6x9rbG__controlsSection{background-color:var(--surface);border-left:1px solid var(--border);z-index:10;flex-direction:column;width:400px;min-width:350px;display:flex;overflow-y:auto;box-shadow:-10px 0 40px #0f172a0f}.editor-module__6x9rbG__header{border-bottom:1px solid var(--border);padding:24px}.editor-module__6x9rbG__header h1{margin-bottom:4px;font-size:1.25rem;font-weight:600}.editor-module__6x9rbG__header p{color:var(--text-secondary);font-size:.875rem}.editor-module__6x9rbG__controlsContent{flex-direction:column;gap:24px;padding:24px;display:flex}.editor-module__6x9rbG__sectionTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:12px;font-size:.875rem;font-weight:600}.editor-module__6x9rbG__segmentControl{background-color:var(--background);border-radius:var(--radius-md);border:1px solid var(--border);padding:4px;display:flex}.editor-module__6x9rbG__segmentBtn{border-radius:var(--radius-sm);color:var(--text-secondary);transition:var(--transition);flex:1;padding:8px 12px;font-size:.875rem;font-weight:500}.editor-module__6x9rbG__segmentBtn.editor-module__6x9rbG__active{background-color:var(--surface-hover);color:var(--text-primary);box-shadow:var(--shadow-sm)}.editor-module__6x9rbG__uploadArea{border:2px dashed var(--border);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);background-color:var(--background);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:40px 20px;display:flex}.editor-module__6x9rbG__uploadArea:hover{border-color:var(--primary);background-color:var(--primary-light);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.editor-module__6x9rbG__uploadBox{border:2px dashed var(--border);border-radius:var(--radius-md);background-color:var(--background);transition:var(--transition);flex:1;justify-content:center;align-items:center;display:flex}.editor-module__6x9rbG__uploadBox:hover{border-color:var(--primary);background-color:var(--primary-light);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.editor-module__6x9rbG__uploadIcon{color:var(--text-secondary)}.editor-module__6x9rbG__uploadText{color:var(--text-secondary);text-align:center;font-size:.875rem}.editor-module__6x9rbG__uploadArea input[type=file]{display:none}.editor-module__6x9rbG__previewContainer{aspect-ratio:9/16;touch-action:none;background-color:#0000;justify-content:center;align-items:center;width:100%;max-width:400px;display:flex;position:relative}.editor-module__6x9rbG__phoneFrame{justify-content:center;align-items:center;width:320px;height:650px;display:flex;position:relative}.editor-module__6x9rbG__mockupOverlay{z-index:20;pointer-events:none;object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.editor-module__6x9rbG__canvasContainer{z-index:10;background-color:#0000;border-radius:40px;width:92%;height:96%;position:relative;overflow:hidden}.editor-module__6x9rbG__userImage{transform-origin:50%;cursor:grab;-webkit-user-select:none;user-select:none;max-width:none;position:absolute}.editor-module__6x9rbG__userImage:active{cursor:grabbing}.editor-module__6x9rbG__lenticularEffect{pointer-events:none;z-index:15;opacity:.5;background:repeating-linear-gradient(90deg,#ffffff1a,#ffffff1a 1px,#0000 1px 4px);width:100%;height:100%;position:absolute;top:0;left:0}.editor-module__6x9rbG__controlGroup{flex-direction:column;gap:8px;display:flex}.editor-module__6x9rbG__controlLabel{color:var(--text-secondary);justify-content:space-between;font-size:.8rem;display:flex}.editor-module__6x9rbG__slider{width:100%;accent-color:var(--primary)}.editor-module__6x9rbG__imageThumb{object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--border);width:60px;height:80px}.editor-module__6x9rbG__uploadedFiles{flex-wrap:wrap;gap:12px;display:flex}.editor-module__6x9rbG__fileItem{position:relative}.editor-module__6x9rbG__removeBtn{color:#fff;width:20px;height:20px;box-shadow:var(--shadow-sm);background:#ef4444;border-radius:50%;justify-content:center;align-items:center;font-size:12px;display:flex;position:absolute;top:-8px;right:-8px}.editor-module__6x9rbG__playButton{background-color:var(--primary);color:#fff;border-radius:var(--radius-sm);width:100%;transition:var(--transition);justify-content:center;align-items:center;gap:8px;margin-bottom:16px;padding:10px;font-size:.875rem;font-weight:500;display:flex}.editor-module__6x9rbG__playButton:hover{background-color:var(--primary-hover)}.editor-module__6x9rbG__playButton.editor-module__6x9rbG__active{background-color:#ef4444}.editor-module__6x9rbG__playButton.editor-module__6x9rbG__active:hover{background-color:#dc2626}.editor-module__6x9rbG__tutorialOverlay{-webkit-backdrop-filter:blur(12px)saturate(180%);color:#fff;z-index:50;pointer-events:none;background:linear-gradient(135deg,#6366f1eb 0%,#8b5cf6eb 50%,#ec4899eb 100%);border-radius:22px;justify-content:center;align-items:center;min-width:180px;padding:22px 28px;animation:.45s cubic-bezier(.34,1.56,.64,1) backwards editor-module__6x9rbG__tutorialPop,3s ease-in-out .5s infinite editor-module__6x9rbG__tutorialBreathe;display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:inset 0 0 0 1px #ffffff26,0 8px 32px #6366f159,0 4px 12px #ec489940}.editor-module__6x9rbG__tutorialGlow{filter:blur(20px);z-index:-1;pointer-events:none;background:radial-gradient(circle at 30% 30%,#6366f166,#0000 60%),radial-gradient(circle at 70% 70%,#ec489966,#0000 60%);animation:4s ease-in-out infinite editor-module__6x9rbG__glowShift;position:absolute;inset:-40px}.editor-module__6x9rbG__tutorialStep{z-index:1;flex-direction:column;align-items:center;gap:14px;animation:.4s ease-out backwards editor-module__6x9rbG__stepFadeIn;display:flex;position:relative}.editor-module__6x9rbG__tutorialIconBubble{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:inset 0 0 0 1px #ffffff4d,0 4px 16px #ffffff26}.editor-module__6x9rbG__tutorialText{text-align:center;letter-spacing:.02em;text-shadow:0 1px 8px #00000040;font-size:.95rem;font-weight:600;line-height:1.35}@keyframes editor-module__6x9rbG__tutorialPop{0%{opacity:0;transform:translate(-50%,-50%)scale(.7)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes editor-module__6x9rbG__tutorialBreathe{0%,to{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-50%,-50%)scale(1.03)}}@keyframes editor-module__6x9rbG__glowShift{0%,to{opacity:.85;transform:translate(0)scale(1)}50%{opacity:1;transform:translate(8px,-8px)scale(1.1)}}@keyframes editor-module__6x9rbG__stepFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes editor-module__6x9rbG__swipeY{0%{transform:translateY(-10px)rotate(-3deg)}50%{transform:translateY(10px)rotate(3deg)}to{transform:translateY(-10px)rotate(-3deg)}}@keyframes editor-module__6x9rbG__pinchInOut{0%{gap:4px;transform:scale(1)}50%{gap:18px;transform:scale(1.2)}to{gap:4px;transform:scale(1)}}.editor-module__6x9rbG__animSwipe{animation:1.4s cubic-bezier(.45,.05,.55,.95) infinite editor-module__6x9rbG__swipeY}.editor-module__6x9rbG__animPinch{animation:1.4s cubic-bezier(.45,.05,.55,.95) infinite editor-module__6x9rbG__pinchInOut}.editor-module__6x9rbG__whatsappBtn{color:#fff;border-radius:var(--radius-sm);width:100%;transition:var(--transition);cursor:pointer;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border:none;justify-content:center;align-items:center;gap:8px;margin-top:8px;padding:16px;font-size:1.05rem;font-weight:600;text-decoration:none;display:flex;box-shadow:0 4px 14px #25d36663}.editor-module__6x9rbG__whatsappBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #25d36680}.editor-module__6x9rbG__btnSecondary{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer;transition:var(--transition);box-shadow:var(--shadow-sm);justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:.9rem;font-weight:500;display:flex}.editor-module__6x9rbG__btnSecondary:hover{background-color:var(--surface-hover);border-color:var(--text-secondary);transform:translateY(-1px)}.editor-module__6x9rbG__mobileEditorContainer{display:none}@media (max-width:768px){.editor-module__6x9rbG__desktopLayout{display:none!important}.editor-module__6x9rbG__mobileEditorContainer{background-color:#ece5dd;flex-direction:column;width:100vw;height:100dvh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow:hidden;display:flex!important}.editor-module__6x9rbG__mobileScreen{background-color:#ece5dd;flex-direction:column;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.editor-module__6x9rbG__mobileHeader{color:#fff;z-index:50;background-color:#075e54;align-items:center;min-height:60px;padding:16px;display:flex;box-shadow:0 2px 4px #0000001a}.editor-module__6x9rbG__mobileContent{flex:1;overflow-y:auto}.editor-module__6x9rbG__mobilePreviewWrapper{flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.editor-module__6x9rbG__mobilePreviewWrapper .editor-module__6x9rbG__phoneFrame{transform-origin:50%;transform:scale(.85)}.editor-module__6x9rbG__mobileBottomSheet{z-index:50;background-color:#fff;border-radius:24px 24px 0 0;flex-direction:column;margin-top:auto;padding:24px 20px;display:flex;box-shadow:0 -4px 20px #0000001a}.editor-module__6x9rbG__whatsappBtnMobile{color:#fff;cursor:pointer;background-color:#25d366;border:none;border-radius:24px;justify-content:center;align-items:center;width:100%;padding:16px;font-size:1.1rem;font-weight:600;transition:transform .2s;display:flex;box-shadow:0 4px 14px #25d36666}.editor-module__6x9rbG__whatsappBtnMobile:active{transform:scale(.98)}.editor-module__6x9rbG__whatsappBtnMobile:disabled{opacity:.7}.editor-module__6x9rbG__mobileSelect{color:#1e293b;background-color:#f8fafc;border:1px solid #d1d5db;border-radius:12px;outline:none;flex:1;min-width:0;padding:14px 16px;font-size:.95rem}}.editor-module__6x9rbG__aiRow{align-items:stretch;gap:8px;display:flex}.editor-module__6x9rbG__otraFundaBtn{color:#075e54;cursor:pointer;background:#fff;border:1.5px solid #25d366;border-radius:24px;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:10px;padding:14px;font-family:inherit;font-size:1rem;font-weight:700;transition:transform .15s,background .15s;display:flex}.editor-module__6x9rbG__otraFundaBtn:hover{background:#f0fff6}.editor-module__6x9rbG__otraFundaBtn:active{transform:scale(.98)}.editor-module__6x9rbG__otraFundaBtn:disabled{opacity:.6;cursor:default}.editor-module__6x9rbG__cartBadge{text-align:center;color:#0c7a47;margin-top:8px;font-size:.8rem;font-weight:600}.editor-module__6x9rbG__aiBtnWrap{flex:none;display:flex;position:relative}.editor-module__6x9rbG__aiFillBtn{color:#fff;white-space:nowrap;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#4f46e5);border:none;border-radius:24px;justify-content:center;align-items:center;gap:6px;padding:14px 16px;font-family:inherit;font-size:.9rem;font-weight:600;line-height:1.1;transition:transform .2s;display:flex;box-shadow:0 4px 14px #4f46e566}.editor-module__6x9rbG__aiFillBtn:disabled{opacity:.7;cursor:default}.editor-module__6x9rbG__aiFillBtn:active{transform:scale(.98)}.editor-module__6x9rbG__aiSpin{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite editor-module__6x9rbG__aiSpin;display:inline-block}@keyframes editor-module__6x9rbG__aiSpin{to{transform:rotate(360deg)}}.editor-module__6x9rbG__aiHintBubble{z-index:60;background:#f7f5ff;border:1px solid #e7e0ff;border-radius:16px;flex-direction:column;align-items:center;gap:8px;width:230px;padding:12px;animation:.35s cubic-bezier(.34,1.56,.64,1) both editor-module__6x9rbG__aiBubbleIn;display:flex;position:absolute;bottom:calc(100% + 14px);left:0;box-shadow:0 16px 40px -12px #28145a73}@keyframes editor-module__6x9rbG__aiBubbleIn{0%{opacity:0;transform:translateY(8px)scale(.96)}to{opacity:1;transform:none}}.editor-module__6x9rbG__aiHintArrow{background:#f7f5ff;border-bottom:1px solid #e7e0ff;border-right:1px solid #e7e0ff;width:16px;height:16px;position:absolute;bottom:-8px;left:30px;transform:rotate(45deg)}.editor-module__6x9rbG__demoTitle{color:#5b3ad6;text-align:center;align-items:center;gap:6px;font-size:12.5px;font-weight:800;display:flex}.editor-module__6x9rbG__demoExpl{color:#6b6480;text-align:center;font-size:11px;line-height:1.4}.editor-module__6x9rbG__demoExpl b{color:#5b3ad6}.editor-module__6x9rbG__funda{background:#2b2f33;border-radius:26px;width:92px;height:184px;padding:5px;position:relative;box-shadow:0 12px 26px -12px #28145a66}.editor-module__6x9rbG__print{background:#e9ece9;border-radius:22px;width:100%;height:100%;position:relative;overflow:hidden}.editor-module__6x9rbG__cam{z-index:6;background:#3a3f44;border-radius:8px;width:26px;height:26px;position:absolute;top:10px;left:10px}.editor-module__6x9rbG__cam i{background:#10141a;border-radius:50%;width:8px;height:8px;position:absolute;top:5px}.editor-module__6x9rbG__cam i:first-child{left:5px}.editor-module__6x9rbG__cam i:nth-child(2){left:13px}.editor-module__6x9rbG__cam i:nth-child(3){top:13px;left:5px}.editor-module__6x9rbG__scene{z-index:2;clip-path:inset(30% 19% round 8px);background:linear-gradient(#a9defb 0% 50%,#7fc78f 50%,#5fb079 100%);animation:5s ease-in-out infinite editor-module__6x9rbG__demoGrow;position:absolute;inset:0}.editor-module__6x9rbG__sun{background:#ffd84d;border-radius:50%;width:18px;height:18px;position:absolute;top:13%;right:18%}.editor-module__6x9rbG__hill{background:#4ea871;border-radius:50% 50% 0 0;width:124%;height:34%;position:absolute;bottom:-4%;left:-12%}.editor-module__6x9rbG__pf{z-index:3;border:2px solid #fff;border-radius:8px;animation:5s ease-in-out infinite editor-module__6x9rbG__demoPf;position:absolute;inset:30% 19%;box-shadow:0 2px 8px #00000040}.editor-module__6x9rbG__scan{z-index:4;background:linear-gradient(100deg,#0000 35%,#7c3aed8c 50%,#0000 65%);animation:5s ease-in-out infinite editor-module__6x9rbG__demoScan;position:absolute;inset:0;transform:translate(-120%)}@keyframes editor-module__6x9rbG__demoGrow{0%,24%{clip-path:inset(30% 19% round 8px)}54%,92%{clip-path:inset(0 round 22px)}to{clip-path:inset(30% 19% round 8px)}}@keyframes editor-module__6x9rbG__demoPf{0%,26%{opacity:1}40%,92%{opacity:0}97%,to{opacity:1}}@keyframes editor-module__6x9rbG__demoScan{0%,28%{opacity:0;transform:translate(-120%)}32%{opacity:1}50%{opacity:1;transform:translate(120%)}54%,to{opacity:0;transform:translate(120%)}}.editor-module__6x9rbG__caps{width:100%;height:18px;position:relative}.editor-module__6x9rbG__caps span{text-align:center;opacity:0;font-size:12px;font-weight:700;position:absolute;left:0;right:0}.editor-module__6x9rbG__c1{color:#9a7b1e;animation:5s ease-in-out infinite editor-module__6x9rbG__demoC1}.editor-module__6x9rbG__c2{color:#5b3ad6;animation:5s ease-in-out infinite editor-module__6x9rbG__demoC2}.editor-module__6x9rbG__c3{color:#0c7a47;animation:5s ease-in-out infinite editor-module__6x9rbG__demoC3}@keyframes editor-module__6x9rbG__demoC1{0%{opacity:0}4%,28%{opacity:1}32%,to{opacity:0}}@keyframes editor-module__6x9rbG__demoC2{0%,34%{opacity:0}38%,54%{opacity:1}58%,to{opacity:0}}@keyframes editor-module__6x9rbG__demoC3{0%,60%{opacity:0}64%,90%{opacity:1}94%,to{opacity:0}}
