*{box-sizing:border-box}html,body{margin:0;padding:0;background:#f3f4f6;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",PingFang SC,"Hiragino Sans GB","Microsoft YaHei",sans-serif;color:#111827;height:100%}body{min-height:100vh}.ed-panel{display:flex;height:100vh}.ed-side{width:130px;background:#fff;border-right:1px solid #e5e7eb;padding:14px;overflow:auto}.ed-side-title{font-size:14px;font-weight:700;margin-bottom:12px}.ed-agent-list{display:flex;flex-direction:column;gap:10px}.ed-agent{border:1px solid #e5e7eb;border-radius:12px;padding:10px;cursor:pointer;background:#fff;text-align:left}.ed-agent.active{border-color:#2563eb;background:#eff6ff}.ed-agent-name{font-size:13px;font-weight:600}.ed-main{flex:1;display:flex;flex-direction:column;position:relative}.ed-topbar{height:52px;display:flex;align-items:center;padding:0 16px;border-bottom:1px solid #e5e7eb;background:#fff;font-size:14px;font-weight:600}.ed-messages{flex:1;overflow:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.ed-empty{position:absolute;inset:53px 0 98px 0;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:13px;pointer-events:none;padding:0 20px;text-align:center}.ed-toolbar-tip{height:28px;display:flex;align-items:center;padding:0 16px;background:#fff7ed;color:#9a3412;border-top:1px solid #ffedd5;border-bottom:1px solid #ffedd5;font-size:12px}.ed-form{display:flex;gap:8px;padding:12px;background:#fff;border-top:1px solid #e5e7eb}.ed-upload,.ed-send{border:none;border-radius:10px;padding:0 14px;cursor:pointer}.ed-upload{background:#e5e7eb;color:#111827}.ed-send{background:#2563eb;color:#fff}.ed-form input[type=text]{flex:1;border:1px solid #d1d5db;border-radius:10px;padding:0 12px;height:42px;outline:none}.ed-bubble{max-width:82%;padding:10px 12px;border-radius:14px;font-size:13px;line-height:1.55;word-break:break-word;box-shadow:0 4px 16px rgba(15,23,42,.06)}.ed-bubble.user{align-self:flex-end;background:#2563eb;color:#fff;border-bottom-right-radius:6px}.ed-bubble.agent{align-self:flex-start;background:#fff;color:#111827;border-bottom-left-radius:6px}.ed-meta{margin-top:6px;font-size:11px;opacity:.75}.ed-image{display:block;max-width:220px;border-radius:10px;margin-top:8px}.ed-caption{margin-top:6px}.ed-note{padding:10px 14px;font-size:12px;color:#6b7280}.hidden{display:none!important}@media (max-width:640px){.ed-panel{flex-direction:column}.ed-side{width:100%;border-right:none;border-bottom:1px solid #e5e7eb;padding:10px}.ed-agent-list{flex-direction:row;overflow:auto}.ed-agent{min-width:96px}.ed-empty{inset:124px 0 98px 0}.ed-toolbar-tip{padding:0 12px}}
