/* Cropper maison (vanilla) */
.jc-stage {
    position: relative;
    display: inline-block;
    max-width: 100%;
    user-select: none;
    touch-action: none;
    background: #f1f3f5;
    line-height: 0;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
}
.jc-img { display: block; max-width: 100%; height: auto; pointer-events: none; }
.jc-box {
    position: absolute;
    border: 2px solid #fff;
    box-shadow: 0 0 0 9999px rgba(0,0,0,.45);
    cursor: move;
    box-sizing: border-box;
}
.jc-h {
    position: absolute;
    width: 16px; height: 16px;
    background: #fff;
    border: 2px solid #1E3A8A;
    border-radius: 50%;
}
.jc-h-se { right: -8px; bottom: -8px; cursor: nwse-resize; }
.jc-preview img { max-width: 100%; height: auto; border-radius: 8px; border: 1px solid #dee2e6; }
