body{margin:unset}.markdown-wrapper>pre{white-space:pre-wrap}p,h2{margin:0}.chat-window{border-radius:12px;display:flex;flex-direction:column;height:100%;font-family:Roboto,Helvetica,Arial,sans-serif}.chat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.chat-header-left,.chat-header-right{flex:0 0 auto}.chat-header-title{flex:1;text-align:center}.chat-clear-button{background-color:#f03e3e;color:#fff;border:none;padding:6px 12px;border-radius:8px;font-size:.9rem;cursor:pointer;transition:background-color .2s}.chat-clear-button:disabled{background-color:#ccc;cursor:not-allowed}.chat-clear-button:hover:not(:disabled){background-color:#c92a2a}.chat-messages{flex:1;overflow-y:auto;padding:1rem;background-color:#f9f9f9;border-radius:8px;margin-bottom:1rem;scroll-behavior:smooth;display:flex;flex-direction:column;gap:.75rem}.chat-message{display:inline-block;padding:.75rem 1rem;border-radius:18px;max-width:75%;word-wrap:break-word;line-height:1.5;position:relative;text-align:left}.chat-message>pre{white-space:pre-wrap}.chat-message>h1{margin:0}.chat-message.user{align-self:flex-end;background-color:#d0ebff;border-bottom-right-radius:4px}.chat-message.assistant{align-self:flex-start;background-color:#e9ecef;border-bottom-left-radius:4px}.chat-timestamp{font-size:.75rem;color:#999;text-align:right;margin-top:4px}.chat-input-container{display:flex;gap:.5rem;border-top:1px solid #eee;padding-top:1rem}.chat-input{flex:1;padding:.75rem 1rem;font-size:1rem;border-radius:8px;border:1px solid #ccc;outline:none;transition:border .2s;width:100%}.chat-input:focus{border-color:#339af0}.chat-button{padding:.75rem 1.25rem;font-size:1rem;border:none;border-radius:8px;background-color:#339af0;color:#fff;cursor:pointer;transition:background-color .2s}.chat-button:hover:not(:disabled){background-color:#228be6}.chat-button:disabled{background-color:#adb5bd;cursor:not-allowed}.loading-spinner{display:flex;align-items:center;justify-content:flex-start;padding:.75rem 1rem;background-color:#e9ecef;border-radius:18px;max-width:75%}
