/* ProAuction Chatbot widget - namespaced .pac-* to avoid theme/AuctionForge collisions */
.pac-widget{position:fixed;bottom:20px;z-index:2147482000;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--pac-accent:#2b6cb0}
.pac-widget.pac-bottom-right{right:20px}
.pac-widget.pac-bottom-left{left:20px}
.pac-launcher{width:58px;height:58px;border-radius:50%;border:0;cursor:pointer;background:var(--pac-accent);color:#fff;box-shadow:0 6px 20px rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;padding:0;transition:transform .15s ease}
.pac-launcher:hover{transform:scale(1.06)}
.pac-launcher img{width:32px;height:32px;border-radius:50%;object-fit:cover}
.pac-panel{position:absolute;bottom:72px;width:360px;max-width:calc(100vw - 40px);height:520px;max-height:calc(100vh - 120px);background:#fff;border-radius:14px;box-shadow:0 12px 40px rgba(0,0,0,.28);display:none;flex-direction:column;overflow:hidden}
.pac-bottom-right .pac-panel{right:0}
.pac-bottom-left .pac-panel{left:0}
.pac-widget.pac-is-open .pac-panel{display:flex}
.pac-header{background:var(--pac-accent);color:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;flex:0 0 auto}
.pac-title{font-weight:600;font-size:15px}
.pac-close{background:transparent;border:0;color:#fff;font-size:22px;line-height:1;cursor:pointer;padding:0 4px}
.pac-log{flex:1 1 auto;overflow-y:auto;padding:14px;background:#f6f7f9;display:flex;flex-direction:column;gap:10px}
.pac-msg{max-width:82%;padding:9px 12px;border-radius:14px;font-size:14px;line-height:1.45;white-space:pre-wrap;word-wrap:break-word}
.pac-bot{align-self:flex-start;background:#fff;color:#1a202c;border:1px solid #e2e8f0;border-bottom-left-radius:4px}
.pac-user{align-self:flex-end;background:var(--pac-accent);color:#fff;border-bottom-right-radius:4px}
.pac-typing::after{content:"…";animation:pacblink 1s steps(3) infinite}
@keyframes pacblink{0%{opacity:.2}50%{opacity:1}100%{opacity:.2}}
.pac-inputbar{flex:0 0 auto;display:flex;gap:8px;padding:10px;border-top:1px solid #e2e8f0;background:#fff}
.pac-input{flex:1 1 auto;resize:none;border:1px solid #cbd5e0;border-radius:10px;padding:9px 11px;font-size:14px;font-family:inherit;max-height:96px;outline:none}
.pac-input:focus{border-color:var(--pac-accent)}
.pac-send{flex:0 0 auto;width:40px;border:0;border-radius:10px;background:var(--pac-accent);color:#fff;font-size:16px;cursor:pointer}
@media (max-width:480px){.pac-panel{width:calc(100vw - 24px);height:calc(100vh - 100px)}}
