:root{--color-background: #ffffff;--color-surface: #ffffff;--color-surface-raised: #f2f2f2;--color-border: #d9d9d9;--color-text: #0f0f0f;--color-muted: #606060;--color-primary: #7c3aed;--color-primary-strong: #5b21b6;--color-success: #0f8a5f;--color-danger: #7c3aed;--shadow-soft: 0 14px 40px rgba(25, 31, 41, .08);--radius: 8px;--youtube-hover: #f2f2f2;--youtube-search-bg: #f8f8f8;--youtube-search-border: #c6c6c6;--youtube-blue: #065fd4}:root[data-theme=dark]{--color-background: #0f0f0f;--color-surface: #0f0f0f;--color-surface-raised: #272727;--color-border: #303030;--color-text: #f1f1f1;--color-muted: #aaa;--youtube-hover: #272727;--youtube-search-bg: #121212;--youtube-search-border: #303030;--youtube-blue: #3ea6ff;--shadow-soft: 0 14px 40px rgba(0, 0, 0, .24)}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}input,textarea,select{width:100%;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);color:var(--color-text);padding:11px 12px}textarea{resize:vertical}label{display:grid;gap:7px;color:var(--color-text);font-weight:650}label input,label textarea,label select{font-weight:400}button,.button{align-items:center;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);color:var(--color-text);cursor:pointer;display:inline-flex;font-weight:700;gap:8px;justify-content:center;min-height:40px;padding:9px 14px}button:disabled,.button:disabled{cursor:not-allowed;opacity:.6}.button.primary{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.button.primary:hover{background:var(--color-primary-strong)}.button.ghost{background:transparent}.button.selected,.tabs button.active{background:color-mix(in srgb,var(--color-primary) 12%,var(--color-surface));border-color:var(--color-primary);color:var(--color-primary)}.icon-button{aspect-ratio:1;min-height:38px;padding:0;width:38px}.icon-button span{background:currentColor;display:block;height:2px;margin:3px auto;width:16px}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--color-background);color:var(--color-text)}.app-shell{min-height:100vh}.site-header{align-items:center;background:color-mix(in srgb,var(--color-surface) 92%,transparent);border-bottom:1px solid var(--color-border);display:grid;gap:18px;grid-template-columns:auto minmax(190px,260px) minmax(220px,1fr) auto;left:0;padding:12px 22px;position:sticky;right:0;top:0;z-index:10}.brand,.header-actions,.user-menu,.channel-row,.page-heading.with-action,.video-actions,.video-controls,.inline-form,.filter-row,.site-footer{align-items:center;display:flex;gap:12px}.brand{font-size:1.2rem;font-weight:850}.brand-mark{background:var(--color-primary);border-radius:5px;display:inline-block;height:24px;position:relative;width:34px}.brand-mark:after{border-bottom:6px solid transparent;border-left:10px solid white;border-top:6px solid transparent;content:"";left:13px;position:absolute;top:6px}.search-bar{display:flex;gap:8px;width:100%}.search-bar.compact{max-width:680px}.search-bar input{min-width:0}.app-layout{display:grid;grid-template-columns:230px minmax(0,1fr)}.sidebar{border-right:1px solid var(--color-border);min-height:calc(100vh - 66px);padding:18px 14px;position:sticky;top:66px}.sidebar nav{display:grid;gap:4px}.sidebar a,.admin-links a{border-radius:var(--radius);color:var(--color-muted);font-weight:750;padding:12px}.sidebar a.active,.sidebar a:hover,.admin-links a:hover{background:var(--color-surface);color:var(--color-text)}.page-content{min-width:0;padding:24px}.page-heading{margin:0 0 22px}.sr-only{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.page-heading h1,.video-info h1,.auth-page h1{font-size:clamp(1.6rem,4vw,2.4rem);line-height:1.08;margin:0 0 8px}.page-heading p,.muted,.video-meta,.channel-link,.site-footer,.description,.comment-meta{color:var(--color-muted)}.video-grid{display:grid;gap:40px 16px;grid-template-columns:repeat(3,1fr)}.signal-lab{align-items:stretch;background:linear-gradient(135deg,color-mix(in srgb,#7c3aed 14%,var(--color-surface)),var(--color-surface) 58%),var(--color-surface);border:1px solid color-mix(in srgb,#7c3aed 20%,var(--color-border));border-radius:12px;display:grid;gap:18px;grid-template-columns:minmax(260px,.85fr) minmax(0,1.55fr);margin:0 0 22px;padding:18px}.signal-lab-summary{align-content:center;display:grid;gap:10px}.signal-lab-badge{background:color-mix(in srgb,#7c3aed 14%,var(--color-surface));border-color:color-mix(in srgb,#7c3aed 22%,var(--color-border));color:var(--color-text);margin:0}.signal-lab h2{font-size:clamp(1.55rem,3vw,2.35rem);line-height:1;margin:0}.signal-lab p{color:var(--color-muted);line-height:1.4;margin:0}.signal-lab-toggles,.signal-lab-controls,.segmented-control,.signal-slider span{align-items:center;display:flex}.signal-lab-toggles{flex-wrap:wrap;gap:8px}.signal-lab-toggles label{align-items:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;display:inline-flex;font-size:.88rem;font-weight:850;gap:8px;min-height:34px;padding:0 12px}.signal-lab-toggles input{accent-color:#7c3aed;width:auto}.signal-lab-controls{align-content:center;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr)) auto}.segmented-control{background:var(--youtube-hover);border-radius:999px;grid-column:span 3;padding:4px}.segmented-control button{background:transparent;border:0;border-radius:999px;flex:1;font-weight:900;min-height:34px;padding:0 12px}.segmented-control button.active{background:var(--color-text);color:var(--color-surface)}.signal-slider{background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;gap:10px;padding:12px}.signal-slider.compact{grid-column:span 2}.signal-slider span{justify-content:space-between}.signal-slider input{accent-color:#7c3aed;border:0;padding:0}.signal-reset-button{align-self:stretch;border-radius:10px;height:auto;min-height:0}.creator-advantage{border:1px solid var(--color-border);border-radius:12px;display:grid;gap:18px;grid-template-columns:minmax(240px,.75fr) minmax(0,1.5fr);margin-bottom:22px;padding:18px}.creator-advantage-intro{align-content:center;display:grid;gap:10px}.creator-advantage h2{font-size:clamp(1.45rem,2.6vw,2.15rem);line-height:1.06;margin:0}.creator-advantage p{color:var(--color-muted);line-height:1.4;margin:0}.creator-advantage-grid{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.creator-advantage-grid article{background:var(--youtube-hover);border-radius:10px;display:grid;gap:7px;min-height:182px;padding:14px}.creator-advantage-grid .yt-icon{color:#7c3aed}.creator-advantage-grid span{color:var(--color-muted);font-size:.8rem;font-weight:850}.creator-advantage-grid strong{font-size:1.02rem;line-height:1.16}.creator-advantage-grid p{font-size:.88rem;line-height:1.32}.kujuatime-pulse{display:grid;gap:18px;grid-template-columns:minmax(0,1.85fr) minmax(280px,.75fr);margin-bottom:22px}.kujuatime-pulse-spotlight{align-content:end;aspect-ratio:auto;background-color:#17121f;background-position:center;background-size:cover;border-radius:12px;color:#fff;display:grid;isolation:isolate;min-height:330px;min-width:0;overflow:hidden;padding:28px;position:relative}.kujuatime-pulse-spotlight:before{background:linear-gradient(90deg,#0a090feb,#0a090f6b 55%,#0a090f14),linear-gradient(0deg,rgba(10,9,15,.82),transparent 45%);content:"";inset:0;position:absolute;z-index:-1}.pulse-badge,.pulse-watch-link,.pulse-panel-link{align-items:center;display:inline-flex;gap:8px}.pulse-badge{background:#ffffff29;border:1px solid rgba(255,255,255,.22);border-radius:999px;font-size:.82rem;font-weight:850;justify-self:start;margin-bottom:16px;padding:7px 11px}.pulse-kicker{color:#ffffffc7;font-size:.9rem;font-weight:800;margin-bottom:6px}.kujuatime-pulse h2{font-size:clamp(1.9rem,4.1vw,3.65rem);line-height:1.03;margin:0;max-width:760px}.kujuatime-pulse p{color:#ffffffd1;font-size:1rem;line-height:1.45;margin:12px 0 0;max-width:610px}.pulse-watch-link{background:#fff;border-radius:999px;color:#111;font-weight:900;justify-self:start;margin-top:18px;min-height:42px;padding:0 16px}.kujuatime-pulse-panel{background:color-mix(in srgb,#7c3aed 9%,var(--color-surface));border:1px solid color-mix(in srgb,#7c3aed 18%,var(--color-border));border-radius:12px;display:grid;gap:18px;min-width:0;padding:20px}.pulse-panel-label,.home-section-heading span,.home-rising-card small,.home-signal-card span{color:var(--color-muted);font-size:.82rem;font-weight:800}.kujuatime-pulse-panel strong{display:block;font-size:1.6rem;line-height:1.08;margin-top:8px}.kujuatime-pulse-panel p{color:var(--color-muted);margin:10px 0 0}.pulse-metrics{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.pulse-metrics span{background:var(--color-surface);border-radius:10px;display:grid;min-height:80px;padding:12px}.pulse-metrics strong{font-size:1.35rem;margin:0}.pulse-metrics small{color:var(--color-muted);font-weight:750}.pulse-panel-link{background:var(--color-text);border-radius:999px;color:var(--color-surface);font-weight:900;justify-content:center;min-height:42px;padding:0 14px}.home-signal-strip{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:26px}.home-signal-card{align-items:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;display:grid;gap:2px 12px;grid-template-columns:42px minmax(0,1fr);min-height:86px;padding:14px}.home-signal-card .yt-icon{background:color-mix(in srgb,#7c3aed 12%,var(--color-surface));border-radius:999px;color:#7c3aed;grid-row:span 2;height:42px;padding:9px;width:42px}.home-signal-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-section-heading{align-items:center;display:flex;gap:12px;justify-content:space-between;margin:4px 0 14px}.home-section-heading h2{font-size:1.35rem;line-height:1.15;margin:0}.home-section-heading a{color:var(--youtube-blue);font-weight:850}.home-rising-section{margin-bottom:26px}.home-rising-grid{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.home-rising-card{align-items:center;background:var(--youtube-hover);border-radius:12px;display:grid;gap:10px;grid-template-columns:30px 86px minmax(0,1fr);min-height:94px;padding:10px}.home-rising-card>span{color:#7c3aed;font-size:1.2rem;font-weight:950;text-align:center}.home-rising-card img{aspect-ratio:16 / 9;border-radius:8px;height:auto;object-fit:cover;width:86px}.home-rising-card strong,.home-rising-card small{grid-column:3;min-width:0}.home-rising-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-video-grid{padding-bottom:24px}.video-card{min-width:0}.video-card.compact{display:grid;gap:12px;grid-template-columns:184px minmax(0,1fr)}.thumbnail-link{aspect-ratio:16 / 9;background:var(--color-surface-raised);border-radius:12px;display:block;overflow:hidden;position:relative}.thumbnail{background:#0f0f0f;height:100%;object-fit:contain;transition:transform .18s ease,opacity .18s ease;width:100%}.thumbnail-preview-video,.thumbnail-preview-fallback{height:100%;inset:0;object-fit:cover;opacity:0;pointer-events:none;position:absolute;transition:opacity .16s ease;width:100%;z-index:1}.thumbnail-preview-fallback{background:linear-gradient(90deg,#7c3aed38,#ffffff14,#7c3aed2e),linear-gradient(120deg,#00000014,#00000075);background-size:220% 100%,100% 100%}.video-card.is-previewing .thumbnail{transform:scale(1.035)}.video-card.is-previewing .thumbnail-preview-video,.video-card.is-previewing .thumbnail-preview-fallback{opacity:1}.video-card.is-previewing .thumbnail-preview-fallback{animation:thumbnailPreviewSweep 1.1s ease-in-out infinite}.thumbnail-preview-badge{background:#000000bd;border-radius:4px;color:#fff;font-size:.72rem;font-weight:850;left:8px;opacity:0;padding:4px 7px;position:absolute;top:8px;transform:translateY(4px);transition:opacity .16s ease,transform .16s ease;z-index:3}.video-card.is-previewing .thumbnail-preview-badge{opacity:1;transform:translateY(0)}.duration{background:#000000c7;border-radius:4px;bottom:8px;color:#fff;font-size:.8rem;font-weight:800;padding:3px 6px;position:absolute;right:8px;z-index:3}.video-card-body{display:grid;gap:5px;padding-top:11px}.video-title{font-size:1.02rem;font-weight:850;line-height:1.25}.channel-link{font-size:.93rem}.recommendation-reason{align-items:center;background:color-mix(in srgb,#7c3aed 10%,var(--youtube-hover));border-radius:999px;color:color-mix(in srgb,#7c3aed 78%,var(--color-text));display:inline-flex;font-size:.78rem;font-weight:850;justify-self:start;line-height:1.2;max-width:100%;overflow:hidden;padding:5px 8px;text-overflow:ellipsis;white-space:nowrap}.watch-layout{display:grid;align-items:start;gap:24px;grid-template-columns:minmax(0,1fr) minmax(360px,428px);margin:-8px auto 0;max-width:1780px}.watch-layout.theater-mode{grid-template-columns:1fr;max-width:none}.watch-primary{min-width:0}.player-shell{aspect-ratio:var(--player-aspect-ratio, 16 / 9);background:#050608;border-radius:12px;overflow:hidden;position:relative}.custom-player{color:#fff}.custom-player:fullscreen{aspect-ratio:auto;border-radius:0;height:100vh;max-height:none;width:100vw}.player-shell.aspect-vertical{margin-inline:auto;width:min(100%,calc((100dvh - 148px)*.5625))}.player-shell.aspect-square{margin-inline:auto;width:min(100%,calc(100dvh - 148px),860px)}.player-ambient{background-position:center;background-size:cover;filter:blur(42px) saturate(1.2);inset:-32px;opacity:0;position:absolute;transform:scale(1.08);transition:opacity .18s ease}.ambient-on .player-ambient{opacity:.38}.watch-layout.theater-mode .player-shell{border-radius:0;margin:-24px -24px 0;max-height:calc(100vh - 92px)}.watch-layout.theater-mode .player-shell.aspect-vertical,.watch-layout.theater-mode .player-shell.aspect-square{margin:-24px auto 0}.video-player,.video-placeholder{height:100%;width:100%}.video-player{background:#000;display:block;object-fit:var(--player-object-fit, contain);object-position:center;position:relative;z-index:1}.video-placeholder{align-items:center;background-position:center;background-repeat:no-repeat;background-size:var(--player-object-fit, cover);border:0;color:#fff;display:flex;justify-content:center;min-height:100%;position:relative;text-align:center;z-index:1}.video-placeholder:before{background:#0000008c;content:"";inset:0;position:absolute}.video-placeholder>div{position:relative}.player-preview-label{background:#0000008c;border-radius:999px;font-weight:800;left:16px;padding:8px 12px;position:absolute;top:16px}.player-center-button{align-items:center;background:#00000061;border:0;border-radius:999px;color:#fff;display:flex;height:82px;inset:50% auto auto 50%;justify-content:center;min-height:82px;opacity:1;padding:0;position:absolute;transform:translate(-50%,-50%);transition:opacity .16s ease,transform .16s ease;width:82px;z-index:4}.custom-player:hover .player-center-button.playing{opacity:1}.player-center-button.playing{opacity:0;transform:translate(-50%,-50%) scale(.94)}.caption-overlay{background:#000000b8;border-radius:6px;bottom:86px;color:#fff;font-size:clamp(.9rem,1.7vw,1.35rem);font-weight:750;left:50%;max-width:min(72%,820px);padding:8px 12px;position:absolute;text-align:center;transform:translate(-50%);z-index:5}.player-controls{background:linear-gradient(to top,rgba(0,0,0,.82),rgba(0,0,0,.42) 58%,transparent);bottom:0;display:grid;gap:4px;left:0;opacity:0;padding:34px 14px 10px;position:absolute;right:0;transition:opacity .16s ease;z-index:6}.custom-player:hover .player-controls,.custom-player:focus-within .player-controls,.custom-player.is-paused .player-controls{opacity:1}.player-timeline{appearance:none;background:linear-gradient(to right,#7c3aed var(--progress),rgba(255,255,255,.36) var(--progress));border:0;border-radius:999px;cursor:pointer;height:5px;padding:0}.player-timeline::-webkit-slider-thumb,.volume-slider::-webkit-slider-thumb{appearance:none;background:#fff;border-radius:999px;height:13px;width:13px}.player-control-row,.player-left-controls,.player-right-controls{align-items:center;display:flex}.player-control-row{justify-content:space-between;min-width:0}.player-left-controls,.player-right-controls{gap:4px}.player-left-controls button,.player-right-controls button{background:transparent;border:0;border-radius:999px;color:#fff;height:40px;min-height:40px;padding:0;width:40px}.player-left-controls button:hover,.player-right-controls button:hover,.player-left-controls button.active,.player-right-controls button.active{background:#ffffff29}.player-right-controls button:disabled{cursor:not-allowed;opacity:.42}.volume-slider{appearance:none;background:linear-gradient(to right,#ffffff var(--volume, 82%),rgba(255,255,255,.42) var(--volume, 82%));border:0;border-radius:999px;height:4px;padding:0;width:86px}.player-time{color:#fff;font-size:.84rem;font-weight:650;margin-left:6px;white-space:nowrap}.player-settings-panel{background:#1c1c1cf5;border-radius:12px;bottom:64px;box-shadow:0 14px 40px #0000004d;color:#fff;display:grid;gap:12px;max-height:min(74vh,560px);overflow-y:auto;padding:14px;position:absolute;right:14px;width:260px;z-index:8}.player-settings-panel label{color:#fff;font-size:.86rem}.player-settings-panel select{background:#111;border-color:#444;color:#fff;height:36px}.player-settings-panel p{color:#bbb;font-size:.82rem;margin:0}.mini-player{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;bottom:18px;box-shadow:0 18px 60px #00000047;display:grid;overflow:hidden;position:fixed;right:18px;width:min(384px,calc(100vw - 36px));z-index:40}@media(max-width:640px){.mini-player{bottom:0;border-radius:0;border-left:0;border-right:0;border-bottom:0;display:flex;flex-direction:row;align-items:stretch;right:0;width:100%}.mini-player-media{aspect-ratio:unset;flex:0 0 96px;height:60px}.mini-player-body{flex:1;display:flex;flex-direction:row;align-items:center;gap:0;padding:0 8px;min-width:0}.mini-player-meta{flex:1;min-width:0;padding-right:8px}.mini-player-progress,.mini-player-footer{display:none}.mini-player-actions{gap:2px}.mini-player-actions a[aria-label="Expand to full player"]{display:none}}.mini-player-media{aspect-ratio:16 / 9;background:#050608;cursor:pointer;position:relative}.mini-player-play-overlay{align-items:center;background:#00000073;color:#fff;display:flex;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity .12s ease}.mini-player-media:hover .mini-player-play-overlay,.mini-player-play-overlay:not(.is-playing){opacity:1}.mini-player-play-overlay.is-playing{opacity:0}.mini-player-media:hover .mini-player-play-overlay.is-playing{opacity:1}.mini-player-meta{display:grid;gap:2px;overflow:hidden}.mini-player-video,.mini-player-poster{height:100%;width:100%}.mini-player-video{display:block;object-fit:cover}.mini-player-poster{align-items:center;background-position:center;background-size:cover;border:0;border-radius:0;color:#fff;display:flex;justify-content:center;min-height:0;padding:0;position:relative}.mini-player-poster:before{background:#0000006b;content:"";inset:0;position:absolute}.mini-player-poster .yt-icon{background:#00000085;border-radius:999px;box-sizing:content-box;padding:14px;position:relative}.mini-player-loop-badge{background:color-mix(in srgb,#7c3aed 86%,#000000);border-radius:999px;color:#fff;font-size:.76rem;font-weight:900;left:10px;padding:6px 9px;position:absolute;top:10px}.mini-player-body{display:grid;gap:10px;padding:12px}.mini-player-body strong,.mini-player-body span{display:block}.mini-player-body strong{line-height:1.22;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mini-player-body span{color:var(--color-muted);font-size:.84rem;font-weight:750}.mini-player-progress{appearance:none;background:linear-gradient(to right,#7c3aed var(--progress),color-mix(in srgb,var(--color-muted) 22%,transparent) var(--progress));border:0;border-radius:999px;height:5px;padding:0}.mini-player-progress::-webkit-slider-thumb{appearance:none;background:#7c3aed;border-radius:999px;height:13px;width:13px}.mini-player-footer,.mini-player-actions{align-items:center;display:flex}.mini-player-footer{justify-content:space-between}.mini-player-actions{gap:5px}.mini-player-actions button,.mini-player-actions a{align-items:center;background:var(--youtube-hover);border:0;border-radius:999px;color:var(--color-text);display:inline-flex;height:32px;justify-content:center;min-height:32px;padding:0;width:32px}.mini-player-actions button.active{background:color-mix(in srgb,#7c3aed 16%,var(--youtube-hover));color:#7c3aed}.settings-toggle{align-items:center;display:flex;font-weight:750;gap:10px}.settings-toggle input{accent-color:#7c3aed;width:auto}.play-glyph{border-bottom:20px solid transparent;border-left:32px solid white;border-top:20px solid transparent;display:inline-block}.video-info{background:transparent;border:0;border-radius:0;box-shadow:none;margin-top:12px;padding:0}.video-info h1{font-size:1.25rem;letter-spacing:0;line-height:1.35;margin:0 0 10px}.watch-below-title{align-items:center;display:flex;gap:16px;justify-content:space-between;flex-wrap:wrap}.watch-channel-cluster{align-items:center;display:flex;flex:1 1 260px;gap:16px;min-width:0}.watch-channel-cluster .button.primary{background:var(--color-text);border-color:var(--color-text);border-radius:999px;color:var(--color-surface);min-height:36px;padding:0 16px}.watch-channel-cluster .button.selected{border-radius:999px;min-height:36px;padding:0 16px}.video-info .channel-row{border-top:0;flex:0 1 auto;margin-top:0;min-width:0;padding-top:0}.video-info .channel-row span:last-child{display:grid;gap:2px;min-width:0}.video-info .channel-row small{color:var(--color-muted)}.video-info .channel-row .avatar{height:40px;width:40px}.video-info .channel-row strong{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.watch-description{background:var(--youtube-hover);border:0;border-radius:12px;color:var(--color-text);cursor:pointer;display:grid;font-size:.92rem;gap:5px;justify-items:start;line-height:1.35;margin-top:14px;max-height:104px;min-height:0;overflow:hidden;padding:12px;text-align:left;width:100%}.watch-description.expanded{max-height:none}.watch-description em{font-style:normal;font-weight:800}.watch-hashtags{color:var(--youtube-blue);font-weight:700}.youtube-watch-actions{flex:1 1 380px;flex-wrap:wrap;gap:8px;justify-content:flex-end}.watch-like-pill{align-items:center;background:var(--youtube-hover);border-radius:999px;display:inline-flex;height:36px;overflow:hidden}.watch-like-pill button,.watch-action-pill{align-items:center;background:var(--youtube-hover);border:0;border-radius:999px;color:var(--color-text);display:inline-flex;font-size:.9rem;font-weight:800;gap:7px;height:36px;justify-content:center;min-height:36px;padding:0 12px}.watch-like-pill button{border-radius:0;padding:0 12px}.watch-like-pill button:first-child{border-right:1px solid color-mix(in srgb,var(--color-muted) 25%,transparent)}.watch-action-pill:hover,.watch-like-pill button:hover,.watch-action-pill.selected,.watch-like-pill button.selected{background:color-mix(in srgb,var(--color-muted) 18%,var(--youtube-hover))}.watch-companion{background:var(--youtube-hover);border-radius:12px;margin-top:14px;overflow:hidden}.watch-companion-tabs{display:flex;gap:4px;overflow-x:auto;padding:8px;scrollbar-width:none}.watch-companion-tabs::-webkit-scrollbar{display:none}.watch-companion-tabs button{background:transparent;border:0;border-radius:999px;font-size:.9rem;font-weight:800;height:32px;min-height:32px;padding:0 12px}.watch-companion-tabs button.active{background:var(--color-text);color:var(--color-surface)}.watch-pulse-panel{display:grid;gap:12px;grid-template-columns:minmax(160px,.55fr) minmax(0,1fr);padding:0 12px 12px}.watch-pulse-score,.watch-pulse-signals span{background:var(--color-surface);border-radius:10px;display:grid}.watch-pulse-score{align-items:center;align-content:center;gap:4px;justify-items:center;min-height:126px;padding:14px;text-align:center}.watch-pulse-score .yt-icon{color:#7c3aed}.watch-pulse-score span{color:var(--color-muted);font-size:.82rem;font-weight:850}.watch-pulse-score strong{color:#7c3aed;font-size:3rem;line-height:.95}.watch-pulse-score small,.watch-pulse-signals small{color:var(--color-muted);font-weight:750}.watch-pulse-signals{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.watch-pulse-signals span{align-content:center;gap:6px;min-height:126px;padding:14px}.watch-pulse-signals strong{font-size:1rem;line-height:1.2}.watch-trust-panel,.watch-creator-panel,.watch-world-panel,.watch-wellbeing-panel{display:grid;gap:12px;padding:0 12px 12px}.watch-trust-panel,.watch-creator-panel,.watch-world-panel{grid-template-columns:repeat(3,minmax(0,1fr))}.watch-trust-panel span,.watch-creator-panel div,.watch-world-panel span,.watch-wellbeing-panel div{background:var(--color-surface);border-radius:10px;display:grid;gap:8px;min-height:126px;padding:14px}.watch-trust-panel .yt-icon,.watch-creator-panel .yt-icon,.watch-world-panel .yt-icon,.watch-wellbeing-panel .yt-icon{color:#7c3aed}.watch-trust-panel small,.watch-creator-panel small,.watch-world-panel small{color:var(--color-muted);font-weight:800}.watch-trust-panel strong,.watch-creator-panel strong,.watch-world-panel strong,.watch-wellbeing-panel strong{line-height:1.2}.watch-creator-panel p{color:var(--color-muted);line-height:1.34;margin:0}.watch-creator-panel div:first-child strong,.watch-creator-panel div:last-child strong{color:#7c3aed;font-size:2rem}.watch-wellbeing-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.watch-wellbeing-panel p{color:var(--color-muted);line-height:1.35;margin:0}.chapter-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:0 12px 12px}.chapter-list button{align-items:start;background:var(--color-surface);border:0;border-radius:10px;display:grid;gap:4px;justify-content:stretch;min-height:68px;padding:10px;text-align:left}.chapter-list span{color:var(--youtube-blue);font-size:.8rem;font-weight:900}.chapter-list strong{font-size:.86rem;line-height:1.25}.transcript-panel,.notes-panel{align-items:center;display:flex;gap:12px;padding:4px 14px 16px}.transcript-panel p,.notes-panel p{margin:0}.comments-section{background:transparent;border:0;border-radius:0;box-shadow:none;margin-top:24px;padding:0 0 40px}.comments-header{align-items:center;display:flex;gap:24px;margin-bottom:18px}.comments-header h2{font-size:1.25rem;margin:0}.comment-form textarea{border:0;border-bottom:1px solid var(--color-border);border-radius:0;padding-inline:0}.comment-form textarea:focus{border-bottom-color:var(--color-text);outline:none}.comment-form-actions{display:flex;gap:8px;justify-content:flex-end}.comment-signin-box{align-items:center;border:1px solid var(--color-border);border-radius:12px;display:flex;justify-content:space-between;margin-bottom:18px;padding:14px 16px}.comment-signin-box p{margin:0}.comment-actions{display:flex;gap:8px}.comment-actions button{background:transparent;border:0;border-radius:999px;color:var(--color-muted);font-size:.82rem;font-weight:800;min-height:30px;padding:0 8px}.comment-actions button:hover{background:var(--youtube-hover);color:var(--color-text)}.recommendations{align-content:start;display:grid;gap:10px;position:sticky;top:70px}.recommendation-filter-row{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.recommendation-filter-row::-webkit-scrollbar{display:none}.recommendation-filter-row button{background:var(--youtube-hover);border:0;border-radius:8px;color:var(--color-text);flex:0 0 auto;font-size:.82rem;font-weight:800;height:32px;min-height:32px;padding:0 12px}.recommendation-filter-row button.active{background:var(--color-text);color:var(--color-surface)}.watch-layout .video-card.compact{gap:10px;grid-template-columns:186px minmax(0,1fr)}.watch-layout .video-card.compact .thumbnail-link{border-radius:8px}.watch-layout .video-card.compact .video-card-body{padding-top:0}.watch-layout .video-card.compact .video-title{display:-webkit-box;font-size:.94rem;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.watch-layout .video-card.compact .video-meta,.watch-layout .video-card.compact .channel-link{font-size:.84rem}.about-panel,.list-panel,.auth-page,.profile-panel,.upload-page{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-soft);margin-top:16px;padding:20px}.channel-row{border-top:1px solid var(--color-border);margin-top:16px;padding-top:16px}.avatar,.channel-avatar{align-items:center;background:var(--color-primary);border-radius:999px;color:#fff;display:inline-flex;flex:0 0 auto;font-weight:900;height:42px;justify-content:center;object-fit:cover;width:42px}img.avatar,img.channel-avatar{background:transparent}.channel-avatar{font-size:2rem;height:88px;width:88px}.recommendations{display:grid;gap:14px;align-content:start}.comments-section h2,.recommendations h2{margin-top:0}.comment-form{display:grid;gap:10px;margin-bottom:18px}.comment-list{display:grid;gap:16px}.comment,.list-row,.profile-panel,.channel-summary{align-items:flex-start;display:flex;gap:14px}.channel-header{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}.channel-banner{background-color:var(--color-surface-raised);background-position:center;background-size:cover;height:180px}.channel-summary{padding:20px}.tabs{border-bottom:1px solid var(--color-border);display:flex;gap:8px;margin:18px 0}.tabs button{border:0;border-radius:var(--radius) var(--radius) 0 0}.playlist-grid,.metric-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(210px,1fr))}.playlist-card,.metric-grid article{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:14px}.playlist-card img{aspect-ratio:16 / 9;border-radius:var(--radius);object-fit:cover;width:100%}.metric-grid strong{display:block;font-size:2rem}.upload-grid,.form-grid{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.upload-page{display:grid;gap:18px}.upload-page .page-heading{margin-bottom:0}.upload-grid{align-items:stretch;grid-template-columns:minmax(0,1.45fr) minmax(260px,.75fr)}.form-grid .full{grid-column:1 / -1}.upload-dropzone{align-content:center;background:var(--youtube-hover);border:1px dashed var(--color-border);border-radius:var(--radius);display:grid;gap:14px;justify-items:center;min-height:330px;overflow:hidden;padding:18px;text-align:center}.thumbnail-dropzone{min-height:270px}.upload-dropzone.has-file{align-content:start;background:var(--color-surface);justify-items:stretch;text-align:left}.upload-preview,.upload-thumbnail-preview{background:#050608;border-radius:var(--radius);width:100%}.upload-preview{aspect-ratio:16 / 9;max-height:430px;object-fit:contain}.upload-thumbnail-preview{aspect-ratio:16 / 9;object-fit:cover}.upload-dropzone-empty{color:var(--color-muted);display:grid;gap:7px;justify-items:center;max-width:420px}.upload-dropzone-empty strong{color:var(--color-text);font-size:1.05rem}.upload-file-meta{color:var(--color-muted);font-size:.9rem;margin:0;max-width:100%;overflow-wrap:anywhere}.upload-actions,.empty-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.progress{background:var(--color-border);border-radius:999px;height:10px;margin:16px 0;overflow:hidden}.progress span{background:var(--color-primary);display:block;height:100%}.studio-upload-page{background:transparent;border:0;box-shadow:none;gap:18px;margin-top:0;padding:0}.studio-upload-header{align-items:center;display:flex;gap:16px;justify-content:space-between}.studio-upload-header span{color:var(--color-muted);display:block;font-size:.82rem;font-weight:800;margin-bottom:4px}.studio-upload-header h1{font-size:1.75rem;line-height:1.1;margin:0}.studio-upload-shell{align-items:start;display:grid;gap:20px;grid-template-columns:minmax(0,1fr) minmax(330px,390px)}.studio-upload-main,.studio-upload-side{display:grid;gap:16px;min-width:0}.studio-upload-steps{align-items:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;display:grid;gap:8px;grid-template-columns:repeat(4,minmax(0,1fr));min-height:58px;padding:8px}.studio-upload-steps span{align-items:center;border-radius:6px;color:var(--color-muted);display:flex;font-size:.88rem;font-weight:850;gap:8px;justify-content:center;min-height:40px;padding:0 10px;white-space:nowrap}.studio-upload-steps span:before{background:var(--color-border);border-radius:999px;content:"";height:9px;width:9px}.studio-upload-steps span.active{background:color-mix(in srgb,var(--youtube-blue) 10%,transparent);color:var(--youtube-blue)}.studio-upload-steps span.active:before{background:var(--youtube-blue)}.studio-upload-steps span.complete{color:var(--color-success)}.studio-upload-steps span.complete:before{background:var(--color-success)}.studio-video-uploader{background:linear-gradient(180deg,color-mix(in srgb,var(--youtube-blue) 5%,transparent),transparent 52%),var(--color-surface);border-style:solid;min-height:390px}.studio-video-uploader.drag-active{border-color:var(--youtube-blue);box-shadow:0 0 0 3px color-mix(in srgb,var(--youtube-blue) 14%,transparent)}.studio-upload-icon{align-items:center;background:color-mix(in srgb,var(--color-primary) 12%,var(--color-surface));border-radius:999px;color:var(--color-primary);display:inline-flex;height:76px;justify-content:center;width:76px}.studio-upload-empty strong{font-size:1.45rem}.studio-file-actions{align-items:center;display:grid;gap:10px;justify-items:center;width:100%}.studio-secondary-button{border-radius:999px;color:var(--color-text);font-weight:850}.studio-video-frame{width:100%}.studio-selected-file{align-items:center;background:var(--youtube-hover);border:1px solid var(--color-border);border-radius:8px;display:grid;gap:12px;grid-template-columns:auto minmax(0,1fr);justify-self:stretch;padding:14px;text-align:left}.studio-selected-file strong,.studio-selected-file small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-selected-file small{color:var(--color-muted);margin-top:3px}.studio-details-panel,.studio-checks-panel,.studio-preview-card,.studio-audience-panel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;padding:18px}.studio-section-heading{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:14px}.studio-section-heading h2,.studio-audience-panel h2{font-size:1.12rem;line-height:1.2;margin:0}.studio-section-heading span{color:var(--color-muted);font-size:.82rem;font-weight:800}.studio-form-grid{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.studio-field{color:var(--color-muted);font-size:.84rem;font-weight:800}.studio-field.full{grid-column:1 / -1}.studio-field input,.studio-field textarea,.studio-field select{border-radius:4px;font-size:.98rem;margin-top:2px}.studio-field input:focus,.studio-field textarea:focus,.studio-field select:focus{border-color:var(--youtube-blue);box-shadow:0 0 0 1px var(--youtube-blue);outline:none}.studio-visibility-grid{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:16px}.studio-visibility-card{border:1px solid var(--color-border);border-radius:8px;color:var(--color-text);cursor:pointer;display:grid;gap:8px;grid-template-columns:auto minmax(0,1fr);min-height:84px;padding:12px}.studio-visibility-card input{margin-top:3px;width:auto}.studio-visibility-card strong,.studio-visibility-card small{display:block}.studio-visibility-card small{color:var(--color-muted);font-weight:600;margin-top:3px}.studio-visibility-card.selected{background:color-mix(in srgb,var(--youtube-blue) 8%,transparent);border-color:var(--youtube-blue)}.studio-check-list{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.studio-check-list article{align-items:center;background:var(--youtube-hover);border-radius:8px;display:flex;gap:10px;min-width:0;padding:12px}.studio-check-list .yt-icon{color:var(--color-success);flex:0 0 auto}.studio-check-list strong,.studio-check-list small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-check-list small{color:var(--color-muted)}.studio-upload-side{position:sticky;top:84px}.studio-preview-card{overflow:hidden;padding:0}.studio-preview-player{align-items:center;aspect-ratio:16 / 9;background:linear-gradient(135deg,#111827,#27272a),#050608;color:#fff;display:flex;justify-content:center}.studio-preview-player video{height:100%;object-fit:contain;width:100%}.studio-preview-player span{align-items:center;background:color-mix(in srgb,#fff 14%,transparent);border-radius:999px;display:inline-flex;height:74px;justify-content:center;width:74px}.studio-preview-meta{display:grid;gap:4px;padding:14px}.studio-preview-meta small,.studio-preview-meta span{color:var(--color-muted)}.studio-preview-meta strong{overflow-wrap:anywhere}.studio-thumbnail-drop{min-height:250px}.studio-mini-icon{align-items:center;background:color-mix(in srgb,var(--youtube-blue) 11%,transparent);border-radius:999px;color:var(--youtube-blue);display:inline-flex;height:46px;justify-content:center;width:46px}.studio-audience-panel{display:grid;gap:12px}.studio-checkbox-row{align-items:center;display:flex;font-size:.92rem;gap:10px}.studio-checkbox-row input{accent-color:var(--youtube-blue);flex:0 0 auto;width:auto}.studio-publish-bar{align-items:center;background:color-mix(in srgb,var(--color-surface) 96%,transparent);border:1px solid var(--color-border);border-radius:8px;bottom:16px;box-shadow:var(--shadow-soft);display:grid;gap:16px;grid-template-columns:minmax(0,1fr) auto;padding:14px 16px;position:sticky;z-index:7}.studio-publish-status{display:grid;gap:8px;min-width:0}.studio-publish-status strong{font-size:.94rem}.studio-progress{height:6px;margin:0;max-width:560px}.studio-progress span{background:var(--youtube-blue)}.studio-upload-gate{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;padding:36px}.search-results{display:grid;gap:20px}.download-actions-strip,.course-path-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:22px}.download-actions-strip article,.course-path-grid article{background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;display:grid;gap:8px;min-height:134px;padding:16px}.download-actions-strip article .yt-icon,.course-path-grid article .yt-icon{color:#7c3aed}.download-actions-strip strong,.course-path-grid strong{font-size:1rem}.download-actions-strip span,.course-path-grid span,.course-path-grid p{color:var(--color-muted);margin:0}.download-result{align-items:center;display:grid;gap:14px;grid-template-columns:minmax(0,1fr) auto;max-width:1220px}.search-results .video-card.compact{gap:16px;grid-template-columns:minmax(240px,320px) minmax(0,1fr);max-width:1120px}.search-results .video-card.compact .thumbnail-link{border-radius:12px}.search-results .video-card.compact .video-title{font-size:1.08rem;line-height:1.28}.search-results .video-card.compact .channel-link,.search-results .video-card.compact .video-meta{font-size:.94rem}.filter-row{margin-bottom:18px}.filter-row select{max-width:220px}.empty-state{margin:40px auto;max-width:560px;text-align:center}.auth-page{display:grid;gap:16px;margin-inline:auto;max-width:430px}.auth-layout{grid-template-columns:minmax(0,1fr)}.auth-page-content{align-content:start;display:grid;justify-items:center;min-height:calc(100vh - 56px)}.auth-youtube-card{align-items:stretch;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;box-shadow:0 18px 44px color-mix(in srgb,var(--color-text) 10%,transparent);gap:34px;grid-template-columns:minmax(260px,.95fr) minmax(300px,1.05fr);margin:18px auto 52px;max-width:960px;min-height:430px;overflow:hidden;padding:34px;max-width:calc(100vw - 48px);width:960px}.auth-youtube-card.compact{max-width:820px;min-height:340px}.auth-brand-pane,.auth-form-pane{display:grid;min-width:0}.auth-brand-pane{align-content:space-between;gap:26px}.auth-brand-lockup,.auth-modal-header{align-items:center;display:flex;gap:12px}.auth-brand-lockup strong{font-family:Arial,Helvetica,sans-serif;font-size:1.18rem;font-weight:850}.auth-brand-mark{align-items:center;background:linear-gradient(135deg,#a78bfa,#7c3aed 48%,#5b21b6);border-radius:7px;display:inline-flex;flex:0 0 auto;height:30px;justify-content:center;width:43px}.auth-brand-mark span{border-bottom:7px solid transparent;border-left:12px solid #fff;border-top:7px solid transparent;margin-left:3px}.auth-brand-pane h1{font-size:clamp(2rem,4vw,2.65rem);line-height:1.05;margin:0 0 10px}.auth-brand-pane p,.auth-modal-header p{color:var(--color-muted);margin:0}.auth-preview-strip{align-items:end;display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr));max-width:360px;width:100%}.auth-preview-strip span{aspect-ratio:16 / 10;background-color:var(--youtube-hover);background-position:center;background-size:cover;border:1px solid color-mix(in srgb,var(--color-border) 72%,transparent);border-radius:8px;display:block;min-height:74px;position:relative}.auth-preview-strip span:nth-child(1){background-image:linear-gradient(0deg,#0f0f0f57,#0f0f0f0a),linear-gradient(135deg,#f03,#065fd4),url(https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=600&q=70)}.auth-preview-strip span:nth-child(2){background-image:linear-gradient(0deg,#0f0f0f4d,#0f0f0f05),linear-gradient(135deg,#ffb703,#2a9d8f),url(https://images.unsplash.com/photo-1519389950473-47ba0277781c?auto=format&fit=crop&w=500&q=70);min-height:104px}.auth-preview-strip span:nth-child(3){background-image:linear-gradient(0deg,#0f0f0f42,#0f0f0f05),linear-gradient(135deg,#8338ec,#3a86ff),url(https://images.unsplash.com/photo-1517649763962-0c623066013b?auto=format&fit=crop&w=420&q=70)}.auth-preview-strip.create span:nth-child(1){background-image:linear-gradient(0deg,#0f0f0f4d,#0f0f0f05),linear-gradient(135deg,#2a9d8f,#3a86ff),url(https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=600&q=70)}.auth-preview-strip.create span:nth-child(2){background-image:linear-gradient(0deg,#0f0f0f52,#0f0f0f05),linear-gradient(135deg,#f03,#ffb703),url(https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=500&q=70)}.auth-preview-strip.create span:nth-child(3){background-image:linear-gradient(0deg,#0f0f0f47,#0f0f0f05),linear-gradient(135deg,#8338ec,#ff006e),url(https://images.unsplash.com/photo-1511512578047-dfb367046420?auto=format&fit=crop&w=420&q=70)}.auth-preview-strip span:after{border-bottom:7px solid transparent;border-left:11px solid #fff;border-top:7px solid transparent;content:"";left:14px;position:absolute;top:14px}.auth-form-pane{align-content:end;gap:16px}.auth-field{color:var(--color-muted);font-size:.86rem;font-weight:700;gap:8px}.auth-field input{border-radius:4px;font-size:1rem;min-height:54px;padding:15px 14px}.auth-field input:focus{border-color:var(--youtube-blue);box-shadow:0 0 0 1px var(--youtube-blue);outline:none}.auth-helper-link,.auth-text-button{color:var(--youtube-blue);font-weight:800}.auth-helper-link{justify-self:start}.auth-actions{align-items:center;display:flex;gap:14px;justify-content:flex-end;margin-top:10px}.auth-text-button{background:transparent;border:0;cursor:pointer;display:inline-flex;min-height:40px;padding:0 4px}.auth-primary-button{background:var(--youtube-blue);border:1px solid var(--youtube-blue);border-radius:999px;color:#fff;font-weight:850;min-height:42px;padding:0 22px}.auth-primary-button:hover{background:color-mix(in srgb,var(--youtube-blue) 86%,#000)}.auth-error{margin:0}.auth-modal{border-radius:8px;gap:16px;max-width:500px;padding:28px}.auth-modal-header{justify-content:flex-start;margin-bottom:4px;position:relative}.auth-modal-header h2{line-height:1.1;margin:0 0 4px}.auth-modal-header .icon-button{margin-left:auto}.modal-backdrop{align-items:center;background:#0a0c108c;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:20}.modal{background:var(--color-surface);border-radius:var(--radius);box-shadow:var(--shadow-soft);display:grid;gap:14px;max-width:440px;padding:20px;width:100%}.modal header{align-items:center;display:flex;justify-content:space-between}.modal h2{margin:0}.loading{align-items:center;display:flex;gap:10px;padding:20px 0}.spinner{animation:spin .8s linear infinite;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:999px;height:22px;width:22px}.error-text{color:var(--color-danger)}.success-text{color:var(--color-success)}.stats-list{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.stats-list dt{color:var(--color-muted);font-weight:700}.stats-list dd{margin:4px 0 0}.admin-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.site-footer{border-top:1px solid var(--color-border);justify-content:center;padding:24px}.mobile-only,.mobile-menu{display:none}.youtube-header{background:var(--color-surface);border-bottom:0;display:grid;gap:12px;grid-template-columns:minmax(190px,1fr) minmax(360px,600px) minmax(190px,1fr);height:56px;padding:0 16px}.youtube-header-left,.youtube-header-actions,.youtube-search,.youtube-brand,.youtube-create-button,.youtube-signin-button,.youtube-user-menu{align-items:center;display:flex}.youtube-header-left{gap:12px;min-width:0}.yt-icon-button{align-items:center;aspect-ratio:1;background:transparent;border:0;border-radius:999px;color:var(--color-text);display:inline-flex;flex:0 0 auto;height:40px;justify-content:center;min-height:40px;padding:0;position:relative;width:40px}.yt-icon-button:hover,.yt-icon-button.active,.youtube-create-button:hover,.youtube-sidebar a:hover{background:var(--youtube-hover)}.yt-icon{flex:0 0 auto}.youtube-brand{color:var(--color-text);gap:0;min-width:0}.youtube-brand-mark{align-items:center;background:linear-gradient(135deg,#a78bfa,#7c3aed 48%,#5b21b6);border-radius:7px;box-shadow:inset 0 0 0 1px #2e106533;display:inline-flex;height:22px;justify-content:center;margin-right:6px;width:32px}.youtube-brand-mark span{border-bottom:5px solid transparent;border-left:9px solid #ffffff;border-top:5px solid transparent;margin-left:2px}.youtube-brand-word{font-family:Arial,Helvetica,sans-serif;font-size:1.25rem;font-weight:800;letter-spacing:0;line-height:1}.youtube-brand-region{align-self:flex-start;color:var(--color-muted);font-size:.58rem;font-weight:650;line-height:1;margin-left:2px;transform:translateY(2px)}.youtube-search{gap:8px;justify-self:center;max-width:600px;width:100%}.youtube-search-box{display:grid;flex:1;grid-template-columns:minmax(0,1fr) 58px;height:40px;min-width:0}.youtube-search-box input{background:var(--color-surface);border:1px solid var(--youtube-search-border);border-radius:40px 0 0 40px;border-right:0;color:var(--color-text);font-size:1rem;height:40px;padding:0 16px}.youtube-search-box input:focus{border-color:#1c62b9;box-shadow:inset 1px 0 #1c62b9;outline:none}.youtube-search-button{background:var(--youtube-search-bg);border:1px solid var(--youtube-search-border);border-radius:0 40px 40px 0;color:var(--color-text);height:40px;min-height:40px;padding:0}.youtube-search-button:hover,.youtube-mic-button{background:var(--youtube-hover)}.youtube-header-actions{gap:8px;justify-content:flex-end;min-width:0}.youtube-create-button{background:var(--youtube-hover);border:0;border-radius:999px;color:var(--color-text);font-size:.9rem;font-weight:700;gap:6px;height:36px;padding:0 14px 0 10px}.theme-dot{background:var(--color-text);border-radius:999px;box-shadow:0 0 0 3px var(--color-surface),0 0 0 5px var(--color-text);display:block;height:10px;width:10px}.theme-dot.active{background:var(--color-surface)}.notification-badge{align-items:center;background:#7c3aed;border:2px solid var(--color-surface);border-radius:999px;color:#fff;display:inline-flex;font-size:.65rem;font-weight:700;height:18px;justify-content:center;min-width:18px;padding:0 4px;position:absolute;right:1px;top:3px}.youtube-create-wrap,.youtube-more-wrap,.youtube-notification-wrap{position:relative}.youtube-create-panel,.youtube-more-panel,.youtube-notification-panel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;box-shadow:0 18px 54px color-mix(in srgb,var(--color-text) 18%,transparent);color:var(--color-text);display:grid;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);z-index:30}.youtube-create-panel{gap:2px;min-width:320px;padding:8px}.youtube-more-panel{min-width:292px}.youtube-create-panel a,.youtube-create-panel button{align-items:center;background:transparent;border:0;border-radius:10px;color:var(--color-text);display:grid;font:inherit;gap:12px;grid-template-columns:24px minmax(0,1fr);min-height:56px;padding:8px 10px;text-align:left;width:100%}.youtube-create-panel a:hover,.youtube-create-panel button:hover{background:var(--youtube-hover)}.youtube-create-panel strong,.youtube-create-panel small{display:block;line-height:1.25}.youtube-create-panel strong{font-size:.94rem;font-weight:800}.youtube-create-panel small{color:var(--color-muted);font-size:.78rem;margin-top:2px}.youtube-create-panel .create-panel-feature{background:color-mix(in srgb,#7c3aed 10%,var(--color-surface));border:1px solid color-mix(in srgb,#7c3aed 18%,transparent)}.youtube-more-panel section{border-bottom:1px solid var(--color-border);display:grid;padding:8px 0}.youtube-more-panel section:last-child{border-bottom:0}.youtube-more-panel section>span,.youtube-notification-panel>strong{color:var(--color-muted);font-size:.76rem;font-weight:850;padding:8px 14px 6px;text-transform:uppercase}.youtube-more-panel a,.youtube-more-panel button,.youtube-notification-panel a{align-items:center;background:transparent;border:0;color:var(--color-text);display:grid;font:inherit;font-size:.92rem;font-weight:650;gap:12px;grid-template-columns:22px minmax(0,1fr);line-height:1.25;min-height:42px;padding:0 14px;text-align:left;width:100%}.youtube-more-panel a:hover,.youtube-more-panel button:hover,.youtube-notification-panel a:hover{background:var(--youtube-hover)}.youtube-notification-panel{min-width:320px;padding-bottom:8px}.youtube-notification-panel a{font-size:.9rem;min-height:48px}.youtube-shortcuts-modal{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:40}.youtube-shortcuts-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;box-shadow:0 24px 70px #00000042;color:var(--color-text);max-width:480px;padding:18px;width:min(100%,480px)}.youtube-shortcuts-card header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.youtube-shortcuts-card header strong{font-size:1.08rem}.youtube-shortcuts-card dl{display:grid;gap:8px 14px;grid-template-columns:minmax(86px,auto) minmax(0,1fr);margin:0}.youtube-shortcuts-card dt{background:var(--youtube-hover);border-radius:6px;font-weight:850;min-height:30px;padding:6px 8px;text-align:center}.youtube-shortcuts-card dd{color:var(--color-muted);margin:0;padding-top:6px}.creator-tool-modal{align-items:center;background:#0000007a;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:45}.creator-tool-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;box-shadow:0 26px 78px #0000004d;color:var(--color-text);display:grid;gap:16px;max-width:560px;padding:20px;width:min(100%,560px)}.creator-tool-card header{align-items:center;display:flex;justify-content:space-between}.creator-tool-card header div{display:grid;gap:4px}.creator-tool-card header span{color:var(--color-muted);font-size:.78rem;font-weight:850;text-transform:uppercase}.creator-tool-card header strong{font-size:1.25rem}.creator-tool-form{display:grid;gap:14px}.creator-tool-form textarea,.creator-tool-form input,.creator-tool-form select{background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:8px;color:var(--color-text);font:inherit;min-height:42px;padding:10px 12px;width:100%}.creator-tool-form textarea{line-height:1.45;resize:vertical}.creator-tool-form label{color:var(--color-muted);display:grid;font-size:.84rem;font-weight:750;gap:6px}.creator-tool-actions{align-items:center;display:flex;gap:12px;justify-content:flex-end}.creator-tool-status{background:color-mix(in srgb,#7c3aed 12%,var(--color-surface));border:1px solid color-mix(in srgb,#7c3aed 24%,var(--color-border));border-radius:8px;color:var(--color-text);font-weight:750;margin:0;padding:10px 12px}.launch-kit-output{background:color-mix(in srgb,#7c3aed 8%,var(--color-surface-raised));border:1px solid color-mix(in srgb,#7c3aed 18%,var(--color-border));border-radius:10px;display:grid;gap:10px;padding:14px}.launch-kit-output strong{font-size:1.03rem}.launch-kit-output p,.launch-kit-output ul,.launch-kit-output ol{margin:0}.launch-kit-output small,.launch-kit-output span{color:var(--color-muted);display:block;line-height:1.4}.launch-kit-output ul,.launch-kit-output ol{display:grid;gap:6px;padding-left:20px}.live-room-output{background:color-mix(in srgb,#7c3aed 8%,var(--color-surface-raised));border:1px solid color-mix(in srgb,#7c3aed 18%,var(--color-border));border-radius:10px;display:grid;gap:10px;padding:14px}.live-room-output>strong{font-size:1rem}.live-room-output>span{color:var(--color-muted);font-size:.84rem;font-weight:750}.live-room-output label{color:var(--color-muted);display:grid;font-size:.78rem;gap:5px}.live-room-output label button{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;color:var(--color-text);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;min-height:36px;overflow-wrap:anywhere;padding:8px 10px;text-align:left}.notif-panel-header{align-items:center;display:flex;justify-content:space-between;padding:12px 14px 6px}.notif-panel-header>strong{font-size:1rem;font-weight:700}.youtube-notification-panel .notif-item{align-items:flex-start;background:transparent;border:0;color:var(--color-text);display:grid;gap:10px;grid-template-columns:40px 1fr 14px;min-height:72px;padding:10px 14px;text-align:left;width:100%}.youtube-notification-panel .notif-item:hover{background:var(--youtube-hover)}.youtube-notification-panel .notif-item.unread{background:color-mix(in srgb,var(--color-primary, #7c3aed) 6%,transparent)}.notif-avatar{align-items:center;background:#7c3aed;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.85rem;font-weight:700;height:40px;justify-content:center;margin-top:2px;width:40px}.notif-body{display:grid;gap:3px;min-width:0}.notif-text{color:var(--color-text);font-size:.88rem;font-weight:600;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notif-desc{color:var(--color-muted);font-size:.82rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notif-time{color:var(--color-muted);font-size:.78rem;margin-top:1px}.notif-dot{background:#7c3aed;border-radius:50%;flex-shrink:0;height:10px;margin-top:6px;width:10px}.notif-empty{color:var(--color-muted);font-size:.88rem;line-height:1.5;padding:20px 14px 24px;text-align:center}.creator-tool-card.is-live{max-width:640px;width:min(100%,640px)}.live-steps{display:flex;gap:0;padding-bottom:4px}.live-step{align-items:center;color:var(--color-muted);display:flex;flex:1;font-size:.72rem;font-weight:700;gap:6px;letter-spacing:.02em;position:relative;text-transform:uppercase}.live-step:not(:last-child):after{background:var(--color-border);content:"";flex:1;height:1px;margin:0 8px}.live-step>span:first-child{align-items:center;background:var(--color-border);border-radius:50%;color:var(--color-muted);display:flex;flex-shrink:0;font-size:.7rem;height:22px;justify-content:center;width:22px}.live-step.active{color:#7c3aed}.live-step.active>span:first-child{background:#7c3aed;color:#fff}.live-method-grid{display:grid;gap:12px;grid-template-columns:1fr 1fr}.live-method-card{align-items:center;background:var(--color-surface-raised);border:2px solid var(--color-border);border-radius:12px;cursor:pointer;display:grid;font:inherit;gap:8px;justify-items:center;padding:22px 14px;text-align:center;transition:border-color .15s}.live-method-card:hover{border-color:#7c3aed}.live-method-card.active{background:color-mix(in srgb,#7c3aed 8%,var(--color-surface));border-color:#7c3aed}.live-method-card strong{display:block;font-size:.92rem;font-weight:750}.live-method-card small{color:var(--color-muted);display:block;font-size:.76rem;line-height:1.4}.live-stream-setup{display:grid;gap:16px}.live-health{align-items:center;color:#0f8a5f;display:flex;font-size:.84rem;font-weight:700;gap:8px}.live-health-dot{animation:live-pulse 1.6s ease-in-out infinite;background:#7c3aed;border-radius:50%;flex-shrink:0;height:10px;width:10px}@keyframes live-pulse{0%,to{opacity:1}50%{opacity:.35}}.live-stream-setup-fields{display:grid;gap:12px}.live-key-row{display:flex;gap:6px;margin-top:6px}.live-key-row input{background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:8px;color:var(--color-text);flex:1;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8rem;min-height:36px;overflow:hidden;padding:0 10px;text-overflow:ellipsis;white-space:nowrap}.live-key-row button{background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:8px;color:var(--color-text);font-size:.8rem;font-weight:650;min-height:36px;padding:0 12px;white-space:nowrap}.live-key-row button:hover{background:var(--youtube-hover);border-color:var(--color-primary, #7c3aed)}.live-webcam-preview{aspect-ratio:16 / 9;background:#000;border-radius:10px;overflow:hidden;position:relative}.live-webcam-preview video{height:100%;object-fit:cover;width:100%}.live-webcam-badge{background:#7c3aed;border-radius:4px;color:#fff;font-size:.7rem;font-weight:800;left:10px;letter-spacing:.06em;padding:2px 6px;position:absolute;top:10px}.live-end-button{background:#dc2626!important}.live-end-button:hover{background:#b91c1c!important}.live-stream-share-row{display:grid;gap:0}.live-stream-share-row>label{color:var(--color-muted);font-size:.78rem;font-weight:600;margin-bottom:2px}.live-encoder-toggle{align-items:center;background:transparent;border:1px solid var(--color-border);border-radius:8px;color:var(--color-muted);cursor:pointer;display:flex;font-size:.8rem;font-weight:600;gap:6px;padding:8px 12px;text-align:left;transition:background .15s,color .15s}.live-encoder-toggle:hover{background:var(--youtube-hover);color:var(--color-text)}.live-encoder-hint{color:var(--color-muted);font-size:.8rem;line-height:1.5;margin:0 0 4px}.youtube-signin-button{background:transparent;border:1px solid var(--color-border);border-radius:999px;color:var(--youtube-blue);flex:0 0 auto;font-size:.9rem;font-weight:700;gap:8px;height:36px;min-height:36px;padding:0 13px 0 10px;white-space:nowrap}.youtube-signin-button:hover{background:color-mix(in srgb,var(--youtube-blue) 10%,transparent);border-color:color-mix(in srgb,var(--youtube-blue) 35%,var(--color-border))}.signin-avatar-icon{align-items:center;border:1.7px solid currentColor;border-radius:999px;display:inline-flex;font-size:.65rem;height:20px;justify-content:center;width:20px}.youtube-avatar{height:32px;width:32px}.youtube-user-menu{gap:6px}.youtube-user-signout{background:transparent;border:0;border-radius:999px;color:var(--color-muted);font-size:.82rem;min-height:32px;padding:0 8px}.youtube-user-signout:hover{background:var(--youtube-hover);color:var(--color-text)}.mobile-search-button{display:none}.youtube-mobile-menu-overlay{background:#0000008c;cursor:pointer;inset:0;position:fixed;z-index:199}.youtube-mobile-menu-drawer{background:var(--color-surface);bottom:0;display:flex;flex-direction:column;left:0;overflow-y:auto;position:fixed;top:0;transform:translate(-100%);transition:transform .22s ease;width:min(280px,85vw);z-index:200}.youtube-mobile-menu-drawer.open{transform:translate(0)}.youtube-mobile-menu-header{align-items:center;border-bottom:1px solid var(--color-border);display:flex;gap:8px;justify-content:space-between;padding:8px 8px 8px 4px}.youtube-mobile-menu-header .youtube-brand{font-size:inherit;padding:4px 8px}.youtube-mobile-menu-drawer>a{align-items:center;border-radius:0;color:var(--color-text);display:flex;font-size:.95rem;font-weight:500;gap:16px;padding:13px 20px;text-decoration:none;width:100%}.youtube-mobile-menu-drawer>a:hover{background:var(--youtube-hover)}.youtube-topic-bar{background:color-mix(in srgb,var(--color-surface) 96%,transparent);display:flex;gap:12px;margin:-8px -24px 20px;overflow-x:auto;padding:8px 24px 12px;position:sticky;scrollbar-width:none;top:56px;z-index:8}.youtube-topic-bar::-webkit-scrollbar{display:none}.youtube-topic-bar a{background:var(--youtube-hover);border-radius:8px;color:var(--color-text);flex:0 0 auto;font-size:.9rem;font-weight:700;line-height:32px;padding:0 12px;white-space:nowrap}.youtube-topic-bar a.active{background:var(--color-text);color:var(--color-surface)}.app-layout{grid-template-columns:240px minmax(0,1fr)}.app-layout.sidebar-collapsed-layout{grid-template-columns:72px minmax(0,1fr)}.youtube-sidebar{background:var(--color-surface);border-right:0;height:calc(100vh - 56px);min-height:calc(100vh - 56px);overflow-y:auto;overscroll-behavior:contain;padding:12px 12px 0;top:56px}.youtube-sidebar.collapsed{padding:4px 4px 0;scrollbar-width:none}.youtube-sidebar.collapsed::-webkit-scrollbar{display:none}.youtube-sidebar::-webkit-scrollbar{width:8px}.youtube-sidebar::-webkit-scrollbar-thumb{background:transparent;border-radius:999px}.youtube-sidebar:hover::-webkit-scrollbar-thumb{background:#909090}.youtube-sidebar nav{gap:0}.youtube-sidebar-group{border-bottom:1px solid var(--color-border);display:grid;gap:2px;padding:0 0 12px}.youtube-sidebar.collapsed .youtube-sidebar-group{border-bottom:0;gap:4px;padding:0}.youtube-sidebar.collapsed .youtube-sidebar-group+.youtube-sidebar-group{padding-top:0}.youtube-sidebar-group+.youtube-sidebar-group{padding-top:12px}.youtube-sidebar-group:last-child{border-bottom:1px solid var(--color-border)}.youtube-sidebar a{align-items:center;border-radius:10px;color:var(--color-text);display:grid;font-size:.93rem;font-weight:500;gap:24px;grid-template-columns:24px minmax(0,1fr);min-height:40px;padding:0 12px;position:relative;transition:background .16s ease,transform .18s ease}.youtube-sidebar.collapsed a{gap:0;grid-template-columns:1fr;justify-items:center;min-height:54px;padding:0}.youtube-sidebar h3{font-size:1rem;font-weight:800;margin:0;padding:7px 12px 8px}.youtube-sidebar.collapsed h3,.youtube-sidebar.collapsed .youtube-sidebar-auth,.youtube-sidebar.collapsed .youtube-sidebar-footer,.youtube-sidebar.collapsed a span,.youtube-sidebar.collapsed .section-link strong{display:none}.youtube-sidebar .section-link{display:flex;font-size:1rem;font-weight:800;gap:8px;justify-content:flex-start;min-height:40px}.youtube-sidebar.collapsed .section-link{justify-content:center;min-height:54px}.youtube-sidebar .section-link strong{font-size:1.35rem;line-height:1}.youtube-sidebar a.active{background:var(--youtube-hover);color:var(--color-text);font-weight:800;animation:sidebarActivePulse 2.1s ease-in-out infinite}.youtube-sidebar a.active:before{background:#7c3aed;border-radius:999px;content:"";height:22px;left:3px;position:absolute;top:50%;transform:translateY(-50%);width:4px}.youtube-sidebar.collapsed a.active:before{height:4px;left:50%;top:auto;transform:translate(-50%);width:22px;bottom:5px}.youtube-sidebar a.active .yt-icon{animation:sidebarIconBounce 1.25s ease-in-out infinite}.youtube-sidebar a span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.youtube-sidebar-auth{gap:10px;padding:16px 32px 16px 12px}.youtube-sidebar-auth p{color:var(--color-text);font-size:.9rem;line-height:1.35;margin:0}.youtube-sidebar a.youtube-sidebar-signin{border:1px solid var(--color-border);border-radius:999px;color:var(--youtube-blue);display:inline-flex;font-weight:800;gap:8px;min-height:36px;padding:0 13px 0 10px;width:fit-content}.youtube-sidebar a.youtube-sidebar-signin:hover{background:color-mix(in srgb,var(--youtube-blue) 10%,transparent);border-color:color-mix(in srgb,var(--youtube-blue) 35%,var(--color-border))}.youtube-sidebar-footer{color:#606060;display:grid;gap:10px;padding:16px 24px 20px 12px}.youtube-sidebar-footer p{display:flex;flex-wrap:wrap;gap:0 8px;line-height:1.25;margin:0}.youtube-sidebar-footer a{border-radius:0;color:var(--color-muted);display:inline;font-size:.81rem;font-weight:800;gap:0;grid-template-columns:none;line-height:1.35;min-height:0;padding:0}.youtube-sidebar-footer small{color:color-mix(in srgb,var(--color-muted) 70%,transparent);font-size:.75rem;line-height:1.4;margin-top:4px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes thumbnailPreviewSweep{0%{background-position:0% 50%,center}to{background-position:220% 50%,center}}@keyframes sidebarActivePulse{0%,to{transform:scale(1)}50%{transform:scale(1.025)}}@keyframes sidebarIconBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@media(prefers-reduced-motion:reduce){.video-card.is-previewing .thumbnail-preview-fallback,.youtube-sidebar a.active,.youtube-sidebar a.active .yt-icon{animation:none}.thumbnail,.thumbnail-preview-badge,.thumbnail-preview-video,.thumbnail-preview-fallback,.youtube-sidebar a{transition:none}}@media(max-width:980px){.youtube-header{grid-template-columns:minmax(160px,1fr) auto auto}.app-layout,.app-layout.sidebar-collapsed-layout,.watch-layout,.kujuatime-pulse,.signal-lab,.creator-advantage,.home-signal-strip,.home-rising-grid,.studio-upload-shell,.upload-grid,.watch-pulse-panel,.watch-trust-panel,.watch-creator-panel,.watch-world-panel,.watch-wellbeing-panel{grid-template-columns:1fr}.creator-advantage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.signal-lab-controls{grid-template-columns:1fr}.segmented-control,.signal-slider.compact{grid-column:auto}.watch-pulse-signals{grid-template-columns:repeat(3,minmax(0,1fr))}.watch-layout{margin-top:0}.recommendations{position:static}.chapter-list{grid-template-columns:repeat(2,minmax(0,1fr))}.sidebar{display:none}.mobile-search-button{display:inline-flex}.youtube-search{display:none}.studio-upload-side{position:static}.studio-check-list,.studio-visibility-grid{grid-template-columns:1fr}.auth-youtube-card{gap:26px;grid-template-columns:1fr;max-width:620px;min-height:0}.auth-preview-strip{max-width:100%}}@media(max-width:680px){.page-content{padding:16px}.youtube-topic-bar{margin:-8px -16px 16px;padding-inline:16px}.kujuatime-pulse-spotlight{border-radius:10px;min-height:360px;padding:20px}.kujuatime-pulse h2{font-size:2rem}.pulse-metrics,.watch-pulse-signals,.watch-trust-panel,.watch-creator-panel,.watch-world-panel,.creator-advantage-grid{grid-template-columns:1fr}.watch-pulse-signals span{min-height:86px}.home-rising-card{grid-template-columns:28px 78px minmax(0,1fr)}.home-rising-card img{width:78px}.youtube-header{gap:8px;padding:0 8px}.youtube-brand-word{font-size:1.08rem}.youtube-create-button span,.youtube-user-signout,.notification-button{display:none}.youtube-create-panel,.youtube-more-panel,.youtube-notification-panel{right:-48px;width:min(92vw,340px)}.creator-tool-modal{align-items:flex-end;padding:12px}.creator-tool-card{max-height:calc(100vh - 24px);overflow-y:auto}.video-card.compact,.download-result,.upload-grid,.studio-form-grid,.form-grid{grid-template-columns:1fr}.studio-upload-header{align-items:flex-start;flex-direction:column}.studio-upload-steps{gap:4px;overflow-x:auto}.studio-upload-steps span{min-width:104px}.studio-video-uploader{min-height:330px}.studio-publish-bar{bottom:0;border-radius:8px 8px 0 0;grid-template-columns:1fr;margin-inline:-16px}.studio-publish-bar .upload-actions{justify-content:stretch}.studio-publish-bar .upload-actions .button,.studio-publish-bar .upload-actions .auth-primary-button{width:100%}.auth-youtube-card{border-left:0;border-right:0;box-shadow:none;margin:-2px -16px 24px;max-width:none;padding:24px 20px;width:calc(100% + 32px)}.auth-preview-strip{display:none}.auth-brand-pane{gap:18px}.auth-brand-pane h1{font-size:2rem}.auth-actions{align-items:stretch;flex-direction:column-reverse;gap:10px;justify-content:flex-start}.auth-primary-button,.auth-text-button{justify-content:center;width:100%}.auth-modal{max-height:calc(100vh - 32px);overflow-y:auto;padding:22px}.watch-below-title,.watch-channel-cluster{align-items:flex-start;flex-direction:column}.watch-channel-cluster,.youtube-watch-actions{flex-basis:auto}.youtube-watch-actions{justify-content:flex-start;width:100%}.watch-layout .video-card.compact{grid-template-columns:150px minmax(0,1fr)}.player-controls{padding:30px 10px 8px}.player-control-row{gap:8px}.player-left-controls,.player-right-controls{gap:2px;min-width:0}.player-left-controls button,.player-right-controls button{height:36px;min-height:36px;width:36px}.player-left-controls .mobile-secondary-control,.player-right-controls .mobile-secondary-control,.volume-slider{display:none}.player-time{font-size:.74rem;margin-left:2px}.player-settings-panel{bottom:56px;left:10px;right:10px;width:auto}.chapter-list{grid-template-columns:1fr}.comment-signin-box{align-items:flex-start;flex-direction:column;gap:12px}.form-grid .full{grid-column:auto}.channel-summary,.page-heading.with-action{align-items:flex-start;flex-direction:column}}.watch-player-wrap{position:relative}.video-tiktok-actions{align-items:center;bottom:72px;display:flex;flex-direction:column;gap:20px;position:absolute;right:14px;width:52px;z-index:20}.tiktok-avatar-wrap{margin-bottom:4px;position:relative}.tiktok-avatar{align-items:center;background:#7c3aed;border:2.5px solid rgba(255,255,255,.9);border-radius:50%;box-shadow:0 2px 8px #0000008c;color:#fff;display:flex;font-size:1.25rem;font-weight:900;height:46px;justify-content:center;text-decoration:none;width:46px}.tiktok-subscribe-dot{align-items:center;background:#7c3aed;border:2px solid #fff;border-radius:50%;bottom:-8px;box-shadow:0 1px 4px #00000080;color:#fff;cursor:pointer;display:flex;font-size:.88rem;font-weight:900;height:22px;justify-content:center;left:50%;line-height:1;padding:0;position:absolute;transform:translate(-50%);transition:background .15s ease,transform .1s ease;width:22px}.tiktok-subscribe-dot:not(.subscribed){background:#c00}.tiktok-subscribe-dot.subscribed{background:#7c3aed}.tiktok-subscribe-dot:disabled{opacity:.55}.tiktok-creator-label,.tiktok-sub-count{display:none}.tiktok-action{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-size:.68rem;font-weight:800;gap:5px;padding:0;text-align:center;text-shadow:0 1px 4px rgba(0,0,0,.9);width:100%}.tiktok-icon-wrap{align-items:center;background:#0000006b;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:50%;box-shadow:0 2px 8px #0006;color:#fff;display:flex;height:46px;justify-content:center;transition:background .15s ease,transform .12s ease;width:46px}.tiktok-action:hover .tiktok-icon-wrap{background:#7c3aedb8}.tiktok-action:active .tiktok-icon-wrap{transform:scale(.85)}.tiktok-action.active .tiktok-icon-wrap{background:#7c3aed;color:#fff}@media(max-width:860px){.watch-player-wrap{background:#0f0f0f;display:flex;flex-direction:column;min-height:440px}.watch-player-wrap .player-shell{border-radius:0;width:100%}.video-tiktok-actions{background:transparent;border-top:0;bottom:16px;flex-direction:column;gap:10px;justify-content:flex-end;left:auto;padding:0;position:absolute;right:10px;width:44px}.tiktok-action{color:#fff;font-size:.6rem;text-shadow:0 1px 3px rgba(0,0,0,.85)}.tiktok-icon-wrap{background:#0000007a;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:0 2px 10px #00000073;color:#fff;height:38px;width:38px}.tiktok-action:hover .tiktok-icon-wrap,.tiktok-action:active .tiktok-icon-wrap{background:#7c3aedad}.tiktok-action.active .tiktok-icon-wrap{background:#7c3aed;color:#fff}.tiktok-subscribe-dot{border-color:#fff}.tiktok-avatar-wrap{margin-bottom:20px}.tiktok-creator-label{color:#fff;display:block;font-size:.58rem;font-weight:600;max-width:44px;overflow:hidden;text-align:center;text-overflow:ellipsis;text-shadow:0 1px 3px rgba(0,0,0,.9);white-space:nowrap;width:44px}.tiktok-sub-count{color:#ffffffbf;display:block;font-size:.52rem;text-align:center;text-shadow:0 1px 3px rgba(0,0,0,.9);white-space:nowrap;width:44px}.youtube-watch-actions{display:none}}.thumbnail-auto{align-items:center;background:linear-gradient(160deg,#1a1a2e,#0d0d1a);display:flex;flex-direction:column;gap:10px;height:100%;justify-content:center;padding:12px;width:100%}.thumbnail-auto[data-cat=Education]{background:linear-gradient(160deg,#1e3a5f,#0d1f3c)}.thumbnail-auto[data-cat=Technology]{background:linear-gradient(160deg,#2d1b5e,#1a0d3c)}.thumbnail-auto[data-cat=Music]{background:linear-gradient(160deg,#5e1b2d,#3c0d1a)}.thumbnail-auto[data-cat=Culture]{background:linear-gradient(160deg,#5e3b1b,#3c2010)}.thumbnail-auto[data-cat=Sports]{background:linear-gradient(160deg,#1b5e2d,#0d3c1a)}.thumbnail-auto[data-cat=Gaming]{background:linear-gradient(160deg,#0d3b4e,#061e2a)}.thumbnail-auto[data-cat=News]{background:linear-gradient(160deg,#3a3a3a,#1a1a1a)}.thumbnail-auto-initial{align-items:center;background:#7c3aedd9;border-radius:50%;color:#fff;display:flex;font-size:1.6rem;font-weight:900;height:48px;justify-content:center;line-height:1;width:48px}.thumbnail-auto-title{color:#ffffffd9;font-size:.72rem;font-weight:700;line-height:1.3;max-width:100%;overflow:hidden;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.live-viewer-page{display:grid;gap:0 24px;grid-template-columns:minmax(0,1fr) 360px;height:calc(100vh - 56px);max-width:1600px;padding:0}.live-viewer-left{display:flex;flex-direction:column;min-height:0;padding:20px 0 20px 24px}.live-viewer-video-wrap{aspect-ratio:16 / 9;background:#000;border-radius:12px;flex-shrink:0;overflow:hidden;position:relative;width:100%}.live-viewer-video{display:block;height:100%;object-fit:contain;width:100%}.live-offline-overlay{align-items:center;background:#0f0f0f;display:flex;flex-direction:column;gap:12px;inset:0;justify-content:center;padding:32px;position:absolute;text-align:center;z-index:5}.live-offline-overlay p{color:var(--color-muted);font-size:.9rem;margin:0}.live-offline-pulse{animation:livePulseRing 2s ease-in-out infinite;border:3px solid #7c3aed;border-radius:50%;height:40px;width:40px}@keyframes livePulseRing{0%,to{opacity:.3;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}.live-viewer-badge{background:#7c3aed;border-radius:4px;color:#fff;font-size:.78rem;font-weight:900;left:12px;letter-spacing:.04em;padding:3px 8px;position:absolute;top:12px;z-index:6}.live-viewer-meta{display:flex;flex-direction:column;gap:6px;padding-top:12px}.live-viewer-title{font-size:1.15rem;font-weight:900;line-height:1.25;margin:0}.live-viewer-meta-row{align-items:center;display:flex;gap:16px}.live-viewer-channel{color:var(--color-muted);font-size:.92rem;font-weight:600}.live-viewer-count{align-items:center;color:var(--color-muted);display:flex;font-size:.85rem;gap:6px}.live-chat-sidebar{background:var(--color-surface);border-left:1px solid var(--color-border);display:flex;flex-direction:column;height:100%;min-height:0}.live-chat-header{align-items:center;border-bottom:1px solid var(--color-border);display:flex;font-size:.95rem;font-weight:800;gap:8px;justify-content:space-between;padding:14px 16px;flex-shrink:0}.live-chat-count{color:var(--color-muted);font-size:.8rem;font-weight:500}.live-chat-messages{flex:1;min-height:0;overflow-y:auto;padding:12px 16px;display:flex;flex-direction:column;gap:10px;scroll-behavior:smooth}.live-chat-empty{color:var(--color-muted);font-size:.85rem;margin:0;padding:20px 0;text-align:center}.live-chat-msg{display:flex;flex-wrap:wrap;font-size:.88rem;gap:4px;line-height:1.4}.live-chat-name{color:#7c3aed;font-weight:800;flex-shrink:0}.live-chat-name:after{content:":";margin-right:2px}.live-chat-text{color:var(--color-text);word-break:break-word}.live-chat-input-row{border-top:1px solid var(--color-border);display:flex;flex-shrink:0;gap:8px;padding:10px 12px}.live-chat-input{background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:20px;color:var(--color-text);flex:1;font-size:.88rem;min-width:0;outline:none;padding:8px 14px}.live-chat-input:focus{border-color:#7c3aed}.live-chat-send{background:#7c3aed;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:700;padding:8px 16px;transition:background .15s ease;white-space:nowrap}.live-chat-send:hover{background:#6d28d9}.live-chat-send:disabled{background:var(--color-border);color:var(--color-muted);cursor:default}.broadcaster-chat{border:1px solid var(--color-border);border-radius:10px;display:flex;flex-direction:column;max-height:220px;margin-top:8px;overflow:hidden}.broadcaster-chat-header{align-items:center;background:var(--color-surface-raised);border-bottom:1px solid var(--color-border);display:flex;font-size:.82rem;font-weight:800;justify-content:space-between;padding:8px 12px}.broadcaster-chat-header span{color:var(--color-muted);font-weight:500}.broadcaster-chat-messages{flex:1;min-height:0;overflow-y:auto;padding:8px 12px;display:flex;flex-direction:column;gap:6px}.broadcaster-chat-empty{color:var(--color-muted);font-size:.78rem;margin:0;text-align:center}.broadcaster-chat-msg{display:flex;font-size:.8rem;gap:4px}.broadcaster-chat-msg strong{color:#7c3aed;flex-shrink:0}.broadcaster-chat-input-row{border-top:1px solid var(--color-border);display:flex;gap:6px;padding:6px 10px}.broadcaster-chat-input-row input{flex:1;font-size:.82rem;padding:5px 10px}.broadcaster-chat-input-row button{background:#7c3aed;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:700;padding:5px 12px}.broadcaster-chat-input-row button:disabled{background:var(--color-border);color:var(--color-muted);cursor:default}@media(max-width:900px){.live-viewer-page{grid-template-columns:1fr;height:auto}.live-viewer-left{padding:16px}.live-chat-sidebar{border-left:none;border-top:1px solid var(--color-border);height:380px}}.mobile-bottom-nav{display:none}@media(max-width:980px){.youtube-sidebar{display:none}.mobile-bottom-nav{align-items:stretch;background:var(--color-surface);border-top:1px solid var(--color-border);bottom:0;display:flex;gap:0;justify-content:space-around;left:0;position:fixed;right:0;z-index:50}.page-content{padding-bottom:72px}.live-viewer-page{padding-bottom:56px}}.mobile-bottom-nav a{align-items:center;color:var(--color-muted);display:flex;flex:1;flex-direction:column;font-size:.65rem;font-weight:700;gap:4px;justify-content:center;min-height:56px;padding:6px 0 8px;text-decoration:none}.mobile-bottom-nav a.active{color:var(--color-text)}.mobile-bottom-nav a:hover{background:var(--youtube-hover);color:var(--color-text)}.mobile-nav-create{align-items:center;background:transparent;border:0;color:var(--color-text);display:flex;flex:1;flex-direction:column;font-size:.65rem;font-weight:700;gap:4px;justify-content:center;min-height:56px;padding:6px 0 8px}.mobile-nav-plus{align-items:center;background:var(--color-text);border-radius:8px;color:var(--color-surface);display:inline-flex;font-size:1.5rem;font-weight:400;height:32px;justify-content:center;line-height:1;width:38px}@media(max-width:680px){.video-grid{grid-template-columns:repeat(2,1fr);gap:24px 10px}}@media(max-width:480px){.video-grid{grid-template-columns:1fr;gap:24px 0}.search-results .video-card.compact{gap:12px;grid-template-columns:120px minmax(0,1fr)}.youtube-brand-word,.youtube-brand-region{display:none}.youtube-header{padding:0 6px}.home-signal-card{min-height:72px}.home-rising-card{padding:8px}.auth-brand-pane h1{font-size:1.65rem}.watch-pulse-panel{padding:0 0 12px}.studio-upload-steps{grid-template-columns:repeat(4,minmax(90px,1fr))}}.profile-editor{margin:16px auto;max-width:920px}.profile-editor-banner{background-color:var(--color-surface-raised);background-position:center;background-size:cover;border-radius:var(--radius) var(--radius) 0 0;cursor:pointer;height:200px;overflow:hidden;position:relative}.profile-editor-banner-empty{align-items:center;color:var(--color-muted);display:flex;font-size:.9rem;height:100%;justify-content:center;pointer-events:none}.profile-editor-banner-overlay{align-items:center;background:#00000080;display:flex;gap:10px;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .18s;width:100%}.profile-editor-banner:hover .profile-editor-banner-overlay,.profile-editor-banner:focus .profile-editor-banner-overlay{opacity:1}.profile-editor-identity{align-items:flex-end;background:var(--color-surface);border:1px solid var(--color-border);border-top:0;display:flex;gap:18px;padding:0 24px 20px}.profile-editor-avatar-wrap{cursor:pointer;flex:0 0 auto;margin-top:-44px;position:relative}.profile-editor-avatar{align-items:center;background:var(--color-primary);border:3px solid var(--color-surface);border-radius:50%;color:#fff;display:flex;font-size:2rem;font-weight:700;height:88px;justify-content:center;overflow:hidden;width:88px}.profile-editor-avatar img{height:100%;object-fit:cover;width:100%}.profile-editor-avatar-overlay{align-items:center;background:#0000008c;border-radius:50%;color:#fff;display:flex;height:88px;justify-content:center;left:3px;opacity:0;position:absolute;top:3px;transition:opacity .18s;width:82px}.profile-editor-avatar-wrap:hover .profile-editor-avatar-overlay,.profile-editor-avatar-wrap:focus .profile-editor-avatar-overlay{opacity:1}.profile-editor-identity-info{flex:1;min-width:0;padding-bottom:4px}.profile-editor-identity-info h2{font-size:1.3rem;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-editor-identity-info p{margin:2px 0}.profile-editor-tabs{background:var(--color-surface);border:1px solid var(--color-border);border-top:0;margin:0;padding:0 16px}.profile-editor-tabs button{background:transparent;border:0;border-bottom:2px solid transparent;border-radius:0;color:var(--color-muted);cursor:pointer;font-size:.9rem;font-weight:500;padding:12px 14px 10px;transition:color .15s,border-color .15s}.profile-editor-tabs button:hover{color:var(--color-text)}.profile-editor-tabs button.active{border-bottom-color:var(--color-text);color:var(--color-text)}.profile-editor-message{border-radius:var(--radius);font-size:.88rem;margin-top:10px;padding:10px 14px}.profile-editor-message.success{background:#22c55e1f;color:#16a34a}.profile-editor-message.error{background:#ef44441a;color:#dc2626}.profile-editor-section{background:var(--color-surface);border:1px solid var(--color-border);border-top:0;display:grid;gap:28px;padding:28px 24px}.form-group{display:grid;gap:6px}.form-group label{color:var(--color-text);font-size:.85rem;font-weight:600}.form-group small{color:var(--color-muted);font-size:.78rem;justify-self:end}.form-group input,.form-group textarea{background:var(--color-surface);border:1px solid var(--color-border);border-radius:calc(var(--radius) - 2px);color:var(--color-text);font-family:inherit;font-size:.95rem;padding:9px 12px;resize:vertical;transition:border-color .15s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:var(--color-primary);outline:none}.handle-input-wrap{align-items:stretch;border:1px solid var(--color-border);border-radius:calc(var(--radius) - 2px);display:flex;overflow:hidden;transition:border-color .15s}.handle-input-wrap:focus-within{border-color:var(--color-primary)}.handle-at{align-items:center;background:var(--color-surface-raised);border-right:1px solid var(--color-border);color:var(--color-muted);display:flex;font-size:.95rem;padding:9px 12px}.handle-input-wrap input{border:0;border-radius:0;flex:1;min-width:0;outline:none}.profile-editor-actions{display:flex;gap:10px}.profile-editor .btn-primary,.profile-editor .btn-secondary,.profile-editor .btn-ghost,.profile-editor .btn-ghost-light{align-items:center;border-radius:calc(var(--radius) - 2px);cursor:pointer;display:inline-flex;font-family:inherit;font-size:.9rem;font-weight:500;gap:6px;padding:8px 18px;transition:background .15s,opacity .15s}.profile-editor .btn-primary{background:var(--color-primary);border:1px solid var(--color-primary);color:#fff}.profile-editor .btn-primary:hover{background:var(--color-primary-strong);border-color:var(--color-primary-strong)}.profile-editor .btn-primary:disabled{opacity:.6}.profile-editor .btn-secondary{background:transparent;border:1px solid var(--color-border);color:var(--color-text)}.profile-editor .btn-secondary:hover{background:var(--color-surface-raised)}.profile-editor .btn-secondary:disabled{opacity:.5}.profile-editor .btn-ghost{background:transparent;border:1px solid transparent;color:var(--color-muted)}.profile-editor .btn-ghost:hover{background:var(--color-surface-raised);color:var(--color-text)}.profile-editor .btn-ghost-light{background:#ffffff26;border:1px solid rgba(255,255,255,.4);color:#fff}.profile-editor .btn-ghost-light:hover{background:#ffffff47}.branding-item{border-bottom:1px solid var(--color-border);display:flex;gap:20px;padding-bottom:28px}.branding-item:last-child{border-bottom:0;padding-bottom:0}.branding-item-info{flex:1;max-width:400px}.branding-item-info h4{font-size:1rem;margin:0 0 8px}.branding-item-info p{color:var(--color-muted);font-size:.84rem;margin:0 0 4px}.branding-item-preview{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:10px;width:160px}.branding-avatar{align-items:center;background:var(--color-primary);border-radius:50%;color:#fff;display:flex;font-size:2rem;font-weight:700;height:88px;justify-content:center;overflow:hidden;width:88px}.branding-avatar img{height:100%;object-fit:cover;width:100%}.branding-banner-preview{background-position:center;background-size:cover;border-radius:calc(var(--radius) - 2px);height:72px;width:152px}.branding-banner-placeholder{background:var(--color-surface-raised);border:2px dashed var(--color-border);border-radius:calc(var(--radius) - 2px);height:72px;width:152px}@media(max-width:600px){.profile-editor-banner{height:130px}.profile-editor-identity{flex-direction:column;align-items:flex-start;gap:10px;padding:0 14px 16px}.profile-editor-avatar-wrap{margin-top:-36px}.profile-editor-section{padding:18px 14px}.branding-item{flex-direction:column}.branding-item-info{max-width:100%}.branding-item-preview{flex-direction:row;flex-wrap:wrap;width:100%}}
