.image-background-remover-module__UZlxWW__main{min-height:calc(100vh - 64px);padding-top:100px}.image-background-remover-module__UZlxWW__header{text-align:center;margin-bottom:3rem}.image-background-remover-module__UZlxWW__title{letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(2rem,4vw,3rem)}.image-background-remover-module__UZlxWW__subtitle{color:var(--text-secondary);max-width:500px;margin:0 auto;font-size:1rem}.image-background-remover-module__UZlxWW__workspace{max-width:900px;margin:0 auto 4rem}.image-background-remover-module__UZlxWW__dropZone{border:2px dashed var(--border-color);text-align:center;background:var(--bg-secondary);cursor:pointer;transition:all var(--transition-fast);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.image-background-remover-module__UZlxWW__dropZone:hover,.image-background-remover-module__UZlxWW__dragOver{border-color:var(--accent-blue);background:#38bdf80d}.image-background-remover-module__UZlxWW__hiddenInput{display:none}.image-background-remover-module__UZlxWW__uploadIcon{color:var(--text-muted);transition:color var(--transition-fast);margin-bottom:1rem}.image-background-remover-module__UZlxWW__dropZone:hover .image-background-remover-module__UZlxWW__uploadIcon,.image-background-remover-module__UZlxWW__dragOver .image-background-remover-module__UZlxWW__uploadIcon{color:var(--accent-blue)}.image-background-remover-module__UZlxWW__dropZoneContent h3{color:var(--text-primary);margin:0 0 .5rem;font-size:1.25rem}.image-background-remover-module__UZlxWW__dropZoneContent p{color:var(--text-secondary);margin:0;font-size:.9375rem}.image-background-remover-module__UZlxWW__errorAlert{color:#ef4444;text-align:center;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;margin-top:1rem;padding:1rem;font-weight:500}.image-background-remover-module__UZlxWW__editorLayout{background:var(--bg-primary);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:12px;flex-direction:column;gap:2rem;display:flex;overflow:hidden}@media (min-width:768px){.image-background-remover-module__UZlxWW__editorLayout{flex-direction:row;align-items:stretch}}.image-background-remover-module__UZlxWW__previewSection{background:var(--bg-secondary);border-right:1px solid var(--border-color);flex-direction:column;flex:1;align-items:center;padding:1.5rem;display:flex}.image-background-remover-module__UZlxWW__previewHeader{justify-content:space-between;align-items:center;width:100%;margin-bottom:1.5rem;display:flex}.image-background-remover-module__UZlxWW__previewHeader h3{color:var(--text-primary);margin:0;font-size:1.125rem}.image-background-remover-module__UZlxWW__clearBtn{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border-radius:6px;padding:.35rem .75rem;font-size:.8125rem}.image-background-remover-module__UZlxWW__clearBtn:hover{color:#ef4444;background:#ef44441a;border-color:#ef44444d}.image-background-remover-module__UZlxWW__imageWrapper{aspect-ratio:1;background:var(--bg-tertiary);border-radius:8px;justify-content:center;align-items:center;width:100%;max-width:400px;margin-bottom:1rem;display:flex;overflow:hidden}.image-background-remover-module__UZlxWW__resultImageWrapper{aspect-ratio:1;background:var(--bg-tertiary);background-image:linear-gradient(45deg,#222 25%,#0000 25%),linear-gradient(-45deg,#222 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#222 75%),linear-gradient(-45deg,#0000 75%,#222 75%);background-position:0 0,0 8px,8px -8px,-8px 0;background-size:16px 16px;border-radius:8px;justify-content:center;align-items:center;width:100%;margin-bottom:1.5rem;display:flex;overflow:hidden}.image-background-remover-module__UZlxWW__previewImg{object-fit:contain;max-width:100%;max-height:100%}.image-background-remover-module__UZlxWW__controlsSection{flex-direction:column;flex:1;padding:2rem;display:flex}.image-background-remover-module__UZlxWW__actionBlock{flex-direction:column;height:100%;display:flex}.image-background-remover-module__UZlxWW__actionBlock h3{color:var(--text-primary);margin:0 0 1rem;font-size:1.25rem}.image-background-remover-module__UZlxWW__infoText{color:var(--text-secondary);margin-bottom:2rem;font-size:.9375rem;line-height:1.6}.image-background-remover-module__UZlxWW__inputGroup{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.image-background-remover-module__UZlxWW__inputGroup label{color:var(--text-secondary);font-size:.8125rem;font-weight:500}.image-background-remover-module__UZlxWW__nameInputWrapper{background:var(--bg-secondary);border:1px solid var(--border-color);transition:border-color var(--transition-fast);border-radius:6px;align-items:center;display:flex;overflow:hidden}.image-background-remover-module__UZlxWW__nameInputWrapper:focus-within{border-color:var(--text-primary)}.image-background-remover-module__UZlxWW__nameInputWrapper input{color:var(--text-primary);background:0 0;border:none;flex:1;padding:.75rem 1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1rem}.image-background-remover-module__UZlxWW__nameInputWrapper input:focus{outline:none}.image-background-remover-module__UZlxWW__extensionBg{background:var(--bg-tertiary);color:var(--text-muted);border-left:1px solid var(--border-color);padding:.75rem 1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.9375rem}.image-background-remover-module__UZlxWW__primaryBtn{background:var(--text-primary);width:100%;color:var(--bg-primary);cursor:pointer;transition:all var(--transition-fast);border:none;border-radius:8px;margin-top:auto;padding:1rem;font-size:1rem;font-weight:600}.image-background-remover-module__UZlxWW__primaryBtn:hover:not(:disabled){background:var(--text-secondary);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.image-background-remover-module__UZlxWW__primaryBtn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.image-background-remover-module__UZlxWW__progressTracker{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;align-items:center;gap:1rem;margin-top:1.5rem;padding:1rem;display:flex}.image-background-remover-module__UZlxWW__progressTracker span{color:var(--text-secondary);flex:1;font-size:.875rem}.image-background-remover-module__UZlxWW__loader{border:3px solid var(--border-color);border-bottom-color:var(--accent-blue);box-sizing:border-box;border-radius:50%;width:20px;height:20px;animation:1s linear infinite image-background-remover-module__UZlxWW__rotation;display:inline-block}@keyframes image-background-remover-module__UZlxWW__rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.image-background-remover-module__UZlxWW__downloadActions{margin-top:2rem;display:flex}.image-background-remover-module__UZlxWW__downloadBtn{background:var(--accent-blue);color:#fff;width:100%;transition:all var(--transition-fast);border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:600;text-decoration:none;display:flex}.image-background-remover-module__UZlxWW__downloadBtn:hover{background:#0284c7}
