*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Segoe UI,system-ui,sans-serif;background:#0b0e14;color:#e2e8f0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-layout{min-height:100vh;background:#0b0e14}.app-header{display:flex;align-items:center;justify-content:space-between;padding:0 32px;height:72px;background:linear-gradient(135deg,#0f172a,#1e1b4b);border-bottom:1px solid #1e2536;gap:16px}.header-left{display:flex;align-items:center;gap:12px;min-width:0}.logo-mark{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#6366f1,#818cf8);display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;flex-shrink:0}.header-title-group{display:flex;flex-direction:column;line-height:1;min-width:0}.header-title{font-size:18px;font-weight:700;color:#e2e8f0;white-space:nowrap}.header-subtitle{font-size:12px;color:#64748b;margin-top:2px;white-space:nowrap}.header-badge{background:#6366f11a;border:1px solid rgba(99,102,241,.2);border-radius:20px;padding:4px 14px;white-space:nowrap}.admin-btn{width:36px;height:36px;border-radius:8px;border:1px solid #1e2536;background:#ffffff0a;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:15px;transition:all .2s ease;flex-shrink:0}.admin-btn:hover{border-color:#6366f1;color:#a5b4fc;background:#6366f11a}.admin-btn--active{border-color:#10b98166;color:#10b981;background:#10b98114}.admin-btn--active:hover{border-color:#ef4444;color:#ef4444;background:#ef444414}.app-content{max-width:1440px;width:100%;margin:0 auto;padding:24px 32px}.app-tabs .ant-tabs-nav{margin-bottom:24px}.app-tabs .ant-tabs-tab{font-size:15px;padding:12px 4px;transition:color .2s ease}.app-tabs .ant-tabs-tab .anticon{margin-right:6px}.chat-container{display:flex;gap:24px;height:calc(100vh - 220px);min-height:400px}.chat-main{flex:1;display:flex;flex-direction:column;min-width:0}.chat-messages{flex:1;overflow-y:auto;padding:20px;background:#0f1219;border-radius:12px;border:1px solid #1e2536;scrollbar-width:thin;scrollbar-color:#4a5568 transparent}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:#4a5568;border-radius:3px}.chat-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:16px;padding:40px}.chat-empty-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#6366f126,#6366f10d);border:1px solid rgba(99,102,241,.2);display:flex;align-items:center;justify-content:center;font-size:32px;color:#6366f1}.chat-empty-suggestions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:8px}.chat-empty-suggestion{background:#131720;border:1px solid #1e2536;border-radius:20px;padding:6px 16px;font-size:13px;color:#94a3b8;cursor:pointer;transition:all .2s ease}.chat-empty-suggestion:hover,.chat-empty-suggestion:focus{border-color:#6366f1;color:#e2e8f0;background:#6366f114;outline:none}.chat-input-row{display:flex;gap:12px;margin-top:16px}.chat-sidebar{width:380px;flex-shrink:0;display:flex;flex-direction:column;gap:16px}.message-bubble{margin-bottom:16px;animation:fadeInUp .3s ease}.message-bubble.user{max-width:85%;margin-left:auto}.message-bubble.assistant{max-width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.message-bubble.user .message-content{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border-radius:16px 16px 4px;padding:12px 16px}.message-bubble.assistant .message-content{background:#1a1f2e;color:#e2e8f0;border-radius:16px 16px 16px 4px;padding:12px 16px;border:1px solid #1e2536}.message-bubble .message-content p{margin:0 0 8px;line-height:1.6}.message-bubble .message-content p:last-child{margin-bottom:0}.message-bubble .message-content pre{background:#0b0e14;color:#e2e8f0;padding:12px;border-radius:8px;overflow-x:auto;font-size:13px;border:1px solid #1e2536}.message-bubble .message-content code{font-family:JetBrains Mono,Cascadia Code,monospace;font-size:13px}.message-bubble .message-content code:not(pre code){background:#6366f126;padding:2px 6px;border-radius:4px;color:#a5b4fc}.message-bubble.user .message-content code:not(pre code){background:#fff3}.message-label{font-size:12px;color:#64748b;margin-bottom:4px;padding:0 4px}.message-bubble.user .message-label{text-align:right}.streaming-cursor:after{content:"▮";animation:fade 1.2s infinite;color:#94a3b8}@keyframes fade{0%,50%{opacity:1}to{opacity:.3}}.source-card{border-left:3px solid #6366f1;margin-bottom:8px;background:#0f1219;border-radius:8px;transition:border-color .2s ease}.source-card:hover{border-left-color:#818cf8}.source-card .ant-card-body{padding:12px 16px}.source-meta{display:flex;gap:6px;align-items:center;margin-bottom:8px;flex-wrap:wrap}.source-text{font-size:13px;color:#94a3b8;line-height:1.6}.source-badges{display:flex;gap:4px;flex-wrap:wrap}.search-controls{display:flex;gap:16px;align-items:flex-end;margin-bottom:24px;flex-wrap:wrap;padding:20px;background:#131720;border-radius:12px;border:1px solid #1e2536}.search-mode-label{display:block;margin-bottom:4px;font-weight:600;color:#e2e8f0;font-size:13px}.search-example-queries{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px;align-items:center}.search-example-btn{background:#6366f114;border:1px solid rgba(99,102,241,.2);border-radius:20px;padding:4px 14px;font-size:13px;color:#a5b4fc;cursor:pointer;transition:all .2s ease}.search-example-btn:hover,.search-example-btn:focus{background:#6366f126;border-color:#6366f1;color:#c7d2fe;outline:none}.search-results-list{display:flex;flex-direction:column;gap:12px}.search-result-card{transition:border-color .2s ease}.search-result-card:hover{border-color:#6366f1!important}.sync-log{background:#0b0e14;color:#94a3b8;font-family:JetBrains Mono,Cascadia Code,monospace;font-size:13px;line-height:1.6;padding:20px;border-radius:12px;border:1px solid #1e2536;min-height:300px;max-height:500px;overflow-y:auto;white-space:pre-wrap;word-break:break-word;scrollbar-width:thin;scrollbar-color:#4a5568 transparent}.sync-log::-webkit-scrollbar{width:6px}.sync-log::-webkit-scrollbar-track{background:transparent}.sync-log::-webkit-scrollbar-thumb{background:#4a5568;border-radius:3px}.stats-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:28px}.stats-card{transition:border-color .2s ease}.stats-card:hover{border-color:#6366f166!important}.stats-card .anticon{color:#6366f1}.stats-charts-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.sync-status-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.sync-controls-bar{display:flex;gap:16px;align-items:flex-end;flex-wrap:wrap;padding:20px;background:#131720;border-radius:12px;border:1px solid #1e2536;margin-bottom:24px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#4a5568;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#6a7588}@media(max-width:1024px){.chat-container{flex-direction:column;height:auto;min-height:0}.chat-messages{min-height:400px;max-height:60vh}.chat-sidebar{width:100%;flex-direction:row;overflow-x:auto;gap:12px}.chat-sidebar>*{min-width:280px;flex:1}.app-content{padding:16px}.search-controls{flex-direction:column;align-items:stretch}}@media(max-width:900px){.stats-charts-grid{grid-template-columns:1fr}}@media(max-width:768px){.sync-status-grid{grid-template-columns:1fr}.app-header{padding:0 16px}.chat-sidebar{flex-direction:column}.chat-sidebar>*{min-width:0}.chat-empty-state{padding:24px 16px}.chat-input-row{gap:8px}}
