.reactEasyCrop_Container{-webkit-user-select:none;user-select:none;touch-action:none;cursor:move;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.reactEasyCrop_Image,.reactEasyCrop_Video{will-change:transform}.reactEasyCrop_Contain{max-width:100%;max-height:100%;margin:auto;position:absolute;inset:0}.reactEasyCrop_Cover_Horizontal{width:100%;height:auto}.reactEasyCrop_Cover_Vertical{width:auto;height:100%}.reactEasyCrop_CropArea{box-sizing:border-box;color:#00000080;border:1px solid #ffffff80;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 0 0 9999em}.reactEasyCrop_CropAreaRound{border-radius:50%}.reactEasyCrop_CropAreaGrid:before{content:" ";box-sizing:border-box;border:0;border-left:1px solid #ffffff80;border-right:1px solid #ffffff80;position:absolute;inset:0 33.33%}.reactEasyCrop_CropAreaGrid:after{content:" ";box-sizing:border-box;border:1px solid #ffffff80;border-left:0;border-right:0;position:absolute;inset:33.33% 0}.avatar-crop-modal{z-index:2000;box-sizing:border-box;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.avatar-crop-modal__backdrop{cursor:pointer;background:#0000008c;border:none;margin:0;padding:0;position:absolute;inset:0}.avatar-crop-modal__panel{z-index:1;background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:.85rem;width:min(100%,520px);max-height:min(92vh,760px);padding:1.35rem;display:flex;position:relative;box-shadow:0 16px 48px #00000040}.avatar-crop-modal__panel--wide{width:min(100%,760px)}.avatar-crop-modal__title{letter-spacing:-.02em;color:var(--text);margin:0;font-size:1.125rem;font-weight:600}.avatar-crop-modal__hint{color:var(--text-muted);margin:0;font-size:.875rem;line-height:1.4}.avatar-crop-modal__crop-wrap{background:var(--input-bg);border:1px solid var(--border);touch-action:none;border-radius:12px;width:100%;height:min(56vh,380px);position:relative;overflow:hidden}.avatar-crop-modal__crop-wrap--wide{height:min(52vh,420px)}.avatar-crop-modal__crop-wrap.is-resizing{cursor:grabbing}.avatar-crop-modal__cropper{border-radius:inherit}.avatar-crop-modal__crop-area{border:1.5px solid #ffffffe0!important}.avatar-crop-modal__resize-frame{z-index:5;pointer-events:none;box-sizing:border-box;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.avatar-crop-modal__resize-handle{z-index:6;pointer-events:auto;box-sizing:border-box;border:1px solid color-mix(in srgb, var(--primary) 55%, #111 45%);background:#fff;border-radius:2px;position:absolute;box-shadow:0 1px 4px #00000059}.avatar-crop-modal__resize-handle--n,.avatar-crop-modal__resize-handle--s{cursor:ns-resize;width:18px;height:8px;left:50%;transform:translate(-50%)}.avatar-crop-modal__resize-handle--e,.avatar-crop-modal__resize-handle--w{cursor:ew-resize;width:8px;height:18px;top:50%;transform:translateY(-50%)}.avatar-crop-modal__resize-handle--n{top:-4px}.avatar-crop-modal__resize-handle--s{bottom:-4px}.avatar-crop-modal__resize-handle--e{right:-4px}.avatar-crop-modal__resize-handle--w{left:-4px}.avatar-crop-modal__resize-handle--ne,.avatar-crop-modal__resize-handle--nw,.avatar-crop-modal__resize-handle--se,.avatar-crop-modal__resize-handle--sw{border-radius:2px;width:10px;height:10px}.avatar-crop-modal__resize-handle--ne{cursor:nesw-resize;top:-5px;right:-5px}.avatar-crop-modal__resize-handle--nw{cursor:nwse-resize;top:-5px;left:-5px}.avatar-crop-modal__resize-handle--se{cursor:nwse-resize;bottom:-5px;right:-5px}.avatar-crop-modal__resize-handle--sw{cursor:nesw-resize;bottom:-5px;left:-5px}.avatar-crop-modal__toolbar{gap:.85rem;display:grid}.avatar-crop-modal__shape{border:1px solid var(--border);background:color-mix(in srgb, var(--input-bg) 88%, var(--surface) 12%);border-radius:10px;gap:.15rem;width:fit-content;padding:.2rem;display:inline-flex}.avatar-crop-modal__shape-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.4rem .85rem;font-family:inherit;font-size:.8125rem;font-weight:650;transition:background-color .14s,color .14s}.avatar-crop-modal__shape-btn:hover:not(:disabled):not(.is-active){color:var(--text);background:color-mix(in srgb, var(--surface) 70%, transparent)}.avatar-crop-modal__shape-btn.is-active{background:color-mix(in srgb, var(--primary) 18%, var(--surface) 82%);color:var(--text);box-shadow:inset 0 1px #ffffff0a}.avatar-crop-modal__shape-btn:disabled{opacity:.55;cursor:not-allowed}.avatar-crop-modal__zoom{flex-direction:column;gap:.35rem;display:flex}.avatar-crop-modal__zoom-label{color:var(--text-muted);font-size:.8125rem;font-weight:500}.avatar-crop-modal__zoom-input{width:100%;accent-color:var(--secondary)}.avatar-crop-modal__error{color:#dc2626;margin:0;font-size:.875rem}.avatar-crop-modal__actions{justify-content:flex-end;gap:.5rem;margin-top:.15rem;display:flex}.avatar-crop-modal__btn{cursor:pointer;border:1px solid #0000;border-radius:8px;padding:.5rem 1rem;font-size:.9375rem;font-weight:500;transition:background .15s,color .15s,border-color .15s}.avatar-crop-modal__btn:disabled{opacity:.55;cursor:not-allowed}.avatar-crop-modal__btn--ghost{color:var(--text);border-color:var(--border);background:0 0}.avatar-crop-modal__btn--ghost:hover:not(:disabled){background:var(--input-bg)}.avatar-crop-modal__btn--primary{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;border-color:#0000}.avatar-crop-modal__btn--primary:hover:not(:disabled){filter:brightness(1.05)}@media (width<=560px){.avatar-crop-modal__panel,.avatar-crop-modal__panel--wide{width:min(100%,520px)}.avatar-crop-modal__crop-wrap,.avatar-crop-modal__crop-wrap--wide{height:min(48vh,320px)}.avatar-crop-modal__shape{width:100%}.avatar-crop-modal__shape-btn{flex:1 1 0}}
