html,body,#root{height:100%;width:100%;margin:0;overflow:hidden}body{overflow:hidden;overscroll-behavior:none;touch-action:manipulation}*{box-sizing:border-box}.app-shell{height:100%;height:100svh;min-height:-webkit-fill-available;width:100%;max-width:100vw;overflow:hidden}@supports (height: 100dvh){.app-shell{height:100dvh}}.message-bubble{max-width:min(85%,34rem);overflow-wrap:anywhere}.safe-input-row{padding-bottom:max(.5rem,env(safe-area-inset-bottom));transform:translateZ(0)}.chat-wallpaper{background-color:#e5ddd5e6;background-image:radial-gradient(circle at 20px 20px,rgba(255,255,255,.35) 0 2px,transparent 2px),radial-gradient(circle at 70px 60px,rgba(16,185,129,.12) 0 3px,transparent 3px),linear-gradient(135deg,rgba(255,255,255,.22) 25%,transparent 25%),linear-gradient(225deg,rgba(255,255,255,.16) 25%,transparent 25%);background-position:0 0,0 0,0 0,0 0;background-size:92px 92px,120px 120px,36px 36px,36px 36px}@media(max-width:480px){.message-bubble{max-width:88%}input,button,textarea{font-size:16px}}@media(max-width:767px){.chat-panel{position:fixed;inset:0;height:100svh;width:100vw;overflow:hidden;background:#f8fafc}@supports (height: 100dvh){.chat-panel{height:100dvh}}.chat-header{position:absolute;inset:0 0 auto;z-index:20;height:3.65rem}.chat-composer{position:absolute;inset:auto 0 var(--keyboard-inset, 0px) 0;z-index:20;min-height:3.65rem;border-top:1px solid rgb(226 232 240);transition:bottom .16s ease}.chat-messages{position:absolute;inset:3.65rem 0 calc(3.65rem + var(--keyboard-inset, 0px)) 0;min-height:0;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;transition:bottom .16s ease}.chat-composer input{font-size:16px!important}}
