body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;display:flex}@media (width<=767px){select,button{font-size:16px!important}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{flex-grow:1;display:flex}.App{flex-direction:column;flex-grow:1;margin:0 auto;display:flex}.chat-message__avatar img{width:34.5px;height:34.5px;image-rendering:pixelated;padding:calc(1em - 2.25px) 0}.chat-input__content{flex-grow:1;align-items:center;gap:1em;display:flex}.chat-input__content__textarea{flex-direction:column;flex-grow:1;padding:22px 0;display:flex}.chat-input__content__textarea textarea{box-sizing:border-box;resize:none;border-radius:2px;width:100%;padding-left:3px;font-family:Arial;font-size:smaller;overflow-y:hidden}@media (width<=767px){.chat-input__content__textarea textarea{font-size:16px}.chat-input__content__textarea{padding:20.5px 0}}.chat-message{flex-grow:1;gap:1em;max-width:600px;display:flex}.chat-message-wrapper{justify-content:center;padding:0 1em;display:flex}.chat-message-wrapper--bot{background-color:#f7f7f7;border-color:#0000001a;border-top-style:solid;border-top-width:1px;border-bottom-style:solid;border-bottom-width:1px}.chat-message-wrapper--error{background-color:#f71c1c1a;border-color:#f71c1c40;border-top-style:solid;border-top-width:1px;border-bottom-style:solid;border-bottom-width:1px}.chat-message__content{word-break:break-word;flex-grow:1}.chat-message__content--error p{white-space:pre-wrap}.chat-input-container{justify-content:center;padding:0 1em;display:flex}.chat-input{flex-grow:1;gap:1em;max-width:600px;display:flex}.chat-input__avatar{align-items:center;padding-bottom:3.5px;display:flex}.chat-input__avatar img{width:34.5px;height:34.5px;image-rendering:pixelated}.lead-copy-container{justify-content:center;padding:0 1em;display:flex}.lead-copy{flex-grow:1;max-width:600px}.notice-container{background-color:#efefef;justify-content:center;display:flex}.notice{text-align:center;max-width:600px;padding:.5em 1em}.header-container{justify-content:center;padding:1.5em 1em;display:flex}.header{color:gray;flex-grow:1;gap:1em;max-width:600px;display:flex}.header-separator{color:#d3d3d3}.header-item a,.header-item .header-item-link{color:#000;cursor:pointer;text-decoration:none}.code-block__code{border-bottom-right-radius:5px;border-bottom-left-radius:5px;margin-top:0!important}.code-block__header{background-color:#1c2c40;border-top-left-radius:5px;border-top-right-radius:5px;justify-content:space-between;align-items:center;padding:.5rem 1rem;display:flex}.code-block__language{color:#a5a5a5;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:smaller}.code-block__copy-button{color:#fff;cursor:pointer;background-color:#111b27;border:none;border-radius:3px;padding:.25rem .5rem;transition:background-color .3s}.code-block__copy-button:hover{background-color:#2c4563}.code-block__copy-button:focus:not(:focus-visible){outline:none}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.blinking-cursor{background-color:#000;width:.6em;height:1.2em;display:inline-block;position:absolute}.blinking-cursor--code{background-color:#fff;width:.65em;height:1.5em}.blinking-cursor--container{position:relative}@media (prefers-reduced-motion:no-preference){.blinking-cursor{animation:1s step-end infinite blink}}@media (prefers-reduced-motion:reduce){.blinking-cursor{animation:none}}.chat-message__content td,.chat-message__content th{border:1px solid #767676;padding:.25em .5em}.chat-message__content table{border-collapse:collapse;margin-block:1em;margin-inline:0}.chat-message__content blockquote{border-left:2px solid gray;margin:0;padding-inline-start:20px;display:inline-block}.chat-message__content ul,.chat-message__content ol{padding-inline-start:1em}.model-display-container{justify-content:center;padding:.75em 1em;display:flex}.model-display{color:gray;flex-grow:1;max-width:600px}
