.auth-layout-container{display:flex;width:100vw;height:100vh;height:100dvh;background:linear-gradient(135deg,#1f1c2c,#928dab);overflow:hidden;position:relative}.auth-layout-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 15% 50%,rgba(76,29,149,.4) 0%,transparent 25%),radial-gradient(circle at 85% 30%,rgba(29,78,216,.4) 0%,transparent 25%);pointer-events:none;z-index:1}.auth-left{flex:1;display:flex;flex-direction:column;justify-content:center;padding:0 80px;z-index:2;color:#fff}.auth-right{flex:1;display:flex;justify-content:center;align-items:center;z-index:2;position:relative}.brand-title{font-size:48px;font-weight:700;margin-bottom:24px;background:linear-gradient(to right,#fff,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.brand-slogan{font-size:24px;color:#e0e7ff;margin-bottom:48px;font-weight:300}.feature-list{display:flex;flex-direction:column;gap:24px}.feature-item{display:flex;align-items:center;font-size:18px;color:#c7d2fe}.feature-icon{margin-right:16px;font-size:24px;color:#818cf8;background:#ffffff1a;padding:10px;border-radius:12px}.auth-card{width:420px;padding:40px;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;box-shadow:0 25px 50px -12px #00000040}.auth-card-title{font-size:24px;font-weight:600;color:#1f2937;margin-bottom:8px;text-align:center}.auth-card-subtitle{font-size:14px;color:#6b7280;text-align:center;margin-bottom:32px}@media (max-width: 768px){.auth-left{display:none}.auth-right{width:100%;padding:20px}.auth-card{width:100%;max-width:400px;padding:30px 20px}}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}.markdown-body{font-size:15px;line-height:1.6;color:#24292f;text-align:left}.markdown-body p{margin-bottom:16px}.markdown-body p:last-child{margin-bottom:0}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4{font-weight:600;margin-top:24px;margin-bottom:16px;line-height:1.25}.markdown-body h1{font-size:2em;border-bottom:1px solid #eaecef;padding-bottom:.3em}.markdown-body h2{font-size:1.5em;border-bottom:1px solid #eaecef;padding-bottom:.3em}.markdown-body h3{font-size:1.25em}.markdown-body ul,.markdown-body ol{padding-left:2em;margin-bottom:16px}.markdown-body blockquote{margin:0 0 16px;padding:0 1em;color:#6a737d;border-left:.25em solid #dfe2e5}.markdown-body pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f6f8fa;border-radius:6px;margin-bottom:16px;text-align:left;white-space:pre-wrap;word-break:break-word}.markdown-body code{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;text-align:left;white-space:break-spaces;word-break:break-word}.markdown-body pre code{white-space:pre-wrap;word-break:break-word}.markdown-codeblock{background:#0d1117;border-radius:12px;overflow:hidden;margin:12px 0 16px;color:#c9d1d9}.markdown-codeblock-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#ffffff0a}.markdown-codeblock-lang{font-size:12px;color:#ffffffb3;text-transform:lowercase}.markdown-codeblock-copy{color:#fffc!important}.markdown-body .markdown-codeblock-pre{margin:0;padding:14px 16px 16px;background:transparent;overflow:hidden;white-space:pre-wrap;word-break:break-word}.markdown-body .markdown-codeblock-pre code{white-space:pre-wrap;word-break:break-word;color:inherit}.markdown-body table{border-spacing:0;border-collapse:collapse;margin-bottom:16px;width:100%}.markdown-body table th,.markdown-body table td{padding:6px 13px;border:1px solid #dfe2e5}.markdown-body table tr:nth-child(2n){background-color:#f6f8fa}.markdown-body a{color:#0366d6;text-decoration:none}.markdown-body a:hover{text-decoration:underline}.markdown-body img{max-width:100%;box-sizing:content-box;background-color:#fff}.welcome-container{flex:1;display:flex;justify-content:center;align-items:center;overflow-y:auto;padding:20px}.welcome-content{max-width:800px;width:100%}.recommend-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.recommend-tag{background-color:#f7f8fa;padding:12px 20px;border-radius:8px;cursor:pointer;font-size:14px;color:#333;transition:all .2s;-webkit-user-select:none;user-select:none}.recommend-tag:hover{background-color:#eef0f3;transform:translateY(-2px);box-shadow:0 2px 8px #0000000d}.left-menu-container{display:flex;flex-direction:column;height:100%;background-color:#f7f8fa;width:100%}.top-actions{padding:16px}.new-chat-btn{border-radius:6px}.session-list{flex:1;overflow-y:auto;padding:0 12px}.session-item{display:flex;align-items:center;padding:10px 12px;margin-bottom:4px;cursor:pointer;border-radius:6px;transition:background-color .2s;color:#333}.session-item:hover{background-color:#e6e6e6}.session-item.active{background-color:#e6f7ff;color:#1890ff}.session-icon{margin-right:12px;font-size:16px}.session-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}.delete-icon{opacity:0;color:#999;transition:opacity .2s,color .2s;padding:4px}.session-item:hover .delete-icon{opacity:1}.delete-icon:hover{color:#ff4d4f}.bottom-actions{padding:16px;border-top:1px solid #e0e0e0}#root{margin:0 auto;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#f0f2f5;color:#000000e0;overflow:hidden}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}
