:root{--tm-sidebar-width:224px;--tm-base-font:13px;--tm-page-title:22px;--tm-panel-radius:12px;--tm-control-radius:8px;--tm-control-height:36px;--tm-accent:#ff5a1f}:root{--bg:#f5f7fb;--panel:#fff;--text:#182033;--muted:#6f788a;--line:#e4e8f0;--orange:#ff5a1f;--orange-soft:#fff2ec;--red:#d33b32;--yellow:#b97900;--green:#1e8f55;--nav:#171c24;--nav2:#202733;--shadow:0 8px 24px rgba(23,30,45,.06)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--text);background:var(--bg);font-size:13px;line-height:1.42}body{font-weight:400}button,input,select,textarea{font:inherit}.shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:224px;background:var(--nav);color:#dce3ee;padding:20px 14px;display:flex;flex-direction:column;z-index:20}.brand{display:flex;align-items:center;gap:10px;padding:0 8px 17px;border-bottom:1px solid #2b3340}.brand-mark{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#ff8b35,#ff4d16);display:grid;place-items:center;color:#fff;font-weight:700;font-size:17px}.brand-mark.big{width:46px;height:46px;font-size:22px}.brand strong{display:block;color:#fff;font-size:15px;letter-spacing:.08em}.brand span{display:block;color:#8f9aad;font-size:9px;letter-spacing:.18em;margin-top:1px}.sidebar nav{display:grid;gap:4px;margin-top:16px}.sidebar nav a{color:#cbd3df;text-decoration:none;border-radius:8px;padding:9px 10px;font-size:12.5px;font-weight:500}.sidebar nav a:hover{background:#202733;color:#fff}.sidebar nav a.active{background:#2a303b;color:#fff;box-shadow:inset 3px 0 0 var(--orange)}.sidebar-foot{margin-top:auto;border-top:1px solid #2b3340;padding:14px 8px 0}.admin-name{font-size:12px;color:#fff;margin-bottom:4px}.link-btn{border:0;background:none;color:#aeb8c7;padding:0;cursor:pointer;font-size:12px}.content{margin-left:224px;padding:24px 28px 38px;max-width:1600px}.content-auth{margin:0;max-width:none;padding:0}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.page-head h1{margin:0;font-size:22px;line-height:1.18;font-weight:650;letter-spacing:-.02em}.page-head p{margin:4px 0 0;color:var(--muted);font-size:12.5px}.page-head .actions,.actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.panel{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:16px;margin-bottom:14px;box-shadow:var(--shadow);min-width:0}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px}.panel-head h2{margin:0;font-size:15px;font-weight:650}.panel-head p{margin:3px 0 0;color:var(--muted);font-size:11.5px}.narrow{max-width:780px}.cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px}.stat{background:#fff;border:1px solid var(--line);border-radius:11px;padding:14px;box-shadow:var(--shadow)}.stat span{display:block;color:var(--muted);font-size:11.5px}.stat strong{display:block;margin-top:5px;font-size:24px;font-weight:650}.stat small{display:block;margin-top:3px;color:var(--muted)}.stat.danger strong{color:var(--red)}.grid2,.admin-grid.two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.btn{height:36px;min-width:92px;padding:0 13px;border-radius:8px;border:1px solid #d7dce6;background:#fff;color:#263044;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-weight:500;font-size:12px;cursor:pointer;white-space:nowrap}.btn:hover{border-color:#b8c0cd;background:#fafbfc}.btn.primary{background:var(--orange);border-color:var(--orange);color:#fff}.btn.danger{border-color:#efc1bd;color:var(--red);background:#fff}.btn.warn{border-color:#ebd7a4;color:#956600;background:#fffaf0}.btn.small{height:30px;min-width:78px;padding:0 10px;font-size:11.5px}.form-grid{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:11px 12px;align-items:end}.form-grid.compact{grid-template-columns:1.3fr .65fr .75fr}.form-grid .wide{grid-column:1/-1}.stack{display:grid;gap:11px}.inline,.action-row-admin,.search-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.search-row input{flex:1;min-width:220px}.search-row select{width:82px}label{display:grid;gap:5px;color:#4b5568;font-size:11.5px;font-weight:500}input,select,textarea{width:100%;min-height:36px;border:1px solid #d8dee8;border-radius:8px;background:#fff;color:var(--text);padding:7px 10px;outline:none;font-weight:400}textarea{min-height:82px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:#ff9f79;box-shadow:0 0 0 3px #ff5a1f14}label small,small{display:block;color:var(--muted);font-size:10.5px;font-weight:400}.check{display:flex;grid-auto-flow:column;justify-content:start;align-items:center;gap:7px}.check input{width:16px;min-height:16px}.muted{color:var(--muted)}.mono{font-family:Cascadia Mono,Consolas,monospace}.table-scroll{overflow:auto;border-radius:8px}table{width:100%;border-collapse:collapse;min-width:760px}th{background:#fafbfc;color:#657084;font-size:10.5px;text-transform:uppercase;letter-spacing:.04em;font-weight:600;text-align:left;padding:9px 10px;border-bottom:1px solid var(--line)}td{padding:10px;border-bottom:1px solid #edf0f4;vertical-align:middle;font-size:12px}tbody tr:hover{background:#fcfcfd}td b{font-weight:600}.row-link{color:#1c2940;text-decoration:none}.row-link:hover{color:var(--orange)}.pill,.status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:3px 8px;border-radius:999px;background:#eef1f5;color:#556074;font-size:10.5px;font-weight:550}.pill.ok,.status-pill.ok{background:#eaf8f0;color:#197b49}.pill.warn{background:#fff5dc;color:#946500}.pill.bad{background:#fdeeed;color:#b52f28}.empty{text-align:center;color:var(--muted);padding:22px}.pager{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding-top:12px;color:var(--muted);font-size:11.5px}.status-list{display:grid;gap:0}.status-list>div{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:9px 0;border-bottom:1px solid #eef1f5}.status-list>div:last-child{border-bottom:0}.status-list span{color:#697386}.status-list b{font-weight:600}.note-box,.diagnostic-banner,.secure-note{border:1px solid var(--line);border-radius:9px;background:#fafbfc;padding:11px 12px;color:#596477;font-size:11.5px}.diag-error{margin-top:10px;border:1px solid #f0c3bf;background:#fff3f2;color:#a83731;padding:9px;border-radius:8px}.event-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#9aa4b3;margin-right:7px}.event-dot.warning{background:#d49a19}.event-dot.error{background:#d4483f}.event-details{max-width:420px;white-space:normal;word-break:break-word}.key-reveal{display:flex;justify-content:space-between;align-items:center;gap:14px;background:#fff8f5;border:1px solid #ffd0bd;border-radius:11px;padding:13px;margin-bottom:14px}.key-reveal-copy{flex:1}.license-key-input{font-family:Consolas,monospace;color:#c74514;font-weight:600}.key-reveal-actions{display:flex;gap:8px}.key-inline{display:flex;align-items:center;gap:7px}.icon-btn{width:28px;height:28px;border-radius:7px;border:1px solid #d9dee7;background:#fff;color:#596477;cursor:pointer;padding:0;font-size:15px}.icon-btn:hover{border-color:#ff9f79;color:var(--orange);background:#fff8f5}.modules-quick-link{display:inline-flex;align-items:center;gap:6px;color:var(--orange);text-decoration:none}.modules-quick-link b{font-size:11.5px}.modules-quick-link small{display:inline;color:#9b654f}.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.feature-card,.feature-all,.switch-row{border:1px solid var(--line);border-radius:9px;padding:10px;background:#fff;display:flex;align-items:flex-start;gap:9px}.feature-card input,.feature-all input,.switch-row input{width:16px;min-height:16px;margin-top:2px}.feature-card b,.feature-all b,.switch-row b{font-weight:600}.feature-toolbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.runtime-strip{display:flex;align-items:center;justify-content:space-between}.release-big b{font-size:22px;font-weight:650}.release-big span,.release-big small{display:block;color:var(--muted)}.upload-drop{border:1px dashed #cbd3df;border-radius:10px;padding:12px;background:#fbfcfe}.upload-drop span{color:var(--muted);font-size:11px}.upload-progress{position:relative;height:28px;background:#eef1f5;border-radius:8px;overflow:hidden}.upload-progress>div{height:100%;width:0;background:linear-gradient(90deg,#ff7a3d,#ff5a1f);transition:width .15s}.upload-progress>span{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:11px;font-weight:600}.event-filters{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr)) auto auto;gap:8px;align-items:end}.restore-box{position:relative}.restore-box summary{list-style:none}.restore-box form{position:absolute;right:0;top:36px;width:250px;background:#fff;border:1px solid var(--line);border-radius:9px;padding:10px;box-shadow:var(--shadow);z-index:5;display:grid;gap:8px}.job-list{display:grid;gap:7px}.job-row{display:grid;grid-template-columns:120px 150px 72px 1fr;gap:10px;align-items:center;border-bottom:1px solid #eef1f5;padding:7px 0}.inline-label{display:flex;align-items:center;gap:7px}.inline-label select{width:72px}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:20px}.login-card{width:min(390px,94vw);background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px;box-shadow:0 18px 50px #121b2d1f}.login-logo{display:flex;gap:12px;align-items:center;margin-bottom:20px}.login-logo h1{margin:0;font-size:20px}.login-logo p{margin:2px 0 0;color:var(--muted)}.flash{margin-bottom:14px;border:1px solid #bee2cb;background:#eff9f2;color:#176d40;border-radius:9px;padding:10px 12px}.flash.error{border-color:#efc1bd;background:#fff3f2;color:#a5322b}.flash.warning{border-color:#eed79e;background:#fff8e6;color:#876000}.back-link{display:inline-block;margin-bottom:5px;color:#697386;text-decoration:none;font-size:11.5px}@media(max-width:1100px){.cards{grid-template-columns:repeat(2,1fr)}.grid2,.admin-grid.two{grid-template-columns:1fr}.event-filters{grid-template-columns:repeat(2,1fr)}.content{padding:20px}.feature-grid{grid-template-columns:1fr}}@media(max-width:760px){.sidebar{position:static;width:auto}.content{margin-left:0;padding:16px}.sidebar nav{grid-template-columns:repeat(2,1fr)}.page-head{flex-direction:column}.cards,.form-grid,.form-grid.compact,.event-filters,.job-row{grid-template-columns:1fr}.btn{min-width:0}.search-row{align-items:stretch}.search-row>*{width:100%!important}.licenses-table{min-width:980px}}:root{--orange-hover:#ff7040;--orange-pale:#fff3ed;--orange-pale-strong:#ffe7db;--orange-ring:rgba(255,90,31,.12)}select{cursor:pointer;background-color:#fff}select option:checked{background:var(--orange-pale-strong);color:var(--text)}select.native-select-hidden{position:absolute!important;inline-size:1px!important;block-size:1px!important;opacity:0!important;pointer-events:none!important;margin:0!important;padding:0!important;border:0!important}.custom-select{position:relative;width:100%;min-width:0;font-weight:400;color:var(--text)}.custom-select-button{width:100%;height:36px;padding:0 34px 0 10px;border:1px solid #d8dee8;border-radius:8px;background:#fff;color:var(--text);display:flex;align-items:center;justify-content:space-between;text-align:left;font-size:12px;font-weight:400;cursor:pointer;position:relative}.custom-select-button:after{content:"";position:absolute;right:12px;top:50%;width:7px;height:7px;border-right:1.5px solid #596477;border-bottom:1.5px solid #596477;transform:translateY(-65%) rotate(45deg);transition:transform .15s ease}.custom-select.open .custom-select-button,.custom-select-button:focus-visible{border-color:#ff9f79;box-shadow:0 0 0 3px var(--orange-ring);outline:none}.custom-select.open .custom-select-button:after{transform:translateY(-30%) rotate(225deg)}.custom-select-menu{position:absolute;left:0;right:0;top:calc(100% + 5px);z-index:80;max-height:240px;overflow:auto;background:#fff;border:1px solid #d8dee8;border-radius:9px;padding:5px;box-shadow:0 12px 28px #19223224;display:none}.custom-select.open .custom-select-menu{display:block}.custom-select-option{min-height:32px;border-radius:6px;padding:7px 9px;display:flex;align-items:center;font-size:12px;font-weight:400;color:#263044;cursor:pointer;white-space:nowrap}.custom-select-option:hover,.custom-select-option.is-focused{background:var(--orange-pale)}.custom-select-option.is-selected{background:var(--orange-pale-strong);color:#b63d13}.custom-select-option[aria-disabled=true]{opacity:.48;cursor:not-allowed}.search-row .custom-select{width:82px;flex:0 0 82px}.inline-label .custom-select,.inline-control .custom-select{width:84px;flex:0 0 84px}input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:34px!important;min-width:34px!important;height:19px!important;min-height:19px!important;margin:0;border:1px solid #cfd6e1;border-radius:999px;padding:0!important;cursor:pointer;outline:none;background:radial-gradient(circle at 9px 50%,#fff 0 6px,transparent 6.5px),#dfe4ec;box-shadow:none;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease;flex:0 0 auto}input[type=checkbox]:checked{border-color:var(--orange);background:radial-gradient(circle at 25px 50%,#fff 0 6px,transparent 6.5px),var(--orange)}input[type=checkbox]:focus-visible{box-shadow:0 0 0 3px var(--orange-ring);border-color:#ff9f79}input[type=checkbox]:disabled{cursor:not-allowed;opacity:.55}.check input,.feature-card input,.feature-all input,.switch-row input{width:34px!important;min-width:34px!important;height:19px!important;min-height:19px!important;margin-top:1px}.switch-inline{display:flex;align-items:center;gap:9px;min-height:36px;color:#39455a}.license-detail-grid{align-items:start}.license-term-panel .expiry-form{margin-top:14px}.license-danger-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:16px;padding-top:14px;border-top:1px solid #eef1f5}.license-danger-actions form{margin:0}.channel-panel .note-box{margin-top:13px}.channel-form{grid-template-columns:minmax(170px,.8fr) minmax(140px,.7fr) 1fr}.module-panel-head{align-items:flex-start}.feature-counter{white-space:nowrap;word-break:keep-all;min-width:48px;flex:0 0 auto;padding-left:10px;padding-right:10px}.feature-form{display:grid;gap:0}.feature-all{margin-bottom:12px;align-items:flex-start}.feature-toolbar-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:13px}.feature-sync-note{margin:0 0 13px;color:var(--muted);font-size:11.5px;line-height:1.45}.feature-grid{margin-bottom:15px}.feature-save-row{display:flex;align-items:center;justify-content:flex-start;padding-top:1px}.feature-card,.feature-all,.switch-row{align-items:flex-start}.feature-card>span,.feature-all>span,.switch-row>span{min-width:0;flex:1}.feature-card small,.feature-all small,.switch-row small{margin-top:2px;line-height:1.35}.license-note{margin-top:12px;margin-bottom:0}.run-history-head{align-items:flex-end}.run-history-head p{margin:3px 0 0;color:var(--muted);font-size:11.5px}.run-history-actions{display:flex;align-items:flex-end;gap:8px;flex-wrap:wrap}.records-form{margin:0}.inline-control{display:flex;align-items:center;gap:8px;white-space:nowrap;color:#566175}.inline-control .custom-select{width:86px}.upload-drop{display:grid;gap:8px;padding:13px 14px}.upload-drop.drag-active{border-color:#ff9f79;background:var(--orange-pale)}.upload-label{font-size:11.5px;font-weight:500;color:#4b5568}.native-file-input{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.file-picker-row{display:flex;align-items:center;gap:10px;min-width:0}.file-picker-button{margin:0;min-width:112px;flex:0 0 auto}.file-picker-name{font-size:11.5px;color:#566175;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.upload-hint{font-size:10.8px!important;color:var(--muted)!important}.release-upload-panel .form-grid{row-gap:13px}.settings-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.85fr);gap:14px;align-items:start;max-width:1240px}.settings-layout .panel{margin-bottom:0}.settings-side{display:grid;gap:14px}.settings-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.setting-switch-row{align-items:center;padding:11px 12px}.setting-switch-row input{margin-left:auto}.form-actions{display:flex;justify-content:flex-start;padding-top:2px}.security-form{margin-top:12px}.security-action-form{margin-top:10px}.icon-btn:disabled{opacity:.4;cursor:not-allowed;background:#f7f8fa;color:#8d96a6;border-color:#e1e5ec}.icon-btn:disabled:hover{background:#f7f8fa;color:#8d96a6;border-color:#e1e5ec}.toast-stack{position:fixed;right:18px;top:18px;z-index:200;display:grid;gap:8px;width:min(360px,calc(100vw - 36px));pointer-events:none}.admin-toast{pointer-events:auto;background:#fff;border:1px solid var(--line);border-left:3px solid var(--orange);border-radius:10px;padding:11px 13px;box-shadow:0 14px 34px #141d2d29;font-size:12px;color:#344055;animation:toast-in .16s ease-out}.admin-toast.ok{border-left-color:var(--green)}.admin-toast.error{border-left-color:var(--red)}.admin-toast strong{display:block;font-weight:600;margin-bottom:2px;color:#202a3c}@keyframes toast-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:190;background:#11182461;display:grid;place-items:center;padding:20px}.modal-backdrop[hidden]{display:none}.admin-modal{width:min(430px,100%);background:#fff;border:1px solid var(--line);border-radius:13px;padding:18px;box-shadow:0 22px 60px #0f17243d}.admin-modal h3{font-size:15px;font-weight:650;margin:0 0 7px}.admin-modal p{font-size:12px;line-height:1.5;color:#5b6678;margin:0;white-space:normal;word-break:normal}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:17px}.pill,.status-pill,.btn,.custom-select-button,.modules-quick-link{white-space:nowrap}@media(max-width:1180px){.settings-layout{grid-template-columns:1fr;max-width:none}.settings-side{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.settings-side,.settings-pair{grid-template-columns:1fr}.license-danger-actions{align-items:stretch}.license-danger-actions form,.license-danger-actions .btn{width:100%}.run-history-head{align-items:flex-start;flex-direction:column}.run-history-actions{width:100%}}@media(max-width:760px){.custom-select-menu{position:fixed;left:16px!important;right:16px!important;top:auto;bottom:16px;max-height:45vh}.search-row .custom-select{width:100%;flex:1 1 auto}.file-picker-row{align-items:flex-start;flex-direction:column}.file-picker-name{width:100%}}.tm-page-note{margin:4px 0 0;color:var(--muted);font-size:12.5px}.tm-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:14px}.tm-toolbar-left,.tm-toolbar-right{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tm-group-name{display:grid;gap:1px}.tm-group-name strong{font-weight:600}.tm-sub{font-size:10.5px;color:var(--muted)}.tm-positive{color:var(--green)!important}.tm-negative{color:var(--red)!important}.tm-neutral{color:var(--muted)!important}.tm-checkbox-list{display:grid;gap:7px;max-height:220px;overflow:auto;border:1px solid var(--line);border-radius:9px;padding:9px;background:#fbfcfe}.tm-checkbox-row{display:flex;align-items:center;gap:8px;padding:6px 7px;border-radius:7px;font-size:12px;color:#344055}.tm-checkbox-row:hover{background:#f3f5f8}.tm-checkbox-row input{width:16px;min-height:16px}.tm-composer{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(340px,.84fr);gap:14px;align-items:start}.tm-composer .panel{margin-bottom:0}.tm-preview-shell{background:#e7edf3;border-radius:12px;padding:18px;min-height:440px;position:sticky;top:24px}.tm-preview-title{font-size:11px;color:#667184;font-weight:600;margin-bottom:11px;text-transform:uppercase;letter-spacing:.04em}.tm-bubble{width:min(430px,100%);background:#fff;border-radius:12px 12px 12px 4px;padding:10px 11px;box-shadow:0 2px 8px #1922311f;font-size:13px;line-height:1.42;white-space:pre-wrap;word-break:break-word}.tm-media-preview{margin:-2px -3px 9px;border-radius:9px;overflow:hidden;background:#dfe5ec;min-height:130px;display:grid;place-items:center;color:#687487;font-size:11.5px}.tm-media-preview img,.tm-media-preview video{width:100%;display:block;max-height:260px;object-fit:cover}.tm-inline-keyboard{display:grid;gap:5px;margin-top:8px}.tm-inline-row{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:5px}.tm-inline-btn{min-height:32px;border:0;border-radius:7px;background:#eef3f7;color:#2682bf;font-size:11.5px;font-weight:600;display:grid;place-items:center;padding:5px 8px;text-align:center}.tm-button-editor{display:grid;gap:8px}.tm-button-row{display:grid;grid-template-columns:minmax(120px,.8fr) minmax(180px,1.2fr) 30px;gap:7px;align-items:center}.tm-button-row .icon-btn{width:30px;height:36px}.tm-schedule-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.tm-option-card{border:1px solid var(--line);border-radius:9px;padding:10px;background:#fff;cursor:pointer}.tm-option-card.active{border-color:#ff9f79;background:#fff8f5;box-shadow:0 0 0 2px #ff5a1f0d}.tm-option-card b{display:block;font-size:12px}.tm-option-card small{margin-top:2px}.tm-chart{height:220px;display:flex;align-items:flex-end;gap:5px;padding:12px 4px 2px;border-bottom:1px solid var(--line)}.tm-chart-day{flex:1;min-width:8px;display:flex;align-items:flex-end;gap:2px;height:100%}.tm-chart-bar{flex:1;border-radius:3px 3px 0 0;min-height:2px}.tm-chart-bar.joined{background:#5db981}.tm-chart-bar.left{background:#e1746d}.tm-legend{display:flex;align-items:center;gap:14px;margin-top:10px;color:var(--muted);font-size:11px}.tm-legend i{display:inline-block;width:8px;height:8px;border-radius:2px;margin-right:5px}.tm-legend .joined{background:#5db981}.tm-legend .left{background:#e1746d}.tm-empty-state{display:grid;place-items:center;text-align:center;min-height:190px;padding:22px;color:var(--muted)}.tm-empty-state b{color:#3c4658;font-size:13px;margin-bottom:4px}.tm-tabs{display:flex;gap:2px;border-bottom:1px solid var(--line);margin-bottom:14px}.tm-tab{border:0;background:transparent;padding:9px 11px;color:#667184;font-size:11.5px;font-weight:550;border-bottom:2px solid transparent;cursor:pointer}.tm-tab.active{color:#263044;border-bottom-color:var(--orange)}.tm-status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#9aa4b3;margin-right:6px}.tm-status-dot.ok{background:var(--green)}.tm-status-dot.warn{background:#d49a19}.tm-status-dot.bad{background:var(--red)}@media(max-width:1050px){.tm-composer{grid-template-columns:1fr}.tm-preview-shell{position:static}.tm-schedule-options{grid-template-columns:1fr}}.tm-webhook-cell{display:grid;gap:6px;min-width:310px}.tm-webhook-line{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.tm-webhook-error{max-width:520px;border:1px solid #f0c3bf;background:#fff3f2;color:#a83731;padding:7px 9px;border-radius:7px;font-size:10.8px;line-height:1.35;word-break:break-word}.tm-webhook-meta{color:var(--muted);font-size:10.5px}.btn:disabled{opacity:.55;cursor:not-allowed}.tm-document-preview{display:flex;align-items:center;gap:10px;margin:-1px -2px 10px;padding:10px;border:1px solid var(--line);border-radius:9px;background:#f6f8fb}.tm-document-icon{width:42px;height:46px;border-radius:7px;background:#e8edf3;display:grid;place-items:center;font-size:10px;font-weight:700;color:#637084;flex:0 0 auto}.tm-document-preview b{display:block;font-size:12px;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tm-document-preview small{display:block;margin-top:2px;color:#7a8495;font-size:10.5px}.tm-send-result{display:flex;align-items:flex-start;gap:8px;border:1px solid var(--line);border-radius:9px;padding:10px 12px;font-size:12px;line-height:1.45;background:#f7f9fc;color:#39445a}.tm-send-result.ok{border-color:#bde7ca;background:#f1fbf4;color:#21723a}.tm-send-result.error{border-color:#f0c6c6;background:#fff5f5;color:#a33b3b}.tm-send-result.sending,.tm-send-result.background{border-color:#cdd9e7;background:#f3f7fb;color:#4f6279}.tm-spinner{width:14px;height:14px;border-radius:50%;border:2px solid #c8d2df;border-top-color:var(--orange);animation:tm-spin .7s linear infinite;flex:0 0 auto;margin-top:1px}@keyframes tm-spin{to{transform:rotate(360deg)}}.tm-editor{position:relative;border:1px solid var(--line);border-radius:8px;background:#fff;overflow:visible}.tm-editor:focus-within{border-color:#ffb095;box-shadow:0 0 0 3px #ff5a1f14}.tm-editor-toolbar{height:40px;display:flex;align-items:center;justify-content:space-between;padding:0 7px;border-bottom:1px solid var(--line);background:#fbfcfe;border-radius:8px 8px 0 0}.tm-editor-format-actions{display:flex;align-items:center;gap:3px}.tm-format-btn{width:30px;height:30px;padding:0;border:0;border-radius:6px;background:transparent;color:#4b5565;display:grid;place-items:center;cursor:pointer;font-size:13px;line-height:1;transition:.15s ease}.tm-format-btn:hover,.tm-format-btn.active{background:#edf1f6;color:#1f2734}.tm-format-btn:active{transform:translateY(1px)}.tm-format-btn b{font-size:14px}.tm-format-btn i{font-family:Georgia,serif;font-size:15px}.tm-format-btn u,.tm-format-btn s{font-size:13px}.tm-format-btn.tm-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;font-weight:700;width:35px}.tm-emoji-trigger{font-size:18px}.tm-editor-textarea{display:block;width:100%;border:0!important;border-radius:0 0 8px 8px!important;box-shadow:none!important;resize:vertical;padding:12px 13px;font:inherit;line-height:1.55;background:#fff}.tm-editor-textarea:focus{outline:none}.tm-emoji-picker{position:absolute;z-index:50;right:0;top:36px;width:330px;height:390px;background:#fff;border:1px solid #dfe4eb;border-radius:12px;box-shadow:0 12px 38px #1822302e;padding:9px;display:flex;flex-direction:column}.tm-emoji-search{display:flex;align-items:center;gap:7px;background:#f1f3f6;border-radius:8px;padding:0 10px;height:34px;color:#8c96a6}.tm-emoji-search input{height:30px!important;border:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;font-size:12px;width:100%}.tm-emoji-categories{display:flex;align-items:center;gap:2px;padding:7px 0 5px;border-bottom:1px solid #edf0f4;overflow-x:auto}.tm-emoji-categories button{width:29px;height:29px;border:0;border-radius:6px;background:transparent;cursor:pointer;font-size:16px;flex:0 0 auto}.tm-emoji-categories button:hover,.tm-emoji-categories button.active{background:#eef2f6}.tm-emoji-section-title{font-size:11px;font-weight:650;color:#7d8796;padding:9px 3px 5px}.tm-emoji-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:2px;overflow-y:auto;padding:0 1px 7px}.tm-emoji-grid button{height:34px;border:0;border-radius:7px;background:transparent;cursor:pointer;font-size:22px;line-height:1}.tm-emoji-grid button:hover{background:#eef2f6;transform:scale(1.08)}@media(max-width:760px){.tm-emoji-picker{position:fixed;left:12px;right:12px;bottom:12px;top:auto;width:auto;height:380px}}.tm-emoji-anchor{position:relative}.tm-emoji-trigger{font-size:19px;font-family:Arial,sans-serif;color:#607080}.tm-tg-emoji-popover{position:absolute;z-index:80;right:-7px;top:36px;width:354px;overflow:hidden;border-radius:12px;background:#17212b;border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 50px #0e141b52}.tm-tg-emoji-tabs{display:grid;grid-template-columns:1fr 1fr 1fr;height:48px;background:#17212b;border-bottom:1px solid rgba(255,255,255,.06)}.tm-tg-emoji-tabs button{position:relative;border:0;background:transparent;color:#7f91a4;text-transform:uppercase;font-size:11px;font-weight:650;letter-spacing:.2px;cursor:default}.tm-tg-emoji-tabs button.active{color:#5eb5f7}.tm-tg-emoji-tabs button.active:after{content:"";position:absolute;left:24%;right:24%;bottom:0;height:2px;border-radius:2px 2px 0 0;background:#5eb5f7}.tm-tg-emoji-tabs button:disabled{opacity:.7}.tm-tg-picker-body{background:#17212b}.tm-tg-picker-body .EmojiPickerReact{--epr-bg-color:#17212b !important;--epr-category-label-bg-color:#17212b !important;--epr-search-input-bg-color:#202b36 !important;--epr-search-input-bg-color-active:#202b36 !important;--epr-search-input-text-color:#d7e3ee !important;--epr-search-input-placeholder-color:#718395 !important;--epr-hover-bg-color:#24323f !important;--epr-focus-bg-color:#24323f !important;--epr-text-color:#d7e3ee !important;--epr-category-icon-active-color:#5eb5f7 !important;--epr-skin-tone-picker-menu-color:#202b36 !important;border:0!important;border-radius:0!important;box-shadow:none!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif!important}.tm-tg-picker-body .epr-search-container{padding:9px 10px 6px!important}.tm-tg-picker-body .epr-search-container input{height:34px!important;border-radius:17px!important;border:0!important;box-shadow:none!important;font-size:12px!important;padding-left:34px!important}.tm-tg-picker-body .epr-category-nav{padding:3px 7px 5px!important;border-bottom:1px solid rgba(255,255,255,.06)}.tm-tg-picker-body .epr-category-nav button{border-radius:7px!important}.tm-tg-picker-body .epr-emoji-category-label{font-size:12px!important;font-weight:600!important;color:#8fa1b3!important;padding:8px 11px 4px!important}.tm-tg-picker-body .epr-emoji-category-content{grid-template-columns:repeat(8,1fr)!important;gap:1px!important;padding:0 7px 7px!important}.tm-tg-picker-body .epr-emoji-category-content button{width:38px!important;height:38px!important;border-radius:8px!important}.tm-tg-picker-body .epr-emoji-img{width:28px!important;height:28px!important}.tm-tg-picker-body .epr-body::-webkit-scrollbar{width:5px}.tm-tg-picker-body .epr-body::-webkit-scrollbar-thumb{background:#657381;border-radius:5px}.tm-tg-picker-body .epr-body::-webkit-scrollbar-track{background:transparent}@media(max-width:760px){.tm-tg-emoji-popover{position:fixed;left:10px;right:10px;bottom:10px;top:auto;width:auto}}.tm-button-rows-editor{display:grid;gap:9px}.tm-button-row-card{border:1px solid var(--line);border-radius:9px;background:#fbfcfe;padding:9px}.tm-button-row-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.tm-button-row-head>b{font-size:11.5px;color:#5b6678}.tm-existing-media{margin:-2px -3px 9px;border-radius:9px;background:#eef2f6;color:#687487;padding:22px;text-align:center;font-size:11px}.tm-post-actions{display:flex;gap:5px;flex-wrap:wrap;min-width:330px}.tm-delivery-link{border:0;background:transparent;padding:0;color:#3d5068;font:inherit;font-size:11.5px;cursor:pointer;text-align:left}.tm-delivery-link:hover{text-decoration:underline}.tm-delivery-failed{color:var(--red)}.tm-modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;background:#10182361;display:flex;align-items:center;justify-content:center;padding:24px}.tm-delivery-modal{width:min(980px,96vw);max-height:82vh;overflow:auto;background:#fff;border-radius:12px;box-shadow:0 24px 70px #10182342;border:1px solid #e2e7ee}.tm-delivery-modal-head{position:sticky;top:0;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;padding:15px 17px;background:#fff;border-bottom:1px solid var(--line)}.tm-delivery-modal-head h2{font-size:15px;margin:0}.tm-delivery-modal-head p{font-size:11px;color:var(--muted);margin:3px 0 0}.tm-delivery-error{max-width:360px;color:#a33b3b;font-size:10.8px;white-space:normal;word-break:break-word}@media(max-width:760px){.tm-post-actions{min-width:240px}.tm-modal-backdrop{padding:8px}.tm-delivery-modal{width:100%;max-height:92vh}.tm-button-row-head{align-items:flex-start;flex-direction:column}}.btn.danger{border-color:#efc3c3;color:#a33b3b;background:#fff}.btn.danger:hover{background:#fff4f4}.tm-posts-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--line);margin-bottom:0}.tm-posts-toolbar-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.tm-inline-field{display:flex;align-items:center;gap:7px;font-size:11.5px;color:#667287}.tm-inline-field select{width:72px}.tm-check-col{width:34px;text-align:center!important}.tm-check-col input{width:15px;height:15px}.tm-row-selected td{background:#fff9f5}.tm-pagination{display:flex;align-items:center;justify-content:center;gap:12px;padding-top:13px;font-size:11.5px;color:#677386}.tm-feed-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:14px;align-items:start}.tm-feed-panel{padding-bottom:0;overflow:hidden}.tm-feed-info{position:sticky;top:18px}.tm-chat-feed{height:590px;overflow-y:auto;background:#eef2f6;border:1px solid var(--line);border-radius:9px;padding:14px;display:flex;flex-direction:column;gap:12px}.tm-chat-message{display:flex;gap:8px;align-items:flex-start;max-width:82%}.tm-chat-message.outgoing{align-self:flex-end;flex-direction:row-reverse}.tm-chat-avatar{width:30px;height:30px;border-radius:50%;background:#dde5ee;display:grid;place-items:center;font-size:11px;font-weight:700;color:#526174;flex:0 0 auto}.tm-chat-message.outgoing .tm-chat-avatar{background:#ffd9ca;color:#a64019}.tm-chat-bubble-wrap{min-width:0}.tm-chat-meta{display:flex;align-items:center;gap:6px;margin:0 3px 4px;font-size:10px;color:#8490a0}.tm-chat-meta b{color:#526174;font-size:10.5px}.tm-chat-bubble{background:#fff;border:1px solid #dfe5ec;border-radius:9px;padding:8px 10px;font-size:12px;line-height:1.45;white-space:pre-wrap;word-break:break-word;box-shadow:0 1px 2px #141e2808}.tm-chat-message.outgoing .tm-chat-bubble{background:#eaf7e9;border-color:#cfe8cd}.tm-chat-media-label{display:inline-block;font-size:9.5px;font-weight:650;color:#657386;background:#eef2f6;padding:2px 6px;border-radius:5px;margin-bottom:5px}.tm-chat-reply-link{border:0;background:transparent;color:#5689b5;padding:3px 3px 0;font-size:10.5px;cursor:pointer}.tm-chat-reply-link:hover{text-decoration:underline}.tm-reply-box{border-top:1px solid var(--line);margin:13px -14px 0;padding:10px 14px 12px;background:#fff}.tm-reply-target{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;border-left:3px solid var(--orange);background:#f7f9fc;border-radius:6px;padding:7px 9px;margin-bottom:8px}.tm-reply-target b{display:block;font-size:10.5px}.tm-reply-target span{display:block;font-size:10px;color:#758194;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:560px}.tm-reply-compose{display:flex;align-items:flex-end;gap:8px}.tm-reply-compose textarea{min-height:56px;max-height:130px;resize:vertical}.tm-reply-compose .btn{height:36px;flex:0 0 auto}.tm-reply-box>small{display:block;margin-top:4px;color:#8a95a5;font-size:9.5px}.tm-sub-head{margin-top:-8px;margin-bottom:10px}@media(max-width:980px){.tm-feed-layout{grid-template-columns:1fr}.tm-feed-info{position:static}}@media(max-width:760px){.tm-posts-toolbar{align-items:flex-start;flex-direction:column}.tm-chat-feed{height:500px;padding:9px}.tm-chat-message{max-width:96%}.tm-reply-compose{align-items:stretch;flex-direction:column}}
