*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{background-color:#0f1115;color:#fff;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Space Mono,monospace;font-weight:700;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{font-family:Inter,sans-serif;font-weight:400;line-height:1.6}a{color:#00a2ff;text-decoration:none;transition:color .2s ease}a:hover{color:#08c}.page-container{min-height:100vh;display:flex;flex-direction:column}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#0f1115f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,162,255,.1);position:sticky;top:0;z-index:100}.nav-brand h1{font-size:1.8rem;color:#00a2ff;font-family:Space Mono,monospace}.nav-links{display:flex;gap:2rem}.nav-links a{font-family:Inter,sans-serif;font-weight:500;color:#fff;transition:color .2s ease}.nav-links a:hover,.nav-links a.active{color:#00a2ff}.hero{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem}.hero-content{max-width:800px}.hero-title{font-size:3.5rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#00a2ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#fffc;margin-bottom:2.5rem;line-height:1.6}.cta-button{background:linear-gradient(135deg,#00a2ff,#08c);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;font-family:Inter,sans-serif}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00a2ff4d;color:#fff}.page-content{flex:1;padding:4rem 2rem;max-width:1200px;margin:0 auto;width:100%}.page-content h1{margin-bottom:2rem;color:#00a2ff}.page-content p{font-size:1.1rem;color:#fffc}.error-page{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem}.error-page h1{color:#00a2ff;margin-bottom:1rem}.error-page p{color:#fffc;margin-bottom:2rem}.tech-page .subtitle{font-size:1.2rem;color:#fffc;margin-bottom:3rem}.workflow{margin:3rem 0}.workflow-step{display:flex;align-items:flex-start;gap:2rem;margin-bottom:3rem;padding:2rem;border:1px solid rgba(0,162,255,.2);border-radius:12px;background:#00a2ff0d}.step-number{background:linear-gradient(135deg,#00a2ff,#08c);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0}.step-content{flex:1}.step-content h3{color:#00a2ff;margin-bottom:1rem}.code-block{background:#1a1a1a;border-radius:8px;padding:1.5rem;margin:1rem 0;overflow-x:auto}.code-block pre{margin:0;font-family:Space Mono,monospace;font-size:.9rem;line-height:1.4;color:#e0e0e0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0}.feature{padding:1.5rem;border:1px solid rgba(0,162,255,.2);border-radius:8px;background:#00a2ff0d}.feature h3{color:#00a2ff;margin-bottom:.5rem}.integration-diagram{margin:2rem 0;padding:2rem;background:#00a2ff0d;border-radius:8px}.integration-flow{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.flow-item{background:#00a2ff;color:#fff;padding:.8rem 1.5rem;border-radius:6px;font-weight:500;white-space:nowrap}.flow-arrow{color:#00a2ff;font-size:1.5rem;font-weight:700}.partners-page .subtitle{font-size:1.2rem;color:#fffc;margin-bottom:3rem}.partners-page .hero{text-align:center;margin-bottom:3rem}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.problem-item{background:#ff44441a;padding:2rem;border-radius:8px;border:1px solid rgba(255,68,68,.3)}.problem-item h3{color:#f44;margin-bottom:1rem}.industry-reality{margin:3rem 0}.reality-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.reality-card{background:#ffa5001a;padding:2rem;border-radius:8px;border:1px solid rgba(255,165,0,.3)}.reality-card h3{color:orange;margin-bottom:1rem}.reality-card blockquote{font-style:italic;margin:1rem 0;color:#ffffffe6;border-left:3px solid #FFA500;padding-left:1rem}.reality-card cite{color:#ffffffb3;font-size:.9rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0}.benefit{background:#00ff881a;padding:1.5rem;border-radius:8px;border:1px solid rgba(0,255,136,.3)}.benefit h3{color:#0f8;margin-bottom:.5rem}.partner-category{margin:3rem 0}.partner-category h3{color:#00a2ff;margin-bottom:2rem;font-size:1.5rem}.partner-cards{display:grid;gap:2rem;margin:2rem 0}.partner-cards.three-cards{grid-template-columns:repeat(3,1fr)}.partner-cards.four-cards{grid-template-columns:repeat(4,1fr)}.partner-cards.two-cards{grid-template-columns:repeat(2,1fr)}@media (max-width: 1200px){.partner-cards.three-cards,.partner-cards.four-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.partner-cards.three-cards,.partner-cards.four-cards,.partner-cards.two-cards{grid-template-columns:1fr}}.partner-card{background:#00a2ff0d;padding:2rem;border-radius:12px;border:1px solid rgba(0,162,255,.2);transition:all .3s ease}.partner-card:hover{background:#00a2ff1a;border-color:#00a2ff}.partner-card h4{color:#00a2ff;margin-bottom:1rem;font-size:1.2rem}.partner-card blockquote{font-style:italic;margin:1rem 0;color:#ffffffe6;border-left:3px solid #00A2FF;padding-left:1rem;font-size:.95rem}.source-link{font-size:.85rem;margin:.5rem 0;opacity:.8}.source-link a{color:#00a2ff;text-decoration:none}.source-link a:hover{text-decoration:underline}.models-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0}.model{background:#00a2ff0d;padding:2rem;border-radius:8px;border:1px solid rgba(0,162,255,.2);text-align:center}.model h3{color:#00a2ff;margin-bottom:1rem}.proof-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0}.proof-item{background:#00a2ff0d;padding:1.5rem;border-radius:8px;border:1px solid rgba(0,162,255,.2)}.proof-item h3{color:#00a2ff;margin-bottom:.5rem}.cta-actions{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.cta-button.secondary{background:transparent;border:2px solid #00A2FF;color:#00a2ff}.cta-button.secondary:hover{background:#00a2ff;color:#fff}.demo-container{max-width:600px;margin:0 auto}.demo-form{background:#00a2ff0d;padding:2rem;border-radius:12px;border:1px solid rgba(0,162,255,.2)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#00a2ff;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.8rem;border:1px solid rgba(0,162,255,.3);border-radius:6px;background:#0003;color:#fff;font-family:Inter,sans-serif}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#00a2ff;box-shadow:0 0 0 2px #00a2ff33}.form-note{display:block;margin-top:.5rem;font-size:.9rem;color:#fff9}.demo-success,.demo-error{text-align:center;padding:2rem;border-radius:12px}.demo-success{background:#00ff001a;border:1px solid rgba(0,255,0,.3)}.demo-error{background:#ff00001a;border:1px solid rgba(255,0,0,.3)}.demo-success h2{color:#0f8;margin-bottom:1rem}.demo-error h2{color:#f44;margin-bottom:1rem}.faq-container{max-width:800px;margin:0 auto}.faq-section{margin:3rem 0}.faq-section h2{color:#00a2ff;margin-bottom:2rem;border-bottom:2px solid rgba(0,162,255,.2);padding-bottom:.5rem}.faq-item{background:#00a2ff0d;border:1px solid rgba(0,162,255,.2);border-radius:8px;padding:2rem;margin-bottom:2rem;transition:all .2s ease}.faq-item:hover{background:#00a2ff1a;border-color:#00a2ff}.faq-item h3{color:#00a2ff;margin-bottom:1rem;font-size:1.2rem}.faq-item p{color:#ffffffe6;line-height:1.6}.faq-item strong{color:#00a2ff}.contact-section{background:#00a2ff0d;border:1px solid rgba(0,162,255,.2);border-radius:12px;padding:2rem;text-align:center;margin:3rem 0}.contact-section h2{color:#00a2ff;margin-bottom:1rem}.contact-section p{color:#ffffffe6}.contact-section a{color:#00a2ff;font-weight:500}.contact-section a:hover{text-decoration:underline}.about-hero{text-align:center;margin-bottom:3rem}.about-hero .subtitle{font-size:1.2rem;color:#fffc}.about-page section{margin-bottom:3rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.team-member{background:#00a2ff0d;padding:2rem;border-radius:12px;border:1px solid rgba(0,162,255,.2)}.team-member h3{color:#00a2ff;margin-bottom:.5rem}.team-member .role{color:#fffc;font-weight:500;margin-bottom:1rem}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0}.contact-item{background:#00a2ff0d;padding:1.5rem;border-radius:8px;border:1px solid rgba(0,162,255,.2)}.contact-item h3{color:#00a2ff;margin-bottom:.5rem}.contact-link{color:#00a2ff;font-weight:500;text-decoration:none}.contact-link:hover{text-decoration:underline}.captcha-question{background:#00a2ff1a;border:1px solid rgba(0,162,255,.3);border-radius:6px;padding:.8rem;margin-bottom:.5rem;font-family:Space Mono,monospace;font-size:1.1rem;font-weight:600;color:#00a2ff;text-align:center;transition:all .2s ease}.captcha-question:hover{background:#00a2ff26;border-color:#00a2ff}.investors{background:#00a2ff0d;padding:2rem;border-radius:12px;border:1px solid rgba(0,162,255,.2);text-align:center}@media (max-width: 768px){.nav{padding:1rem}.nav-brand h1{font-size:1.4rem}.nav-links{gap:.5rem}.nav-links a{font-size:.9rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.page-content{padding:2rem 1rem}.workflow-step{flex-direction:column;text-align:center}.integration-flow{flex-direction:column}.flow-arrow{transform:rotate(90deg)}.features-grid,.faq-grid,.contact-grid{grid-template-columns:1fr}.message-content{max-width:90%}.scroll-table{font-size:.9rem}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-4{margin:1rem}.m-8{margin:2rem}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-8{padding:2rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.mr-4{margin-right:1rem}.pt-4{padding-top:1rem}.pb-4{padding-bottom:1rem}.pl-4{padding-left:1rem}.pr-4{padding-right:1rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-mono{font-family:Space Mono,monospace}.font-sans{font-family:Inter,sans-serif}.text-primary{color:#00a2ff}.text-white{color:#fff}.text-gray{color:#fffc}.bg-primary{background-color:#00a2ff}.bg-dark{background-color:#0f1115}.w-full{width:100%}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.gap-4{gap:1rem}.gap-8{gap:2rem}.fade-in{animation:fadeIn .6s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-up{animation:slideUp .8s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}
