:root{font-family:Inter,Manrope,Segoe UI,system-ui,sans-serif;color:#17211b;background:#f3f2ec;font-synthesis:none;--ink:#17211b;--muted:#68716b;--line:#dfe1da;--paper:#fbfbf7;--green:#2d6a4f;--lime:#d9ed92}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Georgia,Times New Roman,serif;letter-spacing:-.025em}.eyebrow{color:#758078;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin-bottom:10px}.logo{display:inline-flex;align-items:center;gap:11px;font-size:15px;font-weight:800;letter-spacing:.16em}.logo-mark{width:38px;height:38px;display:block;object-fit:contain}.primary,.ghost{border-radius:8px;border:1px solid transparent;padding:11px 17px;font-weight:700;transition:.18s ease}.primary{background:var(--ink);color:#fff;box-shadow:0 5px 16px #17211b18}.primary:hover{background:#2d6a4f;transform:translateY(-1px)}.primary:disabled{opacity:.45;cursor:not-allowed;transform:none}.ghost{background:transparent;border-color:#d4d8d1;color:var(--ink)}.ghost:hover{background:#eceee8}.small{padding:8px 12px;font-size:12px}.wide{width:100%;margin-top:6px;padding:13px}.text-button{border:0;background:none;color:var(--green);font-size:13px;font-weight:700;padding:10px}.text-button.inline{padding:8px 0}label{display:grid;gap:7px;font-size:12px;font-weight:700;color:#4c5750}input,textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #ccd2ca;border-radius:7px;padding:12px 13px;outline:none}input:focus,textarea:focus{border-color:#377a5d;box-shadow:0 0 0 3px #377a5d15}.optional{color:#9aa19c;font-weight:500;margin-left:4px}.error-box{padding:11px 13px;color:#8c2f2f;background:#fae9e6;border:1px solid #efc9c3;border-radius:7px;font-size:13px}.auth-page{min-height:100vh;display:grid;place-items:center;background:#f3f2ec}.auth-panel{width:100%;display:grid;place-items:center;padding:40px}.auth-card{width:min(390px,100%);display:grid;gap:18px}.auth-card .logo{justify-self:center;margin-bottom:15px;font-size:18px}.auth-card .logo-mark{width:72px;height:72px}.auth-card h2{font-size:36px;margin-bottom:6px}.auth-card h2{text-align:center}.app-shell{min-height:100vh}.app-header{height:74px;background:var(--paper);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 5vw}.app-brand{display:flex;align-items:center;gap:17px}.app-brand>span{padding-left:17px;border-left:1px solid var(--line);color:#8a938d;font-size:10px;letter-spacing:.03em}.header-actions{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:12px}.system-dot{width:7px;height:7px;border-radius:50%;background:#49a16c;box-shadow:0 0 0 4px #49a16c18}.system-dot.degraded{background:#c37442;box-shadow:0 0 0 4px #c3744218}.page{width:min(1180px,90vw);margin:0 auto;padding:70px 0}.page-title-row{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:44px}.page-title-row h1{font-size:52px;margin-bottom:6px}.page-title-row p:last-child{color:var(--muted)}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.project-card{min-height:165px;background:var(--paper);border:1px solid var(--line);border-radius:11px;padding:24px;display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:start;transition:.2s}.project-card:hover{transform:translateY(-3px);box-shadow:0 16px 35px #27372e10;border-color:#aeb8b0}.project-icon{width:42px;height:42px;background:#e5ecd9;color:#2d6a4f;display:grid;place-items:center;border-radius:9px;font-family:Georgia,serif;font-size:20px}.project-card h3{margin:3px 0 8px;font-size:16px}.project-card p{color:var(--muted);font-size:13px;line-height:1.5}.arrow{color:#86908a}.empty-state,.search-empty{background:var(--paper);border:1px dashed #cbd0c9;border-radius:12px;text-align:center;padding:70px 30px}.empty-state>span,.search-empty>span{display:block;font-size:34px;color:#70907d;margin-bottom:15px}.empty-state p,.search-empty p{color:var(--muted)}.loading-card,.full-loader{min-height:240px;display:grid;place-items:center;color:var(--muted)}.full-loader{min-height:100vh}.modal-backdrop{position:fixed;z-index:20;top:0;right:0;bottom:0;left:0;background:#111a1588;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:grid;place-items:center;padding:20px}.modal{width:min(500px,100%);background:var(--paper);border-radius:12px;box-shadow:0 25px 80px #0003;padding:28px}.modal-wide{width:min(780px,100%);max-height:88vh;overflow:auto}.modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.modal-head h2{margin:0;font-size:30px}.close,.icon-button{border:0;background:none;color:#7f8982;font-size:25px;line-height:1}.stack-form{display:grid;gap:18px}.modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:4px}.modal-copy{color:var(--muted);font-size:13px;margin:-8px 0 0}.workspace{min-height:100vh;display:grid;grid-template-columns:245px minmax(520px,1fr) 290px}.sidebar{background:#17211b;color:#e9ece5;padding:25px 20px;display:flex;flex-direction:column;min-height:100vh;position:sticky;top:0;height:100vh}.sidebar .logo{margin:0}.sidebar-brand-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:35px}.system-health-trigger{display:flex;align-items:center;gap:6px;min-width:0;padding:7px 8px;border:1px solid #ffffff18;border-radius:7px;background:#ffffff08;color:#91a198}.system-health-trigger:hover{color:#e9ece5;background:#ffffff0d}.system-health-trigger span{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:#c08a3e;box-shadow:0 0 0 3px #c08a3e18}.system-health-trigger.healthy span{background:#51ad75;box-shadow:0 0 0 3px #51ad7518;animation:pulse 1.8s infinite}.system-health-trigger b{font-size:9px;text-transform:uppercase;letter-spacing:.06em}.back-link{color:#9aaba0;font-size:12px;margin-bottom:31px}.project-heading{border-bottom:1px solid #ffffff15;padding-bottom:22px;margin-bottom:20px}.project-heading h2{font-size:27px;margin-bottom:7px}.project-heading p:last-child{font-size:12px;color:#98a89e;line-height:1.5}.project-name-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px}.project-name-row h2{min-width:0;overflow-wrap:anywhere}.project-name-row button{width:27px;height:27px;margin-top:2px;border:1px solid #ffffff18;border-radius:6px;background:#ffffff08;color:#9eafa4;font-size:14px}.project-name-row button:hover{color:var(--lime);background:#ffffff0d}.side-section-title{display:flex;justify-content:space-between;text-transform:uppercase;letter-spacing:.12em;color:#82938a;font-size:10px;font-weight:700;margin:0 4px 13px}.channel-check{position:relative;display:flex;align-items:center;gap:9px;color:#ccd5ce;font-size:12px;padding:8px 4px;cursor:pointer;min-width:0}.channel-check input{position:absolute;opacity:0;width:0}.check-ui{flex:0 0 auto;width:14px;height:14px;border:1px solid #687b70;border-radius:3px}.channel-check input:checked+.check-ui{background:var(--lime);border-color:var(--lime);box-shadow:inset 0 0 0 3px #17211b}.tg-mini{color:#6c9ab4}.source-platform{flex:0 0 auto;width:18px;height:18px;display:grid;place-items:center;border-radius:5px;font-size:9px;font-weight:800;background:#deecf2;color:#347b9d}.source-platform.max{color:#3158b7;background:#e1e7ff}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-list{max-height:35vh;overflow:auto}.add-channel-link,.danger-link{border:0;background:none;text-align:left;color:#d9ed92;font-size:12px;font-weight:700;padding:14px 4px}.add-channel-link:disabled{color:#66746c;cursor:not-allowed}.danger-link{color:#a27f7b;margin-top:auto}.workspace-main{padding:38px clamp(28px,4vw,65px);overflow:hidden}.workspace-top{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.workspace-top h1{font-size:42px;margin:0}.stat-strip{display:flex;gap:25px}.stat-strip div{display:grid}.stat-strip b{font-family:Georgia,Times New Roman,serif;font-size:20px}.stat-strip span{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.warning-banner{display:flex;gap:14px;background:#f4ecd5;border:1px solid #ded1a8;border-radius:9px;padding:15px 17px;margin-bottom:18px}.warning-banner>span{width:23px;height:23px;display:grid;place-items:center;border-radius:50%;background:#ad813a;color:#fff;font-weight:700}.warning-banner strong{font-size:13px}.warning-banner p{color:#76684c;font-size:12px;margin:3px 0 0}.warning-banner.max-warning>span{background:#3158b7;font-size:10px}.search-panel{background:var(--paper);border:1px solid var(--line);padding:15px;border-radius:11px;box-shadow:0 10px 30px #28352d09}.search-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;border-bottom:1px solid #e5e7e0;padding-bottom:14px}.search-row input{border:0;box-shadow:none;background:transparent;font-size:16px}.search-icon{font-size:27px;color:#728078;padding:0 7px}.filters{display:flex;justify-content:space-between;gap:14px;align-items:center;padding-top:13px}.segmented{display:flex;gap:3px;background:#edefe9;border-radius:7px;padding:3px}.segmented button{border:0;background:none;padding:7px 10px;border-radius:5px;color:#6d766f;font-size:11px;font-weight:700}.segmented .active{background:#fff;color:var(--ink);box-shadow:0 2px 6px #0000000e}.date-filters{display:flex;align-items:center;gap:8px}.date-filters label{display:flex;align-items:center;gap:5px;color:#89918c;font-size:10px}.date-filters input{width:120px;padding:7px;font-size:10px}.selected-label{color:#65716a;font-size:10px;border-left:1px solid var(--line);padding-left:8px}.results-section{margin-top:29px}.results-head h2{font:700 12px Inter,Manrope,Segoe UI,sans-serif;text-transform:uppercase;letter-spacing:.11em;color:#69736d}.search-empty{padding:50px 20px}.search-empty h3{margin-bottom:8px}.results-list{display:grid;gap:12px}.result-card{background:var(--paper);border:1px solid var(--line);border-radius:9px;padding:20px 22px}.result-meta{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin-bottom:17px}.result-meta div{display:grid;gap:3px}.result-meta strong{font-size:12px}.result-meta span,.result-meta time{font-size:10px;color:#7e8781}.message-text{font:400 13px/1.42 Inter,Manrope,Segoe UI,sans-serif;white-space:normal;overflow-wrap:anywhere}.message-text.collapsed{max-height:220px;overflow:hidden;-webkit-mask-image:linear-gradient(#000 75%,transparent);mask-image:linear-gradient(#000 75%,transparent)}mark{background:#d9ed92;color:#17211b;padding:1px 2px;border-radius:2px}.original-link{display:inline-block;color:var(--green);font-size:11px;font-weight:700;margin-top:16px}.original-link span{margin-left:4px}.load-more{justify-self:center;margin-top:8px}.search-error{margin-top:14px}.right-panel{background:var(--paper);border-left:1px solid var(--line);padding:31px 19px;min-height:100vh}.right-title{display:flex;justify-content:space-between;align-items:center;margin:0 3px 20px}.right-title h3{font-size:13px;text-transform:uppercase;letter-spacing:.1em;margin:0}.right-title button{border:1px solid var(--line);border-radius:6px;background:#fff;width:28px;height:28px}.right-title button:disabled{opacity:.4}.channel-card{border:1px solid var(--line);border-radius:8px;padding:14px;margin-bottom:10px}.channel-card-head{display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center}.tg-badge{width:28px;height:28px;border-radius:50%;background:#deecf2;color:#347b9d;display:grid;place-items:center}.tg-badge.max{background:#e1e7ff;color:#3158b7;font-size:10px;font-weight:800}.channel-card-head div{display:grid;min-width:0}.channel-card-head strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-card-head span{color:#8b938e;font-size:9px;margin-top:2px}.status{font-size:10px;color:#65706a;margin:13px 0 9px;display:flex;align-items:center;gap:6px}.status i{width:6px;height:6px;border-radius:50%;background:#98a099}.status.active i{background:#45a06b}.status.indexing i{background:#d2963e;animation:pulse 1.4s infinite}.status.error i{background:#b6544b}@keyframes pulse{50%{opacity:.35}}.channel-meta{display:grid;gap:4px;border-top:1px solid #eceee9;padding-top:9px;color:#8a928d;font-size:9px}.channel-error{color:#9a443d;font-size:9px;margin:8px 0 0}.channels-empty{text-align:center;padding:28px 8px;color:var(--muted);font-size:11px}.muted{color:var(--muted)}@media(max-width:1100px){.workspace{grid-template-columns:220px 1fr}.right-panel{display:none}.project-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.auth-panel{padding:35px 22px}.workspace{display:block}.sidebar{position:static;height:auto;min-height:auto}.channel-list,.channel-check,.side-section-title,.danger-link{display:none}.sidebar .logo{margin-bottom:20px}.project-heading{margin:0;border:0;padding:0}.project-heading p,.back-link{display:none}.workspace-main{padding:28px 18px}.workspace-top{align-items:start}.stat-strip{display:none}.filters{align-items:stretch;flex-direction:column}.date-filters{flex-wrap:wrap}.search-row{grid-template-columns:auto 1fr}.search-row .primary{grid-column:1/-1;margin-top:10px}.project-grid{grid-template-columns:1fr}.page-title-row{align-items:start;flex-direction:column}.page-title-row h1{font-size:42px}.app-header{padding:0 20px}.app-brand>span{display:none}.header-actions{font-size:0}}.workspace{grid-template-columns:280px minmax(520px,1fr) 310px}.sources-toggle{width:100%;border:1px solid #ffffff16;border-radius:9px;padding:12px;background:#ffffff08;color:#e9ece5;display:flex;align-items:center;justify-content:space-between;text-align:left}.sources-toggle span{display:grid;gap:3px}.sources-toggle b{font-size:12px}.sources-toggle small{color:#87988e;font-size:9px;font-weight:500}.sources-toggle i{width:23px;height:23px;border-radius:6px;display:grid;place-items:center;background:#ffffff0d;color:var(--lime);font-style:normal}.sources-drawer{min-height:0;display:flex;flex-direction:column;margin-top:9px}.all-channels{padding:10px 8px;border-bottom:1px solid #ffffff10}.channel-list{max-height:47vh;padding-right:3px;scrollbar-width:thin;scrollbar-color:#53645a transparent}.source-group{border-bottom:1px solid #ffffff10}.source-group:last-child{border-bottom:0}.source-group-head{display:grid;grid-template-columns:minmax(0,1fr) 28px;align-items:center;padding:8px 2px 6px}.platform-group-check{position:relative;display:flex;align-items:center;gap:8px;min-width:0;padding:3px;color:#dfe5e0;cursor:pointer}.platform-group-check input{position:absolute;opacity:0;width:0}.platform-group-check input:checked+.check-ui{background:var(--lime);border-color:var(--lime);box-shadow:inset 0 0 0 3px #17211b}.platform-group-check b{font-size:11px;letter-spacing:.02em}.platform-group-check small{min-width:19px;height:19px;padding:0 6px;border-radius:10px;display:grid;place-items:center;background:#ffffff0c;color:#8fa096;font-size:8px}.source-group-head>button{width:25px;height:25px;border:0;border-radius:5px;background:transparent;color:#899b90;font-size:14px}.source-group-head>button:hover{background:#ffffff08;color:#dfe5e0}.source-group-list{padding-left:8px}.source-group-list .source-row:last-child{border-bottom:0}.source-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;border-bottom:1px solid #ffffff0a}.source-row .channel-check{min-width:0;padding:10px 5px}.source-copy{display:grid;min-width:0;gap:4px}.source-copy b{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:11px;color:#dfe5e0}.source-copy small{display:flex;align-items:center;gap:4px;color:#788a7f;font-size:8px;font-weight:500}.source-status{width:5px;height:5px;border-radius:50%;background:#99a09b}.source-status.active{background:#51ad75}.source-status.indexing{background:#e1a747}.source-status.error{background:#d6665c}.source-status.healthy{background:#51ad75}.source-status.warning{background:#d49a3e}.source-remove{opacity:0;width:23px;height:23px;border:0;border-radius:5px;background:transparent;color:#98a79e;font-size:17px}.source-row:hover .source-remove,.source-remove:focus{opacity:1}.source-remove:hover{background:#ffffff0e;color:#e1a29c}.source-empty{margin:18px 7px 8px;color:#7f9186;font-size:10px}.danger-link{padding-top:14px;border-top:1px solid #ffffff10}.workspace-main{background:#f3f2ec;min-height:100vh}.live-section{margin-top:10px}.live-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding:0 3px}.live-head>div{display:flex;align-items:center;gap:11px}.live-head h2{font:700 13px Inter,Manrope,Segoe UI,sans-serif;text-transform:uppercase;letter-spacing:.1em;margin:0 0 3px}.live-head p,.refresh-note{color:var(--muted);font-size:10px;margin:0}.live-dot{width:9px;height:9px;border-radius:50%;background:#46a46d;box-shadow:0 0 0 5px #46a46d18;animation:pulse 1.8s infinite}.feed-loading,.feed-empty{min-height:390px;border:1px dashed #cbd0c9;border-radius:12px;background:var(--paper);display:grid;place-content:center;justify-items:center;text-align:center;padding:45px;color:var(--muted)}.feed-empty>span:not(.radar){font-size:38px;color:#789181;margin-bottom:14px}.feed-empty h3{color:var(--ink);margin:0 0 8px}.feed-empty p{max-width:460px;font-size:12px;line-height:1.6;margin:0}.radar{width:66px;height:66px;border:1px solid #8caf99;border-radius:50%;margin-bottom:20px;position:relative;box-shadow:0 0 0 12px #8caf990e,0 0 0 24px #8caf9909}.radar:before{content:"";position:absolute;inset:50% 8px auto 50%;height:1px;background:#4e936b;transform-origin:left;animation:sweep 2s linear infinite}.radar:after{content:"";position:absolute;width:6px;height:6px;border-radius:50%;background:#4e936b;right:12px;top:18px}@keyframes sweep{to{transform:rotate(360deg)}}.live-list .result-card:first-child{border-color:#b6ceb9;box-shadow:0 9px 28px #355c4210}.matched-terms{display:flex;flex-wrap:wrap;gap:5px;margin:-4px 0 12px 38px}.matched-terms span{background:#e6efcf;color:#456047;padding:3px 7px;border-radius:20px;font-size:9px;font-weight:700}.right-panel{position:sticky;top:0;height:100vh;overflow:auto;padding:36px 24px}.word-cloud-head h2{font-size:31px;margin-bottom:10px}.word-cloud-head>p:last-child{color:var(--muted);font-size:11px;line-height:1.55}.term-form{display:grid;grid-template-columns:1fr 42px;gap:7px;margin:23px 0 12px}.term-form input{min-width:0;padding:10px}.term-form .primary{padding:0;font-size:20px}.term-error{margin-bottom:12px;font-size:10px}.word-cloud{display:flex;align-items:center;align-content:flex-start;flex-wrap:wrap;gap:7px;margin:22px 0}.word-chip{border:0;border-radius:100px;padding:8px 10px 8px 13px;display:flex;align-items:center;gap:5px;font-family:Georgia,Times New Roman,serif;transition:.18s}.word-chip:hover{transform:translateY(-2px);filter:saturate(1.2)}.word-chip sup{font:700 8px Inter,sans-serif;opacity:.65}.word-chip i{opacity:.45;font:400 12px Inter,sans-serif;font-style:normal}.tone-0{background:#dcebc6;color:#36533d}.tone-1{background:#dceaf0;color:#315469}.tone-2{background:#efe2c5;color:#684f2f}.tone-3{background:#e9dada;color:#684141}.tone-4{background:#e4dfee;color:#51466a}.terms-empty{text-align:center;border:1px dashed var(--line);border-radius:10px;padding:30px 15px;color:var(--muted);font-size:11px}.terms-empty span{display:block;font-size:25px;margin-bottom:8px;color:#748c7b}.terms-empty p{margin:0;line-height:1.5}.cloud-note{display:flex;gap:9px;border-top:1px solid var(--line);padding-top:18px;margin-top:25px;color:#7b847e}.cloud-note span{flex:0 0 auto;width:18px;height:18px;display:grid;place-items:center;border:1px solid #aeb6b0;border-radius:50%;font:700 9px Georgia,serif}.cloud-note p{font-size:9px;line-height:1.55;margin:1px 0 0}.max-diagnostics{margin-top:24px;padding:15px;border:1px solid var(--line);border-radius:11px;background:#fff;box-shadow:0 6px 20px #24312808}.health-summary{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:15px 17px;border:1px solid #e0d3ad;border-radius:10px;background:#f6eed8}.health-summary.healthy{border-color:#bed7c4;background:#eaf4ec}.health-summary-icon{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:#b5843e;color:#fff;font-weight:800}.health-summary.healthy .health-summary-icon{background:#4d9e69}.health-summary strong{font-size:14px}.health-summary p{margin:3px 0 0;color:var(--muted);font-size:10px}.health-component-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:15px}.health-component{min-width:0;padding:13px 14px;border:1px solid var(--line);border-radius:9px;background:#fff}.health-component-head{display:flex;align-items:center;gap:9px}.component-status-dot{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:#49a16c;box-shadow:0 0 0 3px #49a16c18}.health-component.degraded .component-status-dot,.health-component.not_configured .component-status-dot{background:#c08a3e;box-shadow:0 0 0 3px #c08a3e18}.health-component.offline .component-status-dot{background:#c15f54;box-shadow:0 0 0 3px #c15f5418}.health-component h3{margin:0;font:700 12px Inter,Manrope,Segoe UI,sans-serif}.health-component-head small{color:var(--muted);font-size:8px}.health-component>p{min-height:31px;margin:10px 0 7px;color:#626d66;font-size:10px;line-height:1.5}.health-component time{color:#929b95;font-size:8px}.system-health-modal>.max-diagnostics{margin-top:15px}.max-diagnostics-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.max-diagnostics-head>div{display:flex;align-items:center;gap:9px}.max-diagnostics-head p{margin:0 0 2px;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.08em}.max-diagnostics-head strong{font-size:14px;color:var(--ink)}.max-diagnostics-head>small{color:var(--muted);font-size:8px;white-space:nowrap}.health-pulse{width:9px;height:9px;border-radius:50%;background:#c08a3e;box-shadow:0 0 0 4px #c08a3e18}.max-diagnostics.healthy .health-pulse{background:#49a16c;box-shadow:0 0 0 4px #49a16c18;animation:pulse 1.8s infinite}.max-diagnostic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin:14px 0 9px}.max-diagnostic-grid div{min-width:0;padding:8px 3px;border-radius:7px;background:#f4f5f0;text-align:center}.max-diagnostic-grid b{display:block;overflow:hidden;color:var(--ink);font-size:11px;white-space:nowrap;text-overflow:ellipsis}.max-diagnostic-grid span{display:block;margin-top:2px;color:var(--muted);font-size:7px}.diagnostic-progress{height:3px;overflow:hidden;border-radius:3px;background:#e6e9e3}.diagnostic-progress i{display:block;height:100%;border-radius:inherit;background:#5c9d70;transition:width .3s}.max-diagnostics.attention .diagnostic-progress i{background:#c08a3e}.diagnostic-message{margin:9px 0 0;color:#6f7972;font-size:9px;line-height:1.45}.diagnostic-alerts{display:grid;gap:5px;margin-top:10px}.diagnostic-alerts p{margin:0;padding:7px 8px;border-left:2px solid #cc7568;border-radius:3px;background:#f8ece9;color:#704e49;font-size:8px;line-height:1.45}.notification-controls{display:grid;gap:5px;margin-top:11px}.notification-controls button{width:100%;border:1px solid #ccd3cc;border-radius:6px;padding:7px;background:#f8f9f6;color:#536159;font-size:8px;font-weight:700}.notification-controls button:hover{background:#eef2ec}.test-alert-result{display:block;margin-top:6px;font-size:8px}.test-alert-result.ok{color:#3f7954}.test-alert-result.error{color:#a44f45}.diagnostic-foot{display:block;margin-top:10px;color:#929b95;font-size:7px}.platform-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;border-radius:8px;background:#eceee8}.platform-tabs button{border:0;border-radius:6px;padding:9px;background:transparent;color:#6d766f;font-size:12px;font-weight:700}.platform-tabs button.active{background:#fff;color:var(--ink);box-shadow:0 2px 8px #17211b12}.collector-state{display:flex;align-items:center;gap:7px;padding:9px 11px;border-radius:7px;font-size:11px}.collector-state i{width:7px;height:7px;flex:0 0 auto;border-radius:50%}.collector-state.ok{color:#356347;background:#e5f1e8}.collector-state.ok i{background:#49a16c}.collector-state.attention{color:#76684c;background:#f4ecd5}.collector-state.attention i{background:#ad813a}@media(max-width:1100px){.workspace{display:grid;grid-template-columns:240px minmax(0,1fr)}.sidebar{grid-row:1/3}.right-panel{display:block;grid-column:2;position:static;height:auto;min-height:0;border-left:0;border-top:1px solid var(--line)}}@media(max-width:760px){.workspace{display:block}.sidebar{position:static;height:auto;min-height:auto}.sources-toggle,.sources-drawer{display:flex}.channel-list{display:block;max-height:260px}.channel-check{display:flex}.danger-link{display:block;margin-top:18px}.workspace-main{padding:28px 18px}.right-panel{display:block;padding:28px 20px}.feed-empty{min-height:300px;padding:30px 20px}.refresh-note{display:none}.modal-wide{max-height:94vh}.health-component-grid{grid-template-columns:1fr}.health-summary{grid-template-columns:auto 1fr}.health-summary button{grid-column:1/-1}}
