.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.mobile-nav-container{position:relative;width:100%;overflow-x:auto;overflow-y:hidden}.mobile-nav-content{display:flex;align-items:center;min-width:-moz-max-content;min-width:max-content;padding:0 1rem}.mobile-nav-button{flex-shrink:0;white-space:nowrap;transition:all .2s ease}.mobile-nav-indicator{position:absolute;bottom:-2px;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(245,121,83,.3) 20%,rgba(245,121,83,.6) 50%,rgba(245,121,83,.3) 80%,transparent);border-radius:1px;opacity:0;transition:opacity .3s ease}.mobile-nav-container:hover .mobile-nav-indicator{opacity:1}@media (hover:none) and (pointer:coarse){.mobile-nav-container{-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}.mobile-nav-button{min-height:44px;scroll-snap-align:center}}@media (max-width:768px){.mobile-nav-content{min-width:800px}}@media (max-width:480px){.mobile-nav-content{min-width:700px;padding:0 .75rem}}.mobile-chat-container{padding:0 1rem;max-width:100%;margin:0 auto}.mobile-chat-message{margin-bottom:1rem;width:100%;display:flex;flex-direction:column;align-items:center}.mobile-user-message{align-self:flex-end;max-width:85%;background:linear-gradient(135deg,#f57953,#f4a45e);color:#fff;padding:.75rem 1rem;border-radius:1.25rem 1.25rem .25rem 1.25rem;box-shadow:0 2px 8px rgba(245,121,83,.3)}.mobile-ai-message,.mobile-user-message{word-wrap:break-word;overflow-wrap:break-word}.mobile-ai-message{align-self:flex-start;max-width:90%;background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);color:#374151;padding:1rem;border-radius:1.25rem 1.25rem 1.25rem .25rem;border:1px solid rgba(156,163,175,.3);box-shadow:0 2px 12px rgba(0,0,0,.08)}.mobile-message-timestamp{font-size:.75rem;color:#9ca3af;text-align:center;margin:.5rem 0;background:rgba(156,163,175,.1);padding:.25rem .75rem;border-radius:1rem;display:inline-block}.mobile-input-container{position:fixed;bottom:0;left:0;right:0;background:hsla(0,0%,100%,.95);backdrop-filter:blur(20px);border-top:1px solid rgba(0,0,0,.1);padding:1rem;z-index:9998}.mobile-input-wrapper{max-width:100%;margin:0 auto;position:relative}.mobile-input-field{width:100%;padding:.75rem 3rem .75rem 1rem;border:2px solid rgba(245,121,83,.2);border-radius:1.5rem;background:#fff;font-size:1rem;outline:none;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.05)}.mobile-input-field:focus{border-color:#f57953;box-shadow:0 0 0 3px rgba(245,121,83,.1)}.mobile-send-button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#f57953,#f4a45e);border:none;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(245,121,83,.3)}.mobile-send-button:hover{transform:translateY(-50%) scale(1.05);box-shadow:0 4px 12px rgba(245,121,83,.4)}.mobile-send-button:active{transform:translateY(-50%) scale(.95)}.mobile-chat-content{padding-bottom:6rem;min-height:calc(100vh - 4rem)}@media (max-width:480px){.mobile-chat-container{padding:0 .75rem}.mobile-ai-message,.mobile-user-message{font-size:.9rem;line-height:1.4}.mobile-input-container{padding:.75rem}.mobile-input-field{font-size:.9rem;padding:.625rem 2.75rem .625rem .875rem}.mobile-send-button{width:2.25rem;height:2.25rem;right:.375rem}}@media (hover:none) and (pointer:coarse){.mobile-send-button{min-width:44px;min-height:44px}.mobile-input-field{font-size:16px}}@media (max-height:500px){.mobile-input-container{padding:.5rem}.mobile-chat-content{padding-bottom:4rem}}