@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,system-ui,sans-serif;color:#d9dce3;background:#090c10;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:1100px;background:#090c10}button,input,textarea{font:inherit}.spiritApp{height:100vh;display:grid;grid-template-columns:220px minmax(600px,1fr) 330px;grid-template-rows:62px 1fr;overflow:hidden;background:radial-gradient(circle at 50% 0,#17102a55,transparent 28%),#090c10}.appHeader{grid-column:1/-1;display:grid;grid-template-columns:220px 1fr 330px;align-items:center;border-bottom:1px solid #232831;background:#0b0e12;padding:0 16px;z-index:2}.appBrand{display:flex;align-items:center;gap:10px}.appLogo{width:32px;height:32px;display:grid;place-items:center;border-radius:6px;background:linear-gradient(145deg,#7c3fe4,#49228c);color:#fff;box-shadow:0 0 18px #743dd544}.appBrand div{display:flex;flex-direction:column}.appBrand strong{font-size:17px;color:#f4f2f8}.appBrand small{font-size:10px;color:#858b96;margin-top:2px}.flowSteps{display:flex;align-items:center;justify-content:center;gap:14px;color:#737985;font-size:12px}.flowSteps span{display:flex;align-items:center;gap:7px}.flowSteps b{width:25px;height:25px;display:grid;place-items:center;border:1px solid #363c45;border-radius:50%;color:#aeb3bc;font-size:11px}.flowSteps .current{color:#eee}.flowSteps .current b{border-color:#8752eb;background:#7040d5;color:#fff}.libraryBtn{justify-self:end;display:flex;align-items:center;gap:7px;border:1px solid #252b34;border-radius:6px;background:#11151a;color:#cbd0d7;padding:9px 13px;font-size:11px}.sideNav{grid-row:2;overflow:auto;border-right:1px solid #222730;background:#0d1116;padding:12px 10px;display:flex;flex-direction:column;gap:12px}.importBtn,.runAnalysis,.createClip>button,.exportAll{border:0;border-radius:5px;background:linear-gradient(90deg,#6e36ca,#8145e5);color:#fff;font-weight:600;padding:11px;display:flex;gap:7px;align-items:center;justify-content:center;cursor:pointer}.sideNav nav{display:flex;flex-direction:column;gap:3px}.sideNav nav button{border:0;background:transparent;color:#aeb4bd;padding:9px 11px;border-radius:5px;display:flex;align-items:center;gap:10px;text-align:left;font-size:12px}.sideNav nav button.active{background:#292e35;color:#fff}.focusCard,.videoInfo,.privacyTip{border:1px solid #2a3039;border-radius:7px;background:#10151a;padding:11px}.focusCard>div{display:flex;justify-content:space-between;margin-bottom:10px;font-size:11px}.focusCard>div button{border:0;background:0;color:#b689ff;font-size:10px}.focusCard label{display:block;font-size:10px;color:#aeb4bd;margin:7px 0}.focusCard input{accent-color:#7c45df}.videoInfo{display:flex;flex-direction:column;gap:7px;font-size:10px;color:#949ba5}.videoInfo strong{color:#e0e3e8;margin-bottom:3px}.privacyTip{margin-top:auto;background:linear-gradient(145deg,#241b3b,#171325);border-color:#604295;color:#b99cf0}.privacyTip strong{font-size:11px;margin-left:7px}.privacyTip p{font-size:9px;line-height:1.45;color:#a9a0b8;margin:8px 0 0}.editorMain{grid-column:2;grid-row:2;overflow:auto;padding:12px;background:#0a0d11}.rightRail{grid-column:3;grid-row:2;overflow:auto;border-left:1px solid #252b34;background:#0c1014}.cinemaUpload{height:100%;min-height:540px;border:1px dashed #3a414d;border-radius:8px;background:radial-gradient(circle at 50% 45%,#291b4744,transparent 34%),#0e1217;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer}.cinemaUpload.dragging{border-color:#8e58eb;background:#1b1428}.cinemaUpload>span{width:65px;height:65px;border-radius:50%;display:grid;place-items:center;background:#211635;color:#a875ff}.cinemaUpload h1{font-size:21px;margin:16px 0 7px;color:#f0f1f4}.cinemaUpload p{font-size:12px;color:#8d939e}.cinemaUpload button{display:flex;align-items:center;gap:7px;border:0;border-radius:5px;background:#713bd0;color:#fff;padding:10px 17px;margin:12px}.cinemaUpload small{color:#666d78;font-size:9px}.playerPanel,.wavePanel,.analysisControls,.momentTable{border:1px solid #252b34;border-radius:7px;background:#101419}.playerPanel{overflow:hidden}.playerPanel video{display:block;width:100%;height:min(43vh,430px);object-fit:contain;background:#050608}.playerMeta{height:46px;display:flex;align-items:center;gap:12px;padding:0 14px;color:#a9afb9;font-size:11px}.playerMeta button{border:0;background:transparent;color:#d7dae0}.miniProgress{height:4px;background:#292e36;border-radius:3px;flex:1}.miniProgress i{height:100%;display:block;background:#7841de}.wavePanel{height:103px;margin-top:8px;padding:15px 13px;position:relative}.waveBars{height:50px;display:flex;align-items:center;gap:2px}.waveBars i{flex:1;background:#69717e;border-radius:2px;opacity:.82}.marker{position:absolute;top:7px;width:21px;height:21px;border-radius:50%;display:grid;place-items:center;color:#fff}.marker:after{content:"";width:1px;height:52px;background:currentColor;position:absolute;top:19px}.marker1{left:9%;background:#8248df}.marker2{left:42%;background:#397ed6}.marker3{left:72%;background:#45a657}.timeTicks{display:flex;justify-content:space-between;color:#747b86;font-size:9px}.analysisControls{margin-top:8px;padding:12px;display:grid;grid-template-columns:190px 1fr 225px 180px;gap:10px;align-items:center}.analysisControls>div:first-child{display:flex;flex-direction:column;gap:4px}.analysisControls strong{font-size:12px}.analysisControls small{font-size:8px;color:#858c97;line-height:1.35}.analysisControls textarea{height:38px;resize:none;background:#0b0e12;border:1px solid #303641;border-radius:5px;color:#cfd3d9;padding:7px;font-size:9px}.lengthTabs{display:flex}.lengthTabs button{flex:1;border:1px solid #303641;background:#101419;color:#8e959f;padding:7px 5px;font-size:9px}.lengthTabs button.active{background:#29203d;color:#bf9aff;border-color:#6f48a8}.runAnalysis{font-size:10px}.runAnalysis:disabled{opacity:.65}.spinner{width:13px;height:13px;border:2px solid #ffffff44;border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.editorStatus{margin-top:8px;border:1px solid #413266;background:#211936;color:#c9b5ec;border-radius:5px;padding:9px;font-size:10px}.momentStats{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin:8px 0}.momentStats>div{display:flex;align-items:center;gap:9px;border:1px solid #282e37;border-radius:6px;background:#11161b;padding:11px}.momentStats span{display:flex;flex-direction:column}.momentStats strong{font-size:9px}.momentStats small{font-size:11px;font-weight:700}.violet{color:#a875ff}.blue{color:#579cff}.green{color:#65cc75}.gold{color:#f3bd42}.pink{color:#ef5f92}.momentTable{overflow:hidden}.momentTable>header,.momentRow{display:grid;grid-template-columns:24px 46px minmax(180px,1fr) 92px 67px 29px 29px 16px;gap:8px;align-items:center}.momentTable>header{grid-template-columns:1fr 92px 67px;padding:11px 12px;border-bottom:1px solid #292f38;font-size:10px}.momentTable>header span{color:#7d8490}.momentRow{padding:8px 10px;border-bottom:1px solid #222831;font-size:9px;color:#aeb4bd}.momentRow:hover{background:#191d27}.momentType{color:#a875ff}.momentCopy{display:flex;flex-direction:column;min-width:0}.momentCopy strong{color:#a875ff;font-size:10px;text-transform:capitalize}.momentCopy small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#777f8b}.momentRow>b{color:#75d382}.momentRow button{width:25px;height:25px;display:grid;place-items:center;background:#272d35;border:1px solid #363d47;border-radius:4px;color:#d9dde3}.emptyMoments{display:flex;align-items:center;justify-content:center;gap:12px;padding:28px;color:#7e53c9}.emptyMoments span{display:flex;flex-direction:column;gap:5px}.emptyMoments strong{font-size:11px}.emptyMoments small{font-size:9px;color:#777e89}.rightRail>header,.clipQueue>header{height:45px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid #282e37;font-size:11px}.rightRail>header button{display:flex;align-items:center;gap:5px;background:#151a20;border:1px solid #303641;border-radius:5px;color:#aeb4bd;padding:7px 9px;font-size:9px}.detectedList{max-height:43vh;overflow:auto;padding:7px}.detectedList>button{width:100%;display:grid;grid-template-columns:25px 1fr 34px;gap:6px;text-align:left;border:0;border-bottom:1px solid #252a32;background:#11151a;color:#cdd1d7;padding:8px}.detectedList>button:hover{background:#1b2028}.momentOrb{color:#a875ff}.detectedList strong{font-size:9px}.detectedList em{color:#a875ff;font-style:normal}.detectedList p{font-size:8px;color:#a0a6af;margin:4px 0;line-height:1.35}.detectedList small{font-size:7px;color:#737b87}.detectedList b{font-size:9px;color:#73d17d}.railEmpty{text-align:center;padding:33px 20px;color:#8250d5}.railEmpty strong{display:block;font-size:11px;margin:9px}.railEmpty p{font-size:9px;color:#777f8b;line-height:1.5}.createClip{border-top:1px solid #282e37;border-bottom:1px solid #282e37;padding:12px}.createClip>strong{font-size:11px}.clipTimes{display:grid;grid-template-columns:1fr 1fr;gap:7px}.createClip label{display:block;color:#8d949e;font-size:8px;margin-top:8px}.createClip input,.createClip select{width:100%;background:#101419;border:1px solid #303641;color:#cfd3d9;border-radius:4px;padding:7px;margin-top:4px;font-size:9px}.createClip select{width:100%;margin-top:4px}.libraryOverlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#05070bc9;display:grid;place-items:center;padding:24px}.libraryOverlay>section{width:min(620px,92vw);max-height:72vh;overflow:auto;background:#11161d;border:1px solid #303744;border-radius:12px;box-shadow:0 25px 80px #000;padding:14px}.libraryOverlay header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #292f38;padding:4px 4px 12px}.libraryOverlay header div{display:flex;flex-direction:column}.libraryOverlay header strong{font-size:15px}.libraryOverlay header small,.libraryOverlay p{color:#838b97;font-size:10px}.libraryOverlay header button{border:0;background:transparent;color:#b9bec6;font-size:24px}.projectRow{width:100%;display:grid;grid-template-columns:36px 1fr 20px;gap:10px;align-items:center;text-align:left;background:#151b23;color:#d8dce2;border:1px solid #282f39;border-radius:7px;padding:10px;margin-top:8px}.projectRow>span{width:34px;height:34px;border-radius:6px;display:grid;place-items:center;background:#2b1b49;color:#a875ff}.projectRow div{display:flex;flex-direction:column;gap:3px}.projectRow small{font-size:8px;color:#7f8793}.createClip .checkLine{display:flex;align-items:center;gap:5px}.createClip .checkLine input{width:auto;margin:0;accent-color:#7540d8}.createClip>button{width:100%;margin-top:9px;font-size:10px}.clipQueue>div{display:grid;grid-template-columns:32px 1fr 25px;gap:7px;align-items:center;margin:6px 10px;padding:7px;background:#151a20;border-radius:4px}.clipQueue>div>span{width:31px;height:25px;display:grid;place-items:center;background:#24193a;color:#a875ff}.clipQueue p{display:flex;flex-direction:column;margin:0}.clipQueue p strong{font-size:9px;text-transform:capitalize}.clipQueue p small{font-size:8px;color:#777e89}.clipQueue>div button{border:0;background:transparent;color:#bdc1c8}.clipQueue .exportAll{margin:9px;width:calc(100% - 18px);font-size:10px}.exportAll:disabled{opacity:.4}.agentPanel{border-bottom:1px solid #282e37;padding:11px;background:linear-gradient(145deg,#12121a,#171126)}.agentPanel>header{display:flex;align-items:center;gap:8px}.agentPanel>header>span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#7040d5;color:#fff}.agentPanel>header div{display:flex;flex-direction:column}.agentPanel>header strong{font-size:11px}.agentPanel>header small{font-size:7px;color:#8d84a2}.agentPanel>p{font-size:8px;line-height:1.45;color:#aaa2b8;margin:8px 0}.agentCommand{display:grid;grid-template-columns:1fr 30px}.agentCommand input{min-width:0;background:#0c0e13;border:1px solid #3a304c;border-radius:5px 0 0 5px;color:#ddd6e9;padding:8px;font-size:8px}.agentCommand button{border:0;border-radius:0 5px 5px 0;background:#7240d4;color:#fff}.agentHistory{display:flex;flex-direction:column;gap:5px;margin-top:9px}.agentHistory>strong{font-size:7px;letter-spacing:.12em;color:#7d748d}.agentHistory span{display:flex;align-items:center;gap:5px;font-size:8px;color:#aeb4bd}.agentHistory span svg{color:#65cc75}.agentHistory button{border:0;background:transparent;color:#a875ff;text-align:left;padding:0;font-size:7px}.engineBadge{display:flex;align-items:center;gap:8px;border:1px solid #2a3039;border-radius:7px;background:#10151a;padding:9px}.engineBadge>span{width:8px;height:8px;border-radius:50%;background:#d06767;box-shadow:0 0 8px #d0676766}.engineBadge.online>span{background:#62c779;box-shadow:0 0 8px #62c77988}.engineBadge div{display:flex;flex-direction:column;gap:2px}.engineBadge strong{font-size:9px}.engineBadge small{font-size:7px;color:#7e8691}.pipelineProgress{border:1px solid #2e3540;border-radius:6px;background:#10151b;margin-top:8px;padding:10px}.pipelineProgress header,.pipelineProgress>div{display:flex;justify-content:space-between;align-items:center}.pipelineProgress header{border-bottom:1px solid #282e37;padding-bottom:7px;margin-bottom:4px}.pipelineProgress header strong{font-size:10px}.pipelineProgress header b{font-size:8px;color:#9c70e7}.pipelineProgress>div{font-size:8px;color:#8f97a2;padding:4px 0}.pipelineProgress>div strong{color:#69c77c}.pipelineProgress>button{width:100%;border:0;border-radius:4px;background:#7040d5;color:#fff;padding:7px;margin-top:6px;font-size:8px}.transcriptPanel{margin-top:8px;border:1px solid #292f38;border-radius:6px;background:#101419;overflow:hidden}.transcriptPanel>header{display:flex;justify-content:space-between;padding:10px 12px;border-bottom:1px solid #292f38}.transcriptPanel>header strong{font-size:10px}.transcriptPanel>header small{font-size:8px;color:#7d8490}.transcriptPanel>button{width:100%;display:grid;grid-template-columns:48px 54px 1fr;gap:8px;align-items:start;text-align:left;border:0;border-bottom:1px solid #222831;background:transparent;color:#b7bdc6;padding:8px 11px;font-size:9px}.transcriptPanel>button:hover{background:#181d24}.transcriptPanel time{color:#747c87}.transcriptPanel b{font-size:8px;text-transform:uppercase;color:#9b74e8;cursor:pointer}.transcriptPanel b.sitter{color:#5ba3ef}.transcriptPanel span{line-height:1.45}.pipelineProgress.ready{border-color:#3a8a55;background:linear-gradient(135deg,#102019,#10151b)}.pipelineProgress.ready header strong,.pipelineProgress.ready header b{color:#72dc8b}.stageExplain{margin:7px 0;padding:8px;border-radius:5px;background:#201638;color:#cdb9ef;font-size:9px;line-height:1.45}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1250px){.spiritApp{grid-template-columns:190px minmax(560px,1fr) 285px}.appHeader{grid-template-columns:190px 1fr 285px}.analysisControls{grid-template-columns:1fr 1fr}.sideNav{font-size:90%}}
