.bg-remover-body{flex-direction:column;gap:12px;display:flex}.bg-remover-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.bg-remover-row{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);align-items:center;gap:12px;padding:8px 12px;display:flex}.bg-remover-row--error{border-color:color-mix(in oklab, var(--accent) 40%, var(--line))}.bg-remover-thumb{background-image:linear-gradient(45deg,#ddd 25%,#0000 25%),linear-gradient(-45deg,#ddd 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#ddd 75%),linear-gradient(-45deg,#0000 75%,#ddd 75%);background-position:0 0,0 6px,6px -6px,-6px 0;background-size:12px 12px;border-radius:6px;flex:none;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.bg-remover-thumb img{object-fit:contain;max-width:100%;max-height:100%;display:block}.bg-remover-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.bg-remover-name{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;overflow:hidden}.bg-remover-stat{color:var(--ink-mute);font-size:12px}.bg-remover-color-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.bg-remover-swatch{border:2px solid var(--line);cursor:pointer;border-radius:50%;width:32px;height:32px;padding:0;transition:transform .12s,border-color .12s}.bg-remover-swatch:hover{transform:scale(1.08)}.bg-remover-swatch.on{border-color:var(--ink);transform:scale(1.08)}.bg-remover-bgimg-preview{background:var(--line);border-radius:6px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;overflow:hidden}.bg-remover-bgimg-preview img{object-fit:cover;max-width:100%;max-height:100%}
