:root{--pw-accent:#8f0fb4;--pw-accent-strong:#6e0c95;--pw-accent-soft:#b23bd3;--pw-surface:#ffffff;--pw-text:#1e1e1e;--pw-muted:#666666;--pw-border:#e8e8e8;--pw-shadow:0 24px 48px rgba(16, 16, 16, 0.24);--pw-radius-lg:18px;--pw-radius-md:12px;--pw-radius-pill:999px;--pw-z-index:9999}.pw-chat-widget{position:fixed;right:20px;bottom:20px;z-index:var(--pw-z-index);font-family:"Poppins","Segoe UI",sans-serif;color:var(--pw-text)}.pw-chat-bubble{width:62px;height:62px;border:0;border-radius:50%;cursor:pointer;background:radial-gradient(circle at 30% 20%,var(--pw-accent-soft),var(--pw-accent));display:inline-flex;align-items:center;justify-content:center;box-shadow:0 14px 28px rgb(111 21 142 / .4);transition:transform 180ms ease,box-shadow 180ms ease}.pw-chat-bubble:hover{transform:translateY(-2px);box-shadow:0 16px 28px rgb(111 21 142 / .48)}.pw-chat-bubble:focus-visible{outline:3px solid #fff;outline-offset:2px}.pw-chat-bubble svg{width:30px;height:30px;fill:#fff}.pw-chat-badge{position:absolute;top:-2px;right:-2px;min-width:20px;height:20px;border-radius:10px;background:#d60f2f;color:#fff;font-size:12px;line-height:20px;text-align:center;padding:0 6px;font-weight:700;border:2px solid #fff}.pw-chat-panel{position:absolute;right:0;bottom:78px;width:min(360px, calc(100vw - 24px));height:min(520px, calc(100vh - 110px));border-radius:var(--pw-radius-lg);overflow:hidden;background:var(--pw-surface);box-shadow:var(--pw-shadow);transform-origin:bottom right;transform:translateY(10px) scale(.98);opacity:0;pointer-events:none;transition:transform 200ms ease,opacity 200ms ease;display:flex;flex-direction:column}.pw-chat-widget.is-open .pw-chat-panel{transform:translateY(0) scale(1);opacity:1;pointer-events:auto}.pw-chat-header{padding:18px 18px 14px;background:linear-gradient(165deg,var(--pw-accent),var(--pw-accent-strong));color:#fff}.pw-chat-header h2{margin:0;font-size:30px;font-weight:700;line-height:1.1}.pw-chat-header p{margin:8px 0 0;font-size:14px;line-height:1.4;opacity:.95}.pw-chat-thread{flex:1;padding:12px;background:#f7f7f8;overflow:auto}.pw-msg{margin:8px 0;max-width:82%;padding:10px 12px;border-radius:var(--pw-radius-md);line-height:1.35;font-size:14px;word-break:break-word}.pw-msg--agent{background:#fff;color:#222;border:1px solid var(--pw-border)}.pw-msg--user{margin-left:auto;background:var(--pw-accent);color:#fff}.pw-chat-footer{border-top:1px solid var(--pw-border);background:#fff;padding:10px}.pw-chat-form{display:flex;gap:8px}.pw-chat-input{flex:1;border:1px solid #d8d8d8;border-radius:var(--pw-radius-pill);height:40px;padding:0 14px;font-size:14px;outline:none}.pw-chat-input:focus{border-color:var(--pw-accent);box-shadow:0 0 0 3px rgb(143 15 180 / .15)}.pw-send{border:0;height:40px;min-width:40px;border-radius:50%;background:#f3e5f8;color:var(--pw-accent);font-size:18px;cursor:pointer}.pw-send:hover{background:#ecd9f4}.pw-meta{margin-top:6px;color:var(--pw-muted);font-size:12px}@media (max-width:640px){.pw-chat-widget{right:12px;bottom:12px}.pw-chat-panel{width:calc(100vw - 24px);height:min(76vh, 560px);right:0;bottom:74px}.pw-chat-header h2{font-size:28px}}