body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background:#f5f7fa;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0}.app{display:flex;height:100vh;overflow:hidden}.sidebar{background:#e4e8ef;border-right:1px solid #ccc;color:#1e1e2f;display:flex;flex-direction:column;padding:1rem;width:260px}.sidebar-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.sidebar-header h2{color:#2b2b3c;font-size:26px;font-weight:700;margin:0}.sidebar-header button{background:#70c873;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:.5rem .8rem}.session-list{flex-grow:1;list-style:none;margin:0;overflow-y:auto;padding:0}.session-list li{align-items:center;background-color:#fff;border-radius:6px;color:#2e2e2e;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:6px;padding:8px 10px;transition:background .2s}.session-list li.active{background:#c1f0c1;color:#2b2b2b;font-weight:700}.session-list li:hover{background-color:#eaeaea}.session-list button{background:#0000;border:none;color:#666;cursor:pointer;font-size:16px}.chat-window{background:#fff;padding:1rem}.chat-window,.messages{display:flex;flex:1 1;flex-direction:column}.messages{overflow-y:auto;padding:10px}.message{word-wrap:break-word;border-radius:16px;font-size:15px;line-height:1.4;margin-bottom:1rem;max-width:70%;padding:.7rem 1rem;position:relative}.message.assistant{align-self:flex-start;background-color:#f1f0f0;border-bottom-left-radius:0}.message.user{align-self:flex-end;background-color:#dcf8c6;border-bottom-right-radius:0;text-align:right}.message img{border-radius:8px;box-shadow:0 2px 5px #0000001a;margin-top:5px;max-width:100%}.chat-input{border-top:1px solid #ddd;display:flex;gap:8px;padding:.8rem .5rem}.chat-input input{border:1px solid #ccc;border-radius:8px;flex:1 1;font-size:15px;outline:none;padding:.6rem}.chat-input button{background-color:#6fb772;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;padding:.6rem 1.2rem;transition:background .2s}.chat-input button:hover{background-color:#57b15b}@media screen and (max-width:768px){.app{flex-direction:column}.sidebar{flex-direction:row;flex-wrap:wrap;overflow-x:auto;width:100%}.chat-window{flex:1 1;padding:.5rem}}
/*# sourceMappingURL=main.3302dae8.css.map*/