:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#4a90e2;--accent-bg:#4a90e21a;--accent-border:#4a90e280;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:16px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--text:#9ca3af;--text-h:#f3f4f6;--bg:#0e1117;--border:#2e303a;--code-bg:#262730;--accent:#4a90e2;--accent-bg:#4a90e226;--accent-border:#4a90e280;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}}html,body{width:100vw;height:100vh;margin:0;padding:0;overflow:hidden}#root{text-align:left;box-sizing:border-box;width:100%;height:100%;display:flex}h1{letter-spacing:-.5px;margin:16px 0;font-size:36px}h2{margin:0 0 8px;font-size:20px;line-height:118%}code{font-family:var(--mono);color:var(--text-h);background:var(--code-bg);border-radius:4px;padding:4px 8px;font-size:14px;line-height:135%;display:inline-flex}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#4a90e2;--accent-bg:#4a90e21a;--accent-border:#4a90e280;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:16px/145% var(--sans);letter-spacing:.18px;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#0e1117;--border:#2e303a;--code-bg:#262730;--accent:#4a90e2;--accent-bg:#4a90e226;--accent-border:#4a90e280;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;padding:0;overflow:hidden}#root{display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{margin:16px 0;font-size:36px}h2{font-size:20px}p{margin:0}.app-container{background:var(--bg);width:100%;height:100dvh;color:var(--text);display:flex}.sidebar{background:var(--code-bg);border-right:1px solid var(--border);flex-direction:column;gap:32px;width:320px;min-width:320px;padding:32px 24px;display:flex;overflow-y:auto}.sidebar-section{flex-direction:column;gap:12px;display:flex}.sidebar hr{border:none;border-top:1px solid var(--border)}.caption{opacity:.7;font-size:14px}input[type=text],input[type=password]{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text-h);border-radius:6px;padding:12px;font-size:15px}input[type=file]{width:100%;font-size:14px}button{background:var(--bg);color:var(--text-h);border:1px solid var(--border);cursor:pointer;border-radius:6px;padding:10px 16px;font-size:15px}button:hover:not(:disabled){background:var(--border)}button:disabled{opacity:.5;cursor:not-allowed}.learned-docs{flex-direction:column;gap:8px;display:flex}.learned-doc-item{background:var(--bg);border:1px solid var(--border);border-radius:6px;align-items:center;gap:8px;padding:8px 12px;display:flex;overflow:hidden}.filename{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.main-content{flex-direction:column;flex:1;min-width:0;display:flex}.header{text-align:center;border-bottom:1px solid var(--border);padding:24px}.header h1{color:var(--accent)}.subtitle{opacity:.7}.toast-container{z-index:1000;position:absolute;top:24px;left:50%;transform:translate(-50%)}.toast{color:#fff;box-shadow:var(--shadow);border-radius:8px;padding:12px 24px}.toast.success{background:#10b981}.toast.error{background:#ef4444}.chat-history{flex-direction:column;flex:1;gap:24px;padding:32px 24px;display:flex;overflow-y:auto}.chat-message{gap:16px;width:100%;max-width:800px;margin:auto;display:flex}.avatar{background:var(--code-bg);border:1px solid var(--border);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.message-content{color:var(--text-h);overflow-wrap:anywhere;padding:8px 0}.loading{opacity:.6;font-style:italic}.chat-input-container{border-top:1px solid var(--border);padding:24px}.chat-form{gap:12px;max-width:800px;margin:auto;display:flex}.chat-form input{flex:1}.chat-form button{background:var(--accent);color:#fff;border:none}@media (width<=900px){.sidebar{width:260px;min-width:260px}.header h1{font-size:28px}}.mobile-menu{display:none}@media (width<=640px){.app-container{height:100dvh;position:relative;overflow:hidden}.mobile-menu{z-index:3000;background:var(--code-bg);border:1px solid var(--border);border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;font-size:22px;display:flex;position:fixed;top:12px;left:12px}.sidebar{z-index:2500;background:var(--code-bg);border-right:1px solid var(--border);width:85%;max-width:330px;height:100dvh;padding:24px 18px;transition:transform .3s;position:fixed;top:0;left:0;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar.open:after{content:"";background:#00000073;width:100vw;height:100vh;position:fixed;top:0;left:100%}.main-content{width:100%;height:100dvh}.header{padding-top:65px;padding-left:60px;padding-right:15px}.header h1{font-size:20px}.subtitle{display:none}.chat-history{padding:15px 15px 90px}.chat-message{max-width:100%}.chat-input-container{background:var(--bg);width:100%;padding:12px;position:absolute;bottom:0;left:0}.chat-form{flex-direction:row}.chat-form button{width:80px}}@media (width<=380px){.header h1{font-size:18px}.message-content{font-size:13px}}
