/* NOKIRE Bildausschnitt – Upload-Schritt 1 */
.nokire-crop-choice-dialog{width:min(560px,94vw);height:auto;}
.nokire-crop-choice-body{padding:20px;}
.nokire-crop-choice-body p{margin:0 0 18px;line-height:1.5;color:#333;}
.nokire-crop-choice-actions{display:flex;gap:12px;flex-wrap:wrap;}
.nokire-crop-choice-actions .nokire-fs-btn{flex:1;min-width:210px;padding:13px 16px;font-size:14px;}
.nokire-crop-dialog{width:min(1040px,96vw);height:min(820px,94vh);}
.nokire-crop-body{display:flex;flex-direction:column;min-height:0;flex:1;padding:14px;background:#f3f3f3;}
.nokire-crop-stage-wrap{flex:1;min-height:240px;display:flex;align-items:center;justify-content:center;overflow:auto;padding:8px;}
.nokire-crop-stage{position:relative;flex:0 0 auto;background:#222;box-shadow:0 2px 12px rgba(0,0,0,.28);touch-action:none;}
.nokire-crop-canvas{display:block;max-width:none;}
.nokire-crop-selection{position:absolute;box-sizing:border-box;border:2px solid #fff;box-shadow:0 0 0 9999px rgba(0,0,0,.55),0 0 0 1px rgba(0,0,0,.7) inset;cursor:move;touch-action:none;outline:none;}
.nokire-crop-selection:focus{border-color:#44b7ff;}
.nokire-crop-selection::before,.nokire-crop-selection::after{content:"";position:absolute;pointer-events:none;}
.nokire-crop-selection::before{left:33.333%;right:33.333%;top:0;bottom:0;border-left:1px solid rgba(255,255,255,.55);border-right:1px solid rgba(255,255,255,.55);}
.nokire-crop-selection::after{top:33.333%;bottom:33.333%;left:0;right:0;border-top:1px solid rgba(255,255,255,.55);border-bottom:1px solid rgba(255,255,255,.55);}
.nokire-crop-handle{position:absolute;width:18px;height:18px;background:#fff;border:2px solid #168bc2;border-radius:50%;box-sizing:border-box;z-index:2;}
.nokire-crop-handle.nw{left:-10px;top:-10px;cursor:nwse-resize;}
.nokire-crop-handle.ne{right:-10px;top:-10px;cursor:nesw-resize;}
.nokire-crop-handle.sw{left:-10px;bottom:-10px;cursor:nesw-resize;}
.nokire-crop-handle.se{right:-10px;bottom:-10px;cursor:nwse-resize;}
.nokire-crop-hint{padding:9px 12px 2px;text-align:center;font-size:13px;color:#555;}
@media (max-width:700px){
  .nokire-crop-dialog{width:98vw;height:96vh;}
  .nokire-crop-choice-actions{flex-direction:column;}
  .nokire-crop-choice-actions .nokire-fs-btn{min-width:0;width:100%;}
  .nokire-crop-dialog .nokire-fs-foot{flex-wrap:wrap;}
}
