:root{--burnie-pink: #ff06a3;--burnie-cyan: #15c0e9;--burnie-green: #c1ff72;--burnie-dark: #0d0d0d;--burnie-dark-2: #1a1a1a;--burnie-dark-3: #242424;--burnie-text: #ffffff;--burnie-text-muted: #aaaaaa;--burnie-panel-width: 380px;--burnie-panel-height: 580px;--burnie-radius: 16px;--burnie-font-heading: "Antonio", sans-serif;--burnie-font-body: "League Spartan", sans-serif;--burnie-jaw-top: 57%;--burnie-jaw-left: 27%;--burnie-jaw-width: 46%;--burnie-jaw-height: 9%}#burnie-toggle{position:fixed;bottom:24px;right:24px;z-index:9998;background:linear-gradient(135deg,var(--burnie-pink),var(--burnie-cyan));color:#fff;border:none;border-radius:50px;padding:14px 20px;font-family:var(--burnie-font-body);font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 4px 20px #ff06a366;transition:transform .2s,box-shadow .2s;display:flex;align-items:center;gap:8px;letter-spacing:.02em}#burnie-toggle:hover{transform:translateY(-2px);box-shadow:0 8px 30px #ff06a38c}#burnie-toggle:focus-visible{outline:2px solid var(--burnie-cyan);outline-offset:3px}#burnie-toggle.burnie-pulse{animation:burnie-toggle-pulse 5s infinite}#burnie-toggle.burnie-toggle-hidden{display:none!important}@keyframes burnie-toggle-pulse{0%,90%,to{transform:scale(1);box-shadow:0 4px 20px #ff06a366}95%{transform:scale(1.06);box-shadow:0 8px 30px #ff06a3a6}}#burnie-avatar-wrap{position:fixed;bottom:24px;right:24px;z-index:9997;transition:transform .35s cubic-bezier(.34,1.56,.64,1),opacity .3s ease}#burnie-avatar-wrap.burnie-avatar-dismissed{transform:scale(0) translateY(40px);opacity:0;pointer-events:none}#burnie-avatar{position:relative;width:115px;cursor:pointer;animation:burnie-float 3.5s ease-in-out infinite;transition:width .25s ease;user-select:none;-webkit-user-select:none}#burnie-avatar:focus-visible{outline:2px solid var(--burnie-cyan);outline-offset:4px;border-radius:50%}#burnie-char-img{width:100%;display:block}#burnie-char-emoji{font-size:70px;text-align:center;line-height:1.1;filter:drop-shadow(0 0 12px rgba(255,6,163,.6))}.burnie-jaw{position:absolute;top:var(--burnie-jaw-top);left:var(--burnie-jaw-left);width:var(--burnie-jaw-width);height:var(--burnie-jaw-height);background:#1c1c1c;border-radius:0 0 50% 50%;pointer-events:none;transform-origin:top center}.burnie-speech-wave{position:absolute;top:42%;left:50%;transform:translate(-50%);display:flex;gap:3px;align-items:flex-end;height:22px;opacity:0;pointer-events:none;transition:opacity .2s}.burnie-speech-wave span{display:block;width:4px;height:4px;background:var(--burnie-pink);border-radius:2px}.burnie-avatar-dismiss{position:absolute;top:-5px;right:-5px;width:22px;height:22px;background:var(--burnie-dark-3);border:1px solid #444;border-radius:50%;color:var(--burnie-text-muted);font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s,background .15s;z-index:2;line-height:1}#burnie-avatar:hover .burnie-avatar-dismiss,#burnie-avatar:focus-within .burnie-avatar-dismiss{opacity:1}.burnie-avatar-dismiss:hover{background:#ff06a34d!important;color:var(--burnie-pink)!important;opacity:1!important}#burnie-speech-bubble{position:absolute;bottom:calc(100% + 14px);right:0;background:var(--burnie-dark-3);border:1px solid rgba(255,6,163,.35);border-radius:14px 14px 2px;padding:11px 14px;display:flex;align-items:flex-start;gap:8px;max-width:230px;box-shadow:0 4px 20px #00000073,0 0 0 1px #ff06a31a;animation:burnie-bubble-pop .35s cubic-bezier(.34,1.56,.64,1);z-index:3}#burnie-speech-bubble span{font-family:var(--burnie-font-body);font-size:13px;line-height:1.5;color:var(--burnie-text);flex:1}#burnie-speech-bubble:after{content:"";position:absolute;bottom:-7px;right:18px;width:12px;height:12px;background:var(--burnie-dark-3);border-right:1px solid rgba(255,6,163,.35);border-bottom:1px solid rgba(255,6,163,.35);transform:rotate(45deg);clip-path:polygon(0 0,100% 0,100% 100%)}#burnie-speech-bubble.burnie-bubble-hiding{animation:burnie-bubble-hide .3s ease forwards}.burnie-bubble-close{background:none;border:none;color:var(--burnie-text-muted);font-size:14px;cursor:pointer;padding:0;line-height:1;flex-shrink:0;margin-top:1px;transition:color .15s}.burnie-bubble-close:hover{color:var(--burnie-pink)}@keyframes burnie-bubble-pop{0%{opacity:0;transform:scale(.85) translateY(6px);transform-origin:bottom right}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes burnie-bubble-hide{0%{opacity:1;transform:scale(1) translateY(0);transform-origin:bottom right}to{opacity:0;transform:scale(.85) translateY(6px)}}.burnie-state-idle{animation:burnie-float 3.5s ease-in-out infinite!important}.burnie-state-thinking{animation:burnie-think 1.8s ease-in-out infinite!important}.burnie-state-talking{animation:burnie-talk-bob .28s ease-in-out infinite!important}.burnie-state-talking .burnie-speech-wave{opacity:1}.burnie-state-talking .burnie-jaw{animation:burnie-jaw-talk .22s steps(2,end) infinite}.burnie-gesture-wave{animation:burnie-wave-gesture .55s ease-in-out 2,burnie-talk-bob .28s ease-in-out infinite!important}.burnie-gesture-nod{animation:burnie-nod-gesture .45s ease-in-out 3,burnie-talk-bob .28s ease-in-out infinite!important}.burnie-gesture-excited{animation:burnie-excited-gesture .4s ease-in-out 3,burnie-talk-bob .28s ease-in-out infinite!important}@keyframes burnie-float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-10px) rotate(-1deg)}66%{transform:translateY(-6px) rotate(1deg)}}@keyframes burnie-think{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-6px) rotate(-5deg)}75%{transform:translateY(-6px) rotate(5deg)}}@keyframes burnie-talk-bob{0%,to{transform:translateY(0) scaleY(1)}50%{transform:translateY(-5px) scaleY(1.025)}}@keyframes burnie-jaw-talk{0%{height:var(--burnie-jaw-height);opacity:1}50%{height:1%;opacity:.7}}@keyframes burnie-wave-gesture{0%,to{transform:translateY(-5px) rotate(0)}25%{transform:translateY(-10px) rotate(-10deg)}75%{transform:translateY(-10px) rotate(10deg)}}@keyframes burnie-nod-gesture{0%,to{transform:translateY(-5px) rotate(0)}40%{transform:translateY(2px) rotate(6deg)}60%{transform:translateY(-2px) rotate(-2deg)}}@keyframes burnie-excited-gesture{0%,to{transform:scale(1) translateY(0)}50%{transform:scale(1.1) translateY(-10px)}}.burnie-speech-wave span:nth-child(1){animation:burnie-bar .5s ease infinite 0s}.burnie-speech-wave span:nth-child(2){animation:burnie-bar .5s ease infinite .1s}.burnie-speech-wave span:nth-child(3){animation:burnie-bar .5s ease infinite .2s}.burnie-speech-wave span:nth-child(4){animation:burnie-bar .5s ease infinite .1s}.burnie-speech-wave span:nth-child(5){animation:burnie-bar .5s ease infinite 0s}@keyframes burnie-bar{0%,to{height:4px;background:var(--burnie-pink)}50%{height:20px;background:var(--burnie-cyan)}}#burnie-panel{position:fixed;bottom:90px;right:24px;z-index:9999;width:var(--burnie-panel-width);height:min(var(--burnie-panel-height),calc(100dvh - 110px));background:var(--burnie-dark-2);border-radius:var(--burnie-radius);border:1px solid #2a2a2a;box-shadow:0 20px 60px #000000b3,0 0 0 1px #ff06a326;display:flex;flex-direction:column;overflow:hidden;transform:translateY(20px);opacity:0;transition:transform .25s ease,opacity .25s ease;pointer-events:none}#burnie-panel.burnie-panel-with-avatar{bottom:155px;height:min(var(--burnie-panel-height),calc(100dvh - 185px))}#burnie-panel.burnie-open{transform:translateY(0);opacity:1;pointer-events:all}#burnie-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:linear-gradient(135deg,#ff06a326,#15c0e91a);border-bottom:1px solid #2a2a2a;flex-shrink:0}#burnie-header span{font-family:var(--burnie-font-heading);font-size:20px;font-weight:700;color:var(--burnie-text);letter-spacing:.03em}#burnie-controls{display:flex;gap:8px}#burnie-close{background:#ffffff14;border:none;border-radius:8px;color:var(--burnie-text);width:36px;height:36px;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:background .15s}#burnie-close:hover{background:#ffffff2e}#burnie-close:focus-visible{outline:2px solid var(--burnie-cyan);outline-offset:2px}#burnie-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth}#burnie-messages::-webkit-scrollbar{width:4px}#burnie-messages::-webkit-scrollbar-track{background:transparent}#burnie-messages::-webkit-scrollbar-thumb{background:#333;border-radius:4px}.burnie-bubble{max-width:85%;padding:10px 14px;border-radius:14px;font-family:var(--burnie-font-body);font-size:14px;line-height:1.5;word-break:break-word;animation:burnie-bubble-in .2s ease}@keyframes burnie-bubble-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.burnie-bubble-user{align-self:flex-end;background:var(--burnie-dark-3);color:var(--burnie-text);border-bottom-right-radius:4px}.burnie-bubble-assistant{align-self:flex-start;background:linear-gradient(135deg,#ff06a31f,#15c0e914);border:1px solid rgba(255,6,163,.2);color:var(--burnie-text);border-bottom-left-radius:4px}.burnie-loading{display:flex;gap:5px;padding:12px 16px;align-self:flex-start;background:#ff06a314;border:1px solid rgba(255,6,163,.15);border-radius:14px 14px 14px 4px}.burnie-dot{width:7px;height:7px;border-radius:50%;background:var(--burnie-pink);animation:burnie-bounce 1.2s infinite}.burnie-dot:nth-child(2){animation-delay:.2s}.burnie-dot:nth-child(3){animation-delay:.4s}@keyframes burnie-bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-6px);opacity:1}}.burnie-products{display:flex;flex-direction:column;gap:10px;width:100%;margin-top:4px}.burnie-product-card{display:flex;gap:10px;background:var(--burnie-dark-3);border:1px solid #2e2e2e;border-radius:12px;overflow:hidden;transition:border-color .15s;text-decoration:none}.burnie-product-card:hover{border-color:#ff06a366}.burnie-product-card img{width:72px;height:72px;object-fit:cover;flex-shrink:0}.burnie-product-info{padding:8px 10px 8px 0;display:flex;flex-direction:column;gap:3px;min-width:0}.burnie-product-slogan{font-family:var(--burnie-font-body);font-size:12px;color:var(--burnie-text-muted);font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.burnie-product-title{font-family:var(--burnie-font-body);font-size:13px;font-weight:700;color:var(--burnie-text);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.burnie-product-scent{font-size:12px;color:var(--burnie-cyan);margin:0}.burnie-product-price{font-size:13px;font-weight:700;color:var(--burnie-pink);margin:0}.burnie-product-link{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--burnie-text-muted);margin-top:2px;transition:color .15s}.burnie-product-link:hover{color:var(--burnie-pink)}#burnie-input-area{display:flex;align-items:flex-end;gap:8px;padding:12px 14px;border-top:1px solid #2a2a2a;background:var(--burnie-dark);flex-shrink:0}#burnie-input{flex:1;background:var(--burnie-dark-3);border:1px solid #333;border-radius:10px;color:var(--burnie-text);font-family:var(--burnie-font-body);font-size:14px;padding:10px 12px;resize:none;max-height:120px;line-height:1.4;transition:border-color .15s}#burnie-input::placeholder{color:var(--burnie-text-muted)}#burnie-input:focus{outline:none;border-color:#ff06a380}#burnie-input:focus-visible{outline:2px solid var(--burnie-pink);outline-offset:2px}#burnie-input:disabled{opacity:.5;cursor:not-allowed}#burnie-send{background:linear-gradient(135deg,var(--burnie-pink),var(--burnie-cyan));border:none;border-radius:10px;color:#fff;width:40px;height:40px;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .15s,transform .15s}#burnie-send:hover{opacity:.9;transform:scale(1.05)}#burnie-send:disabled{opacity:.4;cursor:not-allowed;transform:none}#burnie-send:focus-visible{outline:2px solid var(--burnie-cyan);outline-offset:2px}@media(max-width:480px){#burnie-panel,#burnie-panel.burnie-panel-with-avatar{bottom:0;right:0;left:0;width:100%;height:100dvh;max-height:100dvh;border-radius:0;border:none}#burnie-header{padding-top:max(14px,env(safe-area-inset-top,14px))}#burnie-avatar{width:90px}#burnie-toggle{bottom:16px;right:16px}#burnie-close,#burnie-send{width:44px;height:44px}#burnie-speech-bubble{max-width:200px;font-size:12px}}@media(min-width:481px)and (max-width:768px){#burnie-panel{width:320px}}
/*# sourceMappingURL=/cdn/shop/t/180/assets/burnie-widget.css.map */
