.typing-indicator{background:#1a1a1a;border:1px solid #333;border-radius:16px 16px 16px 4px;align-items:center;gap:5px;padding:12px 16px;display:flex}.typing-indicator .dot{background:linear-gradient(135deg,#efa130,#d88f20);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite typing-bounce;box-shadow:0 0 8px #efa1304d}.typing-indicator .dot:first-child{animation-delay:0s}.typing-indicator .dot:nth-child(2){animation-delay:.2s}.typing-indicator .dot:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-8px)}}.typing-indicator:before{content:"";border-radius:inherit;z-index:-1;background:linear-gradient(135deg,#efa1301a,#0000);animation:2s ease-in-out infinite pulse-glow;position:absolute;inset:-2px}@keyframes pulse-glow{0%,to{opacity:0}50%{opacity:1}}.chat-scrollbar::-webkit-scrollbar{width:5px}.chat-scrollbar::-webkit-scrollbar-track{background:#1a1a1a;border-radius:4px}.chat-scrollbar::-webkit-scrollbar-thumb{background:#4b4b4d;border-radius:4px}.chat-scrollbar::-webkit-scrollbar-thumb:hover{background:#efa130}.chat-scrollbar{scrollbar-width:thin;scrollbar-color:#4b4b4d #1a1a1a}.safe-area-top{padding-top:env(safe-area-inset-top)}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}.safe-area-content{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}@media (max-width:639px){.chat-header-fixed{z-index:50;flex-shrink:0;position:sticky;top:0}.chat-container-mobile{height:100dvh;flex-direction:column;height:-webkit-fill-available;display:flex}.chat-content-scroll{flex:1;min-height:0;overflow-y:auto}}
