.crop-editor-v2{position:fixed;inset:0;z-index:10000;display:grid!important;grid-template-rows:auto minmax(0,1fr) auto;background:var(--paper);color:var(--ink);overflow:hidden;touch-action:none}.crop-editor-v2 .crop-editor-top{min-height:72px;padding:max(10px,env(safe-area-inset-top)) 18px 10px;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;border-bottom:1px solid var(--line);background:var(--surface)}.crop-editor-v2 .crop-editor-top>div{text-align:center;display:grid;gap:2px}.crop-editor-v2 .crop-editor-top strong{font:500 21px 'Fraunces',serif}.crop-editor-v2 .crop-editor-top small{font-size:10px;color:var(--muted);font-weight:400}.crop-editor-v2 .crop-editor-top button{width:44px;height:44px;border:0;border-radius:50%;background:transparent;color:var(--ink);font-size:28px;line-height:1;cursor:pointer}.crop-editor-v2 .crop-editor-top button:hover{background:var(--beige)}.crop-editor-v2 .crop-editor-top .crop-save-button{color:var(--sage);font-size:29px;font-weight:600}.crop-editor-v2 .crop-editor-canvas{min-height:0;display:grid;place-items:center;padding:18px;background:#211f1c;overflow:hidden}.crop-editor-v2 .crop-frame{position:relative;width:min(720px,calc(100vw - 36px));max-width:100%;max-height:calc(100dvh - 260px);aspect-ratio:var(--crop-ratio);overflow:hidden;border:1px solid rgba(255,255,255,.9);background:#151412;touch-action:none;box-shadow:0 10px 34px rgba(0,0,0,.22)}.crop-editor-v2 .crop-frame[style*="auto"]{height:min(62dvh,680px);aspect-ratio:auto}.crop-editor-v2 .crop-frame img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:var(--crop-x) var(--crop-y);transform:scale(var(--crop-zoom));transform-origin:var(--crop-x) var(--crop-y);user-select:none;-webkit-user-drag:none;pointer-events:none}.crop-editor-v2 .crop-grid{position:absolute;inset:0;pointer-events:none}.crop-editor-v2 .crop-grid i{position:absolute;background:rgba(255,255,255,.42)}.crop-editor-v2 .crop-grid i:nth-child(1),.crop-editor-v2 .crop-grid i:nth-child(2){top:0;bottom:0;width:1px}.crop-editor-v2 .crop-grid i:nth-child(1){left:33.333%}.crop-editor-v2 .crop-grid i:nth-child(2){left:66.666%}.crop-editor-v2 .crop-grid i:nth-child(3),.crop-editor-v2 .crop-grid i:nth-child(4){left:0;right:0;height:1px}.crop-editor-v2 .crop-grid i:nth-child(3){top:33.333%}.crop-editor-v2 .crop-grid i:nth-child(4){top:66.666%}.crop-editor-v2 .crop-corner{position:absolute;width:22px;height:22px;border-color:#fff;border-style:solid;pointer-events:none}.crop-editor-v2 .crop-corner.tl{left:-1px;top:-1px;border-width:3px 0 0 3px}.crop-editor-v2 .crop-corner.tr{right:-1px;top:-1px;border-width:3px 3px 0 0}.crop-editor-v2 .crop-corner.bl{left:-1px;bottom:-1px;border-width:0 0 3px 3px}.crop-editor-v2 .crop-corner.br{right:-1px;bottom:-1px;border-width:0 3px 3px 0}.crop-editor-v2 .crop-editor-controls{background:var(--surface);padding:14px 20px max(14px,env(safe-area-inset-bottom));border-top:1px solid var(--line)}.crop-editor-v2 .crop-zoom-row{max-width:720px;margin:0 auto 10px;display:grid;grid-template-columns:auto minmax(100px,1fr) 52px;align-items:center;gap:14px;font-size:12px;color:var(--muted)}.crop-editor-v2 .crop-zoom-row input{width:100%;accent-color:var(--sage)}.crop-editor-v2 .crop-zoom-row output{text-align:right;font-variant-numeric:tabular-nums}.crop-editor-v2 .crop-ratios{max-width:560px;margin:auto;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.crop-editor-v2 .crop-ratios button{min-width:0;height:68px;padding:6px 2px;border:1px solid transparent;border-radius:12px;background:transparent;color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;cursor:pointer}.crop-editor-v2 .crop-ratios button:hover{background:var(--beige)}.crop-editor-v2 .crop-ratios button.active{background:var(--sage-soft);border-color:rgba(124,143,122,.22);color:var(--sage);font-weight:600}.crop-editor-v2 .crop-ratios small{font-size:10px;white-space:nowrap}.crop-editor-v2 .ratio-icon{display:block;width:25px;height:19px;border:1.5px solid currentColor}.crop-editor-v2 .ratio-free{border-style:dashed}.crop-editor-v2 .ratio-original{border-radius:2px}.crop-editor-v2 .ratio-4-3{width:27px;height:20px}.crop-editor-v2 .ratio-1-1{width:21px;height:21px}.crop-editor-v2 .ratio-3-4{width:17px;height:23px}.crop-editor-v2 .crop-gesture-hint{margin:8px 0 0;text-align:center;color:var(--muted);font-size:10px}.crop-editor-v2 .crop-editor-bottom{display:none!important}@media(max-width:639px){.crop-editor-v2 .crop-editor-top{min-height:66px;padding-left:12px;padding-right:12px}.crop-editor-v2 .crop-editor-top small{display:none}.crop-editor-v2 .crop-editor-canvas{padding:10px}.crop-editor-v2 .crop-frame{width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;max-height:calc(100dvh - 235px)!important}.crop-editor-v2 .crop-frame[style*="auto"]{height:min(58dvh,calc(100dvh - 235px))!important}.crop-editor-v2 .crop-editor-controls{padding:10px 8px max(10px,env(safe-area-inset-bottom))}.crop-editor-v2 .crop-zoom-row{padding:0 8px;margin-bottom:6px}.crop-editor-v2 .crop-ratios{gap:2px}.crop-editor-v2 .crop-ratios button{height:62px;border-radius:10px}.crop-editor-v2 .crop-gesture-hint{display:none}}@media(min-width:640px){.crop-editor-v2{display:grid!important}.crop-editor-v2 .crop-editor-canvas{padding:24px}.crop-editor-v2 .crop-frame[style*="auto"]{width:min(720px,65vw);height:min(62dvh,680px)}}
