html{height:100%;background-image:url(/bg.jpg);background-size:cover;background-attachment:fixed}body,html{margin:0;padding:0}.header-buttons button{border-color:#bccadf;background:none;height:28px;padding:0 12px}.home-card{flex:1 1 200px}.per{padding-left:2px;color:rgba(0,0,0,.45)}.chat-message-row{display:flex;padding-top:8px;padding-bottom:8px;width:100%}.chat-message-row.ai{justify-content:flex-start}.chat-message-row.human{justify-content:flex-end}.chat-message{white-space:pre-wrap;max-width:500px;border-radius:8px;padding:6px 12px;box-shadow:0 0 3px #d1d2da}.chat-message-row.human .chat-message{flex-direction:row-reverse;background-color:#1777ff;color:#fff}.chat-message-row.ai .chat-message{background-color:#f9f9fe}.highlighted{background-color:#f90}.ant-card .ant-card-actions>li>span{cursor:default!important}@media (min-width:560px){.mobile-only{display:none}.desktop-only{display:block}.home-card{max-width:300px}.sider{width:256px;display:flex}.chat-container{margin-left:256px}.chat-history-block-container{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.text-blocks-responsive{justify-content:center;flex-wrap:wrap}}@media (max-width:560px){.mobile-only{display:block}.desktop-only{display:none}.sider{width:100vw}.sider.open{display:flex}.sider.closed{display:none}.chat-container{margin-left:0}.chat-input button,.chat-input input{font-size:16px;height:35px}.chat-history-block-container{display:flex;flex-basis:100%;flex-direction:column;gap:16px}.text-blocks-responsive{flex-direction:column;align-items:center;width:100%}}.sider-upload .ant-upload-btn{padding:0!important}.chat-history-block-clamp{width:100%;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;background:#fff}