.pv-chat-root{position:fixed;right:1rem;bottom:1rem;z-index:1100}.pv-chat-toggle{background:#4f46e5;color:#fff;border-radius:9999px;padding:.75rem 1rem}.pv-chat-panel{width:min(360px,calc(100vw - 1rem));max-height:70vh;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 10px 25px rgba(0,0,0,.12);display:flex;flex-direction:column}.pv-chat-header{display:flex;justify-content:space-between;padding:.6rem .8rem;border-bottom:1px solid #e5e7eb}.pv-chat-note{font-size:.75rem;color:#6b7280;padding:.5rem .8rem}.pv-chat-messages{padding:.75rem;overflow:auto;display:flex;flex-direction:column;gap:.5rem}.pv-chat-msg{padding:.5rem .65rem;border-radius:.5rem;max-width:85%}.pv-chat-msg.visitor{background:#e0e7ff;align-self:flex-end}.pv-chat-msg.assistant,.pv-chat-msg.system{background:#f3f4f6}.pv-chat-msg.admin{background:#eef2ff;border:1px solid #c7d2fe}.pv-chat-quick{display:flex;flex-wrap:wrap;gap:.35rem;padding:.5rem}.pv-chat-quick button{font-size:.7rem;border:1px solid #c7d2fe;padding:.25rem .45rem;border-radius:.45rem}.pv-chat-input-row{display:flex;gap:.4rem;padding:.6rem}.pv-chat-input-row input{border:1px solid #d1d5db;border-radius:.45rem;flex:1;padding:.45rem}.pv-chat-hidden{display:none}
