.vh-motion-shell{background:#fff}.vh-motion-workspace{--vh-layers-width:15rem;--vh-inspector-width:17.5rem;--vh-inspector-open-width:17.5rem;--vh-workspace-height:clamp(36rem,calc(100svh - 13rem),58rem);--vh-ruler-height:28px;--vh-track-height:36px;--vh-timeline-header-width:var(--vh-layers-width);--vh-timeline-min-height:calc(var(--vh-ruler-height) + var(--vh-track-height) * 2);--vh-timeline-height:var(--vh-timeline-min-height);--vh-accent:#3f6b00;--vh-accent-dark:#325600;--vh-accent-soft:#f0f5e6;--vh-accent-mid:#c5d99a;--vh-playhead:#ff4d4f;--vh-jitter-purple:#7c3aed;--vh-jitter-purple-dark:#6d28d9;--vh-jitter-purple-soft:#ede9fe;--vh-jitter-purple-mid:#c4b5fd;--vh-jitter-purple-light:#ddd6fe;--vh-jitter-row:#fafafe;--vh-jitter-row-alt:#f5f3ff;position:relative;display:grid;grid-template-areas:"layers canvas inspector" "timeline timeline timeline";grid-template-columns:var(--vh-layers-width) minmax(0,1fr) var(--vh-inspector-width);grid-template-rows:minmax(0,1fr) var(--vh-timeline-height);height:var(--vh-workspace-height);min-height:32rem;gap:0;overflow:hidden;border:1px solid #e2e8f0;background:#fff}.vh-motion-layers-slot{grid-area:layers;min-height:0;overflow:hidden;border-right:1px solid #e2e8f0}.vh-motion-left-panel{display:flex;flex-direction:column;height:100%;min-height:0;background:#fff}.vh-motion-left-panel-header{flex:none;border-bottom:1px solid #f1f5f9}.vh-motion-left-panel-header .flex.flex-wrap.gap-1{border-bottom:none}.vh-motion-left-panel-meta{display:block;padding:0 .75rem .5rem;font-size:10px;color:#64748b}.vh-motion-left-panel-body{flex:1;min-height:0;overflow-y:auto;padding:.25rem}.vh-motion-layers-toolbar{flex:none;padding:.5rem .75rem;border-bottom:1px solid #f1f5f9}.vh-motion-add-scene-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;width:100%;border:1px solid #e2e8f0;border-radius:6px;background:#fff;padding:.4rem .65rem;font-size:11px;font-weight:600;color:var(--vh-accent-dark);cursor:pointer;transition:border-color .12s ease,background .12s ease}.vh-motion-add-scene-btn:hover{border-color:var(--vh-accent-mid);background:var(--vh-accent-soft)}.vh-motion-add-scene-btn--block{width:auto;align-self:flex-start}.vh-motion-vf-wrap{grid-area:canvas;position:static;min-height:0;min-width:0;overflow:visible;border-right:1px solid #e2e8f0;background:#f8fafc}.vh-motion-inspector-slot{grid-area:inspector;min-height:0;min-width:0;overflow:hidden;pointer-events:none}.vh-motion-workspace:not(.vh-motion-inspector-open){--vh-inspector-width:0px}.vh-motion-workspace:not(.vh-motion-inspector-open) vf-sidebar{visibility:hidden!important;pointer-events:none!important;opacity:0!important}.vh-motion-inspector-toggle{position:absolute;top:.55rem;right:.65rem;z-index:13;display:inline-flex;align-items:center;gap:.35rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;padding:.35rem .55rem;font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#475569;box-shadow:0 1px 2px rgba(15,23,42,.06);cursor:pointer;transition:border-color .12s ease,color .12s ease,background .12s ease}.vh-motion-inspector-toggle:hover{border-color:#cbd5e1;color:#0f172a;background:#f8fafc}.vh-motion-workspace.vh-motion-inspector-open .vh-motion-inspector-toggle{right:calc(var(--vh-inspector-open-width) + .5rem);transform:translateX(-100%)}.vh-motion-workspace vf-sidebar{position:absolute!important;top:0!important;right:0!important;bottom:var(--vh-timeline-height)!important;width:var(--vh-inspector-width)!important;max-width:var(--vh-inspector-width)!important;height:auto!important;display:flex!important;flex-direction:column!important;grid-area:unset!important;z-index:11;border:none;border-left:1px solid #e2e8f0;border-radius:0!important;background:#fff;overflow-x:hidden;overflow-y:auto;pointer-events:auto}.vh-motion-workspace vf-sidebar vf-sidebar-header{padding:10px 12px 8px;background:#fff;border-bottom:1px solid #f1f5f9}.vh-motion-workspace vf-sidebar vf-sidebar-eyebrow{font-size:10px;letter-spacing:.12em;color:#64748b}.vh-motion-workspace vf-sidebar vf-sidebar-title{font-size:13px;font-weight:600;color:#0f172a}.vh-motion-workspace vf-sidebar vf-sidebar-section-header{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.vh-motion-workspace vf-sidebar button[data-variant=primary]{background:var(--vh-accent);border-color:var(--vh-accent)}.vh-motion-workspace vf-sidebar button[data-variant=primary]:hover:not([disabled]){background:var(--vh-accent-dark);border-color:var(--vh-accent-dark)}.vh-motion-vf-wrap vf-editor[data-theme=light]{--vf-bg:transparent;--vf-panel:#fff;--vf-panel-2:var(--vh-jitter-row);--vf-panel-border:#ebe9f5;--vf-text:#0f172a;--vf-text-dim:#64748b;--vf-text-mute:#94a3b8;--vf-primary:#3f6b00;--vf-selection:var(--vh-jitter-purple);--vf-selection-ring:rgba(124,58,237,.45);--vf-playhead:var(--vh-playhead);--vf-preview-bg:#f8fafc;--vf-gap:0;--vf-panel-gap:0;--vf-titlebar-height:0px;--vf-sidebar-width:0px;--vf-playbar-height:0px;--vf-timeline-height:var(--vh-timeline-height);--vf-timeline-header-width:var(--vh-timeline-header-width);--vf-ruler-height:var(--vh-ruler-height);--vf-track-height:36px;display:grid!important;grid-template-rows:0 minmax(0,1fr) 0 0!important;grid-template-columns:minmax(0,1fr) 0!important;grid-template-areas:"titlebar titlebar" "preview sidebar" "playbar sidebar" "timeline timeline"!important;width:100%;height:100%;min-height:0;padding:0;gap:0;font-family:inherit;font-size:13px;position:static!important;overflow:visible!important}.vh-motion-titlebar-hidden,.vh-motion-vf-wrap vf-playbar{display:none!important}.vh-motion-scenes-workspace{grid-area:preview;display:flex;height:100%;background:#ececee}.vh-motion-canvas-viewport,.vh-motion-scenes-workspace{min-height:0;min-width:0;overflow:hidden;overscroll-behavior:none}.vh-motion-canvas-viewport{position:relative;flex:1;background:radial-gradient(circle at 1px 1px,rgba(148,163,184,.22) 1px,transparent 0) 0 0 /20px 20px,#ececee;cursor:default}.vh-motion-canvas-world{position:absolute;inset:0;transform-origin:0 0}.vh-motion-scene-frame{position:absolute;display:flex;flex-direction:column;min-width:0;min-height:0}.vh-motion-scene-frame.is-selected .vh-motion-scene-frame-stage{box-shadow:0 0 0 1px #8b5cf6,0 0 0 3px rgba(139,92,246,.18)}.vh-motion-scene-frame-label{position:absolute;left:0;top:-1.55rem;z-index:2;display:inline-flex;align-items:center;gap:.3rem;max-width:calc(100% + 2rem);cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vh-motion-scene-frame-label:active{cursor:grabbing}.vh-motion-scene-frame-play{display:inline-flex;align-items:center;justify-content:center;width:1.2rem;height:1.2rem;border:none;border-radius:999px;background:transparent;padding:0;color:#94a3b8;cursor:pointer}.vh-motion-scene-frame-play:hover{color:#7c3aed}.vh-motion-scene-frame-title{font-size:11px;font-weight:600;color:#94a3b8;white-space:nowrap}.vh-motion-scene-frame-title.is-selected{color:#7c3aed}.vh-motion-scene-frame-sparkle{display:inline-flex;color:#cbd5e1}.vh-motion-scene-frame.is-selected .vh-motion-scene-frame-sparkle{color:#a78bfa}.vh-motion-scene-frame-stage{flex:1;min-height:0;overflow:hidden;border:1px solid rgba(15,23,42,.08);border-radius:2px;background:#14532d;cursor:pointer}.vh-motion-scene-frame-stage.is-editing{cursor:default}.vh-motion-scene-frame-edges{position:absolute;inset:0;z-index:4;pointer-events:none}.vh-motion-scene-frame-edge{position:absolute;border:none;padding:0;background:transparent;pointer-events:auto;cursor:pointer;opacity:0}.vh-motion-scene-frame-edge--top{top:0;left:0;right:0;height:6px}.vh-motion-scene-frame-edge--bottom{bottom:0;left:0;right:0;height:6px}.vh-motion-scene-frame-edge--left{top:0;bottom:0;left:0;width:6px}.vh-motion-scene-frame-edge--right{top:0;bottom:0;right:0;width:6px}.vh-motion-scene-frame-live,.vh-motion-scene-frame-preview{display:block;width:100%;height:100%}.vh-motion-scene-frame.is-active .vh-motion-scene-frame-live,.vh-motion-scene-frame.is-active .vh-motion-scene-frame-stage{overflow:hidden}.vh-motion-scene-frame-live vf-preview vf-preview-overlay{pointer-events:none;overflow:hidden}.vh-motion-scene-frame-live vf-preview vf-preview-selection{pointer-events:auto;box-sizing:border-box;border-color:#8b5cf6;box-shadow:0 0 0 1px rgba(139,92,246,.35)}.vh-motion-scene-frame-live vf-preview vf-preview-selection-handle,.vh-motion-scene-frame-live vf-preview vf-preview-selection[style*="height: 0"],.vh-motion-scene-frame-live vf-preview vf-preview-selection[style*="height:0"],.vh-motion-scene-frame-live vf-preview vf-preview-selection[style*="width: 0"],.vh-motion-scene-frame-live vf-preview vf-preview-selection[style*="width:0"]{display:none!important;pointer-events:none!important}.vh-motion-scene-frame-live{position:relative;overflow:hidden;background:#000;isolation:isolate}.vh-motion-scene-frame-live vf-preview{position:absolute!important;inset:0!important;width:calc(100% + 40px)!important;height:calc(100% + 40px)!important;margin:-20px!important;grid-area:unset!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;min-height:0!important;border:none!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;--vf-preview-bg:transparent;touch-action:none}.vh-motion-scene-frame-live vf-preview vf-preview-stage-wrap{position:relative!important;inset:auto!important;flex:none!important;max-width:100%!important;max-height:100%!important}.vh-motion-scene-frame-live vf-preview vf-preview-stage{max-width:100%!important;max-height:100%!important;overflow:hidden!important}.vh-motion-scene-frame-live vf-preview vf-preview-stage-wrap{overflow:hidden}.vh-motion-scene-frame-resize{position:absolute;right:-5px;bottom:-5px;z-index:3;width:10px;height:10px;border:1px solid #fff;border-radius:1px;background:#8b5cf6;box-shadow:0 0 0 1px rgba(139,92,246,.45);cursor:nwse-resize}.vh-motion-canvas-zoom{position:absolute;right:.85rem;bottom:.75rem;z-index:5;display:inline-flex;align-items:center;gap:.15rem;padding:.2rem;border:1px solid #e2e8f0;border-radius:999px;background:hsla(0,0%,100%,.92);box-shadow:0 4px 16px rgba(15,23,42,.08)}.vh-motion-canvas-zoom button{display:inline-flex;align-items:center;justify-content:center;width:1.65rem;height:1.65rem;border:none;border-radius:999px;background:transparent;color:#475569;cursor:pointer}.vh-motion-canvas-zoom button:hover{background:#f8fafc;color:#0f172a}.vh-motion-canvas-zoom-fit{min-width:3rem;padding:0 .35rem!important;width:auto!important;font-size:11px;font-weight:600;font-variant-numeric:tabular-nums}body.vh-motion-canvas-dragging{cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vh-motion-scene-inspector vf-sidebar-header{display:flex;flex-direction:column;gap:0}.vh-motion-scene-inspector vf-sidebar-tabs.vh-motion-scene-mode-tabs{order:-1;margin-top:0;margin-bottom:8px;border-top:none;padding-top:0}.vh-motion-scene-inspector vf-sidebar-tabs.vh-motion-scene-mode-tabs button[data-variant=ghost]{font-size:12px;font-weight:600}.vh-motion-scene-inspector-title-inner{display:inline-flex;align-items:center;gap:.4rem;min-width:0}.vh-motion-scene-inspector-actions{display:inline-flex;align-items:center;gap:2px;flex-shrink:0}.vh-motion-scene-inspector-note{margin:2px 0 0;padding:0 2px 4px;font-size:11px;line-height:1.45;color:var(--vf-text-mute,#94a3b8)}.vh-motion-scene-inspector-empty{margin:0;padding:16px 14px;font-size:12px;line-height:1.5;color:var(--vf-text-mute,#94a3b8)}.vh-motion-vf-wrap vf-preview vf-preview-stage{border-radius:0;box-shadow:none}.vh-motion-timeline-spacer{grid-area:timeline;min-height:0;pointer-events:none}.vh-motion-timeline-resize-handle{position:absolute;left:0;right:0;bottom:var(--vh-timeline-height);z-index:34;height:10px;margin-bottom:-5px;cursor:ns-resize;touch-action:none}.vh-motion-timeline-resize-handle:before{content:"";position:absolute;left:0;right:0;top:4px;height:1px;background:#e2e8f0;transition:background .12s ease,height .12s ease,top .12s ease}.vh-motion-timeline-resize-handle:hover:before,.vh-motion-timeline-resizing .vh-motion-timeline-resize-handle:before{top:3px;height:3px;background:#c4b5fd}.vh-motion-timeline-transport-slot{position:absolute;left:0;bottom:calc(var(--vh-timeline-height) - var(--vh-ruler-height));z-index:33;width:var(--vh-timeline-header-width);height:var(--vh-ruler-height);pointer-events:none}.vh-motion-timeline-transport{display:flex;align-items:center;gap:6px;width:100%;height:100%;padding:0 8px;pointer-events:auto;background:#fff;border-right:1px solid #ebe9f5;border-bottom:1px solid #ebe9f5}.vh-motion-generate-btn{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 10px;border:none;border-radius:4px;background:var(--vh-accent);color:#fff;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background .15s ease}.vh-motion-generate-btn:hover{background:var(--vh-accent-dark)}.vh-motion-brand-panel{display:flex;flex:1;flex-direction:column;min-height:0;overflow:hidden;background:#fff}.vh-motion-brand-panel .flex.flex-wrap.gap-1{flex:none;padding:4px 6px 2px}.vh-motion-brand-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;min-height:0;flex:1;overflow-y:auto;padding:.5rem .75rem .75rem}.vh-motion-brand-tile{aspect-ratio:1;overflow:hidden;border:1px solid #ebe9f5;border-radius:4px;background:#fafafa;cursor:pointer;transition:border-color .12s ease,box-shadow .12s ease}.vh-motion-brand-tile:hover{border-color:#c4b5fd;box-shadow:0 0 0 1px rgba(124,58,237,.15)}.vh-motion-brand-tile--upload{display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;color:#64748b}.vh-motion-popup-backdrop{position:absolute;inset:0;z-index:45;border:none;background:rgba(15,23,42,.35);cursor:default}.vh-motion-generate-popup{position:absolute;top:50%;left:50%;z-index:46;display:flex;flex-direction:column;width:min(22rem,calc(100% - 2rem));max-height:min(32rem,calc(100% - 2rem));overflow:hidden;border:1px solid #e2e8f0;border-radius:8px;background:#fff;box-shadow:0 24px 64px rgba(15,23,42,.18);transform:translate(-50%,-50%)}.vh-motion-timeline-transport-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:6px;background:transparent;color:#141414;transition:background .15s ease,color .15s ease,opacity .15s ease;cursor:pointer}.vh-motion-transport-icon{width:18px;height:18px}.vh-motion-transport-icon--play{width:22px;height:22px}.vh-motion-timeline-transport-btn:hover{background:#f5f3ff}.vh-motion-timeline-transport-btn.is-active{color:var(--vh-jitter-purple)}body.vh-motion-timeline-resizing{cursor:ns-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none}body.vh-motion-timeline-resizing *{cursor:ns-resize!important}.vh-motion-playhead-pill{position:absolute;bottom:calc(var(--vh-timeline-height) - var(--vh-ruler-height) + 2px);z-index:35;transform:translateX(-50%);padding:3px 8px;border-radius:999px;background:var(--vh-playhead);color:#fff;font-size:12px;font-weight:600;font-variant-numeric:tabular-nums;line-height:1;pointer-events:none;box-shadow:0 1px 3px rgba(255,77,79,.4);transition:left .04s linear}.vh-motion-workspace vf-timeline{position:absolute!important;left:0!important;right:0!important;bottom:0!important;z-index:12;width:auto!important;min-height:0!important;height:var(--vh-timeline-height)!important;display:grid!important;grid-template-columns:var(--vf-timeline-header-width) 1fr!important;grid-template-rows:var(--vf-ruler-height) 1fr!important;border-radius:0;border:none;border-top:1px solid #ebe9f5;background:#fff;overflow:hidden}.vh-motion-workspace vf-timeline-resize{display:none}.vh-motion-workspace vf-timeline-corner{background:#fff;border-right:1px solid #ebe9f5;border-bottom:1px solid #ebe9f5}.vh-motion-workspace vf-timeline-timecode{display:none}.vh-motion-workspace vf-timeline-ruler{background:#fff;border-bottom:1px solid #ebe9f5;cursor:crosshair}.vh-motion-workspace vf-timeline-ruler vf-timeline-ruler-tick{top:auto;bottom:7px;height:4px;width:4px;border-radius:999px;background:#c4b5fd;opacity:.85}.vh-motion-workspace vf-timeline-ruler vf-timeline-ruler-tick[data-major=true]{top:auto;bottom:0;height:12px;width:1px;border-radius:0;background:#d4d4d8;opacity:1}.vh-motion-workspace vf-timeline-ruler vf-timeline-ruler-label{top:5px;color:#a1a1aa;font-size:11px;font-weight:500;font-family:inherit;letter-spacing:0}.vh-motion-workspace vf-timeline-body{min-height:0!important;max-height:calc(var(--vh-timeline-height) - var(--vh-ruler-height))!important;overflow-y:auto!important;background:#fff;align-items:flex-start!important}.vh-motion-workspace vf-timeline-tracks-inner{--vh-grid-step:80px;--vh-grid-substep:20px;justify-content:flex-start!important;min-height:auto!important;height:auto!important;background-color:#fff;background-image:repeating-linear-gradient(to right,transparent 0,transparent calc(var(--vh-grid-substep) - 1px),#f4f4f5 calc(var(--vh-grid-substep) - 1px),#f4f4f5 var(--vh-grid-substep)),repeating-linear-gradient(to right,transparent 0,transparent calc(var(--vh-grid-step) - 1px),#ebe9f5 calc(var(--vh-grid-step) - 1px),#ebe9f5 var(--vh-grid-step)),linear-gradient(to right,#fff 0,#fff var(--vh-duration-stop,100%),#fafafe var(--vh-duration-stop,100%),#fafafe 100%)}.vh-motion-workspace vf-timeline-headers{background:#fff;border-right:1px solid #ebe9f5;justify-content:flex-start!important;min-height:auto!important;height:auto!important}.vh-motion-workspace vf-timeline-track-header[data-vh-empty=true],.vh-motion-workspace vf-timeline-track[data-vh-empty=true]{display:none!important}.vh-motion-workspace vf-timeline-track-header{gap:8px;padding:0 12px;font-size:12px;font-weight:500;color:#52525b;background:var(--vh-jitter-row);border-bottom:1px solid #ebe9f5;transition:background .15s ease,color .15s ease}.vh-motion-workspace vf-timeline-track-header:nth-child(2n){background:var(--vh-jitter-row-alt)}.vh-motion-workspace vf-timeline-track-header[data-vh-active=true]{background:var(--vh-jitter-purple);color:#fff}.vh-motion-workspace vf-timeline-track-header[data-vh-active=true] vf-timeline-track-label:before{opacity:1;filter:brightness(2)}.vh-motion-workspace vf-timeline-track-header[data-vh-active=true] vf-timeline-track-label input{color:#fff}.vh-motion-workspace vf-timeline-track-header[data-vh-active=true] vf-timeline-track-toggles button{color:hsla(0,0%,100%,.92)}.vh-motion-workspace vf-timeline-track-header[data-vh-active=true] vf-timeline-track-toggles button:hover{background:hsla(0,0%,100%,.12);color:#fff}.vh-motion-workspace vf-timeline-track-header vf-timeline-track-toggles{display:flex;align-items:center;gap:2px;flex:none}.vh-motion-workspace vf-timeline-track-header vf-timeline-track-toggles button{width:22px;height:22px;padding:0;border:none;border-radius:4px;background:transparent;color:#71717a;font-size:12px}.vh-motion-workspace vf-timeline-track-header vf-timeline-track-toggles button:hover{background:rgba(124,58,237,.08);color:#52525b}.vh-motion-workspace vf-timeline-track-header vf-timeline-track-toggles vf-timeline-track-count{display:none}.vh-motion-workspace vf-timeline-track-header vf-timeline-track-label{position:relative;padding-left:18px}.vh-motion-workspace vf-timeline-track-header vf-timeline-track-label:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 2L3 14H12L11 22L21 10H12L13 2Z' fill='%237c3aed'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;opacity:.7}.vh-motion-workspace vf-timeline-track-header vf-timeline-track-label input{padding:0;border:none;font-size:12px;font-weight:500;color:inherit;cursor:default}.vh-motion-workspace vf-timeline-track-header vf-timeline-track-label input:focus,.vh-motion-workspace vf-timeline-track-header vf-timeline-track-label input:hover{border:none;background:transparent}.vh-motion-workspace vf-timeline-track{background:var(--vh-jitter-row);border-bottom:1px solid #ebe9f5;transition:background .15s ease}.vh-motion-workspace vf-timeline-track:nth-child(2n){background:var(--vh-jitter-row-alt)}.vh-motion-workspace vf-timeline-track[data-vh-active=true]{background:var(--vh-jitter-purple-soft)}.vh-motion-workspace vf-timeline-layer{top:5px;bottom:5px;padding:0!important;border:none!important;border-radius:999px!important;background:var(--vh-jitter-purple-mid)!important;color:transparent!important;box-shadow:none!important;z-index:1;min-width:16px;transition:background .12s ease,box-shadow .12s ease}.vh-motion-workspace vf-timeline-layer:hover{background:var(--vh-jitter-purple)!important}.vh-motion-workspace vf-timeline-layer[data-type=image],.vh-motion-workspace vf-timeline-layer[data-type=text],.vh-motion-workspace vf-timeline-layer[data-type=video]{background:var(--vh-jitter-purple-mid)!important}.vh-motion-workspace vf-timeline-layer[data-type=audio]{background:#bbf7d0!important}.vh-motion-workspace vf-timeline-layer[data-selected=true]{background:var(--vh-jitter-purple)!important;box-shadow:none!important;z-index:2}.vh-motion-workspace vf-timeline-layer vf-timeline-layer-keyframes,.vh-motion-workspace vf-timeline-layer vf-timeline-layer-label,.vh-motion-workspace vf-timeline-layer vf-timeline-layer-transition{display:none!important}.vh-motion-workspace vf-timeline-layer vf-timeline-layer-handle{width:6px}.vh-motion-workspace vf-timeline-layer[data-selected=true] vf-timeline-layer-handle[data-edge=end]:after,.vh-motion-workspace vf-timeline-layer[data-selected=true] vf-timeline-layer-handle[data-edge=start]:after{content:"";position:absolute;top:50%;transform:translateY(-50%);width:3px;height:14px;border-radius:999px;background:hsla(0,0%,100%,.95)}.vh-motion-workspace vf-timeline-layer[data-selected=true] vf-timeline-layer-handle[data-edge=start]:after{left:6px}.vh-motion-workspace vf-timeline-layer[data-selected=true] vf-timeline-layer-handle[data-edge=end]:after{right:6px}.vh-motion-workspace vf-timeline-layer[data-selected=true] vf-timeline-layer-handle:hover{background:transparent}.vh-motion-workspace vf-timeline-playhead{width:1px;background:var(--vh-playhead);box-shadow:none;z-index:20!important;pointer-events:none}.vh-motion-workspace vf-timeline-end-marker{border-left:none;width:1px;background:#e4e4e7;opacity:1}.vh-motion-workspace vf-timeline-add-placeholder{border-radius:999px;background:rgba(124,58,237,.06);border-color:rgba(124,58,237,.35)}.vh-motion-workspace vf-timeline-body::-webkit-scrollbar{width:8px;height:8px}.vh-motion-workspace vf-timeline-body::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:999px}.vh-motion-workspace vf-timeline-body::-webkit-scrollbar-track{background:#fafafa}.vh-motion-layer-tree{list-style:none;margin:0;padding:0}.vh-motion-layer-row{display:grid;grid-template-columns:1.25rem .75rem minmax(0,1fr) auto auto;align-items:center;gap:.15rem;min-height:2rem;margin-left:calc(var(--depth, 0) * .75rem);border:1px solid transparent;border-radius:6px;color:#334155;transition:background .12s ease,border-color .12s ease,opacity .12s ease}.vh-motion-layer-row.is-dragging{opacity:.45}.vh-motion-layer-row.is-drop-into{border-color:#8b5cf6;background:#f5f3ff}.vh-motion-layer-row.is-selected{border-color:#c4b5fd;background:#f5f3ff;color:#4c1d95}.vh-motion-layer-row.is-scene.is-selected{box-shadow:inset 2px 0 0 #8b5cf6}.vh-motion-layer-row:hover{background:#f8fafc}.vh-motion-layer-action,.vh-motion-layer-chevron,.vh-motion-layer-main{border:none;background:transparent;padding:0}.vh-motion-layer-action,.vh-motion-layer-chevron{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.75rem;color:#64748b;cursor:pointer}.vh-motion-layer-action:hover:not(:disabled),.vh-motion-layer-chevron:hover{color:#475569}.vh-motion-layer-chevron-spacer{display:block;width:1.25rem}.vh-motion-layer-grip{display:inline-flex;align-items:center;justify-content:center;cursor:grab}.vh-motion-layer-main{display:flex;min-width:0;align-items:center;gap:.4rem;padding:.2rem .15rem;text-align:left;font-size:12px;cursor:pointer}.vh-motion-layer-action:disabled{cursor:default}.vh-motion-layer-drop-line{height:2px;margin:1px .35rem 1px calc(var(--depth, 0) * .75rem + .35rem);border-radius:999px;background:#8b5cf6}.vh-motion-layers-slot>.border{border:none;border-radius:0;height:100%}.vh-motion-side-panel{position:absolute;top:0;bottom:var(--vh-timeline-height);z-index:40;display:flex;border:1px solid #e2e8f0;box-shadow:0 12px 40px rgba(15,23,42,.08)}.vh-motion-side-panel--left{left:0;width:var(--vh-layers-width)}.vh-motion-side-panel--right{right:0;width:min(20rem,100%)}@media (max-width:1024px){.vh-motion-workspace{--vh-inspector-width:14rem;--vh-workspace-height:clamp(32rem,calc(100svh - 12rem),52rem);--vh-timeline-header-width:200px}}@media (max-width:768px){.vh-motion-workspace{grid-template-areas:"canvas" "layers" "inspector" "timeline";grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(22rem,1fr) 9rem 11rem var(--vh-timeline-height);height:auto;min-height:36rem;--vh-timeline-header-width:180px}.vh-motion-vf-wrap{min-height:28rem}.vh-motion-layers-slot,.vh-motion-vf-wrap{border-right:none;border-bottom:1px solid #e2e8f0}.vh-motion-inspector-slot{border-bottom:1px solid #e2e8f0}}