:root{color-scheme:light;--bg-rgb: 255 255 255;--surface-rgb: 245 245 245;--surface-hover-rgb: 235 235 235;--panel-rgb: 255 255 255;--field-rgb: 248 250 252;--border-rgb: 224 224 224;--text-rgb: 0 0 0;--text-muted-rgb: 102 102 102;--text-dim-rgb: 148 148 148;--accent-rgb: 3 150 255;--accent-hover-rgb: 37 99 235;--overlay-rgb: 15 23 42;--ui-shadow-panel: 0 14px 34px rgba(15, 23, 42, .18);--left-sidebar-width: 196px;--right-sidebar-width: 276px;--left-sidebar-content-width: 180px;--right-sidebar-content-width: 260px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:rgb(var(--bg-rgb));color:rgb(var(--text-rgb))}:root[data-theme=dark],:root.dark{color-scheme:dark;--bg-rgb: 9 9 9;--surface-rgb: 26 26 26;--surface-hover-rgb: 34 34 34;--panel-rgb: 26 26 26;--field-rgb: 10 10 12;--border-rgb: 42 42 42;--text-rgb: 255 255 255;--text-muted-rgb: 136 136 136;--text-dim-rgb: 95 95 95;--accent-rgb: 3 150 255;--accent-hover-rgb: 96 165 250;--overlay-rgb: 0 0 0;--ui-shadow-panel: 0 14px 34px rgba(0, 0, 0, .38)}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:rgb(var(--border-rgb) / .5) transparent}html,body,#root{height:100%;margin:0;background:#090909}body{min-width:0;overflow:hidden;background:rgb(var(--bg-rgb));color:rgb(var(--text-rgb))}button,input,select,textarea{font:inherit}button{cursor:pointer}input,select,textarea{color:inherit}button:focus-visible{outline:2px solid rgb(var(--accent-rgb) / .78);outline-offset:1px}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:1px solid rgb(var(--accent-rgb) / .78);outline-offset:1px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgb(var(--border-rgb) / .5);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:rgb(var(--accent-rgb) / .4)}.app-shell{display:grid;grid-template-rows:auto 1fr;height:100%;min-height:100vh;overflow:hidden}.director-home-shell{height:100dvh;min-height:0;overflow-x:hidden;overflow-y:scroll;overscroll-behavior-y:contain;scroll-behavior:smooth;scrollbar-gutter:stable;padding:64px clamp(24px,6vw,84px);background:radial-gradient(circle at 18% 12%,rgb(var(--accent-rgb) / .22),transparent 28%),radial-gradient(circle at 82% 0%,rgba(255,255,255,.08),transparent 24%),linear-gradient(135deg,rgb(var(--bg-rgb)),rgb(var(--surface-rgb) / .78))}.director-home-shell::-webkit-scrollbar{width:11px}.director-home-shell::-webkit-scrollbar-track{border-left:1px solid rgb(var(--border-rgb) / .24);background:rgb(var(--surface-rgb) / .48)}.director-home-shell::-webkit-scrollbar-thumb{border:3px solid transparent;border-radius:999px;background:rgb(var(--accent-rgb) / .72);background-clip:padding-box}.director-home-shell::-webkit-scrollbar-thumb:hover{background:rgb(var(--accent-rgb) / .95);background-clip:padding-box}.director-home-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;max-width:1120px;margin:0 auto 34px}.director-home-kicker{margin:0 0 14px;color:rgb(var(--accent-rgb));font-size:12px;font-weight:700;letter-spacing:.16em;line-height:1.4;text-transform:uppercase}.director-home-hero h1{max-width:840px;margin:0;color:rgb(var(--text-rgb));font-size:clamp(34px,4.5vw,58px);font-weight:760;letter-spacing:-.045em;line-height:1.05}.director-home-hero p:not(.director-home-kicker){max-width:560px;margin:18px 0 0;color:rgb(var(--text-muted-rgb));font-size:15px;line-height:1.8}.director-home-primary-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;flex:0 0 auto;height:46px;padding:0 20px;border:1px solid rgb(var(--accent-rgb) / .42);border-radius:999px;color:#fff;background:linear-gradient(135deg,rgb(var(--accent-rgb)),rgb(var(--accent-hover-rgb)));box-shadow:0 18px 40px rgb(var(--accent-rgb) / .24);font-size:14px;font-weight:700;transition:box-shadow .18s ease,transform .18s ease}.director-home-primary-button:hover{box-shadow:0 22px 52px rgb(var(--accent-rgb) / .34);transform:translateY(-1px)}.director-home-primary-button:active{transform:translateY(0)}.director-home-hero-actions{display:grid;justify-items:center;gap:10px;flex:0 0 auto}.director-home-scroll-hint{display:inline-flex;align-items:center;gap:6px;color:rgb(var(--text-muted-rgb));font-size:11px;text-decoration:none;transition:color .18s ease}.director-home-scroll-hint:hover,.director-home-scroll-hint:focus-visible{color:rgb(var(--accent-rgb))}.director-home-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;max-width:1120px;margin:0 auto}.director-home-empty{display:grid;place-items:center;gap:10px;max-width:1120px;min-height:240px;margin:0 auto;border:1px dashed rgb(var(--border-rgb) / .6);border-radius:28px;padding:36px;color:rgb(var(--text-muted-rgb));background:rgb(var(--panel-rgb) / .55);text-align:center}.director-home-empty h2{margin:6px 0 0;color:rgb(var(--text-rgb));font-size:22px;line-height:1.3}.director-home-empty p{margin:0;font-size:14px;line-height:1.7}.director-home-card{position:relative;min-height:158px;overflow:hidden;border:1px solid rgb(var(--border-rgb) / .55);border-radius:24px;padding:22px;color:rgb(var(--text-rgb));text-align:left;background:linear-gradient(135deg,rgb(var(--panel-rgb) / .98),rgb(var(--surface-rgb) / .76)),rgb(var(--panel-rgb));box-shadow:0 16px 44px #0003;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.director-home-card:after{position:absolute;inset:auto -24px -58px auto;width:142px;height:142px;border-radius:999px;background:rgb(var(--accent-rgb) / .1);content:"";pointer-events:none}.director-home-card-main{position:relative;z-index:1;display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;width:100%;min-height:114px;border:0;padding:0;color:inherit;text-align:left;background:transparent}.director-home-card:hover,.director-home-card.is-active{border-color:rgb(var(--accent-rgb) / .48);box-shadow:0 22px 58px #00000052;transform:translateY(-2px)}.director-home-card-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:16px;color:rgb(var(--accent-rgb));background:rgb(var(--accent-rgb) / .12)}.director-home-card-content{display:grid;align-content:start;gap:10px;min-width:0}.director-home-card-title{overflow:hidden;font-size:20px;font-weight:720;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.director-home-card-meta{display:inline-flex;align-items:center;gap:6px;color:rgb(var(--text-muted-rgb));font-size:13px;line-height:1.4}.director-home-card-index{position:absolute;left:22px;bottom:18px;color:rgb(var(--text-dim-rgb));font-size:12px;font-weight:700;letter-spacing:.12em}.director-home-card-arrow{position:absolute;right:22px;bottom:18px;color:rgb(var(--text-muted-rgb));transition:color .18s ease,transform .18s ease}.director-home-card:hover .director-home-card-arrow,.director-home-card.is-active .director-home-card-arrow{color:rgb(var(--accent-rgb));transform:translate(3px)}.director-home-card-delete{position:absolute;top:14px;right:14px;z-index:2;display:grid;place-items:center;width:32px;height:32px;border:1px solid rgb(var(--border-rgb) / .42);border-radius:999px;color:rgb(var(--text-muted-rgb));background:rgb(var(--surface-rgb) / .72);opacity:.72;transform:translateY(0);transition:border-color .18s ease,background-color .18s ease,color .18s ease,opacity .18s ease,transform .18s ease}.director-home-card:hover .director-home-card-delete,.director-home-card:focus-within .director-home-card-delete{opacity:1;transform:translateY(0)}.director-home-card-delete:hover{border-color:#f871718c;color:#f87171;background:#7f1d1d38}.director-home-guide,.director-home-release,.director-home-controls{max-width:1120px;margin:38px auto 0;border:1px solid rgb(var(--border-rgb) / .5);border-radius:22px;padding:24px;background:rgb(var(--panel-rgb) / .72)}.director-home-control-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px}.director-home-control-group,.director-home-mac-gestures,.director-home-tools-guide{border:1px solid rgb(var(--border-rgb) / .34);border-radius:12px;padding:14px;background:rgb(var(--surface-rgb) / .42)}.director-home-control-group>header,.director-home-mac-gestures>header{display:flex;align-items:flex-start;gap:9px;min-height:44px;color:rgb(var(--accent-rgb))}.director-home-control-group h3,.director-home-mac-gestures h3,.director-home-tools-guide h3{margin:0;color:rgb(var(--text-rgb));font-size:12px;line-height:1.5}.director-home-control-group header p,.director-home-mac-gestures header p{margin:2px 0 0;color:rgb(var(--text-muted-rgb));font-size:9px;line-height:1.5}.director-home-control-group dl,.director-home-mac-gestures dl,.director-home-tools-guide dl{display:grid;gap:0;margin:10px 0 0}.director-home-control-group dl>div,.director-home-mac-gestures dl>div,.director-home-tools-guide dl>div{display:grid;grid-template-columns:minmax(104px,auto) minmax(0,1fr);align-items:baseline;gap:10px;border-top:1px solid rgb(var(--border-rgb) / .24);padding:8px 0}.director-home-control-group dt,.director-home-mac-gestures dt,.director-home-tools-guide dt{width:fit-content;border:1px solid rgb(var(--border-rgb) / .5);border-radius:5px;padding:3px 6px;color:rgb(var(--text-rgb));background:rgb(var(--field-rgb));font:600 9px/1.2 SFMono-Regular,Consolas,monospace;white-space:nowrap}.director-home-control-group dd,.director-home-mac-gestures dd,.director-home-tools-guide dd{margin:0;color:rgb(var(--text-muted-rgb));font-size:10px;line-height:1.55}.director-home-mac-gestures{margin-top:12px;border-color:rgb(var(--accent-rgb) / .25)}.director-home-mac-gestures dl{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px}.director-home-tools-guide{margin-top:12px}.director-home-tools-guide dl{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px}.director-home-tools-guide dl>div{grid-template-columns:82px minmax(0,1fr)}.director-home-section-heading{display:grid;grid-template-columns:126px minmax(0,1fr);align-items:start;gap:18px}.director-home-section-heading>span{display:inline-flex;align-items:center;gap:7px;width:fit-content;border:1px solid rgb(var(--accent-rgb) / .28);border-radius:999px;padding:6px 10px;color:rgb(var(--accent-rgb));background:rgb(var(--accent-rgb) / .08);font-size:11px;font-weight:700}.director-home-section-heading h2{margin:0;color:rgb(var(--text-rgb));font-size:21px;line-height:1.35}.director-home-section-heading p{margin:5px 0 0;color:rgb(var(--text-muted-rgb));font-size:12px;line-height:1.65}.director-home-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:20px 0 0;padding:0;list-style:none}.director-home-steps li{display:grid;grid-template-columns:26px minmax(0,1fr);align-items:start;gap:9px;min-height:112px;border:1px solid rgb(var(--border-rgb) / .34);border-radius:12px;padding:13px;background:rgb(var(--surface-rgb) / .48)}.director-home-steps li>span{display:grid;place-items:center;width:26px;height:26px;border-radius:8px;color:rgb(var(--accent-rgb));background:rgb(var(--accent-rgb) / .12);font-size:11px;font-weight:800}.director-home-steps strong{display:block;color:rgb(var(--text-rgb));font-size:12px;line-height:1.5}.director-home-steps p{margin:5px 0 0;color:rgb(var(--text-muted-rgb));font-size:11px;line-height:1.65}.director-home-shortcuts{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin:15px 0 0;color:rgb(var(--text-muted-rgb));font-size:10px}.director-home-shortcuts strong{margin-right:5px;color:rgb(var(--text-rgb));font-size:11px}.director-home-shortcuts kbd{border:1px solid rgb(var(--border-rgb) / .5);border-radius:5px;padding:3px 6px;color:rgb(var(--text-rgb));background:rgb(var(--field-rgb));font:600 9px/1.2 SFMono-Regular,Consolas,monospace}.director-home-release-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 18px;margin:20px 0 0;padding:0;list-style:none}.director-home-release-list li{display:flex;align-items:flex-start;gap:9px;border-top:1px solid rgb(var(--border-rgb) / .28);padding:11px 2px 0;color:rgb(var(--text-muted-rgb));font-size:11px;line-height:1.65}.director-home-release-list svg{flex:0 0 auto;margin-top:1px;color:#71d49b}@media(max-width:900px){.director-home-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.director-home-shell{padding:36px 16px}.director-home-hero{align-items:stretch;flex-direction:column}.director-home-hero-actions{align-self:flex-start;justify-items:start}.director-home-guide,.director-home-release,.director-home-controls{padding:18px}.director-home-section-heading{grid-template-columns:1fr;gap:10px}.director-home-steps,.director-home-release-list,.director-home-control-grid,.director-home-mac-gestures dl,.director-home-tools-guide dl{grid-template-columns:1fr}.director-home-steps li{min-height:0}}.top-bar{display:grid;grid-template-columns:minmax(340px,.72fr) minmax(260px,1fr) var(--right-sidebar-width);align-items:center;gap:0;min-height:70px;padding:0 20px;border:1px solid rgb(var(--border-rgb) / .24);background:rgb(var(--panel-rgb));font-family:PingFang SC,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.top-bar-title{margin:0;font-size:16px;font-weight:600;line-height:22px;white-space:nowrap}.top-bar-home-button{border:0;padding:0;color:rgb(var(--text-rgb));background:transparent}.top-bar-home-button:hover{color:rgb(var(--accent-rgb))}.top-bar-home-nav-button{display:inline-flex;align-items:center;gap:4px;height:30px;margin-left:12px;padding:0 9px;border:1px solid rgb(var(--border-rgb) / .4);border-radius:8px;color:rgb(var(--text-muted-rgb));background:rgb(var(--surface-rgb) / .5);font-size:12px;white-space:nowrap}.top-bar-home-nav-button:hover{border-color:rgb(var(--accent-rgb) / .4);color:rgb(var(--accent-rgb));background:rgb(var(--accent-rgb) / .08)}.director-desk-switcher{display:flex;align-items:center;gap:8px;min-width:0;margin-left:8px}.director-desk-select{min-width:128px;max-width:190px;height:34px;padding:0 34px 0 12px;border:1px solid rgb(var(--border-rgb) / .42);border-radius:10px;color:rgb(var(--text-rgb));background:linear-gradient(45deg,transparent 50%,rgb(var(--text-muted-rgb)) 50%) calc(100% - 16px) 14px / 5px 5px no-repeat,linear-gradient(135deg,rgb(var(--text-muted-rgb)) 50%,transparent 50%) calc(100% - 11px) 14px / 5px 5px no-repeat,rgb(var(--surface-rgb) / .62);-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;font-size:13px;font-weight:520;line-height:18px;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.director-desk-select:hover,.director-desk-select:focus-visible{border-color:rgb(var(--accent-rgb) / .46);background-color:rgb(var(--surface-rgb) / .9);box-shadow:0 0 0 3px rgb(var(--accent-rgb) / .08)}.director-desk-create-button{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:34px;padding:0 11px;border:1px solid rgb(var(--accent-rgb) / .28);border-radius:10px;color:rgb(var(--accent-rgb));background:rgb(var(--accent-rgb) / .1);font-size:13px;font-weight:560;white-space:nowrap;transition:border-color .18s ease,background-color .18s ease,transform .18s ease}.director-desk-create-button:hover{border-color:rgb(var(--accent-rgb) / .45);background:rgb(var(--accent-rgb) / .16)}.director-desk-create-button:active{transform:translateY(1px)}.top-bar-left,.top-bar-center,.top-bar-actions{display:flex;align-items:center;min-width:0}.top-bar-actions{justify-content:flex-end;gap:10px}.top-bar-action-button{display:grid;place-items:center;width:36px;height:36px;border:1px solid rgb(var(--border-rgb) / .42);border-radius:10px;color:rgb(var(--text-muted-rgb));background:rgb(var(--surface-rgb) / .55);transition:border-color .18s ease,background-color .18s ease,color .18s ease}.top-bar-action-button:hover{border-color:rgb(var(--border-rgb) / .72);background:rgb(var(--surface-rgb) / .82);color:rgb(var(--text-rgb))}.director-help-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;padding:28px;background:rgb(var(--overlay-rgb) / .58);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.director-help-dialog{display:grid;grid-template-rows:auto minmax(0,1fr);width:min(1180px,100%);max-height:min(88vh,900px);overflow:hidden;border:1px solid rgb(var(--border-rgb) / .62);border-radius:18px;color:rgb(var(--text-rgb));background:rgb(var(--panel-rgb) / .98);box-shadow:0 28px 72px rgb(var(--overlay-rgb) / .5)}.director-help-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border-bottom:1px solid rgb(var(--border-rgb) / .38)}.director-help-header h2{margin:0;font-size:16px;line-height:1.35}.director-help-content{min-height:0;overflow:auto;padding:20px}.director-help-content .director-home-guide,.director-help-content .director-home-release,.director-help-content .director-home-controls{max-width:none}.director-help-content .director-home-guide{margin-top:0}.viewport-sensitivity-settings{position:relative;z-index:80}.viewport-sensitivity-trigger{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:34px;padding:0 11px;border:1px solid rgb(var(--border-rgb) / .52);border-radius:9px;color:rgb(var(--text-muted-rgb));background:rgb(var(--surface-rgb) / .58);font-size:13px;font-weight:620;white-space:nowrap}.viewport-sensitivity-trigger:hover,.viewport-sensitivity-trigger.is-active{border-color:rgb(var(--accent-rgb) / .45);color:rgb(var(--text-rgb));background:rgb(var(--accent-rgb) / .12)}.viewport-sensitivity-popover{position:absolute;top:calc(100% + 10px);right:0;display:grid;gap:16px;width:312px;padding:16px;border:1px solid rgb(var(--border-rgb) / .5);border-radius:14px;color:rgb(var(--text-rgb));background:rgb(var(--panel-rgb) / .98);box-shadow:0 18px 48px rgb(var(--overlay-rgb) / .42);text-align:left;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.viewport-sensitivity-header,.viewport-sensitivity-label,.viewport-sensitivity-scale{display:flex;align-items:center;justify-content:space-between}.viewport-sensitivity-header>div{display:grid;gap:3px}.viewport-sensitivity-header strong{font-size:14px;line-height:20px}.viewport-sensitivity-header small,.viewport-sensitivity-note,.viewport-sensitivity-scale{color:rgb(var(--text-muted-rgb));font-size:11px;line-height:16px}.viewport-sensitivity-header>button{display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:8px;color:rgb(var(--text-muted-rgb));background:transparent}.viewport-sensitivity-header>button:hover{color:rgb(var(--text-rgb));background:rgb(var(--text-rgb) / .08)}.viewport-sensitivity-control{display:grid;gap:8px}.viewport-sensitivity-label label{font-size:13px;font-weight:620}.viewport-sensitivity-label output{color:rgb(var(--accent-rgb));font-size:12px;font-variant-numeric:tabular-nums}.viewport-sensitivity-control input[type=range]{width:100%;margin:0;accent-color:rgb(var(--accent-rgb))}.viewport-sensitivity-note{margin:-2px 0 0;padding:9px 10px;border-radius:9px;background:rgb(var(--field-rgb) / .75)}.viewport-sensitivity-reset{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;border:1px solid rgb(var(--border-rgb) / .45);border-radius:9px;color:rgb(var(--text-rgb));background:rgb(var(--surface-rgb) / .62);font-size:12px;font-weight:620}.viewport-sensitivity-reset:hover:not(:disabled){border-color:rgb(var(--accent-rgb) / .45);background:rgb(var(--accent-rgb) / .11)}.viewport-sensitivity-reset:disabled{cursor:default;opacity:.42}@media(max-width:700px){.viewport-sensitivity-trigger{width:34px;padding:0}.viewport-sensitivity-trigger>span{display:none}.viewport-sensitivity-popover{position:fixed;top:66px;right:12px;left:12px;width:auto}}.ui-panel,.panel-card{border:1px solid rgb(var(--border-rgb) / .42);border-radius:18px;background:rgb(var(--panel-rgb) / .96);box-shadow:var(--ui-shadow-panel)}.ui-card,.sub-panel,.camera-preview-card,.object-row,.asset-import-item{border:1px solid rgb(var(--border-rgb) / .28);border-radius:14px;background:rgb(var(--surface-rgb) / .42)}.ui-field,.panel-card:not(.right-inspector) input:not([type=range]):not([type=checkbox]):not([type=color]),.panel-card:not(.right-inspector) select,.panel-card:not(.right-inspector) textarea{width:100%;min-width:0;min-height:45px;padding:10px 12px;border:1px solid rgb(var(--border-rgb) / .45);border-radius:12px;background:rgb(var(--field-rgb) / .92);color:rgb(var(--text-rgb));transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.panel-card:not(.right-inspector) input[type=number]{min-height:40px}.ui-field::placeholder,.panel-card:not(.right-inspector) input::placeholder,.panel-card:not(.right-inspector) textarea::placeholder{color:rgb(var(--text-dim-rgb))}.ui-field:hover,.panel-card:not(.right-inspector) input:not([type=range]):not([type=checkbox]):not([type=color]):hover,.panel-card:not(.right-inspector) select:hover,.panel-card:not(.right-inspector) textarea:hover{border-color:rgb(var(--border-rgb) / .7)}.ui-field:focus,.ui-field:focus-visible,.panel-card:not(.right-inspector) input:not([type=range]):not([type=checkbox]):not([type=color]):focus,.panel-card:not(.right-inspector) input:not([type=range]):not([type=checkbox]):not([type=color]):focus-visible,.panel-card:not(.right-inspector) select:focus,.panel-card:not(.right-inspector) select:focus-visible,.panel-card:not(.right-inspector) textarea:focus,.panel-card:not(.right-inspector) textarea:focus-visible{outline:none;border-color:rgb(var(--accent-rgb) / .72);box-shadow:0 0 0 1px rgb(var(--accent-rgb) / .45)}.ui-segmented,.mode-toggle,.tab-row{display:inline-flex;align-items:center;gap:6px;padding:4px;border:1px solid rgb(var(--border-rgb) / .42);border-radius:14px;background:rgb(var(--surface-rgb) / .6)}.ui-segmented-item,.mode-toggle-button,.tab-row button{border:1px solid transparent;border-radius:10px;padding:8px 12px;color:rgb(var(--text-muted-rgb));background:transparent;transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .18s ease}.ui-segmented-item:hover,.mode-toggle-button:hover,.tab-row button:hover{color:rgb(var(--text-rgb));background:rgb(var(--surface-hover-rgb) / .72)}.ui-segmented-item-active,.mode-toggle-button[aria-pressed=true],.tab-row button[aria-pressed=true]{border-color:rgb(var(--accent-rgb) / .28);color:rgb(var(--accent-rgb));background:rgb(var(--accent-rgb) / .12)}.mode-toggle{width:212px;height:44px;gap:4px;padding:4px;border-color:rgb(var(--border-rgb) / .42);border-radius:12px;background:transparent}.mode-toggle-button{width:100px;height:36px;border-radius:8px;padding:0;font-size:14px;font-weight:500;line-height:20px;color:rgb(var(--text-rgb) / .3)}.mode-toggle-button[aria-pressed=true]{border-color:rgb(var(--accent-rgb) / .28);color:rgb(var(--accent-rgb));background:rgb(var(--accent-rgb) / .12)}.ui-icon-button,.panel-card button,.capture-action,.object-select-button,.object-flag-button{border:1px solid rgb(var(--border-rgb) / .42);border-radius:12px;padding:10px 12px;color:rgb(var(--text-rgb));background:rgb(var(--surface-rgb) / .55);transition:border-color .18s ease,background-color .18s ease,color .18s ease,transform .18s ease}.ui-icon-button:hover,.panel-card button:hover,.capture-action:hover,.object-select-button:hover,.object-flag-button:hover{border-color:rgb(var(--accent-rgb) / .35);background:rgb(var(--surface-hover-rgb) / .88)}.ui-icon-button:active,.panel-card button:active,.capture-action:active,.object-select-button:active,.object-flag-button:active{transform:translateY(1px)}.boot-placeholder{display:grid;place-items:center;margin:20px;border:1px dashed rgb(var(--border-rgb) / .72);border-radius:20px;padding:40px 24px;color:rgb(var(--text-muted-rgb));background:rgb(var(--panel-rgb) / .92)}.director-shell{display:grid;grid-template-columns:var(--left-sidebar-width) minmax(0,1fr) var(--right-sidebar-width);gap:16px;min-height:0;height:100%;padding:16px 20px 20px;overflow:hidden}.director-shell-fullbleed{position:relative;grid-template-columns:minmax(0,1fr);gap:0;padding:0;background:rgb(var(--bg-rgb))}.director-shell-fullbleed.is-sidebars-collapsed{grid-template-columns:minmax(0,1fr)}.director-shell>*{min-height:0}.director-shell-fullbleed.is-sidebars-collapsed>.left-sidebar,.director-shell-fullbleed.is-sidebars-collapsed>.right-sidebar{display:none}.left-sidebar,.right-sidebar,.director-sidebar{position:absolute;top:0;bottom:0;z-index:25;display:flex;flex-direction:column;gap:0;min-height:0;overflow:auto;padding-right:0;background:rgb(var(--panel-rgb) / .98)}.left-sidebar{left:0;width:var(--left-sidebar-width);background:rgb(var(--panel-rgb));border-right:1px solid rgb(var(--border-rgb) / .24)}.right-sidebar{right:0;width:var(--right-sidebar-width);overflow-x:hidden;background:rgb(var(--panel-rgb));border-left:1px solid rgb(var(--border-rgb) / .24)}.viewport-column{display:flex;position:relative;min-width:0;min-height:0;background:rgb(var(--field-rgb))}.canvas-frame{position:relative;display:block;min-height:0;height:100%;width:100%}.director-canvas{position:relative;min-height:0;height:100%;overflow:hidden;border:0;border-radius:0;background:rgb(var(--field-rgb));box-shadow:none}.director-canvas>div,.director-canvas canvas{display:block;width:100%!important;height:100%}.director-canvas canvas{height:100%!important}.panel-card{display:flex;flex-direction:column;gap:12px;min-width:0;padding:16px}.director-sidebar .panel-card{border:0;border-bottom:1px solid rgb(var(--border-rgb) / .42);border-radius:0;background:transparent;box-shadow:none;padding:20px 8px}.director-sidebar .panel-card:last-child{border-bottom:0}.panel-card h2,.panel-card h3,.panel-card h4,.panel-card p,.panel-card fieldset,.panel-card label,.panel-card section{margin:0}.panel-card h2{font-size:16px;font-weight:600}.panel-card h3{font-size:14px;font-weight:600}.panel-card h4{font-size:13px;font-weight:600;color:rgb(var(--text-muted-rgb))}.panel-card p,.panel-card label,.panel-card legend,.capture-status,.capture-list-placeholder{color:rgb(var(--text-muted-rgb));font-size:13px;line-height:1.5}.panel-card label{display:grid;gap:8px}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.panel-header button{padding-inline:10px}.tab-row{width:fit-content}.right-sidebar .panel-card{gap:20px}.right-sidebar .panel-header{min-height:32px}.right-sidebar .tab-row{justify-content:center;align-self:stretch;width:calc(100% + 16px);height:45px;margin:-10px -8px 0;padding:0;border:0;border-bottom:1px solid rgb(var(--border-rgb) / .42);border-radius:0;background:transparent}.right-sidebar .tab-row button{position:relative;height:45px;border:0;border-radius:0;padding:0 40px;font-size:12px;font-weight:600;background:transparent}.right-sidebar .tab-row button:hover{background:transparent}.right-sidebar .tab-row button[aria-pressed=true]{border-color:transparent;background:transparent}.right-sidebar .tab-row button[aria-pressed=true]:after{position:absolute;left:40px;right:40px;bottom:0;height:3px;border-radius:999px 999px 0 0;background:rgb(var(--accent-rgb));content:""}.right-inspector{position:relative;min-height:100%;padding:20px 8px;gap:0;border:0;border-radius:0;background:rgb(var(--panel-rgb));box-shadow:none;font-family:PingFang SC,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.right-sidebar .right-inspector{gap:0;background:rgb(var(--panel-rgb))}.right-inspector-header{display:flex;align-items:center;min-height:22px}.right-inspector-title{margin:0;color:rgb(var(--text-rgb));font-size:16px;font-weight:600;line-height:22px}.right-sidebar .right-inspector-tabs{display:grid;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;align-self:stretch;gap:0;width:calc(100% + 16px);height:40px;margin:10px -8px 0;padding:0;border:0;border-bottom:1px solid rgb(var(--border-rgb) / .24);border-radius:0;background:transparent}.right-sidebar .right-inspector-tabs button{position:relative;display:grid;place-items:center;width:100%;min-width:24px;height:40px;border:0;border-radius:0;padding:0;color:rgb(var(--text-dim-rgb));background:transparent;font-size:12px;font-weight:600;line-height:17px;white-space:nowrap}.right-sidebar .right-inspector-tabs button:hover{color:rgb(var(--text-rgb));background:transparent}.right-sidebar .right-inspector-tabs button[aria-pressed=true]{color:rgb(var(--accent-rgb));background:transparent;font-size:12px;line-height:17px}.right-sidebar .right-inspector-tabs button[aria-pressed=true]:after{position:absolute;left:50%;right:auto;bottom:0;width:28px;height:3px;border-radius:0;background:rgb(var(--accent-rgb));content:"";transform:translate(-50%)}.right-inspector-content{display:grid;gap:20px;width:var(--right-sidebar-content-width);max-width:100%;padding-bottom:20px;margin-top:25px}.right-inspector-content-no-tabs{margin-top:20px}.character-inspector .right-inspector-content,.character-inspector .right-inspector-content>.inspector-section{width:var(--right-sidebar-content-width);max-width:100%}.character-inspector{width:var(--right-sidebar-width);flex:0 0 auto;overflow-x:hidden}.inspector-field{display:grid;gap:10px;width:var(--right-sidebar-content-width);max-width:100%;margin:0}.right-sidebar .right-inspector label.inspector-field{gap:10px}.right-inspector-content>.inspector-field:first-child{margin-bottom:5px}.inspector-field-label{font-size:12px;font-weight:600;line-height:17px;color:rgb(var(--text-dim-rgb))}.inspector-text-input{width:var(--right-sidebar-content-width);max-width:100%;height:40px;min-height:0;background:rgb(var(--field-rgb));border:0;border-radius:8px;padding:0 14px;color:rgb(var(--text-rgb));font-size:12px;font-weight:600;line-height:17px;outline:none}.inspector-select-input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.inspector-text-input:focus,.inspector-text-input:focus-visible{outline:none;box-shadow:0 0 0 1px rgb(var(--accent-rgb) / .45)}.inspector-dropdown{position:relative;width:var(--right-sidebar-content-width);max-width:100%}.right-sidebar .right-inspector button.inspector-dropdown-trigger{display:grid;grid-template-columns:minmax(0,1fr) 14px;align-items:center;gap:8px;width:var(--right-sidebar-content-width);max-width:100%;min-height:36px;border:1px solid rgb(var(--border-rgb) / .35);border-radius:8px;padding:8px 12px;color:rgb(var(--text-muted-rgb));background:rgb(var(--surface-rgb));box-shadow:none;font-size:12px;font-weight:500;line-height:17px;text-align:left;transform:none;transition:border-color .18s ease,background-color .18s ease,color .18s ease}.right-sidebar .right-inspector button.inspector-dropdown-trigger:hover{border-color:rgb(var(--border-rgb) / .3);color:rgb(var(--text-muted-rgb));background:rgb(var(--text-rgb) / .1)}.right-sidebar .right-inspector button.inspector-dropdown-trigger:focus,.right-sidebar .right-inspector button.inspector-dropdown-trigger:focus-visible{outline:none;border-color:rgb(var(--border-rgb) / .35);box-shadow:none}.right-sidebar .right-inspector button.inspector-dropdown-trigger:active{transform:none}.inspector-dropdown-value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inspector-dropdown-chevron{width:14px;height:14px;justify-self:end;color:rgb(var(--text-dim-rgb));transition:color .16s ease,transform .16s ease}.inspector-dropdown-trigger[aria-expanded=true] .inspector-dropdown-chevron{color:rgb(var(--text-dim-rgb));transform:rotate(180deg)}.inspector-dropdown-menu{position:absolute;left:0;top:calc(100% + 8px);z-index:60;display:grid;gap:4px;width:var(--right-sidebar-content-width);max-width:100%;max-height:288px;overflow-y:auto;padding:4px 0;border:1px solid rgb(var(--border-rgb) / .4);border-radius:8px;background:rgb(var(--panel-rgb) / .78);box-shadow:var(--ui-shadow-panel);backdrop-filter:blur(32px);-webkit-backdrop-filter:blur(32px)}.inspector-dropdown-option{display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:8px;width:calc(100% - 8px);min-height:34px;margin:0 4px;border:0;border-radius:8px;padding:7px 12px;color:rgb(var(--text-muted-rgb));background:transparent;box-shadow:none;font-size:12px;font-weight:500;line-height:17px;text-align:left;transition:background-color .16s ease,color .16s ease}.right-sidebar .right-inspector button.inspector-dropdown-option{border:0;border-radius:8px;padding:7px 12px;color:rgb(var(--text-muted-rgb));background:transparent;box-shadow:none;transform:none}.inspector-dropdown-option:hover,.inspector-dropdown-option:focus-visible{color:rgb(var(--text-rgb));background:rgb(var(--text-rgb) / .05)}.right-sidebar .right-inspector button.inspector-dropdown-option:hover,.right-sidebar .right-inspector button.inspector-dropdown-option:focus-visible{border:0;color:rgb(var(--text-rgb));background:rgb(var(--text-rgb) / .05)}.inspector-dropdown-option.is-selected,.right-sidebar .right-inspector button.inspector-dropdown-option.is-selected{color:rgb(var(--accent-rgb));background:transparent}.inspector-dropdown-option span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inspector-axis-group{display:grid;gap:10px;width:var(--right-sidebar-content-width);max-width:100%;border:0;padding:0;background:transparent}.inspector-axis-row{display:grid;grid-template-columns:repeat(3,80px);gap:10px}.inspector-axis-input{display:grid;grid-template-columns:23px minmax(0,1fr);width:80px;height:34px;background:rgb(var(--field-rgb));overflow:hidden;border-radius:8px;transition:box-shadow .18s ease,background-color .18s ease}.inspector-axis-input:focus-within{box-shadow:0 0 0 1px rgb(var(--accent-rgb) / .45)}.inspector-axis-input:hover,.inspector-axis-input.is-dragging{box-shadow:0 0 0 1px rgb(var(--border-rgb) / .55)}.inspector-axis-input.is-dragging{background:rgb(var(--surface-hover-rgb))}.inspector-axis-prefix{display:flex;align-items:center;justify-content:center;flex:0 0 23px;width:23px;height:34px;margin:0;border:0;padding:0;background:transparent;color:rgb(var(--text-dim-rgb));font-size:12px;font-weight:600;line-height:17px;cursor:ew-resize;-webkit-user-select:none;user-select:none;touch-action:none;outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;box-shadow:none}.inspector-axis-prefix:hover,.inspector-axis-prefix:focus-visible{outline:none}.right-sidebar .right-inspector button.inspector-axis-prefix{border:0;border-radius:0;padding:0;background:transparent;box-shadow:none;transform:none}.right-sidebar .right-inspector button.inspector-axis-prefix:hover,.right-sidebar .right-inspector button.inspector-axis-prefix:focus-visible,.right-sidebar .right-inspector button.inspector-axis-prefix:active{border:0;background:transparent;box-shadow:none;transform:none}.inspector-axis-value{width:57px;height:34px;min-width:0;border:0;border-radius:0;padding:0 8px 0 6px;color:rgb(var(--text-rgb));background:transparent;font-size:12px;font-weight:600;line-height:17px;outline:none}.inspector-axis-value:focus,.inspector-axis-value:focus-visible{outline:none}.inspector-axis-value,.inspector-text-input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.inspector-axis-value::-webkit-outer-spin-button,.inspector-axis-value::-webkit-inner-spin-button,.inspector-text-input[type=number]::-webkit-outer-spin-button,.inspector-text-input[type=number]::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.inspector-range-row{display:grid;grid-template-columns:minmax(0,1fr) 80px;gap:10px;align-items:center;width:var(--right-sidebar-content-width);max-width:100%}.inspector-range{width:100%;height:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent}.inspector-range::-webkit-slider-runnable-track{height:6px;border-radius:20px;background:rgb(var(--border-rgb) / .72)}.inspector-range::-webkit-slider-thumb{width:14px;height:14px;margin-top:-4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:999px;background:rgb(var(--accent-rgb))}.inspector-range::-moz-range-track{height:6px;border:0;border-radius:20px;background:rgb(var(--border-rgb) / .72)}.inspector-range::-moz-range-thumb{width:14px;height:14px;border:0;border-radius:999px;background:rgb(var(--accent-rgb))}.inspector-range-value{width:80px;height:34px;text-align:center}.inspector-color-row{display:grid;grid-template-columns:34px 214px;gap:12px;align-items:center;width:var(--right-sidebar-content-width);max-width:100%}.inspector-color-swatch{width:34px;height:34px;overflow:hidden;border:0;border-radius:8px;padding:0;background:rgb(var(--accent-rgb))}.inspector-color-swatch:focus,.inspector-color-swatch:focus-visible{outline:none;box-shadow:0 0 0 1px rgb(var(--accent-rgb) / .45)}.inspector-color-swatch::-webkit-color-swatch-wrapper{padding:0}.inspector-color-swatch::-webkit-color-swatch{border:0;border-radius:8px}.inspector-color-hex{width:214px;height:34px}.inspector-section{display:grid;gap:12px;margin:0}.scene-inspector .inspector-section{margin-top:10px}.inspector-section h3,.pose-group h4{margin:0;color:rgb(var(--text-dim-rgb));font-size:12px;font-weight:600;line-height:17px}.scene-inspector .inspector-section h3{color:rgb(var(--text-rgb));font-size:14px;line-height:20px}.inspector-section p,.capture-list-placeholder{margin:0;color:rgb(var(--text-muted-rgb));font-size:12px;line-height:1.5}.panorama-empty-card{display:flex;align-items:center;justify-content:center;gap:8px;width:var(--right-sidebar-content-width);max-width:100%;height:50px;margin:0;padding:0 12px;border-radius:8px;background:rgb(var(--surface-rgb));color:rgb(var(--text-muted-rgb));font-size:12px;font-weight:600;line-height:17px}.panorama-empty-icon{display:grid;place-items:center;flex:0 0 auto;width:16px;height:16px;color:rgb(var(--text-muted-rgb));line-height:0}.character-body-type-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:var(--right-sidebar-content-width);max-width:100%}.character-body-type-grid button{height:36px;border:1px solid rgb(var(--border-rgb) / .3);border-radius:12px;padding:0 10px;color:rgb(var(--text-muted-rgb));background:rgb(var(--field-rgb));font-size:12px;font-weight:600;line-height:17px}.character-body-type-grid button:hover{border-color:rgb(var(--accent-rgb) / .35);color:rgb(var(--text-rgb));background:rgb(var(--surface-hover-rgb))}.character-body-type-grid button.is-active,.character-body-type-grid button[aria-pressed=true]{border-color:rgb(var(--accent-rgb) / .45);color:rgb(var(--accent-rgb));background:rgb(var(--accent-rgb) / .12)}.inspector-preview-card{display:grid;gap:6px;width:var(--right-sidebar-content-width);max-width:100%;padding:12px;border:1px solid rgb(var(--border-rgb) / .3);border-radius:12px;color:rgb(var(--text-muted-rgb));background:rgb(var(--field-rgb));font-size:12px}.inspector-preview-card strong{color:rgb(var(--text-rgb));font-size:14px;line-height:20px}.inspector-toggle-row{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center;min-height:40px;color:rgb(var(--text-rgb));font-size:14px;font-weight:600;line-height:20px}.inspector-toggle-row input{width:16px;height:16px;accent-color:rgb(var(--accent-rgb))}.scene-switch-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;align-items:center;width:var(--right-sidebar-content-width);max-width:100%}.scene-switch-row .inspector-toggle-row{font-size:12px;line-height:17px}.scene-switch-row .inspector-toggle-row span{color:rgb(var(--text-muted-rgb));white-space:nowrap}.inspector-action-button{width:100%;height:40px;border:0;border-radius:12px;color:rgb(var(--text-rgb));background:rgb(var(--field-rgb));font-size:14px;font-weight:600}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.panel-card:not(.right-inspector) fieldset{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:12px;border:1px solid rgb(var(--border-rgb) / .3);border-radius:14px;background:rgb(var(--surface-rgb) / .28)}.panel-card legend{padding:0 6px;color:rgb(var(--text-muted-rgb))}.panel-card input[type=checkbox]{width:16px;height:16px;accent-color:rgb(var(--accent-rgb))}.panel-card:not(.right-inspector) input[type=color]{width:48px;min-width:48px;height:40px;padding:4px;border:1px solid rgb(var(--border-rgb) / .45);border-radius:12px;background:rgb(var(--field-rgb) / .92)}.panel-card:not(.right-inspector) input[type=range],.ui-range{width:100%;height:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent}.panel-card:not(.right-inspector) input[type=range]::-webkit-slider-runnable-track,.ui-range::-webkit-slider-runnable-track{height:4px;border-radius:999px;background:rgb(var(--border-rgb) / .72)}.panel-card:not(.right-inspector) input[type=range]::-webkit-slider-thumb,.ui-range::-webkit-slider-thumb{margin-top:-6px;width:16px;height:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid rgb(var(--panel-rgb));border-radius:999px;background:rgb(var(--accent-rgb));box-shadow:0 1px 4px rgb(var(--overlay-rgb) / .18)}.panel-card:not(.right-inspector) input[type=range]::-moz-range-track,.ui-range::-moz-range-track{height:4px;border:0;border-radius:999px;background:rgb(var(--border-rgb) / .72)}.panel-card:not(.right-inspector) input[type=range]::-moz-range-thumb,.ui-range::-moz-range-thumb{width:16px;height:16px;border:2px solid rgb(var(--panel-rgb));border-radius:999px;background:rgb(var(--accent-rgb));box-shadow:0 1px 4px rgb(var(--overlay-rgb) / .18)}.compound-input{display:flex;align-items:center;gap:8px}.compound-input>*{flex:1;min-width:0}.compound-input>input[type=color]{flex:0 0 auto}.sub-panel{display:grid;gap:10px;padding:12px}.toggle-row{grid-template-columns:auto 1fr;align-items:center;gap:10px}.asset-import-item{display:grid;gap:8px;padding:12px}.asset-import-status{color:rgb(var(--text-dim-rgb));font-size:12px;line-height:1.5}.object-tree-panel{height:100%;gap:25px;padding:20px 8px;background:rgb(var(--panel-rgb))}.left-sidebar .object-tree-panel{gap:25px;padding:20px 8px;background:rgb(var(--panel-rgb))}.object-search-field{position:relative;display:block}.object-search-field svg{position:absolute;left:16px;top:50%;z-index:1;width:14px;height:14px;color:rgb(var(--text-dim-rgb));transform:translateY(-50%)}.object-search-field .ui-field{width:var(--left-sidebar-content-width);height:40px;min-height:0;border:0;background:rgb(var(--field-rgb));border-radius:8px;padding:0 12px 0 38px;color:rgb(var(--text-rgb));font-size:12px;font-weight:600;line-height:17px}.object-search-field .ui-field::placeholder{color:rgb(var(--text-dim-rgb))}.object-search-field .ui-field{padding-left:38px}.left-sidebar .object-search-field .ui-field,.left-sidebar .object-search-field input.ui-field{width:var(--left-sidebar-content-width);height:40px;min-height:0;border:0;background:rgb(var(--field-rgb));border-radius:8px;padding:0 12px 0 38px;color:rgb(var(--text-rgb));font-size:12px;font-weight:600;line-height:17px}.left-sidebar .object-tree-panel .object-search-field input.ui-field:not([type=range]):not([type=checkbox]):not([type=color]){width:var(--left-sidebar-content-width);height:40px;min-height:0;border:0;background:rgb(var(--field-rgb));border-radius:8px;padding:0 12px 0 38px;color:rgb(var(--text-rgb));font-size:12px;font-weight:600;line-height:17px}.object-search-field .ui-field:focus,.object-search-field .ui-field:focus-visible{outline:none;box-shadow:0 0 0 1px rgb(var(--accent-rgb) / .45)}.left-sidebar .object-tree-panel .object-search-field input.ui-field:not([type=range]):not([type=checkbox]):not([type=color]):focus,.left-sidebar .object-tree-panel .object-search-field input.ui-field:not([type=range]):not([type=checkbox]):not([type=color]):focus-visible{outline:none;box-shadow:0 0 0 1px rgb(var(--accent-rgb) / .45)}.object-tree-groups{display:grid;gap:20px}.object-search-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:0;height:100%;gap:8px;color:rgb(var(--text-dim-rgb));font-size:12px;font-weight:600;line-height:17px}.object-search-empty-icon{display:grid;place-items:center;width:24px;height:24px;color:rgb(var(--text-dim-rgb));line-height:0}.object-search-empty-icon svg{width:24px;height:24px}.object-search-empty-state>span:last-child{display:inline-flex;align-items:center;min-height:17px}.object-tree-group{display:grid;gap:4px}.object-tree-group h3{color:rgb(var(--text-dim-rgb));font-size:12px;font-weight:600;line-height:17px}.object-empty-note{color:rgb(var(--text-dim-rgb));font-size:12px}.hidden-file-input{display:none}.object-list{display:grid;gap:0;padding:0;margin:0 -8px;list-style:none}.object-list-item{display:grid;gap:0}.object-row{display:grid;grid-template-columns:minmax(0,1fr) 28px 28px;gap:6px;align-items:center;min-height:45px;padding:0 8px;border:0;border-radius:0;background:transparent}.object-row[aria-selected=true]{background:rgb(var(--surface-hover-rgb))}.object-row:hover{background:rgb(var(--surface-hover-rgb) / .8)}.object-row-main{display:flex;align-items:center;min-width:0;gap:6px}.object-row .object-row-toggle-button{display:flex;align-items:center;justify-content:center;flex:0 0 14px;width:14px;height:17px;min-width:14px;min-height:17px;align-self:center;margin:0;padding:0;border:0;border-radius:0;color:rgb(var(--text-muted-rgb));background:transparent;box-shadow:none;outline:none;line-height:1;transform:none}.object-row .object-row-toggle-button svg{display:block;flex:0 0 auto}.object-row .object-row-toggle-button:hover,.object-row .object-row-toggle-button:focus-visible,.object-row .object-row-toggle-button:active{border-color:transparent;color:rgb(var(--text-rgb));background:transparent;box-shadow:none;outline:none;transform:none}.object-select-button{display:flex;align-items:center;min-width:0;gap:8px;border-color:transparent;padding:0;justify-content:flex-start;text-align:left;color:rgb(var(--text-rgb));background:transparent;font-size:12px;font-weight:600;line-height:17px}.object-row .object-select-button{border:0;border-radius:0;padding:0;background:transparent;box-shadow:none}.object-row .object-select-button:hover,.object-row .object-icon-flag-button:hover{color:inherit;background:transparent}.object-select-button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.object-row-crowd{grid-template-columns:minmax(0,1fr)}.object-row-crowd .object-row-main{gap:10px}.object-row-crowd .object-select-button span{overflow:visible;text-overflow:clip}.object-row-kind-icon{display:grid;place-items:center;flex:0 0 auto;width:16px;height:16px;color:rgb(var(--text-rgb))}.object-flag-button{display:grid;place-items:center;min-width:0;width:26px;height:28px;padding:0;color:rgb(var(--text-dim-rgb));background:transparent}.object-icon-flag-button{border:0;color:rgb(var(--text-dim-rgb));box-shadow:none}.object-row .object-icon-flag-button{border:0;border-radius:0;color:rgb(var(--text-dim-rgb));background:transparent;box-shadow:none}.object-row:hover .object-icon-flag-button{color:rgb(var(--text-rgb))}.object-crowd-preview-list{display:grid;gap:0;padding:0;margin:0;list-style:none}.object-row-preview{grid-template-columns:minmax(0,1fr);padding-left:40px}.object-row-preview-spacer{display:none}.viewport-toolbar{position:absolute;left:50%;bottom:40px;z-index:10;transform:translate(-50%);width:max-content;max-width:calc(100% - 32px);display:flex;flex-wrap:nowrap;align-items:center;gap:4px;justify-content:center;padding:4px;border:1px solid rgb(var(--border-rgb) / .35);border-radius:999px;background:rgb(var(--panel-rgb) / .78);box-shadow:var(--ui-shadow-panel);backdrop-filter:blur(32px);-webkit-backdrop-filter:blur(32px);overflow:visible}.viewport-toolbar-button.ui-icon-button{position:relative;display:grid;place-items:center;flex:0 0 auto;width:36px;height:36px;border:0;border-radius:999px;padding:0;color:rgb(var(--text-muted-rgb));background:transparent}.viewport-toolbar-button.ui-icon-button:hover{color:rgb(var(--text-rgb));background:rgb(var(--text-rgb) / .08)}.viewport-toolbar-button.ui-icon-button.is-active,.viewport-toolbar-button.ui-icon-button[aria-pressed=true]{color:rgb(var(--accent-rgb));background:rgb(var(--accent-rgb) / .16);box-shadow:inset 0 0 0 1px rgb(var(--accent-rgb) / .28)}.viewport-toolbar-menu-wrap{position:relative;display:flex}.viewport-toolbar-menu{position:absolute;left:50%;bottom:calc(100% + 8px);z-index:30;display:grid;gap:4px;width:132px;padding:6px;border:1px solid rgb(var(--border-rgb) / .35);border-radius:14px;background:rgb(var(--panel-rgb) / .9);box-shadow:var(--ui-shadow-panel);backdrop-filter:blur(32px);-webkit-backdrop-filter:blur(32px);transform:translate(-50%)}.viewport-toolbar-menu button,.viewport-toolbar-submenu button{width:100%;height:30px;border:0;border-radius:10px;padding:0 9px;color:rgb(var(--text-muted-rgb));background:transparent;font-size:12px;font-weight:600;line-height:17px;text-align:left}.viewport-toolbar-menu-item-inline{display:inline-flex;align-items:center;gap:8px}.viewport-toolbar-menu-item-inline svg{flex:0 0 auto}.viewport-toolbar-submenu-wrap{position:relative}.viewport-toolbar-menu .viewport-toolbar-menu-subtrigger{display:flex;align-items:center;justify-content:space-between;gap:10px}.viewport-toolbar-menu .viewport-toolbar-menu-subtrigger svg{flex:0 0 auto}.viewport-toolbar-submenu{position:absolute;left:calc(100% + 8px);bottom:0;z-index:31;display:grid;gap:4px;width:112px;padding:6px;border:1px solid rgb(var(--border-rgb) / .35);border-radius:14px;background:rgb(var(--panel-rgb) / .9);box-shadow:var(--ui-shadow-panel);backdrop-filter:blur(32px);-webkit-backdrop-filter:blur(32px)}.viewport-toolbar-crowd-panel{position:absolute;z-index:31;display:grid;gap:16px;width:260px;padding:16px;border:1px solid rgb(var(--border-rgb) / .35);border-radius:22px;background:rgb(var(--panel-rgb) / .9);box-shadow:var(--ui-shadow-panel);backdrop-filter:blur(32px);-webkit-backdrop-filter:blur(32px)}.viewport-toolbar-crowd-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.viewport-toolbar-crowd-panel-title{margin:0;font-size:14px;font-weight:500;line-height:20px;color:rgb(var(--text-rgb) / .88)}.viewport-toolbar-crowd-panel-count{color:rgb(var(--text-muted-rgb));font-size:12px;font-weight:500;line-height:17px}.viewport-toolbar-crowd-grid{display:grid;grid-template-columns:minmax(0,1fr) 18px minmax(0,1fr);gap:12px 10px;align-items:end}.viewport-toolbar-crowd-field{display:grid;gap:8px}.viewport-toolbar-crowd-field span{color:rgb(var(--text-muted-rgb));font-size:12px;font-weight:500;line-height:17px}.viewport-toolbar-crowd-field .ui-field{min-height:40px;padding:10px 14px;border-radius:12px;font-size:12px;font-weight:600;line-height:17px}.viewport-toolbar-crowd-field-spacing{grid-column:1 / span 1}.viewport-toolbar-crowd-separator{align-self:center;justify-self:center;color:rgb(var(--text-muted-rgb));font-size:22px;line-height:1;transform:translateY(12px)}.viewport-toolbar-crowd-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.viewport-toolbar-crowd-actions button{width:100%;height:38px;border-radius:8px}.viewport-toolbar-crowd-cancel.camera-capture-clear-all,.viewport-toolbar-crowd-confirm.camera-capture-send-all{width:100%}.viewport-toolbar-crowd-confirm.camera-capture-send-all{color:#fff;background:rgb(var(--accent-rgb))}.viewport-toolbar-crowd-confirm.camera-capture-send-all:hover,.viewport-toolbar-crowd-confirm.camera-capture-send-all:focus-visible{color:#fff;background:rgb(var(--accent-rgb) / .88)}.viewport-toolbar-menu button:hover,.viewport-toolbar-menu button:focus-visible,.viewport-toolbar-submenu button:hover,.viewport-toolbar-submenu button:focus-visible{color:rgb(var(--text-rgb));background:rgb(var(--text-rgb) / .08)}.viewport-toolbar-button .viewport-toolbar-label{position:absolute;left:50%;bottom:calc(100% + 10px);z-index:20;width:max-content;max-width:160px;padding:8px 14px;border:1px solid rgb(var(--border-rgb) / .35);border-radius:999px;color:rgb(var(--text-rgb));font-size:12px;line-height:17px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:rgb(var(--panel-rgb) / .96);box-shadow:var(--ui-shadow-panel);opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,6px);transition:opacity .16s ease,visibility .16s ease,transform .16s ease}.viewport-toolbar-button:hover .viewport-toolbar-label,.viewport-toolbar-button:focus-visible .viewport-toolbar-label{opacity:1;visibility:visible;transform:translate(-50%)}.viewport-aspect-panel{position:absolute;left:50%;bottom:calc(40px + var(--viewport-toolbar-height, 46px) + 10px);z-index:34;width:340px;height:206px;padding:16px;border:1px solid rgb(var(--border-rgb) / .35);border-radius:22px;color:rgb(var(--text-rgb));background:rgb(var(--panel-rgb) / .9);box-shadow:var(--ui-shadow-panel);backdrop-filter:blur(32px);-webkit-backdrop-filter:blur(32px);transform:translate(-50%)}.viewport-aspect-panel-title{margin:0;font-size:12px;font-weight:500;line-height:17px}.viewport-aspect-panel-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:12px}.viewport-aspect-option{display:flex;flex-direction:column;align-items:center;justify-content:center;justify-items:center;gap:8px;width:100%;height:70px;border:1px solid rgb(var(--border-rgb) / .35);border-radius:18px;padding:8px;color:rgb(var(--text-muted-rgb));background:rgb(var(--surface-rgb) / .35);box-shadow:none;transition:border-color .18s ease,background-color .18s ease,color .18s ease}.viewport-aspect-option:hover,.viewport-aspect-option:focus-visible{border-color:rgb(var(--border-rgb) / .6);color:rgb(var(--text-rgb));background:rgb(var(--surface-hover-rgb) / .7)}.viewport-aspect-option.is-active{border-color:rgb(var(--border-rgb));color:rgb(var(--text-rgb));background:rgb(var(--surface-hover-rgb) / .8)}.viewport-aspect-option-frame{border:2px solid currentColor;border-radius:6px;opacity:.9}.viewport-aspect-option-frame-auto,.viewport-aspect-option-frame-1-1{width:18px;height:18px}.viewport-aspect-option-frame-2-1{width:28px;height:13px}.viewport-aspect-option-frame-3-4{width:16px;height:24px}.viewport-aspect-option-frame-4-3{width:24px;height:16px}.viewport-aspect-option-frame-16-9{width:26px;height:14px}.viewport-aspect-option-frame-21-9{width:30px;height:12px}.viewport-aspect-option-frame-9-16{width:14px;height:26px}.viewport-aspect-option-label{font-size:12px;font-weight:500;line-height:17px}.viewport-aspect-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;pointer-events:none}.viewport-aspect-mask{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:#0a0c1238;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-size:100% 100%,var(--viewport-aspect-frame-width) var(--viewport-aspect-frame-height);-webkit-mask-position:0 0,var(--viewport-aspect-frame-left) var(--viewport-aspect-frame-top);-webkit-mask-repeat:no-repeat;-webkit-mask-composite:xor;mask-image:linear-gradient(#000 0,#000 0),linear-gradient(#000 0,#000 0);mask-size:100% 100%,var(--viewport-aspect-frame-width) var(--viewport-aspect-frame-height);mask-position:0 0,var(--viewport-aspect-frame-left) var(--viewport-aspect-frame-top);mask-repeat:no-repeat;mask-composite:exclude}.viewport-aspect-frame-shell{position:absolute;z-index:1;border:1px solid rgb(255 255 255 / .2);border-radius:22px;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0a}.viewport-aspect-guide-toggle{position:absolute;top:12px;left:12px;z-index:3;display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:12px;color:#ffffff94;background:#ffffff14;box-shadow:none;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);pointer-events:auto;transition:background-color .18s ease,color .18s ease}.viewport-aspect-guide-toggle:hover,.viewport-aspect-guide-toggle:focus-visible{color:#ffffffe6;background:#ffffff1f}.viewport-aspect-guide-toggle.is-active{color:rgb(var(--accent-rgb));background:rgb(var(--surface-rgb) / .82)}.viewport-rule-of-thirds{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.viewport-rule-of-thirds-line{position:absolute;background:#ffffff4d}.viewport-rule-of-thirds-line.is-vertical{top:0;bottom:0;width:.5px;transform:translate(-50%)}.viewport-rule-of-thirds-line.is-horizontal{left:0;right:0;height:.5px;transform:translateY(-50%)}.viewport-rule-of-thirds-line.is-one-third.is-vertical{left:33.333333%}.viewport-rule-of-thirds-line.is-two-thirds.is-vertical{left:66.666667%}.viewport-rule-of-thirds-line.is-one-third.is-horizontal{top:33.333333%}.viewport-rule-of-thirds-line.is-two-thirds.is-horizontal{top:66.666667%}.viewport-gizmo-overlay{position:absolute;top:20px;right:20px;z-index:20;width:80px;height:80px;pointer-events:auto}.viewport-gizmo-overlay>div,.viewport-gizmo-overlay canvas{display:block;width:100%!important;height:100%!important}.viewport-gizmo-canvas{background:transparent}.viewport-gizmo-hit-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.viewport-gizmo-hit-button{position:absolute;width:15px;height:15px;border:0;border-radius:999px;padding:0;background:transparent;cursor:pointer;pointer-events:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none}.viewport-gizmo-hit-button:focus-visible{outline:1px solid rgb(var(--accent-rgb) / .75);outline-offset:2px}.model-library-panel{position:absolute;left:50%;bottom:calc(100% + 10px);z-index:35;width:min(500px,calc(100vw - 40px));height:360px;border:1px solid rgb(var(--border-rgb) / .35);border-radius:12px;color:rgb(var(--text-rgb));background:rgb(var(--panel-rgb) / .9);box-shadow:var(--ui-shadow-panel);backdrop-filter:blur(32px);-webkit-backdrop-filter:blur(32px);overflow:hidden;transform:translate(-50%)}.model-library-header{display:flex;align-items:center;justify-content:space-between;height:41px;padding:0 12px 0 20px}.model-library-title{margin:0;color:rgb(var(--text-rgb));font-size:12px;font-weight:600;line-height:17px}.model-library-close-button{flex:0 0 auto;display:grid;place-items:center;width:28px;height:28px;padding:0;line-height:0}.model-library-close-button svg{display:block}.model-library-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:end;height:40px;border-bottom:1px solid rgb(var(--border-rgb) / .24)}.model-library-tab{position:relative;height:40px;border:0;padding:0;color:rgb(var(--text-dim-rgb));background:transparent;font-size:12px;font-weight:600;line-height:17px}.model-library-tab:hover,.model-library-tab.is-active{color:rgb(var(--accent-rgb))}.model-library-tab.is-active:after{content:"";position:absolute;left:50%;bottom:0;width:28px;height:3px;border-radius:0;background:rgb(var(--accent-rgb));transform:translate(-50%)}.model-library-grid{display:grid;grid-template-columns:repeat(6,66px);grid-auto-rows:max-content;align-content:start;column-gap:10px;row-gap:20px;height:calc(100% - 82px);padding:20px;overflow-x:hidden;overflow-y:auto}.model-library-grid::-webkit-scrollbar{width:6px}.model-library-grid::-webkit-scrollbar-track{background:transparent}.model-library-grid::-webkit-scrollbar-thumb{border-radius:999px;background:rgb(var(--border-rgb) / .5)}.model-library-card-wrap{position:relative;width:66px}.model-library-card{display:grid;align-content:start;min-width:0;gap:8px;width:66px;border:0;padding:0;color:rgb(var(--text-dim-rgb));background:transparent;font-size:12px;font-weight:400;line-height:17px;text-align:center}.model-library-card:hover,.model-library-card:focus-visible{outline:none;box-shadow:none;color:rgb(var(--text-rgb))}.model-library-card:hover .model-library-thumb,.model-library-card:focus-visible .model-library-thumb{background:rgb(var(--surface-hover-rgb))}.model-library-thumb{display:grid;place-items:center;overflow:hidden;width:66px;height:66px;border:0;border-radius:12px;color:rgb(var(--text-dim-rgb));background:rgb(var(--surface-rgb))}.model-library-thumb-image{display:block;width:100%;height:100%;object-fit:cover}.model-library-name{display:block;width:66px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.model-library-card-delete{position:absolute;top:4px;right:4px;display:grid;place-items:center;width:20px;height:20px;border:0;border-radius:999px;padding:0;color:#ffffffb8;background:#00000085;box-shadow:none;opacity:0;pointer-events:none;transition:opacity .16s ease,background .16s ease,color .16s ease}.model-library-card-wrap:hover .model-library-card-delete,.model-library-card-wrap:focus-within .model-library-card-delete{opacity:1;pointer-events:auto}.model-library-card-delete:hover,.model-library-card-delete:focus-visible{color:#fff;background:#000000b8}.model-library-card-delete svg{display:block;width:14px;height:14px}.model-library-empty-state{gap:12px;height:calc(100% - 82px);padding:20px}.model-library-empty-action{min-width:88px;height:30px;padding:0 12px;border-radius:8px;color:rgb(var(--text-rgb));background:rgb(var(--surface-rgb))}.model-library-empty-action:hover{background:rgb(var(--surface-hover-rgb))}.model-library-import-card{color:rgb(var(--text-muted-rgb))}.model-library-import-card:hover,.model-library-import-card:focus-visible{color:rgb(var(--text-rgb))}.model-library-thumb-import{border:1px solid rgb(var(--border-rgb) / .3);color:rgb(var(--text-muted-rgb));background:transparent}.model-library-card:hover .model-library-thumb-import,.model-library-card:focus-visible .model-library-thumb-import{background:rgb(var(--surface-rgb))}.pose-preset-section{width:var(--right-sidebar-content-width);max-width:100%}.preset-grid{display:grid;grid-template-columns:repeat(4,57px);column-gap:10.6667px;row-gap:8px;width:var(--right-sidebar-content-width);max-width:100%;justify-content:start}.preset-grid button{display:grid;place-items:center;width:57px;height:34px;padding:0;text-align:center;color:rgb(var(--text-muted-rgb));font-size:12px;line-height:17px}.preset-grid button.is-active{border-color:rgb(var(--accent-rgb) / .32);color:rgb(var(--accent-rgb));background:rgb(var(--accent-rgb) / .14)}.pose-groups{display:grid;gap:12px}.pose-adjust-section{justify-items:start}.pose-preset-section>.pose-adjust-section{margin-top:18px}.character-route-toolbar{display:grid;grid-template-columns:minmax(0,1fr) repeat(3,32px);gap:6px;width:var(--right-sidebar-content-width);max-width:100%}.right-sidebar .right-inspector .character-route-toolbar button{display:inline-flex;align-items:center;justify-content:center;min-width:0;height:32px;border-radius:6px;padding:0}.right-sidebar .right-inspector .character-route-toolbar .character-route-add{gap:6px;color:#082517;background:#71d49b;font-size:11px;font-weight:650}.right-sidebar .right-inspector .character-route-toolbar .character-route-icon-button{color:rgb(var(--text-muted-rgb));background:rgb(var(--field-rgb) / .78)}.right-sidebar .right-inspector .character-route-toolbar .character-route-icon-button.is-danger{color:#f0a2a2}.character-route-shape{display:grid;grid-template-columns:32px 1fr 48px;align-items:center;gap:4px;width:var(--right-sidebar-content-width);max-width:100%;margin-top:12px;color:rgb(var(--text-dim-rgb));font-size:10px}.character-route-shape button{min-width:0;height:27px;border:1px solid rgb(var(--border-rgb) / .56);border-radius:5px;padding:0 6px;color:rgb(var(--text-muted-rgb));background:rgb(var(--field-rgb) / .52);font-size:10px;white-space:nowrap}.character-route-shape button[aria-pressed=true]{border-color:#71d49bc7;color:#bff5d3;background:#71d49b26}.character-route-points{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;width:var(--right-sidebar-content-width);max-width:100%;margin-top:10px;padding:2px 0}.character-route-points button{display:grid;grid-template-columns:21px auto;align-items:center;min-width:0;height:32px;gap:5px;border:1px solid rgb(var(--border-rgb) / .66);border-radius:6px;padding:0 5px;color:rgb(var(--text-muted-rgb));background:rgb(var(--field-rgb) / .62)}.character-route-points button strong{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;color:#062515;background:#71d49b;font-size:10px}.character-route-points button span{font-size:10px;font-variant-numeric:tabular-nums}.character-route-points button.is-active{border-color:#71d49bd1;color:rgb(var(--text-rgb));background:#71d49b21}.character-route-editor{margin-top:12px}.pose-adjust-section>h3{color:rgb(var(--text-rgb));font-size:14px;line-height:20px}.pose-adjust-section .pose-groups{width:var(--right-sidebar-content-width);justify-items:start}.pose-group{display:grid;gap:10px;width:var(--right-sidebar-content-width);padding:12px}.pose-adjust-section .pose-group{justify-items:start;padding:0}.camera-motion-tab{--camera-motion-rgb: 245 166 91;display:grid;gap:20px;width:var(--right-sidebar-content-width);max-width:100%}.camera-motion-intro{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:start;padding:12px;border:1px solid rgb(var(--camera-motion-rgb) / .22);border-radius:8px;background:rgb(var(--camera-motion-rgb) / .07)}.camera-motion-intro-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;color:rgb(var(--camera-motion-rgb));background:rgb(var(--camera-motion-rgb) / .12)}.camera-motion-intro h3{margin:0 0 4px;color:rgb(var(--text-rgb));font-size:13px;font-weight:600;line-height:18px}.camera-motion-intro p{margin:0;color:rgb(var(--text-muted-rgb));font-size:11px;line-height:1.55}.camera-motion-add-button,.camera-motion-delete-button,.camera-motion-loop-button,.camera-motion-play-button,.camera-motion-keyframes button{border:0;box-shadow:none;font-family:PingFang SC,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transform:none}.camera-motion-add-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;width:100%;height:40px;border-radius:8px;color:#fff;background:rgb(var(--accent-rgb));font-size:12px;font-weight:600;line-height:17px;transition:background-color .16s ease}.camera-motion-add-button:hover,.camera-motion-add-button:focus-visible{background:rgb(var(--accent-hover-rgb))}.camera-motion-empty{display:grid;place-items:center;gap:6px;min-height:142px;padding:22px 18px;border:1px dashed rgb(var(--border-rgb) / .62);border-radius:8px;color:rgb(var(--text-dim-rgb));background:rgb(var(--field-rgb) / .6);text-align:center}.camera-motion-empty svg{margin-bottom:2px;color:rgb(var(--camera-motion-rgb))}.camera-motion-empty strong{color:rgb(var(--text-rgb));font-size:12px;font-weight:600;line-height:17px}.camera-motion-empty span{max-width:210px;color:rgb(var(--text-muted-rgb));font-size:11px;line-height:1.55}.camera-motion-playback{display:grid;grid-template-columns:34px minmax(0,1fr);gap:6px 10px;align-items:center;width:100%;padding:10px;border-radius:8px;background:rgb(var(--field-rgb))}.camera-motion-play-button{display:grid;place-items:center;width:34px;height:34px;grid-row:1 / span 2;border-radius:8px;color:#fff;background:rgb(var(--accent-rgb))}.camera-motion-play-button:hover:not(:disabled),.camera-motion-play-button:focus-visible:not(:disabled){background:rgb(var(--accent-hover-rgb))}.camera-motion-play-button:disabled{cursor:not-allowed;color:rgb(var(--text-dim-rgb));background:rgb(var(--surface-hover-rgb));opacity:.72}.camera-motion-playback input[type=range]{width:100%;height:14px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent}.camera-motion-playback input[type=range]::-webkit-slider-runnable-track{height:4px;border-radius:999px;background:rgb(var(--border-rgb) / .72)}.camera-motion-playback input[type=range]::-webkit-slider-thumb{width:12px;height:12px;margin-top:-4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:999px;background:rgb(var(--camera-motion-rgb))}.camera-motion-playback input[type=range]::-moz-range-track{height:4px;border:0;border-radius:999px;background:rgb(var(--border-rgb) / .72)}.camera-motion-playback input[type=range]::-moz-range-thumb{width:12px;height:12px;border:0;border-radius:999px;background:rgb(var(--camera-motion-rgb))}.camera-motion-playback>span{justify-self:end;color:rgb(var(--text-dim-rgb));font-size:10px;font-variant-numeric:tabular-nums;line-height:14px}.camera-motion-loop-button{justify-self:start;min-height:30px;border:1px solid rgb(var(--border-rgb) / .34);border-radius:8px;padding:0 11px;color:rgb(var(--text-muted-rgb));background:transparent;font-size:11px;font-weight:600}.camera-motion-loop-button:hover,.camera-motion-loop-button:focus-visible{color:rgb(var(--text-rgb));background:rgb(var(--surface-hover-rgb) / .72)}.camera-motion-loop-button.is-active{border-color:rgb(var(--accent-rgb) / .4);color:rgb(var(--accent-rgb));background:rgb(var(--accent-rgb) / .1)}.camera-motion-keyframes{display:grid;grid-auto-columns:54px;grid-auto-flow:column;gap:8px;width:100%;padding-bottom:4px;overflow-x:auto;scroll-snap-type:x proximity}.camera-motion-keyframes>[role=listitem]{display:contents}.camera-motion-keyframes button{display:grid;place-items:center;gap:1px;width:54px;height:48px;border:1px solid rgb(var(--border-rgb) / .34);border-radius:8px;color:rgb(var(--text-muted-rgb));background:rgb(var(--field-rgb));scroll-snap-align:start}.camera-motion-keyframes button:hover,.camera-motion-keyframes button:focus-visible{border-color:rgb(var(--camera-motion-rgb) / .48);color:rgb(var(--text-rgb))}.camera-motion-keyframes button.is-active{border-color:rgb(var(--camera-motion-rgb) / .62);color:rgb(var(--camera-motion-rgb));background:rgb(var(--camera-motion-rgb) / .1)}.camera-motion-keyframes button>span{font-size:12px;font-weight:700;line-height:16px}.camera-motion-keyframes button>small{color:rgb(var(--text-dim-rgb));font-size:9px;font-variant-numeric:tabular-nums;line-height:12px}.camera-motion-keyframe-editor{padding-top:16px;border-top:1px solid rgb(var(--border-rgb) / .24)}.camera-motion-delete-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;height:34px;border:1px solid rgb(239 68 68 / .24);border-radius:8px;color:#f87171;background:#ef44440f;font-size:11px;font-weight:600}.camera-motion-delete-button:hover,.camera-motion-delete-button:focus-visible{border-color:#ef44446b;color:#fecaca;background:#ef44441f}.camera-preview-card{display:grid;gap:6px;padding:14px;background:linear-gradient(180deg,rgb(var(--accent-rgb) / .18),transparent),rgb(var(--surface-rgb) / .52)}.camera-preview-card strong{color:rgb(var(--text-rgb))}.capture-preview{width:100%;border:1px solid rgb(var(--border-rgb) / .28);border-radius:14px;object-fit:cover;background:rgb(var(--field-rgb))}.camera-capture-section{margin-top:auto}.camera-capture-section>h3{height:30px;color:rgb(var(--text-rgb));font-size:14px;font-weight:600;line-height:30px}.camera-capture-tab,.camera-capture-overview{display:grid;grid-template-rows:minmax(0,1fr);min-height:0;height:100%}.right-sidebar .right-inspector.camera-inspector-captures{height:100%;overflow:hidden}.camera-inspector-captures .right-inspector-content{position:absolute;left:0;right:0;top:92px;bottom:78px;grid-template-rows:minmax(0,1fr);width:auto;margin-top:0;padding:0;overflow:hidden}.camera-capture-tab{height:100%}.camera-capture-overview{grid-template-rows:minmax(0,1fr);gap:0}.camera-capture-overview-scroll{display:flex;flex-direction:column;gap:22px;min-height:0;width:100%;height:100%;padding:30px 0 20px 20px;overflow-y:auto;overflow-x:hidden}.camera-capture-group{display:grid;gap:12px;width:var(--right-sidebar-content-width);max-width:100%}.camera-capture-group>h3{margin:0;color:rgb(var(--text-rgb));font-size:14px;font-weight:600;line-height:20px}.camera-capture-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:var(--right-sidebar-content-width);max-width:100%}.camera-capture-card{display:grid;gap:8px;min-width:0}.camera-capture-thumb-wrap{position:relative;aspect-ratio:1 / 1;overflow:hidden;border-radius:8px;background:#000}.camera-capture-thumb{display:block;width:100%;height:100%;object-fit:cover}.camera-capture-actions{position:absolute;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:0;height:30px;padding:0;border-radius:0 0 8px 8px;background:#000000b8;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);opacity:0;pointer-events:none;transition:opacity .16s ease}.camera-capture-thumb-wrap:hover .camera-capture-actions,.camera-capture-thumb-wrap:focus-within .camera-capture-actions,.camera-capture-actions.is-visible{opacity:1;pointer-events:auto}.camera-capture-action{display:grid;place-items:center;width:100%;height:30px;min-width:0;min-height:0;border:0;border-radius:0;padding:0;color:#ffffffd1;line-height:0;background:transparent;box-shadow:none}.right-sidebar .right-inspector button.camera-capture-action{border:0;border-radius:0;padding:0;color:#ffffffd1;background:transparent;box-shadow:none;transform:none}.camera-capture-action:hover,.camera-capture-action:focus-visible{color:#fff;background:#ffffff14}.right-sidebar .right-inspector button.camera-capture-action:hover,.right-sidebar .right-inspector button.camera-capture-action:focus-visible{color:#fff;background:#ffffff14}.camera-capture-action svg{display:block;width:14px;height:14px}.camera-capture-name{display:block;min-width:0;overflow:hidden;font-size:12px;font-weight:600;line-height:17px;color:rgb(var(--text-muted-rgb));text-overflow:ellipsis;white-space:nowrap}.camera-capture-empty{width:var(--right-sidebar-content-width);max-width:100%;height:100%}.camera-capture-overview-footer{position:absolute;left:0;right:0;bottom:0;display:grid;grid-template-columns:125px 125px;justify-content:center;align-items:start;gap:10px;width:var(--right-sidebar-width);height:78px;padding:20px;border-top:1px solid rgb(var(--border-rgb) / .24);background:rgb(var(--panel-rgb))}.camera-capture-current-button,.camera-capture-clear-all,.camera-capture-send-all{display:inline-grid;grid-auto-flow:column;grid-auto-columns:max-content;align-items:center;place-items:center;justify-content:center;gap:6px;width:125px;min-width:0;height:38px;border:1px solid rgb(var(--border-rgb) / .24);border-radius:8px;padding:0 12px;color:rgb(var(--text-muted-rgb));font-family:PingFang SC,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:600;line-height:17px;background:transparent;box-shadow:none}.camera-capture-current-button{width:var(--right-sidebar-content-width)}.camera-capture-clear-all,.camera-capture-send-all{width:125px}.camera-capture-current-button svg,.camera-capture-clear-all svg,.camera-capture-send-all svg{display:block;width:14px;height:14px}.right-sidebar .right-inspector button.camera-capture-current-button,.right-sidebar .right-inspector button.camera-capture-clear-all,.right-sidebar .right-inspector button.camera-capture-send-all{border:1px solid rgb(var(--border-rgb) / .24);border-radius:8px;padding:0 12px;color:rgb(var(--text-muted-rgb));background:transparent;box-shadow:none;transform:none}.camera-capture-current-button:hover,.camera-capture-current-button:focus-visible{color:rgb(var(--text-rgb));background:rgb(var(--surface-hover-rgb) / .72)}.camera-capture-clear-all:hover,.camera-capture-clear-all:focus-visible{color:rgb(var(--text-rgb));background:rgb(var(--surface-hover-rgb) / .72)}.camera-capture-send-all:hover,.camera-capture-send-all:focus-visible{color:rgb(var(--text-rgb));background:rgb(var(--surface-hover-rgb) / .72)}.right-sidebar .right-inspector button.camera-capture-current-button:hover,.right-sidebar .right-inspector button.camera-capture-current-button:focus-visible{color:rgb(var(--text-rgb));background:rgb(var(--surface-hover-rgb) / .72)}.right-sidebar .right-inspector button.camera-capture-clear-all:hover,.right-sidebar .right-inspector button.camera-capture-clear-all:focus-visible{color:rgb(var(--text-rgb));background:rgb(var(--surface-hover-rgb) / .72)}.right-sidebar .right-inspector button.camera-capture-send-all:hover,.right-sidebar .right-inspector button.camera-capture-send-all:focus-visible{color:rgb(var(--text-rgb));background:rgb(var(--surface-hover-rgb) / .72)}.camera-capture-viewer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;display:flex;align-items:center;justify-content:center;background:#000000e6;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.camera-capture-viewer-toolbar{position:absolute;top:16px;right:16px;display:flex;align-items:center;gap:8px;z-index:10}.camera-capture-viewer-tool{display:grid;place-items:center;width:40px;height:40px;min-width:0;min-height:0;border:1px solid rgb(255 255 255 / .1);border-radius:8px;padding:0;color:#ffffffe6;background:#ffffff1a;box-shadow:none;transition:background-color .18s ease,color .18s ease}.right-inspector button.camera-capture-viewer-tool{border:1px solid rgb(255 255 255 / .1);border-radius:8px;padding:0;color:#ffffffe6;background:#ffffff1a;box-shadow:none;transform:none}.camera-capture-viewer-tool:hover,.camera-capture-viewer-tool:focus-visible{color:#fff;background:#fff3}.right-inspector button.camera-capture-viewer-tool:hover,.right-inspector button.camera-capture-viewer-tool:focus-visible{border:1px solid rgb(255 255 255 / .1);color:#fff;background:#fff3}.camera-capture-viewer-stage{display:grid;place-items:center;width:100%;height:100%}.camera-capture-viewer-image{display:block;max-width:80vw;max-height:80vh;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;border-radius:8px;object-fit:contain;background:#000;transform-origin:center center;transition:transform .2s ease}.camera-capture-viewer-image.is-zoomed{cursor:grab}.camera-capture-viewer-image.is-dragging{cursor:grabbing;transition:none}.panorama-thumbnail-card{position:relative;width:var(--right-sidebar-content-width);max-width:100%;height:100px;overflow:hidden;border-radius:8px;background:#000}.panorama-thumbnail-card:after{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:8px;background:linear-gradient(180deg,#0000 41%,#0009);content:"";pointer-events:none}.panorama-thumbnail-delete{position:absolute;top:8px;right:8px;z-index:2;display:grid;place-items:center;width:24px;height:24px;min-width:0;min-height:0;margin:0;border:0;border-radius:999px;padding:0;box-shadow:none;color:#ffffffb8;line-height:0;background:#00000085;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-2px);transition:opacity .16s ease,visibility .16s ease,transform .16s ease,color .16s ease,background-color .16s ease}.right-inspector .panorama-thumbnail-delete{border:0;border-radius:999px;padding:0;background:#00000085}.panorama-thumbnail-delete svg{display:block;width:14px;height:14px;transform:translateY(-.5px)}.panorama-thumbnail-card:hover .panorama-thumbnail-delete,.panorama-thumbnail-card:focus-within .panorama-thumbnail-delete{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.panorama-thumbnail-delete:hover{color:#fff;background:#000000ad}.right-inspector .panorama-thumbnail-delete:hover{border:0;color:#fff;background:#000000ad}.panorama-thumbnail-delete:active,.right-inspector .panorama-thumbnail-delete:active{transform:none}.panorama-thumbnail-image{display:block;width:var(--right-sidebar-content-width);max-width:100%;height:100px;border:0;border-radius:8px;object-fit:cover;background:#000}.panorama-thumbnail-name{position:absolute;left:12px;bottom:10px;z-index:1;max-width:calc(100% - 24px);overflow:hidden;font-size:12px;font-weight:600;line-height:17px;color:#ffffff80;text-overflow:ellipsis;white-space:nowrap}.capture-status{padding:10px 12px;border:1px solid rgb(var(--accent-rgb) / .22);border-radius:12px;color:rgb(var(--accent-rgb));background:rgb(var(--accent-rgb) / .08)}.capture-list-placeholder{padding:12px;border:1px dashed rgb(var(--border-rgb) / .58);border-radius:12px}.role-label{padding:6px 10px;border-radius:999px;color:rgb(var(--text-rgb));font-size:12px;white-space:nowrap;background:rgb(var(--panel-rgb) / .92);box-shadow:0 10px 28px rgb(var(--overlay-rgb) / .24)}.viewport-error-card{display:grid;gap:4px;min-width:220px;padding:12px 14px;border:1px solid rgb(255 200 87 / .42);border-radius:16px;color:rgb(var(--text-rgb));text-align:center;background:linear-gradient(180deg,rgb(255 200 87 / .16),transparent),rgb(var(--panel-rgb) / .92);box-shadow:0 18px 42px rgb(var(--overlay-rgb) / .34)}.viewport-error-card strong{color:#ffc857}.viewport-error-card span{color:rgb(var(--muted-rgb));font-size:12px}@media(max-width:1180px){.top-bar{grid-template-columns:var(--left-sidebar-width) minmax(0,1fr) var(--right-sidebar-width)}.director-shell-fullbleed{grid-template-columns:minmax(0,1fr)}.director-sidebar .panel-card{padding-inline:8px}.object-list{margin-inline:-8px}.object-row{padding-inline:8px}}@media(max-width:920px){.top-bar{grid-template-columns:1fr auto}.top-bar-center{justify-content:flex-end}.director-desk-switcher{margin-left:10px}.director-desk-select{max-width:150px}.director-desk-create-button{padding-inline:9px}.top-bar-actions{display:none}.director-shell-fullbleed{grid-template-columns:minmax(0,1fr)}.left-sidebar{width:min(196px,28vw)}.right-sidebar{display:none}.viewport-toolbar{max-width:calc(100% - 32px)}}.top-bar-center{gap:10px}.top-bar-motion-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:34px;padding:0 12px;border:1px solid rgb(var(--border-rgb) / .52);border-radius:9px;color:rgb(var(--text-muted-rgb));background:rgb(var(--surface-rgb) / .58);font-size:13px;font-weight:620;transition:border-color .16s ease,color .16s ease,background .16s ease}.top-bar-motion-button:hover,.top-bar-motion-button.is-active{border-color:#f5a65b85;color:#f5a65b;background:#f5a65b1a}.motion-studio{--motion-rgb: 245 166 91;position:absolute;z-index:24;right:calc(var(--right-sidebar-width) + 16px);bottom:104px;left:calc(var(--left-sidebar-width) + 16px);min-width:700px;overflow:hidden;border:1px solid rgb(var(--border-rgb) / .7);border-radius:14px;color:rgb(var(--text-rgb));background:rgb(var(--panel-rgb) / .97);box-shadow:0 20px 54px rgb(var(--overlay-rgb) / .4),0 0 0 1px rgb(var(--motion-rgb) / .06) inset;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.director-shell.is-sidebars-collapsed .motion-studio{right:18px;left:18px}.motion-studio.is-piloting{visibility:hidden;pointer-events:none}.motion-studio-header{display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:10px 12px 10px 14px;border-bottom:1px solid rgb(var(--border-rgb) / .52);background:linear-gradient(90deg,rgb(var(--motion-rgb) / .09),transparent 35%)}.motion-studio-heading,.motion-studio-heading>div,.motion-route-title>div,.motion-studio-primary-actions,.motion-selected-actions,.motion-setting-row,.motion-mini-segmented{display:flex;align-items:center}.motion-studio-heading{gap:10px}.motion-studio-heading>div{align-items:flex-start;flex-direction:column;gap:1px}.motion-studio-icon{display:grid;place-items:center;width:32px;height:32px;border:1px solid rgb(var(--motion-rgb) / .24);border-radius:9px;color:rgb(var(--motion-rgb));background:rgb(var(--motion-rgb) / .1)}.motion-studio-heading h2,.motion-studio-heading p{margin:0}.motion-studio-heading h2{font-size:14px;line-height:19px}.motion-studio-heading p{color:rgb(var(--text-muted-rgb));font-size:11px;line-height:16px}.motion-studio-close{display:grid;place-items:center;width:30px;height:30px;border:0;border-radius:8px;color:rgb(var(--text-muted-rgb));background:transparent}.motion-studio-header-actions{display:flex;align-items:center;gap:5px}.motion-studio-export{display:inline-flex;align-items:center;gap:5px;height:30px;padding:0 9px;border:1px solid rgb(var(--motion-rgb) / .32);border-radius:7px;color:rgb(var(--motion-rgb));background:rgb(var(--motion-rgb) / .09);font-size:10px}.motion-export-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:7px 10px;padding:8px 12px;border-bottom:1px solid rgb(var(--border-rgb) / .46);background:rgb(var(--surface-rgb) / .42);font-size:10px}.motion-export-panel>div{display:flex;grid-column:1 / -1;min-width:0;flex-direction:column}.motion-export-panel small{color:rgb(var(--text-dim-rgb))}.motion-export-panel label,.motion-export-confirm{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.motion-export-confirm{grid-column:1 / -1}.motion-export-panel label{justify-content:space-between}.motion-export-panel select,.motion-export-confirm{justify-content:center;height:28px;border-radius:6px}.motion-export-confirm:disabled{opacity:.45;cursor:not-allowed}.motion-export-status{grid-column:1 / -1;color:rgb(var(--text-muted-rgb));font-size:9px;text-align:center}.motion-monitor{position:absolute;z-index:18;width:min(320px,calc(100% - 640px));min-width:220px;overflow:hidden;border:1px solid rgb(var(--border-rgb) / .72);border-radius:8px;background:rgb(var(--panel-rgb) / .94);box-shadow:0 16px 36px #00000061}.motion-monitor header{display:flex;align-items:center;justify-content:space-between;height:28px;padding:0 9px;color:rgb(var(--text-rgb));font-size:10px;cursor:grab;-webkit-user-select:none;user-select:none}.motion-monitor header:active{cursor:grabbing}.motion-monitor header small{display:inline-flex;align-items:center;gap:3px;color:#71d49b;font-size:9px}.motion-monitor-canvas-wrap{width:100%;background:#000}.motion-monitor-canvas-wrap canvas{display:block}.motion-monitor-fov{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px;min-height:34px;padding:5px 7px;border-top:1px solid rgb(var(--border-rgb) / .5)}.motion-monitor-fov--secondary{border-top-color:rgb(var(--border-rgb) / .28);background:rgb(var(--surface-rgb) / .22)}.motion-monitor-fov label{display:grid;grid-template-columns:auto minmax(50px,1fr) 30px;align-items:center;gap:6px;min-width:0;color:rgb(var(--text-muted-rgb));font-size:9px}.motion-monitor-fov input{min-width:0;width:100%;accent-color:rgb(var(--motion-rgb))}.motion-monitor-fov output{color:rgb(var(--text-rgb));font-size:9px;font-variant-numeric:tabular-nums;text-align:right}.motion-monitor-fov button{height:24px;padding:0 6px;border:1px solid rgb(var(--border-rgb) / .5);border-radius:5px;color:rgb(var(--text-muted-rgb));background:rgb(var(--surface-rgb) / .5);font-size:9px;white-space:nowrap}.motion-monitor-fov button:disabled{opacity:.35}.reference-video-renderer{position:fixed;left:-100000px;top:0;pointer-events:none}.reference-video-renderer canvas{display:block;width:100%!important;height:100%!important}@media(max-width:960px){.motion-monitor{width:240px;min-width:0}}.motion-export-confirm{padding:0 9px;color:#082517;background:#71d49b}.motion-studio-close:hover{color:rgb(var(--text-rgb));background:rgb(var(--surface-hover-rgb) / .72)}.motion-studio-body{display:grid;grid-template-columns:235px minmax(300px,1fr) 245px;min-height:188px}.motion-studio-primary-actions,.motion-route-column,.motion-settings-column{min-width:0;padding:12px}.motion-studio-primary-actions{align-content:start;align-items:stretch;flex-direction:column;gap:7px;border-right:1px solid rgb(var(--border-rgb) / .46)}.motion-studio-primary-actions button{border-radius:9px}.motion-primary-button{display:flex;align-items:center;gap:9px;min-height:49px;padding:7px 10px;border:1px solid rgb(var(--motion-rgb) / .3);color:rgb(var(--text-rgb));text-align:left;background:rgb(var(--motion-rgb) / .08)}.motion-primary-button>svg{flex:0 0 auto;color:rgb(var(--motion-rgb))}.motion-primary-button span{display:flex;min-width:0;flex-direction:column}.motion-primary-button strong{font-size:12px;line-height:17px}.motion-primary-button small{overflow:hidden;color:rgb(var(--text-muted-rgb));font-size:10px;line-height:14px;text-overflow:ellipsis;white-space:nowrap}.motion-primary-button:hover{border-color:rgb(var(--motion-rgb) / .58);background:rgb(var(--motion-rgb) / .13)}.motion-add-current{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:32px;border:1px solid rgb(var(--border-rgb) / .54);color:rgb(var(--text-muted-rgb));background:rgb(var(--surface-rgb) / .48);font-size:11px}.motion-key-help{display:none}.motion-route-column{border-right:1px solid rgb(var(--border-rgb) / .46)}.motion-route-title{display:flex;align-items:center;justify-content:space-between;min-height:30px}.motion-route-title>div{gap:6px}.motion-route-title svg{color:rgb(var(--motion-rgb))}.motion-route-title strong{font-size:12px}.motion-route-title span{color:rgb(var(--text-muted-rgb));font-size:10px}.motion-preview-button{display:inline-flex;align-items:center;gap:5px;height:28px;padding:0 9px;border:1px solid rgb(var(--motion-rgb) / .34);border-radius:8px;color:rgb(var(--motion-rgb));background:rgb(var(--motion-rgb) / .08);font-size:11px;font-weight:650}.motion-preview-button:disabled{opacity:.38;cursor:not-allowed}.motion-route-empty{display:grid;place-items:center;gap:2px;min-height:100px;color:rgb(var(--text-muted-rgb));text-align:center}.motion-route-empty svg{color:rgb(var(--motion-rgb) / .72)}.motion-route-empty span{font-size:11px;font-weight:640}.motion-route-empty small{color:rgb(var(--text-dim-rgb));font-size:10px}.motion-waypoint-strip{display:flex;align-items:center;min-height:78px;padding:8px 2px 2px;overflow-x:auto}.motion-waypoint-wrap{display:flex;align-items:center;flex:0 0 auto}.motion-route-title{display:flex;align-items:center;justify-content:space-between;gap:8px}.motion-route-title>div,.motion-route-title>button,.motion-batch-selection,.motion-batch-move-hint{display:flex;align-items:center}.motion-route-title>div{gap:5px}.motion-route-title>button{gap:4px;height:26px;padding:0 7px;border:1px solid rgb(var(--border-rgb) / .48);border-radius:7px;color:rgb(var(--text-muted-rgb));background:rgb(var(--surface-rgb) / .48);font-size:9px}.motion-route-title>button.is-active{border-color:rgb(var(--motion-rgb) / .55);color:rgb(var(--motion-rgb));background:rgb(var(--motion-rgb) / .12)}.motion-batch-selection{gap:6px;margin-top:8px;padding:7px 8px;border:1px solid rgb(var(--motion-rgb) / .24);border-radius:8px;background:rgb(var(--motion-rgb) / .06)}.motion-batch-selection>span{color:rgb(var(--motion-rgb));font-size:10px;font-weight:680}.motion-batch-selection>small{min-width:0;flex:1;overflow:hidden;color:rgb(var(--text-dim-rgb));font-size:8px;text-overflow:ellipsis;white-space:nowrap}.motion-batch-selection>button{height:23px;padding:0 6px;border:1px solid rgb(var(--border-rgb) / .45);border-radius:6px;color:rgb(var(--text-muted-rgb));background:rgb(var(--field-rgb) / .72);font-size:8px}.motion-waypoint-link-wrap{position:relative;display:grid;place-items:center;flex:0 0 auto;width:30px;height:28px}.motion-waypoint-link{position:absolute;right:0;left:0;width:auto;height:2px;background:rgb(var(--border-rgb) / .72);transition:background .18s ease,box-shadow .18s ease}.motion-waypoint-insert{position:relative;z-index:1;display:grid;place-items:center;width:18px;height:18px;border:1px solid rgb(var(--motion-rgb) / .46);border-radius:50%;padding:0;color:rgb(var(--motion-rgb));background:rgb(var(--panel-rgb))}.motion-waypoint-insert:hover,.motion-waypoint-insert:focus-visible{border-color:rgb(var(--motion-rgb) / .86);background:rgb(var(--motion-rgb) / .16);transform:scale(1.08)}.motion-waypoint-link.is-lit{background:rgb(var(--motion-rgb));box-shadow:0 0 8px rgb(var(--motion-rgb) / .64)}.motion-waypoint{display:grid;place-items:center;flex:0 0 auto;width:48px;height:48px;border:1px solid rgb(var(--border-rgb) / .72);border-radius:50%;color:rgb(var(--text-muted-rgb));background:rgb(var(--field-rgb) / .92);transition:border-color .16s ease,color .16s ease,background .16s ease,box-shadow .16s ease}.motion-waypoint>span{font-size:14px;font-weight:760;line-height:15px}.motion-waypoint>small{color:inherit;font-size:8px;line-height:9px;opacity:.72}.motion-waypoint:hover,.motion-waypoint.is-selected,.motion-waypoint.is-reached{border-color:rgb(var(--motion-rgb) / .72);color:rgb(var(--motion-rgb));background:rgb(var(--motion-rgb) / .11);box-shadow:0 0 0 3px rgb(var(--motion-rgb) / .08)}.motion-waypoint.is-approaching{animation:motion-waypoint-pulse 1s ease-in-out infinite}@keyframes motion-waypoint-pulse{50%{box-shadow:0 0 0 6px rgb(var(--motion-rgb) / .12),0 0 14px rgb(var(--motion-rgb) / .2)}}.motion-waypoint-add{display:grid;place-items:center;flex:0 0 auto;width:34px;height:34px;margin-left:14px;border:1px dashed rgb(var(--motion-rgb) / .42);border-radius:50%;color:rgb(var(--motion-rgb));background:transparent}.motion-selected-actions{min-height:33px;gap:5px;padding-top:7px;border-top:1px solid rgb(var(--border-rgb) / .38)}.motion-batch-move-hint{justify-content:center;gap:6px;min-height:34px;padding-top:7px;border-top:1px solid rgb(var(--border-rgb) / .38);color:rgb(var(--text-muted-rgb));font-size:9px;text-align:center}.motion-batch-move-hint svg{flex:0 0 auto;color:rgb(var(--motion-rgb))}.motion-selected-actions>span{margin-right:auto;color:rgb(var(--text-muted-rgb));font-size:10px}.motion-waypoint-arrival{display:inline-flex;align-items:center;gap:3px;color:rgb(var(--text-muted-rgb));font-size:9px}.motion-waypoint-arrival input{width:48px;height:26px;padding:0 5px;border:1px solid rgb(var(--border-rgb) / .5);border-radius:6px;color:rgb(var(--text-rgb));background:rgb(var(--field-rgb));font-size:10px}.motion-selected-actions button{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:26px;height:26px;padding:0 7px;border:1px solid rgb(var(--border-rgb) / .5);border-radius:7px;color:rgb(var(--text-muted-rgb));background:rgb(var(--surface-rgb) / .44);font-size:10px}.motion-selected-actions button:disabled{opacity:.3;cursor:not-allowed}.motion-selected-actions button.is-danger:hover{border-color:#f871716b;color:#f87171}.motion-settings-column{display:flex;flex-direction:column;gap:7px;max-height:232px;overflow-y:auto}.motion-setting-row{min-height:43px;flex-wrap:wrap;gap:6px;padding-bottom:6px;border-bottom:1px solid rgb(var(--border-rgb) / .36);font-size:10px}.motion-setting-row:last-child{border-bottom:0}.motion-setting-row>span{display:inline-flex;align-items:center;gap:4px;min-width:66px;color:rgb(var(--text-muted-rgb))}.motion-setting-row>span svg{color:rgb(var(--motion-rgb))}.motion-setting-row input[type=range]{min-width:80px;flex:1 1 80px;accent-color:rgb(var(--motion-rgb))}.motion-setting-row output{width:34px;color:rgb(var(--text-rgb));font-variant-numeric:tabular-nums;text-align:right}.motion-tracking-select{min-width:118px;flex:1 1 118px;height:30px;padding:0 26px 0 8px;border:1px solid rgb(var(--border-rgb) / .5);border-radius:7px;color:rgb(var(--text-rgb));background:rgb(var(--field-rgb));font-size:10px}.motion-tracking-select:disabled{cursor:not-allowed;opacity:.5}.motion-waypoint.has-tracking{border-style:double}.motion-tracking-status{width:100%;padding-left:72px;color:rgb(var(--text-dim-rgb));font-size:8px;line-height:13px}.motion-setting-hint{display:flex;justify-content:space-between;width:100%;padding-left:72px;color:rgb(var(--text-dim-rgb));font-size:8px}.motion-mini-segmented{flex:1;padding:2px;border:1px solid rgb(var(--border-rgb) / .42);border-radius:7px;background:rgb(var(--field-rgb) / .7)}.motion-mini-segmented button{flex:1;height:25px;border:0;border-radius:5px;color:rgb(var(--text-muted-rgb));background:transparent;font-size:10px}.motion-mini-segmented button[aria-pressed=true]{color:rgb(var(--motion-rgb));background:rgb(var(--motion-rgb) / .12)}.motion-global-timeline{display:grid;grid-template-columns:minmax(280px,1fr) minmax(360px,1.2fr);gap:14px;min-height:54px;padding:8px 12px;border-top:1px solid rgb(var(--border-rgb) / .5);background:rgb(var(--field-rgb) / .54)}.motion-global-scrubber,.motion-object-track,.motion-object-track-label,.motion-object-keyframes,.motion-object-record,.motion-object-delete{display:flex;align-items:center}.motion-global-scrubber{gap:8px}.motion-global-scrubber input{min-width:120px;flex:1;accent-color:rgb(var(--motion-rgb))}.motion-global-scrubber>span{width:34px;color:rgb(var(--text-muted-rgb));font-size:9px;font-variant-numeric:tabular-nums}.motion-global-scrubber>span:last-child{text-align:right}.motion-object-track{min-width:0;gap:7px}.motion-object-track-label{max-width:116px;gap:5px;overflow:hidden;color:rgb(var(--text-rgb));font-size:10px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.motion-object-track-label svg{flex:0 0 auto;color:#7dd3fc}.motion-object-track>small{overflow:hidden;color:rgb(var(--text-dim-rgb));font-size:9px;text-overflow:ellipsis;white-space:nowrap}.motion-object-keyframes{min-width:36px;max-width:150px;gap:4px;overflow-x:auto}.motion-object-keyframes button{display:grid;place-items:center;flex:0 0 auto;width:22px;height:22px;border:1px solid rgb(125 211 252 / .34);border-radius:6px;color:#7dd3fc;background:#7dd3fc12;font-size:9px}.motion-object-keyframes button.is-current{border-color:#7dd3fccc;background:#7dd3fc29;box-shadow:0 0 0 2px #7dd3fc14}.motion-object-record,.motion-object-delete{justify-content:center;gap:4px;height:27px;border:1px solid rgb(125 211 252 / .32);border-radius:7px;color:#7dd3fc;background:#7dd3fc12;font-size:9px;white-space:nowrap}.motion-object-record{margin-left:auto;padding:0 8px}.motion-object-delete{width:27px;padding:0;border-color:#f8717147;color:#fca5a5;background:#f871710f}.pilot-hud{position:absolute;top:0;right:0;bottom:0;left:0;z-index:32;pointer-events:none}.pilot-status{position:absolute;top:18px;left:50%;display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:0 11px;border:1px solid rgb(74 222 128 / .28);border-radius:999px;color:#86efac;background:#050f0cc2;box-shadow:0 8px 24px #00000047;font-size:11px;font-weight:680;transform:translate(-50%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pilot-status-dot{width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 10px currentColor}.pilot-crosshair{position:absolute;top:50%;left:50%;width:34px;height:34px;color:#ffffffe6;transform:translate(-50%,-50%);filter:drop-shadow(0 1px 2px rgb(0 0 0 / .8))}.pilot-crosshair.is-pointing{color:#f7b955}.pilot-crosshair.is-locked{color:#4ade80}.pilot-crosshair-line,.pilot-crosshair-center{position:absolute;display:block;background:currentColor}.pilot-crosshair-line.is-top,.pilot-crosshair-line.is-bottom{left:16px;width:2px;height:8px}.pilot-crosshair-line.is-top{top:0}.pilot-crosshair-line.is-bottom{bottom:0}.pilot-crosshair-line.is-left,.pilot-crosshair-line.is-right{top:16px;width:8px;height:2px}.pilot-crosshair-line.is-left{left:0}.pilot-crosshair-line.is-right{right:0}.pilot-crosshair-center{top:15px;left:15px;width:4px;height:4px;border-radius:50%}.pilot-target-name{position:absolute;top:43px;left:50%;display:inline-flex;align-items:center;gap:5px;width:max-content;max-width:220px;padding:6px 9px;border:1px solid currentColor;border-radius:7px;color:inherit;background:#000000ad;font-size:10px;font-weight:650;transform:translate(-50%)}.pilot-keyboard-help{position:absolute;right:calc(var(--right-sidebar-width) + 18px);bottom:22px;display:flex;gap:6px;padding:7px;border:1px solid rgb(255 255 255 / .12);border-radius:10px;color:#ffffffad;background:#00000094;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.director-shell.is-sidebars-collapsed .pilot-keyboard-help{right:18px}.pilot-keyboard-help>span{display:inline-flex;align-items:center;gap:4px;font-size:9px;white-space:nowrap}.pilot-keyboard-help kbd{min-width:24px;padding:3px 5px;border:1px solid rgb(255 255 255 / .18);border-bottom-color:#ffffff47;border-radius:5px;color:#fff;background:#ffffff17;font-family:inherit;font-size:9px;text-align:center}.pilot-hud-actions{position:absolute;bottom:22px;left:calc(var(--left-sidebar-width) + 18px);display:flex;gap:7px;pointer-events:auto}.director-shell.is-sidebars-collapsed .pilot-hud-actions{left:18px}.pilot-hud-actions button{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;padding:0 12px;border-radius:9px;font-size:11px;font-weight:650;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pilot-hud-secondary{border:1px solid rgb(255 255 255 / .16);color:#ffffffc2;background:#00000094}.pilot-hud-primary{border:1px solid rgb(245 166 91 / .54);color:#fff;background:#b7641ccc;box-shadow:0 7px 20px #0000003d}@media(max-width:1260px){.motion-studio{min-width:620px}.motion-studio-body{grid-template-columns:205px minmax(280px,1fr) 210px}.pilot-keyboard-help>span:nth-child(n+4){display:none}}@media(max-width:920px){.motion-studio{right:16px;left:16px;min-width:0}.motion-studio-body{grid-template-columns:190px minmax(260px,1fr)}.motion-settings-column{display:none}.motion-global-timeline{grid-template-columns:1fr}.pilot-keyboard-help{right:16px}.pilot-hud-actions{left:16px}}.director-shell{--motion-studio-width: 380px}.director-shell.is-motion-studio-open>.right-sidebar,.director-shell.is-camera-piloting>.left-sidebar,.director-shell.is-camera-piloting>.right-sidebar,.director-shell.is-camera-previewing>.left-sidebar,.director-shell.is-camera-previewing>.right-sidebar{display:none}.director-shell.is-motion-studio-open .viewport-toolbar{left:calc((100% + var(--left-sidebar-width) - var(--motion-studio-width)) / 2)}.director-shell.is-camera-piloting .pilot-keyboard-help,.director-shell.is-camera-previewing .pilot-keyboard-help{right:18px}.director-shell.is-camera-piloting .pilot-hud-actions,.director-shell.is-camera-previewing .pilot-hud-actions{left:18px}.motion-studio{top:0;right:0;bottom:0;left:auto;display:flex;width:var(--motion-studio-width);min-width:0;flex-direction:column;border-width:0 0 0 1px;border-radius:0;box-shadow:-18px 0 42px rgb(var(--overlay-rgb) / .2);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.director-shell.is-sidebars-collapsed .motion-studio{right:0;left:auto}.director-shell.is-camera-previewing .motion-studio,.motion-studio.is-piloting{display:none}.motion-studio-header{flex:0 0 auto;min-height:64px;padding:11px 12px 11px 14px}.motion-preview-panel{flex:0 0 auto;padding:12px;border-bottom:1px solid rgb(var(--border-rgb) / .46);background:rgb(var(--field-rgb) / .28)}.motion-block-heading{display:flex;align-items:baseline;justify-content:space-between;gap:8px;min-width:0;margin-bottom:9px}.motion-block-heading strong{color:rgb(var(--text-rgb));font-size:11px;line-height:16px}.motion-block-heading small{overflow:hidden;color:rgb(var(--text-dim-rgb));font-size:9px;line-height:14px;text-overflow:ellipsis;white-space:nowrap}.motion-preview-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.motion-preview-option{--preview-rgb: var(--motion-rgb);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:7px;min-height:58px;padding:8px 9px;border:1px solid rgb(var(--preview-rgb) / .24);border-radius:10px;color:rgb(var(--text-muted-rgb));text-align:left;background:rgb(var(--preview-rgb) / .055)}.motion-preview-option.is-camera{--preview-rgb: 96 165 250}.motion-preview-option>svg:first-child{color:rgb(var(--preview-rgb))}.motion-preview-option>svg:last-child{color:rgb(var(--preview-rgb) / .78)}.motion-preview-option>span{display:flex;min-width:0;flex-direction:column}.motion-preview-option strong{color:rgb(var(--text-rgb));font-size:11px;line-height:16px}.motion-preview-option small{overflow:hidden;color:rgb(var(--text-dim-rgb));font-size:8px;line-height:12px;text-overflow:ellipsis;white-space:nowrap}.motion-preview-option:hover,.motion-preview-option.is-active{border-color:rgb(var(--preview-rgb) / .62);color:rgb(var(--preview-rgb));background:rgb(var(--preview-rgb) / .12);box-shadow:0 0 0 2px rgb(var(--preview-rgb) / .06)}.motion-preview-option:disabled{opacity:.42;cursor:not-allowed}.motion-studio-body{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;overflow-x:hidden;overflow-y:auto}.motion-studio-primary-actions,.motion-route-column,.motion-settings-column{flex:0 0 auto;padding:12px;border-right:0;border-bottom:1px solid rgb(var(--border-rgb) / .44)}.motion-studio-primary-actions{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:8px}.motion-studio-primary-actions .motion-block-heading,.motion-studio-primary-actions .motion-add-current{grid-column:1 / -1}.motion-primary-button{min-width:0;min-height:54px}.motion-route-title{min-height:26px;margin-bottom:6px}.motion-waypoint-strip{display:flex;min-height:0;max-height:226px;padding:2px 2px 2px 0;flex-direction:column;align-items:stretch;gap:5px;overflow-x:hidden;overflow-y:auto}.motion-waypoint-wrap{position:relative;display:block;width:100%}.motion-waypoint-link{display:none}.motion-waypoint{display:grid;width:100%;height:40px;padding:0 10px;grid-template-columns:minmax(0,1fr) auto;place-items:center stretch;border-radius:9px}.motion-waypoint>span{justify-self:start;font-size:12px}.motion-waypoint>span:before{margin-right:5px;color:rgb(var(--text-dim-rgb));content:"轨迹点";font-size:9px;font-weight:520}.motion-waypoint>small{justify-self:end;font-size:9px}.motion-waypoint-add{width:100%;height:32px;margin:3px 0 0;border-radius:8px}.motion-selected-actions{flex-wrap:wrap;padding-top:9px}.motion-selected-actions>span{flex:1 1 100%;margin:0 0 2px}.motion-settings-column{display:flex;max-height:none;gap:7px;flex-direction:column;overflow:visible}.motion-settings-column .motion-block-heading{margin-bottom:1px}.motion-setting-row{min-height:42px}.motion-global-timeline{display:grid;min-height:94px;flex:0 0 auto;grid-template-columns:1fr;gap:8px;padding:9px 12px 11px}.motion-object-track{min-height:30px;flex-wrap:wrap}.motion-object-track>small{white-space:normal}.motion-object-record{margin-left:auto}.camera-preview-hud{position:absolute;top:18px;left:50%;z-index:36;display:flex;align-items:center;gap:8px;padding:7px;border:1px solid rgb(96 165 250 / .32);border-radius:12px;color:rgb(var(--text-rgb));background:#050c18d1;box-shadow:0 14px 38px #0000004d;transform:translate(-50%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.camera-preview-hud-status{display:flex;align-items:center;min-width:150px;gap:8px;padding:0 5px}.camera-preview-hud-status>svg{color:#60a5fa}.camera-preview-hud-status>span{display:flex;flex-direction:column}.camera-preview-hud-status strong{font-size:11px;line-height:15px}.camera-preview-hud-status small{color:rgb(var(--text-muted-rgb));font-size:9px;line-height:13px;font-variant-numeric:tabular-nums}.camera-preview-hud button{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:30px;padding:0 9px;border:1px solid rgb(255 255 255 / .14);border-radius:8px;color:#ffffffc7;background:#ffffff0f;font-size:10px}.camera-preview-hud button:hover{border-color:#60a5fa80;color:#bfdbfe;background:#60a5fa1f}@media(max-width:1100px){.director-shell{--motion-studio-width: 340px}.motion-preview-options{grid-template-columns:1fr}}@media(max-width:760px){.director-shell.is-motion-studio-open>.left-sidebar{display:none}.director-shell{--motion-studio-width: min(340px, 100%)}.director-shell.is-motion-studio-open .viewport-toolbar{left:50%}.camera-preview-hud-status{min-width:0}}@media(max-width:600px){.top-bar{grid-template-columns:minmax(0,1fr) auto;min-height:58px;padding:0 8px}.top-bar-title{display:none}.top-bar-left{gap:4px;overflow:hidden}.top-bar-home-nav-button,.director-desk-create-button,.top-bar-motion-button,.viewport-sensitivity-trigger{width:32px;min-width:32px;height:32px;justify-content:center;gap:0;padding:0;font-size:0}.top-bar-home-nav-button,.director-desk-switcher{margin-left:0}.director-desk-switcher{min-width:0;flex:1 1 auto;gap:4px}.director-desk-create-button{display:none}.director-desk-select{width:100%;min-width:0;max-width:96px;height:32px;padding-left:8px;font-size:11px}.top-bar-center{gap:3px}.mode-toggle-button.ui-segmented-item{height:32px;padding:0 6px;font-size:10px}.left-sidebar,.right-sidebar{display:none}.director-shell:not(.is-camera-piloting):not(.is-camera-previewing) .viewport-toolbar,.viewport-toolbar{bottom:160px;max-width:calc(100% - 16px);justify-content:flex-start;overflow-x:auto;overflow-y:hidden}}.object-motion-transport{--object-motion-accent-rgb: 125 211 252;position:absolute;left:50%;bottom:18px;z-index:38;color:rgb(var(--text-rgb));background:rgb(var(--panel-rgb) / .9);border:1px solid rgb(var(--border-rgb) / .52);box-shadow:0 12px 36px #0000004d;transform:translate(-50%);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);pointer-events:auto}.object-motion-transport button,.object-motion-transport input{font:inherit}.object-motion-transport button:focus-visible,.object-motion-transport input:focus-visible{outline:2px solid rgb(var(--object-motion-accent-rgb) / .82);outline-offset:2px}.object-motion-transport button:disabled{cursor:not-allowed;opacity:.42}.object-motion-transport--full{display:grid;left:calc((100% + var(--left-sidebar-width) - var(--right-sidebar-width)) / 2);grid-template-columns:minmax(152px,.58fr) minmax(290px,1.1fr) minmax(300px,1.35fr);align-items:center;gap:14px;width:min(1060px,calc(100% - var(--left-sidebar-width) - var(--right-sidebar-width) - 32px));min-height:68px;padding:9px 12px;border-radius:14px}.director-shell.is-motion-studio-open .object-motion-transport--full{left:calc((100% + var(--left-sidebar-width) - var(--motion-studio-width)) / 2);width:min(1060px,calc(100% - var(--left-sidebar-width) - var(--motion-studio-width) - 32px))}.director-shell.is-sidebars-collapsed .object-motion-transport--full{left:50%;width:min(1060px,calc(100% - 32px))}.director-shell:not(.is-camera-piloting):not(.is-camera-previewing) .viewport-toolbar{bottom:104px}.object-motion-transport--pilot{display:flex;align-items:center;gap:10px;min-height:42px;padding:5px 7px 5px 5px;border-color:#ffffff29;border-radius:999px;color:#fff;background:#05080cb8}.object-motion-transport__subject,.object-motion-transport__subject-copy,.object-motion-transport__player,.object-motion-transport__editor,.object-motion-transport__record,.object-motion-transport__delete,.object-motion-transport__shortcut{display:flex;align-items:center}.object-motion-transport__subject{min-width:0;gap:9px}.object-motion-transport__subject-icon{display:grid;place-items:center;flex:0 0 auto;width:34px;height:34px;border:1px solid rgb(var(--object-motion-accent-rgb) / .25);border-radius:9px;color:rgb(var(--object-motion-accent-rgb));background:rgb(var(--object-motion-accent-rgb) / .08)}.object-motion-transport__subject-copy{align-items:flex-start;flex-direction:column;min-width:0;gap:2px}.object-motion-transport__subject-copy small{color:rgb(var(--text-dim-rgb));font-size:9px;line-height:12px}.object-motion-transport__subject-copy strong{display:block;max-width:142px;overflow:hidden;color:rgb(var(--text-rgb));font-size:11px;font-weight:650;line-height:16px;text-overflow:ellipsis;white-space:nowrap}.object-motion-transport__player{min-width:0;gap:7px}.object-motion-transport__icon-button,.object-motion-transport__play{display:grid;place-items:center;flex:0 0 auto;border:0;padding:0;cursor:pointer}.object-motion-transport__icon-button{width:28px;height:28px;border-radius:7px;color:rgb(var(--text-muted-rgb));background:transparent}.object-motion-transport__icon-button:hover{color:rgb(var(--text-rgb));background:rgb(var(--surface-hover-rgb) / .72)}.object-motion-transport__play{width:34px;height:34px;border-radius:50%;color:#07131b;background:rgb(var(--object-motion-accent-rgb));box-shadow:0 0 0 3px rgb(var(--object-motion-accent-rgb) / .1)}.object-motion-transport__play:hover{background:#bae6fd}.object-motion-transport__play svg[data-lucide=play]{transform:translate(1px)}.object-motion-transport__play--compact{width:32px;height:32px}.object-motion-transport__time,.object-motion-transport__duration,.object-motion-transport__compact-time{color:rgb(var(--text-muted-rgb));font-size:10px;font-variant-numeric:tabular-nums;white-space:nowrap}.object-motion-transport__duration-control{display:inline-flex;align-items:center;flex:0 0 auto;gap:4px;color:rgb(var(--text-muted-rgb));font-size:9px;white-space:nowrap}.object-motion-transport__duration-control input{width:50px;height:26px;padding:0 4px;border:1px solid rgb(var(--border-rgb) / .52);border-radius:7px;color:rgb(var(--text-rgb));background:rgb(var(--field-rgb) / .9);font-size:10px;font-variant-numeric:tabular-nums;text-align:center}.object-motion-transport__time{min-width:38px;color:rgb(var(--text-rgb));text-align:right}.object-motion-transport__duration{min-width:38px}.object-motion-transport__compact-time{min-width:44px;color:#ffffffeb}.object-motion-transport__scrubber{min-width:92px;flex:1 1 130px;height:22px;margin:0;accent-color:rgb(var(--object-motion-accent-rgb));cursor:pointer}.object-motion-transport__editor{min-width:0;gap:7px}.object-motion-transport__record,.object-motion-transport__delete{justify-content:center;flex:0 0 auto;gap:5px;height:30px;border-radius:8px;padding:0 9px;cursor:pointer;white-space:nowrap}.object-motion-transport__record{border:1px solid rgb(var(--object-motion-accent-rgb) / .34);color:rgb(var(--object-motion-accent-rgb));background:rgb(var(--object-motion-accent-rgb) / .08);font-size:10px;font-weight:620}.object-motion-transport__record:hover:not(:disabled){border-color:rgb(var(--object-motion-accent-rgb) / .55);background:rgb(var(--object-motion-accent-rgb) / .14)}.object-motion-transport__keyframes{display:flex;align-items:center;min-width:54px;max-width:142px;flex:1 1 auto;gap:4px;padding:2px;overflow-x:auto;scrollbar-width:thin}.object-motion-transport__keyframes>small{overflow:hidden;color:rgb(var(--text-dim-rgb));font-size:9px;text-overflow:ellipsis;white-space:nowrap}.object-motion-transport__keyframes button{display:grid;place-items:center;flex:0 0 auto;width:25px;height:25px;border:1px solid rgb(var(--object-motion-accent-rgb) / .28);border-radius:7px;padding:0;color:rgb(var(--object-motion-accent-rgb));background:rgb(var(--object-motion-accent-rgb) / .05);font-size:9px;cursor:pointer}.object-motion-transport__keyframes button:hover,.object-motion-transport__keyframes button.is-current{border-color:rgb(var(--object-motion-accent-rgb) / .75);color:#e0f2fe;background:rgb(var(--object-motion-accent-rgb) / .18)}.object-motion-transport__keyframes button.is-current{box-shadow:0 0 0 2px rgb(var(--object-motion-accent-rgb) / .1)}.object-motion-transport__delete{border:1px solid rgb(248 113 113 / .25);color:#fca5a5;background:#f871710f;font-size:9px}.object-motion-transport__delete:hover:not(:disabled){border-color:#f8717175;background:#f871711f}.object-motion-transport__route-hint{min-width:0;color:rgb(var(--text-dim-rgb));font-size:10px;line-height:15px}.object-motion-transport__shortcut{gap:5px;padding-right:3px;color:#ffffff9e;font-size:9px;white-space:nowrap}.object-motion-transport__shortcut kbd{min-width:28px;padding:3px 6px;border:1px solid rgb(255 255 255 / .2);border-bottom-color:#ffffff52;border-radius:6px;color:#fff;background:#ffffff14;font-family:inherit;font-size:9px;text-align:center}@media(max-width:1400px){.object-motion-transport--full{grid-template-columns:minmax(138px,.55fr) minmax(300px,1fr)}.object-motion-transport__editor{grid-column:1 / -1;justify-content:center;padding-top:7px;border-top:1px solid rgb(var(--border-rgb) / .32)}}@media(max-width:860px){.object-motion-transport--full{left:calc((100% + min(196px,28vw))/2);grid-template-columns:1fr;width:calc(100% - min(196px,28vw) - 20px)}.director-shell.is-motion-studio-open .object-motion-transport--full{left:calc((100% + var(--left-sidebar-width) - var(--motion-studio-width)) / 2);width:calc(100% - var(--left-sidebar-width) - var(--motion-studio-width) - 20px)}.director-shell.is-sidebars-collapsed .object-motion-transport--full{left:50%;width:calc(100% - 20px)}.object-motion-transport__subject{display:none}.object-motion-transport__editor{grid-column:auto}.object-motion-transport__delete span{display:none}}@media(max-width:760px){.director-shell.is-motion-studio-open .object-motion-transport--full{left:calc((100% - var(--motion-studio-width)) / 2);width:calc(100% - var(--motion-studio-width) - 20px)}.object-motion-transport--pilot{bottom:70px}.director-shell.is-camera-piloting .pilot-hud-actions{right:auto;bottom:18px;left:50%;justify-content:space-between;width:calc(100% - 36px);transform:translate(-50%)}}@media(max-width:600px){.director-shell:not(.is-camera-piloting):not(.is-camera-previewing) .viewport-toolbar{bottom:160px}.object-motion-transport--full,.director-shell.is-motion-studio-open .object-motion-transport--full,.director-shell.is-sidebars-collapsed .object-motion-transport--full{left:50%;width:calc(100% - 16px)}.object-motion-transport__editor{justify-content:flex-start;overflow-x:auto}}
