#woochat-app{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,sans-serif;width:100%;max-width:500px;margin:0 auto;height:620px;display:flex;flex-direction:column;border-radius:12px;overflow:hidden;box-shadow:0 4px 32px rgba(0,0,0,.18);position:relative}#woochat-app *{box-sizing:border-box}#wc-header{background:#075E54;color:#fff;padding:12px 16px;display:flex;align-items:center;gap:12px;flex-shrink:0}#wc-header .wc-av{width:40px;height:40px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}#wc-header .wc-hname{font-weight:700;font-size:15px;line-height:1.2}#wc-header .wc-hstatus{font-size:12px;opacity:.8}#wc-guest{background:#fff8e1;color:#4b3b00;padding:9px 12px;font-size:13px;border-bottom:1px solid #f3d46b}#wc-guest a{color:#075E54;font-weight:700;text-decoration:none;margin:0 5px}#wc-msgs{flex:1;overflow-y:auto;padding:12px 14px;background:#E5DDD5;display:flex;flex-direction:column;gap:6px}#wc-msgs::-webkit-scrollbar{width:4px}#wc-msgs::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:4px}.wc-row{display:flex}.wc-row.wc-bot{justify-content:flex-start}.wc-row.wc-usr{justify-content:flex-end}.wc-bub{max-width:82%;padding:7px 12px 4px;border-radius:8px;font-size:14px;line-height:1.45;word-break:break-word;white-space:pre-wrap}.wc-row.wc-bot .wc-bub{background:#fff;border-top-left-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,.12)}.wc-row.wc-usr .wc-bub{background:#DCF8C6;border-top-right-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,.12)}.wc-t{display:block;font-size:11px;color:#999;text-align:right;margin-top:3px}.wc-typing-row{display:flex;justify-content:flex-start}.wc-typing{background:#fff;border-radius:8px;border-top-left-radius:2px;padding:10px 14px;display:flex;gap:4px;align-items:center;box-shadow:0 1px 2px rgba(0,0,0,.1)}.wc-typing span{width:7px;height:7px;background:#aaa;border-radius:50%;animation:wcb .9s infinite ease-in-out}.wc-typing span:nth-child(2){animation-delay:.2s}.wc-typing span:nth-child(3){animation-delay:.4s}@keyframes wcb{0%,80%,100%{transform:scale(.8);opacity:.6}40%{transform:scale(1.1);opacity:1}}#wc-chat{display:flex;flex:1;flex-direction:column;overflow:hidden;min-height:0}#wc-bar{background:#F0F0F0;padding:8px 10px;display:flex;align-items:flex-end;gap:8px;flex-shrink:0;border-top:1px solid #ddd}#wc-input{flex:1;border:none;border-radius:20px;padding:9px 14px;font-size:14px;outline:none;resize:none;min-height:38px;max-height:96px;line-height:1.4;background:#fff;font-family:inherit}#wc-send{background:#25D366;border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0}#wc-send:hover{background:#128C7E}#wc-send svg{fill:#fff;width:20px;height:20px;display:block}
#woochat-launcher-btn{position:fixed;right:22px;bottom:22px;width:64px;height:64px;border-radius:50%;border:0;background:#075E54;color:#fff;font-size:28px;z-index:99999;cursor:pointer;box-shadow:0 8px 25px rgba(0,0,0,.25);overflow:hidden;display:flex;align-items:center;justify-content:center}#woochat-launcher-btn img{width:100%;height:100%;object-fit:cover;border-radius:50%}#woochat-launcher-btn svg{width:38px;height:38px}#woochat-launcher-panel{display:none;position:fixed;right:22px;bottom:96px;width:278px;background:#fff;border-radius:16px;padding:14px;z-index:99999;box-shadow:0 8px 30px rgba(0,0,0,.22);font-family:inherit}#woochat-launcher-panel strong{display:block;margin-bottom:10px;font-size:16px;color:#111}#woochat-launcher-panel a{display:block;padding:10px 12px;margin:6px 0;border-radius:10px;text-decoration:none;background:#f6f6f6;color:#111;font-size:14px}#woochat-launcher-panel a:hover{background:#e9e9e9}#woochat-launcher-panel .woochat-sep{height:1px;background:#e6e6e6;margin:10px 0}#woochat-launcher-panel .woochat-human{background:#075E54;color:#fff;margin-top:10px}@media(max-width:480px){#woochat-launcher-panel{right:14px;left:14px;width:auto}#woochat-launcher-btn{right:16px;bottom:16px}}