.animated-flow-container[data-astro-cid-zbb37bwy]{background:var(--background-card);border:1px solid var(--border);border-radius:8px;padding:var(--space-2xl) var(--space-xl);margin-bottom:var(--space-2xl)}.animated-flow-diagram[data-astro-cid-zbb37bwy]{display:flex;flex-direction:row;align-items:center;gap:var(--space-sm);max-width:100%;margin:0 auto;justify-content:center;position:relative}.animated-flow-step[data-astro-cid-zbb37bwy]{display:flex;flex-direction:column;align-items:center;position:relative;flex:0 1 auto}.animated-step-box[data-astro-cid-zbb37bwy]{background:var(--background);border:2px solid var(--border);border-radius:4px;padding:var(--space-md) var(--space-sm);position:relative;transition:all .3s ease;width:120px;min-height:110px;text-align:center;display:flex;flex-direction:column;justify-content:center}.animated-step-box[data-astro-cid-zbb37bwy]:hover{border-color:var(--text-primary);background:var(--background-elevated)}.animated-step-box[data-astro-cid-zbb37bwy].cancelled{opacity:.5}.animated-step-number[data-astro-cid-zbb37bwy]{font-family:IBM Plex Mono,monospace;font-size:.6rem;color:var(--text-muted);margin-bottom:4px}.animated-step-title[data-astro-cid-zbb37bwy]{font-size:.7rem;font-weight:600;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px;line-height:1.2}.animated-step-description[data-astro-cid-zbb37bwy]{display:none}.animated-step-status[data-astro-cid-zbb37bwy]{display:flex;align-items:center;gap:var(--space-xs);margin-top:8px;font-family:IBM Plex Mono,monospace;font-size:.6rem;text-transform:uppercase;letter-spacing:.5px;justify-content:center}.animated-status-dot[data-astro-cid-zbb37bwy]{width:8px;height:8px;border-radius:50%;background:var(--text-muted)}.animated-status-dot[data-astro-cid-zbb37bwy].processing{background:var(--accent-orange);animation:dotPulse 1.5s ease-in-out infinite}.animated-status-dot[data-astro-cid-zbb37bwy].success{background:var(--accent-green)}.animated-status-dot[data-astro-cid-zbb37bwy].error{background:var(--accent-red);animation:dotPulse 1s ease-in-out infinite}.animated-status-dot[data-astro-cid-zbb37bwy].cancelled{background:var(--text-muted);opacity:.3}.animated-flow-arrow[data-astro-cid-zbb37bwy]{display:flex;flex-direction:row;align-items:center;gap:0;flex-shrink:0;padding:0 8px;position:relative;width:60px;height:20px;overflow:hidden}.animated-arrow-group[data-astro-cid-zbb37bwy]{display:flex;flex-direction:row;gap:0;align-items:center;position:absolute;white-space:nowrap;left:0}.animated-arrow-symbol[data-astro-cid-zbb37bwy]{font-size:.7rem;color:var(--text-muted);opacity:.5;display:inline-block;width:20px;text-align:center;line-height:1;margin:0 4px}.animated-arrow-group[data-astro-cid-zbb37bwy]:nth-child(1){animation:arrowFlowContinuous 6.25s linear infinite;animation-delay:0s}.animated-arrow-group[data-astro-cid-zbb37bwy]:nth-child(2){animation:arrowFlowContinuous 6.25s linear infinite;animation-delay:-1.5625s}.animated-arrow-group[data-astro-cid-zbb37bwy]:nth-child(3){animation:arrowFlowContinuous 6.25s linear infinite;animation-delay:-3.125s}.animated-arrow-group[data-astro-cid-zbb37bwy]:nth-child(4){animation:arrowFlowContinuous 6.25s linear infinite;animation-delay:-4.6875s}@keyframes arrowFlowContinuous{0%{transform:translate(-280px)}to{transform:translate(280px)}}.animated-flow-arrow[data-astro-cid-zbb37bwy].hidden{opacity:0;transition:opacity .15s ease}@keyframes dotPulse{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.flow-caption[data-astro-cid-zbb37bwy]{text-align:center;margin-top:var(--space-2xl);color:var(--text-secondary);font-family:IBM Plex Mono,monospace;font-size:.9rem;line-height:1.6}.flow-cta[data-astro-cid-zbb37bwy]{display:inline-block;margin-top:var(--space-lg);font-family:IBM Plex Mono,monospace;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--text-primary);text-decoration:none;padding:var(--space-sm) var(--space-lg);border:1px solid var(--border);transition:all .2s ease}.flow-cta[data-astro-cid-zbb37bwy]:hover{border-color:var(--accent-orange);color:var(--accent-orange)}@media(max-width:1200px){.animated-step-box[data-astro-cid-zbb37bwy]{width:100px;min-height:90px;padding:var(--space-sm) 6px}.animated-step-title[data-astro-cid-zbb37bwy]{font-size:.65rem}.animated-step-number[data-astro-cid-zbb37bwy],.animated-step-status[data-astro-cid-zbb37bwy]{font-size:.55rem}.animated-flow-diagram[data-astro-cid-zbb37bwy]{gap:6px}.animated-flow-arrow[data-astro-cid-zbb37bwy]{width:50px;padding:0 4px}.animated-arrow-symbol[data-astro-cid-zbb37bwy]{font-size:.7rem}}@media(max-width:900px){.animated-flow-diagram[data-astro-cid-zbb37bwy]{flex-direction:column;gap:var(--space-md);align-items:center;justify-content:center;padding:0 var(--space-md)}.animated-flow-step[data-astro-cid-zbb37bwy]{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.animated-step-box[data-astro-cid-zbb37bwy]{width:100%;max-width:320px;min-height:auto;margin:0 auto;padding:var(--space-lg) var(--space-md);display:flex;flex-direction:column;justify-content:center}.animated-step-title[data-astro-cid-zbb37bwy]{font-size:1.1rem}.animated-step-number[data-astro-cid-zbb37bwy]{font-size:.75rem}.animated-step-status[data-astro-cid-zbb37bwy]{font-size:.8rem;gap:var(--space-sm)}.animated-status-dot[data-astro-cid-zbb37bwy]{width:10px;height:10px}.animated-flow-arrow[data-astro-cid-zbb37bwy]{transform:rotate(90deg);width:60px;height:40px}}.use-case-link[data-astro-cid-uj6tpaox]{text-decoration:none;color:inherit;display:flex;flex-direction:column}.use-case-cta[data-astro-cid-uj6tpaox]{font-family:IBM Plex Mono,monospace;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-top:auto;padding-top:var(--space-lg);transition:color .2s ease}.use-case-link[data-astro-cid-uj6tpaox]:hover .use-case-cta[data-astro-cid-uj6tpaox]{color:var(--accent-orange)}.use-case-link[data-astro-cid-uj6tpaox]:hover{transform:translateY(-2px)}.events-showcase[data-astro-cid-23ed7coj]{max-width:800px;margin:0 auto}.event-showcase-card[data-astro-cid-23ed7coj]{background:var(--background-card);border:1px solid var(--border);border-radius:8px;padding:var(--space-3xl);transition:all .3s ease}.event-showcase-card[data-astro-cid-23ed7coj]:hover{background:var(--background-elevated);transform:translateY(-2px)}.event-showcase-meta[data-astro-cid-23ed7coj]{display:flex;gap:var(--space-lg);margin-bottom:var(--space-md);font-family:IBM Plex Mono,monospace;font-size:.85rem;text-transform:uppercase;letter-spacing:1px}.event-showcase-date[data-astro-cid-23ed7coj]{color:var(--accent-orange)}.event-showcase-location[data-astro-cid-23ed7coj]{color:var(--text-muted)}.event-showcase-title[data-astro-cid-23ed7coj]{font-size:1.75rem;font-weight:600;margin-bottom:var(--space-lg)}.event-showcase-description[data-astro-cid-23ed7coj]{color:var(--text-secondary);line-height:1.6;margin-bottom:var(--space-lg)}.event-showcase-link[data-astro-cid-23ed7coj]{display:inline-block;color:var(--text-primary);font-family:IBM Plex Mono,monospace;font-size:.9rem;text-decoration:none;border-bottom:1px solid var(--border);transition:all .2s ease;padding-bottom:2px}.event-showcase-link[data-astro-cid-23ed7coj]:hover{border-color:var(--text-primary)}@media(max-width:768px){.event-showcase-card[data-astro-cid-23ed7coj]{padding:var(--space-2xl)}.event-showcase-title[data-astro-cid-23ed7coj]{font-size:1.5rem}.event-showcase-meta[data-astro-cid-23ed7coj]{flex-direction:column;gap:var(--space-xs)}}
