/* Wallily AI Chat Bot widget — minified. Source: widget.css (edit there, then re-minify). */
[x-cloak]{display:none!important}.wcb-root{--wcb-brand:#FD9A03;--wcb-link:#476D24;--wcb-bg:#fff;--wcb-text:#1f2937;--wcb-muted:#6b7280;--wcb-radius:16px;position:fixed;right:20px;bottom:20px;z-index:99980;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}.wcb-launcher{width:56px;height:56px;border-radius:50%;border:none;background:var(--wcb-brand);color:#fff;cursor:pointer;box-shadow:0 6px 20px rgba(0,0,0,.18);display:flex;align-items:center;justify-content:center;margin-left:auto;transition:transform .15s ease,box-shadow .15s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.wcb-launcher:hover{transform:scale(1.06);box-shadow:0 8px 24px rgba(0,0,0,.24)}#wcb-root button{touch-action:manipulation}.wcb-panel{position:absolute;right:0;bottom:70px;width:370px;max-width:calc(100vw - 32px);height:560px;max-height:calc(100vh - 110px);max-height:calc(100dvh - 110px);background:var(--wcb-bg);border-radius:var(--wcb-radius);box-shadow:0 12px 48px rgba(0,0,0,.22);display:flex;flex-direction:column;overflow:hidden}.wcb-header{background:var(--wcb-brand);color:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between}.wcb-brandwrap{display:flex;align-items:center;gap:9px;min-width:0}.wcb-logo{width:26px;height:26px;padding:2px;flex-shrink:0;display:block}.wcb-title{font-weight:600;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wcb-header-actions{position:relative;display:flex;align-items:center;gap:6px}.wcb-kebab,.wcb-close{background:none;border:none;color:#fff;line-height:1;cursor:pointer;opacity:.9}.wcb-kebab{font-size:22px;letter-spacing:1px}.wcb-close{font-size:24px}.wcb-kebab:hover,.wcb-close:hover{opacity:1}.wcb-menu{position:absolute;top:34px;right:0;background:#fff;border-radius:10px;box-shadow:0 8px 28px rgba(0,0,0,.2);min-width:190px;padding:6px;z-index:5}.wcb-menu button{display:flex;align-items:center;gap:10px;width:100%;text-align:left;background:none;border:none;cursor:pointer;padding:9px 12px;font-size:14px;color:var(--wcb-text);border-radius:7px}.wcb-menu button:hover{background:#f3f4f6}.wcb-mico{flex-shrink:0;color:var(--wcb-muted)}.wcb-menu-disabled{color:#b5b5b5!important;cursor:default!important}.wcb-menu-disabled .wcb-mico{color:#cfcfcf}.wcb-menu-disabled:hover{background:none!important}.wcb-view{display:flex;flex-direction:column;flex:1;min-height:0}.wcb-scroll-view{overflow-y:auto;background:#f7f7f8}.wcb-subhead{display:flex;align-items:center;gap:8px;padding:12px 14px;font-weight:600;font-size:14px;border-bottom:1px solid #e5e7eb;background:#fff}.wcb-back{background:none;border:none;font-size:18px;cursor:pointer;color:var(--wcb-text)}.wcb-list{padding:14px;display:flex;flex-direction:column;gap:8px}.wcb-list-item{text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:11px 13px;cursor:pointer;display:flex;flex-direction:column;gap:3px}.wcb-list-item:hover{border-color:var(--wcb-brand)}.wcb-list-title{font-size:14px;color:var(--wcb-text)}.wcb-list-date{font-size:11px;color:var(--wcb-muted)}.wcb-empty,.wcb-note{color:var(--wcb-muted);font-size:13px;padding:4px 2px}.wcb-section-label{font-size:12px;font-weight:600;color:var(--wcb-muted);margin:12px 0 2px}.wcb-btn-primary,.wcb-btn{border:none;border-radius:8px;padding:10px 14px;font-size:14px;cursor:pointer}.wcb-btn-primary{background:var(--wcb-brand);color:#fff}.wcb-btn{background:#eef0f2;color:var(--wcb-text)}.wcb-btn-primary:disabled{opacity:.5;cursor:default}.wcb-inline{display:flex;gap:6px}.wcb-inline input{flex:1;border:1px solid #e5e7eb;border-radius:8px;padding:9px 12px;font-size:14px}.wcb-form{padding:14px;display:flex;flex-direction:column;gap:9px}.wcb-form input,.wcb-form textarea{border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px;font-size:14px;font-family:inherit}.wcb-form input:focus,.wcb-form textarea:focus,.wcb-inline input:focus{outline:none;border-color:var(--wcb-brand)}.wcb-ticket-head{padding:10px 14px;font-size:13px;border-bottom:1px solid #e5e7eb;background:#fff}.wcb-status{float:right;font-size:11px;text-transform:capitalize;background:#eef0f2;padding:2px 8px;border-radius:10px;color:var(--wcb-muted)}.wcb-csat{text-align:center;margin:10px 0;color:var(--wcb-muted);font-size:14px}.wcb-csat-btns{display:flex;gap:12px;justify-content:center;margin-top:6px}.wcb-csat-btns button{background:#fff;border:1px solid #e5e7eb;border-radius:10px;font-size:22px;padding:6px 14px;cursor:pointer}.wcb-csat-btns button:hover{border-color:var(--wcb-brand)}.wcb-messages{position:relative;flex:1;overflow-y:auto;padding:16px;background:#f7f7f8;display:flex;flex-direction:column;gap:10px}.wcb-messages--empty{background:#EDEFF2;overflow:hidden}.wcb-empty-illo{position:absolute;top:68%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:0;width:55%;max-width:260px;opacity:.5}.wcb-empty-illo img{width:100%;height:auto;display:block;border-radius:12px}.wcb-messages .wcb-msg,.wcb-messages .wcb-csat{position:relative;z-index:1}.wcb-msg{display:flex}.wcb-msg--user{justify-content:flex-end}.wcb-msg--assistant{justify-content:flex-start}.wcb-bubble{max-width:80%;padding:10px 13px;border-radius:14px;font-size:14px;line-height:1.45;white-space:pre-wrap;word-wrap:break-word}.wcb-msg--user .wcb-bubble{background:var(--wcb-brand);color:#fff;border-bottom-right-radius:4px}.wcb-msg--assistant .wcb-bubble{background:#fff;color:var(--wcb-text);border:1px solid #e5e7eb;border-bottom-left-radius:4px}.wcb-msg--assistant .wcb-bubble a{color:var(--wcb-link);font-weight:600;text-decoration:underline;word-break:break-word}.wcb-msg--user .wcb-bubble a{color:#fff;text-decoration:underline}.wcb-bubble strong{font-weight:700}.wcb-bubble img{max-width:100%;height:auto;border-radius:8px;margin:4px 0}.wcb-typing{display:flex;gap:4px;align-items:center}.wcb-typing span{width:7px;height:7px;border-radius:50%;background:var(--wcb-muted);display:inline-block;animation:wcb-blink 1.2s infinite both}.wcb-typing span:nth-child(2){animation-delay:.2s}.wcb-typing span:nth-child(3){animation-delay:.4s}@keyframes wcb-blink{0%,80%,100%{opacity:.25}40%{opacity:1}}.wcb-suggested{display:flex;flex-wrap:wrap;gap:7px;padding:0 16px 10px;background:#EDEFF2}.wcb-chip{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;background:#fff;border:1px solid var(--wcb-brand);color:var(--wcb-text);border-radius:18px;padding:6px 12px;font-size:13px;cursor:pointer;transition:background .12s ease,color .12s ease}.wcb-chip:hover{background:var(--wcb-brand);color:#fff}.wcb-chip svg{flex-shrink:0}.wcb-input{display:flex;align-items:center;gap:8px;padding:10px 12px;border-top:1px solid #e5e7eb;background:#fff}.wcb-input input{flex:1;border:1px solid #e5e7eb;border-radius:20px;padding:9px 14px;font-size:14px;outline:none}.wcb-input input:focus{border-color:var(--wcb-brand)}.wcb-input button{width:38px;height:38px;border-radius:50%;border:none;background:var(--wcb-brand);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wcb-input button:disabled{opacity:.45;cursor:default}.wcb-consent{margin:0;padding:0 14px 10px;font-size:10.5px;color:var(--wcb-muted);background:#fff;line-height:1.4}@media (max-width:480px){.wcb-root{right:14px;bottom:calc(env(safe-area-inset-bottom, 0px) + 14px)}.wcb-panel{position:fixed;top:calc(env(safe-area-inset-top, 0px) + 10px);bottom:calc(env(safe-area-inset-bottom, 0px) + 80px);left:10px;right:10px;width:auto;height:auto;max-height:none;border-radius:14px}}
