body{overflow-y:hidden;padding:1rem;font-size:1rem;background:#ddd;min-height:100vh}h2{text-align:center;margin:1rem .5rem}main{overflow-y:hidden;display:flex;gap:1rem}#product-section{width:25%}#chat-section{width:75%}#chat-container{height:calc(100vh - 400px);padding:1rem;background:#aaa;margin-top:1rem;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;border-radius:5px 5px 0 0}.message{padding:1rem;margin:.5rem;box-shadow:.0145rem .029rem .174rem #00000004,.0335rem .067rem .402rem #00000006,.0625rem .125rem .75rem #00000008,.1125rem .225rem 1.35rem #00000009,.2085rem .417rem 2.502rem #0000000b,.5rem 1rem 6rem #0000000f,0 0 0 .0625rem #00000004;border-radius:.5rem;width:max-content;max-width:90%}.message.user{background:#ddd}.message.assistant{background:#a1e1f7}#send-button{font-weight:600}@media (prefers-color-scheme: dark){body,#chat-container{background:#333}.message.user{background:#222}.message.assistant{background:#0d779a}}
