@keyframes EditorHandle_subtlePulse__I4Oqc{0%,93%{box-shadow:var(--shadow-low)}95%{box-shadow:var(--shadow-medium),0 0 12px 2px rgba(255,107,53,.4)}97%{box-shadow:var(--shadow-high),0 0 20px 4px rgba(247,147,30,.5)}to{box-shadow:var(--shadow-low)}}@keyframes EditorHandle_hoverPop__91PRV{0%{transform:translateY(-50%) scale(1)}40%{transform:translateY(-50%) scale(1.08)}70%{transform:translateY(-50%) scale(.98)}to{transform:translateY(-50%) scale(1.03)}}.EditorHandle_editorHandle__wUA91{width:24px;min-width:24px;max-width:24px;animation:EditorHandle_subtlePulse__I4Oqc 15s ease-in-out infinite;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:var(--shadow-low);transition:filter .2s ease,box-shadow .2s ease}.EditorHandle_editorHandle__wUA91:hover{animation:EditorHandle_hoverPop__91PRV .35s cubic-bezier(.34,1.56,.64,1) forwards,EditorHandle_subtlePulse__I4Oqc 15s ease-in-out infinite;filter:brightness(1.08);box-shadow:0 4px 12px rgba(0,0,0,.15),0 0 10px 2px rgba(255,107,53,.35)}.EditorHandle_editorHandle__wUA91:active{transform:translateY(-50%) scale(.96);filter:brightness(.95);transition:transform .1s ease,filter .1s ease}.EditorHandle_editorHandleText__pX2Y0{writing-mode:vertical-rl;-webkit-text-orientation:mixed;text-orientation:mixed;font-size:13px;font-weight:600;letter-spacing:2px;color:hsla(0,0%,100%,.95);text-shadow:0 1px 2px rgba(0,0,0,.2);white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}@media (max-width:768px){.EditorHandle_editorHandle__wUA91{width:8px;min-width:8px;max-width:8px}.EditorHandle_editorHandleText__pX2Y0{display:none}}@media (prefers-reduced-motion:reduce){.EditorHandle_editorHandle__wUA91{animation:none}}.EditorHandle_editorHandleContainer__4FCXW{position:fixed;top:0;bottom:0;z-index:100;width:8px;pointer-events:none}.EditorHandle_editorHandleLeft__oW0tc{left:0}.EditorHandle_editorHandleRight__teH2j{right:0}.EditorHandle_editorHandleButton__OVMIo{position:fixed;right:0;top:50%;transform:translateY(-50%);width:8px;height:100px;background:linear-gradient(135deg,var(--brand-orange),var(--brand-orange),var(--accent-yellow));border-radius:var(--radius) 0 0 var(--radius);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:100;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border:none;outline:none;pointer-events:auto;touch-action:none;-webkit-tap-highlight-color:transparent;padding:0;margin:0}.EditorHandle_editorHandleButton__OVMIo:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;padding-right:12px;margin-right:-12px}@media (max-width:768px){.EditorHandle_editorHandleButton__OVMIo:before{padding-right:20px;margin-right:-20px}}.EditorHandle_editorHandleButton__OVMIo:hover{width:12px;transform:translateY(-50%) translateX(-4px);box-shadow:0 4px 6px -2px rgba(0,0,0,.05)}.EditorHandle_editorHandleButton__OVMIo:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,hsla(0,0%,100%,.1),transparent 50%);border-radius:inherit;opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.EditorHandle_editorHandleButton__OVMIo:hover:after{opacity:1}.EditorHandle_editorHandleButtonLeft__H6AuL{right:auto;left:0;border-radius:0 var(--radius) var(--radius) 0}.EditorHandle_editorHandleButtonLeft__H6AuL:hover{transform:translateY(-50%) translateX(4px)}.EditorHandle_editorHandleIcon__cFw4j{display:none}.EditorHandle_editorHandleButton__OVMIo:focus{outline:none;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 0 0 2px rgba(255,154,0,.5)}.EditorHandle_editorHandleButton__OVMIo:focus-visible{outline:none}@media (prefers-reduced-motion:reduce){.EditorHandle_editorHandleButton__OVMIo,.EditorHandle_editorHandleButton__OVMIo:after{transition:none}}.EditorOverlay_backdrop__o0rq6{position:fixed;inset:0;z-index:var(--z-modal-backdrop);display:flex;align-items:stretch;justify-content:flex-end;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;pointer-events:none;transition:opacity var(--duration-medium) var(--ease-standard)}:root[data-theme=dark] .EditorOverlay_backdrop__o0rq6{background:rgba(0,0,0,.15)}:root[data-theme=light] .EditorOverlay_backdrop__o0rq6{background:rgba(0,0,0,.08)}.EditorOverlay_panel__ssZk1{position:relative;z-index:var(--z-modal);display:flex;flex-direction:column;width:50vw;min-width:400px;max-width:1535px;height:100vh;background:var(--surface-1);box-shadow:var(--shadow-extreme);overflow:visible;transition:all var(--duration-medium) var(--ease-standard);pointer-events:auto;overscroll-behavior:contain}.EditorOverlay_closeButton__OE_LJ{position:absolute;top:var(--space-2);right:var(--space-2);z-index:calc(var(--z-modal) + 10);width:36px;height:36px;padding:var(--space-2);background:transparent;border:none;border-radius:var(--radius);color:var(--text-tertiary);cursor:pointer;transition:all var(--duration-micro) var(--ease-micro);display:flex;align-items:center;justify-content:center}.EditorOverlay_closeButton__OE_LJ:hover{background:var(--surface-3);color:var(--text-primary);transform:translateY(-1px);box-shadow:var(--shadow-low)}.EditorOverlay_closeButton__OE_LJ:active{transform:translateY(0);box-shadow:none}.EditorOverlay_closeButton__OE_LJ:focus-visible{outline:none}.EditorOverlay_closeButton__OE_LJ svg{width:20px;height:20px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.EditorOverlay_resizeHandle__Tr_6v{position:absolute;top:0;bottom:0;width:6px;height:auto;background:linear-gradient(180deg,#ff883b,#ffb45a);border-radius:var(--radius);cursor:ew-resize;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:var(--z-modal);opacity:.6;transition:opacity var(--duration-micro) var(--ease-micro),width var(--duration-micro) var(--ease-micro);pointer-events:auto;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@keyframes EditorOverlay_resizeHandlePulse__phT3J{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes EditorOverlay_resizeHandleFillUp__s6jjP{0%{background-position:0 100%;opacity:.6}40%{background-position:0 0;opacity:1}70%{background-position:0 0;opacity:1}to{background-position:0 0;opacity:.6}}.EditorOverlay_resizeHandleIntro__u9C3V{background:linear-gradient(0deg,#ffc88c 0,#ff883b 50%,transparent 0,transparent);background-size:100% 200%;background-position:0 100%;animation:EditorOverlay_resizeHandleFillUp__s6jjP 2.5s cubic-bezier(.4,0,.2,1) forwards}.EditorOverlay_resizeHandleIntro__u9C3V:before{animation:EditorOverlay_resizeHandlePulse__phT3J .8s ease-in-out 3}.EditorOverlay_resizeHandle__Tr_6v:before{content:"›\A›\A›";white-space:pre;font-size:16px;font-weight:700;line-height:3;letter-spacing:0;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3);animation:EditorOverlay_resizeHandlePulse__phT3J 3s ease-in-out infinite}.EditorOverlay_resizeHandleLeft__7Gs1e{left:-6px;border-radius:var(--radius) 0 0 var(--radius)}.EditorOverlay_resizeHandleLeft__7Gs1e:before{content:"‹\A‹\A‹";line-height:3}.EditorOverlay_resizeHandleRight__8VKtx{right:-6px;border-radius:0 var(--radius) var(--radius) 0}.EditorOverlay_resizeHandleActive__wWeYH,.EditorOverlay_resizeHandle__Tr_6v:hover{opacity:1;width:10px}.EditorOverlay_resizeHandleIdle__hzKuz{opacity:.15}.EditorOverlay_resizeHandleIdle__hzKuz:hover{opacity:1}@media (max-width:767px){.EditorOverlay_resizeHandle__Tr_6v{width:5px;opacity:.55}.EditorOverlay_resizeHandleLeft__7Gs1e{left:-5px}.EditorOverlay_resizeHandleRight__8VKtx{right:-5px}.EditorOverlay_resizeHandle__Tr_6v:before{font-size:10px;line-height:2}.EditorOverlay_resizeHandleActive__wWeYH,.EditorOverlay_resizeHandle__Tr_6v:hover{width:8px;opacity:1}}@media (min-width:7680px){.EditorOverlay_panel__ssZk1{width:25vw;max-width:6144px}}@media (min-width:5120px) and (max-width:7679px){.EditorOverlay_panel__ssZk1{width:30vw;max-width:6143px}}@media (min-width:3440px) and (max-width:5119px){.EditorOverlay_panel__ssZk1{width:35vw;max-width:4095px}}@media (min-width:2560px) and (max-width:3439px){.EditorOverlay_panel__ssZk1{width:40vw;max-width:2751px}}@media (min-width:1920px) and (max-width:2559px){.EditorOverlay_panel__ssZk1{width:45vw;max-width:2047px}}@media (min-width:1280px) and (max-width:1535px){.EditorOverlay_panel__ssZk1{width:50vw;max-width:1228px}}@media (min-width:1024px) and (max-width:1279px){.EditorOverlay_panel__ssZk1{width:55vw;max-width:1023px}}@media (min-width:768px) and (max-width:1023px){.EditorOverlay_panel__ssZk1{width:65vw;max-width:700px}}@media (min-width:640px) and (max-width:767px){.EditorOverlay_panel__ssZk1{width:85vw;min-width:280px;max-width:640px}}@media (min-width:480px) and (max-width:639px){.EditorOverlay_panel__ssZk1{width:90vw;min-width:280px;max-width:560px}}@media (max-width:479px){.EditorOverlay_panel__ssZk1{width:100vw;max-width:100vw;min-width:100vw}}@media (max-width:767px){.EditorOverlay_panel__ssZk1{max-height:100dvh;height:calc(100vh - env(safe-area-inset-bottom, 0px));height:100dvh;padding-bottom:env(safe-area-inset-bottom,0)}.EditorOverlay_closeButton__OE_LJ{width:32px;height:32px}.EditorOverlay_closeButton__OE_LJ svg{width:18px;height:18px}}.EditorOverlay_panelLeft__ugsZZ{border-radius:0 var(--radius) var(--radius) 0}.EditorOverlay_panelRight__YUWQH{border-radius:var(--radius) 0 0 var(--radius)}@media (max-width:767px){.EditorOverlay_panelLeft__ugsZZ,.EditorOverlay_panelRight__YUWQH{border-radius:0}}@media (prefers-reduced-motion:reduce){.EditorOverlay_resizeHandleIntro__u9C3V,.EditorOverlay_resizeHandleIntro__u9C3V:before,.EditorOverlay_resizeHandle__Tr_6v,.EditorOverlay_resizeHandle__Tr_6v:before{animation:none;transition:none}}.ActivePanelRenderer_container__gjnGe{display:flex;flex-direction:column;height:100%;width:100%}.ActivePanelRenderer_autoSaveWrapper__nibo3{padding:var(--space-1) var(--space-4)}.ActivePanelRenderer_panelContent__DaP0T{flex:1 1;display:flex;flex-direction:column;min-height:0;overscroll-behavior:contain}@media (max-width:767px){.ActivePanelRenderer_panelContent__DaP0T{overscroll-behavior:contain}}.ActivePanelRenderer_fallbackPanel___XEiK{padding:var(--space-4);color:var(--text-tertiary)}