@keyframes chat-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}@keyframes chat-fab-pulse{0%{box-shadow:0 0 #ff904e99}70%{box-shadow:0 0 0 12px #ff904e00}to{box-shadow:0 0 #ff904e00}}.chat-panel{transform:translateY(20px) scale(.96);opacity:0;pointer-events:none;transition:transform .22s cubic-bezier(.34,1.56,.64,1),opacity .18s ease}.chat-panel--open{transform:translateY(0) scale(1);opacity:1;pointer-events:auto}.chat-msg--enter{opacity:0;transform:translateY(8px)}.chat-msg--visible{opacity:1;transform:translateY(0);transition:opacity .18s ease,transform .18s ease}.chat-chip{border:1.5px solid var(--accent, #f3c13a);border-radius:20px;padding:6px 14px;font-size:13px;font-weight:600;color:var(--text, #1b1307);background:#fffbf0;white-space:nowrap;cursor:pointer;transition:background .12s ease,transform .12s ease;flex-shrink:0}.chat-chip:hover{background:#f3c13a33}.chat-chip:active{transform:scale(.94)}.chat-chip--used{opacity:0;transform:scale(.85);transition:opacity .15s ease,transform .15s ease;pointer-events:none}.chat-chip--disabled{opacity:.5;pointer-events:none}.chat-typing-dot{width:6px;height:6px;border-radius:50%;background:#999;display:inline-block}.chat-typing-dot:nth-child(1){animation:chat-bounce 1.2s infinite 0ms}.chat-typing-dot:nth-child(2){animation:chat-bounce 1.2s infinite .16s}.chat-typing-dot:nth-child(3){animation:chat-bounce 1.2s infinite .32s}.chat-fab--nudge{animation:chat-fab-pulse 2s ease-out infinite}.chat-chips-row::-webkit-scrollbar{display:none}.chat-chips-row{-ms-overflow-style:none;scrollbar-width:none}
