@import"https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto Slab,serif}body{background:#343541}#app{width:100vw;height:100vh;background-image:url(/assets/background_machinespirit-4d7de976.png);background-size:cover;background-position:center;display:flex;flex-direction:column;align-items:center;justify-content:space-between}#chat_container{flex:1;width:100%;height:100%;overflow-y:scroll;display:flex;flex-direction:column;gap:10px;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:20px;scroll-behavior:smooth}#chat_container::-webkit-scrollbar{display:none}.wrapper{width:100%;padding:15px}.ai{background:#3a0909a8}.chat{width:100%;max-width:1280px;margin:0 auto;display:flex;flex-direction:row;align-items:flex-start;gap:10px}.profile{width:36px;height:36px;border-radius:5px;background:#4e4e4e;display:flex;justify-content:center;align-items:center}.ai .profile{background:#5a0000}.profile img{width:60%;height:60%;object-fit:contain}.message{flex:1;color:#fff;font-size:20px;font-weight:400;max-width:100%;overflow-x:scroll;white-space:pre-wrap;-ms-overflow-style:none;scrollbar-width:none}.message::-webkit-scrollbar{display:none}form{width:100%;max-width:1280px;margin:0 auto;padding:10px;background:#1e1e1e;display:flex;flex-direction:row;gap:10px}textarea{width:100%;color:#fff;font-size:18px;padding:10px;background:transparent;border-radius:5px;border:none;outline:none}button{outline:0;border:0;cursor:pointer;background:transparent}form img{width:30px;height:30px}.container-v-dev{width:100%;background:black;text-align:center;display:flex;justify-content:center;align-items:center;padding:10px}.v-dev{color:#fff;display:inline-block;margin-bottom:0;text-transform:uppercase;font-family:Archivo,sans-serif;align-items:center;vertical-align:middle}.v-dev a{color:#afd33d!important;text-decoration:none;font-weight:700;box-shadow:inset 0 0 #afd33d33;transition:25ms ease-in-out all 0ms;overflow:hidden;-webkit-animation:attn 3s ease-in-out infinite;animation:attn 3s ease-in-out infinite;font-family:Open Sans,sans-serif}.v-dev img{filter:invert(75%) sepia(71%) saturate(432%) hue-rotate(24deg) brightness(96%) contrast(87%);width:30px;vertical-align:middle}
