.watermark-remove__editor-area *{box-sizing:border-box}.watermark-remove__mode-tabs,.watermark-remove__tab-container,.watermark-remove__tab-button{all:unset;display:revert;box-sizing:border-box}.watermark-remove{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#1f2937;min-height:100vh}main#watermark-remove-page.watermark-remove{background-color:#1f2937}.watermark-remove__hero{height:auto;padding-top:8rem;padding-bottom:1.5rem;background-color:#000}.watermark-remove__function{background-color:#000;padding-top:0;padding-bottom:0}.watermark-remove__comparison-container{height:650px;width:100%;margin:0 auto;overflow:hidden;border-radius:16px;box-shadow:0 25px 50px -12px #000c}.watermark-remove__upload-area{position:relative;cursor:pointer;border:2px solid #374151;background:linear-gradient(145deg,#111827,#1f2937);border-radius:1rem;padding:3rem;text-align:center;transition:all .4s ease;box-shadow:0 8px 32px #0000004d;backdrop-filter:blur(10px)}.watermark-remove__upload-area:before{content:"";position:absolute;inset:12px;border:2px dashed #4b5563;border-radius:.75rem;pointer-events:none}.watermark-remove__upload-area:hover:before,.watermark-remove__upload-area--dragover:before{border-color:#3b82f6}.watermark-remove__upload-area:hover{border-color:#3b82f6;background:linear-gradient(145deg,#1f2937,#2563eb15);transform:translateY(-2px);box-shadow:0 12px 48px #3b82f633}.watermark-remove__upload-area--dragover{border-color:#3b82f6;background:linear-gradient(145deg,#1e40af20,#3b82f615);transform:scale(1.02) translateY(-2px);box-shadow:0 16px 64px #3b82f64d}.watermark-remove__upload-icon{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin-left:auto;margin-right:auto}.watermark-remove__upload-icon svg,.watermark-remove__upload-icon i{filter:drop-shadow(0 4px 8px rgba(59,130,246,.3));transition:all .3s ease}.watermark-remove__upload-area:hover .watermark-remove__upload-icon svg{transform:scale(1.1);filter:drop-shadow(0 6px 12px rgba(59,130,246,.4))}.watermark-remove__editor-area{border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;overflow:hidden}@media screen and (max-width:768px){.watermark-remove__editor-area{margin-top:0rem}}.watermark-remove__mode-tabs{border-bottom:none;padding:.75rem;display:flex;justify-content:center;width:100%;margin:0;border:none}.watermark-remove__editor-area .watermark-remove__tab-container{display:flex;background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:2rem;padding:.375rem;gap:.5rem;max-width:fit-content;margin:0 auto;border:1px solid rgba(255,255,255,.1);position:relative;box-shadow:0 8px 32px #0000004d}.watermark-remove__editor-area .watermark-remove__tab-button{text-align:center;padding:.6rem 1.5rem;border-radius:1.5rem;font-weight:600;transition:color .3s ease,transform .3s ease;cursor:pointer;border:none;font-size:.875rem;display:flex;align-items:center;justify-content:center;min-width:120px;color:#94a3b8;background:transparent;font-family:inherit;outline:none!important;position:relative;z-index:2}.watermark-remove__editor-area .watermark-remove__tab-button:hover{color:#e2e8f0;transform:translateY(-2px)}.watermark-remove__editor-area .watermark-remove__tab-button--active{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;box-shadow:0 8px 25px #3b82f666;transform:translateY(-2px);transition:background .3s ease,box-shadow .3s ease,transform .3s ease}.watermark-remove__editor-area .watermark-remove__tab-button--active:hover{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;box-shadow:0 12px 35px #3b82f680;transform:translateY(-3px)}.watermark-remove__editor-area .watermark-remove__tab-button svg{margin-right:.5rem;width:1.25rem;height:1.25rem;display:inline-block;vertical-align:middle}.watermark-remove__preview{position:relative;width:100%;max-width:1000px;margin:0 auto}.watermark-remove__delete-image{position:absolute;top:6px;right:6px;z-index:5;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:transparent;color:#94a3b8;font-size:16px;cursor:pointer}.watermark-remove__delete-image:hover:not(:disabled){background:#0f172a59;color:#f1f5f9}.watermark-remove__delete-image:focus-visible{outline:2px solid #60a5fa;outline-offset:3px}.watermark-remove__delete-image:disabled{opacity:.5;cursor:not-allowed}.watermark-remove__canvas-container{position:relative;background:#1f2937;border:1px solid #374151;overflow:hidden;width:100%;max-width:1000px;aspect-ratio:16 / 9;margin:0 auto;border-radius:1rem;box-shadow:0 4px 12px #0000004d}#bgCanvas{position:absolute;left:0;top:0;z-index:1;user-select:none;pointer-events:none;transform-origin:0 0;will-change:transform}#drawCanvas{position:absolute;left:0;top:0;z-index:2;user-select:none;cursor:crosshair;transform-origin:0 0;will-change:transform}.watermark-remove--auto-mode #drawCanvas{display:none}.watermark-remove--manual-mode #drawCanvas{display:block}.watermark-remove--drag-mode #drawCanvas{cursor:grab}.watermark-remove--drag-mode #drawCanvas:active{cursor:grabbing}.watermark-remove--eraser-mode #drawCanvas{cursor:not-allowed}.watermark-remove__canvas-container--smooth-zoom #bgCanvas,.watermark-remove__canvas-container--smooth-zoom #drawCanvas{transition:transform .15s cubic-bezier(.4,0,.2,1)}#progress-overlay{background:#1f2937f2;backdrop-filter:blur(8px);z-index:30}.watermark-remove__progress{background:linear-gradient(145deg,#000c,#14141ee6);border-radius:1rem;box-shadow:0 8px 32px #00000080;display:flex;align-items:center;justify-content:center;min-height:300px;padding:2rem;aspect-ratio:16/9;overflow:hidden;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.watermark-remove__progress-container{background-color:transparent;border-radius:.5rem;padding:1.5rem;width:100%;max-width:600px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.watermark-remove__progress-bar-container{width:90%;max-width:420px;min-width:240px;height:.75rem;background-color:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:9999px;overflow:hidden;margin-bottom:1.5rem;box-shadow:inset 0 1px 3px #0003}.watermark-remove__progress-bar{height:100%;border-radius:9999px;transition:width .5s ease-out;background-color:#fff;width:0%;box-shadow:0 1px 3px #0003;position:relative}.watermark-remove__progress-bar:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);border-radius:9999px;animation:progress-shine 2s ease-in-out infinite}@keyframes progress-shine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.watermark-remove__progress .text-white{text-shadow:0 1px 3px rgba(0,0,0,.5)}.watermark-remove__progress #progress-percent{font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;letter-spacing:.5px}.watermark-remove__progress-container .flex{width:90%;max-width:420px;min-width:240px;justify-content:space-between}.watermark-remove__control-panel{padding:1rem;margin:0}.watermark-remove__controls-group{width:100%}.watermark-remove__icon-controls{display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:1rem;flex-wrap:wrap}.watermark-remove__icon-btn{display:flex;align-items:center;justify-content:center;padding:.5rem;border:none;cursor:pointer;transition:all .3s ease;background:transparent;color:#9ca3af;outline:none}.watermark-remove__icon-btn i,.watermark-remove__icon-btn .fas,.watermark-remove__icon-btn .far,.watermark-remove__icon-btn .fab{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;line-height:1;flex-shrink:0}.watermark-remove__icon-btn:hover{color:#fff;transform:translateY(-2px)}.watermark-remove__icon-btn--active{color:#3b82f6;background:transparent}.watermark-remove__icon-btn--active:hover{color:#60a5fa;transform:translateY(-2px);background:transparent}.watermark-remove__icon-btn--disabled{opacity:.5;cursor:not-allowed;color:#6b7280}.watermark-remove__icon-btn--disabled:hover{transform:none;color:#6b7280}.watermark-remove__icon-btn--warning{color:#f59e0b;background:transparent}.watermark-remove__icon-btn--warning:hover{color:#fbbf24;transform:translateY(-2px);background:transparent}.watermark-remove__zoom-controls{display:flex;align-items:center;gap:.75rem}.watermark-remove__zoom-level{color:#d1d5db;font-size:.875rem;font-weight:500;text-align:center;min-width:2.5rem}.watermark-remove__brush-size{display:flex;align-items:center;gap:.5rem;padding:.5rem}.watermark-remove__brush-size input[type=range]{width:5rem;height:.25rem;background:#374151;border-radius:.125rem;outline:none!important;cursor:pointer}.watermark-remove__brush-size input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:.75rem;height:.75rem;background:#3b82f6;border-radius:50%;cursor:pointer}.watermark-remove__brush-size span{color:#d1d5db;font-size:.75rem;font-weight:500;min-width:1.5rem;text-align:center}.watermark-remove__process-row{display:flex;justify-content:center;width:100%}.watermark-remove__process-btn{background:linear-gradient(135deg,#10b981,#3b82f6);color:#fff;border:none;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #10b98166;border-radius:.75rem;padding:.75rem 2rem;display:flex;align-items:center;justify-content:center;gap:.5rem;outline:none}.watermark-remove__process-btn i,.watermark-remove__process-btn .fas,.watermark-remove__process-btn .far,.watermark-remove__process-btn .fab{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;line-height:1;flex-shrink:0}.watermark-remove__process-btn:hover{background:linear-gradient(135deg,#059669,#2563eb);transform:translateY(-2px);box-shadow:0 8px 20px #10b98199}.watermark-remove__control-btn{border:none;cursor:pointer;font-size:.875rem;font-weight:500;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 4px #0003;border-radius:.5rem;padding:.5rem 1rem;background:#374151;color:#fff}.watermark-remove__control-btn:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0000004d;background:#4b5563}.watermark-remove__control-btn:active{transform:translateY(0)}.watermark-remove__control-btn--disabled{opacity:.5;cursor:not-allowed;color:#6b7280}.watermark-remove__control-btn--disabled:hover{transform:none;box-shadow:0 2px 4px #0003;background:#374151}.watermark-remove__tool-btn{border:none;cursor:pointer;font-size:.875rem;font-weight:500;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:none;border-radius:.5rem;padding:.5rem 1rem;background:transparent;color:#9ca3af;outline:none}.watermark-remove__tool-btn:hover{transform:translateY(-2px);box-shadow:none;background:transparent;color:#fff}.watermark-remove__tool-btn--active{background:transparent;color:#3b82f6;box-shadow:none}input[type=range]{-webkit-appearance:none;appearance:none;height:6px;background:#374151;border-radius:3px;outline:none!important;cursor:pointer}.watermark-remove__brush-preview{position:absolute;border:2px solid #3b82f6;border-radius:50%;pointer-events:none;z-index:100;display:none;transform:translate(-50%,-50%);background:#3b82f61a;transition:width .1s ease,height .1s ease}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;cursor:pointer;box-shadow:0 2px 4px #0000004d}input[type=range]::-moz-range-thumb{width:18px;height:18px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;cursor:pointer;border:none;box-shadow:0 2px 4px #0000004d}.watermark-remove__upload-action{display:inline-flex;justify-content:center;max-width:100%}#upload-btn.watermark-remove__upload-button{width:min(100%,210px);min-height:62px;padding:10px 22px 9px;border:0;border-radius:12px;background:linear-gradient(100deg,#4f46e5,#9333ea);color:#fff;cursor:pointer;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:15px;font-weight:700;line-height:1.2;transition:transform .2s ease,opacity .2s ease}#upload-btn.watermark-remove__upload-button:hover{transform:translateY(-2px)}#upload-btn.watermark-remove__upload-button:disabled{opacity:.45;cursor:not-allowed;transform:none}.watermark-remove__upload-button-note{display:flex;align-items:center;gap:6px;color:#ffffffc2;font-size:11px;font-weight:600;line-height:1.2;white-space:nowrap}.watermark-remove__upload-button-note i{font-size:10px}#process-btn,#manual-process-btn{background:linear-gradient(135deg,#10b981,#3b82f6);color:#fff;border:none;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #10b98166;border-radius:.75rem;padding:.75rem 2rem;display:flex;align-items:center;justify-content:center;gap:.5rem;outline:none}#process-btn i,#process-btn .fas,#process-btn .far,#process-btn .fab,#manual-process-btn i,#manual-process-btn .fas,#manual-process-btn .far,#manual-process-btn .fab,#upload-btn i,#upload-btn .fas,#upload-btn .far,#upload-btn .fab,#download-btn i,#download-btn .fas,#download-btn .far,#download-btn .fab,#new-task-btn i,#new-task-btn .fas,#new-task-btn .far,#new-task-btn .fab,#retry-btn i,#retry-btn .fas,#retry-btn .far,#retry-btn .fab,#back-btn i,#back-btn .fas,#back-btn .far,#back-btn .fab{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;line-height:1;flex-shrink:0}#process-btn:hover,#manual-process-btn:hover{background:linear-gradient(135deg,#059669,#2563eb);transform:translateY(-2px);box-shadow:0 8px 20px #10b98199}.watermark-remove__button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;font-size:.875rem;outline:none}.watermark-remove__button i,.watermark-remove__button .fas,.watermark-remove__button .far,.watermark-remove__button .fab{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;line-height:1;flex-shrink:0}.watermark-remove__button--primary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff}.watermark-remove__button--primary:hover{background:linear-gradient(135deg,#2563eb,#7c3aed);transform:translateY(-1px)}.watermark-remove__button--success{background:linear-gradient(135deg,#10b981,#3b82f6);color:#fff}.watermark-remove__button--success:hover{background:linear-gradient(135deg,#059669,#2563eb);transform:translateY(-1px)}.watermark-remove__button--secondary{background:#374151;color:#fff}.watermark-remove__button--secondary:hover{background:#4b5563;transform:translateY(-1px)}.watermark-remove__results-section{animation:fadeInUp .5s ease}.watermark-remove__results{background:linear-gradient(145deg,#111827,#1f2937);border-radius:1.5rem;padding:2rem;box-shadow:0 25px 50px -12px #00000040}.watermark-remove__comparison{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.watermark-remove__comparison-item{text-align:center}.watermark-remove__comparison-item h3{font-size:1.25rem;font-weight:600;color:#d1d5db;margin-bottom:1rem}.watermark-remove__image-container{background:#374151;border-radius:.75rem;padding:1rem;border:1px solid #4b5563}.watermark-remove__image-container img{max-width:100%;height:auto;border-radius:.5rem;box-shadow:0 4px 12px #0000004d}.watermark-remove__feature-icon{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-left:auto;margin-right:auto}.watermark-remove__feature-icon svg,.watermark-remove__feature-icon-svg{width:3rem;height:3rem;margin:0 auto;transition:all .3s ease}.watermark-remove__function .error-section{background:#111827;border-radius:1rem;padding:3rem 2rem;box-shadow:0 8px 32px #0000004d}.watermark-remove__function .error-content{max-width:550px;margin:0 auto;text-align:center}.watermark-remove__function .error__icon{display:flex;justify-content:center;align-items:center;width:3rem;height:3rem;margin-left:auto;margin-right:auto;margin-bottom:1rem}.watermark-remove__function .error__icon i{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;font-size:3rem;color:#f59e0b;line-height:1;flex-shrink:0}.watermark-remove__function .error__title{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1rem}.watermark-remove__function .error__message{color:#9ca3af;margin-bottom:2rem;line-height:1.6}.watermark-remove__function .error__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.watermark-remove__spinner{display:inline-block;width:1.5rem;height:1.5rem;border:2px solid #374151;border-radius:50%;border-top-color:#3b82f6;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.watermark-remove__batch-strip,.watermark-remove__result-batch{padding:16px;border-top:1px solid rgba(107,114,128,.35);background:#111827eb}.watermark-remove__batch-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;color:#f3f4f6;font-size:14px}.watermark-remove__batch-header span{color:#9ca3af;font-variant-numeric:tabular-nums}.watermark-remove__batch-row,.watermark-remove__batch-items,.watermark-remove__result-items{display:flex;align-items:stretch;gap:10px}.watermark-remove__batch-items,.watermark-remove__result-items{min-width:0;overflow-x:auto;padding:2px 2px 8px;scrollbar-width:thin}.watermark-remove__batch-items{flex:1}.watermark-remove__batch-thumb,.watermark-remove__result-thumb,.watermark-remove__batch-add{position:relative;flex:0 0 82px;width:82px;min-height:82px;overflow:hidden;border:2px solid transparent;border-radius:12px;background:#111827;color:#d1d5db}.watermark-remove__batch-thumb,.watermark-remove__result-thumb{padding:0;cursor:pointer}.watermark-remove__batch-thumb.is-active,.watermark-remove__result-thumb.is-active{border-color:#60a5fa;box-shadow:0 0 0 2px #60a5fa33}.watermark-remove__batch-thumb img,.watermark-remove__result-thumb img{width:100%;height:78px;object-fit:cover;display:block}.watermark-remove__batch-thumb-status,.watermark-remove__result-thumb span{position:absolute;right:4px;bottom:4px;left:4px;overflow:hidden;padding:3px 5px;border-radius:6px;background:#111827d1;color:#fff;font-size:10px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.watermark-remove__batch-remove{position:absolute;top:4px;right:4px;z-index:2;width:24px;height:24px;border:0;border-radius:999px;background:#111827db;color:#fff;cursor:pointer}.watermark-remove__batch-add{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border-color:#4b5563;border-style:dashed;cursor:pointer}.watermark-remove__batch-add:hover{border-color:#60a5fa;color:#93c5fd}.watermark-remove__result-batch{margin:0 0 24px;border:1px solid rgba(107,114,128,.35);border-radius:14px}.watermark-remove__result-batch>strong{display:block;margin-bottom:12px;color:#f3f4f6}.watermark-remove__result-thumb.is-failed{border-color:#ef4444;opacity:.72}.watermark-remove__modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px}.watermark-remove__modal-backdrop{position:absolute;inset:0;background:#030712c2;backdrop-filter:blur(4px)}.watermark-remove__modal-card{position:relative;width:min(100%,480px);padding:30px;border:1px solid #374151;border-radius:18px;background:#111827;box-shadow:0 24px 80px #00000073;color:#f9fafb;text-align:center}.watermark-remove__modal-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;margin-bottom:16px;border-radius:999px;background:#6366f129;color:#a5b4fc;font-size:22px}.watermark-remove__modal-card h3{margin:0 0 10px;font-size:22px}.watermark-remove__modal-card p{margin:0;color:#cbd5e1;line-height:1.65}.watermark-remove__modal-actions{display:flex;justify-content:center;gap:12px;margin-top:24px}.watermark-remove__modal-actions button{min-height:46px}@media(max-width:640px){.watermark-remove__batch-thumb,.watermark-remove__result-thumb,.watermark-remove__batch-add{flex-basis:72px;width:72px;min-height:72px}.watermark-remove__batch-thumb img,.watermark-remove__result-thumb img{height:68px}.watermark-remove__modal-actions{flex-direction:column}}.watermark-remove__disabled{opacity:.5;cursor:not-allowed}.watermark-remove__fade-in{animation:fadeInUp .5s ease-in-out}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1f2937}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#2563eb,#7c3aed)}.watermark-remove__control-btn:focus,.watermark-remove__tool-btn:focus,.watermark-remove__editor-area .watermark-remove__tab-button:focus,.watermark-remove__icon-btn:focus,.watermark-remove__process-btn:focus,.watermark-remove__button:focus,#process-btn:focus,#manual-process-btn:focus,#upload-btn:focus,#download-btn:focus,#copy-url-btn:focus,#new-task-btn:focus,#retry-btn:focus,button:focus{outline:none!important}input[type=file]:focus+.watermark-remove__control-btn{outline:none!important}input[type=file]:focus{outline:none!important}input:focus{outline:none!important}@media(prefers-contrast:high){.watermark-remove__control-btn,.watermark-remove__tool-btn,.watermark-remove__editor-area .watermark-remove__tab-button{border:1px solid #ffffff}.watermark-remove__editor-area .watermark-remove__tab-button--active{background:#fff;color:#000}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.watermark-remove__drag-over{border-color:#3b82f6!important;background-color:#3b82f61a!important;transform:scale(1.01)}.watermark-remove__canvas-container--drag-mode{cursor:grab!important}.watermark-remove__canvas-container--drag-mode:active{cursor:grabbing!important}.watermark-remove__canvas-container--drag-mode #bgCanvas,.watermark-remove__canvas-container--drag-mode #drawCanvas{cursor:grab!important}.watermark-remove__canvas-container--drag-mode:active #bgCanvas,.watermark-remove__canvas-container--drag-mode:active #drawCanvas{cursor:grabbing!important}.watermark-remove__canvas-container--brush-mode #bgCanvas,.watermark-remove__canvas-container--brush-mode #drawCanvas,.watermark-remove__canvas-container--rectangle-mode #bgCanvas,.watermark-remove__canvas-container--rectangle-mode #drawCanvas{cursor:crosshair}.watermark-remove__canvas-container--eraser-mode #bgCanvas,.watermark-remove__canvas-container--eraser-mode #drawCanvas{cursor:not-allowed}.watermark-remove__canvas-container--brush-preview #bgCanvas,.watermark-remove__canvas-container--brush-preview #drawCanvas{cursor:none}.watermark-remove__loading{position:relative;overflow:hidden}.watermark-remove__loading:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{to{left:100%}}.watermark-remove__faq-button{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;background:transparent;border:none;padding:0;cursor:pointer;transition:all .3s ease;outline:none}.watermark-remove__faq-button:focus{outline:none}.watermark-remove__faq-button:hover h3{color:#60a5fa}.watermark-remove__faq-icon{width:1.5rem;height:1.5rem;color:#9ca3af;transition:all .3s ease;flex-shrink:0;margin-left:1rem}.watermark-remove__faq-icon--rotated{transform:rotate(180deg);color:#60a5fa}.watermark-remove__faq-answer{transition:all .3s ease;overflow:hidden}.watermark-remove__hidden{display:none!important}.watermark-remove__faq-item:hover{border-color:#374151;background:linear-gradient(145deg,#000,#111827)}.watermark-remove__faq-item:hover .watermark-remove__faq-button h3{color:#e5e7eb}@media print{.watermark-remove{background:#fff;color:#000}.watermark-remove__control-panel,.watermark-remove__upload-area,.watermark-remove__mode-tabs{display:none}.watermark-remove__results{background:#fff;box-shadow:none}.watermark-remove__faq-item{background:#fff!important;border:1px solid #000!important;break-inside:avoid}.watermark-remove__faq-button h3{color:#000!important}.watermark-remove__faq-answer{display:block!important}.watermark-remove__faq-answer p{color:#000!important}.watermark-remove__faq-icon{display:none!important}}@media screen and (max-width:768px){.watermark-remove__hero{padding-top:5rem;padding-bottom:1rem}.watermark-remove__hero h1.text-5xl{font-size:2rem;line-height:1.2;margin-bottom:1rem}.watermark-remove__hero p.text-xl{font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.watermark-remove__function .container{padding-left:1rem;padding-right:1rem}.watermark-remove__upload-area{padding:2rem 1rem;margin-bottom:0rem}.watermark-remove__upload-area h3.text-2xl{font-size:1.25rem;margin-bottom:.75rem}.watermark-remove__upload-area p.text-gray-400{font-size:.875rem;margin-bottom:1.5rem}.watermark-remove__upload-area:hover{transform:none!important;box-shadow:0 8px 32px #0000004d!important;border-color:#374151!important;background:linear-gradient(145deg,#111827,#1f2937)!important}.watermark-remove__mode-tabs{display:none!important}.watermark-remove__canvas-container{max-width:100%;margin:0;aspect-ratio:4/3}.watermark-remove__control-panel{padding:.75rem}.watermark-remove__icon-controls{display:none!important}#auto-controls{display:block!important}#manual-controls{display:none!important}.watermark-remove__process-row{margin-top:0}.watermark-remove__process-btn{width:100%;font-size:1rem;padding:1rem 2rem;border-radius:.75rem}.watermark-remove__process-btn:hover{transform:none!important;background:linear-gradient(135deg,#10b981,#3b82f6)!important;box-shadow:0 4px 12px #10b98166!important}.watermark-remove__process-btn:active{transform:scale(.98)!important;transition:transform .1s ease!important}.watermark-remove__results-section{margin-top:0rem}.watermark-remove__results-section h2.text-3xl{font-size:1.25rem;line-height:1.5rem;margin-bottom:1.5rem}.watermark-remove__results-section .grid-cols-2{grid-template-columns:1fr;gap:1.5rem}.watermark-remove__results-section h3.text-xl{font-size:1.125rem;margin-bottom:.75rem}.watermark-remove__results-section .flex{flex-direction:column;gap:.75rem}#download-btn,#new-task-btn{width:100%;justify-content:center;font-size:1rem;padding:.875rem 1.5rem;display:flex;flex-direction:row;align-items:center;gap:.5rem}#download-btn:hover,#new-task-btn:hover{transform:none!important}#download-btn:active,#new-task-btn:active{transform:scale(.98)!important;transition:transform .1s ease!important}.watermark-remove__error-section{margin-top:0rem}.watermark-remove__error-section h3.text-2xl{font-size:1.25rem;margin-bottom:.75rem}.watermark-remove__error-section p.text-red-400{font-size:.875rem;margin-bottom:1rem}#retry-btn{width:100%;font-size:1rem;padding:.875rem 1.5rem}.watermark-remove__progress{min-height:200px;padding:1.5rem;margin:1rem;border-radius:.75rem}.watermark-remove__progress-container{padding:1rem;max-width:95%;width:100%}.watermark-remove__progress-bar-container{width:100%;max-width:100%;min-width:200px;height:.5rem;margin-bottom:1.25rem}.watermark-remove__progress-bar{height:100%}.watermark-remove__progress-container .flex{width:100%;max-width:100%;min-width:200px;flex-direction:column;gap:.5rem;text-align:center}.watermark-remove__progress-container .flex span{font-size:.875rem;line-height:1.4}#progress-label{font-size:.875rem;text-align:center;margin-bottom:.25rem}#progress-percent{font-size:1rem;font-weight:600;text-align:center}#progress-overlay{display:flex;align-items:center;justify-content:center;padding:1rem}.watermark-remove__comparison-section{padding-top:3rem;padding-bottom:3rem}.watermark-remove__comparison-section .container{padding-left:1rem;padding-right:1rem}.watermark-remove__comparison-section .section-header{margin-bottom:2rem}.watermark-remove__comparison-section h2.text-5xl{font-size:2rem;margin-bottom:1rem;line-height:1.2}.watermark-remove__comparison-section p.text-xl{font-size:1rem;line-height:1.5;margin-bottom:0}.watermark-remove__comparison-container{height:300px;margin:0 auto;border-radius:.75rem;max-width:calc(100% - 2rem);width:100%}.watermark-remove__comparison-section .comparison-slider{width:2px}.watermark-remove__comparison-section .slider-button{width:2.5rem;height:2.5rem;font-size:.875rem}.watermark-remove__how-to-use-section{padding-top:2rem;padding-bottom:2rem}.watermark-remove__how-to-use-section .container{padding-left:1rem;padding-right:1rem}.watermark-remove__how-to-use-section .text-center{margin-bottom:2rem}.watermark-remove__how-to-use-section h2.text-5xl{font-size:2rem;margin-bottom:1rem;line-height:1.2}.watermark-remove__how-to-use-section p.text-xl{font-size:1rem;line-height:1.5;margin-bottom:0}.watermark-remove__steps-container{max-width:100%;margin:0 auto;padding:0 1rem;position:relative}.watermark-remove__steps-container .absolute{display:none}.watermark-remove__how-to-use-section .grid-cols-3{grid-template-columns:1fr;gap:1rem;max-width:100%;margin:0}.watermark-remove__how-to-use-section .step-card{padding:0;position:relative;width:100%}.watermark-remove__how-to-use-section .step-card .bg-black{padding:1.5rem;margin-bottom:0}.watermark-remove__step-number-container{margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center}.watermark-remove__how-to-use-section .step-number{width:3rem;height:3rem;font-size:1.25rem;margin:0 auto}.watermark-remove__how-to-use-section .step-card h3.text-xl{font-size:1.125rem;margin-bottom:.75rem}.watermark-remove__how-to-use-section .step-card p.text-base{font-size:.875rem}.watermark-remove__how-to-use-section .step-card .bg-black:hover{transform:none!important;border-color:#374151!important;box-shadow:none!important}.watermark-remove__features-section h2.text-5xl{font-size:2rem;margin-bottom:1rem}.watermark-remove__features-section p.text-xl{font-size:1rem}.watermark-remove__features-section .grid-cols-3{grid-template-columns:1fr;gap:1rem}.watermark-remove__features-grid{display:grid;grid-template-columns:1fr;gap:1rem;max-width:100%;margin:0 auto}.watermark-remove__features-section{padding-top:3rem;padding-bottom:3rem}.watermark-remove__features-section .container{padding-left:1rem;padding-right:1rem}.watermark-remove__features-header{margin-bottom:2rem}.watermark-remove__features-grid{grid-template-columns:1fr;gap:1.5rem;max-width:100%;margin:0 auto}.watermark-remove__feature-card{width:100%;padding:1.5rem;margin-bottom:0;position:relative}.watermark-remove__feature-icon{margin-bottom:1rem;display:flex;justify-content:center;align-items:center;width:3rem;height:3rem;margin-left:auto;margin-right:auto}.watermark-remove__feature-icon svg,.watermark-remove__feature-icon-svg{width:3rem;height:3rem;margin:0 auto}.watermark-remove__feature-card h3.text-xl{font-size:1.125rem;margin-bottom:.75rem}.watermark-remove__feature-card p.text-base{font-size:.875rem;line-height:1.5}.watermark-remove__feature-card:hover{transform:none!important;border-color:#374151!important;box-shadow:none!important}.watermark-remove__faq-section{padding-top:3rem;padding-bottom:3rem}.watermark-remove__faq-section .container{padding-left:1rem;padding-right:1rem}.watermark-remove__faq-section .max-w-4xl{max-width:100%;margin:0 auto}.watermark-remove__faq-header{margin-bottom:2rem}.watermark-remove__faq-section h2.text-5xl{font-size:2rem;margin-bottom:1rem}.watermark-remove__faq-section p.text-xl{font-size:1rem}.watermark-remove__faq-container{display:flex;flex-direction:column;gap:1rem;max-width:100%;margin:0 auto}.watermark-remove__faq-item{padding:1.5rem;margin-top:1rem;margin-bottom:1rem;margin-left:0;margin-right:0;width:100%;position:relative}.watermark-remove__faq-item:first-child{margin-top:0;margin-bottom:0}.watermark-remove__faq-item:last-child{margin-bottom:0}.watermark-remove__faq-button{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0;min-height:44px}.watermark-remove__faq-button h3.text-lg{font-size:1.125rem;line-height:1.4;text-align:left;flex:1;margin-right:1rem}.watermark-remove__faq-icon{width:1.5rem;height:1.5rem;flex-shrink:0;transition:transform .3s ease}.watermark-remove__faq-answer{margin-top:1rem;padding-top:1rem;border-top:1px solid #374151}.watermark-remove__faq-answer p.text-base{font-size:1rem;line-height:1.5;margin:0}.watermark-remove__faq-item:hover{border-color:#374151!important;background:#000!important;transform:none!important;box-shadow:none!important}.watermark-remove__faq-item:hover .watermark-remove__faq-button h3{color:#fff!important}.container{padding-left:1rem;padding-right:1rem}button,.watermark-remove__button,.watermark-remove__process-btn,.watermark-remove__faq-button{min-height:44px}*{transition-duration:.2s}.watermark-remove__upload-area,.watermark-remove__progress,.watermark-remove__results{box-shadow:0 4px 12px #0003}}@media screen and (max-width:480px){.watermark-remove__hero h1.text-5xl{font-size:1.75rem}.watermark-remove__hero p.text-xl{font-size:1rem}.watermark-remove__upload-area{padding:1.5rem .75rem}.watermark-remove__canvas-container{aspect-ratio:1/1}.watermark-remove__comparison-section h2.text-5xl,.watermark-remove__how-to-use-section h2.text-5xl,.watermark-remove__features-section h2.text-5xl,.watermark-remove__faq-section h2.text-5xl{font-size:1.75rem}.watermark-remove__features-section{padding-top:2rem;padding-bottom:2rem}.watermark-remove__features-header{margin-bottom:1.5rem}.watermark-remove__features-grid{gap:1rem;max-width:100%;margin:0 auto}.watermark-remove__feature-card{padding:1.25rem;width:100%;margin:0 auto}.watermark-remove__feature-icon{margin-bottom:.75rem;display:flex;justify-content:center;align-items:center;width:3rem;height:3rem;margin-left:auto;margin-right:auto}.watermark-remove__feature-icon svg,.watermark-remove__feature-icon-svg{width:3rem;height:3rem}.watermark-remove__feature-card h3.text-xl{font-size:1.125rem;margin-bottom:.5rem}.watermark-remove__feature-card p.text-base{font-size:.875rem;line-height:1.4}.watermark-remove__comparison-container{height:250px;margin:0 auto;max-width:calc(100% - 1rem)}.watermark-remove__comparison-section{padding-top:2rem;padding-bottom:2rem}.watermark-remove__comparison-section .section-header{margin-bottom:1.5rem}.watermark-remove__comparison-section h2.text-5xl{font-size:1.75rem;line-height:1.1}.watermark-remove__comparison-section p.text-xl{font-size:1rem;line-height:1.4}.watermark-remove__comparison-section .slider-button{width:2rem;height:2rem;font-size:.75rem}.watermark-remove__how-to-use-section{padding-top:2rem;padding-bottom:2rem}.watermark-remove__how-to-use-section .text-center{margin-bottom:1.5rem}.watermark-remove__how-to-use-section h2.text-5xl{font-size:1.75rem;line-height:1.1}.watermark-remove__how-to-use-section p.text-xl{font-size:1rem;line-height:1.4}.watermark-remove__steps-container{width:100%;padding:0 .5rem}.watermark-remove__how-to-use-section .grid-cols-3{gap:1rem;max-width:100%}.watermark-remove__how-to-use-section .step-card{width:100%;margin:0 auto}.watermark-remove__how-to-use-section .step-card .bg-black{padding:1.25rem}.watermark-remove__step-number-container{margin-bottom:1rem}.watermark-remove__how-to-use-section .step-number{width:2.5rem;height:2.5rem;font-size:1rem;margin:0 auto}.watermark-remove__how-to-use-section .step-card h3{font-size:1rem;margin-bottom:.5rem}.watermark-remove__how-to-use-section .step-card p{font-size:.75rem;line-height:1.4}.watermark-remove__progress-bar-container{min-width:180px;height:.375rem;margin-bottom:1rem}.watermark-remove__progress{min-height:160px;padding:1rem;margin:.75rem}.watermark-remove__progress-container{padding:.75rem;max-width:98%}#progress-label{font-size:.75rem;line-height:1.3}#progress-percent{font-size:.875rem;font-weight:600}.watermark-remove__progress-container .flex span{font-size:.75rem}.watermark-remove__faq-section{padding-top:2rem;padding-bottom:2rem}.watermark-remove__faq-header{margin-bottom:1.5rem}.watermark-remove__faq-section h2.text-5xl{font-size:1.75rem;line-height:1.1}.watermark-remove__faq-section p.text-xl{font-size:1rem;line-height:1.4}.watermark-remove__faq-container{display:flex;flex-direction:column;gap:1rem;max-width:100%;margin:0 auto}.watermark-remove__faq-container.space-y-6>*+*{margin-top:0!important}.watermark-remove__faq-item{padding:1.25rem;margin-left:0;margin-right:0;width:100%}.watermark-remove__faq-item:first-child{margin-top:0;margin-bottom:0}.watermark-remove__faq-item:last-child{margin-bottom:0}.watermark-remove__faq-button{min-height:40px}.watermark-remove__faq-button h3.text-lg{font-size:1rem;line-height:1.3;margin-right:.75rem}.watermark-remove__faq-icon{width:1.25rem;height:1.25rem}.watermark-remove__faq-answer{margin-top:.75rem;padding-top:.75rem}.watermark-remove__faq-answer p.text-base{font-size:1rem;line-height:1.4}}
