*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0b0b0f;color:#f5f5f5;overflow:hidden}button,input,textarea,select{font:inherit}button{border:1px solid #292932;background:#171720;color:#f5f5f5;border-radius:12px;padding:9px 12px;font-weight:850;cursor:pointer}button:hover{background:#242432}input,textarea,select{border:1px solid #292932;background:#111118;color:#f5f5f5;border-radius:12px;padding:10px 12px;outline:none}textarea{min-height:86px;resize:vertical}.app{height:100vh;display:grid;grid-template-rows:72px 1fr 28px}.topbar{display:flex;align-items:center;gap:14px;padding:0 18px;background:#101018;border-bottom:1px solid #24242c}.traffic{width:58px}.appBrand{min-width:280px;display:flex;align-items:center;gap:12px}.mark{width:44px;height:44px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,#f97316,#7c2d12);font-weight:1000}.appBrand strong{display:block}.appBrand span{display:block;color:#a1a1aa;font-size:12px;margin-top:3px}.projectName{flex:1;max-width:440px;margin:0 auto;text-align:center;background:transparent;border-color:transparent;font-weight:900}.projectName:hover,.projectName:focus{background:#111118;border-color:#292932}.topButtons{display:flex;gap:8px;min-width:360px;justify-content:flex-end}.orange,.primaryWide{background:#f97316;border-color:#f97316;color:#111}.workspace{min-height:0;display:grid;grid-template-columns:72px 292px minmax(300px,1fr) 318px;grid-template-rows:minmax(260px,1fr) 300px;grid-template-areas:"rail left editor right" "rail left timeline right"}.leftClosed .workspace{grid-template-columns:72px 0 minmax(300px,1fr) 318px}.rightClosed .workspace{grid-template-columns:72px 292px minmax(300px,1fr) 0}.leftClosed.rightClosed .workspace{grid-template-columns:72px 0 minmax(300px,1fr) 0}.bottomClosed .workspace{grid-template-rows:minmax(260px,1fr) 0}.rail{grid-area:rail;background:#101018;border-right:1px solid #24242c;padding:12px 8px;display:flex;flex-direction:column;gap:5px}.railItem,.railMini{min-height:48px;width:56px;border:0;background:transparent;color:#a1a1aa;display:grid;place-items:center;gap:2px;padding:5px;font-size:10px}.railItem span{font-size:18px;font-weight:1000}.railItem.active,.railItem:hover,.railMini:hover{background:#1c1c25;color:#f5f5f5}.railItem.active{outline:1px solid rgba(249,115,22,.55)}.railBottom{margin-top:auto;display:grid;gap:5px}.leftPanel{grid-area:left;min-width:0;overflow:hidden;background:#101018;border-right:1px solid #24242c;display:flex;flex-direction:column}.leftClosed .leftPanel{display:none}.rightPanel{grid-area:right;min-width:0;overflow:hidden;background:#101018;border-left:1px solid #24242c;display:flex;flex-direction:column}.rightClosed .rightPanel{display:none}.panelTitle{min-height:70px;border-bottom:1px solid #24242c;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px}.panelTitle strong{display:block;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.panelTitle span{display:block;color:#a1a1aa;font-size:12px;margin-top:4px}.panelContent{padding:16px;overflow:auto}.panelContent label{color:#a1a1aa;font-size:13px;display:block;margin:12px 0 7px}.ghost{color:#a1a1aa;background:#15151d}.wide,.primaryWide,.textPreset,.dangerWide{width:100%;margin-bottom:10px}.danger,.dangerWide{color:#fecaca;background:#3f1d1d;border-color:#7f1d1d}.tip,.empty,.card{border:1px solid #24242c;background:#15151d;color:#a1a1aa;border-radius:14px;padding:12px;margin-top:12px;line-height:1.45;font-size:12px}.card strong{color:#f5f5f5;display:block}.card span{display:block;margin-top:4px}.templateGrid,.shapeGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.templateGrid button{min-height:86px}.textPreset{background:#fff;color:#111;text-align:left}.headingPreset{font-size:24px}.subPreset{font-size:18px}.bodyPreset{font-size:14px}.swatch{min-height:74px}.orangeSwatch{background:#f97316}.darkSwatch{background:#111}.outlineSwatch{background:transparent;border:2px solid #f97316}.brandPreview{height:74px;border-radius:16px;margin-top:14px}.assetList,.layerList{display:grid;gap:8px;margin-top:12px}.assetItem,.layerItem{width:100%;text-align:left;background:#15151d;color:#f5f5f5;display:grid;align-items:center;gap:8px}.assetItem{grid-template-columns:48px 1fr}.layerItem{grid-template-columns:54px 1fr auto}.assetItem.selected,.layerItem.selected{outline:2px solid #f97316}.thumb{width:42px;height:42px;border-radius:10px;overflow:hidden;background:#24242c;display:grid;place-items:center}.thumb img,.thumb video{width:100%;height:100%;object-fit:cover}.thumb b{font-size:9px;text-transform:uppercase;color:#a1a1aa}.layerItem b{background:#f97316;color:#111;border-radius:999px;padding:4px 7px;font-size:10px;text-align:center;text-transform:uppercase}.layerItem span,.assetItem span:last-child{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:12px}.layerItem small{color:#a1a1aa}.editor{grid-area:editor;min-width:0;min-height:0;display:grid;grid-template-rows:50px 1fr;background:#eef0f4}.editorToolbar{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 14px;background:#fff;border-bottom:1px solid #d7dae0;color:#111;overflow-x:auto}.toolGroup{display:flex;align-items:center;gap:8px;white-space:nowrap}.toolGroup button,.toolGroup select,.toolGroup input{height:34px;background:#fff;color:#111;border-color:#d7dae0;padding:0 10px;font-size:12px}.toolGroup button.active{background:#ede9fe;border-color:#8b5cf6}.numberInput{width:70px;text-align:center}.colorInput{width:38px;padding:2px!important}.canvasScroll{min-height:0;overflow:auto;padding:44px;cursor:grab;background:#eef0f4}.canvasScroll.panning{cursor:grabbing}.canvasMeta{width:max-content;min-width:340px;margin:0 auto 10px;color:#6b7280;display:flex;justify-content:space-between;font-size:12px}.stage{position:relative;margin:0 auto;border:1px solid #d4d4d8;box-shadow:0 24px 70px #0000002e;overflow:hidden}.safe{position:absolute;inset:9%;border:1px dashed rgba(0,0,0,.12);z-index:9000;pointer-events:none}#layerHost{position:absolute;inset:0}.canvasLayer{position:absolute;overflow:visible;cursor:move;user-select:none}.canvasLayer.selected{outline:3px solid #8b5cf6;box-shadow:0 0 0 1px #fff}.editable{width:100%;height:100%;overflow:hidden;white-space:pre-wrap;line-height:1.02;display:flex;align-items:center}.editable[contenteditable=true]{cursor:text;user-select:text;outline:none}.mediaLayer img,.mediaLayer video{width:100%;height:100%;object-fit:cover}.shapeLayer.rect{border-radius:0}.shapeLayer.circle,.shapeLayer.line{border-radius:999px}.missing{display:grid;place-items:center;background:#00000014;color:#111}.handle{width:14px;height:14px;background:#fff;border:2px solid #8b5cf6;border-radius:50%;position:absolute;z-index:10000}.handle.nw{left:-8px;top:-8px;cursor:nwse-resize}.handle.ne{right:-8px;top:-8px;cursor:nesw-resize}.handle.sw{left:-8px;bottom:-8px;cursor:nesw-resize}.handle.se{right:-8px;bottom:-8px;cursor:nwse-resize}.guide{display:none;position:absolute;background:#f0c;z-index:12000}.vGuide{top:0;bottom:0;width:2px}.hGuide{left:0;right:0;height:2px}.addPage{display:block;min-width:300px;margin:18px auto 0;background:#fff;color:#111;border-color:#cbd5e1}.inspectorCard{border:1px solid #24242c;border-radius:16px;background:#15151d;padding:14px}.inspectorCard strong{display:block;font-size:16px}.inspectorCard span{display:block;color:#f97316;font-size:11px;font-weight:900;margin-top:4px}.inspectorCard p{color:#a1a1aa;word-break:break-all;line-height:1.4}.inspectorCard button{width:100%;margin-top:10px}.two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.timeline{grid-area:timeline;min-height:0;display:grid;grid-template-rows:68px 1fr;background:#101018;border-top:1px solid #24242c}.bottomClosed .timeline{display:none}.timelineTop{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 16px;border-bottom:1px solid #24242c}.transport{display:flex;align-items:center;gap:12px}.transport strong{display:block}.transport span{color:#a1a1aa;font-size:12px}.play{background:#fff;color:#111;min-width:82px}.timelineButtons{display:flex;gap:8px}.timelineButtons button{font-size:12px}.timelineScroll{overflow:auto;padding:10px 16px 16px}.timelineSurface{position:relative;min-width:1560px}.ruler{display:grid;grid-template-columns:repeat(9,180px);padding-left:112px;color:#a1a1aa;font-size:11px;margin-bottom:8px}.timelineGrid{display:grid;grid-template-columns:100px minmax(1400px,1fr);gap:7px 12px}.trackLabel{height:44px;display:flex;align-items:center;color:#a1a1aa;font-size:12px;font-weight:900}.track{position:relative;height:44px;border:1px solid #24242c;border-radius:12px;overflow:hidden;background:repeating-linear-gradient(to right,#15151d,#15151d 179px,#24242c 180px)}.audioTrack{background:repeating-linear-gradient(to right,#111827,#111827 179px,#24242c 180px)}.visualTrack{background:repeating-linear-gradient(to right,#18151d,#18151d 179px,#24242c 180px)}.clip{position:absolute;top:5px;height:34px;border:1px solid rgba(255,255,255,.2);border-radius:10px;overflow:hidden;text-align:left;color:#111;padding:4px 8px}.clip strong{display:block;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.clip span{display:block;font-size:10px}.layerClip{background:#a78bfa}.clip.audio{background:#22c55e}.clip.image{background:#f97316}.clip.video{background:#60a5fa}.clipSelected{outline:2px solid #ffffff}.playhead{position:absolute;top:0;bottom:0;width:2px;background:#fff;z-index:100;pointer-events:none}.playhead span{position:absolute;top:-2px;left:-18px;background:#fff;color:#111;border-radius:999px;font-size:11px;padding:3px 7px;font-weight:900}.status{height:28px;background:#0d0d13;border-top:1px solid #24242c;color:#a1a1aa;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 12px;font-size:12px}.status span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.timelineGrid{display:grid!important;grid-template-columns:100px minmax(1400px,1fr)!important;gap:7px 12px!important;min-width:1560px!important}.layerTimelineRows{display:contents}.layerTrackLabel span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.emptyTimelineTrack{display:flex;align-items:center;padding-left:12px;color:#a1a1aa;font-size:12px}.clip{max-width:none}.inspectorCard{min-width:0;overflow:hidden}.two{min-width:0}.two label{min-width:0;overflow:hidden}.two input{min-width:0;width:100%;max-width:100%}.rightPanel,.panelContent{min-width:0}.inspectorCard input,.inspectorCard textarea,.inspectorCard select{max-width:100%}.timelineSurface{position:relative;min-width:1500px}.ruler{position:relative!important;display:block!important;height:22px;padding-left:0!important;margin-bottom:8px;min-width:1500px}.ruler span{position:absolute;top:0;transform:translate(-50%);color:#a1a1aa;font-size:11px;white-space:nowrap}.ruler span:before{content:"";position:absolute;top:16px;left:50%;width:1px;height:8px;background:#3f3f46}.timelineGrid{min-width:1500px!important}.track{overflow:hidden}.clip{min-width:18px}.clip span{font-size:9px;white-space:nowrap}.timelineZoomLabel{color:#a1a1aa;font-size:12px;min-width:62px;text-align:center}.freeBadge{display:inline-block!important;background:#f973162e;color:#f97316;border-radius:999px;padding:2px 9px;font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;margin-top:4px}.appBrand strong{font-size:14px;letter-spacing:-.01em}#undoBtn,#redoBtn{background:#15151d;border-color:#292932;color:#a1a1aa;font-size:12px;padding:6px 10px}#undoBtn:not([disabled]):hover,#redoBtn:not([disabled]):hover{color:#f5f5f5;background:#242432}#undoBtn[disabled],#redoBtn[disabled]{opacity:.35;cursor:not-allowed}.layerRow{display:grid;grid-template-columns:1fr 32px 32px;gap:4px;align-items:center;border-radius:12px;border:1px solid transparent}.layerRow.selected{border-color:#f97316;background:#f9731612}.layerItemSelect{width:100%;text-align:left;background:transparent;border:none;color:#f5f5f5;display:grid;grid-template-columns:54px 1fr;align-items:center;gap:8px;padding:8px}.layerItemSelect:hover{background:transparent;color:#fff}.layerToggle{width:32px;height:32px;padding:0;border:none;background:transparent;color:#a1a1aa;font-size:14px;border-radius:8px;display:grid;place-items:center}.layerToggle:hover{background:#242432;color:#f5f5f5}.layerToggle.dimmed{opacity:.4}.layerToggle.lockActive{color:#f97316}.layerList{display:grid;gap:4px;margin-top:12px}.clip{cursor:grab}kbd{background:#24242c;border:1px solid #3f3f46;border-radius:5px;padding:1px 5px;font-size:11px;font-family:inherit;color:#f5f5f5}.topButtons{display:flex;gap:6px;min-width:0;justify-content:flex-end;flex-wrap:nowrap}.workspace{grid-template-areas:"rail left editor right" "rail left timeline right"!important;overflow:hidden!important}.status{user-select:text}.workspace{overflow:hidden!important}.editor,.timeline,.rightPanel,.leftPanel{min-width:0!important;overflow:hidden!important}.timeline{position:relative;z-index:1;max-width:100%}.rightPanel{position:relative;z-index:3}.timelineScroll{max-width:100%;overflow:auto!important;contain:strict}.timelineSurface{max-width:none}.timelineTop{max-width:100%;overflow:hidden}.timelineButtons{min-width:0;overflow-x:auto;padding-bottom:2px}.timelineButtons button{flex:0 0 auto}.inspectorCard{position:relative;z-index:4}.brandLogoPreview{border:1px solid #24242c;border-radius:16px;background:#15151d;padding:14px;margin:12px 0;display:grid;place-items:center}.brandLogoPreview img{max-width:100%;max-height:110px;object-fit:contain}.brandPalette{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0}.brandPalette button{min-height:48px;border:1px solid rgba(255,255,255,.15);color:#111}.panelContent select,.panelContent textarea,.panelContent input{width:100%;max-width:100%}.layerRow{grid-template-columns:1fr 32px 32px 32px 32px!important;cursor:grab}.layerRow:active{cursor:grabbing}.layerRow.dragging{opacity:.45}.layerRow.dropTarget{outline:2px solid #f97316;background:#f973161f}.layerMove{color:#f97316;font-weight:1000}#openLayersPanel{background:#15151d;border-color:#292932}#openLayersPanel:hover{background:#242432}.logoMark{background:#0b0b0f!important;border:1px solid rgba(249,115,22,.5);overflow:hidden;padding:0!important}.logoMark img{width:100%;height:100%;object-fit:cover;display:block}.mark,.logoMark{width:44px!important;height:44px!important;min-width:44px!important}#openLayersPanel{background:#fff!important;color:#111!important;border-color:#d7dae0!important;opacity:1!important}#openLayersPanel:hover{background:#f3f4f6!important;color:#111!important}#openLayersPanel:disabled{opacity:1!important;color:#111!important}.homeFolderButtons{display:grid;grid-template-columns:1fr;gap:8px;margin:10px 0 12px}.homeDashboardIntro{border:1px solid #24242c;background:#15151d;border-radius:14px;padding:12px;margin:12px 0}.homeDashboardIntro strong{display:block;color:#f5f5f5}.homeDashboardIntro span{display:block;color:#a1a1aa;margin-top:4px;font-size:12px}.homeSessionList{display:grid;gap:10px;margin-top:12px}.homeSessionCard{border:1px solid #24242c;background:#15151d;border-radius:14px;padding:8px;display:grid;gap:8px}.homeSessionOpen{width:100%;text-align:left;background:transparent;border:0;padding:4px}.homeSessionOpen strong,.homeSessionOpen span,.homeSessionOpen small{display:block}.homeSessionOpen strong{color:#f5f5f5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.homeSessionOpen span,.homeSessionOpen small{color:#a1a1aa;font-size:11px;margin-top:3px}.homeSessionDelete{width:100%;font-size:12px}.cfCentralDashboard{display:none;position:fixed;inset:72px 0 28px 72px;z-index:50000;background:#f7f7fb;color:#111;overflow:auto}body.cfDashboardMode .cfCentralDashboard{display:block}.cfDashShell{min-height:100%;padding:34px 42px 56px}.cfDashHero{min-height:245px;border-radius:28px;padding:42px;display:grid;align-content:center;gap:28px;background:radial-gradient(circle at 15% 20%,rgba(249,115,22,.22),transparent 28%),radial-gradient(circle at 85% 20%,rgba(139,92,246,.22),transparent 32%),linear-gradient(135deg,#fff,#f1ecff 60%,#fff7ed);border:1px solid rgba(17,17,17,.06);box-shadow:0 22px 60px #11111114}.cfDashEyebrow{margin:0 0 8px;color:#f97316;font-weight:1000;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.cfDashHero h1{margin:0;font-size:clamp(34px,5vw,58px);letter-spacing:-.05em;line-height:.98;color:#111}.cfDashSub{max-width:680px;margin:14px 0 0;color:#575761;font-size:16px}.cfDashSearch{max-width:760px;height:58px;border:2px solid rgba(139,92,246,.55);border-radius:22px;background:#fff;display:grid;grid-template-columns:54px 1fr;align-items:center;box-shadow:0 14px 34px #8b5cf61f}.cfDashSearch span{color:#111;text-align:center;font-size:28px}.cfDashSearch input{border:0;background:transparent;color:#111;font-size:16px;width:100%;outline:none}.cfDashSearch input::placeholder{color:#8b8b96}.cfDashQuickActions{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:16px;margin-top:24px}.cfDashAction{min-height:104px;border-radius:24px;background:#fff;color:#111;border:1px solid rgba(17,17,17,.08);box-shadow:0 12px 30px #1111110f;display:grid;align-content:center;justify-items:center;gap:10px}.cfDashAction span{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:#f3f4f6;color:#111;font-size:22px}.cfDashAction strong{font-size:14px}.cfDashAction:hover{background:#fff;border-color:#f97316a6;box-shadow:0 0 0 1px #f9731624,0 16px 36px #f9731629;transform:translateY(-1px)}.cfDashActionPrimary{background:#f97316;border-color:#f97316}.cfDashActionPrimary span{background:#ffffffd9}.cfDashActionPrimary:hover{background:#fb7f24}.cfDashSectionHead{display:flex;align-items:end;justify-content:space-between;gap:18px;margin:34px 0 18px}.cfDashSectionHead h2{margin:0;color:#111;font-size:26px;letter-spacing:-.03em}.cfDashSectionHead p{margin:5px 0 0;color:#70707a}.cfDashSectionHead button{background:#fff;color:#111;border:1px solid rgba(17,17,17,.12);border-radius:16px}.cfDashRecentGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:18px}.cfDashRecentCard{background:#fff;color:#111;border:1px solid rgba(17,17,17,.08);border-radius:20px;padding:12px;text-align:left;box-shadow:0 12px 28px #1111110f}.cfDashRecentCard:hover{background:#fff;border-color:#f97316a6;box-shadow:0 0 0 1px #f973161f,0 16px 34px #f9731624;transform:translateY(-1px)}.cfDashThumb{aspect-ratio:16 / 10;border-radius:16px;background:radial-gradient(circle at 70% 20%,rgba(249,115,22,.75),transparent 24%),linear-gradient(135deg,#111,#2b1b12);display:grid;place-items:center;margin-bottom:12px;overflow:hidden}.cfDashThumb span{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:#ffffff1a;color:#fff;border:1px solid rgba(249,115,22,.7);font-weight:1000}.cfDashRecentCard strong{display:block;color:#111;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cfDashRecentCard small,.cfDashRecentCard em{display:block;color:#70707a;font-style:normal;font-size:12px;margin-top:4px}.cfDashEmpty{border-radius:24px;background:#fff;border:1px dashed rgba(17,17,17,.18);padding:34px;color:#70707a}.cfDashEmpty strong{display:block;color:#111;margin-bottom:6px}@media (max-width: 1100px){.cfDashQuickActions{grid-template-columns:repeat(2,1fr)}.cfDashShell{padding:24px}.cfDashHero{padding:30px}}.cfTabStrip{display:flex;align-items:center;gap:4px;padding:0 16px;height:44px;background:#0d0d13;border-bottom:1px solid #24242c;overflow-x:auto;overflow-y:hidden}.cfTab{display:flex;align-items:center;gap:8px;height:34px;padding:0 14px;border-radius:10px 10px 0 0;background:#15151d;border:1px solid #24242c;border-bottom:none;color:#a1a1aa;font-size:13px;white-space:nowrap;flex:0 0 auto;cursor:pointer}.cfTab.active{background:#101018;color:#f5f5f5;border-color:#f9731680}.cfTab .cfTabClose{width:18px;height:18px;border-radius:999px;display:grid;place-items:center;background:transparent;color:#a1a1aa;font-size:12px;padding:0;border:none;flex:0 0 auto}.cfTab .cfTabClose:hover{background:#3f1d1d;color:#fca5a5}.cfTab .cfTabUnsaved{width:7px;height:7px;border-radius:999px;background:#f97316;flex:0 0 auto}.cfTabNew{width:34px;height:34px;border-radius:10px;background:transparent;border:1px dashed #3f3f46;color:#a1a1aa;display:grid;place-items:center;font-size:18px;flex:0 0 auto}.cfTabNew:hover{border-color:#f97316;color:#f97316;background:transparent}.cfDashAction,.cfDashRecentCard{transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.timelineGrid{display:grid;grid-template-columns:180px 1fr;grid-auto-rows:auto;align-items:stretch}.trackHeader{width:180px;min-height:44px;background:#0f0f16;border-right:1px solid #24242c;border-bottom:1px solid #1a1a24;display:flex;flex-direction:column;justify-content:center;padding:6px 10px;box-sizing:border-box;flex-shrink:0}.trackHeaderTop{display:flex;align-items:center;gap:6px}.trackKindIcon{font-size:12px;opacity:.7;flex:0 0 auto}.trackName{font-size:11px;font-weight:700;color:#d4d4d8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1 auto}.trackHeaderEmpty span{font-size:11px;color:#52525b}.namedTrackHeader{border-left:3px solid transparent}.namedTrackHeader.trackMuted{opacity:.45}.namedTrackHeader.trackSoloed{border-left-color:#f97316}.trackControls{display:flex;align-items:center;gap:4px;margin-top:4px;flex-wrap:wrap}.trackBtn{height:20px;min-width:20px;border-radius:5px;background:#1e1e2a;border:1px solid #3f3f46;color:#a1a1aa;font-size:10px;font-weight:800;padding:0 5px;display:grid;place-items:center;cursor:pointer;line-height:1;flex:0 0 auto}.trackBtn:hover{background:#2a2a38;color:#f4f4f5}.trackBtn.active,.trackMuteBtn.active{background:#7f1d1d;border-color:#ef4444;color:#fca5a5}.trackSoloBtn.active{background:#78350f;border-color:#f97316;color:#fed7aa}.trackVolSlider{-webkit-appearance:none;appearance:none;height:3px;border-radius:2px;background:#3f3f46;flex:1 1 auto;min-width:40px;max-width:60px;cursor:pointer;accent-color:#f97316;margin:0}.trackMutedTrack{opacity:.35;pointer-events:none}.namedTrack.collapsed{height:0!important;overflow:hidden;min-height:0!important}.namedTrack{position:relative;height:44px;border-bottom:1px solid #1a1a24;overflow:visible}.layerTrackLabel{min-height:44px}.clip{position:absolute;top:5px;height:34px;border:1px solid rgba(255,255,255,.2);border-radius:10px;overflow:hidden;text-align:left;color:#111;cursor:grab;display:flex;align-items:stretch}.clip:active{cursor:grabbing}.clipInner{flex:1 1 auto;padding:3px 8px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;min-width:0}.clipInner strong{display:block;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#ffffffe6;line-height:1.2}.clipWaveform{display:block;flex:0 0 auto;margin:1px 0;opacity:.7;pointer-events:none}.clipTime{display:block;font-size:9px;color:#ffffff8c;line-height:1.1;white-space:nowrap}.trimHandle{position:absolute;top:0;bottom:0;width:8px;background:#ffffff40;cursor:ew-resize;z-index:5;border-radius:3px;transition:background .1s}.trimHandle:hover{background:#f97316b3}.trimLeft{left:0;border-radius:10px 0 0 10px}.trimRight{right:0;border-radius:0 10px 10px 0}.audioSectionHead{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#71717a;margin:14px 0 6px}.audioTypeBtn{text-align:left;padding-left:14px}.musicBtn{border-left:3px solid #a855f7}.voiceBtn{border-left:3px solid #22c55e}.sfxBtn{border-left:3px solid #f59e0b}.trackMixRow{display:flex;align-items:center;gap:6px;padding:5px 0;border-bottom:1px solid #1a1a24}.trackMixIcon{font-size:13px;flex:0 0 18px;text-align:center}.trackMixName{font-size:11px;font-weight:600;color:#d4d4d8;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cfTabStrip{flex:0 0 auto;z-index:10}.app{display:flex;flex-direction:column;height:100vh;overflow:hidden}.app>.workspace{flex:1 1 auto;overflow:hidden}.clip.clipSelected{outline:2px solid #f97316;outline-offset:1px}.inspectorCard .two{display:grid;grid-template-columns:1fr 1fr;gap:8px}.inspectorCard .two label{display:flex;flex-direction:column;gap:4px;font-size:11px;color:#a1a1aa}.dangerWide{background:#1c1010;border-color:#7f1d1d;color:#fca5a5}.dangerWide:hover{background:#3b0f0f;border-color:#ef4444}#authButton{white-space:nowrap}.cfAuthOverlay{position:fixed;inset:0;z-index:60000;display:flex;align-items:center;justify-content:center;background:#0b0b0fb8}.cfAuthCard{position:relative;width:360px;max-width:calc(100vw - 40px);background:#17171d;border:1px solid #2a2a33;border-radius:14px;padding:28px 24px 22px;color:#f4f4f5;box-shadow:0 24px 60px #00000073}.cfAuthCard h2{margin:0 0 6px;font-size:19px}.cfAuthSub{margin:0 0 18px;font-size:13px;color:#a1a1aa}.cfAuthClose{position:absolute;top:12px;right:12px;background:transparent;border:none;color:#a1a1aa;font-size:15px;cursor:pointer;padding:4px 8px}.cfAuthClose:hover{color:#f4f4f5}.cfAuthGoogle{background:#fff;color:#111;border-color:#fff;font-weight:600}.cfAuthGoogle:hover{background:#f2f2f2}.cfAuthDivider{display:flex;align-items:center;gap:10px;margin:16px 0;color:#6b6b76;font-size:11px;text-transform:uppercase;letter-spacing:.06em}.cfAuthDivider:before,.cfAuthDivider:after{content:"";flex:1;height:1px;background:#2a2a33}#authForm{display:flex;flex-direction:column;gap:10px}#authForm input{background:#0f0f13;border:1px solid #2a2a33;border-radius:8px;color:#f4f4f5;padding:10px 12px;font-size:13px}#authForm input:focus{outline:none;border-color:#f97316}.cfAuthError{margin:0;color:#f87171;font-size:12px}.cfAuthToggle{display:block;width:100%;margin-top:14px;background:transparent;border:none;color:#a1a1aa;font-size:12px;cursor:pointer;text-align:center}.cfAuthToggle:hover{color:#f4f4f5}
