@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Syne:wght@600;700;800&display=swap";:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:dark;--bg: #111111;--bg-soft: #151515;--surface: #191919;--surface-hover: #222222;--surface-strong: #282828;--text: #f5f5f5;--text-soft: #9b9b9b;--text-faint: #6f6f6f;--border: #292929;--border-soft: #212121;--accent: #ff2525;--accent-soft: rgba(255, 37, 37, .12);--accent-border: rgba(255, 37, 37, .31);--success: #39d98a;--shadow: 0 18px 50px rgba(0, 0, 0, .26);--sidebar-width: 256px;--sidebar-collapsed: 80px}:root[data-theme=light]{color-scheme:light;--bg: #f7f7f7;--bg-soft: #ffffff;--surface: #ffffff;--surface-hover: #f1f1f1;--surface-strong: #eaeaea;--text: #151515;--text-soft: #656565;--text-faint: #888888;--border: #e3e3e3;--border-soft: #ececec;--accent-soft: rgba(255, 37, 37, .08);--accent-border: rgba(255, 37, 37, .2);--shadow: 0 18px 50px rgba(22, 22, 22, .08)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--bg);color:var(--text)}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:40;width:var(--sidebar-width);display:flex;flex-direction:column;background:color-mix(in srgb,var(--bg-soft) 94%,transparent);border-right:1px solid var(--border);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);transition:width .22s ease,transform .22s ease}.sidebar.is-collapsed{width:var(--sidebar-collapsed)}.sidebar-header{height:78px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border-soft)}.brand-mark{display:flex;align-items:center;gap:11px;min-width:0}.brand-icon{width:34px;height:25px;border-radius:8px;background:var(--accent);display:grid;place-items:center;box-shadow:0 7px 25px #ff252545;flex:0 0 auto}.brand-play{width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:8px solid white;margin-left:2px}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font-family:Syne,sans-serif;font-size:18px;letter-spacing:-.5px}.brand-copy small{margin-top:5px;color:var(--text-faint);letter-spacing:3.3px;font-size:8px;font-weight:800}.sidebar-scroll{flex:1;overflow-y:auto;padding:18px 12px}.nav-list{display:flex;flex-direction:column;gap:5px}.nav-item{min-height:44px;display:flex;align-items:center;gap:13px;padding:0 13px;border:1px solid transparent;border-radius:10px;color:var(--text-soft);font-size:13.5px;font-weight:600;transition:all .16s ease;white-space:nowrap;overflow:hidden}.nav-item:hover{color:var(--text);background:var(--surface-hover)}.nav-item.is-active{color:#fff;background:var(--accent-soft);border-color:var(--accent-border);box-shadow:inset 3px 0 0 var(--accent)}:root[data-theme=light] .nav-item.is-active{color:var(--accent)}.nav-icon{flex:0 0 auto}.nav-item.is-active .nav-icon{color:var(--accent)}.nav-settings{margin-top:18px;padding-top:18px;border-top:1px solid var(--border-soft)}.sidebar-footer{padding:12px;border-top:1px solid var(--border-soft);display:flex;flex-direction:column;gap:3px}.sidebar-action,.sidebar-collapse{border:0;background:none;color:var(--text-soft);display:flex;align-items:center;gap:13px;min-height:40px;width:100%;padding:0 13px;border-radius:9px;cursor:pointer;font-size:13px;text-align:left;white-space:nowrap;overflow:hidden}.sidebar-action:hover:not(:disabled),.sidebar-collapse:hover{background:var(--surface-hover);color:var(--text)}.sidebar-action:disabled{opacity:.42;cursor:not-allowed}.sidebar-collapse{margin-top:4px;color:var(--text-faint)}.main-column{min-height:100vh;margin-left:var(--sidebar-width);transition:margin-left .22s ease}.sidebar-collapsed .main-column{margin-left:var(--sidebar-collapsed)}.topbar{position:sticky;top:0;z-index:25;min-height:78px;display:flex;align-items:center;justify-content:space-between;padding:13px 32px;border-bottom:1px solid var(--border-soft);background:color-mix(in srgb,var(--bg) 88%,transparent);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.topbar-title{display:flex;align-items:center;gap:13px;min-width:0}.topbar-title h1{margin:0;font-family:Syne,sans-serif;font-size:18px;letter-spacing:-.3px}.topbar-title p{margin:4px 0 0;color:var(--text-faint);font-size:11.5px}.topbar-actions{display:flex;align-items:center;gap:10px}.search-button{width:230px;height:38px;border:1px solid var(--border);border-radius:10px;color:var(--text-faint);background:var(--surface);display:flex;align-items:center;gap:9px;padding:0 11px;text-align:left}.search-button span{flex:1}kbd{border:1px solid var(--border);background:var(--surface-hover);border-radius:5px;padding:2px 6px;font-size:10px}.icon-button{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--border);background:var(--surface);color:var(--text-soft);border-radius:10px;cursor:pointer}.icon-button:hover:not(:disabled){background:var(--surface-hover);color:var(--text)}.icon-button:disabled{opacity:.55;cursor:default}.avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:800;background:linear-gradient(145deg,var(--accent),#9e0000);color:#fff;border:2px solid var(--bg);box-shadow:0 0 0 1px var(--border)}.content-area{max-width:1520px;margin:0 auto;padding:32px}.page-stack{display:flex;flex-direction:column;gap:30px}.hero-panel{min-height:325px;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);align-items:center;overflow:hidden;position:relative;border:1px solid var(--border);border-radius:18px;padding:48px;background:radial-gradient(circle at 77% 30%,rgba(255,37,37,.18),transparent 26%),linear-gradient(135deg,var(--surface),var(--bg-soft));box-shadow:var(--shadow)}.hero-panel h2{font-family:Syne,sans-serif;font-size:clamp(32px,4vw,52px);line-height:1.04;letter-spacing:-2px;margin:12px 0 16px;max-width:690px}.hero-panel p{margin:0;max-width:650px;color:var(--text-soft);font-size:15px;line-height:1.75}.eyebrow{color:var(--accent);font-size:10px;font-weight:800;letter-spacing:2px}.hero-actions{display:flex;align-items:center;gap:14px;margin-top:28px;flex-wrap:wrap}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:42px;border-radius:10px;padding:0 16px;font-weight:700;font-size:13px}.primary-button{color:#fff;background:var(--accent);box-shadow:0 10px 30px #ff252538}.primary-button:hover{filter:brightness(1.08)}.secondary-button{border:1px solid var(--border);background:var(--surface-hover);color:var(--text-soft)}.secondary-button:disabled{opacity:.6}.runtime-badge{height:36px;display:inline-flex;align-items:center;gap:8px;border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:0 12px;font-size:11px;color:var(--text-soft);text-transform:capitalize}.runtime-dot{width:7px;height:7px;border-radius:50%;background:#d59b32;box-shadow:0 0 0 4px #d59b321a}.runtime-online .runtime-dot{background:var(--success);box-shadow:0 0 0 4px #39d98a1a}.runtime-offline .runtime-dot{background:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.hero-visual{position:relative;height:240px;display:grid;place-items:center}.play-core{width:90px;height:68px;border-radius:20px;background:var(--accent);display:grid;place-items:center;box-shadow:0 0 80px #ff252559;z-index:2}.play-core span{width:0;height:0;border-top:13px solid transparent;border-bottom:13px solid transparent;border-left:21px solid white;margin-left:5px}.orbit{position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%}.orbit-one{width:180px;height:180px;animation:pulse 3.2s ease-in-out infinite}.orbit-two{width:260px;height:260px;animation:pulse 3.2s ease-in-out .8s infinite}@keyframes pulse{0%,to{transform:scale(.94);opacity:.42}50%{transform:scale(1.03);opacity:.9}}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:14px}.section-heading h3{margin:5px 0 0;font-family:Syne,sans-serif;font-size:21px}.section-note{color:var(--text-faint);font-size:11px}.studio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.studio-card{min-height:160px;position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:20px;border:1px solid var(--border);background:var(--surface);border-radius:15px;transition:transform .17s ease,border-color .17s ease,background .17s ease}.studio-card:hover{transform:translateY(-3px);border-color:var(--accent-border);background:var(--surface-hover)}.studio-card-icon{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--accent-border);color:var(--accent);background:var(--accent-soft);border-radius:11px}.studio-card h4{margin:18px 0 7px;font-family:Syne,sans-serif;font-size:15px}.studio-card p{margin:0;color:var(--text-soft);font-size:12px;line-height:1.55;max-width:85%}.studio-card-arrow{position:absolute;right:18px;bottom:19px;color:var(--text-faint)}.placeholder-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.45fr);gap:18px;min-height:calc(100vh - 143px)}.placeholder-main,.planned-panel,.settings-intro,.setting-card{border:1px solid var(--border);background:var(--surface);border-radius:16px}.placeholder-main{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(35px,7vw,95px);background:radial-gradient(circle at 70% 28%,var(--accent-soft),transparent 34%),var(--surface)}.large-module-icon{width:76px;height:76px;display:grid;place-items:center;color:var(--accent);border:1px solid var(--accent-border);background:var(--accent-soft);border-radius:20px;margin-bottom:28px}.placeholder-main h2{margin:12px 0;font-family:Syne,sans-serif;font-size:clamp(34px,5vw,58px);letter-spacing:-2px}.placeholder-main p{max-width:670px;margin:0;color:var(--text-soft);line-height:1.8}.status-pill{display:inline-flex;align-items:center;gap:9px;margin-top:28px;padding:9px 13px;border-radius:999px;background:var(--bg-soft);border:1px solid var(--border);font-size:11px;color:var(--text-soft)}.status-pill span{width:7px;height:7px;border-radius:50%;background:var(--success)}.planned-panel{padding:25px;align-self:stretch;display:flex;flex-direction:column}.planned-panel h3{font-family:Syne,sans-serif;margin:9px 0 22px}.planned-list{display:flex;flex-direction:column;gap:9px;flex:1}.planned-item{display:flex;gap:10px;align-items:center;padding:13px;border-radius:10px;background:var(--bg-soft);border:1px solid var(--border-soft);font-size:12px;color:var(--text-soft)}.planned-item svg{color:var(--accent);flex:0 0 auto}.planned-panel .secondary-button{margin-top:22px}.settings-intro{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px}.settings-intro h2{font-family:Syne,sans-serif;margin:6px 0 7px}.settings-intro p{margin:0;color:var(--text-soft);font-size:13px}.settings-grid{display:grid;gap:10px}.setting-card{min-height:90px;padding:18px;display:flex;align-items:center;gap:15px}.setting-card>span{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;background:var(--accent-soft);color:var(--accent);border:1px solid var(--accent-border)}.setting-card div{flex:1}.setting-card h3{margin:0 0 5px;font-size:14px}.setting-card p{margin:0;color:var(--text-soft);font-size:12px}.setting-card button{border:1px solid var(--border);background:var(--surface-hover);color:var(--text-faint);border-radius:8px;padding:8px 12px;font-size:11px}.sidebar-backdrop,.mobile-only{display:none}@media (max-width: 1050px){.studio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-panel{padding:36px}.placeholder-layout{grid-template-columns:1fr;min-height:auto}}@media (max-width: 760px){.desktop-only{display:none!important}.mobile-only{display:grid}.sidebar{width:min(290px,86vw);transform:translate(-102%);box-shadow:var(--shadow)}.sidebar.is-open{transform:translate(0)}.sidebar.is-collapsed{width:min(290px,86vw)}.sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:35;border:0;background:#0000009e;opacity:0;visibility:hidden;transition:.2s}.sidebar-backdrop.is-visible{opacity:1;visibility:visible}.main-column,.sidebar-collapsed .main-column{margin-left:0}.topbar{min-height:70px;padding:10px 15px}.topbar-title p,.search-button{display:none}.content-area{padding:18px 14px 28px}.hero-panel{min-height:0;grid-template-columns:1fr;padding:28px 22px}.hero-panel h2{font-size:34px;letter-spacing:-1.4px}.hero-visual{display:none}.studio-grid{grid-template-columns:1fr}.studio-card{min-height:145px}.placeholder-main{min-height:430px;padding:34px 24px}.planned-panel{padding:20px}.settings-intro{align-items:flex-start;flex-direction:column}.setting-card{align-items:flex-start}.setting-card button{display:none}}button{border:0}button:disabled{cursor:not-allowed}.is-spinning{animation:studio-spin .85s linear infinite}.settings-page{max-width:1050px;margin:0 auto}.settings-section{border:1px solid var(--border);background:var(--surface);border-radius:16px;overflow:hidden}.settings-section-heading{display:flex;align-items:flex-start;gap:15px;padding:25px 27px;border-bottom:1px solid var(--border-soft);background:linear-gradient(145deg,var(--surface),var(--bg-soft))}.settings-section-icon{width:45px;height:45px;border-radius:12px;display:grid;place-items:center;flex:0 0 auto;color:var(--accent);background:var(--accent-soft);border:1px solid var(--accent-border)}.settings-section-heading h3{margin:0;font-family:Syne,sans-serif;font-size:18px}.settings-section-heading p{margin:7px 0 0;color:var(--text-soft);font-size:12px}.settings-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.configuration-pill{min-height:25px;display:inline-flex;align-items:center;gap:6px;padding:0 9px;color:var(--text-faint);border:1px solid var(--border);border-radius:999px;background:var(--bg-soft);font-size:10px;font-weight:700}.configuration-pill>span{width:6px;height:6px;border-radius:50%;background:var(--text-faint)}.configuration-pill.is-configured{color:var(--success);border-color:color-mix(in srgb,var(--success) 28%,var(--border));background:color-mix(in srgb,var(--success) 8%,var(--bg-soft))}.oauth-form{padding:28px;display:grid;gap:20px}.field-group{display:grid;gap:8px}.field-group>span{color:var(--text);font-size:12px;font-weight:700}.field-group input{width:100%;height:45px;padding:0 13px;color:var(--text);border:1px solid var(--border);background:var(--bg-soft);border-radius:10px;outline:none;transition:border-color .15s,box-shadow .15s}.field-group input:focus{border-color:var(--accent-border);box-shadow:0 0 0 3px var(--accent-soft)}.field-group small{color:var(--text-faint);font-size:10.5px;line-height:1.5}.secret-input{position:relative}.secret-input input{padding-right:50px}.secret-input button{position:absolute;right:5px;top:5px;width:35px;height:35px;display:grid;place-items:center;color:var(--text-soft);background:transparent;border-radius:8px;cursor:pointer}.secret-input button:hover{color:var(--text);background:var(--surface-hover)}.oauth-security-note{display:flex;align-items:flex-start;gap:12px;padding:15px;border:1px solid var(--border-soft);background:var(--bg-soft);border-radius:11px;color:var(--success)}.oauth-security-note svg{flex:0 0 auto;margin-top:1px}.oauth-security-note strong{display:block;color:var(--text);font-size:12px}.oauth-security-note p{margin:5px 0 0;color:var(--text-soft);font-size:11px;line-height:1.55}.form-message,.page-alert{border-radius:10px;border:1px solid var(--border);padding:12px 14px;font-size:12px}.form-message.is-success,.page-alert.is-success{color:var(--success);border-color:color-mix(in srgb,var(--success) 25%,var(--border));background:color-mix(in srgb,var(--success) 7%,var(--surface))}.form-message.is-error,.page-alert.is-error{color:#f77;border-color:#ff4b4b47;background:#ff2d2d12}.form-actions{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:3px}.form-actions>span{color:var(--text-faint);font-size:10.5px}.youtube-page{max-width:1400px;margin:0 auto}.youtube-header,.channel-library-header{display:flex;align-items:center;justify-content:space-between;gap:24px}.youtube-header h2,.channel-library-header h2{margin:7px 0;font-family:Syne,sans-serif;font-size:30px;letter-spacing:-.9px}.youtube-header p,.channel-library-header p{margin:0;color:var(--text-soft);font-size:13px}.youtube-header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.youtube-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.summary-card{min-height:92px;display:flex;align-items:center;gap:13px;padding:17px;border:1px solid var(--border);background:var(--surface);border-radius:13px}.summary-card>span{width:40px;height:40px;flex:0 0 auto;display:grid;place-items:center;color:var(--accent);background:var(--accent-soft);border:1px solid var(--accent-border);border-radius:10px}.summary-card strong{display:block;font-family:Syne,sans-serif;font-size:21px;line-height:1}.summary-card small{display:block;margin-top:7px;color:var(--text-faint);font-size:10px}.youtube-list-heading{align-items:center}.channel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.channel-card{position:relative;min-width:0;padding:16px;border:1px solid var(--border);background:var(--surface);border-radius:15px;transition:transform .16s,border-color .16s,opacity .16s}.channel-card:hover{border-color:color-mix(in srgb,var(--accent) 24%,var(--border))}.channel-card.is-dragging{opacity:.5;transform:scale(.98)}.channel-card-top{display:flex;align-items:center;justify-content:space-between;height:25px}.drag-handle{width:31px;height:28px;display:grid;place-items:center;margin-left:-7px;color:var(--text-faint);background:transparent;cursor:grab;border-radius:7px}.drag-handle:active{cursor:grabbing}.channel-order-actions{display:flex;gap:3px}.channel-order-actions button,.channel-actions button,.channel-actions a{width:30px;height:30px;display:grid;place-items:center;color:var(--text-soft);background:var(--bg-soft);border:1px solid var(--border-soft);border-radius:8px;cursor:pointer}.channel-order-actions button:hover:not(:disabled),.channel-actions button:hover:not(:disabled),.channel-actions a:hover{color:var(--text);border-color:var(--border);background:var(--surface-hover)}.channel-order-actions button:disabled{opacity:.25}.channel-identity{display:flex;align-items:center;gap:12px;min-width:0;margin:10px 0 18px}.channel-identity img,.channel-fallback{width:52px;height:52px;flex:0 0 auto;border-radius:50%;object-fit:cover;background:var(--bg-soft);border:1px solid var(--border)}.channel-fallback{display:grid;place-items:center;color:var(--accent)}.channel-identity>div{min-width:0}.channel-identity h3{margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-family:Syne,sans-serif;font-size:15px}.channel-identity p{margin:6px 0 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:var(--text-faint);font-size:10px}.channel-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:13px 0;border-top:1px solid var(--border-soft);border-bottom:1px solid var(--border-soft)}.channel-metrics>div{min-width:0;padding:0 9px;border-right:1px solid var(--border-soft)}.channel-metrics>div:first-child{padding-left:0}.channel-metrics>div:last-child{border-right:0}.channel-metrics strong{display:block;overflow:hidden;text-overflow:ellipsis;font-size:13px}.channel-metrics span{display:block;margin-top:5px;color:var(--text-faint);font-size:9px}.channel-recent{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:13px;min-height:56px;color:var(--text-faint);font-size:9.5px}.channel-recent>div{color:var(--text-soft)}.channel-recent strong{color:var(--text);font-size:11px}.channel-card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:3px}.channel-card-footer>span{color:var(--text-faint);font-size:9.5px}.channel-actions{display:flex;gap:4px}.channel-actions .danger-action:hover:not(:disabled){color:#ff6868;border-color:#ff4b4b40;background:#ff2d2d12}.channel-section-link{min-height:43px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:15px;padding:0 12px;color:var(--text-soft);background:var(--bg-soft);border:1px solid var(--border-soft);border-radius:9px;font-size:11px;font-weight:700}.channel-section-link:hover{color:var(--text);border-color:var(--accent-border)}.channel-section-link span{display:flex;align-items:center;gap:7px}.channel-section-link span:first-child svg{color:var(--accent)}.channel-section-link span:last-child{color:var(--text-faint);font-size:9px}.channels-empty{min-height:340px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px dashed var(--border);background:var(--surface);border-radius:15px;padding:35px;color:var(--text-faint)}.channels-empty h3{margin:17px 0 8px;color:var(--text);font-family:Syne,sans-serif}.channels-empty p{max-width:470px;margin:0;color:var(--text-soft);font-size:12px;line-height:1.6}.empty-youtube-icon{width:65px;height:52px;display:grid;place-items:center;color:#fff;background:var(--accent);border-radius:16px;box-shadow:0 0 45px #ff252538}.empty-actions{display:flex;gap:9px;margin-top:22px}.channel-library-page{max-width:1400px;margin:0 auto}.library-title-area{display:flex;align-items:center;gap:14px;min-width:0}.library-title-area>img{width:51px;height:51px;object-fit:cover;border-radius:50%;border:1px solid var(--border)}.channel-tabs{min-height:48px;display:flex;align-items:flex-end;gap:15px;border-bottom:1px solid var(--border)}.channel-tabs span{height:48px;display:inline-flex;align-items:center;gap:7px;padding:0 5px;color:var(--text-soft);font-size:12px;font-weight:700;border-bottom:2px solid transparent}.channel-tabs span.is-active{color:var(--text);border-bottom-color:var(--accent)}.video-library-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.video-library-card{min-width:0;overflow:hidden;border:1px solid var(--border);background:var(--surface);border-radius:13px}.video-thumbnail{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:var(--bg-soft)}.video-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.video-thumbnail:hover img{transform:scale(1.025)}.video-thumbnail>div{width:100%;height:100%;display:grid;place-items:center;color:var(--text-faint)}.video-thumbnail>span{position:absolute;right:7px;bottom:7px;padding:3px 5px;border-radius:4px;background:#000000d1;color:#fff;font-size:9px;font-weight:700}.video-library-body{padding:12px}.video-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:9px}.video-title-row h3{display:-webkit-box;min-height:34px;margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:12px;line-height:1.42}.video-title-row a{flex:0 0 auto;color:var(--text-faint)}.video-title-row a:hover{color:var(--text)}.video-library-meta{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-top:12px;color:var(--text-faint);font-size:9px}.video-library-meta span{display:inline-flex;align-items:center;gap:4px}.privacy-status{text-transform:capitalize}.privacy-public{color:var(--success)}.privacy-private{color:#f77}.privacy-unlisted{color:#e4ad4b}.load-more-button{align-self:center;min-width:180px;height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:var(--text-soft);background:var(--surface);border:1px solid var(--border);border-radius:10px;cursor:pointer}.load-more-button:hover:not(:disabled){color:var(--text);background:var(--surface-hover)}@media (max-width: 1200px){.channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.video-library-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 900px){.youtube-summary-grid,.video-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.youtube-header,.channel-library-header{align-items:flex-start;flex-direction:column}.youtube-header-actions{width:100%}.youtube-header-actions .primary-button,.youtube-header-actions .secondary-button{flex:1}.youtube-summary-grid,.channel-grid,.video-library-grid{grid-template-columns:1fr}.youtube-list-heading{align-items:flex-start;flex-direction:column;gap:8px}.settings-section-heading,.oauth-form{padding:20px}.form-actions{align-items:flex-start;flex-direction:column}.form-actions .primary-button{width:100%}.channel-recent{grid-template-columns:1fr 1fr}.channel-recent>span{grid-column:1/-1}.library-title-area{align-items:flex-start}.library-title-area>img{display:none}}.fatal-error-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--page-bg, #0f0f10);color:var(--text-primary, #f7f7f8)}.fatal-error-card{width:min(560px,100%);padding:32px;border:1px solid var(--border, #29292c);border-radius:18px;background:var(--surface, #18181a);box-shadow:0 24px 80px #00000059}.fatal-error-card h1{margin:10px 0 12px;font-size:clamp(25px,4vw,38px)}.fatal-error-card p{margin:0 0 22px;color:var(--text-secondary, #a9a9ae);line-height:1.6}.channel-card-open-area{display:block;border-radius:11px}.channel-card-open-area:hover .channel-identity h3{color:var(--accent)}.file-studio-page{max-width:1500px;margin:0 auto}.file-studio-page-header{display:flex;align-items:center;justify-content:space-between;gap:20px}.file-studio-page-header h2,.channel-workstation-header h2{margin:7px 0;font-family:Syne,sans-serif;font-size:30px;letter-spacing:-.9px}.file-studio-page-header p,.channel-workstation-header p{margin:0;color:var(--text-soft);font-size:13px}.file-studio-header-icon{width:48px;height:48px;display:grid;place-items:center;color:var(--accent);border:1px solid var(--accent-border);background:var(--accent-soft);border-radius:13px}.file-explorer{min-width:0;border:1px solid var(--border);background:var(--surface);border-radius:17px;overflow:hidden;box-shadow:0 14px 42px #00000012}.file-explorer.is-global{display:grid;grid-template-columns:270px minmax(0,1fr);min-height:690px}.file-tree-panel{min-width:0;display:flex;flex-direction:column;border-right:1px solid var(--border);background:color-mix(in srgb,var(--bg-soft) 88%,var(--surface))}.file-tree-title{min-height:69px;display:flex;align-items:center;gap:11px;padding:15px 17px;border-bottom:1px solid var(--border-soft)}.file-tree-title>svg{color:var(--accent)}.file-tree-title strong,.file-tree-title span{display:block}.file-tree-title strong{font-size:13px}.file-tree-title span{margin-top:4px;color:var(--text-faint);font-size:10px}.file-tree-scroll{flex:1;overflow:auto;padding:10px 8px 20px}.tree-channel{margin-bottom:5px}.tree-channel-button{width:100%;min-height:39px;display:grid;grid-template-columns:17px 27px minmax(0,1fr);align-items:center;gap:8px;padding:4px 8px;color:var(--text);background:transparent;border-radius:9px;cursor:pointer;text-align:left}.tree-channel-button:hover{background:var(--surface-hover)}.tree-channel-button img,.tree-channel-fallback{width:27px;height:27px;border-radius:50%;object-fit:cover;border:1px solid var(--border)}.tree-channel-fallback{display:grid;place-items:center;color:var(--accent);background:var(--accent-soft);font-size:8px;font-weight:800}.tree-channel-button>span:last-child{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;font-weight:700}.tree-channel-folders{padding:4px 0 6px 9px}.tree-folder-row{min-height:32px;display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;border-radius:7px}.tree-folder-row:hover{background:var(--surface-hover)}.tree-folder-row.is-active{color:var(--accent);background:var(--accent-soft)}.tree-chevron{width:20px;height:27px;display:grid;place-items:center;color:var(--text-faint);background:transparent;cursor:pointer}.tree-chevron:disabled{opacity:.25}.tree-folder-button{min-width:0;height:29px;display:flex;align-items:center;gap:7px;color:inherit;background:transparent;cursor:pointer;text-align:left}.tree-folder-button span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:11px}.file-explorer-main{min-width:0;padding:19px}.file-explorer.is-channel{border:0;box-shadow:none;background:transparent;overflow:visible}.file-explorer.is-channel .file-explorer-main{padding:0}.channel-library-categories{display:flex;align-items:center;gap:5px;padding:5px;margin-bottom:14px;border-radius:11px;background:var(--bg-soft);border:1px solid var(--border-soft);overflow-x:auto}.channel-library-categories button{min-width:130px;height:39px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;color:var(--text-soft);background:transparent;border-radius:8px;cursor:pointer;font-size:12px;font-weight:700;white-space:nowrap}.channel-library-categories button:hover{color:var(--text);background:var(--surface-hover)}.channel-library-categories button.is-active{color:var(--accent);background:var(--surface);box-shadow:inset 0 0 0 1px var(--accent-border)}.channel-library-subfolders{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:17px}.channel-library-subfolders button{height:34px;display:flex;align-items:center;gap:7px;padding:0 12px;color:var(--text-soft);background:var(--surface);border:1px solid var(--border);border-radius:9px;cursor:pointer;font-size:11px}.channel-library-subfolders button.is-active{color:var(--accent);border-color:var(--accent-border);background:var(--accent-soft)}.file-explorer-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:15px}.file-breadcrumb{min-height:37px;display:flex;align-items:center;flex-wrap:wrap;gap:3px;min-width:0}.file-breadcrumb>span{display:flex;align-items:center;gap:3px;color:var(--text-faint)}.file-breadcrumb button{max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-soft);background:transparent;cursor:pointer;font-size:11px;font-weight:600}.file-breadcrumb button:hover{color:var(--accent)}.file-toolbar{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:6px}.file-toolbar button{min-height:35px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 10px;color:var(--text-soft);background:var(--bg-soft);border:1px solid var(--border);border-radius:8px;cursor:pointer;font-size:10.5px;font-weight:700}.file-toolbar button:hover:not(:disabled){color:var(--text);background:var(--surface-hover)}.file-toolbar button:disabled{opacity:.34}.file-toolbar button.is-primary{color:#fff;border-color:var(--accent);background:var(--accent)}.file-toolbar button.is-danger:not(:disabled){color:#ff7373}.file-dropzone{position:relative;min-height:103px;display:flex;align-items:center;justify-content:center;gap:13px;margin-bottom:14px;padding:18px;color:var(--accent);border:1px dashed var(--accent-border);background:color-mix(in srgb,var(--accent) 3%,var(--bg-soft));border-radius:12px;cursor:pointer;transition:.16s;overflow:hidden}.file-dropzone:hover,.file-dropzone.is-active{border-color:var(--accent);background:var(--accent-soft)}.file-dropzone>div:not(.upload-progress){min-width:0;text-align:center}.file-dropzone strong,.file-dropzone span{display:block}.file-dropzone strong{color:var(--text);font-size:12px}.file-dropzone span{margin-top:5px;color:var(--text-soft);font-size:10.5px}.upload-progress{position:absolute;inset:auto 0 0;height:4px;background:var(--border)}.upload-progress span{display:block;height:100%;margin:0;background:var(--accent);transition:width .15s linear}.file-control-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.file-search{flex:1;height:39px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--border);background:var(--bg-soft);border-radius:9px;color:var(--text-faint)}.file-search input{flex:1;min-width:0;height:100%;padding:0;color:var(--text);background:transparent;border:0;outline:0;font-size:11.5px}.file-view-buttons{display:flex;padding:3px;border:1px solid var(--border);background:var(--bg-soft);border-radius:9px}.file-view-buttons button{width:33px;height:31px;display:grid;place-items:center;color:var(--text-faint);background:transparent;border-radius:7px;cursor:pointer}.file-view-buttons button.is-active{color:var(--accent);background:var(--surface)}.file-alert{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:12px}.file-alert button{display:grid;place-items:center;color:inherit;background:transparent;cursor:pointer}.file-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;min-height:180px}.file-grid-card{position:relative;min-width:0;overflow:hidden;border:1px solid var(--border);background:var(--bg-soft);border-radius:11px;cursor:default;transition:.14s;-webkit-user-select:none;user-select:none}.file-grid-card:hover{border-color:color-mix(in srgb,var(--accent) 23%,var(--border));transform:translateY(-1px)}.file-grid-card.is-selected{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.file-grid-preview{height:116px;display:grid;place-items:center;color:var(--text-faint);background:color-mix(in srgb,var(--surface-hover) 70%,var(--bg-soft));overflow:hidden}.file-grid-preview img{width:100%;height:100%;object-fit:cover}.file-grid-preview.folder-preview{color:#f1b63f;background:color-mix(in srgb,#e7a92f 8%,var(--bg-soft))}.file-grid-info{min-width:0;padding:11px 12px 12px}.file-grid-info strong,.file-grid-info span{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.file-grid-info strong{font-size:11.5px}.file-grid-info span{margin-top:5px;color:var(--text-faint);font-size:9.5px}.file-card-menu{position:absolute;right:6px;bottom:7px;width:29px;height:29px;display:grid;place-items:center;color:var(--text-faint);background:transparent;border-radius:7px;cursor:pointer;opacity:0}.file-grid-card:hover .file-card-menu{opacity:1}.file-card-menu:hover{color:var(--text);background:var(--surface-hover)}.selection-check{position:absolute;z-index:3;top:8px;left:8px;width:21px;height:21px;display:grid;place-items:center;color:#fff;background:color-mix(in srgb,var(--surface) 88%,transparent);border:1px solid var(--border);border-radius:6px;font-size:11px;font-style:normal}.file-grid-card.is-selected .selection-check{background:var(--accent);border-color:var(--accent)}.file-list{overflow:auto;border:1px solid var(--border);border-radius:10px}.file-list-head,.file-list-row{min-width:690px;display:grid;grid-template-columns:minmax(260px,1fr) 125px 95px 170px;align-items:center;gap:10px;padding:0 13px}.file-list-head{height:37px;color:var(--text-faint);background:var(--bg-soft);border-bottom:1px solid var(--border);font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.file-list-row{min-height:46px;color:var(--text-soft);border-bottom:1px solid var(--border-soft);font-size:10.5px;-webkit-user-select:none;user-select:none}.file-list-row:last-child{border-bottom:0}.file-list-row:hover{background:var(--surface-hover)}.file-list-row.is-selected{color:var(--text);background:var(--accent-soft)}.file-list-name{min-width:0;display:flex;align-items:center;gap:9px;color:var(--text)}.file-list-name strong{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.selection-check.inline{position:static;flex:0 0 auto;width:18px;height:18px}.file-list-row.is-selected .selection-check.inline{background:var(--accent);border-color:var(--accent)}.file-statusbar{min-height:39px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;padding:0 3px;color:var(--text-faint);font-size:9.5px}.file-studio-empty{min-height:460px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--text-faint);text-align:center}.file-studio-empty.is-compact{min-height:235px}.file-studio-empty h3{margin:0;color:var(--text);font-size:14px}.file-studio-empty p{max-width:430px;margin:0;color:var(--text-soft);font-size:11px;line-height:1.6}.channel-workstation-page{max-width:1500px;margin:0 auto}.channel-workstation-header{display:flex;align-items:center;gap:13px;margin-bottom:20px}.channel-workstation-header>img,.channel-workstation-fallback{width:50px;height:50px;flex:0 0 auto;border-radius:50%;object-fit:cover;border:1px solid var(--border)}.channel-workstation-fallback{display:grid;place-items:center;color:var(--accent);background:var(--accent-soft)}.channel-workstation-header h2{margin:4px 0;font-size:24px}.channel-workstation-shell{display:grid;grid-template-columns:205px minmax(0,1fr);border:1px solid var(--border);background:var(--surface);border-radius:17px;overflow:hidden}.channel-workstation-sidebar{min-height:720px;padding:18px 10px;border-right:1px solid var(--border);background:var(--bg-soft)}.workstation-sidebar-title{padding:4px 11px 13px;color:var(--text-faint);font-size:8.5px;font-weight:800;letter-spacing:1.4px}.channel-workstation-sidebar nav span{min-height:41px;display:flex;align-items:center;gap:9px;padding:0 11px;color:var(--text-soft);border-radius:9px;font-size:11.5px;font-weight:700}.channel-workstation-sidebar nav span.is-active{color:var(--accent);background:var(--accent-soft);box-shadow:inset 3px 0 0 var(--accent)}.channel-workstation-content{min-width:0;padding:21px}.channel-workstation-section-heading{display:flex;justify-content:space-between;gap:20px;margin-bottom:18px}.channel-workstation-section-heading h3{margin:5px 0;font-family:Syne,sans-serif;font-size:20px}.channel-workstation-section-heading p{margin:0;color:var(--text-soft);font-size:11px}.studio-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:20px;background:#000000ad;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.studio-modal{width:min(520px,100%);max-height:min(760px,92vh);overflow:auto;border:1px solid var(--border);background:var(--surface);border-radius:15px;box-shadow:var(--shadow)}.studio-modal>header{min-height:59px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:10px 15px 10px 19px;border-bottom:1px solid var(--border)}.studio-modal>header h3{margin:0;font-family:Syne,sans-serif;font-size:15px}.modal-body{padding:20px}.modal-body label{display:grid;gap:8px;color:var(--text);font-size:11px;font-weight:700}.modal-body input,.modal-body select{width:100%;height:43px;padding:0 12px;color:var(--text);background:var(--bg-soft);border:1px solid var(--border);border-radius:9px;outline:none}.modal-body select{height:auto;min-height:43px;padding:10px 12px}.modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:13px 18px;border-top:1px solid var(--border)}.modal-actions>button:not(.primary-button):not(.danger-button){height:38px;padding:0 14px;color:var(--text-soft);background:var(--bg-soft);border:1px solid var(--border);border-radius:9px;cursor:pointer}.danger-button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;padding:0 15px;color:#fff;background:#df2929;border-radius:9px;font-weight:700;cursor:pointer}.delete-warning{margin:0;color:var(--text-soft);font-size:12px;line-height:1.7}.file-preview-modal{min-height:240px;display:grid;place-items:center;padding:20px;background:var(--bg-soft)}.file-preview-modal img,.file-preview-modal video{max-width:100%;max-height:560px;border-radius:9px}.file-preview-modal audio{width:100%}.generic-file-preview{display:flex;flex-direction:column;align-items:center;gap:13px;color:var(--text-faint);text-align:center}.generic-file-preview p{margin:0;font-size:11px}@media (max-width: 1250px){.file-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.file-explorer-header{flex-direction:column}.file-toolbar{justify-content:flex-start}}@media (max-width: 980px){.file-explorer.is-global{grid-template-columns:220px minmax(0,1fr)}.file-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.channel-workstation-shell{grid-template-columns:155px minmax(0,1fr)}}@media (max-width: 760px){.file-studio-page-header{align-items:flex-start}.file-studio-header-icon{display:none}.file-explorer.is-global{display:block}.file-tree-panel{max-height:330px;border-right:0;border-bottom:1px solid var(--border)}.file-tree-scroll{max-height:250px}.file-explorer-main{padding:13px}.file-toolbar{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.file-toolbar button{padding:0 7px}.file-dropzone{min-height:92px}.file-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.file-grid-preview{height:100px}.channel-workstation-shell{display:block}.channel-workstation-sidebar{min-height:0;padding:8px;border-right:0;border-bottom:1px solid var(--border)}.workstation-sidebar-title{display:none}.channel-workstation-sidebar nav span,.channel-workstation-sidebar nav a{min-height:38px}.channel-workstation-content{padding:14px}.channel-library-categories button{min-width:112px}.file-statusbar{align-items:flex-start;flex-direction:column;padding:5px 0}}@media (max-width: 480px){.file-grid{grid-template-columns:1fr}.file-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.file-control-row{align-items:stretch;flex-direction:column}.file-view-buttons{align-self:flex-end}}.smart-upload-backdrop{z-index:140}.smart-upload-modal{width:min(980px,96vw);max-height:94vh}.smart-upload-modal>header{align-items:flex-start;padding:15px 18px}.smart-upload-modal>header h3{font-size:18px}.smart-upload-modal>header p{margin:4px 0 0;color:var(--text-soft);font-size:10.5px}.smart-upload-body{display:grid;gap:14px;padding:18px}.smart-upload-actions .primary-button{min-height:40px}.smart-upload-callout{display:flex;align-items:flex-start;gap:11px;padding:12px 14px;color:var(--text-soft);background:var(--bg-soft);border:1px solid var(--border);border-radius:11px}.smart-upload-callout>svg{flex:0 0 auto;color:var(--accent);margin-top:2px}.smart-upload-callout div{display:grid;gap:3px}.smart-upload-callout strong{color:var(--text);font-size:11.5px}.smart-upload-callout span{font-size:10px;line-height:1.55}.smart-upload-list-head{min-height:30px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--text-soft);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.7px}.smart-upload-list-head button,.logo-source-actions button{min-height:34px;display:inline-flex;align-items:center;gap:7px;padding:0 11px;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:8px;cursor:pointer;font-size:10px;font-weight:700}.smart-upload-list-head button:hover,.logo-source-actions button:hover{border-color:var(--accent);color:var(--accent)}.smart-upload-file-list{display:grid;gap:8px;max-height:430px;overflow:auto}.smart-upload-file-row{min-height:58px;display:flex;align-items:center;gap:11px;padding:9px 11px;background:var(--bg-soft);border:1px solid var(--border);border-radius:10px}.smart-upload-file-row>svg{color:var(--accent);flex:0 0 auto}.smart-upload-file-name{min-width:0;flex:1;display:grid;gap:3px}.smart-upload-file-name strong{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:11px}.smart-upload-file-name span{color:var(--text-faint);font-size:9.5px}.smart-switch-label{display:inline-flex;align-items:center;gap:7px;color:var(--text-soft);font-size:10px;font-weight:700;cursor:pointer}.smart-switch-label>input,.smart-toggle-card>input{position:absolute;opacity:0;pointer-events:none}.smart-switch{position:relative;width:34px;height:19px;flex:0 0 auto;background:var(--border-strong);border-radius:999px;transition:.18s ease}.smart-switch:after{content:"";position:absolute;top:3px;left:3px;width:13px;height:13px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #0000004d;transition:.18s ease}.smart-switch-label>input:checked+.smart-switch,.smart-toggle-card>input:checked+.smart-switch{background:var(--accent)}.smart-switch-label>input:checked+.smart-switch:after,.smart-toggle-card>input:checked+.smart-switch:after{transform:translate(15px)}.music-review-list{display:grid;gap:10px;max-height:510px;overflow:auto}.music-review-card{display:grid;gap:11px;padding:12px;background:var(--bg-soft);border:1px solid var(--border);border-radius:11px}.music-review-file{min-width:0;display:flex;align-items:center;gap:9px}.music-review-file>svg{color:var(--accent)}.music-review-file div{min-width:0;display:grid;gap:2px}.music-review-file strong{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:10.5px}.music-review-file span{color:var(--text-faint);font-size:9px}.music-review-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.music-review-fields label{display:grid;gap:5px;color:var(--text-soft);font-size:9.5px;font-weight:700}.music-review-fields input{width:100%;height:38px;padding:0 10px;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:8px;outline:none}.music-review-fields input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.image-upload-layout{grid-template-columns:minmax(260px,340px) minmax(0,1fr);align-items:start}.image-upload-options{display:grid;gap:13px}.smart-toggle-card{min-height:66px;display:flex;align-items:center;gap:11px;padding:12px;color:var(--text);background:var(--bg-soft);border:1px solid var(--border);border-radius:11px;cursor:pointer}.smart-toggle-card div{display:grid;gap:4px}.smart-toggle-card strong{font-size:11px}.smart-toggle-card span:not(.smart-switch){color:var(--text-soft);font-size:9.5px;line-height:1.45}.logo-source-actions{display:flex;gap:8px}.library-logo-picker{display:grid;gap:7px}.library-logo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;max-height:220px;overflow:auto}.library-logo-grid button{position:relative;aspect-ratio:1;padding:5px;background:var(--bg-soft);border:1px solid var(--border);border-radius:9px;cursor:pointer;overflow:hidden}.library-logo-grid button:hover,.library-logo-grid button.is-selected{border-color:var(--accent)}.library-logo-grid img{width:100%;height:100%;object-fit:contain}.library-logo-grid button>span{position:absolute;top:4px;right:4px;width:19px;height:19px;display:grid;place-items:center;color:#fff;background:var(--accent);border-radius:50%}.empty-logo-note,.placement-help{margin:0;color:var(--text-faint);font-size:9.5px;line-height:1.55}.image-preview-column{min-width:0;display:grid;gap:9px}.image-preview-label{display:flex;align-items:center;gap:7px;color:var(--text-soft);font-size:10px;font-weight:700}.image-placement-shell{min-height:350px;display:grid;place-items:center;padding:15px;background:var(--bg-soft);border:1px solid var(--border);border-radius:12px;overflow:auto}.image-placement-stage{position:relative;width:100%;max-height:560px;overflow:hidden;background:#151515;border-radius:8px;box-shadow:0 12px 32px #00000040;-webkit-user-select:none;user-select:none;touch-action:none}.image-placement-source{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:fill}.image-logo-overlay{position:absolute;z-index:2;min-width:24px;min-height:18px;border:1px dashed rgba(255,255,255,.9);cursor:move;touch-action:none}.image-logo-overlay img{width:100%;height:100%;object-fit:fill;pointer-events:none}.image-logo-overlay>button{position:absolute;right:-7px;bottom:-7px;width:15px;height:15px;padding:0;background:var(--accent);border:2px solid white;border-radius:50%;cursor:nwse-resize}.file-metadata-panel{display:grid;gap:4px;padding:13px 18px;color:var(--text-soft);border-top:1px solid var(--border);font-size:10px}.file-metadata-panel strong{color:var(--text);font-size:11px;margin-bottom:2px}@media (max-width: 820px){.smart-upload-modal{width:min(680px,96vw)}.image-upload-layout{grid-template-columns:1fr}.image-placement-shell{min-height:260px}}@media (max-width: 560px){.smart-upload-modal{max-height:96vh}.smart-upload-file-row{align-items:flex-start;flex-wrap:wrap}.smart-switch-label{width:100%;justify-content:flex-end}.music-review-fields{grid-template-columns:1fr}.library-logo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.smart-upload-error{margin:0;padding:9px 10px;color:#d92d20;background:#d92d2014;border:1px solid rgba(217,45,32,.25);border-radius:8px;font-size:9.5px;line-height:1.45}:root{--activity-drawer-width: 420px;--border-strong: #343434}:root[data-theme=light]{--border-strong: #d6d6d6}.compact-topbar .sidebar-header{height:50px}.compact-topbar .topbar{min-height:50px;height:50px;padding:6px 16px}.compact-topbar .topbar-title h1{font-size:14px;letter-spacing:-.15px}.compact-topbar .content-area{max-width:none;padding:14px 18px 18px}.compact-topbar .page-stack{gap:16px}.compact-workspace-page{max-width:none;margin:0}.compact-workspace-page .file-explorer.is-global{min-height:calc(100vh - 83px)}.file-dropzone.is-disabled{cursor:not-allowed;opacity:.58;border-style:solid}.file-dropzone.is-disabled:hover{border-color:var(--accent-border);background:color-mix(in srgb,var(--accent) 3%,var(--bg-soft))}.activity-statusbar{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:8px}.activity-counters{min-width:0;display:flex;align-items:center;gap:5px}.activity-counters>span{height:30px;display:inline-flex;align-items:center;gap:6px;padding:0 8px;color:var(--text-faint);background:var(--surface);border:1px solid var(--border);border-radius:8px;font-size:9.5px;white-space:nowrap}.activity-counters>span i{font-style:normal}.activity-counters>span b{min-width:17px;height:17px;display:grid;place-items:center;padding:0 4px;color:var(--text-soft);background:var(--surface-hover);border-radius:999px;font-size:9px}.activity-counters>span.is-active{color:var(--accent);border-color:var(--accent-border);background:var(--accent-soft)}.activity-counters>span.is-active b{color:#fff;background:var(--accent)}.activity-counters>span.is-error{color:#ff6b6b;border-color:#ff48484d;background:#ff484814}.activity-counters>span.is-error b{color:#fff;background:#d92d20}.activity-toggle{position:relative;width:34px;height:34px;display:grid;place-items:center;color:var(--text-soft);background:var(--surface);border:1px solid var(--border);border-radius:9px;cursor:pointer}.activity-toggle:hover,.activity-toggle.is-open{color:var(--accent);border-color:var(--accent-border);background:var(--accent-soft)}.activity-toggle>b{position:absolute;top:-5px;right:-5px;min-width:17px;height:17px;display:grid;place-items:center;padding:0 4px;color:#fff;background:var(--accent);border:2px solid var(--bg);border-radius:999px;font-size:8px}.activity-drawer{position:fixed;z-index:80;top:0;right:0;bottom:0;width:min(var(--activity-drawer-width),94vw);display:flex;flex-direction:column;color:var(--text);background:color-mix(in srgb,var(--bg-soft) 97%,transparent);border-left:1px solid var(--border);box-shadow:-20px 0 55px #00000040;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);transform:translate(102%);visibility:hidden;transition:transform .22s ease,visibility .22s step-end}.activity-drawer.is-open{transform:translate(0);visibility:visible;transition:transform .22s ease,visibility 0s}.activity-drawer>header{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px 10px 16px;border-bottom:1px solid var(--border)}.activity-drawer>header>div{min-width:0;display:grid;gap:3px}.activity-drawer>header strong{font-family:Syne,sans-serif;font-size:14px}.activity-drawer>header span{color:var(--text-faint);font-size:9.5px}.activity-drawer-toolbar{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 14px;color:var(--text-faint);border-bottom:1px solid var(--border-soft);font-size:9.5px}.activity-drawer-toolbar button{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;color:var(--text-soft);background:transparent;border:0;border-radius:7px;cursor:pointer;font-size:9.5px}.activity-drawer-toolbar button:hover{color:var(--text);background:var(--surface-hover)}.activity-drawer-scroll{flex:1;min-height:0;overflow:auto;padding:10px}.activity-empty{min-height:270px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;color:var(--text-faint);text-align:center}.activity-empty strong{color:var(--text);font-size:12px}.activity-empty span{max-width:280px;font-size:9.5px;line-height:1.55}.activity-upload-task,.activity-notice{margin-bottom:9px;overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:11px}.activity-upload-task.state-error{border-color:#d92d2059}.activity-upload-task.state-success{border-color:#39d98a47}.activity-task-heading{min-height:58px;display:grid;grid-template-columns:31px minmax(0,1fr) 28px;align-items:center;gap:9px;padding:10px}.activity-task-icon{width:31px;height:31px;display:grid;place-items:center;color:var(--accent);background:var(--accent-soft);border-radius:8px}.state-success .activity-task-icon{color:var(--success);background:#39d98a1a}.state-error .activity-task-icon{color:#ff6b6b;background:#ff48481a}.activity-task-heading>div{min-width:0;display:grid;gap:3px}.activity-task-heading strong,.activity-task-heading span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.activity-task-heading strong{font-size:10.5px}.activity-task-heading span{color:var(--text-faint);font-size:9px}.activity-dismiss{width:28px;height:28px;display:grid;place-items:center;color:var(--text-faint);background:transparent;border:0;border-radius:7px;cursor:pointer}.activity-dismiss:hover{color:var(--text);background:var(--surface-hover)}.activity-progress{height:4px;background:var(--border)}.activity-progress span{display:block;height:100%;background:var(--accent);transition:width .14s linear}.activity-processing,.activity-error{display:flex;align-items:flex-start;gap:6px;padding:8px 10px;border-top:1px solid var(--border-soft);font-size:9px;line-height:1.45}.activity-processing{color:var(--text-soft)}.activity-error{color:#ff8585;background:#d92d200f}.activity-notice{min-height:54px;display:flex;align-items:flex-start;justify-content:space-between;gap:8px;padding:10px}.activity-notice>div{display:grid;gap:3px}.activity-notice strong{font-size:10.5px}.activity-notice span{color:var(--text-soft);font-size:9px;line-height:1.45}.activity-notice button{width:26px;height:26px;display:grid;place-items:center;color:var(--text-faint);background:transparent;border:0;border-radius:6px;cursor:pointer}.activity-notice.is-error{border-color:#d92d2059}.smart-upload-panel{overflow:hidden;background:var(--surface)}.smart-upload-panel>header{min-height:55px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:10px;border-bottom:1px solid var(--border)}.smart-upload-panel>header h3{margin:0;font-size:12px}.smart-upload-panel>header p{margin:3px 0 0;color:var(--text-faint);font-size:8.5px}.smart-upload-panel .smart-upload-body{padding:10px;gap:9px}.smart-upload-panel .smart-upload-callout{padding:9px}.smart-upload-panel .smart-upload-callout span{font-size:8.5px}.smart-upload-panel .smart-upload-file-list,.smart-upload-panel .music-review-list{max-height:260px}.smart-upload-panel .smart-upload-file-row{min-height:49px;padding:7px 8px}.smart-upload-panel .music-review-fields,.smart-upload-panel .image-upload-layout{grid-template-columns:1fr}.smart-upload-panel .image-placement-shell{min-height:190px;max-height:260px;padding:8px}.smart-upload-panel .library-logo-grid{grid-template-columns:repeat(5,minmax(0,1fr));max-height:120px}.smart-upload-panel .smart-upload-actions{position:sticky;bottom:0;padding:9px 10px;background:var(--surface)}.smart-upload-panel .smart-upload-actions button{min-height:34px;height:34px;font-size:9.5px}.settings-workspace{min-height:calc(100vh - 83px);display:grid;grid-template-columns:235px minmax(0,1fr);overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:14px}.settings-navigation{min-width:0;display:flex;flex-direction:column;background:var(--bg-soft);border-right:1px solid var(--border)}.settings-navigation-title{min-height:58px;display:flex;align-items:center;gap:9px;padding:10px 13px;border-bottom:1px solid var(--border)}.settings-navigation-title>svg{color:var(--accent)}.settings-navigation-title div{display:grid;gap:2px}.settings-navigation-title strong{font-size:11.5px}.settings-navigation-title span{color:var(--text-faint);font-size:8.5px}.settings-navigation nav{flex:1;overflow:auto;padding:8px}.settings-navigation nav button{width:100%;min-height:36px;display:flex;align-items:center;gap:9px;padding:0 10px;color:var(--text-soft);background:transparent;border:0;border-radius:8px;cursor:pointer;text-align:left;font-size:10.5px}.settings-navigation nav button:hover{color:var(--text);background:var(--surface-hover)}.settings-navigation nav button.is-active{color:var(--accent);background:var(--accent-soft);box-shadow:inset 3px 0 0 var(--accent)}.settings-content-panel{min-width:0;display:flex;flex-direction:column}.settings-compact-header{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 18px;border-bottom:1px solid var(--border)}.settings-compact-header h2{margin:4px 0 0;font-family:Syne,sans-serif;font-size:19px}.settings-options{flex:1;display:grid;align-content:start;gap:0;padding:5px 18px 18px;overflow:auto}.settings-option-row,.settings-control-row{position:relative;min-height:63px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;padding:10px 2px;border-bottom:1px solid var(--border-soft)}.settings-option-row>div,.settings-control-row>div{min-width:0;display:grid;gap:4px}.settings-option-row strong,.settings-control-row strong{font-size:10.5px}.settings-option-row span,.settings-control-row span{color:var(--text-faint);font-size:9px;line-height:1.45}.settings-option-row>input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.settings-switch{position:relative;width:36px;height:20px;background:var(--border-strong);border-radius:999px;cursor:pointer;transition:.16s}.settings-switch:after{content:"";position:absolute;top:3px;left:3px;width:14px;height:14px;background:#fff;border-radius:50%;transition:.16s;box-shadow:0 1px 3px #00000040}.settings-option-row>input:checked+.settings-switch{background:var(--accent)}.settings-option-row>input:checked+.settings-switch:after{transform:translate(16px)}.settings-option-row.is-disabled{opacity:.52;cursor:not-allowed}.settings-control-row select,.settings-control-row input{width:180px;height:36px;padding:0 10px;color:var(--text);background:var(--bg-soft);border:1px solid var(--border);border-radius:8px;outline:0;font-size:10px}.settings-control-row input[type=number]{width:105px}.settings-control-row select:focus,.settings-control-row input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.settings-subheading{padding:18px 2px 7px;color:var(--accent);font-size:8.5px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase}.settings-info-note{margin-top:14px;padding:12px;color:var(--text-soft);background:var(--bg-soft);border:1px solid var(--border);border-radius:9px;font-size:9.5px;line-height:1.55}.settings-form-message{margin:0 18px 10px}.settings-loading{min-height:180px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--text-faint);font-size:10px}.compact-oauth-form{padding-top:15px}.oauth-heading-inline{display:flex;align-items:flex-start;gap:11px;margin-bottom:5px;padding-bottom:14px;border-bottom:1px solid var(--border-soft)}.oauth-heading-inline h3{margin:0;font-size:14px}.oauth-heading-inline p{margin:5px 0 0;color:var(--text-soft);font-size:9.5px}@media (max-width: 1060px){.activity-counters>span i{display:none}.activity-counters>span{padding:0 7px}.settings-workspace{grid-template-columns:205px minmax(0,1fr)}}@media (max-width: 760px){.compact-topbar .content-area{padding:10px}.activity-counters>span:nth-child(3),.activity-counters>span:nth-child(4){display:none}.activity-drawer{top:0;width:100vw}.settings-workspace{display:block;min-height:0;overflow:visible}.settings-navigation{max-height:210px;border-right:0;border-bottom:1px solid var(--border)}.settings-navigation nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.settings-content-panel{min-height:560px}.settings-option-row,.settings-control-row{gap:10px}}@media (max-width: 520px){.activity-counters>span:nth-child(n+3){display:none}.settings-navigation nav{grid-template-columns:1fr}.settings-control-row{grid-template-columns:1fr}.settings-control-row select,.settings-control-row input,.settings-control-row input[type=number]{width:100%}}.compact-upload-hint .file-dropzone{min-height:58px;justify-content:flex-start;padding:10px 13px}.compact-upload-hint .file-dropzone>div:not(.upload-progress){text-align:left}.compact-upload-hint .file-dropzone strong{font-size:10.5px}.compact-upload-hint .file-dropzone span{margin-top:2px;font-size:9px}.channel-workstation-header{min-height:52px;margin-bottom:10px}.channel-workstation-header>img,.channel-workstation-fallback{width:38px;height:38px}.channel-workstation-header h2{margin:2px 0;font-size:17px}.channel-workstation-header p{font-size:9.5px}.channel-workstation-shell{min-height:calc(100vh - 145px)}.channel-workstation-sidebar{min-height:0}.channel-workstation-content{padding:14px}.channel-grid.is-compact .channel-card{padding:13px}.channel-grid.is-compact .channel-identity img,.channel-grid.is-compact .channel-fallback{width:42px;height:42px}.channel-grid.is-compact .channel-metrics{margin-top:10px}.topbar{gap:14px}.topbar-title{flex:0 1 auto;overflow:hidden}.topbar-runtime{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-left:auto}.workspace-topbar-header{min-width:0;display:flex;align-items:center;gap:9px}.workspace-topbar-back{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;color:var(--text-soft);background:var(--surface);border:1px solid var(--border);border-radius:9px}.workspace-topbar-back:hover{color:var(--text);background:var(--surface-hover)}.workspace-topbar-header>img,.workspace-topbar-fallback{width:34px;height:34px;flex:0 0 auto;object-fit:cover;border:1px solid var(--border);border-radius:50%}.workspace-topbar-fallback{display:grid;place-items:center;color:var(--accent);background:var(--accent-soft);font-size:9px;font-weight:800}.workspace-topbar-header>div{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:8px;row-gap:1px}.workspace-topbar-header>div>span{color:var(--accent);font-size:7.5px;font-weight:800;letter-spacing:1.25px;white-space:nowrap}.workspace-topbar-header>div>strong{min-width:0;overflow:hidden;color:var(--text);font-family:Syne,sans-serif;font-size:13px;white-space:nowrap;text-overflow:ellipsis}.workspace-topbar-header>div>small{grid-column:1 / -1;overflow:hidden;color:var(--text-faint);font-size:8.5px;white-space:nowrap;text-overflow:ellipsis}.global-player{width:min(570px,45vw);height:36px;min-width:290px;display:flex;align-items:center;gap:4px;padding:3px 5px;overflow:hidden;color:var(--text-soft);background:var(--surface);border:1px solid var(--border);border-radius:9px}.global-player>button{width:28px;height:28px;display:grid;place-items:center;flex:0 0 auto;color:var(--text-soft);background:transparent;border-radius:7px;cursor:pointer}.global-player>button:hover:not(:disabled){color:var(--text);background:var(--surface-hover)}.global-player>button:disabled{opacity:.28}.global-player>button.global-player-primary{color:#fff;background:var(--accent)}.global-player>button.global-player-primary:hover{background:color-mix(in srgb,var(--accent) 88%,white)}.global-player>button.global-player-close{color:var(--text-faint)}.global-player-track{min-width:90px;flex:1;display:grid;gap:2px;padding:0 4px}.global-player-track strong{overflow:hidden;color:var(--text);font-size:9px;font-weight:700;white-space:nowrap;text-overflow:ellipsis}.global-player input[type=range]{height:9px;margin:0;accent-color:var(--accent);cursor:pointer}.global-player-time{flex:0 0 auto;color:var(--text-faint);font-size:7.5px;white-space:nowrap}.global-player-volume{width:72px;display:flex;align-items:center;gap:4px;flex:0 0 auto}.global-player-volume input{min-width:0;width:48px}.global-video-fallback{position:fixed;width:1px;height:1px;left:-10000px;top:-10000px;opacity:0;pointer-events:none}.sidebar-video-player{position:relative;min-height:160px;max-height:520px;display:flex;flex:0 0 auto;flex-direction:column;overflow:hidden;background:#050505;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.sidebar-video-player>header{height:34px;min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 8px 0 11px;background:var(--bg-soft);border-bottom:1px solid var(--border)}.sidebar-video-player>header strong{min-width:0;overflow:hidden;color:var(--text-soft);font-size:8.5px;white-space:nowrap;text-overflow:ellipsis}.sidebar-video-player>header>div{display:flex;align-items:center;gap:2px}.sidebar-video-player>header button{width:25px;height:25px;display:grid;place-items:center;color:var(--text-faint);background:transparent;border-radius:6px;cursor:pointer}.sidebar-video-player>header button:hover{color:var(--text);background:var(--surface-hover)}.sidebar-video-player video{width:100%;min-height:0;flex:1;object-fit:contain;background:#000}.sidebar-video-resize{height:15px;min-height:15px;display:grid;place-items:center;color:var(--text-faint);background:var(--bg-soft);border-top:1px solid var(--border);cursor:ns-resize;touch-action:none}.sidebar-video-resize:hover{color:var(--text);background:var(--surface-hover)}body.is-resizing-video-panel{cursor:ns-resize;-webkit-user-select:none;user-select:none}.sidebar.is-collapsed .sidebar-video-player{visibility:hidden}.file-explorer.has-no-folder .channel-library-categories,.file-explorer.has-no-folder .channel-library-subfolders,.file-explorer.has-no-folder .file-explorer-header,.file-explorer.has-no-folder .file-dropzone,.file-explorer.has-no-folder .file-control-row,.file-explorer.has-no-folder .file-statusbar{display:none}.file-explorer-start{min-height:430px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:30px;color:var(--text-faint);text-align:center}.file-explorer-start strong{color:var(--text);font-size:13px}.file-explorer-start span{max-width:430px;font-size:9.5px;line-height:1.55}.tree-channel-button>b{margin-left:auto;min-width:26px;height:20px;display:grid;place-items:center;padding:0 6px;color:var(--text-faint);background:var(--surface-hover);border-radius:999px;font-size:8px;font-weight:800}.channel-workstation-page{max-width:none}.channel-workstation-shell,.compact-topbar .channel-workstation-shell{min-height:calc(100vh - 83px)}@media (max-width: 1280px){.global-player{width:min(470px,42vw)}.global-player-volume{display:none}}@media (max-width: 1040px){.global-player{width:min(360px,38vw);min-width:240px}.global-player-time{display:none}.workspace-topbar-header>div>span{display:none}}@media (max-width: 760px){.topbar{align-items:center}.topbar-runtime{gap:5px}.workspace-topbar-header>img,.workspace-topbar-fallback{width:30px;height:30px}.workspace-topbar-back{width:30px;height:30px}.workspace-topbar-header>div>small{display:none}.global-player{width:165px;min-width:165px}.global-player>button:first-child,.global-player>button:nth-child(3),.global-player-time,.global-player-volume{display:none}.global-player-track{min-width:0}.activity-counters{display:none}.sidebar-video-player{max-height:420px}}@media (max-width: 480px){.workspace-topbar-header>img,.workspace-topbar-fallback{display:none}.workspace-topbar-header>div{max-width:105px}.global-player{width:130px;min-width:130px}.global-player-track input{display:none}}.settings-subsection-bar{min-height:47px;display:flex;align-items:center;gap:10px;padding:6px 10px 6px 14px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--bg-soft) 72%,var(--surface))}.settings-subsection-tabs{min-width:0;flex:1;display:flex;align-items:center;gap:3px;overflow-x:auto;scrollbar-width:none}.settings-subsection-tabs::-webkit-scrollbar{display:none}.settings-subsection-tabs button{flex:0 0 auto;min-height:31px;padding:0 11px;color:var(--text-faint);background:transparent;border:1px solid transparent;border-radius:7px;cursor:pointer;font-size:9.5px;font-weight:700;white-space:nowrap;transition:.16s ease}.settings-subsection-tabs button:hover{color:var(--text);background:var(--surface-hover)}.settings-subsection-tabs button.is-active{color:var(--accent);background:var(--accent-soft);border-color:var(--accent-border)}.settings-autosave-status{flex:0 0 auto;min-width:74px;display:inline-flex;align-items:center;justify-content:flex-end;gap:5px;color:var(--text-faint);font-size:8.5px;white-space:nowrap}.settings-autosave-status.is-saving,.settings-autosave-status.is-pending{color:var(--text-soft)}.settings-autosave-status.is-saved{color:#38c878}.settings-autosave-status.is-error{color:var(--danger)}.settings-reset-button{flex:0 0 auto;height:30px;display:inline-flex;align-items:center;gap:6px;padding:0 9px;color:var(--text-soft);background:var(--surface);border:1px solid var(--border);border-radius:7px;cursor:pointer;font-size:9px;font-weight:700}.settings-reset-button:hover{color:var(--text);border-color:var(--border-strong);background:var(--surface-hover)}.settings-updated-note{color:var(--text-faint);font-size:8.5px;text-align:right}.settings-reset-modal{width:min(440px,100%)}.settings-reset-modal-title{display:flex;align-items:center;gap:9px;color:var(--danger)}.settings-reset-modal .modal-body p{margin:0;color:var(--text-soft);font-size:10.5px;line-height:1.65}.settings-reset-modal .danger-button{display:inline-flex;align-items:center;gap:7px}@media (max-width: 850px){.settings-subsection-bar{flex-wrap:wrap}.settings-subsection-tabs{order:1;flex-basis:100%}.settings-autosave-status{margin-left:auto}}@media (max-width: 560px){.settings-subsection-bar{padding:6px 8px}.settings-subsection-tabs button{padding:0 9px}.settings-reset-button span{display:none}.settings-reset-button{width:30px;justify-content:center;padding:0}}.app-loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:12px;background:var(--bg);color:var(--text-soft);font-size:13px}.loading-spinner{width:20px;height:20px;border-radius:50%;border:2px solid var(--border);border-top-color:var(--accent);animation:studio-spin .8s linear infinite}@keyframes studio-spin{to{transform:rotate(360deg)}}.login-page{min-height:100vh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at 74% 22%,rgba(255,37,37,.13),transparent 30%),radial-gradient(circle at 18% 84%,rgba(255,37,37,.07),transparent 28%),var(--bg)}.login-card{width:min(510px,100%);border:1px solid var(--border);border-radius:20px;background:color-mix(in srgb,var(--surface) 94%,transparent);box-shadow:var(--shadow);padding:34px;display:grid;gap:24px;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.login-card .brand-mark{width:max-content}.login-copy>span{color:var(--accent);font-size:10px;font-weight:800;letter-spacing:1.8px;text-transform:uppercase}.login-copy h1{margin:10px 0 12px;font-family:Syne,sans-serif;font-size:31px;letter-spacing:-1.2px}.login-copy p{margin:0;color:var(--text-soft);line-height:1.65;font-size:13px}.login-alert,.login-bootstrap{display:flex;gap:11px;align-items:flex-start;padding:13px;border-radius:11px;border:1px solid var(--border);background:var(--bg-soft);color:var(--text-soft);font-size:12px}.login-alert{color:#ff8080;border-color:var(--accent-border);background:var(--accent-soft)}.login-bootstrap svg{color:var(--success);flex:0 0 auto}.login-bootstrap div{display:grid;gap:4px}.login-bootstrap strong{color:var(--text)}.login-bootstrap span{line-height:1.5}.google-login-button{height:48px;display:flex;align-items:center;justify-content:center;gap:11px;border-radius:11px;background:#fff;color:#202124;border:1px solid #dadce0;font-weight:700;font-size:13px;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.google-login-button:hover{transform:translateY(-1px);box-shadow:0 8px 26px #0000002e}.google-login-button.is-disabled{opacity:.5;pointer-events:none}.google-g{width:23px;height:23px;display:grid;place-items:center;border-radius:50%;font-weight:900;color:#4285f4;font-size:18px}.login-help{margin:-6px 0 0;color:var(--text-faint);font-size:10.5px;line-height:1.6}.login-help code{display:block;margin-top:7px;padding:8px 9px;background:var(--bg);border:1px solid var(--border);border-radius:7px;overflow-wrap:anywhere;color:var(--text-soft)}.account-menu-wrap{position:relative;flex:0 0 auto}.account-chip{height:34px;max-width:180px;display:flex;align-items:center;gap:7px;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--text-soft);padding:0 8px;cursor:pointer}.account-chip:hover{color:var(--text);background:var(--surface-hover)}.account-chip img{width:22px;height:22px;border-radius:50%;object-fit:cover}.account-chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10.5px;font-weight:700}.account-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:80;width:245px;border:1px solid var(--border);border-radius:12px;background:var(--surface);box-shadow:var(--shadow);padding:8px}.account-menu-user{display:grid;gap:3px;padding:10px;border-bottom:1px solid var(--border-soft);margin-bottom:6px}.account-menu-user strong{font-size:12px}.account-menu-user span{color:var(--text-soft);font-size:10px;overflow-wrap:anywhere}.account-menu-user small{color:var(--accent);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.8px}.account-menu>button{width:100%;min-height:36px;display:flex;align-items:center;gap:8px;border:0;border-radius:8px;background:transparent;color:var(--text-soft);padding:0 10px;cursor:pointer;text-align:left;font-size:11px}.account-menu>button:hover{background:var(--surface-hover);color:var(--text)}.viewing-user-pill{height:32px;display:flex;align-items:center;gap:6px;padding:0 9px;border-radius:9px;border:1px solid var(--accent-border);background:var(--accent-soft);color:var(--text-soft);cursor:pointer;font-size:9.5px}.viewing-user-pill svg,.viewing-user-pill strong{color:var(--accent)}.viewing-user-pill span{max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.viewing-user-pill strong{margin-left:2px}.sidebar-viewing-card{margin:15px 1px 0;border:1px solid var(--accent-border);border-radius:10px;background:var(--accent-soft);padding:10px;display:grid;gap:8px}.sidebar-viewing-card div{display:grid;gap:3px;min-width:0}.sidebar-viewing-card span{color:var(--accent);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.8px}.sidebar-viewing-card strong{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-viewing-card small{color:var(--text-faint);font-size:8.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-viewing-card button{min-height:30px;border:1px solid var(--accent-border);border-radius:7px;background:var(--surface);color:var(--text-soft);display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;font-size:9px}.sidebar.is-collapsed .sidebar-viewing-card{padding:5px}.admin-settings-workspace .settings-content-panel{min-width:0}.admin-summary-pills{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.admin-summary-pills span{height:25px;display:inline-flex;align-items:center;padding:0 8px;border:1px solid var(--border);border-radius:999px;background:var(--bg-soft);color:var(--text-faint);font-size:8.5px}.admin-settings-options{padding-top:12px}.admin-users-list{display:grid;gap:9px}.admin-user-card{min-height:82px;display:grid;grid-template-columns:minmax(280px,1.4fr) auto 130px 90px 145px;gap:14px;align-items:center;padding:12px;border:1px solid var(--border-soft);border-radius:11px;background:var(--bg-soft)}.admin-user-card.is-blocked{opacity:.72;border-color:var(--accent-border)}.admin-user-identity{display:flex;align-items:center;gap:11px;min-width:0}.admin-user-identity>img,.admin-user-identity>span{width:38px;height:38px;flex:0 0 auto;border-radius:50%;object-fit:cover;display:grid;place-items:center;background:var(--surface-hover);border:1px solid var(--border)}.admin-user-identity>div{display:grid;gap:3px;min-width:0}.admin-user-identity strong{font-size:11.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-user-identity span{color:var(--text-soft);font-size:9.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-user-identity small{color:var(--text-faint);font-size:8px;line-height:1.35}.admin-user-stats{display:flex;gap:12px}.admin-user-stats span{display:grid;gap:2px;color:var(--text-faint);font-size:8px;text-align:center}.admin-user-stats strong{color:var(--text);font-size:12px}.admin-user-role{display:grid;gap:4px;color:var(--text-faint);font-size:8px}.admin-user-role select{height:32px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);padding:0 8px;font-size:9px}.admin-user-block{position:relative;display:grid;justify-items:center;gap:5px;color:var(--text-faint);font-size:8px}.admin-user-block>input{position:absolute;opacity:0;pointer-events:none}.admin-user-block>input:checked+.settings-switch{background:var(--accent)}.admin-user-block>input:checked+.settings-switch:after{transform:translate(16px)}.admin-view-workspace{height:34px;padding:0 10px;font-size:9px}.admin-access-list{display:grid}.admin-security-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin-security-grid .settings-info-note{min-height:92px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:6px}.admin-security-grid .settings-info-note svg{color:var(--success)}.admin-security-grid code{color:var(--accent);overflow-wrap:anywhere;font-size:9px}.form-message.is-success{color:var(--success);border-color:color-mix(in srgb,var(--success) 38%,var(--border));background:color-mix(in srgb,var(--success) 8%,var(--surface))}@media (max-width: 1350px){.admin-user-card{grid-template-columns:minmax(250px,1.3fr) auto 115px 80px}.admin-view-workspace{grid-column:1 / -1;width:max-content;justify-self:end}.account-chip span{display:none}.account-chip{width:34px;justify-content:center}}@media (max-width: 850px){.login-card{padding:25px}.admin-user-card{grid-template-columns:1fr 1fr}.admin-user-identity{grid-column:1 / -1}.admin-user-stats{justify-content:flex-start}.admin-view-workspace{grid-column:1 / -1;width:100%}.admin-security-grid{grid-template-columns:1fr}.viewing-user-pill span{display:none}}.video-studio-page,.video-project-page{min-height:100%}.video-studio-secondary-bar{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:6px 12px;margin:-6px -6px 14px;border:1px solid var(--border);border-radius:12px;background:var(--surface);position:sticky;top:0;z-index:8}.video-studio-secondary-bar nav{display:flex;align-items:center;gap:4px;overflow-x:auto}.video-studio-secondary-bar nav button,.video-settings-link{border:0;background:transparent;color:var(--muted);height:34px;padding:0 12px;display:inline-flex;align-items:center;gap:7px;border-radius:8px;white-space:nowrap;cursor:pointer;font:inherit}.video-studio-secondary-bar nav button:hover,.video-settings-link:hover{background:var(--surface-2);color:var(--text)}.video-studio-secondary-bar nav button.is-active{background:color-mix(in srgb,var(--accent) 18%,transparent);color:var(--text)}.video-studio-loading{min-height:240px;display:grid;place-content:center;justify-items:center;gap:10px;color:var(--muted)}.video-create-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:16px;align-items:start}.video-create-main,.video-create-summary,.video-studio-panel{border:1px solid var(--border);border-radius:14px;background:var(--surface)}.video-create-main{padding:16px}.video-create-summary{position:sticky;top:64px}.video-section-heading{display:flex;align-items:center;justify-content:space-between;margin:2px 0 12px}.video-section-heading+.video-section-heading{margin-top:24px}.video-section-heading div{display:grid;gap:2px}.video-section-heading span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);font-weight:700}.video-section-heading strong{font-size:17px}.video-section-heading small{color:var(--muted)}.video-channel-picker{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:9px}.video-channel-picker>button{min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid var(--border);border-radius:11px;background:var(--surface-2);color:var(--text);padding:10px;text-align:left;cursor:pointer}.video-channel-picker>button:hover{border-color:color-mix(in srgb,var(--accent) 45%,var(--border))}.video-channel-picker>button.is-selected{border-color:var(--accent);box-shadow:0 0 0 1px color-mix(in srgb,var(--accent) 30%,transparent)}.video-channel-picker img,.video-channel-picker>button>span{width:42px;height:42px;border-radius:50%;object-fit:cover;display:grid;place-items:center;background:var(--surface-3);font-weight:700}.video-channel-picker div{min-width:0;display:grid;gap:3px}.video-channel-picker strong,.video-channel-picker small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-channel-picker small{color:var(--muted)}.video-channel-picker svg{color:var(--accent)}.video-type-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:10px}.video-type-grid>button{min-height:184px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);border-radius:12px;padding:13px;text-align:left;display:flex;flex-direction:column;gap:9px;cursor:pointer}.video-type-grid>button:hover:not(:disabled){border-color:color-mix(in srgb,var(--accent) 50%,var(--border));transform:translateY(-1px)}.video-type-grid>button.is-selected{border-color:var(--accent);box-shadow:0 0 0 1px color-mix(in srgb,var(--accent) 30%,transparent)}.video-type-grid>button:disabled{cursor:not-allowed;opacity:.56}.video-type-card-top{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.06em}.video-type-card-top small{color:var(--accent)}.video-type-grid>button>strong{font-size:16px}.video-type-grid p{margin:0;color:var(--muted);line-height:1.45;flex:1}.video-type-meta{display:flex;gap:6px;flex-wrap:wrap}.video-type-meta span{border:1px solid var(--border);border-radius:999px;padding:3px 7px;font-size:10px;color:var(--muted);display:inline-flex;gap:4px;align-items:center}.video-summary-card{padding:16px;display:grid;gap:10px}.video-summary-card>span{color:var(--accent);text-transform:uppercase;font-size:10px;letter-spacing:.12em;font-weight:700}.video-summary-card>strong{font-size:19px}.video-summary-card>small{color:var(--muted)}.video-summary-card>label{display:grid;gap:6px;margin-top:6px}.video-summary-card>label span{font-size:12px;color:var(--muted)}.video-summary-card input,.video-project-field input,.video-project-field select,.video-project-notes textarea{width:100%;border:1px solid var(--border);border-radius:8px;background:var(--surface-2);color:var(--text);padding:9px 10px;font:inherit}.video-requirement-list{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:10px 0;display:grid;gap:7px}.video-requirement-list>b{font-size:12px}.video-requirement-list>div{display:flex;gap:8px;align-items:center}.video-requirement-list>div>span{display:grid}.video-requirement-list small{color:var(--muted)}.video-summary-card>p{margin:0;color:var(--muted);font-size:11px;line-height:1.45}.primary-action.compact{min-height:34px;padding:0 12px}.video-studio-panel{padding:14px}.video-list-toolbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,280px) auto;gap:10px;align-items:center;margin-bottom:12px}.video-list-toolbar>div{display:grid;gap:2px}.video-list-toolbar>div span{color:var(--muted);font-size:12px}.video-list-toolbar label{display:flex;align-items:center;gap:7px;border:1px solid var(--border);border-radius:8px;background:var(--surface-2);padding:0 9px}.video-list-toolbar input{width:100%;height:34px;border:0;background:transparent;color:var(--text);outline:none}.video-project-list{display:grid;gap:7px}.video-project-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;border:1px solid var(--border);border-radius:10px;background:var(--surface-2);overflow:hidden}.video-project-open{border:0;background:transparent;color:var(--text);display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:11px;align-items:center;padding:10px 12px;text-align:left;cursor:pointer}.video-project-open>div{display:grid;gap:3px;min-width:0}.video-project-open strong,.video-project-open small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-project-open small,.video-project-open time{color:var(--muted);font-size:11px}.project-status{padding:3px 7px;border:1px solid var(--border);border-radius:999px;font-size:10px;text-transform:uppercase;color:var(--muted)}.project-status.is-ready{color:#6bd69a;border-color:color-mix(in srgb,#6bd69a 45%,var(--border))}.project-status.is-archived{opacity:.65}.video-project-actions{display:flex;align-items:center;padding-right:7px}.video-project-actions button{width:31px;height:31px;border:0;background:transparent;color:var(--muted);border-radius:7px;cursor:pointer}.video-project-actions button:hover{background:var(--surface-3);color:var(--text)}.video-panel-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.video-panel-title>div{display:grid;gap:3px}.video-panel-title span{color:var(--muted)}.video-type-management{display:grid;gap:8px}.video-type-management article{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:16px;align-items:center;padding:12px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2)}.video-type-management article>div:first-child{display:grid;gap:4px}.video-type-management article>div:first-child>span{color:var(--accent);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.video-type-management p{margin:0;color:var(--muted)}.video-type-management small{color:var(--muted)}.video-type-management-meta{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.video-type-management-meta span{font-size:10px;border:1px solid var(--border);border-radius:999px;padding:3px 7px;color:var(--muted)}.video-type-management article>b{font-size:11px;color:var(--muted)}.mini-switch{position:relative;width:36px;height:20px}.mini-switch input{position:absolute;opacity:0}.mini-switch i{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:var(--surface-3);border:1px solid var(--border)}.mini-switch i:after{content:"";position:absolute;width:14px;height:14px;border-radius:50%;left:2px;top:2px;background:var(--muted);transition:.18s}.mini-switch input:checked+i{background:color-mix(in srgb,var(--accent) 28%,var(--surface-3));border-color:var(--accent)}.mini-switch input:checked+i:after{transform:translate(16px);background:var(--accent)}.video-studio-empty{min-height:250px;display:grid;place-content:center;justify-items:center;text-align:center;gap:8px;color:var(--muted);padding:24px}.video-studio-empty strong{color:var(--text)}.video-studio-empty span{max-width:480px}.inline-error-card{border:1px solid color-mix(in srgb,#ef6262 55%,var(--border));background:color-mix(in srgb,#ef6262 9%,var(--surface));border-radius:10px;padding:10px 12px;color:#ff9292;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.inline-error-card.compact{margin:0 0 10px}.inline-error-card button{border:1px solid currentColor;background:transparent;color:inherit;border-radius:7px;padding:5px 9px;cursor:pointer}.video-project-commandbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:-6px -6px 10px;min-height:46px;padding:6px 10px;border:1px solid var(--border);background:var(--surface);border-radius:11px;position:sticky;top:0;z-index:7}.project-save-state{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:12px}.project-save-state.is-saved{color:#6bd69a}.project-save-state.is-error{color:#ff7c7c}.video-project-actions-bar{display:flex;gap:5px}.video-project-actions-bar button{min-height:32px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);border-radius:7px;padding:0 9px;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.video-project-actions-bar button:hover{background:var(--surface-3)}.video-project-actions-bar .danger-quiet{color:#f88}.video-project-workspace{display:grid;grid-template-columns:250px minmax(0,1fr) 280px;gap:10px;align-items:start}.video-project-left,.video-project-canvas-shell,.video-project-properties{border:1px solid var(--border);border-radius:12px;background:var(--surface);padding:12px}.video-project-left,.video-project-properties{display:grid;gap:11px;position:sticky;top:58px}.video-project-panel-title{display:grid;gap:3px}.video-project-panel-title>span{color:var(--accent);font-size:10px;text-transform:uppercase;letter-spacing:.09em}.video-project-panel-title small{color:var(--muted);line-height:1.4}.video-project-field{display:grid;gap:5px}.video-project-field>span{color:var(--muted);font-size:11px}.video-project-requirements{display:grid;gap:7px;border-top:1px solid var(--border);padding-top:10px}.video-project-requirements>span{color:var(--muted);font-size:11px}.video-project-requirements>div{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:7px;border:1px solid var(--border);border-radius:8px;padding:8px;background:var(--surface-2)}.video-project-requirements p{margin:0;display:grid;gap:2px}.video-project-requirements small{color:var(--muted);line-height:1.3}.video-project-requirements b{color:var(--muted);font-size:11px}.video-project-canvas-shell{min-height:600px;display:grid;grid-template-rows:minmax(340px,1fr) auto;gap:10px}.video-project-placeholder-canvas{min-height:360px;border:1px dashed var(--border);border-radius:11px;background:linear-gradient(145deg,var(--surface-2),var(--surface));display:grid;place-content:center;justify-items:center;text-align:center;gap:9px;padding:30px}.video-project-placeholder-canvas>span{max-width:520px;color:var(--muted);line-height:1.5}.video-project-placeholder-canvas>div{display:flex;flex-wrap:wrap;gap:6px;justify-content:center}.video-project-placeholder-canvas>div span{border:1px solid var(--border);border-radius:999px;padding:4px 8px;color:var(--muted);font-size:10px}.video-project-notes{display:grid;gap:6px}.video-project-notes>span{color:var(--muted);font-size:11px}.video-project-notes textarea{min-height:92px;resize:vertical}.video-render-disabled{border:1px dashed var(--border);border-radius:9px;padding:10px;display:grid;justify-items:start;gap:4px;color:var(--muted)}.video-render-disabled strong{color:var(--text)}.video-render-disabled span{font-size:11px;line-height:1.4}.settings-option-row.compact{padding:8px 0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;background:#000000ad;padding:20px}.confirmation-modal{width:min(420px,100%);border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:18px;display:grid;gap:11px;box-shadow:0 24px 80px #00000073}.confirmation-modal>svg{color:#ff7d7d}.confirmation-modal p{margin:0;color:var(--muted);line-height:1.45}.confirmation-modal>div{display:flex;justify-content:flex-end;gap:8px}.confirmation-modal button{min-height:34px;border-radius:8px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);padding:0 12px;cursor:pointer}.confirmation-modal .danger-button{background:#b72f36;border-color:#d14b52;color:#fff}@media (max-width: 1180px){.video-create-layout{grid-template-columns:1fr}.video-create-summary{position:static}.video-project-workspace{grid-template-columns:220px minmax(0,1fr)}.video-project-properties{grid-column:1 / -1;position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.video-project-properties .video-project-panel-title,.video-project-properties .video-render-disabled{grid-column:1 / -1}}@media (max-width: 780px){.video-studio-secondary-bar{align-items:stretch;flex-direction:column}.video-studio-secondary-bar nav{width:100%}.video-settings-link{align-self:flex-end}.video-list-toolbar{grid-template-columns:1fr}.video-project-open{grid-template-columns:auto minmax(0,1fr) auto}.video-project-open time{display:none}.video-type-management article{grid-template-columns:1fr}.video-type-management-meta{justify-content:flex-start}.video-project-workspace{grid-template-columns:1fr}.video-project-left,.video-project-properties{position:static}.video-project-commandbar{align-items:flex-start;flex-direction:column}.video-project-actions-bar{width:100%;overflow-x:auto}.video-project-properties{grid-template-columns:1fr}.video-project-properties .video-project-panel-title,.video-project-properties .video-render-disabled{grid-column:auto}}.video-create-layout.is-channel-free .video-create-main{min-height:520px}.video-project-asset-slot{display:grid!important;grid-template-columns:1fr!important;align-items:stretch!important;gap:7px!important}.video-project-asset-slot-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:7px}.video-project-selected-asset{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px;align-items:center;min-height:30px;padding:5px 6px 5px 8px;border-radius:7px;background:var(--surface);border:1px solid var(--border)}.video-project-selected-asset span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.video-project-selected-asset button,.video-project-add-asset{border:0;border-radius:7px;background:transparent;color:var(--muted);cursor:pointer}.video-project-selected-asset button{width:24px;height:24px;display:grid;place-items:center}.video-project-selected-asset button:hover{background:var(--surface-3);color:#ff8585}.video-project-add-asset{min-height:30px;border:1px dashed var(--border);display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%}.video-project-add-asset:hover{border-color:var(--accent);color:var(--text);background:color-mix(in srgb,var(--accent) 7%,transparent)}.video-project-missing-asset{color:#ff8585;font-size:11px}.video-project-canvas-shell{grid-template-rows:auto auto auto auto}.video-project-preview{position:relative;aspect-ratio:16 / 9;min-height:320px;overflow:hidden;border:1px solid var(--border);border-radius:11px;background:#090909;display:grid;place-items:center}.video-project-preview>img:not(.video-preview-logo),.video-project-preview>video{width:100%;height:100%;display:block;background:#000}.video-project-preview.fit-cover>img:not(.video-preview-logo),.video-project-preview.fit-cover>video{object-fit:cover}.video-project-preview.fit-contain>img:not(.video-preview-logo),.video-project-preview.fit-contain>video{object-fit:contain}.video-project-preview-empty{display:grid;place-content:center;justify-items:center;text-align:center;gap:8px;padding:30px;color:var(--muted)}.video-project-preview-empty strong{color:var(--text)}.video-project-preview-empty span{max-width:460px;line-height:1.45}.video-preview-logo{position:absolute;right:4%;bottom:6%;width:min(22%,180px);max-height:28%;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.45))}.video-preview-safe-area{position:absolute;top:8%;right:8%;bottom:8%;left:8%;border:1px dashed rgba(255,255,255,.58);pointer-events:none;box-shadow:0 0 0 1px #0000004d}.video-preview-visualizer{position:absolute;left:8%;right:8%;bottom:12%;height:22%;display:flex;align-items:flex-end;justify-content:center;gap:clamp(2px,.45vw,7px);pointer-events:none}.video-preview-visualizer i{width:min(2.4%,14px);min-height:12%;height:38%;border-radius:999px 999px 2px 2px;background:#ffffffdb;box-shadow:0 0 12px #ffffff47;animation:video-preview-bars .92s ease-in-out infinite alternate;transform-origin:bottom}.video-preview-visualizer i:nth-child(3n){animation-duration:.68s}.video-preview-visualizer i:nth-child(4n){animation-duration:1.16s}@keyframes video-preview-bars{0%{transform:scaleY(.3);opacity:.55}to{transform:scaleY(1);opacity:1}}.video-project-audio-preview{width:100%;min-height:38px}.video-project-preview-meta{display:flex;flex-wrap:wrap;gap:6px}.video-project-preview-meta span{border:1px solid var(--border);border-radius:999px;padding:4px 8px;color:var(--muted);font-size:10px}.video-render-disabled.is-ready{border-color:color-mix(in srgb,#62d394 50%,var(--border));color:#72dca0}.video-asset-picker-backdrop{padding:16px}.video-asset-picker{width:min(1180px,100%);height:min(780px,calc(100vh - 32px));border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:0 28px 100px #0000008c;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;overflow:hidden}.video-asset-picker>header{min-height:66px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--border)}.video-asset-picker>header>div{display:grid;gap:2px}.video-asset-picker>header span{color:var(--accent);font-size:10px;text-transform:uppercase;letter-spacing:.1em}.video-asset-picker>header small{color:var(--muted)}.video-asset-picker>header>button{width:34px;height:34px;border:0;border-radius:8px;display:grid;place-items:center;background:transparent;color:var(--muted);cursor:pointer}.video-asset-picker>header>button:hover{background:var(--surface-2);color:var(--text)}.video-asset-picker-toolbar{min-height:48px;padding:7px 12px;display:flex;justify-content:space-between;gap:10px;border-bottom:1px solid var(--border)}.video-asset-picker-toolbar label{width:min(420px,100%);display:flex;align-items:center;gap:7px;padding:0 9px;border:1px solid var(--border);border-radius:8px;background:var(--surface-2)}.video-asset-picker-toolbar input{width:100%;height:32px;border:0;outline:0;background:transparent;color:var(--text)}.video-asset-picker-toolbar>div{display:flex;gap:4px}.video-asset-picker-toolbar button{width:34px;height:34px;border:1px solid var(--border);border-radius:8px;background:var(--surface-2);color:var(--muted);cursor:pointer;display:grid;place-items:center}.video-asset-picker-toolbar button.is-active{color:var(--text);border-color:var(--accent);background:color-mix(in srgb,var(--accent) 12%,var(--surface-2))}.video-asset-picker-body{min-height:0;display:grid;grid-template-columns:250px minmax(0,1fr)}.video-asset-picker-body>aside{min-height:0;overflow:auto;padding:8px;border-right:1px solid var(--border);background:var(--surface-2)}.video-asset-picker-body>aside section{display:grid;gap:2px;margin-bottom:10px}.video-picker-workspace{min-height:38px;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:7px;padding:4px 7px}.video-picker-workspace>span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:var(--surface-3);font-size:10px;font-weight:700}.video-picker-workspace img{width:100%;height:100%;object-fit:cover}.video-picker-workspace strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.video-picker-workspace small{color:var(--muted);font-size:10px}.video-asset-picker-body>aside section>button{width:100%;min-height:31px;border:0;border-radius:7px;background:transparent;color:var(--muted);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:6px;text-align:left;cursor:pointer}.video-asset-picker-body>aside section>button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-asset-picker-body>aside section>button:hover{background:var(--surface-3);color:var(--text)}.video-asset-picker-body>aside section>button.is-active{background:color-mix(in srgb,var(--accent) 15%,transparent);color:var(--text)}.video-asset-picker-body>main{min-height:0;overflow:auto;padding:10px;align-content:start}.video-asset-picker-body>main.is-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:9px}.video-asset-picker-body>main.is-list{display:grid;grid-template-columns:1fr;gap:5px}.video-asset-picker-body>main>.inline-error-card,.video-asset-picker-body>main>.video-picker-loading,.video-asset-picker-body>main>.video-picker-empty{grid-column:1 / -1}.video-asset-picker article{position:relative;min-width:0;border:1px solid var(--border);border-radius:10px;background:var(--surface-2);overflow:hidden}.video-asset-picker article.is-selected{border-color:var(--accent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--accent) 38%,transparent)}.video-picker-file-main{width:100%;border:0;background:transparent;color:var(--text);padding:0;text-align:left;cursor:pointer}.is-grid .video-picker-file-main{display:grid}.is-list .video-picker-file-main{display:grid;grid-template-columns:60px minmax(0,1fr);align-items:center}.video-picker-thumb{height:105px;display:grid;place-items:center;position:relative;background:#0a0a0a;color:var(--muted);overflow:hidden}.is-list .video-picker-thumb{height:48px;margin:5px;border-radius:6px}.video-picker-thumb>img{width:100%;height:100%;object-fit:cover}.video-picker-thumb>i{position:absolute;right:6px;top:6px;width:25px;height:25px;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center}.video-picker-file-main>div:last-child{min-width:0;display:grid;gap:3px;padding:8px}.video-picker-file-main strong,.video-picker-file-main small,.video-picker-file-main em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-picker-file-main strong{font-size:12px}.video-picker-file-main small,.video-picker-file-main em{color:var(--muted);font-size:10px;font-style:normal}.video-picker-preview{position:absolute;right:6px;bottom:6px;width:29px;height:29px;border:1px solid var(--border);border-radius:8px;background:color-mix(in srgb,var(--surface) 92%,transparent);color:var(--text);cursor:pointer;display:grid;place-items:center}.video-picker-loading,.video-picker-empty{min-height:180px;display:grid;place-content:center;justify-items:center;text-align:center;gap:7px;color:var(--muted);padding:20px}.video-picker-empty strong{color:var(--text)}.video-asset-picker>footer{min-height:56px;padding:8px 12px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:12px}.video-asset-picker>footer>span{color:var(--muted);font-size:12px}.video-asset-picker>footer>div{display:flex;gap:7px}.video-asset-picker>footer button{min-height:34px;border:1px solid var(--border);border-radius:8px;background:var(--surface-2);color:var(--text);padding:0 12px;cursor:pointer}.video-asset-picker>footer .primary-action{background:var(--accent);color:#fff;border-color:var(--accent)}@media (max-width: 780px){.video-asset-picker{height:calc(100vh - 20px)}.video-asset-picker-body{grid-template-columns:1fr;grid-template-rows:160px minmax(0,1fr)}.video-asset-picker-body>aside{border-right:0;border-bottom:1px solid var(--border)}.video-asset-picker-body>main.is-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.video-project-preview{min-height:220px}}.video-render-card{border:1px dashed var(--border);border-radius:10px;padding:10px;display:grid;gap:10px}.video-render-card.is-ready{border-color:color-mix(in srgb,#62d394 52%,var(--border))}.video-render-card-title{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:start;color:var(--muted)}.video-render-card-title div{display:grid;gap:3px}.video-render-card-title strong{color:var(--text)}.video-render-card-title span{font-size:11px;line-height:1.4}.video-render-card>.primary-action{width:100%;justify-content:center}.video-latest-job{border:1px solid var(--border);border-radius:8px;padding:8px;display:grid;gap:7px;background:var(--surface-2)}.video-latest-job>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:8px}.video-latest-job b{text-transform:capitalize;font-size:11px}.video-latest-job span{color:var(--muted);font-size:10px}.video-latest-job p{margin:0;color:#ff9b9b;font-size:11px;line-height:1.4}.video-job-progress,.render-job-progress{position:relative;height:6px;border-radius:999px;background:var(--surface-3);overflow:hidden}.video-job-progress i,.render-job-progress i{display:block;height:100%;background:var(--accent);border-radius:inherit;transition:width .25s ease}.video-job-actions{display:flex;flex-wrap:wrap;gap:6px}.video-job-actions a,.video-job-actions button{min-height:29px;border:1px solid var(--border);border-radius:7px;padding:0 8px;background:var(--surface);color:var(--text);display:inline-flex;align-items:center;gap:5px;text-decoration:none;cursor:pointer;font-size:11px}.render-job-list{display:grid;gap:8px}.render-job-list article{border:1px solid var(--border);border-radius:10px;background:var(--surface-2);padding:10px;display:grid;gap:8px}.render-job-list article.is-failed{border-color:color-mix(in srgb,#ff6666 42%,var(--border))}.render-job-list article.is-completed{border-color:color-mix(in srgb,#62d394 38%,var(--border))}.render-job-main{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:9px;align-items:center}.render-job-main>div{min-width:0;display:grid;gap:2px}.render-job-main strong,.render-job-main small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.render-job-main small,.render-job-main time{color:var(--muted);font-size:10px}.render-job-progress{height:7px;padding-right:38px;overflow:visible;background:var(--surface-3)}.render-job-progress i{max-width:calc(100% - 38px)}.render-job-progress span{position:absolute;right:0;top:-4px;width:34px;color:var(--muted);font-size:10px;text-align:right}.render-job-error{margin:0;color:#ff9b9b;font-size:11px}.render-job-output{display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:8px;background:var(--surface);padding:7px 9px}.render-job-output span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.render-job-output small{flex:none;color:var(--muted);font-size:10px}.render-job-actions{display:flex;flex-wrap:wrap;gap:6px}.render-job-actions button,.render-job-actions a{min-height:31px;border:1px solid var(--border);border-radius:7px;padding:0 9px;background:var(--surface);color:var(--text);display:inline-flex;align-items:center;gap:5px;text-decoration:none;cursor:pointer;font-size:11px}.activity-render-task{border:1px solid var(--border);border-radius:9px;padding:9px;background:var(--surface-2);display:grid;gap:7px}.activity-render-task.state-failed{border-color:color-mix(in srgb,#ff6666 45%,var(--border))}.activity-render-action{justify-self:start;min-height:28px;border:1px solid var(--border);border-radius:7px;padding:0 8px;background:var(--surface);color:var(--text);cursor:pointer}@media (max-width: 780px){.render-job-main{grid-template-columns:auto minmax(0,1fr)}.render-job-main time{display:none}.render-job-output{align-items:flex-start;flex-direction:column}}.viz-template-manager{display:flex;flex-direction:column;gap:12px;min-width:0}.viz-template-toolbar{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 13px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.viz-template-toolbar>div{display:flex;align-items:center;gap:10px;min-width:0}.viz-template-toolbar>div:first-child>svg{color:var(--accent)}.viz-template-toolbar p{margin:0;min-width:0;display:flex;flex-direction:column}.viz-template-toolbar p strong{font-size:13px}.viz-template-toolbar p span{margin-top:3px;color:var(--text-faint);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.viz-template-toolbar button,.viz-template-editbar button,.viz-preview-controls button,.viz-render-preview-card>button,.viz-layer-properties header button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--border);border-radius:8px;padding:0 10px;background:var(--surface-hover);color:var(--text-soft);cursor:pointer;font-size:11px;font-weight:700}.viz-template-toolbar button:hover,.viz-template-editbar button:hover,.viz-preview-controls button:hover,.viz-render-preview-card>button:hover,.viz-layer-properties header button:hover{color:var(--text);border-color:var(--accent-border)}.viz-template-toolbar button:disabled,.viz-template-editbar button:disabled{opacity:.45;cursor:not-allowed}.viz-template-layout{display:grid;grid-template-columns:240px minmax(0,1fr);min-height:700px;border:1px solid var(--border);border-radius:13px;background:var(--surface);overflow:hidden}.viz-template-sidebar{padding:10px;border-right:1px solid var(--border);background:var(--bg-soft);overflow:auto}.viz-template-presets{display:flex;flex-direction:column;gap:5px;padding-bottom:10px;border-bottom:1px solid var(--border-soft)}.viz-template-presets>span,.viz-template-list-head span{color:var(--text-faint);text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:800}.viz-template-presets button{min-height:31px;display:flex;align-items:center;gap:7px;border:1px solid var(--border-soft);border-radius:7px;padding:0 8px;color:var(--text-soft);background:var(--surface);cursor:pointer;text-align:left;font-size:10.5px}.viz-template-presets button:hover{border-color:var(--accent-border);color:var(--text)}.viz-template-list-head{display:flex;align-items:center;justify-content:space-between;padding:12px 3px 7px}.viz-template-list-head b{min-width:22px;height:20px;display:grid;place-items:center;border:1px solid var(--border);border-radius:999px;color:var(--text-faint);font-size:9px}.viz-template-sidebar>button{width:100%;display:block;margin:0 0 8px;padding:6px;border:1px solid transparent;border-radius:9px;background:transparent;color:var(--text);cursor:pointer;text-align:left}.viz-template-sidebar>button:hover{background:var(--surface-hover)}.viz-template-sidebar>button.is-active{border-color:var(--accent-border);background:var(--accent-soft)}.viz-template-sidebar>button p{margin:7px 2px 1px;display:flex;flex-direction:column;min-width:0}.viz-template-sidebar>button p strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.viz-template-sidebar>button p small{margin-top:3px;color:var(--text-faint);font-size:9px}.viz-template-thumb{--viz-primary:#fff;--viz-secondary:#f33;position:relative;height:95px;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:7px;background:radial-gradient(circle at 50% 45%,color-mix(in srgb,var(--viz-secondary) 25%,transparent),transparent 45%),linear-gradient(145deg,#07080c,#171827 55%,#050507)}.viz-template-thumb>span{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#ffffff70;font-size:10px}.viz-template-thumb>strong{position:absolute;left:50%;bottom:18%;transform:translate(-50%);color:#fff;font-size:8px;letter-spacing:1px;text-shadow:0 2px 8px #000}.viz-thumb-bars{position:absolute;left:8%;right:8%;bottom:9%;height:45%;display:flex;align-items:flex-end;justify-content:center;gap:2px}.viz-thumb-bars i{flex:1;max-width:5px;min-height:3px;border-radius:3px 3px 0 0;background:linear-gradient(to top,var(--viz-primary),var(--viz-secondary));opacity:.88}.viz-thumb-bars.is-mirrored-sides{left:4%;right:4%;bottom:18%;height:65%;justify-content:space-between}.viz-thumb-bars.is-circular,.viz-thumb-bars.is-ring{left:34%;right:34%;bottom:22%;height:56%;border:4px dotted var(--viz-primary);border-radius:50%}.viz-thumb-bars.is-circular i,.viz-thumb-bars.is-ring i{display:none}.viz-thumb-particles{position:absolute;top:0;right:0;bottom:0;left:0}.viz-thumb-particles i{position:absolute;width:2px;height:2px;border-radius:50%;background:#fff;box-shadow:0 0 6px #fff;opacity:.55}.viz-thumb-particles i:nth-child(1){left:10%;top:22%}.viz-thumb-particles i:nth-child(2){left:22%;top:58%}.viz-thumb-particles i:nth-child(3){left:33%;top:18%}.viz-thumb-particles i:nth-child(4){left:45%;top:72%}.viz-thumb-particles i:nth-child(5){left:56%;top:31%}.viz-thumb-particles i:nth-child(6){left:67%;top:66%}.viz-thumb-particles i:nth-child(7){left:81%;top:20%}.viz-thumb-particles i:nth-child(8){left:90%;top:53%}.viz-thumb-particles i:nth-child(9){left:16%;top:82%}.viz-thumb-particles i:nth-child(10){left:38%;top:42%}.viz-thumb-particles i:nth-child(11){left:59%;top:87%}.viz-thumb-particles i:nth-child(12){left:73%;top:40%}.viz-thumb-particles i:nth-child(13){left:87%;top:79%}.viz-thumb-particles i:nth-child(14){left:5%;top:48%}.viz-template-main{min-width:0;padding:12px;display:flex;flex-direction:column;gap:12px}.viz-template-editbar{display:flex;align-items:end;gap:8px;padding:9px;border:1px solid var(--border);border-radius:10px;background:var(--bg-soft)}.viz-template-editbar label{min-width:180px;flex:1;display:flex;flex-direction:column;gap:5px}.viz-template-editbar label span{color:var(--text-faint);font-size:9px;text-transform:uppercase;font-weight:800;letter-spacing:.08em}.viz-template-editbar input,.viz-field input,.viz-field select,.viz-field textarea,.viz-color-field input[type=text],.viz-layer-add select{width:100%;min-height:34px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);padding:7px 9px;outline:none}.viz-template-editbar input:focus,.viz-field input:focus,.viz-field select:focus,.viz-field textarea:focus,.viz-color-field input:focus{border-color:var(--accent-border)}.viz-save-state{height:34px;display:flex;align-items:center;gap:6px;padding:0 9px;color:var(--text-faint);border:1px solid var(--border-soft);border-radius:8px;font-size:10px}.viz-save-state.is-saved{color:var(--success)}.viz-save-state.is-error{color:var(--accent)}.viz-compatibility{display:flex;align-items:flex-start;gap:9px;padding:10px;border:1px solid var(--accent-border);border-radius:9px;background:var(--accent-soft)}.viz-compatibility>svg{color:var(--accent);flex:none}.viz-compatibility p{margin:0;display:flex;flex-direction:column}.viz-compatibility strong{font-size:11px}.viz-compatibility span,.viz-compatibility small{margin-top:3px;color:var(--text-soft);font-size:10px}.viz-live-preview{display:flex;flex-direction:column;gap:8px}.viz-player-shell{position:relative;aspect-ratio:16/9;overflow:hidden;border:1px solid var(--border);border-radius:10px;background:#030303}.viz-preview-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#ffffff80;text-align:center;padding:30px}.viz-preview-empty strong{color:#fff;font-size:13px}.viz-preview-empty span{max-width:420px;font-size:10px;line-height:1.5}.viz-preview-label{position:absolute;left:9px;bottom:9px;z-index:4;padding:5px 7px;border-radius:6px;background:#000a;color:#fff9;font-size:8px;text-transform:uppercase;letter-spacing:.09em}.viz-preview-controls{display:flex;flex-wrap:wrap;gap:6px}.viz-preview-controls button:first-child,.viz-preview-controls button:nth-child(2){max-width:260px;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.viz-preview-controls .primary-action{color:#fff;background:var(--accent);border-color:var(--accent)}.viz-render-preview-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:10px;border:1px solid var(--border);border-radius:10px;background:var(--bg-soft)}.viz-render-preview-card>div:first-child{display:flex;gap:9px;align-items:flex-start}.viz-render-preview-card>div:first-child svg{color:var(--accent);flex:none}.viz-render-preview-card p{margin:0;display:flex;flex-direction:column}.viz-render-preview-card p strong{font-size:11px}.viz-render-preview-card p span{margin-top:3px;color:var(--text-faint);font-size:9.5px;line-height:1.45}.viz-render-preview-card video{grid-column:1/-1;width:100%;aspect-ratio:16/9;border:1px solid var(--border);border-radius:8px;background:#000}.viz-preview-progress{grid-column:1/-1;height:5px;overflow:hidden;border-radius:999px;background:var(--surface-strong)}.viz-preview-progress i{display:block;height:100%;background:var(--accent);transition:width .3s}.viz-preview-error{grid-column:1/-1;display:flex!important;flex-direction:row!important;align-items:center;gap:6px;color:var(--accent)}.viz-editor{display:flex;flex-direction:column;gap:10px}.viz-scene-settings,.viz-layer-workspace{border:1px solid var(--border);border-radius:10px;background:var(--bg-soft)}.viz-scene-settings{padding:10px}.viz-editor-section-title{display:flex;align-items:baseline;gap:8px;margin-bottom:9px}.viz-editor-section-title strong{font-size:11px}.viz-editor-section-title span{color:var(--text-faint);font-size:9px}.viz-control-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.viz-field,.viz-color-field,.viz-range-field{min-width:0;display:flex;flex-direction:column;gap:5px}.viz-field>span,.viz-color-field>span,.viz-range-field>span{color:var(--text-soft);font-size:9px;font-weight:700}.viz-field textarea{min-height:74px;resize:vertical}.viz-range-field>span{display:flex;justify-content:space-between}.viz-range-field b{color:var(--text);font-variant-numeric:tabular-nums}.viz-range-field input[type=range]{width:100%;accent-color:var(--accent)}.viz-color-field{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:end}.viz-color-field>span{grid-column:1/-1}.viz-color-field input[type=color]{width:36px;height:34px;border:1px solid var(--border);border-radius:7px;padding:2px;background:var(--surface)}.viz-color-field input:not([type=color]){min-height:34px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);padding:7px}.viz-span-2{grid-column:span 2}.viz-layer-workspace{display:grid;grid-template-columns:210px minmax(0,1fr);min-height:500px;overflow:hidden}.viz-layer-list{padding:8px;border-right:1px solid var(--border);overflow:auto}.viz-layer-add{position:relative;margin-bottom:8px}.viz-layer-add select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:30px;cursor:pointer}.viz-layer-add svg{position:absolute;right:9px;top:9px;pointer-events:none;color:var(--accent)}.viz-layer-list>button{width:100%;display:flex;align-items:center;gap:7px;margin-bottom:4px;padding:8px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--text-soft);cursor:pointer;text-align:left}.viz-layer-list>button:hover{background:var(--surface-hover)}.viz-layer-list>button.is-active{color:var(--text);background:var(--accent-soft);border-color:var(--accent-border)}.viz-layer-list>button.is-disabled{opacity:.5}.viz-layer-list>button p{min-width:0;margin:0;display:flex;flex-direction:column}.viz-layer-list>button strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.viz-layer-list>button small{margin-top:2px;color:var(--text-faint);font-size:8.5px}.viz-layer-empty{min-height:100px;display:flex;align-items:center;justify-content:center;gap:7px;color:var(--text-faint);font-size:10px;text-align:center;padding:15px}.viz-layer-properties{min-width:0;padding:10px;overflow:auto}.viz-layer-properties>header{display:flex;align-items:end;justify-content:space-between;gap:10px;padding-bottom:9px;border-bottom:1px solid var(--border-soft)}.viz-layer-properties>header>div:first-child{flex:1;display:flex;flex-direction:column;gap:4px}.viz-layer-properties>header>div:first-child span{color:var(--accent);font-size:8px;text-transform:uppercase;letter-spacing:.1em}.viz-layer-properties>header input{width:100%;max-width:360px;min-height:32px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--text);padding:6px 8px}.viz-layer-properties>header>div:last-child{display:flex;gap:4px}.viz-layer-properties header button{width:32px;padding:0}.viz-control-group{padding:11px 0;border-bottom:1px solid var(--border-soft)}.viz-control-group:last-child{border-bottom:0}.viz-control-group>strong{display:block;margin-bottom:8px;font-size:10px}.viz-toggle{min-height:52px;margin:0}.viz-image-source{display:flex;flex-direction:column;gap:5px}.viz-image-source>span{color:var(--text-soft);font-size:9px;font-weight:700}.viz-image-source button{min-height:34px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);cursor:pointer}.viz-image-source small{color:var(--text-faint);overflow:hidden;text-overflow:ellipsis}.video-visualizer-template-select{display:flex;flex-direction:column;gap:8px;padding-bottom:13px;margin-bottom:13px;border-bottom:1px solid var(--border)}.video-project-preview>div[style]{width:100%;height:100%}@media (max-width:1100px){.viz-template-layout{grid-template-columns:190px minmax(0,1fr)}.viz-control-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.viz-layer-workspace{grid-template-columns:175px minmax(0,1fr)}}@media (max-width:760px){.viz-template-toolbar,.viz-template-editbar{align-items:stretch;flex-direction:column}.viz-template-layout{display:flex;flex-direction:column}.viz-template-sidebar{max-height:300px;border-right:0;border-bottom:1px solid var(--border)}.viz-control-grid{grid-template-columns:1fr}.viz-span-2{grid-column:auto}.viz-layer-workspace{display:flex;flex-direction:column}.viz-layer-list{max-height:260px;border-right:0;border-bottom:1px solid var(--border)}.viz-render-preview-card{grid-template-columns:1fr}.viz-render-preview-card video,.viz-preview-progress,.viz-preview-error{grid-column:auto}}.viz-range-field>span>button{border:0;padding:0;background:transparent;color:var(--text);font:inherit;font-variant-numeric:tabular-nums;cursor:text}.viz-range-field>span>input[type=number]{width:78px;min-height:24px;border:1px solid var(--accent-border);border-radius:6px;padding:2px 6px;background:var(--surface);color:var(--text);font-size:10px;text-align:right}.video-project-selected-asset.is-ordered{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:7px}.video-project-selected-asset.is-ordered>span{display:flex;min-width:0;flex-direction:column}.video-project-selected-asset.is-ordered>span small{color:var(--muted);font-size:10px;margin-top:2px}.mix-track-index{display:grid;width:22px;height:22px;place-items:center;border:1px solid var(--border);border-radius:7px;color:var(--accent);font-size:10px}.mix-order-actions{display:flex;gap:3px}.mix-order-actions button{display:grid;width:24px;height:24px;place-items:center;padding:0}.mix-order-actions button:disabled{opacity:.3}.music-mix-preview-summary{position:absolute;inset:auto 18px 18px 18px;display:grid;grid-template-columns:auto 1fr;gap:2px 10px;align-items:center;padding:12px 14px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#000000a8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff}.music-mix-preview-summary svg{grid-row:1 / 4;color:var(--accent)}.music-mix-preview-summary strong{font-size:14px}.music-mix-preview-summary span,.music-mix-preview-summary small{color:#ffffffb8;font-size:11px}.music-mix-properties{display:contents}.video-project-notes.compact textarea{min-height:128px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px}.mix-render-chapters{margin-top:8px}.mix-render-chapters summary{cursor:pointer;color:var(--text);font-size:11px}.mix-render-chapters textarea{width:100%;min-height:110px;margin-top:7px;resize:vertical;font:10px/1.45 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.video-asset-picker{grid-template-rows:auto auto auto auto minmax(0,1fr) auto}.video-picker-source-tabs{display:flex;gap:6px;padding:7px 12px;border-bottom:1px solid var(--border);background:var(--surface)}.video-picker-source-tabs button{min-height:34px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface-2);color:var(--muted);cursor:pointer}.video-picker-source-tabs button.is-active{color:var(--text);border-color:var(--accent);background:color-mix(in srgb,var(--accent) 13%,var(--surface-2))}.video-folder-source-options{display:flex;align-items:end;flex-wrap:wrap;gap:8px;padding:8px 12px;border-bottom:1px solid var(--border);background:var(--surface-2)}.video-folder-source-options.is-hidden{display:none}.video-folder-source-options>label:not(.video-folder-option-check){display:grid;gap:4px;min-width:150px}.video-folder-source-options>label>span{color:var(--muted);font-size:11px}.video-folder-source-options select,.video-folder-source-options input[type=number]{height:34px;min-width:130px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);padding:0 9px}.video-folder-option-check{min-height:34px;display:inline-flex;align-items:center;gap:7px;color:var(--text);font-size:12px}.video-folder-option-check input{accent-color:var(--accent)}.video-folder-check{width:15px;height:15px;border:1px solid var(--border);border-radius:4px;display:grid;place-items:center;color:#fff}.video-asset-picker-body>aside section>button.is-source-selected .video-folder-check{background:var(--accent);border-color:var(--accent)}.video-folder-source-summary{grid-column:1 / -1;min-height:76px;display:flex;align-items:center;gap:11px;padding:12px;border:1px dashed color-mix(in srgb,var(--accent) 55%,var(--border));border-radius:10px;background:color-mix(in srgb,var(--accent) 7%,var(--surface-2))}.video-folder-source-summary>svg{color:var(--accent);flex:0 0 auto}.video-folder-source-summary>div{min-width:0;display:grid;gap:3px}.video-folder-source-summary span,.video-folder-source-summary small{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-project-folder-source{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:7px;align-items:center;padding:7px;border:1px dashed color-mix(in srgb,var(--accent) 50%,var(--border));border-radius:8px;background:color-mix(in srgb,var(--accent) 7%,var(--surface))}.video-project-folder-source>svg{color:var(--accent)}.video-project-folder-source>div{min-width:0;display:grid;gap:2px}.video-project-folder-source strong{font-size:11px}.video-project-folder-source span{color:var(--muted);font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-project-folder-source button{min-height:27px;display:inline-flex;align-items:center;gap:5px;padding:0 7px;border:1px solid var(--border);border-radius:7px;background:var(--surface-2);color:var(--text);cursor:pointer;font-size:10px}@media (max-width: 760px){.video-folder-source-options{align-items:stretch}.video-folder-source-options>label:not(.video-folder-option-check){flex:1 1 145px}.video-folder-source-summary span{white-space:normal}}.lyrics-preview-overlay{position:absolute;left:50%;transform:translate(-50%,-50%);z-index:6;pointer-events:none;line-height:1.18;white-space:pre-wrap;overflow-wrap:anywhere;text-shadow:0 2px 8px rgba(0,0,0,.75)}.lyrics-preview-overlay.align-left{text-align:left}.lyrics-preview-overlay.align-center{text-align:center}.lyrics-preview-overlay.align-right{text-align:right}.lyrics-preview-placeholder{color:#fff6}.lyrics-video-properties,.lyrics-editor{display:grid;gap:10px}.lyrics-editor-actions{display:flex;flex-wrap:wrap;gap:7px}.lyrics-editor-actions button{display:inline-flex;align-items:center;gap:6px}.lyrics-editor-error{padding:8px 10px;border:1px solid rgba(255,76,76,.45);border-radius:8px;color:#ff9c9c;background:#78000029;font-size:12px}.lyrics-cue-list{display:grid;gap:7px;max-height:380px;overflow:auto;padding-right:3px}.lyrics-cue-row{display:grid;grid-template-columns:28px 74px 74px minmax(150px,1fr) 30px;gap:6px;align-items:end;padding:7px;border:1px solid var(--border-color, rgba(255,255,255,.1));border-radius:9px;background:#ffffff06}.lyrics-cue-row>b{align-self:center;text-align:center;font-size:12px;opacity:.7}.lyrics-cue-row label{display:grid;gap:3px;font-size:10px;opacity:.85}.lyrics-cue-row input,.lyrics-cue-row textarea{width:100%;min-width:0}.lyrics-cue-row textarea{min-height:48px;resize:vertical}.lyrics-cue-row>button{align-self:center;display:grid;place-items:center}.lyrics-empty-cues{padding:14px;text-align:center;border:1px dashed rgba(255,255,255,.15);border-radius:9px;opacity:.65;font-size:12px}.lyrics-color-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.lyrics-color-grid label{display:grid;gap:4px;font-size:11px}.lyrics-color-grid input[type=color]{width:100%;height:34px;padding:2px}@media (max-width: 900px){.lyrics-cue-row{grid-template-columns:26px 1fr 1fr 30px}.lyrics-cue-row textarea{grid-column:2 / 4}}.loop-video-properties,.short-promo-properties{display:grid;gap:10px}.short-promo-preview-overlay{position:absolute;z-index:7;display:flex;flex-direction:column;justify-content:center;gap:8px;pointer-events:none;text-align:center;text-shadow:0 3px 12px rgba(0,0,0,.85)}.short-promo-preview-overlay.position-top{justify-content:flex-start}.short-promo-preview-overlay.position-bottom{justify-content:flex-end}.short-promo-preview-overlay strong{font-size:clamp(20px,4vw,54px);line-height:1.02;overflow-wrap:anywhere}.short-promo-preview-overlay span{font-size:clamp(12px,2vw,26px);line-height:1.2;opacity:.88;overflow-wrap:anywhere}.short-promo-preview-overlay b{align-self:center;margin-top:8px;padding:7px 12px;border:1px solid currentColor;border-radius:999px;background:#0000007a;font-size:clamp(10px,1.4vw,18px)}.channel-workstation-sidebar nav{display:grid;gap:4px}.channel-workstation-sidebar nav a{min-height:41px;display:flex;align-items:center;gap:9px;padding:0 11px;color:var(--text-soft);border-radius:9px;font-size:11.5px;font-weight:700;text-decoration:none}.channel-workstation-sidebar nav a:hover{color:var(--text);background:var(--surface-hover)}.channel-workstation-sidebar nav a.is-active{color:var(--accent);background:var(--accent-soft);box-shadow:inset 3px 0 0 var(--accent)}.channel-workstation-content.is-profile{background:var(--bg-soft);overflow:auto}.video-summary-card select{width:100%;border:1px solid var(--border);border-radius:8px;background:var(--surface-2);color:var(--text);padding:9px 10px;font:inherit}.video-project-field>small{color:var(--muted);font-size:10px;line-height:1.4}.video-project-actions-bar button:disabled{opacity:.52;cursor:not-allowed}.channel-profile-loading{min-height:320px;display:grid;place-content:center;justify-items:center;gap:9px;color:var(--muted)}.channel-profile-page{display:grid;gap:14px;max-width:1220px;margin:0 auto}.channel-profile-hero{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:18px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.channel-profile-hero>div:first-child{display:grid;gap:5px}.channel-profile-hero>div:first-child>span{color:var(--accent);font-size:9px;font-weight:800;letter-spacing:.13em}.channel-profile-hero strong{font-family:Syne,sans-serif;font-size:21px}.channel-profile-hero p{max-width:720px;margin:0;color:var(--muted);font-size:11px;line-height:1.55}.channel-profile-status{flex:none;min-height:38px;display:inline-flex;align-items:center;gap:7px;padding:0 11px;border:1px solid var(--border);border-radius:999px;font-size:11px;font-weight:700}.channel-profile-status.is-ready{color:#68d69b;border-color:color-mix(in srgb,#68d69b 42%,var(--border));background:color-mix(in srgb,#68d69b 9%,var(--surface))}.channel-profile-status.is-empty{color:var(--muted)}.channel-profile-actions{display:flex;flex-wrap:wrap;gap:8px}.channel-profile-actions button{min-height:36px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);cursor:pointer}.channel-profile-actions button:disabled{opacity:.52;cursor:not-allowed}.channel-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}.channel-profile-card{display:grid;gap:11px;padding:15px;border:1px solid var(--border);border-radius:13px;background:var(--surface)}.channel-profile-card>header{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:9px;padding-bottom:10px;border-bottom:1px solid var(--border-soft)}.channel-profile-card>header>svg{color:var(--accent)}.channel-profile-card>header>div{display:grid;gap:3px}.channel-profile-card>header strong{font-size:13px}.channel-profile-card>header span{color:var(--muted);font-size:10px;line-height:1.4}.channel-profile-card>label,.channel-profile-row>label{min-width:0;display:grid;gap:5px}.channel-profile-card label>span{color:var(--muted);font-size:10px}.channel-profile-card input:not([type=checkbox]),.channel-profile-card select,.channel-profile-card textarea{width:100%;border:1px solid var(--border);border-radius:8px;background:var(--surface-2);color:var(--text);padding:8px 9px;font:inherit;outline:0}.channel-profile-card textarea{resize:vertical;line-height:1.45}.channel-profile-card input:focus,.channel-profile-card select:focus,.channel-profile-card textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.channel-profile-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.channel-profile-toggle{min-height:48px;grid-template-columns:minmax(0,1fr) auto!important;align-items:center;gap:12px!important;padding:7px 0;border-top:1px solid var(--border-soft)}.channel-profile-toggle>span{display:grid;gap:3px}.channel-profile-toggle strong{color:var(--text);font-size:11px}.channel-profile-toggle small{color:var(--muted);font-size:9px;line-height:1.4}.channel-profile-toggle input{width:17px;height:17px;accent-color:var(--accent)}.channel-profile-type-list{display:grid;gap:6px}.channel-profile-type-list>div{min-height:45px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:7px 9px;border:1px solid var(--border);border-radius:8px;background:var(--surface-2)}.channel-profile-type-list>div>span{display:grid;gap:2px}.channel-profile-type-list strong{font-size:11px}.channel-profile-type-list small{color:var(--muted);font-size:9px}.channel-profile-type-list>div>i{width:8px;height:8px;border-radius:50%;background:var(--border-strong)}.channel-profile-type-list>div.is-configured{border-color:color-mix(in srgb,#68d69b 38%,var(--border))}.channel-profile-type-list>div.is-configured>svg{color:#68d69b}.channel-profile-hint{margin:0;padding:9px;border-radius:8px;background:var(--bg-soft);color:var(--muted);font-size:10px;line-height:1.5}@media (max-width: 900px){.channel-profile-grid{grid-template-columns:1fr}}@media (max-width: 760px){.channel-workstation-sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr))}.channel-workstation-sidebar nav a{min-height:38px}.channel-profile-hero{align-items:flex-start;flex-direction:column}.channel-profile-row{grid-template-columns:1fr}}
