*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #008d49;--secondary-color: #808080;--light-gray: #bdbdbd;--very-light-gray: #e0e0e0;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--font-mono: "IBM Plex Mono", monospace;--radius-standard: 10px;--radius-dialog: 20px;--brand-color: var(--primary-color);--brand-dark: #006d38;--brand-light: #00a855}body{font-family:var(--font-mono);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;color:var(--gray-900)}.min-h-screen{min-height:100vh}.flex-grow{flex-grow:1}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.placeholder-container{min-height:100vh;display:flex;flex-direction:column}.placeholder-content{flex-grow:1;display:flex;align-items:center;justify-content:center;background-color:var(--gray-50)}.placeholder-inner{text-align:center;max-width:42rem;margin:0 auto;padding:0 1rem}.placeholder-title{font-size:2.25rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}@media(min-width:768px){.placeholder-title{font-size:3rem}}.placeholder-description{font-size:1.25rem;color:var(--gray-600);margin-bottom:2rem}.placeholder-button{display:inline-block;padding:.75rem 1.5rem;background-color:var(--primary-color);color:#fff;border-radius:var(--radius-standard);font-weight:600;text-decoration:none;transition:background-color .15s;font-family:var(--font-mono)}.placeholder-button:hover{background-color:var(--brand-dark)}@media(min-width:640px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;background-color:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-bottom:1px solid var(--gray-200)}.navbar-content{display:flex;justify-content:space-between;align-items:center;height:4rem}.navbar-logo{font-size:1.5rem;font-weight:700;color:var(--primary-color);text-decoration:none;font-family:var(--font-mono);display:flex;align-items:center;gap:.5rem}.navbar-logo img{height:2rem;width:auto}.navbar-menu{display:none;align-items:center;gap:2rem}@media(min-width:768px){.navbar-menu{display:flex}}.navbar-link{color:var(--gray-700);text-decoration:none;font-weight:500;transition:color .15s}.navbar-link:hover{color:var(--primary-color)}.navbar-button{padding:.5rem 1rem;background-color:var(--primary-color);color:#fff;border-radius:var(--radius-standard);font-weight:600;text-decoration:none;transition:background-color .15s;font-family:var(--font-mono)}.navbar-button:hover{background-color:var(--brand-dark)}.navbar-mobile-button{display:block;color:var(--gray-700);background:none;border:none;cursor:pointer;padding:.5rem}@media(min-width:768px){.navbar-mobile-button{display:none}}.navbar-mobile-menu{display:block;padding:1rem 0;gap:1rem;flex-direction:column}@media(min-width:768px){.navbar-mobile-menu{display:none}}.navbar-mobile-link{display:block;color:var(--gray-700);text-decoration:none;font-weight:500;transition:color .15s}.navbar-mobile-link:hover{color:var(--primary-color)}.navbar-mobile-button-link{display:block;padding:.5rem 1rem;background-color:var(--primary-color);color:#fff;border-radius:var(--radius-standard);font-weight:600;text-decoration:none;text-align:center;transition:background-color .15s;font-family:var(--font-mono)}.navbar-mobile-button-link:hover{background-color:var(--brand-dark)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom right,var(--gray-50),white,var(--gray-50));overflow:hidden;padding-top:4rem}.hero-decoration{position:absolute;inset:0;overflow:hidden}.hero-blob{position:absolute;width:20rem;height:20rem;background-color:#008d491a;border-radius:50%;filter:blur(64px)}h1{font-size:4rem;font-family:var(--font-mono)}h2{font-size:3rem;font-family:var(--font-mono)}h3{font-size:2rem;font-family:var(--font-mono)}h4{font-size:1.5rem;font-family:var(--font-mono)}h5{font-size:1rem;font-family:var(--font-mono)}h6{font-size:1.3rem;font-family:var(--font-mono)}.hero-blob-1{top:-10rem;right:-10rem}.hero-blob-2{bottom:-10rem;left:-10rem}.hero-content{position:relative;z-index:10;text-align:center;padding:5rem 1rem}.hero-title{font-size:3rem;font-weight:700;color:var(--gray-900);margin-bottom:1.5rem;line-height:1.1}@media(min-width:768px){.hero-title{font-size:3.75rem}}@media(min-width:1024px){.hero-title{font-size:4.5rem}}.hero-title-brand{display:block;color:var(--primary-color)}.hero-description{font-size:1.25rem;color:var(--gray-600);margin-bottom:2rem;max-width:48rem;margin-left:auto;margin-right:auto}@media(min-width:768px){.hero-description{font-size:1.5rem}}.hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}@media(min-width:640px){.hero-buttons{flex-direction:row}}.btn-primary{padding:1rem 2rem;background-color:var(--primary-color);color:#fff;border-radius:var(--radius-standard);font-weight:600;font-size:1.125rem;text-decoration:none;transition:all .15s;box-shadow:0 10px 15px -3px #0000001a;font-family:var(--font-mono)}.btn-primary:hover{background-color:var(--brand-dark);box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-2px)}.btn-secondary{padding:1rem 2rem;background-color:#fff;color:var(--primary-color);border:2px solid var(--primary-color);border-radius:var(--radius-standard);font-weight:600;font-size:1.125rem;text-decoration:none;transition:background-color .15s;font-family:var(--font-mono)}.btn-secondary:hover{background-color:var(--gray-50)}.section{padding:5rem 1rem}@media(min-width:640px){.section{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.section{padding-left:2rem;padding-right:2rem}}.section-white{background-color:#fff}.section-gray{background:linear-gradient(to bottom right,var(--gray-50),white)}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.25rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}@media(min-width:768px){.section-title{font-size:3rem}}.section-description{font-size:1.25rem;color:var(--gray-600);max-width:42rem;margin:0 auto}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{padding:2rem;border-radius:var(--radius-standard);border:1px solid var(--very-light-gray);background-color:#fff;transition:all .3s}.feature-card:hover{border-color:var(--primary-color);box-shadow:0 10px 15px -3px #0000001a}.feature-icon{width:2rem;height:2rem;color:var(--primary-color);margin-bottom:1rem}.feature-title{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:.75rem}.feature-description{color:var(--gray-600);line-height:1.625}.steps-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.steps-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.steps-grid{grid-template-columns:repeat(4,1fr)}}.step-card-wrapper{position:relative}.step-card{background-color:#fff;padding:2rem;border-radius:var(--radius-standard);border:1px solid var(--very-light-gray);transition:box-shadow .15s;height:100%}.step-card:hover{box-shadow:0 10px 15px -3px #0000001a}.step-number{font-size:3.75rem;font-weight:700;color:#008d491a;margin-bottom:1rem;font-family:var(--font-mono)}.step-title{font-size:1.5rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem}.step-description{color:var(--gray-600);line-height:1.625}.step-arrow{display:none;position:absolute;top:50%;right:-1rem;transform:translateY(-50%);width:2rem;height:2rem;color:var(--primary-color)}@media(min-width:1024px){.step-arrow{display:block}}.use-cases-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.use-cases-grid{grid-template-columns:repeat(3,1fr)}}.use-case-card{background:linear-gradient(to bottom right,var(--gray-50),white);padding:2rem;border-radius:var(--radius-standard);border:1px solid var(--very-light-gray);transition:all .3s}.use-case-card:hover{border-color:var(--primary-color);box-shadow:0 20px 25px -5px #0000001a}.use-case-title{font-size:1.5rem;font-weight:600;color:var(--gray-900);margin-bottom:.75rem}.use-case-description{color:var(--gray-600);margin-bottom:1.5rem;line-height:1.625}.use-case-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.use-case-item{display:flex;align-items:flex-start}.use-case-check{width:1.25rem;height:1.25rem;color:var(--primary-color);margin-right:.5rem;margin-top:.125rem;flex-shrink:0}.use-case-text{color:var(--gray-700)}.cta{padding:5rem 1rem;background:linear-gradient(to right,var(--primary-color),var(--brand-dark));text-align:center}.cta-content{max-width:56rem;margin:0 auto}.cta-title{font-size:2.25rem;font-weight:700;color:#fff;margin-bottom:1.5rem}@media(min-width:768px){.cta-title{font-size:3rem}}.cta-description{font-size:1.25rem;color:#ffffffe6;margin-bottom:2rem;max-width:42rem;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media(min-width:640px){.cta-buttons{flex-direction:row}}.btn-cta-primary{padding:1rem 2rem;background-color:#fff;color:var(--primary-color);border-radius:var(--radius-standard);font-weight:600;font-size:1.125rem;text-decoration:none;transition:all .15s;box-shadow:0 10px 15px -3px #0000001a;font-family:var(--font-mono)}.btn-cta-primary:hover{background-color:var(--gray-100);box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-2px)}.btn-cta-secondary{padding:1rem 2rem;background-color:transparent;color:#fff;border:2px solid white;border-radius:var(--radius-standard);font-weight:600;font-size:1.125rem;text-decoration:none;transition:background-color .15s;font-family:var(--font-mono)}.btn-cta-secondary:hover{background-color:#ffffff1a}.cta-footer{margin-top:1.5rem;color:#fffc;font-size:.875rem}.footer{background-color:var(--gray-900);color:var(--gray-300);padding:3rem 1rem}@media(min-width:640px){.footer{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.footer{padding-left:2rem;padding-right:2rem}}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand{grid-column:span 1}@media(min-width:768px){.footer-brand{grid-column:span 2}}.footer-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.footer-description{color:var(--gray-400);margin-bottom:1rem;max-width:28rem}.footer-section-title{color:#fff;font-weight:600;margin-bottom:1rem}.footer-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-link{color:var(--gray-300);text-decoration:none;transition:color .15s}.footer-link:hover{color:#fff}.footer-bottom{border-top:1px solid var(--gray-800);margin-top:2rem;padding-top:2rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem}@media(min-width:768px){.footer-bottom{flex-direction:row}}.footer-copyright{color:var(--gray-400);font-size:.875rem}.footer-links{display:flex;gap:1.5rem}.footer-bottom-link{color:var(--gray-400);text-decoration:none;font-size:.875rem;transition:color .15s}.footer-bottom-link:hover{color:#fff}.icon{width:2rem;height:2rem}.icon-sm{width:1.25rem;height:1.25rem}.icon-md{width:1.5rem;height:1.5rem}.text-brand{color:var(--primary-color)}.text-gray-600{color:var(--gray-600)}.text-gray-700{color:var(--gray-700)}.text-gray-900{color:var(--gray-900)}.text-white{color:#fff}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mr-2{margin-right:.5rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid{display:grid}.grid-cols-1{grid-template-columns:1fr}@media(min-width:640px){.sm\:flex-row{flex-direction:row}}@media(min-width:768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-4{grid-template-columns:repeat(4,1fr)}.md\:text-2xl{font-size:1.5rem}.md\:text-5xl{font-size:3rem}.md\:text-6xl{font-size:3.75rem}.md\:mt-0{margin-top:0}}@media(min-width:1024px){.lg\:block{display:block}.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.lg\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:#ffffff80;padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:#3367d9;border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}
