.v2-editor-shell--stage-framer{--v2-stage-topbar-h:48px;--v2-stage-sidebar-w:240px;--v2-stage-props-w:280px;--v2-stage-bottom-h:148px;--v2-stage-scroll-strip-h:32px;--v2-stage-shell-bg:#ffffff;--v2-stage-canvas-bg:#ececec;--v2-stage-border:rgba(0,0,0,0.08);--v2-stage-text:rgba(0,0,0,0.9);--v2-stage-text-muted:rgba(0,0,0,0.45);--v2-stage-accent:#0099ff;background:var(--v2-stage-shell-bg)!important;color:var(--v2-stage-text)}.v2-editor-shell--stage-framer[data-viewport-full=true]{background:transparent!important}.v2-editor-shell--stage-framer[data-stage-edit=true]{--v2-stage-bottom-inset:0}.v2-editor-shell--stage-framer[data-stage-edit=true] .v2-stage-edit-column{padding-bottom:0}.v2-stage-shell{position:relative;display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.v2-legacy-editor-banner{display:flex;align-items:center;justify-content:center;gap:12px;padding:6px 12px;font-size:12px;font-weight:600;color:#0d0d0d;background:#f2d022;border-bottom:1px solid rgba(0,0,0,.12);z-index:120}.v2-legacy-editor-banner a{color:inherit;text-decoration:underline}.v2-stage-shell__topbar:not(.v2-stage-shell__topbar--glass){position:relative;z-index:60;flex-shrink:0;display:flex;align-items:center;gap:8px;height:var(--v2-stage-topbar-h);padding:0 12px;border-bottom:1px solid var(--v2-stage-border);background:var(--v2-stage-shell-bg);box-shadow:0 1px 0 rgba(0,0,0,.04)}.v2-stage-shell__topbar--glass{position:absolute;top:0;left:0;right:0;z-index:62;flex-shrink:0;display:flex;align-items:flex-start;gap:10px;height:auto;min-height:var(--v2-stage-topbar-h);padding:10px 14px;justify-content:space-between;background:transparent;border:none;box-shadow:none;pointer-events:none}.v2-stage-shell:has(>.v2-stage-shell__topbar--unified){--v2-stage-shell-chrome-inset:0px}.v2-stage-shell:has(>.v2-stage-shell__topbar--unified) .v2-stage-shell__overlay-panel:before{display:none}.v2-stage-shell:has(>.v2-stage-shell__topbar--unified) .v2-stage-shell__overlay-scroll-inner{padding-top:0}.v2-stage-shell:has(>.v2-stage-shell__topbar--unified) .v2-stage-shell__overlay-header{top:0}.v2-stage-shell:has(>.v2-stage-shell__topbar--unified) .v2-stage-shell__sidebar-tabs{top:30px}.v2-stage-shell:has(>.v2-stage-shell__topbar--unified) .v2-stage-shell__overlay-left:not(:has(.v2-stage-shell__overlay-header)) .v2-stage-shell__sidebar-tabs{top:0}.v2-stage-shell:has(>.v2-stage-shell__topbar--unified) .v2-inspector-kind-badge{position:sticky;top:0;z-index:6}.v2-stage-shell__workspace{position:absolute;inset:0;z-index:1;overflow:hidden}.v2-stage-shell__topbar-title{flex:1;text-align:center;font-size:13px;font-weight:500;color:var(--v2-stage-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v2-stage-shell__topbar-actions{display:flex;align-items:center;gap:6px}.v2-stage-shell__btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:6px 10px;border-radius:6px;border:1px solid var(--v2-stage-border);background:#fff;color:var(--v2-stage-text);font-size:12px;font-weight:500;cursor:pointer;text-decoration:none}.v2-stage-shell__btn:hover{background:rgba(0,0,0,.03)}.v2-stage-shell__btn--primary{background:var(--v2-stage-accent);border-color:var(--v2-stage-accent);color:#fff}.v2-stage-shell__btn--ghost{border-color:transparent;background:transparent}.v2-stage-shell__body{flex:1;min-height:0;display:flex;overflow:hidden}.v2-stage-shell__center--full{position:absolute;inset:0;z-index:1}.v2-stage-shell__overlay-left,.v2-stage-shell__overlay-right{position:absolute;z-index:40;display:flex;flex-direction:column;pointer-events:none;transition:transform .22s ease,opacity .18s ease}.v2-stage-shell__overlay-left{top:0;left:0;bottom:var(--v2-shell-timeline-offset,0);width:var(--v2-stage-sidebar-w);transform:translateX(calc(-100% - 8px));opacity:0}.v2-stage-shell__overlay-left[data-open=true]{transform:translateX(0);opacity:1;pointer-events:auto}.v2-stage-shell__overlay-right{top:0;right:0;bottom:var(--v2-shell-timeline-offset,0);width:var(--v2-stage-props-w);transform:translateX(calc(100% + 8px));opacity:0}.v2-stage-shell__overlay-right[data-open=true]{transform:translateX(0);opacity:1;pointer-events:auto}.v2-stage-shell[data-canvas-drag=true] .v2-stage-shell__overlay-left[data-open=true]{transform:translateX(calc(-100% - 8px));opacity:0;pointer-events:none;transition:none}.v2-stage-shell[data-canvas-drag=true] .v2-stage-shell__overlay-right[data-open=true]{transform:translateX(calc(100% + 8px));opacity:0;pointer-events:none;transition:none}.v2-stage-shell[data-canvas-drag=true] .v2-stage-shell__bottom--overlay,.v2-stage-shell[data-canvas-drag=true] .v2-stage-shell__edge-tab{opacity:0;pointer-events:none;transition:none}.v2-stage-shell__overlay-panel{position:relative;display:flex;flex-direction:column;flex:1;min-height:0;height:100%;background:var(--v2-stage-shell-bg);border:1px solid var(--v2-stage-border);box-shadow:0 12px 40px rgba(0,0,0,.14);overflow:hidden}.v2-stage-shell__overlay-panel:before{content:"";position:absolute;top:0;left:0;right:0;z-index:8;height:var(--v2-stage-shell-chrome-inset,var(--v2-stage-topbar-h));background:var(--v2-stage-shell-bg);pointer-events:none}.v2-stage-shell__overlay-scroll{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.v2-stage-shell__overlay-panel>.v2-stage-shell__overlay-scroll,.v2-stage-shell__properties>.v2-stage-shell__overlay-scroll{flex:1;min-height:0}.v2-stage-shell__overlay-scroll-inner{padding-top:var(--v2-stage-shell-chrome-inset,var(--v2-stage-topbar-h));min-height:100%;box-sizing:border-box}.v2-stage-shell__overlay-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:8px;height:36px;padding:0 8px 0 12px;border-bottom:1px solid var(--v2-stage-border);background:var(--v2-stage-shell-bg);position:sticky;top:var(--v2-stage-shell-chrome-inset,var(--v2-stage-topbar-h));z-index:5}.v2-stage-shell__overlay-left .v2-stage-shell__overlay-panel{border-left:none;border-top:none;border-bottom:none;border-radius:0}.v2-stage-shell__overlay-right .v2-stage-shell__properties{border-right:none;border-top:none;border-bottom:none;border-radius:0;width:100%;height:100%;display:flex;flex-direction:column;min-height:0;overflow:hidden}.v2-stage-shell__overlay-title{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--v2-stage-text-muted)}.v2-stage-shell__overlay-close{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:6px;background:transparent;color:var(--v2-stage-text-muted);cursor:pointer}.v2-stage-shell__overlay-close:hover{background:rgba(0,0,0,.05);color:var(--v2-stage-text)}.v2-stage-shell__edge-tab{position:absolute;z-index:38;display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border:1px solid var(--v2-stage-border);background:var(--v2-stage-shell-bg);color:var(--v2-stage-text);font-size:11px;font-weight:600;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.1)}.v2-stage-shell__edge-tab--left{top:50%;left:0;transform:translateY(-50%);border-left:none;border-radius:0 8px 8px 0}.v2-stage-shell__edge-tab--right{top:50%;right:0;transform:translateY(-50%);border-right:none;border-radius:8px 0 0 8px}.v2-stage-shell__edge-tab--bottom{left:50%;bottom:8px;transform:translateX(-50%);border-radius:8px 8px 0 0}.v2-stage-shell__edge-tab:hover{background:#fff}.v2-stage-shell__btn[data-active=true]{background:rgba(0,153,255,.1);border-color:rgba(0,153,255,.35);color:#0077cc}.v2-stage-shell__properties-body{flex:1;min-height:0;min-width:0;display:flex;flex-direction:column;overflow:visible}.v2-editor-shell--stage-framer .v2-stage-shell__properties-body{overflow:visible}.v2-stage-shell__properties-body>.v2-docked-inspector{flex:1;min-height:0;min-width:0;width:100%;max-width:100%}.v2-stage-shell__bottom--overlay{position:absolute;left:0;right:0;bottom:0;z-index:35;overflow:visible;min-height:unset;max-height:none;display:flex;flex-direction:column;border-top:1px solid var(--v2-stage-border);background:var(--v2-stage-shell-bg);box-shadow:0 -8px 32px rgba(0,0,0,.1)}.v2-stage-shell__bottom--floating{right:auto;bottom:auto;border:1px solid var(--v2-stage-border);border-radius:10px;box-shadow:0 12px 40px rgba(0,0,0,.16),inset 0 0 0 1px rgba(255,255,255,.65);z-index:45}.v2-stage-shell__bottom--floating .v2-stage-shell__timeline-resize{border-radius:10px 10px 0 0}.v2-stage-shell__bottom--overlay .v2-stage-shell__timeline{flex:1;min-height:0}.v2-stage-shell__timeline-resize{flex-shrink:0;height:6px;cursor:ns-resize;background:transparent;position:relative}.v2-stage-shell__timeline-resize:after{content:"";position:absolute;left:50%;top:2px;width:40px;height:3px;margin-left:-20px;border-radius:999px;background:rgba(0,0,0,.14)}.v2-stage-shell__timeline-resize:hover:after{background:rgba(0,153,255,.45)}.v2-stage-shell__bottom-toolbar{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;height:28px;padding:0 8px 0 4px;border-bottom:1px solid var(--v2-stage-border);background:var(--v2-panel-bg-subtle,#fafafa);cursor:grab;touch-action:none;user-select:none}.v2-stage-shell__bottom-toolbar:active{cursor:grabbing}.v2-stage-shell__bottom-toolbar-start{display:inline-flex;align-items:center;gap:6px;min-width:0}.v2-stage-shell__bottom-toolbar-actions{display:inline-flex;align-items:center;gap:2px}.v2-stage-shell__bottom-drag-handle{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:none;border-radius:4px;background:transparent;color:var(--v2-stage-text-muted);pointer-events:none}.v2-stage-shell__bottom-toolbar-hint{font-size:9px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#c2410c;padding:1px 5px;border-radius:999px;background:rgba(234,88,12,.1)}.v2-stage-shell__bottom-dock-btn{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;border:none;border-radius:6px;background:transparent;color:var(--v2-stage-text-muted);cursor:pointer}.v2-stage-shell__bottom-dock-btn:hover{background:rgba(0,153,255,.12);color:#0077cc}.v2-stage-shell__bottom-toolbar-label{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--v2-stage-text-muted)}.v2-stage-shell__overlay-left .v2-stage-shell__sidebar{flex:1;width:100%;min-height:0;border:none;border-radius:0}.v2-stage-shell__sidebar{width:var(--v2-stage-sidebar-w);flex-direction:column;border-right:1px solid var(--v2-stage-border);min-height:0}.v2-stage-shell__sidebar,.v2-stage-shell__sidebar-tabs{flex-shrink:0;display:flex;background:var(--v2-stage-shell-bg)}.v2-stage-shell__sidebar-tabs{border-bottom:1px solid var(--v2-stage-border);position:sticky;top:calc(var(--v2-stage-shell-chrome-inset, var(--v2-stage-topbar-h)) + 36px);z-index:4}.v2-editor-shell--stage-framer .v2-stage-shell__overlay-left:not(:has(.v2-stage-shell__overlay-header)) .v2-stage-shell__sidebar-tabs{top:var(--v2-stage-shell-chrome-inset,var(--v2-stage-topbar-h))}.v2-stage-shell__sidebar-tab{flex:1;padding:10px 6px;background:transparent;color:var(--v2-stage-text-muted);font-size:11px;font-weight:600;cursor:pointer;border:none;border-bottom:2px solid transparent}.v2-stage-shell__sidebar-tab[data-active=true]{color:var(--v2-stage-text);border-bottom-color:var(--v2-stage-accent)}.v2-stage-shell__sidebar-body{flex:1;min-height:0;overflow:visible}.v2-editor-shell--stage-framer .v2-stage-shell__sidebar-body{overflow:visible}.v2-stage-shell__sidebar-body .v2-layers-panel--shell{min-height:100%}.v2-stage-shell__center{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column}.v2-stage-shell__center,.v2-stage-shell__center .v2-stage-edit-column{background:var(--v2-stage-canvas-bg)}.v2-stage-shell__properties{width:var(--v2-stage-props-w);flex-shrink:0;display:flex;flex-direction:column;border-left:1px solid var(--v2-stage-border);background:var(--v2-stage-shell-bg);min-height:0;overflow:hidden}.v2-stage-shell__properties-empty{flex:1;display:flex;align-items:center;justify-content:center;padding:24px 16px;text-align:center;font-size:12px;color:var(--v2-stage-text-muted);line-height:1.5}.v2-stage-shell__bottom{flex-shrink:0;display:flex;flex-direction:column;border-top:1px solid var(--v2-stage-border);background:var(--v2-stage-shell-bg);overflow:hidden}.v2-stage-shell__bottom:not(.v2-stage-shell__bottom--overlay){height:var(--v2-stage-bottom-h);min-height:var(--v2-stage-bottom-h);max-height:var(--v2-stage-bottom-h)}.v2-stage-shell__bottom .v2-scroll-mini-strip{height:var(--v2-stage-scroll-strip-h);min-height:var(--v2-stage-scroll-strip-h);padding:4px 12px;border-top:none;border-bottom:1px solid var(--v2-stage-border);overflow:visible}.v2-stage-shell__timeline{flex:1;min-height:0;overflow:hidden;background:var(--v2-stage-shell-bg)}.v2-stage-shell__timeline .v2-timeline-panel{height:100%;min-height:0;background:var(--v2-stage-shell-bg);color:var(--v2-stage-text)}.v2-editor-shell--stage-framer .v2-stage-shell__timeline .v2-timeline-panel__scroll{padding:6px 12px 8px;background:var(--v2-stage-shell-bg)}.v2-editor-shell--stage-framer .v2-timeline-panel__ruler{background:var(--v2-panel-bg-subtle,#fafafa);border:1px solid var(--v2-stage-border);border-radius:4px}.v2-editor-shell--stage-framer .v2-timeline-panel__track-lane{box-sizing:border-box;background:rgba(0,0,0,.02);border:1px solid var(--v2-stage-border);border-radius:6px}.v2-editor-shell--stage-framer .v2-timeline-clip__body-label{background:rgba(255,255,255,.92);box-shadow:0 0 0 1px rgba(0,0,0,.08)}.v2-docked-inspector{display:flex;flex-direction:column;flex:1;min-height:0;color:var(--v2-text);background:var(--v2-panel-bg,#fff)}.v2-docked-inspector,.v2-docked-inspector .v2-floating-inspector{min-width:0;width:100%;max-width:100%;overflow:visible}.v2-docked-inspector .v2-floating-inspector__header{cursor:default;flex-shrink:0;position:static;top:auto;z-index:auto;padding:6px 10px;background:var(--v2-panel-bg,#fff)}.v2-docked-inspector .v2-floating-inspector__eyebrow,.v2-docked-inspector .v2-floating-inspector__grip{display:none}.v2-docked-inspector .v2-floating-inspector__body{flex:1;min-height:0;min-width:0;overflow:visible}.v2-editor-shell--stage-framer .v2-docked-inspector .v2-floating-inspector__body{overflow:visible}.v2-editor-shell--stage-framer .v2-frame-props .v2-inspector-input,.v2-editor-shell--stage-framer .v2-frame-props__select{background:#fff;color:var(--v2-stage-text,rgba(0,0,0,.9));border-color:var(--v2-stage-border,rgba(0,0,0,.1))}.v2-editor-shell--stage-framer .v2-frame-props .v2-inspector-field__label{color:rgba(0,0,0,.88)}.v2-editor-shell--stage-framer .v2-frame-props .v2-inspector-section__header-title{color:var(--v2-stage-text,rgba(0,0,0,.9))}.v2-stage-shell__properties.v2-stage-shell__overlay-panel{overflow-x:hidden;overflow-y:hidden}.v2-docked-inspector .v2-floating-inspector__body,.v2-docked-inspector .v2-floating-inspector__body-inner,.v2-docked-inspector .v2-inspector-block-list{box-sizing:border-box}.v2-product-insert{display:flex;align-items:center;gap:4px;position:relative}.v2-product-insert__trigger{font-weight:600}.v2-product-insert__menu{position:absolute;top:calc(100% + 4px);left:0;z-index:50;min-width:160px;padding:4px;border-radius:8px;border:1px solid var(--v2-stage-border);background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.12)}.v2-product-insert__item{display:flex;width:100%;align-items:center;gap:8px;padding:8px 10px;border:none;border-radius:6px;background:transparent;font-size:12px;cursor:pointer;text-align:left}.v2-product-insert__item:hover{background:rgba(0,0,0,.04)}.v2-product-pages__list{list-style:none;margin:0;padding:8px}.v2-product-pages__item{display:flex;flex-direction:column;gap:2px;padding:8px 10px;border-radius:6px;background:rgba(0,153,255,.1)}.v2-product-pages__name{font-size:13px;font-weight:600}.v2-product-pages__slug{font-size:10px;color:var(--v2-stage-text-muted)}.v2-product-pages__hint{margin:0;padding:0 10px 8px;font-size:11px;color:var(--v2-stage-text-muted);line-height:1.4}.v2-product-pages__field{padding:0 10px 8px}.v2-product-assets__sections{display:flex;gap:4px;padding:8px 8px 0}.v2-product-assets__section-btn{flex:1;padding:6px 8px;border:1px solid var(--v2-stage-border);border-radius:6px;background:#fff;font-size:11px;font-weight:600;cursor:pointer}.v2-product-assets__section-btn[data-active=true]{border-color:var(--v2-stage-accent);color:var(--v2-stage-accent)}.v2-product-assets__body{flex:1;min-height:0;overflow:auto}.v2-stage-draw-overlay{position:absolute;inset:0;z-index:60;cursor:crosshair}.v2-stage-draw-overlay__preview{position:absolute;border:2px solid var(--v2-stage-accent);background:rgba(0,153,255,.12);pointer-events:none}