.chatmouse-widget{--chatmouse-color:#25d366;position:fixed;right:20px;bottom:20px;z-index:999999;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}.chatmouse-widget button{margin:0}.chatmouse-panel .chatmouse-screen[hidden]{display:none !important}.chatmouse-toggle{width:60px;height:60px;border-radius:50%;border:none;background:var(--chatmouse-color);color:#fff;box-shadow:0 4px 14px rgba(0,0,0,.25);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s ease}.chatmouse-toggle:hover{transform:scale(1.06)}.chatmouse-toggle svg{width:28px;height:28px}.chatmouse-icon-close{display:none}.chatmouse-widget.is-open .chatmouse-icon-chat{display:none}.chatmouse-widget.is-open .chatmouse-icon-close{display:block}.chatmouse-tooltip{position:absolute;right:70px;bottom:14px;background:#fff;color:#111;padding:10px 14px;border-radius:0;box-shadow:0 4px 14px rgba(0,0,0,.18);white-space:nowrap;font-size:14px;animation:chatmouse-fade-in .3s ease 1s both}.chatmouse-widget.is-open .chatmouse-tooltip{display:none}@keyframes chatmouse-fade-in{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.chatmouse-panel{position:absolute;right:0;bottom:76px;width:300px;max-width:calc(100vw - 40px);background:#fff;border-radius:0;box-shadow:0 10px 30px rgba(0,0,0,.2);overflow:hidden}.chatmouse-panel-header{background:var(--chatmouse-color);color:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:600}.chatmouse-close{background:0 0;border:none;color:#fff;font-size:22px;line-height:1;cursor:pointer;padding:0}.chatmouse-panel-body{padding:8px}.chatmouse-back{background:0 0;border:none;color:#fff;font-size:20px;cursor:pointer;padding:0;margin-right:4px}.chatmouse-screen-chat{display:flex;flex-direction:column;height:auto;max-height:420px}.chatmouse-screen-chat .chatmouse-panel-header{flex:none}.chatmouse-messages{flex:0 1 auto;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:8px;background:#f7f7f8;min-height:60px}.chatmouse-bubble{max-width:80%;padding:9px 13px;border-radius:0;font-size:14px;line-height:1.4;word-wrap:break-word}.chatmouse-bubble-in{align-self:flex-start;background:#fff;color:#111;box-shadow:0 1px 2px rgba(0,0,0,.08)}.chatmouse-bubble-out{align-self:flex-end;background:var(--chatmouse-color);color:#fff}.chatmouse-bubble-in>*:first-child{margin-top:0}.chatmouse-bubble-in>*:last-child{margin-bottom:0}.chatmouse-bubble-in a{color:var(--chatmouse-color);word-break:break-word}.chatmouse-composer{flex:none;display:flex;align-items:flex-end;gap:8px;padding:10px;border-top:1px solid #eee;background:#fff}.chatmouse-widget .chatmouse-composer{display:flex;align-items:flex-end !important;margin:0 !important;padding:10px !important}.chatmouse-input{flex:1;border:1px solid #ddd;border-radius:0;padding:9px 14px;font-size:14px;font-family:inherit;line-height:1.4;outline:none;resize:none;overflow-y:auto;min-height:40px;max-height:240px;box-sizing:border-box}.chatmouse-input:focus{border-color:var(--chatmouse-color)}.chatmouse-widget .chatmouse-composer textarea.chatmouse-input{box-sizing:border-box}.chatmouse-send{flex:none;width:36px;height:36px;border-radius:0;border:none;background:var(--chatmouse-color);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.chatmouse-send svg{width:18px;height:18px}.chatmouse-widget .chatmouse-composer button.chatmouse-send{margin:0;padding:0;box-sizing:border-box;min-width:36px;min-height:36px;flex:0 0 36px}.chatmouse-tabs{background:var(--chatmouse-color);display:flex;align-items:center;gap:6px;padding:10px}.chatmouse-tab{flex:1;background:rgba(255,255,255,.16);border:none;border-radius:0;color:rgba(255,255,255,.9);font-size:13px;font-weight:600;padding:9px 8px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background .15s ease,color .15s ease}.chatmouse-tab:hover{background:rgba(255,255,255,.26)}.chatmouse-tab.is-active{background:#fff;color:var(--chatmouse-color)}.chatmouse-tabs-close{flex:none;font-size:20px}.chatmouse-screen-qa{display:flex;flex-direction:column;height:380px}.chatmouse-screen-qa .chatmouse-panel-header{flex:none}.chatmouse-qa-answered{flex:1 1 auto;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:8px;background:#f7f7f8}.chatmouse-qa-answered:empty{display:none}.chatmouse-qa-remaining{flex:1 1 auto;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:6px}.chatmouse-qa-remaining:empty{display:none}.chatmouse-qa-question{text-align:left;background:#fff;border:1px solid #ececec;border-radius:0;padding:10px 12px;font-size:14px;cursor:pointer;color:#111;transition:background .15s ease}.chatmouse-qa-question:hover{background:#f2f2f2}.chatmouse-widget .chatmouse-qa-remaining button.chatmouse-qa-question{margin:0;line-height:1.4}.chatmouse-channel-row{display:flex;align-items:center;gap:12px;padding:12px;border-radius:0;text-decoration:none;color:#111;transition:background .15s ease}.chatmouse-channel-row:hover{background:#f2f2f2}.chatmouse-channel-icon{width:32px;height:32px;flex:none;display:flex;align-items:center;justify-content:center;color:var(--chatmouse-color)}.chatmouse-channel-icon svg{width:100%;height:100%}.chatmouse-channel-label{font-size:15px;font-weight:500}@media (max-width:480px){.chatmouse-widget{right:12px;bottom:12px}.chatmouse-panel{bottom:72px}}