#pneufree-chat-root{--pf-primary:#370b5c;--pf-accent:#4e008e;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;position:fixed;right:22px;bottom:22px;z-index:999999;color:#18181b}
#pneufree-chat-root *{box-sizing:border-box}.pf-launch{border:0;background:var(--pf-primary);color:#fff;border-radius:999px;height:58px;padding:0 20px 0 16px;display:flex;align-items:center;gap:10px;box-shadow:0 16px 38px rgba(0,0,0,.28);font-weight:750;font-size:14px;cursor:pointer;transition:.2s}.pf-launch:hover{transform:translateY(-2px);box-shadow:0 20px 45px rgba(0,0,0,.34)}.pf-launch svg{width:25px;height:25px;fill:currentColor}.pf-launch:after{content:"";position:absolute;left:39px;top:3px;width:11px;height:11px;border-radius:50%;background:#22c55e;border:2px solid #fff}
.pf-panel{display:none;width:390px;max-width:calc(100vw - 24px);height:620px;max-height:82vh;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:24px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.28);margin-bottom:12px}.pf-panel.open{display:flex;flex-direction:column;animation:pfIn .22s ease-out}@keyframes pfIn{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}
.pf-head{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,var(--pf-primary),var(--pf-accent));color:#fff;padding:17px 18px}.pf-avatar{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:var(--pf-accent);font-weight:850;font-size:14px;box-shadow:0 0 0 3px rgba(255,255,255,.12)}.pf-head-copy{display:flex;flex-direction:column;min-width:0;flex:1}.pf-head-copy strong{font-size:15px}.pf-head-copy span{font-size:12px;opacity:.78;margin-top:3px}.pf-head-copy i{display:inline-block;width:8px;height:8px;background:#22c55e;border-radius:50%;margin-right:5px}.pf-close{width:38px;height:38px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;border-radius:12px;font-size:24px;cursor:pointer}
.pf-messages{flex:1;overflow:auto;padding:18px;background:linear-gradient(#f7f7f8,#f3f4f6)}.pf-msg{max-width:84%;margin:0 0 12px;padding:11px 13px;border-radius:16px;background:#fff;border:1px solid #e6e7eb;box-shadow:0 3px 10px rgba(0,0,0,.035);font-size:14px;line-height:1.45;word-break:break-word}.pf-msg small{display:block;font-size:10px;opacity:.5;margin-top:5px}.pf-msg a{display:inline-block;margin-top:7px;font-weight:700;color:inherit}.pf-user{margin-left:auto;background:var(--pf-accent);border-color:var(--pf-accent);color:#fff;border-bottom-right-radius:5px}.pf-bot{border-bottom-left-radius:5px}
.pf-typing{padding:0 18px 10px;background:#f3f4f6}.pf-typing span{display:inline-block;width:7px;height:7px;border-radius:50%;background:#9ca3af;margin-right:3px;animation:pfDot 1s infinite}.pf-typing span:nth-child(2){animation-delay:.15s}.pf-typing span:nth-child(3){animation-delay:.3s}@keyframes pfDot{0%,60%,100%{transform:translateY(0)}30%{transform:translateY(-4px)}}
.pf-quick{display:flex;gap:8px;overflow:auto;padding:10px 14px;background:#fff;border-top:1px solid #eee;scrollbar-width:none}.pf-quick::-webkit-scrollbar{display:none}.pf-quick button{flex:0 0 auto;border:1px solid #e2e3e7;background:#fff;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:750;color:#333;cursor:pointer}.pf-quick button:hover{border-color:var(--pf-accent);color:var(--pf-accent)}
.pf-order,.pf-contact{display:none;gap:7px;padding:10px 14px;background:#fff;border-top:1px solid #eee}.pf-order.show{display:grid;grid-template-columns:.8fr 1.3fr auto}.pf-contact{display:grid;grid-template-columns:1fr 1fr}.pf-order input,.pf-contact input{min-width:0;border:1px solid #dedfe3;border-radius:10px;padding:10px;font-size:12px;outline:0}.pf-order button{border:0;border-radius:10px;background:var(--pf-primary);color:#fff;padding:0 12px;font-weight:750;cursor:pointer}
.pf-form{display:flex;align-items:center;gap:7px;padding:11px 12px 8px;background:#fff;border-top:1px solid #eee}.pf-input{flex:1;min-width:0;height:44px;border:1px solid #dedfe3;border-radius:14px;padding:0 12px;outline:0;font-size:13px}.pf-input:focus{border-color:var(--pf-accent);box-shadow:0 0 0 3px rgba(78,0,142,.12)}.pf-attach{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#f3f4f6;cursor:pointer}.pf-attach input{display:none}.pf-attach svg{width:24px;height:24px;fill:#444}.pf-attach.pulse{animation:pfPulse 1s 2}@keyframes pfPulse{50%{box-shadow:0 0 0 5px rgba(78,0,142,.18);background:#fff0f1}}.pf-send{width:44px;height:44px;border:0;border-radius:14px;background:var(--pf-accent);color:#fff;display:grid;place-items:center;cursor:pointer}.pf-send svg{width:22px;height:22px;fill:currentColor}.pf-file-preview{display:flex;justify-content:space-between;align-items:center;padding:6px 14px 10px;background:#fff;font-size:11px}.pf-file-preview button{border:0;background:none;color:var(--pf-accent);cursor:pointer}.pf-panel footer{text-align:center;background:#fff;padding:0 10px 9px;color:#8a8a8f;font-size:10px}
@media(max-width:480px){#pneufree-chat-root{right:10px;bottom:10px}.pf-panel{width:calc(100vw - 20px);height:78vh;border-radius:20px}.pf-launch{width:58px;padding:0;justify-content:center}.pf-launch span{display:none}.pf-launch:after{left:auto;right:2px}.pf-contact{grid-template-columns:1fr}.pf-order.show{grid-template-columns:1fr}.pf-order button{min-height:40px}}
