/* V2.5.19 — résultat visible et comparateur tactile */
.studio-compare-frame { cursor: ew-resize; touch-action: none; user-select: none; }
.studio-compare-frame.studio-result-view { cursor: default; box-shadow: 0 0 0 3px #14b8a6, 0 10px 28px rgba(15,23,42,.14); }
.studio-compare-frame.studio-result-view .studio-label-before,
.studio-compare-frame.studio-result-view .studio-compare-handle { display: none; }
.studio-compare-frame.studio-result-view .studio-label-after { left: 12px; background: #0f766e; }
.studio-compare-control.result-visible span { display: inline-block; padding: 7px 11px; border-radius: 999px; background: #ccfbf1; color: #115e59; }
.studio-confirm-button { background: linear-gradient(135deg,#0f766e,#115e59) !important; }
.studio-approved-preview { display: block; width: 100%; max-height: 280px; object-fit: contain; margin: 0 0 14px; border-radius: 13px; background: #fff; box-shadow: 0 6px 18px rgba(15,23,42,.12); }
.studio-processing-note { margin: 9px 0 0; color: #854d0e; font-size: .9rem; line-height: 1.4; }
.studio-eraser.active { background: #0f766e; color: #fff; border-color: #0f766e; }
.studio-eraser-help { width: 100%; margin: 8px 0 0; color: #115e59; font-weight: 650; line-height: 1.4; }
.studio-compare-frame.studio-erasing { cursor: crosshair; touch-action: none; box-shadow: 0 0 0 4px #f59e0b, 0 10px 28px rgba(15,23,42,.14); }
.studio-brush-control { width: 100%; margin-top: 10px; color: #115e59; font-weight: 700; }
.studio-brush-control input { width: 100%; margin-top: 7px; }
.studio-magnifier { position: absolute; z-index: 20; width: 144px; height: 144px; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 3px 18px rgba(15,23,42,.42); pointer-events: none; background: #fff; }
