:root{--wcoch-primary:var(--wcoch-primary);--wcoch-accent:var(--wcoch-accent)}
#wcoch-widget{position:fixed;right:22px;bottom:22px;z-index:2147483000;font-family:Tahoma,Arial,sans-serif}
#wcoch-launch{border:0;background:var(--wcoch-bubble,#1769e0);color:#fff;border-radius:30px;padding:12px 18px;box-shadow:0 8px 25px #0002;cursor:pointer;font-size:14px;display:flex;gap:8px;align-items:center}
#wcoch-launch span{font-size:20px;line-height:1}
#wcoch-panel{display:none;position:absolute;right:0;bottom:58px;width:350px;height:500px;background:#fff;border-radius:16px;box-shadow:0 12px 45px #0003;overflow:hidden;border:1px solid #eee}
.wcoch-head{background:var(--wcoch-header,#1769e0);color:#fff;padding:16px;display:flex;justify-content:space-between;align-items:center}.wcoch-head strong,.wcoch-head small{display:block}.wcoch-head small{opacity:.85;font-size:11px;margin-top:4px}.wcoch-head button{background:transparent;border:0;color:#fff;font-size:28px;cursor:pointer}
#wcoch-startbox{padding:20px}#wcoch-startbox p{font-size:13px;color:#555;margin-top:0}.wcoch-admin input,#wcoch-startbox input{width:100%;box-sizing:border-box;border:1px solid #ddd;border-radius:9px;padding:12px;margin:5px 0;font-family:inherit}#wcoch-start{width:100%;border:0;border-radius:9px;background:var(--wcoch-button,#1769e0);color:var(--wcoch-button-text,#fff);padding:12px;margin-top:8px;cursor:pointer;font-family:inherit}#wcoch-error{color:#c62828;font-size:12px;margin-top:8px}#wcoch-chatbox{height:calc(100% - 67px);display:flex;flex-direction:column}#wcoch-messages{flex:1;overflow:auto;padding:14px;background:#f7f8fa}.wcoch-msg{max-width:78%;padding:9px 11px;margin:7px 0;border-radius:12px;font-size:13px;line-height:1.6;word-break:break-word}.wcoch-msg.customer{background:#e8f0fe;margin-right:auto}.wcoch-msg.admin{background:var(--wcoch-button,#1769e0);color:var(--wcoch-button-text,#fff);margin-left:auto}.wcoch-msg small{display:block;font-size:9px;opacity:.65;margin-top:3px}.wcoch-compose{display:flex;gap:7px;padding:10px;border-top:1px solid #eee}.wcoch-compose input{flex:1;border:1px solid #ddd;border-radius:20px;padding:9px 12px;outline:0;font-family:inherit}.wcoch-compose button{width:40px;border:0;border-radius:50%;background:var(--wcoch-button,#1769e0);color:var(--wcoch-button-text,#fff);cursor:pointer}
@media(max-width:480px){
  #wcoch-widget{right:16px!important;bottom:76px!important;z-index:2147483647!important}
  #wcoch-launch{width:58px!important;height:58px!important;padding:0!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;box-shadow:0 8px 25px rgba(0,0,0,.25)!important}
  #wcoch-launch b{display:none!important}
  #wcoch-launch span{font-size:27px!important;line-height:1!important}
  #wcoch-panel{
    right:0!important;
    bottom:64px!important;
    width:min(350px,calc(100vw - 24px))!important;
    height:calc(100vh - 220px)!important;
    max-height:520px!important;
    min-height:400px!important;
    border-radius:16px!important;
    z-index:2147483647!important;
  }
  .wcoch-head{min-height:67px;box-sizing:border-box}
  .wcoch-head button{display:flex!important;width:36px;height:36px;align-items:center;justify-content:center;font-size:30px!important;line-height:1!important;flex:0 0 36px}
}
