:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#e8eef8;font-synthesis:none;text-rendering:optimizelegibility;--bg:#08111f;--panel:#0e1a2d;--panel-2:#12213a;--panel-3:#172844;--line:#243858;--muted:#8ea2c1;--text:#e8eef8;--primary:#367ff0;--primary-2:#2468d8;--success:#17b978;--warning:#f3a83b;--danger:#e05263;--shadow:0 18px 50px #00000038;background:#08111f;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;min-width:0;min-height:100%;margin:0}body{min-height:100vh;overflow:hidden}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.login-screen{background:radial-gradient(circle at 20% 10%,#367ff02e,#0000 36%),linear-gradient(145deg,#091322,#06101c 70%);place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{border:1px solid var(--line);width:min(420px,100%);box-shadow:var(--shadow);background:#0e1a2df5;border-radius:18px;gap:18px;padding:30px;display:grid}.brand-block{align-items:center;gap:13px;display:flex}.brand-block svg{color:#61a0ff;width:30px;height:30px}.brand-block div{gap:2px;display:grid}.brand-block strong{font-size:18px}.brand-block span,.login-card label{color:var(--muted);font-size:13px}.login-card label{gap:8px;display:grid}.login-card input{border:1px solid var(--line);width:100%;color:var(--text);background:#0a1628;border-radius:9px;outline:none;padding:12px 14px}.login-card input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #367ff029}.primary-button{background:var(--primary);color:#fff;border:0;border-radius:9px;padding:12px 16px;font-weight:700}.primary-button:hover{background:var(--primary-2)}.error-banner{color:#ffb8c1;background:#e0526329;border:1px solid #e0526380;border-radius:9px;padding:11px 13px}.staff-shell{background:var(--bg);grid-template-columns:244px minmax(0,1fr);height:100vh;display:grid}.staff-sidebar{border-right:1px solid var(--line);background:#091426;flex-direction:column;gap:22px;min-width:0;padding:18px 14px;display:flex}.sidebar-brand{border-bottom:1px solid var(--line);align-items:center;gap:11px;padding:8px 10px 18px;display:flex}.sidebar-brand svg{color:#60a1ff;width:27px;height:27px}.sidebar-brand div{display:grid}.sidebar-brand strong{font-size:15px}.sidebar-brand span{color:var(--muted);font-size:11px}.sidebar-nav{gap:8px;display:grid}.sidebar-nav button{color:#b8c7dd;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:12px;padding:12px 13px;font-weight:650;display:flex}.sidebar-nav button svg{width:19px;height:19px}.sidebar-nav button:hover{color:#fff;background:#367ff01a}.sidebar-nav button.active{background:var(--primary);color:#fff}.sidebar-footer{border-top:1px solid var(--line);gap:12px;margin-top:auto;padding-top:14px;display:grid}.staff-identity{align-items:center;gap:10px;min-width:0;display:flex}.staff-avatar{background:var(--panel-3);color:#80b6ff;border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid}.staff-identity div{min-width:0;display:grid}.staff-identity strong,.staff-identity small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.staff-identity small{color:var(--muted)}.logout-button{border:1px solid var(--line);color:#c7d5e9;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:9px;display:flex}.staff-main{flex-direction:column;min-width:0;height:100vh;display:flex;overflow:hidden}.staff-topbar{border-bottom:1px solid var(--line);background:#0e1a2df5;justify-content:space-between;align-items:center;gap:18px;min-height:72px;padding:12px 20px;display:flex}.topbar-title{min-width:0}.topbar-title h1{margin:0;font-size:21px}.topbar-title p{color:var(--muted);margin:3px 0 0;font-size:12px}.topbar-controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.connection-state,.availability-control{border:1px solid var(--line);color:#b8c7dd;background:#0b1729;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;font-size:13px;display:flex}.connection-state.connected{color:#7fe3b5;border-color:#17b97873}.connection-state.offline{color:#ff9faa}.connection-state svg{width:17px;height:17px}.availability-control select{color:#fff;background:0 0;border:0;outline:0;font-weight:700}.availability-control option{background:#0d1b30}.refresh-button{border:1px solid var(--line);color:#b8c7dd;background:#0b1729;border-radius:8px;place-items:center;width:38px;height:38px;display:grid}.refresh-button svg{width:18px}.main-content{flex:1;min-width:0;padding:22px;overflow:auto}.error-inline{color:#ffb8c1;background:#e0526324;border:1px solid #e0526380;border-radius:9px;margin:0 0 14px;padding:10px 13px}.dashboard-page,.performance-page{gap:20px;display:grid}.metric-grid{grid-template-columns:repeat(4,minmax(160px,1fr));gap:14px;display:grid}.metric-card{border:1px solid var(--line);background:var(--panel);border-radius:13px;align-items:center;gap:13px;min-width:0;padding:17px;display:flex;box-shadow:0 9px 26px #0000001a}.metric-card>svg{color:#62a3ff;flex:none;width:23px;height:23px}.metric-card div{gap:3px;min-width:0;display:grid}.metric-card span{color:var(--muted);font-size:12px}.metric-card strong{overflow-wrap:anywhere;font-size:22px}.dashboard-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.dashboard-list,.performance-card{border:1px solid var(--line);background:var(--panel);border-radius:13px;overflow:hidden}.dashboard-list>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.dashboard-list h2{margin:0;font-size:16px}.dashboard-list header span{text-align:center;background:var(--panel-3);color:#9ec4ff;border-radius:99px;min-width:26px;padding:3px 7px;font-size:12px}.dashboard-list article{border-bottom:1px solid #243858bf;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;transition:background .15s;display:flex}.dashboard-list article:last-of-type{border-bottom:0}.dashboard-list article:hover{background:#367ff012}.dashboard-list article>div{min-width:0}.dashboard-list article strong,.dashboard-list article p,.dashboard-list article small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.dashboard-list article p{color:#c2cee0;margin:5px 0}.dashboard-list article small{color:var(--muted)}.dashboard-list article button{color:#9ec4ff;background:#367ff01f;border:1px solid #367ff080;border-radius:7px;padding:7px 11px}.dashboard-help{background:linear-gradient(135deg,#367ff01f,#0e1a2df5);border:1px solid #367ff059;border-radius:13px;align-items:flex-start;gap:13px;padding:18px;display:flex}.dashboard-help svg{color:#68a6ff}.dashboard-help h3{margin:0 0 5px}.dashboard-help p{color:var(--muted);margin:0;line-height:1.55}.empty-list{color:var(--muted);text-align:center;padding:22px}.main-content:has(.chat-workspace){padding:0;overflow:hidden}.chat-workspace{grid-template-columns:310px minmax(420px,1fr) 300px;height:100%;min-height:0;display:grid;overflow:hidden}.conversation-list,.customer-panel{background:#0b1729;min-width:0}.conversation-list{border-right:1px solid var(--line);flex-direction:column;display:flex}.customer-panel{border-left:1px solid var(--line);overflow-y:auto}.chat-tabs{border-bottom:1px solid var(--line);gap:2px;padding:9px 8px 0;display:flex;overflow-x:auto}.chat-tabs button{color:var(--muted);white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;padding:9px 10px}.chat-tabs button.active{color:#77adff;border-color:var(--primary)}.list-search{border:1px solid var(--line);background:#081424;border-radius:8px;align-items:center;gap:8px;margin:11px;padding:9px 10px;display:flex}.list-search svg{width:17px;color:var(--muted)}.list-search input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0}.conversation-cards{min-height:0;overflow-y:auto}.conversation-cards article{border-bottom:1px solid #243858b3;padding:13px 12px;transition:background .15s}.conversation-cards article:hover,.conversation-cards article.selected{background:#367ff01c}.conversation-cards article.selected{box-shadow:inset 3px 0 var(--primary)}.card-title{grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:9px;display:grid}.customer-avatar{background:var(--panel-3);color:#8bbaff;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.customer-avatar svg{width:19px}.card-title div{min-width:0;display:grid}.card-title strong,.card-title small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.card-title small,.card-title time{color:var(--muted);font-size:11px}.conversation-cards article>p{color:#b9c6da;white-space:nowrap;text-overflow:ellipsis;margin:9px 0;font-size:13px;overflow:hidden}.card-foot{color:var(--muted);align-items:center;gap:7px;font-size:11px;display:flex}.card-foot>span:nth-child(2){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.card-foot button{background:var(--primary);color:#fff;border:0;border-radius:6px;margin-left:auto;padding:5px 9px}.status-pill{border:1px solid var(--line);color:#abc0dd;text-transform:capitalize;white-space:nowrap;background:#ffffff06;border-radius:99px;align-items:center;min-width:0;padding:3px 7px;font-size:10px;display:inline-flex}.status-pill.waiting_for_agent{color:#ffcf86;border-color:#f3a83b73}.status-pill.agent_active,.status-pill.assigned{color:#7fe3b5;border-color:#17b97873}.status-pill.resolved,.status-pill.closed{color:#aab9ce}.status-pill.transfer_requested{color:#d4b3ff;border-color:#9d66e880}.conversation-panel{background:#0d1829;grid-template-rows:auto minmax(0,1fr) auto;min-width:0;min-height:0;display:grid}.conversation-header{border-bottom:1px solid var(--line);background:var(--panel);justify-content:space-between;align-items:center;gap:14px;padding:13px 16px;display:flex}.conversation-header h2{margin:0 0 5px;font-size:17px}.conversation-header p{color:var(--muted);flex-wrap:wrap;align-items:center;gap:7px;margin:0;display:flex}.ai-state{color:#9ec4ff;align-items:center;gap:4px;display:inline-flex}.ai-state svg{width:14px}.conversation-tools{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.conversation-tools button{border:1px solid var(--line);color:#c8d5e8;background:#0a1628;border-radius:7px;align-items:center;gap:6px;padding:8px 10px;display:inline-flex}.conversation-tools button svg{width:15px}.conversation-tools button.success{color:#8ae7bd;background:#17b9781a;border-color:#17b97873}.message-stream{background:radial-gradient(circle at 50% 0,#367ff00f,#0000 33%);padding:20px;overflow-y:auto}.message-row{border:1px solid var(--line);background:var(--panel-2);border-radius:13px;width:fit-content;max-width:min(76%,760px);margin:0 0 14px;padding:11px 13px;box-shadow:0 5px 16px #00000017}.message-row.customer{background:#164278;border-color:#245d9b;border-bottom-right-radius:4px;margin-left:auto}.message-row.staff{background:#153b31;border-color:#235f4d;border-bottom-left-radius:4px}.message-row.ai{background:#2a2546;border-color:#47406f}.message-row.system{text-align:center;color:#b8c6db;background:#ffffff09;max-width:88%;margin-left:auto;margin-right:auto}.message-meta{justify-content:space-between;gap:14px;margin-bottom:5px;font-size:11px;display:flex}.message-meta span{color:#dfe8f5b3;white-space:nowrap}.message-row p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;line-height:1.48}.delivery-state{color:#dfe8f5b3;text-align:right;margin-top:6px;display:block}.typing-line{background:var(--panel-2);width:fit-content;color:var(--muted);border-radius:99px;padding:7px 12px;font-size:12px}.reply-composer{border-top:1px solid var(--line);background:var(--panel);padding:10px 14px 13px}.composer-tabs{border-bottom:1px solid var(--line);gap:8px;margin-bottom:9px;display:flex}.composer-tabs button{color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;padding:7px 3px}.composer-tabs button.active{color:#8cbaff;border-color:var(--primary)}.composer-row{grid-template-columns:minmax(0,1fr) 44px;gap:9px;display:grid}.composer-row textarea{resize:vertical;min-height:68px;max-height:150px;color:var(--text);background:0 0;border:0;outline:0;padding:8px}.composer-row button{background:var(--primary);color:#fff;border:0;border-radius:8px;place-items:center;display:grid}.composer-row button svg{width:19px}.returned-ai-notice{color:#9ec4ff;border:1px solid #367ff059;border-radius:7px;align-items:center;gap:7px;margin-top:9px;padding:8px 10px;font-size:12px;display:flex}.returned-ai-notice svg{width:16px}.empty-conversation{color:var(--muted);text-align:center;align-content:center;place-items:center;padding:30px;display:grid}.empty-conversation svg{color:#5579aa;width:45px;height:45px}.empty-conversation h2{color:var(--text);margin:13px 0 4px}.empty-conversation p{margin:0}.panel-tabs{border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.panel-tabs button{color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;padding:13px 4px}.panel-tabs button.active{color:#7dadff;border-color:var(--primary)}.customer-panel section{border-bottom:1px solid var(--line);padding:16px}.customer-panel h3{margin:0 0 12px;font-size:14px}.customer-panel dl{grid-template-columns:minmax(90px,.8fr) minmax(0,1.2fr);gap:10px;margin:0;font-size:12px;display:grid}.customer-panel dt{color:var(--muted)}.customer-panel dd{overflow-wrap:anywhere;margin:0}.note-card{border:1px solid var(--line);background:var(--panel-2);border-radius:8px;margin-top:8px;padding:10px}.note-card p{white-space:pre-wrap;margin:0 0 7px}.note-card small,.muted{color:var(--muted)}.performance-card{padding:20px}.performance-card h2{margin:0 0 17px}.performance-card>p{color:var(--muted);line-height:1.6}.presence-bars{gap:14px;display:grid}.presence-bars>div{grid-template-columns:90px minmax(0,1fr) 80px;align-items:center;gap:12px;display:grid}.presence-bars span{color:var(--muted)}.presence-bars strong{text-align:right}.bar{background:#081424;border-radius:99px;height:9px;overflow:hidden}.bar i{border-radius:inherit;background:linear-gradient(90deg, var(--primary), #63adff);height:100%;display:block}@media (width<=1260px){.staff-shell{grid-template-columns:78px minmax(0,1fr)}.sidebar-brand div,.sidebar-nav button span,.staff-identity div,.logout-button span{display:none}.sidebar-brand,.staff-identity,.sidebar-nav button{justify-content:center}.chat-workspace{grid-template-columns:280px minmax(390px,1fr)}.customer-panel{display:none}.metric-grid{grid-template-columns:repeat(3,minmax(160px,1fr))}}@media (width<=860px){body{overflow:auto}.staff-shell{grid-template-columns:1fr;height:auto;min-height:100vh}.staff-sidebar{z-index:20;border-right:0;border-bottom:1px solid var(--line);flex-direction:row;align-items:center;padding:8px;position:sticky;top:0;overflow-x:auto}.sidebar-brand,.sidebar-footer{display:none}.sidebar-nav{gap:5px;width:100%;display:flex}.sidebar-nav button{flex:1;min-width:58px;padding:10px}.staff-main{height:auto;min-height:calc(100vh - 58px)}.staff-topbar{flex-direction:column;align-items:flex-start}.topbar-controls{justify-content:flex-start;width:100%}.main-content{padding:14px;overflow:visible}.metric-grid,.dashboard-columns{grid-template-columns:1fr}.main-content:has(.chat-workspace){overflow:visible}.chat-workspace{grid-template-columns:1fr;height:auto;min-height:calc(100vh - 160px)}.conversation-list{border-right:0;border-bottom:1px solid var(--line);min-height:310px;max-height:45vh}.conversation-panel{min-height:70vh}.message-row{max-width:90%}.conversation-header{flex-direction:column;align-items:flex-start}.conversation-tools{justify-content:flex-start;width:100%}}.presence-control{border:1px solid var(--line);background:#0b1729;border-radius:9px;display:flex;overflow:hidden}.presence-control button{border:0;border-right:1px solid var(--line);color:var(--muted);background:0 0;padding:9px 11px}.presence-control button:last-child{border-right:0}.presence-control button.active{background:var(--success);color:#fff}.error-inline{justify-content:space-between;align-items:center;margin:12px 20px 0;display:flex}.error-inline button{color:inherit;background:0 0;border:0;font-size:19px}.transfer-strip{color:#ffd596;background:#f3a83b1a;border-bottom:1px solid #f3a83b59;align-items:center;gap:10px;padding:9px 20px;display:flex;overflow-x:auto}.transfer-strip>span{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.transfer-strip button{color:#f7dbad;background:#182239;border:1px solid #f3a83b73;border-radius:6px;padding:4px 7px}
