.mmm-flow{grid-template-columns:180px 1fr 360px 1fr 180px;align-items:center;gap:0;width:100%;max-width:1400px;min-height:420px;display:grid;position:relative}.mmm-channels{z-index:2;flex-direction:column;grid-column:1;justify-self:stretch;gap:1.2rem;display:flex}.mmm-channel{opacity:0}.mmm-channel-dot{animation:2.5s ease-in-out infinite mmm-blink}.mmm-channel[data-index="0"] .mmm-channel-dot{animation-delay:0s}.mmm-channel[data-index="1"] .mmm-channel-dot{animation-delay:.4s}.mmm-channel[data-index="2"] .mmm-channel-dot{animation-delay:.8s}.mmm-channel[data-index="3"] .mmm-channel-dot{animation-delay:1.2s}.mmm-channel[data-index="4"] .mmm-channel-dot{animation-delay:1.6s}.mmm-channel-name{font-size:var(--wow-label-size);color:var(--wow-text-strong);font-weight:600}.mmm-channel-status{font-size:var(--wow-label-size);color:var(--wow-text-soft);font-family:var(--wow-font-mono)}.mmm-node--hub{z-index:2;opacity:0;flex-direction:column;grid-column:3;justify-self:center;align-items:center;display:flex;position:relative;transform:translateY(-14px)}.mmm-hub-glow{background:radial-gradient(circle, var(--pink-40) 0%, transparent 70%);border-radius:var(--wow-radius-circle);z-index:-1;width:300px;height:300px;animation:4s ease-in-out infinite wow-glow-orbit-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes mmm-blink{0%,to{opacity:1}50%{opacity:.3}}.mmm-node-icon{box-shadow:var(--glow-pink-inset);margin-bottom:.75rem}.mmm-node-icon svg{width:28px;height:28px;color:var(--wow-text-accent)}.mmm-node-label{margin-bottom:.5rem}.mmm-hub-terminal{opacity:0;width:360px;margin-top:.5rem;overflow:hidden}.mmm-hub-terminal .wow-term-body{font-size:.92rem}.mmm-paths{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:visible}.mmm-path{opacity:var(--wow-line-connector-opacity)}.mmm-outputs{z-index:2;flex-direction:column;grid-column:5;justify-self:stretch;gap:1.2rem;display:flex}.mmm-output{opacity:0}.mmm-output-dot{animation:2.5s ease-in-out infinite mmm-blink}.mmm-output[data-index="0"] .mmm-output-dot{animation-delay:.2s}.mmm-output[data-index="1"] .mmm-output-dot{animation-delay:.7s}.mmm-output[data-index="2"] .mmm-output-dot{animation-delay:1.2s}.mmm-output[data-index="3"] .mmm-output-dot{animation-delay:1.7s}.mmm-output[data-index="4"] .mmm-output-dot{animation-delay:2.2s}.mmm-output-name{font-size:var(--wow-label-size);color:var(--wow-text-strong);font-weight:600}.mmm-output-status{font-size:var(--wow-label-size);color:var(--wow-text-soft);font-family:var(--wow-font-mono)}.mmm-packets{z-index:1;pointer-events:none;position:absolute;inset:0}.mmm-packet{background:var(--wow-stroke-accent-color);border-radius:var(--wow-radius-circle);width:6px;height:6px;box-shadow:var(--glow-pink-dual);opacity:0;position:absolute;transform:translate(-50%,-50%)}.mmm-packet--green{background:var(--term-green);box-shadow:var(--glow-green-dual)}@media (width<=1100px){.mmm-flow{grid-template-rows:auto auto auto;grid-template-columns:1fr;justify-items:center;gap:3rem}.mmm-paths,.mmm-packets{display:none}.mmm-channels{flex-flow:wrap;grid-column:auto;justify-content:center;justify-self:center;position:relative}.mmm-node--hub{grid-column:auto;transform:none}.mmm-outputs{flex-flow:wrap;grid-column:auto;justify-content:center;justify-self:center}}@media (width<=600px){.mmm-hub-terminal{width:100%;max-width:280px}.mmm-hub-stats{flex-wrap:wrap;justify-content:center}.mmm-channels,.mmm-outputs{gap:.6rem}.mmm-channel,.mmm-output{padding:.4rem .5rem}}