.appBackground{-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}p{margin:0}li{margin-top:2em;margin-bottom:2em}.loginCard{width:300px;margin:0 auto;position:absolute;top:50%;right:0;transform:translateY(-50%)}.loginCard Input{width:100%}.chatContainer{position:fixed;bottom:100px;right:20px;width:calc(100% - 60px);max-width:500px;height:100%;max-height:calc(90svh - 120px);background:rgba(0,0,0,.8);border-radius:20px;box-shadow:0 0 10px #00000040;display:flex;flex-direction:column;justify-content:space-between;animation:chatContainerAppear 1.1s cubic-bezier(.43,.195,.02,1);z-index:1000}.chatbot-header{border-top-left-radius:20px;border-top-right-radius:20px;display:flex;justify-content:space-between;align-items:center;font-weight:700;padding:16px 20px;background:rgb(18,20,25,.45);color:#fff}.chatbot-header .links{font-size:.7em;display:flex;align-items:center}.chatbot-header a:nth-child(1){border-right:1px solid darkgray}.chatbot-header a{color:#6fd57a!important;padding-right:5px;margin-left:5px}.chatbot-header a:hover{text-decoration:underline}@keyframes chatContainerAppear{0%{opacity:0}to{opacity:1}}.chatMessages{padding:20px;overflow-y:auto;flex-grow:1;display:flex;flex-direction:column;gap:10px;border-radius:20px;scrollbar-width:none;-ms-overflow-style:none}.chatMessages::-webkit-scrollbar{display:none}.chatMessageWrapper{display:flex;align-items:flex-start}.chatMessage{padding:10px;border-radius:10px;max-width:70%;word-break:break-word;animation:newMessage .2s ease-in-out}.aiDisclaimer{color:#fff;margin:0;font-size:.7em;text-align:end}.messageHeader{font-size:.85em;padding-bottom:2px;color:#ccc;margin:0 0 0 48px}.messageHeader.user{align-self:flex-end}@keyframes newMessage{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chatMessage.user{align-self:flex-end;background-color:#1f2026;color:#fff;margin-left:auto;border-top-right-radius:0}.chatMessage.bot{color:#1f2026;align-self:flex-start;background:#174373;margin-right:auto;border-top-left-radius:0}.avatar{margin-right:.5em}.avatar:after{background:linear-gradient(#1f2026,#1f2026) padding-box,linear-gradient(45deg,#3282D6 40%,#6FD57A 100%) border-box!important;border:4px solid transparent!important}.avatar span.fui-Avatar__icon{background-color:#1f2026!important;top:1.5px!important;left:1.5px!important;width:92.5%!important;height:92.5%!important}.chatInput{display:flex;padding:10px;background:rgb(18,20,25,.45);border-radius:0 0 20px 20px;justify-content:inherit}.chatInput input{color:#fff;flex-grow:1;padding:5px;background-color:transparent;border:none}.chatInput button{margin-left:10px}.chatInput span.fui-Input{border-radius:2px}.chatInput span.fui-Input:after{background:linear-gradient(#1f2026,#1f2026) padding-box,linear-gradient(45deg,#3282D6 0%,#6FD57A 100%) border-box!important;border:2px solid transparent!important;border-radius:2px}.chatButton{position:fixed;bottom:30px;right:35px;max-width:50px!important;transform:scale(1.8);transition:transform .2s ease-in-out;box-shadow:0 0 5px #00000080;background:linear-gradient(#1f2026,#1f2026) padding-box,linear-gradient(45deg,#3282D6 0%,#6FD57A 100%) border-box;border-radius:100%;border:2px solid transparent!important;z-index:1001}.chatButton:hover{transform:scale(1.7)}.chatButton:active{transform:scale(1.4)}.citationLink{vertical-align:super;color:#6fd57a!important;font-size:.85em!important}.learnMoreButton{position:relative;overflow:hidden;border-radius:100px!important;background:linear-gradient(#1f2026,#1f2026) padding-box,linear-gradient(45deg,#3282D6 0%,#6FD57A 100%) border-box;border:2px solid transparent!important}.copy-button{position:relative;overflow:hidden;color:#fff!important;background:linear-gradient(#1f2026,#1f2026) padding-box,linear-gradient(45deg,#3282D6 0%,#6FD57A 100%) border-box;border:2px solid transparent!important}.copy-button .wave{content:"";position:absolute;top:0;left:-50%;width:150%;height:100%;background:linear-gradient(45deg,#3282d6 0%,#6fd57a 100%);transform:translate(-75%);transition:transform 1.2s cubic-bezier(.43,.195,.02,1),opacity 1.2s ease;opacity:1}.copy-button:hover .wave{transform:translate(0);opacity:0}.learnMoreButton .wave{content:"";position:absolute;top:0;left:-50%;width:150%;height:100%;background:linear-gradient(45deg,#3282d6 0%,#6fd57a 100%);transform:translate(-75%);transition:transform 1.2s cubic-bezier(.43,.195,.02,1),opacity 1.2s ease;opacity:1;border-radius:500px}.learnMoreButton:hover .wave{transform:translate(0);opacity:0}@media (max-width: 600px){.chatContainer{width:calc(100vw - 20px);max-width:100vw;height:100svh;max-height:85svh;bottom:75px;right:10px;left:10px;box-shadow:none}.chatButton{bottom:15px;right:20px;transform:scale(1.5)}.chatButton:hover{transform:scale(1.7)}.chatButton:active{transform:scale(1.4)}}
