:root{font-family:"Microsoft YaHei",Arial,sans-serif;color:#1f2937;background:#f3f6fb}*{box-sizing:border-box}body{margin:0}button,input,textarea{font:inherit}.top{height:64px;background:#1769e0;color:#fff;display:flex;align-items:center;padding:0 22px;font-weight:700}.chat-shell{max-width:760px;height:100vh;margin:auto;background:#fff;display:flex;flex-direction:column;box-shadow:0 0 24px #dce3ee}.messages{display:block;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:22px;background:#f7f9fc}.row{display:flex;align-items:flex-start;flex:none;width:100%;height:auto;min-height:0;margin:12px 0}.row.visitor{justify-content:flex-end}.bubble{display:inline-block;flex:0 1 auto;width:auto;height:auto;min-height:0;max-width:76%;padding:11px 14px;border-radius:15px;background:#fff;box-shadow:0 1px 4px #dfe5ee;white-space:pre-wrap;word-break:break-word}.visitor .bubble{background:#1769e0;color:#fff}.system .bubble{background:#e9f2ff;color:#234}.time{font-size:11px;opacity:.6;margin-top:6px;white-space:nowrap}.composer{display:flex;flex:none;gap:8px;padding:14px;border-top:1px solid #e5e7eb}.composer textarea{flex:1;resize:none;border:1px solid #d3dae6;border-radius:10px;padding:10px}.primary{border:0;background:#1769e0;color:#fff;border-radius:9px;padding:10px 18px;cursor:pointer}.secondary{border:1px solid #ccd5e2;background:#fff;border-radius:9px;padding:9px 12px;cursor:pointer}.danger{border:0;background:transparent;color:#c0392b;cursor:pointer;float:right}.hidden{display:none!important}.login{max-width:380px;margin:12vh auto;background:#fff;padding:30px;border-radius:16px;box-shadow:0 12px 35px #dbe1ea}.login input,.field{width:100%;padding:11px;margin:7px 0 14px;border:1px solid #cfd7e3;border-radius:9px}.agent{height:100vh;display:grid;grid-template-columns:300px minmax(0,1fr) 300px;background:#fff}.sidebar,.right{border-right:1px solid #e3e8ef;overflow:auto}.right{border-left:1px solid #e3e8ef;border-right:0;padding:16px}.side-head{padding:16px;border-bottom:1px solid #e3e8ef}.visitor-card{padding:13px 16px;border-bottom:1px solid #eef1f5;cursor:pointer}.visitor-card.active{background:#eaf3ff}.visitor-card small{display:block;color:#7b8794;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:4px}.agent-chat{min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.agent-chat .top{flex:none;justify-content:space-between}.quick{display:block;width:100%;text-align:left;margin:8px 0;padding:10px;background:#f4f7fb;border:1px solid #e0e6ef;border-radius:8px;cursor:pointer}.quick-actions{margin-top:6px}.quick-actions button{font-size:12px;margin-right:8px}.tabs{display:flex;gap:6px;margin-bottom:12px}.tabs button{flex:1}.panel{border-top:1px solid #e5e7eb;padding-top:15px;margin-top:15px}label{font-size:13px;color:#52606d}@media(max-width:850px){.agent{grid-template-columns:220px minmax(0,1fr)}.right{display:none}}@media(max-width:580px){.agent{grid-template-columns:1fr}.sidebar{display:none}.bubble{max-width:86%}}

:root{--theme:#1769e0;--chat-bg:#f7f9fc;--ui-scale:1}.top,.primary,.visitor .bubble{background:var(--theme)}.messages{background:var(--chat-bg)}.brand-head{gap:12px}.brand-head small{display:block;font-weight:400;opacity:.85;margin-top:3px}.avatar{width:42px;height:42px;flex:0 0 42px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff;color:var(--theme);font-weight:700;border:1px solid #dfe5ee}.avatar img{width:100%;height:100%;object-fit:cover}.message-avatar{width:34px;height:34px;flex-basis:34px;margin-right:9px}.avatar-preview{width:62px;height:62px;margin:4px 0 10px;background:#eef4ff}.agent{--left-width:300px;--right-width:300px;grid-template-columns:var(--left-width) 6px minmax(0,1fr) 6px var(--right-width);font-size:calc(16px * var(--ui-scale))}.resize-handle{background:#e6ebf2;cursor:col-resize;position:relative}.resize-handle:hover,.resize-handle:active{background:var(--theme)}.zoom{display:flex;align-items:center;gap:7px}.zoom>button:not(.secondary){width:30px;height:30px;border:1px solid #dbe2ec;border-radius:7px;background:#fff;cursor:pointer}.zoom span{font-size:12px;min-width:36px;text-align:center}.color-row{display:flex;gap:22px;margin:14px 0}.color-row label{display:flex;flex-direction:column;gap:7px}.color-row input{width:55px;height:34px;border:0;padding:0;background:none}@media(max-width:850px){.agent{grid-template-columns:var(--left-width) 6px minmax(0,1fr)}#rightResize,.right{display:none}}@media(max-width:580px){.agent{grid-template-columns:1fr}#leftResize{display:none}}

.chat-shell .messages{display:block!important}.chat-shell .msg-row{display:flex!important;align-items:flex-start!important;width:100%!important;height:max-content!important;min-height:0!important;max-height:none!important;margin:12px 0!important;padding:0!important;background:transparent!important}.chat-shell .msg-row.visitor{justify-content:flex-end!important}.chat-shell .msg-row .bubble{display:block!important;flex:0 1 auto!important;width:fit-content!important;height:max-content!important;min-width:92px!important;min-height:0!important;max-width:76%!important;margin:0!important}.chat-shell .msg-row.visitor .bubble{background:var(--theme);color:#fff}.chat-shell .msg-row.system .bubble,.chat-shell .msg-row.agent .bubble{background:#fff;color:#1f2937}

.chat-shell{background:linear-gradient(180deg,color-mix(in srgb,var(--chat-bg) 14%,#fff) 0%,#fffdf3 27%,#fffefa 52%,#fff 100%)}.chat-shell .brand-head{height:108px;display:flex;align-items:center;justify-content:center;padding:14px;background:transparent!important;color:#1f2937}.brand-card{min-width:250px;max-width:86%;display:flex;align-items:center;gap:11px;padding:10px 18px 10px 10px;border-radius:32px;background:rgba(255,255,255,.9);box-shadow:0 6px 22px rgba(99,83,35,.1);backdrop-filter:blur(8px)}.brand-card small{display:block;color:#64748b;font-weight:400;max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:3px}.chat-shell .messages{background:transparent!important}.chat-shell .msg-row.visitor .bubble,.chat-shell .msg-row.agent .bubble,.chat-shell .msg-row.system .bubble{background:#fff!important;color:#1f2937!important;border:1px solid rgba(215,218,224,.65)}.chat-shell .composer{margin:10px 18px 16px;border:1px solid #e3e6eb;border-radius:28px;background:rgba(255,255,255,.94);box-shadow:0 4px 16px rgba(30,41,59,.08)}.chat-shell .composer textarea{border:0;outline:0;background:transparent}.chat-shell .composer .secondary{border:0;border-radius:50%;font-size:22px}.message-image{display:block;max-width:260px;max-height:240px;border-radius:9px;object-fit:contain}.file-link{color:#2563eb;text-decoration:none}.unread-dot{display:inline-flex;align-items:center;justify-content:center;float:right;min-width:20px;height:20px;padding:0 6px;border-radius:12px;background:#ef4444;color:#fff;font-size:11px}.folder{margin:9px 0;border:1px solid #dfe5ee;border-radius:9px;background:#f8fafc}.folder summary{cursor:pointer;padding:10px;font-weight:700}.folder-body{padding:0 8px 8px}@supports not (background:color-mix(in srgb,#fff 50%,#000)){.chat-shell{background:linear-gradient(180deg,#fff9dc 0%,#fffdf3 28%,#fff 100%)}}

.chat-shell{width:100%;height:100vh;height:100dvh;font-size:clamp(13px,2.1vw,16px)}.chat-shell .bubble{font-size:1em}.chat-shell .time{font-size:clamp(9px,1.35vw,11px)}@media(max-width:600px){.chat-shell .brand-head{height:92px;padding:10px}.brand-card{min-width:0;width:auto;max-width:90%;gap:8px;padding:8px 14px 8px 8px;border-radius:28px}.chat-shell .avatar{width:36px;height:36px;flex-basis:36px}.chat-shell .message-avatar{width:30px;height:30px;flex-basis:30px;margin-right:7px}.chat-shell .messages{padding:12px}.chat-shell .msg-row{margin:9px 0!important}.chat-shell .msg-row .bubble{min-width:82px!important;max-width:82%!important;padding:9px 11px;border-radius:12px}.chat-shell .composer{gap:4px;margin:7px 9px 10px;padding:8px;border-radius:24px}.chat-shell .composer textarea{padding:7px;min-width:0}.chat-shell .composer .primary{padding:8px 13px}.chat-shell .composer .secondary{padding:6px 9px;font-size:19px}.message-image{max-width:min(220px,62vw);max-height:200px}}@media(max-width:360px){.chat-shell{font-size:12.5px}.chat-shell .brand-head{height:82px}.brand-card{max-width:94%;padding:7px 11px 7px 7px}.brand-card small{max-width:190px}.chat-shell .avatar{width:32px;height:32px;flex-basis:32px}.chat-shell .message-avatar{width:27px;height:27px;flex-basis:27px}.chat-shell .messages{padding:9px}.chat-shell .msg-row .bubble{min-width:76px!important;max-width:86%!important;padding:8px 10px}.chat-shell .composer{margin:5px 6px 7px}.chat-shell .composer .primary{padding:7px 10px}}

.chat-shell .compact-composer{min-height:58px;max-height:58px;margin:7px 14px 12px;padding:6px 8px;align-items:center;border-radius:29px}.chat-shell .compact-composer textarea{height:38px;min-height:38px;max-height:38px;line-height:22px;padding:8px 7px;overflow-y:auto}.chat-shell .compact-composer .primary{height:44px;min-width:58px;padding:7px 12px;border-radius:13px}.chat-shell .compact-composer .secondary{width:40px;height:40px;padding:0;font-size:20px}@media(max-width:600px){.chat-shell .compact-composer{min-height:52px;max-height:52px;margin:6px 8px 8px;padding:4px 6px}.chat-shell .compact-composer textarea{height:34px;min-height:34px;max-height:34px;line-height:20px;padding:7px 5px}.chat-shell .compact-composer .primary{height:40px;min-width:52px;padding:6px 10px}.chat-shell .compact-composer .secondary{width:35px;height:35px;font-size:18px}}@media(max-width:360px){.chat-shell .compact-composer{min-height:48px;max-height:48px;margin:4px 5px 6px}.chat-shell .compact-composer textarea{height:31px;min-height:31px;max-height:31px}.chat-shell .compact-composer .primary{height:36px;min-width:47px}.chat-shell .compact-composer .secondary{width:32px;height:32px}}

.settings-group{margin:0 0 10px;border:1px solid #dfe5ee;border-radius:10px;background:#fff;overflow:hidden}.settings-group>summary{position:relative;padding:14px 36px 14px 14px;cursor:pointer;font-size:17px;font-weight:700;list-style:none;background:#f7f9fc}.settings-group>summary::-webkit-details-marker{display:none}.settings-group>summary:after{content:'›';position:absolute;right:15px;top:50%;font-size:24px;font-weight:400;transform:translateY(-50%);transition:transform .18s}.settings-group[open]>summary:after{transform:translateY(-50%) rotate(90deg)}.settings-group[open]>summary{border-bottom:1px solid #e4e9f0;background:#eef5ff}.settings-body{padding:14px}.settings-body>.panel{border-top:0;margin-top:0;padding-top:0}

.link-actions{display:flex;gap:8px;margin:0 0 14px}.link-actions button{flex:1}.link-tip{font-size:12px;line-height:1.55;color:#7b8794;background:#fff8db;border-radius:8px;padding:9px;margin:10px 0 0}

.appearance-save{display:block;width:100%;margin-top:14px}
.visitor-tabs{display:flex;gap:5px;margin-top:12px}.visitor-tabs button{flex:1;border:1px solid #d7deea;background:#fff;border-radius:7px;padding:7px 3px;font-size:12px;cursor:pointer}.visitor-tabs button.active{background:var(--theme);border-color:var(--theme);color:#fff}.empty-list{padding:24px 12px;text-align:center;color:#8a95a5}.customer-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:9px}.customer-actions .danger-solid{grid-column:1/-1}.warning,.danger-solid{border:0;border-radius:9px;padding:10px 12px;color:#fff;cursor:pointer}.warning{background:#e69b18}.danger-solid{background:#dc3545}
.online-dot{display:inline-block;width:9px;height:9px;margin-left:7px;border-radius:50%;background:#a8b0bb;vertical-align:1px;box-shadow:0 0 0 2px rgba(168,176,187,.18)}.online-dot.is-online{background:#19b65b;box-shadow:0 0 0 2px rgba(25,182,91,.18)}
.agent-chat .composer{align-items:flex-end}.agent-chat .composer textarea{min-height:42px;max-height:180px;overflow-y:auto}.agent-chat .composer button:disabled{opacity:.65;cursor:wait}.message-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:6px}.message-meta .time{margin-top:0}.message-actions{display:inline-flex;align-items:center;gap:9px}.sent-check{color:#4ade80;font-size:18px;font-weight:900;line-height:1;text-shadow:0 1px 1px rgba(0,0,0,.18)}.sent-check.is-read{color:#22c55e;letter-spacing:-5px;padding-right:5px}.retract-message{border:0;background:transparent;color:inherit;opacity:.72;padding:0;cursor:pointer;font-size:12px}.retract-message:hover{opacity:1;text-decoration:underline}
.attachment-preview{display:flex;align-items:center;gap:10px;flex:none;margin:0 18px 2px;padding:9px 12px;border:1px solid #dbe3ee;border-radius:12px;background:#fff;box-shadow:0 2px 10px rgba(30,41,59,.07)}.attachment-preview img{width:52px;height:52px;border-radius:8px;object-fit:cover}.attachment-icon{font-size:30px}.attachment-info{min-width:0;flex:1}.attachment-info b,.attachment-info small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-info small{margin-top:3px;color:#7b8794}.attachment-preview button{width:30px;height:30px;border:0;border-radius:50%;background:#eef2f7;color:#52606d;font-size:21px;cursor:pointer}.compact-composer .primary:disabled{opacity:.65;cursor:wait}@media(max-width:600px){.attachment-preview{margin:0 9px 1px;padding:7px 9px}.attachment-preview img{width:44px;height:44px}}
.agent-file-button{flex:0 0 42px;width:42px;height:42px;padding:0;border-radius:50%;font-size:22px}.agent-attachment-preview{margin:4px 14px 0}.agent-attachment-preview img{width:48px;height:48px}
