:root{--ht-blue: #9cd6ff;--ht-blue-2: #7cc8ff;--ht-pink: #ffd7e1;--ht-cream: #fff8f2;--ht-yellow: #fff3c9;--ht-shadow: 0 10px 30px rgba(25,39,64,.08);--glass-bg: rgba(255,255,255,.72);--glass-border: rgba(255,255,255,.6)}.happytod-fab{position:fixed;right:18px;bottom:18px;width:62px;height:62px;border-radius:50%;background:linear-gradient(135deg,var(--ht-blue),var(--ht-blue-2));display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px #204e8f29,var(--ht-shadow);z-index:1100;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.happytod-fab:hover{transform:scale(1.08);box-shadow:0 16px 38px #204e8f3d}.happytod-fab .fab-icon{width:28px;height:28px;fill:#fff;filter:drop-shadow(0 2px 6px rgba(0,0,0,.08))}.happytod-fab .fab-badge{position:absolute;top:8px;right:8px;background:#ff5a79;color:#fff;font-size:11px;padding:3px 5px;border-radius:11px;box-shadow:0 4px 10px #0000000f}.happytod-fab:after{content:"";position:absolute;width:100%;height:100%;border-radius:50%;left:0;top:0;z-index:-1;background:radial-gradient(circle at center,rgba(124,200,255,.35),transparent 40%);animation:ht-pulse 2.8s infinite}@keyframes ht-pulse{0%{transform:scale(.98);opacity:.9}70%{transform:scale(1.22);opacity:0}to{transform:scale(1.22);opacity:0}}.happytod-window{position:fixed;right:18px;bottom:90px;width:380px;max-width:calc(100% - 36px);height:520px;max-height:86vh;border-radius:26px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 18px 38px #213d621f;z-index:1100;transform:translateY(12px);opacity:0;pointer-events:none;transition:transform .32s cubic-bezier(.2,.85,.2,1),opacity .32s ease}.happytod-window.open{transform:translateY(0);opacity:1;pointer-events:auto}.happytod-window .ht-glass{background:linear-gradient(180deg,#ffffffeb,#f2f9fff5);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.72);height:100%;display:flex;flex-direction:column}.happytod-header{padding:12px 14px;display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#c3e3ff,#dff7ff);color:#123957;border-bottom:1px solid rgba(255,255,255,.85)}.happytod-header .ht-logo{display:flex;align-items:center;gap:10px}.happytod-header .ht-logo img{width:34px;height:34px;border-radius:12px;object-fit:contain}.happytod-header .ht-hero{font-weight:700;font-size:15px;line-height:1.1;letter-spacing:.01em}.happytod-header .ht-sub{font-size:12px;opacity:.88;font-weight:600;margin-top:2px}.happytod-header .ht-actions{margin-left:auto;display:flex;gap:8px;align-items:center}.happytod-header .ht-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#ffffff4d;color:#0f375d}.happytod-decor{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.16}.ht-decor-shape{position:absolute;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#ffd7e1,transparent 40%);transform:rotate(12deg);top:8%;left:6%}.ht-decor-cloud{position:absolute;width:220px;height:120px;background:linear-gradient(90deg,#e9f7ff,#fff0f6);border-radius:60px;top:28%;right:6%;opacity:.9}.happytod-body{padding:12px;overflow:auto;display:flex;flex-direction:column;gap:10px;flex:1}.ht-msg{display:flex;gap:10px;align-items:flex-end;max-width:78%}.ht-msg.bot{align-self:flex-start}.ht-msg.user{align-self:flex-end;justify-content:flex-end}.ht-avatar{width:38px;height:38px;border-radius:14px;background:#fff;flex-shrink:0;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px #1f3f5f0f}.ht-bubble{padding:11px 13px;border-radius:20px;font-size:13px;line-height:1.4;box-shadow:0 9px 24px #1f3f5f0f}.ht-bubble.bot{background:linear-gradient(180deg,#eff9ff,#dff4ff);color:#103053;border-bottom-left-radius:8px}.ht-bubble.user{background:linear-gradient(180deg,#ffe7f0,#ffd4e3);color:#242424;border-bottom-right-radius:8px}.ht-meta{font-size:10px;opacity:.58;margin-top:4px}.ht-quick{display:flex;gap:8px;margin-top:6px;flex-wrap:wrap}.ht-quick button{background:transparent;border:1px solid rgba(0,0,0,.06);padding:8px 12px;border-radius:999px;font-weight:600;font-size:13px;display:inline-flex;gap:8px;align-items:center;cursor:pointer;transition:box-shadow .18s ease,transform .12s ease}.ht-quick button:hover{transform:translateY(-3px);box-shadow:0 8px 20px #254e6e0f}.ht-product-list{display:flex;gap:10px;overflow:auto;padding-bottom:6px}.ht-product{min-width:220px;background:var(--glass-bg);border-radius:14px;padding:10px;box-shadow:0 10px 26px #20466e0a;border:1px solid rgba(255,255,255,.5)}.ht-product img{width:100%;height:132px;object-fit:cover;border-radius:10px}.ht-product .title{font-weight:700;font-size:14px;margin-top:8px}.ht-product .price{color:#0b6bff;font-weight:800;margin-top:6px}.ht-product .feat{font-size:12px;opacity:.78;margin-top:6px}.ht-product .btn{margin-top:8px;display:inline-block;background:linear-gradient(90deg,#9bd4ff,#b6e4ff);padding:8px 12px;border-radius:999px;color:#fff;font-weight:700;text-decoration:none}.ht-collection-list{display:flex;gap:10px;overflow:auto;padding-bottom:6px}.ht-collection{min-width:220px;background:var(--glass-bg);border-radius:14px;padding:14px 12px;box-shadow:0 10px 26px #20466e0a;border:1px solid rgba(255,255,255,.5)}.ht-collection .title{font-weight:700;font-size:14px;margin-bottom:8px}.ht-collection .feat{font-size:12px;opacity:.78;margin-bottom:10px}.ht-collection .btn{display:inline-block;background:linear-gradient(90deg,#79c2ff,#4d8cff);padding:8px 12px;border-radius:999px;color:#fff;font-weight:700;text-decoration:none}.happytod-input{padding:10px 12px;display:flex;gap:8px;align-items:center;border-top:1px solid rgba(25,39,64,.08);background:#ffffffeb}.happytod-input .input{flex:1;background:#fbfcff;padding:10px 14px;border-radius:24px;border:1px solid rgba(22,57,102,.08);font-size:13px;color:#162e4e}.happytod-input .input::placeholder{color:#8b9fb8}.happytod-input .send{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--ht-blue),var(--ht-blue-2));display:flex;align-items:center;justify-content:center;color:#fff;border:none;cursor:pointer;box-shadow:0 12px 26px #609aff2e}.ht-typing{display:inline-flex;gap:6px;align-items:center;padding:8px 10px;background:linear-gradient(180deg,#f2fbff,#e8f9ff);border-radius:14px}.ht-typing span{width:6px;height:6px;background:#7fc9ff;border-radius:50%;animation:ht-dots 1.2s infinite;opacity:.95}.ht-typing span:nth-child(2){animation-delay:.15s}.ht-typing span:nth-child(3){animation-delay:.3s}@keyframes ht-dots{0%{transform:translateY(0);opacity:.4}50%{transform:translateY(-6px);opacity:1}to{transform:translateY(0);opacity:.4}}@media(max-width:640px){.happytod-window{left:0;right:0;bottom:0;width:100%;height:86vh;border-radius:18px 18px 0 0;transform:translateY(18px)}.happytod-fab{right:18px;bottom:18px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/happytod-chat.css.map */
