.android-chat-panel.mobile-portrait-panel{width:100%;height:100%;overflow:hidden;display:flex;flex-direction:column;background-color:rgba(0,0,0,.9)}.android-chat-panel .chat-input-container{background-color:rgba(0,0,0,.9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:fixed;bottom:0;left:0;right:0;z-index:50;display:flex;flex-direction:column;width:100%;max-width:100%;padding:.75rem 1rem 1.25rem;transform:translateZ(0);will-change:transform;transition:bottom .2s ease-out;border:2px solid hsla(0,0%,100%,.1)!important;border-radius:14px!important}.android-chat-panel .mobile-textarea-initial{min-height:66px;max-height:160px;resize:none;overflow-y:hidden;padding:.875rem 1rem;border-radius:.75rem;background-color:rgba(0,0,0,.9)!important;border:none!important}.android-chat-panel .mobile-textarea-initial::-moz-placeholder{font-weight:700!important;padding-left:30px!important}.android-chat-panel .mobile-textarea-initial::placeholder{font-weight:700!important;padding-left:30px!important}.chat-fullscreen .android-chat-panel{height:100vh;position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;z-index:9990;display:flex;flex-direction:column}.android-chat-panel .panel-header{padding:1rem;background-color:rgba(0,0,0,.95);border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;align-items:center;position:relative;z-index:55;min-height:60px;max-height:60px}.chat-fullscreen .android-chat-panel .panel-header{position:sticky!important;top:0!important;left:0!important;right:0!important;z-index:55!important}.android-chat-panel .chat-scrollbar{flex:1;overflow-y:auto!important;-webkit-overflow-scrolling:touch;padding:1rem;display:flex;flex-direction:column;gap:.75rem;padding-bottom:calc(var(--chat-input-area-height) + 1rem);height:auto}.chat-fullscreen .android-chat-panel .chat-scrollbar{height:calc(100vh - 60px - var(--chat-input-area-height) - 80px)!important;max-height:calc(100vh - 60px - var(--chat-input-area-height) - 80px)!important;overflow-y:auto!important;padding-bottom:calc(var(--chat-input-area-height) + 1rem)!important}.android-chat-panel .chat-input-container .suggestion-overlay{position:absolute;bottom:calc(100% + 12px);left:50%;transform:translateX(-50%);width:calc(100% - 20px);max-width:400px;background-color:rgba(0,0,0,.95);border:1px solid hsla(0,0%,100%,.2);border-radius:.75rem;padding:.6rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;z-index:100;box-shadow:0 8px 28px rgba(0,0,0,.5);opacity:0;transition:opacity .2s ease-in-out;max-height:min(50vh,280px);overflow-y:auto;-webkit-overflow-scrolling:touch}.android-chat-panel .chat-input-container .suggestion-overlay.connected-to-input{opacity:1}.android-chat-panel .chat-input-container.keyboard-active{padding-bottom:.75rem;bottom:0!important}.chat-fullscreen .android-chat-panel .chat-input-container{bottom:80px!important;position:fixed!important;z-index:54!important}body.android-standalone .chat-fullscreen .android-chat-panel .chat-input-container{bottom:20px!important}.chat-fullscreen .android-chat-panel .chat-input-container.keyboard-active{bottom:20px!important;position:fixed!important;z-index:54!important}@keyframes lightbulbFlash{0%,to{background-color:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.2)}50%{background-color:rgba(207,93,12,.5);border-color:rgba(207,93,12,.5)}}.lightbulb-flash{animation:lightbulb-flash .8s ease-in-out infinite}.android-chat-panel .suggestion-language-tabs{display:flex;gap:.125rem;margin-bottom:.4rem;padding:.25rem;background-color:hsla(0,0%,100%,.05);border-radius:.5rem;border:1px solid hsla(0,0%,100%,.1);flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.android-chat-panel .suggestion-language-tabs::-webkit-scrollbar{display:none}.android-chat-panel .suggestion-tab{flex:0 0 auto;min-width:2.25rem;padding:.375rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:500;letter-spacing:.025em;transition:all .2s ease;cursor:pointer;border:none;background-color:transparent;color:hsla(0,0%,100%,.7);display:flex;align-items:center;justify-content:center;text-align:center}.android-chat-panel .suggestion-tab:hover{background-color:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.9)}.android-chat-panel .suggestion-tab.active{background-color:rgba(207,93,12,.6);color:#fff;font-weight:600;border:1px solid rgba(207,93,12,.8)}.android-chat-panel .suggestion-tab.active:hover{background-color:rgba(207,93,12,.7)}.android-chat-panel .suggestion-wrapper{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem}