*{color:#ececec;font-family:Roboto,Open Sans,Helvetica Neue,sans-serif}body{margin:0;padding:0}.app{background-color:#212121;display:flex;height:100vh;overflow:hidden}.sidebar-overlay{position:fixed;inset:0;background:#00000073;z-index:900}.authOverlay{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;padding:20px;z-index:999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.authOverlay.dark{background:#000000c7}.authOverlay.light{background:linear-gradient(135deg,#f8fafc,#eef2ff)}.authModal{width:100%;max-width:360px;padding:26px;border-radius:24px;display:flex;flex-direction:column;gap:18px;animation:fadeIn .3s ease}.authModal.dark{background:#171717;border:1px solid #2a2a2a;color:#fff;box-shadow:0 20px 60px #00000073}.authModal.light{background:#fcfcfd;border:1px solid #dbe3ea;color:#111827;box-shadow:0 15px 40px #0f172a1a}.authHeader{text-align:center;margin-bottom:2px}.authHeader h1{font-size:2.2rem;font-weight:650;line-height:1.2;margin-bottom:10px;letter-spacing:-.6px}.authHeader p{font-size:.98rem;font-weight:500}.authModal.light .authHeader h1{color:#111827}.authModal.light .authHeader p{color:#6b7280}.authModal.dark .authHeader h1{color:#f9fafb}.authModal.dark .authHeader p{color:#a1a1aa}.authToggle{display:flex;border-radius:16px;padding:5px}.authModal.light .authToggle{background:#f1f5f9}.authModal.dark .authToggle{background:#1f1f22}.authToggle button{flex:1;border:none;padding:8px 12px;border-radius:10px;cursor:pointer;background:transparent;font-size:.98rem;font-weight:600;letter-spacing:-.2px;transition:.2s ease}.authModal.light .authToggle button{color:#6b7280}.authModal.dark .authToggle button{color:#d4d4d8}.authToggle button:hover{background:#10a37f14}.authToggle button.active{background:#10a37f;color:#fff!important}.authToggle button.active:hover{background:#10a37f}.authForm{display:flex;flex-direction:column;gap:12px}.authForm input{width:96%;align-self:center;padding:10px 14px;border-radius:14px;border:1px solid transparent;outline:none;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.authModal.dark .authForm input{background:#222;border:1px solid #2f2f2f;color:#fff}.authModal.light .authForm input{background:#f1f5f9;border:1px solid #e6ebf1;color:#111827;box-shadow:0 2px 6px #0f172a0b}.authForm input::placeholder{color:#8b8b8b}.authModal.light .authForm input::placeholder{color:#6b7280}.authForm input:focus{border-color:transparent!important;box-shadow:0 0 0 3px #10a37f29!important;outline:none}.authSubmitBtn{width:96%;align-self:center;margin-top:4px;padding:10px;border:none;border-radius:14px;background:#10a37f;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:.2s ease;box-shadow:0 4px 10px #10a37f24}.authSubmitBtn:hover{background:#0d8f70;transform:translateY(-1px)}.authError{color:#ef4444;font-size:.9rem;text-align:center}.authSubmitBtn{display:flex;justify-content:center;align-items:center}.btnLoader{width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.authError{color:#ef4444;font-size:.9rem;text-align:center;animation:fadeError .3s ease}@keyframes fadeError{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.authOverlay{padding:16px}.authModal{max-width:100%;padding:26px 18px;border-radius:20px}.authHeader h1{font-size:2rem}.authHeader p{font-size:.9rem}.authToggle button{font-size:.92rem;padding:8px 10px}.authForm input{padding:10px 12px;font-size:.95rem}.authSubmitBtn{padding:10px;font-size:.96rem}}.passwordContainer{position:relative;width:100%;display:flex;align-items:center}.passwordContainer input{width:100%}.passwordInput{padding-right:42px!important}.togglePasswordBtn{position:absolute;top:50%;right:16px;transform:translateY(-50%);background:transparent;border:none;outline:none;padding:0;margin:0;width:auto;height:auto;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#9ca3af}.passwordContainer button{background:transparent!important;border:none!important;box-shadow:none!important}.togglePasswordBtn{opacity:1!important;color:#4b5563!important}.togglePasswordBtn svg{opacity:1!important;stroke:#4b5563!important}.authModal.dark .togglePasswordBtn svg{stroke:#d1d5db!important}.sidebar{background-color:#171717;color:#b4b4b4;height:100vh;width:250px;display:flex;flex-direction:column}button{display:flex;justify-content:space-between;align-items:center;margin:10px;padding:10px;border-radius:6px;background-color:transparent;border:.5px solid rgba(255,255,255,.4);cursor:pointer}button:hover{background-color:#ffffff0d}.logo{height:25px;width:25px;border-radius:50%;object-fit:cover;background:#fff}.fa-comment-nodes{font-size:22px}button span{font-size:18px}.history{flex:1;margin:6px;padding:4px;overflow-y:auto;overflow-x:hidden}.history::-webkit-scrollbar{width:6px}.history::-webkit-scrollbar-thumb{border-radius:10px;background:#ffffff40}.sidebar.light .history::-webkit-scrollbar-thumb{background:#0f172a40}.history li{list-style-type:none;display:flex;align-items:center;gap:8px;padding:6px 8px;margin-bottom:4px;font-size:13.5px;cursor:pointer;overflow:hidden;border:solid 5px transparent}.history li:hover{background-color:#ffffff0d;border-radius:8px}.thread-title{display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.fa-trash{margin-left:auto;flex-shrink:0;opacity:0;font-size:13px;color:#9ca3af;transition:opacity .15s ease,color .15s ease}.history li:hover .fa-trash{opacity:1}.fa-trash:hover{color:#f87171!important}.highlighted{background-color:#b4b4b40d;border-radius:10px}.sign{margin:10px;padding:10px;font-size:13px;text-align:center;border-top:.5px solid rgba(255,255,255,.4)}@media(max-width:768px){.sidebar{position:fixed;top:0;left:0;height:100vh;z-index:1000;transform:translate(-100%);transition:transform .25s ease-in-out}.sidebar.open{transform:translate(0)}}.sidebar.light{background-color:#f9fafb;color:#111827}.sidebar.light li,.sidebar.light .thread-title,.sidebar.light p{color:#111827}.sidebar.light button{border:1px solid #d1d5db;color:#111827}.sidebar.light button:hover,.sidebar.light .history li:hover,.sidebar.light .highlighted{background-color:#e5e7eb}.sidebar.light .sign{border-top:1px solid #d1d5db;color:#374151}.sidebar.light .fa-trash{color:#6b7280}.sidebar.light button,.sidebar.light button i{color:#0f172a;opacity:1}.sidebar.light .sign .fa-heart{color:#ef4444}.chatWindow{background-color:#212121;height:100vh;width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;text-align:center}.navbar{width:100%;height:52px;display:flex;justify-content:space-between;align-items:center;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.08)}.navbar span{margin:1rem 2rem}.userIconDiv{margin:1rem 2rem;display:flex;align-items:center}.userIcon{background-color:#339cff;height:25px;width:25px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.chatInput{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0}.inputBox{width:100%;position:relative;max-width:700px;display:flex;justify-content:space-between;align-items:center}input{width:100%;border:none;background-color:#ffffff0d;padding:20px;font-size:.8rem;border-radius:14px;box-shadow:#0000000d 0 54px 55px,#0000000d 0 -12px 30px,#0000000d 0 4px 6px,#0000000d 0 12px 3px,#0000000d 0 -3px 5px;white-space:pre-wrap;word-break:break-word}input:focus{outline:none}#submit{cursor:pointer;height:35px;width:35px;font-size:20px;position:absolute;right:15px;display:flex;align-items:center;justify-content:center}#submit i:hover{color:#fff}.info{font-size:.8rem;padding:.5rem;color:#b4b4b4}.dropDown{position:absolute;top:48px;right:3rem;width:150px;background-color:#323232;padding:.3rem .5rem;border-radius:6px;text-align:left;z-index:1000;box-shadow:0 2px 8px #0000001a}.dropDownItem{font-size:.9rem;margin:.3rem 0rem;padding:.5rem .2rem;cursor:pointer}.fa-toggle-off{font-size:1.1rem}.dropDownItem:hover{background-color:#b4b4b41a;border-radius:6px}.nav-left{display:flex;align-items:center;gap:10px}.hamburger{font-size:18px;cursor:pointer;display:none}.chatWindow.dark{background-color:#212121;color:#fff}.chatWindow.light{background-color:#f5f5f5;color:#111}.chatWindow.light .navbar{background-color:#fff;border-bottom:1px solid #ddd}.chatWindow.light input{background-color:#fff;color:#111;box-shadow:none;border:1px solid #ddd}.chatWindow.light .dropDown{background-color:#fff;color:#111}.chatWindow.light .dropDownItem:hover{background-color:#0000000d}.chatWindow.light .dropDownItem i{color:#111827}.chatWindow.light .info{color:#555}.chatWindow.light .dropDown,.chatWindow.light .dropDownItem,.chatWindow.light .dropDownItem i{color:#111827}.navbar span{font-size:1rem;letter-spacing:.2px}.chatWindow.light .navbar span,.chatWindow.dark .navbar span{font-weight:600}.chatWindow.light .navbar span{color:#0f172a}.chatWindow.dark .navbar span{color:#e5e7eb}.chatWindow.light .navbar span i,.chatWindow.dark .navbar span i{font-size:.9rem;font-weight:600}.chatWindow.light .navbar span i{color:#0f172a}.chatWindow.dark .navbar span i{color:#e5e7eb}.navbar span:hover .chevronIcon{opacity:1}.chevronIcon{opacity:0;margin-left:4px;font-size:.85rem;transition:opacity .15s ease}.chatWindow.light .hamburger{color:#0f172a;opacity:1}.loaderWrapper{display:flex;justify-content:center;margin:1rem 0}.chatWindow.light #submit i{color:#374151}.chatWindow.light #submit i:hover{color:#111827}@media(max-width:768px){.hamburger{display:block}.inputBox{width:100%;max-width:calc(100% - 34px);margin:0 auto}}.chatWindow ::-webkit-scrollbar{width:6px}.chatWindow ::-webkit-scrollbar-track{background:transparent}.chatWindow.dark ::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:8px}.chatWindow.light ::-webkit-scrollbar-thumb{background:#64748b59;border-radius:8px}.queryWrapper{position:relative;display:inline-flex;align-items:center}.modelDropdown{position:absolute;top:37px;left:0;width:max-content;background-color:#3a3a3a;border-radius:6px;z-index:1000;box-shadow:0 3px 10px #00000038}.modelItem{display:flex;justify-content:space-between;align-items:center;padding:.22rem .48rem;border-radius:6px;transition:background-color .12s ease}.modelItem span{font-size:.78rem;line-height:1;color:#9ca3af}.modelItem i{font-size:.55rem;margin-left:8px;color:#9ca3af;opacity:.85}.modelItem:hover{background-color:#ffffff0d}.chatWindow.light .modelDropdown{background-color:#f8fafc;box-shadow:0 4px 12px #0000001a}.chatWindow.light .modelItem span{color:#374151}.chatWindow.light .modelItem i{color:#6b7280}.chatWindow.light .modelItem:hover{background-color:#0000000a}.userInfo{opacity:.7;cursor:default}.logoutBtn{color:#ef4444}.chats{max-width:700px;overflow-y:auto;scroll-behavior:smooth;margin:0 auto;padding:6rem 2rem}.chats::-webkit-scrollbar{width:6px}.chats::-webkit-scrollbar-thumb{background:#444;border-radius:4px}.chats::-webkit-scrollbar-track{background:transparent}.userDiv{display:flex;justify-content:flex-end;margin-bottom:12px}.gptDiv{display:block;margin-bottom:12px;font-size:.9rem;line-height:1.6;text-align:left}.userMessage{padding:12px 16px;border-radius:14px;max-width:75%;width:fit-content;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}pre,.hljs{padding:14px 16px;border-radius:14px!important;margin:1rem 0;white-space:pre-wrap}.gptDiv p,.gptDiv li,.gptDiv span{margin-bottom:.75rem}.chatWindow.dark .userMessage{background-color:#323232;color:#fff}.chatWindow.dark .gptDiv{color:#d1d5db}.chatWindow.dark pre,.chatWindow.dark code,.chatWindow.dark .hljs{background-color:#1e1e1e!important;color:#e5e7eb!important}.chatWindow.light .userMessage{background-color:#e0e7ff;color:#1e293b}.chatWindow.light .gptDiv,.chatWindow.light .gptDiv p,.chatWindow.light .gptDiv li,.chatWindow.light .gptDiv span{color:#1f2937}.chatWindow.light pre{background-color:#f8fafc;border:1px solid #e5e7eb}.chatWindow.light .hljs{background:transparent!important}.chatWindow.light .gptDiv strong{color:#000;font-weight:600}.chatWindow.dark .gptDiv strong{color:#fff;font-weight:600}.chatWindow.light .gptDiv a{color:#2563eb}.chatWindow.dark .gptDiv a{color:#60a5fa}.chatWindow.light .gptDiv h1,.chatWindow.light .gptDiv h2,.chatWindow.light .gptDiv h3,.chatWindow.light .gptDiv h4,.chatWindow.light .gptDiv em,.chatWindow.light .gptDiv blockquote,.chatWindow.light .gptDiv code{color:#0f172a}.chatWindow.light .hljs-comment,.chatWindow.light .hljs-quote{color:#6b7280!important;font-style:italic}.chatWindow.light .hljs-doctag{color:#9ca3af!important}.startChat{font-size:2.2rem;font-weight:600;text-align:center;margin-top:30vh}.chatWindow.light .startChat span{color:#111827;opacity:1}.fakeCursor{animation:blink 1s infinite;font-weight:600}@keyframes blink{0%,50%,to{opacity:1}25%,75%{opacity:0}}.chatWindow.light .fakeCursor{color:#111827}.chatWindow.dark .fakeCursor{color:#fff}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#005cc5}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-comment,.hljs-code,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}.aboutOverlay{position:fixed;inset:0;background:#0000008c;z-index:2000;display:flex;justify-content:center;align-items:center}.aboutModal{position:relative;width:100%;max-width:720px;max-height:80vh;padding:24px;border-radius:12px;overflow-y:auto;box-shadow:0 20px 60px #0009}.closeBtn{position:absolute;top:14px;right:14px;background:none;border:none;font-size:18px;cursor:pointer;color:inherit}.closeBtn:hover{color:#ef4444}.aboutModal h2{margin-bottom:10px}.aboutModal h3{margin-top:18px;margin-bottom:8px}.aboutIntro{margin-bottom:12px}.aboutModal ul{padding-left:18px}.aboutModal li{margin-bottom:6px}.footerText{margin-top:16px;font-size:.9rem;opacity:.8}.aboutModal.dark{background-color:#1f1f1f;color:#e5e7eb}.aboutModal.light{background-color:#fff;color:#111827}.aboutModal.light p,.aboutModal.light li{color:#374151}.aboutModal.light .footerText{color:#6b7280}.aboutModal::-webkit-scrollbar{width:4px}.aboutModal::-webkit-scrollbar-track{background:transparent}.aboutModal::-webkit-scrollbar-thumb{background-color:#64646459;border-radius:8px}.aboutModal.light::-webkit-scrollbar-thumb{background-color:#64748b73}.aboutModal.light h2,.aboutModal.light h3,.aboutModal.light strong,.aboutModal.light b{color:#0f172a;opacity:1!important}
