:root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0e0d0d;color:#020202;color-scheme:light dark;font-family:Helvetica Neue,arial,sans-serif;font-weight:400}@media (prefers-color-scheme:dark){:root{background:#1c1c1c;color:#fff}}body{margin:0;min-height:100vh;padding:0}#app>main{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center;margin:0 auto;max-width:1280px;min-height:calc(100vh - 3.5rem);padding-top:3.5rem}@media (max-width:639px){#app>main{margin:0 2rem}}.chat-container{-ms-flex-align:start;align-items:flex-start;background-color:#454444;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:Arial,sans-serif;margin:0 auto;padding:100px;width:80%}.chat-prompt-container,.input-and-assets{width:100%}.chat-prompt-label{margin:2%;width:100%}.chat-input{width:70%}.chat-button,.chat-input{border:none;border-radius:5px;font-size:16px;padding:10px}.chat-button{background-color:#34409d;color:#131313;cursor:pointer}.asset-history,.chat-history{list-style:none;margin:20px 0;max-height:300px;overflow-y:scroll;padding:0;width:100%}.chat-message{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:5px 0}.chat-message.user{-ms-flex-align:end;align-items:flex-end}.chat-message-text{background-color:#212020;border-radius:5px;max-width:80%;padding:10px}.chat-message-text.user{background-color:#333698;color:#fff}.chat-message-role{color:#666;font-size:14px;margin-bottom:5px}.chat-message-role.user{-ms-flex-item-align:end;align-self:flex-end}@media (min-height:600px){.chat-container{width:87%}}@media (min-height:800px){.chat-container{width:70%}}@media (min-width:1200px){.chat-container{width:60%}}.add-api-key-button-container{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.add-api-key-button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:8px 16px}.api-key-input-container{margin-top:16px}.api-key-input,.submit-api-key-button{border:none;border-radius:4px;font-size:16px;padding:8px 16px}.submit-api-key-button{background-color:#007bff;color:#fff;cursor:pointer;font-weight:700;margin-left:8px}.api-key-error-message{color:red;font-size:12px;margin-top:4px}.audio-controls{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#fff;border-radius:50%;bottom:20px;box-shadow:0 2px 6px rgba(0,0,0,.3);display:-ms-flexbox;display:flex;height:60px;justify-content:center;position:fixed;right:20px;width:60px;z-index:9999}.audio-controls svg{fill:#000;height:50%;width:50%}.audio-controls:hover{background-color:#eee;cursor:pointer}.header__OVZyn{-ms-flex-pack:justify;background:#673ab8;box-shadow:0 0 5px rgba(0,0,0,.5);display:-ms-flexbox;display:flex;height:3.5rem;justify-content:space-between;left:0;position:fixed;top:0;width:100%;z-index:50}.header__OVZyn a{color:#fff;display:inline-block;line-height:3.5rem;padding:0 1rem;text-decoration:none}.header__OVZyn a:active,.header__OVZyn a:hover{background:rgba(0,0,0,.2)}.header__OVZyn a.logo__jPF5-{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;padding:.5rem 1rem}.logo__jPF5- h1{font-size:1.5rem;font-weight:400;line-height:2rem;padding:0 .5rem}@media (max-width:639px){.logo__jPF5- h1{display:none}}.modalContainer__hEy\+-{border-radius:10px;box-shadow:0 0 10px #ccc;left:50%;padding:20px;position:fixed;top:90%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:80%}.modalContainer__hEy\+- p{font-size:18px;margin-bottom:20px}.modalContainer__hEy\+- button{border-radius:5px;cursor:pointer;font-size:18px;margin-right:10px;padding:10px 20px}