:root{font-family:Tahoma,'Segoe UI',Arial,sans-serif;color:#162e37;background:#f2f6f7;font-size:14px;--green:#0d776e;--muted:#69818a;--line:#e2ecee}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer;border:0;border-radius:12px;padding:11px 17px;background:var(--green);color:white;transition:filter .15s}button:hover{filter:brightness(.94)}button:disabled{opacity:.5;cursor:wait}button.soft{background:#e6f3ef;color:#12675f}button.danger{background:#fff0ef;color:#b94242}button.flat{background:transparent;color:var(--muted)}input,select,textarea{border:1px solid #d7e4e6;border-radius:12px;background:#fbfdfd;padding:12px;color:inherit;width:100%;outline-color:#0d776e}textarea{resize:vertical;min-height:90px}label{display:grid;gap:8px;margin:14px 0;color:#405a65}h1,h2,h3,p{margin-top:0}h1{font-size:24px}h2{font-size:19px}small,.muted{color:var(--muted);line-height:1.9}.login{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(ellipse at top right,#cfece7,transparent 60%),#f5f8f9}.login-box{width:min(470px,100%);background:white;border:1px solid white;padding:34px;border-radius:28px;box-shadow:0 24px 100px #23444b12}.brand{display:flex;align-items:center;gap:12px}.brand img{width:48px;height:48px}.brand strong{display:block;line-height:1.8}.brand small{font-size:10px}.login .brand{margin-bottom:28px}.login h1{margin:24px 0 12px}.full{width:100%}.row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.spread{justify-content:space-between}.shell{display:grid;grid-template-columns:245px 1fr;min-height:100vh}.sidebar{background:#fff;border-left:1px solid var(--line);padding:28px 20px;display:flex;flex-direction:column;gap:28px;height:100vh;position:sticky;top:0}.nav{display:grid;gap:8px}.nav button{background:transparent;color:#617780;text-align:right;padding:15px}.nav button.selected{background:#e6f3ef;color:var(--green);font-weight:bold}.nav button span{display:inline-block;width:32px}.sidebar footer{margin-top:auto;font-size:10px;line-height:2;color:#71858d}.content{min-width:0;padding:30px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:26px}.topbar h1{margin:4px 0}.pill{font-size:12px;border-radius:30px;padding:8px 12px;background:#e5f4ed;color:#25734e}.pill.offline{background:#fff0d7;color:#93621a}.banner{background:#fff4de;border:1px solid #f0dfb7;border-radius:14px;padding:14px 18px;line-height:1.9;margin-bottom:20px;color:#775f32}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.card{background:white;border:1px solid var(--line);border-radius:20px;padding:22px;margin-bottom:18px}.grid .card{margin:0}.stat{font-size:34px;display:block;margin-top:18px;letter-spacing:-1px}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.section-title h2{margin:0}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;white-space:nowrap}td,th{text-align:right;padding:15px 10px;border-bottom:1px solid #eef3f4}th{font-weight:normal;color:var(--muted);font-size:12px}.empty{text-align:center;padding:50px 20px;color:var(--muted);line-height:2}.split{display:grid;grid-template-columns:340px minmax(0,1fr);gap:18px;align-items:start}.chat-list{max-height:72vh;overflow:auto;padding:8px}.chat-item{display:flex;width:100%;background:white;color:inherit;text-align:right;gap:12px;margin:6px 0;padding:16px;border-radius:16px}.chat-item.active{background:#e9f5f1}.avatar{flex:0 0 44px;width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:#e7f0f5;color:#356377;font-weight:bold;font-size:18px}.chat-item .info{flex:1;min-width:0}.chat-item strong{display:block;margin:2px 0 8px}.chat-item small{display:block;overflow:hidden;text-overflow:ellipsis}.chat-panel{padding:0;overflow:hidden}.chat-head{padding:20px;border-bottom:1px solid var(--line);background:white}.messages{min-height:240px;height:48vh;overflow:auto;padding:24px;background:#f5f9f8}.bubble{max-width:82%;margin:10px 0;padding:13px 17px;border-radius:18px 4px 18px 18px;background:#fff;border:1px solid #e0e9e7;white-space:pre-wrap;line-height:1.9;overflow-wrap:anywhere}.bubble.out{margin-right:auto;background:#dff3eb;border:0;border-radius:4px 18px 18px 18px}.bubble small{display:block;font-size:10px;margin-top:6px}.composer{padding:16px;background:white}.composer textarea{min-height:65px;max-height:130px}.chips{display:flex;gap:8px;overflow:auto;margin-bottom:12px}.chips button{white-space:nowrap;font-size:12px;background:#f0f5f5;color:#54727a;padding:9px}.agent-top{display:none}.score{font-size:26px;color:var(--green);font-weight:bold}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:#172f38;color:white;border-radius:14px;padding:15px 22px;z-index:100;display:none;max-width:90vw;box-shadow:0 8px 30px #142e3833}.call-overlay{position:fixed;inset:0;background:#102e38ee;z-index:90;display:grid;place-items:center;color:white}.call-box{text-align:center;width:min(440px,90vw);padding:30px}.call-avatar{font-size:50px;margin:24px auto;background:#ffffff16;border-radius:50%;width:120px;height:120px;display:grid;place-items:center}.call-box .row{justify-content:center;margin-top:36px}.call-box .danger{background:#d54e58;color:white}.call-box p{line-height:1.9}.outbox-item{border-bottom:1px solid var(--line);padding:14px;line-height:1.8}.two{display:grid;grid-template-columns:1fr 1fr;gap:20px}.code{font-size:26px;letter-spacing:4px;text-align:center;background:#e8f5f0;padding:20px;border-radius:16px;user-select:all}.guide{line-height:2.2}.guide li{margin-bottom:8px}.search{max-width:300px}.mono{direction:ltr;font-family:monospace;unicode-bidi:embed}.mobile-only{display:none}@media(max-width:1050px){.shell{grid-template-columns:190px 1fr}.sidebar{padding:22px 12px}.content{padding:20px}.grid{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:280px minmax(0,1fr)}.two{grid-template-columns:1fr}}@media(max-width:720px){.shell{display:block;padding-bottom:74px}.sidebar{position:fixed;bottom:0;top:auto;width:100%;height:70px;z-index:20;padding:6px;background:#fff;border-top:1px solid var(--line)}.sidebar .brand,.sidebar footer{display:none}.nav{display:flex;justify-content:space-around;gap:0;overflow-x:auto}.nav button{padding:9px;font-size:10px;min-width:58px;text-align:center}.nav button span{display:block;margin:0 auto 4px;font-size:17px}.content{padding:18px 14px}.topbar h1{font-size:20px}.topbar{margin-bottom:18px}.grid{gap:10px}.card{padding:16px;border-radius:18px}.stat{font-size:29px}.split{display:block}.chat-list{max-height:none}.chat-panel{padding:0}.messages{height:49vh}.chat-head{padding:15px}.mobile-only{display:inline-block}.split.has-chat .chat-list{display:none}.split:not(.has-chat) .chat-panel{display:none}.banner{font-size:12px}.login-box{padding:26px}.two{display:block}.search{max-width:none}.agent-top{display:block}.table-wrap button{padding:8px;font-size:12px}}
