:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{height:100%}body{margin:0;min-width:320px;min-height:100vh;background-color:#000;color:#fff}#root{width:100%;height:100%}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#000;color:#fff;font-family:Public Sans,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden;position:relative}p{font-size:1.125rem;line-height:1.6}body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,transparent 0%,rgba(0,0,0,.4) 100%);pointer-events:none;z-index:0}.blackhat-banner{position:fixed;top:0;left:0;width:100%;height:40px;background:linear-gradient(90deg,#80b4c7,#4a9db5);color:#fff;z-index:1001;display:flex;align-items:center;justify-content:center}.blackhat-banner-content{display:flex;align-items:center;gap:16px;font-size:14px;font-weight:500}.blackhat-banner-text{color:#fff}.blackhat-banner-link{color:#fff;text-decoration:none;font-weight:600;padding:4px 8px;border-radius:4px;background:#fff3;transition:background .2s ease}.blackhat-banner-link:hover{background:#ffffff4d}.nav-header{position:fixed;top:40px;left:0;width:100%;height:60px;background:#0006;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000004d;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 1rem}@media (min-width: 769px){.nav-container{padding:0 2rem}}.nav-logo{display:flex;align-items:center;gap:.75rem}.nav-logo-img{height:35px}.nav-logo-text{font-size:1.5rem;font-weight:300;color:#fff}.nav-menu{display:flex;align-items:center;gap:2rem}.nav-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;cursor:pointer;transition:all .2s ease;border-radius:4px;font-size:.95rem;font-weight:400;color:#fffc}.nav-item a{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit}.nav-item:hover{background-color:#ffffff1a;color:#fff}.nav-item.active{background-color:#fff;color:#000}.nav-arrow{font-size:.7rem;color:#fff9;transition:transform .2s ease}.nav-item:hover .nav-arrow{transform:rotate(180deg)}.nav-cta{display:flex;align-items:center}.mobile-menu-btn{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:4px;transition:background-color .2s ease;position:relative;z-index:1002}.mobile-menu-btn:hover{background-color:#ffffff1a}.mobile-menu-btn svg{width:24px;height:24px;animation:slideInFromTop .3s ease-out}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-overlay{position:fixed;inset:100px 0 0;background-color:#000000f2;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);z-index:999;display:block}.mobile-menu{padding:2rem 1rem;display:flex;flex-direction:column;gap:.75rem;animation:fadeInUp .4s ease-out .1s both;background:#000}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-item{display:flex;color:#fffc;text-decoration:none;padding:1.25rem 1rem;border-radius:8px;font-size:1.2rem;font-weight:400;transition:all .2s ease;border:1px solid transparent;min-height:56px;align-items:center;touch-action:manipulation;background-color:#000c;margin-bottom:.5rem}.mobile-menu-item:hover,.mobile-menu-item.active{background-color:#000;color:#fff;border-color:#ffffff4d;transform:translate(8px)}.mobile-menu-item:focus{outline:2px solid #80b4c7;outline-offset:2px;background-color:#000}.mobile-demo-button{background:linear-gradient(90deg,#80b4c7,#4a9db5);color:#000;border:none;padding:1rem;border-radius:8px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .2s ease;margin-top:1rem}.mobile-demo-button:hover{transform:translateY(-1px);box-shadow:0 4px 15px #80b4c766}.demo-button{background:linear-gradient(90deg,#80b4c7,#4a9db5);color:#000;border:none;padding:10px 20px;border-radius:6px;font-weight:600;font-size:.9rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;font-family:inherit}.demo-button:hover{transform:translateY(-1px);box-shadow:0 4px 15px #80b4c766}.tunnel-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;opacity:.3}#tunnel-canvas{width:100%;height:100%;display:block;pointer-events:auto}.matte-glass-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,#ffffff03,#ffffff01,#fff0);pointer-events:none;z-index:2;opacity:.5}.matte-glass-overlay:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);mask:radial-gradient(ellipse at center,rgba(0,0,0,.3) 0%,rgba(0,0,0,.1) 70%,rgba(0,0,0,0) 100%);-webkit-mask:radial-gradient(ellipse at center,rgba(0,0,0,.3) 0%,rgba(0,0,0,.1) 70%,rgba(0,0,0,0) 100%)}.content{position:relative;z-index:3;min-height:100vh;pointer-events:auto}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding-top:140px}.hero-content{max-width:1200px;width:100%;display:flex;align-items:center;gap:4rem;padding:0 1rem;margin-bottom:4rem}@media (min-width: 769px){.hero-content{padding:0 2rem}}.hero-left{flex:1;text-align:left}.hero-right{flex:1;display:flex;justify-content:center}.hero h1{font-size:3.5rem;font-weight:600;margin-bottom:1rem;line-height:1.1;background:linear-gradient(135deg,#fff,#ccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.25rem;font-weight:300;color:#ccc;margin-bottom:2rem;line-height:1.6}.hero-cta{display:flex;gap:1rem;margin-bottom:3rem}.hero-trusted-by{width:100%;text-align:center;padding:3rem 0;position:relative;z-index:4}.hero-trusted-by .trusted-text{text-align:center;color:#999;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.hero-trusted-by .company-logos-grid{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap;max-width:600px;margin:0 auto}.hero-trusted-by .logo-item{display:flex;align-items:center;justify-content:center;height:60px;transition:opacity .3s ease}.hero-trusted-by .logo-item img{max-height:50px;max-width:150px;object-fit:contain;filter:brightness(2);transition:filter .3s ease}.hero-trusted-by .logo-item:hover img{filter:brightness(2.5)}.hero-video{width:100%;max-width:800px;margin:2rem auto 0;position:relative;z-index:4}.hero-video .demo-video-player{width:100%;border-radius:12px;box-shadow:0 8px 32px #0000004d}.single-testimonial{max-width:1400px;margin:0 auto;text-align:center}.single-testimonial .testimonial-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem 6rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;max-width:none}.single-testimonial .testimonial-content p{font-size:1.25rem;line-height:1.6;color:#ffffffe6;margin-bottom:1.5rem;font-style:italic}.single-testimonial .testimonial-footer{display:flex;align-items:center;justify-content:center;gap:1.5rem}.testimonial-logo{height:40px;filter:brightness(2)}.single-testimonial .testimonial-author strong{color:#80b4c7;font-size:1rem}.single-testimonial .testimonial-author span{color:#ffffffb3;font-size:.9rem}.trusted-by-section{padding:4rem 0;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.trusted-text{text-align:center;color:#999;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem}.company-logos-grid{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap;row-gap:0rem!important}.company-logos-grid .logo-item{display:flex;align-items:center;justify-content:center;height:60px;transition:opacity .3s ease}.company-logos-grid .logo-item img{max-height:60px;max-width:180px;object-fit:contain;filter:brightness(2);transition:filter .3s ease}.company-logos-grid .logo-item:hover img{filter:brightness(2.5)}.demo-section{padding:4rem 0;position:relative;z-index:4}.demo-section h2{font-size:2.5rem;font-weight:300;margin-bottom:1rem;text-align:center}.section-subtitle{font-size:1.2rem;color:#999;text-align:center;margin-bottom:3rem}.section-content{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 769px){.section-content{padding:0 2rem}}.problem-section{padding:4rem 0 2rem;position:relative;z-index:4}.problem-section:first-of-type,section:first-of-type:not(.hero){padding-top:10rem!important}.problem-section h2{font-size:2.5rem;font-weight:300;margin-bottom:3rem;text-align:center}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.problem-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.problem-card:hover{background:#ffffff0f;transform:translateY(-4px);border-color:#80b4c74d}.problem-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:#80b4c71a;border-radius:50%;margin-bottom:1.5rem}.problem-icon svg{color:#80b4c7}.problem-card h3{font-size:1.3rem;font-weight:500;margin-bottom:1rem;color:#fff}.problem-card p{font-size:1rem;line-height:1.6;color:#ccc;margin:0}.use-cases-section{padding:4rem 0;position:relative;z-index:4}.use-cases-section h2{font-size:2.5rem;font-weight:300;margin-bottom:3rem;text-align:center}.use-cases-container{max-width:1000px;margin:0 auto}.use-cases-tabs{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap;justify-content:center}.features-section{padding:4rem 0;position:relative;z-index:4}.features-section h2{font-size:2.5rem;font-weight:300;margin-bottom:4rem;text-align:center}.testimonials-section{padding:4rem 0;position:relative;z-index:4;overflow:hidden}.testimonials-section .section-content{max-width:1400px}.testimonials-section h2{font-size:2.5rem;font-weight:300;margin-bottom:3rem;text-align:center}.testimonials-container{position:relative}.testimonials-track{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.testimonial-card{flex:0 0 350px;max-width:350px;background:#ffffff03;backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 8px 32px #0000004d,0 2px 8px #80b4c71a;transition:all .3s ease}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0006,0 4px 12px #80b4c726;border-color:#ffffff4d}.testimonial-content p{font-size:1.1rem;line-height:1.6;color:#fff;margin-bottom:1.5rem;font-style:italic}.testimonial-footer{display:flex;justify-content:space-between;align-items:center}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.testimonial-author strong{color:#fff;font-weight:600;font-size:1.25rem}.testimonial-author span{color:#999;font-size:.9rem}.company-logo{font-size:.875rem;color:#666;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.leadership-headshot{width:180px;height:180px;margin:0 auto 1.5rem;overflow:hidden;border-radius:50%;border:3px solid rgba(128,180,199,.3);transition:border-color .3s ease}.leadership-headshot:hover{border-color:#80b4c799}.leadership-headshot img{width:100%;height:100%;object-fit:cover;object-position:center}.testimonials-section .testimonial-content{text-align:center}.testimonials-section .testimonial-author{text-align:center;align-items:center}.testimonials-section .testimonial-card{justify-content:flex-start}.testimonials-section .testimonial-content p{font-style:normal;color:#e0e0e0}.testimonials-section .testimonial-author span{color:#fff;font-size:1.1rem;margin-bottom:1rem}.testimonials-section .testimonial-author{margin-bottom:1rem}.testimonial-card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;cursor:pointer}.testimonial-card-link:hover{text-decoration:none;color:inherit}.investors-featured{display:flex;flex-direction:column;align-items:center;gap:3rem;margin:3rem 0}.investor-logo{text-align:center}.investor-logo img{max-height:100px;max-width:300px;object-fit:contain;filter:brightness(2)}.investor-headshots{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.investor-card{display:flex;flex-direction:column;align-items:center;text-align:center}.investor-card .leadership-headshot{margin-bottom:1rem}.investor-card .testimonial-author{text-align:center}@media (max-width: 1024px){.nav-container{padding:0 1rem}.hero-content{gap:3rem}.code-review-demo{width:100%;max-width:500px}}@media (max-width: 1200px) and (min-width: 769px){.hero h1{font-size:3rem}.hero p{font-size:1.2rem}.hero-content{gap:2.5rem}.code-review-demo{max-width:450px}}@media (max-width: 900px) and (min-width: 601px){.hero h1{font-size:2.8rem}.hero p{font-size:1.15rem}.hero-content{flex-direction:column;text-align:center;gap:2rem}.code-review-demo{max-width:400px;height:360px}}@media (max-width: 600px) and (min-width: 481px){.hero h1{font-size:2.3rem}.hero p{font-size:1.1rem}.nav-header{height:58px}.blackhat-banner{height:38px}}@media (min-width: 901px){.mobile-menu-btn{display:none!important}}@media (max-width: 900px){.nav-menu{display:none}.mobile-menu-btn{display:flex!important;align-items:center;justify-content:center}.nav-cta{display:none}}@media (max-width: 768px){.blackhat-banner{height:40px;padding:0 1rem}.blackhat-banner-content{gap:8px;font-size:13px;flex-wrap:wrap}.blackhat-banner-text{font-size:12px}.nav-menu{display:none}.nav-header{top:35px;height:55px}.mobile-menu-btn{display:flex!important;align-items:center;justify-content:center;z-index:1002}.mobile-menu-overlay{top:60px}.nav-cta{display:none}.nav-container{padding:0 1rem;justify-content:space-between;position:relative}.nav-logo-text{font-size:1.2rem}.hero{padding-top:110px;min-height:auto;padding-bottom:2rem}.hero-content{flex-direction:column;gap:2rem;margin-bottom:2rem;text-align:center;padding:0 1rem}.hero-left{order:1;padding:0 20px}.hero-right{order:2;width:90vw}.hero h1{font-size:2.5rem;line-height:1.2}.hero p{font-size:1.1rem;margin-bottom:1.5rem}.hero-cta{justify-content:center;margin-bottom:2rem}.code-review-demo{width:100%;min-width:unset;max-width:100%;height:350px;font-size:11px}.code-editor-header{padding:6px 0 6px 12px;min-height:36px}.editor-tab{padding:3px 8px;font-size:11px}.editor-status{font-size:10px}.line-numbers{padding:12px 6px;font-size:10px;min-width:30px}.word-by-word-container{padding:12px;font-size:11px;line-height:1.4}.security-comment{position:static;transform:none;max-width:none;margin-top:12px;font-size:10px}.rewrite-status{position:static;margin-top:12px;font-size:10px}.hero-trusted-by{padding:2rem 0}.company-logos-grid{gap:1.5rem;flex-wrap:wrap}.hero-trusted-by .logo-item img{max-height:40px;max-width:120px}.hero-video{margin:1rem auto 0}.demo-video-player{border-radius:8px}.single-testimonial .testimonial-card{padding:1.5rem 2rem}.single-testimonial .testimonial-content p{font-size:1.1rem}.testimonial-footer{flex-direction:column;gap:1rem;text-align:center}.section-content{padding:0 1rem}.problem-section,.use-cases-section,.features-section,.testimonials-section,.metrics-section,.security-trust-section,.pricing-section,.cta-section{padding:3rem 0}.problem-section h2,.use-cases-section h2,.features-section h2,.testimonials-section h2,.metrics-section h2,.security-trust-section h2,.pricing-section h2,.cta-section h2{font-size:2rem;margin-bottom:2rem}.cta-section p{font-size:1.1rem}.problem-grid,.metrics-grid,.trust-grid,.pricing-cards{grid-template-columns:1fr;gap:1.5rem}.testimonials-track{flex-direction:column;align-items:center}.testimonial-card{flex:none;max-width:100%;width:100%}.cta-buttons{flex-direction:column;align-items:center;gap:1rem}.cta-primary,.cta-secondary{width:100%;max-width:280px}.footer-content{text-align:center;flex-direction:column;gap:1rem}.footer-links{flex-direction:column;gap:1rem}.investor-headshots,.investors-featured{gap:2rem}}.metrics-section{padding:4rem 0;position:relative;z-index:4}.metrics-section h2{font-size:2.5rem;font-weight:300;margin-bottom:3rem;text-align:center}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.metric-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.metric-card:hover{background:#ffffff0d;transform:translateY(-4px);border-color:#80b4c74d}.metric-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:#80b4c71a;border-radius:50%;margin-bottom:1.5rem}.metric-icon svg{color:#80b4c7}.metric-card h3{font-size:1.3rem;font-weight:500;margin-bottom:1rem;color:#fff}.metric-card p{font-size:1rem;line-height:1.6;color:#ccc}.security-trust-section{padding:6rem 0;position:relative;z-index:4}.security-trust-section h2{font-size:2.5rem;font-weight:300;margin-bottom:3rem;text-align:center}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.trust-item{text-align:center;padding:2rem}.trust-badge{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:#80b4c71a;border:2px solid rgba(128,180,199,.3);border-radius:12px;margin-bottom:1rem;font-weight:600;color:#80b4c7;font-size:1.2rem}.trust-item h3{font-size:1.2rem;font-weight:500;margin-bottom:.5rem;color:#fff}.trust-item p{font-size:.95rem;color:#999}.pricing-section{padding:6rem 0;position:relative;z-index:4}.pricing-section h2{font-size:2.5rem;font-weight:300;margin-bottom:1rem;text-align:center}.pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.pricing-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:2rem;text-align:center;position:relative;transition:all .3s ease}.pricing-card:hover{background:#ffffff0d;transform:translateY(-4px)}.pricing-card.featured{border-color:#80b4c780;background:#80b4c70d}.featured-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#80b4c7;color:#000;padding:.25rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600}.pricing-card h3{font-size:1.5rem;font-weight:500;margin-bottom:1rem;color:#fff}.price{font-size:2.5rem;font-weight:600;color:#80b4c7;margin-bottom:.5rem}.price span{font-size:1rem;color:#999;font-weight:400}.pricing-card p{color:#999;margin-bottom:2rem}.pricing-card ul{list-style:none;padding:0;margin-bottom:2rem;text-align:left}.pricing-card li{padding:.5rem 0;color:#ccc;display:flex;align-items:center;gap:.5rem}.pricing-card li:before{content:"✓";color:#80b4c7;font-weight:600}.cta-section{padding:4rem 0;background:linear-gradient(135deg,#80b4c726,#5b9bd526);position:relative;z-index:4;text-align:center}.cta-section h2{font-size:2.5rem;font-weight:300;margin-bottom:1rem}.cta-section p{font-size:1.2rem;color:#ccc;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-primary{background-color:#80b4c7;color:#000;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s ease}.cta-primary:hover{background-color:#25b8a6;transform:translateY(-2px);box-shadow:0 8px 24px #80b4c74d}.cta-secondary{background-color:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);padding:1rem 2rem;font-size:1.1rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s ease}.cta-secondary:hover{background-color:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.footer{padding:3rem 0;background:#000c;position:relative;z-index:4}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-content p{font-size:1.2rem;text-transform:uppercase;opacity:.5;margin:0}.footer-links{display:flex;gap:3rem}@media (max-width: 768px){.footer-links{gap:0}}.footer-links a{color:#ccc;text-decoration:none;font-size:.9rem;transition:color .2s ease}.modal-overlay{position:fixed;inset:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}@media (min-width: 769px){.modal-overlay{padding:2rem}}.modal-content{background:#000000f2;border:1px solid rgba(255,255,255,.1);border-radius:12px;width:100%;max-width:900px;max-height:90vh;overflow:hidden;position:relative;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.1)}.modal-header h2{color:#fff;font-size:1.5rem;font-weight:500;margin:0}.modal-close{background:none;border:none;color:#999;cursor:pointer;padding:.5rem;border-radius:4px;transition:all .2s ease}.modal-close:hover{background:#ffffff1a;color:#fff}.modal-close svg{width:20px;height:20px}.modal-body{height:600px;background:#fff;border-radius:0 0 12px 12px}.waitlist-modal .modal-body{height:auto;background:transparent;padding:2rem}.waitlist-form{max-width:400px;margin:0 auto}.form-content h3{color:#fff;font-size:1.5rem;font-weight:500;margin-bottom:.5rem;text-align:center}.form-content p{color:#999;text-align:center;margin-bottom:2rem;line-height:1.6}.form-group label{display:block;color:#fff;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.form-group input{width:100%;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:#ffffff0d;color:#fff;font-size:1rem;transition:all .2s ease}.form-group input:focus{outline:none;border-color:#80b4c7;background:#ffffff1a}.form-group input::placeholder{color:#666}.waitlist-form .cta-primary{width:100%;margin-top:1rem}.waitlist-form .cta-primary:disabled{opacity:.6;cursor:not-allowed;background-color:#666}.success-message{text-align:center;padding:2rem}.success-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:#80b4c71a;border-radius:50%;margin-bottom:1rem}.success-icon svg{color:#80b4c7}.success-message h3{color:#fff;font-size:1.5rem;font-weight:500;margin-bottom:.5rem}.success-message p{color:#999;margin:0}.blog-meta{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;font-size:.9rem}.blog-date{color:#80b4c7;font-weight:500}.blog-authors{color:#999}.blog-back{display:inline-flex;align-items:center;gap:.5rem;color:#80b4c7;text-decoration:none;font-size:.9rem;margin-bottom:2rem;transition:color .2s ease}.blog-back:hover{color:#fff}.feature-card{text-decoration:none;color:inherit;transition:transform .2s ease}.code-display{font-family:Fira Code,Monaco,Menlo,monospace;font-size:14px;line-height:1.5;color:#fff}.preloaded-code{opacity:.9;margin:0;white-space:pre-wrap}.streaming-code{margin:0;white-space:pre-wrap;display:inline}.cursor-blink{color:#80b4c7;animation:blink 1s infinite;font-weight:700}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.rewritten-text{color:#80b4c7;background:#80b4c71a;animation:highlight .3s ease-in-out}@keyframes highlight{0%{background:#80b4c74d}to{background:#80b4c71a}}.action-indicator{margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(128,180,199,.2);font-size:.8rem;color:#80b4c7;font-style:italic}.rewriting{position:relative;animation:rewriteFlash 2s ease-in-out}.rewrite-animation{color:#80b4c7;position:relative}.rewrite-animation:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(128,180,199,.3),transparent);animation:rewriteSweep 1s ease-in-out}@keyframes rewriteFlash{0%,to{background:transparent}50%{background:#80b4c71a}}@keyframes rewriteSweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}.rewrite-indicator{margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(128,180,199,.2)}.rewrite-indicator span{font-size:.8rem;color:#80b4c7;display:block;margin-bottom:.5rem}.progress-bar{height:4px;background:#80b4c733;border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:#80b4c7;border-radius:2px;transition:width .1s ease}.feature-card:hover{transform:translateY(-2px)}.form-group label{display:block;color:#fff;font-weight:500;margin-bottom:.5rem;font-size:.9rem}.form-group input{width:100%;padding:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:1rem;transition:border-color .2s ease,background-color .2s ease}.form-group input:focus{outline:none;border-color:#80b4c7;background:#ffffff14}.form-group input::placeholder{color:#ffffff80}.form-group input:disabled{opacity:.6;cursor:not-allowed}.waitlist-modal .modal-content{max-width:500px;width:90vw}.blog-posts{display:flex;flex-direction:column;gap:2rem;max-width:800px;margin:0 auto;margin-top:-2rem}.blog-post-card{display:block;text-decoration:none;color:inherit;padding:2rem;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff05;transition:all .2s ease}.blog-post-card:hover{border-color:#80b4c74d;background:#ffffff0d;transform:translateY(-2px)}.blog-post-card h3{font-size:1.5rem;margin-bottom:1rem;color:#fff}.blog-post-card p{color:#ccc;line-height:1.6;margin-bottom:1.5rem}.blog-post-header{padding:8rem 2rem 2rem;background:#00000080}.blog-post-title{font-size:3rem;font-weight:300;color:#fff;margin-bottom:2rem;line-height:1.2}.blog-post-meta{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.blog-post-date{color:#80b4c7;font-size:1.2rem;font-weight:500}.blog-post-authors{color:#fff;font-size:1.1rem;font-weight:400}.blog-post-content{padding:2rem}.blog-post-body{max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.8}.blog-post-body h2{font-size:2rem;font-weight:300;color:#fff;margin:3rem 0 1.5rem}.blog-post-body p{color:#ccc;margin-bottom:1.5rem}.blog-post-body strong{color:#fff}.code-review-demo{background:#000c;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;font-family:Fira Code,Monaco,Consolas,monospace;font-size:13px;line-height:1.5;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000004d;width:500px;min-width:500px;max-width:500px;height:400px;display:flex;flex-direction:column;box-sizing:border-box}@media (max-width: 768px){.code-review-demo{width:100%;min-width:unset;max-width:calc(100vw - 2rem);margin:0 1rem}}@media (max-width: 480px){.code-review-demo{max-width:calc(100vw - 1rem);margin:0 .5rem}}.code-editor-header{background:#ffffff0d;border-bottom:1px solid rgba(255,255,255,.1);padding:8px 16px;display:flex;justify-content:space-between;align-items:center;min-height:40px}@media (max-width: 768px){.code-editor-header{padding-right:0}}.editor-tabs{display:flex;gap:8px}.editor-tab{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:4px 12px;color:#fff;font-size:12px}.editor-tab.active{background:#80b4c733;border-color:#80b4c766}.editor-status{display:flex;align-items:center;gap:8px;color:#80b4c7;font-size:12px}@media (max-width: 768px){.editor-status{gap:4px}}.status-dot{width:8px;height:8px;border-radius:50%;background:#80b4c7;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.code-editor-body{flex:1;display:flex;overflow:hidden;position:relative}.line-numbers{background:#ffffff05;border-right:1px solid rgba(255,255,255,.1);padding:16px 8px;color:#666;font-size:12px;text-align:right;-webkit-user-select:none;user-select:none;min-width:40px}.line-number{height:19.5px;line-height:19.5px}.code-content{flex:1;position:relative;overflow:hidden}.code-content pre{margin:0;padding:16px;background:transparent;color:#fff;overflow:hidden;height:100%;font-family:inherit;font-size:inherit;line-height:inherit}.scrolling-code{transition:transform .8s linear;will-change:transform}.word-by-word-container{position:relative;height:400px;overflow:hidden;padding:16px;background:transparent;font-family:Fira Code,Monaco,Consolas,monospace;font-size:13px;line-height:1.6}.code-block{display:block;margin-bottom:4px;color:#fff;white-space:pre-wrap;word-wrap:break-word}.code-block.comment{color:#6a994e;font-style:italic}.code-block.code,.code-block.vulnerable{color:#fff}.vulnerable-block{background:#ff453a1a;border-left:3px solid rgba(255,69,58,.6);border-radius:4px;animation:highlightVulnerable .5s ease-in-out}.fixed-block{background:#80b4c71a;border-left:3px solid rgba(128,180,199,.6);border-radius:4px;animation:highlightFixed .5s ease-in-out}.flash-vulnerable{animation:flashVulnerable 1s ease-in-out 3;border-left:3px solid rgba(255,69,58,.5);border-radius:4px}.fixed-content{color:#80b4c7;margin:0;padding:0;background:transparent;font-family:inherit;font-size:inherit;line-height:inherit;padding-left:8px!important;padding-top:0!important;padding-bottom:0!important}.block-content{display:inline}.word-appear{display:inline;opacity:0;animation:fadeInWord .3s ease-in-out forwards}.typing-cursor{color:#80b4c7;animation:blink 1s infinite;font-weight:700;margin-left:2px}@keyframes fadeInWord{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes corridorFadeIn{0%{opacity:0;transform:translateY(-50%) translate(20px) scale(.95)}60%{opacity:.8;transform:translateY(-50%) translate(-2px) scale(1.02)}to{opacity:1;transform:translateY(-50%) translate(0) scale(1)}}@keyframes flashVulnerable{0%,to{background:#ff453a1a;border-left:3px solid rgba(255,69,58,.5)}50%{background:#ff453a4d;border-left:3px solid rgba(255,69,58,.8);box-shadow:0 0 20px #ff453a66}}@keyframes highlightVulnerable{0%{background:#ff453a4d}to{background:#ff453a1a}}@keyframes highlightFixed{0%{background:#80b4c74d}to{background:#80b4c71a}}@keyframes fadeInCursor{0%{opacity:0}to{opacity:1}}.scrolling-comment{position:absolute;right:16px;width:200px;z-index:10;transition:top .8s linear}.security-comment{position:absolute;top:50%;right:16px;transform:translateY(-50%) translate(20px);background:#8b451326;border:1px solid rgba(255,165,0,.4);border-radius:8px;padding:12px;max-width:200px;opacity:0;transition:all .6s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 20px #ffa5001a}.security-comment.visible{opacity:1;transform:translateY(-50%) translate(0);animation:corridorFadeIn .6s cubic-bezier(.4,0,.2,1) forwards}.comment-indicator{display:flex;align-items:center;gap:6px;margin-bottom:8px;color:#80b4c7;font-size:12px;font-weight:500}.comment-text{color:#fff;font-size:11px;line-height:1.4}.rewrite-status{position:absolute;bottom:16px;right:16px;background:#34c7591a;border:1px solid rgba(52,199,89,.3);border-radius:8px;padding:8px 12px;opacity:0;transition:opacity .5s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.rewrite-status.visible{opacity:1}.status-indicator{display:flex;align-items:center;gap:6px;color:#52c41a;font-size:12px;font-weight:500}.demo-video{max-width:600px;margin:0 auto}.demo-video-player{width:100%;height:auto;aspect-ratio:16/9;border-radius:12px;box-shadow:0 8px 32px #0000004d;border:1px solid rgba(255,255,255,.1);background:#0003;object-fit:contain;max-width:100%}.demo-video-player:focus{outline:none;border-color:#80b4c7}@media (max-width: 480px){.blackhat-banner{height:35px;padding:0 .5rem}.blackhat-banner-content{font-size:11px}.nav-header{top:35px;height:55px}.nav-container{padding:0 .75rem}.mobile-menu-btn{display:flex!important;align-items:center;justify-content:center;z-index:1002}.nav-logo-text{font-size:1.1rem}.hero{padding-top:110px}.hero h1{font-size:2rem}.hero p{font-size:1rem}.code-review-demo{height:280px;font-size:10px}.section-content h2{font-size:1.75rem}.single-testimonial .testimonial-card{padding:1rem 1.5rem}.single-testimonial .testimonial-content p{font-size:1rem}.form-row{grid-template-columns:1fr}.waitlist-modal .modal-content{max-width:90vw;margin:1rem}.blog-posts{gap:1.5rem}.blog-post-card{padding:1.5rem}.blog-post-card h3{font-size:1.25rem}.blog-post-header{padding:2rem 1rem 1rem}.blog-post-title{font-size:2rem}.blog-post-date{font-size:1.1rem}.blog-post-authors{font-size:1rem}.blog-post-content{padding:1rem}.blog-post-body{font-size:1rem;line-height:1.6}.blog-post-body h2{font-size:1.5rem;margin:2rem 0 1rem}.demo-video{max-width:100%;padding:0 .5rem}.demo-video-player{border-radius:8px}}.blackhat-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem}.blackhat-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease,border-color .3s ease}.blackhat-card:hover{transform:translateY(-4px);border-color:#80b4c74d}.blackhat-image-container{width:100%;padding:1rem 0;display:flex;justify-content:center}.blackhat-image-container img{max-width:80%;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 4px 12px #0003}.blackhat-card-content{padding:2rem}.blackhat-card h2{font-size:1.5rem;margin-bottom:1rem;color:#80b4c7}.blackhat-details{margin:1rem 0;padding:1rem;background:#80b4c71a;border-radius:8px;border-left:3px solid #80b4c7}.blackhat-details p{margin:.5rem 0;font-size:.95rem}.blackhat-description{margin:1rem 0;color:#fffc;line-height:1.6}.blackhat-cta-button{display:inline-block;background:linear-gradient(90deg,#80b4c7,#4a9db5);color:#000;text-decoration:none;padding:12px 24px;border-radius:8px;font-weight:600;font-size:.95rem;transition:transform .2s ease,box-shadow .2s ease;margin-top:1rem}.blackhat-cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #80b4c74d}.blackhat-form{margin-top:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#80b4c7;font-weight:500;font-size:.9rem}.form-group input,.form-group textarea{width:100%;padding:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fff;font-size:.95rem;transition:border-color .3s ease,background .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#80b4c7;background:#ffffff14}.form-group textarea{resize:vertical;min-height:100px}.blackhat-submit-button{background:linear-gradient(90deg,#80b4c7,#4a9db5);color:#000;border:none;padding:12px 32px;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;width:100%}.blackhat-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #80b4c74d}.blackhat-submit-button:disabled{opacity:.6;cursor:not-allowed}.form-success{text-align:center;padding:2rem;background:#80b4c71a;border-radius:8px;border:1px solid rgba(128,180,199,.3);margin-top:1.5rem}.form-success h3{color:#80b4c7;margin-bottom:.5rem}.form-success p{color:#fffc}@media (max-width: 768px){.blackhat-grid{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.blackhat-card-content{padding:1.5rem}}.careers-list{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.career-item{background:#ffffff03;backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:1.5rem;box-shadow:0 8px 32px #0000004d,0 2px 8px #80b4c71a;transition:all .3s ease;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;color:inherit}.career-item:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0006,0 4px 12px #80b4c726;border-color:#ffffff4d}.career-item h3{color:#80b4c7;font-size:1.3rem;margin-bottom:.5rem}.career-item h3 a{color:inherit;text-decoration:none}.career-item h3 a:hover{text-decoration:underline}.career-location{color:#fff9;font-size:1rem;margin-bottom:.75rem}.career-description{color:#fffc;line-height:1.5;margin-bottom:1rem;font-size:1.05rem}.career-tags{display:flex;flex-wrap:wrap;gap:.5rem}.career-tags span{background:#80b4c733;color:#80b4c7;padding:.25rem .75rem;border-radius:16px;font-size:.8rem;font-weight:500}.careers-contact{text-align:center;margin-top:2rem}.careers-cta-button{display:inline-block;background:linear-gradient(90deg,#80b4c7,#4a9db5);color:#000;text-decoration:none;padding:16px 32px;border-radius:8px;font-weight:600;font-size:1rem;transition:transform .2s ease,box-shadow .2s ease}.careers-cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #80b4c74d}.careers-loading,.careers-error,.careers-empty{text-align:center;padding:3rem 1rem;color:#ffffffb3}.careers-error p{margin-bottom:2rem;color:#ff6b6b}.career-actions{display:flex;justify-content:center;margin-top:1.25rem}.career-apply-button{display:inline-block;background:linear-gradient(90deg,#80b4c7,#4a9db5);color:#000;text-decoration:none;padding:12px 24px;border-radius:20px;font-weight:500;font-size:.95rem;transition:all .3s ease;border:none}.career-apply-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #80b4c74d}.site-footer{background:#000c;border-top:1px solid rgba(255,255,255,.1);margin-top:6rem;position:relative;z-index:5}.footer-content{max-width:1200px;margin:0 auto;padding:4rem 2rem 2rem;gap:3rem}.footer-section h4{color:#80b4c7;font-size:1rem;font-weight:600;margin-bottom:1rem}.footer-log{display:inline-block}.footer-logo-img{height:32px;margin-bottom:1rem}.footer-description{color:#ffffffb3;line-height:1.6;font-size:.9rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#ffffffb3;text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-links a:hover{color:#80b4c7}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0}.footer-bottom-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap}.footer-bottom p{color:#ffffff80;font-size:.85rem;margin:0}.footer-social{display:flex;gap:1rem}.footer-social a{color:#ffffff80;transition:color .2s ease,transform .2s ease}.footer-social a:hover{color:#80b4c7;transform:translateY(-1px)}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem;padding:3rem 2rem 2rem}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.careers-list{grid-template-columns:1fr;gap:1.5rem}.career-item{padding:1.5rem}}.demo-section-privacy h3{margin-top:1em}.demo-section-privacy ul{margin-left:1em;margin-bottom:1em;margin-top:1em}.demo-section-privacy a{color:#80b4c7}
