*{box-sizing:border-box}html,body,#root{height:100%}body{color:#1a202c;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,PingFang SC,Hiragino Sans GB,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px}a{color:inherit;text-decoration:none}a:hover{color:#2563eb}button{font:inherit;cursor:pointer}input,textarea{font:inherit}img{max-width:100%}.loading-screen,.centered-screen{background:#fff;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loading-spinner{border:2px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;color:#4a5568;padding:40px 20px}.empty-state h1{margin:0;font-size:20px}.loading-inline{text-align:center;color:#718096;padding:24px 0}.error-inline{color:#c53030;background:#fff5f5;border:1px solid #fed7d7;border-radius:6px;padding:16px}.app-shell{flex-direction:column;min-height:100%;display:flex}.app-header{z-index:50;background:#fff;border-bottom:1px solid #edf2f7;align-items:center;gap:24px;height:56px;padding:0 24px;display:flex;position:sticky;top:0}.app-logo{white-space:nowrap;flex-shrink:0;font-size:17px;font-weight:600}.app-search{flex:1;max-width:480px;display:flex}.app-search input{border:1px solid #e2e8f0;border-right:none;border-radius:6px 0 0 6px;outline:none;flex:1;height:36px;padding:0 12px}.app-search input:focus{border-color:#2563eb}.app-search button{color:#fff;background:#2563eb;border:none;border-radius:0 6px 6px 0;height:36px;padding:0 18px}.app-search button:hover{background:#1d4ed8}.app-body{flex:1;grid-template-columns:240px 1fr;gap:24px;width:100%;max-width:1200px;margin:0 auto;padding:24px;display:grid}.app-sidebar{align-self:start;max-height:calc(100vh - 100px);position:sticky;top:80px;overflow-y:auto}.app-main{min-width:0}.sidebar-section{margin-bottom:16px}.sidebar-section summary{cursor:pointer;color:#718096;text-transform:uppercase;letter-spacing:.05em;padding:4px 0;font-size:12px;font-weight:600;list-style:none}.sidebar-section summary::-webkit-details-marker{display:none}.sidebar-section nav{flex-direction:column;margin-top:4px;display:flex}.sidebar-link{color:#2d3748;border-radius:4px;justify-content:space-between;align-items:center;margin:1px 0;padding:8px 12px;font-size:14px;display:flex}.sidebar-link:hover{color:#1a202c;background:#f7fafc}.sidebar-link.active{color:#2563eb;background:#ebf4ff;font-weight:500}.sidebar-count{color:#a0aec0;background:#f7fafc;border-radius:10px;padding:1px 6px;font-size:12px}.sidebar-link.active .sidebar-count{color:#2563eb;background:#2563eb1a}.sidebar-empty{color:#a0aec0;padding:8px 12px;font-size:13px}.page-title{margin:0 0 4px;font-size:24px;font-weight:600}.page-summary{color:#718096;margin:0 0 24px;font-size:13px}.back-link{color:#2563eb;margin-top:12px;font-size:13px;display:inline-block}.doc-list{flex-direction:column;gap:12px;display:flex}.doc-card{border:1px solid #edf2f7;border-radius:6px;padding:16px;transition:border-color .15s}.doc-card:hover{border-color:#cbd5e0}.doc-card-title{margin:0 0 4px;font-size:17px;font-weight:600}.doc-card-title a:hover{color:#2563eb}.doc-card-subtitle{color:#4a5568;margin:0 0 8px;font-size:13px}.doc-card-excerpt{color:#4a5568;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 8px;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}.doc-card-meta{color:#a0aec0;align-items:center;gap:12px;font-size:12px;display:flex}.doc-card-tag{color:#2563eb;background:#ebf4ff;border-radius:3px;padding:2px 8px;font-size:12px}.doc-card-tag:hover{background:#c3dafe}.doc-detail-header{border-bottom:1px solid #edf2f7;margin-bottom:24px;padding-bottom:16px}.doc-detail-header h1{margin:0;font-size:28px;font-weight:700}.doc-detail-subtitle{color:#4a5568;margin:8px 0 0;font-size:15px}.doc-detail-meta{color:#a0aec0;align-items:center;gap:12px;margin-top:12px;font-size:12px;display:flex}.doc-content{color:#2d3748;font-size:15px;line-height:1.75}.doc-content h1,.doc-content h2,.doc-content h3{margin-top:1.5em;margin-bottom:.5em;font-weight:600}.doc-content h1{font-size:24px}.doc-content h2{border-bottom:1px solid #edf2f7;padding-bottom:6px;font-size:20px}.doc-content h3{font-size:17px}.doc-content p{margin:0 0 1em}.doc-content blockquote{color:#4a5568;background:#f7fafc;border-left:3px solid #2563eb;margin:1em 0;padding:8px 16px}.doc-content code{color:#d53f8c;background:#f7fafc;border-radius:3px;padding:2px 6px;font-family:SF Mono,Menlo,Consolas,monospace;font-size:.9em}.doc-content pre{color:#e2e8f0;background:#1a202c;border-radius:6px;margin:1em 0;padding:12px 16px;overflow-x:auto}.doc-content pre code{color:inherit;background:0 0;padding:0}.doc-content img{border-radius:4px;max-width:100%;margin:1em 0;display:block}.doc-content table{border-collapse:collapse;width:100%;margin:1em 0}.doc-content th,.doc-content td{text-align:left;border:1px solid #edf2f7;padding:8px 12px}.doc-content th{background:#f7fafc;font-weight:600}.doc-content ul,.doc-content ol{margin:0 0 1em;padding-left:1.5em}.doc-content a{color:#2563eb;text-decoration:underline}.pagination{justify-content:center;align-items:center;gap:16px;margin-top:32px;display:flex}.pagination button{color:#2d3748;background:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:6px 16px}.pagination button:hover:not(:disabled){color:#2563eb;border-color:#2563eb}.pagination button:disabled{color:#cbd5e0;cursor:not-allowed}.pagination span{color:#718096;font-size:13px}.chat-fab{color:#fff;z-index:100;background:#2563eb;border:none;border-radius:22px;align-items:center;gap:8px;height:44px;padding:0 18px 0 12px;transition:transform .15s,box-shadow .15s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 12px #2563eb4d}.chat-fab:hover{transform:translateY(-2px);box-shadow:0 6px 16px #2563eb66}.chat-fab-icon{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:13px;font-weight:600;display:inline-flex}.chat-fab-text{font-size:14px;font-weight:500}.chat-panel{z-index:100;background:#fff;border:1px solid #edf2f7;border-radius:8px;flex-direction:column;width:380px;height:540px;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 10px 30px #00000026}.chat-header{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.chat-title{font-weight:600}.chat-header-actions{gap:4px;display:flex}.chat-header-actions button{color:#718096;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:13px}.chat-header-actions button:hover:not(:disabled){color:#1a202c;background:#f7fafc}.chat-header-actions button:disabled{color:#cbd5e0;cursor:not-allowed}.chat-scroll{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.chat-greet{background:#f7fafc;border-radius:6px;padding:16px;font-size:13px}.chat-msg{flex-direction:column;gap:4px;display:flex}.chat-msg.user{align-items:flex-end}.chat-msg.assistant{align-items:flex-start}.chat-bubble{word-wrap:break-word;white-space:pre-wrap;border-radius:8px;max-width:85%;padding:10px 14px;font-size:14px;line-height:1.6}.chat-msg.user .chat-bubble{color:#fff;background:#2563eb}.chat-msg.assistant .chat-bubble{color:#2d3748;background:#f7fafc}.chat-typing{color:#a0aec0}.chat-cursor{vertical-align:middle;background:#2563eb;width:6px;height:14px;margin-left:2px;animation:1s steps(2,end) infinite blink;display:inline-block}@keyframes blink{50%{opacity:0}}.chat-error{color:#c53030;background:#fff5f5;border-radius:4px;margin-top:4px;padding:6px 8px;font-size:12px}.chat-citations{flex-wrap:wrap;gap:4px;margin-left:4px;font-size:12px;display:flex}.chat-citations-label{color:#718096}.chat-citation{color:#2563eb;background:#ebf4ff;border-radius:3px;padding:2px 8px}.chat-citation:hover{background:#c3dafe}.chat-input-row{border-top:1px solid #edf2f7;gap:8px;padding:12px;display:flex}.chat-input-row textarea{resize:none;border:1px solid #e2e8f0;border-radius:4px;outline:none;flex:1;min-height:44px;max-height:120px;padding:8px 10px}.chat-input-row textarea:focus{border-color:#2563eb}.chat-send,.chat-stop{color:#fff;border:none;border-radius:4px;align-self:flex-end;height:36px;padding:0 16px}.chat-send{background:#2563eb}.chat-send:hover:not(:disabled){background:#1d4ed8}.chat-send:disabled{cursor:not-allowed;background:#cbd5e0}.chat-stop{background:#e53e3e}.chat-stop:hover{background:#c53030}@media (width<=768px){.app-body{grid-template-columns:1fr;padding:16px}.app-sidebar{max-height:none;position:static}.app-header{gap:12px;padding:0 12px}.app-logo{font-size:15px}.chat-panel{width:calc(100vw - 24px);height:calc(100vh - 80px);bottom:12px;right:12px}.chat-fab{bottom:12px;right:12px}}
