*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--background:#ffffff;--foreground:#0a0a0a;--muted:#ececf0;--muted-fg:#717182;--border:rgba(0,0,0,0.1);--primary:#030213;--blue:#2563eb;--radius:0.625rem;--font:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font);background:var(--background);color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}.container{max-width:1152px;margin:0 auto;padding:0 1.5rem}.container-sm{max-width:768px;margin:0 auto;padding:0 1.5rem}.container-lg{max-width:1280px;margin:0 auto;padding:0 1.5rem}.header{position:fixed;top:0;left:0;right:0;z-index:50;border-bottom:1px solid var(--border);background:rgba(255,255,255,0.8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.header-inner{max-width:1280px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:0.5rem;font-size:1.25rem;font-weight:500}.logo svg{width:24px;height:24px}.nav{display:none;align-items:center;gap:2rem;position:absolute;left:50%;transform:translateX(-50%)}.nav a{font-size:0.875rem;color:var(--muted-fg);transition:color 0.2s}.nav a:hover{color:var(--foreground)}.mobile-nav-toggle{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0.5rem}.mobile-nav-toggle svg{width:24px;height:24px;color:var(--foreground)}.mobile-nav{display:none;position:fixed;top:65px;left:0;right:0;background:var(--background);border-bottom:1px solid var(--border);padding:1rem 1.5rem;z-index:49;flex-direction:column;gap:1rem}.mobile-nav.active{display:flex}.mobile-nav a{font-size:0.875rem;color:var(--muted-fg);padding:0.5rem 0}.mobile-nav a:hover{color:var(--foreground)}@media (min-width:768px){.nav{display:flex}.mobile-nav-toggle{display:none}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;overflow:hidden;position:relative}.hero-grid-bg{position:absolute;inset:0;background-image:linear-gradient(to right,#8080800a 1px,transparent 1px),linear-gradient(to bottom,#8080800a 1px,transparent 1px);background-size:64px 64px}.hero-content{position:relative;max-width:1024px;margin:0 auto;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:0.5rem;padding:0.5rem 1rem;border-radius:9999px;background:rgba(236,236,240,0.5);border:1px solid var(--border);margin-bottom:2rem}.hero-badge .pulse{width:8px;height:8px;border-radius:50%;background:var(--primary);animation:pulse 2s infinite}.hero-badge span{font-size:0.875rem;color:var(--muted-fg)}.hero h1{font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.1;letter-spacing:-0.02em;margin-bottom:1.5rem;max-width:800px;margin-left:auto;margin-right:auto}.hero p{font-size:clamp(1.125rem,2.5vw,1.5rem);color:var(--muted-fg);max-width:720px;margin:0 auto;line-height:1.7}@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.5}}.section{padding:8rem 1.5rem}.section-muted{background:rgba(236,236,240,0.3)}.section-label{font-size:0.875rem;font-weight:500;color:var(--blue);margin-bottom:1rem;letter-spacing:0.05em}.section-title{font-size:clamp(2rem,4vw,3rem);line-height:1.15;letter-spacing:-0.02em;margin-bottom:1.5rem}.section-subtitle{font-size:1.125rem;color:var(--muted-fg);max-width:640px;line-height:1.7}.problem-content{font-size:1.125rem;color:var(--muted-fg);max-width:640px}.problem-content p{margin-bottom:1.5rem}.problem-content ul{padding-left:1.5rem;list-style:disc}.problem-content ul li{margin-bottom:0.5rem}.approach-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem;margin-top:4rem}@media (min-width:768px){.approach-grid{grid-template-columns:repeat(4,1fr)}}.approach-step{text-align:center}.approach-step .number{font-size:3rem;font-weight:500;color:rgba(113,113,130,0.3);margin-bottom:1rem}.approach-step h3{font-size:1.25rem;font-weight:500;margin-bottom:0.75rem}.approach-step p{font-size:0.875rem;color:var(--muted-fg);line-height:1.6}.steps{display:grid;gap:3rem}.step{display:flex;align-items:flex-start;gap:1.5rem}.step-icon{flex-shrink:0;width:56px;height:56px;border-radius:12px;background:rgba(3,2,19,0.05);display:flex;align-items:center;justify-content:center}.step-icon svg{width:28px;height:28px;color:var(--primary)}.step-body{flex:1}.step-label{font-size:0.75rem;color:var(--muted-fg);font-family:monospace;letter-spacing:0.05em;margin-bottom:0.5rem}.step-body h3{font-size:1.5rem;margin-bottom:1rem}.step-body>p{font-size:1rem;color:var(--muted-fg);line-height:1.7;margin-bottom:1.5rem}.step-examples{margin-bottom:1.5rem}.step-examples .label{font-size:0.875rem;font-weight:500;margin-bottom:0.75rem}.step-bullet{display:flex;align-items:flex-start;gap:0.5rem;font-size:0.875rem;color:var(--muted-fg);margin-bottom:0.5rem}.step-bullet em{font-style:italic}.step-note{font-size:0.875rem;color:var(--muted-fg);margin-bottom:0.25rem}.step-use-case{display:flex;flex-direction:column;gap:0.5rem;margin-bottom:0.5rem}.step-use-case .role{font-size:0.875rem;font-weight:500;min-width:180px}.step-use-case .example{font-size:0.875rem;color:var(--muted-fg);font-style:italic}@media (min-width:640px){.step-use-case{flex-direction:row;align-items:flex-start}}.step-divider{height:1px;background:var(--border);margin-top:2rem}.cta{text-align:center}.cta h2{font-size:clamp(2rem,4vw,3rem);letter-spacing:-0.02em;margin-bottom:1.5rem}.cta-body{font-size:1.125rem;color:var(--muted-fg);max-width:640px;margin:0 auto 2.5rem}.cta-body p{margin-bottom:1rem}.cta-points{font-size:0.875rem;color:var(--muted-fg)}.cta-points div{margin-bottom:0.5rem}.btn-demo{display:inline-flex;align-items:center;justify-content:center;padding:0.375rem 1rem;font-size:0.875rem;font-weight:500;color:var(--foreground);background:transparent;border-radius:9999px;border:1px solid var(--border);transition:all 0.2s;cursor:pointer;text-decoration:none}.btn-demo:hover{border-color:var(--foreground);color:var(--foreground)}.btn-demo-lg{padding:0.625rem 1.75rem;font-size:1rem;margin-bottom:1rem}.cta-email{display:inline-flex;align-items:center;gap:0.5rem;color:var(--muted-fg)}.cta-email a{color:var(--foreground);text-decoration:underline;text-underline-offset:4px}.cta-email a:hover{opacity:0.7}.footer{border-top:1px solid var(--border);background:rgba(236,236,240,0.3)}.footer-inner{max-width:1280px;margin:0 auto;padding:4rem 1.5rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media (min-width:768px){.footer-grid{grid-template-columns:1fr 1fr}}.footer-brand p{font-size:0.875rem;color:var(--muted-fg);line-height:1.7;max-width:384px;margin-top:1rem}.footer-contact h3{font-size:0.875rem;font-weight:500;margin-bottom:1rem}.footer-contact a,.footer-contact .address{display:flex;align-items:flex-start;gap:0.5rem;font-size:0.875rem;color:var(--muted-fg);margin-bottom:0.75rem;transition:color 0.2s}.footer-contact a:hover{color:var(--foreground)}.footer-contact svg{width:16px;height:16px;flex-shrink:0;margin-top:2px}.footer-bottom{padding-top:2rem;border-top:1px solid var(--border);display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}@media (min-width:768px){.footer-bottom{flex-direction:row}}.footer-links{display:flex;align-items:center;gap:1rem;font-size:0.875rem;color:var(--muted-fg)}.footer-links a:hover{color:var(--foreground)}.footer-copy{font-size:0.875rem;color:var(--muted-fg)}.footer-social a{color:var(--muted-fg);transition:color 0.2s}.footer-social a:hover{color:var(--foreground)}.footer-social svg{width:20px;height:20px}.operators-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center;margin-bottom:5rem}@media (min-width:1024px){.operators-grid{grid-template-columns:1fr 1fr}}.operators-text h2{font-size:clamp(2rem,4vw,3rem);letter-spacing:-0.02em;margin-bottom:1.5rem}.operators-text p{font-size:1.25rem;color:var(--muted-fg);line-height:1.7}.viz-box{border-radius:1rem;border:1px solid var(--border);background:linear-gradient(135deg,var(--background),rgba(236,236,240,0.2));padding:2rem;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.viz{width:100%;max-width:320px}.viz-label{font-size:0.75rem;color:var(--muted-fg);font-family:monospace;margin-bottom:0.75rem}.viz-row{display:flex;gap:0.5rem;margin-bottom:1.5rem}.viz-cell{flex:1;height:48px;border-radius:8px;background:rgba(3,2,19,0.1);border:1px solid rgba(3,2,19,0.2);display:flex;align-items:center;justify-content:center;font-size:0.75rem;font-weight:500}.viz-connector{display:flex;justify-content:center;margin-bottom:1.5rem}.viz-connector div{width:1px;height:32px;background:var(--border)}.viz-ai{height:64px;border-radius:8px;background:linear-gradient(to right,rgba(3,2,19,0.05),rgba(3,2,19,0.1),rgba(3,2,19,0.05));border:1px solid var(--border);display:flex;align-items:center;justify-content:center;gap:0.5rem;margin-bottom:1.5rem}.viz-ai .dot{width:8px;height:8px;border-radius:50%;background:var(--primary);animation:pulse 2s infinite}.viz-ai span{font-size:0.875rem;font-weight:500}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{padding:2rem;border-radius:12px;border:1px solid var(--border);background:var(--background)}.feature-icon{width:48px;height:48px;border-radius:8px;background:rgba(3,2,19,0.05);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-icon svg{width:24px;height:24px;color:var(--primary)}.feature-card h3{font-size:1.25rem;margin-bottom:1rem}.feature-card p{color:var(--muted-fg);line-height:1.7}.hiring-page{padding-top:7rem;padding-bottom:5rem}.back-link{display:inline-flex;align-items:center;gap:0.375rem;font-size:0.875rem;color:var(--muted-fg);margin-bottom:2.5rem;transition:color 0.2s}.back-link:hover{color:var(--foreground)}.back-link svg{width:16px;height:16px}.hiring-header{margin-bottom:3rem}.hiring-header .label{font-size:0.75rem;letter-spacing:0.1em;color:var(--muted-fg);text-transform:uppercase;margin-bottom:0.75rem}.hiring-header h1{font-size:clamp(1.875rem,4vw,2.25rem);letter-spacing:-0.02em;margin-bottom:1rem}.hiring-header p{color:var(--muted-fg);line-height:1.7;max-width:576px}.job-card{border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:border-color 0.2s;margin-bottom:1rem}.job-card:hover{border-color:rgba(0,0,0,0.2)}.job-header{width:100%;text-align:left;padding:1.5rem 2rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;cursor:pointer;background:var(--background);border:none;font-family:inherit;transition:background 0.2s}.job-header:hover{background:rgba(236,236,240,0.2)}.job-header h2{font-size:1.25rem;margin-bottom:0.5rem}@media (min-width:768px){.job-header h2{font-size:1.5rem}.job-header{padding:2rem}}.job-header .subtitle{font-size:0.875rem;color:var(--muted-fg)}.job-meta{display:flex;flex-wrap:wrap;align-items:center;gap:0.75rem;margin-top:0.5rem;font-size:0.75rem;color:var(--muted-fg)}.job-meta span{display:flex;align-items:center;gap:0.25rem}.job-meta svg{width:12px;height:12px}.job-toggle{flex-shrink:0;margin-top:0.25rem}.job-toggle svg{width:20px;height:20px;color:var(--muted-fg)}.job-assessment{margin:-0.5rem 1.5rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:0.75rem;border:1px solid var(--border);border-radius:8px;padding:1rem 1.25rem;background:rgba(236,236,240,0.3);transition:all 0.2s;color:inherit}@media (min-width:768px){.job-assessment{margin:-0.5rem 2rem 2rem}}.job-assessment:hover{background:rgba(236,236,240,0.6);border-color:rgba(0,0,0,0.2)}.job-assessment .title{font-size:0.875rem}.job-assessment .desc{font-size:0.75rem;color:var(--muted-fg);margin-top:0.25rem}.job-assessment svg{width:16px;height:16px;color:var(--muted-fg);flex-shrink:0}.job-details{display:none;padding:2rem;border-top:1px solid var(--border)}@media (min-width:768px){.job-details{padding:2rem 2.5rem}}.job-details.active{display:block}.job-section{margin-bottom:2rem}.job-section:last-child{margin-bottom:0}.job-section h3{font-size:0.875rem;letter-spacing:0.05em;color:var(--muted-fg);text-transform:uppercase;margin-bottom:1rem}.job-section-content{font-size:0.875rem;color:var(--muted-fg);line-height:1.7}.job-section-content p{margin-bottom:1rem}.job-section-content p:last-child{margin-bottom:0}.job-section-content .highlight{color:var(--foreground)}.job-section-content ul{padding-left:1.25rem;list-style:none}.job-section-content ul li{position:relative;padding-left:1rem;margin-bottom:0.5rem}.job-section-content ul li::before{content:'';position:absolute;left:0;top:10px;width:6px;height:6px;background:rgba(113,113,130,0.4);border-radius:50%}.job-section-content .example-box{background:rgba(236,236,240,0.5);border:1px solid var(--border);border-radius:8px;padding:0.75rem 1rem;font-size:0.875rem;font-style:italic;margin-bottom:0.75rem}.job-section-content .layer{border-left:2px solid var(--border);padding-left:1rem;margin-bottom:1rem}.job-section-content .layer .layer-title{color:var(--foreground);margin-bottom:0.25rem}.job-section-content .layer .layer-desc{font-size:0.875rem}.job-section-content h4{color:var(--foreground);margin-top:1.5rem;margin-bottom:0.5rem;font-size:0.875rem}.job-section-content table{width:100%;border:1px solid var(--border);border-radius:8px;overflow:hidden;border-collapse:collapse}.job-section-content thead tr{background:rgba(236,236,240,0.5)}.job-section-content th{text-align:left;padding:0.75rem 1rem;border-bottom:1px solid var(--border);font-weight:500;font-size:0.875rem}.job-section-content td{padding:0.75rem 1rem;font-size:0.875rem}.job-section-content tbody tr{border-bottom:1px solid var(--border)}.job-section-content tbody tr:last-child{border-bottom:none}.job-section-content td.muted{color:var(--muted-fg)}.job-email{display:flex;align-items:center;gap:0.5rem;margin-top:1rem}.job-email svg{width:16px;height:16px;color:var(--muted-fg)}.job-email a{color:var(--foreground);text-decoration:underline;text-underline-offset:4px}.job-email a:hover{opacity:0.7}.hiring-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border);text-align:center;font-size:0.875rem;color:var(--muted-fg)}.legal-page{padding:6rem 0 5rem}.legal-header{margin-bottom:4rem}.legal-header h1{font-size:clamp(1.875rem,4vw,2.25rem);margin-bottom:1rem}.legal-header p{font-size:0.875rem;color:var(--muted-fg)}.legal-content{color:var(--muted-fg);line-height:1.7}.legal-content>div{margin-bottom:3rem}.legal-content h2{color:var(--foreground);font-size:1.25rem;margin-bottom:1rem}.legal-content h3{color:var(--foreground);font-size:1.0625rem;margin-bottom:0.75rem}.legal-content p{margin-bottom:1rem}.legal-content ul{padding-left:1.5rem;list-style:disc;margin-bottom:1.5rem}.legal-content ul li{margin-bottom:0.25rem}.legal-content a{color:var(--foreground);text-decoration:underline;text-underline-offset:4px}.legal-content a:hover{opacity:0.7}.legal-content .bold{color:var(--foreground)}.page-404{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.page-404 h1{font-size:4rem;margin-bottom:1rem}.page-404 p{color:var(--muted-fg);margin-bottom:2rem}.page-404 a{color:var(--foreground);text-decoration:underline;text-underline-offset:4px}.text-center{text-align:center}.mb-0{margin-bottom:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}:focus-visible{outline:2px solid var(--foreground);outline-offset:2px;border-radius:2px}a:focus-visible,button:focus-visible{outline:2px solid var(--foreground);outline-offset:2px}.sr-only:focus{position:fixed;top:0;left:0;width:auto;height:auto;padding:0.75rem 1.5rem;margin:0;overflow:visible;clip:auto;background:var(--foreground);color:var(--background);font-size:0.875rem;font-weight:500;z-index:9999}