:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark light;color:#ffffffde;background-color:#242424;--primary-color: orangered;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh}a{font-weight:500;color:var(--primary-color);text-decoration:inherit}a:hover{color:color-mix(in srgb,var(--primary-color) 80%,black)}body{margin:0;min-width:320px;min-height:100dvh}h1{font-size:3.2em;line-height:1.1}.card{padding:2em}#app{width:100%;max-width:1280px;margin:0 auto;text-align:center;height:100%}input{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;color:#ffffffde;transition:border-color .25s}input:focus,input:focus-visible{outline:4px auto -webkit-focus-ring-color;border-color:var(--primary-color)}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--primary-color)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.orange.svelte-brvez{color:#ff4500;width:15rem;margin:0 auto}.chat.svelte-brvez{border:1px solid #ccc;padding:1rem;border-radius:.5rem;flex-grow:1;margin-bottom:1rem;display:flex;flex-direction:column;justify-content:flex-end;min-height:0}main.svelte-brvez{width:100%;max-width:800px;margin:0 auto;height:100dvh;display:flex;flex-direction:column}form.svelte-brvez{width:100%;display:flex;gap:.5rem;align-items:center;margin-top:.5rem}form.svelte-brvez input:where(.svelte-brvez){flex-grow:1}.messages.svelte-brvez{width:100%;text-align:left;overflow-y:auto;flex-grow:1;min-height:0;display:flex;flex-direction:column;justify-content:flex-end}.message.svelte-brvez{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.message.svelte-brvez .timestamp:where(.svelte-brvez){color:#999;margin-left:auto;font-size:.8rem}.user-orange.svelte-brvez{color:#ff4500}.user-apple.svelte-brvez{color:#dc143c}
