@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--font-family-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--color-text: #272d37;--color-text-secondary: #5f6d7e;--color-background: #f8fafc;--color-surface: #ffffff;--color-primary: #2563eb;--color-border: #e2e8f0;--border-radius: .75rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family-sans);color:var(--color-text);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100vh;width:100vw;display:flex;flex-direction:column}.chat-page-container{display:flex;flex:1;overflow:hidden}.chat-main-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.chat-messages-container{flex:1;overflow-y:auto;padding:1.5rem}.chat-messages-wrapper{max-width:56rem;margin:0 auto}.chat-input-container{padding:1rem;border-top:1px solid var(--color-border);background-color:var(--color-surface)}.chat-input-wrapper{max-width:56rem;margin:0 auto;display:flex;align-items:center;gap:.75rem}.chat-sidebar-right{width:20rem;border-left:1px solid var(--color-border);display:flex;flex-direction:column;background-color:var(--color-surface)}.chat-sidebar-header{padding:1rem;border-bottom:1px solid var(--color-border);flex-shrink:0}.chat-sidebar-list{flex:1;overflow-y:auto;padding:.5rem}.content-card{background-color:var(--color-surface);border-radius:var(--border-radius);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);padding:1.5rem}.input-field{width:100%;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:.5rem;font-size:1rem;font-family:var(--font-family-sans);transition:border-color .2s,box-shadow .2s}.input-field:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #2563eb1a}.input-label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.875rem;color:var(--color-text)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:.5rem;font-weight:600;font-size:.875rem;border:1px solid transparent;cursor:pointer;transition:all .2s}.btn-primary{background-color:var(--color-primary);color:#fff}.btn-primary:hover{filter:brightness(1.1)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.spinner{width:24px;height:24px;border:3px solid rgba(0,0,0,.1);border-top-color:var(--color-text);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.prose{line-height:1.6}.prose p{margin-bottom:1em}.prose a{color:var(--color-primary);text-decoration:underline}.prose table{width:100%;border-collapse:collapse}.prose th,.prose td{border:1px solid var(--color-border);padding:.5em .75em}.prose th{background-color:#f9fafb}.prose code{background-color:#f3f4f6;padding:.2em .4em;margin:0;font-size:85%;border-radius:3px}.prose pre{background-color:#f3f4f6;padding:1em;border-radius:6px;overflow-x:auto}.prose pre code{background-color:transparent;padding:0;margin:0;font-size:100%;border-radius:0}.typing-indicator{display:flex;gap:4px;padding:12px 0}.typing-dot{width:8px;height:8px;background-color:#9ca3af;border-radius:50%;animation:typing 1.4s infinite ease-in-out}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/.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}.analysis-markdown{font-size:.875rem;line-height:1.4}.analysis-markdown h1,.analysis-markdown h2,.analysis-markdown h3,.analysis-markdown h4,.analysis-markdown h5,.analysis-markdown h6{margin:.5rem 0 .25rem;font-weight:600}.analysis-markdown p{margin:.25rem 0}.analysis-markdown ul,.analysis-markdown ol{margin:.25rem 0;padding-left:1.5rem}.analysis-markdown li{margin:.1rem 0}.analysis-markdown strong{font-weight:600;color:var(--color-text)}.analysis-markdown em{font-style:italic}.analysis-markdown code:not(.hljs){background-color:#f3f4f6;padding:.1rem .3rem;border-radius:.2rem;font-size:.8rem;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.analysis-markdown pre{background-color:#f8f9fa;padding:.5rem;border-radius:.25rem;overflow-x:auto;margin:.25rem 0}.analysis-markdown blockquote{border-left:3px solid #e5e7eb;padding-left:1rem;margin:.25rem 0;font-style:italic;color:#6b7280}.analysis-markdown table{border-collapse:collapse;width:100%;margin:.5rem 0;font-size:.8rem}.analysis-markdown th,.analysis-markdown td{border:1px solid #e5e7eb;padding:.25rem .5rem;text-align:left}.analysis-markdown th{background-color:#f9fafb;font-weight:600}.chat-message-bubble .hljs{background:#f8f9fa!important;padding:8px!important;border-radius:6px!important;font-size:13px!important;overflow-x:auto!important}.chat-message-bubble pre{margin:4px 0!important}.chat-message-bubble code:not(.hljs){background-color:#f3f4f6!important;padding:2px 4px!important;border-radius:3px!important;font-size:13px!important;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.chat-message-bubble table{border-collapse:collapse!important;width:100%!important;margin:8px 0!important;font-size:13px!important}.chat-message-bubble th,.chat-message-bubble td{border:1px solid #e5e7eb!important;padding:6px 8px!important;text-align:left!important}.chat-message-bubble th{background-color:#f9fafb!important;font-weight:600!important}.chat-message-bubble ul,.chat-message-bubble ol{margin:4px 0!important;padding-left:20px!important}.chat-message-bubble li{margin:2px 0!important}.chat-message-bubble blockquote{border-left:3px solid #e5e7eb!important;padding-left:12px!important;margin:4px 0!important;font-style:italic!important;color:#6b7280!important}.chat-message-bubble a{color:#3b82f6!important;text-decoration:underline!important}.chat-message-bubble a:hover{color:#2563eb!important}.chat-message-bubble h1,.chat-message-bubble h2,.chat-message-bubble h3,.chat-message-bubble h4,.chat-message-bubble h5,.chat-message-bubble h6{font-weight:700!important;margin:8px 0 4px!important}.chat-message-bubble h1{font-size:18px!important}.chat-message-bubble h2{font-size:16px!important}.chat-message-bubble h3{font-size:15px!important}.chat-message-bubble h4{font-size:14px!important}.chat-message-bubble h5{font-size:13px!important}.chat-message-bubble h6{font-size:12px!important}.chat-message-bubble p{margin:0 0 8px!important;line-height:1.5!important}.chat-message-bubble p:last-child{margin-bottom:0!important}
