.assistantCard{min-height:640px}.chatBox{display:grid;gap:12px;max-height:420px;overflow:auto;padding:14px;border:1px solid rgba(148,163,184,.18);border-radius:20px;background:rgba(2,6,23,.35)}.chatMsg{padding:14px 16px;border-radius:18px;border:1px solid rgba(148,163,184,.18)}.chatMsg.user{background:rgba(99,102,241,.18);margin-left:40px}.chatMsg.assistant{background:rgba(15,23,42,.86);margin-right:40px}.chatMsg b{display:block;color:#f8fafc;margin-bottom:5px}.chatMsg p{margin:0;color:#b8c4d9;line-height:1.6;white-space:pre-line}.assistantForm{display:grid;gap:12px;margin-top:14px}.assistantForm textarea{resize:vertical}.quickQuestions{display:grid;gap:10px;margin-bottom:24px}.quickQuestions form{margin:0}.quickQuestions button{width:100%;text-align:left;justify-content:flex-start}@media(max-width:760px){.chatMsg.user,.chatMsg.assistant{margin-left:0;margin-right:0}.assistantCard{min-height:auto}}
