.demo-dashboard{background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}.demo-dashboard *{box-sizing:border-box;margin:0;padding:0}.demo-dashboard .container{background:#f8fafc;display:flex;margin:0 auto;max-width:1400px;min-height:100vh}.demo-dashboard .header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;left:0;padding:1rem 2rem;position:fixed;right:0;top:0;z-index:1000}.demo-dashboard .logo{align-items:center;display:flex;gap:.75rem}.demo-dashboard .logo-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:8px;color:#fff;display:flex;font-size:18px;font-weight:700;height:36px;justify-content:center;width:36px}.demo-dashboard .logo-text{color:#1e293b;font-size:1.5rem;font-weight:700}.demo-dashboard .logo-subtitle{color:#64748b;font-size:.8rem}.demo-dashboard .search-bar{flex:1 1;margin:0 2rem;max-width:500px;position:relative}.demo-dashboard .search-input{border:2px solid #e2e8f0;border-radius:25px;font-size:.95rem;padding:.75rem 1rem .75rem 2.5rem;transition:all .3s ease;width:100%}.demo-dashboard .search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.demo-dashboard .search-icon{color:#64748b;left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.demo-dashboard .sign-in-btn{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.demo-dashboard .sign-in-btn:hover{background:#2563eb;transform:translateY(-1px)}.demo-dashboard .back-home-btn{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-weight:600;margin-right:1rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.demo-dashboard .back-home-btn:hover{background:#e2e8f0;color:#1e293b;transform:translateY(-1px)}.demo-dashboard .sidebar{background:#fff;border-right:1px solid #e2e8f0;height:100vh;overflow-y:auto;padding:6rem 0 2rem;position:fixed;width:280px}.demo-dashboard .share-btn{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;margin:1rem;padding:.75rem 1rem;transition:all .3s ease;width:calc(100% - 2rem)}.demo-dashboard .share-btn:hover{background:#2563eb;transform:translateY(-1px)}.demo-dashboard .nav-section{margin:2rem 0}.demo-dashboard .nav-title{color:#64748b;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:1rem;padding:0 1rem;text-transform:uppercase}.demo-dashboard .nav-item{align-items:center;color:#475569;cursor:pointer;display:flex;padding:.75rem 1rem;position:relative;text-decoration:none;transition:all .2s ease}.demo-dashboard .nav-item:hover{background:#f1f5f9;color:#3b82f6}.demo-dashboard .nav-item.active{background:#eff6ff;border-right:3px solid #3b82f6;color:#3b82f6}.demo-dashboard .nav-icon{height:20px;margin-right:.75rem;opacity:.7;width:20px}.demo-dashboard .nav-count{background:#f1f5f9;border-radius:12px;color:#64748b;font-size:.75rem;font-weight:600;margin-left:auto;padding:.25rem .5rem}.demo-dashboard .main-content{flex:1 1;margin-left:280px;padding:6rem 2rem 2rem}.demo-dashboard .content-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 350px}.demo-dashboard .posts-feed{display:flex;flex-direction:column;gap:1.5rem}.demo-dashboard .post-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;padding:1.5rem;transition:all .3s ease}.demo-dashboard .post-card:hover{box-shadow:0 10px 25px -3px #0000001a;transform:translateY(-2px)}.demo-dashboard .post-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.demo-dashboard .author-avatar{align-items:center;background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:50%;color:#fff;display:flex;font-size:18px;font-weight:600;height:48px;justify-content:center;width:48px}.demo-dashboard .author-info h4{color:#1e293b;font-weight:600;margin-bottom:.25rem}.demo-dashboard .author-specialty{color:#64748b;font-size:.875rem}.demo-dashboard .post-time{color:#94a3b8;font-size:.8rem}.demo-dashboard .post-category{background:#eff6ff;border-radius:20px;color:#3b82f6;display:inline-block;font-size:.8rem;font-weight:600;margin-bottom:1rem;padding:.25rem .75rem}.demo-dashboard .post-title{color:#1e293b;font-size:1.25rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.demo-dashboard .post-content{color:#475569;line-height:1.6;margin-bottom:1rem}.demo-dashboard .post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.demo-dashboard .tag{background:#f1f5f9;border-radius:16px;color:#475569;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.demo-dashboard .post-footer{align-items:center;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;padding-top:1rem}.demo-dashboard .post-stats{display:flex;gap:1rem}.demo-dashboard .stat-item{align-items:center;color:#64748b;display:flex;font-size:.875rem;gap:.5rem}.demo-dashboard .stat-icon{height:16px;width:16px}.demo-dashboard .right-sidebar{display:flex;flex-direction:column;gap:1.5rem}.demo-dashboard .connect-card,.demo-dashboard .trending-card{background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;padding:1.5rem}.demo-dashboard .card-title{color:#1e293b;font-size:1.1rem;font-weight:700;margin-bottom:1rem}.demo-dashboard .trending-item{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:.75rem 0}.demo-dashboard .trending-item:last-child{border-bottom:none}.demo-dashboard .trending-topic{color:#3b82f6;font-size:.95rem;font-weight:600}.demo-dashboard .trending-count{color:#64748b;font-size:.8rem}.demo-dashboard .trending-change{color:#10b981;font-size:.8rem;font-weight:600}.demo-dashboard .connect-item{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;gap:.75rem;padding:.75rem 0}.demo-dashboard .connect-item:last-child{border-bottom:none}.demo-dashboard .connect-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-weight:600;height:40px;justify-content:center;width:40px}.demo-dashboard .connect-info h5{color:#1e293b;font-size:.9rem;font-weight:600}.demo-dashboard .connect-specialty{color:#64748b;font-size:.8rem}.demo-dashboard .mutual-connections{color:#64748b;font-size:.75rem}.demo-dashboard .connect-btn{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.8rem;margin-left:auto;padding:.5rem 1rem;transition:all .2s ease}.demo-dashboard .connect-btn:hover{background:#2563eb}.demo-dashboard .cardiology{border-left:4px solid #ef4444}.demo-dashboard .neurology{border-left:4px solid #8b5cf6}.demo-dashboard .oncology{border-left:4px solid #f59e0b}.demo-dashboard .orthopedics{border-left:4px solid #10b981}.demo-dashboard .radiology{border-left:4px solid #3b82f6}@media (max-width:1200px){.demo-dashboard .content-grid{grid-template-columns:1fr}.demo-dashboard .right-sidebar{order:-1}}@media (max-width:768px){.demo-dashboard .sidebar{transform:translateX(-100%);transition:transform .3s ease}.demo-dashboard .main-content{margin-left:0;padding:6rem 1rem 2rem}.demo-dashboard .header{padding:1rem}.demo-dashboard .search-bar{margin:0 1rem}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000001a;padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{color:#2563eb;font-size:1.5rem;font-weight:700;gap:.5rem}.nav-logo i{font-size:1.8rem}.nav-links{align-items:center;display:flex;gap:2rem}.nav-links a{color:#333;font-weight:500;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#2563eb}.cta-button{background:#2563eb;border-radius:8px;color:#fff!important;padding:.5rem 1.5rem;transition:background-color .3s ease}.cta-button:hover{background:#1d4ed8}.demo-button{background:#10b981;border:2px solid #10b981;border-radius:8px;color:#fff!important;font-weight:600;padding:.5rem 1.5rem;text-decoration:none;transition:all .3s ease}.demo-button:hover{background:#059669;border-color:#059669;box-shadow:0 4px 12px #10b9814d;transform:translateY(-1px)}.hero{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;min-height:100vh;padding:120px 0 80px}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 20px}.hero-title{color:#1e293b;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.highlight{color:#2563eb}.hero-subtitle{color:#64748b;font-size:1.25rem;line-height:1.6;margin-bottom:2rem}.hero-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:2rem}.stat{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;padding:1rem;text-align:center}.stat-number{color:#2563eb;display:block;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#64748b;font-size:.875rem}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem}.primary-button,.secondary-button{border-radius:8px;display:inline-block;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.primary-button{background:#2563eb;color:#fff}.primary-button:hover{background:#1d4ed8;transform:translateY(-2px)}.secondary-button{background:#fff;border:2px solid #2563eb;color:#2563eb}.secondary-button:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.tertiary-button{background:#0000;border:2px solid #e2e8f0;color:#64748b}.tertiary-button:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569;transform:translateY(-2px)}.hero-visual{align-items:center;display:flex;justify-content:center}.chat-interface{background:#fff;border-radius:16px;box-shadow:0 20px 25px #0000001a;max-width:400px;overflow:hidden;width:100%}.chat-header{align-items:center;background:#2563eb;color:#fff;display:flex;font-weight:600;gap:.5rem;padding:1rem}.chat-messages{padding:1rem}.message{margin-bottom:1rem}.message.user .message-content{background:#f1f5f9;border-radius:12px;border-bottom-right-radius:4px;padding:.75rem}.message.ai .message-content{background:#dbeafe;border-radius:12px;border-bottom-left-radius:4px;padding:.75rem}.message-meta{color:#64748b;display:flex;font-size:.75rem;justify-content:space-between;margin-top:.5rem}.model{background:#2563eb;border-radius:4px;color:#fff;padding:.25rem .5rem}.evidence-links{margin-top:.5rem}.evidence-link{background:#2563eb;border-radius:4px;color:#fff;display:inline-block;font-size:.75rem;margin-bottom:.25rem;margin-right:.5rem;padding:.25rem .5rem;text-decoration:none}section{padding:80px 0}.section-title{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.problem{background:#f8fafc}.problem-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.problem-card{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d;padding:2rem;text-align:center;transition:transform .3s ease}.problem-card:hover{transform:translateY(-5px)}.problem-icon{align-items:center;background:#fef3c7;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.problem-icon i{color:#f59e0b;font-size:2rem}.problem-card h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.problem-card p{color:#64748b;line-height:1.6}.solution-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:2fr 1fr}.solution-features{display:flex;flex-direction:column;gap:1.5rem}.feature{align-items:flex-start;display:flex;gap:1rem}.feature-icon{align-items:center;background:#dcfce7;border-radius:50%;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.feature-icon i{color:#16a34a;font-size:1.25rem}.feature-content h3{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.feature-content p{color:#64748b;line-height:1.6}.solution-visual{display:flex;flex-direction:column;gap:1rem}.compliance-badge{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;color:#2563eb;display:flex;font-weight:600;gap:.75rem;padding:1rem}.compliance-badge i{font-size:1.5rem}.solution-cta{background:linear-gradient(135deg,#10b981,#059669);border-radius:16px;color:#fff;margin-top:2rem;padding:2rem;text-align:center}.demo-cta-button{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;color:#10b981;display:inline-flex;font-size:1.1rem;font-weight:700;gap:.75rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.demo-cta-button:hover{background:#f8fafc;box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.demo-cta-button i{font-size:1.2rem}.demo-description{font-size:.9rem;font-weight:500;margin-top:1rem;opacity:.9}.market{background:#f8fafc}.market-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.market-stat{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d;padding:2rem;text-align:center}.market-stat .stat-number{color:#2563eb;font-size:2.5rem;margin-bottom:.5rem}.market-stat .stat-label{color:#64748b;font-size:1rem}.competitor-analysis h3{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:2rem;text-align:center}.competitor-table{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d;overflow:hidden}.competitor-row{border-bottom:1px solid #e2e8f0;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;padding:1rem}.competitor-row.header{background:#f1f5f9;color:#1e293b;font-weight:600}.competitor-row.highlight{background:#dbeafe;border:2px solid #2563eb}.competitor-row:last-child{border-bottom:none}.business-model-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.model-card{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d;padding:2rem;text-align:center;transition:transform .3s ease}.model-card:hover{transform:translateY(-5px)}.model-icon{align-items:center;background:#dbeafe;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.model-icon i{color:#2563eb;font-size:2rem}.model-card h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.model-card p{color:#64748b;line-height:1.6;margin-bottom:1rem}.model-metrics{background:#f1f5f9;border-radius:8px;color:#2563eb;font-size:.875rem;font-weight:600;padding:.75rem}.team{background:#f8fafc}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.team-member{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d;padding:2rem;text-align:center}.member-avatar{align-items:center;background:#fef3c7;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.member-avatar i{color:#f59e0b;font-size:2rem}.team-member h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.team-member p{color:#64748b;line-height:1.6}.roadmap{background:#f8fafc}.roadmap-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.roadmap-phase{background:#fff;border-left:4px solid #2563eb;border-radius:16px;box-shadow:0 4px 6px #0000000d;padding:2rem}.phase-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.phase-number{color:#2563eb;font-size:1.5rem;font-weight:700}.phase-timeline{background:#f1f5f9;border-radius:20px;color:#64748b;font-size:.875rem;font-weight:500;padding:.5rem 1rem}.phase-features{margin-bottom:1.5rem}.phase-feature{align-items:center;color:#64748b;display:flex;gap:.75rem;margin-bottom:.75rem}.phase-feature i{color:#16a34a;font-size:.875rem}.phase-milestone{background:#dbeafe;border-radius:8px;color:#1e40af;font-size:.875rem;padding:1rem;text-align:center}.contact{background:linear-gradient(135deg,#1e293b,#334155)}.contact,.contact .section-title{color:#fff}.contact-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-info h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.contact-info p{color:#cbd5e1;line-height:1.6;margin-bottom:1.5rem}.funding-details{margin-bottom:2rem}.funding-item{align-items:flex-start;color:#cbd5e1;display:flex;gap:.75rem;line-height:1.5;margin-bottom:1rem}.funding-item i{color:#2563eb;margin-top:.25rem;width:20px}.contact-details{display:flex;flex-direction:column;gap:1rem}.contact-item{align-items:center;color:#cbd5e1;display:flex;gap:.75rem}.contact-item i{color:#2563eb;width:20px}.contact-form{background:#fff;border-radius:16px;color:#333;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#2563eb;outline:none}.submit-button{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:background-color .3s ease;width:100%}.submit-button:hover{background:#1d4ed8}.footer{background:#1e293b;color:#fff;padding:3rem 0 1rem}.footer-content{justify-content:space-between;margin-bottom:2rem}.footer-content,.footer-logo{align-items:center;display:flex}.footer-logo{color:#2563eb;font-size:1.25rem;font-weight:600;gap:.5rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:#cbd5e1;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#2563eb}.footer-bottom{border-top:1px solid #334155;color:#94a3b8;font-size:.875rem;padding-top:2rem;text-align:center}@media (max-width:768px){.hero-container{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2rem}.hero-stats{grid-template-columns:1fr}.contact-content,.solution-content{gap:2rem;grid-template-columns:1fr}.nav-links{display:none}.hero-cta{justify-content:center}.competitor-row{grid-template-columns:1fr;text-align:center}.competitor-row.header{display:none}.competitor-row>div{margin-bottom:.5rem}.competitor-row>div:before{color:#64748b;content:attr(data-label) ": ";font-weight:600}}@media (max-width:480px){.container{padding:0 15px}.hero{padding:100px 0 60px}section{padding:60px 0}.section-title{font-size:2rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1.125rem}}
/*# sourceMappingURL=main.889ee268.css.map*/