.toec-chat-fab{position:fixed;right:16px;bottom:16px;z-index:9999;background:#111;color:#fff;border-radius:999px;padding:10px 12px;cursor:pointer;font-size:14px;border:0;box-shadow:0 10px 30px rgba(0,0,0,.18)}.toec-chat-fab-inner{display:flex;align-items:center;gap:10px}.toec-chat-fab-title{font-size:12px;opacity:.85;line-height:1.2}.toec-chat-fab-teaser{font-size:13px;font-weight:600;line-height:1.2;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.toec-chat-fab-text{display:flex;flex-direction:column;gap:2px;min-width:0}.toec-chat-panel{position:fixed;right:16px;bottom:70px;z-index:9999;width:360px;max-width:calc(100vw - 32px);background:#fff;border:1px solid #e6e6e6;border-radius:14px;box-shadow:0 10px 30px rgba(0,0,0,.12);display:none;overflow:hidden}.toec-chat-panel.open{display:block}.toec-chat-head{padding:10px 12px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center;gap:8px}.toec-chat-head-left{display:flex;align-items:center;gap:10px;min-width:0}.toec-chat-head-title{font-weight:700;font-size:14px;line-height:1.2}.toec-chat-head-sub{font-size:12px;opacity:.7;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.toec-chat-head-titles{display:flex;flex-direction:column;gap:2px;min-width:0}.toec-chat-close{border:0;background:0 0;font-size:20px;line-height:1;cursor:pointer;padding:4px 6px}.toec-chat-voice{border:0;background:0 0;font-size:18px;line-height:1;cursor:pointer;padding:4px 6px;opacity:.85}.toec-chat-voice:hover{opacity:1}.toec-chat-body{padding:12px;max-height:420px;overflow:auto;font-size:14px;line-height:1.5;background:#fafafa}.toec-chat-msg{display:flex;gap:8px;margin:0 0 10px;align-items:flex-end}.toec-chat-spacer{width:28px;flex:0 0 28px}.toec-chat-bubble{max-width:78%;padding:9px 10px;border-radius:14px;background:#fff;border:1px solid #e8e8e8;box-shadow:0 2px 10px rgba(0,0,0,.05)}.toec-chat-msg.user{justify-content:flex-end}.toec-chat-msg.user .toec-chat-bubble{background:#111;color:#fff;border-color:#111}.toec-chat-msg.user .toec-chat-spacer{display:none}.toec-chat-msg.user .toec-chat-bubble{max-width:82%}.toec-chat-text{white-space:pre-wrap;word-break:break-word}.toec-chat-msg.assistant .toec-chat-bubble{background:#fff;color:#111}.toec-chat-msg.assistant.thinking .toec-chat-text{opacity:.85}.toec-chat-foot{padding:10px 12px;border-top:1px solid #eee;display:flex;gap:8px;background:#fff}.toec-chat-send{border:0;background:#111;color:#fff;border-radius:10px;padding:8px 12px;cursor:pointer}.toec-chat-input{flex:1;min-width:0;border:1px solid #ddd;border-radius:10px;padding:8px 10px}.toec-chat-avatar{width:28px;height:28px;border-radius:999px;flex:0 0 28px;background:#111;box-shadow:0 2px 8px rgba(0,0,0,.12)}.toec-chat-avatar.default{background:#111}.toec-chat-avatar.friendly{background:#0b5}.toec-chat-avatar.minimal{background:#444}.toec-chat-dots{display:flex;gap:4px;margin-top:6px}.toec-chat-dots span{width:6px;height:6px;border-radius:999px;background:rgba(0,0,0,.25);display:inline-block;animation:toecDot 1s infinite}.toec-chat-msg.user .toec-chat-dots span{background:rgba(255,255,255,.35)}.toec-chat-dots span:nth-child(2){animation-delay:.15s}.toec-chat-dots span:nth-child(3){animation-delay:.3s}@keyframes toecDot{0%,80%,100%{transform:translateY(0);opacity:.4}40%{transform:translateY(-4px);opacity:1}}.toec-chat-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:10000;display:none}.toec-chat-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:640px;max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);background:#fff;border-radius:12px;z-index:10001;display:none;overflow:hidden}.toec-chat-modal .head{padding:12px 14px;border-bottom:1px solid #eee;font-weight:700}.toec-chat-modal .body{padding:12px 14px;max-height:60vh;overflow:auto;white-space:pre-wrap}.toec-chat-modal .foot{padding:12px 14px;border-top:1px solid #eee;display:flex;justify-content:flex-end;gap:8px}.toec-chat-attach{width:42px;height:36px;border-radius:10px;border:1px solid rgba(0,0,0,.12);background:#fff;margin-right:6px;cursor:pointer}.toec-chat-cands{padding:8px;display:flex;flex-wrap:wrap;gap:8px}.toec-chat-candbtn{border:1px solid rgba(0,0,0,.15);background:#fff;border-radius:999px;padding:6px 10px;cursor:pointer;font-size:13px}.toec-idmodal{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:100000;display:none;align-items:center;justify-content:center;padding:18px}.toec-idmodal.open{display:flex}.toec-idmodal-card{background:#fff;border-radius:16px;max-width:640px;width:100%;padding:14px;box-shadow:0 20px 60px rgba(0,0,0,.25)}.toec-idmodal-title{font-weight:700;margin-bottom:8px}.toec-idmodal-notice{font-size:12px;opacity:.85;margin-bottom:8px;line-height:1.4}.toec-idmodal-select{width:100%;margin-bottom:8px}.toec-idmodal-file{width:100%;margin-bottom:8px}.toec-idmodal-previewwrap{border:1px solid rgba(0,0,0,.12);border-radius:12px;overflow:hidden;background:#fafafa}.toec-idmodal-canvas{display:block;width:100%;height:auto}.toec-idmodal-help{font-size:12px;opacity:.8;margin-top:8px}.toec-idmodal-save{display:flex;gap:8px;align-items:center;font-size:12px;margin-top:8px}.toec-idmodal-btns{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.toec-idmodal-cancel{border:1px solid rgba(0,0,0,.15);background:#fff;border-radius:10px;padding:8px 12px;cursor:pointer}.toec-idmodal-do{border:0;background:#111;color:#fff;border-radius:10px;padding:8px 12px;cursor:pointer}.toec-idmodal{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:100000;display:none;align-items:center;justify-content:center;padding:18px}.toec-idmodal.open{display:flex}.toec-idmodal-card{background:#fff;border-radius:16px;max-width:640px;width:100%;padding:14px;box-shadow:0 20px 60px rgba(0,0,0,.25)}.toec-idmodal-title{font-weight:700;margin-bottom:8px}.toec-idmodal-notice{font-size:12px;opacity:.85;margin-bottom:8px;line-height:1.4}.toec-idmodal-select{width:100%;margin-bottom:8px;padding:8px;border-radius:10px;border:1px solid rgba(0,0,0,.12)}.toec-idmodal-file{width:100%;margin-bottom:8px}.toec-idmodal-previewwrap{background:#f7f7f7;border-radius:12px;padding:10px;overflow:auto;max-height:340px}.toec-idmodal-canvas{max-width:100%;background:#fff;border-radius:10px;touch-action:none}.toec-idmodal-help{font-size:12px;opacity:.8;margin:8px 0}.toec-idmodal-save{display:flex;align-items:center;gap:8px;font-size:12px;margin:6px 0}.toec-idmodal-btns{display:flex;justify-content:flex-end;gap:10px;margin-top:10px}.toec-idmodal-cancel{border:1px solid rgba(0,0,0,.15);background:#fff;border-radius:10px;padding:8px 12px;cursor:pointer}.toec-idmodal-do{border:0;background:#111;color:#fff;border-radius:10px;padding:8px 12px;cursor:pointer}