.media-editor{--me-bg:var(--super-html-editor-bg,#1e1e1e);--me-bg-header:var(--super-html-editor-bg-header,#0f172a);--me-surface:var(--super-html-editor-bg-elevated,#272727);--me-surface-hover:var(--super-html-editor-hover-muted,#94a3b824);--me-surface-strong:var(--super-html-editor-bg-collapse-header,#343434);--me-lane:var(--super-html-editor-bg-canvas,#161616);--me-control-bg:#00000047;--me-control-bg-hover:#00000057;--me-control-bg-focus:#00000061;--me-border:var(--super-html-editor-border,#273449);--me-border-strong:var(--super-html-editor-border-strong,#374151);--me-border-hover:#94a3b880;--me-text:var(--super-html-editor-text,#d1d5db);--me-text-strong:var(--super-html-editor-text-strong,#f8fafc);--me-text-dim:var(--super-html-editor-text-muted,#94a3b8);--me-accent:var(--super-html-editor-accent,#60a5fa);--me-accent-strong:var(--super-html-editor-accent-strong,#3b82f6);--me-accent-muted:var(--super-html-editor-accent-muted,#60a5fa24);--me-accent-contrast:#0b1220;--me-focus-ring:0 0 0 1px #60a5fa40;--me-danger:var(--super-html-editor-danger-text,#fca5a5);--me-warning:#fbbf24;--me-success:#86efac;--me-video:#60a5fa;--me-audio:#34d399;--me-image:#f472b6;--me-html:#2dd4bf;--me-super-html:#f59e0b;--me-camera:#a78bfa;--me-group:#38bdf8;--me-video-bg:#60a5fa2e;--me-audio-bg:#34d3992e;--me-image-bg:#f472b62e;--me-html-bg:#2dd4bf2e;--me-super-html-bg:#f59e0b2e;--me-camera-bg:#a78bfa2e;--me-group-bg:#38bdf838;--me-video-bg-strong:#60a5fa4d;--me-audio-bg-strong:#34d3994d;--me-image-bg-strong:#f472b64d;--me-html-bg-strong:#2dd4bf4d;--me-super-html-bg-strong:#f59e0b4d;--me-camera-bg-strong:#a78bfa4d;--me-group-bg-strong:#38bdf86b;--me-playhead:#f87171;--me-radius:var(--super-html-editor-radius,6px);--me-radius-sm:4px;--me-shadow:var(--super-html-editor-shadow,0 8px 32px #0000006b);--me-shadow-soft:0 1px 2px #00000059;--me-transition:.15s ease;--me-lane-h:56px;--me-ruler-h:28px;--me-headers-w:176px;--me-panel-w:260px;background:var(--me-bg);height:100%;min-height:0;color:var(--me-text);flex-direction:column;padding:8px;display:flex;position:relative}.media-editor:fullscreen{width:100%;height:100%}.media-editor{font-size:12px;line-height:1.4;overflow:hidden}.media-editor--light{--me-bg:#fff;--me-bg-header:#f2f4f8;--me-surface:#f6f7f9;--me-surface-hover:#0f172a0f;--me-surface-strong:#eceef2;--me-lane:#fafafb;--me-control-bg:#fff;--me-control-bg-hover:#f4f5f7;--me-control-bg-focus:#fff;--me-border:#dfe3ea;--me-border-strong:#c8cedb;--me-border-hover:#9aa4b8;--me-text:#27303f;--me-text-strong:#0f172a;--me-text-dim:#64748b;--me-accent-contrast:#fff;--me-danger:#dc2626;--me-warning:#b45309;--me-success:#15803d;--me-video-bg:#2563eb24;--me-audio-bg:#05966924;--me-image-bg:#db277724;--me-html-bg:#0d948824;--me-super-html-bg:#d9770624;--me-camera-bg:#7c3aed24;--me-group-bg:#0284c729;--me-video-bg-strong:#2563eb3d;--me-audio-bg-strong:#0596693d;--me-image-bg-strong:#db27773d;--me-html-bg-strong:#0d94883d;--me-super-html-bg-strong:#d977063d;--me-camera-bg-strong:#7c3aed3d;--me-group-bg-strong:#0284c747;--me-shadow:0 8px 28px #0f172a1f;--me-shadow-soft:0 1px 2px #0f172a14}.media-editor *{box-sizing:border-box}.media-editor ::-webkit-scrollbar{width:10px;height:10px}.media-editor ::-webkit-scrollbar-track{background:0 0}.media-editor ::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:var(--me-border-strong);border:2px solid #0000;border-radius:6px}.media-editor ::-webkit-scrollbar-thumb:hover{background-color:var(--me-border-hover)}.media-editor :focus-visible{outline:1px solid var(--me-accent);outline-offset:1px}.media-editor__loading{text-align:center;height:100%;color:var(--me-text-dim);flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:16px;font-size:12px;display:flex}.media-editor__loading .media-editor__error{max-width:36rem}.media-editor__loading-hint{color:var(--me-text-dim);margin:0}.media-editor .custom-button{border-radius:var(--me-radius-sm);min-width:0;min-height:26px;transition:border-color var(--me-transition),background-color var(--me-transition),color var(--me-transition);border:1px solid #0000;padding:0 10px;font-size:11px;font-weight:600;line-height:1.3}.media-editor .custom-button.contained{border-color:var(--me-accent-strong);background-color:var(--me-accent-strong);color:#fff}.media-editor .custom-button.contained:hover:not(:disabled){border-color:var(--me-accent);background-color:var(--me-accent)}.media-editor .custom-button.outlined,.media-editor .custom-button.text{border-color:var(--me-border-strong);background-color:var(--me-control-bg);color:var(--me-text)}.media-editor .custom-button.outlined:hover:not(:disabled),.media-editor .custom-button.text:hover:not(:disabled){border-color:var(--me-border-hover);background-color:var(--me-control-bg-focus);color:var(--me-text-strong)}.media-editor .custom-button.text{background-color:#0000;border-color:#0000}.media-editor .custom-button:disabled{border-color:var(--me-border);color:var(--me-text-dim);opacity:.55;background-color:#0000}.media-editor .icon-button{border-radius:var(--me-radius-sm);color:var(--me-text);transition:background-color var(--me-transition),color var(--me-transition),opacity var(--me-transition)}.media-editor .icon-button:hover:not(:disabled){opacity:1;background-color:var(--me-surface-hover);color:var(--me-text-strong)}.media-editor .icon-button:active{background-color:var(--me-accent-muted)}.media-editor .icon-button:disabled{color:var(--me-text-dim);opacity:.4;cursor:default}.media-editor__left-column{flex-direction:column;flex-shrink:0;min-height:0;display:flex}.media-editor__header{border-bottom:1px solid var(--me-border);flex-wrap:wrap;flex-shrink:0;align-items:center;gap:6px;padding-bottom:8px;display:flex}.media-editor__save-state,.media-editor__timecode{color:var(--me-text-dim);font-size:11px}.media-editor__save-state{white-space:nowrap;align-items:center;gap:5px;display:inline-flex}.media-editor__save-state:not(:empty):before{content:"";opacity:.75;background:currentColor;border-radius:50%;width:6px;height:6px}.media-editor__timecode{border:1px solid var(--me-border);border-radius:var(--me-radius-sm);background:var(--me-control-bg);color:var(--me-text-strong);font-variant-numeric:tabular-nums;white-space:nowrap;padding:3px 8px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.media-editor__top-right{z-index:6;border-radius:var(--me-radius-sm);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:auto;background:#00000073;flex-shrink:0;justify-content:flex-end;align-items:center;gap:6px;padding:4px 6px;display:flex;position:absolute;top:10px;right:10px}.media-editor__body{flex:1;min-height:0;display:flex}.media-editor__main{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.media-editor__panel-wrap{flex-shrink:0;display:flex;position:relative}.media-editor__panel-toggle{z-index:2;border:1px solid var(--me-border);border-radius:0 var(--me-radius-sm) var(--me-radius-sm) 0;background:var(--me-surface);width:14px;height:36px;color:var(--me-text-dim);cursor:pointer;transition:background-color var(--me-transition),color var(--me-transition);border-left:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:50%;right:-13px;transform:translateY(-50%)}.media-editor__panel-toggle .material-icons{font-size:14px}.media-editor__panel-toggle:hover{background:var(--me-surface-hover);color:var(--me-text-strong)}.media-editor__panel{width:var(--me-panel-w);border-right:1px solid var(--me-border);background:var(--me-surface);min-height:0;transition:width var(--me-transition),padding var(--me-transition),opacity var(--me-transition),border-color var(--me-transition);flex-direction:column;flex-shrink:0;gap:8px;padding:10px;display:flex;overflow:hidden}.media-editor__panel-wrap--collapsed .media-editor__panel{opacity:0;pointer-events:none;border-right-color:#0000;width:0;padding-left:0;padding-right:0}.media-editor__panel-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.media-editor__panel-title{color:var(--me-text-strong);letter-spacing:.08em;text-transform:uppercase;margin-right:auto;font-size:10px;font-weight:700}.media-editor__selection-bar{border:1px solid var(--me-border);border-radius:var(--me-radius-sm);background:var(--me-accent-muted);color:var(--me-text);justify-content:space-between;align-items:center;gap:8px;padding:4px 6px;font-size:11px;display:flex}.media-editor__selection-clear{color:var(--me-accent);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-size:11px;font-weight:600}.media-editor__selection-clear:hover{color:var(--me-accent-strong);text-decoration:underline}.media-editor__panel-pagination{flex-direction:column;flex-shrink:0;align-items:center;gap:4px;padding-top:2px;display:flex}.media-editor__panel-pagination .pagination-container{flex-wrap:wrap;justify-content:center;gap:2px}.media-editor__panel-pagination .pagination-button{border-color:var(--me-border);min-width:24px;height:24px;color:var(--me-text);padding:0 4px;font-size:11px}.media-editor__panel-pagination .pagination-button.outlined.primary{border-color:var(--me-border);color:var(--me-text)}.media-editor__panel-pagination .pagination-button.outlined.primary:hover:not(:disabled){background:var(--me-surface-hover);border-color:var(--me-border-hover)}.media-editor__panel-pagination .pagination-button.outlined.primary.active{background:var(--me-accent-muted);border-color:var(--me-accent);color:var(--me-text-strong)}.media-editor__panel-pagination .pagination-ellipsis{color:var(--me-text-dim);font-size:11px}.media-editor__panel-page-meta{color:var(--me-text-dim);font-variant-numeric:tabular-nums;font-size:10px}.media-editor__panel-filters{border:1px solid var(--me-border);border-radius:var(--me-radius-sm);background:var(--me-control-bg);gap:2px;padding:2px;display:flex}.media-editor__filter{color:var(--me-text-dim);font:inherit;text-transform:capitalize;cursor:pointer;transition:background-color var(--me-transition),color var(--me-transition);background:0 0;border:none;border-radius:3px;flex:1;padding:3px 8px;font-size:11px;font-weight:600}.media-editor__filter:hover:not(.media-editor__filter--active){background:var(--me-surface-hover);color:var(--me-text-strong)}.media-editor__filter--active{background:var(--me-accent);color:var(--me-accent-contrast)}.media-editor__source-list{flex:1;min-height:0;margin:0;padding:0;list-style:none;overflow-y:auto}.media-editor__source-list--cards{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:6px;display:grid}.media-editor__source-list--cards .media-editor__empty{grid-column:1/-1}.media-editor__source-row{align-items:center;gap:4px;min-width:0;display:flex;position:relative}.media-editor__source-row--cards{display:block}.media-editor__source{border-radius:var(--me-radius-sm);cursor:grab;min-width:0;transition:background-color var(--me-transition),border-color var(--me-transition);border:1px solid #0000;flex:1;align-items:center;gap:8px;padding:5px 6px;font-size:12px;display:flex;position:relative}.media-editor__source:hover{border-color:var(--me-border);background:var(--me-surface-hover)}.media-editor__source:active{cursor:grabbing;border-color:var(--me-accent);background:var(--me-accent-muted)}.media-editor__source--selected{border-color:var(--me-accent);background:var(--me-accent-muted)}.media-editor__source--selected:hover{border-color:var(--me-accent-strong)}.media-editor__source--cards{border-color:var(--me-border);background:var(--me-control-bg);flex-direction:column;align-items:stretch;gap:4px;padding:4px}.media-editor__source--cards:hover{border-color:var(--me-border-hover)}.media-editor__source--cards.media-editor__source--selected{border-color:var(--me-accent);background:var(--me-accent-muted)}.media-editor__source-checkbox{flex-shrink:0;align-items:center;line-height:0;display:inline-flex}.media-editor__source-checkbox label{margin:0!important}.media-editor__source-checkbox label>div{border-radius:3px;border-color:var(--me-border-hover)!important;background:var(--me-control-bg)!important;width:14px!important;height:14px!important}.media-editor__source-checkbox label:has(input:checked)>div{background:var(--me-accent)!important;border-color:var(--me-accent)!important}.media-editor__source-checkbox svg{width:12px;height:12px}.media-editor__source-row--cards .media-editor__source-checkbox{z-index:1;background:#0b1220b8;border-radius:3px;padding:1px;position:absolute;top:6px;left:6px}.media-editor__source-meta{flex:1;align-items:center;gap:6px;min-width:0;display:flex}.media-editor__thumb{aspect-ratio:16/9;color:var(--me-text-dim);background:#000;border-radius:3px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.media-editor__thumb .material-icons{font-size:20px}.media-editor__thumb--audio{background:var(--me-audio-bg-strong);color:var(--me-audio)}.media-editor__thumb--image{background:var(--me-image-bg-strong);color:var(--me-image)}.media-editor__thumb--html{background:var(--me-html-bg-strong);color:var(--me-html)}.media-editor__thumb--previewing{box-shadow:inset 0 0 0 1px var(--me-accent)}.media-editor__thumb-canvas{width:100%;height:100%;display:block}.media-editor__thumb-image{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;display:block}.media-editor__thumb-svg{pointer-events:none;background:0 0;border:0;width:100%;height:100%;display:block}.media-editor__thumb-html{pointer-events:none;background:#fff;border:0;flex-shrink:0;display:block}.media-editor__thumb-video{-o-object-fit:contain;object-fit:contain;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.media-editor__source-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.media-editor__source--cards .media-editor__source-name{font-size:11px}.media-editor__source-time{font-variant-numeric:tabular-nums;color:var(--me-text-dim);flex-shrink:0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px}.media-editor__dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.media-editor__dot--video{background:var(--me-video);box-shadow:0 0 0 2px var(--me-video-bg)}.media-editor__dot--audio{background:var(--me-audio);box-shadow:0 0 0 2px var(--me-audio-bg)}.media-editor__dot--image{background:var(--me-image);box-shadow:0 0 0 2px var(--me-image-bg)}.media-editor__dot--html{background:var(--me-html);box-shadow:0 0 0 2px var(--me-html-bg)}.media-editor__dot--super-html{background:var(--me-super-html);box-shadow:0 0 0 2px var(--me-super-html-bg)}.media-editor__dot--camera{background:var(--me-camera);box-shadow:0 0 0 2px var(--me-camera-bg)}.media-editor__dot--group{background:var(--me-group);box-shadow:0 0 0 2px var(--me-group-bg)}.media-editor__source-status{border-radius:50%;flex-shrink:0;width:6px;height:6px}.media-editor__source-status--ready{background:var(--me-success)}.media-editor__source-status--generating{background:var(--me-warning)}.media-editor__source-status--error{background:var(--me-danger)}.media-editor__source-status--missing{box-shadow:inset 0 0 0 1px var(--me-text-dim);background:0 0}.media-editor__source-info-button{opacity:0;background:var(--me-surface);transition:opacity var(--me-transition);flex-shrink:0;padding:2px;position:absolute;top:2px;right:2px}.media-editor__source-info-button .material-icons{font-size:14px}.media-editor__source:hover .media-editor__source-info-button,.media-editor__source:focus-within .media-editor__source-info-button{opacity:1}.media-editor__empty,.media-editor__hint,.media-editor__render-hint{color:var(--me-text-dim);margin:0;padding:4px 2px;font-size:11px;line-height:1.5}.media-editor__empty{text-align:center;padding:12px 4px;list-style:none}.media-editor__library-import{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:6px;display:flex}.media-editor__library-import-btn{appearance:none;border:1px solid var(--me-border);border-radius:var(--me-radius-sm);background:var(--me-control-bg);min-width:0;color:var(--me-text);cursor:pointer;transition:background-color var(--me-transition),color var(--me-transition);flex:1;padding:6px 8px;font-size:11px}.media-editor__library-import-btn:hover:not(:disabled){background:var(--me-surface-hover);color:var(--me-text-strong)}.media-editor__library-import-btn:disabled{color:var(--me-text-dim);opacity:.6;cursor:default}.media-editor__library-import-status{color:var(--me-text-dim);white-space:nowrap;align-items:center;gap:5px;font-size:11px;display:inline-flex}.media-editor__spinner{border:2px solid var(--me-border);border-top-color:var(--me-accent);border-radius:50%;flex-shrink:0;width:11px;height:11px;animation:.7s linear infinite media-editor-spin;display:inline-block}.media-editor__top{border-bottom:1px solid var(--me-border);flex:58%;gap:16px;min-height:200px;padding:12px;display:flex}.media-editor__preview-column{flex:1;justify-content:stretch;align-items:stretch;min-width:0;min-height:0;display:flex;position:relative;overflow:hidden}.media-editor__preview{box-sizing:border-box;flex-direction:column;justify-content:stretch;align-items:stretch;width:100%;min-width:0;height:100%;min-height:0;padding:8px;display:flex;overflow:hidden}.media-editor__preview--fit-zoom{padding:8px}.media-editor__stage-fit{flex:1;justify-content:center;align-items:center;width:100%;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.media-editor__stage-zoom{flex:none;position:relative;overflow:hidden}.media-editor__stage{border:1px solid var(--me-border);border-radius:var(--me-radius);width:100%;height:100%;box-shadow:var(--me-shadow);background:#000;flex:none;position:relative;overflow:hidden}.media-editor__camera-viewport{will-change:transform;isolation:isolate;width:100%;height:100%;position:absolute;inset:0}.media-editor__camera-gizmo{z-index:25;pointer-events:none;position:absolute;inset:0}.media-editor__camera-gizmo--active .media-editor__camera-gizmo-ring{border-color:var(--me-camera);opacity:1}.media-editor__camera-gizmo-ring{border:1.5px dashed color-mix(in srgb, var(--me-camera) 70%, transparent);opacity:.85;pointer-events:none;border-radius:50%;width:min(42%,180px);height:min(42%,180px);position:absolute;top:50%;left:50%;translate:-50% -50%}.media-editor__camera-gizmo-crosshair{pointer-events:none;width:48px;height:48px;position:absolute;top:50%;left:50%;translate:-50% -50%}.media-editor__camera-gizmo-crosshair:before,.media-editor__camera-gizmo-crosshair:after{content:"";background:color-mix(in srgb, var(--me-camera) 55%, transparent);position:absolute}.media-editor__camera-gizmo-crosshair:before{height:1px;top:50%;left:0;right:0;translate:0 -50%}.media-editor__camera-gizmo-crosshair:after{width:1px;top:0;bottom:0;left:50%;translate:-50%}.media-editor__camera-gizmo-pan,.media-editor__camera-gizmo-zoom{border:1.5px solid var(--me-camera);background:color-mix(in srgb, var(--me-surface) 88%, transparent);color:var(--me-camera);pointer-events:auto;cursor:grab;appearance:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;box-shadow:0 1px 4px #00000059}.media-editor__camera-gizmo-pan:hover,.media-editor__camera-gizmo-zoom:hover{background:var(--me-camera-bg-strong)}.media-editor__camera-gizmo-pan:active,.media-editor__camera-gizmo-zoom:active{cursor:grabbing}.media-editor__camera-gizmo-pan .material-icons,.media-editor__camera-gizmo-pan .mat-icon,.media-editor__camera-gizmo-zoom .material-icons,.media-editor__camera-gizmo-zoom .mat-icon{font-size:16px;line-height:1}.media-editor__camera-gizmo-pan{z-index:2;width:28px;height:28px;top:50%;left:50%;translate:-50% -50%}.media-editor__camera-gizmo-zoom{cursor:nwse-resize;z-index:2;width:24px;height:24px;top:50%;left:calc(50% + min(21%,90px));translate:-50% -50%}.media-editor__camera-gizmo-zoom:active{cursor:nwse-resize}.media-editor__camera-gizmo-label{color:#fff;font-variant-numeric:tabular-nums;letter-spacing:.02em;pointer-events:none;white-space:nowrap;background:#000000a6;border-radius:999px;padding:2px 8px;font-size:11px;position:absolute;top:calc(50% + min(21%,90px) + 14px);left:50%;translate:-50%}.media-editor__video-canvas{pointer-events:none;width:100%;height:100%;display:block;position:absolute;inset:0}.media-editor__transition-stage{pointer-events:none;position:absolute;inset:0}.media-editor__transition-captions{z-index:2;pointer-events:none;flex-direction:column;align-items:center;gap:4px;max-width:88%;display:flex;position:absolute;bottom:6%;left:50%;transform:translate(-50%)}.media-editor__stage-subtitles{z-index:30;pointer-events:none;flex-direction:column-reverse;align-items:center;gap:4px;width:max-content;max-width:min(88%,42rem);display:flex;position:absolute;bottom:5%;left:50%;transform:translate(-50%)}.media-editor__stage-subtitle{color:#fff;text-align:center;text-shadow:0 1px 2px #000000d9;white-space:pre-wrap;background:#000000b8;border-radius:4px;padding:4px 12px;font-size:15px;line-height:1.35}.media-editor__video-source{-o-object-fit:contain;object-fit:contain;opacity:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.media-editor__video-source--native-anim{opacity:1;z-index:0;background:0 0;border:0}.media-editor__video-canvas--native-anim{visibility:hidden}.media-editor__video-canvas--gif-clock{visibility:visible;opacity:1}.media-editor__layer-box{cursor:move;position:absolute}.media-editor__layer-box .media-editor__video-canvas,.media-editor__layer-box .media-editor__video-source{pointer-events:none}.media-editor__layer-box--super-html,.media-editor__layer-box--html{overflow:hidden}.media-editor__layer-box--selected{outline:1px solid var(--me-accent);outline-offset:-1px}.media-editor__layer-box--interacting{outline-color:var(--me-accent-strong)}.media-editor__super-html-embed{pointer-events:none;width:100%;height:100%;overflow:hidden}.media-editor__super-html-embed>*{width:100%;height:100%}.media-editor__html-embed{pointer-events:none;background:#fff;border:0;width:100%;height:100%}.media-editor__html-embed-status{box-sizing:border-box;text-align:center;width:100%;height:100%;color:var(--me-text-dim);background:var(--me-html-bg);justify-content:center;align-items:center;padding:8px;font-size:11px;display:flex}.media-editor__super-html-embed-status{box-sizing:border-box;color:#e2e8f0;text-align:center;background:#0f172ab8;justify-content:center;align-items:center;width:100%;height:100%;padding:8px;font-size:11px;display:flex}.media-editor__layer-box--preload,.media-editor__layer-box--super-html-preload{visibility:hidden;pointer-events:none;z-index:0!important}.media-editor__layer-box--preload .media-editor__super-html-embed,.media-editor__layer-box--preload .media-editor__html-embed,.media-editor__layer-box--preload .media-editor__video-source--native-anim,.media-editor__layer-box--super-html-preload .media-editor__super-html-embed,.media-editor__layer-box--super-html-preload .media-editor__html-embed,.media-editor__layer-box--super-html-preload .media-editor__video-source--native-anim,.media-editor__layer-box--preload .media-editor__super-html-embed *,.media-editor__layer-box--preload .media-editor__super-html-embed :before,.media-editor__layer-box--preload .media-editor__super-html-embed :after,.media-editor__layer-box--preload .media-editor__html-embed *,.media-editor__layer-box--preload .media-editor__html-embed :before,.media-editor__layer-box--preload .media-editor__html-embed :after,.media-editor__layer-box--preload .media-editor__video-source--native-anim *,.media-editor__layer-box--preload .media-editor__video-source--native-anim :before,.media-editor__layer-box--preload .media-editor__video-source--native-anim :after,.media-editor__layer-box--super-html-preload .media-editor__super-html-embed *,.media-editor__layer-box--super-html-preload .media-editor__super-html-embed :before,.media-editor__layer-box--super-html-preload .media-editor__super-html-embed :after,.media-editor__layer-box--super-html-preload .media-editor__html-embed *,.media-editor__layer-box--super-html-preload .media-editor__html-embed :before,.media-editor__layer-box--super-html-preload .media-editor__html-embed :after,.media-editor__layer-box--super-html-preload .media-editor__video-source--native-anim *,.media-editor__layer-box--super-html-preload .media-editor__video-source--native-anim :before,.media-editor__layer-box--super-html-preload .media-editor__video-source--native-anim :after{transition:none!important;animation:none!important}.media-editor__super-html-warmup{z-index:20;border-radius:var(--me-radius-sm);color:#f8fafc;pointer-events:none;background:#000000b8;padding:4px 8px;font-size:11px;position:absolute;bottom:8px;left:8px}.media-editor__layer-handle{z-index:5;position:absolute}.media-editor__layer-handle--edge{background:0 0}.media-editor__layer-handle--edge-top,.media-editor__layer-handle--edge-bottom{cursor:ns-resize;height:8px;left:8px;right:8px}.media-editor__layer-handle--edge-left,.media-editor__layer-handle--edge-right{cursor:ew-resize;width:8px;top:8px;bottom:8px}.media-editor__layer-handle--edge-top{top:-4px}.media-editor__layer-handle--edge-bottom{bottom:-4px}.media-editor__layer-handle--edge-left{left:-4px}.media-editor__layer-handle--edge-right{right:-4px}.media-editor__layer-handle--corner{background:var(--me-accent);width:8px;height:8px;box-shadow:0 0 0 1px var(--me-accent-contrast);border-radius:1px}.media-editor__layer-handle--corner-top-left{cursor:nwse-resize;top:-4px;left:-4px}.media-editor__layer-handle--corner-top-right{cursor:nesw-resize;top:-4px;right:-4px}.media-editor__layer-handle--corner-bottom-right{cursor:nwse-resize;bottom:-4px;right:-4px}.media-editor__layer-handle--corner-bottom-left{cursor:nesw-resize;bottom:-4px;left:-4px}.media-editor__layer-handle--rotate{background:var(--me-accent);width:10px;height:10px;box-shadow:0 0 0 1px var(--me-accent-contrast);cursor:grab;border-radius:50%;top:-28px;left:50%;transform:translate(-50%)}.media-editor__layer-handle--rotate:active{cursor:grabbing}.media-editor__layer-rotate-stem{background:var(--me-accent);pointer-events:none;width:1px;height:20px;position:absolute;top:-20px;left:50%;transform:translate(-50%)}.media-editor__transform-panel{border:1px solid var(--me-border);border-radius:var(--me-radius);background:var(--me-surface);flex-direction:column;flex-shrink:0;gap:6px;padding:8px;display:flex}.media-editor__transform-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.media-editor__transform-header-actions{align-items:center;gap:4px;display:inline-flex}.media-editor__transform-lock{color:var(--me-text-dim);cursor:pointer;align-items:center;gap:4px;font-size:11px;display:inline-flex}.media-editor__transform-lock input{accent-color:var(--me-accent)}.media-editor__transform-empty{color:var(--me-text-dim);margin:0;font-size:11px;font-style:italic}.media-editor__camera-hint{border:1px solid var(--me-border);border-radius:var(--me-radius);background:var(--me-surface);flex-direction:column;gap:6px;padding:8px;display:flex}.media-editor__camera-add-key{border:1px solid var(--me-camera);border-radius:var(--me-radius-sm);background:var(--me-camera-bg);width:100%;color:var(--me-text-strong);cursor:pointer;justify-content:center;align-items:center;gap:6px;padding:6px 8px;font-size:12px;display:inline-flex}.media-editor__camera-add-key .material-icons,.media-editor__camera-add-key .mat-icon{color:var(--me-camera);font-size:16px}.media-editor__camera-add-key:hover{background:var(--me-camera-bg-strong)}.media-editor__effects-panel,.media-editor__transition-panel{border:1px solid var(--me-border);border-radius:var(--me-radius);background:var(--me-surface);flex-direction:column;flex-shrink:0;gap:6px;padding:8px;display:flex}.media-editor__transition-duration{color:var(--me-text-dim);font-variant-numeric:tabular-nums;font-size:11px}.media-editor__transition-pair{color:var(--me-text);align-items:center;gap:6px;min-width:0;margin:0;font-size:11px;display:flex}.media-editor__transition-pair>span{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.media-editor__transition-pair .mat-icon{color:var(--me-text-dim);flex-shrink:0;font-size:14px}.media-editor__transition-enable{cursor:pointer;align-items:center;gap:8px;font-size:12px;display:flex}.media-editor__transition-actions{gap:6px;display:flex}.media-editor__transition-action{border:1px solid var(--me-border);border-radius:var(--me-radius-sm);background:var(--me-surface-strong);color:var(--me-text);font:inherit;cursor:pointer;flex:1;justify-content:center;align-items:center;gap:4px;padding:4px 6px;font-size:11px;display:inline-flex}.media-editor__transition-action .mat-icon{font-size:14px}.media-editor__transition-action:hover{border-color:var(--me-accent)}.media-editor__effects-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.media-editor__effects-clear{color:var(--me-text-dim);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-size:11px}.media-editor__effects-clear:hover{color:var(--me-text-strong)}.media-editor__effects-add{min-width:0}.media-editor__effects-select{width:100%}.media-editor__effects-empty{color:var(--me-text-dim);margin:0;font-size:11px;font-style:italic}.media-editor__effects-list{flex-direction:column;gap:8px;max-height:280px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.media-editor__effect-item{border-radius:var(--me-radius-sm);background:var(--me-surface-strong);flex-direction:column;gap:4px;padding:6px;display:flex}.media-editor__effect-row{justify-content:space-between;align-items:center;gap:4px;display:flex}.media-editor__effect-enable{min-width:0;color:var(--me-text);cursor:pointer;align-items:center;gap:6px;font-size:12px;display:inline-flex}.media-editor__effect-enable input{accent-color:var(--me-accent);flex-shrink:0}.media-editor__effect-enable span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.media-editor__effect-param{flex-direction:column;gap:2px;min-width:0;display:flex}.media-editor__effect-param-label{color:var(--me-text-dim);font-size:10px}.media-editor__effect-slider{width:100%}.media-editor__curve-section{border-top:1px solid var(--me-border);flex-direction:column;gap:6px;padding-top:4px;display:flex}.media-editor__curve-section-title{color:var(--me-text-dim);text-transform:uppercase;letter-spacing:.04em;font-size:10px}.media-editor__curve{flex-direction:column;gap:8px;display:flex}.media-editor__curve-presets{flex-wrap:wrap;gap:4px;display:flex}.media-editor__curve-preset{border:1px solid var(--me-border);border-radius:var(--me-radius-sm);color:var(--me-text-dim);font:inherit;cursor:pointer;background:0 0;padding:2px 6px;font-size:10px}.media-editor__curve-preset:hover:not(:disabled){border-color:var(--me-accent);color:var(--me-text-strong)}.media-editor__curve-preset--active{border-color:var(--me-accent);color:var(--me-text-strong);background:color-mix(in srgb, var(--me-accent) 18%, transparent)}.media-editor__curve-preset:disabled{opacity:.5;cursor:default}.media-editor__curve-svg{aspect-ratio:1;background:var(--me-surface-strong);border-radius:var(--me-radius);border:1px solid var(--me-border);width:100%;max-width:220px}.media-editor__curve-frame{fill:#0000;stroke:var(--me-border);stroke-width:1px}.media-editor__curve-path{fill:none;stroke:var(--me-accent);stroke-width:2px}.media-editor__curve-handle-line{stroke:var(--me-text-dim);stroke-width:1px;stroke-dasharray:3 3}.media-editor__curve-handle{fill:#fbbf24;cursor:grab}.media-editor__curve-handle:active{cursor:grabbing}.media-editor__curve-value{color:var(--me-text-dim);word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px}.media-editor__captions{color:#fff;text-align:center;text-shadow:0 1px 2px #000c;pointer-events:none;white-space:pre-wrap;background:#000000a6;border-radius:4px;max-width:88%;padding:4px 10px;font-size:15px;line-height:1.35;position:absolute;bottom:6%;left:50%;transform:translate(-50%)}.media-editor__captions--audio{max-width:100%;position:relative;bottom:auto;left:auto;transform:none}.media-editor__layer-caption{z-index:6;color:#fff;text-align:center;text-shadow:0 1px 2px #000c;pointer-events:none;white-space:pre-wrap;background:#000000a6;border-radius:4px;max-width:92%;padding:3px 8px;font-size:13px;line-height:1.3;position:absolute;bottom:6%;left:50%;transform:translate(-50%)}.media-editor__audio-captions{z-index:6;pointer-events:none;flex-direction:column;align-items:center;gap:4px;max-width:88%;display:flex;position:absolute;bottom:6%;left:50%;transform:translate(-50%)}.media-editor__audio-elements{display:none}.media-editor__active-list-wrap{border:1px solid var(--me-border);border-radius:var(--me-radius);background:var(--me-surface);flex-direction:column;flex-shrink:0;gap:6px;max-width:100%;padding:8px;display:flex}.media-editor__active-list{color:var(--me-text-dim);flex-direction:column;gap:2px;margin:0;padding:0;font-size:11px;list-style:none;display:flex}.media-editor__active-list li{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.media-editor__active-layer{background:var(--me-surface-strong);color:var(--me-text);border-radius:3px;margin-right:4px;padding:0 5px;font-size:10px;display:inline-block}.media-editor__inspector{flex-direction:column;flex-shrink:0;gap:10px;width:240px;min-height:0;display:flex;overflow-y:auto}.media-editor__anim-panel{border-left:1px solid var(--me-border);background:var(--me-bg);flex-direction:column;flex-shrink:0;gap:10px;width:280px;min-height:0;padding:12px;display:flex;overflow-y:auto}.media-editor__anim-panel-header{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.media-editor__anim-panel-title-block{flex-direction:column;gap:2px;min-width:0;display:flex}.media-editor__anim-panel-subtitle{text-overflow:ellipsis;white-space:nowrap;color:var(--me-text-dim);font-size:11px;overflow:hidden}.media-editor__anim-panel-header-actions{flex-shrink:0;align-items:center;gap:2px;display:inline-flex}.media-editor__anim-point-editor{border:1px solid var(--me-border);border-radius:var(--me-radius);background:var(--me-surface);flex-direction:column;gap:6px;padding:8px;display:flex}.media-editor__anim-point-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.media-editor__anim-point-fields,.media-editor__anim-entity-data{flex-direction:column;gap:6px;display:flex}.media-editor__anim-entity-data-json{box-sizing:border-box;border:1px solid var(--me-border);border-radius:var(--me-radius);background:var(--me-surface-2,var(--me-surface));width:100%;min-height:120px;max-height:240px;color:var(--me-text);resize:vertical;white-space:pre;padding:8px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;line-height:1.4;overflow:auto}.media-editor__anim-entity-data-json:focus{border-color:var(--me-border-hover);outline:none}.media-editor__anim-entity-data-error{color:var(--me-danger,#e57373);margin:0;font-size:11px}.media-editor__anim-add-channel{border:1px solid var(--me-border);border-radius:var(--me-radius);background:var(--me-surface);flex-direction:column;gap:6px;padding:8px;display:flex}.media-editor__anim-property-select{width:100%}.media-editor__anim-channels{flex-direction:column;gap:4px;display:flex}.media-editor__anim-channel-list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.media-editor__anim-channel-row{background:var(--me-surface);border-radius:3px;justify-content:space-between;align-items:center;gap:8px;padding:4px 6px;font-size:11px;display:flex}.media-editor__anim-channel-name{color:var(--me-text);font-weight:600}.media-editor__anim-channel-meta{color:var(--me-text-dim);font-variant-numeric:tabular-nums}.media-editor__transcript{flex-direction:column;flex:1;min-height:80px;display:flex}.media-editor__super-html-panel{border:1px solid var(--me-border);border-radius:var(--me-radius);background:var(--me-surface);flex-direction:column;flex:1;gap:10px;min-height:0;padding:8px;display:flex;overflow:auto}.media-editor__super-html-panel-header{flex-shrink:0;align-items:center;gap:6px;display:flex}.media-editor__super-html-panel-empty{color:var(--me-text-dim);margin:0;font-size:11px;font-style:italic}.media-editor__super-html-props{flex-direction:column;gap:6px;min-height:0;margin:0;display:flex}.media-editor__super-html-prop{grid-template-columns:88px 1fr;align-items:baseline;gap:8px;min-width:0;display:grid}.media-editor__super-html-prop dt{color:var(--me-text-dim);letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:10px;font-weight:700}.media-editor__super-html-prop dd{color:var(--me-text-strong);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;overflow:hidden}.media-editor__super-html-prop--editable{align-items:center}.media-editor__super-html-prop--editable dd{text-overflow:unset;white-space:normal;overflow:visible}.media-editor__super-html-prop--editable .media-editor__number{width:100%;max-width:96px}.media-editor__super-html-initial-data{border-top:1px solid var(--me-border);flex-direction:column;gap:8px;padding-top:4px;display:flex}.media-editor__super-html-initial-data-header{flex-direction:column;gap:2px;display:flex}.media-editor__super-html-initial-data-title{color:var(--me-text-strong);font-size:12px;font-weight:600}.media-editor__super-html-initial-data-hint{color:var(--me-text-dim);font-size:10px}.media-editor__super-html-initial-data-field{color:var(--me-text-dim);flex-direction:column;gap:4px;font-size:11px;display:flex}.media-editor__super-html-initial-data-field>span:first-child{font-weight:500}.media-editor__super-html-initial-data-input{box-sizing:border-box;border:1px solid var(--me-border);border-radius:var(--me-radius);background:var(--me-surface-2,var(--me-surface));width:100%;color:var(--me-text);padding:4px 8px;font-size:12px}.media-editor__super-html-initial-data-input:focus{border-color:var(--me-border-hover);outline:none}.media-editor__super-html-initial-data-json{box-sizing:border-box;border:1px solid var(--me-border);border-radius:var(--me-radius);background:var(--me-surface-2,var(--me-surface));width:100%;min-height:140px;max-height:280px;color:var(--me-text);resize:vertical;white-space:pre;padding:8px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;line-height:1.4;overflow:auto}.media-editor__super-html-initial-data-json:focus{border-color:var(--me-border-hover);outline:none}.media-editor__super-html-initial-data-readonly{color:var(--me-text);font-size:12px}.media-editor__super-html-initial-data-readonly-json{border:1px solid var(--me-border);border-radius:var(--me-radius);background:var(--me-surface-2,var(--me-surface));max-height:200px;color:var(--me-text);white-space:pre-wrap;margin:0;padding:8px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;line-height:1.4;overflow:auto}.media-editor__super-html-initial-data-error{color:var(--me-danger,#e57373);margin:0;font-size:11px}.media-editor__super-html-initial-data-actions{flex-wrap:wrap;gap:8px;display:flex}.media-editor__super-html-panel-actions{flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:4px;display:flex}.media-editor__super-html-action{align-items:center;gap:6px;min-height:30px;padding:4px 10px;font-size:12px;display:inline-flex}.media-editor__super-html-action .material-icons{font-size:16px}.media-editor__super-html-action--secondary.custom-button.outlined{border-color:var(--me-border-strong);color:var(--me-text-dim);background:0 0}.media-editor__super-html-action--secondary.custom-button.outlined:hover:not(:disabled){border-color:var(--me-border-hover);background:var(--me-surface-hover);color:var(--me-text-strong)}.media-editor__super-html-action--primary.custom-button.outlined{background:var(--me-super-html-bg);color:var(--me-super-html);border-color:#f59e0b8c}.media-editor__super-html-action--primary.custom-button.outlined:hover:not(:disabled){border-color:var(--me-super-html);background:var(--me-super-html-bg-strong);color:#fbbf24}.media-editor__transcript-panel{flex-direction:column;flex:1;min-height:0;display:flex}.media-editor__transcript-toolbar{flex-shrink:0;justify-content:space-between;align-items:center;gap:6px;padding:0 0 4px;display:flex}.media-editor__transcript-toolbar .icon-button{padding:3px}.media-editor__transcript-toolbar .material-icons{font-size:15px}.media-editor__transcript-toolbar-actions{align-items:center;gap:2px;display:inline-flex}.media-editor__transcript-toolbar-label{color:var(--me-text-dim);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:700}.media-editor__transcript-empty{color:var(--me-text-dim);margin:0;font-size:11px;font-style:italic}.media-editor__transcript-error{color:#f87171;margin:0 0 4px;font-size:11px}.media-editor__transcript-hint{color:var(--me-text-dim);margin:0 0 4px;font-size:10px}.media-editor__transcript-list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.media-editor__transcript-list li{align-items:center;gap:6px;display:flex}.media-editor__transcript-list--editable li{align-items:flex-start}.media-editor__transcript-select{cursor:pointer;flex-shrink:0;align-items:center;margin-top:8px;display:flex}.media-editor__transcript-select input{accent-color:var(--me-accent);margin:0}.media-editor__transcript-thumb{border:1px solid var(--me-border);border-radius:var(--me-radius-sm);cursor:pointer;transition:border-color var(--me-transition);background:#000;flex-shrink:0;padding:0;line-height:0;overflow:hidden}.media-editor__transcript-thumb:hover{border-color:var(--me-accent)}.media-editor__transcript-thumb-image{background-repeat:no-repeat;width:100%;height:100%;display:block}.media-editor__transcript-item{border-radius:var(--me-radius-sm);min-width:0;color:var(--me-text-dim);font:inherit;text-align:left;cursor:pointer;transition:background-color var(--me-transition),color var(--me-transition),border-color var(--me-transition);background:0 0;border:none;border-left:2px solid #0000;flex-direction:column;flex:1;gap:2px;padding:5px 6px;display:flex}.media-editor__transcript-item:hover{background:var(--me-surface-strong);color:var(--me-text)}.media-editor__transcript-item--active{border-left-color:var(--me-accent);background:var(--me-surface-strong);color:var(--me-text-strong)}.media-editor__transcript-item--selected{outline-offset:-1px;outline:1px solid #60a5fa8c}.media-editor__transcript-item--editing{cursor:default;background:var(--me-surface-strong)}.media-editor__transcript-item-head{justify-content:space-between;align-items:center;gap:4px;min-width:0;display:flex}.media-editor__transcript-item-actions{opacity:.55;transition:opacity var(--me-transition);align-items:center;gap:0;display:inline-flex}.media-editor__transcript-item:hover .media-editor__transcript-item-actions,.media-editor__transcript-item--editing .media-editor__transcript-item-actions{opacity:1}.media-editor__transcript-item-actions .icon-button{padding:2px}.media-editor__transcript-item-actions .material-icons{font-size:14px}.media-editor__transcript-time{font-variant-numeric:tabular-nums;color:var(--me-text-dim);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;display:inline-flex}.media-editor__transcript-modified-badge{color:#fbbf24;letter-spacing:.04em;text-transform:uppercase;background:#f59e0b38;border-radius:3px;padding:0 4px;font-family:inherit;font-size:9px;font-style:normal;font-weight:700;display:inline-block}.media-editor__transcript-text{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;padding:0;font-size:11px;line-height:1.35;display:block}.media-editor__transcript-edit{flex-direction:column;gap:4px;display:flex}.media-editor__transcript-edit-input{resize:vertical;box-sizing:border-box;border-radius:var(--me-radius-sm);color:#fef3c7;width:100%;min-height:44px;font:inherit;background:#00000059;border:1px solid #f59e0b8c;padding:5px 6px;font-size:11px;font-style:italic;line-height:1.35}.media-editor__transcript-edit-actions{align-self:flex-end;gap:2px;display:inline-flex}.media-editor__transcript-edit-actions .icon-button{padding:2px}.media-editor__transcript-edit-actions .material-icons{font-size:14px}.media-editor__timing{align-items:center;gap:6px;min-width:0;display:inline-flex}.media-editor__timing--empty{color:var(--me-text-dim);font-size:11px;font-style:italic}.media-editor__timing-label{text-overflow:ellipsis;white-space:nowrap;max-width:140px;color:var(--me-text-strong);font-size:11px;font-weight:600;overflow:hidden}.media-editor__timing-source{color:var(--me-text-dim);font-variant-numeric:tabular-nums;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px}.media-editor__field{align-items:center;gap:4px;display:inline-flex}.media-editor__field-label{letter-spacing:.03em;color:var(--me-text-dim);font-size:10px;font-weight:600}.media-editor__render-modal{gap:8px;height:auto;padding:12px;overflow:visible}.media-editor__output-size-modal{gap:14px;height:auto;padding:12px;overflow:visible}.media-editor__output-size-section{flex-direction:column;gap:8px;display:flex}.media-editor__output-size-title{color:var(--me-text-strong);margin:0;font-size:12px;font-weight:600}.media-editor__output-size-hint{color:var(--me-text-dim);margin:0;font-size:11px;line-height:1.4}.media-editor__output-size-times{color:var(--me-text-dim);padding:0 2px;font-size:14px}.media-editor__output-size-preset{flex:1;min-width:200px}.media-editor__render-engine{min-width:160px}.media-editor__render-quality{flex:1;min-width:140px}.media-editor__render-progress{flex-direction:column;gap:6px;display:flex}.media-editor__render-progress-label{color:var(--me-text-dim);margin:0;font-size:11px}.media-editor__render-chip{z-index:30;border:1px solid var(--me-border);border-radius:var(--me-radius);background:var(--me-surface);width:min(320px,100% - 32px);box-shadow:var(--me-shadow);flex-direction:column;gap:6px;padding:10px 12px;display:flex;position:absolute;bottom:16px;right:16px}.media-editor__render-chip-label{color:var(--me-text-strong);font-size:11px}.media-editor__render-chip-bar{width:100%}.media-editor__render-chip-actions{justify-content:flex-end;gap:8px;display:flex}.media-editor__browser-render-overlay{box-sizing:border-box;background:#000;flex-direction:column;justify-content:center;align-items:center;gap:0;padding:0;display:flex;position:fixed;inset:0}.media-editor__browser-render-overlay--recording .media-editor__browser-render-hud--minimal{opacity:.55}.media-editor__browser-render-host{max-width:100vw;height:auto;max-height:100vh;box-shadow:none;background:#000;border:0;border-radius:0;position:relative;overflow:hidden}.media-editor__browser-render-capture{opacity:.01;pointer-events:none;z-index:-1;width:2px;height:2px;position:fixed;top:0;left:0}.media-editor__browser-render-preview{width:100%;height:100%}.media-editor__browser-render-preview .media-editor__preview{width:100%;height:100%;min-height:0;margin:0;display:block}.media-editor__browser-render-preview .media-editor__stage-fit{width:100%;height:100%;display:block}.media-editor__browser-render-preview .media-editor__stage-zoom,.media-editor__browser-render-preview .media-editor__stage{max-width:none;min-height:0;box-shadow:none;border:0;border-radius:0;flex:none;align-self:auto;display:block;aspect-ratio:auto!important;width:100%!important;height:100%!important}.media-editor__browser-render-preview .media-editor__stage-zoom{zoom:1!important}.media-editor__browser-render-hud{border:1px solid var(--me-border);border-radius:var(--me-radius);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2;background:#0f172ad1;flex-direction:column;gap:8px;width:min(520px,100% - 24px);padding:10px 12px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.media-editor__browser-render-hud-main{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.media-editor__browser-render-hud-title{color:var(--me-text-strong);font-size:13px;font-weight:600}.media-editor__browser-render-hud-time{color:var(--me-text-dim);font-variant-numeric:tabular-nums;font-size:12px}.media-editor__browser-render-hud-bar{width:100%}.media-editor__browser-render-hud-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.media-editor__browser-render-hud-status{color:var(--me-text-dim);font-size:11px}.media-editor__browser-render-audio{opacity:0;pointer-events:none;width:0;height:0;position:absolute;overflow:hidden}.media-editor--product-player{background:#000;min-height:360px;padding:0}.media-editor__product-player{cursor:none;background:#000;outline:none;flex:1;justify-content:stretch;align-items:stretch;width:100%;height:100%;min-height:360px;display:flex;position:relative}.media-editor__product-player--controls{cursor:default}.media-editor__product-player:fullscreen{background:#000;width:100%;height:100%}.media-editor__product-player-stage{z-index:1;isolation:isolate;contain:paint;background:#000;flex:1;justify-content:stretch;align-items:stretch;width:100%;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}.media-editor__product-player-stage .media-editor__preview{padding:0}.media-editor__product-player-stage .media-editor__stage{box-shadow:none;border:0;border-radius:0}.media-editor__product-player-stage .media-editor__camera-viewport{isolation:isolate}.media-editor__product-player-hotzone{z-index:9999;pointer-events:auto;height:96px;position:absolute;bottom:0;left:0;right:0}.media-editor__product-player-hotzone--off{pointer-events:none}.media-editor__product-player-bar{z-index:10000;opacity:0;pointer-events:none;background:linear-gradient(#0000 0%,#00000073 45%,#000000c7 100%);flex-direction:column;gap:6px;padding:12px 14px 14px;transition:opacity .22s,transform .22s;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(8px)}.media-editor__product-player-bar--visible{opacity:1;pointer-events:auto;transform:translateY(0)}.media-editor__product-player-progress{cursor:pointer;touch-action:none;align-items:center;height:16px;display:flex}.media-editor__product-player-progress:hover .media-editor__product-player-progress-track{height:6px}.media-editor__product-player-progress-track{background:#ffffff47;border-radius:999px;width:100%;height:4px;transition:height .12s;position:relative;overflow:hidden}.media-editor__product-player-progress-fill{border-radius:inherit;background:var(--me-accent-strong,#3b82f6);position:absolute;top:0;bottom:0;left:0}.media-editor__product-player-controls{align-items:center;gap:6px;min-height:32px;display:flex}.media-editor__product-player-time{color:#f8fafc;font-variant-numeric:tabular-nums;white-space:nowrap;padding:0 6px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.media-editor__info-modal{gap:10px;height:auto;padding:12px;overflow:visible}.media-editor__info-modal-summary{color:var(--me-text-dim);text-transform:capitalize;align-items:center;gap:6px;font-size:11px;display:flex}.media-editor__info-modal-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.media-editor__info-modal-row{border:1px solid var(--me-border);border-radius:var(--me-radius-sm);background:var(--me-control-bg);justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;display:flex}.media-editor__info-modal-row-main{flex-direction:column;gap:2px;min-width:0;display:flex}.media-editor__info-modal-row-label{color:var(--me-text-strong);font-size:12px;font-weight:600}.media-editor__info-modal-row-hint{color:var(--me-text-dim);font-size:10px}.media-editor__info-modal-row-error{color:var(--me-danger);font-size:10px}.media-editor__info-modal-row-status{color:var(--me-text-dim);flex-shrink:0;align-items:center;gap:6px;font-size:11px;display:flex}.media-editor__info-modal-row-ready{color:var(--me-success);align-items:center;gap:4px;display:flex}.media-editor__info-modal-row-ready .material-icons{font-size:16px}.media-editor__filmstrip-modal{gap:10px;height:100%;padding:12px}.media-editor__filmstrip-modal-toolbar{flex-shrink:0;align-items:center;gap:6px;display:flex}.media-editor__filmstrip-modal-count{color:var(--me-text-dim);font-size:11px}.media-editor__filmstrip-modal-page-size.select-container{min-width:88px;font-size:11px}.media-editor__filmstrip-modal-page-size.select-container .select-container__button{min-height:24px;padding:0 6px}.media-editor__filmstrip-modal-page{color:var(--me-text-dim);font-variant-numeric:tabular-nums;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px}.media-editor__filmstrip-modal-grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;min-height:0;padding-right:2px;display:grid;overflow-y:auto}.media-editor__filmstrip-modal-cell{border:1px solid var(--me-border);border-radius:var(--me-radius);background:var(--me-surface);color:var(--me-text);font:inherit;text-align:left;cursor:pointer;transition:border-color var(--me-transition),background-color var(--me-transition);flex-direction:column;gap:4px;padding:6px;display:flex}.media-editor__filmstrip-modal-cell:hover{border-color:var(--me-accent);background:var(--me-surface-hover)}.media-editor__filmstrip-modal-thumb{aspect-ratio:16/9;border-radius:var(--me-radius-sm);background-color:#000;background-repeat:no-repeat;width:100%;display:block}.media-editor__filmstrip-modal-time{font-variant-numeric:tabular-nums;color:var(--me-text-dim);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px}.media-editor__filmstrip-modal-caption{-webkit-line-clamp:2;color:var(--me-text);-webkit-box-orient:vertical;font-size:11px;line-height:1.35;display:-webkit-box;overflow:hidden}.media-editor__number{border:1px solid var(--me-border-strong);border-radius:var(--me-radius-sm);background:var(--me-control-bg);width:72px;min-height:22px;color:var(--me-text-strong);font:inherit;font-variant-numeric:tabular-nums;transition:border-color var(--me-transition),background-color var(--me-transition),box-shadow var(--me-transition);outline:none;padding:2px 5px;font-size:11px}.media-editor__number:hover:not(:-moz-read-only):not(:focus){border-color:var(--me-border-hover);background:var(--me-control-bg-hover)}.media-editor__number:hover:not(:read-only):not(:focus){border-color:var(--me-border-hover);background:var(--me-control-bg-hover)}.media-editor__number:focus{border-color:var(--me-accent);background:var(--me-control-bg-focus);box-shadow:var(--me-focus-ring)}.media-editor__number:read-only{color:var(--me-text-dim);cursor:default}.media-editor__render-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.media-editor__link{color:var(--me-accent);font-size:11px;text-decoration:none}.media-editor__link:hover{color:var(--me-accent-strong);text-decoration:underline}.media-editor__message{border:1px solid var(--me-border);border-left:2px solid var(--me-danger);border-radius:var(--me-radius-sm);background:var(--me-surface);color:var(--me-danger);margin:0;padding:6px 8px;font-size:11px}.media-editor__toolbar{border-bottom:1px solid var(--me-border);background:var(--me-surface);flex-wrap:wrap;flex-shrink:0;align-items:center;gap:2px;padding:4px 8px;display:flex}.media-editor__toolbar .icon-button{padding:5px}.media-editor__toolbar .material-icons{font-size:18px}.media-editor__toolbar-primary{color:var(--me-accent)!important}.media-editor__toolbar-primary:disabled{color:var(--me-text-dim)!important}.media-editor__divider{background:var(--me-border-strong);width:1px;height:16px;margin:0 3px}.media-editor__toolbar-spacer{margin-left:auto}.media-editor .popover:has(.media-editor__toolbar-menu){background:var(--me-surface);border:1px solid var(--me-border-strong);min-width:0;max-width:none;color:var(--me-text);border-radius:6px;padding:4px 0;overflow:hidden;box-shadow:0 8px 24px #00000073}.media-editor__toolbar-menu{flex-direction:column;gap:1px;min-width:200px;display:flex}.media-editor__toolbar-menu-item{width:100%;color:var(--me-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;margin:0;padding:7px 12px;font-size:12px;display:flex}.media-editor__toolbar-menu-item:hover:not(:disabled){background:var(--me-surface-hover);color:var(--me-text-strong)}.media-editor__toolbar-menu-item:disabled{color:var(--me-text-dim);cursor:default;opacity:.55}.media-editor__toolbar-menu-item .material-icons{font-size:18px}.media-editor__toolbar-menu-item-icon{color:var(--me-text-dim);flex-shrink:0}.media-editor__toolbar-menu-item--active{color:var(--me-text-strong)}.media-editor__toolbar-menu-item--active .media-editor__toolbar-menu-item-icon,.media-editor__toolbar-menu-item--active .media-editor__toolbar-menu-item-check{color:var(--me-accent)}.media-editor__toolbar-menu-item-label{flex:auto;min-width:0}.media-editor__toolbar-menu-item-check,.media-editor__toolbar-menu-item-check-spacer{flex-shrink:0;width:18px;font-size:16px!important}.media-editor__toolbar-menu-divider{background:var(--me-border-strong);height:1px;margin:4px 8px}.media-editor__zoom-label{color:var(--me-text-dim);font-variant-numeric:tabular-nums;text-align:center;min-width:58px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px}.media-editor__lane-height-select.select-container{min-width:96px;font-size:11px}.media-editor__lane-height-select.select-container .select-container__button{min-height:24px;padding:0 6px}.media-editor__speed-select.select-container{min-width:58px;font-size:11px}.media-editor__speed-select.select-container .select-container__button{min-height:24px;padding:0 6px}.media-editor__timeline-scroll{background:var(--me-lane);flex:42%;min-height:0;overflow-y:hidden}.media-editor__timeline{flex-direction:column;height:100%;min-height:0;display:flex}.media-editor__timeline-head{flex-shrink:0;display:flex}.media-editor__layer-headers-title{width:var(--me-headers-w);height:var(--me-ruler-h);border-right:1px solid var(--me-border);border-bottom:1px solid var(--me-border);background-color:var(--me-bg);background-image:linear-gradient(var(--me-surface), var(--me-surface));color:var(--me-text-dim);letter-spacing:.08em;text-transform:uppercase;flex-shrink:0;align-items:center;padding:0 8px;font-size:10px;font-weight:700;display:flex}.media-editor__layer-headers-title .media-editor__lane-height-select-wrap{flex:auto;width:100%;min-width:0}.media-editor__layer-headers-title .media-editor__lane-height-select.select-container{text-transform:none;letter-spacing:normal;width:100%;max-width:100%;font-weight:500}.media-editor__ruler-viewport{background-color:var(--me-bg);flex:1;min-width:0;overflow:hidden}.media-editor__ruler-track{height:var(--me-ruler-h);position:relative}.media-editor__timeline-body{flex:1;min-height:0;display:flex}.media-editor__layer-headers{width:var(--me-headers-w);border-right:1px solid var(--me-border);background:var(--me-bg);flex-shrink:0;height:100%;overflow:hidden}.media-editor__layer-headers-track{will-change:transform}.media-editor__layer-header{height:var(--me-lane-h);box-sizing:border-box;flex-direction:column;justify-content:flex-start;gap:0;padding:0;display:flex;position:relative}.media-editor__layer-header .icon-button{padding:2px}.media-editor__layer-header .material-icons{font-size:15px}.media-editor__layer-header{border-bottom:1px solid var(--me-border);transition:background-color var(--me-transition),box-shadow var(--me-transition),opacity var(--me-transition)}.media-editor__layer-header:hover{background:var(--me-surface-hover)}.media-editor__layer-header--dragging{opacity:.45}.media-editor__layer-header--drop-before{box-shadow:inset 0 2px 0 var(--me-accent)}.media-editor__layer-header--drop-after{box-shadow:inset 0 -2px 0 var(--me-accent)}.media-editor__layer-header--drop-into{background:color-mix(in srgb, var(--me-group) 18%, var(--me-bg));box-shadow:inset 0 0 0 2px var(--me-group)}.media-editor__layer-header--group{background:color-mix(in srgb, var(--me-group) 28%, var(--me-bg))}.media-editor__layer-header--group:hover{background:color-mix(in srgb, var(--me-group) 38%, var(--me-bg))}.media-editor__layer-header--nested .media-editor__layer-header-main{padding-left:18px}.media-editor__layer-header--curve-focus{background:color-mix(in srgb, var(--me-accent) 8%, var(--me-bg))}.media-editor__layer-header--selected{background:color-mix(in srgb, var(--me-accent) 16%, var(--me-bg));box-shadow:inset 3px 0 0 var(--me-accent)}.media-editor__layer-header--selected:hover{background:color-mix(in srgb, var(--me-accent) 22%, var(--me-bg))}.media-editor__layer-header--selected.media-editor__layer-header--group{background:color-mix(in srgb, var(--me-accent) 14%, color-mix(in srgb, var(--me-group) 28%, var(--me-bg)))}.media-editor__layer-header-main{box-sizing:border-box;flex-direction:column;flex-shrink:0;justify-content:center;gap:2px;padding:4px 6px;display:flex}.media-editor__curve-focus-bar{text-transform:none;letter-spacing:normal;justify-content:space-between;align-items:center;gap:6px;width:100%;min-width:0;font-weight:600;display:flex}.media-editor__curve-focus-actions{flex-shrink:0;align-items:center;gap:2px;display:flex}.media-editor__curve-focus-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--me-accent);font-size:11px;font-weight:600;overflow:hidden}.media-editor__curve-channel-header{box-sizing:border-box;border:none;border-top:1px solid var(--me-border);background:var(--me-surface);width:100%;color:var(--me-text-dim);font:inherit;text-align:left;cursor:pointer;transition:background-color var(--me-transition),color var(--me-transition);border-radius:0;align-items:center;gap:6px;margin:0;padding:0 10px 0 22px;font-size:11px;display:flex}.media-editor__curve-channel-header:hover{background:var(--me-surface-hover);color:var(--me-text)}.media-editor__curve-channel-header--selected{background:color-mix(in srgb, var(--me-accent) 22%, transparent);color:var(--me-text-strong)}.media-editor__curve-channel-swatch{border-radius:2px;flex-shrink:0;width:8px;height:8px}.media-editor__curve-channel-label{letter-spacing:.04em;font-weight:600}.media-editor__layer-row{align-items:center;gap:2px;display:flex}.media-editor__layer-row--end{justify-content:flex-end}.media-editor__layer-drag-handle{width:14px;height:14px;color:var(--me-text-dim);cursor:grab;transition:background-color var(--me-transition),color var(--me-transition);border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;display:inline-flex}.media-editor__layer-drag-handle:hover{background:var(--me-surface-hover);color:var(--me-text-strong)}.media-editor__layer-drag-handle:active{cursor:grabbing}.media-editor__layer-drag-handle .material-icons,.media-editor__layer-drag-handle .material-symbols-outlined{font-size:16px}.media-editor__layer-visibility{margin-right:auto}.media-editor__layer-name{min-width:0;color:var(--me-text-strong);font:inherit;background:0 0;border:1px solid #0000;border-radius:3px;outline:none;flex:1;margin:0;padding:1px 4px;font-size:11px;font-weight:600;line-height:1.2}.media-editor__layer-name:hover:not(:-moz-read-only){border-color:var(--me-border)}.media-editor__layer-name:hover:not(:read-only){border-color:var(--me-border)}.media-editor__layer-name:focus:not(:-moz-read-only){border-color:var(--me-accent);background:var(--me-control-bg)}.media-editor__layer-name:focus:not(:read-only){border-color:var(--me-accent);background:var(--me-control-bg)}.media-editor__group-member-count{box-sizing:border-box;background:var(--me-group-bg-strong);min-width:16px;height:16px;color:var(--me-group);font-variant-numeric:tabular-nums;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:0 5px;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.media-editor__group-member-count--empty{opacity:.45}.media-editor__volume{width:52px;accent-color:var(--me-accent);flex-shrink:0}.media-editor__toggle--off{color:var(--me-warning)!important}.media-editor__toggle--active{color:var(--me-accent)!important}.media-editor__toggle--danger{margin-left:auto;color:var(--me-danger)!important}.media-editor__lanes-scroll{scrollbar-width:auto;scrollbar-color:var(--me-accent) var(--me-surface-strong);flex:1;min-width:0;height:100%;overflow:auto}.media-editor__lanes-scroll::-webkit-scrollbar{height:14px}.media-editor__lanes-scroll::-webkit-scrollbar-track{background:var(--me-surface-strong);border-top:1px solid var(--me-border)}.media-editor__lanes-scroll::-webkit-scrollbar-thumb{border:3px solid var(--me-surface-strong);background-clip:padding-box;background-color:var(--me-accent);border-radius:7px}.media-editor__lanes-scroll::-webkit-scrollbar-thumb:hover{background-color:var(--me-accent-strong)}.media-editor__lanes{flex-direction:column;min-height:100%;display:flex;position:relative}.media-editor__lanes-empty{border:1px dashed #0000;border-top:1px dashed var(--me-border);min-height:64px;color:var(--me-text-dim);transition:background-color var(--me-transition),border-color var(--me-transition),color var(--me-transition);background:0 0;flex:auto;justify-content:center;align-items:center;padding:12px 16px;display:flex}.media-editor__lanes-empty--drop{background:var(--me-accent-muted);border-color:var(--me-accent);color:var(--me-text-strong)}.media-editor__lanes-empty-label{letter-spacing:.02em;text-align:left;pointer-events:none;opacity:.85;width:fit-content;max-width:min(280px,70vw);font-size:11px;font-weight:600;position:sticky;left:16px}.media-editor__ruler{border-bottom:1px solid var(--me-border);background-color:var(--me-bg);background-image:linear-gradient(var(--me-surface), var(--me-surface));cursor:ew-resize;-webkit-user-select:none;user-select:none;height:100%;position:relative}.media-editor__playhead--ruler{height:var(--me-ruler-h)}.media-editor__tick{align-items:flex-start;height:100%;display:flex;position:absolute;top:0}.media-editor__tick-mark{background:var(--me-border-strong);width:1px;height:8px}.media-editor__tick-label{font-variant-numeric:tabular-nums;color:var(--me-text-dim);margin-left:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px}.media-editor__lane{height:var(--me-lane-h);border-bottom:1px solid var(--me-border);background:var(--me-lane);transition:background-color var(--me-transition);flex-shrink:0;position:relative}.media-editor__lane--drop{background:var(--me-accent-muted);box-shadow:inset 0 0 0 1px var(--me-accent)}.media-editor__lane--hidden{opacity:.55}.media-editor__lane--group{background:color-mix(in srgb, var(--me-group-bg) 70%, var(--me-lane))}.media-editor__lane--curve-focus{background:color-mix(in srgb, var(--me-accent) 5%, var(--me-lane));flex-direction:column;display:flex}.media-editor__lane--selected{background:color-mix(in srgb, var(--me-accent) 10%, var(--me-lane));box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--me-accent) 45%, transparent)}.media-editor__lane-main{flex-shrink:0;width:100%;position:relative}.media-editor__lane-channels{border-top:1px solid var(--me-border);background:var(--me-surface);flex-direction:column;flex-shrink:0;width:100%;display:flex}.media-editor__curve-channel-lane{border-bottom:1px solid color-mix(in srgb, var(--me-border) 70%, transparent);width:100%;position:relative;overflow:visible}.media-editor__curve-channel-lane:last-child{border-bottom:none}.media-editor__curve-channel-lane--selected{background:color-mix(in srgb, var(--me-accent) 12%, transparent)}.media-editor__curve-channel-track{background:#94a3b812;border:1px solid #94a3b833;border-radius:6px;position:absolute;top:0;overflow:visible}.media-editor__kf-curve{pointer-events:none;width:100%;height:100%;position:relative}.media-editor__kf-curve-svg{width:100%;height:100%;display:block}.media-editor__kf-curve-area{fill-opacity:.14;stroke:none}.media-editor__kf-curve-line{fill:none;stroke-width:1.5px;stroke-linejoin:round;stroke-linecap:round}.media-editor__kf-curve-key{z-index:2;background:var(--me-accent);cursor:pointer;pointer-events:auto;touch-action:none;-webkit-user-select:none;user-select:none;border:1.5px solid #93c5fd;border-radius:1px;width:10px;height:10px;margin-top:-5px;margin-left:-5px;padding:0;position:absolute;top:50%;transform:rotate(45deg);box-shadow:0 1px 3px #00000073}.media-editor__kf-curve-key:hover{background:#93c5fd;border-color:#dbeafe}.media-editor__kf-curve-key--valued{width:14px;height:14px;margin-left:-7px}.media-editor__kf-curve-key--editable{cursor:grab}.media-editor__kf-curve-key--editable:active{cursor:grabbing}.media-editor__kf-curve-key--selected{background:#fbbf24;border-color:#fde68a;box-shadow:0 0 0 2px #fbbf2466}.media-editor__kf-curve-key-value{white-space:nowrap;color:#fde68a;text-shadow:0 1px 2px #000000bf;pointer-events:none;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;font-weight:600;position:absolute;top:-18px;left:50%;transform:translate(-50%)rotate(-45deg)}.media-editor__kf-curve--editable{pointer-events:auto;cursor:crosshair}.media-editor__kf-curve--editable .media-editor__kf-curve-line{stroke-width:2.25px}.media-editor__playhead{background:var(--me-playhead);pointer-events:none;z-index:20;width:1px;position:absolute;top:0;box-shadow:0 0 6px #f8717199}.media-editor__snap-guide{background:var(--me-accent);width:1px;box-shadow:0 0 8px color-mix(in srgb, var(--me-accent) 70%, transparent);pointer-events:none;z-index:21;position:absolute;top:0}.media-editor__snap-guide--ruler{height:auto;top:0;bottom:0}.media-editor__snap-guide:before{content:"";background:var(--me-accent);width:7px;height:7px;box-shadow:0 0 4px color-mix(in srgb, var(--me-accent) 80%, transparent);border-radius:50%;position:absolute;top:0;left:50%;transform:translate(-50%)}.media-editor__playhead-handle{background:var(--me-playhead);filter:drop-shadow(0 1px 3px #00000080);clip-path:polygon(0 0,100% 0,100% 60%,50% 100%,0 60%);border-radius:3px;width:13px;height:15px;position:absolute;top:14px;left:50%;transform:translate(-50%)}.media-editor__bridge{z-index:20;box-sizing:border-box;border:1px dashed var(--me-accent);background:color-mix(in srgb, var(--me-accent) 22%, transparent);color:var(--me-text-strong);cursor:pointer;pointer-events:auto;border-radius:4px;justify-content:center;align-items:center;display:flex;position:absolute;overflow:hidden}.media-editor__bridge:hover{background:color-mix(in srgb, var(--me-accent) 34%, transparent)}.media-editor__bridge--selected{box-shadow:0 0 0 1px var(--me-accent);border-style:solid}.media-editor__bridge--disabled{border-style:dotted;border-color:var(--me-border-strong);background:color-mix(in srgb, var(--me-text-dim) 12%, transparent);color:var(--me-text-dim);opacity:.9}.media-editor__bridge--disabled:hover{background:color-mix(in srgb, var(--me-text-dim) 20%, transparent)}.media-editor__bridge--disabled.media-editor__bridge--selected{border-style:dotted;border-color:var(--me-text-dim);box-shadow:0 0 0 1px color-mix(in srgb, var(--me-text-dim) 55%, transparent)}.media-editor__bridge--disabled .media-editor__bridge-label{letter-spacing:.06em;text-transform:uppercase;font-weight:500}.media-editor__bridge-label{z-index:1;letter-spacing:.02em;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;padding:0 10px;font-size:10px;font-weight:600;position:relative;overflow:hidden}.media-editor__widget{z-index:10;border-radius:var(--me-radius-sm);box-shadow:var(--me-shadow-soft);cursor:grab;transition:box-shadow var(--me-transition),filter var(--me-transition);border:1px solid;font-size:11px;position:absolute;top:6px;bottom:6px;overflow:hidden}.media-editor__widget:hover{filter:brightness(1.12)}.media-editor__widget:active{cursor:grabbing}.media-editor__widget--video{border-color:var(--me-video);background:linear-gradient(var(--me-video-bg-strong), var(--me-video-bg))}.media-editor__widget--audio{border-color:var(--me-audio);background:linear-gradient(var(--me-audio-bg-strong), var(--me-audio-bg))}.media-editor__widget--image{border-color:var(--me-image);background:linear-gradient(var(--me-image-bg-strong), var(--me-image-bg))}.media-editor__widget--html{border-color:var(--me-html);background:linear-gradient(var(--me-html-bg-strong), var(--me-html-bg))}.media-editor__widget--super-html{border-color:var(--me-super-html);background:linear-gradient(var(--me-super-html-bg-strong), var(--me-super-html-bg))}.media-editor__widget--camera{border-color:var(--me-camera);background:linear-gradient(var(--me-camera-bg-strong), var(--me-camera-bg))}.media-editor__widget--selected{z-index:12;border-color:var(--me-accent);outline:2px solid var(--me-accent);outline-offset:1px;box-shadow:0 0 0 1px var(--me-accent-contrast),0 0 14px var(--me-accent),0 6px 16px #00000073;filter:brightness(1.06)saturate(1.15)}.media-editor__widget--selected .media-editor__widget-labels{color:var(--me-text-strong);font-weight:700}.media-editor__widget--dragging{opacity:.85;cursor:grabbing;box-shadow:var(--me-shadow)}.media-editor__widget--dim{opacity:.55}.media-editor__widget--covered .media-editor__widget-labels{color:#fff;text-shadow:0 1px 3px #000000e6}.media-editor__widget--live{outline-offset:-1px;outline:1px solid #ef4444d9}.media-editor__widget-live-badge{z-index:3;color:#fecaca;letter-spacing:.04em;pointer-events:none;background:#7f1d1de0;border-radius:3px;align-items:center;gap:4px;padding:1px 6px;font-size:9px;font-weight:700;display:inline-flex;position:absolute;top:4px;right:6px}.media-editor__widget-live-dot{background:#ef4444;border-radius:50%;width:6px;height:6px;animation:1.2s ease-out infinite media-editor-live-pulse;box-shadow:0 0 #ef4444b3}@keyframes media-editor-live-pulse{0%{box-shadow:0 0 #ef44448c}70%{box-shadow:0 0 0 6px #ef444400}to{box-shadow:0 0 #ef444400}}.media-editor__toolbar-live-stop{color:#fecaca!important}.media-editor__widget-canvas{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.media-editor__widget-stack{flex-direction:column;display:flex;position:absolute;inset:0}.media-editor__widget-video-pane{flex:auto;min-height:0;position:relative;overflow:hidden}.media-editor__widget-still{background-color:#000;background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%;height:100%}.media-editor__widget-audio-pane{background:var(--me-lane);border-top:1px solid #00000059;flex:0 0 30%;min-height:16px;position:relative;overflow:hidden}.media-editor__widget-audio-pane--fill{border-top:none;flex:auto;min-height:0}.media-editor__widget-curve-pane{pointer-events:none;background:#0f172a8c;border-top:1px solid #94a3b840;flex:0 0 26px;min-height:22px;position:relative;overflow:hidden}.media-editor__widget-curve-pane .media-editor__kf-curve-key{pointer-events:auto}.media-editor__widget-curve-pane--overlay{z-index:2;flex:none;height:26px;position:absolute;bottom:0;left:0;right:0}.media-editor__widget-filmstrip-tile{background-repeat:no-repeat;position:absolute}.media-editor__widget-filmstrip-scrim{background:#00000047;position:absolute;inset:0}.media-editor__widget-transcript{z-index:4;pointer-events:none;background:linear-gradient(#0000 0%,#00000059 30%,#000000b8 100%);height:42%;min-height:16px;max-height:44px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.media-editor__widget-transcript-seg{color:#f8fafc;white-space:nowrap;text-overflow:ellipsis;text-shadow:0 1px 2px #000000d9;border-left:1px solid #ffffff2e;align-items:flex-end;padding:0 3px 1px;font-size:10px;font-weight:500;line-height:1.2;display:flex;position:absolute;top:2px;bottom:2px;overflow:hidden}.media-editor__handle{z-index:10;cursor:ew-resize;width:8px;height:100%;transition:background-color var(--me-transition);background:#ffffff1f;position:absolute;top:0}.media-editor__handle:hover{background:#ffffff57}.media-editor__handle--start{left:0}.media-editor__handle--end{right:0}.media-editor__widget-labels{height:100%;color:var(--me-text-strong);pointer-events:none;flex-direction:column;justify-content:space-between;padding:3px 10px;display:flex;position:relative}.media-editor__keyframe-marker{z-index:11;background:var(--me-accent);border:1px solid var(--me-accent-contrast);cursor:pointer;width:7px;height:7px;margin-left:-3.5px;position:absolute;bottom:3px;transform:rotate(45deg)}.media-editor__keyframe-marker:hover{background:var(--me-accent-strong)}.media-editor__widget-name,.media-editor__widget-meta{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.media-editor__widget-name{font-weight:600}.media-editor__widget-meta{opacity:.75;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px}.media-editor--light .media-editor__handle{background:#0000001f}.media-editor--light .media-editor__handle:hover{background:#0000004d}.media-editor .media-editor__widget--selected .media-editor__handle{background:var(--me-accent)}.media-editor .media-editor__widget--selected .media-editor__handle:hover{background:var(--me-accent-strong)}@keyframes media-editor-spin{to{transform:rotate(360deg)}}.media-editor-super-html-picker{--me-bg:var(--super-html-editor-bg,#1e1e1e);--me-bg-header:var(--super-html-editor-bg-header,#0f172a);--me-surface:var(--super-html-editor-bg-elevated,#272727);--me-surface-hover:var(--super-html-editor-hover-muted,#94a3b824);--me-surface-strong:var(--super-html-editor-bg-collapse-header,#343434);--me-border:var(--super-html-editor-border,#273449);--me-border-strong:var(--super-html-editor-border-strong,#374151);--me-border-hover:#94a3b880;--me-text:var(--super-html-editor-text,#d1d5db);--me-text-strong:var(--super-html-editor-text-strong,#f8fafc);--me-text-dim:var(--super-html-editor-text-muted,#94a3b8);--me-accent:var(--super-html-editor-accent,#60a5fa);--me-accent-strong:var(--super-html-editor-accent-strong,#3b82f6);--me-accent-muted:var(--super-html-editor-accent-muted,#60a5fa24);--me-danger:var(--super-html-editor-danger-text,#fca5a5);--me-super-html:#f59e0b;--me-super-html-bg:#f59e0b2e;--me-super-html-bg-strong:#f59e0b4d;--me-radius:var(--super-html-editor-radius,6px);--me-radius-sm:4px;--me-transition:.15s ease;border:1px solid #f59e0b47;background:var(--me-bg)!important;width:min(560px,92vw)!important;height:min(640px,82vh)!important;color:var(--me-text)!important;box-shadow:var(--super-html-editor-shadow,0 8px 32px #0000006b)!important;border-radius:10px!important;margin:9vh auto!important}.media-editor-super-html-picker>div:first-child{background:var(--me-bg-header);border-bottom:1px solid var(--me-border)!important;padding:12px 16px!important}.media-editor-super-html-picker>div:first-child h2{letter-spacing:.01em;color:var(--me-text-strong)!important;font-size:.95rem!important}.media-editor-super-html-picker>div:last-child{background:var(--me-bg);flex-direction:column;min-height:0;display:flex;overflow:hidden!important}.media-editor-super-html-picker__shell{flex-direction:column;flex:1;height:100%;min-height:0;display:flex}.media-editor-super-html-picker__body{flex-direction:column;flex:1;gap:12px;min-height:0;padding:14px 16px 8px;display:flex}.media-editor-super-html-picker__steps{align-items:center;gap:8px;margin:0;padding:0;list-style:none;display:flex}.media-editor-super-html-picker__step{min-width:0;color:var(--me-text-dim);align-items:center;gap:8px;font-size:12px;display:inline-flex}.media-editor-super-html-picker__step--active{color:var(--me-text-strong)}.media-editor-super-html-picker__step--active .media-editor-super-html-picker__step-index{background:var(--me-super-html);color:#1a1205;border-color:#0000}.media-editor-super-html-picker__step--done{color:var(--me-text)}.media-editor-super-html-picker__step--done .media-editor-super-html-picker__step-index{background:var(--me-super-html-bg-strong);color:var(--me-super-html);border-color:#0000}.media-editor-super-html-picker__step-index{border:1px solid var(--me-border-strong);background:var(--me-surface);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:inline-flex}.media-editor-super-html-picker__step-index .material-icons{font-size:14px}.media-editor-super-html-picker__step-label{white-space:nowrap;font-weight:600}.media-editor-super-html-picker__step-divider{background:linear-gradient(90deg, var(--me-border-strong), transparent 90%);flex:1;min-width:16px;height:1px}.media-editor-super-html-picker__intro{color:var(--me-text-dim);margin:0;font-size:12px;line-height:1.45}.media-editor-super-html-picker__modes{grid-template-columns:1fr 1fr;gap:8px;display:grid}.media-editor-super-html-picker__mode{text-align:left;border:1px solid var(--me-border);background:var(--me-surface);color:var(--me-text);cursor:pointer;transition:border-color var(--me-transition),background-color var(--me-transition),box-shadow var(--me-transition);border-radius:8px;align-items:flex-start;gap:8px;padding:10px;display:flex}.media-editor-super-html-picker__mode>.material-icons{color:var(--me-text-dim);flex-shrink:0;margin-top:1px;font-size:18px}.media-editor-super-html-picker__mode:hover{border-color:var(--me-border-hover);background:var(--me-surface-strong)}.media-editor-super-html-picker__mode:focus-visible{border-color:var(--me-super-html);outline:none;box-shadow:0 0 0 1px #f59e0b59}.media-editor-super-html-picker__mode--active{border-color:var(--me-super-html);background:var(--me-super-html-bg);box-shadow:0 0 0 1px #f59e0b33}.media-editor-super-html-picker__mode--active>.material-icons{color:var(--me-super-html)}.media-editor-super-html-picker__mode-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.media-editor-super-html-picker__mode-title{color:var(--me-text-strong);font-size:12px;font-weight:650}.media-editor-super-html-picker__mode-desc{color:var(--me-text-dim);font-size:11px;line-height:1.35}.media-editor-super-html-picker__toolbar{align-items:center;gap:8px;display:flex}.media-editor-super-html-picker__tabs{border:1px solid var(--me-border);background:#00000047;border-radius:8px;flex:1;align-items:center;gap:2px;min-width:0;padding:3px;display:inline-flex}.media-editor-super-html-picker__tab{appearance:none;min-width:0;color:var(--me-text-dim);cursor:pointer;transition:background-color var(--me-transition),color var(--me-transition);background:0 0;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:6px;padding:7px 10px;font-size:12px;font-weight:600;display:inline-flex}.media-editor-super-html-picker__tab .material-icons{font-size:16px}.media-editor-super-html-picker__tab:hover{color:var(--me-text-strong);background:var(--me-surface-hover)}.media-editor-super-html-picker__tab--active{background:var(--me-surface-strong);color:var(--me-text-strong);box-shadow:0 1px 2px #00000047}.media-editor-super-html-picker__tab-count{min-width:18px;height:18px;color:var(--me-text-dim);font-variant-numeric:tabular-nums;background:#94a3b829;border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:10px;font-weight:700;display:inline-flex}.media-editor-super-html-picker__tab--active .media-editor-super-html-picker__tab-count{background:var(--me-super-html-bg);color:var(--me-super-html)}.media-editor-super-html-picker__search .ui-text-field,.media-editor-super-html-picker__search .ui-text-field input{width:100%}.media-editor-super-html-picker__list{flex-direction:column;flex:1;gap:6px;min-height:0;margin:0;padding:2px;list-style:none;display:flex;overflow:auto}.media-editor-super-html-picker__row{text-align:left;border:1px solid var(--me-border);background:var(--me-surface);width:100%;color:inherit;cursor:pointer;transition:border-color var(--me-transition),background-color var(--me-transition),box-shadow var(--me-transition);border-radius:8px;align-items:center;gap:10px;padding:10px 12px;display:flex}.media-editor-super-html-picker__row:hover:not(:disabled){border-color:var(--me-border-hover);background:var(--me-surface-strong)}.media-editor-super-html-picker__row:focus-visible{border-color:var(--me-super-html);outline:none;box-shadow:0 0 0 1px #f59e0b59}.media-editor-super-html-picker__row:disabled{opacity:.55;cursor:wait}.media-editor-super-html-picker__row--selected{border-color:var(--me-super-html);background:var(--me-super-html-bg);box-shadow:inset 0 0 0 1px #f59e0b33}.media-editor-super-html-picker__row-icon{background:var(--me-super-html-bg);width:34px;height:34px;color:var(--me-super-html);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.media-editor-super-html-picker__row-icon .material-icons{opacity:1;font-size:18px}.media-editor-super-html-picker__row-icon--component{background:var(--me-accent-muted);color:var(--me-accent)}.media-editor-super-html-picker__row-copy{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.media-editor-super-html-picker__row-name{color:var(--me-text-strong);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.media-editor-super-html-picker__row-meta{color:var(--me-text-dim);flex-wrap:wrap;align-items:center;gap:6px 8px;font-size:11px;line-height:1.3;display:flex}.media-editor-super-html-picker__row-id{opacity:.85;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;overflow:hidden}.media-editor-super-html-picker__row-chevron,.media-editor-super-html-picker__row-check{opacity:.7;flex-shrink:0;font-size:18px!important}.media-editor-super-html-picker__row-check{color:var(--me-super-html);opacity:1}.media-editor-super-html-picker__badge{letter-spacing:.02em;text-transform:uppercase;border-radius:999px;align-items:center;height:18px;padding:0 7px;font-size:10px;font-weight:700;display:inline-flex}.media-editor-super-html-picker__badge--local{color:#93c5fd;background:#60a5fa29}.media-editor-super-html-picker__badge--remote{color:#6ee7b7;background:#34d39929}.media-editor-super-html-picker__badge--linked{background:var(--me-super-html-bg);color:var(--me-super-html)}.media-editor-super-html-picker__badge--embedded{color:#cbd5e1;background:#94a3b829}.media-editor-super-html-picker__breadcrumb{align-items:center;gap:4px;min-width:0;display:flex}.media-editor-super-html-picker__back{color:var(--me-accent);cursor:pointer;border-radius:var(--me-radius-sm);background:0 0;border:none;flex-shrink:0;align-items:center;gap:4px;padding:4px 6px;font-size:12px;font-weight:600;display:inline-flex}.media-editor-super-html-picker__back .material-icons{font-size:16px}.media-editor-super-html-picker__back:hover{background:var(--me-accent-muted);color:var(--me-text-strong)}.media-editor-super-html-picker__crumb-sep{color:var(--me-text-dim);opacity:.55;flex-shrink:0;font-size:16px!important}.media-editor-super-html-picker__crumb{color:var(--me-text-strong);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.media-editor-super-html-picker__summary{border:1px solid var(--me-border);color:var(--me-text-dim);background:#00000038;border-radius:8px;flex-wrap:wrap;align-items:center;gap:8px 12px;padding:8px 10px;font-size:11px;display:flex}.media-editor-super-html-picker__actions{border-top:1px solid var(--me-border);background:var(--me-bg-header);flex-shrink:0;justify-content:flex-end;gap:8px;padding:10px 16px 14px;display:flex}.media-editor-super-html-picker__empty{text-align:center;border:1px dashed var(--me-border-strong);min-height:180px;color:var(--me-text-dim);background:#00000029;border-radius:10px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:6px;margin:4px 0;padding:24px 16px;display:flex}.media-editor-super-html-picker__empty>.material-icons{color:var(--me-super-html);opacity:.85;margin-bottom:4px;font-size:28px}.media-editor-super-html-picker__empty p{color:var(--me-text);margin:0;font-size:13px;font-weight:600}.media-editor-super-html-picker__empty span{max-width:34ch;font-size:12px;line-height:1.45}.media-editor-super-html-picker__error{color:var(--me-danger);background:#f871711a;border:1px solid #f8717159;border-radius:6px;margin:0;padding:8px 10px;font-size:12px;line-height:1.45}.media-editor-super-html-picker__loading{min-height:180px;color:var(--me-text-dim);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;font-size:12px;display:flex}.media-editor__group-delete-modal{color:#e2e8f0;font-family:inherit;font-size:13px;line-height:1.45;background:#0f172a!important;border:1px solid #334155!important;border-radius:12px!important;width:min(420px,92vw)!important;height:auto!important;max-height:min(90vh,520px)!important;margin:12vh auto!important;box-shadow:0 18px 48px #0000008c!important}.media-editor__group-delete{flex-direction:column;gap:16px;padding:18px 18px 14px;display:flex}.media-editor__group-delete-lead{color:#cbd5e1;margin:0;font-size:13px;line-height:1.5}.media-editor__group-delete-lead strong{color:#f8fafc;font-weight:650}.media-editor__group-delete-options{flex-direction:column;gap:10px;display:flex}.media-editor__group-delete-option{width:100%;color:inherit;text-align:left;cursor:pointer;background:#1e293b;border:1px solid #334155;border-radius:10px;align-items:flex-start;gap:12px;margin:0;padding:12px 14px;transition:background-color .15s,border-color .15s,box-shadow .15s,transform .1s;display:flex}.media-editor__group-delete-option:hover{background:#243247;border-color:#475569}.media-editor__group-delete-option:focus-visible{outline:none;box-shadow:0 0 0 2px #38bdf873}.media-editor__group-delete-option:active{transform:scale(.992)}.media-editor__group-delete-option-icon{color:#38bdf8;background:#38bdf824;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.media-editor__group-delete-option-icon .material-icons,.media-editor__group-delete-option-icon .material-symbols-outlined{font-size:20px}.media-editor__group-delete-option-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.media-editor__group-delete-option-title{color:#f1f5f9;font-size:13px;font-weight:650}.media-editor__group-delete-option-desc{color:#94a3b8;font-size:12px;line-height:1.45}.media-editor__group-delete-option--danger{border-color:#f8717159}.media-editor__group-delete-option--danger .media-editor__group-delete-option-icon{color:#f87171;background:#f8717124}.media-editor__group-delete-option--danger:hover{background:#7f1d1d59;border-color:#f871718c}.media-editor__group-delete-option--danger:focus-visible{box-shadow:0 0 0 2px #f8717166}.media-editor__group-delete-footer{justify-content:flex-end;padding-top:2px;display:flex}.media-editor__group-delete-footer .custom-button.text{color:#94a3b8}.media-editor__group-delete-footer .custom-button.text:hover:not(:disabled){color:#e2e8f0;background:#94a3b81f}.editable-media-editor{flex-direction:column;width:100%;min-width:0;height:100%;min-height:360px;display:flex}.editable-media-editor>.media-editor{flex:auto;width:100%;min-height:360px}
.stepper-container{flex-direction:column;gap:8px;width:100%;display:flex}.stepper-container-vertical{flex-wrap:wrap;align-items:flex-start;gap:8px;flex-direction:row!important}.stepper-container-vertical .stepper{flex:none;order:1;width:auto;min-width:200px}.stepper-container-vertical .stepper-content-area{flex:1;order:2;width:auto;margin-top:0}.stepper-container-vertical .stepper-navigation{flex-basis:100%;order:3}.stepper-content-area{width:100%}.stepper-content-area-horizontal{flex-direction:column;width:100%;display:flex}.stepper{width:100%;display:flex}.stepper-horizontal{flex-direction:column}.stepper-horizontal .stepper-steps{flex-direction:row;align-items:flex-start}.stepper-horizontal .step{text-align:center;flex-direction:column;align-items:center}.stepper-horizontal .step-content{text-align:center;flex:1;width:100%;margin-top:8px}.stepper-horizontal .step-indicator{flex-direction:column}.stepper-horizontal .step-connector{width:calc(100% - 32px);height:2px;top:16px;left:50%;transform:translate(16px)}.stepper-vertical{flex-direction:row}.stepper-vertical .stepper-steps{flex-direction:column;align-items:flex-start;width:100%}.stepper-vertical .step{text-align:left;flex-direction:row;align-items:flex-start;margin-bottom:24px}.stepper-vertical .step-content{text-align:left;flex:1;width:100%;margin-top:0;margin-left:0}.stepper-vertical .step-indicator{flex-direction:row;margin-right:16px}.stepper-vertical .step-connector{width:2px;height:calc(100% + 24px);top:32px;left:16px}.stepper-vertical.stepper-lines .step-connector{width:3px;height:calc(100% + 24px)}.stepper-steps{width:100%;display:flex}.step{flex:1;align-items:flex-start;min-width:0;display:flex;position:relative}.step.clickable{cursor:pointer;transition:all .2s}.step.clickable:hover .step-circle{background-color:#4e9cea;border-color:#4e9cea}.step.clickable:hover .step-title{color:#2083e4}.step.clickable.completed:hover .step-circle{background-color:#80c883;border-color:#80c883}.step.clickable.completed:hover .step-title{color:#5cb860}.step:hover{z-index:5}.step:hover .step-circle{z-index:10;position:relative}.step.active .step-circle{color:#fff;background-color:#1976d2;border-color:#1976d2;animation:2s infinite pulse;box-shadow:0 0 0 4px #1976d21f}.step.active .step-title{color:#1976d2}.step.active+.step .step-connector{background-color:#1976d2}.step.completed .step-circle{color:#fff;background-color:#4caf50;border-color:#4caf50}.step.completed .step-title{color:#4caf50}.step.completed+.step .step-connector{background-color:#4caf50}.step-indicator{z-index:2;align-items:center;display:flex;position:relative}.step-circle{color:#666;z-index:3;background-color:#e0e0e0;border:2px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:600;transition:all .3s;display:flex;position:relative}.step-number{font-size:14px;font-weight:600}.step-checkmark{font-size:16px;font-weight:700}.step-connector{z-index:1;background-color:#e0e0e0;transition:all .3s;position:absolute}.step-content{flex:1;min-width:0;margin-top:8px}.step-title{color:#333;margin-bottom:4px;font-size:14px;font-weight:600;line-height:1.4}.step-description{color:#666;margin-bottom:8px;font-size:12px;line-height:1.4}.stepper-navigation{border-top:1px solid #e0e0e0;justify-content:space-between;align-items:center;margin-top:16px;padding:16px 0;display:flex}.stepper-btn{cursor:pointer;border:1px solid #1976d2;border-radius:6px;min-width:100px;padding:12px 24px;font-size:14px;font-weight:500;transition:all .2s}.stepper-btn-previous{color:#1976d2;background-color:#0000}.stepper-btn-previous:hover:not(:disabled){background-color:#1976d20a}.stepper-btn-next{color:#fff;background-color:#1976d2}.stepper-btn-next:hover:not(:disabled){background-color:#145ca4;transform:translateY(-1px);box-shadow:0 4px 8px #1976d24d}.stepper-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.stepper-btn:disabled:hover{background-color:inherit;box-shadow:none;transform:none}.stepper-dots .step-circle{background-color:#e0e0e0;border:none;border-radius:50%;width:12px;height:12px}.stepper-dots .step.active .step-circle{background-color:#1976d2;width:16px;height:16px}.stepper-dots .step.completed .step-circle{background-color:#4caf50}.stepper-dots .step-number,.stepper-dots .step-checkmark{display:none}.stepper-numbers .step-circle{width:24px;height:24px;font-size:12px}.stepper-lines .step-connector{border-radius:2px;height:3px}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 #1976d266}70%{box-shadow:0 0 0 10px #1976d200}to{box-shadow:0 0 #1976d200}}@media (max-width:768px){.stepper-horizontal .step-content{width:100%}.step-title{font-size:12px}.step-description{font-size:11px}.step-circle{width:28px;height:28px}.stepper-btn{min-width:80px;padding:10px 20px;font-size:13px}}@media (max-width:480px){.stepper-navigation{flex-direction:column;gap:12px}.stepper-btn,.stepper-horizontal .step-content{width:100%}.step-title{font-size:11px}.step-description{display:none}}@media (prefers-color-scheme:dark){.step-circle{color:#fff;background-color:#424242;border-color:#424242}.step.active .step-circle{background-color:#1976d2;border-color:#1976d2}.step.completed .step-circle{background-color:#4caf50;border-color:#4caf50}.step-connector{background-color:#424242}.step-title{color:#e0e0e0}.step-description{color:#b0b0b0}.stepper-navigation{border-top-color:#424242}}
.super-html-entity-array-tree{--seat-fg:inherit;--seat-muted:color-mix(in srgb, currentColor 55%, transparent);--seat-border:color-mix(in srgb, currentColor 18%, transparent);--seat-hover-bg:color-mix(in srgb, currentColor 6%, transparent);--seat-selected-bg:color-mix(in srgb, currentColor 12%, transparent);--seat-selected-outline:color-mix(in srgb, currentColor 35%, transparent);--seat-drop:#0078d7;--seat-empty:color-mix(in srgb, currentColor 55%, transparent);width:100%;min-width:0;color:var(--seat-fg);font:inherit;-webkit-user-select:none;user-select:none;background:0 0;flex-direction:column;flex:1;display:flex}.super-html-entity-array-tree--empty{color:var(--seat-empty);padding:12px 16px;font-size:13px}.super-html-entity-array-tree__content{max-height:100%;padding:6px 4px 10px;overflow:auto}.super-html-entity-array-tree__node-wrapper{position:relative}.super-html-entity-array-tree__node-content{cursor:pointer;border-radius:4px;align-items:center;padding:2px 0;transition:background-color .15s;display:flex;position:relative}.super-html-entity-array-tree__node-content.drop-before{box-shadow:inset 0 2px 0 0 var(--seat-drop)}.super-html-entity-array-tree__node-content.drop-after{box-shadow:inset 0 -2px 0 0 var(--seat-drop)}.super-html-entity-array-tree__node-content.drop-child{background-color:color-mix(in srgb, var(--seat-drop) 12%, transparent);outline:2px dashed var(--seat-drop);outline-offset:-2px}.super-html-entity-array-tree__node-inner{border-radius:4px;flex:1;align-items:center;gap:2px;min-height:28px;padding:6px 8px;transition:background-color .15s;display:flex}.super-html-entity-array-tree__node-inner:hover{background-color:var(--seat-hover-bg)}.super-html-entity-array-tree__node-inner.selected{background-color:var(--seat-selected-bg);outline:1px solid var(--seat-selected-outline);font-weight:500}.super-html-entity-array-tree__expand,.super-html-entity-array-tree__spacer{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.super-html-entity-array-tree__expand{cursor:pointer;border-radius:2px}.super-html-entity-array-tree__expand:hover{background-color:var(--seat-hover-bg)}.super-html-entity-array-tree__expand .material-icons{width:18px;height:18px;color:var(--seat-muted);font-size:18px}.super-html-entity-array-tree__drag-handle{opacity:.45;cursor:grab;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.super-html-entity-array-tree__drag-handle:hover{opacity:1}.super-html-entity-array-tree__drag-handle:active{cursor:grabbing}.super-html-entity-array-tree__drag-handle .material-icons{width:16px;height:16px;color:var(--seat-muted);font-size:16px}.super-html-entity-array-tree__title-wrapper{flex:1;min-width:0}.super-html-entity-array-tree__title{font-size:inherit;color:inherit;text-overflow:ellipsis;white-space:nowrap;line-height:1.3;display:block;overflow:hidden}.super-html-entity-array-tree__children{position:relative}.super-html-entity-array-tree-presentation{width:100%;min-height:0;color:inherit;font:inherit;background:0 0;flex-direction:column;display:flex}.super-html-entity-array-tree-presentation--edit-locked{pointer-events:none}
.super-html-entity-array-canvas-presentation{width:100%;min-height:0;color:inherit;font:inherit;background:0 0;display:block}.super-html-entity-array-canvas{width:100%;min-width:0;min-height:200px;position:relative}.super-html-entity-array-canvas-item{box-sizing:border-box;overflow:visible}.super-html-entity-array-canvas-item--selected{outline:1px solid color-mix(in srgb, currentColor 35%, transparent);outline-offset:1px}.super-html-entity-array-canvas-item--interacting{outline:1px solid color-mix(in srgb, currentColor 55%, transparent)}.super-html-entity-array-canvas-item__content{width:100%;min-width:0;height:100%;min-height:0;overflow:hidden}
.board-root{flex-direction:column;width:100%;min-width:0;display:flex}.board-container{flex-direction:row;align-items:flex-start;width:100%;min-height:200px;padding:8px;display:flex;position:relative;overflow:auto hidden}.board-container::-webkit-scrollbar{height:8px}.board-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.board-container::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.board-container::-webkit-scrollbar-thumb:hover{background:#555}.board-group{background:#f4f5f7;border-radius:8px;flex-direction:column;flex-shrink:0;min-height:100px;padding:12px;transition:background-color .2s,box-shadow .2s;display:flex}.board-group.board-group-target{background:#e3fcef;box-shadow:0 0 0 2px #4cceac}.board-group.board-group-source{opacity:.7}.board-group.board-group-dragging{opacity:.5;transform:rotate(2deg)}.board-group.board-group-drop-target{background:#e3f2fd;border-left:3px solid #0052cc}.board-group-header{border-bottom:1px solid #dfe1e6;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;padding-bottom:8px;display:flex}.board-group-header:active{cursor:grabbing!important}.board-group-header-content{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.board-group-header-content .board-group-title{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.board-group-header-content input{flex:1;min-width:0;box-shadow:none!important}.board-group-count{flex-shrink:0}.board-group-header-actions{flex-shrink:0;align-items:center;gap:4px;margin-left:8px;display:flex}.board-group-title{color:#172b4d;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:14px;font-weight:600}.board-group-count{color:#42526e;text-align:center;background:#dfe1e6;border-radius:12px;min-width:24px;padding:2px 8px;font-size:12px;font-weight:600}.board-items-container{flex-direction:column;flex:1;gap:8px;min-height:40px;display:flex}.board-item{-webkit-user-select:none;user-select:none;will-change:transform,opacity;background:#fff;border-radius:6px;padding:12px;transition:transform .2s cubic-bezier(.2,0,0,1),opacity .2s,box-shadow .2s;box-shadow:0 1px #091e4221}.board-item:hover:not(.board-item-dragging):not(.board-item-drag-over){cursor:grab;transform:translateY(-2px);box-shadow:0 2px 8px #091e4226}.board-item:active:not(.board-item-dragging){cursor:grabbing;transform:translateY(0)}.board-item.board-item-dragging{opacity:.5;transform:rotate(2deg)scale(.95);box-shadow:0 8px 16px #091e4240;cursor:grabbing!important}.board-item.board-item-drag-over{position:relative;transform:scale(1.02)}.board-item.board-item-drag-over:before{content:"";pointer-events:none;z-index:1;background-color:#4cceac1a;border:2px dashed #4cceac;border-radius:8px;animation:1.5s ease-in-out infinite dropZonePulse;position:absolute;inset:-2px}.board-empty-drop-zone{color:#4cceac;background:#4cceac0d;border:2px dashed #4cceac;border-radius:6px;justify-content:center;align-items:center;min-height:60px;font-size:14px;font-weight:500;animation:1.5s ease-in-out infinite dropZonePulse;display:flex}@keyframes dropZonePulse{0%,to{opacity:.6}50%{opacity:1}}.board-container.board-dragging-active .board-item:not(.board-item-dragging){opacity:.7}.board-container.board-dragging-active .board-item-drag-over{opacity:1}.board-add-group-container{flex-shrink:0;justify-content:center;align-items:flex-start;min-width:40px;padding-top:12px;display:flex}.board-add-group-container .icon-button{background:#f4f5f7;border-radius:6px;padding:8px;transition:background-color .2s}.board-add-group-container .icon-button:hover{background:#e4e6ea}.board-root--dark{color:#b6c2cf}.board-root--dark .board-container::-webkit-scrollbar-track{background:#1d2125}.board-root--dark .board-container::-webkit-scrollbar-thumb{background:#596773}.board-root--dark .board-container::-webkit-scrollbar-thumb:hover{background:#738496}.board-root--dark .board-group{background:#161a1d}.board-root--dark .board-group.board-group-target{background:#1c2b21;box-shadow:0 0 0 2px #4bce97}.board-root--dark .board-group.board-group-drop-target{background:#1c2b41;border-left-color:#579dff}.board-root--dark .board-group-header{border-bottom-color:#2c333a}.board-root--dark .board-group-header-content .ui-text-field{color:#b6c2cf}.board-root--dark .board-group-header-content .ui-text-field input{caret-color:#b6c2cf;color:#b6c2cf!important;background:#22272b!important;border-color:#2c333a!important}.board-root--dark .board-group-header-content .ui-text-field input::placeholder{color:#738496}.board-root--dark .board-group-header-content .ui-text-field input:focus{box-shadow:0 0 0 2px #579dff33;border-color:#579dff!important}.board-root--dark .board-group-title{color:#b6c2cf}.board-root--dark .board-group-count{color:#9fadbc;background:#2c333a}.board-root--dark .board-item{color:#b6c2cf;background:#22272b;box-shadow:0 1px #00000059}.board-root--dark .board-item:hover:not(.board-item-dragging):not(.board-item-drag-over){box-shadow:0 2px 8px #00000073}.board-root--dark .board-item.board-item-dragging{box-shadow:0 8px 16px #0000008c}.board-root--dark .board-item.board-item-drag-over:before{background-color:#4bce971f;border-color:#4bce97}.board-root--dark .board-empty-drop-zone{color:#4bce97;background:#4bce9714;border-color:#4bce97}.board-root--dark .board-add-group-container .icon-button{background:#161a1d}.board-root--dark .board-add-group-container .icon-button:hover{background:#22272b}@media (max-width:768px){.board-container{padding:4px}.board-group{min-width:250px}}
.super-html-entity-array-board-presentation{width:100%;min-height:0;color:inherit;font:inherit;background:0 0;display:block}.super-html-entity-array-board-presentation--edit-locked{pointer-events:none}.super-html-entity-array-board-item{box-sizing:border-box;min-width:0}.super-html-entity-array-board-item--selected{outline:1px solid color-mix(in srgb, currentColor 35%, transparent);outline-offset:1px}
.super-html-entity-array-sortable-presentation{width:100%;min-height:0;color:inherit;font:inherit;background:0 0;display:block}.super-html-entity-array-sortable-presentation--edit-locked{pointer-events:none}.super-html-entity-array-sortable-item{box-sizing:border-box;min-width:0;position:relative}
.ui-table-container{color:inherit}.ui-table-container .select-container__clear-button{display:none}.ui-table-container--dark{color:#b6c2cf;--ui-table-expanded-bg:#ffffff0a;background:#161a1d}.ui-table-container--dark .ui-text-field{color:#b6c2cf}.ui-table-container--dark .ui-text-field input,.ui-table-container--dark .ui-text-field textarea{caret-color:#b6c2cf;color:#b6c2cf!important;background:#22272b!important;border-color:#2c333a!important}.ui-table-container--dark .ui-text-field input::-moz-placeholder{color:#738496}.ui-table-container--dark .ui-text-field textarea::-moz-placeholder{color:#738496}.ui-table-container--dark .ui-text-field input::placeholder,.ui-table-container--dark .ui-text-field textarea::placeholder{color:#738496}.ui-table-container--dark .ui-text-field input:focus,.ui-table-container--dark .ui-text-field textarea:focus{box-shadow:0 0 0 2px #579dff33;border-color:#579dff!important}.ui-table-container--dark .ui-text-field--embed input,.ui-table-container--dark .ui-text-field--embed textarea{caret-color:inherit;min-height:0;padding:0;box-shadow:none!important;color:inherit!important;background:0 0!important;border:none!important}.ui-table-container--dark .ui-text-field--embed input:focus,.ui-table-container--dark .ui-text-field--embed textarea:focus{box-shadow:none!important;border:none!important}.ui-table-container--dark .editable-field,.ui-table-container--dark .editable-field .value-display-mode,.ui-table-container--dark .editable-field .value-readonly-mode,.ui-table-container--dark .editable-field .text,.ui-table-container--dark .editable-field .textarea{color:#b6c2cf}.ui-table-container--dark .editable-field .icon{color:#9fadbc}.ui-table-container--dark .editable-field .icon:hover{color:#b6c2cf}.ui-table-container--dark .editable-field .date-picker-input{caret-color:inherit;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;box-shadow:none!important;color:inherit!important;background:0 0!important;border:none!important}.ui-table-container--dark .editable-field .date-picker-input::placeholder{color:inherit;opacity:.45}.ui-table-container--dark .editable-field .date-picker-input:focus{box-shadow:none!important;border:none!important}.ui-table-container--dark .editable-field .date-picker-input:disabled{opacity:.7;color:inherit!important;background:0 0!important}.ui-table-container--dark .select-container{color:#b6c2cf}.ui-table-container--dark .select-container .select-container__button{color:#b6c2cf;background:#22272b;border-color:#2c333a}.ui-table-container--dark .select-container .select-container__button:focus{border-color:#579dff;box-shadow:0 0 0 2px #579dff33}.ui-table-container--dark .select-container .select-container__button--placeholder,.ui-table-container--dark .select-container .select-container__arrow{color:#738496}.ui-table-container--dark input[type=checkbox],.ui-table-container--dark input[type=radio]{accent-color:#579dff;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.ui-table-container--light{color:inherit;--ui-table-expanded-bg:#00000005;background:0 0}.ui-table{border-collapse:collapse;width:100%}.ui-table--dark{color:#b6c2cf}.ui-table-head--dark{color:#b6c2cf;background:#22272b}.ui-table-head--light{background:#f5f5f5}.ui-table-row--dark{color:#b6c2cf;border-bottom-color:#2c333a}.ui-table-row--light{border-bottom-color:#e0e0e0}
.super-html-entity-array-table-presentation{width:100%;min-height:0;color:inherit;font:inherit;background:0 0;display:block}.super-html-entity-array-table-presentation--edit-locked{pointer-events:none}.super-html-entity-array-table-presentation table{width:100%}.super-html-entity-array-table-drag-handle{color:color-mix(in srgb, currentColor 55%, transparent);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;display:inline-flex}.super-html-entity-array-table-sort-button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:0;font-weight:600;display:inline-flex}.super-html-entity-array-table-sort-button .mat-icon,.super-html-entity-array-table-sort-button .material-icons{opacity:.55;font-size:16px}.super-html-entity-array-table-sort-button--active .mat-icon,.super-html-entity-array-table-sort-button--active .material-icons{opacity:1}.super-html-entity-array-table-pagination{justify-content:flex-end;align-items:center;gap:12px;margin-top:8px;display:flex}.super-html-entity-array-table-pagination-info{opacity:.7;font-size:12px}
.super-html-entity-array-list-presentation{border:1px solid color-mix(in srgb, currentColor 18%, transparent);width:100%;min-height:320px;color:inherit;font:inherit;background:0 0;border-radius:8px;display:flex;overflow:hidden}.super-html-entity-array-list-presentation--edit-locked .super-html-entity-array-list-drag-handle{pointer-events:none;opacity:.35}.super-html-entity-array-list-panel{border-right:1px solid color-mix(in srgb, currentColor 18%, transparent);background:color-mix(in srgb, currentColor 3%, transparent);flex-direction:column;flex-shrink:0;width:350px;min-height:0;display:flex}.super-html-entity-array-list-panel-header{border-bottom:1px solid color-mix(in srgb, currentColor 18%, transparent);padding:16px 20px}.super-html-entity-array-list-panel-title{margin:0 0 12px;font-size:16px;font-weight:600}.super-html-entity-array-list-search-wrapper{align-items:center;display:flex;position:relative}.super-html-entity-array-list-search-icon{opacity:.55;pointer-events:none;position:absolute;left:10px;font-size:18px!important}.super-html-entity-array-list-search-input{border:1px solid color-mix(in srgb, currentColor 22%, transparent);background:color-mix(in srgb, currentColor 4%, transparent);width:100%;color:inherit;border-radius:6px;padding:10px 36px 10px 40px;font-size:14px}.super-html-entity-array-list-search-input:focus{border-color:color-mix(in srgb, currentColor 45%, transparent);box-shadow:0 0 0 2px color-mix(in srgb, currentColor 12%, transparent);outline:none}.super-html-entity-array-list-search-input::placeholder{color:color-mix(in srgb, currentColor 45%, transparent)}.super-html-entity-array-list-search-clear{position:absolute;right:4px}.super-html-entity-array-list-items{flex:1;min-height:0;padding:8px 0;overflow-y:auto}.super-html-entity-array-list-item{cursor:pointer;border:1px solid #0000;border-radius:6px;align-items:center;gap:4px;margin:0 8px 4px;padding:10px 12px;transition:background .15s,border-color .15s;display:flex}.super-html-entity-array-list-item:hover{background:color-mix(in srgb, currentColor 8%, transparent);border-color:color-mix(in srgb, currentColor 14%, transparent)}.super-html-entity-array-list-item--selected{background:color-mix(in srgb, currentColor 14%, transparent);border-color:color-mix(in srgb, currentColor 28%, transparent)}.super-html-entity-array-list-item--dragging{opacity:.45}.super-html-entity-array-list-item--drop-before{box-shadow:inset 0 2px}.super-html-entity-array-list-item--drop-after{box-shadow:inset 0 -2px}.super-html-entity-array-list-drag-handle{color:color-mix(in srgb, currentColor 55%, transparent);cursor:grab;-webkit-user-select:none;user-select:none;flex-shrink:0;justify-content:center;align-items:center;padding:2px;display:inline-flex}.super-html-entity-array-list-drag-handle:active{cursor:grabbing}.super-html-entity-array-list-drag-handle .mat-icon,.super-html-entity-array-list-drag-handle .material-icons{font-size:18px}.super-html-entity-array-list-item-index{background:color-mix(in srgb, currentColor 12%, transparent);text-align:center;border-radius:12px;flex-shrink:0;min-width:32px;margin-right:8px;padding:4px 8px;font-size:12px;font-weight:600}.super-html-entity-array-list-item-content{flex:1;min-width:0}.super-html-entity-array-list-item-label{-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.super-html-entity-array-list-item-actions{opacity:0;flex-shrink:0;transition:opacity .15s;display:flex}.super-html-entity-array-list-item:hover .super-html-entity-array-list-item-actions,.super-html-entity-array-list-item--selected .super-html-entity-array-list-item-actions{opacity:1}.super-html-entity-array-list-empty{opacity:.65;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;display:flex}.super-html-entity-array-list-empty .mat-icon,.super-html-entity-array-list-empty .material-icons{opacity:.5;margin-bottom:16px;font-size:48px}.super-html-entity-array-list-empty p{margin:0 0 16px;font-size:14px}.super-html-entity-array-list-clear-search-button{border:1px solid color-mix(in srgb, currentColor 28%, transparent);background:color-mix(in srgb, currentColor 10%, transparent);color:inherit;cursor:pointer;border-radius:4px;padding:8px 16px;font-size:13px}.super-html-entity-array-list-clear-search-button:hover{background:color-mix(in srgb, currentColor 16%, transparent)}.super-html-entity-array-list-pagination{border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);flex-direction:column;align-items:center;gap:8px;padding:12px 16px;display:flex}.super-html-entity-array-list-pagination-info{opacity:.7;font-size:12px}.super-html-entity-array-list-detail{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.super-html-entity-array-list-detail-header{border-bottom:1px solid color-mix(in srgb, currentColor 18%, transparent);justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.super-html-entity-array-list-detail-title{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:16px;font-weight:600;overflow:hidden}.super-html-entity-array-list-detail-actions{flex-shrink:0;gap:8px;display:flex}.super-html-entity-array-list-detail-content{flex:1;min-height:0;padding:20px;overflow-y:auto}.super-html-entity-array-list-no-selection{opacity:.65;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:200px;display:flex}.super-html-entity-array-list-no-selection .mat-icon,.super-html-entity-array-list-no-selection .material-icons{opacity:.5;margin-bottom:16px;font-size:48px}.super-html-entity-array-list-no-selection p{margin:0;font-size:16px}@media (max-width:768px){.super-html-entity-array-list-presentation{flex-direction:column}.super-html-entity-array-list-panel{border-right:none;border-bottom:1px solid color-mix(in srgb, currentColor 18%, transparent);width:100%;max-height:400px}.super-html-entity-array-list-detail{min-height:320px}}
.hover-overlay-container{pointer-events:none;position:absolute;inset:0}.hover-info-overlay{all:initial;box-sizing:border-box}.hover-info-overlay *{all:unset;font-family:Roboto,Helvetica Neue,sans-serif}.hover-info-overlay{pointer-events:none;z-index:1;background:linear-gradient(145deg,#df000005 0%,#df000014 100%);border:1px solid #df000026;box-shadow:inset 2px 2px 5px #ffffff4d,inset -2px -2px 5px #df00001a}.hover-info-overlay.relationship-type{background:linear-gradient(145deg,#0d00ff05 0%,#0d00ff14 100%);border:1px solid #0d00ff26;box-shadow:inset 2px 2px 5px #ffffff4d,inset -2px -2px 5px #0d00ff1a}.hover-info-overlay.many-relationship-type{background:linear-gradient(145deg,#008f4805 0%,#008f4814 100%);border:1px solid #008f4826;box-shadow:inset 2px 2px 5px #ffffff4d,inset -2px -2px 5px #008f481a}.hover-info-overlay.empty-attribute{background:linear-gradient(145deg,#80808005 0%,#80808014 100%);border:1px solid #80808026;box-shadow:inset 2px 2px 5px #ffffff4d,inset -2px -2px 5px #8080801a}.hover-info-overlay.has-click-event{background:linear-gradient(145deg,#ea580c05 0%,#ea580c14 100%);border:1px solid #ea580c26;box-shadow:inset 2px 2px 5px #ffffff4d,inset -2px -2px 5px #ea580c1a}.hover-info-overlay.selected{z-index:2;background:linear-gradient(145deg,#df000005 0%,#df000014 100%);border:1px solid #df000026;box-shadow:inset 2px 2px 5px #ffffff4d,inset -2px -2px 5px #df00001a}.hover-info-overlay.selected.relationship-type{background:linear-gradient(145deg,#0d00ff05 0%,#0d00ff14 100%);border:1px solid #0d00ff26;box-shadow:inset 2px 2px 5px #ffffff4d,inset -2px -2px 5px #0d00ff1a}.hover-info-overlay.selected.many-relationship-type{background:linear-gradient(145deg,#008f4805 0%,#008f4814 100%);border:1px solid #008f4826;box-shadow:inset 2px 2px 5px #ffffff4d,inset -2px -2px 5px #008f481a}.hover-info-overlay.selected.empty-attribute{background:linear-gradient(145deg,#80808005 0%,#80808014 100%);border:1px solid #80808026;box-shadow:inset 2px 2px 5px #ffffff4d,inset -2px -2px 5px #8080801a}.hover-info-overlay.selected.has-click-event{background:linear-gradient(145deg,#ea580c05 0%,#ea580c14 100%);border:1px solid #ea580c26;box-shadow:inset 2px 2px 5px #ffffff4d,inset -2px -2px 5px #ea580c1a}.hover-info-overlay .hover-info-content{all:unset;white-space:nowrap;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#fffffff2 linear-gradient(145deg,#df000014 0%,#df000026 100%);border:1px solid #df000040;border-radius:2px 2px 0 0;padding:1px 6px;font-size:10px;line-height:1.25;position:absolute;top:-16px;bottom:auto;left:-1px;box-shadow:inset 1px 1px 3px #ffffff4d,inset -1px 0 2px #df000026,0 2px 4px #0000000d}.hover-info-overlay .hover-info-content .info-value{color:#df0000e6;text-shadow:0 1px 2px #df000033}.hover-info-overlay .hover-info-content .info-type{color:#df0000e6;text-shadow:0 1px 2px #df000033;margin-left:4px;font-size:9px}.hover-info-overlay .hover-info-content.relationship-type{background:#fffffff2 linear-gradient(145deg,#0d00ff14 0%,#0d00ff26 100%);border:1px solid #0d00ff40;border-radius:0 0 2px 2px;top:auto;bottom:-16px;box-shadow:inset 1px 1px 3px #ffffff4d,inset -1px 0 2px #0d00ff26,0 2px 4px #0000000d}.hover-info-overlay .hover-info-content.relationship-type .info-value{color:#0d00ffe6;text-shadow:0 1px 2px #0d00ff33}.hover-info-overlay .hover-info-content.relationship-type .info-type{color:#0d00ffe6;text-shadow:0 1px 2px #0d00ff33;margin-left:4px;font-size:9px}.hover-info-overlay .hover-info-content.many-relationship-type{background:#fffffff2 linear-gradient(145deg,#008f4814 0%,#008f4826 100%);border:1px solid #008f4840;border-radius:2px 2px 0 0;top:-16px;bottom:auto;box-shadow:inset 1px 1px 3px #ffffff4d,inset -1px 0 2px #008f4826,0 2px 4px #0000000d}.hover-info-overlay .hover-info-content.many-relationship-type .info-value{color:#008f48e6;text-shadow:0 1px 2px #008f4833}.hover-info-overlay .hover-info-content.many-relationship-type .info-type{color:#008f48e6;text-shadow:0 1px 2px #008f4833;margin-left:4px;font-size:9px}.hover-info-overlay .hover-info-content.empty-attribute{background:#fffffff2 linear-gradient(145deg,#80808014 0%,#80808026 100%);border:1px solid #80808040;border-bottom:none;border-radius:2px 2px 0 0;align-items:center;display:flex;inset:-16px -1px auto auto;box-shadow:inset 1px 1px 3px #ffffff4d,inset -1px 0 2px #80808026,0 2px 4px #0000000d}.hover-info-overlay .hover-info-content.empty-attribute .info-value{color:#808080e6;text-shadow:0 1px 2px #80808033}.hover-info-overlay .hover-info-content.has-click-event{background:#fffffff2 linear-gradient(145deg,#ea580c14 0%,#ea580c26 100%);border:1px solid #ea580c40;border-radius:2px 2px 0 0;top:-16px;bottom:auto;box-shadow:inset 1px 1px 3px #ffffff4d,inset -1px 0 2px #ea580c26,0 2px 4px #0000000d}.hover-info-overlay .hover-info-content.has-click-event .info-value{color:#ea580ce6;text-shadow:0 1px 2px #ea580c33}.hover-info-overlay .hover-info-content.has-click-event .info-type{color:#ea580ce6;text-shadow:0 1px 2px #ea580c33;margin-left:4px;font-size:9px}.hover-info-overlay .hover-info-content.has-click-event.empty-attribute{background:#fffffff2 linear-gradient(145deg,#ea580c14 0%,#ea580c26 100%);border-top:1px solid #ea580c40;border-left:1px solid #ea580c40;border-right:1px solid #ea580c40;box-shadow:inset 1px 1px 3px #ffffff4d,inset -1px 0 2px #ea580c26,0 2px 4px #0000000d}.hover-info-overlay .hover-info-content.has-click-event.empty-attribute .info-value{color:#ea580ce6;text-shadow:0 1px 2px #ea580c33}.hover-info-overlay .hover-info-content.selected{opacity:1}
.selection-overlay{z-index:200;box-sizing:border-box;position:fixed;overflow:visible}.selection-overlay__svg{display:block;overflow:visible}.selection-overlay__rect{stroke:red;stroke-width:1px;stroke-dasharray:4 3;vector-effect:non-scaling-stroke;shape-rendering:crispedges;animation:.6s linear infinite marching-ants-selection}.selection-overlay.one-to-many .selection-overlay__rect{stroke:#c000ff}.selection-overlay.has-click-event .selection-overlay__rect{stroke:#ea580c}@keyframes marching-ants-selection{to{stroke-dashoffset:-7px}}
.super-html-entity-array-nested-presentation{--sean-drop:#0078d7;--sean-muted:color-mix(in srgb, currentColor 55%, transparent);width:100%;min-height:0;color:inherit;font:inherit;background:0 0;flex-direction:column;display:flex}.super-html-entity-array-nested-presentation--edit-locked{pointer-events:none}.super-html-entity-array-nested-presentation--empty{color:var(--sean-muted);padding:12px 16px;font-size:13px}.super-html-entity-array-nested{flex-direction:column;gap:0;width:100%;min-width:0;display:flex}.super-html-entity-array-nested-item{box-sizing:border-box;width:100%;min-width:0;position:relative}.super-html-entity-array-nested-item--dragging{opacity:.5}.super-html-entity-array-nested-item--drop-before{box-shadow:inset 0 2px 0 0 var(--sean-drop)}.super-html-entity-array-nested-item--drop-after{box-shadow:inset 0 -2px 0 0 var(--sean-drop)}.super-html-entity-array-nested-item--drop-left{box-shadow:inset 2px 0 0 0 var(--sean-drop)}.super-html-entity-array-nested-item--drop-right{box-shadow:inset -2px 0 0 0 var(--sean-drop)}.super-html-entity-array-nested-item--drop-child{outline:2px dashed var(--sean-drop);outline-offset:-2px;background-color:color-mix(in srgb, var(--sean-drop) 12%, transparent)}.super-html-entity-array-nested-item__header{min-width:0;position:relative}.super-html-entity-array-nested-item__drag-handle{z-index:2;opacity:.45;cursor:grab;-webkit-user-select:none;user-select:none;pointer-events:auto;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex;position:absolute;top:4px;left:0}.super-html-entity-array-nested-item__drag-handle:hover{opacity:1}.super-html-entity-array-nested-item__drag-handle:active{cursor:grabbing}.super-html-entity-array-nested-item__drag-handle .material-icons{width:16px;height:16px;color:var(--sean-muted);font-size:16px}.super-html-entity-array-nested-item__drag-handle--dark{opacity:.7}.super-html-entity-array-nested-item__drag-handle--dark .material-icons{color:#ffffffc7}.super-html-entity-array-nested-item__drag-handle--dark:hover{opacity:1}.super-html-entity-array-nested-item__drag-handle--dark:hover .material-icons{color:#fff}.super-html-entity-array-nested-item__body{width:100%;min-width:0}
.grid-element-no-trans{transition:none!important}.indicators{position:absolute;top:0;right:0}.indicators .indicator-select-only,.indicators .indicator-has-class,.indicators .indicator-has-style,.indicators .indicator-has-attribute{cursor:pointer;z-index:100;font-size:15px!important}.indicators .indicator-has-attribute{color:#00de3dbf}.indicators .indicator-has-attribute:hover{color:#09ff00f2}.indicators .indicator-has-style{color:#001edebf}.indicators .indicator-has-style:hover{color:#1f4cfff2}.indicators .indicator-has-class{color:#de0000bf}.indicators .indicator-has-class:hover{color:#ff1f1ff2}.indicators .indicator-select-only{color:#343434bf}.indicators .indicator-select-only:hover{color:#646464f2}.grid-element-edit-transform{cursor:pointer;transition:all .3s ease-in-out}.grid-element-edit-transform:hover{box-shadow:inset 0 0 1px #4466ec}.grid-element-edit{cursor:pointer;transition:all .8s ease-in-out}.entity-option-wrapper{cursor:pointer;display:inline-block}.preview-entity-list-item{display:inline-block}.click-navigate-to-component{cursor:pointer}.free-positioning-wrapper{cursor:default;position:absolute}.free-positioning-wrapper:hover .handler-svg path{opacity:.5}.snap-indicator,.move-handle,.height-handle,.width-handle,.resize-handle,.rotate-handle{z-index:1000;transform-origin:50%;width:18px;height:18px;transform:scale(calc(1 / var(--parent-scale,1)));background:#4a90e2;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute}.snap-indicator .handler-icon,.move-handle .handler-icon,.height-handle .handler-icon,.width-handle .handler-icon,.resize-handle .handler-icon,.rotate-handle .handler-icon{color:#fff;font-size:14px;transition:transform .2s}.snap-indicator:before,.move-handle:before,.height-handle:before,.width-handle:before,.resize-handle:before,.rotate-handle:before{content:"";position:absolute;inset:-8px}.snap-indicator:hover,.move-handle:hover,.height-handle:hover,.width-handle:hover,.resize-handle:hover,.rotate-handle:hover{background:#2171d3}.snap-indicator:hover .handler-icon,.move-handle:hover .handler-icon,.height-handle:hover .handler-icon,.width-handle:hover .handler-icon,.resize-handle:hover .handler-icon,.rotate-handle:hover .handler-icon{transform:scale(1.1)}.snap-indicator:active,.move-handle:active,.height-handle:active,.width-handle:active,.resize-handle:active,.rotate-handle:active{background:#1a59a7}.snap-indicator:active .handler-icon,.move-handle:active .handler-icon,.height-handle:active .handler-icon,.width-handle:active .handler-icon,.resize-handle:active .handler-icon,.rotate-handle:active .handler-icon{transform:scale(.9)}.rotate-handle{transform:translateX(-50%) scale(calc(1 / var(--parent-scale,1)));cursor:grab;top:-8px;left:50%}.rotate-handle:hover{transform:translateX(-50%) scale(calc(1.1 / var(--parent-scale,1)))}.rotate-handle:active{cursor:grabbing;transform:translateX(-50%) scale(calc(.9 / var(--parent-scale,1)))}.resize-handle{cursor:nwse-resize;bottom:-8px;right:-8px}.resize-handle .handler-icon{transform:rotate(135deg)}.resize-handle:hover .handler-icon{transform:rotate(135deg)scale(1.1)}.resize-handle:active .handler-icon{transform:rotate(135deg)scale(.9)}.width-handle{transform:translateY(-50%) scale(calc(1 / var(--parent-scale,1)));cursor:ew-resize;border-radius:0;width:8px;height:40px;top:50%;right:-8px}.width-handle .handler-icon{font-size:10px;transform:rotate(0)}.width-handle:hover{transform:translateY(-50%) scale(calc(1.1 / var(--parent-scale,1)))}.width-handle:active{transform:translateY(-50%) scale(calc(.9 / var(--parent-scale,1)))}.height-handle{transform:translateX(-50%) scale(calc(1 / var(--parent-scale,1)));cursor:ns-resize;border-radius:0;width:40px;height:8px;bottom:-8px;left:50%}.height-handle .handler-icon{font-size:10px;transform:rotate(0)}.height-handle:hover{transform:translateX(-50%) scale(calc(1.1 / var(--parent-scale,1)))}.height-handle:active{transform:translateX(-50%) scale(calc(.9 / var(--parent-scale,1)))}.move-handle{cursor:move;top:-8px;left:-8px}.move-handle:active{cursor:grabbing}.handler-svg,.resize-icon,.rotate-icon{display:none}.handler-svg{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.handler-svg path{pointer-events:all;fill:none;stroke:#4a90e2;opacity:0;stroke-linecap:butt;transition:opacity .2s}.handler-svg path.edge-horizontal,.handler-svg path.edge-vertical{stroke-width:6px;stroke-dasharray:none;position:absolute}.handler-svg path.edge-horizontal{cursor:ns-resize;width:100%;left:0}.handler-svg path.edge-vertical{cursor:ew-resize;height:100%;transform:translate(calc(100% - 3px))}.handler-svg path:after{content:"";z-index:1;background:0 0;position:absolute}.handler-svg path.edge-horizontal:after{width:100%;height:20px;top:-10px;left:0}.handler-svg path.edge-vertical:after{width:20px;height:100%;top:0;left:-10px}.handler-svg path:hover{stroke:#2171d3;stroke-width:8px;opacity:1!important}.rotate-icon,.resize-icon{fill:#4a90e2;width:20px;height:20px;transition:transform .2s;position:absolute}.rotate-icon:hover,.resize-icon:hover{fill:#2171d3}.rotate-icon{fill:#4a90e2;transform-origin:50%;width:20px;height:20px;transform:translateX(-50%) scale(calc(1 / var(--parent-scale,1)));transition:fill .2s;position:absolute;top:-24px;left:50%}.rotate-icon:hover{fill:#2171d3}.resize-icon{cursor:nwse-resize;bottom:-24px;right:-24px}.resize-icon:hover{transform:scale(1.2)}.snap-indicator{pointer-events:none;background:#52c41a;top:-8px;right:-8px}.snap-indicator .snap-icon{color:#fff;font-size:12px}.snap-indicator:hover{background:#52c41a}
