.sd-crop{position:relative;overflow:hidden;width:100%;touch-action:none}.sd-crop__mask{inset:0}.sd-crop__box,.sd-crop__mask{position:absolute;pointer-events:none}.sd-crop__box{box-sizing:border-box;border:2px solid var(--g0);box-shadow:0 0 0 9999px color-mix(in srgb,var(--text) 45%,transparent)}.sd-crop__handle,.sd-crop__move{pointer-events:auto;padding:0;border:2px solid var(--text);background:var(--g0);color:inherit}.sd-crop__move{position:absolute;inset:0;cursor:move;border:none;background:transparent}.sd-crop__handle{position:absolute;width:24px;height:24px;box-sizing:border-box;border-radius:1px}.sd-crop__handle:focus-visible,.sd-crop__move:focus-visible{outline:2px solid var(--text);outline-offset:2px}.sd-crop__handle--nw{inset-block-start:-12px;inset-inline-start:-12px;cursor:nwse-resize}.sd-crop__handle--ne{inset-block-start:-12px;inset-inline-end:-12px;cursor:nesw-resize}.sd-crop__handle--sw{inset-block-end:-12px;inset-inline-start:-12px;cursor:nesw-resize}.sd-crop__handle--se{inset-block-end:-12px;inset-inline-end:-12px;cursor:nwse-resize}