: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;padding:20px;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:70%}}@media (min-height:800px){.chat-container{width:60%}}@media (min-width:1200px){.chat-container{width:50%}}.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}}.header__OVZyn nav a.active__r\+Z6z{background:rgba(0,0,0,.4)}