:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}footer{background-color:#333;color:#fff;text-align:center;padding:10px;bottom:0;position:relative;height:4.5em}footer p{margin:0}footer a{color:#0084ff}.chat-bubble{display:flex;flex-direction:column;align-items:flex-start;margin:10px;padding:10px;border-radius:10px;box-shadow:0 4px 8px #0003;color:#fff;width:60%;text-align:left}.chat-bubble p{margin:0}.error{background-color:#ff4d4d;margin-left:auto;margin-right:auto}.left{background-color:#0084ff}.right{background-color:#333;margin-left:calc(40% - 30px)}.chat-bubble-finished{width:100%;color:#fff;text-align:right;margin-top:-1em}.chat-bubble-finished span{text-shadow:2px 2px 3px rgba(0,0,0,.2)}.input-box{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:10px auto;padding:10px;border-radius:10px;box-shadow:0 4px 8px #0003;color:#fff;width:calc(100% - 20px);background-color:#333}.input-form{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.input-form>textarea{width:82%;height:100%;background-color:#333;color:#fff;border:none;resize:none;font-size:1.2em}.input-form>textarea:focus{outline:none}.input-form>button{padding:.6em 1.2em;width:calc(18% - .6em)}#root{margin:0 auto;text-align:center;width:100%;height:100vh;display:flex;flex-direction:column;justify-content:space-between}header{background-color:#333;color:#fff;text-align:center;padding:1em;display:flex;align-items:center}header h1{margin:0}header img{height:3.2em;margin-right:1em}main{max-width:800px;width:80vw;display:flex;flex-direction:column;justify-content:center;flex:1;margin:0 auto}@media (max-width: 600px){main{width:95vw}.input-form>button{padding:.6em 0}}
