@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size:12px;--rc-drag-handle-mobile-size:24px;--rc-drag-handle-bg-colour:#0003;--rc-drag-bar-size:6px;--rc-border-color:#ffffffb3;--rc-focus-color:#08f}.ReactCrop{cursor:crosshair;max-width:100%;display:inline-block;position:relative}.ReactCrop *,.ReactCrop :before,.ReactCrop :after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{max-height:inherit;overflow:hidden}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{max-width:100%;max-height:inherit;display:block}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-mask{pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px);position:absolute;top:0;bottom:0;left:0;right:0}.ReactCrop__crop-selection{cursor:move;position:absolute;top:0;left:0;transform:translate(0)}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";border:1px solid var(--rc-border-color);opacity:.3;position:absolute;top:-1px;bottom:-1px;left:-1px;right:-1px}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed #fff}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){color:#fff;background-image:linear-gradient(90deg,#fff 50%,#444 50%),linear-gradient(90deg,#fff 50%,#444 50%),linear-gradient(#fff 50%,#444 50%),linear-gradient(#fff 50%,#444 50%);background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-size:10px 1px,10px 1px,1px 10px,1px 10px;animation:1s linear infinite marching-ants}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";background-color:#fff6;display:block;position:absolute}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6667%}.ReactCrop__drag-handle{width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color);position:absolute}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{cursor:nw-resize;top:0;left:0;transform:translate(-50%,-50%)}.ReactCrop .ord-n{cursor:n-resize;top:0;left:50%;transform:translate(-50%,-50%)}.ReactCrop .ord-ne{cursor:ne-resize;top:0;right:0;transform:translate(50%,-50%)}.ReactCrop .ord-e{cursor:e-resize;top:50%;right:0;transform:translate(50%,-50%)}.ReactCrop .ord-se{cursor:se-resize;bottom:0;right:0;transform:translate(50%,50%)}.ReactCrop .ord-s{cursor:s-resize;bottom:0;left:50%;transform:translate(-50%,50%)}.ReactCrop .ord-sw{cursor:sw-resize;bottom:0;left:0;transform:translate(-50%,50%)}.ReactCrop .ord-w{cursor:w-resize;top:50%;left:0;transform:translate(-50%,-50%)}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{width:100%;height:var(--rc-drag-bar-size);top:0;left:0;transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{width:var(--rc-drag-bar-size);height:100%;top:0;right:0;transform:translate(50%)}.ReactCrop__drag-bar.ord-s{width:100%;height:var(--rc-drag-bar-size);bottom:0;left:0;transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{width:var(--rc-drag-bar-size);height:100%;top:0;left:0;transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer:coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}.photo-editor-overlay{z-index:var(--z-max);height:var(--app-height,100dvh);--tg-spacer-top:0px;--tg-spacer-bottom:10px;padding:calc(max(env(safe-area-inset-top), 0px) + var(--tg-spacer-top)) max(env(safe-area-inset-right), 8px) calc(max(env(safe-area-inset-bottom), 0px) + var(--tg-spacer-bottom)) max(env(safe-area-inset-left), 8px);box-sizing:border-box;background:#000000f5;position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}.photo-editor-overlay.photo-editor-overlay-telegram-desktop{--tg-spacer-top:0px;--tg-spacer-bottom:10px}.photo-editor-shell{box-sizing:border-box;flex-direction:column;justify-content:flex-start;gap:10px;width:100%;max-width:430px;height:100%;min-height:0;margin:0 auto;display:flex;overflow:hidden}.photo-editor-saving-overlay{z-index:20;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000d1;flex-direction:column;justify-content:center;align-items:center;gap:22px;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.photo-editor-saving-wheel{-webkit-user-select:none;user-select:none;width:156px;height:156px}.photo-editor-saving-wheel-rotor{animation:8s linear infinite photo-editor-wheel-spin}.photo-editor-saving-label{color:#fff;text-align:center;margin:0;font-size:20px;font-weight:600;line-height:1.2}@keyframes photo-editor-wheel-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.photo-editor-saving-wheel-rotor{animation:none}}.photo-editor-crop-area{background:#000;border-radius:12px;flex:auto;justify-content:center;align-items:center;min-height:220px;margin-top:0;padding:14px;display:flex;overflow:hidden}.photo-editor-crop-surface{--photo-editor-crop-media-max-height:min(100cqh, 52dvh, 520px);box-sizing:border-box;touch-action:none;justify-content:center;align-items:center;width:100%;max-width:100%;height:100%;padding:0;display:flex;container-type:size}.photo-editor-crop-surface-pannable,.photo-editor-crop-surface-pannable .ReactCrop__crop-selection{cursor:grab}.photo-editor-crop-surface-panning,.photo-editor-crop-surface-panning .ReactCrop__crop-selection{cursor:grabbing}.photo-editor-crop-surface .ReactCrop{max-width:100cqw;max-height:var(--photo-editor-crop-media-max-height);overflow:visible}.photo-editor-crop-surface .ReactCrop__crop-selection{border:2px dashed #7f73ff}.photo-editor-crop-surface .ReactCrop__crop-mask{display:none}.photo-editor-crop-surface .ReactCrop__drag-handle{touch-action:none;background:#fff;border:3px solid #7f73ff;border-radius:50%;width:28px;height:28px}.photo-editor-crop-surface .ReactCrop__drag-handle:after{display:none}.photo-editor-crop-surface .ReactCrop__drag-handle:before{content:"";position:absolute;top:-16px;bottom:-16px;left:-16px;right:-16px}.photo-editor-crop-surface .ReactCrop__drag-handle.ord-n,.photo-editor-crop-surface .ReactCrop__drag-handle.ord-s,.photo-editor-crop-surface .ReactCrop__drag-handle.ord-e,.photo-editor-crop-surface .ReactCrop__drag-handle.ord-w,.photo-editor-crop-surface .ReactCrop .ReactCrop__drag-bar{display:none!important}.photo-editor-crop-surface .ReactCrop__child-wrapper>.photo-editor-image{max-width:100cqw;max-height:var(--photo-editor-crop-media-max-height);object-fit:contain;transform-origin:50%;will-change:transform;width:auto;height:auto;display:block}.photo-editor-actions{box-sizing:border-box;grid-template-columns:1fr 1fr;gap:12px;width:100%;max-width:100%;padding:0;display:grid}.photo-editor-btn-preview{grid-column:1/-1}.photo-editor-actions-bottom{padding-top:4px;padding-bottom:6px;padding-left:max(0px, calc(max(20px, env(safe-area-inset-left,0px)) - max(env(safe-area-inset-left,0px), 8px)));padding-right:max(0px, calc(max(20px, env(safe-area-inset-right,0px)) - max(env(safe-area-inset-right,0px), 8px)));flex-shrink:0;margin-top:0}.photo-editor-btn{white-space:nowrap;cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;border:0;border-radius:12px;justify-content:center;align-items:center;min-height:46px;padding:12px 14px;font-size:16px;line-height:1;display:inline-flex}.photo-editor-btn-secondary{color:#fff;background:#2d2d2d}.photo-editor-btn-primary{color:#fff;background:#7a5cf3;font-weight:600}.photo-editor-btn:disabled{opacity:.7;cursor:wait;pointer-events:none}.photo-editor-btn.photo-editor-btn-reset{color:#fff;background-color:#4a3d85;border:1px solid #8f7fd4;width:100%;min-height:46px;margin-top:4px;padding:12px 14px;font-size:16px;font-weight:600;box-shadow:inset 0 1px #ffffff14}@media (hover:hover){.photo-editor-btn.photo-editor-btn-reset:not(:disabled):hover{background-color:#5547a0;border-color:#a89beb}}.photo-editor-btn.photo-editor-btn-reset:not(:disabled):active{background-color:#5f51ad}.photo-editor-btn.photo-editor-btn-reset:disabled{opacity:1;color:#ffffff73;cursor:not-allowed;background-color:#35304a;border-color:#4f4a64}.photo-editor-filters{flex-direction:column;flex-shrink:0;gap:10px;padding:0 4px 2px;display:flex}.photo-editor-zoom-control{grid-template-columns:auto minmax(0,1fr) 38px;align-items:center;gap:10px;min-height:34px;display:grid}.photo-editor-zoom-label{color:#ffffffd1;align-items:center;gap:6px;font-size:12px;line-height:1;display:inline-flex}.photo-editor-zoom-slider{-webkit-appearance:none;appearance:none;cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:0 0;width:100%;height:34px;margin:0;padding:0}.photo-editor-zoom-slider::-webkit-slider-runnable-track{background:#ffffffc7;border-radius:999px;height:4px}.photo-editor-zoom-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;cursor:pointer;background:#7a5cf3;border:3px solid #fff;border-radius:50%;width:30px;height:30px;margin-top:-13px;box-shadow:0 3px 12px #0000005c}.photo-editor-zoom-slider::-moz-range-track{background:#ffffffc7;border-radius:999px;height:4px}.photo-editor-zoom-slider::-moz-range-thumb{cursor:pointer;background:#7a5cf3;border:3px solid #fff;border-radius:50%;width:30px;height:30px;box-shadow:0 3px 12px #0000005c}.photo-editor-zoom-value{color:#fff;font-variant-numeric:tabular-nums;text-align:right;font-size:12px}.photo-editor-filter-dock{background:#050505}.photo-editor-filter-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.photo-editor-filter-tab{color:#ffffff7a;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;border:0;flex-direction:column;align-items:center;gap:5px;min-width:0;padding:0;display:flex}.photo-editor-filter-tab:disabled{opacity:.65;cursor:wait}.photo-editor-filter-icon{color:currentColor;box-sizing:border-box;background:#ffffff08;border:1px solid #ffffff38;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.photo-editor-filter-tab-active{color:#fff}.photo-editor-filter-tab-active .photo-editor-filter-icon{background:#ffffff1a;border-color:#ffffffeb;box-shadow:0 0 0 1px #7a5cf347}.photo-editor-filter-tab-label{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:11px;line-height:1.15;overflow:hidden}.photo-editor-active-filter-control{gap:4px;padding-top:2px;display:grid}.photo-editor-active-filter-label{color:#ffffffb8;padding-left:2px;font-size:12px;line-height:1.2}.photo-editor-filter-slider{--photo-editor-filter-progress:0%;-webkit-appearance:none;appearance:none;cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:0 0;width:100%;height:54px;margin:0;padding:0}.photo-editor-filter-slider::-webkit-slider-runnable-track{background:repeating-linear-gradient(90deg, #7a5cf3eb 0 1px, transparent 1px 9px) 0 / var(--photo-editor-filter-progress) 100% no-repeat, repeating-linear-gradient(90deg, #ffffff29 0 1px, transparent 1px 9px);border-radius:0;height:42px}.photo-editor-filter-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;cursor:pointer;filter:drop-shadow(0 3px 4px #0000005c);background:radial-gradient(circle,#7a5cf3 0 15px,#fff 15px 18px,#0000 18px);border:0;border-radius:50%;width:44px;height:44px;margin-top:-1px}.photo-editor-filter-slider::-moz-range-track{background:repeating-linear-gradient(90deg, #7a5cf3eb 0 1px, transparent 1px 9px) 0 / var(--photo-editor-filter-progress) 100% no-repeat, repeating-linear-gradient(90deg, #ffffff29 0 1px, transparent 1px 9px);border-radius:0;height:42px}.photo-editor-filter-slider::-moz-range-thumb{cursor:pointer;filter:drop-shadow(0 3px 4px #0000005c);background:radial-gradient(circle,#7a5cf3 0 15px,#fff 15px 18px,#0000 18px);border:0;border-radius:50%;width:44px;height:44px}.photo-editor-filter-value{color:#fff;text-align:center;margin-top:-8px;font-size:12px;line-height:1}.photo-editor-preview-overlay{z-index:5;padding:inherit;box-sizing:border-box;background:#000000eb;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.photo-editor-preview-shell{flex-direction:column;align-items:center;gap:10px;width:100%;height:100%;padding:4px 0 0;display:flex}.photo-editor-preview-header{justify-content:space-between;align-items:center;gap:10px;width:100%;display:flex}.photo-editor-preview-title{color:#e5e7eb;font-size:14px;font-weight:600}.photo-editor-preview-card-wrap{background:#111;border-radius:14px;flex:none;width:100%;height:min(60dvh,620px);max-height:calc(100% - 76px);overflow:hidden}.photo-editor-preview-loading{color:#9ca3af;text-align:center;padding-bottom:2px;font-size:12px}@media (max-width:640px){.photo-editor-overlay{--tg-spacer-top:48px;--tg-spacer-bottom:16px;padding-left:max(env(safe-area-inset-left), 8px);padding-right:max(env(safe-area-inset-right), 8px)}.photo-editor-overlay-fullscreen{--tg-spacer-top:105px}.photo-editor-crop-area{border-radius:0}.photo-editor-crop-surface{--photo-editor-crop-media-max-height:min(100cqh, 50dvh, 480px);align-items:flex-end;padding:0}.photo-editor-actions{gap:10px}.photo-editor-preview-title{font-size:13px}.photo-editor-preview-card-wrap{height:min(56dvh,540px);max-height:calc(100% - 72px)}}
