:root{--blue:var(--tg-button-color,#2481cc);--blue-hover:#1d72b8;--blue-soft:#eaf5fd;--bg:var(--tg-bg-color,#f4f6f8);--card:var(--tg-secondary-bg-color,#fff);--text:var(--tg-text-color,#17212b);--muted:var(--tg-hint-color,#73808c);--line:#e3e8ed;--green:#2fa66a;--green-soft:#eaf8f1;--amber:#d98b24;--amber-soft:#fff5e5;--red:#d95353;--red-soft:#fff0ef;--radius:16px;--radius-lg:22px;--shadow:0 12px 34px #21354614;color:var(--text);background:var(--bg);font-synthesis:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-width:360px;margin:0}button,input,textarea,select{font:inherit;color:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}svg{flex:none;width:18px;height:18px}.button{border:0;border-radius:11px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 17px;font-size:13px;font-weight:700;transition:all .18s;display:inline-flex}.button.primary{background:var(--blue);color:#fff;box-shadow:0 7px 18px color-mix(in srgb,var(--blue) 24%,transparent)}.button.primary:hover{background:var(--blue-hover);transform:translateY(-1px)}.button.secondary,.button.ghost{background:var(--card);border:1px solid var(--line)}.button.secondary:hover,.button.ghost:hover{background:var(--blue-soft);border-color:#c7e1f3}.button.large{border-radius:13px;min-height:52px;padding:0 23px}.button:disabled{opacity:.5;cursor:not-allowed;transform:none}.panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 2px 8px #1f314106}.brand{align-items:center;gap:10px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:19px;display:flex}.brand>span{background:var(--blue);color:#fff;border-radius:12px;place-items:center;width:38px;height:38px;display:grid;position:relative}.brand>span svg:first-child{width:21px}.brand>span svg+svg{color:#ffe7a3;width:10px;position:absolute;top:5px;right:5px}.app-shell{grid-template-columns:248px minmax(0,1fr);min-height:100vh;display:grid}.app-sidebar{background:var(--card);border-right:1px solid var(--line);z-index:20;flex-direction:column;width:248px;padding:21px 15px;display:flex;position:fixed;inset:0 auto 0 0}.app-sidebar>.brand{margin:0 10px 25px}.workspace-select{border:1px solid var(--line);background:var(--bg);border-radius:13px;align-items:center;gap:9px;height:57px;padding:0 11px;display:flex}.workspace-select>span{background:var(--card);border-radius:9px;place-items:center;width:32px;height:32px;font-size:18px;display:grid}.workspace-select>div{flex-direction:column;flex:1;min-width:0;display:flex}.workspace-select small{color:var(--muted);margin-bottom:2px;font-size:9px}.workspace-select select{appearance:none;background:0 0;border:0;outline:0;width:100%;font-size:12px;font-weight:700}.workspace-select>svg{width:14px;color:var(--muted)}.app-sidebar nav{flex-direction:column;gap:4px;margin-top:20px;display:flex}.app-sidebar nav a{height:45px;color:var(--muted);border-radius:10px;align-items:center;gap:11px;padding:0 12px;font-size:13px;font-weight:600;display:flex}.app-sidebar nav a:hover{background:var(--bg);color:var(--text)}.app-sidebar nav a.active{background:var(--blue-soft);color:var(--blue);font-weight:700}.channel-health{background:var(--bg);border-radius:12px;align-items:center;gap:9px;margin-top:auto;padding:13px;display:flex}.channel-health>i,.sync-dot{background:var(--green);width:8px;height:8px;box-shadow:0 0 0 4px color-mix(in srgb,var(--green) 14%,transparent);border-radius:50%}.channel-health.warn>i{background:var(--amber)}.channel-health div{flex-direction:column;display:flex}.channel-health b{font-size:11px}.channel-health span{color:var(--muted);margin-top:2px;font-size:9px}.app-main{grid-column:2;min-width:0}.app-topbar{z-index:15;background:color-mix(in srgb,var(--card) 88%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);justify-content:flex-end;align-items:center;height:68px;padding:0 32px;display:flex;position:sticky;top:0}.app-topbar>.workspace-select{display:none}.app-topbar>div{color:var(--muted);align-items:center;gap:10px;font-size:10px;display:flex}.app-topbar a{border-left:1px solid var(--line);height:36px;color:var(--blue);align-items:center;gap:6px;padding:0 11px;font-weight:700;display:flex}.mobile-nav{display:none}.page{width:100%;max-width:1450px;margin:auto;padding:34px clamp(22px,4vw,48px) 90px}.page-title{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:25px;display:flex}.page-title>div:first-child>span{color:var(--blue);text-transform:uppercase;letter-spacing:1.1px;font-size:10px;font-weight:800}.page-title h1{letter-spacing:-1px;margin:5px 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:30px}.page-title p{color:var(--muted);margin:0;font-size:12px}.page-actions{align-items:center;gap:8px;display:flex}.status-badge{white-space:nowrap;background:var(--bg);color:var(--muted);border-radius:7px;align-items:center;gap:4px;padding:5px 8px;font-size:9px;font-weight:700;display:inline-flex}.status-badge svg{width:11px;height:11px}.status-badge.success{background:var(--green-soft);color:var(--green)}.status-badge.warning{background:var(--amber-soft);color:var(--amber)}.status-badge.danger{background:var(--red-soft);color:var(--red)}.status-badge.info{background:var(--blue-soft);color:var(--blue)}.score-badge{background:var(--bg);width:52px;height:52px;color:var(--muted);border:1px solid var(--line);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;display:flex}.score-badge b{font-size:16px;line-height:1}.score-badge small{margin-top:2px;font-size:8px}.score-badge.high{background:var(--green-soft);color:var(--green);border-color:#c7ead7}.score-badge.good{background:var(--blue-soft);color:var(--blue);border-color:#c8e3f5}.score-badge.mid{background:var(--amber-soft);color:var(--amber)}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:220px;padding:30px;display:flex}.empty-state>svg{color:#a6b2bc;width:38px;height:38px}.empty-state h3{margin:13px 0 6px;font-size:15px}.empty-state p{color:var(--muted);max-width:350px;margin:0 0 16px;font-size:11px;line-height:1.6}.inline-state{background:var(--blue-soft);color:var(--blue);border-radius:12px;align-items:center;gap:10px;margin-bottom:14px;padding:14px 16px;font-size:11px;display:flex}.inline-state div{flex-direction:column;flex:1;display:flex}.inline-state span{margin-top:2px}.inline-state.danger{background:var(--red-soft);color:var(--red)}.inline-state button{color:inherit;background:0 0;border:0;font-weight:700}.loading-block{gap:10px;display:grid}.loading-block i{background:linear-gradient(90deg,#e9edf1,#f7f8f9,#e9edf1) 0 0/200%;border-radius:14px;height:90px;animation:1.3s infinite shimmer}.toast{z-index:100;color:#fff;background:#17344a;border-radius:13px;align-items:center;gap:9px;width:min(390px,100vw - 30px);padding:13px 15px;font-size:12px;display:flex;position:fixed;bottom:22px;right:22px;box-shadow:0 18px 45px #0f223750}.toast.success>svg{color:#7be6a9}.toast.danger>svg{color:#ff9991}.toast span{flex:1}.toast button{color:#fff;background:0 0;border:0;display:grid}.toast button svg{width:14px}.onboarding{margin-bottom:16px;padding:17px 19px}.onboarding>div:first-child span{color:var(--blue);text-transform:uppercase;font-size:9px;font-weight:800}.onboarding h2{margin:4px 0 12px;font-size:14px}.onboarding-steps{grid-template-columns:repeat(5,1fr);gap:7px;display:grid}.onboarding-steps a{border:1px solid var(--line);border-radius:9px;align-items:center;gap:6px;min-height:42px;padding:7px;font-size:9px;display:flex}.onboarding-steps i{background:var(--blue-soft);width:20px;height:20px;color:var(--blue);border-radius:50%;place-items:center;font-style:normal;display:grid}.onboarding-steps .done{opacity:.65}.onboarding-steps .done i{background:var(--green-soft);color:var(--green)}.onboarding-steps svg{width:11px;margin-left:auto}.metric-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px;display:grid}.metric-card{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:17px}.metric-card>div{color:var(--muted);justify-content:space-between;font-size:10px;display:flex}.metric-card svg{width:16px}.metric-card>b{margin:12px 0 2px;font:800 29px Manrope;display:block}.metric-card small{color:var(--muted);font-size:9px}.active-jobs{align-items:center;gap:11px;margin-bottom:16px;padding:13px 16px;display:flex}.active-jobs>svg{color:var(--blue)}.active-jobs>div{flex-direction:column;flex:1;display:flex}.active-jobs b{font-size:11px}.active-jobs span{color:var(--muted);margin-top:2px;font-size:9px}.dashboard-columns{grid-template-columns:1.3fr .7fr;gap:16px;display:grid}.dashboard-section>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;min-height:67px;padding:16px 19px;display:flex}.dashboard-section>header span{color:var(--blue);text-transform:uppercase;font-size:8px;font-weight:800}.dashboard-section h2{margin:4px 0 0;font-size:15px}.dashboard-section>header a{color:var(--blue);align-items:center;gap:5px;font-size:9px;font-weight:700;display:flex}.dashboard-section>header svg{width:12px}.priority-list>a{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 17px;display:grid}.priority-list>a:last-child{border:0}.priority-list>a:hover{background:var(--bg)}.priority-list .score-badge{border-radius:11px;width:43px;height:43px}.priority-list>a>div{flex-direction:column;min-width:0;display:flex}.priority-list b{white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.priority-list span{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:9px;overflow:hidden}.priority-list>a>svg{width:14px;color:var(--muted)}.upcoming-list>a{border-bottom:1px solid var(--line);grid-template-columns:55px minmax(0,1fr);gap:10px;padding:13px 17px;display:grid}.upcoming-list time{border-right:1px solid var(--line);flex-direction:column;display:flex}.upcoming-list time b{color:var(--blue);font-size:13px}.upcoming-list time span,.upcoming-list div span{color:var(--muted);font-size:8px}.upcoming-list div{flex-direction:column;min-width:0;display:flex}.upcoming-list div>b{white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.upcoming-list div span{align-items:center;gap:3px;margin-top:4px;display:flex}.upcoming-list svg{width:10px}.queue-filters{margin-bottom:12px}.queue-tabs{gap:4px;display:flex}.queue-tabs button{height:38px;color:var(--muted);background:0 0;border:0;border-radius:9px;padding:0 12px;font-size:10px;font-weight:700}.queue-tabs button b{background:var(--card);border-radius:6px;margin-left:6px;padding:2px 5px}.queue-tabs button.active{background:var(--card);color:var(--blue);box-shadow:0 2px 8px #1e334510}.filter-row{gap:8px;margin-top:9px;display:flex}.search-box{border:1px solid var(--line);background:var(--card);border-radius:11px;flex:1;align-items:center;gap:7px;max-width:460px;height:42px;padding:0 11px;display:flex}.search-box svg{width:15px;color:var(--muted)}.search-box input{background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:11px}.search-box button{background:0 0;border:0;display:grid}.filter-row select{border:1px solid var(--line);background:var(--card);border-radius:11px;height:42px;padding:0 11px;font-size:10px}.selection-bar{z-index:12;color:#fff;min-height:50px;box-shadow:var(--shadow);background:#17364c;border-radius:12px;align-items:center;gap:7px;margin-bottom:10px;padding:7px 10px;display:flex;position:sticky;top:80px}.selection-bar label{align-items:center;gap:8px;margin-right:auto;font-size:10px;display:flex}.selection-bar button{color:#fff;background:0 0;border:1px solid #ffffff2b;border-radius:8px;align-items:center;gap:5px;height:35px;padding:0 11px;font-size:9px;font-weight:700;display:flex}.selection-bar button.primary{background:var(--blue);border-color:var(--blue)}.selection-bar input{accent-color:var(--blue)}.queue-workspace{grid-template-columns:minmax(500px,1fr) minmax(320px,.76fr);align-items:start;gap:14px;display:grid}.queue-cards{gap:8px;display:grid}.queue-card{background:var(--card);border:1px solid var(--line);cursor:pointer;border-radius:14px;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:start;gap:11px;min-height:126px;padding:14px;transition:all .15s;display:grid}.queue-card:hover,.queue-card.active{border-color:#a8d1ea;box-shadow:0 5px 20px #1d486514}.queue-card>label input{display:none}.queue-card>label span{border:1px solid var(--line);border-radius:6px;place-items:center;width:20px;height:20px;display:grid}.queue-card>label span svg{width:12px;display:none}.queue-card>label input:checked+span{background:var(--blue);color:#fff;border-color:var(--blue)}.queue-card>label input:checked+span svg{display:block}.queue-card-copy{min-width:0}.queue-card-copy>header{align-items:center;gap:5px;display:flex}.queue-card-copy>header>span{color:var(--muted);margin-right:2px;font-size:8px}.queue-card h3{margin:8px 0 5px;font-size:13px;line-height:1.4}.queue-card p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:10px;line-height:1.5;display:-webkit-box;overflow:hidden}.queue-card footer{color:var(--muted);gap:10px;margin-top:10px;font-size:8px;display:flex}.queue-card footer time{margin-left:auto}.queue-card>svg{width:14px;color:var(--muted);align-self:center}.quick-preview{max-height:calc(100vh - 100px);padding:16px;position:sticky;top:82px;overflow:auto}.preview-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.preview-head>div{flex-direction:column;display:flex}.preview-head span{color:var(--blue);text-transform:uppercase;font-size:8px}.preview-head b{margin-top:3px;font-size:12px}.preview-head button,.text-button{color:var(--blue);background:0 0;border:0;align-items:center;gap:5px;font-size:10px;font-weight:700;display:flex}.preview-tabs,.version-switch{background:var(--bg);border-radius:9px;padding:3px;display:flex}.preview-tabs button,.version-switch button{min-height:33px;color:var(--muted);background:0 0;border:0;border-radius:7px;flex:1;font-size:9px;font-weight:700}.preview-tabs button.active,.version-switch button.active{background:var(--card);color:var(--blue);box-shadow:0 2px 7px #1b334711}.telegram-card{overflow-wrap:anywhere;background:#e9f2f7;border-radius:13px;min-height:220px;margin:12px 0;padding:14px;font-size:11px;line-height:1.55}.telegram-card>header{align-items:center;gap:8px;margin-bottom:11px;display:flex}.telegram-card>header>span{background:var(--blue);border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.telegram-card>header>div{flex-direction:column;display:flex}.telegram-card>header b{font-size:10px}.telegram-card>header small{color:var(--muted);font-size:8px}.preview-meta{align-items:center;gap:10px;margin:13px 0;display:flex}.preview-meta p{color:var(--muted);margin:0;font-size:9px;line-height:1.5}.quick-preview>.button{width:100%}.pagination{justify-content:center;align-items:center;gap:10px;padding:10px;display:flex}.pagination button{border:1px solid var(--line);background:var(--card);border-radius:9px;place-items:center;width:36px;height:36px;display:grid}.pagination span{color:var(--muted);font-size:9px}.editor-media{margin-bottom:14px;padding:15px}.editor-media>header{justify-content:space-between;margin-bottom:12px;display:flex}.editor-media>header div{flex-direction:column;display:flex}.editor-media>header span{color:var(--blue);font-size:8px}.editor-media>header b{font-size:12px}.editor-compare{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;display:grid}.version-panel{flex-direction:column;min-height:320px;padding:16px;display:flex}.version-panel.active{border-color:#9bcce9;box-shadow:0 0 0 2px #2481cc10}.version-panel>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:11px;font-size:11px;display:flex}.version-content{overflow-wrap:anywhere;max-height:360px;padding:14px 0;font-size:11px;line-height:1.6;overflow:auto}.version-panel>footer{border-top:1px solid var(--line);color:var(--muted);margin-top:auto;padding-top:10px;font-size:8px}.version-empty{color:var(--muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;font-size:10px;display:flex}.editor-workbench{margin-bottom:12px;padding:16px}.editor-workbench>header{justify-content:space-between;align-items:center;display:flex}.version-switch{width:min(330px,100%)}.telegram-card.large{max-width:720px;min-height:320px;font-size:12px}.editor-textarea{border:1px solid var(--blue);background:var(--card);border-radius:12px;outline:3px solid #2481cc12;width:100%;min-height:420px;margin-top:14px;padding:14px;line-height:1.6}.preflight-drawer{margin-bottom:82px;padding:14px}.preflight-drawer summary{cursor:pointer;justify-content:space-between;align-items:center;list-style:none;display:flex}.preflight-drawer summary>div{flex-direction:column;display:flex}.preflight-drawer summary b{font-size:11px}.preflight-drawer summary span{color:var(--muted);margin-top:3px;font-size:8px}.preflight-drawer details>div{grid-template-columns:repeat(3,1fr);gap:7px;margin-top:12px;display:grid}.preflight-drawer p{background:var(--bg);border-radius:8px;align-items:center;gap:6px;margin:0;padding:8px;font-size:9px;display:flex}.preflight-drawer p i{border:1px solid var(--line);border-radius:5px;place-items:center;width:16px;height:16px;display:grid}.preflight-drawer p.done i{background:var(--green);color:#fff}.preflight-drawer p svg{width:10px}.preflight-drawer p.danger{background:var(--red-soft);color:var(--red)}.preflight-drawer>a{color:var(--blue);align-items:center;gap:5px;margin-top:12px;font-size:9px;display:inline-flex}.preflight-drawer>a svg{width:11px}.editor-sticky{z-index:14;background:color-mix(in srgb,var(--card) 92%,transparent);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-top:1px solid var(--line);justify-content:space-between;align-items:center;min-height:68px;padding:11px clamp(22px,4vw,48px);display:flex;position:fixed;bottom:0;left:248px;right:0}.editor-sticky>div{gap:7px;display:flex}.editor-sticky .editor-job{display:flex}.editor-sticky .job-progress{width:360px;position:absolute;bottom:75px}.publish-sheet{background:var(--card);border-radius:22px;width:min(520px,100%);padding:23px;box-shadow:0 30px 70px #0b1e2d45}.publish-sheet>header{justify-content:space-between;display:flex}.publish-sheet>header span{color:var(--blue);text-transform:uppercase;font-size:9px}.publish-sheet h2{margin:4px 0 18px;font-size:21px}.publish-sheet>header button{background:0 0;border:0}.publish-sheet>label{font-size:10px;font-weight:700}.publish-sheet input{border:1px solid var(--line);background:var(--bg);border-radius:9px;width:100%;height:43px;margin-top:6px;padding:0 11px;display:block}.time-slots{grid-template-columns:repeat(5,1fr);gap:5px;margin:13px 0;display:grid}.time-slots button{border:1px solid var(--line);background:var(--card);border-radius:8px;height:38px;font-size:10px}.time-slots button.active{background:var(--blue);color:#fff}.publish-sheet>small{color:var(--muted);font-size:9px}.publish-without-media{width:100%;color:var(--red);border-color:color-mix(in srgb,var(--red) 35%,var(--line));margin-top:12px}.publish-sheet>footer{gap:7px;margin-top:20px;display:flex}.publish-sheet>footer>*{flex:1}.modal-bg{z-index:90;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f263780;place-items:center;padding:15px;display:grid;position:fixed;inset:0}.modal{background:var(--card);border-radius:20px;width:min(480px,100%);padding:22px}.modal>header{justify-content:space-between;display:flex}.modal h2{margin:4px 0 18px}.modal>header span{color:var(--blue);font-size:9px}.modal>header button{background:0 0;border:0}.modal label{margin-top:12px;font-size:10px;font-weight:700;display:block}.modal input,.modal textarea{border:1px solid var(--line);background:var(--bg);border-radius:10px;width:100%;margin-top:6px;padding:11px;display:block}.modal textarea{resize:vertical;height:180px}.modal-actions{gap:7px;margin-top:18px;display:flex}.modal-actions>*{flex:1}.source-composer{grid-template-columns:minmax(220px,.7fr) 1fr auto;align-items:center;gap:15px;margin-bottom:14px;padding:20px;display:grid}.source-composer h2{margin:0;font-size:15px}.source-composer p{color:var(--muted);font-size:9px;line-height:1.5}.source-composer textarea{border:1px solid var(--line);background:var(--bg);resize:vertical;border-radius:10px;height:105px;padding:10px}.source-table>header{border-bottom:1px solid var(--line);justify-content:space-between;padding:15px 18px;font-size:11px;display:flex}.source-table>header span{color:var(--muted)}.source-table article{border-bottom:1px solid var(--line);align-items:center;gap:10px;padding:13px 18px;display:flex}.source-avatar{background:var(--blue-soft);width:36px;height:36px;color:var(--blue);border-radius:10px;place-items:center;font-weight:800;display:grid}.source-table article>div{flex-direction:column;flex:1;min-width:0;display:flex}.source-table article b{font-size:10px}.source-table article a{color:var(--muted);text-overflow:ellipsis;margin-top:3px;font-size:8px;overflow:hidden}.settings-layout{grid-template-columns:1fr 1fr;gap:14px;display:grid}.settings-card{padding:20px}.settings-card>header{gap:10px;margin-bottom:18px;display:flex}.settings-card>header>span{background:var(--blue-soft);width:31px;height:31px;color:var(--blue);border-radius:9px;place-items:center;font-size:9px;font-weight:800;display:grid}.settings-card>header div{flex-direction:column;display:flex}.settings-card>header b{font-size:12px}.settings-card>header p{color:var(--muted);margin:3px 0;font-size:8px}.settings-card>label{margin-top:13px;font-size:9px;font-weight:700;display:block}.settings-card input,.settings-card textarea{border:1px solid var(--line);background:var(--bg);border-radius:9px;width:100%;margin-top:6px;padding:10px;font-size:10px}.settings-card textarea{resize:vertical;min-height:110px}.switch-row{background:var(--bg);border-radius:9px;justify-content:space-between;align-items:center;padding:10px;display:flex!important}.switch-row>div{flex-direction:column;display:flex}.switch-row span{color:var(--muted);margin-top:2px;font-size:8px}.switch-row input{width:18px}.member-grid,.more-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.member-card,.more-card{align-items:center;gap:10px;min-height:82px;padding:14px;display:flex}.member-card>span{background:var(--blue-soft);width:38px;height:38px;color:var(--blue);border-radius:50%;place-items:center;font-weight:800;display:grid}.member-card>div,.more-card>div{flex-direction:column;flex:1;min-width:0;display:flex}.member-card b,.more-card b{font-size:10px}.member-card small,.more-card span{color:var(--muted);margin-top:3px;font-size:8px}.more-card>svg:first-child{color:var(--blue)}.more-card>svg:last-child{width:13px;color:var(--muted)}.plan-controls{align-items:end;gap:18px;margin-bottom:13px;padding:17px;display:flex}.plan-controls label{color:var(--muted);font-size:9px;font-weight:700}.segmented{background:var(--bg);border-radius:8px;margin-top:5px;padding:3px;display:flex}.segmented button{background:0 0;border:0;border-radius:6px;height:32px;font-size:9px}.segmented button.active{background:var(--card);color:var(--blue)}.plan-controls select{border:1px solid var(--line);background:var(--card);border-radius:8px;height:38px;margin-top:5px;padding:0 9px;font-size:9px}.plan-summary{margin:13px 0;padding:18px}.plan-summary>header{justify-content:space-between;align-items:center;display:flex}.plan-summary p{color:var(--muted);font-size:10px;line-height:1.6}.plan-summary aside{background:var(--blue-soft);border-radius:9px;gap:8px;padding:11px;font-size:9px;display:flex}.plan-day{margin-top:20px}.plan-day>header{align-items:center;gap:12px;margin-bottom:9px;font-size:11px;font-weight:800;display:flex}.plan-day>header i{background:var(--line);flex:1;height:1px}.plan-grid{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.plan-slot{opacity:.65;padding:14px}.plan-slot.selected{opacity:1;border-color:#9dcae5}.plan-slot label{color:var(--blue);gap:6px;font-size:9px;font-weight:700;display:flex}.plan-slot h3{font-size:11px;line-height:1.45}.plan-slot p{color:var(--muted);font-size:9px;line-height:1.5}.plan-slot small{color:var(--muted);font-size:8px}.apply-plan{margin-top:13px}.schedule-list article{border-bottom:1px solid var(--line);grid-template-columns:80px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 18px;display:grid}.schedule-date{flex-direction:column;display:flex}.schedule-date b{font-size:9px}.schedule-date span{color:var(--blue);font-size:16px;font-weight:800}.schedule-list article>div:nth-child(2){flex-direction:column;display:flex}.schedule-list a{font-size:11px;font-weight:700}.schedule-list small{color:var(--muted);align-items:center;gap:4px;margin-top:4px;font-size:8px;display:flex}.schedule-list small svg{width:10px}.job-progress{border:1px solid var(--line);background:var(--card);border-radius:11px;margin-bottom:11px;padding:12px 15px}.job-progress>div:first-child{justify-content:space-between;font-size:9px;display:flex}.job-track{background:var(--bg);border-radius:99px;height:5px;margin-top:8px;overflow:hidden}.job-track i{background:var(--blue);height:100%;display:block}.success-note{background:var(--green-soft);color:var(--green);border-radius:10px;align-items:center;gap:7px;padding:12px;font-size:10px;display:flex}.auth-v2{background:radial-gradient(circle at 50% 20%,#e8f6fd,var(--bg) 45%);flex-direction:column;align-items:center;min-height:100vh;padding:28px;display:flex}.auth-v2>section{text-align:center;background:var(--card);border:1px solid var(--line);width:min(440px,100%);box-shadow:var(--shadow);border-radius:24px;flex-direction:column;gap:9px;margin:auto;padding:38px;display:flex}.auth-v2>section>svg{width:48px;height:48px;color:var(--blue);margin:auto}.auth-v2 section>span{text-transform:uppercase;color:var(--blue);font-size:9px;font-weight:800}.auth-v2 h1{margin:4px;font:800 27px Manrope}.auth-v2 p{color:var(--muted);margin:0 0 13px;font-size:11px;line-height:1.6}.boot-screen{min-height:100vh;padding:80px}.landing-v2{background:#fff;overflow:hidden}.landing-v2>header{justify-content:space-between;align-items:center;max-width:1200px;height:76px;margin:auto;padding:0 24px;display:flex}.landing-v2>header nav{color:#5e6c78;gap:28px;font-size:11px;font-weight:600;display:flex}.landing-v2 main{max-width:1200px;margin:auto}.landing-hero{grid-template-columns:.9fr 1.1fr;align-items:center;gap:55px;min-height:720px;padding:85px 24px 110px;display:grid;position:relative}.landing-hero:before{content:"";filter:blur(100px);opacity:.65;pointer-events:none;background:#dff3fd;width:600px;height:500px;position:absolute;top:-100px;right:-200px}.hero-copy{position:relative}.hero-kicker{color:#2380bc;text-transform:uppercase;letter-spacing:1px;align-items:center;gap:8px;font-size:9px;font-weight:800;display:flex}.hero-kicker i{background:#35ad72;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #e5f6ed}.hero-copy h1{letter-spacing:-3.5px;color:#132431;margin:19px 0;font:800 clamp(44px,5vw,68px)/1.03 Manrope}.hero-copy h1 em{color:var(--blue);font-style:normal}.hero-copy>p{color:#62717d;max-width:560px;font-size:15px;line-height:1.7}.hero-copy>div{gap:8px;margin:28px 0 15px;display:flex}.hero-copy>small{color:#71808c;align-items:center;gap:6px;font-size:9px;display:flex}.hero-copy>small svg{width:13px;color:var(--green)}.live-demo{background:#f4f7f9;border:1px solid #dfe6eb;border-radius:22px;position:relative;overflow:hidden;box-shadow:0 35px 80px #173b5429}.live-demo>header{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;height:58px;padding:0 17px;display:flex}.live-demo>header div{align-items:center;gap:7px;font-size:10px;display:flex}.live-demo>header div span{background:var(--blue-soft);border-radius:8px;place-items:center;width:29px;height:29px;display:grid}.live-demo>header small{color:var(--muted);font-size:8px}.demo-layout{grid-template-columns:130px 1fr;min-height:430px;display:grid}.demo-layout aside{border-right:1px solid var(--line);background:#fff;padding:14px 9px}.demo-layout aside button{width:100%;height:38px;color:var(--muted);background:0 0;border:0;border-radius:8px;align-items:center;gap:6px;padding:0 8px;font-size:8px;display:flex}.demo-layout aside button.active{background:var(--blue-soft);color:var(--blue)}.demo-layout aside svg{width:13px}.demo-layout aside b{margin-left:auto}.demo-layout>article{border:1px solid var(--line);background:#fff;border-radius:14px;margin:18px;padding:15px}.demo-layout>article>header{gap:9px;display:flex}.demo-score{background:var(--green-soft);width:43px;height:43px;color:var(--green);border-radius:10px;place-items:center;font-weight:800;display:grid}.demo-layout article header div{flex-direction:column;display:flex}.demo-layout article header small{color:var(--muted);font-size:7px}.demo-layout article header b{margin-top:4px;font-size:10px}.demo-media{color:#fff;background:linear-gradient(135deg,#17364e,#2481cc,#80c3e8);border-radius:11px;place-items:center;height:150px;margin:13px 0;display:grid}.demo-media svg{width:30px;height:30px}.demo-versions{background:var(--bg);border-radius:8px;padding:3px;display:flex}.demo-versions button{text-align:center;background:0 0;border:0;border-radius:6px;flex:1;padding:7px;font-size:7px}.demo-versions button.active{color:var(--blue);background:#fff;font-weight:700}.demo-layout article>a{background:var(--blue);color:#fff;border:0;border-radius:8px;align-items:center;gap:5px;width:max-content;margin-left:auto;padding:8px 10px;font-size:8px;display:flex}.demo-layout article>a svg{width:10px}.demo-layout article p{color:var(--muted);font-size:8px;line-height:1.5}.demo-layout article>button{background:var(--blue);color:#fff;border:0;border-radius:8px;align-items:center;gap:5px;margin-left:auto;padding:8px 10px;font-size:8px;display:flex}.demo-layout article>button svg{width:10px}.workflow-v2,.feature-v2{padding:90px 24px}.workflow-v2>header,.feature-v2>div:first-child{text-align:center;max-width:620px;margin:0 auto 45px}.workflow-v2>header span,.feature-v2>div:first-child>span,.safety-v2>div>span{text-transform:uppercase;color:var(--blue);letter-spacing:1px;font-size:9px;font-weight:800}.workflow-v2 h2,.feature-v2 h2{letter-spacing:-1.5px;margin:10px 0;font:800 39px Manrope}.workflow-v2>div{border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.workflow-v2 article{border-right:1px solid var(--line);padding:27px}.workflow-v2 article:last-child{border:0}.workflow-v2 article>span{color:var(--blue);font-size:9px;font-weight:800}.workflow-v2 h3{margin:30px 0 8px;font-size:14px}.workflow-v2 p,.feature-v2 p{color:#6c7a85;font-size:10px;line-height:1.65}.feature-v2>div:last-child{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.feature-v2 article{border:1px solid var(--line);background:#f7f9fa;border-radius:15px;padding:23px}.feature-v2 article svg{color:var(--blue)}.feature-v2 h3{margin:18px 0 6px;font-size:13px}.safety-v2{color:#fff;background:#142f43;border-radius:24px;grid-template-columns:1fr 1fr;gap:50px;margin:50px 24px;padding:55px 60px;display:grid}.safety-v2 h2{margin:10px 0;font:800 34px Manrope}.safety-v2 ul{gap:13px;margin:0;padding:0;list-style:none;display:grid}.safety-v2 li{color:#d8e5ed;align-items:center;gap:8px;font-size:11px;display:flex}.safety-v2 li svg{color:#6ee2a2}.landing-cta{text-align:center;background:#edf7fc;border-radius:26px;margin:100px 24px;padding:70px}.landing-cta h2{letter-spacing:-1.5px;margin:0;font:800 37px Manrope}.landing-cta p{color:var(--muted);margin:10px 0 24px;font-size:11px}.landing-v2>footer{border-top:1px solid var(--line);max-width:1200px;height:100px;color:var(--muted);justify-content:space-between;align-items:center;margin:auto;padding:0 24px;font-size:9px;display:flex}@keyframes shimmer{to{background-position:-200% 0}}@media (prefers-color-scheme:dark){:root{--bg:var(--tg-bg-color,#111b24);--card:var(--tg-secondary-bg-color,#182530);--text:var(--tg-text-color,#edf4f8);--muted:var(--tg-hint-color,#91a0ab);--line:#2a3a46;--blue-soft:#17364a;--green-soft:#173a2c;--amber-soft:#3b3020;--red-soft:#412526}.landing-v2{background:#111b24}.live-demo,.demo-layout>article,.live-demo>header,.demo-layout aside,.feature-v2 article{background:#182530}.telegram-card{background:#203744}.landing-hero:before{opacity:.12}}@media (width<=1000px){.app-shell{padding-bottom:70px;display:block}.app-sidebar{display:none}.app-main{display:block}.app-topbar{justify-content:space-between;padding:0 15px}.app-topbar>.workspace-select{background:0 0;border:0;width:min(250px,100vw - 150px);height:52px;display:flex}.mobile-nav{z-index:30;height:calc(66px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:color-mix(in srgb,var(--card) 94%,transparent);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-top:1px solid var(--line);display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-nav a{color:var(--muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;font-size:8px;display:flex}.mobile-nav a.active{color:var(--blue)}.mobile-nav svg{width:19px}.editor-sticky{bottom:66px;left:0}.queue-workspace{grid-template-columns:1fr}.quick-preview{z-index:25;border-radius:0;display:none;position:fixed;inset:68px 0 66px}.quick-preview.visible{display:block}.dashboard-columns{grid-template-columns:1fr}.onboarding-steps{grid-template-columns:repeat(3,1fr)}.landing-hero{grid-template-columns:1fr;padding-top:55px}.hero-copy{text-align:center}.hero-kicker,.hero-copy>div,.hero-copy>small{justify-content:center}.live-demo{max-width:680px;margin:auto}}@media (width<=680px){.app-topbar>div>span,.app-topbar>div>.sync-dot{display:none}.app-topbar a{font-size:0}.page{padding:23px 12px 100px}.page-title{align-items:flex-start}.page-title h1{font-size:23px}.page-title p{max-width:250px}.page-actions .button{width:44px;padding:0;font-size:0}.metric-grid{grid-template-columns:1fr 1fr;gap:7px}.metric-card{padding:13px}.metric-card>b{font-size:24px}.onboarding-steps{grid-template-columns:1fr}.filter-row{grid-template-columns:1fr 1fr;display:grid}.search-box{grid-column:1/-1;max-width:none}.queue-tabs{overflow:auto}.queue-tabs button{white-space:nowrap}.queue-workspace{display:block}.queue-card{grid-template-columns:auto auto minmax(0,1fr);min-height:116px;padding:11px}.queue-card>svg{display:none}.queue-card .score-badge{width:43px;height:43px}.selection-bar{top:75px;overflow:auto}.selection-bar label,.selection-bar button{min-width:max-content}.editor-compare{display:block}.version-panel{display:none}.version-panel.active{display:flex}.editor-workbench{padding:11px}.editor-sticky{gap:6px;padding:8px 11px}.editor-sticky>div{display:none}.publish-cta{width:100%}.preflight-drawer details>div,.source-composer,.settings-layout,.member-grid,.more-grid{grid-template-columns:1fr}.plan-grid{grid-template-columns:1fr!important}.plan-controls{display:grid}.schedule-list article{grid-template-columns:65px minmax(0,1fr)}.schedule-list article>.button{grid-column:1/-1}.time-slots{grid-template-columns:repeat(3,1fr)}.publish-sheet{border-radius:20px 20px 0 0;align-self:end;margin-bottom:-15px}.modal-bg{align-items:end}.landing-v2>header{height:66px;padding:0 14px}.landing-v2>header nav{display:none}.landing-v2>header>.button{width:44px;padding:0;font-size:0}.landing-hero{padding:60px 14px 75px}.hero-copy h1{letter-spacing:-2.5px;font-size:42px}.hero-copy>p{font-size:13px}.hero-copy>div{flex-direction:column}.demo-layout{grid-template-columns:1fr}.demo-layout aside{display:none}.workflow-v2,.feature-v2{padding:65px 14px}.workflow-v2 h2,.feature-v2 h2{font-size:31px}.workflow-v2>div,.feature-v2>div:last-child{grid-template-columns:1fr}.workflow-v2 article{border-right:0;border-bottom:1px solid var(--line)}.safety-v2{grid-template-columns:1fr;margin:25px 10px;padding:32px 22px}.landing-cta{margin:70px 10px;padding:50px 20px}.landing-cta h2{font-size:29px}.landing-v2>footer{flex-direction:column;gap:12px;height:auto;padding:28px 14px}.auth-v2{padding:17px}.auth-v2>section{padding:30px 20px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}:focus-visible{outline:3px solid color-mix(in srgb,var(--blue) 55%,transparent);outline-offset:2px}.media-manager{margin-bottom:18px}.media-manager .media-item{margin-bottom:35px;overflow:visible}.video-placeholder{color:#fff;background:#172b3b;place-items:center;height:100%;display:grid}.video-placeholder svg{width:36px;height:36px}.media-actions{gap:4px;display:flex;position:absolute;bottom:-31px;left:0;right:0}.media-actions button{border:1px solid var(--line);background:var(--card);flex:1;place-items:center;height:27px;display:grid}.media-actions button:first-child{border-radius:7px 0 0 7px}.media-actions button:last-child{color:var(--red);border-radius:0 7px 7px 0}.media-actions button:disabled{opacity:.3}.media-actions svg{width:13px}.dashboard-actions{grid-template-columns:repeat(4,1fr);gap:8px;margin-top:18px;padding:18px;display:grid}@media (width<=760px){.dashboard-actions{grid-template-columns:1fr 1fr}}.editor-job{flex:1}.editor-job>.button{width:100%}.editor-job .job-progress{margin-top:8px}
