.sakura-chat-root{position:fixed;right:1.5rem;bottom:1.5rem;z-index:60;font-family:inherit}.sakura-chat-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.7rem;padding:.9rem 1.9rem .9rem 1.1rem;border-radius:999px;border:none;cursor:pointer;background:radial-gradient(circle at 30% 0%,#4ade80,#22c55e);color:#fff;box-shadow:0 0 #22c55e8c,0 8px 16px #0f766e73;transform-origin:center;animation:sakura-pulse 3.5s ease-in-out infinite;transition:box-shadow .25s ease,transform .25s ease}.sakura-chat-toggle:hover{box-shadow:0 0 14px #4ade80a6,0 10px 22px #0f766e8c;transform:scale(1.05)}.sakura-chat-toggle__icon{display:inline-flex;width:46px;height:46px;border-radius:999px;background:radial-gradient(circle at 30% 0%,#4ade80,#16a34a);align-items:center;justify-content:center;box-shadow:0 0 12px #22c55eb3}.sakura-chat-toggle__img{width:26px;height:26px;display:block}.sakura-chat-toggle__label{font-size:1.05rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}@keyframes sakura-pulse{0%{transform:scale(1);box-shadow:0 0 #22c55e8c,0 8px 16px #0f766e73}40%{transform:scale(1.04);box-shadow:0 0 20px 4px #22c55e8c,0 12px 26px #0f766e99}70%{transform:scale(1.02);box-shadow:0 0 12px 1px #22c55e66,0 10px 22px #0f766e80}to{transform:scale(1);box-shadow:0 0 #22c55e8c,0 8px 16px #0f766e73}}.sakura-chat-menu{position:absolute;bottom:calc(100% + .75rem);right:0;background:#fff;border-radius:14px;box-shadow:0 8px 32px #0f172a2e;padding:.5rem;display:flex;flex-direction:column;gap:.35rem;min-width:220px;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease}.sakura-chat-root.menu-open .sakura-chat-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.sakura-chat-menu__item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:10px;border:none;background:transparent;cursor:pointer;text-align:left;transition:background .15s ease;width:100%}.sakura-chat-menu__item:hover{background:#f0fdf4}.sakura-chat-menu__item-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:18px}.sakura-chat-menu__item-icon--ai{background:#ede9fe}.sakura-chat-menu__item-icon--wa{background:#dcfce7;display:flex;align-items:center;justify-content:center}.sakura-chat-menu__item-icon--wa img{width:22px;height:22px;opacity:1;filter:none}.sakura-chat-menu__item-text{display:flex;flex-direction:column}.sakura-chat-menu__item-title{font-size:.95rem;font-weight:600;color:#111827}.sakura-chat-menu__item-sub{font-size:.8rem;color:#6b7280;margin-top:1px}.sakura-chat-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#0f172a8c;border:none;padding:0;margin:0;opacity:0;pointer-events:none;transition:opacity .25s ease}.sakura-chat-root.chat-open .sakura-chat-backdrop{opacity:1;pointer-events:auto}.sakura-chat-window{position:fixed;right:1.5rem;bottom:5.5rem;z-index:70;width:min(520px,calc(100% - 3rem));height:min(650px,calc(100vh - 7rem));background:#fff;border-radius:18px;box-shadow:0 18px 48px #0f172a38;display:flex;flex-direction:column;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .25s ease,transform .25s ease;overflow:hidden}@media screen and (max-width:749px){.sakura-chat-window{left:.75rem;right:.75rem;width:auto;bottom:5.5rem}}.sakura-chat-root.chat-open .sakura-chat-window{opacity:1;pointer-events:auto;transform:translateY(0)}.sakura-chat-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#1e1b4b,#312e81);color:#fff;flex-shrink:0}.sakura-chat-header__avatar{width:40px;height:40px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.sakura-chat-header__info{flex:1}.sakura-chat-header__name{font-size:.95rem;font-weight:700;margin:0}.sakura-chat-header__status{font-size:.78rem;opacity:.75;margin:0}.sakura-chat-header__close{background:transparent;border:none;color:#ffffffbf;font-size:1.4rem;cursor:pointer;padding:.2rem .4rem;line-height:1}.sakura-chat-header__close:hover{color:#fff}.sakura-chat-messages{flex:1;overflow-y:auto;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem;background:#f8fafc}.sakura-chat-msg{display:flex;flex-direction:column;max-width:85%}.sakura-chat-msg--user{align-self:flex-end;align-items:flex-end}.sakura-chat-msg--assistant{align-self:flex-start;align-items:flex-start}.sakura-chat-msg__bubble{padding:.65rem .9rem;border-radius:14px;font-size:1.1rem;line-height:1.55;white-space:pre-wrap;word-break:break-word}.sakura-chat-msg--user .sakura-chat-msg__bubble{background:#312e81;color:#fff;border-bottom-right-radius:4px}.sakura-chat-msg--assistant .sakura-chat-msg__bubble{background:#fff;color:#111827;border:.5px solid #e5e7eb;border-bottom-left-radius:4px;box-shadow:0 1px 3px #0000000f}.sakura-chat-msg--loading .sakura-chat-msg__bubble{display:flex;align-items:center;gap:5px;padding:.75rem 1rem}.sakura-typing-dot{width:7px;height:7px;border-radius:50%;background:#9ca3af;animation:sakura-typing 1.2s ease-in-out infinite}.sakura-typing-dot:nth-child(2){animation-delay:.2s}.sakura-typing-dot:nth-child(3){animation-delay:.4s}@keyframes sakura-typing{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-5px);opacity:1}}.sakura-chat-input-area{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-top:1px solid #e5e7eb;background:#fff;flex-shrink:0}.sakura-chat-input{flex:1;padding:.6rem .85rem;border-radius:999px;border:1px solid #d1d5db;font-size:.9rem;outline:none;resize:none;font-family:inherit;line-height:1.4;transition:border-color .18s ease}.sakura-chat-input:focus{border-color:#312e81}.sakura-chat-send{width:38px;height:38px;border-radius:50%;border:none;background:#312e81;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s ease,transform .15s ease}.sakura-chat-send:hover{background:#1e1b4b;transform:scale(1.05)}.sakura-chat-send:disabled{background:#d1d5db;cursor:not-allowed;transform:none}.sakura-chat-send svg{width:16px;height:16px}.sakura-chat-footer{padding:.4rem 1rem;text-align:center;font-size:.72rem;color:#9ca3af;background:#fff;border-top:1px solid #f3f4f6;flex-shrink:0}.sakura-chat-root .wa-quote-drawer{right:1.5rem;bottom:5.5rem;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .25s ease,transform .25s ease}@media screen and (max-width:749px){.sakura-chat-root .wa-quote-drawer{left:.75rem;right:.75rem;bottom:5.5rem}}.sakura-chat-root .wa-quote-search-wrap{position:relative}.sakura-chat-root .predictive-search--wa-quote{position:absolute;bottom:calc(100% + .4rem);top:auto;left:0;right:0;max-height:200px;overflow-y:auto;border-radius:10px;border:1px solid rgba(148,163,184,.6);background:#f9fafb;z-index:100;margin:0}.sakura-chat-root .predictive-search--wa-quote:empty{display:none}.sakura-chat-root .wa-quote-root .predictive-search__item,.sakura-chat-root .predictive-search__item{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.6rem .9rem;gap:.6rem;background:transparent;border:none;border-bottom:1px solid rgba(229,231,235,.8);cursor:pointer;text-align:left;font-size:.95rem}.sakura-chat-root .predictive-search__item:last-child{border-bottom:none}.sakura-chat-root .predictive-search__item:hover{background:#f0fdf4}.sakura-chat-root .predictive-search__item-heading{margin:0;font-size:.95rem;font-weight:500;color:#111827}.sakura-chat-root .predictive-search__item-vendor{margin:0;font-size:.8rem;color:#6b7280}.sakura-chat-root .wa-quote-result__action{font-size:.8rem;font-weight:600;color:#16a34a;white-space:nowrap;flex-shrink:0}.sakura-chat-menu__item-icon--wa img{width:22px;height:22px;opacity:1!important;filter:brightness(0) saturate(100%) invert(39%) sepia(96%) saturate(400%) hue-rotate(100deg) brightness(95%)}
/*# sourceMappingURL=/cdn/shop/t/35/assets/chat-assistant.css.map */
