:root{--me-editor-tool-icon-size:20px;--me-editor-tool-label-size:12px;--me-editor-tool-button-width:72px;--me-editor-tool-button-height:66px;--me-editor-tool-button-radius:8px;--me-editor-tool-button-gap:6px;--me-editor-home-icon-size:40px;--me-editor-home-title-size:16px;--me-editor-home-subtitle-size:12px;--me-editor-shell-min-height:640px;--me-editor-shell-max-height:920px;--me-editor-shell-height:clamp(var(--me-editor-shell-min-height),calc(100dvh - var(--me-editor-shell-offset, 148px)),var(--me-editor-shell-max-height));--me-bg:#fff;--me-surface:#fafafa;--me-chip:#f1f1f3;--me-elevated:#fff;--me-border:#e6e6e8;--me-border-strong:#d4d4d8;--me-fg:#0a0a0a;--me-fg-muted:#6b6b76;--me-accent:#5b5bd6;--me-accent-hover:#4f4fc9;--me-accent-fg:#fff;--me-danger:#dc2626;--me-shadow:0 1px 2px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.1)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--me-bg:#08080a;--me-surface:#141416;--me-chip:#1c1c20;--me-elevated:#1c1c20;--me-border:#26262b;--me-border-strong:#34343a;--me-fg:#ededf0;--me-fg-muted:#9a9aa3;--me-accent:#7c7cf0;--me-accent-hover:#8f8ff5;--me-accent-fg:#fff;--me-danger:#f87171;--me-shadow:0 1px 2px rgba(0,0,0,.4),0 2px 8px rgba(0,0,0,.5)}}:root[data-theme=dark]{--me-bg:#08080a;--me-surface:#141416;--me-chip:#1c1c20;--me-elevated:#1c1c20;--me-border:#26262b;--me-border-strong:#34343a;--me-fg:#ededf0;--me-fg-muted:#9a9aa3;--me-accent:#7c7cf0;--me-accent-hover:#8f8ff5;--me-accent-fg:#fff;--me-danger:#f87171;--me-shadow:0 1px 2px rgba(0,0,0,.4),0 2px 8px rgba(0,0,0,.5)}:root[data-theme=light]{--me-bg:#fff;--me-surface:#fafafa;--me-chip:#f1f1f3;--me-elevated:#fff;--me-border:#e6e6e8;--me-border-strong:#d4d4d8;--me-fg:#0a0a0a;--me-fg-muted:#6b6b76;--me-accent:#5b5bd6;--me-accent-hover:#4f4fc9;--me-accent-fg:#fff;--me-danger:#dc2626;--me-shadow:0 1px 2px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.1)}.me-video{background:var(--me-surface);color:var(--me-fg);padding:12px;border-radius:10px;border:1px solid var(--me-border)}.me-video .me-btn:hover{background:var(--me-accent-hover)}.me-video-export-spinner{width:28px;height:28px;border:3px solid hsla(0,0%,100%,.18);border-top:3px solid var(--me-accent,#7c7cf0);border-radius:999px;animation:me-video-export-spin .8s linear infinite}@keyframes me-video-export-spin{to{transform:rotate(1turn)}}.me-card{transition:border-color .15s ease,box-shadow .15s ease,transform .1s ease}.me-card:hover{border-color:var(--me-border-strong)!important;box-shadow:var(--me-shadow)}.me-card:active{transform:translateY(1px)}.me-fullscreen-host{background:var(--me-bg)}.me-fullscreen-host.me-is-fullscreen,.me-fullscreen-host:fullscreen{--me-video-done-bg:var(--me-accent,#7c7cf0);--me-video-done-fg:#fff;width:100vw!important;height:100dvh!important;min-height:100dvh!important;max-width:none!important;margin:0!important;padding:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;background:#030303!important;color:#f4f4f5!important}.me-fullscreen-toggle{transition:background .15s ease,border-color .15s ease,transform .1s ease}.me-fullscreen-toggle:hover{background:var(--me-surface,#141416)!important;border-color:var(--me-border-strong,#34343a)!important}.me-fullscreen-host.me-is-fullscreen .me-fullscreen-toggle,.me-fullscreen-host:fullscreen .me-fullscreen-toggle{width:32px!important;height:32px!important;border-radius:999px!important;background:rgba(17,17,18,.76)!important;border-color:hsla(0,0%,100%,.14)!important;color:#fff!important;backdrop-filter:blur(10px)}.editor-shell{display:flex;flex-direction:column;height:var(--me-editor-shell-height);min-height:0;position:relative}.editor-actions{display:flex;align-items:center;gap:8px}.editor-shell .me-fullscreen-toggle[data-mode=overlay]{display:none!important}.editor-shell.me-is-fullscreen .editor-actions,.editor-shell:fullscreen .editor-actions{position:absolute;top:16px;left:16px;z-index:90;margin:0!important;gap:4px}.editor-shell.me-is-fullscreen .editor-actions button,.editor-shell:fullscreen .editor-actions button{min-width:32px;height:32px}.editor-shell.me-is-fullscreen .editor-actions>button:first-child,.editor-shell:fullscreen .editor-actions>button:first-child{display:none!important}.me-fullscreen-host.me-is-fullscreen .me-video-editor,.me-fullscreen-host:fullscreen .me-video-editor{flex:1 1 0!important;min-height:0!important;height:100%!important;border:0!important;border-radius:0!important;background:#030303!important;overflow:hidden!important;position:relative!important}.me-fullscreen-host.me-is-fullscreen .me-video-topbar,.me-fullscreen-host:fullscreen .me-video-topbar{position:absolute!important;inset:0 0 auto 0!important;height:64px!important;padding:0!important;border:0!important;background:transparent!important;z-index:70!important;pointer-events:none!important}.me-fullscreen-host.me-is-fullscreen .me-video-history,.me-fullscreen-host:fullscreen .me-video-history{position:absolute!important;top:16px!important;left:calc(50% - 150px)!important;transform:translateX(-50%)!important;height:32px!important;padding:0 6px!important;border-radius:999px!important;background:rgba(17,17,18,.68)!important;border:1px solid hsla(0,0%,100%,.12)!important;pointer-events:auto!important;backdrop-filter:blur(10px)}.me-fullscreen-host.me-is-fullscreen .me-video-preview-zoom,.me-fullscreen-host:fullscreen .me-video-preview-zoom{top:16px!important;left:calc(50% + 92px)!important;transform:translateX(-50%)!important;pointer-events:auto!important;z-index:80!important}.me-fullscreen-host.me-is-fullscreen .me-video-poster,.me-fullscreen-host:fullscreen .me-video-poster{display:none!important}.me-fullscreen-host.me-is-fullscreen .me-video-done,.me-fullscreen-host:fullscreen .me-video-done{position:absolute!important;top:16px!important;right:16px!important;height:32px!important;border-radius:999px!important;background:var(--me-video-done-bg,var(--me-accent,#7c7cf0))!important;color:var(--me-video-done-fg,#fff)!important;pointer-events:auto!important}.me-fullscreen-host.me-is-fullscreen .me-video-workspace,.me-fullscreen-host:fullscreen .me-video-workspace{height:100%!important;min-height:0!important;padding:0!important;gap:0!important;align-items:stretch!important}.me-video-toolrail button{width:var(--me-editor-tool-button-width,72px)!important;min-height:var(--me-editor-tool-button-height,66px)!important;border:1px solid transparent!important;border-radius:var(--me-editor-tool-button-radius,8px)!important;box-shadow:none!important;box-sizing:border-box!important}.me-video-history-icon,.me-video-tool-icon,.me-video-toolrail button svg{width:var(--me-editor-tool-icon-size,20px)!important;height:var(--me-editor-tool-icon-size,20px)!important;display:block!important;color:currentColor!important;fill:none!important;stroke:currentColor!important;stroke-width:1.75!important;stroke-linecap:round!important;stroke-linejoin:round!important}.me-video-topbar{overflow:visible!important;z-index:30!important}.me-video-preview-zoom{z-index:40!important}.me-video-preview-tool-button,.me-video-preview-zoom-menu button{transition:background .15s ease,color .15s ease,opacity .15s ease}.me-video-preview-tool-button:hover,.me-video-preview-zoom-menu button:hover{background:color-mix(in srgb,var(--me-fg,#ededf0) 10%,transparent)!important}.me-video-preview-zoom-popover{backdrop-filter:blur(14px);z-index:4000!important}.me-video-preview-zoom-slider{accent-color:var(--me-accent,#7c7cf0)}.me-video-preview-zoom-input{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.me-video-preview-zoom-input::-webkit-inner-spin-button,.me-video-preview-zoom-input::-webkit-outer-spin-button{margin:0;appearance:none;-webkit-appearance:none}.me-video-preview-zoom-stepper button:hover{color:var(--me-fg,#ededf0)!important;background:color-mix(in srgb,var(--me-fg,#ededf0) 8%,transparent)!important}.me-video-canvas-scroll{isolation:isolate;overflow:auto!important;max-width:100%!important;contain:layout paint}.me-video-main{overflow:hidden!important;isolation:isolate}.me-video-toolrail{position:relative!important;z-index:20!important}.me-video-fixed-controls{z-index:3}.me-video-selection-frame{z-index:6}.me-video-overlay-actions{z-index:9}.me-video-overlay-action-icon,.me-video-overlay-tool-icon{width:15px;height:15px;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.me-video-overlay-tool-icon{width:16px;height:16px;flex:0 0 auto}.me-video-selection-handle .me-video-overlay-action-icon,.me-video-selection-rotate-handle .me-video-overlay-action-icon{width:14px;height:14px}.me-video-selection-handle .me-video-overlay-resize-icon{width:10px;height:10px}.me-video-selection-handle .me-video-overlay-resize-icon,.me-video-selection-handle .me-video-overlay-resize-icon path{fill:currentColor!important;stroke:none!important}.me-video-overlay-text-editor{caret-color:currentColor}.me-video-ratio-menu button,.me-video-ratio-menu-panel button{transition:background .15s ease,color .15s ease}.me-video-toolrail button.is-active{color:var(--me-accent,#7c7cf0)!important;background:color-mix(in srgb,var(--me-accent,#7c7cf0) 16%,transparent)!important;border-color:transparent!important;box-shadow:none!important}.me-video-toolrail button:hover{background:color-mix(in srgb,var(--me-fg,#ededf0) 7%,transparent)!important}.me-fullscreen-host.me-is-fullscreen .me-video-toolrail,.me-fullscreen-host:fullscreen .me-video-toolrail{position:absolute!important;left:16px!important;top:50%!important;transform:translateY(-50%)!important;z-index:60!important;gap:8px!important}.me-fullscreen-host.me-is-fullscreen .me-video-main,.me-fullscreen-host:fullscreen .me-video-main{box-sizing:border-box!important;width:100%!important;height:100%!important;min-height:0!important;justify-content:center!important;padding:76px 112px 64px!important}.me-fullscreen-host.me-is-fullscreen .me-video-preview-scroll,.me-fullscreen-host:fullscreen .me-video-preview-scroll{width:100%!important;max-width:100%!important;max-height:100%!important;overflow:auto!important}.FIE_root,[data-testid=FIE-root]{--fie-scroll-thumb:#3a3a46}.FIE_root ::-webkit-scrollbar{width:10px;height:10px}.FIE_root ::-webkit-scrollbar-thumb{background:var(--fie-scroll-thumb,#3a3a46);border-radius:6px}.FIE_root ::-webkit-scrollbar-track{background:transparent}#SfxPopper input:not([type=range]):not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]),#SfxPopper select,#SfxPopper textarea,#SfxPopup input:not([type=range]):not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]),#SfxPopup select,#SfxPopup textarea,.FIE_root input:not([type=range]):not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]),.FIE_root select,.FIE_root textarea,.SfxMenu-root input:not([type=range]):not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]),.SfxMenu-root select,.SfxMenu-root textarea,.SfxPopper-root input:not([type=range]):not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]),.SfxPopper-root select,.SfxPopper-root textarea,[data-testid=FIE-root] input:not([type=range]):not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]),[data-testid=FIE-root] select,[data-testid=FIE-root] textarea{color:var(--me-fg,#ededf0)!important;-webkit-text-fill-color:var(--me-fg,#ededf0)!important;caret-color:var(--me-fg,#ededf0)!important;background:color-mix(in srgb,var(--me-fg,#ededf0) 8%,transparent)!important;border-color:color-mix(in srgb,var(--me-fg,#ededf0) 14%,transparent)!important}#SfxPopper input::-moz-placeholder,#SfxPopper textarea::-moz-placeholder,#SfxPopup input::-moz-placeholder,#SfxPopup textarea::-moz-placeholder,.FIE_root input::-moz-placeholder,.FIE_root textarea::-moz-placeholder,.SfxMenu-root input::-moz-placeholder,.SfxMenu-root textarea::-moz-placeholder,.SfxPopper-root input::-moz-placeholder,.SfxPopper-root textarea::-moz-placeholder,[data-testid=FIE-root] input::-moz-placeholder,[data-testid=FIE-root] textarea::-moz-placeholder{color:var(--me-fg-muted,#9a9aa3)!important;-webkit-text-fill-color:var(--me-fg-muted,#9a9aa3)!important;opacity:1!important}#SfxPopper input::placeholder,#SfxPopper textarea::placeholder,#SfxPopup input::placeholder,#SfxPopup textarea::placeholder,.FIE_root input::placeholder,.FIE_root textarea::placeholder,.SfxMenu-root input::placeholder,.SfxMenu-root textarea::placeholder,.SfxPopper-root input::placeholder,.SfxPopper-root textarea::placeholder,[data-testid=FIE-root] input::placeholder,[data-testid=FIE-root] textarea::placeholder{color:var(--me-fg-muted,#9a9aa3)!important;-webkit-text-fill-color:var(--me-fg-muted,#9a9aa3)!important;opacity:1!important}#SfxPopper input:not([type=range]):not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):disabled,#SfxPopper select:disabled,#SfxPopper textarea:disabled,#SfxPopup input:not([type=range]):not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):disabled,#SfxPopup select:disabled,#SfxPopup textarea:disabled,.FIE_root input:not([type=range]):not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):disabled,.FIE_root select:disabled,.FIE_root textarea:disabled,.SfxMenu-root input:not([type=range]):not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):disabled,.SfxMenu-root select:disabled,.SfxMenu-root textarea:disabled,.SfxPopper-root input:not([type=range]):not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):disabled,.SfxPopper-root select:disabled,.SfxPopper-root textarea:disabled,[data-testid=FIE-root] input:not([type=range]):not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):disabled,[data-testid=FIE-root] select:disabled,[data-testid=FIE-root] textarea:disabled{color:var(--me-fg-muted,#9a9aa3)!important;-webkit-text-fill-color:var(--me-fg-muted,#9a9aa3)!important;background:color-mix(in srgb,var(--me-fg,#ededf0) 5%,transparent)!important;opacity:1!important}#SfxPopper option,#SfxPopup option,.FIE_root option,.SfxMenu-root option,.SfxPopper-root option,[data-testid=FIE-root] option{color:var(--me-fg,#ededf0)!important;background:var(--me-bg-panel,#1b1b21)!important}#SfxPopper .SfxInput-root,#SfxPopup .SfxInput-root,.FIE_root .SfxInput-root,.SfxMenu-root .SfxInput-root,.SfxPopper-root .SfxInput-root,[data-testid=FIE-root] .SfxInput-root{color:var(--me-fg,#ededf0)!important;background:color-mix(in srgb,var(--me-fg,#ededf0) 8%,transparent)!important;border-color:color-mix(in srgb,var(--me-fg,#ededf0) 14%,transparent)!important}#SfxPopper .SfxInput-root:focus-within,#SfxPopper .SfxInput-root:hover,#SfxPopup .SfxInput-root:focus-within,#SfxPopup .SfxInput-root:hover,.FIE_root .SfxInput-root:focus-within,.FIE_root .SfxInput-root:hover,.SfxMenu-root .SfxInput-root:focus-within,.SfxMenu-root .SfxInput-root:hover,.SfxPopper-root .SfxInput-root:focus-within,.SfxPopper-root .SfxInput-root:hover,[data-testid=FIE-root] .SfxInput-root:focus-within,[data-testid=FIE-root] .SfxInput-root:hover{color:var(--me-fg,#ededf0)!important;background:color-mix(in srgb,var(--me-fg,#ededf0) 10%,transparent)!important;border-color:color-mix(in srgb,var(--me-accent,#7c7cf0) 72%,var(--me-fg,#ededf0) 14%)!important}#SfxPopper .SfxInput-Base,#SfxPopper .SfxInput-inputContent,#SfxPopup .SfxInput-Base,#SfxPopup .SfxInput-inputContent,.FIE_root .SfxInput-Base,.FIE_root .SfxInput-inputContent,.SfxMenu-root .SfxInput-Base,.SfxMenu-root .SfxInput-inputContent,.SfxPopper-root .SfxInput-Base,.SfxPopper-root .SfxInput-inputContent,[data-testid=FIE-root] .SfxInput-Base,[data-testid=FIE-root] .SfxInput-inputContent{min-width:0!important;color:var(--me-fg,#ededf0)!important;-webkit-text-fill-color:var(--me-fg,#ededf0)!important;caret-color:var(--me-fg,#ededf0)!important;background:transparent!important}#SfxPopper .SfxInput-CopyIcon,#SfxPopper .SfxInput-Icon,#SfxPopup .SfxInput-CopyIcon,#SfxPopup .SfxInput-Icon,.FIE_root .SfxInput-CopyIcon,.FIE_root .SfxInput-Icon,.SfxMenu-root .SfxInput-CopyIcon,.SfxMenu-root .SfxInput-Icon,.SfxPopper-root .SfxInput-CopyIcon,.SfxPopper-root .SfxInput-Icon,[data-testid=FIE-root] .SfxInput-CopyIcon,[data-testid=FIE-root] .SfxInput-Icon{color:var(--me-fg-muted,#9a9aa3)!important}.FIE_tab svg,.FIE_tabs svg,.FIE_tools-bar-wrapper button svg{width:var(--me-editor-tool-icon-size,20px)!important;height:var(--me-editor-tool-icon-size,20px)!important}.FIE_tab,.FIE_tabs button,.FIE_tabs_navbar button{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:var(--me-editor-tool-button-gap,6px)!important;width:var(--me-editor-tool-button-width,72px)!important;min-height:var(--me-editor-tool-button-height,66px)!important;padding:8px 0!important;border-radius:var(--me-editor-tool-button-radius,8px)!important;box-sizing:border-box!important;text-align:center!important}.FIE_tab [data-testid^=FIE-tab-item-icon],.FIE_tab>svg,.FIE_tabs button>svg,.FIE_tabs_navbar button>svg{flex:0 0 auto!important;display:block!important;margin:0 auto!important}.FIE_tab-label,.FIE_tool-options-wrapper,.FIE_tool-options-wrapper *,.FIE_tools,.FIE_tools *,.FIE_tools-bar,.FIE_tools-bar *,.FIE_tools-bar-wrapper button,.FIE_tools-bar-wrapper button [class*=Label],.FIE_tools-bar-wrapper button span,.FIE_watermark-tool-wrapper,.FIE_watermark-tool-wrapper *,.SfxMenu-root,.SfxMenu-root *,.SfxPopper-root,.SfxPopper-root *,[class*=SfxMenu],[class*=SfxMenu] *,[class*=SfxPopper],[class*=SfxPopper] *{font-size:var(--me-editor-tool-label-size,12px)!important;line-height:1.2!important}.FIE_tab-label{display:block!important;width:100%!important;text-align:center!important}.FIE_tab,.FIE_tabs button,.FIE_tabs_navbar button,.FIE_tools-bar-wrapper [role=button],.FIE_tools-bar-wrapper button{border:1px solid transparent!important;box-shadow:none!important}.FIE_tab,.FIE_tabs button,.FIE_tabs_navbar button{background:transparent!important}.FIE_tab:hover,.FIE_tabs button:hover,.FIE_tabs_navbar button:hover,.FIE_tools-bar-wrapper [role=button]:hover,.FIE_tools-bar-wrapper button:hover{background:color-mix(in srgb,var(--me-fg,#ededf0) 7%,transparent)!important}.FIE_tab[aria-selected=true],.FIE_tabs button[aria-selected=true],.FIE_tabs_navbar button[aria-selected=true],.FIE_tools-bar-wrapper [aria-selected=true]{border-color:transparent!important;box-shadow:none!important;background:color-mix(in srgb,var(--me-accent,#7c7cf0) 16%,transparent)!important}.FIE_tabs,.FIE_tabs_navbar{width:var(--me-editor-tool-button-width,72px)!important;min-width:var(--me-editor-tool-button-width,72px)!important;max-width:var(--me-editor-tool-button-width,72px)!important;padding:0!important;gap:6px!important;align-items:center!important;background:transparent!important;box-shadow:none!important;border:0!important;overflow-x:visible!important}.FIE_main-container{--me-image-toolrail-width:var(--me-editor-tool-button-width,72px)}.FIE_main-container>.FIE_tabs_navbar,.FIE_main-container>[data-testid=FIE-tabs-navbar]{width:var(--me-image-toolrail-width)!important;min-width:var(--me-image-toolrail-width)!important;max-width:var(--me-image-toolrail-width)!important;padding:0!important;box-sizing:border-box!important;align-items:center!important;justify-content:flex-start!important;margin-left:16px!important}.FIE_main-container>.FIE_tabs_navbar>.FIE_tab,.FIE_main-container>[data-testid=FIE-tabs-navbar]>.FIE_tab{width:var(--me-editor-tool-button-width,72px)!important;min-width:var(--me-editor-tool-button-width,72px)!important;max-width:var(--me-editor-tool-button-width,72px)!important;margin-inline:0!important}.FIE_main-container>.FIE_editor-content{width:calc(100% - var(--me-image-toolrail-width))!important;flex:1 1 0!important}.FIE_crop-presets-opener-button svg:last-child,.FIE_image-tool-add-option-button svg:last-child{width:13px!important;height:13px!important}.FIE_watermark-tool-wrapper{width:100%!important}.FIE_watermark-add-wrapper.FIE_watermark-bottom-actions{width:100%!important;justify-content:center!important;align-items:center!important;gap:8px!important;overflow:visible!important}.FIE_watermark-primary-action{height:32px!important;min-height:32px!important;padding:0 12px!important;border:0!important;border-radius:8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;font:inherit!important;font-size:var(--me-editor-tool-label-size,12px)!important;line-height:1!important;color:var(--me-fg,#f1f1f4)!important;background:color-mix(in srgb,var(--me-fg,#f1f1f4) 9%,transparent)!important;cursor:pointer!important}.FIE_watermark-primary-action:hover{background:color-mix(in srgb,var(--me-fg,#f1f1f4) 14%,transparent)!important}.FIE_watermark-primary-action:disabled{opacity:.45!important;cursor:default!important}.FIE_watermark-primary-action svg{width:18px!important;height:18px!important;color:currentColor!important}.FIE_zoom-menu-controls{gap:6px!important}.FIE_zoom-menu-controls .FIE_zoom-menu-trigger,.FIE_zoom-menu-controls .FIE_zoom-pointer-btn{border:0!important;border-radius:10px!important;background:color-mix(in srgb,var(--me-fg,#ededf0) 8%,transparent)!important;color:var(--me-fg,#ededf0)!important;box-shadow:none!important}.FIE_zoom-menu-controls .FIE_zoom-pointer-btn.is-active{background:color-mix(in srgb,var(--me-accent,#7c7cf0) 18%,transparent)!important;color:var(--me-accent,#7c7cf0)!important}.FIE_zoom-menu-controls .FIE_zoom-menu-trigger{width:104px!important;min-width:104px!important;height:34px!important;padding:0 9px 0 12px!important;flex-direction:row!important;justify-content:space-between!important;gap:6px!important}.FIE_zoom-menu-controls .FIE_zoom-menu-trigger,.FIE_zoom-menu-controls .FIE_zoom-menu-trigger>span{display:inline-flex!important;align-items:center!important;white-space:nowrap!important;line-height:1!important}.FIE_zoom-menu-controls .FIE_zoom-menu-trigger>span{justify-content:flex-start!important;flex:1 1 auto!important;width:100%!important;min-width:0!important;text-align:left!important}.FIE_zoom-menu-controls .FIE_zoom-menu-trigger svg{flex:0 0 auto!important;margin-left:auto!important}.FIE_zoom-dropdown-menu .FIE_zoom-menu-panel{padding:12px!important;box-sizing:border-box!important;color:var(--me-fg,#ededf0)!important;border-radius:12px!important;background:var(--me-bg-panel,#1b1b21)!important;box-shadow:0 16px 42px rgba(0,0,0,.38)!important}.FIE_zoom-dropdown-menu,.FIE_zoom-dropdown-menu .FIE_zoom-menu-panel{width:min(320px,calc(100vw - 32px))!important;max-width:calc(100vw - 32px)!important}.FIE_zoom-dropdown-menu{min-width:min(320px,calc(100vw - 32px))!important;overflow:visible!important;z-index:2147483000!important}.FIE_zoom-dropdown-menu,.FIE_zoom-dropdown-menu *{box-sizing:border-box!important}.FIE_zoom-menu-title{margin-bottom:10px;color:var(--me-fg-muted,#9a9aa3);font-size:12px}.FIE_zoom-menu-slider-row{display:grid;grid-template-columns:minmax(132px,1fr) 96px;align-items:center;gap:8px}.FIE_zoom-menu-slider{width:100%;min-width:0;accent-color:var(--me-accent,#7c7cf0)}.FIE_zoom-menu-number{height:34px;width:96px;min-width:96px;max-width:96px;border-radius:9px;background:color-mix(in srgb,var(--me-fg,#ededf0) 8%,transparent);display:grid;grid-template-columns:minmax(38px,1fr) 16px 22px;grid-template-rows:34px;align-items:center;overflow:hidden;font-variant-numeric:tabular-nums;white-space:nowrap}.FIE_zoom-menu-input{width:100%;min-width:0;height:100%;padding:0 2px 0 6px;border:0!important;outline:0!important;background:transparent!important;color:var(--me-fg,#ededf0)!important;-webkit-text-fill-color:var(--me-fg,#ededf0)!important;font:inherit!important;font-size:13px!important;line-height:34px!important;text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap!important;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.FIE_zoom-menu-input::-webkit-inner-spin-button,.FIE_zoom-menu-input::-webkit-outer-spin-button{margin:0;appearance:none;-webkit-appearance:none}.FIE_zoom-menu-percent{min-width:16px;padding:0;color:var(--me-fg,#ededf0)!important;font-size:13px!important;line-height:34px!important;white-space:nowrap!important}.FIE_zoom-menu-stepper{width:22px;height:100%;display:grid;grid-template-rows:1fr 1fr;border-left:1px solid color-mix(in srgb,var(--me-border,#26262b) 80%,transparent)}.FIE_zoom-menu-number .FIE_zoom-menu-stepper button{width:22px!important;min-width:22px!important;height:17px!important;min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--me-fg-muted,#9a9aa3)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important}.FIE_zoom-menu-stepper button:hover{color:var(--me-fg,#ededf0)!important;background:color-mix(in srgb,var(--me-fg,#ededf0) 8%,transparent)!important}.FIE_zoom-menu-divider{height:1px;background:var(--me-border,#26262b);margin:14px 0 8px}.FIE_zoom-menu-shortcut{min-height:32px!important}.FIE_zoom-menu-kbd{color:var(--me-fg-muted,#9a9aa3);margin-left:auto}#SfxPopper,.SfxMenu-root,.SfxPopper-root,.SfxPopper-wrapper,[class*=SfxPopper]{z-index:2147483000!important;overflow:visible!important;max-width:92vw}#SfxPopper,#SfxPopup{position:fixed!important;inset:0!important;pointer-events:none!important}#SfxPopper>*,#SfxPopup>*,.SfxMenu-Overlay,.SfxMenu-root,.SfxPopper-root,.SfxPopper-wrapper{pointer-events:auto!important}[class*=SfxPopper] [class*=content],[class*=SfxPopper] [class*=wrapper]{overflow:visible!important;flex-wrap:wrap}#SfxPopper .SfxMenu-root,#SfxPopup .SfxMenu-root,.SfxMenu-Overlay,.SfxMenu-Overlay>*,.SfxMenu-root,.SfxMenu-root [role=menu],.SfxMenu-root ul,.SfxMenu-root>*{max-width:min(360px,calc(100vw - 32px))!important;box-sizing:border-box!important}.SfxMenu-Overlay>*,.SfxMenu-root [role=menu],.SfxMenu-root ul,.SfxMenu-root>*{max-height:min(520px,calc(100dvh - 96px))!important;overflow:auto!important}.SfxMenu-root [role=menuitem],.SfxMenu-root button,.SfxMenu-root li{min-height:32px!important;box-sizing:border-box!important}@media (min-width:761px){.FIE_topbar{display:grid!important;grid-template-columns:minmax(160px,1fr) auto minmax(160px,1fr);align-items:center;gap:16px}.FIE_topbar>*{grid-row:1}.FIE_topbar-control-buttons{grid-column:1;justify-self:start;margin-right:0!important;order:unset!important;width:-moz-max-content;width:max-content;z-index:2}.FIE_topbar-center-options{grid-column:1/-1;justify-self:center;margin:0!important;order:unset!important;z-index:1}.FIE_topbar-buttons-wrapper{grid-column:3;justify-self:end;order:unset!important}.FIE_topbar>div:not(.FIE_topbar-buttons-wrapper):not(.FIE_topbar-center-options):not(.FIE_topbar-control-buttons){grid-column:1;justify-self:start;margin-right:0!important;order:unset!important;width:-moz-max-content;width:max-content;z-index:2}}.FIE_buttons-close-btn{display:none!important}.FIE_tools-bar-wrapper{max-width:720px!important;width:100%!important}.FIE_tool-options-wrapper:has(.FIE_rotate-slider)>div{flex:1 1 auto!important;max-width:600px!important}.SfxSlider-root.FIE_rotate-slider{flex:1 1 auto!important;width:100%!important;min-width:420px!important}.FIE_rotate-options{width:100%!important}.FIE_rotate-value{flex:0 0 auto;min-width:58px;height:28px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;font-variant-numeric:tabular-nums;color:var(--me-fg,#f1f1f4);background:color-mix(in srgb,var(--me-fg,#f1f1f4) 12%,transparent);border:1px solid color-mix(in srgb,var(--me-fg,#f1f1f4) 12%,transparent)}.SfxRotationSlider-list{width:100%!important;position:relative!important}.SfxRotationSlider-small-dot{background:color-mix(in srgb,var(--me-fg,#f1f1f4) 32%,transparent)!important}.SfxRotationSlider-big-dot{background:color-mix(in srgb,var(--me-fg,#f1f1f4) 55%,transparent)!important}.SfxRotationSlider-control{background:var(--me-accent,#7c7cf0)!important}.SfxRotationSlider-mark-text{opacity:.7}.FIE_canvas-container{padding:0;background:transparent!important}.FIE_canvas-node{border-radius:8px;overflow:hidden}.FIE_canvas-node:after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:8px;box-shadow:none}.me-fullscreen-host.me-is-fullscreen .FIE_root,.me-fullscreen-host.me-is-fullscreen [data-testid=FIE-root],.me-fullscreen-host:fullscreen .FIE_root,.me-fullscreen-host:fullscreen [data-testid=FIE-root]{height:100%!important;border:0!important;border-radius:0!important;background:#030303!important;overflow:visible!important}.me-fullscreen-host.me-is-fullscreen .FIE_topbar,.me-fullscreen-host:fullscreen .FIE_topbar{position:absolute!important;inset:0 0 auto 0!important;height:64px!important;padding:0!important;border:0!important;background:transparent!important;z-index:70!important;pointer-events:none!important}.me-fullscreen-host.me-is-fullscreen .FIE_topbar-center-options,.me-fullscreen-host:fullscreen .FIE_topbar-center-options{position:absolute!important;top:16px!important;left:calc(50% + 124px)!important;transform:translateX(-50%)!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;height:34px!important;margin:0!important;z-index:72!important;pointer-events:auto!important}.me-fullscreen-host.me-is-fullscreen .FIE_topbar-control-buttons,.me-fullscreen-host:fullscreen .FIE_topbar-control-buttons{position:absolute!important;top:16px!important;left:calc(50% - 170px)!important;transform:translateX(-50%)!important;height:32px!important;padding:0 6px!important;border-radius:999px!important;background:rgba(17,17,18,.68)!important;border:1px solid hsla(0,0%,100%,.12)!important;pointer-events:auto!important;backdrop-filter:blur(10px)}.me-fullscreen-host.me-is-fullscreen .FIE_topbar-buttons-wrapper,.me-fullscreen-host:fullscreen .FIE_topbar-buttons-wrapper{position:absolute!important;top:16px!important;right:16px!important;margin:0!important;pointer-events:auto!important}.me-fullscreen-host.me-is-fullscreen .FIE_topbar-tabs-navbar-toggle_btn,.me-fullscreen-host:fullscreen .FIE_topbar-tabs-navbar-toggle_btn{display:none!important}.me-fullscreen-host.me-is-fullscreen .FIE_topbar-buttons-wrapper button,.me-fullscreen-host:fullscreen .FIE_topbar-buttons-wrapper button{min-height:32px!important;border-radius:999px!important}.me-fullscreen-host.me-is-fullscreen .FIE_tabs,.me-fullscreen-host.me-is-fullscreen .FIE_tabs-navbar,.me-fullscreen-host.me-is-fullscreen .FIE_tabs_navbar,.me-fullscreen-host:fullscreen .FIE_tabs,.me-fullscreen-host:fullscreen .FIE_tabs-navbar,.me-fullscreen-host:fullscreen .FIE_tabs_navbar{position:absolute!important;left:16px!important;top:50%!important;transform:translateY(-50%)!important;width:96px!important;min-width:96px!important;height:auto!important;max-height:calc(100dvh - 128px)!important;padding:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:16px!important;z-index:60!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow-x:visible!important;overflow-y:auto!important}.me-fullscreen-host.me-is-fullscreen .FIE_tabs .FIE_tab,.me-fullscreen-host.me-is-fullscreen .FIE_tabs_navbar .FIE_tab,.me-fullscreen-host:fullscreen .FIE_tabs .FIE_tab,.me-fullscreen-host:fullscreen .FIE_tabs_navbar .FIE_tab{width:var(--me-editor-tool-button-width,72px)!important;min-height:var(--me-editor-tool-button-height,66px)!important;margin:0 auto!important;box-sizing:border-box!important}.me-fullscreen-host.me-is-fullscreen .FIE_main-container,.me-fullscreen-host:fullscreen .FIE_main-container{height:100%!important;min-height:0!important;overflow:visible!important;background:#030303!important}.me-fullscreen-host.me-is-fullscreen .FIE_editor-content,.me-fullscreen-host:fullscreen .FIE_editor-content{box-sizing:border-box!important;width:100%!important;max-width:100vw!important;max-height:100dvh!important;height:100%!important;min-height:0!important;padding:72px 96px 72px 128px!important;overflow:hidden!important;background:#030303!important}.me-fullscreen-host.me-is-fullscreen .FIE_tool-options-wrapper,.me-fullscreen-host.me-is-fullscreen .FIE_tools,.me-fullscreen-host.me-is-fullscreen .FIE_tools-bar,.me-fullscreen-host.me-is-fullscreen .FIE_tools-bar-wrapper,.me-fullscreen-host:fullscreen .FIE_tool-options-wrapper,.me-fullscreen-host:fullscreen .FIE_tools,.me-fullscreen-host:fullscreen .FIE_tools-bar,.me-fullscreen-host:fullscreen .FIE_tools-bar-wrapper{position:relative!important;z-index:80!important;overflow:visible!important}.me-fullscreen-host.me-is-fullscreen .SfxMenu-root,.me-fullscreen-host.me-is-fullscreen .SfxPopper-root,.me-fullscreen-host.me-is-fullscreen .SfxPopper-wrapper,.me-fullscreen-host.me-is-fullscreen [class*=SfxPopper],.me-fullscreen-host:fullscreen .SfxMenu-root,.me-fullscreen-host:fullscreen .SfxPopper-root,.me-fullscreen-host:fullscreen .SfxPopper-wrapper,.me-fullscreen-host:fullscreen [class*=SfxPopper]{z-index:2147483000!important;overflow:visible!important}.me-fullscreen-host.me-is-fullscreen .FIE_canvas-container,.me-fullscreen-host:fullscreen .FIE_canvas-container{box-sizing:border-box!important;width:100%!important;max-width:100%!important;max-height:100%!important;height:100%!important;min-height:0!important;padding:0!important;background:#030303!important;overflow:hidden!important}.me-fullscreen-host.me-is-fullscreen .FIE_canvas-node,.me-fullscreen-host:fullscreen .FIE_canvas-node{border-radius:0!important}.me-fullscreen-host.me-is-fullscreen .FIE_canvas-node:after,.me-fullscreen-host:fullscreen .FIE_canvas-node:after{border-radius:0!important;box-shadow:none!important}.SfxColorPicker-root .SfxColorPicker-hex-input,.SfxColorPicker-root .SfxColorPicker-hex-input .SfxInput-Base,.SfxColorPicker-root .SfxColorPicker-hex-input .SfxInput-root,.SfxColorPicker-root .SfxColorPicker-hex-input input,.SfxColorPicker-root .SfxColorPicker-rgb-input,.SfxColorPicker-root .SfxColorPicker-rgb-input .SfxInput-Base,.SfxColorPicker-root .SfxColorPicker-rgb-input .SfxInput-root,.SfxColorPicker-root .SfxColorPicker-rgb-input input{background:color-mix(in srgb,var(--me-fg,#ededf0) 16%,transparent)!important;color:var(--me-fg,#ededf0)!important;-webkit-text-fill-color:var(--me-fg,#ededf0)!important;caret-color:var(--me-fg,#ededf0)!important;border-color:color-mix(in srgb,var(--me-fg,#ededf0) 24%,transparent)!important}.SfxColorPicker-root .SfxColorPicker-hex-input input::-moz-placeholder,.SfxColorPicker-root .SfxColorPicker-rgb-input input::-moz-placeholder{color:var(--me-fg-muted,#9a9aa3)!important;-webkit-text-fill-color:var(--me-fg-muted,#9a9aa3)!important;opacity:1!important}.SfxColorPicker-root .SfxColorPicker-hex-input input::placeholder,.SfxColorPicker-root .SfxColorPicker-rgb-input input::placeholder{color:var(--me-fg-muted,#9a9aa3)!important;-webkit-text-fill-color:var(--me-fg-muted,#9a9aa3)!important;opacity:1!important}.SfxColorPicker-root .SfxColorPicker-select,.SfxColorPicker-root .SfxColorPicker-select *{color:var(--me-fg,#ededf0)!important;-webkit-text-fill-color:var(--me-fg,#ededf0)!important}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.tippy-box[data-animation=scale][data-placement^=top]{transform-origin:bottom}.tippy-box[data-animation=scale][data-placement^=bottom]{transform-origin:top}.tippy-box[data-animation=scale][data-placement^=left]{transform-origin:right}.tippy-box[data-animation=scale][data-placement^=right]{transform-origin:left}.tippy-box[data-animation=scale][data-state=hidden]{transform:scale(.5);opacity:0}