:root{--navy:#0c1e39;--navy2:#17365e;--blue:#176bdb;--blue2:#2d83f3;--bg:#f4f7fb;--text:#142844;--muted:#74869e;--border:#e0e8f1;--green:#16815d;--danger:#b4233c;--radius:15px;font-family:"Segoe UI",Arial,sans-serif;color-scheme:light}
*{box-sizing:border-box}
html,body{min-height:100%;margin:0}
body{background:var(--bg);color:var(--text);font-size:14px}
button,input,select{font:inherit}
a{color:inherit}
.auth-body{min-height:100vh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at 15% 10%,rgba(45,131,243,.16),transparent 32%),linear-gradient(145deg,#08172d,#102b4d)}
.auth-card,.setup-card{width:min(470px,100%);padding:34px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:#fff;box-shadow:0 28px 75px rgba(0,0,0,.25)}
.setup-card{width:min(760px,100%)}
.auth-brand,.brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.auth-brand{margin-bottom:28px}
.brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:linear-gradient(135deg,var(--blue2),var(--blue));color:#fff;font-size:24px;box-shadow:0 10px 24px rgba(23,107,219,.24)}
.auth-brand b,.brand b{display:block;font-size:18px}
.auth-brand small,.brand small{display:block;margin-top:3px;color:#8090a4;font-size:9px;font-weight:700;letter-spacing:.15em}
.auth-card h1,.setup-card h1{margin:0;font-size:28px;letter-spacing:-.035em}
.muted{margin:9px 0 24px;color:var(--muted);line-height:1.6}
.form-stack{display:grid;gap:15px}
.form-stack h2{margin:13px 0 0;padding-top:18px;border-top:1px solid var(--border);font-size:15px}
label{display:grid;gap:7px;color:#425773;font-size:12px;font-weight:650}
label small{color:#8d9aad;font-size:10px;font-weight:400}
input,select{width:100%;min-height:44px;padding:10px 12px;border:1px solid #d7e1ed;border-radius:11px;background:#fff;color:#1d3452;outline:0;transition:.15s}
input:focus,select:focus{border-color:#67a5f1;box-shadow:0 0 0 3px rgba(45,131,243,.12)}
.primary-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 17px;border:0;border-radius:11px;background:linear-gradient(135deg,var(--blue2),var(--blue));color:#fff;text-decoration:none;font-weight:750;font-size:12px;cursor:pointer;box-shadow:0 9px 20px rgba(23,107,219,.16)}
.auth-switch{margin:20px 0 0;text-align:center;color:var(--muted);font-size:12px}
.auth-switch a{color:var(--blue);font-weight:700}
.alert{margin:0 0 18px;padding:12px 14px;border-radius:11px;font-size:12px;line-height:1.5}
.alert-error{border:1px solid #f3c8d0;background:#fff1f3;color:var(--danger)}
.alert-success{border:1px solid #bce8d8;background:#effaf6;color:#137052}
.app-body{display:grid;grid-template-columns:264px minmax(0,1fr);min-height:100vh}
.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:25px 17px 18px;background:radial-gradient(circle at 18% 6%,rgba(45,131,243,.16),transparent 25%),var(--navy);color:#b8c7da}
.sidebar .brand{padding:0 8px 23px;border-bottom:1px solid rgba(255,255,255,.09)}
.sidebar .brand b{color:#fff}
.sidebar nav{display:grid;gap:3px;padding-top:24px}
.sidebar nav a{display:flex;align-items:center;gap:13px;min-height:47px;padding:0 13px;border-radius:11px;text-decoration:none;color:#a7b8ce;font-size:13px;font-weight:580}
.sidebar nav a:hover{background:rgba(255,255,255,.05);color:#fff}
.sidebar nav a.active{background:linear-gradient(90deg,rgba(45,131,243,.23),rgba(45,131,243,.09));color:#fff;box-shadow:inset 3px 0 var(--blue2)}
.sidebar-user{display:flex;align-items:center;gap:10px;margin-top:auto;padding:16px 7px 0;border-top:1px solid rgba(255,255,255,.09)}
.avatar{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:linear-gradient(145deg,var(--blue2),#185db6);color:#fff;font-size:12px;font-weight:800}
.sidebar-user>span:last-child{min-width:0}
.sidebar-user b,.sidebar-user small{display:block}
.sidebar-user b{max-width:145px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#eff6ff;font-size:11px}
.sidebar-user small{margin-top:4px;color:#5fd1a8;font-size:10px;font-weight:700}
.app-main{min-width:0}
.topbar{position:sticky;top:0;z-index:10;height:72px;display:flex;align-items:center;gap:18px;padding:0 32px;border-bottom:1px solid var(--border);background:rgba(255,255,255,.92);backdrop-filter:blur(14px)}
.topbar-title{font-weight:750}
.online{display:flex;align-items:center;gap:7px;margin-left:auto;padding:8px 11px;border:1px solid #d8eee7;border-radius:99px;background:#f1fbf7;color:#32715d;font-size:10px;font-weight:650}
.online i{width:7px;height:7px;border-radius:99px;background:#20b685;box-shadow:0 0 0 4px rgba(32,182,133,.1)}
.link-button{border:0;background:none;color:#5b6d84;font-size:11px;font-weight:650;cursor:pointer}
.content{width:min(1460px,100%);margin:auto;padding:32px}
.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}
.page-heading h1{margin:0;font-size:31px;letter-spacing:-.035em}
.page-heading p{margin:8px 0 0;color:var(--muted);font-size:12px}
.balance-chip{padding:10px 13px;border:1px solid #cfe2f8;border-radius:10px;background:#edf6ff;color:#2369be;font-size:11px;font-weight:750}
.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.stats-grid article{min-height:138px;padding:20px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:0 5px 20px rgba(25,55,92,.035)}
.stats-grid span,.stats-grid b,.stats-grid small{display:block}
.stats-grid span{min-height:33px;color:#64768e;font-size:11px}
.stats-grid b{font-size:26px;letter-spacing:-.03em}
.stats-grid small{margin-top:12px;color:#95a2b3;font-size:10px}
.dashboard-columns{display:grid;grid-template-columns:1.4fr .8fr;gap:15px;margin-top:15px}
.panel{margin-bottom:16px;padding:22px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:0 5px 20px rgba(25,55,92,.035)}
.panel h2{margin:0 0 18px;font-size:15px}
.empty-panel ol{display:grid;gap:13px;margin:0;padding-left:22px;color:#5f7188;font-size:12px;line-height:1.6}
.service-row{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid #edf1f5;color:#66788e;font-size:11px}
.service-row b{color:var(--green)}
.security-note{margin:15px 0 0;padding:12px;border:1px solid #d3e6fa;border-radius:10px;background:#f1f7ff;color:#527293;font-size:10px;line-height:1.6}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
.form-grid .full{grid-column:1/-1}
.form-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr));align-items:end}
.align-end{align-self:end}
.credentials-card{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:16px;padding:15px;border:1px solid #acdcca;border-radius:13px;background:#effaf6;color:#185e49;font-size:12px}
.credentials-card b{width:100%}
.credentials-card code{padding:4px 7px;border-radius:6px;background:#fff;font-size:13px}
.credentials-card small{width:100%;color:#5e7f74}
.table-wrap{overflow:auto}
table{width:100%;border-collapse:collapse}
th,td{padding:13px 12px;border-bottom:1px solid #edf1f5;text-align:left;white-space:nowrap;font-size:11px}
th{color:#7c8ca0;font-size:9px;text-transform:uppercase;letter-spacing:.07em}
td{color:#4c6079}
.actions,.inline-form{display:flex;align-items:center;gap:8px}
.small-button{min-height:32px;padding:0 10px;border:0;border-radius:8px;background:#eaf3ff;color:#1768cd;font-size:10px;font-weight:700;cursor:pointer}
.small-button.ghost{background:#f2f4f7;color:#65758a}
.empty-cell{padding:28px!important;text-align:center;color:#91a0b1}
.block{display:block;margin-top:4px;color:#94a0af}
.cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.mini-card{display:grid;gap:7px;padding:16px;border:1px solid var(--border);border-radius:12px}
.mini-card b{font-size:12px}.mini-card span{color:#236fcf;font-size:11px;font-weight:700}.mini-card small{color:#8796a8;font-size:9px}
.status-active{color:var(--green);font-weight:700}
.inline-form label{display:flex;align-items:center;gap:9px}
.inline-form input{width:120px}
.subscriber-name-link{display:inline-grid;gap:4px;color:#1768cd;text-decoration:none}
.subscriber-name-link small{color:#8796a8;font-size:9px;font-weight:500}
.subscriber-name-link:hover b{text-decoration:underline}

/* Subscriber editor preview — visual only. */
.editor-body{min-height:100vh;background:#fff;color:#0a2448;overflow:hidden}
.channel-editor-shell{display:grid;grid-template-columns:320px minmax(0,1fr);min-height:100vh;padding:18px 20px;gap:20px}
.editor-categories{height:calc(100vh - 36px);display:flex;flex-direction:column;border:1px solid #dce7f5;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(24,72,132,.06);overflow:hidden}
.editor-categories-head{display:flex;align-items:center;gap:13px;padding:24px 16px 18px}
.editor-categories-head>div{min-width:0}
.editor-categories-head strong,.editor-categories-head small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.editor-categories-head strong{font-size:13px}
.editor-categories-head small{margin-top:3px;color:#7b8da4;font-size:10px}
.editor-back{display:grid;place-items:center;width:40px;height:30px;border-radius:9px;background:#1765d7;color:#fff;text-decoration:none;font-size:31px;line-height:1;box-shadow:0 5px 12px rgba(23,101,215,.22)}
.editor-category-title{display:flex;align-items:center;justify-content:space-between;padding:0 22px 13px 46px}
.editor-category-title h2{margin:0;font-size:16px}
.editor-category-head-actions{display:flex;gap:7px}.editor-add-category,.editor-delete-button{width:38px;height:38px;border:1px solid #b9d6f7;border-radius:10px;background:#fff;color:#176bd4;font-size:19px;cursor:pointer}.editor-delete-button{border-color:#f6c3c3;color:#ef3939}
.editor-category-list{display:grid;align-content:start;gap:7px;padding:0 16px 20px;overflow:auto;scrollbar-width:thin;scrollbar-color:#777 transparent}
.editor-category{min-height:48px;display:grid;grid-template-columns:19px 24px minmax(0,1fr) 30px 62px;align-items:center;padding:0 7px;border:1px solid #cbdcf2;border-radius:9px;background:#fff;color:#0c2445;cursor:grab}
.editor-category.active{border-color:#9bc4f7;background:#dcecff;color:#075dc8}
.editor-category.is-disabled{opacity:.48;background:#f4f6f9}.editor-category.dragging,.editor-channel-row.dragging{opacity:.35}
.editor-category .category-select{width:15px;height:15px;min-height:0;margin:0;accent-color:#176bdb}.editor-category .drag-handle,.editor-category .category-name{min-height:0;padding:0;border:0;background:transparent;color:#5a769a;font-size:15px;cursor:grab}.editor-category .category-name{overflow:hidden;color:inherit;text-align:left}.editor-category b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.editor-category em{font-style:normal;color:#4676b7;font-size:10px;text-align:right}.category-row-actions{display:flex;justify-content:flex-end}.category-row-actions button{width:20px;min-height:26px;padding:0;border:0;background:transparent;color:#1b6ed1;font-size:12px;cursor:pointer}.category-row-actions button:last-child{color:#e43434}
.editor-category-empty{padding:24px 8px;text-align:center;color:#98a8ba;font-size:11px}
.editor-workspace{position:relative;min-width:0;height:calc(100vh - 36px);border:1px solid #dce7f5;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(24,72,132,.04);overflow:hidden}
.editor-toolbar{position:relative;padding:29px 25px 16px;background:#fff;z-index:3}
.editor-title-row{display:flex;align-items:center;justify-content:space-between;min-height:50px}
.editor-title-row h1{margin:0;font-size:17px;letter-spacing:-.02em}.editor-title-row h1 span{margin-left:7px;color:#667a96;font-size:13px}
.editor-actions-menu{position:relative;z-index:8}
.editor-actions-menu summary{display:grid;place-items:center;width:49px;height:43px;border:1px solid #0b6cff;border-radius:12px;color:#055fce;font-size:20px;font-weight:900;letter-spacing:2px;cursor:pointer;list-style:none;background:#f8fbff}
.editor-actions-menu summary::-webkit-details-marker{display:none}
.editor-actions-menu[open] summary{background:#e9f3ff}
.editor-menu-card{position:absolute;top:51px;right:0;width:280px;padding:14px 12px;border:1px solid #b9d4f8;border-radius:16px;background:#fff;box-shadow:0 18px 40px rgba(26,75,142,.18)}
.editor-menu-card h3{margin:0 0 12px;font-size:12px}
.editor-file-row{display:grid;grid-template-columns:minmax(0,1fr) 47px;align-items:center;gap:6px;margin-bottom:8px}.editor-native-file{min-width:0;min-height:34px;height:36px;padding:4px;border:1px solid #b7d1f2;border-radius:9px;background:#fff;font-size:10px}.editor-native-file::file-selector-button{height:26px;margin-right:7px;border:1px solid #c4d7ef;border-radius:6px;background:#fff;color:#193b69;font-size:10px;cursor:pointer}.editor-file-row>button{display:grid;place-items:center;height:36px;border:1px solid #b7d1f2;border-radius:9px;background:#f6faff;color:#0c5dc6;font-size:11px;font-weight:700;cursor:pointer}
.editor-menu-item{width:100%;min-height:40px;display:flex;align-items:center;gap:7px;margin:6px 0;padding:0 12px;border:1px solid #bdd4f3;border-radius:9px;background:#f7faff;color:#0b55b5;text-align:left;font-size:11px;font-weight:750;cursor:pointer}.editor-menu-item .menu-caret{margin-left:auto}.editor-menu-item.danger{border-color:#f2b8b8;background:#fff8f8;color:#d92525}
.editor-url-entry summary{list-style:none}.editor-url-entry summary::-webkit-details-marker{display:none}.editor-url-form{display:grid;gap:7px;padding:7px}.editor-url-form input{min-height:38px;font-size:10px}.editor-url-form button{min-height:35px;border:0;border-radius:8px;background:#176bdb;color:#fff;font-size:11px;font-weight:750;cursor:pointer}
.editor-filters{display:flex;align-items:center;gap:9px;margin-top:9px}
.editor-search{width:190px;height:40px;display:flex;align-items:center;gap:7px;padding:0 10px;border:1px solid #aacdf8;border-radius:9px;background:#f3f8ff;color:#0c65d2}
.editor-search input{min-height:0;height:auto;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.editor-search input:focus{box-shadow:none}.editor-search button{border:0;background:transparent;color:#7790ae;font-size:19px;cursor:pointer}
.editor-filters select{width:200px;min-height:40px;border-color:#aacdf8;background:#f8fbff;color:#1264c8;font-size:11px}.editor-grid-button{width:45px;height:40px;border:1px solid #aacdf8;border-radius:9px;background:#f6faff;color:#0866d8;font-size:18px;cursor:pointer}
.editor-bulk-tools{display:flex;align-items:center;gap:7px;margin-top:10px}.editor-bulk-tools>label{display:flex;align-items:center;gap:5px;margin-right:auto}.editor-bulk-tools input{width:15px;height:15px;min-height:0;accent-color:#176bdb}.editor-bulk-tools button,.editor-bulk-tools summary{min-height:30px;display:grid;place-items:center;padding:0 9px;border:1px solid #c5d9f1;border-radius:7px;background:#fff;color:#2165b8;font-size:9px;font-weight:700;cursor:pointer;list-style:none}.editor-bulk-tools>details{position:relative}.editor-bulk-tools>details>div{position:absolute;top:35px;right:0;width:165px;display:grid;gap:5px;padding:8px;border:1px solid #c9daef;border-radius:10px;background:#fff;box-shadow:0 9px 24px rgba(28,73,130,.15);z-index:9}.editor-bulk-tools .danger{border-color:#f0c2c2;color:#d92f2f}
.editor-bulk-tools>a{min-height:30px;display:grid;place-items:center;padding:0 9px;border:1px solid #c5d9f1;border-radius:7px;background:#fff;color:#2165b8;font-size:9px;font-weight:700;text-decoration:none;white-space:nowrap}
.editor-flash{position:absolute;top:144px;left:25px;right:25px;z-index:4;margin:0;box-shadow:0 8px 22px rgba(31,74,128,.12)}
.editor-channel-list{height:calc(100% - 202px);margin:0 25px;border-top:1px solid #eef3f9;overflow:auto;scrollbar-width:thin}
.editor-channel-row{min-height:64px;display:grid;grid-template-columns:15px 28px 20px 38px 42px minmax(160px,1fr) minmax(90px,160px) 35px 28px;align-items:center;gap:8px;border-bottom:1px solid #e5edf7;color:#0d5dca;cursor:grab}.editor-channel-row.is-disabled{opacity:.45;background:#f7f8fa}.channel-drag{color:#9aabbe;font-size:11px;cursor:grab}.channel-number{color:#7c91aa;font-size:10px}.channel-select{width:15px;height:15px;min-height:0;margin:0;accent-color:#176bdb}.channel-switch{position:relative;width:34px;height:20px;padding:0;border:0;border-radius:99px;background:#b9c7d7;cursor:pointer}.channel-switch i{position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:99px;background:#fff;transition:.15s}.channel-switch.on{background:#2197ed}.channel-switch.on i{left:17px}.channel-logo{width:38px;height:38px;display:grid;place-items:center;border:1px solid #d5e1ef;border-radius:9px;background:#fff;color:#9aabbe;overflow:hidden}.channel-logo img{width:100%;height:100%;object-fit:contain}.channel-title{overflow:hidden;min-height:34px;padding:0;border:0;background:transparent;color:#075dc8;text-align:left;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:750;cursor:pointer}.channel-category-name{overflow:hidden;color:#8a9aad;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.channel-edit-button{width:32px;height:32px;border:0;background:transparent;color:#0769db;font-size:17px;cursor:pointer}.channel-row-menu{position:relative}.channel-row-menu summary{display:grid;place-items:center;width:27px;height:32px;color:#0a66cf;font-size:18px;cursor:pointer;list-style:none}.channel-row-menu summary::-webkit-details-marker{display:none}.channel-row-menu>div{position:absolute;right:0;top:31px;width:105px;display:grid;gap:5px;padding:7px;border:1px solid #cbdcf1;border-radius:9px;background:#fff;box-shadow:0 8px 22px rgba(27,73,132,.16);z-index:6}.channel-row-menu button{min-height:29px;border:0;border-radius:6px;background:#f1f6fc;color:#2564ad;font-size:9px;cursor:pointer}.channel-row-menu button.danger{background:#fff1f1;color:#d92b2b}.editor-channel-list.grid-layout{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));align-content:start;gap:10px;padding:12px 0}.editor-channel-list.grid-layout .editor-channel-row{grid-template-columns:15px 20px 34px 38px minmax(100px,1fr) 30px 25px;min-height:74px;padding:8px;border:1px solid #dce7f3;border-radius:11px}.editor-channel-list.grid-layout .channel-number,.editor-channel-list.grid-layout .channel-category-name{display:none}
.editor-empty-state{height:100%;display:grid;place-items:center;align-content:center;padding:40px;text-align:center;color:#879ab1}.editor-empty-icon{display:grid;place-items:center;width:58px;height:58px;border:1px solid #cfe0f5;border-radius:15px;background:#f7faff;color:#1870dc;font-size:26px}.editor-empty-state h2{margin:16px 0 5px;color:#244464;font-size:16px}.editor-empty-state p{max-width:390px;margin:0;line-height:1.6;font-size:11px}
.editor-dialog{width:min(560px,calc(100vw - 24px));max-height:calc(100vh - 40px);padding:0;border:0;border-radius:16px;background:#fff;box-shadow:0 24px 70px rgba(8,28,58,.28);color:#17304f}.editor-dialog::backdrop{background:rgba(6,24,48,.48);backdrop-filter:blur(2px)}.editor-dialog form{display:grid;gap:13px;padding:20px}.editor-dialog header,.editor-dialog footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.editor-dialog header{padding-bottom:12px;border-bottom:1px solid #e3eaf2}.editor-dialog header h2{margin:0;font-size:17px}.editor-dialog header button,.editor-dialog footer>button:not(.primary-button){min-width:38px;min-height:36px;border:1px solid #d8e2ed;border-radius:8px;background:#fff;color:#55708e;cursor:pointer}.editor-dialog footer{justify-content:flex-end;padding-top:8px}.channel-dialog{width:min(680px,calc(100vw - 24px))}.channel-dialog form{overflow:auto}.channel-attributes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:13px;border:1px solid #dce6f2;border-radius:11px}.channel-attributes h3,.custom-attributes h3{grid-column:1/-1;margin:0 0 3px;font-size:12px}.custom-attributes{display:grid;gap:9px;padding:13px;border:1px solid #dce6f2;border-radius:11px}.custom-attribute-row{display:grid;grid-template-columns:150px minmax(0,1fr) 30px;gap:7px}.custom-attribute-row input{min-height:36px}.custom-attribute-row button,.custom-attributes>button{border:1px solid #d5e1ef;border-radius:7px;background:#fff;color:#2468bd;cursor:pointer}.editor-toast{position:fixed;right:20px;bottom:20px;max-width:350px;padding:13px 16px;border-radius:10px;background:#153a66;color:#fff;box-shadow:0 12px 30px rgba(10,35,65,.25);font-size:11px;z-index:99}.editor-toast.error{background:#a72e3d}
@media(max-width:1100px){.stats-grid{grid-template-columns:repeat(2,1fr)}.form-grid.compact{grid-template-columns:repeat(2,1fr)}.dashboard-columns{grid-template-columns:1fr}.cards-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:780px){.app-body{display:block}.sidebar{position:static;width:100%;height:auto;padding:14px}.sidebar nav{grid-template-columns:repeat(2,1fr);padding-top:14px}.sidebar-user{display:none}.topbar{height:58px;padding:0 15px}.online{display:none}.content{padding:20px 14px}.page-heading{align-items:stretch;flex-direction:column}.page-heading h1{font-size:26px}.stats-grid,.form-grid,.form-grid.compact,.cards-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.auth-card,.setup-card{padding:25px}.sidebar .brand{padding-bottom:13px}.editor-body{overflow:auto}.channel-editor-shell{display:block;padding:10px}.editor-categories,.editor-workspace{height:auto;min-height:calc(100vh - 20px)}.editor-categories{display:none}.editor-toolbar{padding:18px 14px 12px}.editor-title-row h1{font-size:15px}.editor-menu-card{position:fixed;top:70px;right:12px;left:12px;width:auto;max-height:calc(100vh - 90px);overflow:auto}.editor-filters{display:grid;grid-template-columns:1fr 45px}.editor-search{grid-column:1/-1;width:100%}.editor-filters select{width:100%}.editor-bulk-tools{overflow:auto;padding-bottom:3px}.editor-bulk-tools>label{margin-right:0}.editor-channel-list{height:calc(100vh - 215px);margin:0 10px}.editor-channel-row{grid-template-columns:12px 18px 34px 36px minmax(120px,1fr) 30px 24px;gap:6px}.channel-number,.channel-category-name{display:none}.editor-flash{top:185px;left:10px;right:10px}.channel-attributes{grid-template-columns:1fr}.custom-attribute-row{grid-template-columns:100px minmax(0,1fr) 30px}}
