.landing{--bg:#0a0a0f;--surface:#12121a;--surface-2:#1a1a26;--border:#2a2a3a;--text:#e8e8f0;--text-muted:#8888a0;--accent:#ff8c42;--accent-dim:#ff8c4220;--accent-mid:#ff8c4250;--signal:#5b6aff;--signal-dim:#5b6aff15;--warm:#ff6b4a;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Outfit,sans-serif;overflow-x:hidden}.landing *,.landing :before,.landing :after{box-sizing:border-box;margin:0;padding:0}.landing nav{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#0a0a0fcc;width:100%;padding:1.25rem 3rem;position:fixed;top:0}.landing .nav-inner{justify-content:space-between;align-items:center;width:100%;max-width:1100px;margin:0 auto;display:flex}.landing .nav-logo{align-items:center;display:flex}.landing .nav-links{align-items:center;gap:2rem;display:flex}.landing .nav-links a{color:var(--text-muted);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.landing .nav-links a:hover{color:var(--text)}.landing .nav-cta{border-radius:6px;padding:.6rem 1.5rem;background:var(--accent)!important;color:var(--bg)!important;font-weight:600!important;transition:opacity .2s!important}.landing .nav-cta:hover{opacity:.85}.landing .hero{flex-direction:column;justify-content:center;max-width:none;min-height:100vh;padding:8rem 3rem 4rem;display:flex;position:relative;overflow:hidden}.landing .hero-grid-bg{background-image:linear-gradient(var(--border)1px,transparent 1px),linear-gradient(90deg,var(--border)1px,transparent 1px);opacity:.3;background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 40%,#000 20%,#0000 70%);mask-image:radial-gradient(70% 60% at 50% 40%,#000 20%,#0000 70%)}.landing .hero-glow{filter:blur(150px);opacity:.15;pointer-events:none;border-radius:50%;width:600px;height:600px;position:absolute}.landing .hero-glow-1{background:var(--accent);top:-100px;right:10%}.landing .hero-glow-2{background:var(--signal);bottom:-200px;left:5%}.landing .hero-content{max-width:1100px;margin-left:auto;margin-right:auto;animation:.8s ease-out fadeUp;position:relative}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.landing .hero-tag{color:var(--accent);background:var(--accent-dim);border:1px solid var(--accent-mid);letter-spacing:.03em;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;font-family:JetBrains Mono,monospace;font-size:.8rem;display:inline-flex}.landing .hero-tag .pulse{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 0 0 var(--accent-mid)}50%{opacity:.7;box-shadow:0 0 0 6px #0000}}.landing h1{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5.5rem);font-weight:800;line-height:1.05}.landing h1 .highlight{background:linear-gradient(135deg,var(--accent),#ffb380);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing .hero-sub{color:var(--text-muted);max-width:660px;margin-bottom:2.5rem;font-size:1.35rem;font-weight:300;line-height:1.6}.landing .hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.landing .btn-primary{background:var(--accent);color:var(--bg);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.landing .btn-primary:hover{box-shadow:0 8px 30px var(--accent-mid);transform:translateY(-2px)}.landing .btn-secondary{color:var(--text);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .25s;display:inline-flex}.landing .btn-secondary:hover{border-color:var(--text-muted);background:var(--surface)}.landing .hero-proof{flex-wrap:wrap;gap:3rem;margin-top:4rem;display:flex}.landing .proof-item{flex-direction:column;display:flex}.landing .proof-value{color:var(--accent);font-family:JetBrains Mono,monospace;font-size:1.8rem;font-weight:700}.landing .proof-label{color:var(--text-muted);margin-top:.2rem;font-size:.85rem}.landing section{max-width:1100px;margin-left:auto;margin-right:auto;padding:6rem 3rem}.landing .section-label{text-transform:uppercase;letter-spacing:.15em;color:var(--accent);margin-bottom:1rem;font-family:JetBrains Mono,monospace;font-size:.75rem}.landing h2{letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:700;line-height:1.15}.landing .section-sub{color:var(--text-muted);max-width:600px;font-size:1.15rem;font-weight:300;line-height:1.6}.landing .distinction{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface);max-width:none}.landing .distinction>*{max-width:1100px;margin-left:auto;margin-right:auto}.landing .timeline{align-items:flex-start;gap:0;max-width:800px;margin-top:3.5rem;display:flex;position:relative}.landing .timeline-track{background:var(--border);z-index:0;height:2px;position:absolute;top:18px;left:18px;right:18px}.landing .timeline-track-fill{background:linear-gradient(90deg,var(--border),var(--accent));width:0%;height:100%;animation:2s ease-out .3s forwards trackFill;position:absolute;top:0;left:0}@keyframes trackFill{to{width:100%}}.landing .timeline-node{z-index:1;text-align:center;flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.landing .timeline-dot{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:1.5rem;display:flex}.landing .timeline-node.old .timeline-dot{background:var(--surface-2);border:2px solid var(--border)}.landing .timeline-node.old .timeline-dot-inner{background:var(--text-muted);opacity:.5;border-radius:50%;width:10px;height:10px}.landing .timeline-node.new .timeline-dot{background:var(--accent-dim);border:2px solid var(--accent);box-shadow:0 0 20px var(--accent-mid),0 0 40px var(--accent-dim);animation:2s ease-in-out infinite alternate dotGlow}@keyframes dotGlow{0%{box-shadow:0 0 15px var(--accent-dim),0 0 30px transparent}to{box-shadow:0 0 20px var(--accent-mid),0 0 50px var(--accent-dim)}}.landing .timeline-node.new .timeline-dot-inner{background:var(--accent);border-radius:50%;width:10px;height:10px}.landing .timeline-node h3{margin-bottom:.5rem;font-size:1.05rem;font-weight:600;line-height:1.3}.landing .timeline-node.old h3{color:var(--text-muted)}.landing .timeline-node p{max-width:220px;font-size:.85rem;font-weight:300;line-height:1.6}.landing .timeline-node.old p{color:#5a5a70}.landing .timeline-node.new p{color:var(--text-muted)}.landing .timeline-tag{letter-spacing:.1em;text-transform:uppercase;border-radius:3px;margin-bottom:.75rem;padding:.25rem .6rem;font-family:JetBrains Mono,monospace;font-size:.65rem}.landing .timeline-node.old .timeline-tag{color:var(--text-muted);background:var(--surface-2);border:1px solid var(--border)}.landing .timeline-node.new .timeline-tag{color:var(--accent);background:var(--accent-dim);border:1px solid var(--accent-mid)}.landing .problems-intro{grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem;display:grid}.landing .problem-statement{border-bottom:1px solid var(--border);padding:2rem 0;position:relative}.landing .problem-statement:last-child{border-bottom:none}.landing .problem-header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.landing .problem-x{width:32px;height:32px;color:var(--warm);background:#ff6b4a15;border:1px solid #ff6b4a40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.landing .problem-statement h3{color:var(--text);margin-bottom:0;font-size:1.3rem;font-weight:600;line-height:1.3}.landing .problem-num{color:var(--warm);letter-spacing:.1em;text-transform:uppercase;background:#ff6b4a12;border:1px solid #ff6b4a30;border-radius:4px;margin-bottom:.75rem;padding:.3rem .7rem;font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:700;display:inline-block}.landing .problem-detail{flex-direction:column;gap:.75rem;display:flex}.landing .problem-line{align-items:flex-start;gap:.75rem;font-size:1rem;font-weight:300;line-height:1.65;display:flex}.landing .problem-icon-x{width:24px;height:24px;color:var(--warm);background:#ff6b4a15;border:1px solid #ff6b4a40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:.7rem;font-weight:700;display:flex}.landing .problem-icon-check{background:var(--accent-dim);border:1px solid var(--accent-mid);width:24px;height:24px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:.75rem;font-weight:700;display:flex}.landing .problem-detail .crossed{opacity:.7;color:var(--text-muted);-webkit-text-decoration:line-through #ff6b4a40;text-decoration:line-through #ff6b4a40;text-decoration-thickness:1px}.landing .problem-detail .solved{color:var(--accent);font-weight:500}.landing .steps{gap:0;margin-top:3.5rem;display:grid}.landing .step{border-bottom:1px solid var(--border);grid-template-columns:80px 1fr;align-items:start;gap:2rem;padding:2.5rem 0;display:grid}.landing .step:last-child{border-bottom:none}.landing .step-num{color:var(--surface-2);-webkit-text-stroke:1px var(--border);font-family:JetBrains Mono,monospace;font-size:2.5rem;font-weight:700;line-height:1}.landing .step h3{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.landing .step p{color:var(--text-muted);max-width:600px;font-weight:300;line-height:1.65}.landing .terminal-section{justify-content:center;max-width:none;padding:0 3rem 2rem;display:flex}.landing .terminal{background:var(--surface);border:1px solid var(--border);border-radius:12px;width:100%;max-width:760px;font-family:JetBrains Mono,monospace;font-size:.82rem;line-height:1.7;overflow:hidden}.landing .terminal-bar{background:var(--surface-2);border-bottom:1px solid var(--border);align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.landing .terminal-dot{background:var(--border);border-radius:50%;width:10px;height:10px}.landing .terminal-tab{color:var(--text-muted);background:var(--bg);border:1px solid var(--border);border-radius:4px;margin-left:1rem;padding:.25rem .75rem;font-family:JetBrains Mono,monospace;font-size:.7rem}.landing .terminal-body{padding:1.5rem}.landing .terminal-body .muted{color:var(--text-muted)}.landing .terminal-body .green{color:var(--accent)}.landing .terminal-body .blue{color:var(--signal)}.landing .terminal-body .orange{color:var(--warm)}.landing .terminal-body .line{margin-bottom:.3rem}.landing .terminal-body .divider{border-top:1px dashed var(--border);margin:.8rem 0}.landing .blink{animation:1s step-end infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.landing .handles{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);max-width:none}.landing .handles>*{max-width:1100px;margin-left:auto;margin-right:auto}.landing .handles-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:3rem;display:grid}.landing .handle-item{background:var(--bg);border:1px solid var(--border);border-radius:10px;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:.95rem;font-weight:400;transition:border-color .2s;display:flex}.landing .handle-item:hover{border-color:var(--accent-mid)}.landing .handle-check{color:var(--accent);flex-shrink:0;font-size:1rem}.landing .everyone-convo{flex-direction:column;gap:1.5rem;max-width:700px;margin-top:3rem;display:flex}.landing .convo-item{grid-template-columns:auto 1fr auto;align-items:start;gap:1rem;display:grid}.landing .convo-avatar{width:40px;height:40px;color:var(--bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:.2rem;font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:700;display:flex}.landing .convo-avatar.pm{background:#c084fc}.landing .convo-avatar.design{background:#60a5fa}.landing .convo-avatar.support{background:#f472b6}.landing .convo-avatar.eng{background:var(--accent)}.landing .convo-bubble{background:var(--surface);border:1px solid var(--border);border-radius:2px 12px 12px;padding:1rem 1.25rem}.landing .convo-name{margin-bottom:.3rem;font-size:.8rem;font-weight:600}.landing .convo-name span{color:var(--text-muted);margin-left:.4rem;font-size:.75rem;font-weight:400}.landing .convo-msg{color:var(--text);font-size:.95rem;line-height:1.5}.landing .convo-msg .mention{color:var(--accent);font-weight:500}.landing .convo-result{border-top:1px dashed var(--border);color:var(--accent);align-items:center;gap:.5rem;margin-top:.75rem;padding-top:.65rem;font-family:JetBrains Mono,monospace;font-size:.78rem;display:flex}.landing .convo-result .pr-link{color:var(--signal)}.landing .convo-time{color:var(--text-muted);white-space:nowrap;margin-top:.3rem;font-family:JetBrains Mono,monospace;font-size:.7rem}.landing .integrations{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);max-width:none}.landing .integrations>*{max-width:1100px;margin-left:auto;margin-right:auto}.landing .integrations-row{flex-wrap:wrap;gap:1rem;margin-top:3rem;display:flex}.landing .integration-chip{background:var(--bg);border:1px solid var(--border);color:var(--text);border-radius:100px;align-items:center;gap:.6rem;padding:.7rem 1.25rem;font-size:.9rem;font-weight:500;transition:border-color .2s;display:inline-flex}.landing .integration-chip:hover{border-color:var(--text-muted)}.landing .integration-chip .ic-dot{background:var(--accent);border-radius:50%;width:8px;height:8px}.landing .integrations-note{color:var(--text-muted);max-width:600px;margin-top:1.5rem;font-size:.95rem;font-weight:300;line-height:1.6}.landing .benefits-list{gap:0;margin-top:3.5rem;display:grid}.landing .benefit-row{border-bottom:1px solid var(--border);grid-template-columns:1fr;padding:2.25rem 0;display:grid;position:relative}.landing .benefit-row:first-child{padding-top:0}.landing .benefit-row:last-child{border-bottom:none}.landing .benefit-row h3{align-items:baseline;gap:.75rem;margin-bottom:.4rem;font-size:1.25rem;font-weight:600;display:flex}.landing .benefit-row h3 .b-icon{width:22px;height:22px;color:var(--accent);flex-shrink:0;position:relative;top:2px}.landing .benefit-row p{color:var(--text-muted);padding-left:2.75rem;font-size:.95rem;font-weight:300;line-height:1.65}.landing .cta-section{text-align:center;max-width:none;padding:8rem 3rem;position:relative}.landing .cta-section .hero-glow{background:var(--accent);opacity:.08;width:500px;height:500px;top:50%;left:50%;transform:translate(-50%,-50%)}.landing .cta-section h2{max-width:1100px;margin-left:auto;margin-right:auto}.landing .cta-section .section-sub{text-align:center;max-width:600px;margin:0 auto 2.5rem}.landing .cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.landing footer{border-top:1px solid var(--border);padding:2.5rem 3rem}.landing .footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:1100px;margin:0 auto;display:flex}.landing .footer-copy{color:var(--text-muted);font-size:.85rem}.landing .footer-links{gap:1.5rem;display:flex}.landing .footer-links a{color:var(--text-muted);font-size:.85rem;text-decoration:none;transition:color .2s}.landing .footer-links a:hover{color:var(--text)}@media (max-width:768px){.landing nav{padding:1rem 1.5rem}.landing .nav-links{display:none}.landing section,.landing .hero,.landing .terminal-section{padding-left:1.5rem;padding-right:1.5rem}.landing .handles-grid{grid-template-columns:1fr 1fr}.landing .step{grid-template-columns:50px 1fr;gap:1rem}.landing .hero-proof{gap:2rem}.landing .problems-intro{grid-template-columns:1fr}.landing .footer-inner{text-align:center;flex-direction:column}.landing .timeline{flex-direction:column;align-items:flex-start;gap:2rem}.landing .timeline-track{width:2px;height:auto;inset:18px auto 18px 18px}.landing .timeline-node{text-align:left;flex-direction:row;align-items:flex-start;gap:1.25rem}.landing .timeline-dot{margin-bottom:0}.landing .timeline-node p{max-width:none}.landing .timeline-node-content{flex-direction:column;display:flex}.landing .async-label{width:70px;font-size:.65rem}.landing .modal{width:90%;padding:2rem 1.5rem}}.landing .modal-overlay{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.landing .modal{background:var(--surface);border:1px solid var(--border);border-radius:16px;width:100%;max-width:440px;padding:2.5rem 3rem;animation:.25s ease-out modalUp;position:relative}@keyframes modalUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.landing .modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.5rem;line-height:1;transition:color .2s;position:absolute;top:1rem;right:1rem}.landing .modal-close:hover{color:var(--text)}.landing .modal h3{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.landing .modal-sub{color:var(--text-muted);margin-bottom:1.75rem;font-size:.95rem;font-weight:300;line-height:1.5}.landing .modal form{flex-direction:column;display:flex}.landing .modal label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem;font-size:.8rem;font-weight:600}.landing .modal input{background:var(--bg);border:1px solid var(--border);color:var(--text);border-radius:8px;outline:none;margin-bottom:1.25rem;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.landing .modal input::placeholder{color:var(--text-muted);opacity:.5}.landing .modal input:focus{border-color:var(--accent)}.landing .modal-submit{justify-content:center;width:100%;margin-top:.25rem}.landing .modal-success{text-align:center;padding:1rem 0}.landing .modal-success-icon{background:var(--accent-dim);border:2px solid var(--accent);width:48px;height:48px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:1.25rem;font-weight:700;display:flex}.landing .modal-success h3{margin-bottom:.5rem}.landing .modal-success p{color:var(--text-muted);font-size:.95rem;font-weight:300}
/*# sourceMappingURL=75393d8be6780ef9.css.map*/