:root{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Inter,Segoe UI,sans-serif;color:#111317;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;--blue: #0877f9;--blue-hover: #0069e6;--blue-soft: #eef6ff;--text: #111317;--muted: #68707c;--muted-2: #9097a1;--border: #e6e8eb;--border-strong: #d7dbe0;--surface: #f7f8fa;--surface-hover: #f2f4f7;--danger: #d92d20;--success: #18a957;--sidebar-width: 238px;--radius-sm: 8px;--radius: 11px;--radius-lg: 16px;--shadow-popover: 0 18px 50px rgba(15, 23, 42, .14), 0 2px 8px rgba(15, 23, 42, .08)}*{box-sizing:border-box}html{min-width:320px;background:#fff}body{margin:0;min-width:320px;min-height:100vh;background:#fff}body.filter-open{overflow:hidden}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}a{color:inherit}::selection{background:#d9ebff}:focus-visible{outline:3px solid rgba(8,119,249,.26);outline-offset:2px}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:30;width:var(--sidebar-width);display:flex;flex-direction:column;padding:28px 14px 18px;border-right:1px solid var(--border);background:#fbfcfd}.sidebar__top{display:flex;align-items:center;justify-content:space-between;padding:0 10px 28px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:18px;font-weight:720;letter-spacing:-.025em}.brand svg{color:var(--text);stroke-width:2.2}.sidebar__close{display:none!important}.sidebar__nav{display:grid;gap:4px}.nav-item{display:flex;align-items:center;gap:12px;width:100%;min-height:46px;padding:0 13px;border:0;border-radius:9px;background:transparent;color:#59616d;font-size:14px;font-weight:520;text-align:left;transition:background .15s ease,color .15s ease}.nav-item:hover{background:var(--surface-hover);color:var(--text)}.nav-item--active{background:#eaf4ff;color:#0568dd;font-weight:650}.nav-item--active:hover{background:#e3f0ff;color:#0568dd}.sidebar__account{margin-top:auto;display:flex;align-items:center;gap:10px;padding:14px 8px 0;border-top:1px solid var(--border)}.account-avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#e9ebef;font-size:13px;font-weight:700}.account-copy{min-width:0;display:grid;gap:2px;flex:1}.account-copy strong{overflow:hidden;text-overflow:ellipsis;font-size:13px}.account-copy span{color:var(--muted);font-size:11px}.app-main{min-height:100vh;margin-left:var(--sidebar-width)}.mobile-header,.mobile-nav,.sidebar-scrim{display:none}.page{width:min(100%,1440px);margin:0 auto;padding:34px 42px 64px}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin-bottom:26px}.page-header h1{margin:0;font-size:clamp(30px,3vw,38px);font-weight:720;letter-spacing:-.04em;line-height:1.08}.page-header p{margin:8px 0 0;color:var(--muted);font-size:13px}.freshness{display:inline-flex;align-items:center;gap:6px}.page-actions{position:relative;display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 15px;border:1px solid transparent;border-radius:9px;font-size:13px;font-weight:620;line-height:1;white-space:nowrap;transition:background .14s ease,border .14s ease,color .14s ease,transform .1s ease}.button:active:not(:disabled){transform:scale(.985)}.button--small{min-height:34px;padding:0 11px;font-size:12px}.button--primary{color:#fff;background:var(--blue);border-color:var(--blue);box-shadow:0 1px 2px #0055be38}.button--primary:hover{background:var(--blue-hover);border-color:var(--blue-hover)}.button--secondary{background:#fff;border-color:var(--border-strong)}.button--secondary:hover{background:var(--surface)}.button--ghost{background:transparent;border-color:transparent;color:var(--muted)}.button--ghost:hover{background:var(--surface);color:var(--text)}.button--danger{background:var(--danger);border-color:var(--danger);color:#fff}.button--danger:hover{background:#bd2017}.icon-button{width:36px;height:36px;flex:0 0 auto;display:inline-grid;place-items:center;padding:0;border:0;border-radius:8px;background:transparent;color:#69717d}.icon-button:hover:not(:disabled){background:var(--surface-hover);color:var(--text)}.danger-icon{color:var(--danger)}.danger-icon:hover{color:var(--danger)!important;background:#fff0ef!important}.spin{animation:spin .8s linear infinite}.spin-slow{animation:spin 2.2s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:1ms!important;transition-duration:1ms!important}}.nightly-wrap{position:relative}.nightly-status{min-height:38px;display:flex;align-items:center;gap:7px;padding:0 9px;border:0;border-radius:8px;background:transparent;color:var(--muted);font-size:12px}.nightly-status:hover{background:var(--surface);color:var(--text)}.status-dot{width:7px;height:7px;border-radius:50%;background:#9aa1aa;box-shadow:0 0 0 3px #f0f1f3}.nightly-status--running .status-dot{background:var(--success);box-shadow:0 0 0 3px #e6f8ed}.action-popover{position:absolute;z-index:45;top:calc(100% + 6px);right:0;min-width:270px;padding:6px;border:1px solid var(--border);border-radius:12px;background:#fff;box-shadow:var(--shadow-popover)}.action-popover button{width:100%;min-height:42px;display:flex;align-items:center;gap:10px;padding:0 10px;border:0;border-radius:8px;background:transparent;font-size:13px;text-align:left}.action-popover button:hover{background:var(--surface)}.job-progress{min-height:58px;display:grid;grid-template-columns:minmax(220px,auto) minmax(100px,1fr) auto;align-items:center;gap:18px;margin:-8px 0 22px;padding:9px 11px 9px 14px;border:1px solid #d8e9fb;border-radius:11px;background:#f5faff}.job-progress__copy{display:flex;align-items:center;gap:10px;color:#075dbb}.job-progress__copy>div{display:grid;gap:2px}.job-progress__copy strong{color:#18334f;font-size:12px}.job-progress__copy span{color:#55708c;font-size:11px}.job-progress__bar{height:4px;overflow:hidden;border-radius:99px;background:#dce8f5}.job-progress__bar span{display:block;height:100%;border-radius:inherit;background:var(--blue);transition:width .25s ease}.filter-toolbar{display:grid;gap:16px;margin-bottom:28px}.period-control{width:max-content;display:grid;grid-auto-flow:column;border:1px solid var(--border-strong);border-radius:8px;overflow:hidden;background:#fff}.period-control button{min-width:82px;min-height:36px;padding:0 13px;border:0;border-right:1px solid var(--border);background:#fff;color:#505864;font-size:12px}.period-control button:last-child{border-right:0}.period-control button:hover{background:var(--surface)}.period-control .period-control__active{position:relative;z-index:1;color:#0569df;background:#f4f9ff;box-shadow:inset 0 0 0 1px var(--blue)}.filter-toolbar__desktop-content{display:flex;align-items:stretch;gap:10px}.filter-toolbar__selects{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:10px;flex:1}.filter-sheet__header,.filter-sheet__footer,.filter-toolbar__period-mobile{display:none}.filter-reset{min-width:82px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:8px;background:transparent;color:var(--muted);font-size:12px}.filter-reset:hover:not(:disabled){background:var(--surface);color:var(--text)}.multi-select{position:relative;min-width:0}.multi-select__trigger{width:100%;min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 11px;border:1px solid var(--border);border-radius:9px;background:#fff;text-align:left}.multi-select__trigger:hover,.multi-select__trigger[aria-expanded=true]{border-color:#b8c1cc}.multi-select__trigger--active{background:#fbfdff;border-color:#c9ddf4}.multi-select__trigger>span{min-width:0;display:grid;gap:3px}.multi-select__trigger small{color:var(--muted-2);font-size:10px;line-height:1}.multi-select__trigger strong{overflow:hidden;text-overflow:ellipsis;color:#343a42;font-size:12px;font-weight:570;white-space:nowrap}.multi-select__popover{position:absolute;z-index:50;top:calc(100% + 5px);left:0;width:min(290px,82vw);padding:6px;border:1px solid var(--border);border-radius:12px;background:#fff;box-shadow:var(--shadow-popover)}.multi-select__list{max-height:270px;overflow-y:auto;display:grid;padding:2px}.multi-select__option{min-height:38px;display:flex;align-items:center;gap:9px;padding:0 8px;border:0;border-radius:7px;background:transparent;font-size:12px;text-align:left}.multi-select__option:hover{background:var(--surface)}.multi-select__option--selected{color:#075fbf}.option-check{width:18px;height:18px;display:grid;place-items:center;border:1px solid var(--border-strong);border-radius:5px}.multi-select__option--selected .option-check{background:var(--blue);border-color:var(--blue);color:#fff}.multi-select__footer{display:flex;justify-content:space-between;gap:8px;padding:7px 4px 2px;border-top:1px solid var(--border)}.multi-select__footer button{min-height:30px;padding:0 7px;border:0;border-radius:6px;background:transparent;color:var(--blue);font-size:11px;font-weight:620}.multi-select__footer button:hover{background:var(--blue-soft)}.multi-select__empty{padding:16px 10px;color:var(--muted);font-size:12px;text-align:center}.select-search,.directory-search{display:flex;align-items:center;gap:7px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--muted)}.select-search{margin-bottom:5px;padding:0 8px}.select-search input,.directory-search input{min-width:0;flex:1;border:0;outline:0;background:transparent}.select-search input{height:34px;font-size:12px}.select-search button,.directory-search button{display:grid;place-items:center;padding:4px;border:0;background:transparent;color:var(--muted)}.filter-sheet,.filter-sheet-scrim,.mobile-filter-trigger{display:none}.data-section{position:relative;margin-top:10px}.video-section{margin-top:32px}.section-heading{min-height:38px;display:flex;align-items:center;justify-content:space-between}.section-heading>div{display:flex;align-items:baseline;gap:9px}.section-heading h2{margin:0;font-size:18px;font-weight:700;letter-spacing:-.025em}.section-heading span{color:var(--muted);font-size:11px}.clear-selection{padding:6px 8px;border:0;border-radius:6px;background:transparent;color:var(--blue);font-size:11px}.clear-selection:hover{background:var(--blue-soft)}.table-scroll{position:relative;overflow-x:auto;scrollbar-width:thin}.data-table{width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed}.data-table th,.data-table td{border:0;border-bottom:1px solid var(--border)}.data-table th{height:38px;padding:0 10px;color:var(--muted);font-size:11px;font-weight:520;text-align:left;white-space:nowrap}.data-table td{height:64px;padding:8px 10px;font-size:13px;vertical-align:middle}.data-table th:first-child,.data-table td:first-child{padding-left:8px}.data-table th:last-child,.data-table td:last-child{padding-right:8px}.data-table tbody tr{transition:background .12s ease}.selectable-row{cursor:pointer}.selectable-row:hover{background:#fafbfc}.selectable-row--selected,.selectable-row--selected:hover{background:var(--blue-soft)}.sort-header{display:inline-flex;align-items:center;gap:5px;padding:7px 4px;margin-left:-4px;border:0;border-radius:5px;background:transparent;color:inherit;font-size:inherit;font-weight:inherit}.sort-header:hover{color:var(--text);background:var(--surface)}.sort-header--active{color:#343b44;font-weight:650}.media-column{width:82px}.thumbnail-column{width:170px}.number-column{width:150px;text-align:right!important}.number-column .sort-header{justify-content:flex-end}.number-cell{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.number-cell--emphasis{color:#252a31;font-weight:570}.channel-name-cell{overflow:hidden}.channel-name-cell strong{display:block;overflow:hidden;text-overflow:ellipsis;font-weight:600;white-space:nowrap}.channel-avatar{position:relative;width:38px;height:38px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#20242a;color:#fff;font-size:11px;font-weight:720;text-decoration:none}.channel-avatar img{width:100%;height:100%;object-fit:cover}.channel-avatar--link:hover{box-shadow:0 0 0 3px #d9ebff}.external-mark{position:absolute;right:0;bottom:0;padding:1px;border-radius:50%;background:#fff;color:var(--blue);opacity:0;transition:opacity .12s}a:hover .external-mark,a:focus-visible .external-mark{opacity:1}.video-table td{height:76px}.video-thumbnail{position:relative;width:136px;aspect-ratio:16/9;display:grid;place-items:center;overflow:hidden;border-radius:7px;background:#eceff2;color:var(--muted);font-size:10px}.video-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .18s ease}.video-thumbnail:hover img{transform:scale(1.025)}.video-title-cell{overflow:hidden}.video-title-cell span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.38}.outlier-cell{color:#075fbf;font-weight:650}.table-overlay{position:absolute;top:38px;right:0;bottom:0;left:0;min-height:130px;display:grid;place-items:center;background:#ffffffbf;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.loading-state{display:inline-flex;align-items:center;justify-content:center;gap:9px;color:var(--muted);font-size:12px}.empty-state{min-height:150px;display:grid;place-content:center;gap:5px;padding:28px;color:var(--muted);text-align:center}.empty-state strong{color:#39414b;font-size:14px}.empty-state span{font-size:12px}.pagination{display:flex;align-items:center;justify-content:flex-end;gap:5px;padding:13px 0;color:var(--muted);font-size:11px}.pagination .icon-button{width:32px;height:32px}.inline-error,.page-error{display:flex;align-items:center;gap:8px;color:#a4261d;background:#fff6f5}.inline-error{margin:10px 0;padding:9px 11px;border-radius:8px;font-size:12px}.inline-error button{margin-left:auto;border:0;background:transparent;color:var(--danger);font-weight:650}.page-loading,.boot-screen{min-height:100vh;display:grid;place-items:center;padding:30px}.page-error{padding:12px 14px;border-radius:10px}.modal-open{overflow:hidden}.modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:24px;background:#14181f47;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal{width:min(100%,570px);max-height:calc(100vh - 48px);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.5);border-radius:var(--radius-lg);background:#fff;box-shadow:0 30px 90px #0f172a3d}.modal--small{width:min(100%,430px)}.modal--large{width:min(100%,780px)}.modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px 22px 14px}.modal__header h2{margin:0;font-size:20px;font-weight:700;letter-spacing:-.025em}.modal__header p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.modal__body{overflow-y:auto;padding:8px 22px 22px}.modal__footer{display:flex;justify-content:flex-end;gap:8px;padding:14px 22px;border-top:1px solid var(--border);background:#fbfcfd}.stack-form{display:grid;gap:18px}.field{display:grid;gap:7px}.field>span:first-child,.choice-group legend{color:#4d5560;font-size:11px;font-weight:650}.field input,.field select,.field textarea{width:100%;border:1px solid var(--border-strong);border-radius:8px;background:#fff;outline:0;font-size:13px;transition:border .12s,box-shadow .12s}.field input,.field select{height:42px;padding:0 11px}.field textarea{resize:vertical;min-height:108px;padding:10px 11px;line-height:1.45}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0877f91f}.choice-group{display:grid;gap:7px;margin:0;padding:0;border:0}.choice-group legend{margin-bottom:6px}.choice-row{min-height:66px;display:flex;align-items:flex-start;gap:10px;padding:11px;border:1px solid var(--border);border-radius:10px;cursor:pointer}.choice-row:hover{background:#fbfcfd}.choice-row--selected{border-color:#9bc9fa;background:#f6faff}.choice-row input{margin:3px 0 0;accent-color:var(--blue)}.choice-row>span{display:grid;gap:4px}.choice-row strong{font-size:12px}.choice-row small{color:var(--muted);font-size:11px;line-height:1.4}.job-summary{display:grid;gap:3px;padding:11px 12px;border-radius:9px;background:var(--surface)}.job-summary span{color:var(--muted);font-size:10px}.job-summary strong{font-size:12px}.confirmation-copy{margin:0;color:#4d5560;font-size:13px;line-height:1.55}.switch-row{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:18px}.switch-row>span{display:grid;gap:3px}.switch-row strong{font-size:12px}.switch-row small{color:var(--muted);font-size:10px}.switch-row input{width:38px;height:22px;accent-color:var(--blue)}.management-layout{min-height:calc(100vh - 150px);display:grid;grid-template-columns:280px minmax(0,1fr);border-top:1px solid var(--border)}.structure-panel{position:relative;display:flex;flex-direction:column;min-width:0;padding:20px 16px 16px 0;border-right:1px solid var(--border)}.structure-panel__header{display:flex;align-items:center;justify-content:space-between;padding:0 9px 14px}.structure-panel__header>div{display:grid;gap:2px}.structure-panel__header strong{font-size:13px}.structure-panel__header span{color:var(--muted);font-size:10px}.structure-panel__close,.structure-trigger{display:none!important}.hierarchy-tree{display:grid;gap:2px}.tree-group{min-width:0}.tree-all{width:100%;min-height:38px;display:flex;align-items:center;gap:9px;margin-bottom:7px;padding:0 9px;border:0;border-radius:7px;background:transparent;color:#414955;font-size:12px;font-weight:600;text-align:left}.tree-all:hover{background:var(--surface)}.tree-all--selected{background:var(--blue-soft);color:var(--blue)}.tree-row{display:flex;align-items:center;min-height:39px;border-radius:7px}.tree-row>.icon-button{width:30px;height:34px}.tree-row__main{min-width:0;height:36px;display:flex;align-items:center;gap:8px;flex:1;padding:0 7px 0 0;border:0;background:transparent;font-size:12px;text-align:left}.tree-row__main span{overflow:hidden;flex:1;text-overflow:ellipsis;white-space:nowrap}.tree-row__main small,.tree-leaf small{min-width:26px;padding:2px 5px;border-radius:5px;background:var(--surface);color:var(--muted);font-size:9px;text-align:center}.tree-row:hover{background:var(--surface)}.tree-row--selected{background:var(--blue-soft);color:#075fbf}.tree-children{margin-left:15px;padding-left:8px;border-left:1px solid #e5e8ec}.tree-children--subcategories{display:grid;gap:1px;margin-left:23px;padding:2px 0 4px;border-left:0}.tree-leaf{min-height:34px;display:flex;align-items:center;gap:8px;padding:0 7px 0 11px;border:0;border-radius:7px;background:transparent;color:#505864;font-size:11px;text-align:left}.tree-leaf span{min-width:0;overflow:hidden;flex:1;text-overflow:ellipsis;white-space:nowrap}.tree-leaf:hover{background:var(--surface)}.tree-leaf--selected{background:var(--blue-soft);color:#075fbf;font-weight:620;box-shadow:inset 2px 0 var(--blue)}.tree-empty{display:block;padding:7px 12px;color:var(--muted-2);font-size:10px}.structure-actions{display:flex;align-items:center;gap:3px;margin-top:auto;padding:12px 5px 0;border-top:1px solid var(--border)}.structure-actions .button{margin-right:auto}.channel-directory{min-width:0;padding:20px 0 0 22px}.directory-toolbar{min-height:54px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:10px}.directory-toolbar>div{min-width:0}.directory-toolbar h2{margin:0;overflow:hidden;font-size:17px;font-weight:700;letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap}.directory-toolbar>div>span{display:block;margin-top:5px;color:var(--muted);font-size:10px}.directory-search{width:min(280px,40%);height:38px;padding:0 10px}.directory-search input{height:36px;font-size:12px}.bulk-toolbar{min-height:45px;display:flex;align-items:center;gap:6px;padding:5px 6px 5px 11px;border:1px solid #d9e9fb;border-radius:9px;background:#f6faff;color:#1b3e62}.bulk-toolbar strong{margin-right:6px;font-size:11px}.bulk-toolbar button:not(.icon-button){min-height:31px;display:inline-flex;align-items:center;gap:6px;padding:0 8px;border:0;border-radius:6px;background:transparent;color:#075fbf;font-size:10px;font-weight:620}.bulk-toolbar button:hover{background:#e7f2ff}.bulk-toolbar .icon-button{margin-left:auto}.managed-table-wrap{position:relative;overflow-x:auto}.managed-table{min-width:720px}.managed-table td{height:70px}.checkbox-column{width:44px}.actions-column{width:52px}.managed-table input[type=checkbox]{width:16px;height:16px;accent-color:var(--blue)}.managed-row--selected{background:#f7fbff}.managed-channel{display:flex;align-items:center;gap:10px}.managed-channel .channel-avatar{width:38px;height:38px}.managed-channel>div{min-width:0;display:grid;gap:3px}.managed-channel strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.managed-channel a{width:max-content;color:var(--muted);font-size:9px;text-decoration:none}.managed-channel a:hover{color:var(--blue)}.affiliations-cell{overflow:hidden;color:#4f5864;font-size:11px!important;line-height:1.35}.affiliations-cell span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.structure-scrim{display:none}.toast{position:fixed;z-index:150;right:24px;bottom:24px;max-width:min(420px,calc(100vw - 32px));min-height:46px;display:flex;align-items:center;gap:9px;padding:9px 10px 9px 13px;border:1px solid var(--border);border-radius:11px;background:#fff;box-shadow:var(--shadow-popover);font-size:12px;font-weight:570}.toast .icon-button{width:30px;height:30px;margin-left:5px}.toast--success>svg{color:var(--success)}.toast--error{border-color:#f2c8c4;color:#a4261d}.login-page{min-height:100vh;display:grid;place-items:center;align-content:center;gap:40px;padding:28px;background:#fff}.login-panel{width:min(100%,390px)}.brand--login{margin-bottom:56px}.login-copy h1{margin:0;font-size:34px;font-weight:730;letter-spacing:-.045em}.login-copy p{margin:10px 0 28px;color:var(--muted);font-size:13px;line-height:1.5}.login-form{display:grid;gap:17px}.password-field{position:relative;display:block}.password-field input{padding-right:46px}.password-field button{position:absolute;top:3px;right:4px;width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:7px;background:transparent;color:var(--muted)}.password-field button:hover{background:var(--surface)}.login-submit{width:100%;margin-top:5px}.form-error{margin:-4px 0 0;color:var(--danger);font-size:11px}.login-footer{margin:0;color:var(--muted-2);font-size:10px}@media(max-width:1100px){:root{--sidebar-width: 210px}.page{padding-inline:28px}.filter-toolbar__selects{grid-template-columns:repeat(2,minmax(150px,1fr))}.filter-toolbar__desktop-content{align-items:flex-end}.management-layout{grid-template-columns:250px minmax(0,1fr)}.number-column{width:130px}}@media(max-width:760px){body{padding-bottom:calc(64px + env(safe-area-inset-bottom))}.app-main{margin-left:0}.mobile-header{position:sticky;top:0;z-index:25;min-height:56px;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;padding:0 10px;border-bottom:1px solid var(--border);background:#fffffff0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand--mobile{justify-self:center;gap:7px;font-size:15px}.mobile-header__spacer{width:40px}.sidebar{width:min(310px,88vw);padding-top:18px;transform:translate(-102%);box-shadow:var(--shadow-popover);transition:transform .18s ease}.sidebar--open{transform:translate(0)}.sidebar__close{display:inline-grid!important}.sidebar-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:29;display:block;border:0;background:#14181f4d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-nav{position:fixed;z-index:24;inset:auto 0 0;min-height:calc(58px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(2,1fr);padding:5px 14px env(safe-area-inset-bottom);border-top:1px solid var(--border);background:#fffffff2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-nav button{display:grid;place-items:center;align-content:center;gap:2px;border:0;background:transparent;color:var(--muted);font-size:9px}.mobile-nav__item--active{color:var(--blue)!important}.page{padding:24px 16px 40px}.page-header{display:grid;gap:16px;margin-bottom:20px}.page-header h1{font-size:29px}.page-header p{margin-top:6px}.page-actions{justify-content:space-between;flex-wrap:nowrap}.page-actions>.button{flex:1}.nightly-wrap{min-width:0}.nightly-status{padding-inline:4px}.nightly-status>span:nth-child(2){max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nightly-popover{position:fixed;top:auto;right:12px;bottom:calc(70px + env(safe-area-inset-bottom));left:12px}.job-progress{grid-template-columns:1fr auto;gap:10px;margin-bottom:16px}.job-progress__bar{grid-column:1 / -1;grid-row:2}.job-progress>.button{grid-column:2;grid-row:1}.filter-toolbar{margin-bottom:18px}.filter-toolbar>.period-control{width:100%}.period-control{grid-auto-columns:1fr}.period-control button{min-width:0;padding:0 5px}.filter-toolbar__desktop-content{display:none}.filter-sheet{position:fixed;z-index:82;right:0;bottom:0;left:0;display:block;max-height:88vh;overflow-y:auto;padding:18px 16px calc(18px + env(safe-area-inset-bottom));border-radius:18px 18px 0 0;background:#fff;box-shadow:0 -20px 60px #0f172a2e;transform:translateY(105%);transition:transform .19s ease}.filter-sheet--open{transform:translateY(0)}.filter-sheet-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:81;display:block;border:0;background:#14181f52;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.filter-sheet__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:18px}.filter-sheet__header>div{display:grid;gap:3px}.filter-sheet__header h2{margin:0;font-size:19px}.filter-sheet__header span{color:var(--muted);font-size:11px}.filter-toolbar__period-mobile{display:block;margin-bottom:14px}.filter-toolbar__period-mobile .period-control{width:100%}.filter-toolbar__selects{grid-template-columns:1fr}.multi-select__trigger{min-height:54px}.multi-select__popover{position:static;width:100%;margin-top:5px;box-shadow:none}.filter-reset{width:100%;min-height:42px;margin-top:8px}.filter-sheet__footer{position:sticky;bottom:calc(-18px - env(safe-area-inset-bottom));display:grid;margin:12px -16px calc(-18px - env(safe-area-inset-bottom));padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:#fff}.mobile-filter-trigger{position:fixed;z-index:23;right:18px;bottom:calc(72px + env(safe-area-inset-bottom));display:flex;align-items:center;gap:8px;min-height:44px;padding:0 15px;border:1px solid var(--border);border-radius:99px;background:#fff;box-shadow:0 7px 24px #0f172a29;font-size:12px;font-weight:650}.mobile-filter-trigger b{min-width:18px;height:18px;display:grid;place-items:center;border-radius:99px;background:var(--blue);color:#fff;font-size:9px}.section-heading{min-height:42px}.section-heading h2{font-size:17px}.data-section{margin-top:4px}.video-section{margin-top:25px;scroll-margin-top:68px}.data-table{min-width:690px}.data-table th{height:36px;padding-inline:8px}.data-table td{padding-inline:8px}.channel-table .media-column{width:68px}.channel-table .number-column{width:130px}.thumbnail-column{width:142px}.video-thumbnail{width:116px}.table-scroll{margin-inline:-16px;padding-inline:16px;scroll-padding-inline:16px}.table-scroll:after{content:"";display:block;width:1px;height:1px}.pagination{justify-content:center}.modal-layer{align-items:end;padding:0}.modal,.modal--small,.modal--large{width:100%;max-height:91vh;border-radius:19px 19px 0 0;border-bottom:0}.modal__header{padding:19px 18px 12px}.modal__body{padding:8px 18px 18px}.modal__footer{padding:12px 18px calc(12px + env(safe-area-inset-bottom))}.modal__footer .button{flex:1}.choice-row{min-height:70px}.management-page .page-header .page-actions .button:first-child{display:none}.management-layout{min-height:0;display:block;border-top:0}.structure-panel{position:fixed;z-index:80;inset:0 auto 0 0;width:min(330px,90vw);padding:18px 14px calc(18px + env(safe-area-inset-bottom));border-right:0;background:#fff;box-shadow:var(--shadow-popover);transform:translate(-103%);transition:transform .18s ease}.structure-panel--open{transform:translate(0)}.structure-scrim{position:fixed;z-index:79;top:0;right:0;bottom:0;left:0;display:block;border:0;background:#14181f52}.structure-panel__close{display:inline-grid!important}.structure-trigger{display:inline-flex!important;margin-bottom:12px}.channel-directory{padding:0}.directory-toolbar{display:grid;gap:12px}.directory-toolbar h2{white-space:normal}.directory-search{width:100%;max-width:none}.bulk-toolbar{position:sticky;top:58px;z-index:8;overflow-x:auto;margin:0 -16px;padding-inline:16px;border-right:0;border-left:0;border-radius:0}.bulk-toolbar strong,.bulk-toolbar button{white-space:nowrap}.managed-table-wrap{margin-inline:-16px;padding-inline:16px}.managed-table{min-width:760px}.toast{right:16px;bottom:calc(72px + env(safe-area-inset-bottom));left:16px;max-width:none}.login-page{align-content:center}.brand--login{margin-bottom:44px}.login-copy h1{font-size:31px}}@media(max-width:420px){.page{padding-inline:13px}.page-header h1{font-size:27px}.nightly-status>span:nth-child(2){max-width:112px}.button{padding-inline:12px}.table-scroll,.managed-table-wrap{margin-inline:-13px;padding-inline:13px}}
