html,body,#root{width:100%;height:100%;margin:0}body{min-width:320px;font-family:Cascadia Mono,Roboto Mono,SFMono-Regular,Consolas,Liberation Mono,monospace}.app-root{height:100vh;display:flex;flex-direction:column;min-height:0;background:#05080d}.chat-panel{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;background:#05080d}.chat-messages{flex:1 1 auto;min-height:0;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px;background:#05080d}.chat-input-bar{flex:0 0 auto;border-top:1px solid rgba(85,235,255,.18);background:#081018;padding:8px;display:flex;align-items:flex-end;gap:6px}
