.pc-chat-root{--pc-lime: #d8ff3e;--pc-black: #050505;--pc-surface: #0b0b0b;--pc-bubble: #343434;position:fixed;right:24px;bottom:28px;z-index:99999;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5}.pc-chat-fab{width:86px;height:86px;padding:0;border:0;border-radius:50%;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.pc-chat-fab:hover{transform:translateY(-2px)}.pc-chat-fab img{display:block;width:100%;height:100%;object-fit:contain}.pc-chat-prompt{position:absolute;right:96px;bottom:12px;width:max-content;max-width:min(300px,calc(100vw - 140px));min-height:72px;padding:16px 52px 16px 22px;box-sizing:border-box;border:1px solid #e4e4e4;border-radius:22px;background:#fff;color:#202020;box-shadow:0 18px 42px #0003;font-size:17px;font-weight:500;line-height:1.35;pointer-events:none;opacity:0;visibility:hidden;transform:translate(10px) scale(.96);transform-origin:right center;transition:opacity .2s ease,transform .2s ease,visibility .2s}.pc-chat-prompt:after{content:"";position:absolute;top:50%;right:-13px;width:25px;height:25px;background:#fff;border-top:1px solid #e4e4e4;border-right:1px solid #e4e4e4;transform:translateY(-50%) rotate(45deg)}.pc-chat-prompt svg{position:absolute;z-index:1;top:50%;right:19px;width:24px;height:24px;color:#4a5517;transform:translateY(-50%)}.pc-chat-prompt span{position:relative;z-index:1}.pc-chat-fab:hover+.pc-chat-prompt,.pc-chat-fab:focus-visible+.pc-chat-prompt{opacity:1;visibility:visible;transform:translate(0) scale(1)}.pc-chat-panel{position:absolute;right:0;bottom:76px;width:min(420px,calc(100vw - 32px));height:min(570px,calc(100vh - 120px));min-height:440px;color:#fff;background:var(--pc-black);border:1px solid #2b2b2b;border-radius:30px;box-shadow:0 28px 70px #0000008c;overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr) auto}.pc-chat-panel[hidden],.pc-chat-welcome[hidden],.pc-chat-panel__messages[hidden]{display:none!important}.pc-chat-panel__header{min-height:104px;padding:20px 24px;border-bottom:1px solid #2d2d2d;display:flex;align-items:center;justify-content:space-between;gap:18px;background:#000}.pc-chat-header-identity{min-width:0;display:flex;align-items:center;gap:15px}.pc-chat-header-avatar{width:52px;height:52px;flex:0 0 52px;border-radius:50%;display:grid;place-items:center;color:#050505;background:var(--pc-lime)}.pc-chat-header-avatar svg{width:28px;height:28px}.pc-chat-header-copy{min-width:0;display:flex;flex-direction:column;line-height:1.25}.pc-chat-header-copy strong{color:#fff;font-size:22px;font-weight:750;letter-spacing:-.02em}.pc-chat-header-copy span{margin-top:4px;color:var(--pc-lime);font-size:16px;white-space:nowrap}.pc-chat-panel__close{width:42px;height:42px;flex:0 0 42px;padding:0;border:0;background:transparent;color:#e9e9e9;font:300 42px/36px Arial,sans-serif;cursor:pointer}.pc-chat-panel__body{min-height:0;overflow:hidden;display:flex;flex-direction:column;background:var(--pc-surface)}.pc-chat-welcome{flex:1;min-height:0;overflow-y:auto;padding:24px 20px}.pc-chat-presets{display:grid;gap:10px;margin-top:18px}.pc-chat-preset{width:100%;padding:12px 16px;border:1px solid #4a4a4a;border-radius:999px;background:#1d1d1d;color:#f5f5f5;font:inherit;font-size:14px;line-height:1.35;text-align:left;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.pc-chat-preset:hover,.pc-chat-preset:focus-visible{border-color:var(--pc-lime);background:#282d16;color:var(--pc-lime);outline:none}.pc-chat-preset:disabled{opacity:.55;cursor:not-allowed}.pc-chat-panel__messages{flex:1;min-height:0;overflow:auto;padding:24px 20px;scrollbar-color:#444 transparent}.pc-chat-msg{display:flex;margin-bottom:14px}.pc-chat-msg--user{justify-content:flex-end}.pc-chat-msg__bubble{max-width:88%;padding:14px 17px;border-radius:20px;color:#f8f8f8;font-size:15px;line-height:1.55;word-break:break-word}.pc-chat-msg--bot .pc-chat-msg__bubble{background:var(--pc-bubble);border-bottom-left-radius:6px}.pc-chat-msg--bot .pc-chat-msg__bubble strong{color:var(--pc-lime);font-weight:650}.pc-chat-msg--user .pc-chat-msg__bubble{color:#080808;background:var(--pc-lime);border-bottom-right-radius:6px;white-space:pre-wrap}.pc-chat-msg--pending .pc-chat-msg__bubble{min-width:132px;min-height:48px;display:flex;align-items:center;gap:10px}.pc-chat-msg--pending.pc-chat-msg--has-text .pc-chat-msg__bubble{min-width:0;display:block}.pc-chat-spinner{width:22px;height:22px;flex:0 0 22px;border:2px solid #666;border-top-color:var(--pc-lime);border-radius:50%;animation:pc-chat-spin .8s linear infinite}.pc-chat-wait-label{color:#bbb;font-size:13px}.pc-chat-msg--has-text .pc-chat-spinner,.pc-chat-msg--has-text .pc-chat-wait-label,.pc-chat-msg__text:empty{display:none}.pc-chat-msg--pending.pc-chat-msg--has-text .pc-chat-msg__text:after{content:"";display:inline-block;width:2px;height:1em;margin-left:3px;vertical-align:text-bottom;background:var(--pc-lime);animation:pc-chat-blink 1s step-end infinite}.pc-chat-msg__text p{margin:0 0 8px}.pc-chat-msg__text p:last-child{margin-bottom:0}.pc-chat-msg__text ul,.pc-chat-msg__text ol{margin:0 0 8px;padding-left:1.25em}.pc-chat-msg__text li{margin-bottom:4px}.pc-chat-msg__text a{color:var(--pc-lime);text-decoration:underline}.pc-chat-msg__text code,.pc-chat-msg__text pre{color:#fff;background:#222;border-radius:6px}.pc-chat-msg__text code{padding:.1em .35em}.pc-chat-msg__text pre{margin:0 0 8px;padding:10px;overflow-x:auto}.pc-chat-panel__input{min-height:96px;padding:18px 20px;border-top:1px solid #2d2d2d;background:#000;display:flex;align-items:center;gap:12px}.pc-chat-panel__input textarea{flex:1;min-width:0;height:52px;min-height:52px;max-height:110px;padding:13px 18px;resize:none;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;box-sizing:border-box;border:1.5px solid var(--pc-lime);border-radius:999px;outline:none;background:#111;color:#fff;font:inherit;font-size:15px;line-height:24px}.pc-chat-panel__input textarea::-webkit-scrollbar{width:0;height:0;display:none}.pc-chat-panel__input textarea::placeholder{color:#919191}.pc-chat-panel__input textarea:focus{border-color:var(--pc-lime);box-shadow:0 0 0 2px #d8ff3e1f}.pc-chat-panel__input button{width:54px;height:54px;flex:0 0 54px;padding:0;border:0;border-radius:50%;display:grid;place-items:center;background:var(--pc-lime);color:#050505;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.pc-chat-panel__input button:hover{transform:scale(1.04)}.pc-chat-panel__input button:disabled{opacity:.55;cursor:not-allowed;transform:none}.pc-chat-panel__input button svg{width:25px;height:25px}@keyframes pc-chat-spin{to{transform:rotate(360deg)}}@keyframes pc-chat-blink{50%{opacity:0}}@media(max-width:520px){.pc-chat-root{right:12px;bottom:18px}.pc-chat-panel{width:calc(100vw - 24px);height:min(600px,calc(100dvh - 100px));min-height:390px;border-radius:24px}.pc-chat-fab{width:76px;height:76px}.pc-chat-prompt{right:84px;bottom:8px;max-width:calc(100vw - 116px);min-height:64px;padding:13px 42px 13px 17px;border-radius:18px;font-size:14px}.pc-chat-panel__header{min-height:88px;padding:16px 18px}.pc-chat-header-avatar{width:46px;height:46px;flex-basis:46px}.pc-chat-header-copy strong{font-size:19px}.pc-chat-header-copy span{font-size:13px}.pc-chat-panel__messages{padding:20px 16px}.pc-chat-panel__input{min-height:84px;padding:14px 15px;gap:9px}}@media(prefers-reduced-motion:reduce){.pc-chat-fab,.pc-chat-panel__input button{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/30/assets/chat-widget.css.map */
