.Navbar-module__cJzEcG__navbarWrapper{z-index:50;background:var(--bg-surface);border-bottom:1px solid var(--border-light);-webkit-backdrop-filter:blur(12px);transition:background var(--transition-base), border-color var(--transition-base);position:sticky;top:0}.Navbar-module__cJzEcG__navbarInner{justify-content:space-between;align-items:center;gap:1rem;height:4.25rem;display:flex}.Navbar-module__cJzEcG__brand{cursor:pointer;-webkit-user-select:none;user-select:none;color:inherit;align-items:center;gap:.75rem;text-decoration:none;animation:.22s cubic-bezier(.16,1,.3,1) forwards Navbar-module__cJzEcG__navFadeIn;display:flex}@keyframes Navbar-module__cJzEcG__navFadeIn{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.Navbar-module__cJzEcG__brandIconWrapper{border-radius:var(--radius-md);width:2.375rem;height:2.375rem;transition:transform var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden;box-shadow:0 4px 12px #dc262647}.Navbar-module__cJzEcG__brandImg{object-fit:cover;width:100%;height:100%;display:block}.Navbar-module__cJzEcG__brand:hover .Navbar-module__cJzEcG__brandIconWrapper{transform:scale(1.05)}.Navbar-module__cJzEcG__brandText{flex-direction:column;display:flex}.Navbar-module__cJzEcG__brandName{letter-spacing:-.02em;color:var(--text-primary);font-size:1.125rem;font-weight:700;line-height:1.2}.Navbar-module__cJzEcG__brandSub{color:var(--text-muted);font-size:.75rem;font-weight:500}.Navbar-module__cJzEcG__backLink{background:var(--bg-surface);border:1.5px solid var(--border-light);color:var(--text-primary);box-shadow:var(--shadow-sm);-webkit-user-select:none;user-select:none;border-radius:9999px;align-items:center;gap:.65rem;padding:.45rem 1.15rem .45rem .55rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);animation:.22s cubic-bezier(.16,1,.3,1) forwards Navbar-module__cJzEcG__navFadeIn;display:inline-flex}[data-theme=dark] .Navbar-module__cJzEcG__backLink{color:#fff;background:#151f32;border-color:#ffffff29}.Navbar-module__cJzEcG__backIconCircle{background:var(--bg-secondary);width:2.15rem;height:2.15rem;color:var(--text-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}[data-theme=dark] .Navbar-module__cJzEcG__backIconCircle{color:#fff;background:#1e293b}.Navbar-module__cJzEcG__backChevron{transition:transform .2s cubic-bezier(.16,1,.3,1)}.Navbar-module__cJzEcG__backText{letter-spacing:-.01em;font-weight:700}.Navbar-module__cJzEcG__backLink:hover{border-color:var(--accent-primary);color:var(--accent-primary);background:var(--accent-primary-light);transform:translate(-3px);box-shadow:0 4px 14px #dc26262e}[data-theme=dark] .Navbar-module__cJzEcG__backLink:hover{color:#fff;background:#ef44442e;border-color:#ef4444;box-shadow:0 4px 16px #ef444447}.Navbar-module__cJzEcG__backLink:hover .Navbar-module__cJzEcG__backIconCircle{background:var(--accent-gradient);color:#fff}.Navbar-module__cJzEcG__backLink:hover .Navbar-module__cJzEcG__backChevron{transform:translate(-3px)}.Navbar-module__cJzEcG__navActions{align-items:center;gap:.5rem;display:flex}.Navbar-module__cJzEcG__langWrapper{display:inline-flex;position:relative}.Navbar-module__cJzEcG__langTrigger{height:2.375rem;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-md);transition:color var(--transition-fast), transform var(--transition-fast);box-sizing:border-box;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;gap:.4rem;padding:0 .5rem;display:inline-flex}.Navbar-module__cJzEcG__langTrigger:hover{color:var(--text-primary);transform:translateY(-1px)}.Navbar-module__cJzEcG__langCode{letter-spacing:.04em;color:var(--text-primary);font-size:.8125rem;font-weight:700}.Navbar-module__cJzEcG__langChevron{color:var(--text-muted);transition:transform .2s cubic-bezier(.16,1,.3,1)}.Navbar-module__cJzEcG__langChevronOpen{transform:rotate(180deg)}.Navbar-module__cJzEcG__langDropdown{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-md);min-width:175px;box-shadow:var(--shadow-xl);z-index:70;flex-direction:column;gap:.25rem;padding:.375rem;animation:.15s cubic-bezier(.16,1,.3,1) forwards Navbar-module__cJzEcG__navFadeIn;display:flex;position:absolute;top:calc(100% + .5rem);right:0}[data-theme=dark] .Navbar-module__cJzEcG__langDropdown{background:var(--bg-surface-elevated);border-color:#ffffff29;box-shadow:0 10px 30px -4px #000000b3}.Navbar-module__cJzEcG__langDropdownHeader{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);padding:.4rem .65rem .25rem;font-size:.6875rem;font-weight:700}.Navbar-module__cJzEcG__langItem{border-radius:var(--radius-sm);width:100%;color:var(--text-primary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.55rem .75rem;font-size:.8125rem;font-weight:500;display:flex}.Navbar-module__cJzEcG__langItemLeft{align-items:center;gap:.625rem;display:flex}.Navbar-module__cJzEcG__langName{font-weight:600}.Navbar-module__cJzEcG__langItem:hover{background:var(--bg-surface-hover);color:var(--text-primary)}[data-theme=dark] .Navbar-module__cJzEcG__langItem:hover{background:var(--bg-surface)}.Navbar-module__cJzEcG__langItemActive{color:var(--accent-primary);background:var(--accent-primary-light);font-weight:600}.Navbar-module__cJzEcG__checkIcon{color:var(--accent-primary)}.Navbar-module__cJzEcG__themeToggle{width:2.375rem;height:2.375rem;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-md);transition:color var(--transition-fast), transform var(--transition-fast);box-sizing:border-box;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Navbar-module__cJzEcG__themeToggle:hover{color:var(--text-primary);transform:scale(1.05)}.Navbar-module__cJzEcG__ctaBtn{box-sizing:border-box;justify-content:center;align-items:center;gap:.4rem;height:2.375rem;padding:0 1.125rem;font-size:.875rem;line-height:1;text-decoration:none;display:inline-flex}.Navbar-module__cJzEcG__ctaText{display:inline}@media (max-width:768px){.Navbar-module__cJzEcG__brandSub{display:none}}@media (max-width:640px){.Navbar-module__cJzEcG__navbarInner{gap:.5rem;height:3.75rem;padding-left:.875rem!important;padding-right:.875rem!important}.Navbar-module__cJzEcG__brand{gap:.5rem}.Navbar-module__cJzEcG__brandIconWrapper{width:2.125rem;height:2.125rem}.Navbar-module__cJzEcG__brandName{letter-spacing:-.015em;font-size:1.05rem}.Navbar-module__cJzEcG__backLink{gap:.45rem;padding:.35rem .85rem .35rem .4rem;font-size:.875rem}.Navbar-module__cJzEcG__backIconCircle{width:1.85rem;height:1.85rem}.Navbar-module__cJzEcG__navActions{gap:.35rem}.Navbar-module__cJzEcG__langTrigger{gap:.25rem;height:2.125rem;padding:0 .35rem}.Navbar-module__cJzEcG__langCode{font-size:.75rem}.Navbar-module__cJzEcG__langDropdown{min-width:155px;top:calc(100% + .35rem);right:0}.Navbar-module__cJzEcG__themeToggle{width:2.125rem;height:2.125rem}}@media (max-width:520px){.Navbar-module__cJzEcG__ctaBtn{gap:.35rem;height:2.125rem;padding:0 .75rem;font-size:.8125rem}}@media (max-width:440px){.Navbar-module__cJzEcG__ctaText{display:none}.Navbar-module__cJzEcG__ctaBtn{border-radius:var(--radius-md);width:2.125rem;height:2.125rem;padding:0}}
.Dropzone-module__xvi4_a__dropzoneContainer{border:2px dashed var(--border-light);border-radius:var(--radius-xl);background:var(--bg-surface);cursor:pointer;transition:all var(--transition-base);text-align:center;box-shadow:var(--shadow-sm);flex-direction:column;justify-content:center;align-items:center;min-height:290px;padding:3.5rem 2rem;display:flex;position:relative;overflow:hidden}.Dropzone-module__xvi4_a__dropzoneContainer:hover{border-color:var(--accent-primary);background:var(--bg-surface-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}[data-theme=dark] .Dropzone-module__xvi4_a__dropzoneContainer{background:var(--bg-surface);border:2px dashed #ffffff38}[data-theme=dark] .Dropzone-module__xvi4_a__dropzoneContainer:hover{background:var(--bg-surface-hover);border-color:var(--accent-primary)}.Dropzone-module__xvi4_a__dropzoneActive{animation:1.6s ease-in-out infinite alternate Dropzone-module__xvi4_a__borderGlow;transform:scale(1.018);border-color:var(--accent-primary)!important;background:radial-gradient(circle,#dc26261f 0%,#dc262608 70%)!important;box-shadow:0 0 0 4px #dc262647,0 20px 45px #dc262629!important}[data-theme=dark] .Dropzone-module__xvi4_a__dropzoneActive{background:radial-gradient(circle,#ef444429 0%,#0f172acc 75%)!important;box-shadow:0 0 0 4px #ef444459,0 20px 50px #ef444438!important}.Dropzone-module__xvi4_a__dropzoneActive *,.Dropzone-module__xvi4_a__compactDropzoneActive *{pointer-events:none}@keyframes Dropzone-module__xvi4_a__borderGlow{0%{border-color:var(--accent-primary);box-shadow:0 0 0 3px #dc262638,0 10px 25px #dc26261f}to{border-color:#ef4444;box-shadow:0 0 0 6px #dc262661,0 22px 50px #dc262640}}.Dropzone-module__xvi4_a__hiddenInput{display:none}.Dropzone-module__xvi4_a__dropzoneIconWrapper{border-radius:var(--radius-xl);background:var(--accent-primary-light);width:5rem;height:5rem;color:var(--accent-primary);transition:transform var(--transition-fast);justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.Dropzone-module__xvi4_a__dropzoneContainer:hover .Dropzone-module__xvi4_a__dropzoneIconWrapper{transform:scale(1.08)translateY(-3px)}.Dropzone-module__xvi4_a__dropzoneIcon{color:var(--accent-primary)}.Dropzone-module__xvi4_a__dropzoneTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.375rem;font-weight:700}.Dropzone-module__xvi4_a__dropzoneSubtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:.9375rem}.Dropzone-module__xvi4_a__browseLink{color:var(--accent-primary);text-underline-offset:4px;font-weight:600;text-decoration:underline}.Dropzone-module__xvi4_a__dropzoneFooter{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.Dropzone-module__xvi4_a__footerPill{background:var(--bg-secondary);border-radius:var(--radius-full);color:var(--text-muted);align-items:center;gap:.4rem;padding:.35rem .85rem;font-size:.75rem;font-weight:500;display:inline-flex}[data-theme=dark] .Dropzone-module__xvi4_a__footerPill{background:var(--bg-surface-elevated);border:1px solid var(--border-light);color:var(--text-secondary)}.Dropzone-module__xvi4_a__dragActiveOverlay{flex-direction:column;justify-content:center;align-items:center;width:100%;animation:.25s cubic-bezier(.16,1,.3,1) forwards Dropzone-module__xvi4_a__overlayPop;display:flex}@keyframes Dropzone-module__xvi4_a__overlayPop{0%{opacity:0;transform:scale(.92)translateY(6px)}to{opacity:1;transform:scale(1)translateY(0)}}.Dropzone-module__xvi4_a__dragIconWrapper{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--accent-primary) 0%, #b91c1c 100%);color:#fff;justify-content:center;align-items:center;width:5.25rem;height:5.25rem;margin-bottom:1.25rem;animation:2s ease-in-out infinite Dropzone-module__xvi4_a__floatBob;display:flex;box-shadow:0 10px 28px #dc26266b}@keyframes Dropzone-module__xvi4_a__floatBob{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-6px)scale(1.05)}}.Dropzone-module__xvi4_a__dragIconPulse{color:#fff}.Dropzone-module__xvi4_a__dragFileCountBadge{border-radius:var(--radius-full);color:var(--accent-primary);letter-spacing:-.01em;-webkit-backdrop-filter:blur(8px);background:#dc262624;border:1.5px solid #dc262659;align-items:center;gap:.45rem;margin-bottom:.65rem;padding:.4rem 1.1rem;font-size:.9375rem;font-weight:700;display:inline-flex;box-shadow:0 4px 14px #dc26261f}[data-theme=dark] .Dropzone-module__xvi4_a__dragFileCountBadge{color:#fca5a5;background:#ef444433;border-color:#ef444473}.Dropzone-module__xvi4_a__sparkleIcon{color:var(--accent-primary)}[data-theme=dark] .Dropzone-module__xvi4_a__sparkleIcon{color:#fca5a5}.Dropzone-module__xvi4_a__dragActiveTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.35rem;font-size:1.5rem;font-weight:800}.Dropzone-module__xvi4_a__dragActiveSubtitle{color:var(--text-secondary);max-width:520px;margin-bottom:1.25rem;font-size:.9375rem}.Dropzone-module__xvi4_a__dragIndicatorPill{border-radius:var(--radius-full);background:var(--bg-surface-elevated);border:1px solid var(--border-light);color:var(--text-primary);box-shadow:var(--shadow-sm);align-items:center;gap:.45rem;padding:.45rem 1.15rem;font-size:.8125rem;font-weight:600;display:inline-flex}.Dropzone-module__xvi4_a__indicatorCheckIcon{color:var(--success)}.Dropzone-module__xvi4_a__compactDropzone{border:2px dashed var(--border-light);border-radius:var(--radius-lg);background:var(--bg-surface);cursor:pointer;color:var(--text-secondary);transition:all var(--transition-fast);justify-content:center;align-items:center;gap:.75rem;padding:1.25rem;font-size:.9375rem;font-weight:600;display:flex}.Dropzone-module__xvi4_a__compactDropzone:hover{border-color:var(--accent-primary);color:var(--accent-primary);background:var(--bg-surface-hover)}[data-theme=dark] .Dropzone-module__xvi4_a__compactDropzone{background:var(--bg-surface);color:var(--text-secondary);border:2px dashed #fff3}[data-theme=dark] .Dropzone-module__xvi4_a__compactDropzone:hover{background:var(--bg-surface-hover);border-color:var(--accent-primary);color:#fff}.Dropzone-module__xvi4_a__compactIcon{color:var(--accent-primary)}.Dropzone-module__xvi4_a__compactDropzoneActive{animation:1.6s ease-in-out infinite alternate Dropzone-module__xvi4_a__borderGlow;transform:scale(1.015);border-color:var(--accent-primary)!important;background:var(--accent-primary-light)!important;box-shadow:0 0 0 3px #dc262647!important}.Dropzone-module__xvi4_a__compactActiveContent{justify-content:center;align-items:center;gap:.85rem;width:100%;animation:.2s cubic-bezier(.16,1,.3,1) forwards Dropzone-module__xvi4_a__overlayPop;display:flex}.Dropzone-module__xvi4_a__compactPulseIcon{border-radius:var(--radius-full);background:var(--accent-primary);color:#fff;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;animation:1.8s ease-in-out infinite Dropzone-module__xvi4_a__floatBob;display:flex;box-shadow:0 4px 12px #dc262659}.Dropzone-module__xvi4_a__compactDragActiveIcon{color:#fff}.Dropzone-module__xvi4_a__compactActiveDetails{align-items:center;gap:.65rem;display:flex}.Dropzone-module__xvi4_a__compactCountBadge{color:var(--accent-primary);font-size:.9375rem;font-weight:700;display:inline-block}[data-theme=dark] .Dropzone-module__xvi4_a__compactCountBadge{color:#fca5a5}.Dropzone-module__xvi4_a__compactReadyText{color:var(--text-secondary);font-size:.875rem;font-weight:500}@media (max-width:640px){.Dropzone-module__xvi4_a__compactActiveDetails{flex-direction:column;align-items:flex-start;gap:.2rem}}
.FileCard-module__lbpkRq__cardWrapper{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);cursor:grab;-webkit-user-select:none;user-select:none;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:transform .28s cubic-bezier(.16,1,.3,1),box-shadow .25s,background .2s,border-color .2s,opacity .2s;display:flex}.FileCard-module__lbpkRq__cardWrapper:hover{box-shadow:var(--shadow-md);border-color:#dc26264d;transform:translateY(-1px)}[data-theme=dark] .FileCard-module__lbpkRq__cardWrapper{background:var(--bg-surface);border-color:var(--border-light)}[data-theme=dark] .FileCard-module__lbpkRq__cardWrapper:hover{border-color:#ef444473;box-shadow:0 4px 16px #0006}.FileCard-module__lbpkRq__isDragging{opacity:.35;background:var(--accent-primary-light);transform:scale(.98);border:2px dashed var(--accent-primary)!important;box-shadow:none!important}.FileCard-module__lbpkRq__isDragOver{background:var(--bg-surface-hover);position:relative;transform:translateY(-4px)scale(1.01);box-shadow:0 10px 25px -4px #dc262640;border-color:var(--accent-primary)!important}.FileCard-module__lbpkRq__isDragOver:before{content:"";border-radius:var(--radius-full);background:var(--accent-gradient);height:3px;animation:.25s ease-out forwards FileCard-module__lbpkRq__insertBar;position:absolute;top:-5px;left:12px;right:12px}@keyframes FileCard-module__lbpkRq__insertBar{0%{opacity:0;transform:scaleX(.7)}to{opacity:1;transform:scaleX(1)}}.FileCard-module__lbpkRq__justDropped{animation:.45s cubic-bezier(.16,1,.3,1) forwards FileCard-module__lbpkRq__dropSettle}@keyframes FileCard-module__lbpkRq__dropSettle{0%{border-color:var(--accent-primary);transform:scale(1.02);box-shadow:0 8px 24px #dc26264d}to{box-shadow:var(--shadow-sm);border-color:var(--border-light);transform:scale(1)}}.FileCard-module__lbpkRq__dragHandle{color:var(--text-muted);cursor:grab;transition:color var(--transition-fast);justify-content:center;align-items:center;display:flex}.FileCard-module__lbpkRq__dragHandle:active{cursor:grabbing}.FileCard-module__lbpkRq__cardWrapper:hover .FileCard-module__lbpkRq__dragHandle{color:var(--text-secondary)}.FileCard-module__lbpkRq__orderBadge{border-radius:var(--radius-sm);background:var(--bg-secondary);width:1.75rem;height:1.75rem;color:var(--text-secondary);font-size:.8125rem;font-weight:700;font-family:var(--font-mono);justify-content:center;align-items:center;display:flex}[data-theme=dark] .FileCard-module__lbpkRq__orderBadge{background:var(--bg-surface-elevated);color:#fff;border:1px solid var(--border-light)}.FileCard-module__lbpkRq__fileIconBox{border-radius:var(--radius-md);background:var(--danger-light);width:2.75rem;height:2.75rem;color:var(--danger);flex-shrink:0;justify-content:center;align-items:center;display:flex}.FileCard-module__lbpkRq__pdfIcon{color:var(--danger)}.FileCard-module__lbpkRq__fileDetails{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.FileCard-module__lbpkRq__fileNameRow{align-items:center;gap:.5rem;display:flex}.FileCard-module__lbpkRq__fileName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:600;overflow:hidden}.FileCard-module__lbpkRq__metaRow{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.FileCard-module__lbpkRq__metaDivider{color:var(--text-muted);font-size:.75rem}.FileCard-module__lbpkRq__pageCountInfo{color:var(--text-secondary);font-weight:500}.FileCard-module__lbpkRq__filterBadge{background:var(--accent-primary-light);color:var(--accent-primary);border-radius:var(--radius-sm);font-size:.75rem;font-weight:600;font-family:var(--font-mono);padding:.15rem .5rem}[data-theme=dark] .FileCard-module__lbpkRq__filterBadge{color:#f87171;background:#ef444433;border:1px solid #ef44444d}.FileCard-module__lbpkRq__rotationBadge{background:var(--warning-light);color:var(--warning);border-radius:var(--radius-sm);align-items:center;gap:.25rem;padding:.15rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.FileCard-module__lbpkRq__actionsGroup{align-items:center;gap:.5rem;display:flex}.FileCard-module__lbpkRq__actionBtn{font-size:.8125rem}.FileCard-module__lbpkRq__reorderArrows{flex-direction:column;gap:2px;display:flex}.FileCard-module__lbpkRq__arrowBtn{background:var(--bg-secondary);border:1px solid var(--border-light);width:1.5rem;height:1.25rem;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);border-radius:4px;justify-content:center;align-items:center;display:flex}[data-theme=dark] .FileCard-module__lbpkRq__arrowBtn{background:var(--bg-surface-elevated);border-color:var(--border-light);color:#cbd5e1}.FileCard-module__lbpkRq__arrowBtn:hover:not(:disabled){background:var(--accent-primary);color:#fff;border-color:var(--accent-primary)}.FileCard-module__lbpkRq__arrowBtn:disabled{opacity:.3;cursor:not-allowed}.FileCard-module__lbpkRq__deleteBtn{justify-content:center;align-items:center;padding:.45rem;display:flex}@media (max-width:640px){.FileCard-module__lbpkRq__cardWrapper{flex-wrap:wrap;gap:.75rem}.FileCard-module__lbpkRq__actionsGroup{border-top:1px solid var(--border-subtle);justify-content:flex-end;width:100%;padding-top:.75rem}.FileCard-module__lbpkRq__actionBtnLabel{display:none}}
.PageSelectorModal-module__RmDyTa__modalOverlay{-webkit-backdrop-filter:blur(8px);z-index:9999;background:#0a0e17bf;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ease-out PageSelectorModal-module__RmDyTa__fadeIn;display:flex;position:fixed;inset:0}.PageSelectorModal-module__RmDyTa__modalContent{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-xl);width:100%;max-width:900px;max-height:90vh;box-shadow:var(--shadow-xl);flex-direction:column;display:flex;overflow:hidden}.PageSelectorModal-module__RmDyTa__modalHeader{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:1.25rem 1.75rem;display:flex}.PageSelectorModal-module__RmDyTa__modalTitle{color:var(--text-primary);font-size:1.125rem;font-weight:700}.PageSelectorModal-module__RmDyTa__modalSubtitle{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:600px;font-size:.8125rem;overflow:hidden}.PageSelectorModal-module__RmDyTa__closeBtn{border-radius:var(--radius-md);width:2rem;height:2rem;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.PageSelectorModal-module__RmDyTa__closeBtn:hover{background:var(--bg-secondary);color:var(--text-primary)}.PageSelectorModal-module__RmDyTa__modalToolbar{background:var(--bg-secondary);border-bottom:1px solid var(--border-light);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 1.75rem;display:flex}.PageSelectorModal-module__RmDyTa__toolbarLeft{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.PageSelectorModal-module__RmDyTa__rangeInputWrapper{align-items:center;gap:.5rem;display:flex}.PageSelectorModal-module__RmDyTa__rangeLabel{color:var(--text-secondary);font-size:.8125rem;font-weight:600}.PageSelectorModal-module__RmDyTa__rangeInput{font-family:var(--font-mono);border-radius:var(--radius-sm);border:1px solid var(--border-light);background:var(--bg-surface);color:var(--text-primary);width:160px;transition:border-color var(--transition-fast);outline:none;padding:.4rem .75rem;font-size:.8125rem}.PageSelectorModal-module__RmDyTa__rangeInput:focus{border-color:var(--accent-primary)}[data-theme=dark] .PageSelectorModal-module__RmDyTa__rangeInput{background:var(--bg-surface-elevated);border-color:var(--border-light);color:#fff}.PageSelectorModal-module__RmDyTa__loadingBanner{background:var(--accent-primary-light);color:var(--accent-primary);align-items:center;gap:.5rem;padding:.5rem 1.75rem;font-size:.8125rem;font-weight:500;display:flex}.PageSelectorModal-module__RmDyTa__spinner{animation:1s linear infinite PageSelectorModal-module__RmDyTa__spin}@keyframes PageSelectorModal-module__RmDyTa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.PageSelectorModal-module__RmDyTa__thumbnailsGridContainer{flex:1;padding:1.5rem 1.75rem;overflow-y:auto}.PageSelectorModal-module__RmDyTa__thumbnailsGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;display:grid}.PageSelectorModal-module__RmDyTa__pageCard{border:2px solid var(--border-light);border-radius:var(--radius-md);background:var(--bg-surface);cursor:pointer;transition:all var(--transition-fast);flex-direction:column;display:flex;overflow:hidden}[data-theme=dark] .PageSelectorModal-module__RmDyTa__pageCard{border-color:var(--border-light);background:var(--bg-surface-elevated)}.PageSelectorModal-module__RmDyTa__pageCard:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px)}.PageSelectorModal-module__RmDyTa__pageSelected,[data-theme=dark] .PageSelectorModal-module__RmDyTa__pageSelected{border-color:var(--accent-primary);box-shadow:0 0 0 1px var(--accent-primary)}.PageSelectorModal-module__RmDyTa__pageUnselected{opacity:.6}[data-theme=dark] .PageSelectorModal-module__RmDyTa__pageUnselected{opacity:.5}.PageSelectorModal-module__RmDyTa__cardHeaderBadge{background:var(--bg-secondary);border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:.4rem .6rem;display:flex}[data-theme=dark] .PageSelectorModal-module__RmDyTa__cardHeaderBadge{background:var(--bg-surface);border-bottom:1px solid var(--border-light)}.PageSelectorModal-module__RmDyTa__checkbox{border:1px solid var(--border-light);background:var(--bg-surface);color:#fff;border-radius:4px;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.PageSelectorModal-module__RmDyTa__checked{background:var(--accent-primary);border-color:var(--accent-primary)}.PageSelectorModal-module__RmDyTa__pageNumber{color:var(--text-secondary);font-size:.75rem;font-weight:600;font-family:var(--font-mono)}.PageSelectorModal-module__RmDyTa__thumbnailViewport{background:#f1f5f9;justify-content:center;align-items:center;height:160px;padding:.5rem;display:flex;position:relative;overflow:hidden}[data-theme=dark] .PageSelectorModal-module__RmDyTa__thumbnailViewport{background:#0f172a}.PageSelectorModal-module__RmDyTa__thumbnailImg{object-fit:contain;max-width:100%;max-height:100%;transition:transform var(--transition-base);box-shadow:0 2px 6px #00000026}.PageSelectorModal-module__RmDyTa__placeholderThumbnail{color:var(--text-muted);flex-direction:column;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.PageSelectorModal-module__RmDyTa__placeholderIcon{color:var(--text-muted)}.PageSelectorModal-module__RmDyTa__pageCardFooter{background:var(--bg-surface);border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:.35rem .6rem;display:flex}.PageSelectorModal-module__RmDyTa__rotationText{color:var(--text-muted);font-size:.6875rem;font-weight:500}.PageSelectorModal-module__RmDyTa__rotatePageBtn{border:1px solid var(--border-light);background:var(--bg-secondary);width:1.5rem;height:1.5rem;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);border-radius:4px;justify-content:center;align-items:center;display:flex}.PageSelectorModal-module__RmDyTa__rotatePageBtn:hover{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary)}.PageSelectorModal-module__RmDyTa__modalFooter{border-top:1px solid var(--border-light);background:var(--bg-surface);justify-content:space-between;align-items:center;padding:1.25rem 1.75rem;display:flex}.PageSelectorModal-module__RmDyTa__footerSummary{color:var(--text-secondary);font-size:.875rem;font-weight:500}.PageSelectorModal-module__RmDyTa__footerActions{align-items:center;gap:.75rem;display:flex}@media (max-width:640px){.PageSelectorModal-module__RmDyTa__modalToolbar{flex-direction:column;align-items:stretch}.PageSelectorModal-module__RmDyTa__modalFooter{flex-direction:column;align-items:stretch;gap:1rem}.PageSelectorModal-module__RmDyTa__footerActions{justify-content:flex-end}}
.MergeActionBar-module__7J8DKW__actionBarContainer{z-index:40;background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);-webkit-backdrop-filter:blur(16px);transition:all var(--transition-base);margin-top:2rem;position:sticky;bottom:1.5rem;overflow:hidden}.MergeActionBar-module__7J8DKW__progressContainer{background:var(--accent-primary-light);border-bottom:1px solid #dc262633;padding:.75rem 1.75rem;position:relative}.MergeActionBar-module__7J8DKW__progressBar{background:var(--accent-gradient);height:4px;transition:width .3s;position:absolute;top:0;left:0}.MergeActionBar-module__7J8DKW__progressInfo{color:var(--accent-primary);justify-content:space-between;align-items:center;font-size:.8125rem;font-weight:600;display:flex}.MergeActionBar-module__7J8DKW__progressStatus{align-items:center;gap:.5rem;display:flex}.MergeActionBar-module__7J8DKW__spinner{animation:1s linear infinite MergeActionBar-module__7J8DKW__spin}@keyframes MergeActionBar-module__7J8DKW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.MergeActionBar-module__7J8DKW__actionBarInner{justify-content:space-between;align-items:center;gap:1.25rem;padding:.875rem 1.5rem;display:flex}.MergeActionBar-module__7J8DKW__filenameConfig{flex-direction:column;flex-shrink:0;gap:.3rem;display:flex}.MergeActionBar-module__7J8DKW__filenameLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;-webkit-user-select:none;user-select:none;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;display:flex}.MergeActionBar-module__7J8DKW__filenameLabelIcon{color:var(--accent-primary)}.MergeActionBar-module__7J8DKW__inputWrapper{border:1px solid var(--border-light);border-radius:var(--radius-md);background:var(--bg-secondary);height:2.375rem;transition:border-color var(--transition-fast), background var(--transition-fast);align-items:center;display:flex;overflow:hidden}.MergeActionBar-module__7J8DKW__inputWrapper:focus-within{border-color:var(--accent-primary);background:var(--bg-surface)}[data-theme=dark] .MergeActionBar-module__7J8DKW__inputWrapper{background:var(--bg-surface-elevated);border-color:var(--border-light)}[data-theme=dark] .MergeActionBar-module__7J8DKW__inputWrapper:focus-within{border-color:var(--accent-primary)}.MergeActionBar-module__7J8DKW__filenameInput{font-family:var(--font-sans);color:var(--text-primary);background:0 0;border:none;outline:none;width:180px;padding:0 .75rem;font-size:.875rem;font-weight:600}.MergeActionBar-module__7J8DKW__extBadge{height:100%;font-family:var(--font-mono);color:var(--text-muted);border-left:1px solid var(--border-light);background:var(--bg-surface-hover);-webkit-user-select:none;user-select:none;align-items:center;padding:0 .625rem;font-size:.8125rem;font-weight:600;display:flex}[data-theme=dark] .MergeActionBar-module__7J8DKW__extBadge{background:var(--bg-secondary);color:var(--text-secondary)}.MergeActionBar-module__7J8DKW__summaryStats{flex:1;justify-content:center;align-items:center;display:flex}.MergeActionBar-module__7J8DKW__statCapsule{border-radius:var(--radius-full);background:var(--bg-secondary);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);transition:background var(--transition-base), border-color var(--transition-base);align-items:center;gap:.875rem;padding:.45rem 1rem;display:inline-flex}[data-theme=dark] .MergeActionBar-module__7J8DKW__statCapsule{background:var(--bg-surface-elevated);border-color:var(--border-light)}.MergeActionBar-module__7J8DKW__statGroup{white-space:nowrap;align-items:center;gap:.35rem;display:flex}.MergeActionBar-module__7J8DKW__statIcon{color:var(--accent-primary);flex-shrink:0}.MergeActionBar-module__7J8DKW__statNumber{color:var(--text-primary);font-size:.9375rem;font-weight:700}.MergeActionBar-module__7J8DKW__statLabel{color:var(--text-secondary);font-size:.8125rem;font-weight:500}.MergeActionBar-module__7J8DKW__statDivider{background:var(--border-light);width:1px;height:14px}.MergeActionBar-module__7J8DKW__actions{flex-shrink:0;align-items:center;gap:.625rem;display:flex}.MergeActionBar-module__7J8DKW__resetBtn{height:2.375rem;padding:0 .875rem;font-size:.875rem;font-weight:600}.MergeActionBar-module__7J8DKW__mergeBtn{height:2.375rem;box-shadow:var(--shadow-accent);white-space:nowrap;padding:0 1.25rem;font-size:.9375rem;font-weight:700}@media (max-width:992px){.MergeActionBar-module__7J8DKW__actionBarInner{flex-wrap:wrap;gap:1rem}.MergeActionBar-module__7J8DKW__filenameConfig{order:1}.MergeActionBar-module__7J8DKW__summaryStats{order:2;justify-content:flex-end}.MergeActionBar-module__7J8DKW__actions{border-top:1px solid var(--border-light);order:3;justify-content:flex-end;width:100%;padding-top:.5rem}}@media (max-width:640px){.MergeActionBar-module__7J8DKW__actionBarInner{flex-direction:column;align-items:stretch;padding:1rem}.MergeActionBar-module__7J8DKW__filenameConfig,.MergeActionBar-module__7J8DKW__summaryStats,.MergeActionBar-module__7J8DKW__actions{order:unset;width:100%}.MergeActionBar-module__7J8DKW__summaryStats{justify-content:flex-start}.MergeActionBar-module__7J8DKW__filenameInput{width:100%}.MergeActionBar-module__7J8DKW__actions{border-top:none;justify-content:stretch;padding-top:0}.MergeActionBar-module__7J8DKW__resetBtn{flex:1}.MergeActionBar-module__7J8DKW__mergeBtn{flex:2}}
.ResultModal-module__Ad835a__modalOverlay{-webkit-backdrop-filter:blur(10px);z-index:9999;background:#0a0e17c7;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ease-out ResultModal-module__Ad835a__fadeIn;display:flex;position:fixed;inset:0}.ResultModal-module__Ad835a__modalContent{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-xl);flex-direction:column;width:85vw;max-width:85vw;height:85vh;max-height:85vh;animation:.25s cubic-bezier(.16,1,.3,1) forwards ResultModal-module__Ad835a__modalScaleIn;display:flex;overflow:hidden;box-shadow:0 25px 60px -15px #00000073,0 0 0 1px #ffffff14}@keyframes ResultModal-module__Ad835a__modalScaleIn{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.ResultModal-module__Ad835a__modalHeader{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:1.25rem 1.75rem;display:flex}.ResultModal-module__Ad835a__headerLeft{align-items:center;gap:1rem;display:flex}.ResultModal-module__Ad835a__successIconBadge{border-radius:var(--radius-full);background:var(--success-light);width:2.75rem;height:2.75rem;color:var(--success);justify-content:center;align-items:center;display:flex}.ResultModal-module__Ad835a__successIcon{color:var(--success)}.ResultModal-module__Ad835a__modalTitle{font-size:1.25rem;font-weight:700}.ResultModal-module__Ad835a__modalSubtitle{color:var(--text-muted);font-size:.8125rem}.ResultModal-module__Ad835a__closeBtn{border-radius:var(--radius-md);width:2rem;height:2rem;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.ResultModal-module__Ad835a__closeBtn:hover{background:var(--bg-secondary);color:var(--text-primary)}.ResultModal-module__Ad835a__statsBar{background:var(--bg-secondary);border-bottom:1px solid var(--border-light);flex-wrap:wrap;justify-content:space-around;align-items:center;gap:1rem;padding:.875rem 1.75rem;display:flex}[data-theme=dark] .ResultModal-module__Ad835a__statsBar{background:var(--bg-surface-elevated);border-bottom:1px solid var(--border-light)}.ResultModal-module__Ad835a__statItem{flex-direction:column;align-items:center;gap:.2rem;display:flex}.ResultModal-module__Ad835a__statLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.6875rem;font-weight:600}.ResultModal-module__Ad835a__statValue{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:.35rem;max-width:320px;font-size:.875rem;font-weight:600;display:flex;overflow:hidden}.ResultModal-module__Ad835a__statIcon{color:var(--accent-primary)}.ResultModal-module__Ad835a__statDivider{background:var(--border-light);width:1px;height:1.75rem}.ResultModal-module__Ad835a__memoryPill{border-radius:var(--radius-full);color:var(--success);background:#10b9811a;border:1px solid #10b98140;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.75rem;font-weight:500;display:inline-flex}.ResultModal-module__Ad835a__memoryPillIcon{color:var(--success)}.ResultModal-module__Ad835a__previewContainer{background:#1e293b;flex:1;height:100%;min-height:0;position:relative;overflow:hidden}.ResultModal-module__Ad835a__pdfFrame{border:none;width:100%;height:100%;display:block}.ResultModal-module__Ad835a__modalFooter{border-top:1px solid var(--border-light);background:var(--bg-surface);justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 1.75rem;display:flex}.ResultModal-module__Ad835a__rightActions{align-items:center;gap:.75rem;display:flex}.ResultModal-module__Ad835a__downloadedSuccessBtn{background:var(--success)!important;border-color:var(--success)!important;color:#fff!important}.ResultModal-module__Ad835a__downloadedSuccessBtn:hover{background:#059669!important;border-color:#059669!important}@media (max-width:768px){.ResultModal-module__Ad835a__modalContent{width:95vw;max-width:95vw;height:92vh;max-height:92vh}.ResultModal-module__Ad835a__modalOverlay{padding:.75rem}.ResultModal-module__Ad835a__modalFooter,.ResultModal-module__Ad835a__rightActions{flex-direction:column;align-items:stretch}.ResultModal-module__Ad835a__statDivider{display:none}}
.ConfirmModal-module__92ImTW__modalOverlay{-webkit-backdrop-filter:blur(8px);z-index:9999;background:#0a0e17b3;justify-content:center;align-items:center;padding:1.25rem;animation:.2s cubic-bezier(.16,1,.3,1) forwards ConfirmModal-module__92ImTW__modalFadeIn;display:flex;position:fixed;inset:0}@keyframes ConfirmModal-module__92ImTW__modalFadeIn{0%{opacity:0}to{opacity:1}}.ConfirmModal-module__92ImTW__modalCard{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-xl);width:100%;max-width:440px;box-shadow:var(--shadow-xl);flex-direction:column;animation:.25s cubic-bezier(.16,1,.3,1) forwards ConfirmModal-module__92ImTW__cardSlideUp;display:flex;overflow:hidden}@keyframes ConfirmModal-module__92ImTW__cardSlideUp{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.ConfirmModal-module__92ImTW__modalBody{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:1.75rem 1.75rem 1.25rem;display:flex}.ConfirmModal-module__92ImTW__iconWrapper{background:var(--danger-light);width:3.5rem;height:3.5rem;color:var(--danger);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 0 0 8px #dc262614}.ConfirmModal-module__92ImTW__iconWrapperWarning{background:var(--warning-light);color:var(--warning);box-shadow:0 0 0 8px #f59e0b1a}.ConfirmModal-module__92ImTW__textGroup{flex-direction:column;gap:.35rem;display:flex}.ConfirmModal-module__92ImTW__title{color:var(--text-primary);letter-spacing:-.015em;margin:0;font-size:1.1875rem;font-weight:700}.ConfirmModal-module__92ImTW__description{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.5}.ConfirmModal-module__92ImTW__filePreview{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius-md);text-align:left;align-items:center;gap:.75rem;width:100%;margin-top:.25rem;padding:.75rem 1rem;display:flex}.ConfirmModal-module__92ImTW__fileIconBox{border-radius:var(--radius-sm);background:var(--accent-primary-light);width:2.25rem;height:2.25rem;color:var(--accent-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.ConfirmModal-module__92ImTW__fileDetails{flex-direction:column;flex:1;min-width:0;display:flex}.ConfirmModal-module__92ImTW__fileName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.ConfirmModal-module__92ImTW__fileMeta{color:var(--text-muted);font-size:.75rem}.ConfirmModal-module__92ImTW__checkboxRow{background:var(--bg-secondary);border-radius:var(--radius-md);border:1px dashed var(--border-light);cursor:pointer;-webkit-user-select:none;user-select:none;width:100%;transition:all var(--transition-fast);text-align:left;align-items:flex-start;gap:.65rem;margin-top:.25rem;padding:.6rem .75rem;display:flex}.ConfirmModal-module__92ImTW__checkboxRow:hover{background:var(--bg-surface-hover);border-color:var(--accent-primary)}.ConfirmModal-module__92ImTW__checkboxBox{border:1.5px solid var(--border-light);background:var(--bg-surface);width:1.125rem;height:1.125rem;transition:all var(--transition-fast);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.ConfirmModal-module__92ImTW__checkboxChecked{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff}.ConfirmModal-module__92ImTW__checkboxLabels{flex-direction:column;gap:.15rem;display:flex}.ConfirmModal-module__92ImTW__checkboxLabel{color:var(--text-primary);font-size:.8125rem;font-weight:600}.ConfirmModal-module__92ImTW__checkboxSubLabel{color:var(--text-muted);font-size:.72rem}.ConfirmModal-module__92ImTW__modalFooter{background:var(--bg-surface-elevated);border-top:1px solid var(--border-light);justify-content:flex-end;align-items:center;gap:.75rem;padding:1.25rem 1.75rem;display:flex}.ConfirmModal-module__92ImTW__cancelBtn{font-size:.875rem;font-weight:600}.ConfirmModal-module__92ImTW__confirmDangerBtn{font-family:var(--font-sans);border-radius:var(--radius-md);background:var(--accent-gradient);color:#fff;cursor:pointer;transition:all var(--transition-fast);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-flex;box-shadow:0 4px 12px #dc262647}.ConfirmModal-module__92ImTW__confirmDangerBtn:hover{background:var(--accent-gradient-hover);transform:translateY(-1px);box-shadow:0 6px 16px #dc262661}
.LandingView-module__coZDRa__landingContainer{padding-bottom:5rem;position:relative;overflow:hidden}.LandingView-module__coZDRa__ambientMeshContainer{pointer-events:none;z-index:0;height:950px;position:absolute;top:0;left:0;right:0;overflow:hidden}.LandingView-module__coZDRa__ambientBlob1{filter:blur(50px);will-change:transform;background:radial-gradient(circle,#dc262626 0%,#ef44440d 55%,#0000 75%);border-radius:50%;width:580px;height:480px;animation:18s ease-in-out infinite alternate LandingView-module__coZDRa__floatOrbital1;position:absolute;top:-80px;left:15%}.LandingView-module__coZDRa__ambientBlob2{filter:blur(55px);will-change:transform;background:radial-gradient(circle,#ef44441f 0%,#dc26260a 50%,#0000 70%);border-radius:50%;width:520px;height:440px;animation:22s ease-in-out infinite alternate LandingView-module__coZDRa__floatOrbital2;position:absolute;top:60px;right:12%}.LandingView-module__coZDRa__ambientBlob3{filter:blur(60px);will-change:transform;background:radial-gradient(circle,#dc262614 0%,#b91c1c05 60%,#0000 75%);border-radius:50%;width:600px;height:380px;animation:26s ease-in-out infinite alternate LandingView-module__coZDRa__floatOrbital3;position:absolute;top:360px;left:35%}[data-theme=dark] .LandingView-module__coZDRa__ambientBlob1{background:radial-gradient(circle,#ef444438 0%,#b91c1c14 55%,#0000 75%)}[data-theme=dark] .LandingView-module__coZDRa__ambientBlob2{background:radial-gradient(circle,#dc26262e 0%,#991b1b0f 50%,#0000 70%)}[data-theme=dark] .LandingView-module__coZDRa__ambientBlob3{background:radial-gradient(circle,#ef44441f 0%,#b91c1c0a 60%,#0000 75%)}.LandingView-module__coZDRa__ambientGrid{background-image:radial-gradient(var(--border-light) 1px, transparent 1px);opacity:.65;background-size:32px 32px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 50% 35%,#000 40%,#0000 75%);mask-image:radial-gradient(circle at 50% 35%,#000 40%,#0000 75%)}[data-theme=dark] .LandingView-module__coZDRa__ambientGrid{opacity:.8;background-image:radial-gradient(#ffffff17 1px,#0000 1px)}@keyframes LandingView-module__coZDRa__floatOrbital1{0%{transform:translate(0,0)scale(1)}50%{transform:translate(40px,30px)scale(1.08)}to{transform:translate(-30px,50px)scale(.95)}}@keyframes LandingView-module__coZDRa__floatOrbital2{0%{transform:translate(0,0)scale(1)}50%{transform:translate(-45px,35px)scale(1.06)}to{transform:translate(30px,-25px)scale(.94)}}@keyframes LandingView-module__coZDRa__floatOrbital3{0%{transform:translate(0,0)scale(1)}50%{transform:translate(-25px,-30px)scale(1.05)}to{transform:translate(35px,20px)scale(.97)}}.LandingView-module__coZDRa__heroSection{z-index:1;text-align:center;padding:5rem 0 3.5rem;position:relative}.LandingView-module__coZDRa__heroBadgeWrapper{justify-content:center;margin-bottom:1.5rem;display:flex}.LandingView-module__coZDRa__heroBadge{border-radius:var(--radius-full);background:var(--accent-primary-light);color:var(--accent-primary);border:1px solid #dc262640;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.84rem;font-weight:600;animation:.5s ease-out LandingView-module__coZDRa__badgeFadeIn;display:inline-flex;box-shadow:0 2px 10px #dc26261a}[data-theme=dark] .LandingView-module__coZDRa__heroBadge{color:#fca5a5;background:#ef444429;border-color:#ef444459}.LandingView-module__coZDRa__sparkleIcon{color:var(--accent-primary)}[data-theme=dark] .LandingView-module__coZDRa__sparkleIcon{color:#fca5a5}@keyframes LandingView-module__coZDRa__badgeFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.LandingView-module__coZDRa__heroTitle{letter-spacing:-.035em;max-width:860px;margin:0 auto 1.5rem;font-size:clamp(2.25rem,5vw,3.45rem);font-weight:800;line-height:1.15}.LandingView-module__coZDRa__heroSubtitle{color:var(--text-secondary);max-width:680px;margin:0 auto 2.5rem;font-size:clamp(1rem,2vw,1.1875rem);line-height:1.65}.LandingView-module__coZDRa__heroCtaGroup{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.15rem;margin-bottom:2.75rem;display:flex}.LandingView-module__coZDRa__mainCtaBtn{transition:all var(--transition-base);box-shadow:0 10px 25px -4px #dc26266b}.LandingView-module__coZDRa__mainCtaBtn:hover{transform:translateY(-2px);box-shadow:0 14px 28px -4px #dc262685}.LandingView-module__coZDRa__trustPills{border-radius:var(--radius-full);background:var(--bg-surface);border:1px solid var(--border-light);width:fit-content;box-shadow:var(--shadow-sm);flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;margin:0 auto 4rem;padding:.875rem 1.5rem;display:flex}.LandingView-module__coZDRa__trustItem{color:var(--text-secondary);align-items:center;gap:.4rem;font-size:.8125rem;font-weight:600;display:flex}.LandingView-module__coZDRa__trustIconSuccess{color:var(--success)}.LandingView-module__coZDRa__trustIconAccent{color:var(--accent-primary)}.LandingView-module__coZDRa__trustDot{background:var(--text-muted);border-radius:50%;width:4px;height:4px}.LandingView-module__coZDRa__heroShowcaseWrapper{perspective:1000px;max-width:960px;margin:0 auto}.LandingView-module__coZDRa__showcaseCard{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-xl);box-shadow:0 20px 50px -10px #00000026, 0 0 0 1px var(--border-light);transition:transform var(--transition-base), box-shadow var(--transition-base);overflow:hidden}[data-theme=dark] .LandingView-module__coZDRa__showcaseCard{background:#0f172a;border-color:#ffffff1a;box-shadow:0 25px 60px -12px #0009,0 0 0 1px #ffffff14}.LandingView-module__coZDRa__showcaseHeader{background:var(--bg-secondary);border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:.875rem 1.5rem;display:flex}[data-theme=dark] .LandingView-module__coZDRa__showcaseHeader{background:#1e293b;border-color:#ffffff14}.LandingView-module__coZDRa__showcaseDots{align-items:center;gap:.45rem;display:flex}.LandingView-module__coZDRa__dotRed{background:#ef4444;border-radius:50%;width:10px;height:10px}.LandingView-module__coZDRa__dotYellow{background:#f59e0b;border-radius:50%;width:10px;height:10px}.LandingView-module__coZDRa__dotGreen{background:#10b981;border-radius:50%;width:10px;height:10px}.LandingView-module__coZDRa__showcaseTitleBar{font-size:.75rem;font-family:var(--font-mono);color:var(--text-muted);align-items:center;gap:.45rem;display:flex}.LandingView-module__coZDRa__showcaseBadgePulse{color:var(--success);align-items:center;gap:.35rem;font-size:.72rem;font-weight:600;display:inline-flex}.LandingView-module__coZDRa__pulseDot{background:var(--success);width:7px;height:7px;box-shadow:0 0 8px var(--success);border-radius:50%}.LandingView-module__coZDRa__showcaseTabs{background:var(--bg-secondary);border-bottom:1.5px solid var(--border-light);flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;padding:.85rem 1.25rem;display:flex}[data-theme=dark] .LandingView-module__coZDRa__showcaseTabs{background:#111827;border-bottom-color:#ffffff1f}.LandingView-module__coZDRa__showcaseTabBtn{border:1.5px solid var(--border-light);background:var(--bg-surface);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);box-shadow:var(--shadow-sm);border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:700;display:inline-flex}.LandingView-module__coZDRa__showcaseTabBtn:hover{color:var(--accent-primary);border-color:var(--accent-primary);background:var(--accent-primary-light);transform:translateY(-1px)}[data-theme=dark] .LandingView-module__coZDRa__showcaseTabBtn{color:#cbd5e1;background:#1e293b;border-color:#ffffff29}[data-theme=dark] .LandingView-module__coZDRa__showcaseTabBtn:hover{color:#fff;background:#27364f;border-color:#ef4444}.LandingView-module__coZDRa__showcaseTabBtnActive{background:var(--accent-gradient)!important;color:#fff!important;border-color:var(--accent-primary)!important;box-shadow:0 4px 16px #dc262666!important}.LandingView-module__coZDRa__showcaseTabBtnActive span{text-shadow:0 1px 2px #0003;color:#fff!important;font-weight:800!important}.LandingView-module__coZDRa__showcaseTabBtnActive svg{stroke-width:2.2px;color:#fff!important;stroke:#fff!important}.LandingView-module__coZDRa__showcaseTabBtnActive:hover{transform:translateY(-1px);background:var(--accent-gradient-hover)!important;color:#fff!important;border-color:var(--accent-primary-hover)!important;box-shadow:0 6px 20px #dc26267a!important}.LandingView-module__coZDRa__showcaseTabBtnActive:hover span{color:#fff!important}.LandingView-module__coZDRa__showcaseTabBtnActive:hover svg{color:#fff!important;stroke:#fff!important}[data-theme=dark] .LandingView-module__coZDRa__showcaseTabBtnActive{background:var(--accent-gradient)!important;border-color:#ef4444!important;box-shadow:0 4px 18px #ef444480!important}.LandingView-module__coZDRa__showcaseBody{justify-content:space-between;align-items:center;gap:1.5rem;min-height:290px;padding:2.25rem 2rem;display:flex;position:relative}.LandingView-module__coZDRa__inputStack{flex-direction:column;flex:1;gap:.85rem;max-width:320px;display:flex}.LandingView-module__coZDRa__docCard{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:all var(--transition-fast);align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}[data-theme=dark] .LandingView-module__coZDRa__docCard{background:#1e293b;border-color:#ffffff14}.LandingView-module__coZDRa__docCard:hover{border-color:var(--accent-primary);transform:translate(4px)}.LandingView-module__coZDRa__docIconBox{border-radius:var(--radius-sm);background:var(--accent-primary-light);width:2.25rem;height:2.25rem;color:var(--accent-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.LandingView-module__coZDRa__docInfo{text-align:left;flex-direction:column;flex:1;display:flex;overflow:hidden}.LandingView-module__coZDRa__docName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:600;overflow:hidden}.LandingView-module__coZDRa__docMeta{color:var(--text-muted);font-size:.72rem}.LandingView-module__coZDRa__docOrderTag{border-radius:var(--radius-sm);background:var(--bg-secondary);color:var(--text-secondary);padding:.15rem .45rem;font-size:.72rem;font-weight:700}.LandingView-module__coZDRa__fusionConnector{flex-direction:column;align-items:center;gap:.75rem;display:flex}.LandingView-module__coZDRa__connectorLine{background:linear-gradient(to bottom, transparent, var(--accent-primary), transparent);width:2px;height:24px}.LandingView-module__coZDRa__fusionNode{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--accent-primary) 0%, #b91c1c 100%);color:#fff;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;animation:2.5s infinite alternate LandingView-module__coZDRa__fusionNodePulse;display:flex;box-shadow:0 0 24px #dc262680}@keyframes LandingView-module__coZDRa__fusionNodePulse{0%{transform:scale(.96);box-shadow:0 0 16px #dc262666}to{transform:scale(1.06);box-shadow:0 0 30px #dc2626b3}}.LandingView-module__coZDRa__fusionNodeIcon{color:#fff}.LandingView-module__coZDRa__outputStack{flex:1;max-width:330px}.LandingView-module__coZDRa__outputDocCard{text-align:center;border-radius:var(--radius-lg);background:linear-gradient(145deg, var(--bg-surface) 0%, var(--bg-secondary) 100%);border:1.5px solid #dc262659;flex-direction:column;align-items:center;padding:1.75rem 1.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 30px -6px #dc262626}[data-theme=dark] .LandingView-module__coZDRa__outputDocCard{background:linear-gradient(145deg,#1e293b 0%,#0f172a 100%);border-color:#ef444466}.LandingView-module__coZDRa__outputGlow{pointer-events:none;background:radial-gradient(circle,#dc262640 0%,#0000 70%);border-radius:50%;width:120px;height:120px;position:absolute;top:-40px;right:-40px}.LandingView-module__coZDRa__outputBadge{border-radius:var(--radius-full);color:var(--success);background:#10b9811f;border:1px solid #10b9814d;align-items:center;gap:.35rem;margin-bottom:1rem;padding:.25rem .65rem;font-size:.72rem;font-weight:600;display:inline-flex}.LandingView-module__coZDRa__outputIconWrapper{border-radius:var(--radius-full);background:var(--accent-primary-light);width:4rem;height:4rem;color:var(--accent-primary);justify-content:center;align-items:center;margin-bottom:.85rem;display:flex}.LandingView-module__coZDRa__outputTitle{color:var(--text-primary);margin-bottom:.35rem;font-size:.95rem;font-weight:700}.LandingView-module__coZDRa__outputSubtitle{color:var(--text-muted);margin-bottom:1.25rem;font-size:.75rem}.LandingView-module__coZDRa__outputActionBtn{width:100%}.LandingView-module__coZDRa__metricsSection{padding:2.5rem 0 3.5rem}.LandingView-module__coZDRa__metricsGrid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.LandingView-module__coZDRa__metricCard{text-align:center;background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform var(--transition-fast), border-color var(--transition-fast);flex-direction:column;align-items:center;padding:2rem 1.25rem;display:flex}.LandingView-module__coZDRa__metricCard:hover{border-color:var(--accent-primary);transform:translateY(-3px)}[data-theme=dark] .LandingView-module__coZDRa__metricCard{background:#0f172a;border-color:#ffffff14}.LandingView-module__coZDRa__metricValue{letter-spacing:-.03em;color:var(--accent-primary);font-size:2.25rem;font-weight:800;font-family:var(--font-mono);margin-bottom:.4rem;line-height:1.1}.LandingView-module__coZDRa__metricLabel{color:var(--text-primary);margin-bottom:.25rem;font-size:.9375rem;font-weight:700}.LandingView-module__coZDRa__metricSub{color:var(--text-muted);font-size:.775rem}.LandingView-module__coZDRa__sectionHeader{text-align:center;margin-bottom:3.5rem}.LandingView-module__coZDRa__sectionTitle{letter-spacing:-.025em;margin-bottom:.75rem;font-size:clamp(1.85rem,4vw,2.35rem);font-weight:800}.LandingView-module__coZDRa__sectionSubtitle{color:var(--text-muted);max-width:620px;margin:0 auto;font-size:1.05rem;line-height:1.6}.LandingView-module__coZDRa__featuresSection{background:var(--bg-surface);border-top:1px solid var(--border-light);padding:5rem 0}[data-theme=dark] .LandingView-module__coZDRa__featuresSection{background:#080d1a;border-color:#ffffff0f}.LandingView-module__coZDRa__featuresGrid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.LandingView-module__coZDRa__featureCard{border:1px solid var(--border-light);border-radius:var(--radius-xl);background:var(--bg-surface);height:100%;box-shadow:var(--shadow-sm);transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);flex-direction:column;padding:2.25rem 1.85rem;display:flex}[data-theme=dark] .LandingView-module__coZDRa__featureCard{background:#0f172a;border-color:#ffffff14}.LandingView-module__coZDRa__featureCard:hover{border-color:var(--accent-primary);transform:translateY(-4px);box-shadow:0 16px 32px -8px #0000001a}[data-theme=dark] .LandingView-module__coZDRa__featureCard:hover{border-color:var(--accent-primary);box-shadow:0 20px 40px -10px #00000080}.LandingView-module__coZDRa__featureIconWrapper{border-radius:var(--radius-lg);background:var(--accent-primary-light);width:3.25rem;height:3.25rem;color:var(--accent-primary);transition:transform var(--transition-fast);justify-content:center;align-items:center;margin-bottom:1.35rem;display:flex}.LandingView-module__coZDRa__featureCard:hover .LandingView-module__coZDRa__featureIconWrapper{transform:scale(1.08)}.LandingView-module__coZDRa__featureTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.LandingView-module__coZDRa__featureDescription{color:var(--text-secondary);font-size:.9rem;line-height:1.65}.LandingView-module__coZDRa__useCasesSection{background:var(--bg-secondary);border-top:1px solid var(--border-light);padding:5rem 0}[data-theme=dark] .LandingView-module__coZDRa__useCasesSection{background:#0b1120;border-color:#ffffff0f}.LandingView-module__coZDRa__useCasesGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.LandingView-module__coZDRa__useCaseCard{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);transition:transform var(--transition-base), border-color var(--transition-base);flex-direction:column;padding:2.25rem 1.75rem;display:flex}[data-theme=dark] .LandingView-module__coZDRa__useCaseCard{background:#0f172a;border-color:#ffffff14}.LandingView-module__coZDRa__useCaseCard:hover{border-color:var(--accent-primary);transform:translateY(-4px)}.LandingView-module__coZDRa__useCaseIconBox{border-radius:var(--radius-lg);width:3.5rem;height:3.5rem;color:var(--accent-primary);background:#dc26261a;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}[data-theme=dark] .LandingView-module__coZDRa__useCaseIconBox{color:#fca5a5;background:#ef444426}.LandingView-module__coZDRa__useCaseTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.LandingView-module__coZDRa__useCaseDesc{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.LandingView-module__coZDRa__comparisonSection{background:var(--bg-surface);border-top:1px solid var(--border-light);padding:5rem 0}[data-theme=dark] .LandingView-module__coZDRa__comparisonSection{background:#080d1a;border-color:#ffffff0f}.LandingView-module__coZDRa__comparisonTableWrapper{border-radius:var(--radius-xl);border:1px solid var(--border-light);max-width:900px;box-shadow:var(--shadow-md);background:var(--bg-surface);margin:0 auto;overflow:hidden}[data-theme=dark] .LandingView-module__coZDRa__comparisonTableWrapper{background:#0f172a;border-color:#ffffff1a}.LandingView-module__coZDRa__comparisonTable{border-collapse:collapse;text-align:left;width:100%}.LandingView-module__coZDRa__comparisonTable th,.LandingView-module__coZDRa__comparisonTable td{padding:1.2rem 1.5rem}.LandingView-module__coZDRa__comparisonTable thead tr{background:var(--bg-secondary);border-bottom:2px solid var(--border-light)}[data-theme=dark] .LandingView-module__coZDRa__comparisonTable thead tr{background:#1e293b;border-color:#ffffff14}.LandingView-module__coZDRa__colFeature{width:38%;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.875rem;font-weight:700}.LandingView-module__coZDRa__colFusion{width:34%;color:var(--accent-primary);font-size:.95rem;font-weight:700}.LandingView-module__coZDRa__colOthers{width:28%;color:var(--text-muted);font-size:.875rem;font-weight:600}.LandingView-module__coZDRa__comparisonTable tbody tr{border-bottom:1px solid var(--border-light);transition:background var(--transition-fast)}[data-theme=dark] .LandingView-module__coZDRa__comparisonTable tbody tr{border-color:#ffffff0f}.LandingView-module__coZDRa__comparisonTable tbody tr:hover{background:var(--bg-surface-hover)}.LandingView-module__coZDRa__cellFeature{color:var(--text-primary);font-size:.925rem;font-weight:600}.LandingView-module__coZDRa__cellFusion{font-size:.925rem;font-weight:600}.LandingView-module__coZDRa__fusionPositive{color:var(--success);align-items:center;gap:.5rem;font-weight:600;display:inline-flex}.LandingView-module__coZDRa__othersNegative{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.875rem;display:inline-flex}.LandingView-module__coZDRa__howItWorksSection{background:var(--bg-secondary);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);padding:5rem 0}[data-theme=dark] .LandingView-module__coZDRa__howItWorksSection{background:#0b1120;border-color:#ffffff0f}.LandingView-module__coZDRa__stepsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.LandingView-module__coZDRa__stepCard{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);padding:2.75rem 2.25rem;position:relative}[data-theme=dark] .LandingView-module__coZDRa__stepCard{background:#0f172a;border-color:#ffffff14}.LandingView-module__coZDRa__stepCard:hover{box-shadow:var(--shadow-md);border-color:var(--accent-primary);transform:translateY(-4px)}.LandingView-module__coZDRa__stepNumber{color:var(--accent-primary);font-size:2.25rem;font-weight:800;font-family:var(--font-mono);margin-bottom:1.25rem;line-height:1}.LandingView-module__coZDRa__stepTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.LandingView-module__coZDRa__stepDescription{color:var(--text-secondary);font-size:.925rem;line-height:1.65}.LandingView-module__coZDRa__faqSection{padding:5.5rem 0}.LandingView-module__coZDRa__faqIconBadge{border-radius:var(--radius-full);background:var(--bg-secondary);width:3rem;height:3rem;color:var(--accent-primary);justify-content:center;align-items:center;margin-bottom:1rem;display:inline-flex}[data-theme=dark] .LandingView-module__coZDRa__faqIconBadge{color:#fca5a5;background:#ef444426}.LandingView-module__coZDRa__faqList{flex-direction:column;gap:1rem;max-width:760px;margin:0 auto;display:flex}.LandingView-module__coZDRa__faqItem{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);overflow:hidden}[data-theme=dark] .LandingView-module__coZDRa__faqItem{background:#0f172a;border-color:#ffffff14}.LandingView-module__coZDRa__faqItem:hover{border-color:var(--accent-primary)}.LandingView-module__coZDRa__faqItemOpen{box-shadow:0 4px 16px #dc262614;border-color:var(--accent-primary)!important}.LandingView-module__coZDRa__faqTrigger{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.25rem 1.5rem;display:flex}.LandingView-module__coZDRa__faqQuestion{color:var(--text-primary);letter-spacing:-.01em;font-size:1.05rem;font-weight:700}.LandingView-module__coZDRa__faqChevron{color:var(--text-muted);transition:transform var(--transition-fast), color var(--transition-fast);flex-shrink:0}.LandingView-module__coZDRa__faqChevronOpen{color:var(--accent-primary);transform:rotate(180deg)}.LandingView-module__coZDRa__faqContent{padding:0 1.5rem 1.35rem;animation:.2s ease-out LandingView-module__coZDRa__faqFadeIn}@keyframes LandingView-module__coZDRa__faqFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.LandingView-module__coZDRa__faqAnswer{color:var(--text-secondary);font-size:.925rem;line-height:1.68}.LandingView-module__coZDRa__bottomCtaSection{padding:3.5rem 0 1rem}.LandingView-module__coZDRa__bottomCtaCard{text-align:center;border-radius:var(--radius-xl);color:#fff;background:linear-gradient(135deg,#1e293b 0%,#0a0f1d 100%);border:1px solid #ffffff1f;padding:4.5rem 2rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000059}.LandingView-module__coZDRa__bottomCtaGlow{pointer-events:none;background:radial-gradient(circle,#dc262666 0%,#0000 70%);width:400px;height:200px;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.LandingView-module__coZDRa__bottomCtaTitle{color:#fff;letter-spacing:-.025em;z-index:1;margin-bottom:.85rem;font-size:clamp(1.85rem,4vw,2.5rem);font-weight:800;position:relative}.LandingView-module__coZDRa__bottomCtaSubtitle{color:#94a3b8;z-index:1;max-width:600px;margin:0 auto 2.25rem;font-size:1.05rem;line-height:1.6;position:relative}.LandingView-module__coZDRa__bottomCtaBtn{z-index:1;font-size:1.05rem;position:relative}@media (max-width:1024px){.LandingView-module__coZDRa__featuresGrid,.LandingView-module__coZDRa__useCasesGrid,.LandingView-module__coZDRa__metricsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.LandingView-module__coZDRa__heroSection{padding:3.5rem 0 2.5rem}.LandingView-module__coZDRa__showcaseBody{flex-direction:column;padding:1.5rem 1.25rem}.LandingView-module__coZDRa__inputStack{width:100%;max-width:100%}.LandingView-module__coZDRa__fusionConnector{flex-direction:row;justify-content:center;gap:1rem;width:100%}.LandingView-module__coZDRa__connectorLine{width:30px;height:2px}.LandingView-module__coZDRa__outputStack{width:100%;max-width:100%}.LandingView-module__coZDRa__featuresGrid,.LandingView-module__coZDRa__stepsGrid,.LandingView-module__coZDRa__useCasesGrid{grid-template-columns:1fr}.LandingView-module__coZDRa__metricsGrid{grid-template-columns:1fr 1fr;gap:.85rem}.LandingView-module__coZDRa__metricCard{padding:1.35rem .85rem}.LandingView-module__coZDRa__metricValue{font-size:1.85rem}.LandingView-module__coZDRa__comparisonTable th,.LandingView-module__coZDRa__comparisonTable td{padding:.85rem 1rem;font-size:.825rem}.LandingView-module__coZDRa__trustPills{gap:.75rem;padding:.75rem 1rem}.LandingView-module__coZDRa__bottomCtaCard{padding:3.5rem 1.5rem}}@media (max-width:480px){.LandingView-module__coZDRa__metricsGrid{grid-template-columns:1fr}.LandingView-module__coZDRa__comparisonTable{white-space:nowrap;display:block;overflow-x:auto}}.LandingView-module__coZDRa__toolsSection{z-index:2;padding:4rem 0 3rem;position:relative}.LandingView-module__coZDRa__toolsGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:2.5rem;display:grid}.LandingView-module__coZDRa__toolCardItem{background:var(--bg-surface);border:1.5px solid var(--border-light);border-radius:var(--radius-xl);color:inherit;flex-direction:column;justify-content:space-between;padding:2.25rem 2rem;text-decoration:none;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),background-color .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px -2px #0f172a0d,0 2px 4px -1px #0f172a08}.LandingView-module__coZDRa__toolCardItem:before{content:"";background:var(--accent-gradient);opacity:0;height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.LandingView-module__coZDRa__toolCardItem:after{content:"";pointer-events:none;opacity:0;background:radial-gradient(circle,#dc26261f 0%,#0000 70%);border-radius:50%;width:140px;height:140px;transition:opacity .3s,transform .3s;position:absolute;top:-50px;right:-50px}.LandingView-module__coZDRa__toolCardItem:hover{transform:translateY(-6px);border-color:var(--accent-primary)!important;box-shadow:0 20px 40px -10px #dc262638, 0 0 0 1px var(--accent-primary), 0 8px 16px -4px #0f172a0f!important}.LandingView-module__coZDRa__toolCardItem:hover:before{opacity:1}.LandingView-module__coZDRa__toolCardItem:hover:after{opacity:1;transform:scale(1.3)}[data-theme=dark] .LandingView-module__coZDRa__toolCardItem{background:#141e30;border-color:#ffffff24;box-shadow:0 4px 16px -2px #00000080}[data-theme=dark] .LandingView-module__coZDRa__toolCardItem:hover{background:#19263f!important;border-color:#ef4444!important;box-shadow:0 22px 45px -8px #ef444447,0 0 0 1px #ef4444,0 8px 24px -4px #000000bf!important}.LandingView-module__coZDRa__toolCardTop{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.LandingView-module__coZDRa__toolCardIconBox{border-radius:var(--radius-lg);width:56px;height:56px;color:var(--accent-primary);background:#dc262614;border:1.5px solid #dc26262e;justify-content:center;align-items:center;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex}[data-theme=dark] .LandingView-module__coZDRa__toolCardIconBox{color:#f87171;background:#ef444424;border-color:#ef444447}.LandingView-module__coZDRa__toolCardItem:hover .LandingView-module__coZDRa__toolCardIconBox{transform:scale(1.1)rotate(-2deg);box-shadow:0 8px 20px -3px #dc262673;background:var(--accent-gradient)!important;color:#fff!important;border-color:#0000!important}.LandingView-module__coZDRa__toolCardBadge{background:var(--bg-secondary);border:1px solid var(--border-light);color:var(--text-secondary);border-radius:9999px;align-items:center;padding:.35rem .8rem;font-size:.775rem;font-weight:700;transition:all .2s;display:inline-flex}[data-theme=dark] .LandingView-module__coZDRa__toolCardBadge{color:#e2e8f0;background:#1e293b;border-color:#ffffff29}.LandingView-module__coZDRa__toolCardItem:hover .LandingView-module__coZDRa__toolCardBadge{background:var(--accent-primary-light);color:var(--accent-primary);border-color:#dc26264d}[data-theme=dark] .LandingView-module__coZDRa__toolCardItem:hover .LandingView-module__coZDRa__toolCardBadge{color:#fca5a5;background:#ef444433;border-color:#ef444466}.LandingView-module__coZDRa__toolCardTitle{color:var(--text-primary);letter-spacing:-.015em;margin-bottom:.75rem;font-size:1.4rem;font-weight:800;transition:color .2s}.LandingView-module__coZDRa__toolCardItem:hover .LandingView-module__coZDRa__toolCardTitle{color:var(--accent-primary)}[data-theme=dark] .LandingView-module__coZDRa__toolCardItem:hover .LandingView-module__coZDRa__toolCardTitle{color:#f87171}.LandingView-module__coZDRa__toolCardDesc{color:var(--text-secondary);margin-bottom:2rem;font-size:.925rem;line-height:1.6}[data-theme=dark] .LandingView-module__coZDRa__toolCardDesc{color:#cbd5e1}.LandingView-module__coZDRa__toolCardCta{color:var(--accent-primary);background:#dc262614;border:1px solid #dc26262e;border-radius:9999px;align-items:center;gap:.5rem;width:fit-content;padding:.45rem 1rem;font-size:.9rem;font-weight:700;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex}[data-theme=dark] .LandingView-module__coZDRa__toolCardCta{color:#fca5a5;background:#ef444424;border-color:#ef44444d}.LandingView-module__coZDRa__toolCardItem:hover .LandingView-module__coZDRa__toolCardCta{gap:.75rem;transform:translate(2px);box-shadow:0 4px 14px #dc262661;background:var(--accent-gradient)!important;color:#fff!important;border-color:#0000!important}.LandingView-module__coZDRa__toolCardItem:hover .LandingView-module__coZDRa__toolCardCta svg{transition:transform .2s;transform:translate(3px)}
.Footer-module__S6Hkya__footerWrapper{background:var(--bg-surface);border-top:1px solid var(--border-light);z-index:10;margin-top:auto;padding:4.5rem 0 2.25rem;position:relative}[data-theme=dark] .Footer-module__S6Hkya__footerWrapper{background:#080d1a;border-color:#ffffff14}.Footer-module__S6Hkya__footerInner{flex-direction:column;gap:3.5rem;display:flex}.Footer-module__S6Hkya__footerGrid{text-align:left;grid-template-columns:2.2fr 1.2fr 1.2fr 1.4fr;gap:3.5rem;display:grid}.Footer-module__S6Hkya__brandCol{flex-direction:column;align-items:flex-start;gap:1.15rem;display:flex}.Footer-module__S6Hkya__brandRow{align-items:center;gap:.65rem;display:flex}.Footer-module__S6Hkya__brandIconBox{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex;overflow:hidden;box-shadow:0 4px 12px #dc262640}.Footer-module__S6Hkya__brandImg{object-fit:cover;width:100%;height:100%;display:block}.Footer-module__S6Hkya__brandName{letter-spacing:-.025em;color:var(--text-primary);font-size:1.25rem;font-weight:800}.Footer-module__S6Hkya__brandDesc{color:var(--text-muted);max-width:360px;margin:0;font-size:.875rem;line-height:1.65}.Footer-module__S6Hkya__trustPill{border-radius:var(--radius-full);background:var(--bg-secondary);border:1px solid var(--border-light);color:var(--text-secondary);box-shadow:var(--shadow-sm);align-items:center;gap:.5rem;padding:.45rem .95rem;font-size:.775rem;font-weight:600;display:inline-flex}[data-theme=dark] .Footer-module__S6Hkya__trustPill{background:#0f172a;border-color:#ffffff14}.Footer-module__S6Hkya__trustPillIcon{color:var(--success);flex-shrink:0}.Footer-module__S6Hkya__navCol{flex-direction:column;gap:1.15rem;display:flex}.Footer-module__S6Hkya__colTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:.06em;margin:0;font-size:.8125rem;font-weight:700}.Footer-module__S6Hkya__legalTitleWrapper{align-items:center;gap:.5rem;display:flex}.Footer-module__S6Hkya__officialBadge{border-radius:var(--radius-sm);color:var(--accent-primary);text-transform:uppercase;letter-spacing:.04em;background:#dc26261f;padding:.1rem .45rem;font-size:.65rem;font-weight:700}[data-theme=dark] .Footer-module__S6Hkya__officialBadge{color:#fca5a5;background:#ef444433}.Footer-module__S6Hkya__linkList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__navLink,.Footer-module__S6Hkya__textBtnLink{color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.Footer-module__S6Hkya__navLink:hover,.Footer-module__S6Hkya__textBtnLink:hover{color:var(--accent-primary);transform:translate(3px)}.Footer-module__S6Hkya__legalLink{color:var(--text-secondary)}.Footer-module__S6Hkya__legalLink:hover{color:var(--accent-primary)}.Footer-module__S6Hkya__legalLinkIcon{color:var(--accent-primary);opacity:.75;transition:opacity var(--transition-fast)}.Footer-module__S6Hkya__legalLink:hover .Footer-module__S6Hkya__legalLinkIcon{opacity:1}.Footer-module__S6Hkya__bottomRow{border-top:1px solid var(--border-light);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding-top:2rem;display:flex}[data-theme=dark] .Footer-module__S6Hkya__bottomRow{border-color:#ffffff14}.Footer-module__S6Hkya__copyrightText{color:var(--text-muted);font-size:.8125rem;font-weight:500}.Footer-module__S6Hkya__systemStatusPill{border-radius:var(--radius-full);color:var(--success);background:#10b98114;border:1px solid #10b98140;align-items:center;gap:.5rem;padding:.35rem .85rem;font-size:.75rem;font-weight:600;display:inline-flex}.Footer-module__S6Hkya__statusPulseDot{background:var(--success);width:7px;height:7px;box-shadow:0 0 8px var(--success);border-radius:50%;animation:2s ease-in-out infinite Footer-module__S6Hkya__pulseDot}@keyframes Footer-module__S6Hkya__pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.75;transform:scale(1.3)}}@media (max-width:1024px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr 1fr;gap:2.5rem}.Footer-module__S6Hkya__brandCol{grid-column:span 2;max-width:100%}.Footer-module__S6Hkya__brandDesc{max-width:500px}}@media (max-width:640px){.Footer-module__S6Hkya__footerWrapper{padding:3.5rem 0 2rem}.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr;gap:2.25rem}.Footer-module__S6Hkya__brandCol{grid-column:span 1;align-items:flex-start}.Footer-module__S6Hkya__bottomRow{flex-direction:column-reverse;align-items:flex-start;gap:1rem}}
.Workspace-module__8m4Tmq__workspaceWrapper{min-height:calc(100vh - 4.25rem - 180px);padding:3rem 0 6rem}.Workspace-module__8m4Tmq__workspaceHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Workspace-module__8m4Tmq__headerTitleRow{align-items:center;gap:1rem;display:flex}.Workspace-module__8m4Tmq__workspaceIconBox{border-radius:var(--radius-lg);flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex;overflow:hidden;box-shadow:0 4px 14px #dc262638}.Workspace-module__8m4Tmq__workspaceHeaderImg{object-fit:cover;width:100%;height:100%;display:block}.Workspace-module__8m4Tmq__workspaceTitle{margin-bottom:.25rem;font-size:1.625rem;font-weight:700}.Workspace-module__8m4Tmq__workspaceSubtitle{color:var(--text-muted);font-size:.875rem}.Workspace-module__8m4Tmq__errorAlert{background:var(--danger-light);border-radius:var(--radius-md);color:var(--danger);border:1px solid #ef44444d;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;animation:.2s Workspace-module__8m4Tmq__fadeIn;display:flex}.Workspace-module__8m4Tmq__errorIcon{flex-shrink:0}.Workspace-module__8m4Tmq__errorText{font-size:.875rem;font-weight:500}.Workspace-module__8m4Tmq__emptyStateContainer{max-width:800px;margin:0 auto}.Workspace-module__8m4Tmq__activeWorkspace{flex-direction:column;gap:1.25rem;max-width:900px;margin:0 auto;display:flex}.Workspace-module__8m4Tmq__workspaceToolbar{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-md);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.Workspace-module__8m4Tmq__toolbarLeft{align-items:center;gap:.75rem;display:flex}.Workspace-module__8m4Tmq__filesCountBadge{border-radius:var(--radius-full);background:var(--accent-primary-light);color:var(--accent-primary);align-items:center;gap:.4rem;padding:.3rem .65rem;font-size:.8125rem;font-weight:500;display:inline-flex}[data-theme=dark] .Workspace-module__8m4Tmq__workspaceToolbar{background:var(--bg-surface);border:1px solid var(--border-light)}[data-theme=dark] .Workspace-module__8m4Tmq__filesCountBadge{color:#f87171;background:#ef444433;border:1px solid #ef44444d}.Workspace-module__8m4Tmq__toolbarRight{align-items:center;gap:.5rem;display:flex}.Workspace-module__8m4Tmq__fileListGrid{flex-direction:column;gap:.75rem;display:flex}.Workspace-module__8m4Tmq__addMoreSection{margin-top:.5rem}@media (max-width:640px){.Workspace-module__8m4Tmq__workspaceHeader{flex-direction:column;align-items:flex-start}.Workspace-module__8m4Tmq__workspaceToolbar{flex-direction:column;align-items:stretch}.Workspace-module__8m4Tmq__toolbarRight{justify-content:flex-end}}
.ToolsCatalog-module__lD_YFW__catalogWrapper{z-index:1;width:100%;min-height:calc(100vh - 72px);padding:3rem 0 5rem;position:relative}.ToolsCatalog-module__lD_YFW__ambientMesh{pointer-events:none;z-index:-1;height:500px;position:absolute;top:0;left:0;right:0;overflow:hidden}.ToolsCatalog-module__lD_YFW__blob1{filter:blur(60px);background:radial-gradient(circle,#dc26261f 0%,#0000 70%);width:500px;height:350px;position:absolute;top:-80px;left:20%}.ToolsCatalog-module__lD_YFW__blob2{filter:blur(55px);background:radial-gradient(circle,#ef444414 0%,#0000 70%);width:450px;height:320px;position:absolute;top:40px;right:15%}.ToolsCatalog-module__lD_YFW__headerSection{text-align:center;max-width:760px;margin:0 auto 3rem}.ToolsCatalog-module__lD_YFW__catalogBadge{color:var(--primary);letter-spacing:.02em;background:#dc262614;border:1px solid #dc262633;border-radius:9999px;align-items:center;gap:.45rem;margin-bottom:1.25rem;padding:.35rem .95rem;font-size:.8rem;font-weight:700;display:inline-flex}.ToolsCatalog-module__lD_YFW__catalogTitle{color:var(--text-primary);letter-spacing:-.025em;margin-bottom:.85rem;font-size:2.35rem;font-weight:800;line-height:1.2}.ToolsCatalog-module__lD_YFW__catalogSubtitle{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.6}.ToolsCatalog-module__lD_YFW__privacyPill{color:#10b981;background:#10b9811a;border:1px solid #10b98140;border-radius:9999px;align-items:center;gap:.5rem;padding:.45rem 1rem;font-size:.825rem;font-weight:600;display:inline-flex}.ToolsCatalog-module__lD_YFW__searchWrapper{max-width:460px;margin:2rem auto 0;position:relative}.ToolsCatalog-module__lD_YFW__searchIcon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.ToolsCatalog-module__lD_YFW__searchInput{border-radius:var(--radius-lg);border:1.5px solid var(--border-light);background:var(--bg-surface);width:100%;color:var(--text-primary);box-shadow:var(--shadow-sm);transition:all var(--transition-fast);padding:.8rem 1rem .8rem 2.85rem;font-size:.925rem}[data-theme=dark] .ToolsCatalog-module__lD_YFW__searchInput{color:#fff;background:#151f32;border-color:#ffffff29}.ToolsCatalog-module__lD_YFW__searchInput:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 0 3px #dc262626}.ToolsCatalog-module__lD_YFW__toolsGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.ToolsCatalog-module__lD_YFW__toolCard{background:var(--bg-surface);border:1.5px solid var(--border-light);border-radius:var(--radius-xl);color:inherit;flex-direction:column;justify-content:space-between;padding:2.25rem;text-decoration:none;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),background-color .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px -2px #0f172a0d,0 2px 4px -1px #0f172a08}.ToolsCatalog-module__lD_YFW__toolCard:before{content:"";background:var(--accent-gradient);opacity:0;height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.ToolsCatalog-module__lD_YFW__toolCard:hover{transform:translateY(-6px);border-color:var(--accent-primary)!important;box-shadow:0 20px 40px -10px #dc262638, 0 0 0 1px var(--accent-primary), 0 8px 16px -4px #0f172a0f!important}.ToolsCatalog-module__lD_YFW__toolCard:hover:before{opacity:1}[data-theme=dark] .ToolsCatalog-module__lD_YFW__toolCard{background:#141e30;border-color:#ffffff24;box-shadow:0 4px 16px -2px #00000080}[data-theme=dark] .ToolsCatalog-module__lD_YFW__toolCard:hover{background:#19263f!important;border-color:#ef4444!important;box-shadow:0 22px 45px -8px #ef444447,0 0 0 1px #ef4444,0 8px 24px -4px #000000bf!important}.ToolsCatalog-module__lD_YFW__cardGlow{pointer-events:none;background:radial-gradient(circle,#dc26261f 0%,#0000 70%);border-radius:50%;width:140px;height:140px;transition:transform .3s,opacity .3s;position:absolute;top:-40px;right:-40px}.ToolsCatalog-module__lD_YFW__toolCard:hover .ToolsCatalog-module__lD_YFW__cardGlow{opacity:1;transform:scale(1.8)}.ToolsCatalog-module__lD_YFW__cardTopRow{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.ToolsCatalog-module__lD_YFW__cardIconBox{border-radius:var(--radius-lg);width:58px;height:58px;color:var(--accent-primary);background:#dc262614;border:1.5px solid #dc26262e;justify-content:center;align-items:center;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex}[data-theme=dark] .ToolsCatalog-module__lD_YFW__cardIconBox{color:#f87171;background:#ef444424;border-color:#ef444447}.ToolsCatalog-module__lD_YFW__toolCard:hover .ToolsCatalog-module__lD_YFW__cardIconBox{transform:scale(1.1)rotate(-2deg);box-shadow:0 8px 20px -3px #dc262673;background:var(--accent-gradient)!important;color:#fff!important;border-color:#0000!important}.ToolsCatalog-module__lD_YFW__cardBadge{background:var(--bg-secondary);border:1px solid var(--border-light);color:var(--text-secondary);border-radius:9999px;align-items:center;padding:.35rem .8rem;font-size:.775rem;font-weight:700;transition:all .2s;display:inline-flex}[data-theme=dark] .ToolsCatalog-module__lD_YFW__cardBadge{color:#e2e8f0;background:#1e293b;border-color:#ffffff29}.ToolsCatalog-module__lD_YFW__toolCard:hover .ToolsCatalog-module__lD_YFW__cardBadge{background:var(--accent-primary-light);color:var(--accent-primary);border-color:#dc26264d}[data-theme=dark] .ToolsCatalog-module__lD_YFW__toolCard:hover .ToolsCatalog-module__lD_YFW__cardBadge{color:#fca5a5;background:#ef444433;border-color:#ef444466}.ToolsCatalog-module__lD_YFW__cardTitle{color:var(--text-primary);letter-spacing:-.015em;margin-bottom:.75rem;font-size:1.45rem;font-weight:800;transition:color .2s}.ToolsCatalog-module__lD_YFW__toolCard:hover .ToolsCatalog-module__lD_YFW__cardTitle{color:var(--accent-primary)}[data-theme=dark] .ToolsCatalog-module__lD_YFW__toolCard:hover .ToolsCatalog-module__lD_YFW__cardTitle{color:#f87171}.ToolsCatalog-module__lD_YFW__cardDesc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.925rem;line-height:1.6}[data-theme=dark] .ToolsCatalog-module__lD_YFW__cardDesc{color:#cbd5e1}.ToolsCatalog-module__lD_YFW__cardFeaturesPills{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.ToolsCatalog-module__lD_YFW__featurePill{color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius-sm);padding:.3rem .7rem;font-size:.775rem;font-weight:600;transition:all .2s}[data-theme=dark] .ToolsCatalog-module__lD_YFW__featurePill{color:#cbd5e1;background:#1e293b;border-color:#ffffff1f}.ToolsCatalog-module__lD_YFW__toolCard:hover .ToolsCatalog-module__lD_YFW__featurePill{color:#0f172a;background:#fff;border-color:#dc262640}[data-theme=dark] .ToolsCatalog-module__lD_YFW__toolCard:hover .ToolsCatalog-module__lD_YFW__featurePill{color:#fff;background:#22324f;border-color:#ef444459}.ToolsCatalog-module__lD_YFW__cardBtn{border-radius:var(--radius-md);justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.85rem;font-size:.95rem;font-weight:700;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.ToolsCatalog-module__lD_YFW__toolCard:hover .ToolsCatalog-module__lD_YFW__cardBtn{transform:translateY(-2px);background:var(--accent-gradient-hover)!important;box-shadow:0 8px 24px -2px #dc262680!important}.ToolsCatalog-module__lD_YFW__toolCard:hover .ToolsCatalog-module__lD_YFW__cardBtn svg{transition:transform .2s;transform:translate(4px)}.ToolsCatalog-module__lD_YFW__upcomingSection{border:1.5px dashed var(--border-light);border-radius:var(--radius-xl);background:var(--bg-secondary);text-align:center;padding:2.5rem}[data-theme=dark] .ToolsCatalog-module__lD_YFW__upcomingSection{background:#111827;border-color:#ffffff24}.ToolsCatalog-module__lD_YFW__upcomingHeader{max-width:600px;margin:0 auto 2rem}.ToolsCatalog-module__lD_YFW__upcomingBadge{color:#8b5cf6;text-transform:uppercase;background:#8b5cf61a;border:1px solid #8b5cf640;border-radius:9999px;align-items:center;gap:.35rem;margin-bottom:.85rem;padding:.3rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.ToolsCatalog-module__lD_YFW__upcomingTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.35rem;font-weight:800}.ToolsCatalog-module__lD_YFW__upcomingDesc{color:var(--text-secondary);font-size:.9rem;line-height:1.55}[data-theme=dark] .ToolsCatalog-module__lD_YFW__upcomingDesc{color:#cbd5e1}.ToolsCatalog-module__lD_YFW__upcomingGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;max-width:720px;margin:0 auto;display:grid}.ToolsCatalog-module__lD_YFW__upcomingCard{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);text-align:left;box-shadow:var(--shadow-sm);transition:all var(--transition-fast);padding:1.5rem}[data-theme=dark] .ToolsCatalog-module__lD_YFW__upcomingCard{background:#151f32;border-color:#ffffff1f}.ToolsCatalog-module__lD_YFW__upcomingCardIcon{border-radius:var(--radius-md);color:#8b5cf6;background:#8b5cf614;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:1rem;display:flex}.ToolsCatalog-module__lD_YFW__upcomingCardTitle{color:var(--text-primary);margin-bottom:.35rem;font-size:1.05rem;font-weight:700}.ToolsCatalog-module__lD_YFW__upcomingCardText{color:var(--text-muted);font-size:.825rem;line-height:1.45}@media (max-width:640px){.ToolsCatalog-module__lD_YFW__catalogTitle{font-size:1.85rem}.ToolsCatalog-module__lD_YFW__catalogSubtitle{font-size:.95rem}.ToolsCatalog-module__lD_YFW__toolsGrid{grid-template-columns:1fr}.ToolsCatalog-module__lD_YFW__toolCard{padding:1.5rem}}
.CompressWorkspace-module__eKEZQW__compressWrapper{z-index:1;width:100%;min-height:calc(100vh - 72px);padding:2.5rem 0 4.5rem;position:relative}.CompressWorkspace-module__eKEZQW__headerRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.CompressWorkspace-module__eKEZQW__headerLeft{align-items:center;gap:1.25rem;display:flex}.CompressWorkspace-module__eKEZQW__headerIconBox{border-radius:var(--radius-lg);background:var(--surface-card);border:1px solid var(--border-color);width:54px;height:54px;box-shadow:var(--shadow-sm);flex-shrink:0;justify-content:center;align-items:center;display:flex}.CompressWorkspace-module__eKEZQW__pageTitle{color:var(--text-primary);letter-spacing:-.025em;margin-bottom:.25rem;font-size:1.85rem;font-weight:800}.CompressWorkspace-module__eKEZQW__pageSubtitle{color:var(--text-secondary);max-width:640px;font-size:.95rem;line-height:1.5}.CompressWorkspace-module__eKEZQW__privacyBadge{color:#10b981;background:#10b9811a;border:1px solid #10b98140;border-radius:9999px;align-items:center;gap:.5rem;padding:.45rem .9rem;font-size:.8rem;font-weight:600;display:inline-flex}.CompressWorkspace-module__eKEZQW__mainCard{background:var(--surface-card);border:1px solid var(--border-color);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);margin-bottom:2rem;padding:2rem;position:relative;overflow:hidden}.CompressWorkspace-module__eKEZQW__dropzone{border:2px dashed var(--border-color);border-radius:var(--radius-lg);text-align:center;cursor:pointer;transition:all var(--transition-normal);background:var(--surface-hover);padding:3.5rem 1.5rem;position:relative}.CompressWorkspace-module__eKEZQW__dropzone:hover,.CompressWorkspace-module__eKEZQW__dropzoneActive{border-color:var(--primary);background:#dc26260a;transform:translateY(-2px)}.CompressWorkspace-module__eKEZQW__dropzoneIconWrapper{width:68px;height:68px;color:var(--primary);transition:transform var(--transition-fast);background:#dc262614;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.CompressWorkspace-module__eKEZQW__dropzone:hover .CompressWorkspace-module__eKEZQW__dropzoneIconWrapper{transform:scale(1.08)}.CompressWorkspace-module__eKEZQW__dropzoneTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.CompressWorkspace-module__eKEZQW__dropzoneSubtitle{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem}.CompressWorkspace-module__eKEZQW__fileInputHidden{display:none}.CompressWorkspace-module__eKEZQW__selectedFileCard{border-radius:var(--radius-lg);background:var(--surface-hover);border:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;padding:1.25rem 1.5rem;display:flex}.CompressWorkspace-module__eKEZQW__fileMetaLeft{align-items:center;gap:1rem;display:flex}.CompressWorkspace-module__eKEZQW__fileIconBox{border-radius:var(--radius-md);width:44px;height:44px;color:var(--primary);background:#dc26261a;flex-shrink:0;justify-content:center;align-items:center;display:flex}.CompressWorkspace-module__eKEZQW__fileName{color:var(--text-primary);word-break:break-all;margin-bottom:.2rem;font-size:1rem;font-weight:700}.CompressWorkspace-module__eKEZQW__fileSpecs{color:var(--text-muted);font-size:.85rem}.CompressWorkspace-module__eKEZQW__btnRemoveFile{color:var(--text-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);background:0 0;align-items:center;gap:.4rem;padding:.45rem .85rem;font-size:.825rem;font-weight:600;display:inline-flex}.CompressWorkspace-module__eKEZQW__btnRemoveFile:hover{color:var(--primary);border-color:var(--primary);background:#dc26260d}.CompressWorkspace-module__eKEZQW__settingsBox{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--surface-hover);margin-bottom:2rem;padding:1.5rem}.CompressWorkspace-module__eKEZQW__settingsHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.CompressWorkspace-module__eKEZQW__settingsTitle{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1rem;font-weight:700;display:flex}.CompressWorkspace-module__eKEZQW__modeBadge{color:var(--primary);text-transform:uppercase;letter-spacing:.04em;background:#dc26261a;border-radius:9999px;align-items:center;gap:.35rem;padding:.3rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex}.CompressWorkspace-module__eKEZQW__settingsDesc{color:var(--text-secondary);margin-bottom:1rem;font-size:.9rem;line-height:1.5}.CompressWorkspace-module__eKEZQW__featuresPills{flex-wrap:wrap;gap:.75rem;display:flex}.CompressWorkspace-module__eKEZQW__pillItem{color:var(--text-primary);background:var(--surface-card);border:1px solid var(--border-color);border-radius:var(--radius-sm);align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.8rem;font-weight:600;display:inline-flex}.CompressWorkspace-module__eKEZQW__pillCheck{color:#10b981}.CompressWorkspace-module__eKEZQW__progressSection{border-radius:var(--radius-lg);background:var(--surface-hover);border:1px solid var(--border-color);text-align:center;margin:2rem 0;padding:1.75rem}.CompressWorkspace-module__eKEZQW__progressBarTrack{background:var(--border-color);border-radius:9999px;width:100%;height:8px;margin:1.25rem 0 .75rem;overflow:hidden}.CompressWorkspace-module__eKEZQW__progressBarFill{background:linear-gradient(90deg, var(--primary) 0%, #ef4444 100%);border-radius:9999px;height:100%;transition:width .3s}.CompressWorkspace-module__eKEZQW__progressStatusText{color:var(--text-secondary);font-size:.9rem;font-weight:600}.CompressWorkspace-module__eKEZQW__resultCard{border:1px solid var(--border-color);border-radius:var(--radius-xl);background:var(--surface-card);margin-top:1.5rem;padding:2.25rem}.CompressWorkspace-module__eKEZQW__resultHeader{text-align:center;margin-bottom:2rem}.CompressWorkspace-module__eKEZQW__resultSuccessIcon{color:#10b981;background:#10b9811f;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 1rem;display:flex}.CompressWorkspace-module__eKEZQW__resultTitle{color:var(--text-primary);margin-bottom:.4rem;font-size:1.5rem;font-weight:800}.CompressWorkspace-module__eKEZQW__resultSubtitle{color:var(--text-secondary);font-size:.95rem}.CompressWorkspace-module__eKEZQW__statsGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.CompressWorkspace-module__eKEZQW__statCard{background:var(--surface-hover);border:1px solid var(--border-color);border-radius:var(--radius-lg);text-align:center;padding:1.25rem}.CompressWorkspace-module__eKEZQW__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.35rem;font-size:.8rem;font-weight:600}.CompressWorkspace-module__eKEZQW__statValue{color:var(--text-primary);font-size:1.35rem;font-weight:800}.CompressWorkspace-module__eKEZQW__statValueHighlight{color:#10b981}.CompressWorkspace-module__eKEZQW__noticeAlreadyOptimized{border-radius:var(--radius-lg);background:#3b82f614;border:1px solid #3b82f640;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding:1.25rem;display:flex}.CompressWorkspace-module__eKEZQW__noticeIcon{color:#3b82f6;flex-shrink:0;margin-top:.15rem}.CompressWorkspace-module__eKEZQW__noticeHeading{color:var(--text-primary);margin-bottom:.25rem;font-size:.95rem;font-weight:700}.CompressWorkspace-module__eKEZQW__noticeText{color:var(--text-secondary);font-size:.875rem;line-height:1.45}.CompressWorkspace-module__eKEZQW__resultActionGroup{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.CompressWorkspace-module__eKEZQW__btnDownloadPrimary{align-items:center;gap:.6rem;padding:.85rem 1.75rem;font-size:1rem;display:inline-flex}.CompressWorkspace-module__eKEZQW__btnSecondaryAction{align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.95rem;display:inline-flex}@media (max-width:640px){.CompressWorkspace-module__eKEZQW__headerRow{flex-direction:column;align-items:flex-start}.CompressWorkspace-module__eKEZQW__pageTitle{font-size:1.5rem}.CompressWorkspace-module__eKEZQW__mainCard{padding:1.25rem}.CompressWorkspace-module__eKEZQW__resultActionGroup{flex-direction:column}.CompressWorkspace-module__eKEZQW__resultActionGroup .CompressWorkspace-module__eKEZQW__btn{justify-content:center;width:100%}}
.PdfToImageWorkspace-module__RDW5wq__converterWrapper{z-index:1;width:100%;min-height:calc(100vh - 72px);padding:2.5rem 0 4.5rem;position:relative}.PdfToImageWorkspace-module__RDW5wq__headerRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.PdfToImageWorkspace-module__RDW5wq__headerLeft{align-items:center;gap:1.25rem;display:flex}.PdfToImageWorkspace-module__RDW5wq__headerIconBox{border-radius:var(--radius-lg);background:var(--surface-card);border:1px solid var(--border-color);width:54px;height:54px;box-shadow:var(--shadow-sm);flex-shrink:0;justify-content:center;align-items:center;display:flex}.PdfToImageWorkspace-module__RDW5wq__pageTitle{color:var(--text-primary);letter-spacing:-.025em;margin-bottom:.25rem;font-size:1.85rem;font-weight:800}.PdfToImageWorkspace-module__RDW5wq__pageSubtitle{color:var(--text-secondary);max-width:640px;font-size:.95rem;line-height:1.5}.PdfToImageWorkspace-module__RDW5wq__privacyBadge{color:#10b981;background:#10b9811a;border:1px solid #10b98140;border-radius:9999px;align-items:center;gap:.5rem;padding:.45rem .9rem;font-size:.8rem;font-weight:600;display:inline-flex}.PdfToImageWorkspace-module__RDW5wq__mainCard{background:var(--surface-card);border:1px solid var(--border-color);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);margin-bottom:2rem;padding:2rem;position:relative;overflow:hidden}.PdfToImageWorkspace-module__RDW5wq__dropzone{border:2px dashed var(--border-color);border-radius:var(--radius-lg);text-align:center;cursor:pointer;transition:all var(--transition-normal);background:var(--surface-hover);padding:3.5rem 1.5rem;position:relative}.PdfToImageWorkspace-module__RDW5wq__dropzone:hover,.PdfToImageWorkspace-module__RDW5wq__dropzoneActive{border-color:var(--primary);background:#dc26260a;transform:translateY(-2px)}.PdfToImageWorkspace-module__RDW5wq__dropzoneIconWrapper{width:68px;height:68px;color:var(--primary);transition:transform var(--transition-fast);background:#dc262614;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.PdfToImageWorkspace-module__RDW5wq__dropzone:hover .PdfToImageWorkspace-module__RDW5wq__dropzoneIconWrapper{transform:scale(1.08)}.PdfToImageWorkspace-module__RDW5wq__dropzoneTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.PdfToImageWorkspace-module__RDW5wq__dropzoneSubtitle{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem}.PdfToImageWorkspace-module__RDW5wq__fileInputHidden{display:none}.PdfToImageWorkspace-module__RDW5wq__selectedFileCard{border-radius:var(--radius-lg);background:var(--surface-hover);border:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;padding:1.25rem 1.5rem;display:flex}.PdfToImageWorkspace-module__RDW5wq__fileMetaLeft{align-items:center;gap:1rem;display:flex}.PdfToImageWorkspace-module__RDW5wq__fileIconBox{border-radius:var(--radius-md);width:44px;height:44px;color:var(--primary);background:#dc26261a;flex-shrink:0;justify-content:center;align-items:center;display:flex}.PdfToImageWorkspace-module__RDW5wq__fileName{color:var(--text-primary);word-break:break-all;margin-bottom:.2rem;font-size:1rem;font-weight:700}.PdfToImageWorkspace-module__RDW5wq__fileSpecs{color:var(--text-muted);font-size:.85rem}.PdfToImageWorkspace-module__RDW5wq__btnRemoveFile{color:var(--text-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);background:0 0;align-items:center;gap:.4rem;padding:.45rem .85rem;font-size:.825rem;font-weight:600;display:inline-flex}.PdfToImageWorkspace-module__RDW5wq__btnRemoveFile:hover{color:var(--primary);border-color:var(--primary);background:#dc26260d}.PdfToImageWorkspace-module__RDW5wq__optionsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.PdfToImageWorkspace-module__RDW5wq__optionSection{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--surface-hover);padding:1.35rem}.PdfToImageWorkspace-module__RDW5wq__optionLabel{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:.85rem;font-size:.9rem;font-weight:700;display:flex}.PdfToImageWorkspace-module__RDW5wq__formatSelector{grid-template-columns:repeat(3,1fr);gap:.65rem;margin-bottom:.75rem;display:grid}.PdfToImageWorkspace-module__RDW5wq__formatBtn{border-radius:var(--radius-md);border:1.5px solid var(--border-color);background:var(--surface-card);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);flex-direction:column;justify-content:center;align-items:center;padding:.85rem .5rem;display:flex}.PdfToImageWorkspace-module__RDW5wq__formatBtnActive{border-color:var(--primary);color:var(--primary);background:#dc26260f;font-weight:700}.PdfToImageWorkspace-module__RDW5wq__formatName{letter-spacing:.03em;font-size:1rem;font-weight:800}.PdfToImageWorkspace-module__RDW5wq__formatSub{opacity:.85;margin-top:.2rem;font-size:.7rem}.PdfToImageWorkspace-module__RDW5wq__formatHintText{color:var(--text-muted);margin-top:.5rem;font-size:.8rem;line-height:1.4}.PdfToImageWorkspace-module__RDW5wq__qualitySelector{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.PdfToImageWorkspace-module__RDW5wq__qualityCard{border:1.5px solid var(--border-color);border-radius:var(--radius-md);background:var(--surface-card);cursor:pointer;transition:all var(--transition-fast);text-align:left;padding:.85rem}.PdfToImageWorkspace-module__RDW5wq__qualityCardActive{border-color:var(--primary);background:#dc26260f}.PdfToImageWorkspace-module__RDW5wq__qualityTitleRow{justify-content:space-between;align-items:center;margin-bottom:.3rem;display:flex}.PdfToImageWorkspace-module__RDW5wq__qualityTitle{color:var(--text-primary);font-size:.9rem;font-weight:700}.PdfToImageWorkspace-module__RDW5wq__qualityCardActive .PdfToImageWorkspace-module__RDW5wq__qualityTitle{color:var(--primary)}.PdfToImageWorkspace-module__RDW5wq__qualityDesc{color:var(--text-muted);font-size:.75rem;line-height:1.35}.PdfToImageWorkspace-module__RDW5wq__pageSelectionRow{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.PdfToImageWorkspace-module__RDW5wq__rangeInput{border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--surface-card);min-width:180px;color:var(--text-primary);flex:1;padding:.55rem .85rem;font-size:.875rem}.PdfToImageWorkspace-module__RDW5wq__rangeInput:focus{border-color:var(--primary);outline:none}.PdfToImageWorkspace-module__RDW5wq__progressSection{border-radius:var(--radius-lg);background:var(--surface-hover);border:1px solid var(--border-color);text-align:center;margin:2rem 0;padding:1.75rem}.PdfToImageWorkspace-module__RDW5wq__progressBarTrack{background:var(--border-color);border-radius:9999px;width:100%;height:8px;margin:1.25rem 0 .75rem;overflow:hidden}.PdfToImageWorkspace-module__RDW5wq__progressBarFill{background:linear-gradient(90deg, var(--primary) 0%, #ef4444 100%);border-radius:9999px;height:100%;transition:width .3s}.PdfToImageWorkspace-module__RDW5wq__progressStatusText{color:var(--text-secondary);font-size:.9rem;font-weight:600}.PdfToImageWorkspace-module__RDW5wq__resultHeaderRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.PdfToImageWorkspace-module__RDW5wq__resultTitleSection h2{color:var(--text-primary);margin-bottom:.25rem;font-size:1.35rem;font-weight:800}.PdfToImageWorkspace-module__RDW5wq__resultTitleSection p{color:var(--text-secondary);font-size:.875rem}.PdfToImageWorkspace-module__RDW5wq__galleryActions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.PdfToImageWorkspace-module__RDW5wq__galleryGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.PdfToImageWorkspace-module__RDW5wq__imageCard{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--surface-card);box-shadow:var(--shadow-sm);transition:all var(--transition-fast);flex-direction:column;display:flex;overflow:hidden}.PdfToImageWorkspace-module__RDW5wq__imageCard:hover{box-shadow:var(--shadow-md);border-color:#dc26264d;transform:translateY(-3px)}.PdfToImageWorkspace-module__RDW5wq__imagePreviewWrapper{background:#f8fafc;justify-content:center;align-items:center;width:100%;height:240px;padding:.75rem;display:flex;position:relative;overflow:hidden}[data-theme=dark] .PdfToImageWorkspace-module__RDW5wq__imagePreviewWrapper{background:#0f172a}.PdfToImageWorkspace-module__RDW5wq__imagePreviewImg{object-fit:contain;border-radius:4px;max-width:100%;max-height:100%;box-shadow:0 4px 10px #0000001a}.PdfToImageWorkspace-module__RDW5wq__pageTag{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#000000bf;border-radius:9999px;padding:.25rem .55rem;font-size:.725rem;font-weight:700;position:absolute;top:10px;left:10px}.PdfToImageWorkspace-module__RDW5wq__imageCardBody{flex-direction:column;flex:1;justify-content:space-between;gap:.65rem;padding:1rem;display:flex}.PdfToImageWorkspace-module__RDW5wq__imageCardMeta{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:.775rem;display:flex}.PdfToImageWorkspace-module__RDW5wq__btnDownloadSingle{justify-content:center;align-items:center;gap:.4rem;width:100%;padding:.55rem;font-size:.825rem;font-weight:600;display:inline-flex}@media (max-width:640px){.PdfToImageWorkspace-module__RDW5wq__headerRow{flex-direction:column;align-items:flex-start}.PdfToImageWorkspace-module__RDW5wq__pageTitle{font-size:1.5rem}.PdfToImageWorkspace-module__RDW5wq__mainCard{padding:1.25rem}.PdfToImageWorkspace-module__RDW5wq__galleryActions{width:100%}.PdfToImageWorkspace-module__RDW5wq__galleryActions button{justify-content:center;width:100%}}
