.Header-module__GPz-la__header{z-index:40;-webkit-backdrop-filter:blur(16px);background-color:#ffffffe6;border-bottom:1px solid #e5e7ebcc;height:3.75rem;transition:all .2s;position:fixed;top:0;left:0;right:0}.Header-module__GPz-la__container{justify-content:space-between;align-items:center;max-width:1400px;height:100%;margin:0 auto;padding:0 1.25rem;display:flex;position:relative}.Header-module__GPz-la__logo{z-index:2;align-items:center;gap:.4rem;text-decoration:none;transition:opacity .2s;display:flex}.Header-module__GPz-la__logo:hover{opacity:.85}.Header-module__GPz-la__brandText{color:var(--text-primary);letter-spacing:-.025em;margin:0;font-size:1.25rem;font-weight:800}.Header-module__GPz-la__brandAccent{color:var(--accent-color)}.Header-module__GPz-la__desktopNav{align-items:center;gap:clamp(.75rem,1.4vw,1.75rem);display:none}@media (min-width:1120px){.Header-module__GPz-la__desktopNav{display:flex;position:absolute;left:50%;transform:translate(-50%)}}.Header-module__GPz-la__navLink{color:var(--text-primary);white-space:nowrap;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .15s}.Header-module__GPz-la__navLink:hover{color:var(--accent-color)}.Header-module__GPz-la__dropdownGroup{position:relative}.Header-module__GPz-la__dropdownBtn{color:var(--text-primary);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:.25rem;padding:.5rem 0;font-family:inherit;font-size:.9rem;font-weight:600;transition:color .15s;display:inline-flex}.Header-module__GPz-la__dropdownGroup:hover .Header-module__GPz-la__dropdownBtn{color:var(--accent-color)}.Header-module__GPz-la__chevronIcon{width:14px;height:14px;transition:transform .2s}.Header-module__GPz-la__dropdownGroup:hover .Header-module__GPz-la__chevronIcon{transform:rotate(180deg)}.Header-module__GPz-la__dropdownMenu{z-index:50;padding-top:.5rem;display:none;position:absolute;top:100%;left:50%;transform:translate(-50%)}.Header-module__GPz-la__dropdownGroup:hover .Header-module__GPz-la__dropdownMenu,.Header-module__GPz-la__dropdownGroup:focus-within .Header-module__GPz-la__dropdownMenu{display:block}.Header-module__GPz-la__megaMenuContainer{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:#fff;gap:2rem;min-width:440px;padding:1.25rem;display:flex;box-shadow:0 12px 30px -5px #0000001f}.Header-module__GPz-la__menuColumn{flex:1;min-width:190px}.Header-module__GPz-la__columnHeader{text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);border-bottom:1px solid var(--border-color);margin-bottom:.5rem;padding-bottom:.5rem;font-size:.7rem;font-weight:700}.Header-module__GPz-la__linkList{flex-direction:column;gap:.25rem;display:flex}.Header-module__GPz-la__megaItem{border-radius:var(--radius-sm);color:var(--text-primary);white-space:nowrap;padding:.45rem .6rem;font-size:.835rem;text-decoration:none;transition:all .15s;display:block}.Header-module__GPz-la__megaItem:hover{background:var(--secondary-color);color:var(--accent-color)}.Header-module__GPz-la__rightGroup{z-index:2;align-items:center;gap:.85rem;display:flex}.Header-module__GPz-la__freeBadge{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:100px;align-items:center;gap:.4rem;padding:.3rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.Header-module__GPz-la__badgeDot{background:#22c55e;border-radius:50%;flex-shrink:0;width:6px;height:6px}.Header-module__GPz-la__badgeTextFull{display:inline}.Header-module__GPz-la__badgeTextShort{display:none}@media (max-width:520px){.Header-module__GPz-la__badgeTextFull{display:none}.Header-module__GPz-la__badgeTextShort{display:inline}}@media (max-width:380px){.Header-module__GPz-la__freeBadge{display:none}}.Header-module__GPz-la__hamburger{background:var(--secondary-color);border:1px solid var(--border-color);cursor:pointer;z-index:60;border-radius:8px;flex-direction:column;justify-content:center;gap:5px;width:38px;height:38px;padding:8px;transition:all .2s;display:flex}.Header-module__GPz-la__hamburger:hover{border-color:var(--accent-color);background:#fff}@media (min-width:1120px){.Header-module__GPz-la__hamburger{display:none}}.Header-module__GPz-la__hamburgerLine{background:var(--text-primary);border-radius:2px;width:100%;height:2px;transition:all .25s;display:block}.Header-module__GPz-la__hamburgerLine.Header-module__GPz-la__open:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__GPz-la__hamburgerLine.Header-module__GPz-la__open:nth-child(2){opacity:0}.Header-module__GPz-la__hamburgerLine.Header-module__GPz-la__open:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__GPz-la__mobileDrawer{border-left:1px solid var(--border-color);opacity:0;visibility:hidden;z-index:60;background:#fff;flex-direction:column;width:320px;max-width:85vw;height:100vh;padding:1.5rem 1.25rem 2rem;transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .25s;display:flex;position:fixed;inset:0 0 0 auto;overflow-y:auto;transform:translate(100%);box-shadow:-10px 0 30px #00000026}.Header-module__GPz-la__mobileDrawerOpen{opacity:1;visibility:visible;transform:translate(0)}.Header-module__GPz-la__mobileDrawerHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.Header-module__GPz-la__mobileDrawerTitle{color:var(--accent-color);font-size:1rem;font-weight:800}.Header-module__GPz-la__closeBtn{background:var(--secondary-color);border:1px solid var(--border-color);width:34px;height:34px;color:var(--text-primary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .15s;display:flex}.Header-module__GPz-la__closeBtn:hover{background:var(--accent-color);color:#fff;border-color:var(--accent-color)}.Header-module__GPz-la__mobileNav{flex-direction:column;gap:.35rem;display:flex}.Header-module__GPz-la__mobileLink{border-radius:var(--radius-md);color:var(--text-primary);background:var(--secondary-color);border:1px solid #0000;align-items:center;gap:.75rem;padding:.8rem .9rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.Header-module__GPz-la__mobileLink:hover,.Header-module__GPz-la__mobileLink:active{border-color:var(--accent-color);color:var(--accent-color);background:#fff}.Header-module__GPz-la__mobileSectionHeader{text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);padding:1.15rem .5rem .35rem;font-size:.7rem;font-weight:800}.Header-module__GPz-la__mobileSubLink{color:var(--text-secondary);border-radius:var(--radius-sm);padding:.55rem .85rem .55rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .15s;display:block}.Header-module__GPz-la__mobileSubLink:hover{color:var(--accent-color);background:#3b82f614}.Header-module__GPz-la__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:50;opacity:0;visibility:hidden;background:#0006;transition:all .25s;position:fixed;inset:0}.Header-module__GPz-la__overlayVisible{opacity:1;visibility:visible}
.ShosayTestimonials-module__PEd72W__ratingWrap{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg);text-align:center;flex-direction:column;align-items:center;gap:.35rem;margin-top:1rem;padding:1.1rem 1rem;display:flex}.ShosayTestimonials-module__PEd72W__ratingTitle{color:var(--text-primary);letter-spacing:-.01em;margin:0;font-size:clamp(.95rem,2.5vw,1.05rem);font-weight:700}.ShosayTestimonials-module__PEd72W__ratingSubtitle{color:var(--text-secondary);margin:0;font-size:.78rem}.ShosayTestimonials-module__PEd72W__stars{justify-content:center;align-items:center;gap:.35rem;margin-top:.15rem;display:flex}.ShosayTestimonials-module__PEd72W__starBtn{cursor:pointer;border-radius:var(--radius-sm);-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:center;align-items:center;padding:.2rem;transition:transform .15s;display:inline-flex}.ShosayTestimonials-module__PEd72W__starBtn:hover{transform:scale(1.12)}.ShosayTestimonials-module__PEd72W__starBtn:focus-visible{outline-offset:2px;outline:2px solid #f59e0b}.ShosayTestimonials-module__PEd72W__starHint{color:#b45309;min-height:1rem;margin:.15rem 0 0;font-size:.78rem;font-weight:600}.ShosayTestimonials-module__PEd72W__widgetWrap{width:100%;margin-top:1rem}.ShosayTestimonials-module__PEd72W__widgetLoader{text-align:center;color:var(--text-tertiary);padding:1.5rem;font-size:.82rem}.ShosayTestimonials-module__PEd72W__modalOverlay{z-index:99999;-webkit-backdrop-filter:blur(6px);background:#0f172aa6;place-items:center;padding:.75rem;animation:.25s ease-out ShosayTestimonials-module__PEd72W__fadeIn;display:grid;position:fixed;inset:0}.ShosayTestimonials-module__PEd72W__modalCard{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-xl);width:100%;max-width:440px;box-shadow:var(--shadow-xl);position:relative;overflow:hidden}.ShosayTestimonials-module__PEd72W__modalClose{z-index:5;background:var(--bg-secondary);width:42px;height:42px;color:var(--text-secondary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s,color .2s;display:flex;position:absolute;top:.75rem;right:.75rem}.ShosayTestimonials-module__PEd72W__modalClose:hover{background:var(--bg-tertiary);color:var(--text-primary)}.ShosayTestimonials-module__PEd72W__modalHeader{text-align:center;padding:1.5rem 1.25rem .75rem}.ShosayTestimonials-module__PEd72W__modalStars{justify-content:center;align-items:center;gap:.3rem;margin-bottom:.5rem;display:flex}.ShosayTestimonials-module__PEd72W__modalStars .ShosayTestimonials-module__PEd72W__starBtn{cursor:default}.ShosayTestimonials-module__PEd72W__modalStars .ShosayTestimonials-module__PEd72W__starBtn:hover{transform:none}.ShosayTestimonials-module__PEd72W__modalScore{color:#b45309;letter-spacing:.02em;margin:0 0 .5rem;font-size:.85rem;font-weight:700}.ShosayTestimonials-module__PEd72W__modalTitle{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:clamp(1.1rem,3.5vw,1.3rem);font-weight:800;line-height:1.3}.ShosayTestimonials-module__PEd72W__modalSubtitle{max-width:340px;color:var(--text-secondary);margin:.4rem auto 0;font-size:.84rem;line-height:1.55}.ShosayTestimonials-module__PEd72W__modalBody{flex-direction:column;gap:.6rem;padding:.75rem 1.25rem 1.25rem;display:flex}.ShosayTestimonials-module__PEd72W__modalPrimary{color:#fff;border-radius:var(--radius-md);cursor:pointer;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1.25rem;font-size:.92rem;font-weight:700;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 4px 14px #3b82f659}.ShosayTestimonials-module__PEd72W__modalPrimary:hover{box-shadow:0 6px 18px #3b82f673}.ShosayTestimonials-module__PEd72W__modalPrimary:active{transform:scale(.98)}.ShosayTestimonials-module__PEd72W__modalSecondary{width:100%;color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;padding:.65rem 1.25rem;font-size:.88rem;font-weight:600;transition:background-color .2s,color .2s}.ShosayTestimonials-module__PEd72W__modalSecondary:hover{background:var(--bg-tertiary);color:var(--text-primary)}@keyframes ShosayTestimonials-module__PEd72W__fadeIn{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.ShosayTestimonials-module__PEd72W__modalOverlay{animation:none}}
.Footer-module__as8s1W__footer{border-top:1px solid var(--border-color);background-color:var(--secondary-color);width:100%;margin-top:auto;padding:4.5rem 0 2.5rem}.Footer-module__as8s1W__grid{border-bottom:1px solid var(--border-color);grid-template-columns:repeat(2,1fr);gap:2.5rem 2rem;max-width:1200px;margin:0 auto;padding-bottom:3.5rem;display:grid}@media (min-width:768px){.Footer-module__as8s1W__grid{grid-template-columns:repeat(4,1fr);justify-items:center}}.Footer-module__as8s1W__col{text-align:center;flex-direction:column;align-items:center;display:flex}.Footer-module__as8s1W__colTitle{letter-spacing:.08em;color:var(--text-primary);text-transform:uppercase;text-align:center;margin-bottom:1.25rem;font-size:.8rem;font-weight:700}.Footer-module__as8s1W__colList{text-align:center;flex-direction:column;align-items:center;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__as8s1W__colList li a{color:var(--text-secondary);white-space:nowrap;font-size:.9rem;text-decoration:none;transition:color .15s}.Footer-module__as8s1W__colList li a:hover{color:var(--accent-color)}.Footer-module__as8s1W__bottom{text-align:center;flex-direction:column;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding-top:3rem;display:flex}.Footer-module__as8s1W__brandArea{flex-direction:column;align-items:center;gap:.85rem;max-width:600px;display:flex}.Footer-module__as8s1W__brand{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:800;display:flex}.Footer-module__as8s1W__brandAccent{color:var(--accent-color)}.Footer-module__as8s1W__description{color:var(--text-secondary);font-size:.875rem;line-height:1.65}.Footer-module__as8s1W__socialRow{flex-flow:wrap;justify-content:center;align-items:center;gap:3.5rem;display:flex}.Footer-module__as8s1W__ratingArea{flex-direction:column;align-items:center;gap:.6rem;display:flex}@media (max-width:768px){.Footer-module__as8s1W__socialRow{flex-direction:column;gap:2rem}}.Footer-module__as8s1W__social{flex-direction:column;align-items:center;gap:.75rem;display:flex}.Footer-module__as8s1W__socialLabel{letter-spacing:.08em;color:var(--text-tertiary);text-transform:uppercase;font-size:.75rem;font-weight:700}.Footer-module__as8s1W__socialIcons{gap:.85rem;display:flex}.Footer-module__as8s1W__socialLink{border:1px solid var(--border-color);width:44px;height:44px;color:var(--text-secondary);background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.Footer-module__as8s1W__socialLink:hover{background:var(--accent-color);color:#fff;border-color:var(--accent-color);transform:translateY(-2px)}.Footer-module__as8s1W__copyright{text-align:center;border-top:1px solid #e5e7eb99;max-width:1200px;margin-top:2.5rem;margin-left:auto;margin-right:auto;padding-top:2rem}.Footer-module__as8s1W__copyright p{color:var(--text-tertiary);font-size:.8rem;line-height:1.65}
.PassportPhoto-module__ikkvma__wrapper{flex-direction:column;align-items:center;gap:1.5rem;width:100%;margin:0 auto;padding:2rem 1rem 4rem;display:flex}.PassportPhoto-module__ikkvma__hero{text-align:center;max-width:600px}.PassportPhoto-module__ikkvma__title{letter-spacing:-.03em;color:var(--text-primary);font-size:clamp(1.75rem,5vw,2.5rem);font-weight:800;line-height:1.15}.PassportPhoto-module__ikkvma__gradient{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.PassportPhoto-module__ikkvma__subtitle{color:var(--text-secondary);margin-top:.5rem;font-size:clamp(.9rem,2vw,1rem);line-height:1.5}.PassportPhoto-module__ikkvma__hiddenInput{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.PassportPhoto-module__ikkvma__mainCard{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-sm);padding:1.5rem}.PassportPhoto-module__ikkvma__stepsContainer{justify-content:center;align-items:center;gap:0;margin-bottom:2rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.PassportPhoto-module__ikkvma__stepWrapper{align-items:center;gap:.5rem;display:flex}.PassportPhoto-module__ikkvma__stepCircle{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:600;transition:all .3s;display:flex}.PassportPhoto-module__ikkvma__stepCompleted{background:var(--gradient-primary);color:#fff}.PassportPhoto-module__ikkvma__stepActive{color:#3b82f6;background:#eef2ff;border:2px solid #3b82f6}.PassportPhoto-module__ikkvma__stepPending{color:#9ca3af;background:#f3f4f6}.PassportPhoto-module__ikkvma__stepLabel{color:var(--text-tertiary);white-space:nowrap;font-size:.8rem}.PassportPhoto-module__ikkvma__stepLabelActive{color:#3b82f6;font-weight:600}.PassportPhoto-module__ikkvma__stepLine{background:#e5e7eb;width:24px;height:2px;margin:0 .5rem}.PassportPhoto-module__ikkvma__stepLineActive{background:var(--gradient-primary)}.PassportPhoto-module__ikkvma__dropzone{border:2px dashed var(--border-hover);border-radius:var(--radius-lg);cursor:pointer;background:var(--bg-secondary);width:100%;padding:3rem 2rem;transition:all .25s}.PassportPhoto-module__ikkvma__dropzone:hover,.PassportPhoto-module__ikkvma__dragActive{background:#f0f7ff;border-color:#3b82f6}.PassportPhoto-module__ikkvma__dropzoneContent{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.PassportPhoto-module__ikkvma__uploadIcon{justify-content:center;align-items:center;width:100%;display:flex}.PassportPhoto-module__ikkvma__dropzoneBtn{border-radius:var(--radius-sm);cursor:pointer;background:var(--gradient-primary);color:#fff;border:none;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;display:inline-block}.PassportPhoto-module__ikkvma__dropzoneText{color:var(--text-tertiary);font-size:.95rem}.PassportPhoto-module__ikkvma__dropzoneHint{color:var(--text-tertiary);font-size:.8rem}.PassportPhoto-module__ikkvma__cropSection{flex-direction:column;gap:1rem;display:flex}.PassportPhoto-module__ikkvma__sizeButtons{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.PassportPhoto-module__ikkvma__sizeBtn{border-radius:var(--radius-sm);color:#4b5563;cursor:pointer;background:#f3f4f6;border:1px solid #e5e7eb;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s}.PassportPhoto-module__ikkvma__sizeBtn:hover{background:#e5e7eb}.PassportPhoto-module__ikkvma__sizeBtnActive{background:var(--gradient-primary);color:#fff;border-color:#0000}.PassportPhoto-module__ikkvma__cropSection{box-sizing:border-box;flex-direction:column;gap:12px;width:100%;display:flex}.PassportPhoto-module__ikkvma__cropInstructions{color:#4b5563;text-align:center;font-size:.85rem}.PassportPhoto-module__ikkvma__cropContainer{touch-action:none;box-sizing:border-box;background:#0f172a;border:1.5px solid #334155;border-radius:16px;justify-content:center;align-items:center;width:100%;height:380px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 2px 8px #0006}.PassportPhoto-module__ikkvma__cropCanvas{touch-action:none;width:100%;height:100%;display:block}.PassportPhoto-module__ikkvma__cropActions{justify-content:center;gap:.75rem;display:flex}.PassportPhoto-module__ikkvma__editSection{flex-direction:column;gap:1.5rem;display:flex}.PassportPhoto-module__ikkvma__editGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.PassportPhoto-module__ikkvma__editGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.PassportPhoto-module__ikkvma__previewColumn,.PassportPhoto-module__ikkvma__optionsColumn{flex-direction:column;gap:1rem;display:flex}.PassportPhoto-module__ikkvma__columnTitle{color:var(--text-primary);font-size:.9rem;font-weight:600}.PassportPhoto-module__ikkvma__previewBox{border-radius:var(--radius-md);background:#f3f4f6;justify-content:center;align-items:center;min-height:180px;padding:1rem;display:flex}.PassportPhoto-module__ikkvma__previewCanvas,.PassportPhoto-module__ikkvma__previewImage{object-fit:contain;max-width:100%;max-height:160px}.PassportPhoto-module__ikkvma__noPreview{color:#9ca3af;font-size:.85rem}.PassportPhoto-module__ikkvma__sizeInfo{color:#4b5563;border-radius:var(--radius-sm);background:#f9fafb;padding:.75rem;font-size:.85rem}.PassportPhoto-module__ikkvma__optionGroup{flex-direction:column;gap:.75rem;display:flex}.PassportPhoto-module__ikkvma__colorGrid{flex-wrap:wrap;gap:.5rem;display:flex}.PassportPhoto-module__ikkvma__colorBtn{border-radius:var(--radius-sm);cursor:pointer;border:2px solid #e5e7eb;width:36px;height:36px;transition:all .15s}.PassportPhoto-module__ikkvma__colorBtn:hover{transform:scale(1.1)}.PassportPhoto-module__ikkvma__colorBtnActive{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.PassportPhoto-module__ikkvma__colorPickerWrapper{position:relative}.PassportPhoto-module__ikkvma__colorPickerBtn{border-style:dashed;justify-content:center;align-items:center;display:flex}.PassportPhoto-module__ikkvma__colorPickerDropdown{background:var(--bg-primary);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);border:1px solid var(--border-color);z-index:10;flex-direction:column;gap:.5rem;margin-bottom:.5rem;padding:.75rem;display:flex;position:absolute;bottom:100%;left:0}.PassportPhoto-module__ikkvma__colorInput{border-radius:var(--radius-sm);cursor:pointer;border:none;width:40px;height:40px}.PassportPhoto-module__ikkvma__applyColorBtn{background:var(--gradient-primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.4rem .75rem;font-size:.8rem}.PassportPhoto-module__ikkvma__checkboxLabel{cursor:pointer;color:var(--text-primary);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.PassportPhoto-module__ikkvma__checkboxLabel input{accent-color:#3b82f6;width:16px;height:16px}.PassportPhoto-module__ikkvma__strokeOptions{flex-direction:column;gap:.5rem;margin-top:.75rem;padding-left:1.5rem;display:flex}.PassportPhoto-module__ikkvma__strokeOption{color:#4b5563;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.PassportPhoto-module__ikkvma__strokeColorInput{border-radius:var(--radius-sm);cursor:pointer;border:none;width:32px;height:32px}.PassportPhoto-module__ikkvma__strokeSlider{accent-color:#3b82f6;flex:1;max-width:100px;height:4px}.PassportPhoto-module__ikkvma__strokeValue{min-width:32px;color:var(--text-tertiary);font-size:.8rem}.PassportPhoto-module__ikkvma__fullWidth{width:100%}.PassportPhoto-module__ikkvma__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite PassportPhoto-module__ikkvma__passportSpin}@keyframes PassportPhoto-module__ikkvma__passportSpin{to{transform:rotate(360deg)}}.PassportPhoto-module__ikkvma__generateSection{border-top:1px solid var(--border-color);padding-top:1rem}.PassportPhoto-module__ikkvma__downloadSection{flex-direction:column;gap:1.5rem;display:flex}.PassportPhoto-module__ikkvma__finalPreview{border-radius:var(--radius-lg);background:#f3f4f6;justify-content:center;align-items:center;padding:2rem;display:flex}.PassportPhoto-module__ikkvma__finalImage{object-fit:contain;max-width:100%;max-height:220px;box-shadow:var(--shadow-md)}.PassportPhoto-module__ikkvma__downloadInfo{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.PassportPhoto-module__ikkvma__infoItem{border-radius:var(--radius-sm);text-align:center;background:#f9fafb;flex-direction:column;gap:.25rem;padding:.75rem;display:flex}.PassportPhoto-module__ikkvma__infoLabel{color:#6b7280;font-size:.75rem}.PassportPhoto-module__ikkvma__infoValue{color:var(--text-primary);font-size:.85rem;font-weight:600}.PassportPhoto-module__ikkvma__downloadActions{gap:.75rem;display:flex}.PassportPhoto-module__ikkvma__btnPrimary{border-radius:var(--radius-sm);cursor:pointer;background:var(--gradient-primary);color:#fff;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.PassportPhoto-module__ikkvma__btnPrimary:hover{transform:translateY(-1px);box-shadow:0 8px 25px #3b82f64d}.PassportPhoto-module__ikkvma__btnPrimary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.PassportPhoto-module__ikkvma__btnSuccess{border-radius:var(--radius-sm);cursor:pointer;color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.PassportPhoto-module__ikkvma__btnSuccess:hover{transform:translateY(-1px);box-shadow:0 8px 25px #22c55e4d}.PassportPhoto-module__ikkvma__btnOutline{border-radius:var(--radius-sm);cursor:pointer;color:#4b5563;background:#f3f4f6;border:1px solid #e5e7eb;flex:1;padding:.75rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .2s}.PassportPhoto-module__ikkvma__btnOutline:hover{background:#e5e7eb}@media (max-width:640px){.PassportPhoto-module__ikkvma__wrapper{padding:1rem .5rem 2rem}.PassportPhoto-module__ikkvma__mainCard{border-radius:16px;padding:.85rem .65rem}.PassportPhoto-module__ikkvma__cropContainer{border-radius:14px;height:300px}.PassportPhoto-module__ikkvma__countryModalCard{border-radius:16px;gap:10px;max-width:350px;padding:14px 12px}.PassportPhoto-module__ikkvma__stepLabel{display:none}.PassportPhoto-module__ikkvma__stepLine{width:16px}.PassportPhoto-module__ikkvma__downloadActions{flex-direction:column}}.PassportPhoto-module__ikkvma__countryPickerWrapper{box-sizing:border-box;flex-direction:column;gap:6px;width:100%;display:flex}.PassportPhoto-module__ikkvma__countryPickerTrigger{cursor:pointer;box-sizing:border-box;background:#fff;border:1.5px solid #cbd5e1;border-radius:14px;justify-content:space-between;align-items:center;width:100%;padding:12px 14px;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000d}.PassportPhoto-module__ikkvma__countryPickerTrigger:hover{background:#f8fafc;border-color:#2563eb;box-shadow:0 4px 12px #2563eb14}.PassportPhoto-module__ikkvma__countryPickerContent{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.PassportPhoto-module__ikkvma__countryFlagImg{object-fit:cover;border-radius:4px;flex-shrink:0;width:28px;height:20px;box-shadow:0 1px 3px #00000026}.PassportPhoto-module__ikkvma__countryFlagEmoji{flex-shrink:0;font-size:1.3rem;line-height:1}.PassportPhoto-module__ikkvma__countryDetails{text-align:left;flex-direction:column;min-width:0;display:flex}.PassportPhoto-module__ikkvma__countryName{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:700;overflow:hidden}.PassportPhoto-module__ikkvma__countryLabel{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.PassportPhoto-module__ikkvma__countryBadge{color:#2563eb;white-space:nowrap;background:#eff6ff;border-radius:10px;flex-shrink:0;padding:4px 10px;font-size:.78rem;font-weight:600}.PassportPhoto-module__ikkvma__countryChevron{color:#64748b;flex-shrink:0;margin-left:8px;font-size:.75rem}.PassportPhoto-module__ikkvma__customSizeCard{box-sizing:border-box;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:12px;width:100%;margin-top:6px;padding:14px 16px;display:flex}.PassportPhoto-module__ikkvma__customSizeHeader{text-align:left;flex-direction:column;gap:2px;display:flex}.PassportPhoto-module__ikkvma__customSizeTitle{color:#0f172a;font-size:.88rem;font-weight:700}.PassportPhoto-module__ikkvma__customSizeSub{color:#64748b;font-size:.74rem}.PassportPhoto-module__ikkvma__customSizeGrid{grid-template-columns:repeat(2,1fr);gap:12px;width:100%;display:grid}.PassportPhoto-module__ikkvma__customInputGroup{text-align:left;flex-direction:column;gap:4px;display:flex}.PassportPhoto-module__ikkvma__customInputLabel{color:#334155;font-size:.78rem;font-weight:600}.PassportPhoto-module__ikkvma__customInputWrapper{align-items:center;width:100%;display:flex;position:relative}.PassportPhoto-module__ikkvma__customNumberInput{color:#0f172a;box-sizing:border-box;background:#fff;border:1.5px solid #cbd5e1;border-radius:10px;outline:none;width:100%;height:40px;padding:0 40px 0 12px;font-size:.9rem;font-weight:600;transition:all .2s}.PassportPhoto-module__ikkvma__customNumberInput:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.PassportPhoto-module__ikkvma__inputUnitBadge{color:#64748b;pointer-events:none;font-size:.75rem;font-weight:600;position:absolute;right:12px}.PassportPhoto-module__ikkvma__countryModalBackdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:300;background:#0f172aa6;justify-content:center;align-items:center;padding:16px;animation:.2s ease-out forwards PassportPhoto-module__ikkvma__fadeIn;display:flex;position:fixed;inset:0}@keyframes PassportPhoto-module__ikkvma__fadeIn{0%{opacity:0}to{opacity:1}}.PassportPhoto-module__ikkvma__countryModalCard{box-sizing:border-box;background:#fff;border-radius:20px;flex-direction:column;gap:12px;width:100%;min-width:0;max-width:480px;max-height:82vh;padding:18px 16px;animation:.25s cubic-bezier(.16,1,.3,1) forwards PassportPhoto-module__ikkvma__popIn;display:flex;overflow:hidden;box-shadow:0 20px 50px #00000040}@keyframes PassportPhoto-module__ikkvma__popIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.PassportPhoto-module__ikkvma__countryModalHeader{justify-content:space-between;align-items:flex-start;width:100%;display:flex}.PassportPhoto-module__ikkvma__countryModalTitle{color:#0f172a;margin:0 0 2px;font-size:1.1rem;font-weight:700}.PassportPhoto-module__ikkvma__countryModalSubTitle{color:#64748b;margin:0;font-size:.76rem}.PassportPhoto-module__ikkvma__countryCloseBtn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.9rem;transition:all .2s;display:flex}.PassportPhoto-module__ikkvma__countryCloseBtn:hover{color:#0f172a;background:#e2e8f0}.PassportPhoto-module__ikkvma__countrySearchWrapper{align-items:center;width:100%;display:flex;position:relative}.PassportPhoto-module__ikkvma__searchIconSvg{color:#94a3b8;pointer-events:none;position:absolute;left:12px}.PassportPhoto-module__ikkvma__countrySearchBox{color:#0f172a;box-sizing:border-box;background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:12px;outline:none;width:100%;height:42px;padding:0 36px 0 38px;font-size:.88rem;transition:all .2s}.PassportPhoto-module__ikkvma__countrySearchBox:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3.5px #2563eb1f}.PassportPhoto-module__ikkvma__searchClearBtn{color:#334155;cursor:pointer;background:#cbd5e1;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;display:flex;position:absolute;right:10px}.PassportPhoto-module__ikkvma__regionFilterTabs{scrollbar-width:none;box-sizing:border-box;flex-shrink:0;align-items:center;gap:6px;width:100%;min-width:0;max-width:100%;padding-bottom:2px;display:flex;overflow-x:auto}.PassportPhoto-module__ikkvma__regionFilterTabs::-webkit-scrollbar{display:none}.PassportPhoto-module__ikkvma__regionTab{color:#475569;cursor:pointer;white-space:nowrap;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:20px;flex-shrink:0;padding:5px 11px;font-size:.75rem;font-weight:600;transition:all .2s}.PassportPhoto-module__ikkvma__regionTab:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.PassportPhoto-module__ikkvma__regionTabActive{color:#1d4ed8;background:#eff6ff;border-color:#2563eb;font-weight:700;box-shadow:0 2px 8px #2563eb1f}.PassportPhoto-module__ikkvma__countryList{flex-direction:column;gap:6px;max-height:360px;padding-right:4px;display:flex;overflow-y:auto}.PassportPhoto-module__ikkvma__countryItem{cursor:pointer;text-align:left;background:#fff;border:1.5px solid #f1f5f9;border-radius:12px;justify-content:space-between;align-items:center;padding:10px 12px;transition:all .15s;display:flex}.PassportPhoto-module__ikkvma__countryItem:hover{background:#eff6ff;border-color:#93c5fd}.PassportPhoto-module__ikkvma__countryItemActive{background:#eff6ff;border-color:#2563eb}
.RemoveBgClient-module__QgCCiq__wrapper{width:100%;max-width:1400px;margin:0 auto;padding:1.5rem 1.5rem 5rem}.RemoveBgClient-module__QgCCiq__hiddenInput{display:none}.RemoveBgClient-module__QgCCiq__heroHeaderSection{text-align:center;max-width:960px;margin:1.25rem auto 2.25rem}.RemoveBgClient-module__QgCCiq__mainTitle{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2.2rem,4.5vw,3.25rem);font-weight:800;line-height:1.18}.RemoveBgClient-module__QgCCiq__mainSubtitle{color:var(--text-secondary);font-size:clamp(1.05rem,2.2vw,1.2rem);line-height:1.65}.RemoveBgClient-module__QgCCiq__highlightText{color:var(--accent-color);font-weight:700}.RemoveBgClient-module__QgCCiq__heroUploadSection{margin-bottom:4rem}.RemoveBgClient-module__QgCCiq__centralUploadContainer{flex-direction:column;align-items:center;max-width:800px;margin:0 auto;display:flex}.RemoveBgClient-module__QgCCiq__dropzoneCard{text-align:center;cursor:pointer;background-color:#fff;border:2px dashed #d1d5db;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;width:100%;padding:clamp(2.5rem,5vw,3.5rem) clamp(1.25rem,3vw,2.5rem);transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 20px #0000000a}.RemoveBgClient-module__QgCCiq__dropzoneCard:hover,.RemoveBgClient-module__QgCCiq__dragActive{border-color:var(--accent-color);background-color:#eff6ff99;transform:translateY(-2px);box-shadow:0 12px 36px #3b82f626}.RemoveBgClient-module__QgCCiq__uploadIconWrap{background:#3b82f614;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;margin-bottom:.25rem;transition:transform .25s,background-color .25s;display:flex}.RemoveBgClient-module__QgCCiq__dropzoneCard:hover .RemoveBgClient-module__QgCCiq__uploadIconWrap{background:#3b82f626;transform:scale(1.08)}.RemoveBgClient-module__QgCCiq__buttonGroup{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.RemoveBgClient-module__QgCCiq__btnUploadPrimary{background-color:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:100px;align-items:center;gap:.5rem;padding:.9rem 2.25rem;font-size:1.05rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 16px #3b82f659}.RemoveBgClient-module__QgCCiq__btnUploadPrimary:hover{background-color:var(--accent-hover);transform:translateY(-2px)}.RemoveBgClient-module__QgCCiq__btnUploadSecondary{border:2px solid var(--accent-color);color:var(--accent-color);cursor:pointer;background-color:#0000;border-radius:100px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.RemoveBgClient-module__QgCCiq__btnUploadSecondary:hover{background-color:#3b82f614}.RemoveBgClient-module__QgCCiq__dropzoneHintText{color:var(--text-secondary);margin:0;font-size:.9rem}.RemoveBgClient-module__QgCCiq__termsText{color:var(--text-tertiary);text-align:center;margin-top:1.25rem;font-size:.78rem;line-height:1.5}.RemoveBgClient-module__QgCCiq__legalLink{color:var(--text-secondary);text-decoration:underline}.RemoveBgClient-module__QgCCiq__legalLink:hover{color:var(--text-primary)}.RemoveBgClient-module__QgCCiq__sampleSection{justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.RemoveBgClient-module__QgCCiq__sampleTextCol{color:var(--text-tertiary);flex-direction:column;font-size:.78rem;line-height:1.3;display:flex}.RemoveBgClient-module__QgCCiq__sampleThumbsRow{gap:.65rem;display:flex}.RemoveBgClient-module__QgCCiq__sampleThumbBtn{border-radius:var(--radius-md);border:1px solid var(--border-color);cursor:pointer;background:0 0;flex-shrink:0;width:60px;height:60px;padding:0;transition:all .2s;overflow:hidden}.RemoveBgClient-module__QgCCiq__sampleThumbBtn:hover{border-color:var(--accent-color);transform:scale(1.05)}.RemoveBgClient-module__QgCCiq__sampleThumbImg{object-fit:cover;width:100%;height:100%}.RemoveBgClient-module__QgCCiq__trustBarRow{justify-content:center;width:100%;margin-top:2rem;padding:0 .5rem;display:flex}.RemoveBgClient-module__QgCCiq__trustPillContainer{grid-template-columns:repeat(2,1fr);gap:.5rem;width:100%;max-width:480px;display:grid}@media (min-width:768px){.RemoveBgClient-module__QgCCiq__trustPillContainer{border:1px solid var(--border-color);background-color:var(--secondary-color);width:auto;max-width:none;box-shadow:var(--shadow-sm);border-radius:100px;grid-template-columns:none;gap:0;display:inline-flex;overflow:hidden}}.RemoveBgClient-module__QgCCiq__trustPillItem{color:var(--text-secondary);background:var(--secondary-color);border:1px solid var(--border-color);text-align:center;border-radius:100px;justify-content:center;align-items:center;gap:.4rem;padding:.55rem .75rem;font-size:.8rem;display:flex}@media (min-width:768px){.RemoveBgClient-module__QgCCiq__trustPillItem{white-space:nowrap;background:0 0;border:none;border-radius:0;padding:.75rem 1.35rem;font-size:.9rem}.RemoveBgClient-module__QgCCiq__borderLeft{border-left:1px solid var(--border-color)}}.RemoveBgClient-module__QgCCiq__trustPillItem strong{color:var(--text-primary);font-weight:700}.RemoveBgClient-module__QgCCiq__trustGrid{box-sizing:border-box;grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%;max-width:900px;margin-top:2rem;padding:0 .5rem;display:grid}@media (min-width:768px){.RemoveBgClient-module__QgCCiq__trustGrid{grid-template-columns:repeat(4,1fr);gap:1.25rem;padding:0}}.RemoveBgClient-module__QgCCiq__trustCard{background:var(--secondary-color);border:1px solid var(--border-color);border-radius:var(--radius-lg);text-align:center;box-sizing:border-box;aspect-ratio:1;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;width:100%;padding:1rem .75rem;display:flex;overflow:hidden}.RemoveBgClient-module__QgCCiq__trustNum{color:var(--accent-color);font-size:clamp(1.25rem,5vw,1.6rem);font-weight:800;line-height:1.2}.RemoveBgClient-module__QgCCiq__trustLabel{color:var(--text-secondary);font-size:clamp(.75rem,3vw,.825rem);font-weight:500;line-height:1.3}.RemoveBgClient-module__QgCCiq__macMockupSection{max-width:1000px;margin:4rem auto}.RemoveBgClient-module__QgCCiq__macFrame{border-radius:var(--radius-xl);border:1px solid var(--border-color);background:#fff;overflow:hidden;box-shadow:0 25px 50px -12px #0000001f}.RemoveBgClient-module__QgCCiq__macHeader{background-color:var(--secondary-color);border-bottom:1px solid var(--border-color);align-items:center;padding:.75rem 1.25rem;display:flex}.RemoveBgClient-module__QgCCiq__macDots{gap:7px;display:flex}.RemoveBgClient-module__QgCCiq__macDotRed{background-color:#ff5f57;border-radius:50%;width:11px;height:11px}.RemoveBgClient-module__QgCCiq__macDotYellow{background-color:#febc2e;border-radius:50%;width:11px;height:11px}.RemoveBgClient-module__QgCCiq__macDotGreen{background-color:#28c840;border-radius:50%;width:11px;height:11px}.RemoveBgClient-module__QgCCiq__macUrlBar{border:1px solid var(--border-color);text-align:center;color:var(--text-secondary);background:#fff;border-radius:6px;flex:1;margin:0 2rem;padding:.25rem .75rem;font-family:monospace;font-size:.8rem}.RemoveBgClient-module__QgCCiq__macBody{aspect-ratio:16/9;background:#f8fafc;justify-content:center;align-items:center;width:100%;max-height:520px;display:flex;overflow:hidden}.RemoveBgClient-module__QgCCiq__macDemoVisual{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.RemoveBgClient-module__QgCCiq__macDemoImg{object-fit:cover;width:100%;height:100%}.RemoveBgClient-module__QgCCiq__categorySection{border-top:1px solid #e5e7eb99;padding:4.5rem 0}.RemoveBgClient-module__QgCCiq__sectionHeaderCenter{text-align:center;max-width:850px;margin:0 auto 2.5rem}.RemoveBgClient-module__QgCCiq__sectionHeading{color:var(--text-primary);letter-spacing:-.025em;margin-bottom:.85rem;font-size:clamp(1.85rem,4vw,2.75rem);font-weight:800}.RemoveBgClient-module__QgCCiq__sectionSubheading{color:var(--text-secondary);font-size:1.05rem;line-height:1.65}.RemoveBgClient-module__QgCCiq__categoryPillsRow{justify-content:center;margin-bottom:2rem;display:flex}.RemoveBgClient-module__QgCCiq__categoryPillBox{background:var(--secondary-color);border:1px solid var(--border-color);border-radius:100px;align-items:center;gap:.5rem;padding:.4rem;display:inline-flex}.RemoveBgClient-module__QgCCiq__categoryPillBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:100px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.RemoveBgClient-module__QgCCiq__categoryPillActive{color:var(--text-primary);box-shadow:var(--shadow-sm);background:#fff}.RemoveBgClient-module__QgCCiq__categorySliderWrapper{border-radius:var(--radius-xl);border:1px solid var(--border-color);max-width:960px;box-shadow:var(--shadow-md);background:#fff;margin:0 auto;overflow:hidden}.RemoveBgClient-module__QgCCiq__categoryComparisonBox{-webkit-user-select:none;user-select:none;touch-action:none;cursor:grab;width:100%;height:460px;position:relative;overflow:hidden}.RemoveBgClient-module__QgCCiq__heroImgLayer{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;inset:0}.RemoveBgClient-module__QgCCiq__heroImgCover{object-fit:contain;width:100%;height:100%;padding:.5rem}.RemoveBgClient-module__QgCCiq__heroSliderHandle{z-index:10;pointer-events:none;height:100%;position:absolute;top:0;bottom:0;transform:translate(-50%)}.RemoveBgClient-module__QgCCiq__heroSliderLine{background:#fff;width:2px;position:absolute;top:0;bottom:0;box-shadow:0 0 10px #00000080}.RemoveBgClient-module__QgCCiq__heroSliderBtn{cursor:grab;color:#374151;pointer-events:auto;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:50%;left:0;transform:translate(-50%,-50%);box-shadow:0 4px 14px #00000040}.RemoveBgClient-module__QgCCiq__showcaseSection{border-top:1px solid #e5e7eb99;padding:4.5rem 0}.RemoveBgClient-module__QgCCiq__showcaseGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.RemoveBgClient-module__QgCCiq__showcaseCard{border:1px solid var(--border-color);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;transition:all .25s;display:flex;overflow:hidden}.RemoveBgClient-module__QgCCiq__showcaseCard:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.RemoveBgClient-module__QgCCiq__showcaseImgWrap{aspect-ratio:4/3;background:var(--secondary-color);justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.RemoveBgClient-module__QgCCiq__showcaseImg{object-fit:cover;width:100%;height:100%;transition:transform .3s}.RemoveBgClient-module__QgCCiq__showcaseCard:hover .RemoveBgClient-module__QgCCiq__showcaseImg{transform:scale(1.03)}.RemoveBgClient-module__QgCCiq__showcaseInfo{flex-direction:column;gap:.35rem;padding:1.25rem 1.5rem;display:flex}.RemoveBgClient-module__QgCCiq__showcaseInfo strong{color:var(--text-primary);font-size:1.05rem}.RemoveBgClient-module__QgCCiq__showcaseInfo span{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.RemoveBgClient-module__QgCCiq__comparisonTableSection{border-top:1px solid #e5e7eb99;padding:4.5rem 0}.RemoveBgClient-module__QgCCiq__tableCardWrap{border-radius:var(--radius-xl);border:1px solid var(--border-color);-webkit-overflow-scrolling:touch;max-width:960px;box-shadow:var(--shadow-sm);background:#fff;margin:0 auto;overflow-x:auto}.RemoveBgClient-module__QgCCiq__compareTable{border-collapse:collapse;text-align:left;width:100%;min-width:600px}.RemoveBgClient-module__QgCCiq__thCorner{background:var(--secondary-color);width:28%;padding:1.5rem 1.75rem}.RemoveBgClient-module__QgCCiq__thRecommended{border-top:4px solid var(--accent-color);border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);text-align:center;background:#fff;width:40%;padding:1.5rem 1.75rem}.RemoveBgClient-module__QgCCiq__recommendBadge{background:var(--accent-color);color:#fff;border-radius:100px;margin-bottom:.4rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.RemoveBgClient-module__QgCCiq__recommendTitle{color:var(--text-primary);font-size:1.05rem;font-weight:800;display:block}.RemoveBgClient-module__QgCCiq__thOther{background:var(--secondary-color);text-align:center;width:32%;color:var(--text-primary);padding:1.5rem 1.75rem;font-weight:700}.RemoveBgClient-module__QgCCiq__tdFeature{color:var(--text-primary);border-top:1px solid var(--border-color);padding:1.15rem 1.75rem;font-weight:600}.RemoveBgClient-module__QgCCiq__tdRecommended{border-top:1px solid var(--border-color);border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);color:var(--text-primary);background:#fff;padding:1.15rem 1.75rem}.RemoveBgClient-module__QgCCiq__tdOther{border-top:1px solid var(--border-color);background:var(--secondary-color);color:var(--text-secondary);text-align:center;padding:1.15rem 1.75rem}.RemoveBgClient-module__QgCCiq__fullComparisonSection{border-top:1px solid #e5e7eb99;padding:4.5rem 0}.RemoveBgClient-module__QgCCiq__fullTableOverflow{-webkit-overflow-scrolling:touch;border-radius:var(--radius-xl);border:1px solid var(--border-color);max-width:1200px;box-shadow:var(--shadow-sm);background:#fff;margin:0 auto;overflow-x:auto}.RemoveBgClient-module__QgCCiq__fullCompareTable{border-collapse:collapse;width:100%;min-width:680px;font-size:.875rem}.RemoveBgClient-module__QgCCiq__fullCompareTable th{background:var(--secondary-color);color:var(--text-primary);text-align:center;border-bottom:1px solid var(--border-color);padding:1rem 1.25rem;font-weight:700}.RemoveBgClient-module__QgCCiq__fullCompareTable th:first-child{text-align:left}.RemoveBgClient-module__QgCCiq__tableColHighlight{color:var(--accent-color)!important;background:#3b82f614!important}.RemoveBgClient-module__QgCCiq__fullCompareTable td{border-bottom:1px solid var(--border-color);text-align:center;color:var(--text-secondary);padding:.9rem 1.25rem}.RemoveBgClient-module__QgCCiq__tdFeatureName{font-weight:600;text-align:left!important;color:var(--text-primary)!important}.RemoveBgClient-module__QgCCiq__tdOursVal{background:#f0fdf466;font-weight:700;color:#16a34a!important}.RemoveBgClient-module__QgCCiq__howToSection{border-top:1px solid #e5e7eb99;padding:4.5rem 0}.RemoveBgClient-module__QgCCiq__stepsGrid3{grid-template-columns:1fr;gap:2.5rem;max-width:1200px;margin:0 auto;display:grid}@media (min-width:768px){.RemoveBgClient-module__QgCCiq__stepsGrid3{grid-template-columns:repeat(3,1fr)}}.RemoveBgClient-module__QgCCiq__stepCardContainer{text-align:center;padding-top:1rem;position:relative}.RemoveBgClient-module__QgCCiq__floatingBadge{background-color:var(--accent-color);color:#fff;z-index:10;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;font-weight:800;display:flex;position:absolute;top:-14px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #3b82f659}.RemoveBgClient-module__QgCCiq__stepCardContent{background-color:var(--secondary-color);border:1px solid var(--border-color);border-radius:var(--radius-xl);height:100%;padding:3rem 1.75rem 2.25rem}.RemoveBgClient-module__QgCCiq__stepCardIconWrap{width:52px;height:52px;color:var(--accent-color);justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.RemoveBgClient-module__QgCCiq__stepCardTitle{color:var(--text-primary);margin-bottom:.65rem;font-size:1.2rem;font-weight:700}.RemoveBgClient-module__QgCCiq__stepCardDesc{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.RemoveBgClient-module__QgCCiq__featuresSection{border-top:1px solid #e5e7eb99;padding:4.5rem 0}.RemoveBgClient-module__QgCCiq__featuresGrid3{grid-template-columns:1fr;gap:1.75rem;max-width:1200px;margin:0 auto;display:grid}@media (min-width:768px){.RemoveBgClient-module__QgCCiq__featuresGrid3{grid-template-columns:repeat(3,1fr)}}.RemoveBgClient-module__QgCCiq__featureBoxCard{background-color:var(--secondary-color);border:1px solid var(--border-color);border-radius:var(--radius-xl);padding:2rem 1.75rem;transition:all .25s}.RemoveBgClient-module__QgCCiq__featureBoxCard:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.RemoveBgClient-module__QgCCiq__featureBoxIcon{border-radius:var(--radius-md);width:44px;height:44px;color:var(--accent-color);background-color:#3b82f61a;justify-content:center;align-items:center;margin-bottom:1.15rem;display:flex}.RemoveBgClient-module__QgCCiq__featureBoxTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.RemoveBgClient-module__QgCCiq__featureBoxDesc{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.RemoveBgClient-module__QgCCiq__sectionHeaderCenter{text-align:center;max-width:720px;margin:0 auto 2.5rem;padding:0 1rem}.RemoveBgClient-module__QgCCiq__sectionHeading{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.65rem;font-size:clamp(1.35rem,4vw,1.85rem);font-weight:800;line-height:1.25}.RemoveBgClient-module__QgCCiq__sectionSubheading{color:var(--text-secondary);margin:0 auto;font-size:clamp(.85rem,2.5vw,1rem);line-height:1.6}.RemoveBgClient-module__QgCCiq__useCasesSection{border-top:1px solid #e5e7eb99;padding:4rem 0}.RemoveBgClient-module__QgCCiq__useCasesGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.RemoveBgClient-module__QgCCiq__useCaseCard{background-color:var(--secondary-color);border:1px solid var(--border-color);border-radius:var(--radius-xl);gap:1.25rem;padding:1.5rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;box-shadow:0 1px 3px #0000000a}.RemoveBgClient-module__QgCCiq__useCaseCard:hover{box-shadow:var(--shadow-md);border-color:#3b82f64d;transform:translateY(-3px)}.RemoveBgClient-module__QgCCiq__useCaseCardIcon{border-radius:var(--radius-md);background:#3b82f61a;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.RemoveBgClient-module__QgCCiq__useCaseCardContent{flex-direction:column;gap:.35rem;display:flex}.RemoveBgClient-module__QgCCiq__useCaseCardTitle{color:var(--text-primary);font-size:1.05rem;font-weight:700}.RemoveBgClient-module__QgCCiq__useCaseCardDesc{color:var(--text-secondary);font-size:.875rem;line-height:1.55}.RemoveBgClient-module__QgCCiq__testimonialsSection{border-top:1px solid #e5e7eb99;padding:4rem 0}.RemoveBgClient-module__QgCCiq__testimonialsSection .shosay-embed{max-width:1200px;margin:0 auto}@media (max-width:640px){.RemoveBgClient-module__QgCCiq__useCasesSection,.RemoveBgClient-module__QgCCiq__testimonialsSection{padding:2.5rem 0}.RemoveBgClient-module__QgCCiq__sectionHeaderCenter{margin-bottom:1.5rem;padding:0 .5rem}.RemoveBgClient-module__QgCCiq__sectionHeading{margin-bottom:.4rem;font-size:1.35rem}.RemoveBgClient-module__QgCCiq__sectionSubheading{font-size:.85rem}.RemoveBgClient-module__QgCCiq__useCasesGrid{grid-template-columns:1fr;gap:.85rem}.RemoveBgClient-module__QgCCiq__useCaseCard{border-radius:var(--radius-lg);gap:.85rem;padding:1.15rem 1rem}.RemoveBgClient-module__QgCCiq__useCaseCardIcon{width:38px;height:38px}.RemoveBgClient-module__QgCCiq__useCaseCardTitle{font-size:.975rem}.RemoveBgClient-module__QgCCiq__useCaseCardDesc{font-size:.825rem;line-height:1.5}}.RemoveBgClient-module__QgCCiq__previewArea{max-width:900px;margin:0 auto 4rem}.RemoveBgClient-module__QgCCiq__previewImageWrap{border-radius:var(--radius-xl);border:1px solid var(--border-color);background:#f8fafc;justify-content:center;align-items:center;width:100%;height:clamp(280px,60vw,500px);display:flex;position:relative;overflow:hidden}.RemoveBgClient-module__QgCCiq__previewImageWrap img{object-fit:contain;box-sizing:border-box;width:100%;height:100%;padding:.75rem}.RemoveBgClient-module__QgCCiq__previewProcessing{position:relative}.RemoveBgClient-module__QgCCiq__previewOverlay{-webkit-backdrop-filter:blur(6px);z-index:20;background:#08081cb8;flex-direction:column;justify-content:center;align-items:center;gap:.85rem;animation:.35s ease-out RemoveBgClient-module__QgCCiq__overlayFadeIn;display:flex;position:absolute;inset:0}@keyframes RemoveBgClient-module__QgCCiq__overlayFadeIn{0%{opacity:0}to{opacity:1}}.RemoveBgClient-module__QgCCiq__previewSpinner{justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.2rem;display:flex;position:relative}.RemoveBgClient-module__QgCCiq__previewSpinnerPulse{border:2px solid #3b82f64d;border-radius:50%;width:100%;height:100%;animation:1.8s ease-out infinite RemoveBgClient-module__QgCCiq__pulseRing;position:absolute}@keyframes RemoveBgClient-module__QgCCiq__pulseRing{0%{opacity:1;transform:scale(.85)}to{opacity:0;transform:scale(1.6)}}.RemoveBgClient-module__QgCCiq__previewSpinnerRingOuter{filter:drop-shadow(0 0 6px #3b82f666);border:3px solid #3b82f6;border-color:#3b82f6 #8b5cf6 #0000 #0000;border-radius:50%;width:58px;height:58px;animation:1s linear infinite RemoveBgClient-module__QgCCiq__spinnerOuter;position:absolute}@keyframes RemoveBgClient-module__QgCCiq__spinnerOuter{to{transform:rotate(360deg)}}.RemoveBgClient-module__QgCCiq__previewSpinnerRingInner{border:2.5px solid #ffffff1f;border-top-color:#fff;border-radius:50%;width:34px;height:34px;animation:.7s linear infinite reverse RemoveBgClient-module__QgCCiq__spinnerInner;position:absolute}@keyframes RemoveBgClient-module__QgCCiq__spinnerInner{to{transform:rotate(360deg)}}.RemoveBgClient-module__QgCCiq__previewSpinner:after{content:"";z-index:1;background:#fff;border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite RemoveBgClient-module__QgCCiq__dotPulse;box-shadow:0 0 12px #fff9}@keyframes RemoveBgClient-module__QgCCiq__dotPulse{0%,to{opacity:.5;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.RemoveBgClient-module__QgCCiq__previewStatus{color:#fff;text-align:center;text-shadow:0 2px 8px #0006;letter-spacing:.01em;font-size:clamp(.85rem,2.5vw,1rem);font-weight:600}.RemoveBgClient-module__QgCCiq__previewPct{color:#ffffffd9;letter-spacing:.03em;font-variant-numeric:tabular-nums;font-size:.8rem;font-weight:600}.RemoveBgClient-module__QgCCiq__error{background-color:var(--error-bg);border:1px solid var(--error-border);color:var(--error-text);border-radius:var(--radius-md);text-align:center;margin:1.25rem 0;padding:.85rem 1.25rem;font-size:.9rem}.RemoveBgClient-module__QgCCiq__actionBar{justify-content:center;align-items:center;gap:1.25rem;margin-top:2rem;display:flex}.RemoveBgClient-module__QgCCiq__btnPrimary{background-color:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:100px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:1rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #3b82f64d}.RemoveBgClient-module__QgCCiq__btnPrimary:hover:not(:disabled){background-color:var(--accent-hover)}.RemoveBgClient-module__QgCCiq__btnPrimary:disabled{opacity:.65;cursor:not-allowed;box-shadow:none;transform:none}.RemoveBgClient-module__QgCCiq__btnSpinner{border:2.5px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite RemoveBgClient-module__QgCCiq__btnSpin;display:inline-block}@keyframes RemoveBgClient-module__QgCCiq__btnSpin{to{transform:rotate(360deg)}}.RemoveBgClient-module__QgCCiq__btnOutline{border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;background-color:#0000;border-radius:100px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.RemoveBgClient-module__QgCCiq__btnOutline:hover:not(:disabled){background-color:var(--secondary-color)}.RemoveBgClient-module__QgCCiq__comparisonLabels{color:var(--text-secondary);justify-content:space-between;margin-bottom:.65rem;padding:0 .5rem;font-size:.9rem;font-weight:700;display:flex}.RemoveBgClient-module__QgCCiq__comparison{border-radius:var(--radius-xl);border:1px solid var(--border-color);-webkit-user-select:none;user-select:none;touch-action:none;cursor:grab;background-color:#fff;background-image:linear-gradient(45deg,#e5e7eb 25%,#0000 25%),linear-gradient(-45deg,#e5e7eb 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#e5e7eb 75%),linear-gradient(-45deg,#0000 75%,#e5e7eb 75%);background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px;justify-content:center;align-items:center;width:100%;height:clamp(280px,60vw,500px);display:flex;position:relative;overflow:hidden}.RemoveBgClient-module__QgCCiq__comparisonImg{object-fit:contain;box-sizing:border-box;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;padding:.75rem;position:absolute;inset:0}.RemoveBgClient-module__QgCCiq__comparisonOverlay{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.RemoveBgClient-module__QgCCiq__comparisonOverlay img{object-fit:contain;box-sizing:border-box;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;padding:.75rem;position:absolute;inset:0}.RemoveBgClient-module__QgCCiq__comparisonHandle{pointer-events:none;height:100%;position:absolute;top:0;bottom:0;transform:translate(-50%)}.RemoveBgClient-module__QgCCiq__comparisonHandleLine{background:#fff;width:2px;position:absolute;top:0;bottom:0;box-shadow:0 0 10px #0006}.RemoveBgClient-module__QgCCiq__comparisonHandleBtn{color:#374151;pointer-events:auto;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:50%;left:0;transform:translate(-50%,-50%);box-shadow:0 4px 12px #00000040}.RemoveBgClient-module__QgCCiq__colorPicker{background:var(--secondary-color);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-sizing:border-box;width:100%;margin-top:1.5rem;padding:1rem .85rem}@media (min-width:640px){.RemoveBgClient-module__QgCCiq__colorPicker{padding:1.25rem 1.5rem}}.RemoveBgClient-module__QgCCiq__colorLabel{color:var(--text-primary);margin-bottom:.75rem;font-size:.875rem;font-weight:700}.RemoveBgClient-module__QgCCiq__colorGrid{flex-wrap:wrap;justify-content:center;align-items:center;gap:.45rem;width:100%;display:flex}@media (min-width:640px){.RemoveBgClient-module__QgCCiq__colorGrid{justify-content:flex-start;gap:.65rem}}.RemoveBgClient-module__QgCCiq__colorOption{border:2px solid var(--border-color);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .15s;display:flex}@media (min-width:640px){.RemoveBgClient-module__QgCCiq__colorOption{width:36px;height:36px}}.RemoveBgClient-module__QgCCiq__colorOption:hover{transform:scale(1.1)}.RemoveBgClient-module__QgCCiq__colorSelected{box-shadow:0 0 0 2.5px var(--accent-color);transform:scale(1.05)}.RemoveBgClient-module__QgCCiq__customColorWrap{display:inline-flex;position:relative}.RemoveBgClient-module__QgCCiq__customColorBtn{background:#fff}.RemoveBgClient-module__QgCCiq__customColorPopup{border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:30;background:#fff;flex-direction:column;gap:.5rem;min-width:140px;padding:.75rem;display:flex;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.RemoveBgClient-module__QgCCiq__customColorRow{justify-content:center;align-items:center;gap:.5rem;display:flex}.RemoveBgClient-module__QgCCiq__colorInput{cursor:pointer;background:0 0;border:none;width:32px;height:32px}.RemoveBgClient-module__QgCCiq__customColorHex{color:var(--text-primary);font-family:monospace;font-size:.85rem;font-weight:600}.RemoveBgClient-module__QgCCiq__customColorApply{background:var(--accent-color);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:6px;padding:.45rem;font-size:.8rem;font-weight:700;transition:background .15s}.RemoveBgClient-module__QgCCiq__customColorApply:hover{background:var(--accent-hover)}
.ExportSection-module__Bmxz7G__container{box-sizing:border-box;flex-direction:column;gap:20px;width:100%;max-width:1240px;margin:0 auto;padding-bottom:24px;display:flex}.ExportSection-module__Bmxz7G__header{text-align:center;width:100%;margin-bottom:2px}.ExportSection-module__Bmxz7G__title{color:#0f172a;margin:0 0 2px;font-size:1.4rem;font-weight:700}.ExportSection-module__Bmxz7G__subtitle{color:#64748b;margin:0;font-size:.88rem}.ExportSection-module__Bmxz7G__mainGrid{box-sizing:border-box;grid-template-columns:repeat(2,1fr);align-items:stretch;gap:20px;width:100%;display:grid}.ExportSection-module__Bmxz7G__previewColumn{box-sizing:border-box;width:100%;height:600px;position:relative}.ExportSection-module__Bmxz7G__previewSection{box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:16px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #00000008}.ExportSection-module__Bmxz7G__previewContainer{touch-action:pan-x pan-y pinch-zoom;-webkit-user-select:none;user-select:none;box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:100%;max-height:540px;padding:12px;display:flex;position:relative;overflow:hidden}.ExportSection-module__Bmxz7G__previewCanvas{transform-origin:50%;object-fit:contain;background:#fff;border-radius:0;max-width:100%;max-height:100%;transition:transform .15s ease-out;display:block;box-shadow:0 8px 24px #0000001f,0 2px 6px #0000000d}.ExportSection-module__Bmxz7G__singlePreviewImage{object-fit:contain;background:#fff;border-radius:0;max-width:280px;max-height:380px;box-shadow:0 8px 24px #0000001f}.ExportSection-module__Bmxz7G__zoomControls{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:5;background:#ffffffeb;border:1px solid #e2e8f0cc;border-radius:20px;align-items:center;gap:4px;padding:3px 6px;display:flex;position:absolute;bottom:12px;right:12px;box-shadow:0 4px 12px #00000014}.ExportSection-module__Bmxz7G__zoomBtn{color:#334155;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.ExportSection-module__Bmxz7G__zoomBtn:hover{color:#0284c7;background:#f1f5f9}.ExportSection-module__Bmxz7G__zoomBadge{color:#475569;text-align:center;min-width:38px;font-size:.74rem;font-weight:600}.ExportSection-module__Bmxz7G__controlsColumn{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;box-sizing:border-box;flex-direction:column;gap:16px;width:100%;height:600px;padding-right:6px;display:flex;overflow-y:auto}.ExportSection-module__Bmxz7G__controlsColumn::-webkit-scrollbar{width:5px}.ExportSection-module__Bmxz7G__controlsColumn::-webkit-scrollbar-track{background:0 0}.ExportSection-module__Bmxz7G__controlsColumn::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.ExportSection-module__Bmxz7G__controlsColumn::-webkit-scrollbar-thumb:hover{background:#94a3b8}.ExportSection-module__Bmxz7G__modeGrid{box-sizing:border-box;grid-template-columns:repeat(2,1fr);gap:12px;width:100%;display:grid}.ExportSection-module__Bmxz7G__modeCard{cursor:pointer;text-align:left;box-sizing:border-box;background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;align-items:flex-start;gap:10px;padding:12px 14px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.ExportSection-module__Bmxz7G__modeCard:hover{border-color:#93c5fd;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f60f}.ExportSection-module__Bmxz7G__modeCardActive{background:linear-gradient(135deg,#eff6ff 0%,#fff 100%);border-color:#2563eb;box-shadow:0 4px 16px #2563eb1a}.ExportSection-module__Bmxz7G__modeIcon{color:#475569;background:#f1f5f9;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.ExportSection-module__Bmxz7G__modeIcon svg{width:20px;height:20px}.ExportSection-module__Bmxz7G__modeCardActive .ExportSection-module__Bmxz7G__modeIcon{color:#fff;background:#2563eb}.ExportSection-module__Bmxz7G__modeContent{flex:1;min-width:0}.ExportSection-module__Bmxz7G__modeTitle{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;margin:0 0 2px;font-size:.9rem;font-weight:700;overflow:hidden}.ExportSection-module__Bmxz7G__modeDesc{color:#64748b;margin:0;font-size:.75rem;line-height:1.3}.ExportSection-module__Bmxz7G__checkBadge{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:absolute;top:10px;right:10px}.ExportSection-module__Bmxz7G__configSection{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:16px;width:100%;padding:18px 20px;display:flex;box-shadow:0 2px 10px #00000005}.ExportSection-module__Bmxz7G__panelTitle{color:#0f172a;align-items:center;gap:6px;margin:0 0 10px;font-size:1rem;font-weight:700;display:flex}.ExportSection-module__Bmxz7G__optionGroup{box-sizing:border-box;border-bottom:1px solid #f1f5f9;flex-direction:column;gap:8px;width:100%;padding-bottom:14px;display:flex}.ExportSection-module__Bmxz7G__optionGroup:last-child{border-bottom:none;padding-bottom:0}.ExportSection-module__Bmxz7G__labelRow{justify-content:space-between;align-items:center;width:100%;display:flex}.ExportSection-module__Bmxz7G__label{color:#334155;font-size:.85rem;font-weight:600}.ExportSection-module__Bmxz7G__badgeValue{color:#2563eb;background:#eff6ff;border-radius:10px;padding:2px 8px;font-size:.75rem;font-weight:600}.ExportSection-module__Bmxz7G__selectInput,.ExportSection-module__Bmxz7G__textInput{color:#0f172a;box-sizing:border-box;background:#fff;border:1.5px solid #cbd5e1;border-radius:10px;outline:none;width:100%;height:38px;padding:0 12px;font-size:.85rem;font-weight:500;transition:border-color .2s,box-shadow .2s}.ExportSection-module__Bmxz7G__selectInput:focus,.ExportSection-module__Bmxz7G__textInput:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.ExportSection-module__Bmxz7G__customSizeGrid{box-sizing:border-box;grid-template-columns:1fr 1fr 90px;gap:10px;width:100%;margin-top:6px;display:grid}.ExportSection-module__Bmxz7G__inputWrapper{flex-direction:column;gap:3px;width:100%;display:flex}.ExportSection-module__Bmxz7G__subLabel{color:#64748b;font-size:.75rem;font-weight:500}.ExportSection-module__Bmxz7G__subLabelText{color:#64748b;font-size:.76rem;font-weight:500}.ExportSection-module__Bmxz7G__quantityInputRow{align-items:center;gap:8px;width:100%;display:flex}.ExportSection-module__Bmxz7G__countBtn{color:#475569;cursor:pointer;white-space:nowrap;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;flex-shrink:0;height:38px;padding:0 16px;font-size:.85rem;font-weight:600;transition:all .2s}.ExportSection-module__Bmxz7G__countBtn:hover{background:#f1f5f9;border-color:#cbd5e1}.ExportSection-module__Bmxz7G__countBtnActive{color:#fff;background:#2563eb;border-color:#2563eb;box-shadow:0 3px 8px #2563eb33}.ExportSection-module__Bmxz7G__slidersGrid{box-sizing:border-box;grid-template-columns:repeat(2,1fr);gap:12px;width:100%;display:grid}.ExportSection-module__Bmxz7G__sliderRow{flex-direction:column;gap:4px;width:100%;display:flex}.ExportSection-module__Bmxz7G__rangeSlider{appearance:none;background:#e2e8f0;border-radius:3px;outline:none;width:100%;height:5px;transition:background .2s}.ExportSection-module__Bmxz7G__rangeSlider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#2563eb;border-radius:50%;width:16px;height:16px;transition:transform .15s,background-color .15s;box-shadow:0 2px 5px #2563eb4d}.ExportSection-module__Bmxz7G__rangeSlider::-webkit-slider-thumb:hover{background:#1d4ed8;transform:scale(1.15)}.ExportSection-module__Bmxz7G__rangeSlider::-moz-range-thumb{cursor:pointer;background:#2563eb;border:none;border-radius:50%;width:16px;height:16px;box-shadow:0 2px 5px #2563eb4d}.ExportSection-module__Bmxz7G__rotationPresets{gap:8px;width:100%;margin-bottom:6px;display:flex}.ExportSection-module__Bmxz7G__rotationBtn{color:#475569;cursor:pointer;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;flex:1;height:34px;font-size:.82rem;font-weight:600;transition:all .2s}.ExportSection-module__Bmxz7G__rotationBtn:hover{background:#f1f5f9;border-color:#cbd5e1}.ExportSection-module__Bmxz7G__rotationBtnActive{color:#fff;background:#2563eb;border-color:#2563eb;box-shadow:0 3px 8px #2563eb33}.ExportSection-module__Bmxz7G__exportActionSection{box-sizing:border-box;background:#fff;border:1.5px solid #3b82f6;border-radius:16px;width:100%;margin-top:0;padding:16px 20px;box-shadow:0 6px 18px #2563eb14}.ExportSection-module__Bmxz7G__exportActionInner{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.ExportSection-module__Bmxz7G__exportSummaryText{flex-direction:column;display:flex}.ExportSection-module__Bmxz7G__exportSummaryTitle{color:#0f172a;font-size:.95rem;font-weight:700}.ExportSection-module__Bmxz7G__exportSummarySub{color:#64748b;font-size:.78rem}.ExportSection-module__Bmxz7G__btnExportPrimary{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;height:42px;padding:0 26px;font-size:.9rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #2563eb4d}.ExportSection-module__Bmxz7G__btnExportPrimary:hover{transform:translateY(-1px);box-shadow:0 6px 18px #2563eb66}.ExportSection-module__Bmxz7G__btnExportPrimary:active{transform:translateY(0)}.ExportSection-module__Bmxz7G__modalBackdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:200;background:#0f172aa6;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out forwards ExportSection-module__Bmxz7G__fadeIn;display:flex;position:fixed;inset:0}@keyframes ExportSection-module__Bmxz7G__fadeIn{0%{opacity:0}to{opacity:1}}.ExportSection-module__Bmxz7G__modalCard{box-sizing:border-box;background:#fff;border-radius:24px;flex-direction:column;gap:18px;width:100%;max-width:480px;padding:24px 22px;animation:.25s cubic-bezier(.16,1,.3,1) forwards ExportSection-module__Bmxz7G__popIn;display:flex;box-shadow:0 20px 50px #00000040}@keyframes ExportSection-module__Bmxz7G__popIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.ExportSection-module__Bmxz7G__modalHeader{justify-content:space-between;align-items:flex-start;width:100%;display:flex}.ExportSection-module__Bmxz7G__modalTitle{color:#0f172a;margin:0 0 2px;font-size:1.15rem;font-weight:700}.ExportSection-module__Bmxz7G__modalSubTitle{color:#64748b;margin:0;font-size:.78rem}.ExportSection-module__Bmxz7G__modalCloseBtn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;transition:all .2s;display:flex}.ExportSection-module__Bmxz7G__modalCloseBtn:hover{color:#0f172a;background:#e2e8f0}.ExportSection-module__Bmxz7G__modalOptionGroup{flex-direction:column;gap:8px;width:100%;display:flex}.ExportSection-module__Bmxz7G__modalLabel{color:#334155;font-size:.84rem;font-weight:600}.ExportSection-module__Bmxz7G__formatGrid{grid-template-columns:repeat(3,1fr);gap:10px;width:100%;display:grid}.ExportSection-module__Bmxz7G__formatCard{text-align:center;cursor:pointer;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;flex-direction:column;align-items:center;padding:10px 8px;transition:all .2s;display:flex}.ExportSection-module__Bmxz7G__formatCard:hover{background:#f1f5f9;border-color:#cbd5e1}.ExportSection-module__Bmxz7G__formatCardActive{background:#eff6ff;border-color:#2563eb;box-shadow:0 4px 12px #2563eb1f}.ExportSection-module__Bmxz7G__formatTitle{color:#0f172a;font-size:.9rem;font-weight:700}.ExportSection-module__Bmxz7G__formatCardActive .ExportSection-module__Bmxz7G__formatTitle{color:#2563eb}.ExportSection-module__Bmxz7G__formatDesc{color:#64748b;margin-top:2px;font-size:.7rem}.ExportSection-module__Bmxz7G__segmentedControl{box-sizing:border-box;background:#f1f5f9;border-radius:12px;gap:3px;width:100%;padding:3px;display:flex}.ExportSection-module__Bmxz7G__segmentBtn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:9px;flex:1;height:36px;font-size:.82rem;font-weight:600;transition:all .2s}.ExportSection-module__Bmxz7G__segmentBtnActive{color:#2563eb;background:#fff;font-weight:700;box-shadow:0 2px 6px #00000014}.ExportSection-module__Bmxz7G__modalActions{gap:10px;width:100%;margin-top:8px;display:flex}.ExportSection-module__Bmxz7G__btnSecondary{color:#334155;cursor:pointer;background:#fff;border:1.5px solid #cbd5e1;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:6px;height:44px;font-size:.88rem;font-weight:600;transition:all .2s;display:inline-flex}.ExportSection-module__Bmxz7G__btnSecondary:hover{background:#f8fafc;border-color:#94a3b8}.ExportSection-module__Bmxz7G__btnPrimaryFull{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:12px;flex:1.2;justify-content:center;align-items:center;gap:6px;height:44px;font-size:.9rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #2563eb4d}.ExportSection-module__Bmxz7G__btnPrimaryFull:hover{transform:translateY(-1px);box-shadow:0 6px 18px #2563eb66}.ExportSection-module__Bmxz7G__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite ExportSection-module__Bmxz7G__spin}@keyframes ExportSection-module__Bmxz7G__spin{to{transform:rotate(360deg)}}@media (max-width:900px){.ExportSection-module__Bmxz7G__container{width:100%;max-width:100%;overflow:hidden}.ExportSection-module__Bmxz7G__mainGrid{grid-template-columns:1fr;gap:16px;width:100%;max-width:100%;overflow:hidden}.ExportSection-module__Bmxz7G__previewColumn{width:100%;max-width:100%;height:auto;min-height:260px;max-height:320px;overflow:hidden}.ExportSection-module__Bmxz7G__controlsColumn{gap:14px;width:100%;max-width:100%;height:auto;padding-right:0;overflow:hidden}}@media (max-width:600px){.ExportSection-module__Bmxz7G__container{width:100%;max-width:100%;padding-left:0;padding-right:0;overflow:hidden}.ExportSection-module__Bmxz7G__mainGrid{width:100%;max-width:100%;overflow:hidden}.ExportSection-module__Bmxz7G__previewColumn{width:100%;max-width:100%;height:auto;min-height:210px;max-height:260px;overflow:hidden}.ExportSection-module__Bmxz7G__previewSection{box-sizing:border-box;border-radius:14px;width:100%;max-width:100%;padding:8px}.ExportSection-module__Bmxz7G__previewContainer{box-sizing:border-box;width:100%;max-width:100%;max-height:220px;padding:4px}.ExportSection-module__Bmxz7G__singlePreviewImage{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:190px}.ExportSection-module__Bmxz7G__controlsColumn{box-sizing:border-box;width:100%;max-width:100%;overflow:hidden}.ExportSection-module__Bmxz7G__configSection,.ExportSection-module__Bmxz7G__exportActionSection{box-sizing:border-box;border-radius:14px;width:100%;max-width:100%;padding:14px 12px;overflow:hidden}.ExportSection-module__Bmxz7G__modeGrid{box-sizing:border-box;grid-template-columns:1fr;gap:8px;width:100%;max-width:100%}.ExportSection-module__Bmxz7G__modeCard{box-sizing:border-box;border-radius:12px;width:100%;max-width:100%;padding:10px 12px;overflow:hidden}.ExportSection-module__Bmxz7G__slidersGrid{box-sizing:border-box;grid-template-columns:1fr;gap:10px;width:100%;max-width:100%}.ExportSection-module__Bmxz7G__customSizeGrid{box-sizing:border-box;grid-template-columns:1fr 1fr;gap:8px;width:100%;max-width:100%}.ExportSection-module__Bmxz7G__customSizeGrid>div:last-child{grid-column:span 2}.ExportSection-module__Bmxz7G__exportActionInner{text-align:center;flex-direction:column;align-items:stretch}.ExportSection-module__Bmxz7G__btnExportPrimary{width:100%}.ExportSection-module__Bmxz7G__modalBackdrop{padding:12px}.ExportSection-module__Bmxz7G__modalCard{border-radius:18px;gap:12px;max-width:360px;padding:16px 14px}.ExportSection-module__Bmxz7G__modalTitle{font-size:1rem}.ExportSection-module__Bmxz7G__modalSubTitle{font-size:.72rem}.ExportSection-module__Bmxz7G__modalLabel{font-size:.78rem}.ExportSection-module__Bmxz7G__formatGrid{grid-template-columns:repeat(3,1fr);gap:6px}.ExportSection-module__Bmxz7G__formatCard{border-radius:10px;padding:8px 4px}.ExportSection-module__Bmxz7G__formatTitle{font-size:.8rem}.ExportSection-module__Bmxz7G__formatDesc{margin-top:1px;font-size:.62rem}.ExportSection-module__Bmxz7G__segmentBtn{border-radius:8px;height:32px;font-size:.78rem}.ExportSection-module__Bmxz7G__modalActions{gap:8px;margin-top:4px}.ExportSection-module__Bmxz7G__btnSecondary,.ExportSection-module__Bmxz7G__btnPrimaryFull{border-radius:10px;height:38px;font-size:.82rem}}
.RemoveBgBatch-module__fFgDiq__toolHero{text-align:center;width:100%;max-width:780px;margin:0 auto;padding:2.5rem 1rem 1.75rem}.RemoveBgBatch-module__fFgDiq__toolHero h1{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:.75rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800}.RemoveBgBatch-module__fFgDiq__toolHero p{color:var(--text-secondary);font-size:1.05rem;line-height:1.6}.RemoveBgBatch-module__fFgDiq__uploadZone{background:var(--bg-secondary);border:2px dashed var(--border-color);border-radius:var(--radius-xl);text-align:center;cursor:pointer;width:100%;max-width:820px;box-shadow:var(--shadow-sm);margin:0 auto;padding:3rem 1.5rem;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative}.RemoveBgBatch-module__fFgDiq__uploadZone:hover,.RemoveBgBatch-module__fFgDiq__uploadZone.RemoveBgBatch-module__fFgDiq__dragover{border-color:var(--accent-color);box-shadow:var(--shadow-md);background:#3b82f60a;transform:translateY(-2px)}.RemoveBgBatch-module__fFgDiq__uploadIcon{background:var(--gradient-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;transition:transform .2s;display:flex;box-shadow:0 6px 20px #3b82f659}.RemoveBgBatch-module__fFgDiq__uploadZone:hover .RemoveBgBatch-module__fFgDiq__uploadIcon{transform:scale(1.08)}.RemoveBgBatch-module__fFgDiq__uploadBtn{background:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:100px;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #3b82f640}.RemoveBgBatch-module__fFgDiq__uploadBtn:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 6px 16px #3b82f659}.RemoveBgBatch-module__fFgDiq__errorBox{background:var(--error-bg);border:1px solid var(--error-border);width:100%;max-width:820px;color:var(--error-text);border-radius:var(--radius-md);margin:1rem auto 0;padding:.9rem 1.25rem;font-size:.88rem;line-height:1.5}.RemoveBgBatch-module__fFgDiq__fileList{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--card-bg);width:100%;max-width:820px;max-height:380px;box-shadow:var(--shadow-sm);flex-direction:column;gap:.6rem;margin:1.5rem auto 0;padding:1rem;display:flex;overflow:hidden auto}.RemoveBgBatch-module__fFgDiq__fileList::-webkit-scrollbar{width:6px}.RemoveBgBatch-module__fFgDiq__resultsContainer::-webkit-scrollbar{width:6px}.RemoveBgBatch-module__fFgDiq__fileList::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:3px}.RemoveBgBatch-module__fFgDiq__resultsContainer::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:3px}.RemoveBgBatch-module__fFgDiq__fileItem{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);align-items:center;gap:.85rem;padding:.65rem .85rem;font-size:.85rem;transition:all .15s;display:flex}.RemoveBgBatch-module__fFgDiq__fileItem:hover{border-color:var(--border-hover)}.RemoveBgBatch-module__fFgDiq__dragHandle{color:var(--text-tertiary);cursor:grab;justify-content:center;align-items:center;padding:.2rem;display:flex}.RemoveBgBatch-module__fFgDiq__fileThumb{object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--border-color);background-color:var(--bg-tertiary);flex-shrink:0;width:42px;height:42px}.RemoveBgBatch-module__fFgDiq__fileInfo{flex:1;min-width:0}.RemoveBgBatch-module__fFgDiq__fileName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:600;overflow:hidden}.RemoveBgBatch-module__fFgDiq__fileMeta{color:var(--text-tertiary);margin-top:.15rem;font-size:.76rem}.RemoveBgBatch-module__fFgDiq__fileStatus{text-transform:capitalize;white-space:nowrap;border-radius:100px;padding:.25rem .65rem;font-size:.75rem;font-weight:600}.RemoveBgBatch-module__fFgDiq__queued{color:#475569;background:#e2e8f0}.RemoveBgBatch-module__fFgDiq__uploading,.RemoveBgBatch-module__fFgDiq__processing{color:#1e40af;background:#dbeafe;animation:1.5s infinite RemoveBgBatch-module__fFgDiq__pulse}.RemoveBgBatch-module__fFgDiq__completed{background:var(--success-bg);color:var(--success-text)}.RemoveBgBatch-module__fFgDiq__retrying{color:#92400e;background:#fef3c7}.RemoveBgBatch-module__fFgDiq__error{background:var(--error-bg);color:var(--error-text)}@keyframes RemoveBgBatch-module__fFgDiq__pulse{0%,to{opacity:1}50%{opacity:.6}}.RemoveBgBatch-module__fFgDiq__removeBtn{color:var(--text-tertiary);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:.3rem;transition:all .15s;display:flex}.RemoveBgBatch-module__fFgDiq__removeBtn:hover{color:var(--error-text);background:var(--error-bg)}.RemoveBgBatch-module__fFgDiq__batchControls{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;width:100%;max-width:820px;margin:1.5rem auto 0;display:flex}.RemoveBgBatch-module__fFgDiq__primaryBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 2.25rem;font-family:inherit;font-size:1rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #3b82f659}.RemoveBgBatch-module__fFgDiq__primaryBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #3b82f673}.RemoveBgBatch-module__fFgDiq__primaryBtn:disabled{opacity:.65;cursor:not-allowed}.RemoveBgBatch-module__fFgDiq__secondaryBtn{background:var(--card-bg);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;border-radius:100px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-family:inherit;font-size:.92rem;font-weight:600;transition:all .2s;display:inline-flex}.RemoveBgBatch-module__fFgDiq__secondaryBtn:hover:not(:disabled){background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-hover)}.RemoveBgBatch-module__fFgDiq__secondaryBtn:disabled{opacity:.65;cursor:not-allowed}.RemoveBgBatch-module__fFgDiq__spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite RemoveBgBatch-module__fFgDiq__spin;display:inline-block}@keyframes RemoveBgBatch-module__fFgDiq__spin{to{transform:rotate(360deg)}}.RemoveBgBatch-module__fFgDiq__progressSection{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg);width:100%;max-width:820px;box-shadow:var(--shadow-sm);margin:1.5rem auto 0;padding:1.25rem}.RemoveBgBatch-module__fFgDiq__progressBar{background:var(--border-color);border-radius:100px;width:100%;height:10px;margin-bottom:.75rem;overflow:hidden}.RemoveBgBatch-module__fFgDiq__progressFill{background:var(--gradient-primary);border-radius:100px;height:100%;transition:width .3s}.RemoveBgBatch-module__fFgDiq__progressStats{color:var(--text-secondary);justify-content:space-between;font-size:.82rem;font-weight:600;display:flex}.RemoveBgBatch-module__fFgDiq__batchSummary{grid-template-columns:repeat(3,1fr);gap:1rem;width:100%;max-width:820px;margin:2rem auto 0;display:grid}.RemoveBgBatch-module__fFgDiq__summaryItem{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-sm);padding:1.25rem 1rem}.RemoveBgBatch-module__fFgDiq__summaryNum{color:var(--accent-color);font-size:1.75rem;font-weight:800;line-height:1.2}.RemoveBgBatch-module__fFgDiq__summaryLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem;font-size:.8rem;font-weight:600}.RemoveBgBatch-module__fFgDiq__resultsContainer{width:100%;max-width:820px;max-height:520px;margin:1.5rem auto 0;padding-right:.25rem;overflow-y:auto}.RemoveBgBatch-module__fFgDiq__resultsGrid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:1rem;display:grid}.RemoveBgBatch-module__fFgDiq__resultItem{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);cursor:pointer;box-shadow:var(--shadow-sm);flex-direction:column;transition:all .2s;display:flex;position:relative;overflow:hidden}.RemoveBgBatch-module__fFgDiq__resultItem:hover{box-shadow:var(--shadow-md);border-color:var(--accent-color);transform:translateY(-3px)}.RemoveBgBatch-module__fFgDiq__resultItem img{aspect-ratio:1;object-fit:contain;background-color:#fff;background-image:linear-gradient(45deg,#e5e7eb 25%,#0000 25%),linear-gradient(-45deg,#e5e7eb 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#e5e7eb 75%),linear-gradient(-45deg,#0000 75%,#e5e7eb 75%);background-position:0 0,0 8px,8px -8px,-8px 0;background-size:16px 16px;width:100%;padding:.5rem}.RemoveBgBatch-module__fFgDiq__resultLabel{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;text-align:center;background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:.65rem .75rem;font-size:.78rem;font-weight:600;overflow:hidden}.RemoveBgBatch-module__fFgDiq__downloadRow{border-radius:var(--radius-xl);background:linear-gradient(135deg,#3b82f614,#2563eb0a);border:1px solid #3b82f633;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;width:100%;max-width:820px;margin:1.75rem auto 0;padding:1.5rem;display:flex}.RemoveBgBatch-module__fFgDiq__downloadBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 2.25rem;font-family:inherit;font-size:1rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #3b82f659}.RemoveBgBatch-module__fFgDiq__downloadBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f673}@media (max-width:640px){.RemoveBgBatch-module__fFgDiq__batchSummary{grid-template-columns:repeat(3,1fr);gap:.5rem}.RemoveBgBatch-module__fFgDiq__summaryItem{padding:.85rem .5rem}.RemoveBgBatch-module__fFgDiq__summaryNum{font-size:1.35rem}.RemoveBgBatch-module__fFgDiq__summaryLabel{font-size:.7rem}.RemoveBgBatch-module__fFgDiq__resultsGrid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.RemoveBgBatch-module__fFgDiq__uploadZone{padding:2rem 1rem}}
.Upscaler-module__ThRrha__wrapper{flex-direction:column;align-items:center;gap:1.5rem;width:100%;margin:0 auto;padding:2rem 1rem 4rem;display:flex}.Upscaler-module__ThRrha__hero{text-align:center;max-width:600px}.Upscaler-module__ThRrha__title{letter-spacing:-.03em;color:var(--text-primary);font-size:clamp(1.75rem,5vw,2.5rem);font-weight:800;line-height:1.15}.Upscaler-module__ThRrha__gradient{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Upscaler-module__ThRrha__subtitle{color:var(--text-secondary);margin-top:.5rem;font-size:clamp(.9rem,2vw,1rem);line-height:1.5}.Upscaler-module__ThRrha__mainCard{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-sm);padding:1.5rem;position:relative}.Upscaler-module__ThRrha__hiddenInput{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.Upscaler-module__ThRrha__actionBar{border-top:1px solid var(--border-color);flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.Upscaler-module__ThRrha__btnOutline{border-radius:var(--radius-sm);cursor:pointer;color:var(--text-secondary);border:1px solid var(--border-color);white-space:nowrap;background:0 0;justify-content:center;align-items:center;gap:.4rem;padding:.65rem 1.4rem;font-family:inherit;font-size:.88rem;font-weight:600;transition:all .15s;display:inline-flex}.Upscaler-module__ThRrha__btnOutline:hover{color:#3b82f6;border-color:#3b82f6}.Upscaler-module__ThRrha__btnSpinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.6s linear infinite Upscaler-module__ThRrha__btnSpin}@keyframes Upscaler-module__ThRrha__btnSpin{to{transform:rotate(360deg)}}.Upscaler-module__ThRrha__controlsBar{border-bottom:1px solid var(--border-color);flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}.Upscaler-module__ThRrha__controlGroup{align-items:center;gap:.5rem;display:flex}.Upscaler-module__ThRrha__controlLabel{color:var(--text-secondary);white-space:nowrap;font-size:.85rem;font-weight:600}.Upscaler-module__ThRrha__btnGroup{background:#f3f4f6;border-radius:8px;gap:.3rem;padding:2px;display:flex}.Upscaler-module__ThRrha__btnGroupBtn{color:#4b5563;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.4rem .85rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .15s}.Upscaler-module__ThRrha__btnGroupBtn:hover{color:var(--text-primary)}.Upscaler-module__ThRrha__btnGroupBtnActive{color:#3b82f6;background:#fff;box-shadow:0 1px 3px #00000014}.Upscaler-module__ThRrha__toggleBtn{cursor:pointer;color:#4b5563;-webkit-user-select:none;user-select:none;border:1px solid var(--border-color);background:var(--bg-primary);border-radius:6px;align-items:center;gap:.5rem;padding:.35rem .6rem;font-family:inherit;font-size:.82rem;font-weight:500;transition:all .15s;display:flex}.Upscaler-module__ThRrha__toggleBtn:hover,.Upscaler-module__ThRrha__toggleBtnActive{color:#3b82f6;background:#f0f7ff;border-color:#3b82f6}.Upscaler-module__ThRrha__controlsRight{flex-wrap:wrap;gap:.5rem;margin-left:auto;display:flex}.Upscaler-module__ThRrha__btnPrimary{border-radius:var(--radius-sm);cursor:pointer;background:var(--gradient-primary);color:#fff;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.4rem;padding:.55rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.Upscaler-module__ThRrha__btnPrimary:hover{transform:translateY(-1px);box-shadow:0 8px 25px #3b82f64d}.Upscaler-module__ThRrha__btnPrimary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.Upscaler-module__ThRrha__btnSecondary{border-radius:var(--radius-sm);cursor:pointer;color:#4b5563;white-space:nowrap;background:#f3f4f6;border:1px solid #e5e7eb;justify-content:center;align-items:center;gap:.4rem;padding:.55rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .15s;display:inline-flex}.Upscaler-module__ThRrha__btnSecondary:hover{background:#e5e7eb}.Upscaler-module__ThRrha__downloadBar{border-top:1px solid var(--border-color);flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1.25rem;padding-top:1.25rem;display:flex}.Upscaler-module__ThRrha__downloadBtn{border-radius:var(--radius-sm);cursor:pointer;background:var(--gradient-primary);color:#fff;border:none;justify-content:center;align-items:center;gap:.4rem;padding:.65rem 1.4rem;font-family:inherit;font-size:.88rem;font-weight:600;transition:all .2s;display:inline-flex}.Upscaler-module__ThRrha__downloadBtn:hover{transform:translateY(-1px);box-shadow:0 8px 25px #3b82f64d}.Upscaler-module__ThRrha__downloadBtnSecondary{border-radius:var(--radius-sm);cursor:pointer;color:#4b5563;background:#f3f4f6;border:1px solid #e5e7eb;justify-content:center;align-items:center;padding:.65rem 1.4rem;font-family:inherit;font-size:.88rem;font-weight:600;transition:all .15s;display:inline-flex}.Upscaler-module__ThRrha__downloadBtnSecondary:hover{background:#e5e7eb}.Upscaler-module__ThRrha__downloadBtnOutline{border-radius:var(--radius-sm);cursor:pointer;color:var(--text-secondary);border:1px solid var(--border-color);background:0 0;justify-content:center;align-items:center;padding:.65rem 1.4rem;font-family:inherit;font-size:.88rem;font-weight:600;transition:all .15s;display:inline-flex}.Upscaler-module__ThRrha__downloadBtnOutline:hover{color:#3b82f6;border-color:#3b82f6}.Upscaler-module__ThRrha__dropzone{border:2px dashed var(--border-hover);border-radius:var(--radius-lg);cursor:pointer;background:var(--bg-secondary);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:2.5rem 1.5rem;transition:all .25s;display:flex;position:relative}.Upscaler-module__ThRrha__dropzone:hover,.Upscaler-module__ThRrha__dragActive{background:#f0f7ff;border-color:#3b82f6}.Upscaler-module__ThRrha__dropzoneIcon{background:#eef2ff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Upscaler-module__ThRrha__dropzoneIcon svg{color:#3b82f6;width:22px;height:22px}.Upscaler-module__ThRrha__dropzoneBtn{border-radius:var(--radius-sm);cursor:pointer;background:var(--gradient-primary);color:#fff;border:none;padding:.6rem 1.3rem;font-family:inherit;font-size:.9rem;font-weight:600;display:inline-block}.Upscaler-module__ThRrha__dropzoneText{color:var(--text-tertiary);font-size:.9rem}.Upscaler-module__ThRrha__dropzoneHint{color:var(--text-tertiary);font-size:.8rem}.Upscaler-module__ThRrha__dropzoneFormats{flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem;display:flex}.Upscaler-module__ThRrha__formatTag{color:#4b5563;background:#e5e7eb;border-radius:4px;padding:.15rem .45rem;font-size:.65rem;font-weight:600}.Upscaler-module__ThRrha__samplesRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem;margin-top:1rem;display:flex}.Upscaler-module__ThRrha__samplesLabel{color:var(--text-tertiary);font-size:.82rem;font-weight:500}.Upscaler-module__ThRrha__samplesList{flex-wrap:wrap;gap:.35rem;display:flex}.Upscaler-module__ThRrha__sampleBtn{border:1px solid var(--border-color);background:var(--bg-primary);color:#4b5563;cursor:pointer;border-radius:6px;padding:.3rem .7rem;font-family:inherit;font-size:.78rem;font-weight:500;transition:all .15s}.Upscaler-module__ThRrha__sampleBtn:hover{color:#3b82f6;background:#f0f7ff;border-color:#3b82f6}.Upscaler-module__ThRrha__trustRow{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:1rem;display:flex}.Upscaler-module__ThRrha__trustItem{color:var(--text-secondary);align-items:center;gap:.35rem;font-size:.78rem;font-weight:500;display:flex}.Upscaler-module__ThRrha__trustItem svg{flex-shrink:0}.Upscaler-module__ThRrha__errorBox{border-radius:var(--radius-md);color:#dc2626;background:#fef2f2;border:1px solid #fecaca;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.85rem;font-weight:500;display:flex}.Upscaler-module__ThRrha__errorBox svg{flex-shrink:0;width:16px;height:16px}.Upscaler-module__ThRrha__browserCheck{border-radius:var(--radius-md);color:#92400e;background:#fffbeb;border:1px solid #fde68a;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.82rem;display:flex}.Upscaler-module__ThRrha__modelNotice{border-radius:var(--radius-md);color:#4b5563;background:#eef2ff;border:1px solid #c7d2fe;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1rem;font-size:.85rem;font-weight:500;display:flex}.Upscaler-module__ThRrha__previewWrap{width:100%}.Upscaler-module__ThRrha__previewImageWrap{border-radius:var(--radius-sm);border:1px solid var(--border-color);background:repeating-conic-gradient(#f3f4f6 0% 25%,#0000 0% 50%) 0 0/20px 20px;justify-content:center;align-items:center;width:100%;max-width:700px;height:clamp(220px,50vw,400px);margin:0 auto;display:flex;position:relative;overflow:hidden}.Upscaler-module__ThRrha__previewImageWrap img{object-fit:contain;max-width:100%;max-height:100%;display:block}.Upscaler-module__ThRrha__previewDims{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;white-space:nowrap;background:#0009;border-radius:4px;padding:.2rem .6rem;font-size:.7rem;font-weight:500;line-height:1.3;position:absolute;bottom:.5rem;left:50%;transform:translate(-50%)}.Upscaler-module__ThRrha__previewProcessing{--processing-ring:linear-gradient(135deg, #3b82f6, #8b5cf6, #06b6d4)}.Upscaler-module__ThRrha__previewOverlay{-webkit-backdrop-filter:blur(6px);z-index:5;background:#08081cb8;flex-direction:column;justify-content:center;align-items:center;gap:.8rem;animation:.35s ease-out Upscaler-module__ThRrha__overlayFadeIn;display:flex;position:absolute;inset:0}@keyframes Upscaler-module__ThRrha__overlayFadeIn{0%{opacity:0}to{opacity:1}}.Upscaler-module__ThRrha__previewProcessing:before{content:"";border-radius:calc(var(--radius-sm) + 2px);background:var(--processing-ring);z-index:4;-webkit-mask-composite:xor;background-size:200% 200%;padding:2px;animation:2s linear infinite Upscaler-module__ThRrha__borderSweep;position:absolute;inset:-2px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@keyframes Upscaler-module__ThRrha__borderSweep{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.Upscaler-module__ThRrha__previewSpinner{justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.2rem;display:flex;position:relative}.Upscaler-module__ThRrha__previewSpinnerPulse{border:2px solid #3b82f64d;border-radius:50%;width:100%;height:100%;animation:1.8s ease-out infinite Upscaler-module__ThRrha__pulseRing;position:absolute}@keyframes Upscaler-module__ThRrha__pulseRing{0%{opacity:1;transform:scale(.85)}to{opacity:0;transform:scale(1.6)}}.Upscaler-module__ThRrha__previewSpinnerRingOuter{filter:drop-shadow(0 0 6px #3b82f666);border:3px solid #3b82f6;border-color:#3b82f6 #8b5cf6 #0000 #0000;border-radius:50%;width:58px;height:58px;animation:1s linear infinite Upscaler-module__ThRrha__spinnerOuter;position:absolute}@keyframes Upscaler-module__ThRrha__spinnerOuter{to{transform:rotate(360deg)}}.Upscaler-module__ThRrha__previewSpinnerRingInner{border:2.5px solid #ffffff1f;border-top-color:#fff;border-radius:50%;width:34px;height:34px;animation:.7s linear infinite reverse Upscaler-module__ThRrha__spinnerInner;position:absolute}@keyframes Upscaler-module__ThRrha__spinnerInner{to{transform:rotate(360deg)}}.Upscaler-module__ThRrha__previewSpinner:after{content:"";z-index:1;background:#fff;border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite Upscaler-module__ThRrha__dotPulse;box-shadow:0 0 12px #fff9}@keyframes Upscaler-module__ThRrha__dotPulse{0%,to{opacity:.5;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.Upscaler-module__ThRrha__previewStatus{color:#fff;text-align:center;text-shadow:0 2px 8px #0006;letter-spacing:.01em;font-size:clamp(.8rem,2.5vw,.95rem);font-weight:600;animation:.3s Upscaler-module__ThRrha__statusFade}@keyframes Upscaler-module__ThRrha__statusFade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.Upscaler-module__ThRrha__previewProgressTrack{background:#ffffff26;border-radius:2px;width:200px;max-width:min(70%,200px);height:4px;position:relative;overflow:hidden}.Upscaler-module__ThRrha__previewProgressBar{z-index:1;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#3b82f6) 0 0/200% 100%;border-radius:2px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1);position:relative}.Upscaler-module__ThRrha__previewProgressShimmer{z-index:2;background:linear-gradient(90deg,#0000 0%,#ffffff40 50%,#0000 100%) 0 0/200% 100%;width:100%;height:100%;animation:1.5s ease-in-out infinite Upscaler-module__ThRrha__shimmerSweep;position:absolute;inset:0}@keyframes Upscaler-module__ThRrha__shimmerSweep{0%{background-position:-200% 0}to{background-position:200% 0}}.Upscaler-module__ThRrha__previewPct{color:#ffffffb3;letter-spacing:.03em;font-variant-numeric:tabular-nums;font-size:.73rem;font-weight:600}.Upscaler-module__ThRrha__comparisonLabels{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;justify-content:space-between;margin-bottom:.6rem;padding:0 .25rem;font-size:.8rem;font-weight:700;display:flex}.Upscaler-module__ThRrha__comparisonLabelsAfter{text-align:right}.Upscaler-module__ThRrha__comparison{border-radius:var(--radius-sm);border:1px solid var(--border-color);cursor:col-resize;-webkit-user-select:none;user-select:none;background:repeating-conic-gradient(#f3f4f6 0% 25%,#0000 0% 50%) 0 0/20px 20px;width:100%;max-width:700px;height:clamp(220px,50vw,400px);margin:0 auto;position:relative;overflow:hidden}.Upscaler-module__ThRrha__comparisonActive{cursor:grabbing}.Upscaler-module__ThRrha__comparison img{object-fit:contain;pointer-events:none;-webkit-user-drag:none;width:100%;height:100%;display:block}.Upscaler-module__ThRrha__comparisonOverlay{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Upscaler-module__ThRrha__comparisonOverlay img{object-fit:contain;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.Upscaler-module__ThRrha__comparisonImg{object-fit:contain;width:100%;height:100%;display:block}.Upscaler-module__ThRrha__comparisonHandle{z-index:10;pointer-events:none;justify-content:center;align-items:center;width:0;display:flex;position:absolute;top:0;bottom:0;transform:translate(-50%)}.Upscaler-module__ThRrha__comparisonHandleLine{background:#fff;width:2px;height:100%;position:absolute;left:0;box-shadow:0 0 6px #0000004d}.Upscaler-module__ThRrha__comparisonHandleBtn{color:#374151;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .15s;display:flex;position:absolute;box-shadow:0 2px 12px #00000040}.Upscaler-module__ThRrha__comparison:hover .Upscaler-module__ThRrha__comparisonHandleBtn,.Upscaler-module__ThRrha__comparisonActive .Upscaler-module__ThRrha__comparisonHandleBtn{transform:scale(1.1)}.Upscaler-module__ThRrha__comparisonInfo{text-align:center;color:var(--text-tertiary);margin-top:.5rem;font-size:.75rem;font-weight:500}.Upscaler-module__ThRrha__modelOverlay{-webkit-backdrop-filter:blur(4px);z-index:10;border-radius:var(--radius-lg);background:#ffffffeb;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Upscaler-module__ThRrha__modelLoader{text-align:center;max-width:300px}@media (max-width:768px){.Upscaler-module__ThRrha__wrapper{gap:1rem;padding:1.5rem .75rem 3rem}.Upscaler-module__ThRrha__mainCard{padding:1rem}.Upscaler-module__ThRrha__controlsBar{gap:.5rem;margin-bottom:1rem;padding-bottom:1rem}.Upscaler-module__ThRrha__controlsRight{width:100%;margin-left:0}.Upscaler-module__ThRrha__controlsRight button{text-align:center;flex:1}.Upscaler-module__ThRrha__dropzone{padding:2rem 1rem}.Upscaler-module__ThRrha__trustRow{gap:1rem}}@media (max-width:640px){.Upscaler-module__ThRrha__wrapper{padding:1rem .5rem 2rem}.Upscaler-module__ThRrha__mainCard{border-radius:var(--radius-md);padding:.75rem}.Upscaler-module__ThRrha__controlsBar{flex-direction:column;align-items:stretch}.Upscaler-module__ThRrha__controlGroup{justify-content:center}.Upscaler-module__ThRrha__btnGroup{width:100%}.Upscaler-module__ThRrha__btnGroupBtn{text-align:center;flex:1}.Upscaler-module__ThRrha__toggleBtn{justify-content:center}.Upscaler-module__ThRrha__comparisonLabels{font-size:.7rem}.Upscaler-module__ThRrha__comparisonHandleBtn{width:28px;height:28px}.Upscaler-module__ThRrha__comparisonHandleBtn svg{width:14px;height:14px}.Upscaler-module__ThRrha__previewSpinner{width:48px;height:48px}.Upscaler-module__ThRrha__previewSpinnerRingOuter{border-width:2.5px;width:44px;height:44px}.Upscaler-module__ThRrha__previewSpinnerRingInner{border-width:2px;width:26px;height:26px}.Upscaler-module__ThRrha__previewOverlay{gap:.6rem}.Upscaler-module__ThRrha__previewProgressTrack{width:140px}.Upscaler-module__ThRrha__previewDims{padding:.15rem .5rem;font-size:.65rem}.Upscaler-module__ThRrha__dropzone{min-height:160px;padding:1.5rem .75rem}.Upscaler-module__ThRrha__samplesRow{flex-direction:column;gap:.4rem}.Upscaler-module__ThRrha__actionBar{flex-direction:column;gap:.5rem}.Upscaler-module__ThRrha__actionBar button{justify-content:center;width:100%;max-width:100%;padding:.65rem 1rem;font-size:.85rem}}@media (min-width:768px) and (max-width:1100px){.Upscaler-module__ThRrha__wrapper{padding:1.5rem 1rem 3rem}}@media (min-width:1400px){.Upscaler-module__ThRrha__wrapper{max-width:960px}}
