:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem}.login-card{width:100%;max-width:400px;background:#1e1e2e;border-radius:12px;padding:2.5rem 2rem;box-shadow:0 8px 32px #0000004d}.login-title{font-size:1.75rem;margin:0 0 1.5rem;text-align:center;color:#cdd6f4}.login-error{background:#f38ba822;color:#f38ba8;border:1px solid #f38ba844;border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem;font-size:.875rem}.login-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-group label{font-size:.875rem;color:#a6adc8;font-weight:500}.form-group input{padding:.75rem 1rem;border-radius:8px;border:1px solid #45475a;background:#313244;color:#cdd6f4;font-size:1rem;outline:none;transition:border-color .2s}.form-group input:focus{border-color:#89b4fa}.form-group input::placeholder{color:#6c7086}.login-btn{padding:.75rem;border-radius:8px;border:none;background:#89b4fa;color:#1e1e2e;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,opacity .2s;margin-top:.5rem}.login-btn:hover:not(:disabled){background:#74c7ec}.login-btn:disabled{opacity:.6;cursor:not-allowed}.login-switch{text-align:center;color:#a6adc8;font-size:.875rem;margin:0}.login-switch button{background:none;border:none;color:#89b4fa;cursor:pointer;font-size:.875rem;padding:0;font-weight:500}.login-switch button:hover{color:#74c7ec;text-decoration:underline}.confirm-info{text-align:center;color:#a6adc8;font-size:.9rem;margin:0}.confirm-info strong{color:#cdd6f4}@media(prefers-color-scheme:light){.login-card{background:#fff;box-shadow:0 8px 32px #0000001a}.login-title{color:#1e1e2e}.form-group label{color:#4c4f69}.form-group input{background:#eff1f5;border-color:#ccd0da;color:#4c4f69}.form-group input:focus{border-color:#1e66f5}.form-group input::placeholder{color:#9ca0b0}.login-btn{background:#1e66f5;color:#fff}.login-btn:hover:not(:disabled){background:#2a6ef5}.login-switch{color:#4c4f69}.login-switch button{color:#1e66f5}.confirm-info{color:#4c4f69}.confirm-info strong{color:#1e1e2e}.login-error{background:#d2042d11;color:#d20f39;border-color:#d20f3933}}.chat-container{display:flex;flex-direction:column;height:100vh;max-width:900px;margin:0 auto;background:#1e1e2e}.chat-header{padding:1.5rem 2rem;border-bottom:1px solid #313244;background:#181825}.chat-header h2{margin:0;font-size:1.5rem;color:#cdd6f4}.chat-subtitle{margin:.25rem 0 0;font-size:.875rem;color:#a6adc8}.chat-messages{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.chat-empty{display:flex;align-items:center;justify-content:center;height:100%;color:#6c7086;font-size:1rem}.chat-message{display:flex;gap:.75rem;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-message.user{flex-direction:row-reverse}.message-avatar{flex-shrink:0;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;background:#313244}.chat-message.user .message-avatar{background:#89b4fa}.message-content{max-width:70%;display:flex;flex-direction:column}.chat-message.user .message-content{align-items:flex-end}.message-text{padding:.75rem 1rem;border-radius:12px;background:#313244;color:#cdd6f4;line-height:1.5;word-wrap:break-word}.chat-message.user .message-text{background:#89b4fa;color:#1e1e2e}.chat-message.error .message-text{background:#f38ba822;color:#f38ba8;border:1px solid #f38ba844}.typing-indicator{display:flex;gap:.25rem;padding:.75rem 1rem;background:#313244;border-radius:12px}.typing-indicator span{width:8px;height:8px;border-radius:50%;background:#6c7086;animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-10px);opacity:1}}.chat-input-form{display:flex;gap:.75rem;padding:1.5rem 2rem;border-top:1px solid #313244;background:#181825}.chat-input{flex:1;padding:.75rem 1rem;border-radius:8px;border:1px solid #45475a;background:#313244;color:#cdd6f4;font-size:1rem;outline:none;transition:border-color .2s}.chat-input:focus{border-color:#89b4fa}.chat-input::placeholder{color:#6c7086}.chat-input:disabled{opacity:.5;cursor:not-allowed}.chat-send-btn{padding:.75rem 1.5rem;border-radius:8px;border:none;background:#89b4fa;color:#1e1e2e;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,opacity .2s;white-space:nowrap}.chat-send-btn:hover:not(:disabled){background:#74c7ec}.chat-send-btn:disabled{opacity:.5;cursor:not-allowed}@media(prefers-color-scheme:light){.chat-container{background:#eff1f5}.chat-header{background:#fff;border-bottom-color:#dce0e8}.chat-header h2{color:#1e1e2e}.chat-subtitle{color:#4c4f69}.chat-empty{color:#9ca0b0}.message-avatar{background:#dce0e8}.chat-message.user .message-avatar{background:#1e66f5}.message-text{background:#e6e9ef;color:#4c4f69}.chat-message.user .message-text{background:#1e66f5;color:#fff}.chat-message.error .message-text{background:#d2042d11;color:#d20f39;border-color:#d20f3933}.typing-indicator{background:#e6e9ef}.typing-indicator span{background:#9ca0b0}.chat-input-form{background:#fff;border-top-color:#dce0e8}.chat-input{background:#eff1f5;border-color:#ccd0da;color:#4c4f69}.chat-input:focus{border-color:#1e66f5}.chat-input::placeholder{color:#9ca0b0}.chat-send-btn{background:#1e66f5;color:#fff}.chat-send-btn:hover:not(:disabled){background:#2a6ef5}}#root{max-width:1280px;margin:0 auto;padding:2rem;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}
