#root{height:100%}.app-container{display:flex;flex-direction:column;height:100%;padding:30px 0 0;box-sizing:border-box;max-width:70%;margin:0 auto}@media (max-width: 500px){.app-container{max-width:100%}}.chat-box{flex:1;display:flex;flex-direction:column;align-items:center}.messages{flex:1;overflow-y:auto;padding-bottom:60px;padding-left:30px;padding-right:30px;width:90%;max-width:800px;display:flex;flex-direction:column;gap:15px}@media (max-width: 500px){.messages{min-width:95%}}.message{margin-bottom:5px;word-wrap:break-word;white-space:pre-wrap;max-width:100%;box-sizing:border-box;font-size:16px;padding:12px;border-radius:20px;display:flex;align-items:center;flex-wrap:wrap;word-break:break-word;font-family:Arial,Helvetica,sans-serif,sans-serif}.message strong{font-weight:700}.message-user{border-color:#4d4e53;background-color:#147efb;color:#fff;align-self:flex-end}.message-assistant{background-color:#cecfd49c;align-self:flex-start;max-width:fit-content}.message-assistant p{margin:0 0 1 0;line-height:1.25}.message-assistant p:first-child{margin-top:5px}.message-assistant p:last-child{margin-bottom:0}.loading-icon{border:4px solid rgba(255,255,255,.3);border-top:4px solid #ffffff;border-radius:50%;width:10px;height:10px;animation:spin 1s linear infinite;display:inline-block;margin-left:5px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chat-box.svelte-1geqlj3{display:flex;flex-direction:column;height:auto;max-width:100%;min-height:100%;background-color:#dfdfdf1e}.header.svelte-1geqlj3{position:sticky;top:0vh}.reset-div.svelte-1geqlj3{margin-top:15px;background-color:#007bff;border:none;border-radius:1.5rem;transition:background-color .3s;height:2.5rem}.reset-button.svelte-1geqlj3{font-size:2rem;background:none;border:none;position:relative;top:-.2em;right:-.04em;color:#fff}.messages.svelte-1geqlj3{flex:1;overflow-y:auto;padding:20px 10px 10px}.message.svelte-1geqlj3 strong:where(.svelte-1geqlj3),.message.svelte-1geqlj3 span:where(.svelte-1geqlj3){display:inline;white-space:normal}.message.svelte-1geqlj3 span:where(.svelte-1geqlj3){padding:none}.message-user.svelte-1geqlj3{text-align:right}.message-assistant.svelte-1geqlj3{text-align:left;background-color:#9ea0a19c}.flex-col.svelte-1geqlj3{flex-direction:column;align-items:start}.input-container.svelte-1geqlj3{position:sticky;bottom:10px;z-index:10;width:100%;display:flex;box-sizing:border-box;justify-content:center;align-items:center;max-width:1000px;padding-left:10px;padding-right:10px}.footer.svelte-1geqlj3{position:sticky;bottom:-10px;height:20px;width:100%;padding:0;background:var(--body-bg);z-index:9}.input-field.svelte-1geqlj3{flex:1;padding:10px;border:1px solid #ccc;border-radius:10px;resize:none;background-color:#eee;color:#313131;max-height:25vh;line-height:1.5;overflow-y:auto;overflow-wrap:break-word}.input-field.svelte-1geqlj3:focus{border:1px solid #616161;outline:none}.input-field.svelte-1geqlj3:empty:before{content:attr(placeholder);pointer-events:none;display:block;color:gray}.send-button.svelte-1geqlj3{margin-left:10px;padding:10px;border-radius:5px;background-color:#007bff;color:#fff;border:none;cursor:pointer;box-shadow:0 2px 5px #0000001a}.send-button.svelte-1geqlj3:disabled{background-color:#ccc;cursor:not-allowed}.loading-icon.svelte-1geqlj3{margin-left:5px;display:inline-block;width:16px;height:16px;border:2px solid #007bff;border-top:2px solid transparent;border-radius:50%;animation:svelte-1geqlj3-spin 1s linear infinite}@keyframes svelte-1geqlj3-spin{to{transform:rotate(360deg)}}
