.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:64px;background:#fff;border-top:1px solid #f0f0f0;display:flex;justify-content:space-around;align-items:center;z-index:999;padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -2px 8px #00000014}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;height:100%;border:none;background:none;cursor:pointer;transition:all .2s ease;color:#00000073;padding:8px 4px;min-width:44px}.bottom-nav-item:active{background:#00000008}.bottom-nav-item.active{color:#531dab}.bottom-nav-icon{font-size:22px;margin-bottom:2px;transition:transform .2s ease}.bottom-nav-item.active .bottom-nav-icon{transform:scale(1.1)}.bottom-nav-label{font-size:11px;line-height:1;font-weight:400}.bottom-nav-item.active .bottom-nav-label{font-weight:500}@media(min-width:768px){.bottom-nav{display:none}}.typing-indicator-wrapper{display:flex;align-items:center;padding:8px 12px;background:#f5f5f5;border-radius:12px;max-width:fit-content}.typing-indicator{display:flex;gap:4px}.typing-indicator .dot{width:8px;height:8px;border-radius:50%;background-color:#999;animation:typing 1.4s infinite}.typing-indicator .dot:nth-child(1){animation-delay:0s}.typing-indicator .dot:nth-child(2){animation-delay:.2s}.typing-indicator .dot:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}
