:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}#root{width:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;align-items:stretch;justify-content:stretch;min-width:320px;min-height:100vh}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:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.App{height:100vh;overflow:hidden}.landing-page{min-height:100vh;background:#fff;overflow-x:hidden}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.06);padding:0}.nav-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:16px 24px}.nav-brand{display:flex;align-items:center;gap:12px}.nav-logo{width:32px;height:32px}.nav-title{font-size:20px;font-weight:700;color:#1a1a1a}.nav-actions{display:flex;align-items:center;gap:16px}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2)}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px;animation:grid-move 20s linear infinite}@keyframes grid-move{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.1) 0%,transparent 50%)}.hero-container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hero-content{color:#fff}.hero-title{font-size:3.5rem!important;font-weight:800!important;line-height:1.1!important;margin-bottom:24px!important;color:#fff!important}.hero-highlight{background:linear-gradient(135deg,#ffeaa7,#fab1a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem!important;line-height:1.6!important;margin-bottom:40px!important;color:#ffffffe6!important}.hero-actions{display:flex;gap:16px;margin-bottom:40px;flex-wrap:wrap}.hero-cta{height:56px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:12px!important;background:linear-gradient(135deg,#00b894,#00cec9)!important;border:none!important;box-shadow:0 8px 32px #00b8944d!important;display:flex!important;align-items:center!important;gap:8px!important;transition:all .3s ease!important}.hero-cta:hover{transform:translateY(-2px)!important;box-shadow:0 12px 40px #00b89466!important}.hero-demo{height:56px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:12px!important;background:#ffffff1a!important;border:2px solid rgba(255,255,255,.2)!important;color:#fff!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;transition:all .3s ease!important}.hero-demo:hover{background:#fff3!important;border-color:#ffffff4d!important;color:#fff!important;transform:translateY(-2px)!important}.hero-trust{color:#ffffffb3!important}.hero-visual{display:flex;justify-content:center;align-items:center}.dashboard-preview{width:100%;max-width:500px;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;overflow:hidden;transform:perspective(1000px) rotateY(-5deg) rotateX(5deg)}.dashboard-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#f8f9fa;border-bottom:1px solid #e9ecef}.dashboard-dots{display:flex;gap:6px}.dashboard-dots span{width:12px;height:12px;border-radius:50%;background:#dee2e6}.dashboard-dots span:nth-child(1){background:#ff5f56}.dashboard-dots span:nth-child(2){background:#ffbd2e}.dashboard-dots span:nth-child(3){background:#27ca3f}.dashboard-title{font-size:14px;font-weight:600;color:#495057}.dashboard-content{display:flex;height:300px}.dashboard-sidebar{width:120px;background:#f8f9fa;padding:20px 0;border-right:1px solid #e9ecef}.sidebar-item{display:flex;align-items:center;gap:8px;padding:12px 16px;font-size:12px;color:#6c757d;cursor:pointer;transition:all .2s ease}.sidebar-item.active{background:#e3f2fd;color:#1976d2;border-right:3px solid #1976d2}.dashboard-main{flex:1;padding:20px}.dashboard-cards{display:flex;gap:16px;margin-bottom:20px}.dashboard-card{flex:1;padding:16px;background:#f8f9fa;border-radius:8px;text-align:center}.card-metric{font-size:24px;font-weight:700;color:#1976d2;margin-bottom:4px}.card-label{font-size:12px;color:#6c757d}.dashboard-chart{height:120px;background:#f8f9fa;border-radius:8px;padding:16px;display:flex;align-items:end}.chart-bars{display:flex;gap:8px;align-items:end;width:100%;height:100%}.chart-bar{flex:1;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px 4px 0 0;animation:bar-grow 2s ease-out}@keyframes bar-grow{0%{height:0!important}}.stats-section{padding:80px 0;background:#f8f9fa}.container{max-width:1200px;margin:0 auto;padding:0 24px}.stat-item{text-align:center}.stat-number{font-size:3rem;font-weight:800;color:#1976d2;margin-bottom:8px}.stat-label{font-size:1rem;color:#6c757d;font-weight:500}.features-section{padding:120px 0;background:#fff}.section-header{text-align:center;margin-bottom:80px}.section-title{font-size:2.5rem!important;font-weight:700!important;margin-bottom:24px!important;color:#1a1a1a!important}.section-subtitle{font-size:1.125rem!important;color:#6c757d!important;max-width:600px;margin:0 auto!important;line-height:1.6!important}.feature-card{height:100%;border:none!important;box-shadow:0 4px 20px #00000014!important;border-radius:16px!important;padding:32px 24px!important;text-align:center;transition:all .3s ease!important}.feature-card:hover{transform:translateY(-8px)!important;box-shadow:0 12px 40px #00000026!important}.feature-icon-wrapper{width:64px;height:64px;margin:0 auto 24px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;display:flex;align-items:center;justify-content:center}.feature-icon{width:32px;height:32px;color:#fff}.feature-title{font-size:1.25rem!important;font-weight:600!important;margin-bottom:16px!important;color:#1a1a1a!important}.feature-description{color:#6c757d!important;line-height:1.6!important;margin:0!important}.testimonials-section{padding:120px 0;background:#f8f9fa}.testimonial-card{height:100%;border:none!important;box-shadow:0 4px 20px #00000014!important;border-radius:16px!important;padding:32px 24px!important}.testimonial-rating{display:flex;gap:4px;margin-bottom:20px;color:#ffc107}.testimonial-content{font-size:1rem!important;line-height:1.6!important;margin-bottom:24px!important;color:#495057!important;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:16px}.author-info{flex:1}.author-name{font-weight:600;color:#1a1a1a;margin-bottom:4px}.author-role{font-size:.875rem;color:#6c757d}.cta-section{padding:120px 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.cta-content{max-width:600px;margin:0 auto}.cta-title{font-size:2.5rem!important;font-weight:700!important;margin-bottom:24px!important;color:#fff!important}.cta-subtitle{font-size:1.125rem!important;color:#ffffffe6!important;margin-bottom:40px!important;line-height:1.6!important}.cta-actions{justify-content:center}.cta-button{height:56px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:12px!important;background:#fff!important;border:none!important;color:#667eea!important;box-shadow:0 8px 32px #fff3!important;display:flex!important;align-items:center!important;gap:8px!important;transition:all .3s ease!important}.cta-button:hover{transform:translateY(-2px)!important;box-shadow:0 12px 40px #ffffff4d!important;color:#667eea!important}.cta-secondary{height:56px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:12px!important;background:#ffffff1a!important;border:2px solid rgba(255,255,255,.2)!important;color:#fff!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;transition:all .3s ease!important}.cta-secondary:hover{background:#fff3!important;border-color:#ffffff4d!important;color:#fff!important;transform:translateY(-2px)!important}.landing-footer{background:#1a1a1a;color:#fff;padding:80px 0 40px}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:80px;margin-bottom:40px}.footer-brand{display:flex;flex-direction:column;gap:16px}.footer-logo{width:40px;height:40px}.footer-title{font-size:24px;font-weight:700;color:#fff}.footer-description{color:#adb5bd!important;margin:0!important;max-width:300px}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-section h5{color:#fff!important;margin-bottom:20px!important;font-weight:600!important}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:12px}.footer-section a{color:#adb5bd;text-decoration:none;transition:color .2s ease}.footer-section a:hover{color:#fff}.footer-bottom{padding-top:40px;border-top:1px solid #343a40;text-align:center}@media (max-width: 1024px){.hero-container{grid-template-columns:1fr;gap:60px;text-align:center}.hero-title{font-size:3rem!important}.dashboard-preview{max-width:400px}}@media (max-width: 768px){.nav-container{padding:12px 16px}.nav-title{display:none}.hero-title{font-size:2.5rem!important}.hero-subtitle{font-size:1.125rem!important}.hero-actions{flex-direction:column;align-items:center}.hero-cta,.hero-demo{width:100%;max-width:300px}.dashboard-preview{max-width:320px}.dashboard-content{height:250px}.dashboard-sidebar{width:80px}.sidebar-item span{display:none}.section-title{font-size:2rem!important}.stat-number{font-size:2.5rem}.footer-content{grid-template-columns:1fr;gap:40px}.footer-links{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width: 480px){.container{padding:0 16px}.hero-title{font-size:2rem!important}.section-title{font-size:1.75rem!important}.cta-title{font-size:2rem!important}.feature-card,.testimonial-card{padding:24px 20px!important}.footer-links{grid-template-columns:1fr;gap:20px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.pulse{animation:pulse 2s infinite}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.app-layout{height:100vh;overflow:hidden}.app-layout .ant-pro-layout{height:100vh}.app-layout .ant-pro-layout .ant-pro-layout-content{height:calc(100vh - 64px);overflow:hidden}.ant-dropdown,.ant-dropdown-menu{background:#fff!important}.header-content{display:flex;align-items:center;height:100%}.header-title{font-size:16px;font-weight:500;color:#666;margin-left:16px;display:inline-flex;align-items:center;gap:6px;min-width:0}.layout-content{height:100%;overflow:auto;-webkit-overflow-scrolling:touch;display:block}.footer-content{text-align:center;color:#999;font-size:12px;padding:8px 0}@media (max-width: 768px){.header-title{margin-left:8px;padding:0 4px}.layout-content{padding:8px}}.header-title-label{display:inline;white-space:nowrap}@media (max-width: 768px){.header-title-label{display:none}}.layout-content::-webkit-scrollbar{width:6px}.layout-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.layout-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.layout-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.ant-dropdown-menu-item-disabled{cursor:default!important}.ant-dropdown-menu-item-disabled:hover{background-color:transparent!important}.project-dropdown .ant-dropdown-menu-item-selected,.project-dropdown .ant-dropdown-menu-item-selected:hover{background-color:#e6f4ff!important;color:#1677ff!important;font-weight:600}.project-dropdown .project-menu-group-label{display:flex;align-items:center;width:100%}.project-dropdown .project-menu-personal-name{font-weight:600;color:#000}.project-dropdown .project-menu-org-name{font-weight:700;color:#262626;cursor:pointer}.project-dropdown .project-menu-add-btn{margin-left:auto}@media (max-width: 900px){.ant-pro-layout-content{padding-inline:0!important;padding-block:0!important}}.ant-badge-count{box-shadow:0 0 0 2px #fff inset}.notification-dropdown{width:380px;max-height:480px;background:#fff;border-radius:8px;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d}.notification-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #f0f0f0}.notification-list{max-height:360px;overflow-y:auto}.notification-list .ant-list-item{padding:12px 16px;border-bottom:1px solid #f5f5f5;transition:background-color .2s}.notification-list .ant-list-item:hover{background-color:#fafafa}.notification-item.unread{background-color:#fff7e6}.notification-item.unread:hover{background-color:#fff1b8}.notification-content{width:100%}.notification-title{display:flex;align-items:center;gap:8px;margin-bottom:4px}.notification-title .title-text{flex:1}.notification-title .timestamp{font-size:11px}.notification-footer{display:flex;justify-content:center;padding:8px 16px;border-top:1px solid #f0f0f0}.ant-dropdown .ant-dropdown-menu,.project-dropdown,.project-dropdown .ant-dropdown-menu{background-color:#fff!important;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d;border-radius:8px}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.auth-content{width:100%;max-width:400px}.auth-card{box-shadow:0 10px 40px #0000001a;border-radius:12px;border:none;overflow:hidden}.auth-card .ant-card-body{padding:40px 32px}.auth-header{text-align:center;margin-bottom:32px}.auth-logo{width:48px;height:48px;margin-bottom:16px}.auth-title{margin-bottom:8px!important;color:#262626}.auth-title.ant-typography{margin-bottom:8px}.auth-footer{margin-top:24px;text-align:center}.auth-link{color:#1890ff;text-decoration:none;font-weight:500}.auth-link:hover{color:#40a9ff;text-decoration:underline}.auth-card .ant-form-item{margin-bottom:20px}.auth-card .ant-form-item-label>label{font-weight:500;color:#262626}.auth-card .ant-input-affix-wrapper,.auth-card .ant-input{border-radius:8px;border:1px solid #d9d9d9;transition:all .3s}.auth-card .ant-input-affix-wrapper:hover,.auth-card .ant-input:hover{border-color:#40a9ff}.auth-card .ant-input-affix-wrapper:focus,.auth-card .ant-input-affix-wrapper-focused,.auth-card .ant-input:focus{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff33}.auth-card .ant-btn-primary{height:48px;border-radius:8px;font-weight:500;font-size:16px;background:linear-gradient(135deg,#1890ff,#096dd9);border:none;box-shadow:0 4px 12px #1890ff4d;transition:all .3s}.auth-card .ant-btn-primary:hover{background:linear-gradient(135deg,#40a9ff,#1890ff);box-shadow:0 6px 16px #1890ff66;transform:translateY(-1px)}.auth-card .ant-btn-primary:active{transform:translateY(0)}@media (max-width: 576px){.auth-container{padding:16px}.auth-card .ant-card-body{padding:32px 24px}.auth-title{font-size:24px!important}.auth-card .ant-btn-primary{height:44px;font-size:15px}}@media (max-width: 480px){.auth-container{padding:12px}.auth-card .ant-card-body{padding:24px 20px}.auth-title{font-size:22px!important}}.auth-card .ant-btn-loading{pointer-events:none}.auth-card .ant-input-prefix{color:#8c8c8c;margin-right:8px}.auth-card .ant-form-item-has-error .ant-input-affix-wrapper,.auth-card .ant-form-item-has-error .ant-input{border-color:#ff4d4f}.auth-card .ant-form-item-has-error .ant-input-affix-wrapper:focus,.auth-card .ant-form-item-has-error .ant-input:focus{border-color:#ff4d4f;box-shadow:0 0 0 2px #ff4d4f33}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-card{animation:slideInUp .6s ease-out}.dashboard-page{background:transparent}.activity-card{height:600px}.status-card{height:300px}.activity-card .ant-card-body,.status-card .ant-card-body{height:calc(100% - 57px);overflow-y:auto}.create-user-modal .ant-modal-body{padding:24px}.create-user-modal .ant-form-item{margin-bottom:20px}.create-user-modal .ant-form-item-label>label{font-weight:500}@media (max-width: 576px){.create-user-modal .ant-modal-body{padding:16px}}.edit-user-modal .ant-modal-body{padding:24px}.edit-user-modal .ant-form-item{margin-bottom:20px}.edit-user-modal .ant-form-item-label>label{font-weight:500}@media (max-width: 576px){.edit-user-modal .ant-modal-body{padding:16px}}.users-page{background:transparent}.users-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.users-header h1{margin:0;color:#262626}@media (max-width: 768px){.users-header{flex-direction:column;align-items:flex-start;gap:16px}}@media (max-width: 576px){.users-header{gap:12px}}.kbchat-wrapper{padding:0 0 16px}.kbchat-card{display:flex;flex-direction:column;height:calc(100vh - 140px);position:relative}.kbchat-body{flex:1 1 auto;overflow-y:auto;padding:16px 16px 96px;background:#fafafa}.kbchat-empty{max-width:640px;margin:60px auto;text-align:center}.kbchat-item{display:flex;padding:8px 0}.kbchat-item.user{justify-content:flex-end}.kbchat-item.assistant{justify-content:flex-start}.kbchat-bubble{max-width:820px;padding:12px 14px;border-radius:12px;background:#fff;box-shadow:0 1px 2px #0000000a;border:1px solid #f0f0f0}.kbchat-item.user .kbchat-bubble{background:#e6f4ff;border-color:#bae0ff}.kbchat-input{position:fixed;left:0;bottom:0;z-index:2;background:transparent;width:100%}.kbchat-input .kbchat-input-bar{position:sticky;bottom:0;display:flex;gap:8px;padding:12px 16px;border-top:1px solid #f0f0f0;background:#fff;box-shadow:0 -2px 8px #00000008}@media (max-width: 768px){.kbchat-body{padding-bottom:110px}}.kbchat-sources{margin-top:12px;padding-top:8px;border-top:1px dashed #eee}.kbchat-sources-title{display:inline-block;margin-bottom:8px}.kbchat-source-list{display:grid;grid-template-columns:1fr;gap:8px}.kbchat-source{background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;padding:10px 12px}.kbchat-source-title{display:flex;align-items:center;gap:8px}.kbchat-source-link{margin-left:auto;font-size:12px}.kbchat-source-meta{margin:6px 0 4px}.kbchat-source-snippet{margin-bottom:0}@media (min-width: 900px){.kbchat-source-list{grid-template-columns:1fr 1fr}}.reddit-post-card{border:1px solid #ccc;border-radius:4px;transition:all .2s ease}.reddit-post-card:hover{border-color:#898989;box-shadow:0 2px 4px #0000001a}.reddit-post-card .ant-card-body{padding:8px 12px}.reddit-vote-section{display:flex;flex-direction:column;align-items:center;min-width:40px;padding:4px}.reddit-vote-section .ant-btn{border:none;box-shadow:none;padding:2px 4px;height:auto;min-height:auto}.reddit-vote-section .ant-btn:hover{background-color:#f5f5f5}.reddit-comment{border-left:2px solid #f0f0f0;margin-left:20px;padding-left:12px}.reddit-comment-depth-0{border-left:none;margin-left:0;padding-left:0}.reddit-comment-author{font-weight:600}.reddit-comment-author.submitter{color:#ff4500}.reddit-comment-score{font-size:12px;font-weight:600}.reddit-comment-score.positive{color:#ff4500}.reddit-comment-score.negative{color:#7193ff}.reddit-comment-score.neutral{color:#999}.reddit-post-title{font-size:18px;font-weight:500;line-height:1.3;margin-bottom:8px;color:#1a1a1b}.reddit-post-title:hover{color:#0079d3}.reddit-post-meta{font-size:12px;color:#787c7e;margin-bottom:8px}.reddit-post-content{font-size:14px;line-height:1.5;color:#1a1a1b;margin-bottom:8px}.reddit-post-markdown-preview{color:#4a4a4a;font-size:14px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:3.2em}.reddit-post-markdown-preview p,.reddit-post-markdown-preview ul,.reddit-post-markdown-preview ol,.reddit-post-markdown-preview pre,.reddit-post-markdown-preview blockquote{margin:0;display:inline}.reddit-post-actions{display:flex;align-items:center;gap:8px}.reddit-post-actions .ant-btn{border:none;box-shadow:none;color:#878a8c;font-size:12px;font-weight:700;padding:4px 8px;height:auto}.reddit-post-actions .ant-btn:hover{background-color:#f6f7f8}.reddit-thumbnail{width:70px;height:70px;object-fit:cover;border-radius:4px;border:1px solid #edeff1}.reddit-subreddit-selector{background:#fff;border-radius:4px;padding:16px;margin-bottom:16px;border:1px solid #ccc}@media (max-width: 768px){.reddit-post-card{margin:0 -8px;border-radius:0;border-left:none;border-right:none}.reddit-thumbnail{width:50px;height:50px}.reddit-vote-section{min-width:30px}.reddit-comment{margin-left:10px;padding-left:8px}}.reddit-loading{text-align:center;padding:40px}.reddit-post-stickied{border-color:#46d160;background-color:#f8fff9}.reddit-post-nsfw{border-color:#ff4500;background-color:#fff8f5}
