.ChatBox_chatContainer__F7N1x{display:flex;flex-direction:column;width:100%;max-width:700px;margin:0 auto;padding:2rem;background-color:#0f172a;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.4);color:#f8fafc;font-family:Inter,sans-serif}.ChatBox_chatLog__NrJTP{flex-grow:1;overflow-y:auto;max-height:60vh;margin-bottom:1.5rem;padding-right:.5rem}.ChatBox_message__HpYa1{margin-bottom:1rem;padding:.75rem 1rem;border-radius:10px;line-height:1.6;white-space:pre-wrap}.ChatBox_message__HpYa1.ChatBox_user__lb5_W{background-color:#1e293b;align-self:flex-end}.ChatBox_message__HpYa1.ChatBox_assistant__AG1Vn{background-color:#334155;align-self:flex-start}.ChatBox_input__7IA3m{padding:.75rem;border-radius:8px;border:1px solid #334155;background-color:#1e293b;color:#f8fafc;resize:none;font-size:1rem;min-height:3rem;margin-bottom:1rem}.ChatBox_button__m4b9_{padding:.6rem 1.5rem;background-color:#facc15;color:#0f172a;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:background-color .2s ease-in-out}.ChatBox_button__m4b9_:hover{background-color:#fbbf24}.ChatBox_button__m4b9_:disabled{background-color:#fef08a;cursor:not-allowed}