.afd-wrapper{display:flex;font-family:inherit;justify-content:center;overflow:hidden;width:100%}.afd-diagram{flex-direction:column;max-width:640px;padding:0 24px;width:100%}.afd-diagram,.afd-top-pill{align-items:center;display:flex}.afd-top-pill{background-color:#fff;border-radius:999px;box-shadow:0 4px 18px rgba(13,32,96,.12);font-size:16px;font-weight:600;justify-content:center;min-height:44px;min-width:220px;padding:10px 22px;position:relative}.afd-top-item{align-items:center;display:flex;gap:8px;opacity:0;pointer-events:none;position:absolute;transform:translateY(4px);transition:opacity .4s ease,transform .4s ease;white-space:nowrap}.afd-top-item.is-active{opacity:1;pointer-events:auto;position:relative;transform:translateY(0)}.afd-top-icon{color:var(--afd-accent,#6140e5);font-size:14px}.afd-connector{height:40px;position:relative;width:2px}.afd-connector--short{height:26px}.afd-line{border-radius:2px;height:100%;left:0;position:absolute;top:0;width:2px}.afd-dot{animation:afd-dot-travel-up 2.2s linear infinite;border-radius:50%;box-shadow:0 0 8px var(--afd-accent,#6140e5);height:8px;left:-3px;opacity:0;position:absolute;top:100%;width:8px}@keyframes afd-dot-travel-up{0%{opacity:0;top:100%}10%{opacity:1}85%{opacity:1}to{opacity:0;top:-4px}}.afd-center-tile{align-items:center;border-radius:20px;box-shadow:0 8px 24px color-mix(in srgb,var(--afd-glow,#6140e5) var(--afd-glow-pct,45%),transparent);display:flex;height:84px;justify-content:center;width:84px}.afd-center-img{max-height:60%;max-width:60%;object-fit:contain}.afd-center-default{height:42px;width:42px}.afd-command-box{background-color:#0d1030;border-radius:999px;color:#fff;font-family:Courier New,monospace;font-size:15px;max-width:100%;overflow-x:auto;padding:12px 26px;text-align:center;white-space:nowrap}.afd-command-box p{margin:0}.afd-trunk{border-radius:2px;height:2px;margin-bottom:0;width:100%}.afd-logos{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin-top:0;width:100%}.afd-logo-branch{align-items:center;display:flex;flex:0 1 auto;flex-direction:column}.afd-branch-line-wrap{height:28px;position:relative;width:2px}.afd-branch-line{height:100%;width:2px}.afd-logo-tile{align-items:center;background-color:#fff;border-radius:14px;box-shadow:0 4px 14px rgba(13,32,96,.14);display:flex;height:56px;justify-content:center;overflow:hidden;width:56px}.afd-logo-tile img{max-height:68%;max-width:68%;object-fit:contain}@media (max-width:768px){.afd-logos{gap:12px}.afd-logo-tile{height:46px;width:46px}.afd-command-box{font-size:13px;padding:10px 18px}}.afd-hide-mobile{display:flex}@media (max-width:768px){.afd-wrapper.afd-hide-mobile{display:none}}