.topology-static{display:flex;flex-direction:column;gap:2rem;padding:1rem;width:100%;max-width:100%}.topology-sources{display:flex;flex-direction:column;gap:1rem}.topology-sources-title{font-family:Tomorrow,sans-serif;font-size:.875rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.05em;margin:0}.topology-sources-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media (min-width: 480px){.topology-sources-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px){.topology-sources-grid{grid-template-columns:repeat(4,1fr)}}.topology-source-chip{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.75rem;font-weight:500;color:#d9d9d9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topology-source-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;animation:sourcePulse 2s ease-in-out infinite}@keyframes sourcePulse{0%,to{opacity:.6}50%{opacity:1}}.topology-flow{display:flex;justify-content:center;align-items:center;padding:.5rem}.topology-flow-arrow{display:flex;flex-direction:column;align-items:center;gap:.25rem;color:#666}.topology-flow-line{width:2px;height:24px;background:linear-gradient(to bottom,#4d4d4d,#333);position:relative}.topology-flow-line:after{content:"";position:absolute;top:0;left:0;width:100%;height:8px;background:linear-gradient(to bottom,hsl(175 55% 40% / .8),transparent);animation:flowDown 1.5s ease-in-out infinite}@keyframes flowDown{0%{transform:translateY(-8px);opacity:0}50%{opacity:1}to{transform:translateY(24px);opacity:0}}.topology-flow-chevron{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid hsl(0 0% 35%)}.topology-capabilities{display:flex;flex-direction:column;gap:.75rem}.topology-capabilities-title{font-family:Tomorrow,sans-serif;font-size:.875rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.05em;margin:0}.topology-capability{cursor:pointer;transition:all .3s ease;padding:1rem;position:relative;overflow:hidden}.topology-capability:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--capability-color);opacity:.8}.topology-capability:hover,.topology-capability--expanded{transform:translate(4px)}.topology-capability-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.topology-capability-info{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.topology-capability-name{font-family:Tomorrow,sans-serif;font-size:1rem;font-weight:600;color:var(--capability-color);margin:0}.topology-capability-desc{font-size:.875rem;color:#a6a6a6;margin:0;line-height:1.4}.topology-layer-chevron{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:gray;transition:transform .3s ease;flex-shrink:0}.topology-layer-chevron--expanded{transform:rotate(180deg)}.topology-capability-details{margin-top:1rem;padding-top:1rem;border-top:1px solid hsl(0 0% 100% / .06);animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.topology-capability-details-label{font-size:.75rem;font-weight:600;color:gray;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem}.topology-capability-details-list{display:flex;flex-wrap:wrap;gap:.5rem}.topology-capability-detail-tag{font-size:.75rem;padding:.25rem .5rem;border-radius:2px;background:#ffffff0d;color:#bfbfbf;border:1px solid hsl(0 0% 100% / .08)}.topology-output{display:flex;justify-content:center;align-items:center;padding:.5rem}.topology-output-indicator{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;color:#f4af25}.topology-output-pulse{width:10px;height:10px;border-radius:50%;background:#f4af25;animation:outputPulse 1.5s ease-in-out infinite}@keyframes outputPulse{0%,to{transform:scale(1);box-shadow:0 0 #f4af2566}50%{transform:scale(1.1);box-shadow:0 0 0 8px #f4af2500}}@media (prefers-reduced-motion: reduce){.topology-source-dot,.topology-flow-line:after,.topology-output-pulse{animation:none}.topology-capability-details{animation:none}.topology-capability,.topology-layer-chevron{transition:none}}@media (max-width: 768px){.topology-static{padding:1rem .5rem}.topology-capabilities-title{font-size:.75rem}.topology-capability-name{font-size:.95rem}}.topology-concept-diagram[data-astro-cid-wh7dat6j]{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:2.5rem 2rem}.concept-column[data-astro-cid-wh7dat6j]{flex:1;max-width:240px;display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1rem;background:var(--ds-bg-secondary);border:1px solid var(--ds-border);transition:border-color .2s ease,box-shadow .2s ease}.concept-column[data-astro-cid-wh7dat6j]:hover{border-color:var(--ds-border-accent);box-shadow:var(--ds-glow-primary)}.concept-icon[data-astro-cid-wh7dat6j]{width:48px;height:48px;margin-bottom:1rem;color:var(--ds-text-muted);transition:color .2s ease}.concept-column[data-astro-cid-wh7dat6j]:hover .concept-icon[data-astro-cid-wh7dat6j]{color:var(--ds-primary)}.concept-icon--context[data-astro-cid-wh7dat6j]{animation:pulse-glow-icon 3s ease-in-out infinite}.concept-icon--relationships[data-astro-cid-wh7dat6j]{animation:pulse-glow-icon 3s ease-in-out infinite 1s}.concept-icon--intelligence[data-astro-cid-wh7dat6j]{animation:pulse-glow-icon 3s ease-in-out infinite 2s}@keyframes pulse-glow-icon{0%,to{filter:drop-shadow(0 0 0 transparent)}50%{filter:drop-shadow(0 0 8px rgba(212,168,85,.4))}}@media (prefers-reduced-motion: reduce){.concept-icon--context[data-astro-cid-wh7dat6j],.concept-icon--relationships[data-astro-cid-wh7dat6j],.concept-icon--intelligence[data-astro-cid-wh7dat6j],.connector-arrow[data-astro-cid-wh7dat6j]{animation:none}}.concept-title[data-astro-cid-wh7dat6j]{font-family:Tomorrow,sans-serif;font-size:1.125rem;font-weight:600;color:var(--ds-text);margin:0 0 .5rem;letter-spacing:.025em}.concept-description[data-astro-cid-wh7dat6j]{font-family:Epilogue,system-ui,sans-serif;font-size:.875rem;line-height:1.5;color:var(--ds-text-muted);margin:0}.concept-connector[data-astro-cid-wh7dat6j]{display:flex;align-items:center;justify-content:center;flex-shrink:0}.connector-arrow[data-astro-cid-wh7dat6j]{width:24px;height:24px;color:var(--ds-interactive);animation:arrow-pulse 2s ease-in-out infinite}@keyframes arrow-pulse{0%,to{opacity:.5;transform:translate(0)}50%{opacity:1;transform:translate(4px)}}@media (max-width: 768px){.topology-concept-diagram[data-astro-cid-wh7dat6j]{flex-direction:column;gap:1rem;padding:1.5rem 1rem}.concept-column[data-astro-cid-wh7dat6j]{max-width:100%;width:100%}.concept-connector[data-astro-cid-wh7dat6j]{transform:rotate(90deg)}}.data-flow-diagram[data-astro-cid-p2xhcmbg]{display:grid;grid-template-columns:auto 80px auto 60px auto 60px auto;align-items:center;gap:.75rem;padding:2rem;max-width:1200px;margin:0 auto}.source-systems[data-astro-cid-p2xhcmbg]{display:flex;flex-direction:column;gap:.5rem}.system-label[data-astro-cid-p2xhcmbg]{font-family:IBM Plex Mono,monospace;font-size:.875rem;color:var(--ds-text-muted);text-align:right;white-space:nowrap}.flow-lines[data-astro-cid-p2xhcmbg]{width:100%;min-width:60px;max-width:150px}.flow-lines[data-astro-cid-p2xhcmbg] svg[data-astro-cid-p2xhcmbg]{width:100%;height:140px}.flow-line[data-astro-cid-p2xhcmbg] line[data-astro-cid-p2xhcmbg]{stroke:var(--ds-text-muted);stroke-width:1;fill:none}.flow-dot[data-astro-cid-p2xhcmbg]{fill:var(--ds-primary);opacity:0}.arrow[data-astro-cid-p2xhcmbg]{fill:var(--ds-primary)}.arrow-opint[data-astro-cid-p2xhcmbg]{fill:#22c3b6}.arrow-apps[data-astro-cid-p2xhcmbg]{fill:var(--ds-purple)}@media (prefers-reduced-motion: no-preference){.flow-dot[data-astro-cid-p2xhcmbg]{opacity:1;offset-path:path("M 0,0 L 100,0");animation:flow 2s ease-in-out infinite;animation-delay:var(--delay, 0s)}.flow-lines-input[data-astro-cid-p2xhcmbg] .flow-line[data-astro-cid-p2xhcmbg]:nth-child(1) .flow-dot[data-astro-cid-p2xhcmbg]{offset-path:path("M 0,10 L 100,60")}.flow-lines-input[data-astro-cid-p2xhcmbg] .flow-line[data-astro-cid-p2xhcmbg]:nth-child(2) .flow-dot[data-astro-cid-p2xhcmbg]{offset-path:path("M 0,30 L 100,60")}.flow-lines-input[data-astro-cid-p2xhcmbg] .flow-line[data-astro-cid-p2xhcmbg]:nth-child(3) .flow-dot[data-astro-cid-p2xhcmbg]{offset-path:path("M 0,50 L 100,60")}.flow-lines-input[data-astro-cid-p2xhcmbg] .flow-line[data-astro-cid-p2xhcmbg]:nth-child(4) .flow-dot[data-astro-cid-p2xhcmbg]{offset-path:path("M 0,70 L 100,60")}.flow-lines-input[data-astro-cid-p2xhcmbg] .flow-line[data-astro-cid-p2xhcmbg]:nth-child(5) .flow-dot[data-astro-cid-p2xhcmbg]{offset-path:path("M 0,90 L 100,60")}.flow-lines-input[data-astro-cid-p2xhcmbg] .flow-line[data-astro-cid-p2xhcmbg]:nth-child(6) .flow-dot[data-astro-cid-p2xhcmbg]{offset-path:path("M 0,110 L 100,60")}.flow-lines-output[data-astro-cid-p2xhcmbg] .flow-line-single[data-astro-cid-p2xhcmbg] .flow-dot[data-astro-cid-p2xhcmbg],.flow-lines-final[data-astro-cid-p2xhcmbg] .flow-line-single[data-astro-cid-p2xhcmbg] .flow-dot[data-astro-cid-p2xhcmbg]{offset-path:path("M 0,70 L 100,70");fill:#22c3b6}@keyframes flow{0%{offset-distance:0%;opacity:0}10%{opacity:1}90%{opacity:1}to{offset-distance:100%;opacity:0}}.arrow[data-astro-cid-p2xhcmbg]{animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.pulse-dot[data-astro-cid-p2xhcmbg]{animation:dot-pulse 1.5s ease-in-out infinite;animation-delay:var(--pulse-delay, 0s)}@keyframes dot-pulse{0%,to{opacity:.3;r:1.5}50%{opacity:.8;r:3}}}.topology-node[data-astro-cid-p2xhcmbg]{position:relative;background:var(--ds-surface);border:1px solid rgba(212,168,85,.4);border-radius:0;padding:2rem 1.5rem;min-height:180px;display:flex;align-items:center;justify-content:center;box-shadow:var(--ds-glow-primary);overflow:hidden}.mesh-bg[data-astro-cid-p2xhcmbg]{position:absolute;inset:0;width:100%;height:100%;opacity:.25;pointer-events:none}.mesh-bg[data-astro-cid-p2xhcmbg] path[data-astro-cid-p2xhcmbg]{fill:none;stroke:currentColor;stroke-width:.75}.mesh-bg[data-astro-cid-p2xhcmbg] circle[data-astro-cid-p2xhcmbg]{fill:currentColor;stroke:none}.topology-node[data-astro-cid-p2xhcmbg] .mesh-bg[data-astro-cid-p2xhcmbg]{color:#f4af25}.topology-graph-bg[data-astro-cid-p2xhcmbg]{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.topology-node[data-astro-cid-p2xhcmbg] span[data-astro-cid-p2xhcmbg]{position:relative;font-family:IBM Plex Mono,monospace;font-size:.875rem;font-weight:500;color:#f4af25;white-space:nowrap;z-index:2}.topology-graph-bg[data-astro-cid-p2xhcmbg] .graph-node-customer[data-astro-cid-p2xhcmbg]{fill:#f4af25}.topology-graph-bg[data-astro-cid-p2xhcmbg] .graph-node-equipment[data-astro-cid-p2xhcmbg]{fill:#26d9ca}.topology-graph-bg[data-astro-cid-p2xhcmbg] .graph-node-location[data-astro-cid-p2xhcmbg]{fill:#40bf75}.topology-graph-bg[data-astro-cid-p2xhcmbg] .graph-node-job[data-astro-cid-p2xhcmbg]{fill:#e87d30}.topology-graph-bg[data-astro-cid-p2xhcmbg] .graph-node-tech[data-astro-cid-p2xhcmbg]{fill:#995cd6}.topology-graph-bg[data-astro-cid-p2xhcmbg] .graph-node-event[data-astro-cid-p2xhcmbg]{fill:#478cd1}.topology-graph-bg[data-astro-cid-p2xhcmbg] .graph-edge[data-astro-cid-p2xhcmbg]{stroke:#f4af25;stroke-width:1;opacity:.4}.topology-graph-bg[data-astro-cid-p2xhcmbg] .graph-label[data-astro-cid-p2xhcmbg]{font-family:IBM Plex Mono,monospace;font-size:11px;fill:var(--ds-text-secondary)}.opint-container[data-astro-cid-p2xhcmbg]{display:flex;flex-direction:column;gap:.5rem}.opint-header[data-astro-cid-p2xhcmbg]{font-family:IBM Plex Mono,monospace;font-size:.7rem;font-weight:600;color:#22c3b6;text-transform:uppercase;letter-spacing:.08em;text-align:center}.opint-modules[data-astro-cid-p2xhcmbg]{display:flex;flex-direction:column;gap:.75rem;border:1px solid hsl(175 70% 45% / .25);padding:.75rem;background:var(--ds-surface)}.digital-twin[data-astro-cid-p2xhcmbg]{border:1px solid hsl(175 70% 45% / .4);box-shadow:0 0 20px #22c3b61a}.digital-twin[data-astro-cid-p2xhcmbg] span[data-astro-cid-p2xhcmbg],.mesh-twin[data-astro-cid-p2xhcmbg]{color:#22c3b6}.mesh-twin[data-astro-cid-p2xhcmbg] .mirror-line[data-astro-cid-p2xhcmbg]{stroke:currentColor;stroke-width:1;stroke-dasharray:4 2;opacity:.4}.apps-column[data-astro-cid-p2xhcmbg]{display:flex;flex-direction:column;gap:.5rem}.apps-header[data-astro-cid-p2xhcmbg]{font-family:IBM Plex Mono,monospace;font-size:.7rem;font-weight:600;color:var(--ds-purple);text-transform:uppercase;letter-spacing:.08em;text-align:center}.apps-list[data-astro-cid-p2xhcmbg]{display:flex;flex-direction:column;gap:.4rem}.app-label[data-astro-cid-p2xhcmbg]{font-family:IBM Plex Mono,monospace;font-size:.75rem;color:var(--ds-text-secondary);padding:.4rem .6rem;border:1px solid var(--ds-border);background:var(--ds-surface);text-align:center;white-space:nowrap}.output-node[data-astro-cid-p2xhcmbg]{position:relative;background:var(--ds-surface);border-radius:0;padding:1rem 1.25rem;min-height:80px;display:flex;align-items:center;justify-content:center;overflow:hidden}.output-node[data-astro-cid-p2xhcmbg] span[data-astro-cid-p2xhcmbg]{position:relative;font-family:IBM Plex Mono,monospace;font-size:.75rem;font-weight:500;white-space:nowrap}.decision-engine[data-astro-cid-p2xhcmbg]{border:1px solid hsl(280 70% 60% / .4);box-shadow:0 0 20px #b152e026,0 0 40px #b152e00d}.decision-engine[data-astro-cid-p2xhcmbg] span[data-astro-cid-p2xhcmbg],.mesh-decision[data-astro-cid-p2xhcmbg]{color:#b152e0}@media (max-width: 768px){.data-flow-diagram[data-astro-cid-p2xhcmbg]{grid-template-columns:1fr;grid-template-rows:repeat(7,auto);gap:1rem;padding:1.5rem}.source-systems[data-astro-cid-p2xhcmbg]{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.5rem 1rem}.system-label[data-astro-cid-p2xhcmbg]{text-align:center;font-size:.75rem}.flow-lines[data-astro-cid-p2xhcmbg]{display:flex;justify-content:center;max-width:none}.flow-lines[data-astro-cid-p2xhcmbg] svg[data-astro-cid-p2xhcmbg]{width:60px;height:60px;transform:rotate(90deg)}.topology-node[data-astro-cid-p2xhcmbg]{justify-self:center;min-height:160px;width:100%;max-width:280px}.opint-container[data-astro-cid-p2xhcmbg],.apps-column[data-astro-cid-p2xhcmbg]{width:100%;max-width:280px;justify-self:center}.apps-list[data-astro-cid-p2xhcmbg]{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.5rem}.output-node[data-astro-cid-p2xhcmbg]{min-height:60px}}@media (min-width: 769px) and (max-width: 1024px){.data-flow-diagram[data-astro-cid-p2xhcmbg]{grid-template-columns:auto 50px auto 40px auto 40px auto;gap:.5rem;padding:1.5rem}.flow-lines[data-astro-cid-p2xhcmbg]{min-width:40px;max-width:60px}.system-label[data-astro-cid-p2xhcmbg]{font-size:.7rem}.topology-node[data-astro-cid-p2xhcmbg]{padding:1.5rem 1rem;min-height:160px}.output-node[data-astro-cid-p2xhcmbg]{padding:.75rem 1rem;min-height:60px}.output-node[data-astro-cid-p2xhcmbg] span[data-astro-cid-p2xhcmbg],.app-label[data-astro-cid-p2xhcmbg]{font-size:.65rem}}.hero-section[data-astro-cid-huxo6y2r]{padding:4rem 2rem 2rem;text-align:left;min-height:auto;display:block}.hero-content[data-astro-cid-huxo6y2r]{max-width:800px;margin:0 auto}.hero-title[data-astro-cid-huxo6y2r]{font-size:3rem;margin-bottom:.75rem;letter-spacing:-.03em}.hero-eyebrow[data-astro-cid-huxo6y2r]{font-family:IBM Plex Mono,monospace;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--ds-primary);margin-bottom:1rem}.hero-subtitle[data-astro-cid-huxo6y2r]{font-size:1.05rem;color:var(--ds-text-secondary);line-height:1.7;max-width:700px}.visualization-section[data-astro-cid-huxo6y2r]{position:relative;width:100%;height:calc(100vh - 80px);min-height:600px}.desktop-visualization[data-astro-cid-huxo6y2r]{display:block;position:relative;width:100%;height:100%}.desktop-visualization[data-astro-cid-huxo6y2r] iframe[data-astro-cid-huxo6y2r]{width:100%;height:100%;border:none;background:transparent}.skip-visualization[data-astro-cid-huxo6y2r]{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:20;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem 1.5rem;letter-spacing:.05em}.skip-visualization[data-astro-cid-huxo6y2r]:hover .skip-arrow[data-astro-cid-huxo6y2r]{animation:bounce .6s ease infinite}.skip-text[data-astro-cid-huxo6y2r]{text-transform:uppercase}.skip-arrow[data-astro-cid-huxo6y2r]{width:20px;height:20px}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}@media (prefers-reduced-motion: reduce){.skip-visualization[data-astro-cid-huxo6y2r]:hover .skip-arrow[data-astro-cid-huxo6y2r]{animation:none}}.loading-overlay[data-astro-cid-huxo6y2r]{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;background:var(--ds-bg);z-index:10;transition:opacity .3s ease}.loading-spinner[data-astro-cid-huxo6y2r]{width:48px;height:48px;border:2px solid var(--ds-border);border-top-color:var(--ds-primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.loading-spinner[data-astro-cid-huxo6y2r]{animation:none}.loading-overlay[data-astro-cid-huxo6y2r]{transition:none}}.loading-text[data-astro-cid-huxo6y2r]{font-family:IBM Plex Mono,monospace;font-size:.9rem;color:var(--ds-text-muted)}.mobile-fallback[data-astro-cid-huxo6y2r]{display:none}@media (max-width: 1023px){.desktop-visualization[data-astro-cid-huxo6y2r]{display:none}.mobile-fallback[data-astro-cid-huxo6y2r]{display:block}}.connected-systems[data-astro-cid-huxo6y2r],.explanation-section[data-astro-cid-huxo6y2r]{padding:3rem 2rem}.section-container[data-astro-cid-huxo6y2r]{max-width:1200px;margin:0 auto}.section-title[data-astro-cid-huxo6y2r]{font-size:2.5rem;text-align:left;margin-bottom:.5rem;color:var(--ds-text)}.claims-layout[data-astro-cid-huxo6y2r]{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem;margin-bottom:3rem}.claims-row[data-astro-cid-huxo6y2r]{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.claim-block[data-astro-cid-huxo6y2r]{padding:0;overflow:hidden}.claim-inner[data-astro-cid-huxo6y2r]{padding:2rem 2.5rem}.claim-title[data-astro-cid-huxo6y2r]{font-family:Tomorrow,sans-serif;font-size:1.25rem;font-weight:600;color:var(--ds-text);margin-bottom:.75rem}.claim-body[data-astro-cid-huxo6y2r]{font-size:1rem;color:var(--ds-text-secondary);line-height:1.7}.connected-systems-diagram[data-astro-cid-huxo6y2r]{margin-top:2rem;border-top:1px solid var(--ds-border);padding-top:2rem}@media (max-width: 768px){.claims-row[data-astro-cid-huxo6y2r]{grid-template-columns:1fr}.claim-inner[data-astro-cid-huxo6y2r]{padding:1.5rem}}.concept-diagram-hero[data-astro-cid-huxo6y2r]{margin-bottom:4rem}.capabilities-stack[data-astro-cid-huxo6y2r]{display:flex;flex-direction:column;gap:1.5rem}.capability-block[data-astro-cid-huxo6y2r]{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;padding:2rem;overflow:hidden}.capability-block--right[data-astro-cid-huxo6y2r]{direction:rtl}.capability-block--right[data-astro-cid-huxo6y2r]>[data-astro-cid-huxo6y2r]{direction:ltr}.capability-content[data-astro-cid-huxo6y2r] h3[data-astro-cid-huxo6y2r]{font-family:Tomorrow,sans-serif;font-size:1.25rem;font-weight:600;color:var(--ds-text);margin:0 0 1rem;letter-spacing:-.01em}.capability-content[data-astro-cid-huxo6y2r] p[data-astro-cid-huxo6y2r]{font-family:Epilogue,system-ui,sans-serif;font-size:.9375rem;color:var(--ds-text-secondary);line-height:1.7;margin:0}.capability-visual[data-astro-cid-huxo6y2r]{display:flex;align-items:center;justify-content:center;min-height:120px;padding:2rem;background:var(--ds-bg-secondary);border:1px solid var(--ds-border)}.capability-visual--realtime[data-astro-cid-huxo6y2r]{position:relative}.visual-pulse[data-astro-cid-huxo6y2r]{width:60px;height:60px;border-radius:50%;background:var(--ds-primary-dim);border:1px solid rgba(212,168,85,.3);animation:pulse-grow 2s ease-in-out infinite}.visual-pulse--delayed[data-astro-cid-huxo6y2r]{position:absolute;animation-delay:1s}@keyframes pulse-grow{0%,to{transform:scale(.8);opacity:.4}50%{transform:scale(1.2);opacity:.8}}.capability-visual--workflows[data-astro-cid-huxo6y2r]{color:var(--ds-interactive)}.capability-visual--workflows[data-astro-cid-huxo6y2r] svg[data-astro-cid-huxo6y2r]{width:120px;height:80px}.capability-visual--compound[data-astro-cid-huxo6y2r]{padding:1.5rem}.compound-layers[data-astro-cid-huxo6y2r]{display:flex;flex-direction:column;gap:.5rem;width:100%}.compound-layer[data-astro-cid-huxo6y2r]{height:24px;background:linear-gradient(90deg,var(--ds-primary-dim),rgba(212,168,85,.3));border:1px solid rgba(212,168,85,.15);animation:layer-grow 3s ease-in-out infinite}.compound-layer[data-astro-cid-huxo6y2r]:nth-child(1){width:40%;animation-delay:0s}.compound-layer[data-astro-cid-huxo6y2r]:nth-child(2){width:65%;animation-delay:.5s}.compound-layer[data-astro-cid-huxo6y2r]:nth-child(3){width:90%;animation-delay:1s}@keyframes layer-grow{0%,to{opacity:.5}50%{opacity:1}}.capability-visual--interfaces[data-astro-cid-huxo6y2r]{padding:1.5rem}.interface-stack[data-astro-cid-huxo6y2r]{display:flex;gap:1.5rem;align-items:center;justify-content:center}.interface-stack[data-astro-cid-huxo6y2r] .pixel-icon{padding:.5rem;background:var(--ds-bg-tertiary);border:1px solid var(--ds-border);transition:transform .2s ease,border-color .2s ease,color .2s ease;color:var(--ds-text-muted)}.interface-stack[data-astro-cid-huxo6y2r] .pixel-icon:hover{transform:translateY(-4px);border-color:var(--ds-purple);color:var(--ds-purple)}@media (prefers-reduced-motion: reduce){.visual-pulse[data-astro-cid-huxo6y2r],.compound-layer[data-astro-cid-huxo6y2r]{animation:none}}@media (max-width: 768px){.capability-block[data-astro-cid-huxo6y2r]{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}.capability-block--right[data-astro-cid-huxo6y2r]{direction:ltr}.capability-visual[data-astro-cid-huxo6y2r]{order:-1;min-height:80px;padding:1.5rem}.capability-content[data-astro-cid-huxo6y2r] h3[data-astro-cid-huxo6y2r]{font-size:1.25rem}.capabilities-stack[data-astro-cid-huxo6y2r]{gap:1.5rem}}@media (max-width: 768px){.hero-title[data-astro-cid-huxo6y2r]{font-size:2.5rem}.hero-section[data-astro-cid-huxo6y2r]{padding:6rem 1.5rem 3rem}.visualization-section[data-astro-cid-huxo6y2r]{height:auto;min-height:auto}.connected-systems[data-astro-cid-huxo6y2r],.explanation-section[data-astro-cid-huxo6y2r]{padding:3rem 1.5rem}.section-title[data-astro-cid-huxo6y2r]{font-size:1.75rem}}
