.page{height:100vh}.header{height:60px;width:100%;display:flex;align-items:center;padding:0 20px;position:fixed;top:0}.header__logo{margin-right:5px}.title{font-size:20px;font-weight:300}.title__version{color:var(--light-font)}.BokGPT{width:700px;margin:auto;align-content:end;padding:20px}.greeting{margin:0 0 20px;display:flex;flex-direction:column;align-items:center}.greeting__warning-message{font-size:12px;color:var(--light-font)}.float-container{display:flex;flex-direction:column;align-items:center;width:660px;border-top-right-radius:30px;border-top-left-radius:30px;background:var(--background)}.float-container--center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.float-container--bottom{position:fixed;bottom:0}.text-input-container{border:1px solid #cbcbcb;height:55px;border-radius:50px;align-items:center;display:flex;width:100%;padding:0 10px 0 15px;background:var(--background);box-shadow:0 5px 5px -2px #f2f2f2}.text-input{flex:1;border-color:transparent;margin:0 40px 0 10px;font-size:16px;height:100%}.text-input:focus{outline:none}.thinking-indicator{background:#000;width:13px;height:13px;border-radius:50%;animation:shrink .7s linear infinite alternate}@keyframes shrink{to{transform:scale(.8)}}.message-feed{padding-top:100px;padding-bottom:300px;width:100%;align-content:end}.message-feed__list{width:100%;list-style:none;padding:0}.message{width:100%;line-height:1.5;word-break:break-word;margin:40px 0}.message--user{width:max-content;max-width:50%;justify-self:end;background:var(--background-secondary);border-radius:20px;padding:5px 15px}.thinking-message{font-weight:500;background:linear-gradient(90deg,#aaa,#fff,#aaa);background-size:200% auto;color:transparent;-webkit-background-clip:text;background-clip:text;animation:shimmer 2s linear infinite}@keyframes shimmer{to{background-position:-200% center}}.flex{display:flex}.flex--column{flex-direction:column}.flex--align-center{align-items:center}.flex--justify-center{justify-content:center}.cookie-message{font-size:.75rem;color:var(--light-font);display:inline;text-align:center}.submit-button{width:35px;height:35px;border-radius:50%;border:0;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.submit-button--pause{background:var(--background-secondary);color:#000}.button{height:35px;border:2px solid;border-radius:5px;font-size:16px;background:#000;color:#fff;cursor:pointer}dialog{position:fixed;top:50%;bottom:50%;z-index:100}.message-actions{display:flex;margin-top:10px}.message-actions__button{border:0;height:fit-content;width:fit-content;display:flex;background:transparent;cursor:pointer;padding:5px;border-radius:5px;color:var(--light-font)}.message-actions__button:hover{background:var(--background-secondary)}@media(min-width:0px)and (max-width:576px){.BokGPT{width:100%}.float-container{width:90%}.float-container--bottom{left:auto;right:auto}.header{background:var(--background);border-bottom:1px solid var(--background-secondary)}}@media(min-width:576px)and (max-width:767.98px){.BokGPT{width:400px}.float-container{width:360px}.header{background:var(--background);border-bottom:1px solid var(--background-secondary)}}@media(min-width:768px)and (max-width:991.98px){.BokGPT{width:500px}.float-container{width:460px}.header{background:var(--background);border-bottom:1px solid var(--background-secondary)}}*{box-sizing:border-box}:root{--background: white;--background-secondary: #ececec;--light-font: rgb(115, 115, 115)}body{position:relative;box-sizing:border-box;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;transition:background-color .3s,color .3s;background:var(--background);padding:0;margin:0}h1,h2,h3,h4,h5,h6{-webkit-user-select:none;user-select:none;font-weight:400;margin:0}h1{font-size:clamp(2.5rem,6vw,4rem)}h2{font-size:clamp(2rem,5vw,3rem)}h3{font-size:clamp(1.75rem,4.5vw,2.5rem)}h4{font-size:clamp(1.5rem,4vw,2rem)}h5{font-size:clamp(1.25rem,3.5vw,1.75rem)}h6{font-size:clamp(1rem,3vw,1.5rem)}
