body.pp-game-open .pp-chat-root{display:none!important}body.pp-chat-active .pp-wheel-fab{bottom:96px}.pp-chat-fab.pp-chat-fab{z-index:9998;background:var(--cw-launcher-bg,#bd0000);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .15s,box-shadow .15s;display:inline-flex;position:fixed;bottom:24px;right:20px;overflow:hidden;box-shadow:0 6px 20px #0006}.pp-chat-fab__icon-img{object-fit:cover;width:100%;height:100%}.pp-chat-fab:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000080}.pp-chat-fab:active{transition-duration:80ms;transform:translateY(-1px)scale(.94)}.pp-chat-launch-bar.pp-chat-launch-bar{z-index:9998;cursor:pointer;color:#fff;border:none;flex-direction:column;align-items:stretch;gap:8px;width:auto;min-width:180px;max-width:calc(100vw - 24px);padding:0;display:flex;position:fixed;bottom:0;background:0 0!important}.pp-chat-launch-bar__photo{object-fit:cover;border-radius:14px;width:100%;height:112px;display:block;box-shadow:0 6px 18px #00000052}.pp-chat-launch-bar__row{background:var(--cw-launcher-bg,#bd0000);border-radius:14px 14px 0 0;align-items:center;gap:9px;padding:11px 16px;font-size:14px;font-weight:500;transition:filter .15s;display:flex;box-shadow:0 -2px 14px #00000047}.pp-chat-launch-bar:hover .pp-chat-launch-bar__row{filter:brightness(1.06)}.pp-chat-launch-bar__text{text-align:left;white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.pp-chat-launch-bar__icon{object-fit:cover;border-radius:50%;flex:none;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.pp-chat-launch-bar--compact{min-width:150px}.pp-chat-launch-bar--compact .pp-chat-launch-bar__row{padding:9px 13px;font-size:13px}.pp-chat-launch-bar--compact .pp-chat-launch-bar__photo{height:88px}.pp-chat-prechat{flex-wrap:wrap;gap:6px;margin:2px 0 4px 32px;display:flex}.pp-chat-prechat__btn.pp-chat-prechat__btn{border:1px solid var(--cw-brand,#f9d949);color:var(--cw-brand,#f9d949);cursor:pointer;border-radius:9999px;padding:6px 12px;font-size:13px;font-weight:500;line-height:1.25;transition:background .12s,color .12s;background:0 0!important}.pp-chat-prechat__btn.pp-chat-prechat__btn:hover{color:#240606;background:var(--cw-brand,#f9d949)!important}.pp-chat-prechat__btn:disabled{opacity:.5;cursor:default}.pp-chat-panel{z-index:9999;background:var(--cw-panel-bg,#240606);width:360px;max-width:calc(100vw - 32px);height:min(560px,72vh);color:var(--cw-text,#f4f0e6);border:1px solid #f9d94940;border-radius:16px;flex-direction:column;animation:.24s cubic-bezier(.22,1,.36,1) pp-chat-panel-in;display:flex;position:fixed;bottom:24px;right:20px;overflow:hidden;box-shadow:0 12px 40px #00000080}@keyframes pp-chat-panel-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.pp-chat-head{background:var(--cw-head-grad,linear-gradient(135deg, #f9d949, #bd0000));color:#fff;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.pp-chat-head__brand{align-items:center;gap:8px;min-width:0;display:inline-flex}.pp-chat-head__logo{object-fit:contain;flex:none;width:auto;max-width:96px;height:22px}.pp-chat-head__title{white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;overflow:hidden}.pp-chat-head__actions{align-items:center;gap:6px;display:inline-flex}.pp-chat-head__login{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff2e;border:1px solid #ffffff8c;border-radius:9999px;align-items:center;padding:5px 12px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.pp-chat-head__login:hover{background:#ffffff4d}.pp-chat-head__close{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;min-width:40px;min-height:40px;margin:-8px -6px -8px 0;padding:8px;display:inline-flex}.pp-chat-head__close:hover{background:#ffffff2e}.pp-chat-body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:10px;padding:14px;display:flex;overflow-y:auto}.pp-chat-msg{white-space:pre-wrap;word-wrap:break-word;border-radius:12px;max-width:82%;padding:9px 12px;font-size:14px;line-height:1.45}.pp-chat-img{cursor:zoom-in;border-radius:8px;width:auto;max-width:100%;height:auto;max-height:220px;display:block}.pp-chat-img+*{margin-top:6px}.pp-chat-lightbox{z-index:2147483000;cursor:zoom-out;background:#000000d1;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.pp-chat-lightbox img{border-radius:10px;width:auto;max-width:92vw;height:auto;max-height:90vh;box-shadow:0 12px 48px #00000080}.pp-chat-msg--bot{background:var(--cw-bot-bubble,#3a0a0a);color:var(--cw-text,#f4f0e6);border-bottom-left-radius:4px;align-self:flex-start}.pp-chat-msg--me{background:var(--cw-user-bubble,#bd0000);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.pp-chat-row--bot{align-self:flex-start;align-items:flex-end;gap:6px;max-width:90%;display:flex}.pp-chat-row--bot .pp-chat-msg--bot{max-width:100%}.pp-chat-avatar{object-fit:cover;border-radius:50%;flex:none;width:26px;height:26px}.pp-chat-msg strong{font-weight:700}.pp-chat-note{text-align:center;opacity:.75;align-self:center;padding:4px 0;font-size:12px}.pp-chat-msg--busy{align-items:center;gap:4px;display:inline-flex}.pp-chat-dot{background:#d1c2a4;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite pp-chat-bounce}.pp-chat-dot:nth-child(2){animation-delay:.2s}.pp-chat-dot:nth-child(3){animation-delay:.4s}@keyframes pp-chat-bounce{0%,80%,to{opacity:.5;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}.pp-chat-input{background:#1a0303;border-top:1px solid #f9d94933;align-items:flex-end;gap:8px;padding:10px;display:flex}.pp-chat-input__field{resize:none;overscroll-behavior:contain;color:#f4f0e6;background:#2a0000;border:1px solid #f9d94940;border-radius:10px;flex:1;max-height:140px;padding:9px 12px;font-family:inherit;font-size:16px;line-height:1.4;overflow-y:auto}.pp-chat-input__attach{cursor:pointer;color:#d1c2a4;background:0 0;border:none;border-radius:10px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.pp-chat-input__attach:hover{color:#f4f0e6;background:#2a0000}.pp-chat-input__attach:disabled{opacity:.5;cursor:default}.pp-chat-input__field:focus{border-color:#f9d949;outline:none}.pp-chat-input__send{cursor:pointer;background:var(--cw-head-grad,linear-gradient(135deg, #f9d949, #bd0000));color:#fff;border:none;border-radius:10px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.pp-chat-input__send:disabled{opacity:.5;cursor:default}.pp-chat-contact{flex-wrap:wrap;align-items:center;gap:8px;padding:2px;display:flex}.pp-chat-contact__label{color:#d1c2a4;width:100%;font-size:12px}.pp-chat-contact__btn{border-radius:9999px;align-items:center;padding:7px 14px;font-size:13px;font-weight:700;transition:filter .12s,transform .12s;display:inline-flex;color:#fff!important;text-decoration:none!important}.pp-chat-contact__btn:hover{filter:brightness(1.08);transform:translateY(-1px)}.pp-chat-contact__btn--wa{background:#25d366}.pp-chat-contact__btn--tg{background:#229ed9}.pp-chat-contact__btn--vb{background:#7360f2}@media (prefers-reduced-motion:reduce){.pp-chat-panel{animation:none}.pp-chat-fab,.pp-chat-fab:active{transition:none;transform:none}}@media (max-width:768px){.pp-chat-panel{border-radius:16px 16px 0 0;width:100%;max-width:100%;height:80vh;bottom:0!important;left:0!important;right:0!important}}
