*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;background:#f0f2f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;color:#1e1e1e}code{background:#eef1f6;padding:2px 6px;border-radius:4px;font-size:12px}#bg{padding:48px;color:#666}#bg .tip{margin:8px 0;font-size:14px}.chat{position:fixed;right:24px;bottom:24px;top:48px;width:400px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 12px 32px #00000014;display:flex;flex-direction:column}.chat__header{background:#1a73e8;color:#fff;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.chat__toolbar{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.chat__tb{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.45);border-radius:6px;padding:4px 10px;font-size:12px;cursor:pointer}.chat__tb:hover{background:#ffffff4d}.chat__tb--danger{border-color:#ffb4a8}.chat__title{display:flex;gap:12px;align-items:center}.chat__avatar{width:36px;height:36px;border-radius:50%;background:#ffffff30;display:grid;place-items:center;font-weight:700}.chat__name{font-size:15px;line-height:1.2}.chat__status{font-size:12px;opacity:.85;margin-top:2px}.chat__close{background:transparent;border:0;color:#fff;font-size:22px;cursor:pointer}.leave-panel:not([hidden]){padding:12px 16px;border-top:1px dashed #dbe6ff;background:#f8fbff;display:flex;flex-direction:column;gap:8px}.leave-panel__title{font-size:13px;color:#333;font-weight:600}.leave-panel input,.leave-panel textarea{width:100%;border:1px solid #e4e7eb;border-radius:8px;padding:8px;font-size:13px;font-family:inherit}.leave-panel button{align-self:flex-start;background:#1a73e8;color:#fff;border:0;border-radius:8px;padding:8px 14px;cursor:pointer;font-size:13px}.leave-panel__cancel{background:#eee!important;color:#333!important;margin-left:8px}.chat__tips{padding:12px 16px 0}.chat__tips-title{font-size:12px;color:#666;margin-bottom:6px}.tip-btn{display:inline-block;margin:4px 8px 4px 0;padding:6px 10px;background:#f2f7ff;color:#1a73e8;border:1px solid #dbe6ff;border-radius:16px;font-size:12px;cursor:pointer}.tip-btn:hover{background:#e8f0ff}.chat__msgs{list-style:none;margin:0;padding:12px 16px;flex:1;overflow-y:auto}.chat__msgs li{margin-bottom:10px;display:flex}.chat__msgs li.left{justify-content:flex-start}.chat__msgs li.right{justify-content:flex-end}.msg-wrap{display:flex;flex-direction:column;max-width:72%;min-width:0;align-items:flex-start}.chat__msgs li.right .msg-wrap{align-items:flex-end}.bubble{max-width:100%;padding:8px 12px;border-radius:12px;font-size:14px;line-height:1.5;white-space:pre-wrap;overflow-wrap:break-word;word-break:normal}.bubble.bot{background:#f0f2f5;border-top-left-radius:2px}.bubble.user{background:#dcf0ff;border-top-right-radius:2px}.bubble.system{background:#fffbe6;color:#ad6800;font-size:12px}.bubble.error{background:#fff1f0;color:#cf1322;font-size:12px}.meta{font-size:11px;color:#999;margin-top:2px}.bubble--media{padding:4px}.bubble__img{max-width:220px;max-height:220px;border-radius:8px;cursor:pointer;display:block}.bubble__file{display:inline-block;padding:8px 12px;background:#f1f3f5;border-radius:8px;color:#1971c2;text-decoration:none;word-break:break-all}.bubble__file:hover{background:#e8eaed}.img-viewer{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000b8;align-items:center;justify-content:center;padding:24px}.img-viewer--open{display:flex}.img-viewer__img{max-width:92%;max-height:92%;border-radius:6px;box-shadow:0 8px 30px #00000080}.img-viewer__close{position:absolute;top:16px;right:20px;width:36px;height:36px;border:none;border-radius:50%;background:#ffffffe6;color:#333;font-size:24px;line-height:1;cursor:pointer}.img-viewer__close:hover{background:#fff}.chat__input{border-top:1px solid #eee;padding:10px 12px;display:flex;gap:8px;align-items:flex-end}.chat__input textarea{flex:1;resize:none;border:1px solid #e4e7eb;border-radius:8px;padding:8px 10px;font-size:14px;font-family:inherit;outline:none;max-height:120px}.chat__input textarea:focus{border-color:#1a73e8}.chat__input button{background:#1a73e8;color:#fff;border:0;border-radius:8px;padding:0 16px;height:36px;cursor:pointer;font-size:14px}.chat__input button:disabled{background:#aac7f3;cursor:not-allowed}@media (max-width: 640px){.chat{left:0;right:0;top:0;bottom:0;width:100%;border-radius:0}#bg{display:none}}.chat__agent{display:none}.chat__input-tools{display:flex;gap:6px;align-items:center}.chat__icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:none;background:transparent;color:#6b7280;cursor:pointer;transition:background .15s,color .15s}.chat__icon:hover{background:#eef2ff;color:#4f46e5}.chat__icon-svg{width:18px;height:18px}body.layout-true #bg{display:none}body.layout-true{background:#eaf0fb}body.layout-true:before{content:"";position:fixed;top:0;left:0;right:0;height:6px;background:#1a73e8;z-index:1}body.layout-true .chat{position:fixed;margin:auto;width:860px;height:720px;max-width:calc(100vw - 48px);max-height:calc(100vh - 48px);top:0;right:0;bottom:0;left:0;border-radius:12px;display:grid;grid-template-columns:1fr 180px;grid-template-rows:auto auto auto 1fr auto;grid-template-areas:"header agent" "tips   agent" "leave  agent" "msgs   agent" "input  agent"}body.layout-true .chat__header{grid-area:header;justify-content:center}body.layout-true .chat__toolbar{display:none}body.layout-true .chat__tips{grid-area:tips}body.layout-true #leave-panel{grid-area:leave}body.layout-true .chat__msgs{grid-area:msgs}body.layout-true .chat__input{grid-area:input}body.layout-true .chat__agent{grid-area:agent;display:flex;flex-direction:column;align-items:center;background:#f5f7fa;border-left:1px solid #e6ebf2;padding:16px 10px}.chat__agent-label{font-size:11px;color:#999;align-self:flex-start}.chat__agent-avatar{width:60px;height:60px;border-radius:50%;background:#e8f0fe;display:grid;place-items:center;font-size:28px;margin:14px 0 8px}.chat__agent-name{font-size:13px;color:#3c4858}.chat__agent-state{font-size:11px;color:#1a73e8;margin-top:4px}.chat__agent-sub{font-size:11px;color:#999;margin-top:2px}.chat__agent-actions{margin-top:auto;display:flex;flex-direction:column;gap:8px;width:100%}.chat__agent-actions button{background:#f2f7ff;border:1px solid #dbe6ff;color:#1a73e8;border-radius:8px;padding:8px;font-size:12px;cursor:pointer}.chat__agent-actions button:hover{background:#e8f0ff}.chat__agent-actions .chat__tb--danger{background:#fff1f0;border-color:#ffccc7;color:#cf1322}.chat__agent-avatar-img{width:40px;height:40px;border-radius:50%;object-fit:cover;display:block}
