.remove-bg-editor{width:100%;min-height:0;display:flex;flex-direction:column;background:#1a1a1a;color:#ffffff;box-sizing:border-box}.remove-bg-editor.has-image{height:100%;min-height:0;overflow:hidden}.remove-bg-toolbar{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;padding:12px 20px;border-bottom:1px solid #333;background:#1f1f1f;flex-shrink:0}.remove-bg-editor .download-button,.remove-bg-primary-button,.remove-bg-secondary-button{border:none;border-radius:6px;padding:10px 18px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s,opacity .2s}.remove-bg-primary-button{background:#f59e0b;color:#111}.remove-bg-primary-button:hover:not(:disabled){background:#fbbf24}.remove-bg-secondary-button{background:#333;color:#fff}.remove-bg-secondary-button:hover:not(:disabled){background:#444}.remove-bg-editor .download-button{background:#22c55e;color:#052e16}.remove-bg-editor .download-button:hover:not(:disabled){background:#4ade80}.remove-bg-editor .download-button:disabled,.remove-bg-primary-button:disabled,.remove-bg-secondary-button:disabled{opacity:.45;cursor:not-allowed}.remove-bg-status{margin:0;padding:10px 20px;text-align:center;font-size:.9rem;flex-shrink:0}.remove-bg-status.is-success{color:#86efac;background:rgba(34,197,94,.1)}.remove-bg-status.is-error{color:#fca5a5;background:rgba(239,68,68,.1)}.remove-bg-workspace{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:20px 24px 28px;min-height:0}.remove-bg-panel{position:relative;display:flex;flex-direction:column;align-items:stretch;min-height:min(60vh,520px);border:2px dashed #555;border-radius:8px;background:#0f0f0f;overflow:hidden;transition:border-color .2s,background .2s}.remove-bg-panel.has-image{border-style:solid;border-color:#333;cursor:default}.remove-bg-panel--original:not(.has-image){cursor:pointer}.remove-bg-panel.is-drag-over{border-color:#f59e0b;background:#1a1a1a}.remove-bg-panel-title{margin:0;padding:12px 16px;font-size:.95rem;font-weight:600;border-bottom:1px solid #333;background:#1f1f1f;flex-shrink:0}.remove-bg-empty-state,.remove-bg-loading-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;text-align:center;color:#aaa}.remove-bg-loading-hint{font-size:.85rem;color:#777}.remove-bg-preview-image{flex:1;width:100%;height:100%;object-fit:contain;padding:16px;box-sizing:border-box}.remove-bg-preview-image--transparent{background-image:linear-gradient(45deg,#2a2a2a 25%,transparent 0),linear-gradient(-45deg,#2a2a2a 25%,transparent 0),linear-gradient(45deg,transparent 75%,#2a2a2a 0),linear-gradient(-45deg,transparent 75%,#2a2a2a 0);background-size:20px 20px;background-position:0 0,0 10px,10px -10px,-10px 0;background-color:#1a1a1a}@media (max-width:900px){.remove-bg-workspace{grid-template-columns:1fr}.remove-bg-panel{min-height:min(40vh,360px)}}