:root{--font-body: system-ui, Avenir, Helvetica, Arial, sans-serif;--bg-color: #242424;--surface-color: #1a1a1a;--surface-hover: #2a2a2a;--text-color: rgba(255, 255, 255, .87);--text-secondary: #aaa;--border-color: #444;--divider: #333;--accent-color: #646cff;--accent-hover: #535bf2;--accent-text: #fff;--btn-primary-bg: #2e7d32;--btn-primary-text: #fff;--btn-danger-bg: #d32f2f;--card-bg: #2f2f2f;--card-border: #444;--highlight-bg: rgba(100, 108, 255, .25);--reference-color: #fff;--chat-bubble-user: #2e7d32;--chat-bubble-user-text: #fff;--chat-bubble-bot: #333;--chat-bubble-bot-text: var(--text-color);--modal-overlay: rgba(0, 0, 0, .85);font-family:var(--font-body);line-height:1.5;font-weight:400;color-scheme:dark;color:var(--text-color);background-color:var(--bg-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(prefers-color-scheme:light){:root{--bg-color: #ffffff;--surface-color: #f5f5f5;--surface-hover: #eaeaea;--text-color: #213547;--text-secondary: #666;--border-color: #ddd;--divider: #eee;--accent-color: #2e7d32;--accent-hover: #1b5e20;--accent-text: #fff;--btn-primary-bg: #2e7d32;--btn-primary-text: #fff;--btn-danger-bg: #d32f2f;--card-bg: #fff;--card-border: #eee;--highlight-bg: rgba(46, 125, 50, .15);--reference-color: #000;--chat-bubble-user: #e8f5e9;--chat-bubble-user-text: #1b5e20;--chat-bubble-bot: #fff;--chat-bubble-bot-text: #213547;--modal-overlay: rgba(0, 0, 0, .5);color-scheme:light}}[data-theme=light]{--bg-color: #ffffff;--surface-color: #f5f5f5;--surface-hover: #eaeaea;--text-color: #213547;--text-secondary: #666;--border-color: #ddd;--divider: #eee;--accent-color: #2e7d32;--accent-hover: #1b5e20;--accent-text: #fff;--btn-primary-bg: #2e7d32;--btn-primary-text: #fff;--btn-danger-bg: #d32f2f;--card-bg: #fff;--card-border: #eee;--highlight-bg: rgba(46, 125, 50, .15);--reference-color: #000;--chat-bubble-user: #e8f5e9;--chat-bubble-user-text: #1b5e20;--chat-bubble-bot: #fff;--chat-bubble-bot-text: #213547;--modal-overlay: rgba(0, 0, 0, .5);color-scheme:light}[data-theme=dark]{--bg-color: #242424;--surface-color: #1a1a1a;--surface-hover: #2a2a2a;--text-color: rgba(255, 255, 255, .87);--text-secondary: #aaa;--border-color: #444;--divider: #333;--accent-color: #646cff;--accent-hover: #535bf2;--accent-text: #fff;--btn-primary-bg: #2e7d32;--btn-primary-text: #fff;--btn-danger-bg: #d32f2f;--card-bg: #2f2f2f;--card-border: #444;--highlight-bg: rgba(100, 108, 255, .25);--reference-color: #fff;--chat-bubble-user: #2e7d32;--chat-bubble-user-text: #fff;--chat-bubble-bot: #333;--chat-bubble-bot-text: var(--text-color);--modal-overlay: rgba(0, 0, 0, .85);color-scheme:dark}body{margin:0;display:block;min-width:320px;min-height:100vh;background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-body);transition:background-color .2s,color .2s}#root{height:100vh}a{font-weight:500;color:var(--accent-color);text-decoration:inherit}a:hover{color:var(--accent-hover)}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:var(--surface-color);color:var(--text-color);cursor:pointer;transition:border-color .25s,background-color .25s}button:hover{border-color:var(--accent-color);background-color:var(--surface-hover)}button.btn-primary{background-color:var(--btn-primary-bg);color:var(--btn-primary-text)}button.btn-primary:hover{filter:brightness(1.1);border-color:transparent}button.btn-danger{background-color:var(--btn-danger-bg);color:#fff}button.btn-danger:hover{filter:brightness(1.1);border-color:transparent}button.btn-icon{padding:.4em;font-size:1.2em;background:transparent;color:var(--text-color)}button.btn-icon:hover{background-color:var(--surface-hover)}.chat-drawer{background:var(--surface-color);border-left:1px solid var(--border-color);display:flex;flex-direction:column;color:var(--text-color);z-index:1500;width:350px;height:100%;box-shadow:-2px 0 10px #00000080}@media(max-width:768px){.chat-drawer{position:fixed;inset:0;width:100%;max-width:100%;border-left:none;box-shadow:none}}.search-card{display:flex;flex-direction:column;padding:12px 16px;margin-bottom:12px;background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:8px;cursor:pointer;transition:transform .1s,background-color .2s;-webkit-user-select:none;user-select:none}.search-card:active{transform:scale(.98);background-color:var(--surface-hover)}.search-card-header{font-weight:700;font-size:1.1em;color:var(--text-color);margin-bottom:6px}.search-card-header{color:var(--accent-color)}.search-card-snippet{font-size:1rem;line-height:1.6;color:var(--text-color)}.search-highlight{background-color:var(--highlight-bg);border-radius:4px;padding:0 2px;font-weight:600}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}
