.background-remover-tool .tool-header h1 span{color:#c00}.background-remover-tool .drop-zone-input{display:none}.bg-remove-drop-zone{cursor:pointer;background:#fff;border:2px dashed #d1d5db;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:768px;min-height:300px;margin:0 auto;padding:56px 24px;transition:border-color .25s,background .25s,box-shadow .25s;display:flex;position:relative;box-shadow:0 1px 4px #0000000d}.bg-remove-drop-zone:hover,.bg-remove-drop-zone.drag-over{background:#fff8f8;border-color:#c00;box-shadow:0 0 0 4px #cc000014}.bg-remove-icon{color:#c00;background:#cc000014;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;font-size:17px;font-weight:800;transition:transform .2s,background .2s;display:flex}.bg-remove-icon svg{width:28px;height:28px}.bg-remove-drop-zone:hover .bg-remove-icon,.bg-remove-drop-zone.drag-over .bg-remove-icon{background:#cc000024;transform:scale(1.1)}.bg-remove-drop-zone .drop-zone-title{color:#111;margin-bottom:6px;font-size:1rem;font-weight:600}.bg-remove-drop-zone .drop-zone-sub{color:#9ca3af;font-size:.82rem}.bg-remove-drop-zone .drop-zone-btn{color:#fff;cursor:pointer;background:#c00;border:none;border-radius:8px;margin-top:18px;padding:9px 22px;font-size:.85rem;font-weight:600;transition:background .2s,transform .15s;display:inline-block}.bg-remove-drop-zone .drop-zone-btn:hover{background:#a00;transform:translateY(-1px)}.bg-remove-drop-zone .drop-zone-sub{margin-bottom:20px}.bg-remove-loader{text-align:center;background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:32px 24px;display:flex;box-shadow:0 1px 4px #0000000d}.bg-remove-loader-orbit{border:3px solid #ffe1e1;border-top-color:#c00;border-radius:50%;place-items:center;width:76px;height:76px;margin-bottom:18px;animation:1s linear infinite bg-remove-spin;display:grid}.bg-remove-loader-core{color:#c00;background:#fff0f0;border-radius:50%;place-items:center;width:52px;height:52px;font-size:14px;font-weight:900;animation:1.4s ease-in-out infinite bg-remove-pulse;display:grid}.bg-remove-loader-title{color:#111;font-size:18px;font-weight:800}.bg-remove-loader-stage{color:#c00;min-height:20px;margin-top:6px;font-size:13px;font-weight:700}.bg-remove-loader-note{color:#777;max-width:450px;margin-top:20px;font-size:12px;line-height:1.55}@keyframes bg-remove-spin{to{transform:rotate(360deg)}}@keyframes bg-remove-pulse{0%,to{opacity:.8;transform:scale(.94)}50%{opacity:1;transform:scale(1)}}.bg-remove-workspace{grid-template-columns:minmax(0,1fr) 320px;gap:22px;display:grid}.bg-remove-preview-card{grid-area:1/1/span 2}.bg-remove-workspace>.bg-remove-color-section{grid-area:2/2;margin:0}.bg-remove-settings{grid-area:1/2}.bg-remove-preview-card,.bg-remove-settings{background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;padding:18px;box-shadow:0 1px 4px #0000000d}.bg-remove-card-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.bg-remove-card-heading h2,.bg-remove-settings h2{color:#111;margin:0;font-size:15px;font-weight:800}.bg-remove-card-heading span{color:#777;font-size:12px;font-weight:700}.bg-remove-preview{border-radius:10px;place-items:center;min-height:350px;display:grid;overflow:hidden}.bg-remove-preview img{object-fit:contain;max-width:100%;max-height:430px;display:block}.bg-remove-crop-editor{background:#2f3338;border-radius:10px;padding:12px}.bg-remove-crop-editor .ReactCrop{max-width:100%;max-height:430px;margin:0 auto}.bg-remove-crop-editor .ReactCrop img{object-fit:contain;max-width:100%;max-height:430px;display:block}.bg-remove-crop-actions{justify-content:flex-end;gap:10px;margin-top:12px;display:flex}.bg-remove-crop-actions button,.bg-remove-crop-button{border-radius:8px;min-height:36px;padding:8px 14px;font-size:12px;font-weight:800}.bg-remove-crop-button{color:#c00;cursor:pointer;background:#fff;border:1.5px solid #c00;margin:12px auto 0;display:block}.bg-remove-crop-button:hover{background:#fff8f8}.checkerboard{background-color:#f4f4f4;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 12px,12px -12px,-12px 0;background-size:24px 24px}.bg-remove-hint,.bg-remove-help{color:#666;font-size:12px;line-height:1.5}.bg-remove-hint{text-align:center;margin:10px 0 0}.bg-remove-original{text-align:center;background:#f7f7f7;border-radius:10px;margin:16px 0 20px;padding:10px}.bg-remove-original img{object-fit:contain;width:100%;height:130px;margin-bottom:8px;display:block}.bg-remove-original span{color:#666;font-size:12px;font-weight:700}.bg-remove-color-section{background:#fff8f8;border:1px solid #cc000024;border-radius:12px;margin-bottom:18px;padding:14px}.bg-remove-color-heading{color:#111;justify-content:space-between;align-items:center;gap:10px;font-size:13px;display:flex}.bg-remove-color-heading span{color:#777;font-size:12px;font-weight:700}.bg-remove-color-options{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.bg-remove-color-swatch,.bg-remove-custom-swatch{cursor:pointer;border:2px solid #fff;border-radius:50%;width:32px;height:32px;padding:0;transition:transform .15s,box-shadow .15s;box-shadow:0 0 0 1px #d1d5db}.bg-remove-color-swatch:hover,.bg-remove-custom-swatch:hover,.bg-remove-color-swatch.active,.bg-remove-custom-swatch.active{transform:scale(1.08);box-shadow:0 0 0 2px #c00}.transparent-swatch{background-color:#f4f4f4;background-image:linear-gradient(45deg,#ccc 25%,#0000 25%),linear-gradient(-45deg,#ccc 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#ccc 75%),linear-gradient(-45deg,#0000 75%,#ccc 75%);background-position:0 0,0 5px,5px -5px,-5px 0;background-size:10px 10px}.white-swatch{background:#fff}.black-swatch{background:#111}.blue-swatch{background:#dbeafe}.red-swatch{background:#fee2e2}.bg-remove-custom-swatch{background:conic-gradient(#c00,#facc15,#22c55e,#3b82f6,#a855f7,#c00);display:block;overflow:hidden}.bg-remove-custom-swatch input{opacity:0;cursor:pointer;border:0;width:42px;height:42px;margin:-5px;padding:0}.bg-remove-color-help{color:#777;margin:10px 0 0;font-size:11px;line-height:1.45}.bg-remove-range{color:#111;grid-template-columns:1fr auto;gap:10px;font-size:13px;font-weight:800;display:grid}.bg-remove-range strong{color:#c00}.bg-remove-range input{accent-color:#c00;grid-column:1/-1;width:100%}.bg-remove-help{margin:12px 0 18px}.bg-remove-tip{color:#555;background:#fff8f8;border:1px solid #cc000024;border-radius:10px;gap:5px;padding:12px;font-size:12px;line-height:1.5;display:grid}.bg-remove-tip strong{color:#111}.tools-bottom-button-div button:disabled{opacity:.6;cursor:wait}@media (max-width:767px){.bg-remove-workspace{grid-template-columns:1fr}.bg-remove-preview-card,.bg-remove-workspace>.bg-remove-color-section,.bg-remove-settings{grid-area:auto/1}.bg-remove-preview{min-height:280px}}.bg-remover-info{color:#1a1a1a}@media (max-width:767px){.bg-remover-info{margin:25px auto 0}}.bg-remover-info .info-block{margin-bottom:36px}.bg-remover-info h2{letter-spacing:-.4px;color:#111;margin-bottom:12px;font-size:1.5rem;font-weight:700}.bg-remover-info h3{color:#111;margin-bottom:12px;font-size:1.15rem;font-weight:700}.bg-remover-info p{color:#555;margin-bottom:10px;font-size:.92rem;line-height:1.7}.bg-remover-info p:last-child{margin-bottom:0}.bg-remover-info .info-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.bg-remover-info .info-list li{color:#555;padding-left:20px;font-size:.9rem;line-height:1.6;position:relative}.bg-remover-info .info-list li:before{content:"";background:#c00;border-radius:50%;width:7px;height:7px;position:absolute;top:8px;left:0}.bg-remover-info .info-list li b{color:#222}.bg-remover-info .info-list--plain li:before{background:#9ca3af}.bg-remover-info .faq-list{flex-direction:column;gap:10px;display:flex}.bg-remover-info .faq-item{background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;padding:14px 18px;transition:border-color .2s}.bg-remover-info .faq-item[open]{border-color:#c00}.bg-remover-info .faq-item summary{cursor:pointer;color:#111;justify-content:space-between;align-items:center;font-size:.92rem;font-weight:600;list-style:none;display:flex}.bg-remover-info .faq-item summary::-webkit-details-marker{display:none}.bg-remover-info .faq-item summary:after{content:"+";color:#c00;flex-shrink:0;margin-left:12px;font-size:1.2rem;font-weight:400;transition:transform .2s}.bg-remover-info .faq-item[open] summary:after{transform:rotate(45deg)}.bg-remover-info .faq-item p{color:#666;margin-top:10px;font-size:.86rem}@media (max-width:767px){.bg-remover-info{margin-top:30px}.bg-remover-info h2{font-size:1.3rem}}
