.public-chat-module__Gtll-q__chatPage{background:#fff;flex-direction:column;max-width:520px;height:100vh;margin:0 auto;display:flex;box-shadow:0 0 40px #00000014}.public-chat-module__Gtll-q__header{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border-bottom:1px solid #bbf7d0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.public-chat-module__Gtll-q__headerInfo{align-items:center;gap:12px;display:flex}.public-chat-module__Gtll-q__storeAvatar{background:var(--primary);color:#fff;width:44px;height:44px;font-size:1.2rem;font-weight:800;font-family:var(--font-heading);border-radius:50%;justify-content:center;align-items:center;display:flex}.public-chat-module__Gtll-q__storeName{font-family:var(--font-heading);color:var(--text);font-size:1.05rem;font-weight:700}.public-chat-module__Gtll-q__status{color:var(--success);align-items:center;gap:6px;font-size:.78rem;display:flex}.public-chat-module__Gtll-q__onlineDot{background:var(--success);border-radius:50%;width:8px;height:8px;animation:2s infinite public-chat-module__Gtll-q__pulse}@keyframes public-chat-module__Gtll-q__pulse{0%,to{opacity:1}50%{opacity:.5}}.public-chat-module__Gtll-q__poweredBy{color:var(--text-muted);font-size:.7rem}.public-chat-module__Gtll-q__poweredBy strong{color:var(--primary)}.public-chat-module__Gtll-q__messagesArea{background:var(--bg);flex-direction:column;flex:1;gap:14px;padding:20px;display:flex;overflow-y:auto}.public-chat-module__Gtll-q__msgRow{align-items:flex-end;gap:8px;display:flex}.public-chat-module__Gtll-q__msgCustomer{justify-content:flex-end}.public-chat-module__Gtll-q__msgAi{justify-content:flex-start}.public-chat-module__Gtll-q__aiAvatar{background:var(--primary-light);border:1px solid #bbf7d0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;display:flex}.public-chat-module__Gtll-q__bubble{word-wrap:break-word;border-radius:18px;max-width:80%;padding:12px 16px;font-size:.9rem;line-height:1.55;animation:.3s public-chat-module__Gtll-q__fadeInUp}.public-chat-module__Gtll-q__bubbleCustomer{background:var(--primary);color:#fff;border-bottom-right-radius:6px}.public-chat-module__Gtll-q__bubbleAi{color:var(--text);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);background:#fff;border-bottom-left-radius:6px}.public-chat-module__Gtll-q__bubbleContent{white-space:pre-wrap}.public-chat-module__Gtll-q__bubbleTime{opacity:.6;text-align:right;margin-top:4px;font-size:.65rem;display:block}@keyframes public-chat-module__Gtll-q__fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.public-chat-module__Gtll-q__quickReplies{background:var(--bg);border-top:1px solid var(--border-light);flex-wrap:wrap;gap:8px;padding:10px 20px;display:flex}.public-chat-module__Gtll-q__quickReplyBtn{border:1px solid var(--border);border-radius:var(--radius-full);color:var(--primary);cursor:pointer;background:#fff;padding:7px 14px;font-size:.8rem;font-weight:500;transition:all .15s}.public-chat-module__Gtll-q__quickReplyBtn:hover{background:var(--primary-light);border-color:var(--primary)}.public-chat-module__Gtll-q__inputArea{border-top:1px solid var(--border-light);background:#fff;align-items:center;gap:10px;padding:14px 16px;display:flex}.public-chat-module__Gtll-q__chatInput{border:1.5px solid var(--border);border-radius:var(--radius-full);font-family:var(--font-body);outline:none;flex:1;padding:12px 18px;font-size:.9rem;transition:border-color .2s}.public-chat-module__Gtll-q__chatInput:focus{border-color:var(--primary)}.public-chat-module__Gtll-q__chatInput::placeholder{color:var(--text-muted)}.public-chat-module__Gtll-q__sendBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;transition:background .15s,transform .1s;display:flex}.public-chat-module__Gtll-q__sendBtn:hover{background:var(--primary-hover)}.public-chat-module__Gtll-q__sendBtn:active{transform:scale(.95)}.public-chat-module__Gtll-q__sendBtn:disabled{opacity:.5;cursor:not-allowed}.public-chat-module__Gtll-q__quotaMsg{text-align:center;color:var(--text-secondary);border-radius:var(--radius);background:#fef9c3;flex:1;padding:10px;font-size:.85rem}
