/* 首页快速咨询悬浮窗：只复用现有聊天接口，不承担律师工作台职责 */
.pc-quick-chat-launcher{position:fixed;right:24px;bottom:24px;z-index:1200;border:0;border-radius:999px;background:linear-gradient(135deg,#1d63e9,#3d8bff);color:#fff;padding:13px 20px;box-shadow:0 10px 28px rgba(29,99,233,.28);font-size:15px;font-weight:600;cursor:pointer;transition:transform .18s,box-shadow .18s}.pc-quick-chat-launcher:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(29,99,233,.36)}
.pc-quick-chat{position:fixed;right:24px;bottom:78px;z-index:1201;width:380px;height:560px;display:flex;flex-direction:column;background:#fff;border:1px solid #dfe6f1;border-radius:14px;box-shadow:0 16px 48px rgba(20,38,80,.2);overflow:hidden}.pc-quick-chat[hidden]{display:none}.pc-quick-chat-head{height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:linear-gradient(135deg,#1d63e9,#3d8bff);color:#fff}.pc-quick-chat-title{font-size:16px;font-weight:600}.pc-quick-chat-actions{display:flex;gap:8px}.pc-quick-chat-actions button{border:0;background:rgba(255,255,255,.16);color:#fff;width:28px;height:28px;border-radius:7px;cursor:pointer;font-size:16px}.pc-quick-chat-status{padding:10px 14px;background:#f6f9ff;color:#5d6b82;font-size:12px;border-bottom:1px solid #edf1f7;min-height:36px}.pc-quick-chat-status strong{color:#1d63e9}.pc-quick-chat-messages{flex:1;min-height:0;overflow-y:auto;padding:16px;background:#f5f7fb}.pc-quick-chat-empty{text-align:center;color:#93a0b4;font-size:13px;padding:36px 20px;line-height:1.8}.pc-quick-chat-bubble{max-width:82%;margin:0 0 12px;padding:10px 12px;border-radius:11px;background:#fff;color:#26344d;font-size:13px;line-height:1.65;word-break:break-word;white-space:pre-wrap;box-shadow:0 2px 8px rgba(23,45,90,.05)}.pc-quick-chat-bubble.mine{margin-left:auto;background:#dbeaff;color:#153a78}.pc-quick-chat-bubble-time{margin-top:4px;color:#8d9ab0;font-size:10px;text-align:right}.pc-quick-chat-form{padding:11px;border-top:1px solid #e8edf5;background:#fff;display:flex;gap:8px}.pc-quick-chat-form textarea{flex:1;height:46px;resize:none;border:1px solid #d8e0ed;border-radius:8px;padding:9px 10px;outline:0;font:13px/1.5 inherit;color:#26344d}.pc-quick-chat-form textarea:focus{border-color:#5791f4;box-shadow:0 0 0 3px rgba(87,145,244,.12)}.pc-quick-chat-form button{width:58px;border:0;border-radius:8px;background:#1d63e9;color:#fff;cursor:pointer;font-weight:600}.pc-quick-chat-form button:disabled{opacity:.55;cursor:not-allowed}.pc-quick-chat-start{padding:14px;background:#fff;border-top:1px solid #e8edf5}.pc-quick-chat-start textarea{display:block;width:100%;height:78px;box-sizing:border-box;resize:none;border:1px solid #d8e0ed;border-radius:8px;padding:10px;outline:0;font:13px/1.6 inherit}.pc-quick-chat-start textarea:focus{border-color:#5791f4;box-shadow:0 0 0 3px rgba(87,145,244,.12)}.pc-quick-chat-start-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:9px}.pc-quick-chat-hint{font-size:11px;color:#8a97aa;line-height:1.45}.pc-quick-chat-start button{border:0;border-radius:8px;padding:9px 14px;background:#1d63e9;color:#fff;cursor:pointer;font-weight:600;white-space:nowrap}.pc-quick-chat-notice{padding:12px 16px;color:#5f6e84;background:#fff4df;border-top:1px solid #ffe5ae;font-size:12px;line-height:1.6}.pc-law-qr{margin:12px auto 14px;padding:12px 10px;border:1px solid #e6ebf3;border-radius:10px;background:#fbfcfe;text-align:center}.pc-law-qr-title{font-size:13px;color:#253653;font-weight:600}.pc-law-qr img{display:block;width:150px;height:150px;margin:9px auto 7px;object-fit:contain;background:#fff}.pc-law-qr-tip{font-size:11px;color:#8793a6;line-height:1.5}.pc-law-qr-msg{font-size:12px;color:#8793a6;padding:18px 4px}.pc-law-qr .pc-law-qr-retry{display:inline-block;margin-top:7px;color:#1d63e9;text-decoration:none;cursor:pointer}
@media (max-width:768px){.pc-quick-chat-launcher{right:14px;bottom:14px}.pc-quick-chat{right:10px;bottom:66px;width:calc(100vw - 20px);height:min(560px,calc(100vh - 90px))}.pc-law-qr img{width:135px;height:135px}}
