body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}.header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;color:#fff;padding:1rem 0}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo{color:#fff;text-decoration:none}.logo h1{font-size:1.8rem;font-weight:700;margin:0}.nav{display:flex;gap:2rem}.nav-link{border-radius:6px;color:#fff;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.nav-link:hover{background:#ffffff1a;transform:translateY(-1px)}.nav-link.active{background:#fff3;font-weight:600}@media (max-width:768px){.header-container{flex-direction:column;gap:1rem;padding:1rem}.nav{flex-wrap:wrap;gap:1rem;justify-content:center}.nav-link{font-size:.9rem;padding:.4rem .8rem}}.footer{background:#2c3e50;color:#fff;margin-top:auto;padding:2rem 0 1rem}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content{margin-bottom:1rem;text-align:center}.footer-content p{color:#bdc3c7;font-size:.9rem;margin:.5rem 0}.footer-links{display:flex;gap:2rem;justify-content:center}.footer-link{color:#bdc3c7;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#fff}@media (max-width:768px){.footer-links{align-items:center;flex-direction:column;gap:1rem}}.ai-agent{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:0 auto;max-width:800px;overflow:hidden}.ai-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;gap:1rem;padding:1.5rem}.ai-avatar,.ai-header{align-items:center;display:flex}.ai-avatar{background:#fff3;border-radius:50%;font-size:1.5rem;height:50px;justify-content:center;width:50px}.ai-info h3{font-size:1.2rem;margin:0}.ai-info p{font-size:.9rem;margin:.25rem 0 0;opacity:.8}.messages-container{background:#f8f9fa;height:400px;overflow-y:auto;padding:1rem}.message{display:flex;margin-bottom:1rem}.message-content{border-radius:18px;max-width:70%;padding:.75rem 1rem;position:relative}.user-message{justify-content:flex-end}.user-message .message-content{background:#667eea;border-bottom-right-radius:4px;color:#fff}.ai-message .message-content{background:#fff;border-bottom-left-radius:4px;box-shadow:0 2px 8px #0000001a;color:#2c3e50}.message-content p{line-height:1.4;margin:0}.message-time{display:block;font-size:.75rem;margin-top:.5rem;opacity:.7}.typing-indicator{display:flex;gap:4px;padding:.5rem 0}.typing-indicator span{animation:typing 1.4s infinite;background:#667eea;border-radius:50%;height:6px;width:6px}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}.input-form{background:#fff;border-top:1px solid #e9ecef;display:flex;padding:1rem}.message-input{border:2px solid #e9ecef;border-radius:25px;flex:1 1;font-size:1rem;outline:none;padding:.75rem 1rem;transition:border-color .3s ease}.message-input:focus{border-color:#667eea}.send-button{background:#667eea;border:none;border-radius:25px;color:#fff;cursor:pointer;font-weight:500;margin-left:.5rem;padding:.75rem 1.5rem;transition:background .3s ease}.send-button:hover:not(:disabled){background:#5a6fd8}.send-button:disabled{background:#ccc;cursor:not-allowed}@media (max-width:768px){.messages-container{height:300px}.message-content{max-width:85%}.input-form{padding:.75rem}.message-input,.send-button{font-size:.9rem}.send-button{padding:.6rem 1.2rem}}.home-page{min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0 6rem;text-align:center}.hero-container{margin:0 auto;max-width:1200px;padding:0 2rem}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px #0000004d}.hero-subtitle{font-size:1.3rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.hero-features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.feature-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;padding:2rem}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-item h3{font-size:1.4rem;margin-bottom:.5rem}.feature-item p{line-height:1.5;opacity:.9}.ai-section{background:#f8f9fa;padding:4rem 0}.section-title{color:#2c3e50;font-size:2.5rem;font-weight:600;margin-bottom:1rem;text-align:center}.section-description{color:#6c757d;font-size:1.1rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.platforms-section{background:#fff;padding:4rem 0}.platform-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.platform-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;color:inherit;display:flex;flex-direction:column;padding:2rem;text-decoration:none;transition:all .3s ease}.platform-card:hover{border-color:#667eea;box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.platform-icon{font-size:3rem;margin-bottom:1rem}.platform-card h3{color:#2c3e50;font-size:1.4rem;margin-bottom:1rem}.platform-card p{color:#6c757d;flex-grow:1;line-height:1.6}.platform-link{color:#667eea;display:inline-block;font-weight:500;margin-top:1rem}.tech-highlights{background:#f8f9fa;padding:4rem 0}.highlights-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.highlight-item{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;padding:2rem}.highlight-item h4{color:#2c3e50;font-size:1.2rem;margin-bottom:1rem}.highlight-item p{color:#6c757d;line-height:1.6}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-features{grid-template-columns:1fr}.section-title{font-size:2rem}.highlights-grid,.platform-grid{grid-template-columns:1fr}}.knowledge-base-page{background:#fff;color:#2c3e50;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;min-height:100vh}.knowledge-base-page.toc-visible{padding-left:320px}.knowledge-base-page:not(.toc-visible){padding-left:0}.toc-sidebar{background:#fafafa;border-right:1px solid #e9ecef;bottom:0;box-sizing:border-box;left:0;overflow-y:auto;padding:1rem 1rem 2rem;position:fixed;top:0;width:320px;z-index:100}.toc-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;border-bottom:2px solid #667eea;color:#495057;font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding:0 .5rem 1rem}.toc-root{list-style:none;margin:0;padding:0}.toc-item{margin-bottom:.75rem;position:relative}.toc-link{border:1px solid #0000;border-radius:8px;color:#495057;display:block;font-size:.9rem;line-height:1.4;padding:.6rem .75rem;text-decoration:none;transition:all .3s ease}.toc-link:hover{background:linear-gradient(135deg,#eef2ff,#f3e8ff);border-color:#667eea;color:#3b5bdb;transform:translateX(4px)}.toc-link.active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 8px #667eea4d;color:#fff;font-weight:600}.toc-link.leaf-node{padding-left:2rem;position:relative}.bullet{color:#667eea;font-size:.7rem;font-weight:700;left:.75rem;position:absolute;top:50%;transform:translateY(-50%)}.toc-children{list-style:none;margin-top:.25rem;padding-left:1.5rem}.toc-children .toc-link{font-size:.85rem;padding:.5rem .75rem}.content-area{background:#0000;border-radius:0;box-shadow:none;flex:1 1;margin:0 2rem 2rem;max-width:none;overflow:visible}.content-header{background:#0000;border-bottom:2px solid #e9ecef;color:inherit;margin-bottom:2rem;padding:2rem 0 1rem;text-align:left}.content-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.content-subtitle{color:#6c757d;font-size:1.1rem;margin:0}.content-preamble{background:#f8f9fa;border-left:4px solid #667eea;border-radius:12px;margin-bottom:2rem;padding:2rem 0}.content-preamble p{color:#495057;line-height:1.7;margin:0 0 1rem;padding:0 2rem}.content-preamble p:last-child{margin-bottom:0}.sect1 h2{border-bottom:3px solid #667eea;color:#2c3e50;font-size:2.2rem;font-weight:600;margin:3rem 0 2rem;padding-bottom:1rem;position:relative}.sect1 h2:after{background:linear-gradient(135deg,#667eea,#764ba2);bottom:-3px;content:"";height:3px;left:0;position:absolute;width:60px}.sect2 h3{color:#34495e;font-size:1.6rem;font-weight:500;margin:2rem 0 1.5rem;padding-left:0;position:relative}.sect2 h3:before{background:#667eea;border-radius:2px;content:"";height:1.2em;left:-1rem;position:absolute;top:50%;transform:translateY(-50%);width:4px}.sect3 h4{color:#495057;font-size:1.3rem;font-weight:500;margin:1.5rem 0 1rem;padding-left:0;position:relative}.sect3 h4:before{background:#764ba2;border-radius:1.5px;content:"";height:1em;left:-.8rem;position:absolute;top:50%;transform:translateY(-50%);width:3px}.sect4 h5{color:#6c757d;font-size:1.1rem;font-weight:500;margin:1rem 0 .75rem;padding-left:0}.content-body p,.sectionbody p{color:#495057;font-size:1rem;line-height:1.8;margin-bottom:1.5rem}ol,ul{margin:1.5rem 0;padding-left:2rem}li{color:#495057;margin-bottom:.75rem}pre{background:linear-gradient(135deg,#f8f9fa,#f1f3f4);border:1px solid #e9ecef;border-radius:8px;box-shadow:0 2px 8px #0000000d;margin:1.5rem 0;overflow-x:auto;padding:1.5rem}code,pre{font-family:Courier New,monospace;font-size:.9rem}code{background:linear-gradient(135deg,#f1f3f4,#e8f4f8);border-radius:6px;color:#d63384;font-weight:500;padding:.2rem .5rem}table{border:1px solid #e9ecef;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 12px #00000014;margin:1.5rem 0;overflow:hidden;width:100%}td,th{border-bottom:1px solid #e9ecef;padding:1rem;text-align:left}th{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.9rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}tr:nth-child(2n){background:#f8f9fa}tr:hover{background:#eef2ff;transition:background .2s ease}.admonitionblock{background:linear-gradient(135deg,#fff3cd,#fff8e1);border:1px solid #ffeaa7;border-left:4px solid #f39c12;border-radius:8px;margin:1.5rem 0;padding:1.5rem}.admonitionblock .title{color:#d68910;font-weight:600;margin-bottom:.5rem}.admonitionblock .content{color:#6c5b0a;line-height:1.7}.image-container{background:#f8f9fa;border-radius:12px;margin:2rem 0;padding:1.5rem;text-align:center}.image-container img{border-radius:8px;box-shadow:0 4px 16px #0000001a;height:auto;max-width:100%}.image-title{color:#6c757d;font-size:.9rem;font-style:italic;margin-top:1rem}.toc-toggle{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;box-shadow:0 4px 12px #667eea4d;color:#fff;cursor:pointer;display:none;font-size:1.2rem;height:50px;left:20px;position:fixed;top:20px;transition:all .3s ease;width:50px;z-index:1000}.toc-toggle:hover{box-shadow:0 6px 16px #667eea66;transform:scale(1.1)}.toc-sidebar::-webkit-scrollbar{width:6px}.toc-sidebar::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.toc-sidebar::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:3px}.toc-sidebar::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190)}@media (max-width:768px){.toc-toggle{display:block}.knowledge-base-page.toc-visible{padding-left:0}.toc-sidebar{transform:translateX(-100%);transition:transform .3s ease}.knowledge-base-page.toc-visible .toc-sidebar{transform:translateX(0)}.content-area{margin:0 1rem 2rem}.content-header h1{font-size:2rem}.sect1 h2{font-size:1.8rem}.sect2 h3{font-size:1.4rem}.sect3 h4{font-size:1.2rem}table{font-size:.85rem}td,th{padding:.75rem .5rem}}@media (max-width:480px){.content-area{margin:0 .5rem 2rem}.toc-sidebar{width:280px}.knowledge-base-page.toc-visible{padding-left:280px}}.knowledge-management-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1400px;padding:2rem}.management-header{margin-bottom:2rem;text-align:center}.management-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.management-header p{color:#6c757d;font-size:1.1rem;margin:0}.management-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:400px 1fr;min-height:600px}.tree-panel{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden}.tree-header{align-items:center;background:linear-gradient(135deg,#f8f9fa,#f1f3f4);border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:1.5rem}.tree-header h3{color:#2c3e50;font-size:1.2rem;font-weight:600;margin:0}.add-root-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.add-root-btn:hover:not(:disabled){box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.add-root-btn:disabled{background:#ccc;box-shadow:none;cursor:not-allowed;transform:none}.tree-content{max-height:500px;overflow-y:auto;padding:1rem 0}.tree-item-container{margin-bottom:.25rem}.tree-item{align-items:center;border-left:3px solid #0000;cursor:pointer;display:flex;padding:.75rem 1rem;transition:all .2s ease}.tree-item:hover{background:#f8f9fa}.tree-item.selected{background:linear-gradient(135deg,#eef2ff,#f3e8ff);border-left-color:#667eea}.tree-item.level-1{color:#2c3e50;font-weight:600}.tree-item.level-2{color:#34495e;font-weight:500}.tree-item.level-3{color:#495057}.item-icon{font-size:1.2rem;margin-right:.75rem;min-width:24px}.item-content{flex:1 1;min-width:0}.item-title{display:block;font-size:.95rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-meta{color:#6c757d;display:block;font-size:.8rem;margin-top:.25rem}.status-badge{border-radius:12px;display:inline-block;font-size:.7rem;font-weight:500;margin-left:.5rem;padding:.2rem .5rem}.status-draft{background:#fff3cd;color:#856404}.status-published{background:#d4edda;color:#155724}.status-archived{background:#f8d7da;color:#721c24}.item-actions{opacity:0;transition:opacity .2s ease}.tree-item:hover .item-actions{opacity:1}.action-btn{background:none;border:none;border-radius:4px;cursor:pointer;font-size:1rem;padding:.25rem;transition:all .2s ease}.action-btn:hover{background:#667eea1a;color:#667eea}.tree-children{border-left:1px solid #e9ecef;margin-left:1.5rem}.content-panel{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;min-height:500px;padding:2rem}.add-item-form h3{color:#2c3e50;font-size:1.4rem}.add-item-form h3,.form-group{margin-bottom:1.5rem}.form-group label{color:#495057;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #e9ecef;border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.form-actions{display:flex;gap:1rem;margin-top:2rem}.cancel-btn,.submit-btn{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.submit-btn:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.cancel-btn{background:#f8f9fa;border:1px solid #e9ecef;color:#6c757d}.cancel-btn:hover{background:#e9ecef}.item-detail{height:100%}.item-header{align-items:flex-start;border-bottom:1px solid #e9ecef;display:flex;gap:1rem;margin-bottom:2rem;padding-bottom:1rem}.item-type-icon{background:linear-gradient(135deg,#f8f9fa,#f1f3f4);border-radius:12px;font-size:2rem;padding:.75rem}.item-info h3{color:#2c3e50;font-size:1.5rem;margin:0 0 .5rem}.item-metadata{color:#6c757d;display:flex;flex-wrap:wrap;font-size:.9rem;gap:1rem}.item-metadata span{background:#f8f9fa;border-radius:16px;padding:.25rem .75rem}.item-children,.item-content{margin-bottom:2rem}.item-children h4,.item-content h4{color:#2c3e50;font-size:1.2rem;margin-bottom:1rem}.content-text{background:#f8f9fa;border-radius:8px;color:#495057;line-height:1.6;padding:1.5rem;white-space:pre-wrap}.children-list{grid-gap:.75rem;display:grid;gap:.75rem}.child-item{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;padding:.75rem 1rem;transition:all .2s ease}.child-item:hover{background:#eef2ff;transform:translateX(4px)}.child-icon{font-size:1.1rem;margin-right:.75rem}.child-title{color:#2c3e50;flex:1 1;font-weight:500}.child-meta{color:#6c757d;font-size:.85rem}.empty-state{align-items:center;color:#6c757d;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-state h3{color:#495057;margin-bottom:.5rem}.empty-state p{font-size:.95rem;margin:0}@media (max-width:1024px){.management-container{gap:1.5rem;grid-template-columns:350px 1fr}}@media (max-width:768px){.knowledge-management-page{padding:1rem}.management-container{gap:1.5rem;grid-template-columns:1fr}.tree-panel{order:2}.content-panel{order:1;padding:1.5rem}.management-header h1{font-size:2rem}.item-header{text-align:center}.form-actions,.item-header{flex-direction:column}.cancel-btn,.submit-btn{width:100%}}@media (max-width:480px){.tree-header{flex-direction:column;gap:1rem;text-align:center}.item-metadata{justify-content:center}}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.page-placeholder{align-items:center;color:#666;display:flex;font-size:1.5rem;height:60vh;justify-content:center;text-align:center}