:root{color-scheme:dark;--bg:#141516;--panel:#202224;--surface:#292c2f;--surface-raised:#31353a;--line:#41464b;--text:#f4f6f7;--muted:#aeb5bb;--primary:#d52b2f;--red:#d52b2f;--green:#20a464;--blue:#2f7de1;--mint:#20a464;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--bg);min-height:100vh}a{color:inherit;text-decoration:none}button,input{font:inherit}.shell{width:min(1160px,calc(100% - 40px));margin-inline:auto}.nav{height:86px;justify-content:space-between}.brand,.nav{display:flex;align-items:center}.brand{gap:10px;font-size:1.25rem;font-weight:800}.heroActions,.navActions{display:flex;align-items:center;gap:12px}.button,.ghostButton,.linkButton{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;border:0;border-radius:16px;padding:0 22px;cursor:pointer}.button{color:#fff;background:var(--red);box-shadow:0 10px 30px rgba(213,43,47,.22);font-weight:750}.button:disabled{opacity:.55;cursor:wait}.button.compact{min-height:42px;padding-inline:17px}.ghostButton{border:1px solid var(--line);background:#25282b}.linkButton{padding-inline:10px}.hero{min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;grid-gap:72px;gap:72px}.eyebrow,.hero{align-items:center}.eyebrow{display:inline-flex;gap:8px;color:#b4d1f5;font-size:.8rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.hero h1{font-size:clamp(3rem,5.6vw,5.35rem);line-height:.98;letter-spacing:-.055em;margin:20px 0 24px}.hero p,.pricing>div>p,.section>p{color:var(--muted);font-size:1.15rem;line-height:1.7}.hero small{display:block;color:var(--muted);margin-top:18px}.authCard,.emptyState,.glass,.metrics article,.previewCard,.priceCard{border:1px solid var(--line);background:var(--panel);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 28px 80px rgba(0,0,0,.25)}.previewCard{border-radius:28px;padding:22px;transform:rotate(1.2deg)}.previewTop{display:flex;justify-content:space-between;color:var(--muted);font-size:.86rem}.previewTop strong{color:var(--mint)}.progress{height:7px;background:#303438;border-radius:10px;margin:14px 0 18px;overflow:hidden}.progress i{display:block;width:72%;height:100%;background:var(--green)}.videoMock{aspect-ratio:16/10;border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#25282b;color:#c6dcf7;position:relative}.videoMock b{position:absolute;right:12px;bottom:12px;padding:5px 8px;border-radius:7px;background:#111314}.candidate{margin-top:14px;padding:14px;display:flex;justify-content:space-between;align-items:center;border-radius:14px;background:#292c2f}.candidate div{display:flex;flex-direction:column;gap:4px}.candidate span{color:var(--muted);font-size:.8rem}.candidate .score{display:grid;place-items:center;width:42px;aspect-ratio:1;border-radius:50%;color:#08231c;background:var(--mint);font-weight:900}.section{padding:100px 0;text-align:center}.pricing h2,.section h2{font-size:clamp(2rem,4vw,3.5rem);letter-spacing:-.04em;margin:18px 0 50px}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;text-align:left}.glass{border-radius:24px;padding:28px;position:relative}.glass>svg{color:var(--mint)}.glass h3{font-size:1.3rem;margin:26px 0 10px}.glass p{color:var(--muted);line-height:1.6;margin:0}.stepNumber{position:absolute;right:24px;top:22px;color:rgba(255,255,255,.25);font-weight:900}.pricing{display:grid;grid-template-columns:1fr 420px;grid-gap:70px;gap:70px;align-items:center;padding:90px 0 120px}.pricing h2{margin-bottom:20px}.priceCard{border-radius:28px;padding:32px}.priceCard>span{color:var(--mint);font-weight:800}.priceCard h3{font-size:3rem;margin:14px 0}.priceCard h3 small{font-size:.9rem;color:var(--muted)}.priceCard ul{list-style:none;padding:0;display:grid;grid-gap:13px;gap:13px;color:var(--muted)}.priceCard li{display:flex;gap:10px;align-items:center}.priceCard li svg{color:var(--mint)}.priceCard .button{width:100%;margin-top:18px}.footer{min-height:90px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:.85rem}.authPage{min-height:100vh;display:grid;place-items:center;padding:28px}.authCard{width:min(480px,100%);border-radius:28px;padding:36px;display:grid;grid-gap:30px;gap:30px}.authCard h1{font-size:2.4rem;margin:12px 0 8px;letter-spacing:-.04em}.authCard p{color:var(--muted);line-height:1.5;margin:0}.authCard p a{color:#b4d1f5}.authForm{display:grid;grid-gap:17px;gap:17px}.authForm label{display:grid;grid-gap:8px;gap:8px;font-size:.88rem;font-weight:700}.authForm input:not([type=checkbox]){min-height:49px;width:100%;color:var(--text);background:#181a1c;border:1px solid var(--line);border-radius:13px;padding:0 14px;outline:none}.authForm input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(47,125,225,.24)}.authForm .check{grid-template-columns:auto 1fr;align-items:flex-start;color:var(--muted);font-weight:500;line-height:1.5}.check input{margin-top:4px}.formError{padding:11px 13px;border:1px solid rgba(255,105,125,.35);border-radius:12px;color:#ef9b9e!important;background:rgba(130,20,40,.16)}.centered{text-align:center;justify-items:center}.centered>svg{color:var(--mint)}.dashboard{min-height:100vh;display:grid;grid-template-columns:240px 1fr;background:#1a1c1e}.dashboard aside{padding:27px 20px;border-right:1px solid var(--line);background:#202224}.dashboard aside nav{display:grid;grid-gap:7px;gap:7px;margin-top:45px}.dashboard aside nav a{padding:11px 14px;color:var(--muted);border-radius:11px}.dashboard aside nav a.active{color:#fff;background:rgba(47,125,225,.2)}.dashContent{padding:42px;max-width:1300px;width:100%}.dashContent header{display:flex;justify-content:space-between;align-items:center}.dashContent h1{font-size:2.3rem;margin:8px 0}.dashContent header p{color:var(--muted)}.metrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin:32px 0}.metrics article{border-radius:19px;padding:20px;display:grid;grid-template-columns:auto 1fr;grid-gap:8px 12px;gap:8px 12px}.metrics svg{color:var(--mint)}.metrics span{color:var(--muted)}.metrics strong{grid-column:1/-1;font-size:2rem}.metrics small{grid-column:1/-1;color:var(--muted)}.emptyState{min-height:350px;border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.emptyState>div{display:grid;place-items:center;width:62px;aspect-ratio:1;border-radius:20px;background:rgba(47,125,225,.18);color:#b4d1f5}.emptyState h2{margin:20px 0 8px}.emptyState p,.emptyState small{color:var(--muted)}.emptyState .button{margin:18px 0 10px}@media (max-width:850px){.hero{grid-template-columns:1fr;padding:70px 0;gap:50px}.previewCard{transform:none}.dashboard,.metrics,.pricing,.steps{grid-template-columns:1fr}.dashboard aside{display:none}.dashContent{padding:24px}.dashContent header{align-items:flex-start;gap:20px}.dashContent header .button{font-size:0;width:48px;padding:0}.dashContent header .button svg{margin:0}.footer{flex-direction:column;justify-content:center;gap:8px;text-align:center}}@media (max-width:520px){.shell{width:min(100% - 24px,1160px)}.navActions .linkButton{display:none}.hero{min-height:auto}.hero h1{font-size:2.85rem}.heroActions{align-items:stretch;flex-direction:column}.steps{gap:12px}.pricing{padding-top:50px}.authCard{padding:25px}.dashContent header h1{font-size:1.9rem}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}@supports not ((-webkit-backdrop-filter:blur(2px)) or (backdrop-filter:blur(2px))){.authCard,.emptyState,.glass,.metrics article,.previewCard,.priceCard{background:#2b2e31}}.workspacePage{min-height:100vh;padding-bottom:80px}.workspaceNav{height:76px;width:min(1180px,calc(100% - 36px));margin:auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.workspaceNav>a:last-child{color:var(--muted);font-size:.9rem}.analysisLayout{width:min(1180px,calc(100% - 36px));margin:36px auto;display:grid;grid-template-columns:minmax(0,1fr) 300px;grid-gap:22px;gap:22px;align-items:flex-start}.glassPanel{border:1px solid var(--line);background:var(--panel);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:24px;box-shadow:0 24px 60px rgba(0,0,0,.2)}.analysisForm{padding:32px;display:grid;grid-gap:22px;gap:22px}.analysisForm h1{font-size:2.4rem;margin:8px 0;letter-spacing:-.04em}.analysisForm>div>p,.analysisStatus p{color:var(--muted)}.analysisForm fieldset label,.analysisForm>label,.formRow label{display:grid;grid-gap:8px;gap:8px;font-size:.88rem;font-weight:700}.analysisForm input:not([type=checkbox]):not([type=file]),.analysisForm select,.analysisForm textarea{width:100%;color:var(--text);background:#181a1c;border:1px solid var(--line);border-radius:12px;padding:12px 13px;outline:none}.analysisForm textarea{resize:vertical}.analysisForm input:focus,.analysisForm select:focus,.analysisForm textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(47,125,225,.2)}.analysisForm fieldset{border:0;padding:0;margin:0}.analysisForm legend{font-weight:750;margin-bottom:12px}.categoryGrid{display:flex;flex-wrap:wrap;gap:8px}.categoryGrid .category{display:block;padding:9px 12px;border:1px solid var(--line);border-radius:999px;color:var(--muted);cursor:pointer;font-size:.78rem}.category input{position:absolute;opacity:0;pointer-events:none}.categoryGrid .category.active{color:#fff;border-color:rgba(47,125,225,.7);background:rgba(47,125,225,.24)}.formRow{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.filePicker{min-height:120px;border:1px dashed rgba(47,125,225,.6);border-radius:18px;background:rgba(47,125,225,.12);display:flex!important;flex-direction:row;align-items:center;justify-content:center;padding:22px;cursor:pointer}.filePicker.dragging{border-color:#20a464;background:#20a4641f;box-shadow:inset 0 0 0 2px #20a46455}.filePicker input{position:absolute;width:1px;height:1px;opacity:0}.filePicker>svg{color:#9bc4f3;width:34px;height:34px}.filePicker span{display:grid;grid-gap:4px;gap:4px}.filePicker small{color:var(--muted);font-weight:500}.analysisStatus{padding:24px;display:grid;grid-gap:12px;gap:12px;position:-webkit-sticky;position:sticky;top:20px;text-align:center;justify-items:center}.analysisStatus h2{justify-self:start;margin:0 0 10px}.largeProgress{width:100%;height:9px;border-radius:10px;overflow:hidden;background:#34383c}.largeProgress i{display:block;height:100%;background:var(--green);transition:width .25s ease}.analysisStatus>strong{font-size:2.4rem}.analysisStatus>span{color:#b4d1f5;text-transform:capitalize}.analysisStatus .liveJobProgress,.analysisStatus .processingNotice{width:100%;box-sizing:border-box;text-align:left}.analysisProcessingAnimation{width:82px;height:82px;margin:-4px auto 0}.analysisProcessingAnimation svg{width:27px;height:27px}.analysisProcessingNotice{border-radius:10px}.successIcon{color:var(--mint)}.errorIcon{color:#e05256}.candidateResults{grid-column:1/-1}.candidateResults>h2{margin:12px 0 18px}.candidateResults>div{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px}.clipResult{display:grid;grid-template-columns:auto 1fr auto;grid-gap:16px;gap:16px;align-items:flex-start;padding:20px;border:1px solid var(--line);border-radius:18px;background:var(--panel)}.clipResult>svg{color:#9bc4f3}.clipResult small,.clipResult span{color:var(--muted);font-size:.78rem}.clipResult h3{margin:5px 0}.clipResult p{color:var(--muted);line-height:1.5;margin:6px 0}.clipResult>b{display:grid;place-items:center;width:44px;aspect-ratio:1;border-radius:50%;color:#08231c;background:var(--mint)}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.candidateActions{display:flex;gap:8px;flex-wrap:wrap}.exportButton{margin-top:14px;min-height:40px;padding:0 14px;font-size:.82rem}.exportButton svg{width:17px}@media (max-width:850px){.analysisLayout{grid-template-columns:1fr}.analysisStatus{position:static;grid-row:2}.candidateResults{grid-column:1}.candidateResults>div{grid-template-columns:1fr}}@media (max-width:560px){.analysisLayout,.workspaceNav{width:calc(100% - 22px)}.analysisForm{padding:21px}.analysisForm h1{font-size:2rem}.formRow{grid-template-columns:1fr}.filePicker{align-items:flex-start}.clipResult{grid-template-columns:auto 1fr}.clipResult>b{grid-column:2;grid-row:1;justify-self:end}}.settingsPage{width:min(1000px,calc(100% - 36px));margin:48px auto}.settingsPage>h1{font-size:2.7rem;letter-spacing:-.04em;margin:10px 0}.settingsPage>p{color:var(--muted)}.settingsGrid{margin-top:30px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px;gap:18px}.settingsError{grid-column:1/-1}.integrationCard{padding:26px;display:grid;grid-gap:18px;gap:18px;align-content:start}.integrationCard h2{margin:0 0 5px}.integrationCard p,.integrationCard small{color:var(--muted);line-height:1.55}.integrationIcon{display:grid;place-items:center;width:52px;aspect-ratio:1;border-radius:16px}.integrationIcon.twitch{background:#2f7de122;color:#b88cff}.integrationIcon.siavce{background:#20a46422;color:var(--mint)}.connectionState{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid rgba(32,164,100,.3);border-radius:14px;background:rgba(32,164,100,.12)}.connectionState>svg{color:var(--mint)}.connectionState>div{display:grid;grid-gap:3px;gap:3px}.connectionState span{color:var(--muted);font-size:.8rem}.billingLayout{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:20px;gap:20px;margin-top:30px;align-items:flex-start}.currentPlan,.renewCard{padding:28px}.currentPlan h2{font-size:2rem;margin:12px 0}.currentPlan p,.renewCard p{color:var(--muted);line-height:1.55}.renewCard>span,.renewCard>svg{color:var(--mint)}.renewCard>span{display:block;font-weight:850;font-size:.8rem;letter-spacing:.1em;margin-top:16px}.renewCard h2{font-size:3rem;margin:8px 0}.renewCard h2 small{font-size:.9rem;color:var(--muted)}.renewCard ul{list-style:none;padding:0;display:grid;grid-gap:11px;gap:11px;color:var(--muted)}.renewCard li{display:flex;align-items:center;gap:9px}.renewCard li svg{color:var(--mint)}.renewCard .button{width:100%;margin-top:15px}@media (max-width:720px){.billingLayout,.settingsGrid{grid-template-columns:1fr}.settingsPage{width:calc(100% - 22px);margin-top:32px}.settingsPage>h1{font-size:2.2rem}}.editorPage{min-height:100vh;background:#111314}.editorNav{height:48px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #34383c;color:var(--muted);font-size:.8rem}.editorLoading{display:grid;place-content:center;justify-items:center;grid-gap:12px;gap:12px;color:var(--muted)}.editorLoading,.editorShell{min-height:calc(100vh - 48px)}.editorShell{display:grid;grid-template-rows:66px minmax(480px,1fr) 190px}.editorTop{display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid #34383c;background:#202224}.editorTop>div:first-child{display:grid;grid-gap:4px;gap:4px}.editorTop span{color:var(--muted);font-size:.72rem}.editorActions{display:flex;gap:8px;align-items:center}.editorActions>button:not(.button):not(.ghostButton){width:38px;height:38px;display:grid;place-items:center;border:1px solid #41464b;border-radius:10px;color:#ccd0dc;background:#292c2f;cursor:pointer}.editorActions svg{width:17px}.editorMain{display:grid;grid-template-columns:180px minmax(300px,1fr) 340px;min-height:0}.editorTools,.subtitlePanel{padding:20px;background:#202224;overflow:auto}.editorTools{border-right:1px solid #34383c;display:flex;flex-direction:column;gap:8px}.editorTools h2,.subtitlePanel h2{margin:7px 0 12px;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;color:#aeb3c3}.editorTools button{min-height:38px;border:1px solid #3e4348;border-radius:10px;color:#b8bdcb;background:#292c2f;cursor:pointer}.editorTools button.active{color:#fff;border-color:#438ce7;background:#2f7de133}.editorTools label{display:grid;grid-gap:6px;gap:6px;margin-top:7px;color:var(--muted);font-size:.74rem}.editorTools input{width:100%;padding:9px;color:#fff;border:1px solid #41464b;border-radius:9px;background:#151719}.editorPreview{display:grid;place-content:center;justify-items:center;grid-gap:14px;gap:14px;padding:24px;background:#181a1c;overflow:hidden}.videoCanvas{height:min(55vh,600px);display:grid;place-items:center;overflow:hidden;border:1px solid #35394a;border-radius:8px;background:#000;box-shadow:0 20px 60px #0008}.videoCanvas.ratio-9x16{aspect-ratio:9/16}.videoCanvas.ratio-16x9{width:min(65vw,780px);height:auto;aspect-ratio:16/9}.videoCanvas.ratio-1x1{aspect-ratio:1}.videoCanvas.ratio-4x5{aspect-ratio:4/5}.videoCanvas video{width:100%;height:100%;object-fit:contain}.playSelection{display:flex;align-items:center;gap:8px;padding:9px 14px;color:#d5d8e2;border:1px solid #484d52;border-radius:10px;background:#272a2d;cursor:pointer}.playSelection svg{width:16px}.subtitlePanel{border-left:1px solid #34383c}.subtitlePanel h2{display:flex;justify-content:space-between}.subtitlePanel h2 span{color:var(--mint)}.subtitlePanel>div{display:grid;grid-gap:10px;gap:10px}.subtitlePanel label{display:grid;grid-gap:6px;gap:6px;padding:10px;border:1px solid #292d3a;border-radius:10px;background:#272a2d}.subtitlePanel small{color:#858b9d}.subtitlePanel textarea{min-height:58px;resize:vertical;color:#f2f3f7;border:0;outline:0;background:transparent}.timeline{padding:14px 20px;border-top:1px solid #292d3a;background:#202224;overflow:auto}.timelineHead{display:flex;align-items:center;gap:9px;margin-bottom:12px;color:#b9becc;font-size:.78rem}.timelineHead svg{width:16px;color:#62a0eb}.timelineHead span{margin-left:auto;color:var(--muted)}.timelineTrack{height:42px;padding:5px;margin-top:7px;border-radius:7px;background:#151719}.timelineTrack span{height:100%;min-width:120px;display:flex;align-items:center;padding:0 12px;border-radius:5px;color:#d4e5fa;background:#2f7de1aa;font-size:.72rem}.timelineTrack.subtitles span{color:#bdebd2;background:#288e75aa}@media (max-width:950px){.editorShell{grid-template-rows:auto auto auto}.editorTop{padding:12px;gap:10px}.editorActions,.editorTop{flex-wrap:wrap}.editorMain{grid-template-columns:130px 1fr}.subtitlePanel{grid-column:1/-1;max-height:300px;border:1px solid #34383c}.videoCanvas{height:480px}}@media (max-width:620px){.editorMain{grid-template-columns:1fr}.editorTools{border:0;display:grid;grid-template-columns:repeat(4,1fr)}.editorTools h2,.editorTools label{grid-column:1/-1}.editorPreview{padding:15px}.videoCanvas{height:430px;max-width:100%}.editorActions .ghostButton{font-size:0;padding:0 13px}.editorTop .button{padding:0 13px}}.renderCompletePanel{width:min(1000px,calc(100% - 28px));margin:30px auto 80px;display:grid;grid-gap:20px;gap:20px}.renderCompletePanel>div{display:flex;align-items:center;gap:16px;padding:20px;border:1px solid rgba(32,164,100,.35);border-radius:18px;background:rgba(32,164,100,.14)}.renderCompletePanel>div>svg{color:var(--mint)}.renderCompletePanel>div div{flex:1 1}.renderCompletePanel h2{margin:0 0 4px}.publishForm>div>p,.renderCompletePanel p{margin:0;color:var(--muted)}.publishForm{display:grid;grid-gap:18px;gap:18px;padding:28px;border:1px solid var(--line);border-radius:22px;background:var(--panel)}.publishForm h2{margin:8px 0}.publishForm>label,.publishRow label{display:grid;grid-gap:7px;gap:7px;color:#d7d9e1;font-size:.82rem}.publishForm input,.publishForm select,.publishForm textarea{width:100%;padding:11px 12px;color:#fff;border:1px solid #484d52;border-radius:10px;background:#181a1c}.publishForm fieldset{margin:0;padding:0;border:0}.publishForm legend{margin-bottom:10px;font-weight:700}.destinationList{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px}.destinationList button{display:grid;grid-gap:3px;gap:3px;padding:12px;text-align:left;color:#d3d6df;border:1px solid #303442;border-radius:11px;background:#222426;cursor:pointer}.destinationList button span{color:var(--muted);font-size:.68rem;text-transform:uppercase}.destinationList button.active{border-color:#438ce7;background:rgba(47,125,225,.18)}.destinationColumns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.destinationColumn{min-width:0;overflow:hidden;border:1px solid #3a4147;border-radius:9px;background:#181b1e}.destinationHeader{padding:10px 11px;display:grid;grid-gap:2px;gap:2px;border-bottom:3px solid #55606a;background:#24282b}.destinationHeader span{color:#fff;font-weight:800}.destinationHeader b{color:#9da7ad;font-size:.62rem;font-weight:600}.destinationColumn>div{padding:8px;display:grid;grid-gap:7px;gap:7px}.destinationColumn>div>small{padding:12px 5px;color:#89949b;text-align:center}.destinationColumn button{min-width:0;padding:9px;display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;grid-gap:7px;gap:7px;border:1px solid #3b4248;border-radius:7px;color:#dce1e4;background:#24282b;text-align:left;cursor:pointer}.destinationColumn button i{width:19px;height:19px;display:grid;place-items:center;border:1px solid #68747c;border-radius:5px}.destinationColumn button i svg{width:14px}.destinationColumn button span{min-width:0;overflow-wrap:anywhere;line-height:1.25}.destinationColumn.platform-facebook .destinationHeader{border-color:#1877f2}.destinationColumn.platform-instagram .destinationHeader{border-color:#d62976}.destinationColumn.platform-tiktok .destinationHeader{border-color:#25f4ee}.destinationColumn.platform-facebook button.active{border-color:#1877f2;background:#123966}.destinationColumn.platform-instagram button.active{border-color:#e34c91;background:#5a1b39}.destinationColumn.platform-tiktok button.active{border-color:#25f4ee;background:#124c4b}.destinationColumn button.active{color:#fff;font-weight:700}.publishRow{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.schedulePublication{display:flex;align-items:flex-start;gap:14px;padding:16px;border:1px solid rgba(47,125,225,.55);border-radius:14px;background:#25282b}.schedulePublication>svg{width:24px;min-width:24px;color:var(--blue)}.schedulePublication label{width:100%;display:grid;grid-gap:7px;gap:7px;color:var(--text);font-size:.86rem}.schedulePublication small{color:var(--muted);line-height:1.45}.publishSuccess{display:grid;justify-items:center;grid-gap:8px;gap:8px;padding:38px;border:1px solid rgba(32,164,100,.35);border-radius:22px;text-align:center;background:rgba(32,164,100,.14)}.publishSuccess svg{width:44px;height:44px;color:var(--mint)}@media (max-width:650px){.renderCompletePanel>div{align-items:flex-start;flex-wrap:wrap}.renderCompletePanel>div .button{width:100%}.destinationColumns,.destinationList,.publishRow{grid-template-columns:1fr}}.projectSection{margin-top:34px}.sectionHeading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:16px}.sectionHeading h2{margin:8px 0 0;font-size:1.8rem}.projectGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.projectCard{padding:20px;border:1px solid var(--line);border-radius:18px;background:var(--panel)}.projectCard>div:first-child{display:flex;align-items:center;justify-content:space-between;color:#7eb1ef}.projectCard h3{margin:16px 0;font-size:1.15rem}.status{padding:5px 8px;border-radius:999px;color:var(--muted);background:#ffffff0c;font-size:.68rem}.status-review{color:#73d39f;background:#20a46417}.status-failed{color:#e8797c;background:#d52b2f17}.jobProgress{display:grid;grid-template-columns:1fr auto;grid-gap:7px;gap:7px;color:var(--muted);font-size:.72rem}.jobProgress>span{text-transform:capitalize}.jobProgress i{grid-column:1/-1;height:5px;overflow:hidden;border-radius:5px;background:#ffffff0d}.jobProgress i b{display:block;height:100%;background:var(--primary)}.projectActions{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.projectActions .ghostButton{min-height:42px;padding-inline:15px;font-size:.78rem}@media (max-width:760px){.dashboard{grid-template-columns:1fr}.dashboard aside{position:static;border-right:0;border-bottom:1px solid var(--line)}.dashboard aside nav{display:flex;overflow:auto;margin-top:18px}.dashboard aside nav a{white-space:nowrap}.dashContent{padding:25px 16px}.dashContent header{align-items:flex-start;gap:16px;flex-wrap:wrap}.metrics,.projectGrid{grid-template-columns:1fr}}.adminLoading{min-height:100vh;display:grid;place-content:center;justify-items:center;grid-gap:12px;gap:12px;color:var(--muted)}.adminPage{min-height:100vh;width:min(1180px,calc(100% - 36px));margin:auto;padding-bottom:80px}.adminPage>nav{height:78px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.adminPage>nav>a:last-child{color:var(--muted)}.adminPage>header{padding:48px 0 20px}.adminPage>header .eyebrow{gap:7px}.adminPage>header .eyebrow svg{width:16px}.adminPage>header h1{margin:10px 0;font-size:2.8rem;letter-spacing:-.04em}.adminCard p,.adminPage>header p{color:var(--muted)}.adminMetrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin:22px 0}.adminMetrics article{display:grid;grid-template-columns:auto 1fr;grid-gap:6px 10px;gap:6px 10px;padding:20px;border:1px solid var(--line);border-radius:17px;background:var(--panel)}.adminMetrics svg{color:var(--mint)}.adminMetrics small,.adminMetrics span{color:var(--muted)}.adminMetrics strong{grid-column:1/-1;font-size:1.8rem}.adminMetrics small{grid-column:1/-1}.adminGrid{display:grid;grid-template-columns:1fr 1.4fr;grid-gap:14px;gap:14px}.adminCard,.adminUsers{padding:24px;border:1px solid var(--line);border-radius:19px;background:var(--panel)}.adminCard h2,.adminUsers h2{margin:0 0 7px}.adminCard label{display:grid;grid-gap:8px;gap:8px;margin:20px 0;color:var(--muted);font-size:.8rem}.adminCard input,.adminCard select,.adminCard textarea{padding:11px;color:#fff;border:1px solid #484d52;border-radius:10px;background:#17191b}.adminCard textarea{resize:vertical;font:inherit}.adminCard label.check{display:flex;align-items:center;gap:9px}.adminCard label.check input{width:17px;height:17px;margin:0}.adminDesktopUpdates{margin:14px 0;padding:24px;border:1px solid var(--line);border-radius:19px;background:var(--panel)}.adminDesktopUpdates .adminGrid{margin-top:16px}.desktopReleaseList{display:grid;align-content:start;grid-gap:8px;gap:8px}.desktopReleaseList h3{margin:0 0 8px}.desktopReleaseRow{display:flex;justify-content:space-between;gap:14px;padding:12px 0;border-top:1px solid var(--line)}.desktopReleaseRow>div{display:grid;grid-gap:3px;gap:3px}.desktopReleaseRow small,.desktopReleaseRow span{color:var(--muted);font-size:.75rem}.planRow{grid-template-columns:1fr auto;grid-gap:3px 12px;gap:3px 12px;padding:12px 0;border-bottom:1px solid var(--line)}.planRow,.planRow>div{display:grid}.planRow small,.planRow span{color:var(--muted);font-size:.72rem}.planRow small{grid-column:1/-1}.adminUsers{margin-top:14px}.adminJobs{margin:14px 0;padding:24px;border:1px solid var(--line);border-radius:19px;background:var(--panel)}.adminSectionHeading,.jobAdminFooter,.jobAdminMain{display:flex;align-items:center;justify-content:space-between;gap:16px}.adminSectionHeading h2{margin:6px 0 3px}.adminSectionHeading p{margin:0;color:var(--muted);font-size:.82rem}.adminSectionHeading .eyebrow{display:inline-flex;align-items:center;gap:6px}.adminSectionHeading .eyebrow svg{width:15px}.adminJobActions{display:flex;gap:6px}.adminJobActions button{min-height:36px;padding:0 12px;color:var(--muted);border:1px solid var(--line);border-radius:10px;background:#17191b;cursor:pointer}.adminJobActions button.active{color:#fff;border-color:rgba(75,224,174,.45);background:rgba(75,224,174,.1)}.adminJobActions svg{width:15px}.queueHealth{display:flex;align-items:center;gap:11px;margin-top:16px;padding:12px 14px;border:1px solid rgba(75,224,174,.28);border-radius:12px;background:rgba(75,224,174,.06)}.queueHealth.busy{border-color:rgba(83,154,255,.38);background:rgba(83,154,255,.08)}.queueHealth.offline{border-color:rgba(255,111,111,.5);background:rgba(255,111,111,.08)}.queueHealth.offline>svg{color:#ff8d8d}.queueHealth>svg{width:20px;color:var(--mint)}.queueHealth>div{display:grid;grid-gap:2px;gap:2px}.queueHealth span{color:var(--muted);font-size:.73rem}.jobAdminTable{display:grid;grid-gap:9px;gap:9px;margin-top:18px}.jobAdminTable>article{padding:15px;border:1px solid var(--line);border-radius:14px;background:#17191b}.jobAdminTable>article.stale{border-color:rgba(255,169,77,.6);box-shadow:inset 3px 0 #f0a247}.jobAdminMain>div{display:grid;grid-gap:3px;gap:3px}.jobAdminMain>div span{color:var(--muted);font-size:.76rem}.jobAdminMeta{display:flex;flex-wrap:wrap;gap:7px 14px;margin:10px 0;color:var(--muted);font-size:.72rem}.jobAdminMeta b{color:#ffc27e}.jobAdminProgress{height:5px;overflow:hidden;border-radius:10px;background:#292d31}.jobAdminProgress i{display:block;height:100%;border-radius:inherit;background:var(--mint);transition:width .4s ease}.jobAdminFooter{margin-top:10px;color:var(--muted);font-size:.74rem}.jobAdminFooter .dangerButton{min-height:34px;padding:0 11px}.jobAdminFooter .dangerButton svg{width:14px}.jobAdminControls{display:flex;align-items:center;gap:8px}.jobAdminControls label{display:flex;align-items:center;gap:6px;color:var(--muted)}.jobAdminControls select{min-height:34px;padding:0 28px 0 9px;color:#f7faf9;border:1px solid var(--line);border-radius:9px;background:#22272b}.jobAdminControls button{min-height:34px;padding:0 11px}.jobAdminControls button svg{width:14px}.emptyAdminJobs{display:grid;justify-items:center;grid-gap:6px;gap:6px;padding:30px;color:var(--muted);text-align:center}.emptyAdminJobs svg{color:var(--mint)}.adminUsers>div:first-child{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:12px}.adminUsers>div:first-child span{color:var(--muted);font-size:.8rem}.userTable{display:grid}.userTable article{display:grid;grid-template-columns:1fr auto auto;grid-gap:14px;gap:14px;align-items:center;padding:12px 0;border-top:1px solid var(--line)}.userTable article>div{display:grid;grid-gap:3px;gap:3px}.userTable article>div span{color:var(--muted);font-size:.76rem}.userTable .ghostButton{min-height:36px;padding-inline:12px;font-size:.74rem}.adminStack{display:grid;grid-gap:14px;gap:14px}@media (max-width:760px){.adminPage{width:calc(100% - 22px)}.adminPage>header h1{font-size:2.2rem}.adminGrid,.adminMetrics{grid-template-columns:1fr}.adminSectionHeading{align-items:flex-start;flex-direction:column}.adminJobActions{width:100%}.adminJobActions button{flex:1 1}.userTable article{grid-template-columns:1fr auto}.userTable article .ghostButton{grid-column:1/-1}.adminPage>nav{height:66px}}.authForm .check a{color:#b4d1f5;text-decoration:underline}.legalPage{min-height:100vh}.legalPage>nav{width:min(900px,calc(100% - 32px));height:78px;margin:auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.legalPage>nav>a:last-child{color:var(--muted)}.legalPage article{width:min(760px,calc(100% - 32px));margin:55px auto 100px}.legalNotice{padding:13px 15px;border:1px solid #e9b94955;border-radius:12px;color:#ffe08a;background:#9a6b151c}.legalPage h1{margin:14px 0 5px;font-size:3rem;letter-spacing:-.045em}.legalPage article>small{color:var(--muted)}.legalPage h2{margin:38px 0 10px;font-size:1.25rem}.legalPage article>p:not(.legalNotice){color:#b5b9c7;line-height:1.8}.accountGrid{display:grid;grid-template-columns:1.25fr .75fr;grid-gap:16px;gap:16px;margin-top:28px;align-items:flex-start}.accountWide{grid-column:1/-1}.accountCard{padding:24px;border:1px solid var(--line);border-radius:20px;background:var(--panel)}.accountTitle{display:flex;gap:13px;align-items:flex-start}.accountTitle>svg{color:var(--mint)}.accountTitle h2{margin:0 0 5px}.accountTitle p{margin:0;color:var(--muted);line-height:1.5}.sessionList{display:grid;margin-top:20px}.sessionList article{display:flex;align-items:center;gap:12px;justify-content:space-between;padding:13px 0;border-top:1px solid var(--line)}.sessionList article>div{display:grid;grid-gap:4px;gap:4px;min-width:0}.sessionList small,.sessionList span{color:var(--muted);font-size:.72rem;overflow:hidden;text-overflow:ellipsis}.sessionList button{display:flex;align-items:center;gap:6px;padding:7px 9px;color:#ef9b9e;border:1px solid #d52b2f33;border-radius:9px;background:#d52b2f11;cursor:pointer}.sessionList button svg{width:15px}.dangerCard{border-color:#d52b2f33}.dangerCard .accountTitle>svg{color:#e05256}.dangerCard>label{display:grid;grid-gap:7px;gap:7px;margin-top:17px;color:var(--muted);font-size:.78rem}.dangerCard input{padding:11px;color:#fff;border:1px solid #48313a;border-radius:10px;background:#17191b}.dangerButton{width:100%;min-height:44px;margin-top:18px;display:flex;gap:8px;color:#fff;border:0;border-radius:12px;background:#d52b2f}.dangerButton svg{width:17px}@media (max-width:760px){.accountGrid{grid-template-columns:1fr}.legalPage h1{font-size:2.3rem}}.videoCanvas{position:relative}.previewImageLayer,.previewTextLayer{position:absolute;transform:translate(-50%,-50%);pointer-events:none}.previewTextLayer{max-width:80%;font-weight:800;text-align:center;text-shadow:0 2px 5px #000,0 0 2px #000}.previewImageLayer{height:auto;object-fit:contain}.subtitlePanel h2:not(:first-child){margin-top:28px}.editorTools input[type=range]{padding:0;accent-color:var(--primary)}.assetPickerButton{min-height:38px;display:flex!important;flex-direction:row!important;align-items:center;justify-content:center;gap:6px;border:1px solid #3e4348;border-radius:10px;color:#b8bdcb!important;background:#292c2f;cursor:pointer}.assetPickerButton input{position:absolute;width:1px;height:1px;opacity:0}.assetPickerButton svg{width:16px}.videoCanvas video{transition:filter .15s ease,transform .15s ease}.previewImageLayer,.previewStickerLayer,.previewTextLayer{pointer-events:auto;cursor:-webkit-grab;cursor:grab;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:4}.previewStickerLayer{position:absolute;line-height:1;filter:drop-shadow(0 3px 4px #0008)}.previewImageLayer.selected,.previewStickerLayer.selected,.previewTextLayer.selected{outline:2px solid #42bf7d;outline-offset:5px}.previewSubtitle{position:absolute;z-index:5;left:8%;right:8%;bottom:8%;padding:7px 12px;border-radius:12px;font-weight:900;line-height:1.08;text-align:center;text-shadow:0 2px 3px #000;pointer-events:none}.anim-pop{animation:editorPop .22s ease-out}.anim-fade{animation:editorFade .3s ease-out}.anim-slide{animation:editorSlide .3s ease-out}@keyframes editorPop{0%{opacity:0;transform:translate(-50%,-50%) scale(.65)}}@keyframes editorFade{0%{opacity:0}}@keyframes editorSlide{0%{opacity:0;margin-bottom:-24px}}.stickerGrid,.toolGrid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:6px;gap:6px}.stickerGrid{grid-template-columns:repeat(4,1fr)}.stickerGrid button{min-height:42px;font-size:1.35rem}.editorTools button svg{width:15px;margin-right:6px;vertical-align:middle}.editorTools label b{float:right;color:#fff}.styleControls{display:grid!important;grid-gap:10px!important;gap:10px!important;padding:12px;border:1px solid #2b3040;border-radius:12px;background:#1a1c1e}.styleControls label{display:grid;grid-gap:6px;gap:6px;color:#aeb4c5;font-size:.72rem}.styleControls input[type=range],.styleControls select{width:100%}.styleControls select{padding:9px;color:#fff;border:1px solid #41464b;border-radius:8px;background:#292c2f}.colorRow{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.colorRow input{width:100%;height:34px;border:0;background:none}.editorShellV2{height:calc(100vh - 48px);min-height:680px;grid-template-rows:64px 48px minmax(0,1fr);overflow:hidden}.editorTabs{display:flex;gap:3px;padding:6px 14px;overflow-x:auto;border-bottom:1px solid #383d42;background:#1c1e20}.editorTabs button{min-width:92px;padding:8px 14px;border:0;border-radius:9px;color:#949bad;background:transparent;cursor:pointer}.editorTabs button.active{color:#fff;background:#2f7de1}.editorWorkspace{display:grid;grid-template-columns:260px minmax(420px,1fr) 320px;min-height:0}.editorInspector,.layerPanel{padding:16px;overflow:auto;background:#222426}.editorInspector{display:flex;flex-direction:column;gap:9px;border-right:1px solid #383d42}.layerPanel{border-left:1px solid #383d42}.editorInspector h2,.layerPanel h2{margin:12px 0 5px;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:#aeb5c6}.editorInspector button,.layerPanel>button{min-height:39px;padding:8px 10px;border:1px solid #41474c;border-radius:9px;color:#d4d8e3;background:#2b2f33;cursor:pointer}.editorInspector button:hover,.layerPanel>button.active,.layerPanel>button:hover{border-color:#438ce7;background:#292443}.editorInspector label,.selectedProperties label{display:grid;grid-gap:5px;gap:5px;color:#a6adbd;font-size:.74rem}.editorInspector input,.editorInspector select,.selectedProperties input,.selectedProperties textarea{width:100%;padding:9px;border:1px solid #41474c;border-radius:8px;color:#fff;background:#181a1c;box-sizing:border-box}.animationGrid,.formatButtons{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px}.toolHint{padding:10px;border-radius:9px;color:#939aac;background:#0a0d14;font-size:.74rem;line-height:1.5}.effectGrid,.fontList,.templateCards{display:grid;grid-gap:7px;gap:7px}.fontList button{text-align:left}.effectGrid{grid-template-columns:1fr 1fr}.effectGrid button{display:grid;grid-gap:5px;gap:5px;justify-items:start;font-size:.7rem}.effectSwatch{width:100%;height:34px;border-radius:6px;background:var(--blue)}.effect-gaming,.effect-vibrant{filter:saturate(1.8) contrast(1.2)}.effect-cinema{filter:saturate(.8) contrast(1.3)}.effect-warm{filter:sepia(.3) saturate(1.4)}.effect-cold{filter:hue-rotate(175deg) saturate(.8)}.effect-noir{filter:grayscale(1) contrast(1.4)}.effect-retro{filter:sepia(.65) contrast(.85)}.effect-soft{filter:brightness(1.15) contrast(.8)}.effect-contrast{filter:contrast(1.8)}.templateCards{grid-template-columns:1fr 1fr}.templateCards button{display:grid;grid-gap:5px;gap:5px;text-align:left}.templateCards i{width:100%;min-height:75px;display:grid;place-items:center;border-radius:7px;background:#25282b;overflow:hidden}.templateCards i span{font-style:normal;font-size:1.6rem;font-weight:900}.templateCards small{color:#8d94a5}.editorCenter{min-width:0;min-height:0;display:grid;grid-template-rows:minmax(0,1fr) 64px;place-items:center;padding:14px;overflow:hidden;background:#080a10}.compositionStage{position:relative;max-width:100%;max-height:100%;height:100%;overflow:hidden;border:1px solid #353c4d;border-radius:8px;background:#000;box-shadow:0 16px 55px #000a}.compositionStage.ratio-9x16{aspect-ratio:9/16}.compositionStage.ratio-16x9{width:100%;height:auto;aspect-ratio:16/9}.compositionStage.ratio-1x1{aspect-ratio:1}.compositionStage.ratio-4x5{aspect-ratio:4/5}.compositionStage canvas{width:100%;height:100%;display:block}.editorSourceVideo{position:fixed;width:2px;height:2px;left:-10px;bottom:-10px;opacity:.01;pointer-events:none}.canvasLayer,.videoRegion{position:absolute;z-index:3;box-sizing:border-box;cursor:move;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.videoRegion{border:1px dashed #ffffff70}.videoRegion span{position:absolute;left:4px;top:4px;padding:2px 5px;border-radius:4px;color:#fff;background:#0009;font-size:.58rem}.canvasLayer.selected,.videoRegion.selected{outline:2px solid #20a464;outline-offset:2px}.canvasLayer i,.videoRegion i{position:absolute;right:-7px;bottom:-7px;width:15px;height:15px;border:2px solid #07120f;border-radius:4px;background:#20a464;cursor:nwse-resize}.canvasLayer img{width:100%;height:100%;object-fit:contain;pointer-events:none}.imageCropPreview .mediaViewport,.mediaCanvasLayer .mediaViewport{position:absolute;inset:0;display:block;overflow:hidden;border-radius:inherit;pointer-events:none}.imageCropPreview .mediaViewport img,.mediaCanvasLayer .mediaViewport img{position:absolute;max-width:none;max-height:none}.imageCropPreview{position:relative;min-height:220px;overflow:hidden;border:1px solid #4c535a;border-radius:10px;background:#111315}.textCanvasLayer{display:grid;place-items:center;padding:5px;line-height:1;overflow:hidden}.canvasSubtitle,.textCanvasLayer{text-align:center;font-weight:900}.canvasSubtitle{position:absolute;z-index:8;left:7%;right:7%;bottom:6%;padding:8px 12px;border-radius:10px;background:transparent;text-shadow:0 2px 3px #000;box-sizing:border-box;cursor:move;pointer-events:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fixedMediaControls{align-self:end;width:min(900px,100%);height:50px;display:flex;gap:6px;align-items:center;padding:7px 12px;border:1px solid #2c3242;border-radius:12px;background:#25282b;box-sizing:border-box}.fixedMediaControls button{width:34px;min-width:34px;height:34px;padding:8px;display:grid;place-items:center;border:0;border-radius:8px;color:#fff;background:#2f7de1;cursor:pointer}.fixedMediaControls svg{width:16px;height:16px;flex:0 0 16px}.fixedMediaControls input{accent-color:#2f7de1}.fixedMediaControls input[aria-label=Tiempo]{min-width:90px;flex:1 1 auto}.fixedMediaControls input[aria-label=Volumen]{width:86px;flex:0 1 86px}.fixedMediaControls span{min-width:92px;color:#bdc3d1;font-size:.72rem;text-align:center}.layerPanel>button{width:100%;display:flex;align-items:center;gap:8px;margin-bottom:6px;text-align:left}.layerPanel>button svg{width:15px}.layerPanel>button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selectedProperties{display:grid;grid-gap:8px;gap:8px;margin:15px 0;padding:12px;border:1px solid #2e3444;border-radius:10px;background:#181a1c}.selectedProperties h3{margin:0;font-size:.8rem}.dangerButton{display:inline-flex!important;align-items:center;justify-content:center;gap:6px;margin-top:10px;padding:9px 12px;border:1px solid #873c4a!important;border-radius:9px;color:#f3b2b4!important;background:#491c25!important;cursor:pointer}.dangerButton svg{width:15px}.subtitleList{margin-top:18px}.subtitleList article{position:relative;display:grid;grid-gap:6px;gap:6px;padding:9px;margin-bottom:8px;border:1px solid #2d3342;border-radius:9px;background:#0c0f16}.subtitleList article div{display:grid;grid-template-columns:1fr 1fr;grid-gap:5px;gap:5px}.subtitleList input,.subtitleList textarea{width:100%;padding:7px;box-sizing:border-box;color:#fff;border:1px solid #303646;border-radius:6px;background:#292c2f}.subtitleList article>button{position:absolute;right:5px;top:5px;border:0;color:#e8797c;background:transparent;cursor:pointer}.subtitleList article>button svg{width:14px}.layerPanel .publishForm{padding:0;border:0;background:transparent}.layerPanel .destinationColumns,.layerPanel .destinationList,.layerPanel .publishForm .publishRow{grid-template-columns:1fr}.editorModalBackdrop{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:20px;background:#03050bd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.saveNameModal{width:min(560px,96vw);padding:24px;display:grid;grid-gap:18px;gap:18px;border:1px solid #3c444b;border-radius:12px;color:#f5f7f8;background:#202326;box-shadow:0 24px 70px #000c}.saveNameModal header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.saveNameModal header h2{margin:4px 0 7px;font-size:1.45rem}.saveNameModal header p{max-width:470px;margin:0;color:#aeb6bc;line-height:1.5}.saveNameModal header>button{padding:0;border:0;color:#dce1e4;background:transparent;font-size:1.8rem;cursor:pointer}.saveNameModal label{display:grid;grid-gap:7px;gap:7px;color:#dfe4e7;font-size:.82rem;font-weight:700}.saveNameModal input{width:100%;min-height:48px;padding:11px 13px;border:1px solid #4a535a;border-radius:7px;color:#fff;background:#141719;font:inherit}.saveNameModal input:focus{outline:2px solid #2f7de1;outline-offset:1px;border-color:#2f7de1}.masterProjectSummary{padding:13px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:11px;gap:11px;border:1px solid #3b444a;border-left:3px solid #20a464;border-radius:8px;background:#171a1c}.masterProjectSummary>svg{width:20px;color:#20a464}.masterProjectSummary div{min-width:0;display:grid;grid-gap:3px;gap:3px}.masterProjectSummary small{color:#929da4}.masterProjectSummary strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.masterProjectSummary>span{padding:4px 8px;border-radius:5px;color:#d9ecff;background:#244c78;font-size:.7rem;font-weight:800;text-transform:uppercase}.saveNameHint{margin:-4px 0 0;color:#929da4;font-size:.76rem;line-height:1.45}.saveNameModal footer{display:flex;justify-content:flex-end;gap:9px}.regionModal,.templatePreviewModal{width:min(1000px,96vw);max-height:92vh;overflow:auto;padding:22px;border:1px solid #353c50;border-radius:18px;color:#fff;background:#24272a;box-shadow:0 30px 90px #000d}.regionModal header,.templatePreviewModal header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.regionModal header h2,.templatePreviewModal h2{margin:4px 0}.regionModal header p{color:#9ca4b7}.regionModal header>button,.templatePreviewModal header>button{border:0;color:#fff;background:transparent;font-size:1.8rem;cursor:pointer}.regionCards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:12px;gap:12px}.regionCards article{padding:14px;border:1px solid #303748;border-radius:12px;background:#181a1c}.cropPreview{position:relative;aspect-ratio:16/9;margin:10px 0;overflow:hidden;border-radius:8px;background:#25282b}.cropPreview span{position:absolute;display:grid;place-items:center;border:2px solid #20a464;color:#fff;background:#20a46422;font-size:.7rem}.regionFields{display:grid;grid-template-columns:1fr 1fr;grid-gap:7px;gap:7px}.regionFields label{display:grid;grid-gap:4px;gap:4px;color:#9fa6b7;font-size:.7rem}.regionFields input{padding:8px;color:#fff;border:1px solid #484e54;border-radius:7px;background:#292c2f}.regionModal footer,.templatePreviewModal footer{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.templateLargePreview{height:min(60vh,600px);margin:20px auto;display:grid;place-items:center;border-radius:10px;background:#25282b}.templateLargePreview.ratio-9x16{aspect-ratio:9/16}.templateLargePreview.ratio-16x9{aspect-ratio:16/9}.templateLargePreview.ratio-1x1{aspect-ratio:1}.templateLargePreview.ratio-4x5{aspect-ratio:4/5}.templateLargePreview span{padding:10px 18px;border-radius:10px;background:#0009;font-size:2rem;font-weight:900}.anim-bounce{animation:editorBounce .7s ease-out}.anim-zoom{animation:editorZoom .4s ease-out}.anim-typewriter{animation:editorFade .3s steps(4)}.anim-pulse{animation:editorPulse 1s ease-in-out infinite}.anim-shake{animation:editorShake .45s ease-out}.anim-flip{animation:editorFlip .5s ease-out}@keyframes editorBounce{0%{transform:translateY(-30px)}50%{transform:translateY(8px)}to{transform:none}}@keyframes editorZoom{0%{transform:scale(.2);opacity:0}}@keyframes editorPulse{50%{transform:scale(1.08)}}@keyframes editorShake{25%{transform:translateX(-8px)}50%{transform:translateX(8px)}75%{transform:translateX(-4px)}}@keyframes editorFlip{0%{transform:rotateY(90deg);opacity:0}}@media (max-width:1100px){.editorWorkspace{grid-template-columns:220px minmax(360px,1fr) 270px}.editorShellV2{height:auto;min-height:calc(100vh - 48px);overflow:visible}.editorCenter{min-height:650px}}@media (max-width:820px){.editorWorkspace{grid-template-columns:1fr}.editorInspector,.layerPanel{border:0;max-height:none}.editorCenter{order:-1;min-height:70vh}.compositionStage{max-height:calc(70vh - 80px)}.fixedMediaControls{grid-template-columns:40px 1fr 80px}.fixedMediaControls>input:last-child,.fixedMediaControls>svg{display:none}}.cropControlGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:7px;gap:7px}.regionCards article>label{display:grid;grid-gap:6px;gap:6px;margin-top:10px;color:#aeb5c6;font-size:.74rem}.regionCards select,.selectedProperties select{width:100%;padding:9px;border:1px solid #484e54;border-radius:7px;color:#fff;background:#292c2f}.canvasSubtitle b{position:relative;z-index:2}.subtitleFlames{position:absolute;z-index:1;left:0;right:0;bottom:55%;overflow:hidden;color:#ff681d;font-size:1.1em;letter-spacing:.08em;filter:drop-shadow(0 0 8px #ff3c00);opacity:.9}.subtitle-effect-glow{text-shadow:0 0 var(--subtitle-glow-small,2px) var(--subtitle-effect-color,currentColor),0 0 var(--subtitle-glow-medium,5px) var(--subtitle-effect-color,currentColor),0 0 var(--subtitle-glow-large,10px) var(--subtitle-effect-color,currentColor)!important}.subtitle-effect-neon{color:#73fff2!important;text-shadow:0 0 3px #fff,0 0 9px #00ffe7,0 0 24px #00b7ff!important;border:1px solid #64fff2}.subtitle-effect-outline{color:#fff!important;-webkit-text-stroke:2px #000;text-shadow:3px 3px 0 #000!important}.subtitle-effect-shadow{text-shadow:5px 7px 3px #000c!important}.subtitle-effect-glitch b{text-shadow:-3px 0 #ff245f,3px 0 #21e6ff;animation:editorShake .35s steps(2) infinite}.subtitle-effect-rainbow b{color:var(--blue);background:transparent;-webkit-text-stroke:1px #fff4}.subtitle-effect-bubble{padding:12px 18px!important;border:4px solid #fff;border-radius:999px!important;background:#2f7de1e8!important;box-shadow:0 5px 0 #194a82}.subtitle-effect-karaoke b{color:#ffe443;text-shadow:0 0 8px #ff9d00,2px 2px 0 #000}.subtitle-effect-flames{background:transparent;border-bottom:3px solid #ff6a00}.subtitleFlames{height:55px;overflow:visible}.subtitleFlames i{position:absolute;bottom:0;width:9px;height:16px;border-radius:50% 50% 45% 45%;background:#e54b20;box-shadow:0 0 9px #ff4d00}.subtitleFlames i:first-child{left:2%}.subtitleFlames i:nth-child(2){left:8%}.subtitleFlames i:nth-child(3){left:14%}.subtitleFlames i:nth-child(4){left:20%}.subtitleFlames i:nth-child(5){left:26%}.subtitleFlames i:nth-child(6){left:32%}.subtitleFlames i:nth-child(7){left:38%}.subtitleFlames i:nth-child(8){left:44%}.subtitleFlames i:nth-child(9){left:50%}.subtitleFlames i:nth-child(10){left:56%}.subtitleFlames i:nth-child(11){left:62%}.subtitleFlames i:nth-child(12){left:68%}.subtitleFlames i:nth-child(13){left:74%}.subtitleFlames i:nth-child(14){left:80%}.subtitleFlames i:nth-child(15){left:86%}.subtitleFlames i:nth-child(16){left:92%}.subtitleFlames i:nth-child(17){left:35%}.subtitleFlames i:nth-child(18){left:65%}.layerEditModal{width:min(560px,94vw);max-height:88vh;overflow:auto;padding:22px;border:1px solid #384055;border-radius:18px;color:#fff;background:#24272a}.exportModal header,.layerEditModal header{display:flex;align-items:flex-start;justify-content:space-between}.exportModal header button,.layerEditModal header button{border:0;color:#fff;background:transparent;font-size:1.8rem;cursor:pointer}.layerEditModal label{display:grid;grid-gap:6px;gap:6px;margin:12px 0;color:#abb2c4}.layerEditModal input,.layerEditModal select,.layerEditModal textarea{width:100%;padding:10px;box-sizing:border-box;color:#fff;border:1px solid #343b4e;border-radius:8px;background:#181a1c}.layerEditModal footer{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.exportBackdrop{z-index:1100}.exportModal{width:min(1180px,97vw);max-height:94vh;overflow:auto;padding:22px;border:1px solid #4c535a;border-radius:20px;color:#fff;background:#10141e;box-shadow:0 30px 100px #000e}.exportModalGrid{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(320px,1.1fr);grid-gap:20px;gap:20px;margin-top:16px;align-items:start}.exportModalGrid:has(.publishForm){grid-template-columns:minmax(260px,.62fr) minmax(620px,1.38fr)}.exportPreview{position:relative;width:100%;height:min(520px,68vh);min-height:360px;align-self:start;overflow:hidden;border-radius:14px;background:#05070b}.reuseRenderChoice{display:grid;grid-gap:12px;gap:12px}.reuseRenderChoice h3{margin:5px 0;font-size:1.25rem}.reuseRenderChoice p{margin:0;color:#9ca6ad;line-height:1.45}.newRenderCard,.reuseRenderCard{width:100%;padding:14px;display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;grid-gap:11px;gap:11px;border:1px solid #424b52;border-radius:9px;color:#edf1f3;background:#202427;text-align:left;cursor:pointer}.reuseRenderCard:hover{border-color:#20a464;background:#19332a}.newRenderCard:hover{border-color:#2f7de1;background:#1d3046}.reuseRenderCard>svg{color:#20a464}.newRenderCard>svg{color:#2f7de1}.newRenderCard span,.reuseRenderCard span{min-width:0;display:grid;grid-gap:4px;gap:4px}.newRenderCard small,.reuseRenderCard small{color:#aab3b9;font-weight:400}.reuseRenderCard em{color:#73c997;font-size:.7rem;font-style:normal}.reuseRenderCard>strong{padding:5px 8px;border-radius:5px;color:#bff0d1;background:#18583c;font-size:.68rem;white-space:nowrap}.clipRetention,.projectRetention,.retentionBadge{display:flex;align-items:center;gap:6px;color:#c7d0d6;font-size:.72rem}.retentionBadge{width:-moz-fit-content;width:fit-content;padding:6px 8px;border:1px solid #454d52;border-radius:6px;background:#202427}.clipRetention svg,.projectRetention svg,.retentionBadge svg{width:14px}.projectRetention{margin-top:10px;padding:5px 8px;border-radius:6px;color:#dce4e8;background:#292e32}.clipRetention,.projectRetention{width:-moz-fit-content;width:fit-content}.clipRetention{margin-top:9px;padding:5px 7px;border:1px solid #444c52;border-radius:6px;background:#202427}.clipRetention small{color:#8f9aa1}.clipRetention.worked{border-color:#28704d;color:#bce9ce;background:#193427}.exportPreview video{width:100%;height:100%;position:absolute;inset:0;object-fit:contain}.renderVideoProgress{position:absolute;z-index:3;left:5%;right:5%;bottom:16px;height:7px;border-radius:10px;background:#ffffff30}.renderVideoProgress i{position:absolute;top:-4px;width:15px;height:15px;border-radius:50%;background:#42bf7d;box-shadow:0 0 13px #42bf7d}.renderVideoProgress span{position:absolute;right:0;bottom:12px;color:#fff;font-size:.7rem}.renderParticles{position:absolute;z-index:2;inset:0;pointer-events:none}.renderParticles i{position:absolute;width:5px;height:5px;border-radius:50%;background:#438ce7;box-shadow:0 0 10px #438ce7}.renderParticles i:first-child{left:8%;top:75%}.renderParticles i:nth-child(2){left:16%;top:35%}.renderParticles i:nth-child(3){left:25%;top:65%}.renderParticles i:nth-child(4){left:34%;top:20%}.renderParticles i:nth-child(5){left:43%;top:80%}.renderParticles i:nth-child(6){left:52%;top:45%}.renderParticles i:nth-child(7){left:61%;top:73%}.renderParticles i:nth-child(8){left:70%;top:27%}.renderParticles i:nth-child(9){left:79%;top:62%}.renderParticles i:nth-child(10){left:88%;top:38%}.renderParticles i:nth-child(11){left:31%;top:48%}.renderParticles i:nth-child(12){left:67%;top:52%}.exportOptions{display:flex;flex-direction:column;gap:13px}.exportFieldGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.exportFieldGrid label{display:grid;grid-gap:5px;gap:5px;color:#aeb5c6;font-size:.75rem}.exportFieldGrid select{padding:10px;border:1px solid #343b4e;border-radius:8px;color:#fff;background:#292c2f}.renderStatus{display:grid;grid-template-columns:1fr auto;grid-gap:7px;gap:7px;align-items:center;padding:12px;border-radius:11px;background:#080b12}.renderStatus>div{grid-column:1/-1;height:8px;overflow:hidden;border-radius:10px;background:#303438}.renderStatus>div i{display:block;height:100%;border-radius:inherit;background:var(--green)}.renderStatus strong{text-transform:capitalize}.renderStatus span{color:#8f97a9}.exportCompleted{display:grid;grid-template-columns:28px 1fr auto;grid-gap:9px;gap:9px;align-items:center;padding:13px;border:1px solid #286e5c;border-radius:11px;background:#12382e}.exportCompleted svg{color:#42bf7d}.exportCompleted:has(.publishForm){grid-template-columns:28px 1fr;align-items:start}.exportCompleted>.publishForm{grid-column:1/-1;padding-top:12px;border-top:1px solid #286e5c}.exportStart{min-height:46px}.exportStart svg{width:17px}@media (max-width:760px){.exportModalGrid{grid-template-columns:1fr}.exportModalGrid:has(.publishForm){grid-template-columns:1fr}.exportPreview{min-height:240px}.exportFieldGrid{grid-template-columns:1fr}.exportCompleted{grid-template-columns:28px 1fr}.exportCompleted .button{grid-column:1/-1}.exportModal,.layerEditModal{padding:16px}}.visualCropModal{width:min(1220px,97vw)}.visualCropModal .regionCards{grid-template-columns:1fr}.visualEditorPair{display:grid;grid-template-columns:minmax(320px,1.5fr) minmax(180px,.65fr);grid-gap:16px;gap:16px}.visualEditorPair small{display:block;margin-bottom:7px;color:#aeb6c7}.realVideoCrop{position:relative;aspect-ratio:16/9;background:#000}.realVideoCrop video{position:absolute;inset:0;width:100%;height:100%;object-fit:fill}.interactiveCropBox,.interactivePlacementBox{position:absolute;z-index:3;display:grid;place-items:center;box-sizing:border-box;border:3px solid #20a464;color:#fff;background:#20a46422;box-shadow:0 0 0 999px #0007,0 0 18px #20a46488;cursor:move;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:.7rem;font-weight:800}.interactiveCropBox i,.interactivePlacementBox i{position:absolute;right:-9px;bottom:-9px;width:18px;height:18px;border:3px solid #0b1713;border-radius:5px;background:#20a464;cursor:nwse-resize}.placementPreview{position:relative;height:320px;margin:auto;overflow:hidden;border:1px solid #394257;border-radius:8px;background:#222527}.placementPreview.ratio-9x16{aspect-ratio:9/16}.placementPreview.ratio-16x9{width:100%;height:auto;aspect-ratio:16/9}.placementPreview.ratio-1x1{aspect-ratio:1}.placementPreview.ratio-4x5{aspect-ratio:4/5}.visualCropModal details{margin-top:12px;padding:9px;border:1px solid #2e3546;border-radius:8px}.visualCropModal summary{color:#aeb5c5;cursor:pointer}.visualCropModal details .regionFields{margin-top:10px}@media (max-width:800px){.visualEditorPair{grid-template-columns:1fr}.placementPreview{height:260px}}.exportCompositionStage{position:absolute;inset:0;margin:auto;max-width:100%;max-height:100%;overflow:hidden;background:#000}.exportCompositionStage.ratio-9x16{height:100%;aspect-ratio:9/16}.exportCompositionStage.ratio-16x9{width:100%;aspect-ratio:16/9}.exportCompositionStage.ratio-1x1{height:100%;aspect-ratio:1}.exportCompositionStage.ratio-4x5{height:100%;aspect-ratio:4/5}.exportCompositionStage canvas{width:100%;height:100%;display:block}.exportOverlayLayer{position:absolute;z-index:3;display:grid;place-items:center;overflow:hidden;pointer-events:none}.exportOverlayLayer img{width:100%;height:100%;object-fit:contain}.exportTextLayer{padding:4px;box-sizing:border-box;line-height:1}.exportSubtitle,.exportTextLayer{text-align:center;font-weight:900}.exportSubtitle{position:absolute;z-index:5;left:7%;right:7%;bottom:6%;padding:7px 10px;border-radius:9px;background:transparent;font-size:clamp(.8rem,2vw,1.6rem);text-shadow:0 2px 3px #000}.vodList{display:grid;grid-gap:8px;gap:8px;max-height:300px;overflow:auto}.vodList article{display:flex;justify-content:space-between;gap:10px;padding:10px;border:1px solid var(--line);border-radius:10px;background:#181a1c}.vodList article>div{display:grid;grid-gap:3px;gap:3px}.vodList a,.vodList span{color:var(--muted);font-size:.7rem}.vodList a{color:#b4d1f5;white-space:nowrap}.vodList p{margin:4px 0 0;font-size:.72rem}.mediaPage{width:min(1380px,calc(100% - 280px))}.mediaPage>header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.mediaPage>header h1{margin:7px 0;font-size:clamp(2rem,4vw,3.4rem)}.mediaPage>header p{margin:0;color:var(--muted)}.mediaChannel{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--line);border-left:3px solid #20a464;border-radius:10px;background:#181a1c}.mediaChannel img,.mediaChannel>svg{width:42px;height:42px;border-radius:50%;object-fit:cover}.mediaChannel>svg{padding:9px;color:#fff;background:#7d3cc9}.mediaChannel div{display:grid;grid-gap:2px;gap:2px}.mediaChannel small,.mediaChannel span{color:var(--muted);font-size:.72rem}.mediaChannel small{margin-left:auto}.mediaTabs{display:flex;gap:8px;margin:22px 0 16px}.mediaTabs button{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:8px 13px;border:1px solid var(--line);border-radius:9px;color:var(--muted);background:#181a1c;cursor:pointer}.mediaTabs button svg{width:17px}.mediaTabs button b{min-width:23px;padding:2px 6px;border-radius:99px;color:#fff;background:#323638}.mediaTabs button.active{border-color:#d52b2f;color:#fff;background:#282123}.mediaTabs button.active b{background:#d52b2f}.mediaGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:15px;gap:15px}.mediaCard{overflow:hidden;border:1px solid var(--line);border-radius:11px;background:#181a1c}.mediaThumb{position:relative;display:grid;place-items:center;aspect-ratio:16/9;overflow:hidden;color:var(--muted);background:#101112}.mediaThumb img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.mediaCard:hover .mediaThumb img{transform:scale(1.025)}.mediaThumb>svg{width:42px;height:42px}.mediaThumb i,.mediaThumb span{position:absolute;padding:4px 7px;border-radius:5px;color:#fff;background:#090a0bdb;font-size:.68rem;font-style:normal;font-weight:800}.mediaThumb span{right:8px;bottom:8px}.mediaThumb i{top:8px;left:8px;background:#d52b2f}.mediaCardBody{display:grid;grid-gap:7px;gap:7px;padding:13px}.mediaCardBody>p,.mediaCardBody>small{margin:0;color:var(--muted);font-size:.7rem}.mediaCardBody h2{min-height:2.5em;margin:0;overflow:hidden;font-size:1rem;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.mediaCardBody footer{display:flex;align-items:center;gap:8px;margin-top:5px}.mediaCardBody footer .button{flex:1 1}.mediaCardBody .iconButton{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--line);border-radius:8px;color:#fff;background:#242729}.mediaCardBody .iconButton svg{width:16px}.mediaIngestNote{padding:12px 14px;border-left:3px solid #3477c9;color:var(--muted);background:#17202a;font-size:.78rem}.mediaConnect{min-height:430px}.selectedMediaSource{display:grid;grid-template-columns:120px 1fr auto;align-items:center;grid-gap:13px;gap:13px;padding:11px;border:1px solid #3477c9;border-radius:10px;background:#17202a}.selectedMediaSource>img{width:120px;aspect-ratio:16/9;border-radius:7px;object-fit:cover}.selectedMediaSource>svg{width:34px;margin:auto}.selectedMediaSource>div{display:grid;grid-gap:3px;gap:3px}.selectedMediaSource small,.selectedMediaSource span{color:var(--muted);font-size:.7rem}.selectedMediaSource>a{color:#b4d1f5;font-size:.75rem;white-space:nowrap}.selectedMediaSource.sourceReady{border-color:#20a464;background:#17251f}.selectedMediaSource>button{justify-self:end;white-space:nowrap}.twitchBatchNotice{margin:0;padding:12px 14px;color:#d8e6f3;background:#151c23;border:1px solid #3477c9;border-radius:10px;font-size:.82rem;line-height:1.5}@media (max-width:1150px){.mediaGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:800px){.mediaPage{width:100%}.mediaPage>header{flex-direction:column}.mediaGrid{grid-template-columns:1fr}.mediaTabs{overflow-x:auto}.mediaTabs button{flex:0 0 auto}.mediaChannel small{display:none}.selectedMediaSource{grid-template-columns:80px 1fr}.selectedMediaSource>img{width:80px}.selectedMediaSource>a{grid-column:2}}.disconnectButton{min-height:36px;border:0;color:#e8797c;background:transparent;text-align:left;cursor:pointer}.reviewLoading{min-height:70vh;display:grid;place-content:center;justify-items:center;grid-gap:12px;gap:12px;color:var(--muted)}.processingProjectPage{width:min(920px,calc(100% - 32px));min-height:78vh;margin:34px auto 80px;display:grid;align-content:center;grid-gap:22px;gap:22px}.processingProjectPage>header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}.processingProjectPage h1{margin:8px 0;font-size:clamp(2rem,5vw,3.4rem)}.processingProjectPage header p{max-width:680px;color:var(--muted)}.processingAnimation{position:relative;width:116px;height:116px;margin:8px auto -6px;display:grid;place-items:center}.processingAnimation>i{position:absolute;inset:0;border:2px solid #2466a8;border-radius:50%;animation:processingPulse 2.4s ease-out infinite}.processingAnimation>i:nth-child(2){animation-delay:.8s}.processingAnimation>i:nth-child(3){animation-delay:1.6s}.processingAnimation svg{width:34px;height:34px;color:#e52b31}@keyframes processingPulse{0%{opacity:0;transform:scale(.35)}30%{opacity:.8}to{opacity:0;transform:scale(1)}}.liveJobProgress{display:grid;grid-gap:12px;gap:12px;padding:20px;border:1px solid #35404b;border-radius:16px;background:#191d20}.liveJobHeading,.liveJobStage,.liveJobTiming{display:flex;justify-content:space-between;gap:16px;align-items:center}.liveJobOverall{display:inline-flex;align-items:baseline;gap:8px}.liveJobOverall small{color:#7f8d9b;font-size:.68rem;text-transform:uppercase;letter-spacing:.06em}.liveJobOverall b{color:#5ea4ee;font-size:1.35rem}.liveJobActivity{display:inline-flex;align-items:center;gap:8px;color:var(--muted)}.liveJobActivity.active{color:#55c887}.liveJobActivity svg{width:17px;height:17px}.liveJobBar{position:relative;height:10px;overflow:hidden;border-radius:999px;background:#292f34}.liveJobBar>i{display:block;height:100%;border-radius:inherit;background:#246fba;transition:width .45s ease}.liveJobBar>em{position:absolute;top:0;bottom:0;width:44px;background:rgba(255,255,255,.22);animation:progressScan 1.8s linear infinite}@keyframes progressScan{0%{left:-44px}to{left:100%}}.liveJobStage strong{font-size:.95rem}.liveJobStage span{color:#9ca8b6;font-size:.78rem;white-space:nowrap}.liveJobPhase{display:grid;grid-gap:9px;gap:9px;padding:14px 15px;border:1px solid #354b40;border-radius:12px;background:#19231e}.liveJobPhaseHeading{display:flex;align-items:center;justify-content:space-between;gap:14px}.liveJobPhaseHeading>span{display:grid;grid-gap:3px;gap:3px}.liveJobPhaseHeading small{color:#7fa68e;font-size:.66rem;text-transform:uppercase;letter-spacing:.07em}.liveJobPhaseHeading strong{color:#e5eee8;font-size:.92rem}.liveJobPhaseHeading>b{color:#62d092;font-size:.82rem;white-space:nowrap}.liveJobPhase p{margin:0;color:#aab8af;font-size:.8rem;line-height:1.45}.liveJobBar.phase{height:7px;background:#29372f}.liveJobBar.phase>i{background:linear-gradient(90deg,#258454,#5bc688)}.liveJobBar.phase.indeterminate>i{min-width:72px;animation:phaseDrift 2.2s ease-in-out infinite alternate}@keyframes phaseDrift{0%{transform:translateX(-35%)}to{transform:translateX(195%)}}.liveJobPhaseElapsed{display:inline-flex;align-items:center;gap:6px;color:#82998b;font-size:.72rem}.liveJobPhaseElapsed svg{width:13px;height:13px}.liveJobTiming{padding-top:12px;border-top:1px solid var(--line);flex-wrap:wrap}.liveJobTiming span{display:inline-flex;gap:6px;align-items:center;color:#aeb8c2;font-size:.8rem}.liveJobTiming svg{width:14px;height:14px;color:#e34a4f}.liveJobTiming small{width:100%;color:#788693}.liveJobProgress.compact{gap:7px;padding:10px 11px;border-radius:10px}.liveJobProgress.compact .liveJobOverall small{display:none}.liveJobProgress.compact .liveJobOverall b{font-size:.85rem}.liveJobProgress.compact .liveJobActivity{font-size:.72rem}.liveJobProgress.compact .liveJobBar{height:5px}.liveJobProgress.compact .liveJobStage{align-items:flex-start}.liveJobProgress.compact .liveJobStage span,.liveJobProgress.compact .liveJobStage strong{font-size:.68rem}.liveJobProgress.compact .liveJobPhase{gap:6px;padding:8px 9px}.liveJobProgress.compact .liveJobPhaseHeading small{font-size:.56rem}.liveJobProgress.compact .liveJobPhaseHeading strong,.liveJobProgress.compact .liveJobPhaseHeading>b{font-size:.66rem}.liveJobProgress.compact .liveJobBar.phase{height:4px}.processingNotice{padding:17px 19px;border-left:4px solid #268250;background:#1b211e}.processingNotice p{margin:5px 0}.processingNotice small{color:var(--muted)}.reviewPage{width:min(1420px,calc(100% - 32px));margin:28px auto 90px}.reviewPage>header h1{margin:9px 0;font-size:2.8rem}.reviewPage>header p{color:var(--muted)}.reviewGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:16px}.reviewSectionTitle{margin:2rem 0 .8rem}.aiEditStudio{margin:2.2rem 0;padding:1.5rem;display:grid;grid-template-columns:1.1fr 1.5fr;grid-gap:1rem 1.5rem;gap:1rem 1.5rem;align-items:end}.aiEditStudio textarea{width:100%;min-height:92px}.aiEditStudio .button{justify-self:end}.soundLibraryGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.55rem;gap:.55rem}.soundLibraryGrid button{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:.45rem;gap:.45rem;text-align:left}.soundLibraryGrid small{opacity:.65}.subtitleVoiceLayer{display:flex;flex-direction:column;gap:.1rem}.subtitleVoiceLayer small{font-size:.65rem;letter-spacing:.08em;text-transform:uppercase}.timelineThumbStrip{position:absolute;inset:0;z-index:0;display:flex;opacity:.74;pointer-events:none;overflow:hidden}.timelineThumbStrip i{flex:1 1;background-size:cover;background-position:50%}.audioWaveform{height:30px;display:inline-flex;align-items:center;gap:2px;flex:1 1;opacity:.7}.audioWaveform i{width:3px;min-height:3px;border-radius:2px;background:currentColor}.audioWaveform.compact{position:absolute;inset:2px 24px;height:auto;justify-content:center;opacity:.35}.audioWaveform.compact .waveformLoop{position:relative;min-width:6px;height:100%;display:flex;align-items:center;justify-content:space-around;gap:1px;padding:0;overflow:hidden;border:0;border-radius:0;background:transparent}.audioWaveform.compact .waveformLoop>i{flex:1 1;width:auto;max-width:3px;background:currentColor}.audioWaveform.compact .waveformLoop>b{position:absolute;left:0;top:0;bottom:0;width:2px;border-left:2px dashed #f5c451}.elementTimelineLane button{background-size:cover;background-position:50%}.aiJobBanner{display:flex;gap:1rem;align-items:center;padding:1.1rem 1.3rem;margin:1rem 0}.aiJobBanner>svg{width:30px;height:30px;color:#e05256}.aiJobBanner>div{flex:1 1;display:grid;grid-gap:.35rem;gap:.35rem}.aiJobBanner small,.aiJobBanner span{opacity:.76}.aiJobBanner div div{height:8px;overflow:hidden;border-radius:99px;background:#ffffff17}.aiJobBanner div div i{display:block;height:100%;border-radius:inherit;background:#d52b2f;transition:width .4s ease}.previewQuality{display:flex;align-items:center;gap:.45rem;font-size:.75rem}.previewQuality select{background:#25282b;color:white;border:1px solid #ffffff22;border-radius:8px;padding:.4rem}.socialGuideControl{display:flex;align-items:center;gap:5px;min-height:34px;padding:3px 5px;border:1px solid #484e54;border-radius:8px;background:#292c2f}.socialGuideControl.active{border-color:#d52b2f}.socialGuideControl>label{display:flex;align-items:center;gap:5px;color:#cfd3dc;font-size:.7rem;cursor:pointer}.socialGuideControl input{width:15px;height:15px;margin:0;accent-color:#d52b2f}.socialGuideControl select{max-width:128px;padding:5px 6px;border:1px solid #484e54;border-radius:6px;color:#fff;background:#202224;font-size:.68rem}.socialGuideControl select:disabled{opacity:.45}.socialGuideControl small{color:#ef9b9e;font-size:.58rem;white-space:nowrap}.socialInterfaceGuide{position:absolute;z-index:98;inset:0;overflow:hidden;pointer-events:none;color:#fff;font-size:clamp(.42rem,1.25vw,.72rem);font-weight:800;text-shadow:0 1px 2px #000}.socialInterfaceGuide>span{position:absolute;display:grid;place-items:center;box-sizing:border-box;padding:4px;border:1px dashed #ffb3b5;background:#d52b2f66;text-align:center;line-height:1.25}.socialGuideTop{top:0;left:0;right:0;height:8%}.socialGuideActions{right:0;width:17%}.socialGuideCaption{left:0;bottom:4%;align-items:end!important;justify-items:start!important;padding:6px!important;text-align:left!important}.socialGuideBottom{left:0;right:0;bottom:0;height:4%}.social-tiktok .socialGuideActions{top:36%;height:42%}.social-tiktok .socialGuideCaption{width:84%;height:21%}.social-youtube .socialGuideTop{height:7%}.social-youtube .socialGuideActions{top:39%;height:41%;width:18%}.social-youtube .socialGuideCaption{width:82%;height:18%;bottom:5%}.social-youtube .socialGuideBottom{height:5%}.social-instagram .socialGuideTop{height:10%}.social-instagram .socialGuideActions{top:51%;height:35%;width:17%}.social-instagram .socialGuideCaption{width:83%;height:20%}.social-facebook .socialGuideTop{height:11%}.social-facebook .socialGuideActions{top:44%;height:41%;width:18%}.social-facebook .socialGuideCaption{width:82%;height:21%}.framingSuggestions{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.45rem;gap:.45rem}.layerDepthControls{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem;margin-top:1rem}.layerDepthControls label{grid-column:1/-1}@media (max-width:760px){.aiEditStudio{grid-template-columns:1fr}}.reviewClip{display:grid;grid-template-columns:126px minmax(0,1fr) auto;grid-gap:15px;gap:15px;padding:18px;border:1px solid var(--line);border-radius:18px;background:var(--panel)}.reviewThumb{min-height:132px;display:grid;place-content:center;justify-items:center;grid-gap:7px;gap:7px;border-radius:12px;color:#9bc4f3;background:#25282b}.reviewClip small,.reviewClip>div:nth-child(2)>span,.reviewThumb span{color:var(--muted);font-size:.72rem}.reviewClip h2{margin:5px 0;font-size:1.05rem}.reviewClip p{color:var(--muted);line-height:1.45;font-size:.84rem}.reviewClip>b{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:#08231c;background:var(--mint)}.reviewHero{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;grid-gap:1.25rem;gap:1.25rem;padding:1.4rem;border:1px solid var(--line);border-radius:18px;background:#1b1e20}.reviewHero h1{margin:.35rem 0}.reviewHero p{max-width:780px;margin:0;color:var(--muted)}.reviewHeroStats{display:flex;gap:.6rem}.reviewHeroStats span{min-width:88px;display:grid;grid-gap:.15rem;gap:.15rem;padding:.75rem;border:1px solid #3e4449;border-radius:12px;color:var(--muted);text-align:center;font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;background:#24272a}.reviewHeroStats b{color:#fff;font-size:1.3rem}.reviewHeroActions{display:grid;grid-gap:.55rem;gap:.55rem;min-width:190px}.reviewHeroActions button{width:100%;justify-content:center}.reviewTabs{position:-webkit-sticky;position:sticky;top:0;z-index:15;display:flex;gap:.45rem;margin-top:1.2rem;padding:.55rem;overflow-x:auto;border:1px solid var(--line);border-radius:14px;background:#181a1c}.reviewTabs button{min-height:42px;display:flex;align-items:center;gap:.45rem;padding:.55rem .75rem;border:1px solid transparent;border-radius:9px;color:#bdc4ca;background:transparent;white-space:nowrap;cursor:pointer}.reviewTabs button:hover{border-color:#485058;color:#fff;background:#24282b}.reviewTabs button.active{border-color:#2e75b8;color:#fff;background:#173653}.reviewTabs svg{width:17px;height:17px}.reviewTabs b{min-width:22px;padding:.15rem .35rem;border-radius:99px;color:#fff;background:#343a3f;font-size:.68rem}.reviewTabs button.active b{background:#2e75b8}.reviewFilters{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:.8rem 0 0;padding:.7rem .9rem;border:1px solid var(--line);border-radius:11px;color:var(--muted);background:#202326}.reviewFilters label{display:flex;align-items:center;gap:.65rem}.reviewFilters input{width:190px;accent-color:#2e75b8}.reviewFilters b{min-width:32px;color:#fff}.reviewClipContent{min-width:0}.clipEvidence{display:grid;grid-gap:.3rem;gap:.3rem;margin:.7rem 0 0;padding:.65rem .75rem;border-left:3px solid #3477c9;background:#171c20;color:#cbd4dc;font-size:.76rem;line-height:1.45}.clipEvidence strong{color:#75b5f8;font-size:.65rem;letter-spacing:.06em;text-transform:uppercase}.clipEvidence span{overflow-wrap:anywhere}.feedbackButton.active{border-color:#28a66a;background:#153c2b;color:#c6f5d9}.feedbackButton.active.negative{border-color:#c85d66;background:#421f24;color:#ffd5d8}.feedbackButton svg{width:15px;height:15px}.emptyCandidates{padding:1.25rem;border:1px solid #3c4952;border-radius:12px;background:#171c20}.emptyCandidates p{max-width:72ch;color:#aeb9c1}.reviewClipMeta{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.reviewClipMeta>span{color:#6eafe8;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.reviewClipMeta>i{color:#78c991;font-size:.7rem;font-style:normal}.signalChips{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.65rem}.signalChips span{padding:.25rem .45rem;border:1px solid #42494f;border-radius:99px;color:#bfc7ce;background:#25292c;font-size:.67rem}.signalChips .emotion{border-color:#a44045;color:#ffafb2;background:#3b2023}.signalChips .event{border-color:#397d4d;color:#9de0ae;background:#1f3826}.matchMeter{display:grid;grid-template-columns:auto minmax(70px,1fr) 26px;align-items:center;grid-gap:.5rem;gap:.5rem;margin-top:.7rem;color:var(--muted);font-size:.68rem}.matchMeter>span{display:flex;align-items:center;gap:.3rem}.matchMeter svg{width:13px;height:13px}.matchMeter>div{height:5px;overflow:hidden;border-radius:99px;background:#3a3f43}.matchMeter>div i{display:block;height:100%;background:#2e75b8}.matchMeter>b{color:#fff;text-align:right}.candidateScore{width:58px;height:58px;display:grid;place-content:center;border:2px solid #586169;border-radius:50%;text-align:center;background:#202326}.candidateScore strong{line-height:1;color:#fff;font-size:1.15rem}.candidateScore span{margin-top:2px;color:var(--muted);font-size:.56rem}.candidateScore.score-top{border-color:#42b96b;background:#183522}.candidateScore.score-good{border-color:#2e75b8;background:#182f43}.candidateScore.score-medium{border-color:#c98b33;background:#3a2b18}.candidateScore.score-low{border-color:#8d4448;background:#382023}.emptyReviewCollection{min-height:260px;display:grid;place-content:center;justify-items:center;margin-top:1rem;border:1px dashed #485058;border-radius:16px;color:var(--muted);text-align:center;background:#1c1f21}.emptyReviewCollection svg{width:34px;height:34px;color:#2e75b8}.emptyReviewCollection h2{margin:.8rem 0 .2rem;color:#fff}.reviewClip footer{grid-column:1/-1;display:flex;gap:8px}.reviewClip footer .ghostButton{min-height:42px}@media (max-width:760px){.reviewGrid{grid-template-columns:1fr}.reviewClip{grid-template-columns:70px 1fr auto}.reviewPage>header h1{font-size:2.2rem}}@media (max-width:1120px){.reviewGrid,.reviewHero{grid-template-columns:1fr}.reviewHeroStats{flex-wrap:wrap}}.accountPassword>label{display:grid;grid-gap:7px;gap:7px;margin-top:17px;color:var(--muted);font-size:.78rem}.accountPassword input{padding:11px;color:#fff;border:1px solid #484d52;border-radius:10px;background:#17191b}.accountPassword .button{width:100%;margin-top:18px}.stableOptionGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px;gap:6px}.editorShellV2{grid-template-rows:64px 48px minmax(0,1fr) var(--timeline-height,390px)}.premiumTimeline{min-width:0;padding:10px 16px 12px;border-top:1px solid #303646;background:#1c1e20;overflow:auto}.premiumTimeline header{display:flex;align-items:center;gap:9px;margin-bottom:8px}.premiumTimeline header span{color:#858da0;font-size:.72rem}.premiumTimeline header button{min-height:31px;padding:5px 10px;border:1px solid #353c4e;border-radius:7px;color:#dce0e9;background:#2b2f33;cursor:pointer}.premiumTimeline header button:first-of-type{margin-left:auto;background:#2f7de1}.premiumTimeline header .timelineIconButton{width:34px;height:32px;min-height:32px;display:grid;place-items:center;padding:6px}.timelineIconButton svg{width:17px;height:17px}.premiumTimeline header .dangerButton{margin-top:0}.timelineRuler{position:relative;height:32px;margin-left:70px;border-bottom:1px solid #373d4d;cursor:crosshair;background:#1c1e20}.timelineTick{position:absolute;z-index:1;top:0;bottom:0;width:1px;padding:0;border-left:1px solid #4c535a;pointer-events:none}.timelineTick b{position:absolute;top:1px;left:4px;color:#aeb5c3;font-size:.58rem;font-weight:500;white-space:nowrap}.timelineTick:last-of-type b{left:auto;right:4px}.exportRangeSelection{position:absolute;z-index:2;top:18px;bottom:0;display:block;min-width:2px;border-top:3px solid #20a464;background:#20a4642b;pointer-events:none}.exportRangeHandle{position:absolute;z-index:3;top:-8px;width:10px;height:20px;padding:0;border:2px solid #dff7ea;border-radius:3px;background:#20a464;cursor:ew-resize;pointer-events:auto}.exportRangeHandle.start{left:-5px}.exportRangeHandle.end{right:-5px}.timelineRuler i{position:absolute;z-index:5;top:0;bottom:-145px;width:2px;background:#d52b2f;pointer-events:none}.timelineLane{display:grid;grid-template-columns:62px minmax(0,1fr);grid-gap:8px;gap:8px;align-items:stretch;margin-top:7px}.timelineLane>b{display:grid;place-items:center;color:#8992a6;font-size:.65rem}.timelineLane>div{min-width:0;height:48px;display:flex;gap:3px}.timelineLane button,.timelineLane span{min-width:35px;display:flex;align-items:center;justify-content:center;gap:8px;padding:5px;overflow:hidden;border:1px solid #3f4870;border-radius:6px;color:#e5eef9;background:#51409f;font-size:.7rem}.timelineLane button{position:relative;cursor:pointer}.timelineLane button:not(.outroTimelineBlock),.timelineLane button>small{z-index:1;text-shadow:0 1px 3px #000}.timelineLane button.active{outline:2px solid #42bf7d}.timelineEditBar{display:flex;align-items:center;gap:8px;margin:0 0 6px 70px}.timelineEditBar>strong{color:#dce0e9;font-size:.75rem}.timelineEditBar>span{color:#9199aa;font-size:.68rem}.timelineEditBar button,.timelineEditBar select{min-height:30px;padding:5px 8px;border:1px solid #484e54;border-radius:7px;color:#dce0e9;background:#292c2f}.timelineEditBar label{display:flex;align-items:center;gap:6px;color:#9199aa;font-size:.68rem}.timelineEditBar input{width:90px;accent-color:#2f7de1}.outroMiniPreview{min-height:145px;display:grid;place-content:center;grid-gap:9px;gap:9px;padding:15px;border:1px solid #4c535a;border-radius:12px;text-align:center}.outroMiniPreview strong{font-size:1.25rem}.outroMiniPreview span{color:#d3d6e0;font-size:.78rem}.toggleRow{display:flex!important;align-items:center}.toggleRow input{width:auto!important}.timelineLane small{color:#bcb5e3}.audioLane>div{height:36px}.audioLane span{border-color:#276c63;color:#bdebd2;background:#1d6258}.audioLane span i{width:45%;height:18px;background:var(--green);opacity:.65}.stableOptionGrid button{min-height:36px;padding:7px;border:1px solid #41474c;border-radius:8px;color:#cbd0dc;background:#292c2f;cursor:pointer}.stableOptionGrid button.active{color:#fff;border-color:#438ce7;background:#244c78}.canvasSubtitle.subtitle-effect-flames,.canvasSubtitle.subtitle-effect-glow,.canvasSubtitle.subtitle-effect-neon,.exportSubtitle.subtitle-effect-flames,.exportSubtitle.subtitle-effect-glow,.exportSubtitle.subtitle-effect-neon{text-shadow:0 0 var(--subtitle-glow-small) var(--subtitle-effect-color),0 0 var(--subtitle-glow-medium) var(--subtitle-effect-color),0 0 var(--subtitle-glow-large) var(--subtitle-effect-color)!important}.canvasOutroPreview{position:absolute;z-index:20;inset:0;display:grid;place-content:center;justify-items:center;grid-gap:clamp(8px,2vh,20px);gap:clamp(8px,2vh,20px);padding:8%;box-sizing:border-box;overflow:hidden;background-position:50%;background-size:cover;text-align:center}.canvasOutroPreview span,.canvasOutroPreview strong,.outroMiniPreview span,.outroMiniPreview strong{display:block;max-width:100%;overflow-wrap:anywhere;word-break:break-word;white-space:normal}.canvasOutroPreview strong{font-size:clamp(1.2rem,5vw,4.5rem);line-height:1.05}.canvasOutroPreview span{max-width:90%;color:#f1f2f7;font-size:clamp(.75rem,2.3vw,2rem);line-height:1.25}.outroMiniPreview{background-position:50%;background-size:cover;overflow:hidden}.outroMiniPreview strong{font-size:clamp(.9rem,1.6vw,1.25rem)}.outroMiniPreview span{max-width:100%}.preview-transition-fade canvas{animation:previewFade .55s ease-out}.preview-transition-wipeleft canvas{animation:previewWipe .55s ease-out}.preview-transition-slideright canvas{animation:previewSlide .55s ease-out}.preview-transition-circleopen canvas{animation:previewCircle .6s ease-out}.preview-transition-dissolve canvas{animation:previewDissolve .65s ease-out}@keyframes previewFade{0%{opacity:.05}}@keyframes previewWipe{0%{-webkit-clip-path:inset(0 0 0 100%);clip-path:inset(0 0 0 100%)}}@keyframes previewSlide{0%{transform:translateX(-100%)}}@keyframes previewCircle{0%{-webkit-clip-path:circle(0 at 50% 50%);clip-path:circle(0 at 50% 50%)}}@keyframes previewDissolve{0%{opacity:.15;filter:blur(12px)}to{opacity:1;filter:none}}.outroTimelineBlock{background:#2f7de1!important;border-color:#62a0eb!important}.outroAudioBlock{background:#2b3948!important}.timedLane>div{position:relative;height:34px;overflow:hidden;background:#151719}.timedLane button{position:absolute;top:2px;bottom:2px;min-width:18px;padding:3px 6px;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:-webkit-grab;cursor:grab;touch-action:none}.subtitleTimelineLane button{color:#d7f3e4;border-color:#278b75;background:#226f61}.elementTimelineLane button{bottom:auto;height:26px;color:#fff0cc;border-color:#a57432;background:#79501f}.timelineTimingEditor{display:flex;align-items:center;gap:12px;margin:7px 0 0 70px;padding:6px 9px;border:1px solid #303748;border-radius:8px;background:#121722}.timelineTimingEditor strong{margin-right:auto;font-size:.72rem}.timelineTimingEditor label{display:flex;align-items:center;gap:5px;color:#9ca4b5;font-size:.68rem}.timelineTimingEditor input{width:78px;padding:5px;border:1px solid #484e54;border-radius:6px;color:#fff;background:#151719}.canvasLayer video{width:100%;height:100%;object-fit:contain;pointer-events:none}.timelineResizeHandle{position:absolute;z-index:8;top:0;left:0;right:0;width:100%;height:10px!important;min-height:10px!important;padding:0!important;border:0!important;background:transparent!important;cursor:ns-resize!important}.timelineResizeHandle i{display:block;width:58px;height:4px;margin:auto;border-radius:5px;background:#515a70}.premiumTimeline{position:relative;padding-top:14px}.timingHandle{position:absolute!important;z-index:4;top:0;bottom:0;width:8px!important;height:auto!important;background:#d7f3e4!important;cursor:ew-resize;opacity:.75}.timingHandle.start{left:0}.timingHandle.end{right:0}.timedLane button.active .timingHandle,.timedLane button:hover .timingHandle,.timelineLane button.active>.timingHandle,.timelineLane button:hover>.timingHandle{opacity:1;background:#fff!important}.focusPreviewMode .editorWorkspace{grid-template-columns:0 minmax(0,1fr) 0}.focusPreviewMode .editorInspector,.focusPreviewMode .layerPanel{padding:0;overflow:hidden;border:0}.focusPreviewMode .editorCenter{padding:6px}.focusPreviewMode .compositionStage{max-width:100%;max-height:100%}.timelineCollapsed{grid-template-rows:64px 48px minmax(0,1fr) 0}.timelineCollapsed .premiumTimeline{display:none}.dashboardHome,.editorHistoryPage{max-width:1500px}.historyFilters{display:grid;grid-template-columns:minmax(260px,1fr) minmax(180px,280px);grid-gap:10px;gap:10px;margin:18px 0 24px}.historyFilters input,.historyFilters select{min-height:44px;padding:10px 12px;color:#eef2f5;border:1px solid #41484e;border-radius:7px;background:#171a1d}.portfolioGroup{margin:0 0 26px}.portfolioGroup>h2{display:flex;align-items:center;gap:8px;margin:0 0 10px;font-size:1rem}.portfolioGroup>h2 svg{width:18px;color:#2f7de1}.portfolioGroup>h2 small{padding:2px 7px;color:#abb4bc;border-radius:10px;background:#292d31}.savedProjectsCount{align-self:center;padding:7px 10px;border:1px solid #3e474d;border-radius:7px;color:#c7d0d6;background:#202427;font-size:.76rem}.masterProjectGroup{padding:14px;border:1px solid #343b40;border-radius:10px;background:#171a1c}.masterProjectGroup>h2{min-width:0;margin-bottom:14px}.masterProjectGroup>h2>svg{flex:0 0 auto;width:22px}.masterProjectGroup>h2>span{min-width:0;display:grid;grid-gap:2px;gap:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.masterProjectGroup>h2>span small{padding:0;color:#8d989f;background:transparent;font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.masterProjectGroup>h2>em{margin-left:auto;padding:4px 8px;border-radius:5px;color:#d9ecff;background:#244c78;font-size:.68rem;font-style:normal;text-transform:uppercase}.masterProjectGroup>h2>b{min-width:25px;padding:3px 7px;border-radius:12px;color:#d7dde1;background:#292d31;font-size:.7rem;text-align:center}.masterProjectGroup.source-broadcast>h2>svg{color:#e32b32}.masterProjectGroup.source-clip>h2>svg{color:#20a464}.masterProjectGroup.source-video>h2>svg{color:#2f7de1}.masterProjectGroup .historyGrid article{background:#202326}.historyGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));grid-gap:10px;gap:10px}.historyGrid article{min-width:0;padding:14px;display:grid;grid-gap:11px;gap:11px;border:1px solid #383e43;border-radius:8px;background:#1b1e21}.historyGrid article span{color:#8d989f;font-size:.7rem}.historyGrid article h3{margin:4px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.95rem}.historyGrid article p{margin:0;display:flex;align-items:center;gap:6px;color:#9ca5ac;font-size:.72rem}.historyGrid article p svg{width:14px}.historyGrid article .button{justify-self:start}@media (max-width:760px){.historyFilters{grid-template-columns:1fr}}.dashboardMetrics{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboardQuotaGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;margin:18px 0 14px}.dashboardStorageCard>article,.quotaCard{padding:22px;border:1px solid var(--line);border-radius:18px;background:var(--panel)}.dashboardStorageCard header,.quotaCard header{display:flex;gap:12px;align-items:center}.dashboardStorageCard header svg,.quotaCard header svg{flex:0 0 auto;color:#62a0eb}.dashboardStorageCard header div,.quotaCard header div{min-width:0;display:grid;grid-gap:4px;gap:4px}.dashboardStorageCard header span,.quotaCard footer small,.quotaCard header span{color:var(--muted);font-size:.75rem}.insightBar{height:10px;overflow:hidden;margin:22px 0 11px;border-radius:10px;background:#32363a}.insightBar i{display:block;height:100%;border-radius:inherit;background:var(--blue)}.quotaCard footer{display:grid;grid-gap:5px;gap:5px}.quotaCard footer small:first-child{color:#dfe8f2;font-weight:700}.dashboardStorageCard{margin:0 0 34px}.dashboardStorageCard>article{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:20px;gap:20px;align-items:center}.storageNumber{margin:0;font-size:2.5rem;font-weight:850;white-space:nowrap}.storageNumber small{color:var(--muted);font-size:.85rem}.recentActivity>div:last-child{display:grid;grid-gap:8px;gap:8px}.recentActivity>div:last-child>a{display:grid;grid-template-columns:36px 1fr auto auto;grid-gap:12px;gap:12px;align-items:center;padding:13px 15px;border:1px solid var(--line);border-radius:12px;color:inherit;background:var(--panel);text-decoration:none}.recentActivity .liveJobProgress{grid-column:2/-1;width:100%}.recentActivity a>svg{color:#62a0eb}.recentActivity a>div{display:grid;grid-gap:3px;gap:3px}.recentActivity a small,.recentActivity a span{color:var(--muted);font-size:.72rem}.compactEmpty{min-height:180px}.projectsPage{max-width:1500px}.projectsGallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:26px}.projectPreviewCard{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:var(--panel)}.projectVisual{position:relative;min-height:170px;display:grid;place-items:center;overflow:hidden;color:#fff;text-decoration:none;background:#24272a}.projectVisual>div{display:grid;justify-items:center;grid-gap:3px;gap:3px}.projectVisual svg{width:35px;color:#9bc4f3}.projectVisual b{font-size:2.2rem}.projectVisual span{color:#b8bed0;font-size:.72rem;text-transform:uppercase}.projectVisual>i{position:absolute;left:0;bottom:0;height:5px;background:#20a464}.projectPreviewBody{display:grid;grid-gap:10px;gap:10px;padding:18px}.projectPreviewBody h2{min-height:2.4em;margin:0;font-size:1.08rem}.projectMeta{display:flex;gap:14px;color:#b6bdcc;font-size:.76rem}.projectMeta span{display:flex;align-items:center;gap:5px}.projectMeta svg{width:14px}.projectPreviewBody>small{color:var(--muted)}.projectPreviewBody footer{display:flex;gap:8px;align-items:center;margin-top:4px}.projectPreviewBody footer .dangerButton{min-height:36px;margin:0}.projectPreviewBody footer svg{width:14px}@media (max-width:1100px){.dashboardMetrics,.projectsGallery{grid-template-columns:repeat(2,1fr)}}@media (max-width:1000px){.dashboardQuotaGrid{grid-template-columns:1fr}}@media (max-width:700px){.dashboardMetrics,.dashboardStorageCard>article,.projectsGallery{grid-template-columns:1fr}.recentActivity>div:last-child>a{grid-template-columns:30px 1fr auto}.liveJobHeading,.liveJobStage,.processingProjectPage>header{align-items:flex-start;flex-direction:column}}.batchScheduleFields{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.batchScheduleFields label{min-width:0}.batchScheduleSummary{display:grid;grid-gap:7px;gap:7px;padding:15px 16px;border:1px solid #3b5f78;border-radius:14px;background:#1c252b}.batchScheduleSummary strong{color:#e8f6ff}.batchScheduleSummary span{color:#c7d6df;font-size:.82rem}.batchScheduleSummary small,.publishForm>label>small{color:#91a0a9;line-height:1.45}.batchIntervalPresets{display:flex;flex-wrap:wrap;gap:6px}.batchIntervalPresets button{padding:6px 8px;border:1px solid #47535b;border-radius:8px;color:#bcc8cf;background:#20262a;cursor:pointer;font-size:.7rem}.batchIntervalPresets button.active{border-color:#3c91e6;color:#fff;background:#19466d}@media (max-width:720px){.batchScheduleFields{grid-template-columns:1fr}}.voiceSettingsGrid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);grid-gap:1.25rem;gap:1.25rem;margin-top:1.5rem}.voiceProfileForm,.voiceProfileList{padding:1.4rem}.voiceProfileForm h2,.voiceProfileList h2{display:flex;align-items:center;gap:.55rem}.voiceProfileForm{display:grid;grid-gap:1rem;gap:1rem}.voiceProfileList article{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.voiceProfileList article div{display:grid;grid-gap:.2rem;gap:.2rem}.voiceProfileList article small,.voiceProfileList article span{color:var(--muted)}@media(max-width:800px){.voiceSettingsGrid{grid-template-columns:1fr}}.voiceRecordingGuide{display:grid;grid-gap:.8rem;gap:.8rem;padding:1rem;border:1px solid rgba(111,168,255,.24);border-radius:16px;background:rgba(30,92,168,.1)}.voiceRecordingGuide ul{display:grid;grid-gap:.35rem;gap:.35rem;margin:0;padding-left:1.2rem;color:var(--muted)}.voiceScriptHeader{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.voiceScriptHeader .ghostButton{white-space:nowrap}.voiceRecordingGuide blockquote{margin:0;padding:1rem;border-left:3px solid var(--accent);border-radius:0 12px 12px 0;background:rgba(0,0,0,.18);font-size:.94rem;line-height:1.65;color:var(--text)}.voiceProfileForm label small{display:block;margin-top:.35rem;color:var(--muted)}@media(max-width:560px){.voiceScriptHeader{align-items:flex-start;flex-direction:column}.voiceScriptHeader .ghostButton{width:100%}}