.avatar-crop-backdrop{box-sizing:border-box;background:#041026b8;justify-content:center;align-items:center;height:100%;padding:16px;display:flex}.avatar-crop-dialog{box-sizing:border-box;border-radius:28px;width:100%;max-width:580px;max-height:calc(100dvh - 32px);padding:22px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow-y:auto}.avatar-crop-dialog h2{text-align:center;margin:0 0 8px;font-size:23px}.avatar-crop-dialog p{text-align:center;margin:0 0 16px;font-size:14px;line-height:1.5}.avatar-crop-stage{background:#101827;border-radius:16px;justify-content:center;align-items:center;padding:14px;display:flex}.avatar-crop-stage img{-webkit-user-select:none;user-select:none;width:auto;max-width:100%;height:auto;max-height:min(50dvh,440px);display:block}.avatar-crop-stage .ReactCrop{touch-action:none}.avatar-crop-stage .ReactCrop__drag-handle{background:#087bd6;border:3px solid #fff;border-radius:5px;width:20px;height:20px}.avatar-crop-stage .ReactCrop__drag-handle:after{content:"";position:absolute;inset:-10px}.avatar-crop-stage .ReactCrop__drag-handle.ord-n,.avatar-crop-stage .ReactCrop__drag-handle.ord-s,.avatar-crop-stage .ReactCrop__drag-handle.ord-e,.avatar-crop-stage .ReactCrop__drag-handle.ord-w{display:none}.avatar-crop-actions{gap:12px;margin-top:20px;display:flex}.avatar-crop-actions button{min-height:48px;font:inherit;cursor:pointer;border:0;border-radius:16px;flex:1;font-weight:700}.avatar-crop-actions button:disabled{opacity:.55;cursor:default}.avatar-crop-actions button:focus-visible{outline-offset:3px;outline:3px solid #38bdf8}