*{color:#ececec;font-family:Roboto,Open Sans,Helvetica Neue,sans-serif}body{margin:0;padding:0}.app{background-color:#212121;display:flex}.window{width:80vw;height:100vh;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:.3rem 1rem}.navbar{width:80vw;display:flex;justify-content:space-between;align-items:center}.user{display:flex;background-color:#3f3ff1;border-radius:50%;padding:.2rem}.message{margin-top:1rem;position:relative;display:flex;flex-direction:column;padding:.1rem;justify-content:space-between;align-items:center}.ask input{width:55vw;height:2.5rem;padding:.5rem .8rem;border-radius:5px;border:1px solid gray;margin-right:1rem;color:#fff;font-size:medium;background-color:#ffffff0d;box-shadow:#0000000d 0 54px 55px,#0000000d 0 -12px 30px,#0000000d 0 4px 6px,#0000000d 0 12px 3px,#0000000d 0 -3px 5px}.ask input:focus{outline:none;border:1px solid #4A90E2}.ask button{cursor:pointer;font-size:20px;position:absolute;right:11rem;bottom:3.8rem;display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;opacity:.6}.ask button:hover{opacity:1;transition:opacity .1s}.chat-footer{width:80vw;display:flex;justify-content:center;align-items:center;font-size:.8rem;color:gray}.dropDown{position:absolute;width:8rem;top:3rem;right:2rem;align-items:left;background-color:#323232;border-radius:1rem 0 1rem 1rem;padding:.5rem;z-index:1000;box-shadow:0 2px 6px #0000001a}.dropDownItem{font-size:.9rem;padding:.3rem;cursor:pointer;border-radius:1rem}.dropDownItem:hover{background-color:#b4b4b41a}.user-name{margin-left:8px;font-size:14px}.navbar .user{display:flex;align-items:center;cursor:pointer;padding:8px 12px;border-radius:20px;transition:background .3s}.navbar .user:hover{background:#ffffff1a}#ask-here:focus{color:#fff}h1{margin-top:11rem}.chats{flex-grow:1;overflow-y:auto;width:65%;display:flex;flex-direction:column;gap:10px;padding:10px}.chats::-webkit-scrollbar{display:none}.user-div{align-self:flex-end;width:fit-content;display:flex;flex-direction:column;align-items:flex-end;background-color:#0b2e4f;border-radius:1rem 1rem 0;padding-inline:.7rem;font-size:14px}.bot-div{align-self:flex-start;width:fit-content;display:flex;flex-direction:column;align-items:flex-start;border-radius:0 1rem 1rem;padding-inline:.7rem;font-size:14px}.hljs{width:100%;border-radius:.7rem}.pre{white-space:pre-wrap}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub Dark
  Description: Dark theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-dark
  Current colors taken from GitHub's CSS
*/.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}.model-selector{display:inline-block}.model-dropdown{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:6px;padding:6px 10px;color:#fff;font-size:14px;cursor:pointer;outline:none}.model-dropdown:hover{background:#ffffff26}.model-dropdown option{background:#2d3748;color:#fff}.simple-model-info{position:relative;display:inline-block}.info-icon{color:#60a5fa;cursor:help;padding:4px;border-radius:50%;transition:all .3s ease}.info-icon:hover{background:#60a5fa1a}.simple-tooltip{position:absolute;top:100%;right:0;margin-top:8px;background:#1f2937;border:1px solid #374151;border-radius:8px;padding:12px;width:250px;box-shadow:0 4px 12px #0000004d;z-index:1000}.tooltip-content{font-size:12px;color:#d1d5db;line-height:1.4}.tooltip-content strong{color:#fff}.tooltip-content div{margin:4px 0}.sidebar{background-color:#171717;color:#b4b4b4;height:100vh;display:flex;flex-direction:column;justify-content:space-between;width:20vw}.newChat{background-color:#2a2a2a;color:#fff;border:none;padding:10px;margin:10px;border-radius:5px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;transition:all .2s}.newChat:hover{background-color:#3a3a3a;transition:background-color .2s}.threads{list-style-type:none;padding:0;margin:0 10px 10px;flex-grow:1;overflow-y:auto;display:flex;flex-direction:column;font-size:small}.threads::-webkit-scrollbar{display:none}.threads li{padding:10px;border-radius:5px;cursor:pointer;transition:background-color .2s}.threads li:hover{background-color:#2a2a2a}.sign{padding:10px;text-align:center;font-size:.9rem;color:#555}.fa-trash{opacity:0;flex-grow:1}.threads li:hover .fa-trash{opacity:1}.fa-trash:hover{color:red!important}.highlighted{background-color:#b4b4b41a;border-radius:1.2rem}.auth-page{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2)}.auth-header{text-align:center;margin-bottom:2rem;color:#fff}.auth-header h1{font-size:3rem;margin-bottom:.5rem}.auth-header p{font-size:1.2rem;opacity:.9}.auth-container{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 10px 25px #0003;width:100%;max-width:400px}.auth-form h2{text-align:center;margin-bottom:1.5rem;color:#333}.form-group{margin-bottom:1rem}.form-group input{width:100%;padding:12px;border:1px solid #ddd;border-radius:5px;font-size:16px;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea}.auth-form button{width:100%;padding:12px;background:#667eea;color:#fff;border:none;border-radius:5px;font-size:16px;cursor:pointer;transition:background .3s}.auth-form button:hover:not(:disabled){background:#5a6fd8}.auth-form button:disabled{background:#ccc;cursor:not-allowed}.error-message{background:#fee;color:#c33;padding:10px;border-radius:5px;margin-bottom:1rem;text-align:center}.toggle-mode{text-align:center;margin-top:1rem;color:#666}.toggle-link{color:#667eea;cursor:pointer;text-decoration:underline}.toggle-link:hover{color:#5a6fd8}.loading-container{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.spinner{border:4px solid rgba(255,255,255,.3);border-radius:50%;border-top:4px solid white;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:1rem}input:focus{color:#333}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
