:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#ecf1f7;--accent:#f56135;--accent-soft:#f561352e;--bg:#07090d;--global-timeline-bar-height:48px;--panel:#0e121ad1;--panel-border:#ffffff14;--text-muted:#ecf1f799;font-family:Inter,IBM Plex Sans,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{background:var(--bg);height:100%;margin:0;padding:0}body{overflow:hidden}button,input{font:inherit}button{cursor:pointer}.app-shell{width:100vw;height:100vh;position:relative;overflow:hidden}.vod-grid{background:#000;place-content:center;gap:0;width:100vw;height:100vh;display:grid}.vod-grid[data-vod-count="1"]{grid-template-rows:min(100vh,56.25vw);grid-template-columns:min(100vw,177.778vh)}.vod-grid[data-vod-count="2"]{grid-template-rows:min(100vh,28.125vw);grid-template-columns:repeat(2,min(50vw,177.778vh))}.vod-grid[data-vod-count="3"]{grid-template-rows:repeat(2,min(50vh,28.125vw));grid-template-columns:repeat(2,min(50vw,88.8889vh))}.vod-grid[data-vod-count="3"]>[data-display-index="2"]{aspect-ratio:16/9;grid-column:span 2;justify-self:center;width:auto;max-width:100%;height:100%}.vod-grid[data-vod-count="4"]{grid-template-rows:repeat(2,min(50vh,28.125vw));grid-template-columns:repeat(2,min(50vw,88.8889vh))}.vod-tile{background:#000;border:0;border-radius:0;justify-content:center;align-items:center;margin:0;padding:0;display:flex;position:relative;overflow:hidden;container-type:size}.vod-tile__stage{background:#000;width:100%;height:100%;position:relative}.vod-tile--fullscreen .vod-tile__stage{aspect-ratio:auto;width:100%;height:100%}.vod-tile__player-frame,.vod-tile__player{position:absolute;inset:0}.vod-tile__player>:not(p){width:100%!important;height:100%!important}.vod-tile__player p{color:#ecf1f78c;pointer-events:none;z-index:1;place-items:center;margin:0;padding:24px;font-size:.92rem;display:grid;position:absolute;inset:0}.vod-tile__click-surface{z-index:2;cursor:pointer;position:absolute;inset:0}.vod-tile--focused .vod-tile__player-frame:after{content:"";pointer-events:none;outline-offset:-3px;border-radius:inherit;z-index:4;outline:3px solid #6d9bff;position:absolute;inset:0}.vod-tile__notice{color:#ffd6a8f5;z-index:4;text-align:center;background:#18100ae0;border:1px solid #ffb86b59;border-radius:10px;max-width:80%;margin:0;padding:8px 14px;font-size:.88rem;position:absolute;top:16px;left:50%;transform:translate(-50%)}.vod-tile__transport{color:#fff;z-index:3;opacity:0;pointer-events:none;background:linear-gradient(#0000 0%,#00000073 30%,#000000c7 100%);flex-direction:column;gap:2px;padding:0 14px 10px;transition:opacity .16s;display:flex;position:absolute;bottom:0;left:0;right:0}.vod-tile:hover .vod-tile__transport,.vod-tile:focus-within .vod-tile__transport,.vod-tile--show-controls .vod-tile__transport{opacity:1;pointer-events:auto}@media (width>=721px) and (aspect-ratio>=16/9){.vod-grid[data-bar-visible=true][data-vod-count="1"] .vod-tile--last-row .vod-tile__transport,.vod-grid[data-bar-visible=true][data-vod-count="3"] .vod-tile--last-row .vod-tile__transport,.vod-grid[data-bar-visible=true][data-vod-count="4"] .vod-tile--last-row .vod-tile__transport{bottom:var(--global-timeline-bar-height);background:0 0;transition:bottom .18s}}@media (width>=721px) and (aspect-ratio>=32/9){.vod-grid[data-bar-visible=true][data-vod-count="2"] .vod-tile--last-row .vod-tile__transport{bottom:var(--global-timeline-bar-height);background:0 0;transition:bottom .18s}}.vod-tile__transport-times{font-variant-numeric:tabular-nums;color:#fffffff2;text-shadow:0 1px 2px #000c;justify-content:space-between;padding:8px 2px 0;font-size:.82rem;display:flex}.vod-tile__transport-scrub{align-items:center;padding:4px 0;display:flex;position:relative}.vod-tile__transport-controls{justify-content:space-between;align-items:center;gap:8px;padding-top:2px;display:flex}.vod-tile__transport-cluster{align-items:center;gap:4px;display:flex}.vod-tile__control{color:#fff;cursor:pointer;opacity:.92;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:6px;transition:opacity .14s,background .14s;display:inline-flex}.vod-tile__control:hover:not(:disabled){opacity:1;background:#ffffff1a}.vod-tile__control:disabled{opacity:.35;cursor:not-allowed}.vod-tile__control svg{width:20px;height:20px}.vod-tile__volume{align-items:center;gap:6px;display:inline-flex}.vod-tile__volume-slider{appearance:none;cursor:pointer;background:#fff3;border-radius:2px;outline:none;width:80px;height:4px}.vod-tile__volume-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#fff;border:none;border-radius:50%;width:14px;height:14px}.vod-tile__volume-slider::-moz-range-thumb{cursor:pointer;background:#fff;border:none;border-radius:50%;width:14px;height:14px}.vod-tile__nudge{color:#ffffffeb;font-variant-numeric:tabular-nums;background:#ffffff1a;border:1px solid #ffffff24;border-radius:6px;height:28px;padding:4px 8px;font-size:.78rem;transition:background .14s,color .14s}.vod-tile__nudge:hover:not(:disabled){color:#fff;background:#fff3}.vod-tile__nudge:disabled{opacity:.35;cursor:not-allowed}.vod-tile__timeline{appearance:none;cursor:pointer;background:#ffffff47;border-radius:999px;flex:auto;min-width:0;height:6px}.vod-tile__timeline::-webkit-slider-thumb{appearance:none;background:var(--accent);cursor:pointer;border-radius:50%;width:14px;height:14px}.vod-tile__timeline::-moz-range-thumb{background:var(--accent);cursor:pointer;border:none;border-radius:50%;width:14px;height:14px}.scrubber-preview{pointer-events:none;z-index:5;flex-direction:column;align-items:center;gap:4px;display:flex;position:absolute;bottom:calc(100% + 8px);transform:translate(-50%)}.scrubber-preview__image{background-color:#000;background-repeat:no-repeat;border:1px solid #ffffff40;border-radius:4px;box-shadow:0 6px 18px #0000008c}.scrubber-preview__time{font-variant-numeric:tabular-nums;color:#fff;text-shadow:0 1px 2px #000c;font-size:.78rem}@media (width<=720px) and (orientation:portrait){.vod-grid[data-vod-count="2"]{grid-template-rows:repeat(2,min(50vh,56.25vw));grid-template-columns:1fr}.vod-grid[data-vod-count="3"]{grid-template-rows:repeat(3,min(33.3333vh,56.25vw));grid-template-columns:1fr}.vod-grid[data-vod-count="3"]>[data-display-index="2"]{grid-column:auto}.vod-grid[data-vod-count="4"]{grid-template-rows:repeat(4,min(25vh,56.25vw));grid-template-columns:1fr}}@media (width<=720px) and (orientation:landscape){.vod-grid[data-vod-count="3"],.vod-grid[data-vod-count="4"]{grid-template-rows:repeat(4,1fr);grid-template-columns:1fr}.vod-grid[data-vod-count="3"]>[data-display-index="2"]{grid-column:auto}.vod-grid[data-vod-count="2"]{grid-template-rows:1fr 1fr;grid-template-columns:1fr}}.empty-state{text-align:center;color:#ecf1f7;pointer-events:none;background:#0a0d12;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:32px;display:flex;position:absolute;inset:0}.empty-state__title{letter-spacing:.02em;margin:0;font-size:2.2rem;font-weight:700}.empty-state__tagline{color:#ecf1f7b3;max-width:520px;margin:0;font-size:1rem;line-height:1.4}.empty-state__prompt{color:#ecf1f7d9;margin:8px 0 0;font-size:.95rem}.empty-state__menu-icon{background:#9147ff33;border:1px solid #9147ff99;border-radius:4px;padding:0 6px;font-size:.9rem;display:inline-block}.empty-state__steps{border:1px solid var(--panel-border);text-align:left;color:#ecf1f7d9;background:#ffffff05;border-radius:8px;max-width:560px;margin:8px 0 0;padding:16px 16px 16px 40px;font-size:.92rem;line-height:1.7}.empty-state__steps li+li{margin-top:4px}.empty-state__steps strong{color:#ecf1f7;font-weight:600}.burger{z-index:25;color:#ecf1f7;opacity:.55;background:#0e121a99;border:1px solid #ffffff14;border-radius:8px;width:40px;height:36px;padding:8px;transition:opacity .16s,background .16s;position:absolute;top:16px}.burger:hover{opacity:1;background:#0e121ae6}.burger--highlighted{opacity:1;background:#9147ff40;border-color:#9147ffcc;animation:1.8s ease-in-out infinite burger-pulse}@keyframes burger-pulse{0%,to{box-shadow:0 0 #9147ff8c}50%{box-shadow:0 0 0 10px #9147ff00}}.burger--right{right:16px}.burger--left{left:16px}.burger svg{width:100%;height:100%}.drawer-backdrop{z-index:30;background:#00000059;position:absolute;inset:0}.drawer{-webkit-backdrop-filter:blur(22px);border:1px solid var(--panel-border);color:#ecf1f7;z-index:31;background:#0a0d13f7;flex-direction:column;gap:14px;width:280px;max-width:85vw;padding:18px 18px 22px;display:flex;position:absolute;top:0;bottom:0;overflow-y:auto}.drawer--right{border-right:none;right:0;box-shadow:-6px 0 18px #00000073}.drawer--left{border-left:none;left:0;box-shadow:6px 0 18px #00000073}.drawer__header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.drawer__header strong{letter-spacing:-.01em;font-size:1.05rem}.drawer__close{color:#ecf1f7b3;background:0 0;border:none;border-radius:6px;width:28px;height:28px;padding:0;font-size:1rem}.drawer__close:hover{color:#ecf1f7;background:#ffffff14}.drawer__section{border-bottom:1px solid #ffffff0f;flex-direction:column;gap:6px;padding-bottom:12px;display:flex}.drawer__section:last-child{border-bottom:none}.drawer__label{color:#ecf1f78c;text-transform:uppercase;letter-spacing:.08em;margin-bottom:2px;font-size:.72rem}.drawer__share-row{gap:4px;display:flex}.drawer__share-url{color:#ecf1f7bf;background:#ffffff08;border:1px solid #ffffff14;border-radius:4px;flex:1;min-width:0;padding:6px 8px;font-family:monospace;font-size:.75rem}.drawer__share-copy{background:var(--accent);color:#fff;border:none;border-radius:4px;padding:6px 10px;font-size:.82rem}.drawer__checkbox{color:#ecf1f7cc;align-items:center;gap:6px;font-size:.82rem;display:flex}.drawer__checkbox input[disabled]{opacity:.4}.drawer__checkbox-time{color:#ecf1f780;font-family:monospace}.drawer__copied{color:#93d5a8e6;margin:0;font-size:.78rem}.drawer__copied--err{color:#ff9678e6}.drawer__sync-lock,.drawer__sync-resync,.drawer__sync-autoalign{color:#ecf1f7;background:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;padding:8px 10px;font-size:.88rem}.drawer__sync-lock:disabled,.drawer__sync-resync:disabled,.drawer__sync-autoalign:disabled{opacity:.35;cursor:not-allowed}.drawer__sync-hint{color:#ecf1f78c;margin:0;font-size:.78rem}.drawer__side-toggle{color:#ecf1f7bf;justify-content:space-between;align-items:center;gap:8px;font-size:.82rem;display:flex}.drawer__side-segmented{background:#ffffff08;border:1px solid #ffffff14;border-radius:6px;gap:2px;padding:2px;display:flex}.drawer__side-segmented button{color:#ecf1f7b3;background:0 0;border:none;border-radius:4px;padding:4px 10px;font-size:.78rem}.drawer__side-segmented button.is-active{color:#ecf1f7;background:#ffffff1a}.vod-list{flex-direction:column;gap:4px;display:flex}.vod-list__row-wrap{transition:transform .14s,opacity .14s}.vod-list__row-wrap--dragging{opacity:.5}.vod-list__row-wrap--over{box-shadow:0 -2px 0 var(--accent)}.vod-row{background:#ffffff05;border:1px solid #ffffff14;border-radius:6px;flex-direction:column;gap:6px;padding:8px 8px 8px 4px;display:flex}.vod-row--confirming{border-color:#f5613573}.vod-row__main{align-items:center;gap:6px;display:flex}.vod-row__grip{color:#ecf1f759;cursor:grab;-webkit-user-select:none;user-select:none;padding:0 4px;font-size:.9rem}.vod-row__grip:active{cursor:grabbing}.vod-row__labels{min-width:0;color:inherit;flex:1;text-decoration:none}.vod-row__labels:hover .vod-row__primary{color:#9ec3ff}.vod-row__primary{color:#ecf1f7;font-size:.88rem}.vod-row__secondary{color:#ecf1f773;margin-top:2px;font-family:monospace;font-size:.72rem}.vod-row__remove{color:#ecf1f780;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:.88rem}.vod-row__remove:hover{color:#ecf1f7;background:#ffffff0f}.vod-row__confirm{gap:4px;display:flex}.vod-row__confirm-yes{color:#fff;background:#a03232d9;border:none;border-radius:4px;flex:1;padding:5px;font-size:.78rem}.vod-row__confirm-no{color:#ecf1f7;background:#ffffff14;border:none;border-radius:4px;flex:1;padding:5px;font-size:.78rem}.vod-list__add{border:1px dashed #ffffff1f;border-radius:6px;flex-direction:column;gap:5px;margin-top:4px;padding:8px;display:flex}.vod-list__add input{color:#ecf1f7;background:#ffffff08;border:1px solid #ffffff14;border-radius:4px;padding:6px 8px;font-size:.82rem}.vod-list__add-button{background:var(--accent);color:#fff;border:none;border-radius:4px;padding:6px;font-size:.82rem}.timeline-bar{z-index:20;color:#ecf1f7;background:linear-gradient(#0000 0%,#00000080 30%,#000000d1 100%);align-items:center;gap:10px;padding:10px 16px;transition:opacity .18s,transform .18s;display:flex;position:absolute;bottom:0;left:0;right:0}.timeline-bar[data-visible=false]{opacity:0;pointer-events:none;transform:translateY(8px)}.timeline-bar__play,.timeline-bar__settings>button,.timeline-bar__fullscreen{color:#fff;cursor:pointer;opacity:.92;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;min-width:44px;padding:8px 12px;font-size:1.25rem;transition:opacity .14s,background .14s;display:inline-flex}.timeline-bar__play:hover:not(:disabled),.timeline-bar__settings>button:hover:not(:disabled),.timeline-bar__fullscreen:hover:not(:disabled){opacity:1;background:#ffffff1a}.timeline-bar__play:disabled,.timeline-bar__settings>button:disabled,.timeline-bar__fullscreen:disabled{opacity:.35;cursor:not-allowed}.timeline-bar__settings{position:relative}.timeline-bar__settings button.is-active{background:#ffffff1f}.timeline-bar__settings-flyout{border:1px solid var(--panel-border);z-index:21;background:#0e121af5;border-radius:6px;flex-direction:column;gap:10px;min-width:240px;padding:10px;display:flex;position:absolute;bottom:calc(100% + 6px);left:auto;right:0;box-shadow:0 4px 14px #0006}.timeline-bar__settings-section{flex-direction:column;gap:6px;display:flex}.timeline-bar__settings-heading{letter-spacing:.06em;text-transform:uppercase;color:#ecf1f78c;margin:0;font-size:.72rem;font-weight:600}.timeline-bar__nudge-row{gap:4px;display:flex}.timeline-bar__nudge-row button{color:#ecf1f7;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;padding:5px 10px;font-size:.8rem}.timeline-bar__settings-row{color:#ecf1f7;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:4px;align-items:center;gap:10px;padding:8px 10px;font-size:.85rem;transition:background .14s;display:flex}.timeline-bar__settings-row:hover:not(:disabled){background:#ffffff1a}.timeline-bar__settings-row:disabled{opacity:.4;cursor:not-allowed}.timeline-bar__settings-row-label{text-align:left;flex:1}.timeline-bar__settings-row-value{color:#ecf1f7b3;font-size:.8rem}.timeline-bar__settings-row-chevron{color:#ecf1f773;font-size:.8rem}.timeline-bar__settings-submenu-header{align-items:center;gap:8px;display:flex}.timeline-bar__settings-back{color:#ecf1f7;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:.75rem;display:inline-flex}.timeline-bar__settings-back:hover{background:#ffffff1a}.timeline-bar__speed-grid{grid-template-columns:repeat(4,1fr);gap:4px;display:grid}.timeline-bar__speed-grid button{color:#ecf1f7;text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;padding:5px 8px;font-size:.8rem}.timeline-bar__speed-grid button.is-active{background:#ffffff2e;border-color:#ffffff4d}.timeline-bar__scrub{flex:1;align-items:center;min-width:0;display:flex;position:relative}.timeline-bar__scrub-input{appearance:none;cursor:pointer;background:#ffffff40;border-radius:999px;flex:1;height:6px}.timeline-bar__scrub-input::-webkit-slider-thumb{appearance:none;background:var(--accent);cursor:pointer;border-radius:50%;width:14px;height:14px}.timeline-bar__scrub-input::-moz-range-thumb{background:var(--accent);cursor:pointer;border:none;border-radius:50%;width:14px;height:14px}.timeline-bar__time{font-variant-numeric:tabular-nums;color:#ecf1f7d9;font-size:.85rem}.timeline-bar__time-sep{color:#ecf1f759}@media (width<=480px){.timeline-bar{flex-wrap:wrap;row-gap:4px;padding:8px 10px}.timeline-bar__scrub{flex:1 0 100%;order:-1}.timeline-bar__time{margin-left:auto}.timeline-bar__settings>button,.timeline-bar__fullscreen{padding:6px 8px;font-size:.8rem}}
