/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-moz-appearance:button;appearance:button;-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-moz-appearance:textfield;appearance:textfield;-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.dropdown-right{--dropdown-right: 0}.dropdown-wide{--dropdown-width: 320px}.dropdown-wider{--dropdown-width: 500px}.dropdown-widest{--dropdown-width: 640px}.dropdown-big{--dropdown-button-font-size: 2rem;--dropdown-button-border: none;--dropdown-width: 640px}:root{--background-color: white;--text-color: #222;--border-color: #222;--primary-color: #f70;--primary-color-rgb: 255, 119, 0;--secondary-color: #f90;--secondary-color-rgb: 255, 153, 0;--stroke-color: #222}@media (prefers-color-scheme: dark){:root{--text-color: #ddd;--text-links: #444;--background-color: #222;--border-color: #ddd;--stroke-color: #ddd}}input[type=text],input[type=password]{font-family:Lexend,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;width:calc(100% - 22px);padding:10px;margin:5px 0 0;border-radius:4px;border-width:1px}textarea{font-family:Lexend,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;width:calc(100% - 24px);padding:10px;border-radius:3px;font-size:1.2rem;outline:none;resize:vertical}button{font-family:Lexend,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;border:2px solid var(--border-color);border-radius:3px;color:var(--text-color);background-color:var(--background-color);padding:4px 6px}button.toggled{background-color:var(--secondary-color)}button:hover{background-color:var(--primary-color)}button:active{background-color:var(--secondary-color)}select{font-family:Lexend,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;padding:3px 6px;border-radius:3px;border:2px solid var(--border-color);background-color:var(--background-color);outline:none;color:var(--text-color)}select:hover{background-color:var(--primary-color)}select[disabled]{color:#d3d3d3;border-color:#d3d3d3}h1,h2,h3{margin:0}a{color:var(--text-color)}html{padding:0;margin:0;width:100vw}body{padding:0;margin:0;overscroll-behavior:none;background-color:var(--background-color);width:100vw;line-height:1.5;display:flex;flex-direction:column;font-family:Lexend,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;color:var(--text-color)}.container{margin:0 20px}header{padding:10px 0 0;height:52px;display:flex;flex-direction:row;align-items:center;gap:10px}nav{font-size:2rem}main{position:relative;height:calc(100vh - 70px);display:flex;flex-direction:row;gap:10px}.row{display:flex;flex-direction:row}.column{display:flex;flex-direction:column}.column-reverse{display:flex;flex-direction:column-reverse}.prompt{display:flex;flex-direction:row;gap:10px;padding-top:20px;padding-bottom:10px}.column-10{width:83.33%}.column-9{width:75%}.column-8{width:66.67%}.column-6{width:50%}.column-4{width:33.33%}.column-3{width:25%}.column-2{width:16.67%}.column-1{width:8.333%}.left,.right{width:50%}#chat-header{gap:10px}#chat-header>div{border-bottom:2px solid var(--border-color);height:40px;display:flex;flex-direction:row;align-items:center;gap:10px}#chat-header p{margin:0}#system-context-container{padding-top:10px}textarea#system-context{border:2px solid var(--border-color);min-height:3rem;color:var(--text-color);background-color:var(--background-color);width:calc(100% - 29px)}textarea#system-context:hover{background-color:rgba(var(--primary-color-rgb),.1)}.scrollable{overflow-y:scroll;overflow-x:hidden;text-wrap:pretty;overflow-wrap:anywhere}#messages-list{display:flex;flex-direction:column}textarea#prompt{width:calc(100% - 30px);border:2px solid var(--border-color);background-color:var(--background-color);color:var(--text-color);outline:none;resize:none;padding-left:13px}textarea#prompt:focus{border-color:var(--primary-color)}#prompt-container{display:flex;flex-direction:row;gap:10px}#prompt-buttons{display:flex;flex-direction:column;gap:10px}.loader{display:none;font-size:10px;width:1rem;height:1rem;border-radius:50%;position:absolute;top:54px;left:50%;text-indent:-9999em;animation:mulShdSpin 1.1s infinite ease;transform:translateZ(0)}@keyframes mulShdSpin{0%,to{box-shadow:0 -2.6em #000,1.8em -1.8em #0003,2.5em 0 #0003,1.75em 1.75em #0003,0 2.5em #0003,-1.8em 1.8em #0003,-2.6em 0 #00000080,-1.8em -1.8em #000000b3}12.5%{box-shadow:0 -2.6em #000000b3,1.8em -1.8em #fff,2.5em 0 #0003,1.75em 1.75em #0003,0 2.5em #0003,-1.8em 1.8em #0003,-2.6em 0 #0003,-1.8em -1.8em #00000080}25%{box-shadow:0 -2.6em #00000080,1.8em -1.8em #000000b3,2.5em 0 #fff,1.75em 1.75em #0003,0 2.5em #0003,-1.8em 1.8em #0003,-2.6em 0 #0003,-1.8em -1.8em #0003}37.5%{box-shadow:0 -2.6em #0003,1.8em -1.8em #00000080,2.5em 0 #000000b3,1.75em 1.75em #000,0 2.5em #0003,-1.8em 1.8em #0003,-2.6em 0 #0003,-1.8em -1.8em #0003}50%{box-shadow:0 -2.6em #0003,1.8em -1.8em #0003,2.5em 0 #00000080,1.75em 1.75em #000000b3,0 2.5em #000,-1.8em 1.8em #0003,-2.6em 0 #0003,-1.8em -1.8em #0003}62.5%{box-shadow:0 -2.6em #0003,1.8em -1.8em #0003,2.5em 0 #0003,1.75em 1.75em #00000080,0 2.5em #000000b3,-1.8em 1.8em #000,-2.6em 0 #0003,-1.8em -1.8em #0003}75%{box-shadow:0 -2.6em #0003,1.8em -1.8em #0003,2.5em 0 #0003,1.75em 1.75em #0003,0 2.5em #00000080,-1.8em 1.8em #000000b3,-2.6em 0 #000,-1.8em -1.8em #0003}87.5%{box-shadow:0 -2.6em #0003,1.8em -1.8em #0003,2.5em 0 #0003,1.75em 1.75em #0003,0 2.5em #0003,-1.8em 1.8em #00000080,-2.6em 0 #000000b3,-1.8em -1.8em #000}}
