:root{--green:#2f8f45;--green-dark:#1f6f35;--green-soft:#eaf6ed;--orange:#ff9d2e;--orange-dark:#e88412;--white:#fff;--bg:#f4f7f3;--text:#172019;--muted:#66746b;--border:#dfe8e1;--danger:#b23333;--danger-bg:#fff1f1;--shadow:0 10px 26px #1f6f351f;--radius:16px;color:var(--text);background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden}body{background:radial-gradient(circle at top left, #2f8f4524, transparent 30%), var(--bg);min-width:320px;margin:0}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}.error-banner{white-space:pre-line}.login-shell{grid-template-columns:minmax(0,1fr) 430px;align-items:center;gap:56px;min-height:100vh;padding:48px clamp(24px,7vw,120px);display:grid;overflow-y:auto}.login-hero{color:var(--white);background:linear-gradient(135deg, var(--green-dark), var(--green));box-shadow:var(--shadow);border-radius:32px;flex-direction:column;justify-content:center;min-height:520px;padding:clamp(32px,7vw,80px);display:flex;position:relative;overflow:hidden}.login-hero:after{content:"";background:#ffffff21;border-radius:50%;width:260px;height:260px;position:absolute;bottom:-80px;right:-80px}.login-brand-badge{letter-spacing:.04em;background:#ffffff24;border-radius:999px;width:fit-content;padding:9px 14px;font-weight:800}.login-hero h1{max-width:720px;margin:28px 0 22px;font-size:clamp(40px,6vw,68px);line-height:.96}.login-hero p{color:#ffffffdb;max-width:620px;font-size:18px;line-height:1.7}.login-palette{gap:10px;margin-top:28px;display:flex}.palette{border-radius:999px;width:48px;height:8px}.palette.green{background:#7fd58e}.palette.white{background:var(--white)}.palette.orange{background:var(--orange)}.login-card,.loading-card,.summary-card,.side-panel,.chat-panel,.accounts-panel,.modal-card{border:1px solid var(--border);box-shadow:var(--shadow);background:#fffffff5}.login-card{border-radius:28px;padding:34px}.login-card-header h2{margin:0 0 8px;font-size:32px}.login-card-header p,.panel-header p,.compact-header p,.summary-card p,.chat-panel-header p{color:var(--muted);margin:0}.login-card .error-banner{margin-top:22px;margin-bottom:28px}.login-form{gap:18px;margin-top:28px;display:grid}.login-form label{color:var(--green-dark);gap:8px;font-weight:700;display:grid}.login-form input{border:1px solid var(--border);background:var(--white);border-radius:14px;outline:none;width:100%;padding:14px 15px;transition:border-color .15s,box-shadow .15s}.login-form input:focus{border-color:var(--green);box-shadow:0 0 0 4px #2f8f4524}.password-input-wrap{align-items:center;display:flex;position:relative}.password-input-wrap input{padding-right:50px}.password-toggle{width:38px;height:38px;color:var(--green-dark);background:0 0;border:0;border-radius:10px;place-items:center;font-size:18px;display:grid;position:absolute;right:8px}.password-toggle:hover{background:var(--green-soft)}.orange-button{background:var(--orange);color:var(--white);border:0;border-radius:12px;padding:14px 18px;font-weight:800;transition:background .15s,transform .15s}.orange-button:hover:not(:disabled){background:var(--orange-dark);transform:translateY(-1px)}.orange-button.small{padding:8px 12px;font-size:13px}.ghost-button,.link-button{border:1px solid var(--border);background:var(--white);color:var(--green-dark);border-radius:10px;padding:8px 11px;font-size:13px;font-weight:800}.link-button{color:var(--green);background:0 0;border:0;padding:0}.app-shell{flex-direction:column;height:100vh;display:flex;overflow:hidden}.app-header{background:var(--green);min-height:52px;color:var(--white);z-index:10;flex:none;grid-template-columns:1fr auto;align-items:center;gap:18px;padding:8px clamp(14px,2.5vw,32px);display:grid;box-shadow:0 8px 22px #1f6f3530}.brand-block,.user-block{align-items:center;min-width:0;display:flex}.brand-block{gap:10px}.brand-mark{background:var(--white);width:34px;height:34px;color:var(--green-dark);border-radius:10px;place-items:center;font-size:13px;font-weight:900;display:grid}.brand-title{font-size:16px;font-weight:900;line-height:1.05}.brand-subtitle{color:#ffffffc7;font-size:11px;line-height:1.25}.user-block{justify-content:flex-end;gap:12px}.user-identity{text-align:right;gap:0;display:grid}.user-caption{color:#ffffffad;letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-weight:800}.user-name,.user-email{color:#fffffff0;font-size:14px;font-weight:800}.dashboard{flex-direction:column;flex:1;gap:12px;min-height:0;padding:12px clamp(12px,2vw,24px) 14px;display:flex;overflow:hidden}.dashboard>.error-banner{flex:none}.summary-grid{flex:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.summary-card{border-radius:var(--radius);min-height:76px;padding:12px 14px}.summary-card span{color:var(--muted);font-size:12px;font-weight:800}.summary-card strong{white-space:nowrap;text-overflow:ellipsis;margin:5px 0 3px;font-size:22px;line-height:1.1;display:block;overflow:hidden}.summary-card p{font-size:12px}.summary-card.accent{background:linear-gradient(135deg,#fff,#fff7ed);border-color:#ff9d2e80}.workspace{flex:1;grid-template-columns:290px minmax(0,1fr) 250px;align-items:stretch;gap:12px;min-height:0;display:grid;overflow:hidden}.side-panel,.chat-panel,.accounts-panel{border-radius:var(--radius);flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.panel-header,.chat-panel-header,.modal-header{border-bottom:1px solid var(--border);flex:none;justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:12px 14px;display:flex}.panel-header h2,.chat-panel-header h2,.modal-header h3{white-space:nowrap;text-overflow:ellipsis;margin:0 0 2px;font-size:18px;line-height:1.15;overflow:hidden}.chat-panel-header>div:first-child,.panel-header>div:first-child{min-width:0}.chat-panel-header p,.panel-header p,.compact-header p{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.compact-header{display:block}.chat-list,.account-list{flex:1;align-content:start;gap:9px;min-height:0;padding:10px;display:grid;overflow:hidden auto}.chat-item{border:1px solid var(--border);background:var(--white);text-align:left;border-radius:14px;width:100%;min-width:0;padding:11px 12px;transition:border-color .15s,background .15s,transform .15s;overflow:hidden}.chat-item:hover,.chat-item.active{border-color:var(--green);background:var(--green-soft);transform:translateY(-1px)}.chat-item-title{white-space:nowrap;text-overflow:ellipsis;min-width:0;margin-bottom:6px;font-weight:900;overflow:hidden}.chat-item-meta{color:var(--muted);justify-content:space-between;gap:10px;min-width:0;font-size:11px;display:flex}.chat-item-meta span{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.chat-item-preview{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-top:6px;font-size:12px;overflow:hidden}.chat-header-badge,.reaction-pill{background:var(--green-soft);color:var(--green-dark);border-radius:999px;padding:5px 9px;font-size:11px;font-weight:900}.status-pill{color:#69746d;background:#eef1ee;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:900}.messages-list{scroll-behavior:auto;flex-direction:column;flex:1;gap:11px;min-height:0;padding:14px;display:flex;overflow:hidden auto}.load-older-wrap{flex:none;justify-content:center;padding:2px 0 8px;display:flex}.message-bubble{border:1px solid var(--border);background:var(--white);border-radius:16px;width:min(760px,92%);padding:12px}.message-bubble.outgoing{background:#f2fbf4;border-color:#2f8f4547;align-self:flex-end}.message-bubble.deleted{background:var(--danger-bg);border-style:dashed}.message-meta-row,.message-footer,.version-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:9px;font-size:11px;display:flex}.message-meta-row strong{color:var(--green-dark);font-size:13px}.message-text{white-space:pre-wrap;margin:8px 0;font-size:14px;line-height:1.48}.message-forward,.message-reply,.media-placeholder,.deleted-label{border-radius:11px;margin-top:8px;padding:7px 9px;font-size:12px}.message-forward{color:#9a5208;background:#fff6ea}.message-reply{background:var(--green-soft);color:var(--green-dark);border-left:4px solid var(--green)}.media-placeholder{color:var(--muted);background:#f5f5f5}.deleted-label{color:var(--danger);background:#ffe0e0;font-weight:900}.message-footer{justify-content:space-between;margin-top:9px}.reactions-row{flex-wrap:wrap;gap:6px;display:flex}.account-card{border:1px solid var(--border);background:var(--white);width:100%;min-width:0;color:var(--text);text-align:left;border-radius:14px;gap:7px;padding:10px;transition:border-color .15s,background .15s,transform .15s;display:grid;overflow:hidden}.account-card:hover,.account-card.active{border-color:var(--green);background:var(--green-soft);transform:translateY(-1px)}.account-card.active{box-shadow:inset 4px 0 0 var(--orange)}.account-card strong,.account-card span{white-space:nowrap;text-overflow:ellipsis;min-width:0;display:block;overflow:hidden}.account-card span:not(.status-pill){color:var(--muted);font-size:12px}.status-pill.running,.status-pill.active{background:var(--green-soft);color:var(--green-dark)}.status-pill.starting{color:#8a5a00;background:#fff3d8}.status-pill.stopped,.status-pill.disabled{color:#69746d;background:#eef1ee}.status-pill.error,.status-pill.login_required{background:var(--danger-bg);color:var(--danger)}.account-error{color:var(--danger);margin:0;font-size:12px}.error-banner{color:var(--danger);background:var(--danger-bg);white-space:pre-line;border:1px solid #fac2c2;border-radius:14px;margin-bottom:10px;padding:12px 14px}.loading-card,.empty-state{border-radius:var(--radius);text-align:center;color:var(--muted);padding:24px}.loading-card.compact{box-shadow:none}.modal-backdrop{z-index:100;background:#17201973;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal-card{border-radius:24px;width:min(760px,100%);max-height:82vh;overflow:hidden}.versions-list{gap:12px;max-height:60vh;padding:18px;display:grid;overflow-y:auto}.version-card{border:1px solid var(--border);border-radius:16px;padding:14px}.version-card.current{border-color:var(--green);background:var(--green-soft)}.version-card p{white-space:pre-wrap;margin:10px 0 0}@media (width<=1180px){.workspace{grid-template-columns:280px minmax(0,1fr)}.accounts-panel{grid-column:1/-1;min-height:160px}.account-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=860px){html,body,#root{overflow:auto}.login-shell{grid-template-columns:1fr}.login-hero{min-height:auto}.app-shell{height:auto;min-height:100vh;overflow:visible}.app-header{grid-template-columns:1fr;justify-items:start}.user-block{justify-content:flex-start}.user-identity{text-align:left}.dashboard{overflow:visible}.summary-grid,.workspace,.account-list{grid-template-columns:1fr}.side-panel,.chat-panel,.accounts-panel{min-height:360px}}@media (width>=861px){html,body,#root{height:100%;overflow:hidden}.app-shell{height:100vh;min-height:0;overflow:hidden}.dashboard{flex:auto;min-height:0;overflow:hidden}.summary-grid{flex:none}.workspace{flex:auto;align-items:stretch;min-height:0;overflow:hidden}.side-panel,.chat-panel{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.accounts-panel{flex-direction:column;align-self:flex-start;height:min(66vh,620px);min-height:320px;max-height:calc(100vh - 145px);display:flex;overflow:hidden}.panel-header,.chat-panel-header{flex:none}.chat-list,.account-list,.messages-list{overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;min-height:0;overflow:hidden auto}.chat-list,.account-list{flex:auto;align-content:start;gap:10px;max-height:none;padding:10px;display:grid}.messages-list{flex:auto}.chat-item{border-radius:15px!important;min-height:88px!important;padding:12px 13px!important;display:block!important}.chat-item-title{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden;margin-bottom:7px!important;font-size:16px!important;line-height:1.25!important}.chat-item-meta{justify-content:space-between;gap:10px;font-size:11px!important;line-height:1.3!important;display:flex!important}.chat-item-preview{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-top:7px!important;font-size:12px!important;line-height:1.3!important;display:block!important}.account-card strong,.account-card span,.chat-panel-header h2,.chat-panel-header p,.panel-header h2,.panel-header p{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.chat-list::-webkit-scrollbar{width:8px}.account-list::-webkit-scrollbar{width:8px}.messages-list::-webkit-scrollbar{width:8px}.chat-list::-webkit-scrollbar-thumb{background:#1f6f3547;border-radius:999px}.account-list::-webkit-scrollbar-thumb{background:#1f6f3547;border-radius:999px}.messages-list::-webkit-scrollbar-thumb{background:#1f6f3547;border-radius:999px}.chat-list::-webkit-scrollbar-track{background:0 0}.account-list::-webkit-scrollbar-track{background:0 0}.messages-list::-webkit-scrollbar-track{background:0 0}}.message-meta-row{justify-content:space-between!important;align-items:flex-start!important;gap:12px!important}.message-sender-block{gap:2px;min-width:0;display:grid}.message-sender-identity{min-width:0;color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;line-height:1.2;overflow:hidden}.message-meta-details{color:var(--muted);white-space:nowrap;flex:none;justify-content:flex-end;align-items:center;gap:8px;font-size:11px;display:flex}.chat-title-block{gap:4px;min-width:0;display:grid}.chat-peer-identity{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;line-height:1.25;overflow:hidden}.message-meta-row{align-items:center!important}.message-sender-name{min-width:0;color:var(--green-dark);white-space:nowrap;text-overflow:ellipsis;font-size:13px;line-height:1.2;overflow:hidden}.chat-controls{border-bottom:1px solid #dfe8e1b3;flex:none;gap:9px;padding:0 10px 10px;display:grid}.compact-input{border:1px solid var(--border);background:var(--white);width:100%;min-width:0;color:var(--text);border-radius:12px;outline:none;padding:8px 10px;font-size:13px;line-height:1.2;transition:border-color .15s,box-shadow .15s}.compact-input:focus{border-color:var(--green);box-shadow:0 0 0 3px #2f8f451f}.compact-input:disabled{color:var(--muted);background:#f5f7f5}.chat-type-filters{flex-wrap:wrap;gap:6px;display:flex}.filter-chip{border:1px solid var(--border);background:var(--white);color:var(--green-dark);border-radius:999px;padding:5px 8px;font-size:11px;font-weight:800;line-height:1}.filter-chip.active{border-color:var(--green);background:var(--green-soft);color:var(--green-dark)}.chat-header-actions{flex:none;justify-items:end;gap:8px;min-width:min(420px,46%);display:grid}.message-search-form{grid-template-columns:minmax(150px,1fr) auto auto;align-items:center;gap:8px;width:min(420px,100%);display:grid}.search-status{color:var(--muted);border-bottom:1px solid #dfe8e1bf;flex:none;margin:0;padding:8px 16px;font-size:12px}.search-status strong{color:var(--green-dark)}@media (width<=1100px){.chat-panel-header{align-items:stretch}.chat-header-actions{justify-items:stretch;min-width:0}.message-search-form{grid-template-columns:1fr auto;width:100%}.message-search-form .link-button{grid-column:1/-1}}.header-action-button{padding:9px 12px;font-size:13px}.activity-modal-card{background:#fbfdfb;border:1px solid #2f8f4547;flex-direction:column;width:min(1180px,100vw - 52px);height:min(510px,100vh - 120px);max-height:calc(100vh - 120px);display:flex;overflow:hidden;box-shadow:0 24px 70px #17201947}.activity-modal-card .modal-header{background:#fffffff5;border-bottom:1px solid #2f8f4529;flex:none;padding:18px 22px 16px}.activity-modal-card>.error-banner,.activity-modal-card>.loading-card,.activity-modal-card>.empty-state{margin:18px 22px 0}.activity-table-wrap{background:var(--white);border:1px solid #2f8f4538;border-radius:16px;flex:auto;min-height:180px;margin:18px 22px 0;overflow:auto;box-shadow:inset 0 0 0 1px #ffffffc7,0 10px 24px #1f6f350f}.activity-modal-card .modal-footer-actions{background:#fbfdfb;border-top:1px solid #2f8f4524;flex:none;margin-top:0;padding:16px 28px 22px;position:sticky;bottom:0}.activity-table{border-collapse:collapse;width:100%;font-size:13px}.activity-table th,.activity-table td{text-align:left;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #dfe8e1d9;padding:11px 12px}.activity-table th{z-index:1;background:var(--green-soft);color:var(--green-dark);text-transform:uppercase;letter-spacing:.04em;font-size:11px;position:sticky;top:0}.activity-table tr:last-child td{border-bottom:0}.modal-footer-actions{justify-content:flex-end;gap:10px;margin-top:16px;display:flex}@media (width>=861px){.chat-list,.account-list{place-content:start stretch!important;min-height:0!important;overflow:hidden auto!important}.chat-item,.account-card{box-sizing:border-box!important;flex:none!important;align-self:stretch!important;width:100%!important}.chat-item{min-height:88px!important}.account-card{text-align:left!important;border-radius:14px!important;grid-template-rows:auto auto auto!important;align-content:start!important;gap:8px!important;min-height:96px!important;padding:12px!important;display:grid!important;overflow:visible!important}.account-card strong,.account-card span:not(.status-pill),.account-card .status-pill{min-height:auto!important;line-height:1.25!important}.account-card .status-pill{width:max-content!important;max-width:100%!important}}.chat-list-footer{color:var(--muted);text-align:center;justify-items:center;gap:6px;padding:10px 8px 4px;font-size:12px;display:grid}.chat-list-footer .link-button{font-size:12px;font-weight:900}:root[data-theme=dark] .chat-list-footer{color:var(--muted)}.activity-user-row{cursor:pointer;transition:background .15s,box-shadow .15s}.activity-user-row:hover{box-shadow:inset 3px 0 0 var(--green);background:#2f8f450e}.activity-details-backdrop{background:#1a261f8f;padding:22px;z-index:180!important}.activity-details-card{z-index:181;border:2px solid #2f8f4547;flex-direction:column;width:min(1040px,100vw - 76px);height:min(720px,100vh - 92px);padding:14px;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px #0f211647}.activity-details-card .modal-header{border-bottom:1px solid #2f8f4524;flex:none;padding:0 0 14px}.activity-details-body{background:#fbfdfb;border:1px solid #2f8f4529;border-radius:18px;flex:auto;gap:14px;min-height:0;margin-top:14px;padding:12px;display:grid;overflow:auto}.activity-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.activity-stat-card{background:var(--green-soft);border:1px solid #2f8f4529;border-radius:16px;gap:6px;padding:12px;display:grid}.activity-stat-card span{color:var(--muted);font-size:12px;line-height:1.2}.activity-stat-card strong{color:var(--green-dark);font-size:16px;line-height:1.2}.activity-details-section{border:1px solid var(--border);background:#fff;border-radius:18px;padding:14px}.activity-details-section h4{color:var(--green-dark);margin:0 0 12px;font-size:14px}.muted-line{color:var(--muted);margin:0;font-size:13px}.ip-chip-list{flex-wrap:wrap;gap:8px;display:flex}.ip-chip{background:var(--green-soft);min-height:28px;color:var(--green-dark);border:1px solid #2f8f452e;border-radius:999px;align-items:center;padding:5px 10px;font-size:12px;font-weight:800;display:inline-flex}.weekly-activity-list{gap:9px;display:grid}.weekly-activity-row{grid-template-columns:58px minmax(140px,1fr) 70px;align-items:center;gap:10px;font-size:13px;display:grid}.weekly-activity-date{color:var(--muted);font-weight:700}.weekly-activity-bar{background:#2f8f451a;border-radius:999px;height:10px;overflow:hidden}.weekly-activity-bar span{border-radius:inherit;background:var(--green);height:100%;display:block}.weekly-activity-row strong{color:var(--green-dark);text-align:right;font-size:12px}.activity-log-list{gap:10px;display:grid}.activity-log-scroll{overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;max-height:270px;padding-right:8px;overflow:hidden auto}.activity-log-scroll::-webkit-scrollbar{width:8px}.activity-log-scroll::-webkit-scrollbar-thumb{background:#1f6f3547;border-radius:999px}.activity-log-scroll::-webkit-scrollbar-track{background:0 0}.activity-log-item{background:#fbfdfb;border:1px solid #dfe8e1e6;border-radius:14px;gap:7px;padding:11px 12px;display:grid}.activity-log-item>div{justify-content:space-between;gap:12px;display:flex}.activity-log-item strong{color:var(--green-dark)}.activity-log-item span,.activity-log-item p{color:var(--muted);margin:0;font-size:12px}.activity-log-item p{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.activity-log-loader{text-align:center;padding:8px 0}.activity-log-more{justify-self:center;margin:4px 0 2px}.activity-details-footer{flex:none;justify-content:flex-end;padding:12px 18px 2px 0}.activity-details-footer .orange-button{margin-bottom:6px;margin-right:10px}@media (width<=860px){.activity-details-backdrop{padding:12px}.activity-details-card{width:calc(100vw - 24px);height:calc(100vh - 48px);padding:10px}.activity-stat-grid{grid-template-columns:1fr 1fr}.weekly-activity-row{grid-template-columns:48px minmax(90px,1fr) 58px}.activity-log-item>div{display:grid}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--bg:#0e1512;--text:#ecf3ee;--muted:#a9b8ad;--border:#304037;--green-soft:#163023;--danger-bg:#3d2020;--shadow:0 20px 50px #00000052;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.theme-toggle-button{justify-content:center;align-items:center;gap:8px;min-width:82px;display:inline-flex}.theme-toggle-icon{font-size:14px;line-height:1}:root[data-theme=dark] body{background:radial-gradient(circle at top left, #2f8f4529, transparent 28%), var(--bg)}:root[data-theme=dark] .app-header{background:linear-gradient(#163624,#1f4f34);box-shadow:0 10px 26px #00000059}:root[data-theme=dark] .login-card,:root[data-theme=dark] .loading-card,:root[data-theme=dark] .summary-card,:root[data-theme=dark] .side-panel,:root[data-theme=dark] .chat-panel,:root[data-theme=dark] .accounts-panel,:root[data-theme=dark] .modal-card,:root[data-theme=dark] .activity-table-wrap,:root[data-theme=dark] .chat-item,:root[data-theme=dark] .account-card,:root[data-theme=dark] .message-bubble,:root[data-theme=dark] .version-card,:root[data-theme=dark] .login-form input,:root[data-theme=dark] .compact-input,:root[data-theme=dark] .ghost-button,:root[data-theme=dark] .filter-chip{color:var(--text);border-color:var(--border);background:#17201b}:root[data-theme=dark] .summary-card.accent{background:linear-gradient(135deg,#18231d,#2b2116);border-color:#ff9d2e6b}:root[data-theme=dark] .panel-header,:root[data-theme=dark] .chat-panel-header,:root[data-theme=dark] .modal-header,:root[data-theme=dark] .chat-controls,:root[data-theme=dark] .search-status{border-bottom-color:#304037e6}:root[data-theme=dark] .chat-item:hover,:root[data-theme=dark] .chat-item.active,:root[data-theme=dark] .account-card.active,:root[data-theme=dark] .filter-chip.active{background:#1d3326;border-color:#3f7b57}:root[data-theme=dark] .message-bubble.outgoing{background:#173224;border-color:#3f7b5794}:root[data-theme=dark] .message-bubble.deleted{background:#2a1a1a;border-color:#b233338c}:root[data-theme=dark] .message-forward{color:#f7c286;background:#352618}:root[data-theme=dark] .message-reply{color:#d9f2df;background:#183224;border-left-color:#58a36a}:root[data-theme=dark] .media-placeholder{color:var(--muted);background:#1f2722}:root[data-theme=dark] .deleted-label{color:#ffc9c9;background:#4a2525}:root[data-theme=dark] .reaction-pill,:root[data-theme=dark] .chat-header-badge{color:#d9f2df;background:#1f3a2b}:root[data-theme=dark] .status-pill{color:#cbd5cf;background:#29302b}:root[data-theme=dark] .status-pill.running,:root[data-theme=dark] .status-pill.active{color:#d9f2df;background:#1f3a2b}:root[data-theme=dark] .status-pill.starting{color:#ffc47d;background:#3a2a17}:root[data-theme=dark] .status-pill.stopped,:root[data-theme=dark] .status-pill.disabled{color:#cbd5cf;background:#29302b}:root[data-theme=dark] .status-pill.error,:root[data-theme=dark] .status-pill.login_required{color:#ffd3d3;background:#4a2525}:root[data-theme=dark] .error-banner{color:#ffd5d5;background:#3a2020;border-color:#7f3838}:root[data-theme=dark] .link-button{color:#7fd58e}:root[data-theme=dark] .brand-subtitle,:root[data-theme=dark] .user-email,:root[data-theme=dark] .user-caption,:root[data-theme=dark] .chat-item-meta,:root[data-theme=dark] .chat-item-preview,:root[data-theme=dark] .summary-card span,:root[data-theme=dark] .summary-card p,:root[data-theme=dark] .panel-header p,:root[data-theme=dark] .compact-header p,:root[data-theme=dark] .search-status,:root[data-theme=dark] .message-meta-row,:root[data-theme=dark] .message-footer,:root[data-theme=dark] .version-meta,:root[data-theme=dark] .loading-card,:root[data-theme=dark] .empty-state,:root[data-theme=dark] .account-card span:not(.status-pill){color:var(--muted)}:root[data-theme=dark] .message-sender-name,:root[data-theme=dark] .message-meta-row strong,:root[data-theme=dark] .search-status strong,:root[data-theme=dark] .chat-item-title,:root[data-theme=dark] .account-card strong,:root[data-theme=dark] .panel-header h2,:root[data-theme=dark] .chat-panel-header h2,:root[data-theme=dark] .modal-header h3,:root[data-theme=dark] .summary-card strong,:root[data-theme=dark] .login-card-header h2,:root[data-theme=dark] .login-form label,:root[data-theme=dark] .message-text,:root[data-theme=dark] .activity-table th,:root[data-theme=dark] .activity-table td{color:var(--text)}:root[data-theme=dark] .activity-table th,:root[data-theme=dark] .activity-table td{border-bottom-color:#304037d9}:root[data-theme=dark] .login-form input::placeholder,:root[data-theme=dark] .compact-input::placeholder{color:#829188}:root[data-theme=dark] .compact-input:disabled,:root[data-theme=dark] .login-form input:disabled{color:#839289;background:#1d2520}:root[data-theme=dark] .ghost-button:hover:not(:disabled),:root[data-theme=dark] .filter-chip:hover:not(:disabled),:root[data-theme=dark] .theme-toggle-button:hover:not(:disabled){background:#1e2a23}:root[data-theme=dark] .brand-mark{background:#f1f7f2}.chat-controls{padding-top:8px!important}:root[data-theme=dark] .modal-backdrop{background:#040b07ad}:root[data-theme=dark] .modal-card,:root[data-theme=dark] .activity-modal-card,:root[data-theme=dark] .activity-details-card{background:#121d17!important;border-color:#3c4d43!important;box-shadow:0 34px 90px #00000080!important}:root[data-theme=dark] .activity-modal-card .modal-header,:root[data-theme=dark] .activity-details-card .modal-header{background:#121d17!important;border-bottom-color:#33483b!important}:root[data-theme=dark] .modal-footer-actions,:root[data-theme=dark] .activity-details-footer{background:#121d17!important;border-top-color:#33483b!important}:root[data-theme=dark] .activity-table-wrap,:root[data-theme=dark] .activity-details-body,:root[data-theme=dark] .activity-details-section,:root[data-theme=dark] .activity-log-item{background:#17231c!important;border-color:#3c4d43!important}:root[data-theme=dark] .activity-table th{color:#dff4e5!important;background:#183624!important;border-bottom-color:#3c4d43!important}:root[data-theme=dark] .activity-table td{background:#17231c!important;border-bottom-color:#2f4036!important}:root[data-theme=dark] .activity-stat-card{background:#173624!important;border-color:#3f6f50!important}:root[data-theme=dark] .activity-stat-card strong,:root[data-theme=dark] .activity-details-section h4,:root[data-theme=dark] .weekly-activity-row strong,:root[data-theme=dark] .activity-log-item strong,:root[data-theme=dark] .ip-chip{color:#7fd58e!important}:root[data-theme=dark] .ip-chip,:root[data-theme=dark] .weekly-activity-bar{background:#20372a!important;border-color:#3f6f50!important}:root[data-theme=dark] .activity-details-body::-webkit-scrollbar-thumb{background:#7fd58e57!important}:root[data-theme=dark] .activity-log-scroll::-webkit-scrollbar-thumb{background:#7fd58e57!important}:root[data-theme=dark] .activity-table-wrap::-webkit-scrollbar-thumb{background:#7fd58e57!important}:root[data-theme=dark] .activity-details-body::-webkit-scrollbar-track{background:0 0!important}:root[data-theme=dark] .activity-log-scroll::-webkit-scrollbar-track{background:0 0!important}:root[data-theme=dark] .activity-table-wrap::-webkit-scrollbar-track{background:0 0!important}:root[data-theme=dark] .activity-modal-card .modal-footer-actions{box-shadow:none!important;border-top:0!important}:root[data-theme=dark] .activity-modal-card .activity-table tr:last-child td{border-bottom:0!important}:root[data-theme=dark] .activity-modal-card .activity-table-wrap{box-shadow:none!important}.statistics-backdrop{z-index:130}.statistics-modal-card{border:1px solid #1f6f3538;flex-direction:column;width:min(1680px,100vw - 48px);max-width:calc(100vw - 48px);max-height:min(840px,100vh - 40px);display:flex;overflow:hidden}.statistics-modal-header{flex:none}.statistics-tabs{flex:none;gap:8px;padding:14px 18px 6px;display:flex}.statistics-body{flex:auto;min-height:0;padding:10px 14px 16px;overflow:hidden auto}.statistics-section,.statistics-subsection{gap:12px;display:grid}.statistics-subsection+.statistics-subsection{margin-top:18px}.statistics-section-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.statistics-section-header h4,.statistics-subsection h5{color:var(--green-dark);margin:0 0 4px}.statistics-section-header p{color:var(--muted);margin:0;font-size:13px}.statistics-filter-row{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.statistics-table-wrap{border:1px solid var(--border);background:var(--white);border-radius:16px;min-height:0;overflow:auto}.response-statistics-table-wrap{scrollbar-gutter:stable;width:100%;max-width:100%;max-height:clamp(320px,42vh,520px);padding-bottom:10px;overflow:auto}.statistics-detail-response-table-wrap{max-height:clamp(320px,58vh,560px)}.response-statistics-table-wrap::-webkit-scrollbar{width:10px;height:10px}.response-statistics-table-wrap::-webkit-scrollbar-thumb{background:#1b783d59;border-radius:999px}.response-statistics-table-wrap::-webkit-scrollbar-track{background:#0000000a;border-radius:999px}.today-edits-wrap,.today-deleted-wrap{max-height:300px}.statistics-table{border-collapse:collapse;width:100%;font-size:13px}.statistics-table th,.statistics-table td{text-align:left;vertical-align:top;white-space:nowrap;border-bottom:1px solid #dfe8e1e6;padding:11px 12px}.statistics-table th{z-index:1;color:var(--green-dark);background:#fbfdfb;font-size:12px;position:sticky;top:0}.statistics-table tbody tr:last-child td{border-bottom:0}.response-statistics-table td:last-child,.response-statistics-table th:last-child,.today-edits-wrap td:last-child,.today-edits-wrap th:last-child,.today-deleted-wrap td:last-child,.today-deleted-wrap th:last-child{white-space:normal;min-width:260px}.by-account-table th:not(:first-child),.by-account-table td:not(:first-child){text-align:center}.stats-status{white-space:nowrap;border-radius:999px;align-items:center;width:max-content;max-width:none;padding:5px 9px;font-size:12px;font-weight:900;display:inline-flex}.stats-status.danger{background:var(--danger-bg);color:var(--danger)}.stats-status.warning{color:#9a5208;background:#fff2df}.stats-status.pending{color:#35548b;background:#eef3ff}.stats-status.ok{background:var(--green-soft);color:var(--green-dark)}.stats-small-note,.stats-delay{color:var(--muted);margin-top:4px;font-size:11px;display:block}.stats-delay{color:var(--danger);font-weight:900}.stats-message-text{max-width:360px;color:var(--text);white-space:normal;line-height:1.35}.response-statistics-table{table-layout:auto;width:100%;min-width:1500px}.response-statistics-table th,.response-statistics-table td{white-space:nowrap}.response-statistics-table th:first-child,.response-statistics-table td:first-child{width:220px;min-width:220px}.response-statistics-table th:nth-child(2),.response-statistics-table td:nth-child(2){min-width:150px}.response-statistics-table th:nth-child(3),.response-statistics-table td:nth-child(3){min-width:220px}.response-statistics-table th:nth-child(4),.response-statistics-table td:nth-child(4),.response-statistics-table th:nth-child(5),.response-statistics-table td:nth-child(5),.response-statistics-table th:nth-child(6),.response-statistics-table td:nth-child(6),.response-statistics-table th:nth-child(7),.response-statistics-table td:nth-child(7){min-width:145px}.response-statistics-table th:nth-child(8),.response-statistics-table td:nth-child(8){min-width:130px}.response-statistics-table th:nth-child(9),.response-statistics-table td:nth-child(9){white-space:normal;min-width:320px}.response-statistics-table .stats-message-text{max-width:420px}.compact-empty{padding:18px}.statistics-footer{border-top:1px solid #dfe8e1cc;flex:none;padding:14px 22px 18px}:root[data-theme=dark] .statistics-modal-card,:root[data-theme=dark] .statistics-table-wrap{border-color:var(--border);background:#17201b}:root[data-theme=dark] .statistics-section-header h4,:root[data-theme=dark] .statistics-subsection h5,:root[data-theme=dark] .statistics-table th{color:var(--text)}:root[data-theme=dark] .statistics-table th{background:#1b261f}:root[data-theme=dark] .statistics-table th,:root[data-theme=dark] .statistics-table td,:root[data-theme=dark] .statistics-footer{border-color:#304037d9}:root[data-theme=dark] .response-statistics-table-wrap::-webkit-scrollbar-thumb{background:#78d29161}:root[data-theme=dark] .response-statistics-table-wrap::-webkit-scrollbar-track{background:#ffffff14}:root[data-theme=dark] .stats-status.warning{color:#ffc47d;background:#3a2a17}:root[data-theme=dark] .stats-status.pending{color:#c7d7ff;background:#1d2a3c}:root[data-theme=dark] .stats-message-text{color:var(--text)}:root[data-theme=dark] .stats-status.danger{color:#ffd3d3;background:#4a2525}:root[data-theme=dark] .stats-status.ok{color:#d9f2df;background:#1f3a2b}@media (width<=960px){.statistics-modal-card{width:min(1180px,100vw - 16px);max-height:calc(100vh - 20px)}.statistics-section-header{display:grid}.statistics-filter-row{justify-content:flex-start}}.statistics-clickable-row{cursor:pointer;transition:background .14s}.statistics-clickable-row:hover td{background:#2f8f4512}.message-bubble.highlighted{box-shadow:0 0 0 4px #ff9d2e38, var(--shadow);border-color:var(--orange)!important}:root[data-theme=dark] .statistics-clickable-row:hover td{background:#7fd58e17}:root[data-theme=dark] .message-bubble.highlighted{box-shadow:0 0 0 4px #ff9d2e47, var(--shadow)}.stats-hint{color:var(--muted);margin:0;font-size:12px}.stats-cell-actions{justify-content:center;align-items:center;gap:5px;min-height:28px;display:inline-flex}.stats-cell-button{border:1px solid var(--border);background:var(--white);color:var(--green-dark);cursor:pointer;border-radius:999px;padding:6px 8px;font-size:11px;font-weight:900;line-height:1;transition:border-color .15s,background .15s,transform .15s}.stats-cell-button:hover{transform:translateY(-1px)}.stats-cell-button.danger{background:var(--danger-bg);color:var(--danger);border-color:#b2333352}.stats-cell-button.warning{color:#9a5208;background:#fff2df;border-color:#ff9d2e6b}.stats-cell-button.neutral{background:var(--green-soft);color:var(--green-dark);border-color:#2f8f4547}.stats-empty-cell{color:var(--muted);font-size:12px}.response-account-table td:not(:first-child),.response-account-table th:not(:first-child){min-width:72px}.statistics-detail-backdrop{z-index:180;background:#1720198f}.statistics-detail-card{border:1px solid #1f6f3542;flex-direction:column;width:min(1540px,100vw - 48px);max-width:calc(100vw - 48px);max-height:min(760px,100vh - 72px);display:flex;overflow:hidden}.statistics-detail-body{flex:auto;min-height:0;padding:16px 18px;overflow:hidden auto}:root[data-theme=dark] .stats-cell-button{border-color:var(--border);color:var(--text);background:#17201b}:root[data-theme=dark] .stats-cell-button.danger{color:#ffd3d3;background:#4a2525;border-color:#743838}:root[data-theme=dark] .stats-cell-button.warning{color:#ffc47d;background:#3a2a17;border-color:#79501e}:root[data-theme=dark] .stats-cell-button.neutral{color:#d9f2df;background:#1f3a2b;border-color:#315a40}:root[data-theme=dark] .statistics-detail-card{border-color:var(--border);background:#17201b}.stats-inline-action{color:#9a5208;background:#fff7ed;border:1px solid #ff9d2e8c;border-radius:999px;align-items:center;width:max-content;margin-top:7px;padding:5px 8px;font-size:11px;font-weight:900;display:inline-flex}.stats-inline-action:hover:not(:disabled){background:#ffe8c4}:root[data-theme=dark] .stats-inline-action{color:#ffc47d;background:#3a2a17;border-color:#ffc47d7a}:root[data-theme=dark] .stats-inline-action:hover:not(:disabled){background:#46331d}.stats-status-cell{gap:7px;display:grid}.stats-action-box{background:#fff7edb3;border:1px dashed #ff9d2ea6;border-radius:12px;gap:6px;margin-top:2px;padding:9px 10px;display:grid}.stats-action-box-label{letter-spacing:.02em;text-transform:uppercase;color:#9a5208;font-size:11px;font-weight:900}.stats-inline-action{color:#9a5208;background:#fff7ed;border:1px solid #ff9d2e8c;border-radius:999px;justify-content:center;align-items:center;width:max-content;margin-top:0;padding:6px 10px;font-size:11px;font-weight:900;display:inline-flex}.statistics-confirm-backdrop{z-index:210;background:#17201999}.statistics-confirm-card{border:1px solid #1f6f353d;width:min(540px,100vw - 32px)}.statistics-confirm-body{gap:14px;padding:18px;display:grid}.statistics-confirm-text{color:var(--text);line-height:1.5}.statistics-confirm-preview{border:1px solid var(--border);background:var(--green-soft);color:var(--text);border-radius:14px;gap:8px;padding:12px 14px;display:grid}.statistics-confirm-footer{padding-top:12px}:root[data-theme=dark] .stats-action-box{background:#3a2a1761;border-color:#ffc47d70}:root[data-theme=dark] .stats-action-box-label{color:#ffc47d}:root[data-theme=dark] .statistics-confirm-card{border-color:var(--border);background:#17201b}:root[data-theme=dark] .statistics-confirm-preview{border-color:var(--border);background:#1f3a2b}.average-response-table .stats-cell-button.average{background:var(--green-soft);min-width:58px;color:var(--green-dark);border-color:#2f8f4547;justify-items:center;gap:3px;display:inline-grid}.average-response-table .stats-cell-button.average span{font-weight:900;line-height:1}.average-response-table .stats-cell-button.average small{color:var(--muted);font-size:10px;line-height:1}:root[data-theme=dark] .average-response-table .stats-cell-button.average{color:#d9f2df;background:#1f3a2b;border-color:#315a40}:root[data-theme=dark] .average-response-table .stats-cell-button.average small{color:var(--muted)}.today-deleted-wrap td:last-child,.today-deleted-wrap th:last-child{min-width:300px}.statistics-subsection-title-row{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.statistics-subsection-title-row h5{margin-bottom:4px}.stats-load-more-top{flex:none;margin-top:2px}.stats-load-more-row{justify-content:center;padding:4px 0 2px;display:flex}@media (width<=960px){.statistics-subsection-title-row{display:grid}.stats-load-more-top{width:max-content}}.stats-schedule-card{background:#f4faf6d1;border:1px solid #2f8f452e;border-radius:14px;gap:8px;margin-top:8px;padding:10px 12px;display:grid}.stats-schedule-card.muted{color:var(--muted)}.stats-schedule-topline{justify-content:space-between;align-items:center;gap:10px;display:flex}.stats-schedule-title{color:var(--green-dark);letter-spacing:.02em;text-transform:uppercase;font-size:12px;font-weight:900}.stats-schedule-timezone,.stats-schedule-empty{color:var(--muted);font-size:12px;font-weight:800}.stats-schedule-pills{flex-wrap:wrap;gap:6px;display:flex}.stats-schedule-pill{background:var(--white);width:max-content;max-width:100%;color:var(--text);white-space:nowrap;border:1px solid #2f8f4538;border-radius:999px;align-items:center;gap:6px;padding:6px 9px;font-size:12px;line-height:1.15;display:inline-flex}.stats-schedule-pill strong{color:var(--green-dark);font-weight:900}.stats-schedule-pill.disabled{color:var(--muted);background:#ffffff94;border-color:#8080802e}.stats-schedule-pill.disabled strong{color:var(--muted)}:root[data-theme=dark] .stats-schedule-card{border-color:var(--border);background:#1f3a2b61}:root[data-theme=dark] .stats-schedule-title,:root[data-theme=dark] .stats-schedule-pill strong{color:#d9f2df}:root[data-theme=dark] .stats-schedule-pill{border-color:var(--border);color:var(--text);background:#17201b}:root[data-theme=dark] .stats-schedule-pill.disabled{color:var(--muted);background:#17201b85;border-color:#304037d9}:root[data-theme=dark] .stats-schedule-pill.disabled strong{color:var(--muted)}@media (width<=960px){.stats-schedule-topline{display:grid}.stats-schedule-pill{white-space:normal}}.stats-schedule-groups{gap:10px;display:grid}.stats-schedule-group{background:#ffffffa3;border:1px solid #2f8f4524;border-radius:12px;gap:8px;padding:9px;display:grid}.stats-schedule-group-header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.stats-schedule-group-header>div{gap:3px;min-width:0;display:grid}.stats-schedule-group-title{color:var(--text);font-size:13px;font-weight:900}.stats-schedule-accounts{color:var(--muted);font-size:12px;font-weight:700;line-height:1.35}:root[data-theme=dark] .stats-schedule-group{border-color:var(--border);background:#17201b70}:root[data-theme=dark] .stats-schedule-group-title{color:var(--text)}@media (width<=960px){.stats-schedule-group-header{display:grid}}.super-admin-audit-block,.sla-exclusion-form-card{background:#1b783d09;border:1px solid #1b783d24;border-radius:18px;padding:14px}.stats-audit-total{color:var(--muted);white-space:nowrap;align-items:baseline;gap:6px;font-size:12px;display:inline-flex}.stats-audit-total strong{color:var(--text);font-size:18px}.stats-audit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:10px;display:grid}.stats-audit-card{background:#fff;border:1px solid #0f172a14;border-radius:14px;padding:12px}.stats-audit-card>strong{margin-bottom:8px;display:block}.stats-audit-list{flex-direction:column;gap:6px;display:flex}.stats-audit-row{justify-content:space-between;align-items:center;gap:10px;font-size:13px;display:flex}.stats-audit-row.stacked span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.stats-audit-table-wrap,.sla-exclusion-rules-wrap,.sla-exclusion-hits-wrap{margin-top:12px}.stats-audit-table,.sla-exclusion-rules-table,.sla-exclusion-hits-table{min-width:980px}.sla-exclusion-form-grid{grid-template-columns:minmax(180px,240px) minmax(160px,220px) minmax(180px,240px) minmax(240px,1fr) auto;align-items:end;gap:10px;margin-top:12px;display:grid}.sla-exclusion-form-grid label{color:var(--muted);flex-direction:column;gap:6px;font-size:12px;display:flex}.sla-exclusion-form-grid input,.sla-exclusion-form-grid select{border:1px solid var(--border);min-height:36px;color:var(--text);background:#fff;border-radius:10px;outline:none;padding:0 10px}.sla-exclusion-form-grid input:focus,.sla-exclusion-form-grid select:focus{border-color:var(--green);box-shadow:0 0 0 3px #1b783d14}.sla-exclusion-reason-field{min-width:240px}@media (width<=1100px){.stats-audit-grid,.sla-exclusion-form-grid{grid-template-columns:1fr}}:root[data-theme=dark] .super-admin-audit-block,:root[data-theme=dark] .sla-exclusion-form-card{background:#8ce6aa0d;border-color:#8ce6aa29}:root[data-theme=dark] .stats-audit-card{background:#1c241f;border-color:#ffffff14}:root[data-theme=dark] .sla-exclusion-form-grid input,:root[data-theme=dark] .sla-exclusion-form-grid select{color:var(--text);background:#101712;border-color:#ffffff1f}.statistics-filter-panel{flex-wrap:wrap;align-items:end;gap:10px;margin:4px 0 10px;display:flex}.statistics-filter-panel label{min-width:180px;color:var(--muted);flex-direction:column;gap:6px;font-size:12px;display:flex}.statistics-filter-panel select{border:1px solid var(--border);min-height:36px;color:var(--text);background:#fff;border-radius:10px;outline:none;padding:0 10px}.statistics-filter-panel select:focus{border-color:var(--green);box-shadow:0 0 0 3px #1b783d14}.average-response-table .stats-cell-button.average.ok,.stats-average-total.ok{background:var(--green-soft);color:var(--green-dark);border-color:#2f8f4547}.average-response-table .stats-cell-button.average.danger,.stats-average-total.danger{background:var(--danger-bg);color:var(--danger);border-color:#b2333352}.average-response-table .stats-cell-button.average.neutral,.stats-average-total.neutral{border-color:var(--border);background:var(--white);color:var(--text)}.stats-average-total{border:1px solid var(--border);border-radius:999px;justify-content:center;align-items:center;min-width:58px;padding:6px 8px;font-size:12px;font-weight:900;display:inline-flex}.stats-audit-grid.single{grid-template-columns:minmax(280px,520px)}.stats-audit-scroll-wrap,.sla-exclusion-stats-wrap,.sla-exclusion-hits-wrap{scrollbar-gutter:stable;max-height:clamp(260px,36vh,440px);overflow:auto}.sla-exclusion-stats-table,.sla-exclusion-hits-table{min-width:1080px}.stats-audit-table{min-width:1120px}:root[data-theme=dark] .statistics-filter-panel select{color:var(--text);background:#101712;border-color:#ffffff1f}:root[data-theme=dark] .average-response-table .stats-cell-button.average.ok,:root[data-theme=dark] .stats-average-total.ok{color:#d9f2df;background:#1f3a2b;border-color:#315a40}:root[data-theme=dark] .average-response-table .stats-cell-button.average.danger,:root[data-theme=dark] .stats-average-total.danger{color:#ffd3d3;background:#4a2525;border-color:#743838}:root[data-theme=dark] .average-response-table .stats-cell-button.average.neutral,:root[data-theme=dark] .stats-average-total.neutral{border-color:var(--border);color:var(--text);background:#17201b}.message-reference-button{width:100%;font:inherit;text-align:left;cursor:pointer;border:0;transition:transform .12s,filter .12s,box-shadow .12s;display:block}.message-reference-button:hover{filter:brightness(.985);transform:translateY(-1px);box-shadow:0 8px 18px #1f6f3514}.message-reference-button:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.message-reference-hint{color:var(--muted);margin-top:4px;font-size:11px;font-weight:800;display:block}:root[data-theme=dark] .message-reference-button:hover{filter:brightness(1.08);box-shadow:0 8px 18px #00000038}
