*{color:#ececec;font-family:Roboto,Open Sans,Helvetica Neue,sans-serif}body{margin:0;padding:0}.app{background-color:#212121;display:flex}.chatWindow{background-color:#212121;height:100vh;width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center}.navbar{width:100%;display:flex;justify-content:space-between;align-items:center}.navbar span,.userIconDiv{margin:1rem 2rem}.userIcon{background-color:#171717;height:25px;width:25px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.chatInput{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.inputBox{width:100%;position:relative;max-width:700px;display:flex;justify-content:space-between;align-items:center}input{width:100%;border:none;background-color:#ffffff0d;padding:20px;font-size:.8rem;border-radius:14px;box-shadow:#0000000d 0 54px 55px,#0000000d 0 -12px 30px,#0000000d 0 4px 6px,#0000000d 0 12px 3px,#0000000d 0 -3px 5px}input:focus{outline:none}#submit{cursor:pointer;height:35px;width:35px;font-size:20px;position:absolute;right:15px;display:flex;align-items:center;justify-content:center}#submit i:hover{color:#fff}.info{font-size:.8rem;padding:.5rem;color:#b4b4b4}.info-link{font-size:.8rem;color:#b4b4b4;text-decoration:none}.dropDown{position:absolute;top:4rem;right:4rem;width:150px;background-color:#323232;padding:.3rem .5rem;border-radius:6px;text-align:left;z-index:1000;box-shadow:0 2px 8px #0000001a}.dropDownItem{font-size:.9rem;margin:.3rem 0rem;padding:.5rem .2rem;cursor:pointer}.dropDownItem:hover{background-color:#b4b4b41a;border-radius:6px}.chats{max-width:700px;overflow-y:auto;padding:8rem;scroll-behavior:smooth;scrollbar-color:yellow}.userDiv{display:flex;justify-content:flex-end;font-size:.9rem}.gptDiv{text-align:left;font-size:.9rem}.userMessage{background-color:#323232;padding:10px 20px;border-radius:14px;margin-left:15rem;max-width:500px;width:fit-content}.hljs{border-radius:14px!important}pre{white-space:pre-wrap}.chats{max-width:700px;height:80vh;overflow-y:auto;padding:1rem;margin:0 auto;scrollbar-width:none}.chats::-webkit-scrollbar{display:none}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub Dark
  Description: Dark theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-dark
  Current colors taken from GitHub's CSS
*/.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}.sidebar{background-color:#171717;color:#b4b4b4;height:100vh;width:320px;display:flex;flex-direction:column;overflow:hidden;scroll-behavior:auto;scrollbar-width:none}.sidebar::-webkit-scrollbar{display:none}button{display:flex;justify-content:space-between;align-items:center;margin:10px;padding:10px;border-radius:15px;background-color:transparent;border:solid .5px rgba(255,255,255,.5);cursor:pointer}.logo{height:25px;width:25px;background-color:#fff;border-radius:50%;object-fit:cover}button span{font-size:20px}button:hover{background-color:#b4b4b40d}.history{margin:10px;padding:10px;flex:1;overflow-y:auto}.history::-webkit-scrollbar{display:none}.history{scrollbar-width:none}.history li{list-style-type:none;cursor:pointer;padding:2px 5px;margin-bottom:.3rem;font-size:14px;border:solid 10px transparent;position:relative}.history li:hover{background-color:#b4b4b40d;border-radius:10px}.sign{padding:10px;margin:10px;font-size:14px;text-align:center;border-top:solid .25px rgba(255,255,255,.5)}.fa-trash{opacity:0;position:absolute;right:0}.history li:hover .fa-trash{opacity:1;color:#fff}.fa-trash:hover{color:#f87171!important}.highlighted{background-color:#b4b4b40d;border-radius:10px}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#fff;background-color:#0a0a0a}.cognitai-app{min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a1a)}.navbar-home{position:fixed;top:0;width:100%;background:#0a0a0af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);z-index:1000;padding:1rem 0}.nav-container{width:100%;max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.nav-logo{display:flex;align-items:center}.logo-icon{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{color:#e5e7eb;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#4f46e5}.cta-button{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .2s ease}.cta-button:hover{transform:translateY(-2px)}.hero{padding:8rem 0 4rem;min-height:100vh;display:flex;align-items:center}.hero-container{width:100%;max-width:auto;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.highlight{background:linear-gradient(135deg,#4f46e5,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;color:#9ca3af;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;margin-bottom:2rem}.primary-button{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:transform .2s ease}.primary-button:hover{transform:translateY(-2px)}.secondary-button{background:transparent;color:#e5e7eb;border:2px solid rgba(255,255,255,.2);padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .2s ease}.secondary-button:hover{border-color:#4f46e5;color:#4f46e5}.hero-features{display:flex;gap:2rem}.feature-item{display:flex;align-items:center;gap:.5rem;color:#9ca3af}.checkmark{color:#10b981;font-weight:700}.hero-visual{display:flex;justify-content:center;align-items:center}.ai-brain-icon{font-size:12rem;opacity:.8;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.problems-solutions{padding:6rem 0;background:linear-gradient(135deg,#111,#1a1a1a)}.section-container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.problems-solutions .section-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.problems-side h2,.solutions-side h2{font-size:2.5rem;font-weight:700;margin-bottom:2rem;line-height:1.2}.problem-list,.solution-list{display:flex;flex-direction:column;gap:1.5rem}.problem-item,.solution-item{display:flex;align-items:flex-start;gap:1rem;font-size:1.1rem}.x-mark{color:#ef4444;font-weight:700;font-size:1.2rem;margin-top:.1rem}.solution-item .checkmark{color:#10b981;font-weight:700;font-size:1.2rem;margin-top:.1rem}.functionalities{padding:6rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:3rem;font-weight:700;margin-bottom:1rem}.section-header p{font-size:1.25rem;color:#9ca3af}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.feature-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;transition:transform .3s ease,border-color .3s ease}.feature-card:hover{transform:translateY(-5px);border-color:#4f46e5}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff}.feature-card p{color:#9ca3af;line-height:1.6}.capabilities{padding:6rem 0;background:linear-gradient(135deg,#111,#1a1a1a)}.capabilities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.capability-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;transition:transform .3s ease,border-color .3s ease}.capability-card:hover{transform:translateY(-5px);border-color:#4f46e5}.capability-icon{font-size:3rem;margin-bottom:1rem}.capability-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff}.capability-card p{color:#9ca3af;line-height:1.6}.architecture{padding:6rem 0}.architecture-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.arch-component{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;text-align:center;transition:transform .3s ease,border-color .3s ease}.arch-component:hover{transform:translateY(-5px);border-color:#4f46e5}.arch-icon{font-size:3rem;margin-bottom:1rem}.arch-component h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff}.arch-component p{color:#9ca3af;line-height:1.6}.usp-section{padding:6rem 0;background:linear-gradient(135deg,#111,#1a1a1a)}.usp-content h2{font-size:3rem;font-weight:700;text-align:center;margin-bottom:3rem}.usp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.usp-item{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;transition:transform .3s ease,border-color .3s ease}.usp-item:hover{transform:translateY(-5px);border-color:#4f46e5}.usp-item h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff}.usp-item p{color:#9ca3af;line-height:1.6}.cta-section{padding:6rem 0;background:linear-gradient(135deg,#4f46e5,#7c3aed);position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.1)"/></svg>');animation:float 20s linear infinite}.cta-container{width:100%;max-width:800px;margin:0 auto;padding:0 2rem;text-align:center;position:relative;z-index:1}.cta-content h2{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#fff}.cta-content p{font-size:1.25rem;margin-bottom:2rem;color:#ffffffe6}.cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.cta-primary{background:#fff;color:#4f46e5;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:transform .2s ease}.cta-primary:hover{transform:translateY(-2px)}.cta-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .2s ease}.cta-secondary:hover{background:#ffffff1a;border-color:#fff}.footer{background:#0a0a0a;padding:4rem 0 2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h3,.footer-section h4{color:#fff;margin-bottom:1rem;font-weight:600}.footer-section p{color:#9ca3af;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#4f46e5}.footer-bottom{width:100%;max-width:1200px;margin:2rem auto 0;padding:2rem 2rem 0;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;color:#9ca3af}.footer-links{display:flex;gap:2rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#4f46e5}@media (max-width: 768px){.nav-links{display:none}.hero-container{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.problems-solutions .section-container{grid-template-columns:1fr;gap:3rem}.section-header h2{font-size:2rem}.features-grid{grid-template-columns:1fr}.hero-buttons,.cta-buttons{flex-direction:column;align-items:center}.hero-features{flex-direction:column;gap:1rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.ai-brain-icon{font-size:8rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.section-header h2{font-size:1.75rem}.cta-content h2{font-size:2rem}.nav-container,.section-container,.cta-container{padding:0 1rem}}
