#npm-chat-box{position:fixed;right:20px;bottom:20px;z-index:2147483647;font-family:inherit;direction:rtl}#npm-chat-toggle{border:0;border-radius:28px;padding:13px 19px;cursor:pointer;font-size:15px;line-height:1.2;box-shadow:0 4px 14px rgb(0 0 0 / .2)}#npm-chat-panel{display:none;position:absolute;right:0;bottom:58px;width:350px;max-width:calc(100vw - 30px);height:470px;max-height:calc(100vh - 100px);background:#fff;border:1px solid #ddd;border-radius:14px;box-shadow:0 6px 28px rgb(0 0 0 / .22);overflow:hidden}.npm-chat-header{height:48px;box-sizing:border-box;padding:13px 44px 13px 42px;font-weight:700;border-bottom:1px solid #eee;position:relative}#npm-chat-close{position:absolute;left:10px;top:9px;border:0;background:#fff0;font-size:22px;line-height:28px;cursor:pointer;padding:0 6px}#npm-chat-messages{height:calc(100% - 118px);overflow-y:auto;padding:10px;box-sizing:border-box;-webkit-overflow-scrolling:touch}.npm-msg{padding:9px 11px;margin:7px;border-radius:9px;line-height:1.7;word-wrap:break-word}.npm-bot{background:#f2f2f2}.npm-user{background:#e8f0fe}#npm-chat-form{height:70px;box-sizing:border-box;padding:10px;border-top:1px solid #eee;display:flex;gap:6px;background:#fff}#npm-chat-input{flex:1;min-width:0;resize:none;padding:8px;box-sizing:border-box}#npm-chat-form button{padding:8px 12px;cursor:pointer;white-space:nowrap}@media (max-width:600px){#npm-chat-box{right:10px;bottom:calc(10px + env(safe-area-inset-bottom));left:10px}#npm-chat-toggle{margin-right:auto;display:block}#npm-chat-panel{position:fixed;left:10px;right:10px;bottom:70px;width:auto;max-width:none;height:min(520px,calc(100vh - 95px));max-height:calc(100vh - 95px);border-radius:14px}#npm-chat-messages{height:calc(100% - 118px)}#npm-chat-form{height:70px}}@media (max-width:360px){#npm-chat-box{right:7px;left:7px}#npm-chat-panel{left:7px;right:7px;bottom:65px}#npm-chat-toggle{font-size:14px;padding:11px 15px}#npm-chat-form button{padding:8px 9px}}