:root{--w-font-sans: "Inter", sans-serif;--w-background: hsl(40 30% 98%);--w-foreground: hsl(30 12% 12%);--w-card: hsl(0 0% 100%);--w-card-foreground: hsl(30 12% 12%);--w-primary: hsl(220 60% 52%);--w-primary-foreground: hsl(0 0% 100%);--w-secondary: hsl(40 24% 95%);--w-secondary-foreground: hsl(30 12% 14%);--w-muted: hsl(40 22% 94%);--w-muted-foreground: hsl(30 8% 42%);--w-accent: hsl(40 24% 95%);--w-accent-foreground: hsl(30 12% 14%);--w-border: hsl(40 18% 88%);--w-input: hsl(40 18% 88%);--w-ring: hsl(220 60% 52%);--w-radius: .75rem;--w-primary-light: hsl(220 60% 70%);--w-primary-dark: hsl(220 60% 40%);--w-shadow-sm: 0 1px 2px 0 hsl(220 25% 10% / .05);--w-shadow-md: 0 4px 6px -1px hsl(220 25% 10% / .08), 0 2px 4px -2px hsl(220 25% 10% / .08);--w-shadow-lg: 0 10px 15px -3px hsl(220 25% 10% / .1), 0 4px 6px -4px hsl(220 25% 10% / .1);--w-shadow-xl: 0 20px 25px -5px hsl(220 25% 10% / .12), 0 8px 10px -6px hsl(220 25% 10% / .12)}.dark{--w-background: hsl(30 8% 12%);--w-foreground: hsl(40 12% 94%);--w-card: hsl(30 8% 17%);--w-card-foreground: hsl(40 12% 94%);--w-primary: hsl(220 60% 58%);--w-primary-foreground: hsl(220 30% 8%);--w-secondary: hsl(30 7% 18%);--w-secondary-foreground: hsl(40 12% 94%);--w-muted: hsl(30 7% 20%);--w-muted-foreground: hsl(35 8% 68%);--w-accent: hsl(30 7% 20%);--w-accent-foreground: hsl(40 12% 94%);--w-border: hsl(30 7% 27%);--w-input: hsl(30 7% 27%);--w-ring: hsl(220 60% 58%);--w-primary-light: hsl(220 60% 68%);--w-primary-dark: hsl(220 60% 45%);--w-shadow-sm: 0 1px 2px 0 hsl(220 40% 2% / .4);--w-shadow-md: 0 4px 6px -1px hsl(220 40% 2% / .45), 0 2px 4px -2px hsl(220 40% 2% / .45);--w-shadow-lg: 0 10px 15px -3px hsl(220 40% 2% / .5), 0 4px 6px -4px hsl(220 40% 2% / .5);--w-shadow-xl: 0 20px 25px -5px hsl(220 40% 2% / .55), 0 8px 10px -6px hsl(220 40% 2% / .55)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--w-font-sans);background:var(--w-secondary);color:var(--w-foreground);line-height:1.6;overflow-x:hidden;transition:background .3s ease,color .3s ease}.header{background:transparent;padding:.5rem 1rem;position:absolute;top:0;left:0;right:0;z-index:1000;transition:all .3s ease}.header.scrolled{background:transparent;padding:.5rem 1rem}.header-content{max-width:100%;margin:0;display:flex;align-items:flex-start;justify-content:space-between;gap:2rem}.logo-container{display:flex;align-items:center;transition:transform .2s ease;cursor:pointer;flex-shrink:0;margin-left:2rem;margin-top:1.5rem}.logo-container:hover{transform:scale(1.02)}.logo-light{height:79px;width:auto;display:block}.logo-dark{height:79px;width:auto;display:none}.dark .logo-light{display:none}.dark .logo-dark{display:block}.nav-links{display:flex;gap:1.5rem;align-items:center;background:var(--w-card);padding:.75rem 1.5rem;border-radius:var(--w-radius);box-shadow:var(--w-shadow-md);border:1px solid var(--w-border);margin-right:0 rem;margin-top:0;transition:background .3s ease,border-color .3s ease}.nav-link{color:var(--w-muted-foreground);text-decoration:none;font-weight:500;font-size:.9rem;transition:color .2s ease;display:flex;align-items:center;gap:.4rem;white-space:nowrap}.nav-link:hover{color:var(--w-primary)}.btn-try-now{background:linear-gradient(135deg,var(--w-primary) 0%,var(--w-primary-dark) 100%);color:var(--w-primary-foreground);padding:.5rem 1.25rem;border-radius:var(--w-radius);text-decoration:none;font-weight:600;font-size:.9rem;transition:all .2s ease;box-shadow:0 4px 12px #3b6cce4d}.btn-try-now:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3b6cce66}.mobile-menu-btn{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-btn span{display:block;width:24px;height:2px;background:var(--w-foreground);transition:all .3s ease}.mobile-menu-btn.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.hero{max-width:1400px;margin:0 auto;padding:12rem 2rem 6rem;text-align:center}.hero-title{font-size:clamp(2.5rem,7vw,5rem);font-weight:800;color:var(--w-foreground);margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.02em}.gradient-text{background:linear-gradient(135deg,var(--w-primary-light) 0%,var(--w-primary) 50%,var(--w-primary-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(1.1rem,2.5vw,1.5rem);color:var(--w-muted-foreground);margin-bottom:3rem;font-weight:400;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.hero-stats{display:flex;gap:3rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.hero-stat{display:flex;flex-direction:column;align-items:center}.stat-value{font-size:2.5rem;font-weight:700;color:var(--w-primary);line-height:1;margin-bottom:.5rem}.stat-label{font-size:.95rem;color:var(--w-muted-foreground);font-weight:500}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:4rem}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:1.1rem 2.5rem;background:linear-gradient(135deg,var(--w-primary) 0%,var(--w-primary-dark) 100%);color:var(--w-primary-foreground);text-decoration:none;border-radius:var(--w-radius);font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 14px #3b6cce66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b6cce80}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1.1rem 2.5rem;background:var(--w-card);color:var(--w-primary);text-decoration:none;border-radius:var(--w-radius);font-weight:600;font-size:1.1rem;transition:all .3s ease;border:2px solid var(--w-border)}.btn-secondary:hover{background:var(--w-accent);border-color:var(--w-primary);transform:translateY(-2px)}.hero-visual{max-width:800px;margin:0 auto;perspective:1000px}.visual-card{background:var(--w-card);border-radius:var(--w-radius);padding:2rem;box-shadow:var(--w-shadow-xl);border:1px solid var(--w-border);transition:transform .3s ease,background .3s ease,border-color .3s ease}.visual-card:hover{transform:translateY(-8px) rotateX(2deg)}.code-snippet{font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:.95rem;text-align:left;display:flex;flex-direction:column;gap:.75rem}.code-line{display:flex;align-items:center;gap:.75rem}.code-user{color:var(--w-primary);font-weight:600}.code-agent{color:#16a34a;font-weight:600}.dark .code-agent{color:#22c55e}.code-result{color:#16a34a;font-size:1.2rem}.dark .code-result{color:#22c55e}.typing-text{color:var(--w-foreground)}.typing-cursor{display:inline-block;color:var(--w-primary);font-weight:700;animation:blink 1s infinite;margin-left:2px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}section{max-width:1400px;margin:0 auto;padding:5rem 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:var(--w-foreground);margin-bottom:1rem;letter-spacing:-.02em}.section-subtitle{font-size:1.2rem;color:var(--w-muted-foreground);font-weight:400}.about-section{background:var(--w-card);border-radius:var(--w-radius);margin:4rem auto;box-shadow:var(--w-shadow-md);transition:background .3s ease,box-shadow .3s ease}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-description{font-size:1.1rem;line-height:1.8;color:var(--w-muted-foreground);margin-bottom:2rem}.about-features{display:flex;flex-direction:column;gap:1rem}.about-feature-item{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:var(--w-foreground)}.feature-check{width:24px;height:24px;color:#16a34a;flex-shrink:0}.dark .feature-check{color:#22c55e}.architecture-img{width:100%;max-width:100%;height:auto;border-radius:var(--w-radius);box-shadow:var(--w-shadow-md);border:1px solid var(--w-border);transition:border-color .3s ease,transform .2s ease;cursor:pointer}.architecture-img:hover{transform:scale(1.02);border-color:var(--w-primary)}.lightbox-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#131720e6;z-index:10000;justify-content:center;align-items:center;cursor:zoom-out;animation:fadeIn .2s ease}.lightbox-overlay.active{display:flex}.lightbox-image{max-width:90%;max-height:90%;border-radius:var(--w-radius);box-shadow:0 20px 60px #13172080;animation:zoomIn .3s ease}.lightbox-close{position:absolute;top:20px;right:30px;color:#fff;font-size:2.5rem;font-weight:300;cursor:pointer;transition:transform .2s ease,opacity .2s ease;opacity:.8;line-height:1}.lightbox-close:hover{transform:scale(1.1);opacity:1}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.capabilities-section{background:var(--w-secondary);transition:background .3s ease}.capabilities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.capability-card{background:var(--w-card);padding:2.5rem;border-radius:var(--w-radius);border:1px solid var(--w-border);transition:all .3s ease;opacity:0;transform:translateY(20px)}.capability-card.animate-in{opacity:1;transform:translateY(0)}.capability-card:hover{transform:translateY(-8px);box-shadow:var(--w-shadow-xl);border-color:var(--w-primary)}.capability-icon{width:56px;height:56px;background:linear-gradient(135deg,#f0f5ff,#d6e4ff);border-radius:var(--w-radius);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--w-primary);transition:background .3s ease}.dark .capability-icon{background:linear-gradient(135deg,#29303d,#333b4d)}.capability-icon svg{width:28px;height:28px}.capability-title{font-size:1.4rem;font-weight:600;color:var(--w-foreground);margin-bottom:.75rem}.capability-description{font-size:1rem;color:var(--w-muted-foreground);line-height:1.7}.team-section{background:var(--w-secondary);transition:background .3s ease}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1000px;margin:0 auto;justify-items:center}.team-card{background:var(--w-card);padding:2rem;border-radius:var(--w-radius);text-align:center;border:1px solid var(--w-border);transition:all .3s ease;opacity:1;transform:scale(1);animation:fadeInUp .6s ease forwards}.team-card.animate-in{opacity:1;transform:scale(1)}.team-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:var(--w-shadow-lg);border-color:var(--w-primary)}.team-image-wrapper{margin-bottom:1rem}.team-image-wrapper img{width:180px!important;height:220px!important;border-radius:var(--w-radius);-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;margin:0 auto;display:block;border:2px solid var(--w-border);transition:border-color .3s ease}.team-image-placeholder{width:180px;height:220px;margin:0 auto;background:linear-gradient(135deg,var(--w-accent) 0%,var(--w-border) 100%);border-radius:var(--w-radius);display:flex;align-items:center;justify-content:center;color:var(--w-muted-foreground)}.team-image-placeholder svg{width:60px;height:60px}.team-name{font-size:1.1rem;font-weight:600;color:var(--w-foreground);margin-bottom:.25rem}.team-role{font-size:.9rem;color:var(--w-muted-foreground);margin-bottom:0;min-height:0;display:none}.team-link{display:inline-flex;align-items:center;gap:.25rem;color:var(--w-primary);text-decoration:none;font-size:.9rem;font-weight:500;transition:transform .2s ease}.team-link:hover{transform:translate(4px)}.team-link svg{width:16px;height:16px}.faq-section{background:var(--w-card);border-radius:var(--w-radius);margin:4rem auto;box-shadow:var(--w-shadow-md);transition:background .3s ease,box-shadow .3s ease}.faq-container{max-width:900px;margin:0 auto}.faq-item{border-bottom:1px solid var(--w-border);transition:all .3s ease}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 0;background:none;border:none;text-align:left;font-size:1.1rem;font-weight:600;color:var(--w-foreground);cursor:pointer;transition:color .2s ease}.faq-question:hover{color:var(--w-primary)}.faq-icon{width:24px;height:24px;color:var(--w-muted-foreground);transition:transform .3s ease;flex-shrink:0}.faq-item.active .faq-icon{transform:rotate(180deg);color:var(--w-primary)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.active .faq-answer{max-height:500px;padding-bottom:1.5rem}.faq-answer p{color:var(--w-muted-foreground);line-height:1.7;font-size:1rem}.paper-section{background:linear-gradient(135deg,var(--w-primary) 0%,var(--w-primary-dark) 100%);border-radius:var(--w-radius);color:var(--w-primary-foreground);text-align:center;margin:4rem auto}.paper-content{max-width:800px;margin:0 auto}.paper-icon{width:80px;height:80px;background:#fff3;border-radius:var(--w-radius);display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.paper-icon svg{width:40px;height:40px}.paper-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.paper-paper-title{max-width:760px;margin:0 auto 1.5rem;font-size:1.2rem;line-height:1.55;font-weight:600;opacity:.98}.paper-description{font-size:1.1rem;line-height:1.7;margin-bottom:1.75rem;opacity:.95}.btn-paper{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.5rem;background:var(--w-primary-foreground);color:var(--w-primary);text-decoration:none;border-radius:var(--w-radius);font-weight:600;font-size:1.1rem;transition:all .3s ease}.btn-paper:hover{transform:translateY(-2px);box-shadow:0 8px 20px #13172033}.contact-section{background:var(--w-secondary);transition:background .3s ease}.contact-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.contact-card{background:var(--w-card);padding:2.5rem;border-radius:var(--w-radius);text-align:center;border:1px solid var(--w-border);transition:all .3s ease}.contact-card:hover{transform:translateY(-8px);box-shadow:var(--w-shadow-xl);border-color:var(--w-primary);cursor:pointer}.contact-icon{width:56px;height:56px;color:var(--w-primary);margin:0 auto 1.5rem}.contact-card h3{font-size:1.3rem;font-weight:600;color:var(--w-foreground);margin-bottom:1rem}.contact-card p,.contact-card a{font-size:1rem;color:var(--w-muted-foreground);line-height:1.7;text-decoration:none;transition:color .2s ease}.contact-card a:hover,.contact-card p a:hover{color:var(--w-primary)}a.contact-card,a.contact-card:hover,a.contact-card h3,a.contact-card p{color:inherit}.footer{background:var(--w-foreground);color:var(--w-primary-foreground);margin-top:4rem;transition:background .3s ease}.dark .footer{background:#141414}.footer-content{max-width:1400px;margin:0 auto;padding:4rem 2rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem}.footer-section h4{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;color:var(--w-primary-foreground)}.footer-section a{display:block;color:#ffffffb3;text-decoration:none;font-size:.95rem;margin-bottom:.75rem;transition:color .2s ease}.footer-section a:hover{color:var(--w-primary-foreground)}.footer-logo-light{height:126px;margin-top:1.5rem;display:block}.footer-logo-dark{height:126px;margin-top:1.5rem;display:none}.dark .footer-logo-light{display:block}.dark .footer-logo-dark{display:none}.footer-bottom{max-width:1400px;margin:0 auto;padding:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#fff9;font-size:.9rem}@media (max-width: 1024px){.about-content{grid-template-columns:1fr}.capabilities-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){html,body{overflow-x:hidden;width:100%}.header{padding:.75rem 1rem}.header-content{gap:1rem}.logo-container{margin-left:0;margin-top:.5rem}.logo-light,.logo-dark{height:50px}.nav-links{position:fixed;top:70px;left:0;right:0;background:var(--w-card);flex-direction:column;padding:1.5rem;gap:1rem;transform:translateY(-150%);transition:transform .3s ease;box-shadow:var(--w-shadow-lg);border-bottom:1px solid var(--w-border);border-radius:0;margin-right:0;z-index:999}.nav-links.active{transform:translateY(0)}.mobile-menu-btn{display:flex;margin-top:.5rem;margin-right:.5rem}.hero{padding:6rem 1rem 3rem}.hero-title{font-size:clamp(1.75rem,6vw,2.5rem)}.hero-subtitle{font-size:1rem;margin-bottom:2rem;padding:0 .5rem}.hero-stats{gap:1.5rem;padding:0 .5rem}.stat-value{font-size:1.75rem}.stat-label{font-size:.8rem}.visual-card{padding:1rem}.code-snippet{font-size:.75rem}.code-line{flex-wrap:wrap;gap:.25rem}section{padding:2.5rem 1rem}.section-title{font-size:clamp(1.5rem,5vw,2rem)}.section-subtitle{font-size:1rem}.about-section{margin:2rem 1rem;border-radius:var(--w-radius)}.about-description{font-size:.95rem}.about-feature-item{font-size:.9rem}.capabilities-grid{grid-template-columns:1fr;gap:1.5rem}.capability-card{padding:1.5rem}.capability-title{font-size:1.2rem}.capability-description{font-size:.9rem}.team-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.team-card{padding:1rem}.team-image-wrapper img{width:100px!important;height:120px!important}.team-name{font-size:.9rem}.faq-section{margin:2rem 1rem}.faq-question{font-size:.95rem;padding:1rem 0}.faq-answer p{font-size:.9rem}.paper-section{margin:2rem 1rem}.paper-title{font-size:1.75rem}.paper-description{font-size:1rem}.paper-paper-title{font-size:1.02rem}.contact-content{grid-template-columns:1fr}.contact-card{padding:1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem;padding:2rem 1rem}.footer-logo-light,.footer-logo-dark{height:80px}.footer-bottom{padding:1.5rem 1rem;font-size:.8rem}}@media (max-width: 480px){.hero{padding:5rem .75rem 2rem}.hero-title{font-size:1.5rem;line-height:1.2}.hero-subtitle{font-size:.9rem}.hero-stats{gap:1rem;flex-wrap:wrap;justify-content:center}.hero-stat{min-width:70px}.stat-value{font-size:1.5rem}.cta-buttons{flex-direction:column;width:100%;gap:.75rem;padding:0 .5rem}.btn-primary,.btn-secondary{width:100%;justify-content:center;padding:.9rem 1.5rem;font-size:1rem}.visual-card{padding:.75rem}.code-snippet{font-size:.65rem}.team-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.team-image-wrapper img{width:80px!important;height:100px!important}.team-name{font-size:.8rem}.capability-icon{width:48px;height:48px}.capability-icon svg{width:24px;height:24px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeInUp .6s ease forwards}
