:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background:#f3f3f3;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;display:flex;justify-content:center;align-items:center;width:100%;min-height:100vh}.app{width:100%;min-width:800px;max-width:1200px;display:flex;flex-direction:column;align-items:center;gap:16px;height:100vh;padding:16px}.header{text-align:center;color:light-dark(#ffffff,#212121)}.logo{width:64px;height:64px}.title{margin:0}.chatContainer{flex-grow:1;width:100%;background:light-dark(#ffffff,#212121);border-radius:16px;overflow-y:auto}@media screen and (max-width: 768px){.header{padding-left:0}}.chat{display:flex;flex-direction:column;gap:8px;height:100%;padding:8px;overflow-y:auto}.message{width:90%;padding:0 16px;border-radius:16px;font-size:14px}.message[data-role=user]{align-self:flex-end;background:light-dark(#f3f3f3,#303030)}.controls{display:flex;align-items:center;gap:8px;width:100%}.text-area-container{flex-grow:1;padding:8px 16px;line-height:0;border-radius:16px;background:light-dark(#ffffff,#212121)}.text-area{width:100%;height:100%;border:none;outline:none;resize:none;background:light-dark(#ffffff,#212121)}.button{display:flex;justify-content:center;align-items:center;width:36px;height:36px;border:none;border-radius:50%;outline:none;background:light-dark(#0d0d0d,#ececec)}.button svg{fill:light-dark(#f3f3f3,#171717)}.loader-wrapper{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background:light-dark(#f3f3f3,#171717);opacity:.6}.loader{width:60px;aspect-ratio:2;--_g: no-repeat radial-gradient( circle closest-side, light-dark(#0d0d0d, #ececec) 90%, light-dark(#0d0d0d00, #ececec00) );background:var(--_g) 0% 50%,var(--_g) 50% 50%,var(--_g) 100% 50%;background-size:calc(100% / 3) 50%;animation:l3 1s infinite linear}@keyframes l3{20%{background-position:0% 0%,50% 50%,100% 50%}40%{background-position:0% 100%,50% 0%,100% 50%}60%{background-position:0% 50%,50% 100%,100% 0%}80%{background-position:0% 50%,50% 50%,100% 100%}}
